@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

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

/*
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] {
  display: none;
}

html,
    body {
  font-family: 'Montserrat', sans-serif;
}

*, ::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:  ;
}

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  /* stylelint-disable max-line-length */
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* stylelint-enable selector-list-comma-newline-after */

html {
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  margin: 0 auto;
  background: #fff;
  word-wrap: break-word;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: 300;
  text-align: left;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */

body,
button {
  color: #272c30;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 600px) {
  body,
    button {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 3%;
}

/* Fallback title styles */

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

p,
.embed-vimeo {
  margin-bottom: 1.4rem !important;
}

b,
strong {
  font-weight: 600;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  color: #272c30;
  font-weight: 600;
  line-height: 1.4;
  margin: 1em 0 1.2em 0;
  position: relative;
  padding: 0 0 0 30px;
  border-left: solid 4px #272c30;
}

blockquote p {
  margin-bottom: 1em;
}

blockquote cite {
  margin-top: 10px;
  display: block;
}

.comments-area blockquote {
  font-size: 18px;
}

@media (max-width: 1000px) {
  .comments-area blockquote {
    font-size: 16px;
  }
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f2f2f2;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

.comments-area pre {
  background: #d7dee5;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.highlight {
  background: #fff198;
}

/* --------------------------------------------------------------
Elements
-------------------------------------------------------------- */

ul,
ol {
  margin: 0 0 1.4em 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0.6em 0 0.6em 1.5em;
}

.hide-sub {
  display: none !important;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.8em;
}

.entry-content li {
  margin-bottom: 2%;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 0;
}

/* Tables */

table {
  font-size: 18px;
  margin-bottom: 5%;
  padding: 0;
  width: 100%;
}

table thead {
  background: #f2f2f2;
}

table thead th {
  font-weight: 600;
}

table td,
#content table th {
  padding: 15px;
}

table td {
  border-bottom: solid 1px #f2f2f2;
}

table tr:last-child td {
  border-bottom: none;
}

table tr:nth-child(even) {
  background: #f2f2f2;
}

/* --------------------------------------------------------------
Links
-------------------------------------------------------------- */

a {
  color: #62707c;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #272c30;
}

/* --------------------------------------------------------------
Theme Elements with wp-admin equivalents.
-------------------------------------------------------------- */

.entry-header .entry-title,
.editor-post-title__input {
  /* The blog title in the block editor. */
  font-size: 42px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 3%;
  position: relative;
  z-index: 5;
  line-height: 1.3;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-header .entry-title a,
.editor-post-title__input a {
  color: #272c30;
}

.entry-header .entry-title a:hover,
.editor-post-title__input a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .entry-header .entry-title,
    .editor-post-title__input {
    font-size: 32px;
  }
}

/* --------------------------------------------------------------
Form Elements
-------------------------------------------------------------- */

button,
input:not(input[type="radio"]),
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
  -webkit-appearance: none;
  box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-navigation a {
  background: #0072e5;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 20px;
  -webkit-appearance: none;
  transition: 0.2s ease-in-out;
}

@media (max-width: 600px) {
  button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button,
    .comment-navigation a {
    padding: 10px 16px;
    font-size: 16px;
  }
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.comment-navigation a:hover,
.drawer .tax-widget a:hover,
a.added_to_cart:hover {
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  color: #fff;
  cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.button:focus,
.comment-navigation a:focus,
a.added_to_cart:active,
a.added_to_cart:focus {
  color: #fff;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.05);
}

input[type="radio"] + label,
input[type="checkbox"] + label,
label ~ input[type="checkbox"] {
  width: auto;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.searchform {
  position: relative;
}

.searchform .search-input {
  width: 100%;
  font-size: 16px;
}

.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: transparent !important;
  background-color: none !important;
  color: #627083;
  padding: 14px 15px;
  font-size: 15px;
  line-height: 1.4;
}

.searchform .searchsubmit:hover {
  color: #272c30;
}

.searchform .searchsubmit i {
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  font-size: 16px;
  vertical-align: top;
}

@media (max-width: 1000px) {
  .searchform .searchsubmit i {
    line-height: 1;
  }

  .searchform .searchsubmit span {
    display: none;
  }
}

.results-search {
  background: #fff;
  padding: 3% 5% 4% 5%;
  margin-top: 9%;
  box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0 5px rgba(0, 0, 0, 0.07);
}

.search-no-results .results-search {
  margin-top: 5%;
}

.results-search h4 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.results-search .searchform #s,
.results-search .searchsubmit {
  font-size: 24px;
}

@media (max-width: 1000px) {
  .results-search .searchform #s,
    .results-search .searchsubmit {
    font-size: 16px;
  }
}

.results-search .searchsubmit {
  padding-top: 0;
  padding-bottom: 0;
}

.results-search .searchsubmit span {
  display: none;
}

.results-search .searchsubmit i {
  font-size: 24px;
  line-height: 1.6;
}

@media (max-width: 1000px) {
  .results-search .searchsubmit i {
    line-height: 1.7;
  }
}

.search-results .entry-content {
  font-size: 18px;
}

form {
  display: inline-block;
  width: 100%;
}

.field-wrap {
  margin-bottom: 1.4em;
}

@media (max-width: 1000px) {
  .field-wrap {
    margin-bottom: 1em;
  }
}

select {
  padding-right: 45px;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: normal;
  box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"],
textarea,
select,
.select2-container .select2-selection--single {
  color: #62707c;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 15px;
  border: solid 1px #d4dde5;
  transition: 0.1s ease-in-out;
  border-radius: 2px;
  font-size: 17px;
  width: 100%;
}

@media (max-width: 1000px) {
  input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="week"],
    input[type="tel"],
    input[type="time"],
    input[type="month"],
    input[type="tel"],
    textarea,
    select,
    .select2-container .select2-selection--single {
    padding: 12px 10px;
    font-size: 15px;
  }
}

input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
}

input[type="radio"] {
  -webkit-appearance: radio !important;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1;
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"] {
  width: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inset 0 0 4px 2px #f4f8fb;
  border-color: #abb4bb;
  color: #272c30;
}

select {
  background: #fff url(images/angle-down.jpg) right no-repeat;
  background-size: 12px;
  background-position: right 15px top 20px;
}

select:hover {
  border-color: #d5dde4;
  cursor: pointer;
}

@media (max-width: 1000px) {
  select {
    background-position: right 15px top 17px;
  }
}

select::after {
  content: "x";
}

select[multiple] {
  background: none;
}

@media (max-width: 1000px) {
  input[name="post_password"] {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
  }
}

textarea {
  overflow: auto;
  padding: 10px;
  vertical-align: top;
  line-height: 1.4;
}

fieldset legend {
  border-bottom: dotted 1px #d4dde5;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}

form label {
  display: inline-block;
  width: 100%;
  font-weight: unset;
}

::-webkit-input-placeholder {
  color: #97a7b5;
}

:-moz-placeholder {
  color: #97a7b5;
}

::-moz-placeholder {
  color: #97a7b5;
}

:-ms-input-placeholder {
  color: #97a7b5;
}

#main .contact-form {
  display: inline-block;
  width: 100%;
}

#main .contact-form label {
  font-weight: 300;
}

#main .contact-form label span {
  color: #62707c;
}

#main .contact-form input[type="text"],
#main .contact-form input[type="email"] {
  margin-bottom: 4%;
  width: 100%;
  max-width: 100%;
}

#main .contact-form textarea {
  margin-bottom: 4%;
  width: 100%;
}

#main .contact-form .contact-submit {
  margin-bottom: 0;
}

.contact-column {
  display: inline-block;
  float: left;
  width: 48%;
  margin-left: 0;
}

.contact-column:last-child {
  margin-left: 4%;
}

@media (max-width: 1000px) {
  .contact-column {
    width: 100%;
  }

  .contact-column:last-child {
    margin-left: 0;
  }
}

.index-posts.archive-posts .post {
  width: 100%;
  margin-right: 0;
  padding-bottom: 5%;
  border-bottom: solid 1px #d7dee3;
}

.index-posts.archive-posts .post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.index-posts.archive-posts .featured-image {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin-bottom: 0;
}

.index-posts.archive-posts .featured-image + .post-text {
  display: inline-block;
  width: 68%;
  padding-left: 3.5%;
  vertical-align: top;
}

#page .more-link {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 16px;
  box-shadow: none;
  font-weight: 600;
  color: #272c30;
  border: solid 2px;
}

#page .more-link:hover {
  color: #0072e5;
}

.index-posts .more-link {
  float: right;
}

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

.home-nav {
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.35);
  font-size: 17px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #fff;
  transition: transform 400ms linear;
  transform: translateY(-200%);
}

@media only screen and (max-width: 1000px) {
  .home-nav {
    display: none;
  }
}

.home-nav a {
  color: #272c30;
}

.home-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.home-nav li {
  display: inline-block;
}

.home .home-nav a {
  padding: 20px 0;
  margin: 0 15px;
  display: inline-block;
  border-bottom: solid 3px transparent;
  margin-bottom: -1px;
  transition: 0.4s ease;
}

.home .home-nav a:hover {
  border-bottom-color: #c4cdd3;
}

.home .home-nav a:active, .home .home-nav a:focus {
  outline: none;
}

.home-nav .active,
.home-nav .active:hover {
  border-bottom-color: #0072e5;
}

.admin-bar .home-nav {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar .home-nav {
    top: 46px;
  }
}

.show-nav {
  transform: translateY(0%);
}

.single-nav {
  padding: 20px 9.2%;
}

/* --------------------------------------------------------------
Menus
-------------------------------------------------------------- */

.menu-toggle {
  display: none;
}

@media (max-width: 1000px) {
  .menu-toggle {
    display: block;
  }
}

.button-toggle {
  background: none;
  padding: 0;
  color: #fff;
}

.button-toggle span:not(:first-child) {
  display: none;
}

.button-toggle:hover, .button-toggle:active, .button-toggle:focus {
  box-shadow: none;
  color: #fff;
}

.drawer-menu-toggle {
  display: none;
}

@media (max-width: 1000px) {
  .drawer-menu-toggle {
    display: inline-block;
  }
}

.drawer-toggle-switch span:first-child {
  display: none;
}

.drawer-toggle-switch span:last-child {
  display: block;
}

.main-navigation {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  width: 70%;
  vertical-align: top;
}

@media (max-width: 1000px) {
  .main-navigation {
    display: none;
  }
}

.top-navigation .main-navigation {
  display: inline-block;
  width: 100%;
  text-align: right;
}

@media (max-width: 1000px) {
  .top-navigation .main-navigation {
    display: none;
    border-bottom: none;
  }
}

.site-header .container {
  display: block;
}

.header-text {
  position: relative;
  z-index: 5;
  margin: 5% auto;
  text-align: center;
  max-width: 70%;
}

.header-text:empty,
.blog .header-text {
  display: none;
}

@media (max-width: 1000px) {
  .header-text {
    max-width: 100%;
    margin-bottom: 6%;
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .header-text {
    margin-bottom: 8%;
  }
}

.header-text:empty {
  margin-bottom: 0;
}

.header-text h1,
.header-text .browsing {
  color: #272c30;
  font-size: 34px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
}

@media only screen and (max-width: 500px) {
  .header-text h1,
    .header-text .browsing {
    font-size: 28px;
  }
}

.header-text p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  margin: 0 0 0 0;
}

@media (max-width: 1000px) {
  .header-text p {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .header-text p {
    font-size: 16px;
    margin-top: 3%;
  }
}

.header-text a {
  color: #0072e5;
  box-shadow: inset 0 -1px 0 #0072e5;
  transition: 0.3s ease;
}

.header-text a:hover {
  box-shadow: inset 0 -2px 0 #0072e5;
  color: #0072e5;
}

.header-text .entry-subtitle,
.header-text .entry-byline {
  margin-top: 1%;
  width: 100%;
}

.archive.author .browsing {
  display: none;
}

.search-results .browsing {
  display: none;
}

.text-empty {
  display: none;
}

.header-text h2:empty,
.header-text p:empty {
  display: none;
}

.top-navigation {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 10;
}

.top-navigation-right {
  float: right;
  display: inline-block;
  max-width: 70%;
}

@media (max-width: 1000px) {
  .top-navigation-right {
    display: none;
  }
}

#secondary-navigation {
  display: inline-block;
  width: 60%;
}

.drawer #secondary-navigation {
  width: 100%;
  font-size: 14px;
}

.drawer #secondary-navigation .menu-item-has-children .toggle-sub {
  font-size: 17px;
}

.drawer #secondary-navigation li ul li a {
  font-size: 14px;
}

@media (max-width: 1000px) {
  .top-navigation #secondary-navigation {
    display: none;
  }
}

.top-navigation .secondary-navigation ul li {
  font-size: 14px;
  margin-right: 15px;
  padding: 0;
}

.top-navigation .secondary-navigation ul li a {
  padding: 12px 0;
  border-bottom-width: 0;
  margin: 0;
}

.top-navigation .secondary-navigation ul li .sub-menu a {
  padding: 12px 15px;
}

.secondary-navigation ul.sub-menu {
  background: #272c30;
  top: 52px;
  left: -15px;
  border: none;
}

.secondary-navigation ul.sub-menu li {
  margin-right: 0;
  padding: 0;
}

.secondary-navigation ul.sub-menu li a {
  font-size: 14px;
}

.secondary-navigation ul.sub-menu li a:hover {
  color: #fff;
  opacity: 1;
}

.main-navigation a {
  color: #272c30;
}

.main-navigation a:hover {
  color: #0072e5;
}

.main-navigation ul {
  margin: 0;
}

.main-navigation ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0 15px;
  position: relative;
}

.main-navigation ul li a {
  display: inline-block;
  margin: 0 0 10px 0;
  line-height: 2;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-page-item a {
  color: #0072e5;
}

.main-navigation ul li.current-menu-item ul a,
.main-navigation ul li.current-page-item ul a {
  color: #b8bfcb;
}

.main-navigation ul .sub-menu li.current-menu-item a,
.main-navigation ul .sub-menu li.current-page-item a {
  color: #fff;
}

.main-navigation .menu-cta a {
  border-radius: 5px;
  color: #fff;
  padding: 4px 12px;
  background: #272c30;
}

.main-navigation .menu-cta a:hover {
  color: #fff;
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
}

.site-identity .main-navigation ul {
  line-height: 3;
}

.site-header .menu-item-has-children,
.site-header .page_item_has_children {
  position: relative;
}

.site-header .menu-item-has-children a,
.site-header .page_item_has_children a {
  position: relative;
}

.site-header .menu-item-has-children > a::after,
.site-header .page_item_has_children > a::after {
  content: "\e907";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  font-weight: 400;
  padding-left: 5px;
  right: 0;
  font-size: 13px;
}

@media (max-width: 1000px) {
  .site-header .menu-item-has-children > a::after,
    .site-header .page_item_has_children > a::after {
    display: none;
    pointer-events: none;
  }
}

.sub-menu .menu-item-has-children > a::after,
.sub-menu .page_item_has_children > a::after {
  content: "\e906";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.widget .sub-menu .menu-item-has-children > a::after,
.widget .sub-menu .page_item_has_children > a::after {
  display: none;
}

.secondary-navigation .menu-item-has-children::after,
.secondary-navigation .page_item_has_children::after {
  color: #a6b5c1;
  top: 15px;
}

.drawer .menu-item-has-children .toggle-sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  padding: 13px 0;
  line-height: 1.4;
  text-align: center;
  z-index: 75;
  display: block;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: #424851;
  border-radius: 0;
}

.drawer .menu-item-has-children .toggle-sub:hover {
  box-shadow: none;
  color: #fff;
}

.drawer .drawer-navigation .drop-open ul.drop-active {
  display: block;
}

.site-header .menu-item-has-children:hover,
.main-navigation li:focus-within {
  cursor: pointer;
}

.site-header .menu-item-has-children:hover ul,
.main-navigation li:focus-within ul {
  animation-name: fadeIn;
}

.main-navigation .sub-menu,
.main-navigation .children {
  position: absolute;
  width: 200px;
  top: 52px;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  background: #15171a;
  left: -999em;
  z-index: 100;
  border-radius: 3px;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.main-navigation li ul {
  z-index: 100;
}

.main-navigation li ul li {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 0;
  border-top: none;
  transition: 0.3s ease;
}

.main-navigation li ul li:hover {
  background: rgba(255, 255, 255, 0.02);
  border-top: none;
}

.main-navigation li ul li:hover ul {
  left: 100%;
}

.main-navigation li ul li:last-child a {
  border-bottom: none;
}

.main-navigation li ul a,
.main-navigation li ul li a {
  width: 100%;
  display: inline-block;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.15);
  padding: 15px 20px;
  margin: 0;
  font-weight: 300;
  text-transform: none;
  line-height: 1.6;
  color: #b8bfcb;
}

.main-navigation li ul a:hover,
.main-navigation li ul li a:hover {
  color: #fff;
}

.main-navigation li ul li ul {
  padding: 0;
}

.main-navigation ul ul {
  top: 0;
}

.main-navigation ul ul ul {
  left: -999em;
}

.main-navigation li ul ul.sub-menu,
.main-navigation li ul ul.children {
  top: 0;
  margin: 0;
  z-index: 50;
  position: absolute;
  margin-left: 1px !important;
}

.main-navigation li ul ul.sub-menu::before,
.main-navigation li ul ul.children::before {
  display: none;
}

.main-navigation li.focus > ul,
.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul,
.main-navigation li li a:hover > ul {
  left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:focus-within > ul {
  left: 100%;
}

.site-header .sub-menu::before {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  content: " ";
  display: block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #181c1f;
  border-left: 8px solid transparent;
}

/* Mobile navigation */

.mobile-navigation {
  display: none;
  width: 100%;
  padding: 15px;
  background: #0072e5;
  transition: 0.2s ease;
  text-align: center;
}

.mobile-navigation button {
  width: 100%;
}

@media (max-width: 1000px) {
  .mobile-navigation {
    display: inline-block;
  }
}

.toggle-active {
  background: #0072e5;
}

.drawer .drawer-navigation {
  width: 100%;
  max-width: 100%;
  z-index: 40;
  position: relative;
}

@media (max-width: 1000px) {
  .drawer .drawer-navigation {
    font-size: 17px;
    display: inline-block;
  }
}

.drawer .drawer-navigation .menu {
  margin: 0;
}

.drawer .drawer-navigation ul {
  margin: 0;
  padding: 0;
}

.drawer .drawer-navigation ul li {
  width: 100%;
  padding: 0 0;
  list-style-type: none;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
  transition: none;
  position: relative;
  z-index: 50;
  border-top: none;
}

.drawer .drawer-navigation ul li:hover {
  border-top: none;
}

.drawer .drawer-navigation ul li:last-child {
  border-bottom: none;
}

.drawer .drawer-navigation ul li a {
  display: inline-block;
  padding: 15px 10px 15px 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-bottom: none;
  position: relative;
  transition: none;
}

.drawer .drawer-navigation a {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 0;
  line-height: 1.4;
}

.drawer .drawer-navigation a:hover {
  color: #fff;
}

.drawer .drawer-navigation .sub-menu,
.drawer .drawer-navigation .children {
  display: none;
  position: relative;
  width: 100%;
  left: 0;
  top: auto;
  margin: 0 0 0 15px;
  padding: 0 15px 0 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.drawer .drawer-navigation .sub-menu::before,
.drawer .drawer-navigation .children::before {
  display: none;
}

.drawer .drawer-navigation li ul a,
.drawer .drawer-navigation li ul li a {
  padding: 15px 0;
}

.drawer .drawer-navigation .sub-menu li:first-child {
  border-top: dotted 1px rgba(255, 255, 255, 0.2);
}

.drawer nav {
  padding: 2% 0 0 0;
}

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  margin: 0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* --------------------------------------------------------------
Post meta
-------------------------------------------------------------- */

.entry-content .meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.entry-content .meta-list li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.entry-content .meta-list a {
  font-weight: 300;
  color: #0072e5;
}

.entry-content .meta-list a:hover {
  color: #272c30;
}

/* --------------------------------------------------------------
Author Profile
-------------------------------------------------------------- */

.author-profile {
  position: relative;
  margin-top: 5%;
  padding: 5%;
  width: 100%;
  display: inline-block;
  background: #f2f2f2;
}

@media (max-width: 600px) {
  .author-profile {
    padding: 8% 4%;
  }
}

.archive .author-profile {
  margin-top: 0;
  margin-bottom: 5%;
}

.author-columns .author-profile {
  margin: 0;
  border-top: none;
  border: solid 1px #cbcbcb;
  padding: 35px;
  transition: 0.2s ease;
}

@media (max-width: 1000px) {
  .author-columns .author-profile {
    padding: 30px 0;
  }
}

.author-columns .author-profile .author-profile-title {
  font-size: 18px;
}

.author-columns .author-profile .author-profile-info {
  font-size: 14px;
  padding-left: 100px;
}

@media (max-width: 600px) {
  .author-columns .author-profile .author-profile-info {
    font-size: 15px;
  }
}

.author-columns .author-profile .author-profile-links {
  margin-top: 15px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .author-columns .author-profile .author-profile-links {
    font-size: 15px;
  }
}

.author-columns .author-profile .author-profile-avatar img {
  transition: 0.2s ease;
}

.author-columns .author-profile:hover .author-profile-avatar img {
  transform: scale(1.1);
}

.author-profile-avatar {
  display: block;
  margin: 0 auto;
}

.author-profile-avatar img {
  border-radius: 100px;
}

.author-profile-avatar {
  position: absolute;
}

.author-profile-info {
  padding: 0 0 0 90px;
  font-size: 16px;
  line-height: 1.6;
}

.author-profile-links {
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}

.author-profile-links a {
  background: #272c30;
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
}

.author-profile-links a:hover {
  opacity: 0.8;
}

.author-profile-links a:first-child {
  margin-right: 5px;
}

.author-profile-links i {
  font-size: 12px;
}

.author-profile-info p,
.entry-header .author-profile-info p:last-child {
  margin-bottom: 10px;
}

.author-profile-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (max-width: 600px) {
  .author-profile-title {
    font-size: 18px;
  }
}

.archive .author-profile-title {
  font-size: 24px;
}

/* --------------------------------------------------------------
Page Navigation
-------------------------------------------------------------- */

.pagination {
  display: inline-block;
  width: 100%;
  margin-top: 8%;
}

.pagination a {
  color: #272c30;
}

.pagination a,
.pagination span {
  background: #f2f2f2;
  padding: 10px 20px;
  transition: 0.2s ease-in-out;
  display: inline-block;
  color: #272c30;
  font-weight: 600;
  text-align: center;
  line-height: 1.9;
  vertical-align: middle;
  height: 50px;
}

@media (max-width: 600px) {
  .pagination a,
    .pagination span {
    padding: 10px 15px;
  }
}

.pagination .next,
.pagination .prev {
  font-size: 0;
  line-height: 1.7;
}

.pagination .next::after,
.pagination .prev::after {
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  font-size: 18px;
}

.pagination .next {
  text-indent: 3px;
}

.pagination .next::after {
  content: "\e906";
}

.pagination .prev {
  text-indent: -3px;
}

.pagination .prev::after {
  content: "\e905";
}

@media (max-width: 600px) {
  .pagination .next::after,
    .pagination .prev::after {
    font-size: 17px;
  }
}

.page-numbers {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 600px) {
  .page-numbers {
    font-size: 17px;
  }
}

.page-numbers.current,
.page-numbers:hover {
  background: #0072e5;
  color: #fff;
}

span.page-numbers.dots {
  background: transparent;
  color: #272c30;
}

.post-navigation {
  margin-top: 10%;
  line-height: 1.4;
  width: 100%;
  display: block;
  font-weight: 600;
}

.post-navigation::before, .post-navigation::after {
  content: "";
  display: table;
}

.post-navigation::after {
  clear: both;
}

.post-navigation a {
  color: #272c30;
}

.post-navigation a:hover .post-title {
  color: #0072e5;
}

.post-navigation span {
  vertical-align: top;
}

.post-navigation .meta-title {
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

.post-navigation .post-title {
  font-size: 20px;
  transition: 0.3s ease;
}

@media (max-width: 600px) {
  .post-navigation .post-title {
    font-size: 16px;
  }
}

.nav-next,
.nav-previous {
  display: inline-block;
  float: left;
  width: 49%;
  vertical-align: top;
}

@media (max-width: 600px) {
  .nav-next,
    .nav-previous {
    width: 100%;
  }
}

.nav-previous + .nav-next {
  text-align: right;
  float: right;
}

@media (max-width: 600px) {
  .nav-previous + .nav-next {
    text-align: left;
    margin-top: 15px;
  }
}

.nav-previous i {
  margin-right: 6px;
}

/* --------------------------------------------------------------
Alignments
-------------------------------------------------------------- */

#page .alignleft {
  display: inline;
  float: left;
  margin: 0.5em 2em 1.5em 0;
}

@media (max-width: 600px) {
  #page .alignleft {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }

  #page .alignleft img {
    width: 100%;
  }
}

#page .alignright {
  display: inline;
  float: right;
  margin: 0.5em 0 1.5em 2em;
}

@media (max-width: 600px) {
  #page .alignright {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }

  #page .alignright img {
    width: 100%;
  }
}

#page .aligncenter {
  clear: both;
  margin: 0 auto 1.5em auto;
}

.wp-caption {
  margin: 0.5em 0 1.5em 0;
  max-width: 100%;
  text-align: left;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
  max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
  padding-top: 10px;
  margin-top: 0;
  width: 100%;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #62707c;
}

.site-footer .wp-caption-text,
.site-footer .gallery-caption {
  border-left-color: #a6b5c1;
}

#main .tiled-gallery {
  margin-bottom: 1.2em;
}

#main .tiled-gallery p {
  margin-bottom: 0;
}

#main .featured-image .tiled-gallery {
  margin-bottom: 0;
}

.post:not(.video-lightbox) .gallery-container {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5%;
  visibility: hidden;
}

/* --------------------------------------------------------------
Clearings
-------------------------------------------------------------- */

.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/* --------------------------------------------------------------
Widgets
-------------------------------------------------------------- */

#calendar_wrap {
  background: #fff;
  border-right: none;
  border-bottom: none;
  color: #272c30;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px -1px;
}

#wp-calendar {
  font-size: 16px;
  margin: 0;
  max-width: 100%;
}

#wp-calendar caption {
  text-align: center;
  background: #f2f2f2;
  padding: 5px 10px;
  font-weight: 600;
}

#wp-calendar tr th,
#wp-calendar tr td {
  text-align: center;
}

#wp-calendar tr th {
  background: #272c30;
  color: #fff;
  margin: -10px -10px 10px -10px;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 0;
}

#wp-calendar tbody tr td {
  padding: 2px 0;
  border-right: solid 1px #f2f2f2;
  border-top: solid 1px #f2f2f2;
}

#wp-calendar tfoot td {
  border-top: solid 1px #f2f2f2;
  border-right: solid 1px #d9dee3;
  padding: 7px 0 5px 0;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
}

#wp-calendar a {
  color: #272c30;
}

#wp-calendar a:hover {
  color: #62707c;
}

.widget_rss li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.widget_rss li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget_rss li .rsswidget {
  display: inline-block;
  width: 100%;
}

.widget_rss .rss-date,
.widget_rss cite {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
}

/* --------------------------------------------------------------
Comments
-------------------------------------------------------------- */

.comment-navigation {
  font-size: 16px;
  margin: 0 0 6% 0;
}

.comment-navigation .button {
  display: inline-block;
}

.comment-navigation .button:empty {
  display: none;
}

.comment-navigation .nav-previous a::before {
  content: "\e904";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  margin-right: 10px;
}

.comment-navigation .nav-next a::after {
  content: "\e903";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  margin-left: 10px;
}

.comments-area {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 10%;
  padding-top: 10%;
  border-top: solid 3px #eee;
}

@media (max-width: 1000px) {
  .comments-area {
    margin-top: 7%;
  }
}

.comment-list + .no-comments {
  margin-top: 1.2em;
  text-align: center;
  position: relative;
}

.comment-list + .no-comments span {
  background: #fff;
  position: relative;
  z-index: 10;
  padding: 0 30px;
}

@media (max-width: 1000px) {
  .comment-list + .no-comments span {
    padding: 0 20px;
  }
}

.comment-list + .no-comments::after {
  content: " ";
  display: inline-block;
  height: 2px;
  background: #eee;
  width: 100%;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 5;
}

@media (max-width: 1000px) {
  .comment-list + .no-comments::after {
    top: 14px;
  }
}

h3.comment-reply-title {
  font-size: 32px;
  margin-bottom: 5%;
  position: relative;
  font-weight: 600;
}

@media (max-width: 600px) {
  h3.comment-reply-title {
    font-size: 22px;
  }
}

h3.comments-title {
  margin-bottom: 10%;
}

#commentform,
#respond form {
  display: inline-block;
  width: 100% !important;
  min-width: 100%;
}

.comment-list #commentform {
  margin-top: 2%;
}

.comment-info {
  display: inline-block;
  margin: 0;
}

@media (max-width: 1000px) {
  .comment-info {
    line-height: 2;
  }
}

.comment-content {
  font-size: 18px;
  line-height: 1.6;
  background: #f2f2f2;
  padding: 30px;
  position: relative;
  border-radius: 5px;
}

.comment-content::after {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f2f2f2;
}

@media (max-width: 1000px) {
  .comment-content {
    font-size: 16px;
    padding: 20px;
  }
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.entry-content .comment-list,
.entry-content .comment-list li {
  margin-left: 0;
  padding-left: 0;
  counter-reset: li;
}

.comment-list > li {
  list-style-type: none;
  margin-bottom: 6%;
}

.comment-list .children {
  margin: 5% 0 0 0;
  padding-left: 25px;
}

@media (max-width: 600px) {
  .comment-list .children {
    padding-left: 15px;
  }
}

.comment-list .children li {
  margin-bottom: 6%;
}

.comment-list .children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.comment-list .children > li {
  list-style: none;
}

.comment-list .reply {
  margin-bottom: 0;
  font-size: 14px;
}

.comment-list .avatar {
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
  border-radius: 100px;
  vertical-align: top;
  width: 40px;
  position: relative;
}

@media (max-width: 600px) {
  .comment-list .avatar {
    margin-top: 3px;
  }
}

.comment-wrap {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.comment-cite {
  font-style: normal;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 600px) {
  .comment-cite {
    font-size: 18px;
  }
}

.comment-cite a {
  color: #272c30;
}

.comment-time,
.comment-edit-link {
  color: #62707c;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 11px;
  vertical-align: top;
  line-height: 1;
}

.comment-list .comment-reply-title {
  margin-bottom: 1%;
}

.comment-list .comment-reply-title small {
  float: right;
  font-size: 18px;
  margin-top: 8px;
}

.comments-closed p.reply {
  display: none;
}

.comments-closed p:nth-last-child(2) {
  margin-bottom: 0;
}

.logged-in-as,
.comment-notes {
  margin-bottom: 2%;
  display: none;
  color: #62707c;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.comment-notes {
  display: none;
}

.required {
  color: #f35959;
}

.logged-in-as a {
  color: #272c30;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  display: inline-block;
  width: 100%;
}

.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
  width: 100%;
}

@media (max-width: 1000px) {
  .comment-form-author,
    .comment-form-email,
    .comment-form-url,
    .comment-form-comment {
    width: 100%;
    margin-right: 0;
  }
}

.comment-list #respond {
  display: inline-block;
  margin-top: 4%;
  width: 100%;
}

@media (max-width: 1000px) {
  .comment-form-url {
    margin-bottom: 1em;
  }
}

.form-submit {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.comment-form #submit {
  margin-top: 10px;
  width: auto;
}

@media (max-width: 600px) {
  .comment-form #submit {
    margin: 0;
    width: 100%;
  }
}

.comment-list .comment-respond #submit {
  margin-top: 0;
}

.form-allowed-tags {
  display: none;
}

.comment-subscription-form {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 15px;
}

.comment-subscription-form label {
  font-weight: 300;
  font-size: 14px;
}

.comment-subscription-form + .comment-subscription-form {
  margin-top: 0;
}

#respond .comment-form-fields div.comment-form-field {
  width: 100% !important;
}

.comment-awaiting-moderation {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-style: normal;
}

.comment-awaiting-moderation::before {
  content: "\e90a";
  font-family: gbicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  margin-right: 10px;
}

/* --------------------------------------------------------------
Hero Posts
-------------------------------------------------------------- */

.post-cats,
.entry-cats {
  margin-bottom: 1.5%;
  position: relative;
  z-index: 10;
}

@media (max-width: 1000px) {
  .post-cats,
    .entry-cats {
    margin-bottom: 5%;
  }
}

.post-cats a,
.entry-cats a {
  background-color: #0072e5;
  padding: 4px 8px;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  transition: 0.2s ease-in-out;
}

.post-cats a:hover,
.entry-cats a:hover {
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {
  .post-cats a,
    .entry-cats a {
    font-size: 11px;
    padding: 3px 4px;
  }
}

.entry-byline {
  color: #62707c;
  font-size: 15px;
  margin-bottom: 0;
}

.search-results .entry-byline {
  margin-bottom: 5px;
}

.entry-byline a {
  color: #62707c;
}

.entry-byline a:hover {
  color: #272c30;
}

.entry-byline img {
  border-radius: 100px;
  width: 22px;
  vertical-align: top;
  margin-right: 3px;
}

.meta-avatar {
  position: absolute;
}

.meta-avatar img {
  width: 24px;
  border-radius: 50px;
  margin-right: 5px;
  vertical-align: top;
}

.index-text {
  position: relative;
  z-index: 10;
  margin: 0 5%;
  background: #fff;
  padding: 0 4% 6% 4%;
  border-bottom: solid 1px #d8dee3;
}

.has-post-thumbnail .index-text {
  margin-top: -10%;
  padding-top: 4%;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-2%, 0, 0);
    visibility: visible;
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
  transition: 0.3s ease;
}

.site-header-bg-wrap {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.background-effect {
  position: absolute;
  z-index: -999998;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.site-header-bg.background-effect {
  background-attachment: scroll;
}

/* --------------------------------------------------------------
Media
-------------------------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.site-main .gallery {
  margin-bottom: 1.2em;
}

@media (min-width: 1000px) {
  .has-wide-image .featured-image,
    .has-wide-image .featured-video {
    width: 90vw;
    margin-left: calc(50% - 90vw / 2);
  }
}

.featured-image .gallery {
  margin-bottom: 0;
}

.featured-gallery {
  background: transparent;
}

.featured-gallery [class*="gallery"]:first-child {
  opacity: 0;
  animation-delay: 0.5s;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.gallery a img {
  border: none;
  height: auto;
  width: 100%;
  max-width: 100%;
  display: block;
}

.gallery dd,
.gallery figcaption {
  font-size: 15px;
  text-align: left;
  margin: 0;
}

.gallery-item {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 15px;
  vertical-align: top;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

embed,
iframe,
object {
  max-width: 100%;
  border-width: 0;
}

#content .wp-playlist-light {
  color: #55626d;
  padding: 0;
}

#content .mejs-container:not(.mejs-video),
#content .mejs-embed,
#content .mejs-embed body {
  background: none;
}

#content .mejs-container:not(.mejs-video) {
  margin-bottom: 1em;
  height: 75px !important;
}

#content .mejs-container:not(.mejs-video) a {
  border-bottom: none;
}

#content .mejs-container:not(.mejs-video) a:hover {
  background: transparent;
}

#content .wp-playlist {
  border: none;
  background: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}

#content .wp-playlist-tracks {
  margin-top: 3.5%;
}

#content .wp-playlist-item {
  border-bottom: dotted 1px #cad1d8;
  padding: 0;
}

#content .wp-playlist-item:last-child {
  border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption,
#content .wp-playlist-item-length {
  padding: 2%;
}

@media (max-width: 1000px) {
  #content .wp-playlist-item .wp-playlist-caption,
    #content .wp-playlist-item-length {
    padding: 4%;
  }
}

#content .wp-playlist-item .wp-playlist-caption {
  color: #272c30;
  display: inline-block;
  border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption:hover {
  background: none;
  border-bottom: none;
}

#content .wp-playlist-caption,
#content .wp-playlist-item-title {
  font-size: 18px;
}

@media (max-width: 1000px) {
  #content .wp-playlist-caption,
    #content .wp-playlist-item-title {
    font-size: 16px;
  }
}

#content .wp-playlist-current-item {
  height: auto !important;
}

#content .wp-playlist-current-item .wp-playlist-caption {
  margin-bottom: 1.5%;
}

#content .wp-playlist-current-item img {
  display: none;
}

#content .wp-playlist-current-item .wp-playlist-item-title {
  color: #272c30;
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 1000px) {
  #content .wp-playlist-current-item .wp-playlist-item-title {
    font-size: 22px;
  }
}

#content .wp-playlist-current-item .wp-playlist-item-album {
  font-size: 18px;
}

@media (max-width: 1000px) {
  #content .wp-playlist-current-item .wp-playlist-item-album {
    font-size: 16px;
  }
}

#page .mejs-controls {
  background: #272c30;
}

@media (max-width: 1000px) {
  #page .mejs-controls {
    padding: 0 10px;
  }
}

#page .mejs-controls .mejs-button button:hover {
  background-color: transparent !important;
}

#page .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #5e7383;
}

#page .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #e3eaf0;
}

#page .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #5e7383;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #5e7383;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #e3eaf0;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  background: #5e7383;
}

#page .mejs-controls .mejs-button button:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

#page .mejs-video .mejs-controls,
#page .mejs-video .mejs-controls > div {
  height: 40px;
}

#page .mejs-video .mejs-time {
  height: 35px;
  padding-top: 2px;
}

#page .mejs-video .mejs-time-rail .mejs-time-total {
  margin: 8px 10px;
}

#page .mejs-video .mejs-button button {
  margin: 12px 5px;
}

/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */

.drawer-wrap {
  position: relative;
}

.drawer {
  padding: 10px 0 15px 0;
  background: #22262a;
  background: rgba(21, 23, 26, 0.7);
  font-size: 16px;
  display: none;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 1024px) {
  .drawer {
    display: none !important;
  }
}

.drawer-menu-explore {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1000px) {
  .drawer-menu-explore {
    background: #272c30;
    padding: 15px 5% 30px 5%;
  }
}

.drawer-menu-explore .container {
  padding: 0;
}

.show-drawer {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  display: inline-block !important;
}

.admin-bar .drawer-open .drawer {
  margin-top: 35px;
}

.site-header {
  padding: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 100;
  background: #f2f2f2;
}

body.admin-bar .is-sticky .site-header {
  margin-top: 32px;
}

.site-identity {
  padding: 30px 0;
  position: relative;
  z-index: 8;
}

@media (max-width: 1000px) {
  .site-identity {
    padding: 8% 0;
  }
}

@media (max-width: 600px) {
  .site-identity {
    padding: 12% 0;
  }
}

.site-title-wrap {
  display: inline-block;
  vertical-align: top;
  max-width: 30%;
  width: 100%;
  position: relative;
}

@media (max-width: 1000px) {
  .site-title-wrap {
    max-width: 100%;
    text-align: center;
  }
}

@media (min-width: 1000px) {
  .titles-wrap {
    padding-top: 8px;
  }
}

.titles-wrap.has-description {
  padding-top: 0;
}

.site-title {
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-right: 8px;
  line-height: 1.2;
}

.site-title a {
  color: #272c30;
  transition: 0.1s ease-in;
  position: relative;
}

@media (max-width: 1000px) {
  .site-title {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .site-title {
    font-size: 24px;
  }
}

.site-description {
  color: #272c30;
  font-size: 14px;
  line-height: 1.4;
  margin: -2px 0 0 0;
  display: inline-block;
  width: 100%;
  position: absolute;
}

@media (max-width: 1000px) {
  .site-description {
    position: relative;
    display: block;
  }
}

.site-avatar {
  display: inline-block;
  text-align: center;
  width: 100%;
  vertical-align: top;
}

.site-avatar img {
  border-radius: 500px;
  margin-bottom: 15px;
  width: 85px;
  transition: all 0.2s ease-in-out;
}

.site-avatar img:hover {
  transform: scale(1.1);
}

.site-logo {
  line-height: 1;
  margin: 0;
  display: block;
}

.site-logo:not(img):empty {
  margin: 0;
}

.custom-logo-link img {
  display: block;
}

@media (max-width: 1000px) {
  .custom-logo-link {
    text-align: center;
    width: 100%;
    display: inline-block;
  }

  .custom-logo-link img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* --------------------------------------------------------------
Content
-------------------------------------------------------------- */

.error404 .entry-header {
  margin-bottom: 0;
}

.archive-box {
  margin-top: 30px;
}

.archive-box ul ul {
  margin-left: 30px;
  margin-top: 0;
}

.archive-box ul li {
  margin-bottom: 0;
}

.archive-box ul a {
  border-bottom: dotted 1px #c7d6e4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.archive-box ul a:hover {
  border-bottom: dotted 1px #c7d6e4;
  color: #62707c;
}

.single #page {
  margin: 0 auto;
}

#primary {
  margin: 0 auto;
  display: block;
  width: 70%;
  max-width: 830px;
}

@media (max-width: 1000px) {
  #primary {
    width: 100%;
  }
}

.error404 #primary {
  display: block;
  margin: 0 auto;
}

.no-sidebar .content-area,
.single.no-sidebar .content-area {
  margin: 0 auto;
  display: block;
  width: 100%;
}

#main .entry-content .page-links {
  clear: both;
  margin: 0 0 1.4em;
}

#main .entry-content .page-links a {
  border: none;
  padding: 0 2px;
  color: #62707c;
}

#main .entry-content .page-links a:hover {
  border: none;
  color: #272c30;
}

#page .more-link + .page-links {
  margin-top: 20px;
}

.featured-image,
.featured-video {
  margin-bottom: 5%;
  width: 100%;
  z-index: 50;
  position: relative;
}

@media (max-width: 600px) {
  .featured-image,
    .featured-video {
    margin-bottom: 1.2em;
  }
}

.featured-image img,
.featured-video img {
  display: block;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transition: 0.07s ease-in-out;
}

.featured-video iframe {
  opacity: 0;
  animation-delay: 0.5s;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

#page {
  /*padding-top: 48px;*/
}

@media (max-width: 600px) {
  #page {
    /*padding-top: 8%;*/
  }
}

.site-content {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 0;
  vertical-align: top;
  position: relative;
  z-index: 10;
}

.blog .content-area {
  width: 100%;
  display: block;
  vertical-align: top;
}

.post .entry-header {
  position: relative;
  margin-bottom: 5%;
}

.archive-header {
  margin-top: -30px;
  margin-bottom: 40px;
  border-bottom: dotted 1px #cbcbcb;
}

.archive-header .entry-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.archive-header .entry-subtitle {
  font-size: 16px;
}

.archive-header .entry-subtitle p:last-child {
  margin-bottom: 0;
}

.taxonomy-description {
  font-size: 17px;
  color: #62707c;
}

@media (max-width: 600px) {
  .taxonomy-description {
    font-size: 15px;
    line-height: 1.4;
  }
}

.taxonomy-description p:last-child {
  margin-bottom: 0;
}

.entry-cats {
  font-size: 16px;
}

.full-post-header .entry-title {
  font-size: 58px;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (max-width: 1000px) {
  .full-post-header .entry-title {
    font-size: 46px;
  }
}

@media (max-width: 600px) {
  .full-post-header .entry-title {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
}

.full-post-header .entry-title a {
  color: #272c30;
  text-decoration: none;
  transition: 0.1s ease-in-out;
}

.full-post-header .entry-title a:hover {
  color: #62707c;
}

.byline {
  color: #62707c;
  margin-top: 3%;
  font-size: 16px;
}

@media (max-width: 600px) {
  .byline {
    display: inline-block;
    margin-top: 0;
    font-size: 12px;
  }
}

.byline img {
  width: 24px;
  border-radius: 50px;
  vertical-align: top;
  margin-right: 5px;
}

.byline a {
  color: #62707c;
  border-bottom: 2px solid transparent;
  transition: 0.2s ease;
  padding-bottom: 2px;
}

.byline a:hover {
  border-bottom: 2px solid #e3eaf0;
}

.entry-content {
  vertical-align: top;
}

.entry-content p a {
  color: #0072e5;
  box-shadow: inset 0 -1px 0 #0072e5;
  transition: 0.3s ease;
}

.entry-content p a:hover {
  box-shadow: inset 0 -2px 0 #0072e5;
  color: #0072e5;
}

.entry-content a.no-underline,
.entry-content a.no-underline:hover {
  border-bottom: none;
}

.excerpt-more {
  display: inline-block;
  width: 100%;
}

.single-attachment .site-main .post .entry-content {
  padding-left: 0;
}

.single-attachment .author-profile {
  display: none;
}

.page-content {
  margin-bottom: 5%;
}

/* --------------------------------------------------------------
Posts
-------------------------------------------------------------- */

.post {
  width: 100%;
  display: inline-block;
  position: relative;
}

.blog .post:not(:last-of-type),
.archive #post-wrap .post:not(:last-of-type),
.search .post:not(:last-of-type) {
  margin-bottom: 8%;
  padding-bottom: 10%;
  border-bottom: solid 3px #eee;
}

.search .post:not(:last-of-type) {
  margin-bottom: 5%;
  padding-bottom: 6%;
}

.fade-out {
  animation-name: fadeOut !important;
  animation-duration: 0.2s !important;
  animation-fill-mode: both !important;
}

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

.site-footer {
  padding: 0 0 2.5% 0;
  font-size: 17px;
  line-height: 1.5;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f2f2f2;
  color: #272c30;
}

.site-footer a {
  color: #0072e5;
}

.site-footer a:hover {
  color: #272c30;
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .site-footer {
    padding-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .site-footer {
    font-size: 15px;
  }
}

.category-wrap + .site-footer,
.related-post-wrap + .site-footer {
  margin-top: 0;
}

.category-wrap + .site-footer .footer-widgets,
.related-post-wrap + .site-footer .footer-widgets {
  border-top: none;
}

.post-navigation + .site-footer {
  box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1000px) {
  .post-navigation + .site-footer {
    box-shadow: none;
  }
}

.footer-padding {
  padding-top: 15%;
  opacity: 0;
}

.footer-widgets .widget_wpcom_social_media_icons_widget a {
  font-size: 28px;
}

.footer-widgets .widget_wpcom_social_media_icons_widget li {
  border-bottom: none;
  padding: 0;
}

.footer-widgets {
  display: inline-block;
  width: 100%;
  margin-bottom: 6%;
}

@media (max-width: 1000px) {
  .footer-widgets {
    padding-top: 8%;
    margin-bottom: 0;
  }
}

.footer-widgets .footer-column {
  width: 30.6%;
  float: left;
  padding-top: 7%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  transition: 0.2s ease-in-out;
}

@media (max-width: 1000px) {
  .footer-widgets .footer-column {
    width: 100%;
    margin-bottom: 5%;
    padding-top: 0;
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .footer-widgets .footer-column {
    padding-right: 0;
    margin-bottom: 7%;
  }
}

.footer-widgets .footer-column:last-child {
  margin-right: 0;
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
.footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
  width: 48%;
}

@media (max-width: 1000px) {
  .footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
    .footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
    width: 100%;
  }
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
.footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
  width: 30.6%;
}

@media (max-width: 1000px) {
  .footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
    .footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
    width: 100%;
  }
}

.footer-widgets ul {
  list-style: none;
  margin: 0;
}

.footer-widgets ul li {
  padding: 0 0 15px 0;
}

.footer-widgets ul li:last-child {
  padding-bottom: 0;
}

.footer-widgets ul ul li {
  list-style-type: circle;
}

.footer-widgets ul .menu-item-has-children {
  padding-bottom: 0;
}

.footer-widgets ul.children, .footer-widgets ul.sub-menu {
  margin-left: 20px;
  margin-top: 10px;
}

.footer-widgets ul.sub-menu li:last-child {
  padding-bottom: 15px;
}

.footer-widgets .sub-menu {
  margin-left: 20px;
}

.footer-widgets .widget_text a {
  border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
}

.footer-widgets section + section {
  margin-top: 40px;
}

.footer-bottom {
  display: inline-block;
  width: 100%;
  padding-top: 4%;
}

.footer-widgets + .footer-bottom {
  border-top: dotted 1px rgba(255, 255, 255, 0.4);
}

@media (max-width: 1000px) {
  .footer-widgets + .footer-bottom {
    padding-top: 30px;
  }
}

.footer-tagline {
  display: inline-block;
  width: 40%;
}

@media (max-width: 1000px) {
  .footer-tagline {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}

.footer-navigation + .footer-tagline {
  float: right;
}

.footer-tagline a {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  padding-bottom: 1px;
}

.site-footer .widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.2;
  color: #272c30;
}

@media (max-width: 1000px) {
  .site-footer .widget-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .site-footer .widget-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.footer-navigation {
  display: inline-block;
}

.footer-navigation ul {
  margin: 0;
}

.footer-navigation li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}

/* --------------------------------------------------------------
Attachments
-------------------------------------------------------------- */

.attachment .comments-area,
.attachment .entry-meta,
.attachment .post-navigation,
.attachment .entry-footer {
  display: none;
}

/* --------------------------------------------------------------
Miscellaneous
-------------------------------------------------------------- */

::-moz-selection {
  background: rgba(255, 244, 147, 0.8);
  color: #272c30;
}

::selection {
  background: rgba(255, 244, 147, 0.8);
  color: #272c30;
}

#wpstats {
  display: none;
}

.compat-object-fit {
  background-size: cover;
  background-position: center center;
}

.compat-object-fit img {
  opacity: 0;
}

.post-password-form label {
  display: inline-block;
  width: 40%;
}

.post-password-form input[type="submit"] {
  display: inline-block;
}

.not-found {
  text-align: center;
}

.blog .post.sticky {
  background: #fff;
  padding: 4%;
  border-bottom: none;
}

.page-template-full-width #page,
.page-template-full-width #primary {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.page-template-full-width #page .entry-header {
  padding: 5% 2% 0;
}

.page-template-full-width .site-content {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
Block Alignments
--------------------------------------------------------------*/

.wp-block-gallery {
  margin-left: 0;
  margin-bottom: 1.2em;
}

.wp-block-image figcaption {
  font-size: 15px;
  margin-top: 1em;
}

ul.blocks-gallery-grid,
ul.wp-block-social-links,
.entry-content .wp-block-gallery {
  padding-left: 0;
}

.alignfull,
.alignwide {
  margin-bottom: 2em;
  width: 100%;
}

@media (max-width: 600px) {
  .alignfull.wp-block-gallery,
    .alignwide.wp-block-gallery {
    margin-left: -8px;
    margin-right: -8px;
    width: inherit;
  }
}

.alignfull img,
.alignwide img {
  display: block;
}

.alignwide {
  max-width: none;
}

@media (min-width: 1000px) {
  .alignwide {
    width: 75vw;
    margin-left: calc(50% - 75vw / 2);
  }
}

.entry-content > .alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: none;
}

.wp-block-columns {
  margin-bottom: 1.2em;
}

.upcoming_event_overlay::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2B2E37;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-logo-link img {
  max-height: 24px;
  width: -moz-fit-content;
  width: fit-content;
}

.scala_navigation a {
  color: black;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: flex !important;
  align-items: center;
  margin-bottom: 0 !important;
}

.scala_navigation ul li {
  /*padding: 0px;*/
}

.scala_navigation .menu-main-container ul.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*row-gap: 1rem;*/
  /*column-gap: 1rem;*/
}

@media screen and (max-width: 1400px) {
  .scala_navigation a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .scala_navigation a {
    font-size: 10px;
  }
}

.scala_navigation a::after {
  font-size: 20px !important;
}

.search-icon-border {
  border-right: 1px solid #E2E2E2;
  border-left: 1px solid #E2E2E2;
  padding: 0 15px;
}

.scala_site-identity .site-title-wrap {
  width: -moz-max-content;
  width: max-content;
}

.scala_site-identity {
  display: flex;
}

@media only screen and (max-width: 1000px) {
  .scala_site-identity {
    display: none !important;
  }
}

.footer_menu_links a {
  margin: 0 17px;
}

@media only screen and (max-width: 768px) {
  .footer_menu_links a {
    margin: 0 15px;
  }
}

.social_icons a svg {
  max-width: 24px;
}

.navigation-shadow {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
}

* {
  font-family: 'Montserrat', sans-serif !important;
}

.lets_chat_container {
  background-image: linear-gradient(rgba(238, 50, 53, 0.8), rgba(238, 50, 53, 0.8)), url("/wp-content/themes/genesis-child/images/Optika_Display_-_Fashion_Solution.jpeg");
  background-size: cover;
  background-position: 50%;
}

.width-container {
  max-width: 1920px;
  padding-left: 4rem;
  padding-right: 4rem;
  margin: 0 auto;
}

@media only screen and (min-width: 1600px) {
  .width-container {
    max-width: 1920px;
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media only screen and (max-width: 1024px) {
  .width-container {
    max-width: 1920px;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}

p,
.embed-vimeo {
  margin-bottom: 1.4em !important;
}

.red_button_hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  position: relative;
  transition-property: text-shadow;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.17, 0.57, 0.38, 0.95);
}

.red_button_hover:hover {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .7);
}

.red_button_hover:hover::after {
  left: 0;
  right: 0;
  background: hsla(0, 0%, 100%, .2);
}

.red_button_hover:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  transition-property: left, right, background;
  transition-duration: .5s;
  transition-timing-function: var(--easing);
}

.swiper {
  padding-bottom: 15rem;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  max-width: 46.9rem;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #C7CDD0;
  font-size: 5rem;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 40px;
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 4rem;
  height: 4rem;
  margin: 0 8px;
  cursor: pointer;
  border-radius: 0;
  opacity: 1;
  background: transparent;
}

.swiper-pagination-bullet:after {
  width: 4rem;
  height: 2px;
  border-radius: 0;
  background: #EE3235;
}

.swiper-pagination-bullet-active {
  width: 40px;
  height: 40px;
  margin: 0 8px;
  cursor: pointer;
  overflow: hidden;
}

.swiper-pagination-bullet::after {
  display: block;
  content: " ";
  position: relative;
  height: 2px;
  background-color: #EE3235;
  top: calc(50% - 1px);
  transition: all .25s cubic-bezier(0.17, 0.57, 0.38, 0.95);
}

.swiper-pagination-bullet-active::after {
  display: block;
  content: " ";
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #2B2E37;
  top: calc(50% - 2px);
  transition: all .25s cubic-bezier(0.17, 0.57, 0.38, 0.95);
}

.swiper-pagination-bullet:hover::after, .swiper-pagination-bullet-active:hover::after {
  top: 0;
  height: 100%;
}

.titles-wrap {
  display: none;
}

.upcoming_events {
  transition: all .25s ease;
  text-decoration: none;
}

.sc-events-list-item:hover .eli-date[data-v-3c58f9ab] {
  color: #2B2E37;
  background-color: #fff;
}

.container-box-shadow {
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.25);
}

.event-image-layout::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2b2e37;
  opacity: .3;
  position: absolute;
  top: 0;
  bottom: 0;
}

.custom_menu-toggle, .custom_menu-toggle:hover, .custom_menu-toggle:active, .custom_menu-toggle:focus {
  max-width: 20px;
  color: black;
  font-size: 25px;
}

.custom_mobile-navigation {
  align-items: center;
  justify-content: space-between;
  background-color: white !important;
  padding: 0;
  height: 48px;
}

.custom_drawer {
  height: 100vh;
  background-color: white;
}

.custom_drawer .drawer-navigation ul li a {
  color: #272C30;
  font-size: 15px;
  font-weight: 400;
}

.custom_drawer .drawer-navigation ul li {
  padding-left: 2.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.custom_drawer .toggle-sub {
  background: transparent !important;
}

.custom_drawer .toggle-sub .gbi.gbicon-angle-down {
  color: #2b2e37;
}

.custom_drawer .menu-item-has-children .toggle-sub {
  position: relative;
}

@media (max-width: 1024px) {
  .mobile-navigation {
    display: flex;
  }
}

@media only screen and (max-width: 1024px) {
  .scala_site-identity {
    display: none !important;
  }

  .gbicon-bars::before {
    content: "\e902";
  }
}

.solution_section_bg {
  background: no-repeat url("/wp-content/themes/genesis-child/images/section_bg.png");
  background-size: cover;
}

.solution_card_container a:nth-child(2n) {
  margin-top: -18rem !important;
}

.solution_card_container a {
  margin-top: -8rem !important;
}

.solution_card_container a:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .solution_card_container a {
    margin-top: -4rem !important;
  }

  .solution_card_container a:nth-child(2n) {
    margin-top: -4rem !important;
  }
}

.solution_learn_more_container {
  background: no-repeat url("/wp-content/themes/genesis-child/images/kevin-o-connor-262008.jpeg");
  background-size: cover;
  margin-bottom: 9em;
  background-position: 50%;
}

.low_shadow {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
}

.solution_card_overlay {
  opacity: 0;
  transition: all .2s cubic-bezier(0.17, 0.57, 0.38, 0.95);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(238, 50, 53, .8), rgba(238, 50, 53, .9));
}

.solution_card_overlay:before {
  position: absolute;
  left: 50%;
  top: 40%;
  content: " ";
  height: 20%;
  width: 2px;
  background-color: #fff;
}

.solution_card_overlay:after {
  position: absolute;
  left: 50%;
  top: 40%;
  content: " ";
  height: 20%;
  width: 2px;
  background-color: #fff;
  transform: rotate(-90deg);
}

.solution_card:hover .solution_card_overlay {
  opacity: 1;
}

.products_card_overlay {
  transition: all .2s cubic-bezier(0.17, 0.57, 0.38, 0.95);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: hsla(0, 9%, 50%, .7);
  height: 100%;
}

.products_card:hover .products_card_overlay {
  background: linear-gradient(rgba(238, 50, 53, .8), rgba(238, 50, 53, .9));
}

.solution_text_container {
  transition: left cubic-bezier(0.17, 0.57, 0.38, 0.95) .4s;
  position: relative;
}

.solution_card:hover .solution_text_container {
  left: 5px;
}

.resolution_card {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.read_blog_link:hover:after {
  left: 0;
  height: 1px;
  width: 100%;
}

.read_blog_link:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
  background-color: #ee3235;
  width: 0;
  left: 50%;
  transition: all .25s cubic-bezier(0.17, 0.57, 0.38, 0.95);
}

.media_player_banner {
  background-image: linear-gradient(rgba(43, 46, 55, 0.2), rgba(43, 46, 55, 0.3)), url('/wp-content/themes/genesis-child/images/Scala_Hardware_Players_R_Right2.png');
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gallery-container a {
  margin: 1em;
  box-sizing: border-box;
  width: calc(33.33333% - 2em);
  transition: all .25s cubic-bezier(0.17, 0.57, 0.38, 0.95);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  filter: drop-shadow(0px 10px 60px rgba(80, 80, 80, 0.25));
}

.gallery-container a:hover {
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.25), 0 0.5em 0.5em rgba(0, 0, 0, 0.22);
  z-index: 1;
}

.gallery-container a img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100%;
  height: 100%;
}

/*designer styling*/

/*this is a css from the designer we hired to make a page*/

.office {
  margin-bottom: 3.2rem;
}

.required_input:after {
  content: " *";
  font-size: 1.4rem;
  position: relative;
  top: -0.2rem;
}

.blog_overview_section_bg {
  background-repeat: repeat;
  background-image:  url('/wp-content/themes/genesis-child/images/scala_blog_bg.png');
  background-size: contain;
}

.resources_menu a {
}

.recent_resources_list:after {
  content: "";
  background: rgba(0, 0, 0, .1);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
}

.recent_resources_list:last-child:after {
  display: none;
}

.recent_resources_list:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  background: transparent;
  transition-property: left, right, background;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.17, 0.57, 0.38, 0.95);
}

.recent_resources_list:hover:before {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .05);
}

.markup.description h1 {
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 32.64px;
  letter-spacing: normal;
  font-size: 2.6rem;
}

.markup.description p {
  margin-bottom: 3rem !important;
}

.markup.description h2 {
  font-size: 2.21rem !important;
}

.resources_link_active {
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
}

#masthead {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.hero {
  background-image: linear-gradient(rgba(43, 46, 55, 0.8), rgba(43, 46, 55, 0.9)), url(/wp-content/themes/genesis-child/assets/software/images/hero-background.jpg);
  background-size: cover;
}

.we-xlose {
  width: auto;
  height: 48px;
  padding: 0 15px 0 10px;
  cursor: pointer;
  transition: all 0.25s var(--easing);
  position: relative;
  transition: all .2s;
  display: none;
}

.we-xlose::before {
  position: absolute;
  left: 50%;
  top: calc(50% - 12px);
  content: " ";
  height: 24px;
  width: 1px;
  background-color: #000;
  transform: rotate(45deg);
  transition: all 0.25s var(--easing);
}

.we-xlose::after {
  position: absolute;
  left: 50%;
  top: calc(50% - 12px);
  content: " ";
  height: 24px;
  width: 1px;
  background-color: #000;
  transform: rotate(-45deg);
  transition: all 0.25s var(--easing);
}

.lets-chat-link {
  font-weight: 700;
  text-transform: uppercase;
}

.we-footer-navigation li {
  padding: 0 4%;
}

.we-footer-navigation li a {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  opacity: .7;
  transition: all .2s;
}

.we-footer-navigation li a:hover {
  opacity: 1;
}

.we-social-links svg {
  width: 24px;
}

@media (min-width: 768px) {
  .we-bottom-links li {
    border-right: 1px solid #fff;
  }

  .we-bottom-links li:last-of-type {
    border-right: 0;
  }
}

.we-bottom-links li a {
  display: block;
  padding: 0 5px;
}

.we-content-bottom {
  position: relative;
}

.we-content-bottom::before {
  content: "";
  height: 1px;
  width: 96%;
  max-width: 300px;
  background-color: #fff;
  opacity: .7;
  position: absolute;
  top: -20px;
}

.we-button-hover {
  position: relative;
  overflow: hidden;
}

.we-button-hover > * {
  z-index: 222;
}

.we-button-hover::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 111;
  transition: all .5s;
}

.we-button-hover:hover::before {
  content: "";
  width: 105%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 111;
}

.we-line-before {
  position: relative;
}

.we-line-before::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #ee3235;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.we-has-line-below {
  position: relative;
  margin-bottom: 30px;
}

.we-has-line-below::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ee3235;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}

.we-boxed-50::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.we-boxed-75::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.we-boxed-80::after {
  content: "";
  display: block;
}

@media (min-width: 1025px) {
  .we-boxed-80::after {
    padding-bottom: 80%;
  }
}

.we-boxed-90::after {
  content: "";
  display: block;
  padding-bottom: 90%;
}

.we-boxed-100::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.we-boxed-125::after {
  content: "";
  display: block;
  padding-bottom: 125%;
}

.we-boxed-150::after {
  content: "";
  display: block;
  padding-bottom: 150%;
}

.we-boxed-175::after {
  content: "";
  display: block;
  padding-bottom: 175%;
}

.we-boxed-200::after {
  content: "";
  display: block;
  padding-bottom: 200%;
}

main .we-line-before {
  padding-left: 120px;
  margin-bottom: 30px;
}

main .row-3 {
  margin: 0 -10px;
}

main .row-5 .we-line-before {
  padding-left: 0;
  padding-bottom: 70px;
  margin-bottom: -30px;
}

@media (max-width: 1024px) {
  main .row-5 .visual-content img {
    margin: 0 auto 50px auto;
  }
}

main .row-6 .we-has-line-below::before {
  content: "";
  width: 120px;
}

.site-footer .row-1 {
  background-image: linear-gradient(rgba(238, 50, 53, 0.8), rgba(238, 50, 53, 0.8)), url(../images/Optika_Display_-_Fashion_Solution.jpeg);
}

.site-footer .row-1 .lets-chat-link {
  border: 1px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 60px;
  float: right;
}

/* HEADER */

.site-header .header-ls-navigation {
  flex-grow: 1;
}

.site-header .header-ls-navigation a {
  transition: all .2s;
  position: relative;
  background-color: #fff;
  z-index: 555;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 15px;
}

@media (max-width: 1298px) {
  .site-header .header-ls-navigation a {
    font-size: 0.7em;
    padding: 0 10px;
  }
}

.site-header .header-ls-navigation a:hover {
  color: #ee3235;
}

.site-header .search-icon svg {
  transition: all .2s;
}

.site-header .search-icon:hover > * {
  transform: rotate(90deg);
}

.site-header .we-header-search-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  border-left: 1px solid #e2e2e2;
  background-color: #fff;
  width: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 555;
}

.site-header .we-header-search-container input {
  width: 100%;
  background-color: #fff;
  padding: 0 30px;
}

.site-header .has-children {
  position: relative;
}

.site-header .has-children .chevron {
  display: inline-block;
}

.site-header .chevron {
  position: relative;
  width: 10px;
  height: 10px;
  transform: rotate(90deg) scale(0.75);
  margin-left: 4px;
  display: none;
}

.site-header .chevron:before, .site-header .chevron:after {
  position: absolute;
  top: -8px;
  left: 4px;
  width: 2px;
  height: 12px;
  display: block;
  content: "";
  background-color: currentColor;
  border-radius: 10px;
  transition-property: transform;
  transition-duration: .25s;
  transition-timing-function: var(--easing);
}

.site-header .chevron:after {
  transform: rotate(45deg);
  top: 0;
  transition: all .2s;
}

.site-header .chevron:before {
  transform: rotate(-45deg);
  transition: all .2s;
}

.site-header .we-header-sub-opened > a {
  color: #ee3235;
}

.site-header .we-header-sub-opened .chevron:after {
  transform: rotate(-45deg);
}

.site-header .we-header-sub-opened .chevron:before {
  transform: rotate(45deg);
}

.site-header .we-header-submenu {
  position: absolute;
  top: -20%;
  opacity: 0;
  background: #fff;
  z-index: 111;
  box-shadow: 0 2px 2px #e2e2e2;
}

.site-header .we-header-submenu li a {
  display: block;
  padding: 8px 15px;
  border-bottom: 1px solid #e2e2e2;
  white-space: nowrap;
}

.site-header .we-header-submenu li:last-of-type a {
  border-bottom: 0;
}

/* MOBILE NAV */

.we-small-screen-nav-container {
  overflow: hidden;
  height: 0;
  opacity: 0;
  overflow-y: scroll;
}

.small-screen-nav ul li {
  width: 100%;
}

.small-screen-nav ul li a {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #f2f2f2;
  transition: all .2s;
}

.small-screen-nav ul li a:hover {
  color: #ee3235;
}

.small-screen-nav .has-children {
  position: relative;
}

.small-screen-nav .has-children .chevron {
  display: inline-block;
}

.small-screen-nav .chevron {
  position: relative;
  width: 10px;
  height: 10px;
  transform: rotate(90deg) scale(0.75);
  margin-left: 4px;
  display: none;
}

.small-screen-nav .chevron:before, .small-screen-nav .chevron:after {
  position: absolute;
  top: -8px;
  left: 4px;
  width: 2px;
  height: 12px;
  display: block;
  content: "";
  background-color: currentColor;
  border-radius: 10px;
  transition-property: transform;
  transition-duration: .25s;
  transition-timing-function: var(--easing);
}

.small-screen-nav .chevron:after {
  transform: rotate(45deg);
  top: 0;
  transition: all .2s;
}

.small-screen-nav .chevron:before {
  transform: rotate(-45deg);
  transition: all .2s;
}

.small-screen-nav .we-header-sub-opened > a {
  color: #ee3235;
}

.small-screen-nav .we-header-sub-opened .chevron:after {
  transform: rotate(-45deg);
}

.small-screen-nav .we-header-sub-opened .chevron:before {
  transform: rotate(45deg);
}

.small-screen-nav .we-header-submenu {
  position: relative;
  top: auto;
  opacity: 1;
  background: #fff;
  z-index: 111;
  box-shadow: none;
  width: 100%;
  display: none;
}

.small-screen-nav .we-header-submenu li a {
  display: block;
  padding: 8px 15px 8px 30px;
  border-bottom: 1px solid #e2e2e2;
  white-space: nowrap;
}

/* END MOBILE NAV */

/* HAMBURGER */

.hamburger-1 {
  width: 24px;
  height: 50px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.hamburger-1__inner {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hamburger-1__line {
  background-color: #2b2e37;
  height: 2px;
  width: 100%;
  position: absolute;
  transition: all .3s;
}

.hamburger-1__line-middle {
  top: 0;
}

.hamburger-1__line-before {
  top: -8px;
}

.hamburger-1__line-after {
  bottom: -8px;
}

.hamburger-1.xfy .hamburger-1__line-middle {
  background: 0 0 !important;
  transform: translateX(-10px);
  transition: all .1s;
}

.hamburger-1.xfy .hamburger-1__line-before {
  transform: translate(0, 8px) rotateZ(45deg);
}

.hamburger-1.xfy .hamburger-1__line-after {
  transform: translate(0, -8px) rotateZ(-45deg);
}

/* END HAMBURGER */

/* END HEADER */

input:focus, input:focus-visible, input:active {
  outline: none;
  border: none;
}

/*.swiper-slide {*/

/*    top: 4.8rem;*/

/*}*/

/*.swiper-slide.swiper-slide-active{*/

/*    top: 0;*/

/*}*/

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 26px;
  padding-left: 26px;
}

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

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

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

@media (max-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

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

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

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

.not-sr-only{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-inset-1{
  inset: -4px;
}

.-left-0{
  left: 0;
}

.-left-0\.5{
  left: -2px;
}

.-left-1{
  left: -4px;
}

.-left-1\.5{
  left: -6px;
}

.-left-1\/2{
  left: -50%;
}

.-left-1\/3{
  left: -33.333333%;
}

.-left-1\/4{
  left: -25%;
}

.-left-10{
  left: -40px;
}

.-left-11{
  left: -44px;
}

.-left-12{
  left: -48px;
}

.-left-14{
  left: -56px;
}

.-left-16{
  left: -64px;
}

.-left-2{
  left: -8px;
}

.-left-2\.5{
  left: -10px;
}

.-left-2\/3{
  left: -66.666667%;
}

.-left-2\/4{
  left: -50%;
}

.-left-20{
  left: -80px;
}

.-left-24{
  left: -96px;
}

.-left-28{
  left: -112px;
}

.-left-3{
  left: -12px;
}

.-left-3\.5{
  left: -14px;
}

.-left-3\/4{
  left: -75%;
}

.-left-32{
  left: -128px;
}

.-left-36{
  left: -144px;
}

.-left-4{
  left: -16px;
}

.-left-40{
  left: -160px;
}

.-left-44{
  left: -176px;
}

.-left-48{
  left: -192px;
}

.-left-5{
  left: -20px;
}

.-left-52{
  left: -208px;
}

.-left-56{
  left: -224px;
}

.-left-6{
  left: -24px;
}

.-left-60{
  left: -240px;
}

.-left-64{
  left: -256px;
}

.-left-7{
  left: -28px;
}

.-left-72{
  left: -288px;
}

.-left-8{
  left: -32px;
}

.-left-80{
  left: -320px;
}

.-left-9{
  left: -36px;
}

.-left-96{
  left: -384px;
}

.-left-full{
  left: -100%;
}

.-left-px{
  left: -1px;
}

.-right-0{
  right: 0;
}

.-right-0\.5{
  right: -2px;
}

.-right-1{
  right: -4px;
}

.-right-1\.5{
  right: -6px;
}

.-right-1\/2{
  right: -50%;
}

.-right-1\/3{
  right: -33.333333%;
}

.-right-1\/4{
  right: -25%;
}

.-right-10{
  right: -40px;
}

.-right-11{
  right: -44px;
}

.-right-12{
  right: -48px;
}

.-right-14{
  right: -56px;
}

.-right-16{
  right: -64px;
}

.-right-2{
  right: -8px;
}

.-right-2\.5{
  right: -10px;
}

.-right-2\/3{
  right: -66.666667%;
}

.-right-2\/4{
  right: -50%;
}

.-right-20{
  right: -80px;
}

.-right-24{
  right: -96px;
}

.-right-28{
  right: -112px;
}

.-right-3{
  right: -12px;
}

.-right-3\.5{
  right: -14px;
}

.-right-3\/4{
  right: -75%;
}

.-right-32{
  right: -128px;
}

.-right-36{
  right: -144px;
}

.-right-4{
  right: -16px;
}

.-right-40{
  right: -160px;
}

.-right-44{
  right: -176px;
}

.-right-48{
  right: -192px;
}

.-right-5{
  right: -20px;
}

.-right-52{
  right: -208px;
}

.-right-56{
  right: -224px;
}

.-right-6{
  right: -24px;
}

.-right-60{
  right: -240px;
}

.-right-64{
  right: -256px;
}

.-right-7{
  right: -28px;
}

.-right-72{
  right: -288px;
}

.-right-8{
  right: -32px;
}

.-right-80{
  right: -320px;
}

.-right-9{
  right: -36px;
}

.-right-96{
  right: -384px;
}

.-right-full{
  right: -100%;
}

.-right-px{
  right: -1px;
}

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

.end-1{
  inset-inline-end: 4px;
}

.left-0{
  left: 0;
}

.left-0\.5{
  left: 2px;
}

.left-1{
  left: 4px;
}

.left-1\.5{
  left: 6px;
}

.left-1\/2{
  left: 50%;
}

.left-1\/3{
  left: 33.333333%;
}

.left-1\/4{
  left: 25%;
}

.left-10{
  left: 40px;
}

.left-11{
  left: 44px;
}

.left-12{
  left: 48px;
}

.left-14{
  left: 56px;
}

.left-16{
  left: 64px;
}

.left-2{
  left: 8px;
}

.left-2\.5{
  left: 10px;
}

.left-2\/3{
  left: 66.666667%;
}

.left-2\/4{
  left: 50%;
}

.left-20{
  left: 80px;
}

.left-24{
  left: 96px;
}

.left-28{
  left: 112px;
}

.left-3{
  left: 12px;
}

.left-3\.5{
  left: 14px;
}

.left-3\/4{
  left: 75%;
}

.left-32{
  left: 128px;
}

.left-36{
  left: 144px;
}

.left-4{
  left: 16px;
}

.left-40{
  left: 160px;
}

.left-44{
  left: 176px;
}

.left-48{
  left: 192px;
}

.left-5{
  left: 20px;
}

.left-52{
  left: 208px;
}

.left-56{
  left: 224px;
}

.left-6{
  left: 24px;
}

.left-60{
  left: 240px;
}

.left-64{
  left: 256px;
}

.left-7{
  left: 28px;
}

.left-72{
  left: 288px;
}

.left-8{
  left: 32px;
}

.left-80{
  left: 320px;
}

.left-9{
  left: 36px;
}

.left-96{
  left: 384px;
}

.left-auto{
  left: auto;
}

.left-full{
  left: 100%;
}

.left-px{
  left: 1px;
}

.right-0{
  right: 0;
}

.right-0\.5{
  right: 2px;
}

.right-1{
  right: 4px;
}

.right-1\.5{
  right: 6px;
}

.right-1\/2{
  right: 50%;
}

.right-1\/3{
  right: 33.333333%;
}

.right-1\/4{
  right: 25%;
}

.right-10{
  right: 40px;
}

.right-11{
  right: 44px;
}

.right-12{
  right: 48px;
}

.right-14{
  right: 56px;
}

.right-16{
  right: 64px;
}

.right-2{
  right: 8px;
}

.right-2\.5{
  right: 10px;
}

.right-2\/3{
  right: 66.666667%;
}

.right-2\/4{
  right: 50%;
}

.right-20{
  right: 80px;
}

.right-24{
  right: 96px;
}

.right-28{
  right: 112px;
}

.right-3{
  right: 12px;
}

.right-3\.5{
  right: 14px;
}

.right-3\/4{
  right: 75%;
}

.right-32{
  right: 128px;
}

.right-36{
  right: 144px;
}

.right-4{
  right: 16px;
}

.right-40{
  right: 160px;
}

.right-44{
  right: 176px;
}

.right-48{
  right: 192px;
}

.right-5{
  right: 20px;
}

.right-52{
  right: 208px;
}

.right-56{
  right: 224px;
}

.right-6{
  right: 24px;
}

.right-60{
  right: 240px;
}

.right-64{
  right: 256px;
}

.right-7{
  right: 28px;
}

.right-72{
  right: 288px;
}

.right-8{
  right: 32px;
}

.right-80{
  right: 320px;
}

.right-9{
  right: 36px;
}

.right-96{
  right: 384px;
}

.right-auto{
  right: auto;
}

.right-full{
  right: 100%;
}

.right-px{
  right: 1px;
}

.isolate{
  isolation: isolate;
}

.isolation-auto{
  isolation: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-start-1{
  grid-column-start: 1;
}

.col-start-10{
  grid-column-start: 10;
}

.col-start-11{
  grid-column-start: 11;
}

.col-start-12{
  grid-column-start: 12;
}

.col-start-13{
  grid-column-start: 13;
}

.col-start-2{
  grid-column-start: 2;
}

.col-start-3{
  grid-column-start: 3;
}

.col-start-4{
  grid-column-start: 4;
}

.col-start-5{
  grid-column-start: 5;
}

.col-start-6{
  grid-column-start: 6;
}

.col-start-7{
  grid-column-start: 7;
}

.col-start-8{
  grid-column-start: 8;
}

.col-start-9{
  grid-column-start: 9;
}

.row-auto{
  grid-row: auto;
}

.row-span-1{
  grid-row: span 1 / span 1;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.row-span-3{
  grid-row: span 3 / span 3;
}

.row-span-4{
  grid-row: span 4 / span 4;
}

.row-span-5{
  grid-row: span 5 / span 5;
}

.row-span-6{
  grid-row: span 6 / span 6;
}

.row-span-full{
  grid-row: 1 / -1;
}

.row-start-1{
  grid-row-start: 1;
}

.row-start-2{
  grid-row-start: 2;
}

.row-start-3{
  grid-row-start: 3;
}

.row-start-4{
  grid-row-start: 4;
}

.row-start-5{
  grid-row-start: 5;
}

.row-start-6{
  grid-row-start: 6;
}

.row-start-7{
  grid-row-start: 7;
}

.row-start-auto{
  grid-row-start: auto;
}

.row-end-1{
  grid-row-end: 1;
}

.row-end-2{
  grid-row-end: 2;
}

.row-end-3{
  grid-row-end: 3;
}

.row-end-4{
  grid-row-end: 4;
}

.row-end-5{
  grid-row-end: 5;
}

.row-end-6{
  grid-row-end: 6;
}

.row-end-7{
  grid-row-end: 7;
}

.row-end-auto{
  grid-row-end: auto;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.float-none{
  float: none;
}

.clear-left{
  clear: left;
}

.clear-right{
  clear: right;
}

.clear-both{
  clear: both;
}

.clear-none{
  clear: none;
}

.-m-0{
  margin: 0;
}

.-m-0\.5{
  margin: -2px;
}

.-m-1{
  margin: -4px;
}

.-m-1\.5{
  margin: -6px;
}

.-m-10{
  margin: -40px;
}

.-m-11{
  margin: -44px;
}

.-m-12{
  margin: -48px;
}

.-m-14{
  margin: -56px;
}

.-m-16{
  margin: -64px;
}

.-m-2{
  margin: -8px;
}

.-m-2\.5{
  margin: -10px;
}

.-m-20{
  margin: -80px;
}

.-m-24{
  margin: -96px;
}

.-m-28{
  margin: -112px;
}

.-m-3{
  margin: -12px;
}

.-m-3\.5{
  margin: -14px;
}

.-m-32{
  margin: -128px;
}

.-m-36{
  margin: -144px;
}

.-m-4{
  margin: -16px;
}

.-m-40{
  margin: -160px;
}

.-m-44{
  margin: -176px;
}

.-m-48{
  margin: -192px;
}

.-m-5{
  margin: -20px;
}

.-m-52{
  margin: -208px;
}

.-m-56{
  margin: -224px;
}

.-m-6{
  margin: -24px;
}

.-m-60{
  margin: -240px;
}

.-m-64{
  margin: -256px;
}

.-m-7{
  margin: -28px;
}

.-m-72{
  margin: -288px;
}

.-m-8{
  margin: -32px;
}

.-m-80{
  margin: -320px;
}

.-m-9{
  margin: -36px;
}

.-m-96{
  margin: -384px;
}

.-m-px{
  margin: -1px;
}

.m-0{
  margin: 0;
}

.m-0\.5{
  margin: 2px;
}

.m-1{
  margin: 4px;
}

.m-1\.5{
  margin: 6px;
}

.m-10{
  margin: 40px;
}

.m-11{
  margin: 44px;
}

.m-12{
  margin: 48px;
}

.m-14{
  margin: 56px;
}

.m-16{
  margin: 64px;
}

.m-2{
  margin: 8px;
}

.m-2\.5{
  margin: 10px;
}

.m-20{
  margin: 80px;
}

.m-24{
  margin: 96px;
}

.m-28{
  margin: 112px;
}

.m-3{
  margin: 12px;
}

.m-3\.5{
  margin: 14px;
}

.m-32{
  margin: 128px;
}

.m-36{
  margin: 144px;
}

.m-4{
  margin: 16px;
}

.m-40{
  margin: 160px;
}

.m-44{
  margin: 176px;
}

.m-48{
  margin: 192px;
}

.m-5{
  margin: 20px;
}

.m-52{
  margin: 208px;
}

.m-56{
  margin: 224px;
}

.m-6{
  margin: 24px;
}

.m-60{
  margin: 240px;
}

.m-64{
  margin: 256px;
}

.m-7{
  margin: 28px;
}

.m-72{
  margin: 288px;
}

.m-8{
  margin: 32px;
}

.m-80{
  margin: 320px;
}

.m-9{
  margin: 36px;
}

.m-96{
  margin: 384px;
}

.m-auto{
  margin: auto;
}

.m-px{
  margin: 1px;
}

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

.-mx-0\.5{
  margin-left: -2px;
  margin-right: -2px;
}

.-mx-1{
  margin-left: -4px;
  margin-right: -4px;
}

.-mx-1\.5{
  margin-left: -6px;
  margin-right: -6px;
}

.-mx-10{
  margin-left: -40px;
  margin-right: -40px;
}

.-mx-11{
  margin-left: -44px;
  margin-right: -44px;
}

.-mx-12{
  margin-left: -48px;
  margin-right: -48px;
}

.-mx-14{
  margin-left: -56px;
  margin-right: -56px;
}

.-mx-16{
  margin-left: -64px;
  margin-right: -64px;
}

.-mx-2{
  margin-left: -8px;
  margin-right: -8px;
}

.-mx-2\.5{
  margin-left: -10px;
  margin-right: -10px;
}

.-mx-20{
  margin-left: -80px;
  margin-right: -80px;
}

.-mx-24{
  margin-left: -96px;
  margin-right: -96px;
}

.-mx-28{
  margin-left: -112px;
  margin-right: -112px;
}

.-mx-3{
  margin-left: -12px;
  margin-right: -12px;
}

.-mx-3\.5{
  margin-left: -14px;
  margin-right: -14px;
}

.-mx-32{
  margin-left: -128px;
  margin-right: -128px;
}

.-mx-36{
  margin-left: -144px;
  margin-right: -144px;
}

.-mx-4{
  margin-left: -16px;
  margin-right: -16px;
}

.-mx-40{
  margin-left: -160px;
  margin-right: -160px;
}

.-mx-44{
  margin-left: -176px;
  margin-right: -176px;
}

.-mx-48{
  margin-left: -192px;
  margin-right: -192px;
}

.-mx-5{
  margin-left: -20px;
  margin-right: -20px;
}

.-mx-52{
  margin-left: -208px;
  margin-right: -208px;
}

.-mx-56{
  margin-left: -224px;
  margin-right: -224px;
}

.-mx-6{
  margin-left: -24px;
  margin-right: -24px;
}

.-mx-60{
  margin-left: -240px;
  margin-right: -240px;
}

.-mx-64{
  margin-left: -256px;
  margin-right: -256px;
}

.-mx-7{
  margin-left: -28px;
  margin-right: -28px;
}

.-mx-72{
  margin-left: -288px;
  margin-right: -288px;
}

.-mx-8{
  margin-left: -32px;
  margin-right: -32px;
}

.-mx-80{
  margin-left: -320px;
  margin-right: -320px;
}

.-mx-9{
  margin-left: -36px;
  margin-right: -36px;
}

.-mx-96{
  margin-left: -384px;
  margin-right: -384px;
}

.-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

.-my-0{
  margin-top: 0;
  margin-bottom: 0;
}

.-my-0\.5{
  margin-top: -2px;
  margin-bottom: -2px;
}

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

.-my-1\.5{
  margin-top: -6px;
  margin-bottom: -6px;
}

.-my-10{
  margin-top: -40px;
  margin-bottom: -40px;
}

.-my-11{
  margin-top: -44px;
  margin-bottom: -44px;
}

.-my-12{
  margin-top: -48px;
  margin-bottom: -48px;
}

.-my-14{
  margin-top: -56px;
  margin-bottom: -56px;
}

.-my-16{
  margin-top: -64px;
  margin-bottom: -64px;
}

.-my-2{
  margin-top: -8px;
  margin-bottom: -8px;
}

.-my-2\.5{
  margin-top: -10px;
  margin-bottom: -10px;
}

.-my-20{
  margin-top: -80px;
  margin-bottom: -80px;
}

.-my-24{
  margin-top: -96px;
  margin-bottom: -96px;
}

.-my-28{
  margin-top: -112px;
  margin-bottom: -112px;
}

.-my-3{
  margin-top: -12px;
  margin-bottom: -12px;
}

.-my-3\.5{
  margin-top: -14px;
  margin-bottom: -14px;
}

.-my-32{
  margin-top: -128px;
  margin-bottom: -128px;
}

.-my-36{
  margin-top: -144px;
  margin-bottom: -144px;
}

.-my-4{
  margin-top: -16px;
  margin-bottom: -16px;
}

.-my-40{
  margin-top: -160px;
  margin-bottom: -160px;
}

.-my-44{
  margin-top: -176px;
  margin-bottom: -176px;
}

.-my-48{
  margin-top: -192px;
  margin-bottom: -192px;
}

.-my-5{
  margin-top: -20px;
  margin-bottom: -20px;
}

.-my-52{
  margin-top: -208px;
  margin-bottom: -208px;
}

.-my-56{
  margin-top: -224px;
  margin-bottom: -224px;
}

.-my-6{
  margin-top: -24px;
  margin-bottom: -24px;
}

.-my-60{
  margin-top: -240px;
  margin-bottom: -240px;
}

.-my-64{
  margin-top: -256px;
  margin-bottom: -256px;
}

.-my-7{
  margin-top: -28px;
  margin-bottom: -28px;
}

.-my-72{
  margin-top: -288px;
  margin-bottom: -288px;
}

.-my-8{
  margin-top: -32px;
  margin-bottom: -32px;
}

.-my-80{
  margin-top: -320px;
  margin-bottom: -320px;
}

.-my-9{
  margin-top: -36px;
  margin-bottom: -36px;
}

.-my-96{
  margin-top: -384px;
  margin-bottom: -384px;
}

.-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

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

.mx-0\.5{
  margin-left: 2px;
  margin-right: 2px;
}

.mx-1{
  margin-left: 4px;
  margin-right: 4px;
}

.mx-1\.5{
  margin-left: 6px;
  margin-right: 6px;
}

.mx-10{
  margin-left: 40px;
  margin-right: 40px;
}

.mx-11{
  margin-left: 44px;
  margin-right: 44px;
}

.mx-12{
  margin-left: 48px;
  margin-right: 48px;
}

.mx-14{
  margin-left: 56px;
  margin-right: 56px;
}

.mx-16{
  margin-left: 64px;
  margin-right: 64px;
}

.mx-2{
  margin-left: 8px;
  margin-right: 8px;
}

.mx-2\.5{
  margin-left: 10px;
  margin-right: 10px;
}

.mx-20{
  margin-left: 80px;
  margin-right: 80px;
}

.mx-24{
  margin-left: 96px;
  margin-right: 96px;
}

.mx-28{
  margin-left: 112px;
  margin-right: 112px;
}

.mx-3{
  margin-left: 12px;
  margin-right: 12px;
}

.mx-3\.5{
  margin-left: 14px;
  margin-right: 14px;
}

.mx-32{
  margin-left: 128px;
  margin-right: 128px;
}

.mx-36{
  margin-left: 144px;
  margin-right: 144px;
}

.mx-4{
  margin-left: 16px;
  margin-right: 16px;
}

.mx-40{
  margin-left: 160px;
  margin-right: 160px;
}

.mx-44{
  margin-left: 176px;
  margin-right: 176px;
}

.mx-48{
  margin-left: 192px;
  margin-right: 192px;
}

.mx-5{
  margin-left: 20px;
  margin-right: 20px;
}

.mx-52{
  margin-left: 208px;
  margin-right: 208px;
}

.mx-56{
  margin-left: 224px;
  margin-right: 224px;
}

.mx-6{
  margin-left: 24px;
  margin-right: 24px;
}

.mx-60{
  margin-left: 240px;
  margin-right: 240px;
}

.mx-64{
  margin-left: 256px;
  margin-right: 256px;
}

.mx-7{
  margin-left: 28px;
  margin-right: 28px;
}

.mx-72{
  margin-left: 288px;
  margin-right: 288px;
}

.mx-8{
  margin-left: 32px;
  margin-right: 32px;
}

.mx-80{
  margin-left: 320px;
  margin-right: 320px;
}

.mx-9{
  margin-left: 36px;
  margin-right: 36px;
}

.mx-96{
  margin-left: 384px;
  margin-right: 384px;
}

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

.mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

.my-0{
  margin-top: 0;
  margin-bottom: 0;
}

.my-0\.5{
  margin-top: 2px;
  margin-bottom: 2px;
}

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

.my-1\.5{
  margin-top: 6px;
  margin-bottom: 6px;
}

.my-10{
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-11{
  margin-top: 44px;
  margin-bottom: 44px;
}

.my-12{
  margin-top: 48px;
  margin-bottom: 48px;
}

.my-14{
  margin-top: 56px;
  margin-bottom: 56px;
}

.my-16{
  margin-top: 64px;
  margin-bottom: 64px;
}

.my-2{
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-2\.5{
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-20{
  margin-top: 80px;
  margin-bottom: 80px;
}

.my-24{
  margin-top: 96px;
  margin-bottom: 96px;
}

.my-28{
  margin-top: 112px;
  margin-bottom: 112px;
}

.my-3{
  margin-top: 12px;
  margin-bottom: 12px;
}

.my-3\.5{
  margin-top: 14px;
  margin-bottom: 14px;
}

.my-32{
  margin-top: 128px;
  margin-bottom: 128px;
}

.my-36{
  margin-top: 144px;
  margin-bottom: 144px;
}

.my-4{
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-40{
  margin-top: 160px;
  margin-bottom: 160px;
}

.my-44{
  margin-top: 176px;
  margin-bottom: 176px;
}

.my-48{
  margin-top: 192px;
  margin-bottom: 192px;
}

.my-5{
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-52{
  margin-top: 208px;
  margin-bottom: 208px;
}

.my-56{
  margin-top: 224px;
  margin-bottom: 224px;
}

.my-6{
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-60{
  margin-top: 240px;
  margin-bottom: 240px;
}

.my-64{
  margin-top: 256px;
  margin-bottom: 256px;
}

.my-7{
  margin-top: 28px;
  margin-bottom: 28px;
}

.my-72{
  margin-top: 288px;
  margin-bottom: 288px;
}

.my-8{
  margin-top: 32px;
  margin-bottom: 32px;
}

.my-80{
  margin-top: 320px;
  margin-bottom: 320px;
}

.my-9{
  margin-top: 36px;
  margin-bottom: 36px;
}

.my-96{
  margin-top: 384px;
  margin-bottom: 384px;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

.-mb-0{
  margin-bottom: 0;
}

.-mb-0\.5{
  margin-bottom: -2px;
}

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

.-mb-1\.5{
  margin-bottom: -6px;
}

.-mb-10{
  margin-bottom: -40px;
}

.-mb-11{
  margin-bottom: -44px;
}

.-mb-12{
  margin-bottom: -48px;
}

.-mb-14{
  margin-bottom: -56px;
}

.-mb-16{
  margin-bottom: -64px;
}

.-mb-2{
  margin-bottom: -8px;
}

.-mb-2\.5{
  margin-bottom: -10px;
}

.-mb-20{
  margin-bottom: -80px;
}

.-mb-24{
  margin-bottom: -96px;
}

.-mb-28{
  margin-bottom: -112px;
}

.-mb-3{
  margin-bottom: -12px;
}

.-mb-3\.5{
  margin-bottom: -14px;
}

.-mb-32{
  margin-bottom: -128px;
}

.-mb-36{
  margin-bottom: -144px;
}

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

.-mb-40{
  margin-bottom: -160px;
}

.-mb-44{
  margin-bottom: -176px;
}

.-mb-48{
  margin-bottom: -192px;
}

.-mb-5{
  margin-bottom: -20px;
}

.-mb-52{
  margin-bottom: -208px;
}

.-mb-56{
  margin-bottom: -224px;
}

.-mb-6{
  margin-bottom: -24px;
}

.-mb-60{
  margin-bottom: -240px;
}

.-mb-64{
  margin-bottom: -256px;
}

.-mb-7{
  margin-bottom: -28px;
}

.-mb-72{
  margin-bottom: -288px;
}

.-mb-8{
  margin-bottom: -32px;
}

.-mb-80{
  margin-bottom: -320px;
}

.-mb-9{
  margin-bottom: -36px;
}

.-mb-96{
  margin-bottom: -384px;
}

.-mb-px{
  margin-bottom: -1px;
}

.-me-0{
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.-me-0\.5{
  -webkit-margin-end: -2px;
          margin-inline-end: -2px;
}

.-me-1{
  -webkit-margin-end: -4px;
          margin-inline-end: -4px;
}

.-me-1\.5{
  -webkit-margin-end: -6px;
          margin-inline-end: -6px;
}

.-me-10{
  -webkit-margin-end: -40px;
          margin-inline-end: -40px;
}

.-me-11{
  -webkit-margin-end: -44px;
          margin-inline-end: -44px;
}

.-me-12{
  -webkit-margin-end: -48px;
          margin-inline-end: -48px;
}

.-me-14{
  -webkit-margin-end: -56px;
          margin-inline-end: -56px;
}

.-me-16{
  -webkit-margin-end: -64px;
          margin-inline-end: -64px;
}

.-me-2{
  -webkit-margin-end: -8px;
          margin-inline-end: -8px;
}

.-me-2\.5{
  -webkit-margin-end: -10px;
          margin-inline-end: -10px;
}

.-me-20{
  -webkit-margin-end: -80px;
          margin-inline-end: -80px;
}

.-me-24{
  -webkit-margin-end: -96px;
          margin-inline-end: -96px;
}

.-me-28{
  -webkit-margin-end: -112px;
          margin-inline-end: -112px;
}

.-me-3{
  -webkit-margin-end: -12px;
          margin-inline-end: -12px;
}

.-me-3\.5{
  -webkit-margin-end: -14px;
          margin-inline-end: -14px;
}

.-me-32{
  -webkit-margin-end: -128px;
          margin-inline-end: -128px;
}

.-me-36{
  -webkit-margin-end: -144px;
          margin-inline-end: -144px;
}

.-me-4{
  -webkit-margin-end: -16px;
          margin-inline-end: -16px;
}

.-me-40{
  -webkit-margin-end: -160px;
          margin-inline-end: -160px;
}

.-me-44{
  -webkit-margin-end: -176px;
          margin-inline-end: -176px;
}

.-me-48{
  -webkit-margin-end: -192px;
          margin-inline-end: -192px;
}

.-me-5{
  -webkit-margin-end: -20px;
          margin-inline-end: -20px;
}

.-me-52{
  -webkit-margin-end: -208px;
          margin-inline-end: -208px;
}

.-me-56{
  -webkit-margin-end: -224px;
          margin-inline-end: -224px;
}

.-me-6{
  -webkit-margin-end: -24px;
          margin-inline-end: -24px;
}

.-me-60{
  -webkit-margin-end: -240px;
          margin-inline-end: -240px;
}

.-me-64{
  -webkit-margin-end: -256px;
          margin-inline-end: -256px;
}

.-me-7{
  -webkit-margin-end: -28px;
          margin-inline-end: -28px;
}

.-me-72{
  -webkit-margin-end: -288px;
          margin-inline-end: -288px;
}

.-me-8{
  -webkit-margin-end: -32px;
          margin-inline-end: -32px;
}

.-me-80{
  -webkit-margin-end: -320px;
          margin-inline-end: -320px;
}

.-me-9{
  -webkit-margin-end: -36px;
          margin-inline-end: -36px;
}

.-me-96{
  -webkit-margin-end: -384px;
          margin-inline-end: -384px;
}

.-me-px{
  -webkit-margin-end: -1px;
          margin-inline-end: -1px;
}

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

.-ml-0\.5{
  margin-left: -2px;
}

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

.-ml-1\.5{
  margin-left: -6px;
}

.-ml-10{
  margin-left: -40px;
}

.-ml-11{
  margin-left: -44px;
}

.-ml-12{
  margin-left: -48px;
}

.-ml-14{
  margin-left: -56px;
}

.-ml-16{
  margin-left: -64px;
}

.-ml-2{
  margin-left: -8px;
}

.-ml-2\.5{
  margin-left: -10px;
}

.-ml-20{
  margin-left: -80px;
}

.-ml-24{
  margin-left: -96px;
}

.-ml-28{
  margin-left: -112px;
}

.-ml-3{
  margin-left: -12px;
}

.-ml-3\.5{
  margin-left: -14px;
}

.-ml-32{
  margin-left: -128px;
}

.-ml-36{
  margin-left: -144px;
}

.-ml-4{
  margin-left: -16px;
}

.-ml-40{
  margin-left: -160px;
}

.-ml-44{
  margin-left: -176px;
}

.-ml-48{
  margin-left: -192px;
}

.-ml-5{
  margin-left: -20px;
}

.-ml-52{
  margin-left: -208px;
}

.-ml-56{
  margin-left: -224px;
}

.-ml-6{
  margin-left: -24px;
}

.-ml-60{
  margin-left: -240px;
}

.-ml-64{
  margin-left: -256px;
}

.-ml-7{
  margin-left: -28px;
}

.-ml-72{
  margin-left: -288px;
}

.-ml-8{
  margin-left: -32px;
}

.-ml-80{
  margin-left: -320px;
}

.-ml-9{
  margin-left: -36px;
}

.-ml-96{
  margin-left: -384px;
}

.-ml-px{
  margin-left: -1px;
}

.-mr-0{
  margin-right: 0;
}

.-mr-0\.5{
  margin-right: -2px;
}

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

.-mr-1\.5{
  margin-right: -6px;
}

.-mr-10{
  margin-right: -40px;
}

.-mr-11{
  margin-right: -44px;
}

.-mr-12{
  margin-right: -48px;
}

.-mr-14{
  margin-right: -56px;
}

.-mr-16{
  margin-right: -64px;
}

.-mr-2{
  margin-right: -8px;
}

.-mr-2\.5{
  margin-right: -10px;
}

.-mr-20{
  margin-right: -80px;
}

.-mr-24{
  margin-right: -96px;
}

.-mr-28{
  margin-right: -112px;
}

.-mr-3{
  margin-right: -12px;
}

.-mr-3\.5{
  margin-right: -14px;
}

.-mr-32{
  margin-right: -128px;
}

.-mr-36{
  margin-right: -144px;
}

.-mr-4{
  margin-right: -16px;
}

.-mr-40{
  margin-right: -160px;
}

.-mr-44{
  margin-right: -176px;
}

.-mr-48{
  margin-right: -192px;
}

.-mr-5{
  margin-right: -20px;
}

.-mr-52{
  margin-right: -208px;
}

.-mr-56{
  margin-right: -224px;
}

.-mr-6{
  margin-right: -24px;
}

.-mr-60{
  margin-right: -240px;
}

.-mr-64{
  margin-right: -256px;
}

.-mr-7{
  margin-right: -28px;
}

.-mr-72{
  margin-right: -288px;
}

.-mr-8{
  margin-right: -32px;
}

.-mr-80{
  margin-right: -320px;
}

.-mr-9{
  margin-right: -36px;
}

.-mr-96{
  margin-right: -384px;
}

.-mr-px{
  margin-right: -1px;
}

.-ms-0{
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.-ms-0\.5{
  -webkit-margin-start: -2px;
          margin-inline-start: -2px;
}

.-ms-1{
  -webkit-margin-start: -4px;
          margin-inline-start: -4px;
}

.-ms-1\.5{
  -webkit-margin-start: -6px;
          margin-inline-start: -6px;
}

.-ms-10{
  -webkit-margin-start: -40px;
          margin-inline-start: -40px;
}

.-ms-11{
  -webkit-margin-start: -44px;
          margin-inline-start: -44px;
}

.-ms-12{
  -webkit-margin-start: -48px;
          margin-inline-start: -48px;
}

.-ms-14{
  -webkit-margin-start: -56px;
          margin-inline-start: -56px;
}

.-ms-16{
  -webkit-margin-start: -64px;
          margin-inline-start: -64px;
}

.-ms-2{
  -webkit-margin-start: -8px;
          margin-inline-start: -8px;
}

.-ms-2\.5{
  -webkit-margin-start: -10px;
          margin-inline-start: -10px;
}

.-ms-20{
  -webkit-margin-start: -80px;
          margin-inline-start: -80px;
}

.-ms-24{
  -webkit-margin-start: -96px;
          margin-inline-start: -96px;
}

.-ms-28{
  -webkit-margin-start: -112px;
          margin-inline-start: -112px;
}

.-ms-3{
  -webkit-margin-start: -12px;
          margin-inline-start: -12px;
}

.-ms-3\.5{
  -webkit-margin-start: -14px;
          margin-inline-start: -14px;
}

.-ms-32{
  -webkit-margin-start: -128px;
          margin-inline-start: -128px;
}

.-ms-36{
  -webkit-margin-start: -144px;
          margin-inline-start: -144px;
}

.-ms-4{
  -webkit-margin-start: -16px;
          margin-inline-start: -16px;
}

.-ms-40{
  -webkit-margin-start: -160px;
          margin-inline-start: -160px;
}

.-ms-44{
  -webkit-margin-start: -176px;
          margin-inline-start: -176px;
}

.-ms-48{
  -webkit-margin-start: -192px;
          margin-inline-start: -192px;
}

.-ms-5{
  -webkit-margin-start: -20px;
          margin-inline-start: -20px;
}

.-ms-52{
  -webkit-margin-start: -208px;
          margin-inline-start: -208px;
}

.-ms-56{
  -webkit-margin-start: -224px;
          margin-inline-start: -224px;
}

.-ms-6{
  -webkit-margin-start: -24px;
          margin-inline-start: -24px;
}

.-ms-60{
  -webkit-margin-start: -240px;
          margin-inline-start: -240px;
}

.-ms-64{
  -webkit-margin-start: -256px;
          margin-inline-start: -256px;
}

.-ms-7{
  -webkit-margin-start: -28px;
          margin-inline-start: -28px;
}

.-ms-72{
  -webkit-margin-start: -288px;
          margin-inline-start: -288px;
}

.-ms-8{
  -webkit-margin-start: -32px;
          margin-inline-start: -32px;
}

.-ms-80{
  -webkit-margin-start: -320px;
          margin-inline-start: -320px;
}

.-ms-9{
  -webkit-margin-start: -36px;
          margin-inline-start: -36px;
}

.-ms-96{
  -webkit-margin-start: -384px;
          margin-inline-start: -384px;
}

.-ms-px{
  -webkit-margin-start: -1px;
          margin-inline-start: -1px;
}

.-mt-0{
  margin-top: 0;
}

.-mt-0\.5{
  margin-top: -2px;
}

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

.-mt-1\.5{
  margin-top: -6px;
}

.-mt-10{
  margin-top: -40px;
}

.-mt-11{
  margin-top: -44px;
}

.-mt-12{
  margin-top: -48px;
}

.-mt-14{
  margin-top: -56px;
}

.-mt-16{
  margin-top: -64px;
}

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

.-mt-2\.5{
  margin-top: -10px;
}

.-mt-20{
  margin-top: -80px;
}

.-mt-24{
  margin-top: -96px;
}

.-mt-28{
  margin-top: -112px;
}

.-mt-3{
  margin-top: -12px;
}

.-mt-3\.5{
  margin-top: -14px;
}

.-mt-32{
  margin-top: -128px;
}

.-mt-36{
  margin-top: -144px;
}

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

.-mt-40{
  margin-top: -160px;
}

.-mt-44{
  margin-top: -176px;
}

.-mt-48{
  margin-top: -192px;
}

.-mt-5{
  margin-top: -20px;
}

.-mt-52{
  margin-top: -208px;
}

.-mt-56{
  margin-top: -224px;
}

.-mt-6{
  margin-top: -24px;
}

.-mt-60{
  margin-top: -240px;
}

.-mt-64{
  margin-top: -256px;
}

.-mt-7{
  margin-top: -28px;
}

.-mt-72{
  margin-top: -288px;
}

.-mt-8{
  margin-top: -32px;
}

.-mt-80{
  margin-top: -320px;
}

.-mt-9{
  margin-top: -36px;
}

.-mt-96{
  margin-top: -384px;
}

.-mt-px{
  margin-top: -1px;
}

.mb-0{
  margin-bottom: 0;
}

.mb-0\.5{
  margin-bottom: 2px;
}

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

.mb-1\.5{
  margin-bottom: 6px;
}

.mb-10{
  margin-bottom: 40px;
}

.mb-11{
  margin-bottom: 44px;
}

.mb-12{
  margin-bottom: 48px;
}

.mb-14{
  margin-bottom: 56px;
}

.mb-16{
  margin-bottom: 64px;
}

.mb-2{
  margin-bottom: 8px;
}

.mb-2\.5{
  margin-bottom: 10px;
}

.mb-20{
  margin-bottom: 80px;
}

.mb-24{
  margin-bottom: 96px;
}

.mb-28{
  margin-bottom: 112px;
}

.mb-3{
  margin-bottom: 12px;
}

.mb-3\.5{
  margin-bottom: 14px;
}

.mb-32{
  margin-bottom: 128px;
}

.mb-36{
  margin-bottom: 144px;
}

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

.mb-40{
  margin-bottom: 160px;
}

.mb-44{
  margin-bottom: 176px;
}

.mb-48{
  margin-bottom: 192px;
}

.mb-5{
  margin-bottom: 20px;
}

.mb-52{
  margin-bottom: 208px;
}

.mb-56{
  margin-bottom: 224px;
}

.mb-6{
  margin-bottom: 24px;
}

.mb-60{
  margin-bottom: 240px;
}

.mb-64{
  margin-bottom: 256px;
}

.mb-7{
  margin-bottom: 28px;
}

.mb-72{
  margin-bottom: 288px;
}

.mb-8{
  margin-bottom: 32px;
}

.mb-80{
  margin-bottom: 320px;
}

.mb-9{
  margin-bottom: 36px;
}

.mb-96{
  margin-bottom: 384px;
}

.mb-auto{
  margin-bottom: auto;
}

.mb-px{
  margin-bottom: 1px;
}

.me-0{
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.me-0\.5{
  -webkit-margin-end: 2px;
          margin-inline-end: 2px;
}

.me-1{
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}

.me-1\.5{
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
}

.me-10{
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}

.me-11{
  -webkit-margin-end: 44px;
          margin-inline-end: 44px;
}

.me-12{
  -webkit-margin-end: 48px;
          margin-inline-end: 48px;
}

.me-14{
  -webkit-margin-end: 56px;
          margin-inline-end: 56px;
}

.me-16{
  -webkit-margin-end: 64px;
          margin-inline-end: 64px;
}

.me-2{
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

.me-2\.5{
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.me-20{
  -webkit-margin-end: 80px;
          margin-inline-end: 80px;
}

.me-24{
  -webkit-margin-end: 96px;
          margin-inline-end: 96px;
}

.me-28{
  -webkit-margin-end: 112px;
          margin-inline-end: 112px;
}

.me-3{
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
}

.me-3\.5{
  -webkit-margin-end: 14px;
          margin-inline-end: 14px;
}

.me-32{
  -webkit-margin-end: 128px;
          margin-inline-end: 128px;
}

.me-36{
  -webkit-margin-end: 144px;
          margin-inline-end: 144px;
}

.me-4{
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
}

.me-40{
  -webkit-margin-end: 160px;
          margin-inline-end: 160px;
}

.me-44{
  -webkit-margin-end: 176px;
          margin-inline-end: 176px;
}

.me-48{
  -webkit-margin-end: 192px;
          margin-inline-end: 192px;
}

.me-5{
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}

.me-52{
  -webkit-margin-end: 208px;
          margin-inline-end: 208px;
}

.me-56{
  -webkit-margin-end: 224px;
          margin-inline-end: 224px;
}

.me-6{
  -webkit-margin-end: 24px;
          margin-inline-end: 24px;
}

.me-60{
  -webkit-margin-end: 240px;
          margin-inline-end: 240px;
}

.me-64{
  -webkit-margin-end: 256px;
          margin-inline-end: 256px;
}

.me-7{
  -webkit-margin-end: 28px;
          margin-inline-end: 28px;
}

.me-72{
  -webkit-margin-end: 288px;
          margin-inline-end: 288px;
}

.me-8{
  -webkit-margin-end: 32px;
          margin-inline-end: 32px;
}

.me-80{
  -webkit-margin-end: 320px;
          margin-inline-end: 320px;
}

.me-9{
  -webkit-margin-end: 36px;
          margin-inline-end: 36px;
}

.me-96{
  -webkit-margin-end: 384px;
          margin-inline-end: 384px;
}

.me-auto{
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}

.me-px{
  -webkit-margin-end: 1px;
          margin-inline-end: 1px;
}

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

.ml-0\.5{
  margin-left: 2px;
}

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

.ml-1\.5{
  margin-left: 6px;
}

.ml-10{
  margin-left: 40px;
}

.ml-11{
  margin-left: 44px;
}

.ml-12{
  margin-left: 48px;
}

.ml-14{
  margin-left: 56px;
}

.ml-16{
  margin-left: 64px;
}

.ml-2{
  margin-left: 8px;
}

.ml-2\.5{
  margin-left: 10px;
}

.ml-20{
  margin-left: 80px;
}

.ml-24{
  margin-left: 96px;
}

.ml-28{
  margin-left: 112px;
}

.ml-3{
  margin-left: 12px;
}

.ml-3\.5{
  margin-left: 14px;
}

.ml-32{
  margin-left: 128px;
}

.ml-36{
  margin-left: 144px;
}

.ml-4{
  margin-left: 16px;
}

.ml-40{
  margin-left: 160px;
}

.ml-44{
  margin-left: 176px;
}

.ml-48{
  margin-left: 192px;
}

.ml-5{
  margin-left: 20px;
}

.ml-52{
  margin-left: 208px;
}

.ml-56{
  margin-left: 224px;
}

.ml-6{
  margin-left: 24px;
}

.ml-60{
  margin-left: 240px;
}

.ml-64{
  margin-left: 256px;
}

.ml-7{
  margin-left: 28px;
}

.ml-72{
  margin-left: 288px;
}

.ml-8{
  margin-left: 32px;
}

.ml-80{
  margin-left: 320px;
}

.ml-9{
  margin-left: 36px;
}

.ml-96{
  margin-left: 384px;
}

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

.ml-px{
  margin-left: 1px;
}

.mr-0{
  margin-right: 0;
}

.mr-0\.5{
  margin-right: 2px;
}

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

.mr-1\.5{
  margin-right: 6px;
}

.mr-10{
  margin-right: 40px;
}

.mr-11{
  margin-right: 44px;
}

.mr-12{
  margin-right: 48px;
}

.mr-14{
  margin-right: 56px;
}

.mr-16{
  margin-right: 64px;
}

.mr-2{
  margin-right: 8px;
}

.mr-2\.5{
  margin-right: 10px;
}

.mr-20{
  margin-right: 80px;
}

.mr-24{
  margin-right: 96px;
}

.mr-28{
  margin-right: 112px;
}

.mr-3{
  margin-right: 12px;
}

.mr-3\.5{
  margin-right: 14px;
}

.mr-32{
  margin-right: 128px;
}

.mr-36{
  margin-right: 144px;
}

.mr-4{
  margin-right: 16px;
}

.mr-40{
  margin-right: 160px;
}

.mr-44{
  margin-right: 176px;
}

.mr-48{
  margin-right: 192px;
}

.mr-5{
  margin-right: 20px;
}

.mr-52{
  margin-right: 208px;
}

.mr-56{
  margin-right: 224px;
}

.mr-6{
  margin-right: 24px;
}

.mr-60{
  margin-right: 240px;
}

.mr-64{
  margin-right: 256px;
}

.mr-7{
  margin-right: 28px;
}

.mr-72{
  margin-right: 288px;
}

.mr-8{
  margin-right: 32px;
}

.mr-80{
  margin-right: 320px;
}

.mr-9{
  margin-right: 36px;
}

.mr-96{
  margin-right: 384px;
}

.mr-auto{
  margin-right: auto;
}

.mr-px{
  margin-right: 1px;
}

.ms-0{
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.ms-0\.5{
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
}

.ms-1{
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}

.ms-1\.5{
  -webkit-margin-start: 6px;
          margin-inline-start: 6px;
}

.ms-10{
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
}

.ms-11{
  -webkit-margin-start: 44px;
          margin-inline-start: 44px;
}

.ms-12{
  -webkit-margin-start: 48px;
          margin-inline-start: 48px;
}

.ms-14{
  -webkit-margin-start: 56px;
          margin-inline-start: 56px;
}

.ms-16{
  -webkit-margin-start: 64px;
          margin-inline-start: 64px;
}

.ms-2{
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}

.ms-2\.5{
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.ms-20{
  -webkit-margin-start: 80px;
          margin-inline-start: 80px;
}

.ms-24{
  -webkit-margin-start: 96px;
          margin-inline-start: 96px;
}

.ms-28{
  -webkit-margin-start: 112px;
          margin-inline-start: 112px;
}

.ms-3{
  -webkit-margin-start: 12px;
          margin-inline-start: 12px;
}

.ms-3\.5{
  -webkit-margin-start: 14px;
          margin-inline-start: 14px;
}

.ms-32{
  -webkit-margin-start: 128px;
          margin-inline-start: 128px;
}

.ms-36{
  -webkit-margin-start: 144px;
          margin-inline-start: 144px;
}

.ms-4{
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}

.ms-40{
  -webkit-margin-start: 160px;
          margin-inline-start: 160px;
}

.ms-44{
  -webkit-margin-start: 176px;
          margin-inline-start: 176px;
}

.ms-48{
  -webkit-margin-start: 192px;
          margin-inline-start: 192px;
}

.ms-5{
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

.ms-52{
  -webkit-margin-start: 208px;
          margin-inline-start: 208px;
}

.ms-56{
  -webkit-margin-start: 224px;
          margin-inline-start: 224px;
}

.ms-6{
  -webkit-margin-start: 24px;
          margin-inline-start: 24px;
}

.ms-60{
  -webkit-margin-start: 240px;
          margin-inline-start: 240px;
}

.ms-64{
  -webkit-margin-start: 256px;
          margin-inline-start: 256px;
}

.ms-7{
  -webkit-margin-start: 28px;
          margin-inline-start: 28px;
}

.ms-72{
  -webkit-margin-start: 288px;
          margin-inline-start: 288px;
}

.ms-8{
  -webkit-margin-start: 32px;
          margin-inline-start: 32px;
}

.ms-80{
  -webkit-margin-start: 320px;
          margin-inline-start: 320px;
}

.ms-9{
  -webkit-margin-start: 36px;
          margin-inline-start: 36px;
}

.ms-96{
  -webkit-margin-start: 384px;
          margin-inline-start: 384px;
}

.ms-auto{
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.ms-px{
  -webkit-margin-start: 1px;
          margin-inline-start: 1px;
}

.mt-0{
  margin-top: 0;
}

.mt-0\.5{
  margin-top: 2px;
}

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

.mt-1\.5{
  margin-top: 6px;
}

.mt-10{
  margin-top: 40px;
}

.mt-11{
  margin-top: 44px;
}

.mt-12{
  margin-top: 48px;
}

.mt-14{
  margin-top: 56px;
}

.mt-16{
  margin-top: 64px;
}

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

.mt-2\.5{
  margin-top: 10px;
}

.mt-20{
  margin-top: 80px;
}

.mt-24{
  margin-top: 96px;
}

.mt-28{
  margin-top: 112px;
}

.mt-3{
  margin-top: 12px;
}

.mt-3\.5{
  margin-top: 14px;
}

.mt-32{
  margin-top: 128px;
}

.mt-36{
  margin-top: 144px;
}

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

.mt-40{
  margin-top: 160px;
}

.mt-44{
  margin-top: 176px;
}

.mt-48{
  margin-top: 192px;
}

.mt-5{
  margin-top: 20px;
}

.mt-52{
  margin-top: 208px;
}

.mt-56{
  margin-top: 224px;
}

.mt-6{
  margin-top: 24px;
}

.mt-60{
  margin-top: 240px;
}

.mt-64{
  margin-top: 256px;
}

.mt-7{
  margin-top: 28px;
}

.mt-72{
  margin-top: 288px;
}

.mt-8{
  margin-top: 32px;
}

.mt-80{
  margin-top: 320px;
}

.mt-9{
  margin-top: 36px;
}

.mt-96{
  margin-top: 384px;
}

.mt-auto{
  margin-top: auto;
}

.mt-px{
  margin-top: 1px;
}

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

.box-content{
  box-sizing: content-box;
}

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

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

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.table-column{
  display: table-column;
}

.table-column-group{
  display: table-column-group;
}

.table-footer-group{
  display: table-footer-group;
}

.table-header-group{
  display: table-header-group;
}

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

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

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

.grid{
  display: grid;
}

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

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.h-0{
  height: 0;
}

.h-0\.5{
  height: 2px;
}

.h-1{
  height: 4px;
}

.h-1\.5{
  height: 6px;
}

.h-1\/2{
  height: 50%;
}

.h-1\/3{
  height: 33.333333%;
}

.h-1\/4{
  height: 25%;
}

.h-1\/5{
  height: 20%;
}

.h-1\/6{
  height: 16.666667%;
}

.h-10{
  height: 40px;
}

.h-11{
  height: 44px;
}

.h-12{
  height: 48px;
}

.h-14{
  height: 56px;
}

.h-16{
  height: 64px;
}

.h-2{
  height: 8px;
}

.h-2\.5{
  height: 10px;
}

.h-2\/3{
  height: 66.666667%;
}

.h-2\/4{
  height: 50%;
}

.h-2\/5{
  height: 40%;
}

.h-2\/6{
  height: 33.333333%;
}

.h-20{
  height: 80px;
}

.h-24{
  height: 96px;
}

.h-28{
  height: 112px;
}

.h-3{
  height: 12px;
}

.h-3\.5{
  height: 14px;
}

.h-3\/4{
  height: 75%;
}

.h-3\/5{
  height: 60%;
}

.h-3\/6{
  height: 50%;
}

.h-32{
  height: 128px;
}

.h-36{
  height: 144px;
}

.h-4{
  height: 16px;
}

.h-4\/5{
  height: 80%;
}

.h-4\/6{
  height: 66.666667%;
}

.h-40{
  height: 160px;
}

.h-44{
  height: 176px;
}

.h-48{
  height: 192px;
}

.h-5{
  height: 20px;
}

.h-5\/6{
  height: 83.333333%;
}

.h-52{
  height: 208px;
}

.h-56{
  height: 224px;
}

.h-6{
  height: 24px;
}

.h-60{
  height: 240px;
}

.h-64{
  height: 256px;
}

.h-7{
  height: 28px;
}

.h-72{
  height: 288px;
}

.h-8{
  height: 32px;
}

.h-80{
  height: 320px;
}

.h-9{
  height: 36px;
}

.h-96{
  height: 384px;
}

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

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-max{
  height: -moz-max-content;
  height: max-content;
}

.h-min{
  height: -moz-min-content;
  height: min-content;
}

.h-px{
  height: 1px;
}

.h-screen{
  height: 100vh;
}

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

.max-h-0\.5{
  max-height: 2px;
}

.max-h-1{
  max-height: 4px;
}

.max-h-1\.5{
  max-height: 6px;
}

.max-h-10{
  max-height: 40px;
}

.max-h-11{
  max-height: 44px;
}

.max-h-12{
  max-height: 48px;
}

.max-h-14{
  max-height: 56px;
}

.max-h-16{
  max-height: 64px;
}

.max-h-2{
  max-height: 8px;
}

.max-h-2\.5{
  max-height: 10px;
}

.max-h-20{
  max-height: 80px;
}

.max-h-24{
  max-height: 96px;
}

.max-h-28{
  max-height: 112px;
}

.max-h-3{
  max-height: 12px;
}

.max-h-3\.5{
  max-height: 14px;
}

.max-h-32{
  max-height: 128px;
}

.max-h-36{
  max-height: 144px;
}

.max-h-4{
  max-height: 16px;
}

.max-h-40{
  max-height: 160px;
}

.max-h-44{
  max-height: 176px;
}

.max-h-48{
  max-height: 192px;
}

.max-h-5{
  max-height: 20px;
}

.max-h-52{
  max-height: 208px;
}

.max-h-56{
  max-height: 224px;
}

.max-h-6{
  max-height: 24px;
}

.max-h-60{
  max-height: 240px;
}

.max-h-64{
  max-height: 256px;
}

.max-h-7{
  max-height: 28px;
}

.max-h-72{
  max-height: 288px;
}

.max-h-8{
  max-height: 32px;
}

.max-h-80{
  max-height: 320px;
}

.max-h-9{
  max-height: 36px;
}

.max-h-96{
  max-height: 384px;
}

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

.max-h-fit{
  max-height: -moz-fit-content;
  max-height: fit-content;
}

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

.max-h-max{
  max-height: -moz-max-content;
  max-height: max-content;
}

.max-h-min{
  max-height: -moz-min-content;
  max-height: min-content;
}

.max-h-none{
  max-height: none;
}

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

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

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

.min-h-fit{
  min-height: -moz-fit-content;
  min-height: fit-content;
}

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

.min-h-max{
  min-height: -moz-max-content;
  min-height: max-content;
}

.min-h-min{
  min-height: -moz-min-content;
  min-height: min-content;
}

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

.w-0{
  width: 0;
}

.w-0\.5{
  width: 2px;
}

.w-1{
  width: 4px;
}

.w-1\.5{
  width: 6px;
}

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

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

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

.w-1\/4{
  width: 25%;
}

.w-1\/5{
  width: 20%;
}

.w-1\/6{
  width: 16.666667%;
}

.w-10{
  width: 40px;
}

.w-10\/12{
  width: 83.333333%;
}

.w-11{
  width: 44px;
}

.w-11\/12{
  width: 91.666667%;
}

.w-12{
  width: 48px;
}

.w-14{
  width: 56px;
}

.w-16{
  width: 64px;
}

.w-2{
  width: 8px;
}

.w-2\.5{
  width: 10px;
}

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

.w-2\/3{
  width: 66.666667%;
}

.w-2\/4{
  width: 50%;
}

.w-2\/5{
  width: 40%;
}

.w-2\/6{
  width: 33.333333%;
}

.w-20{
  width: 80px;
}

.w-24{
  width: 96px;
}

.w-28{
  width: 112px;
}

.w-3{
  width: 12px;
}

.w-3\.5{
  width: 14px;
}

.w-3\/12{
  width: 25%;
}

.w-3\/4{
  width: 75%;
}

.w-3\/5{
  width: 60%;
}

.w-3\/6{
  width: 50%;
}

.w-32{
  width: 128px;
}

.w-36{
  width: 144px;
}

.w-4{
  width: 16px;
}

.w-4\/12{
  width: 33.333333%;
}

.w-4\/5{
  width: 80%;
}

.w-4\/6{
  width: 66.666667%;
}

.w-40{
  width: 160px;
}

.w-44{
  width: 176px;
}

.w-48{
  width: 192px;
}

.w-5{
  width: 20px;
}

.w-5\/12{
  width: 41.666667%;
}

.w-5\/6{
  width: 83.333333%;
}

.w-52{
  width: 208px;
}

.w-56{
  width: 224px;
}

.w-6{
  width: 24px;
}

.w-6\/12{
  width: 50%;
}

.w-60{
  width: 240px;
}

.w-64{
  width: 256px;
}

.w-7{
  width: 28px;
}

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

.w-72{
  width: 288px;
}

.w-8{
  width: 32px;
}

.w-8\/12{
  width: 66.666667%;
}

.w-80{
  width: 320px;
}

.w-9{
  width: 36px;
}

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

.w-96{
  width: 384px;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

.w-min{
  width: -moz-min-content;
  width: min-content;
}

.w-px{
  width: 1px;
}

.w-screen{
  width: 100vw;
}

.min-w-0{
  min-width: 0px;
}

.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}

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

.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-min{
  min-width: -moz-min-content;
  min-width: min-content;
}

.max-w-0{
  max-width: 0rem;
}

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

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

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

.max-w-7xl{
  max-width: 80rem;
}

.max-w-\[750px\]{
  max-width: 750px;
}

.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

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

.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.max-w-min{
  max-width: -moz-min-content;
  max-width: min-content;
}

.max-w-none{
  max-width: none;
}

.max-w-prose{
  max-width: 65ch;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-screen-lg2{
  max-width: 1025px;
}

.max-w-screen-md{
  max-width: 768px;
}

.max-w-screen-md2{
  max-width: 769px;
}

.max-w-screen-sm{
  max-width: 640px;
}

.max-w-screen-xl{
  max-width: 1440px;
}

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

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

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

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

.shrink{
  flex-shrink: 1;
}

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

.flex-grow-0{
  flex-grow: 0;
}

.grow{
  flex-grow: 1;
}

.grow-0{
  flex-grow: 0;
}

.basis-1\/3{
  flex-basis: 33.333333%;
}

.table-auto{
  table-layout: auto;
}

.table-fixed{
  table-layout: fixed;
}

.caption-top{
  caption-side: top;
}

.caption-bottom{
  caption-side: bottom;
}

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

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

.border-spacing-0{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-0\.5{
  --tw-border-spacing-x: 2px;
  --tw-border-spacing-y: 2px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-1{
  --tw-border-spacing-x: 4px;
  --tw-border-spacing-y: 4px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-1\.5{
  --tw-border-spacing-x: 6px;
  --tw-border-spacing-y: 6px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-10{
  --tw-border-spacing-x: 40px;
  --tw-border-spacing-y: 40px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-11{
  --tw-border-spacing-x: 44px;
  --tw-border-spacing-y: 44px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-12{
  --tw-border-spacing-x: 48px;
  --tw-border-spacing-y: 48px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-14{
  --tw-border-spacing-x: 56px;
  --tw-border-spacing-y: 56px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-16{
  --tw-border-spacing-x: 64px;
  --tw-border-spacing-y: 64px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-2{
  --tw-border-spacing-x: 8px;
  --tw-border-spacing-y: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-2\.5{
  --tw-border-spacing-x: 10px;
  --tw-border-spacing-y: 10px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-20{
  --tw-border-spacing-x: 80px;
  --tw-border-spacing-y: 80px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-24{
  --tw-border-spacing-x: 96px;
  --tw-border-spacing-y: 96px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-28{
  --tw-border-spacing-x: 112px;
  --tw-border-spacing-y: 112px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-3{
  --tw-border-spacing-x: 12px;
  --tw-border-spacing-y: 12px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-3\.5{
  --tw-border-spacing-x: 14px;
  --tw-border-spacing-y: 14px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-32{
  --tw-border-spacing-x: 128px;
  --tw-border-spacing-y: 128px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-36{
  --tw-border-spacing-x: 144px;
  --tw-border-spacing-y: 144px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-4{
  --tw-border-spacing-x: 16px;
  --tw-border-spacing-y: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-40{
  --tw-border-spacing-x: 160px;
  --tw-border-spacing-y: 160px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-44{
  --tw-border-spacing-x: 176px;
  --tw-border-spacing-y: 176px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-48{
  --tw-border-spacing-x: 192px;
  --tw-border-spacing-y: 192px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-5{
  --tw-border-spacing-x: 20px;
  --tw-border-spacing-y: 20px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-52{
  --tw-border-spacing-x: 208px;
  --tw-border-spacing-y: 208px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-56{
  --tw-border-spacing-x: 224px;
  --tw-border-spacing-y: 224px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-6{
  --tw-border-spacing-x: 24px;
  --tw-border-spacing-y: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-60{
  --tw-border-spacing-x: 240px;
  --tw-border-spacing-y: 240px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-64{
  --tw-border-spacing-x: 256px;
  --tw-border-spacing-y: 256px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-7{
  --tw-border-spacing-x: 28px;
  --tw-border-spacing-y: 28px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-72{
  --tw-border-spacing-x: 288px;
  --tw-border-spacing-y: 288px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-8{
  --tw-border-spacing-x: 32px;
  --tw-border-spacing-y: 32px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-80{
  --tw-border-spacing-x: 320px;
  --tw-border-spacing-y: 320px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-9{
  --tw-border-spacing-x: 36px;
  --tw-border-spacing-y: 36px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-96{
  --tw-border-spacing-x: 384px;
  --tw-border-spacing-y: 384px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-px{
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-0{
  --tw-border-spacing-x: 0;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-0\.5{
  --tw-border-spacing-x: 2px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-1{
  --tw-border-spacing-x: 4px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-1\.5{
  --tw-border-spacing-x: 6px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-10{
  --tw-border-spacing-x: 40px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-11{
  --tw-border-spacing-x: 44px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-12{
  --tw-border-spacing-x: 48px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-14{
  --tw-border-spacing-x: 56px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-16{
  --tw-border-spacing-x: 64px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-2{
  --tw-border-spacing-x: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-2\.5{
  --tw-border-spacing-x: 10px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-20{
  --tw-border-spacing-x: 80px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-24{
  --tw-border-spacing-x: 96px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-28{
  --tw-border-spacing-x: 112px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-3{
  --tw-border-spacing-x: 12px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-3\.5{
  --tw-border-spacing-x: 14px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-32{
  --tw-border-spacing-x: 128px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-36{
  --tw-border-spacing-x: 144px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-4{
  --tw-border-spacing-x: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-40{
  --tw-border-spacing-x: 160px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-44{
  --tw-border-spacing-x: 176px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-48{
  --tw-border-spacing-x: 192px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-5{
  --tw-border-spacing-x: 20px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-52{
  --tw-border-spacing-x: 208px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-56{
  --tw-border-spacing-x: 224px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-6{
  --tw-border-spacing-x: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-60{
  --tw-border-spacing-x: 240px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-64{
  --tw-border-spacing-x: 256px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-7{
  --tw-border-spacing-x: 28px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-72{
  --tw-border-spacing-x: 288px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-8{
  --tw-border-spacing-x: 32px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-80{
  --tw-border-spacing-x: 320px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-9{
  --tw-border-spacing-x: 36px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-96{
  --tw-border-spacing-x: 384px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-px{
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-0{
  --tw-border-spacing-y: 0;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-0\.5{
  --tw-border-spacing-y: 2px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-1{
  --tw-border-spacing-y: 4px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-1\.5{
  --tw-border-spacing-y: 6px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-10{
  --tw-border-spacing-y: 40px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-11{
  --tw-border-spacing-y: 44px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-12{
  --tw-border-spacing-y: 48px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-14{
  --tw-border-spacing-y: 56px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-16{
  --tw-border-spacing-y: 64px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-2{
  --tw-border-spacing-y: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-2\.5{
  --tw-border-spacing-y: 10px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-20{
  --tw-border-spacing-y: 80px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-24{
  --tw-border-spacing-y: 96px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-28{
  --tw-border-spacing-y: 112px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-3{
  --tw-border-spacing-y: 12px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-3\.5{
  --tw-border-spacing-y: 14px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-32{
  --tw-border-spacing-y: 128px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-36{
  --tw-border-spacing-y: 144px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-4{
  --tw-border-spacing-y: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-40{
  --tw-border-spacing-y: 160px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-44{
  --tw-border-spacing-y: 176px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-48{
  --tw-border-spacing-y: 192px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-5{
  --tw-border-spacing-y: 20px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-52{
  --tw-border-spacing-y: 208px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-56{
  --tw-border-spacing-y: 224px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-6{
  --tw-border-spacing-y: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-60{
  --tw-border-spacing-y: 240px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-64{
  --tw-border-spacing-y: 256px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-7{
  --tw-border-spacing-y: 28px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-72{
  --tw-border-spacing-y: 288px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-8{
  --tw-border-spacing-y: 32px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-80{
  --tw-border-spacing-y: 320px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-9{
  --tw-border-spacing-y: 36px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-96{
  --tw-border-spacing-y: 384px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-px{
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.origin-bottom-left{
  transform-origin: bottom left;
}

.origin-bottom-right{
  transform-origin: bottom right;
}

.origin-left{
  transform-origin: left;
}

.origin-right{
  transform-origin: right;
}

.origin-top-left{
  transform-origin: top left;
}

.origin-top-right{
  transform-origin: top right;
}

.-skew-x-0{
  --tw-skew-x: -0deg;
  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));
}

.-skew-x-1{
  --tw-skew-x: -1deg;
  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));
}

.-skew-x-12{
  --tw-skew-x: -12deg;
  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));
}

.-skew-x-2{
  --tw-skew-x: -2deg;
  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));
}

.-skew-x-3{
  --tw-skew-x: -3deg;
  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));
}

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

.-skew-y-0{
  --tw-skew-y: -0deg;
  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));
}

.-skew-y-1{
  --tw-skew-y: -1deg;
  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));
}

.-skew-y-12{
  --tw-skew-y: -12deg;
  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));
}

.-skew-y-2{
  --tw-skew-y: -2deg;
  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));
}

.-skew-y-3{
  --tw-skew-y: -3deg;
  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));
}

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

.skew-x-0{
  --tw-skew-x: 0deg;
  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));
}

.skew-x-1{
  --tw-skew-x: 1deg;
  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));
}

.skew-x-12{
  --tw-skew-x: 12deg;
  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));
}

.skew-x-2{
  --tw-skew-x: 2deg;
  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));
}

.skew-x-3{
  --tw-skew-x: 3deg;
  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));
}

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

.skew-y-0{
  --tw-skew-y: 0deg;
  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));
}

.skew-y-1{
  --tw-skew-y: 1deg;
  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));
}

.skew-y-12{
  --tw-skew-y: 12deg;
  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));
}

.skew-y-2{
  --tw-skew-y: 2deg;
  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));
}

.skew-y-3{
  --tw-skew-y: 3deg;
  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));
}

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

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

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

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

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

.transform-none{
  transform: none;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-ew-resize{
  cursor: ew-resize;
}

.cursor-nesw-resize{
  cursor: nesw-resize;
}

.cursor-nw-resize{
  cursor: nw-resize;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-row-resize{
  cursor: row-resize;
}

.cursor-sw-resize{
  cursor: sw-resize;
}

.cursor-w-resize{
  cursor: w-resize;
}

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

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

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

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

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

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

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

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

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

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

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

.resize-x{
  resize: horizontal;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.list-inside{
  list-style-position: inside;
}

.list-outside{
  list-style-position: outside;
}

.list-disc{
  list-style-type: disc;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.break-before-auto{
  -moz-column-break-before: auto;
       break-before: auto;
}

.break-before-avoid{
  -moz-column-break-before: avoid;
       break-before: avoid;
}

.break-before-all{
  -moz-column-break-before: all;
       break-before: all;
}

.break-before-avoid-page{
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}

.break-before-page{
  -moz-column-break-before: page;
       break-before: page;
}

.break-before-left{
  -moz-column-break-before: left;
       break-before: left;
}

.break-before-right{
  -moz-column-break-before: right;
       break-before: right;
}

.break-before-column{
  -moz-column-break-before: column;
       break-before: column;
}

.break-inside-auto{
  -moz-column-break-inside: auto;
       break-inside: auto;
}

.break-inside-avoid{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.break-inside-avoid-page{
  break-inside: avoid-page;
}

.break-inside-avoid-column{
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.break-after-auto{
  -moz-column-break-after: auto;
       break-after: auto;
}

.break-after-avoid{
  -moz-column-break-after: avoid;
       break-after: avoid;
}

.break-after-all{
  -moz-column-break-after: all;
       break-after: all;
}

.break-after-avoid-page{
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}

.break-after-page{
  -moz-column-break-after: page;
       break-after: page;
}

.break-after-left{
  -moz-column-break-after: left;
       break-after: left;
}

.break-after-right{
  -moz-column-break-after: right;
       break-after: right;
}

.break-after-column{
  -moz-column-break-after: column;
       break-after: column;
}

.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-rows-1{
  grid-template-rows: repeat(1, 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-none{
  grid-template-rows: none;
}

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

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

.place-content-start{
  place-content: start;
}

.place-content-end{
  place-content: end;
}

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

.place-content-around{
  place-content: space-around;
}

.place-content-evenly{
  place-content: space-evenly;
}

.place-content-baseline{
  place-content: baseline;
}

.place-content-stretch{
  place-content: stretch;
}

.place-items-start{
  place-items: start;
}

.place-items-end{
  place-items: end;
}

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

.place-items-baseline{
  place-items: baseline;
}

.place-items-stretch{
  place-items: stretch;
}

.content-normal{
  align-content: normal;
}

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

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

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

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

.content-around{
  align-content: space-around;
}

.content-evenly{
  align-content: space-evenly;
}

.content-baseline{
  align-content: baseline;
}

.content-stretch{
  align-content: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-items-start{
  justify-items: start;
}

.justify-items-end{
  justify-items: end;
}

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

.justify-items-stretch{
  justify-items: stretch;
}

.gap-1{
  gap: 4px;
}

.gap-10{
  gap: 40px;
}

.gap-16{
  gap: 64px;
}

.gap-2{
  gap: 8px;
}

.gap-4{
  gap: 16px;
}

.gap-5{
  gap: 20px;
}

.gap-6{
  gap: 24px;
}

.gap-8{
  gap: 32px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none;
}

.divide-event-text-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(3 57 66 / var(--tw-divide-opacity));
}

.divide-event-text-100\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(3 57 66 / 0);
}

.divide-event-text-100\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(3 57 66 / 0.1);
}

.divide-event-text-100\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(3 57 66 / 1);
}

.divide-event-text-100\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(3 57 66 / 0.2);
}

.divide-event-text-100\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(3 57 66 / 0.25);
}

.divide-event-text-100\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(3 57 66 / 0.3);
}

.divide-event-text-100\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(3 57 66 / 0.4);
}

.divide-event-text-100\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(3 57 66 / 0.05);
}

.divide-event-text-100\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(3 57 66 / 0.5);
}

.divide-event-text-100\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(3 57 66 / 0.6);
}

.divide-event-text-100\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(3 57 66 / 0.7);
}

.divide-event-text-100\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(3 57 66 / 0.75);
}

.divide-event-text-100\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(3 57 66 / 0.8);
}

.divide-event-text-100\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(3 57 66 / 0.9);
}

.divide-event-text-100\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(3 57 66 / 0.95);
}

.divide-event-text-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(56 59 68 / var(--tw-divide-opacity));
}

.divide-event-text-200\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(56 59 68 / 0);
}

.divide-event-text-200\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(56 59 68 / 0.1);
}

.divide-event-text-200\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(56 59 68 / 1);
}

.divide-event-text-200\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(56 59 68 / 0.2);
}

.divide-event-text-200\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(56 59 68 / 0.25);
}

.divide-event-text-200\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(56 59 68 / 0.3);
}

.divide-event-text-200\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(56 59 68 / 0.4);
}

.divide-event-text-200\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(56 59 68 / 0.05);
}

.divide-event-text-200\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(56 59 68 / 0.5);
}

.divide-event-text-200\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(56 59 68 / 0.6);
}

.divide-event-text-200\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(56 59 68 / 0.7);
}

.divide-event-text-200\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(56 59 68 / 0.75);
}

.divide-event-text-200\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(56 59 68 / 0.8);
}

.divide-event-text-200\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(56 59 68 / 0.9);
}

.divide-event-text-200\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(56 59 68 / 0.95);
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity));
}

.divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 249 195 / 0);
}

.divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 249 195 / 0.1);
}

.divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 249 195 / 1);
}

.divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 249 195 / 0.2);
}

.divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 249 195 / 0.25);
}

.divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 249 195 / 0.3);
}

.divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 249 195 / 0.4);
}

.divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 249 195 / 0.05);
}

.divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 249 195 / 0.5);
}

.divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 249 195 / 0.6);
}

.divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 249 195 / 0.7);
}

.divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 249 195 / 0.75);
}

.divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 249 195 / 0.8);
}

.divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 249 195 / 0.9);
}

.divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 249 195 / 0.95);
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity));
}

.divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 240 138 / 0);
}

.divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 240 138 / 0.1);
}

.divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 240 138 / 1);
}

.divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 240 138 / 0.2);
}

.divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 240 138 / 0.25);
}

.divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 240 138 / 0.3);
}

.divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 240 138 / 0.4);
}

.divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 240 138 / 0.05);
}

.divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 240 138 / 0.5);
}

.divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 240 138 / 0.6);
}

.divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 240 138 / 0.7);
}

.divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 240 138 / 0.75);
}

.divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 240 138 / 0.8);
}

.divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 240 138 / 0.9);
}

.divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 240 138 / 0.95);
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-divide-opacity));
}

.divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(253 224 71 / 0);
}

.divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(253 224 71 / 0.1);
}

.divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(253 224 71 / 1);
}

.divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(253 224 71 / 0.2);
}

.divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(253 224 71 / 0.25);
}

.divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(253 224 71 / 0.3);
}

.divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(253 224 71 / 0.4);
}

.divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(253 224 71 / 0.05);
}

.divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(253 224 71 / 0.5);
}

.divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(253 224 71 / 0.6);
}

.divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(253 224 71 / 0.7);
}

.divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(253 224 71 / 0.75);
}

.divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(253 224 71 / 0.8);
}

.divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(253 224 71 / 0.9);
}

.divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(253 224 71 / 0.95);
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity));
}

.divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(250 204 21 / 0);
}

.divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(250 204 21 / 0.1);
}

.divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(250 204 21 / 1);
}

.divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(250 204 21 / 0.2);
}

.divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(250 204 21 / 0.25);
}

.divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(250 204 21 / 0.3);
}

.divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(250 204 21 / 0.4);
}

.divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(250 204 21 / 0.05);
}

.divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(250 204 21 / 0.5);
}

.divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(250 204 21 / 0.6);
}

.divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(250 204 21 / 0.7);
}

.divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(250 204 21 / 0.75);
}

.divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(250 204 21 / 0.8);
}

.divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(250 204 21 / 0.9);
}

.divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(250 204 21 / 0.95);
}

.divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-divide-opacity));
}

.divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 252 232 / 0);
}

.divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 252 232 / 0.1);
}

.divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 252 232 / 1);
}

.divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 252 232 / 0.2);
}

.divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 252 232 / 0.25);
}

.divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 252 232 / 0.3);
}

.divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 252 232 / 0.4);
}

.divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 252 232 / 0.05);
}

.divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 252 232 / 0.5);
}

.divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 252 232 / 0.6);
}

.divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 252 232 / 0.7);
}

.divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 252 232 / 0.75);
}

.divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 252 232 / 0.8);
}

.divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 252 232 / 0.9);
}

.divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(254 252 232 / 0.95);
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity));
}

.divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(234 179 8 / 0);
}

.divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(234 179 8 / 0.1);
}

.divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(234 179 8 / 1);
}

.divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(234 179 8 / 0.2);
}

.divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(234 179 8 / 0.25);
}

.divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(234 179 8 / 0.3);
}

.divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(234 179 8 / 0.4);
}

.divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(234 179 8 / 0.05);
}

.divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(234 179 8 / 0.5);
}

.divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(234 179 8 / 0.6);
}

.divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(234 179 8 / 0.7);
}

.divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(234 179 8 / 0.75);
}

.divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(234 179 8 / 0.8);
}

.divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(234 179 8 / 0.9);
}

.divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(234 179 8 / 0.95);
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity));
}

.divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(202 138 4 / 0);
}

.divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(202 138 4 / 0.1);
}

.divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(202 138 4 / 1);
}

.divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(202 138 4 / 0.2);
}

.divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(202 138 4 / 0.25);
}

.divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(202 138 4 / 0.3);
}

.divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(202 138 4 / 0.4);
}

.divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(202 138 4 / 0.05);
}

.divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(202 138 4 / 0.5);
}

.divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(202 138 4 / 0.6);
}

.divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(202 138 4 / 0.7);
}

.divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(202 138 4 / 0.75);
}

.divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(202 138 4 / 0.8);
}

.divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(202 138 4 / 0.9);
}

.divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(202 138 4 / 0.95);
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-divide-opacity));
}

.divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(161 98 7 / 0);
}

.divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(161 98 7 / 0.1);
}

.divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(161 98 7 / 1);
}

.divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(161 98 7 / 0.2);
}

.divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(161 98 7 / 0.25);
}

.divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(161 98 7 / 0.3);
}

.divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(161 98 7 / 0.4);
}

.divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(161 98 7 / 0.05);
}

.divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(161 98 7 / 0.5);
}

.divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(161 98 7 / 0.6);
}

.divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(161 98 7 / 0.7);
}

.divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(161 98 7 / 0.75);
}

.divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(161 98 7 / 0.8);
}

.divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(161 98 7 / 0.9);
}

.divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(161 98 7 / 0.95);
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity));
}

.divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(133 77 14 / 0);
}

.divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(133 77 14 / 0.1);
}

.divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(133 77 14 / 1);
}

.divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(133 77 14 / 0.2);
}

.divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(133 77 14 / 0.25);
}

.divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(133 77 14 / 0.3);
}

.divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(133 77 14 / 0.4);
}

.divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(133 77 14 / 0.05);
}

.divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(133 77 14 / 0.5);
}

.divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(133 77 14 / 0.6);
}

.divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(133 77 14 / 0.7);
}

.divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(133 77 14 / 0.75);
}

.divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(133 77 14 / 0.8);
}

.divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(133 77 14 / 0.9);
}

.divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(133 77 14 / 0.95);
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-divide-opacity));
}

.divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(113 63 18 / 0);
}

.divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(113 63 18 / 0.1);
}

.divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(113 63 18 / 1);
}

.divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(113 63 18 / 0.2);
}

.divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(113 63 18 / 0.25);
}

.divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(113 63 18 / 0.3);
}

.divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(113 63 18 / 0.4);
}

.divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(113 63 18 / 0.05);
}

.divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(113 63 18 / 0.5);
}

.divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(113 63 18 / 0.6);
}

.divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(113 63 18 / 0.7);
}

.divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(113 63 18 / 0.75);
}

.divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(113 63 18 / 0.8);
}

.divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(113 63 18 / 0.9);
}

.divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(113 63 18 / 0.95);
}

.divide-yellow-950 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-divide-opacity));
}

.divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(66 32 6 / 0);
}

.divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(66 32 6 / 0.1);
}

.divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(66 32 6 / 1);
}

.divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(66 32 6 / 0.2);
}

.divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(66 32 6 / 0.25);
}

.divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(66 32 6 / 0.3);
}

.divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(66 32 6 / 0.4);
}

.divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(66 32 6 / 0.05);
}

.divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(66 32 6 / 0.5);
}

.divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(66 32 6 / 0.6);
}

.divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(66 32 6 / 0.7);
}

.divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(66 32 6 / 0.75);
}

.divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(66 32 6 / 0.8);
}

.divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(66 32 6 / 0.9);
}

.divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(66 32 6 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-clip{
  overflow: clip;
}

.overflow-visible{
  overflow: visible;
}

.overflow-scroll{
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

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

.overscroll-auto{
  overscroll-behavior: auto;
}

.overscroll-contain{
  overscroll-behavior: contain;
}

.overscroll-none{
  overscroll-behavior: none;
}

.overscroll-y-auto{
  overscroll-behavior-y: auto;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain;
}

.overscroll-y-none{
  overscroll-behavior-y: none;
}

.overscroll-x-auto{
  overscroll-behavior-x: auto;
}

.overscroll-x-contain{
  overscroll-behavior-x: contain;
}

.overscroll-x-none{
  overscroll-behavior-x: none;
}

.scroll-auto{
  scroll-behavior: auto;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

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

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

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

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

.hyphens-none{
  -webkit-hyphens: none;
          hyphens: none;
}

.hyphens-manual{
  -webkit-hyphens: manual;
          hyphens: manual;
}

.hyphens-auto{
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

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

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

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.whitespace-break-spaces{
  white-space: break-spaces;
}

.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.break-keep{
  word-break: keep-all;
}

.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-0{
  border-width: 0;
}

.border-1{
  border-width: 1.5px;
}

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

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

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

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

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

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

.border-x-0{
  border-left-width: 0;
  border-right-width: 0;
}

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

.border-x-2{
  border-left-width: 2px;
  border-right-width: 2px;
}

.border-x-3{
  border-left-width: 3px;
  border-right-width: 3px;
}

.border-x-4{
  border-left-width: 4px;
  border-right-width: 4px;
}

.border-x-6{
  border-left-width: 6px;
  border-right-width: 6px;
}

.border-x-8{
  border-left-width: 8px;
  border-right-width: 8px;
}

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

.border-y-0{
  border-top-width: 0;
  border-bottom-width: 0;
}

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

.border-y-2{
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-y-3{
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.border-y-4{
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.border-y-6{
  border-top-width: 6px;
  border-bottom-width: 6px;
}

.border-y-8{
  border-top-width: 8px;
  border-bottom-width: 8px;
}

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

.border-b-0{
  border-bottom-width: 0;
}

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

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

.border-b-3{
  border-bottom-width: 3px;
}

.border-b-4{
  border-bottom-width: 4px;
}

.border-b-6{
  border-bottom-width: 6px;
}

.border-b-8{
  border-bottom-width: 8px;
}

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

.border-e-0{
  border-inline-end-width: 0;
}

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

.border-e-2{
  border-inline-end-width: 2px;
}

.border-e-3{
  border-inline-end-width: 3px;
}

.border-e-4{
  border-inline-end-width: 4px;
}

.border-e-6{
  border-inline-end-width: 6px;
}

.border-e-8{
  border-inline-end-width: 8px;
}

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

.border-l-0{
  border-left-width: 0;
}

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

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

.border-l-3{
  border-left-width: 3px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-l-6{
  border-left-width: 6px;
}

.border-l-8{
  border-left-width: 8px;
}

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

.border-r-0{
  border-right-width: 0;
}

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

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

.border-r-3{
  border-right-width: 3px;
}

.border-r-4{
  border-right-width: 4px;
}

.border-r-6{
  border-right-width: 6px;
}

.border-r-8{
  border-right-width: 8px;
}

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

.border-s-0{
  border-inline-start-width: 0;
}

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

.border-s-2{
  border-inline-start-width: 2px;
}

.border-s-3{
  border-inline-start-width: 3px;
}

.border-s-4{
  border-inline-start-width: 4px;
}

.border-s-6{
  border-inline-start-width: 6px;
}

.border-s-8{
  border-inline-start-width: 8px;
}

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

.border-t-0{
  border-top-width: 0;
}

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

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

.border-t-3{
  border-top-width: 3px;
}

.border-t-4{
  border-top-width: 4px;
}

.border-t-6{
  border-top-width: 6px;
}

.border-t-8{
  border-top-width: 8px;
}

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

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

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

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

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

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

.border-\[\#9c9ea4\]{
  --tw-border-opacity: 1;
  border-color: rgb(156 158 164 / var(--tw-border-opacity));
}

.border-\[\#b7b7b7\]{
  --tw-border-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-border-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.border-blue-100\/0{
  border-color: rgb(219 234 254 / 0);
}

.border-blue-100\/10{
  border-color: rgb(219 234 254 / 0.1);
}

.border-blue-100\/100{
  border-color: rgb(219 234 254 / 1);
}

.border-blue-100\/20{
  border-color: rgb(219 234 254 / 0.2);
}

.border-blue-100\/25{
  border-color: rgb(219 234 254 / 0.25);
}

.border-blue-100\/30{
  border-color: rgb(219 234 254 / 0.3);
}

.border-blue-100\/40{
  border-color: rgb(219 234 254 / 0.4);
}

.border-blue-100\/5{
  border-color: rgb(219 234 254 / 0.05);
}

.border-blue-100\/50{
  border-color: rgb(219 234 254 / 0.5);
}

.border-blue-100\/60{
  border-color: rgb(219 234 254 / 0.6);
}

.border-blue-100\/70{
  border-color: rgb(219 234 254 / 0.7);
}

.border-blue-100\/75{
  border-color: rgb(219 234 254 / 0.75);
}

.border-blue-100\/80{
  border-color: rgb(219 234 254 / 0.8);
}

.border-blue-100\/90{
  border-color: rgb(219 234 254 / 0.9);
}

.border-blue-100\/95{
  border-color: rgb(219 234 254 / 0.95);
}

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-blue-200\/0{
  border-color: rgb(191 219 254 / 0);
}

.border-blue-200\/10{
  border-color: rgb(191 219 254 / 0.1);
}

.border-blue-200\/100{
  border-color: rgb(191 219 254 / 1);
}

.border-blue-200\/20{
  border-color: rgb(191 219 254 / 0.2);
}

.border-blue-200\/25{
  border-color: rgb(191 219 254 / 0.25);
}

.border-blue-200\/30{
  border-color: rgb(191 219 254 / 0.3);
}

.border-blue-200\/40{
  border-color: rgb(191 219 254 / 0.4);
}

.border-blue-200\/5{
  border-color: rgb(191 219 254 / 0.05);
}

.border-blue-200\/50{
  border-color: rgb(191 219 254 / 0.5);
}

.border-blue-200\/60{
  border-color: rgb(191 219 254 / 0.6);
}

.border-blue-200\/70{
  border-color: rgb(191 219 254 / 0.7);
}

.border-blue-200\/75{
  border-color: rgb(191 219 254 / 0.75);
}

.border-blue-200\/80{
  border-color: rgb(191 219 254 / 0.8);
}

.border-blue-200\/90{
  border-color: rgb(191 219 254 / 0.9);
}

.border-blue-200\/95{
  border-color: rgb(191 219 254 / 0.95);
}

.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-blue-300\/0{
  border-color: rgb(147 197 253 / 0);
}

.border-blue-300\/10{
  border-color: rgb(147 197 253 / 0.1);
}

.border-blue-300\/100{
  border-color: rgb(147 197 253 / 1);
}

.border-blue-300\/20{
  border-color: rgb(147 197 253 / 0.2);
}

.border-blue-300\/25{
  border-color: rgb(147 197 253 / 0.25);
}

.border-blue-300\/30{
  border-color: rgb(147 197 253 / 0.3);
}

.border-blue-300\/40{
  border-color: rgb(147 197 253 / 0.4);
}

.border-blue-300\/5{
  border-color: rgb(147 197 253 / 0.05);
}

.border-blue-300\/50{
  border-color: rgb(147 197 253 / 0.5);
}

.border-blue-300\/60{
  border-color: rgb(147 197 253 / 0.6);
}

.border-blue-300\/70{
  border-color: rgb(147 197 253 / 0.7);
}

.border-blue-300\/75{
  border-color: rgb(147 197 253 / 0.75);
}

.border-blue-300\/80{
  border-color: rgb(147 197 253 / 0.8);
}

.border-blue-300\/90{
  border-color: rgb(147 197 253 / 0.9);
}

.border-blue-300\/95{
  border-color: rgb(147 197 253 / 0.95);
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-blue-400\/0{
  border-color: rgb(96 165 250 / 0);
}

.border-blue-400\/10{
  border-color: rgb(96 165 250 / 0.1);
}

.border-blue-400\/100{
  border-color: rgb(96 165 250 / 1);
}

.border-blue-400\/20{
  border-color: rgb(96 165 250 / 0.2);
}

.border-blue-400\/25{
  border-color: rgb(96 165 250 / 0.25);
}

.border-blue-400\/30{
  border-color: rgb(96 165 250 / 0.3);
}

.border-blue-400\/40{
  border-color: rgb(96 165 250 / 0.4);
}

.border-blue-400\/5{
  border-color: rgb(96 165 250 / 0.05);
}

.border-blue-400\/50{
  border-color: rgb(96 165 250 / 0.5);
}

.border-blue-400\/60{
  border-color: rgb(96 165 250 / 0.6);
}

.border-blue-400\/70{
  border-color: rgb(96 165 250 / 0.7);
}

.border-blue-400\/75{
  border-color: rgb(96 165 250 / 0.75);
}

.border-blue-400\/80{
  border-color: rgb(96 165 250 / 0.8);
}

.border-blue-400\/90{
  border-color: rgb(96 165 250 / 0.9);
}

.border-blue-400\/95{
  border-color: rgb(96 165 250 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-blue-500\/0{
  border-color: rgb(59 130 246 / 0);
}

.border-blue-500\/10{
  border-color: rgb(59 130 246 / 0.1);
}

.border-blue-500\/100{
  border-color: rgb(59 130 246 / 1);
}

.border-blue-500\/20{
  border-color: rgb(59 130 246 / 0.2);
}

.border-blue-500\/25{
  border-color: rgb(59 130 246 / 0.25);
}

.border-blue-500\/30{
  border-color: rgb(59 130 246 / 0.3);
}

.border-blue-500\/40{
  border-color: rgb(59 130 246 / 0.4);
}

.border-blue-500\/5{
  border-color: rgb(59 130 246 / 0.05);
}

.border-blue-500\/50{
  border-color: rgb(59 130 246 / 0.5);
}

.border-blue-500\/60{
  border-color: rgb(59 130 246 / 0.6);
}

.border-blue-500\/70{
  border-color: rgb(59 130 246 / 0.7);
}

.border-blue-500\/75{
  border-color: rgb(59 130 246 / 0.75);
}

.border-blue-500\/80{
  border-color: rgb(59 130 246 / 0.8);
}

.border-blue-500\/90{
  border-color: rgb(59 130 246 / 0.9);
}

.border-blue-500\/95{
  border-color: rgb(59 130 246 / 0.95);
}

.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-blue-600\/0{
  border-color: rgb(37 99 235 / 0);
}

.border-blue-600\/10{
  border-color: rgb(37 99 235 / 0.1);
}

.border-blue-600\/100{
  border-color: rgb(37 99 235 / 1);
}

.border-blue-600\/20{
  border-color: rgb(37 99 235 / 0.2);
}

.border-blue-600\/25{
  border-color: rgb(37 99 235 / 0.25);
}

.border-blue-600\/30{
  border-color: rgb(37 99 235 / 0.3);
}

.border-blue-600\/40{
  border-color: rgb(37 99 235 / 0.4);
}

.border-blue-600\/5{
  border-color: rgb(37 99 235 / 0.05);
}

.border-blue-600\/50{
  border-color: rgb(37 99 235 / 0.5);
}

.border-blue-600\/60{
  border-color: rgb(37 99 235 / 0.6);
}

.border-blue-600\/70{
  border-color: rgb(37 99 235 / 0.7);
}

.border-blue-600\/75{
  border-color: rgb(37 99 235 / 0.75);
}

.border-blue-600\/80{
  border-color: rgb(37 99 235 / 0.8);
}

.border-blue-600\/90{
  border-color: rgb(37 99 235 / 0.9);
}

.border-blue-600\/95{
  border-color: rgb(37 99 235 / 0.95);
}

.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-blue-700\/0{
  border-color: rgb(29 78 216 / 0);
}

.border-blue-700\/10{
  border-color: rgb(29 78 216 / 0.1);
}

.border-blue-700\/100{
  border-color: rgb(29 78 216 / 1);
}

.border-blue-700\/20{
  border-color: rgb(29 78 216 / 0.2);
}

.border-blue-700\/25{
  border-color: rgb(29 78 216 / 0.25);
}

.border-blue-700\/30{
  border-color: rgb(29 78 216 / 0.3);
}

.border-blue-700\/40{
  border-color: rgb(29 78 216 / 0.4);
}

.border-blue-700\/5{
  border-color: rgb(29 78 216 / 0.05);
}

.border-blue-700\/50{
  border-color: rgb(29 78 216 / 0.5);
}

.border-blue-700\/60{
  border-color: rgb(29 78 216 / 0.6);
}

.border-blue-700\/70{
  border-color: rgb(29 78 216 / 0.7);
}

.border-blue-700\/75{
  border-color: rgb(29 78 216 / 0.75);
}

.border-blue-700\/80{
  border-color: rgb(29 78 216 / 0.8);
}

.border-blue-700\/90{
  border-color: rgb(29 78 216 / 0.9);
}

.border-blue-700\/95{
  border-color: rgb(29 78 216 / 0.95);
}

.border-blue-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-blue-800\/0{
  border-color: rgb(30 64 175 / 0);
}

.border-blue-800\/10{
  border-color: rgb(30 64 175 / 0.1);
}

.border-blue-800\/100{
  border-color: rgb(30 64 175 / 1);
}

.border-blue-800\/20{
  border-color: rgb(30 64 175 / 0.2);
}

.border-blue-800\/25{
  border-color: rgb(30 64 175 / 0.25);
}

.border-blue-800\/30{
  border-color: rgb(30 64 175 / 0.3);
}

.border-blue-800\/40{
  border-color: rgb(30 64 175 / 0.4);
}

.border-blue-800\/5{
  border-color: rgb(30 64 175 / 0.05);
}

.border-blue-800\/50{
  border-color: rgb(30 64 175 / 0.5);
}

.border-blue-800\/60{
  border-color: rgb(30 64 175 / 0.6);
}

.border-blue-800\/70{
  border-color: rgb(30 64 175 / 0.7);
}

.border-blue-800\/75{
  border-color: rgb(30 64 175 / 0.75);
}

.border-blue-800\/80{
  border-color: rgb(30 64 175 / 0.8);
}

.border-blue-800\/90{
  border-color: rgb(30 64 175 / 0.9);
}

.border-blue-800\/95{
  border-color: rgb(30 64 175 / 0.95);
}

.border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-blue-900\/0{
  border-color: rgb(30 58 138 / 0);
}

.border-blue-900\/10{
  border-color: rgb(30 58 138 / 0.1);
}

.border-blue-900\/100{
  border-color: rgb(30 58 138 / 1);
}

.border-blue-900\/20{
  border-color: rgb(30 58 138 / 0.2);
}

.border-blue-900\/25{
  border-color: rgb(30 58 138 / 0.25);
}

.border-blue-900\/30{
  border-color: rgb(30 58 138 / 0.3);
}

.border-blue-900\/40{
  border-color: rgb(30 58 138 / 0.4);
}

.border-blue-900\/5{
  border-color: rgb(30 58 138 / 0.05);
}

.border-blue-900\/50{
  border-color: rgb(30 58 138 / 0.5);
}

.border-blue-900\/60{
  border-color: rgb(30 58 138 / 0.6);
}

.border-blue-900\/70{
  border-color: rgb(30 58 138 / 0.7);
}

.border-blue-900\/75{
  border-color: rgb(30 58 138 / 0.75);
}

.border-blue-900\/80{
  border-color: rgb(30 58 138 / 0.8);
}

.border-blue-900\/90{
  border-color: rgb(30 58 138 / 0.9);
}

.border-blue-900\/95{
  border-color: rgb(30 58 138 / 0.95);
}

.border-blue-950{
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-blue-950\/0{
  border-color: rgb(23 37 84 / 0);
}

.border-blue-950\/10{
  border-color: rgb(23 37 84 / 0.1);
}

.border-blue-950\/100{
  border-color: rgb(23 37 84 / 1);
}

.border-blue-950\/20{
  border-color: rgb(23 37 84 / 0.2);
}

.border-blue-950\/25{
  border-color: rgb(23 37 84 / 0.25);
}

.border-blue-950\/30{
  border-color: rgb(23 37 84 / 0.3);
}

.border-blue-950\/40{
  border-color: rgb(23 37 84 / 0.4);
}

.border-blue-950\/5{
  border-color: rgb(23 37 84 / 0.05);
}

.border-blue-950\/50{
  border-color: rgb(23 37 84 / 0.5);
}

.border-blue-950\/60{
  border-color: rgb(23 37 84 / 0.6);
}

.border-blue-950\/70{
  border-color: rgb(23 37 84 / 0.7);
}

.border-blue-950\/75{
  border-color: rgb(23 37 84 / 0.75);
}

.border-blue-950\/80{
  border-color: rgb(23 37 84 / 0.8);
}

.border-blue-950\/90{
  border-color: rgb(23 37 84 / 0.9);
}

.border-blue-950\/95{
  border-color: rgb(23 37 84 / 0.95);
}

.border-current{
  border-color: currentColor;
}

.border-cyan-100{
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.border-cyan-100\/0{
  border-color: rgb(207 250 254 / 0);
}

.border-cyan-100\/10{
  border-color: rgb(207 250 254 / 0.1);
}

.border-cyan-100\/100{
  border-color: rgb(207 250 254 / 1);
}

.border-cyan-100\/20{
  border-color: rgb(207 250 254 / 0.2);
}

.border-cyan-100\/25{
  border-color: rgb(207 250 254 / 0.25);
}

.border-cyan-100\/30{
  border-color: rgb(207 250 254 / 0.3);
}

.border-cyan-100\/40{
  border-color: rgb(207 250 254 / 0.4);
}

.border-cyan-100\/5{
  border-color: rgb(207 250 254 / 0.05);
}

.border-cyan-100\/50{
  border-color: rgb(207 250 254 / 0.5);
}

.border-cyan-100\/60{
  border-color: rgb(207 250 254 / 0.6);
}

.border-cyan-100\/70{
  border-color: rgb(207 250 254 / 0.7);
}

.border-cyan-100\/75{
  border-color: rgb(207 250 254 / 0.75);
}

.border-cyan-100\/80{
  border-color: rgb(207 250 254 / 0.8);
}

.border-cyan-100\/90{
  border-color: rgb(207 250 254 / 0.9);
}

.border-cyan-100\/95{
  border-color: rgb(207 250 254 / 0.95);
}

.border-cyan-200{
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-cyan-200\/0{
  border-color: rgb(165 243 252 / 0);
}

.border-cyan-200\/10{
  border-color: rgb(165 243 252 / 0.1);
}

.border-cyan-200\/100{
  border-color: rgb(165 243 252 / 1);
}

.border-cyan-200\/20{
  border-color: rgb(165 243 252 / 0.2);
}

.border-cyan-200\/25{
  border-color: rgb(165 243 252 / 0.25);
}

.border-cyan-200\/30{
  border-color: rgb(165 243 252 / 0.3);
}

.border-cyan-200\/40{
  border-color: rgb(165 243 252 / 0.4);
}

.border-cyan-200\/5{
  border-color: rgb(165 243 252 / 0.05);
}

.border-cyan-200\/50{
  border-color: rgb(165 243 252 / 0.5);
}

.border-cyan-200\/60{
  border-color: rgb(165 243 252 / 0.6);
}

.border-cyan-200\/70{
  border-color: rgb(165 243 252 / 0.7);
}

.border-cyan-200\/75{
  border-color: rgb(165 243 252 / 0.75);
}

.border-cyan-200\/80{
  border-color: rgb(165 243 252 / 0.8);
}

.border-cyan-200\/90{
  border-color: rgb(165 243 252 / 0.9);
}

.border-cyan-200\/95{
  border-color: rgb(165 243 252 / 0.95);
}

.border-cyan-300{
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-cyan-300\/0{
  border-color: rgb(103 232 249 / 0);
}

.border-cyan-300\/10{
  border-color: rgb(103 232 249 / 0.1);
}

.border-cyan-300\/100{
  border-color: rgb(103 232 249 / 1);
}

.border-cyan-300\/20{
  border-color: rgb(103 232 249 / 0.2);
}

.border-cyan-300\/25{
  border-color: rgb(103 232 249 / 0.25);
}

.border-cyan-300\/30{
  border-color: rgb(103 232 249 / 0.3);
}

.border-cyan-300\/40{
  border-color: rgb(103 232 249 / 0.4);
}

.border-cyan-300\/5{
  border-color: rgb(103 232 249 / 0.05);
}

.border-cyan-300\/50{
  border-color: rgb(103 232 249 / 0.5);
}

.border-cyan-300\/60{
  border-color: rgb(103 232 249 / 0.6);
}

.border-cyan-300\/70{
  border-color: rgb(103 232 249 / 0.7);
}

.border-cyan-300\/75{
  border-color: rgb(103 232 249 / 0.75);
}

.border-cyan-300\/80{
  border-color: rgb(103 232 249 / 0.8);
}

.border-cyan-300\/90{
  border-color: rgb(103 232 249 / 0.9);
}

.border-cyan-300\/95{
  border-color: rgb(103 232 249 / 0.95);
}

.border-cyan-400{
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-cyan-400\/0{
  border-color: rgb(34 211 238 / 0);
}

.border-cyan-400\/10{
  border-color: rgb(34 211 238 / 0.1);
}

.border-cyan-400\/100{
  border-color: rgb(34 211 238 / 1);
}

.border-cyan-400\/20{
  border-color: rgb(34 211 238 / 0.2);
}

.border-cyan-400\/25{
  border-color: rgb(34 211 238 / 0.25);
}

.border-cyan-400\/30{
  border-color: rgb(34 211 238 / 0.3);
}

.border-cyan-400\/40{
  border-color: rgb(34 211 238 / 0.4);
}

.border-cyan-400\/5{
  border-color: rgb(34 211 238 / 0.05);
}

.border-cyan-400\/50{
  border-color: rgb(34 211 238 / 0.5);
}

.border-cyan-400\/60{
  border-color: rgb(34 211 238 / 0.6);
}

.border-cyan-400\/70{
  border-color: rgb(34 211 238 / 0.7);
}

.border-cyan-400\/75{
  border-color: rgb(34 211 238 / 0.75);
}

.border-cyan-400\/80{
  border-color: rgb(34 211 238 / 0.8);
}

.border-cyan-400\/90{
  border-color: rgb(34 211 238 / 0.9);
}

.border-cyan-400\/95{
  border-color: rgb(34 211 238 / 0.95);
}

.border-cyan-50{
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-cyan-50\/0{
  border-color: rgb(236 254 255 / 0);
}

.border-cyan-50\/10{
  border-color: rgb(236 254 255 / 0.1);
}

.border-cyan-50\/100{
  border-color: rgb(236 254 255 / 1);
}

.border-cyan-50\/20{
  border-color: rgb(236 254 255 / 0.2);
}

.border-cyan-50\/25{
  border-color: rgb(236 254 255 / 0.25);
}

.border-cyan-50\/30{
  border-color: rgb(236 254 255 / 0.3);
}

.border-cyan-50\/40{
  border-color: rgb(236 254 255 / 0.4);
}

.border-cyan-50\/5{
  border-color: rgb(236 254 255 / 0.05);
}

.border-cyan-50\/50{
  border-color: rgb(236 254 255 / 0.5);
}

.border-cyan-50\/60{
  border-color: rgb(236 254 255 / 0.6);
}

.border-cyan-50\/70{
  border-color: rgb(236 254 255 / 0.7);
}

.border-cyan-50\/75{
  border-color: rgb(236 254 255 / 0.75);
}

.border-cyan-50\/80{
  border-color: rgb(236 254 255 / 0.8);
}

.border-cyan-50\/90{
  border-color: rgb(236 254 255 / 0.9);
}

.border-cyan-50\/95{
  border-color: rgb(236 254 255 / 0.95);
}

.border-cyan-500{
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-cyan-500\/0{
  border-color: rgb(6 182 212 / 0);
}

.border-cyan-500\/10{
  border-color: rgb(6 182 212 / 0.1);
}

.border-cyan-500\/100{
  border-color: rgb(6 182 212 / 1);
}

.border-cyan-500\/20{
  border-color: rgb(6 182 212 / 0.2);
}

.border-cyan-500\/25{
  border-color: rgb(6 182 212 / 0.25);
}

.border-cyan-500\/30{
  border-color: rgb(6 182 212 / 0.3);
}

.border-cyan-500\/40{
  border-color: rgb(6 182 212 / 0.4);
}

.border-cyan-500\/5{
  border-color: rgb(6 182 212 / 0.05);
}

.border-cyan-500\/50{
  border-color: rgb(6 182 212 / 0.5);
}

.border-cyan-500\/60{
  border-color: rgb(6 182 212 / 0.6);
}

.border-cyan-500\/70{
  border-color: rgb(6 182 212 / 0.7);
}

.border-cyan-500\/75{
  border-color: rgb(6 182 212 / 0.75);
}

.border-cyan-500\/80{
  border-color: rgb(6 182 212 / 0.8);
}

.border-cyan-500\/90{
  border-color: rgb(6 182 212 / 0.9);
}

.border-cyan-500\/95{
  border-color: rgb(6 182 212 / 0.95);
}

.border-cyan-600{
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-cyan-600\/0{
  border-color: rgb(8 145 178 / 0);
}

.border-cyan-600\/10{
  border-color: rgb(8 145 178 / 0.1);
}

.border-cyan-600\/100{
  border-color: rgb(8 145 178 / 1);
}

.border-cyan-600\/20{
  border-color: rgb(8 145 178 / 0.2);
}

.border-cyan-600\/25{
  border-color: rgb(8 145 178 / 0.25);
}

.border-cyan-600\/30{
  border-color: rgb(8 145 178 / 0.3);
}

.border-cyan-600\/40{
  border-color: rgb(8 145 178 / 0.4);
}

.border-cyan-600\/5{
  border-color: rgb(8 145 178 / 0.05);
}

.border-cyan-600\/50{
  border-color: rgb(8 145 178 / 0.5);
}

.border-cyan-600\/60{
  border-color: rgb(8 145 178 / 0.6);
}

.border-cyan-600\/70{
  border-color: rgb(8 145 178 / 0.7);
}

.border-cyan-600\/75{
  border-color: rgb(8 145 178 / 0.75);
}

.border-cyan-600\/80{
  border-color: rgb(8 145 178 / 0.8);
}

.border-cyan-600\/90{
  border-color: rgb(8 145 178 / 0.9);
}

.border-cyan-600\/95{
  border-color: rgb(8 145 178 / 0.95);
}

.border-cyan-700{
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-cyan-700\/0{
  border-color: rgb(14 116 144 / 0);
}

.border-cyan-700\/10{
  border-color: rgb(14 116 144 / 0.1);
}

.border-cyan-700\/100{
  border-color: rgb(14 116 144 / 1);
}

.border-cyan-700\/20{
  border-color: rgb(14 116 144 / 0.2);
}

.border-cyan-700\/25{
  border-color: rgb(14 116 144 / 0.25);
}

.border-cyan-700\/30{
  border-color: rgb(14 116 144 / 0.3);
}

.border-cyan-700\/40{
  border-color: rgb(14 116 144 / 0.4);
}

.border-cyan-700\/5{
  border-color: rgb(14 116 144 / 0.05);
}

.border-cyan-700\/50{
  border-color: rgb(14 116 144 / 0.5);
}

.border-cyan-700\/60{
  border-color: rgb(14 116 144 / 0.6);
}

.border-cyan-700\/70{
  border-color: rgb(14 116 144 / 0.7);
}

.border-cyan-700\/75{
  border-color: rgb(14 116 144 / 0.75);
}

.border-cyan-700\/80{
  border-color: rgb(14 116 144 / 0.8);
}

.border-cyan-700\/90{
  border-color: rgb(14 116 144 / 0.9);
}

.border-cyan-700\/95{
  border-color: rgb(14 116 144 / 0.95);
}

.border-cyan-800{
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-cyan-800\/0{
  border-color: rgb(21 94 117 / 0);
}

.border-cyan-800\/10{
  border-color: rgb(21 94 117 / 0.1);
}

.border-cyan-800\/100{
  border-color: rgb(21 94 117 / 1);
}

.border-cyan-800\/20{
  border-color: rgb(21 94 117 / 0.2);
}

.border-cyan-800\/25{
  border-color: rgb(21 94 117 / 0.25);
}

.border-cyan-800\/30{
  border-color: rgb(21 94 117 / 0.3);
}

.border-cyan-800\/40{
  border-color: rgb(21 94 117 / 0.4);
}

.border-cyan-800\/5{
  border-color: rgb(21 94 117 / 0.05);
}

.border-cyan-800\/50{
  border-color: rgb(21 94 117 / 0.5);
}

.border-cyan-800\/60{
  border-color: rgb(21 94 117 / 0.6);
}

.border-cyan-800\/70{
  border-color: rgb(21 94 117 / 0.7);
}

.border-cyan-800\/75{
  border-color: rgb(21 94 117 / 0.75);
}

.border-cyan-800\/80{
  border-color: rgb(21 94 117 / 0.8);
}

.border-cyan-800\/90{
  border-color: rgb(21 94 117 / 0.9);
}

.border-cyan-800\/95{
  border-color: rgb(21 94 117 / 0.95);
}

.border-cyan-900{
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-cyan-900\/0{
  border-color: rgb(22 78 99 / 0);
}

.border-cyan-900\/10{
  border-color: rgb(22 78 99 / 0.1);
}

.border-cyan-900\/100{
  border-color: rgb(22 78 99 / 1);
}

.border-cyan-900\/20{
  border-color: rgb(22 78 99 / 0.2);
}

.border-cyan-900\/25{
  border-color: rgb(22 78 99 / 0.25);
}

.border-cyan-900\/30{
  border-color: rgb(22 78 99 / 0.3);
}

.border-cyan-900\/40{
  border-color: rgb(22 78 99 / 0.4);
}

.border-cyan-900\/5{
  border-color: rgb(22 78 99 / 0.05);
}

.border-cyan-900\/50{
  border-color: rgb(22 78 99 / 0.5);
}

.border-cyan-900\/60{
  border-color: rgb(22 78 99 / 0.6);
}

.border-cyan-900\/70{
  border-color: rgb(22 78 99 / 0.7);
}

.border-cyan-900\/75{
  border-color: rgb(22 78 99 / 0.75);
}

.border-cyan-900\/80{
  border-color: rgb(22 78 99 / 0.8);
}

.border-cyan-900\/90{
  border-color: rgb(22 78 99 / 0.9);
}

.border-cyan-900\/95{
  border-color: rgb(22 78 99 / 0.95);
}

.border-cyan-950{
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-cyan-950\/0{
  border-color: rgb(8 51 68 / 0);
}

.border-cyan-950\/10{
  border-color: rgb(8 51 68 / 0.1);
}

.border-cyan-950\/100{
  border-color: rgb(8 51 68 / 1);
}

.border-cyan-950\/20{
  border-color: rgb(8 51 68 / 0.2);
}

.border-cyan-950\/25{
  border-color: rgb(8 51 68 / 0.25);
}

.border-cyan-950\/30{
  border-color: rgb(8 51 68 / 0.3);
}

.border-cyan-950\/40{
  border-color: rgb(8 51 68 / 0.4);
}

.border-cyan-950\/5{
  border-color: rgb(8 51 68 / 0.05);
}

.border-cyan-950\/50{
  border-color: rgb(8 51 68 / 0.5);
}

.border-cyan-950\/60{
  border-color: rgb(8 51 68 / 0.6);
}

.border-cyan-950\/70{
  border-color: rgb(8 51 68 / 0.7);
}

.border-cyan-950\/75{
  border-color: rgb(8 51 68 / 0.75);
}

.border-cyan-950\/80{
  border-color: rgb(8 51 68 / 0.8);
}

.border-cyan-950\/90{
  border-color: rgb(8 51 68 / 0.9);
}

.border-cyan-950\/95{
  border-color: rgb(8 51 68 / 0.95);
}

.border-emerald-100{
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.border-emerald-100\/0{
  border-color: rgb(209 250 229 / 0);
}

.border-emerald-100\/10{
  border-color: rgb(209 250 229 / 0.1);
}

.border-emerald-100\/100{
  border-color: rgb(209 250 229 / 1);
}

.border-emerald-100\/20{
  border-color: rgb(209 250 229 / 0.2);
}

.border-emerald-100\/25{
  border-color: rgb(209 250 229 / 0.25);
}

.border-emerald-100\/30{
  border-color: rgb(209 250 229 / 0.3);
}

.border-emerald-100\/40{
  border-color: rgb(209 250 229 / 0.4);
}

.border-emerald-100\/5{
  border-color: rgb(209 250 229 / 0.05);
}

.border-emerald-100\/50{
  border-color: rgb(209 250 229 / 0.5);
}

.border-emerald-100\/60{
  border-color: rgb(209 250 229 / 0.6);
}

.border-emerald-100\/70{
  border-color: rgb(209 250 229 / 0.7);
}

.border-emerald-100\/75{
  border-color: rgb(209 250 229 / 0.75);
}

.border-emerald-100\/80{
  border-color: rgb(209 250 229 / 0.8);
}

.border-emerald-100\/90{
  border-color: rgb(209 250 229 / 0.9);
}

.border-emerald-100\/95{
  border-color: rgb(209 250 229 / 0.95);
}

.border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-emerald-200\/0{
  border-color: rgb(167 243 208 / 0);
}

.border-emerald-200\/10{
  border-color: rgb(167 243 208 / 0.1);
}

.border-emerald-200\/100{
  border-color: rgb(167 243 208 / 1);
}

.border-emerald-200\/20{
  border-color: rgb(167 243 208 / 0.2);
}

.border-emerald-200\/25{
  border-color: rgb(167 243 208 / 0.25);
}

.border-emerald-200\/30{
  border-color: rgb(167 243 208 / 0.3);
}

.border-emerald-200\/40{
  border-color: rgb(167 243 208 / 0.4);
}

.border-emerald-200\/5{
  border-color: rgb(167 243 208 / 0.05);
}

.border-emerald-200\/50{
  border-color: rgb(167 243 208 / 0.5);
}

.border-emerald-200\/60{
  border-color: rgb(167 243 208 / 0.6);
}

.border-emerald-200\/70{
  border-color: rgb(167 243 208 / 0.7);
}

.border-emerald-200\/75{
  border-color: rgb(167 243 208 / 0.75);
}

.border-emerald-200\/80{
  border-color: rgb(167 243 208 / 0.8);
}

.border-emerald-200\/90{
  border-color: rgb(167 243 208 / 0.9);
}

.border-emerald-200\/95{
  border-color: rgb(167 243 208 / 0.95);
}

.border-emerald-300{
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-emerald-300\/0{
  border-color: rgb(110 231 183 / 0);
}

.border-emerald-300\/10{
  border-color: rgb(110 231 183 / 0.1);
}

.border-emerald-300\/100{
  border-color: rgb(110 231 183 / 1);
}

.border-emerald-300\/20{
  border-color: rgb(110 231 183 / 0.2);
}

.border-emerald-300\/25{
  border-color: rgb(110 231 183 / 0.25);
}

.border-emerald-300\/30{
  border-color: rgb(110 231 183 / 0.3);
}

.border-emerald-300\/40{
  border-color: rgb(110 231 183 / 0.4);
}

.border-emerald-300\/5{
  border-color: rgb(110 231 183 / 0.05);
}

.border-emerald-300\/50{
  border-color: rgb(110 231 183 / 0.5);
}

.border-emerald-300\/60{
  border-color: rgb(110 231 183 / 0.6);
}

.border-emerald-300\/70{
  border-color: rgb(110 231 183 / 0.7);
}

.border-emerald-300\/75{
  border-color: rgb(110 231 183 / 0.75);
}

.border-emerald-300\/80{
  border-color: rgb(110 231 183 / 0.8);
}

.border-emerald-300\/90{
  border-color: rgb(110 231 183 / 0.9);
}

.border-emerald-300\/95{
  border-color: rgb(110 231 183 / 0.95);
}

.border-emerald-400{
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-emerald-400\/0{
  border-color: rgb(52 211 153 / 0);
}

.border-emerald-400\/10{
  border-color: rgb(52 211 153 / 0.1);
}

.border-emerald-400\/100{
  border-color: rgb(52 211 153 / 1);
}

.border-emerald-400\/20{
  border-color: rgb(52 211 153 / 0.2);
}

.border-emerald-400\/25{
  border-color: rgb(52 211 153 / 0.25);
}

.border-emerald-400\/30{
  border-color: rgb(52 211 153 / 0.3);
}

.border-emerald-400\/40{
  border-color: rgb(52 211 153 / 0.4);
}

.border-emerald-400\/5{
  border-color: rgb(52 211 153 / 0.05);
}

.border-emerald-400\/50{
  border-color: rgb(52 211 153 / 0.5);
}

.border-emerald-400\/60{
  border-color: rgb(52 211 153 / 0.6);
}

.border-emerald-400\/70{
  border-color: rgb(52 211 153 / 0.7);
}

.border-emerald-400\/75{
  border-color: rgb(52 211 153 / 0.75);
}

.border-emerald-400\/80{
  border-color: rgb(52 211 153 / 0.8);
}

.border-emerald-400\/90{
  border-color: rgb(52 211 153 / 0.9);
}

.border-emerald-400\/95{
  border-color: rgb(52 211 153 / 0.95);
}

.border-emerald-50{
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-emerald-50\/0{
  border-color: rgb(236 253 245 / 0);
}

.border-emerald-50\/10{
  border-color: rgb(236 253 245 / 0.1);
}

.border-emerald-50\/100{
  border-color: rgb(236 253 245 / 1);
}

.border-emerald-50\/20{
  border-color: rgb(236 253 245 / 0.2);
}

.border-emerald-50\/25{
  border-color: rgb(236 253 245 / 0.25);
}

.border-emerald-50\/30{
  border-color: rgb(236 253 245 / 0.3);
}

.border-emerald-50\/40{
  border-color: rgb(236 253 245 / 0.4);
}

.border-emerald-50\/5{
  border-color: rgb(236 253 245 / 0.05);
}

.border-emerald-50\/50{
  border-color: rgb(236 253 245 / 0.5);
}

.border-emerald-50\/60{
  border-color: rgb(236 253 245 / 0.6);
}

.border-emerald-50\/70{
  border-color: rgb(236 253 245 / 0.7);
}

.border-emerald-50\/75{
  border-color: rgb(236 253 245 / 0.75);
}

.border-emerald-50\/80{
  border-color: rgb(236 253 245 / 0.8);
}

.border-emerald-50\/90{
  border-color: rgb(236 253 245 / 0.9);
}

.border-emerald-50\/95{
  border-color: rgb(236 253 245 / 0.95);
}

.border-emerald-500{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-emerald-500\/0{
  border-color: rgb(16 185 129 / 0);
}

.border-emerald-500\/10{
  border-color: rgb(16 185 129 / 0.1);
}

.border-emerald-500\/100{
  border-color: rgb(16 185 129 / 1);
}

.border-emerald-500\/20{
  border-color: rgb(16 185 129 / 0.2);
}

.border-emerald-500\/25{
  border-color: rgb(16 185 129 / 0.25);
}

.border-emerald-500\/30{
  border-color: rgb(16 185 129 / 0.3);
}

.border-emerald-500\/40{
  border-color: rgb(16 185 129 / 0.4);
}

.border-emerald-500\/5{
  border-color: rgb(16 185 129 / 0.05);
}

.border-emerald-500\/50{
  border-color: rgb(16 185 129 / 0.5);
}

.border-emerald-500\/60{
  border-color: rgb(16 185 129 / 0.6);
}

.border-emerald-500\/70{
  border-color: rgb(16 185 129 / 0.7);
}

.border-emerald-500\/75{
  border-color: rgb(16 185 129 / 0.75);
}

.border-emerald-500\/80{
  border-color: rgb(16 185 129 / 0.8);
}

.border-emerald-500\/90{
  border-color: rgb(16 185 129 / 0.9);
}

.border-emerald-500\/95{
  border-color: rgb(16 185 129 / 0.95);
}

.border-emerald-600{
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-emerald-600\/0{
  border-color: rgb(5 150 105 / 0);
}

.border-emerald-600\/10{
  border-color: rgb(5 150 105 / 0.1);
}

.border-emerald-600\/100{
  border-color: rgb(5 150 105 / 1);
}

.border-emerald-600\/20{
  border-color: rgb(5 150 105 / 0.2);
}

.border-emerald-600\/25{
  border-color: rgb(5 150 105 / 0.25);
}

.border-emerald-600\/30{
  border-color: rgb(5 150 105 / 0.3);
}

.border-emerald-600\/40{
  border-color: rgb(5 150 105 / 0.4);
}

.border-emerald-600\/5{
  border-color: rgb(5 150 105 / 0.05);
}

.border-emerald-600\/50{
  border-color: rgb(5 150 105 / 0.5);
}

.border-emerald-600\/60{
  border-color: rgb(5 150 105 / 0.6);
}

.border-emerald-600\/70{
  border-color: rgb(5 150 105 / 0.7);
}

.border-emerald-600\/75{
  border-color: rgb(5 150 105 / 0.75);
}

.border-emerald-600\/80{
  border-color: rgb(5 150 105 / 0.8);
}

.border-emerald-600\/90{
  border-color: rgb(5 150 105 / 0.9);
}

.border-emerald-600\/95{
  border-color: rgb(5 150 105 / 0.95);
}

.border-emerald-700{
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-emerald-700\/0{
  border-color: rgb(4 120 87 / 0);
}

.border-emerald-700\/10{
  border-color: rgb(4 120 87 / 0.1);
}

.border-emerald-700\/100{
  border-color: rgb(4 120 87 / 1);
}

.border-emerald-700\/20{
  border-color: rgb(4 120 87 / 0.2);
}

.border-emerald-700\/25{
  border-color: rgb(4 120 87 / 0.25);
}

.border-emerald-700\/30{
  border-color: rgb(4 120 87 / 0.3);
}

.border-emerald-700\/40{
  border-color: rgb(4 120 87 / 0.4);
}

.border-emerald-700\/5{
  border-color: rgb(4 120 87 / 0.05);
}

.border-emerald-700\/50{
  border-color: rgb(4 120 87 / 0.5);
}

.border-emerald-700\/60{
  border-color: rgb(4 120 87 / 0.6);
}

.border-emerald-700\/70{
  border-color: rgb(4 120 87 / 0.7);
}

.border-emerald-700\/75{
  border-color: rgb(4 120 87 / 0.75);
}

.border-emerald-700\/80{
  border-color: rgb(4 120 87 / 0.8);
}

.border-emerald-700\/90{
  border-color: rgb(4 120 87 / 0.9);
}

.border-emerald-700\/95{
  border-color: rgb(4 120 87 / 0.95);
}

.border-emerald-800{
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-emerald-800\/0{
  border-color: rgb(6 95 70 / 0);
}

.border-emerald-800\/10{
  border-color: rgb(6 95 70 / 0.1);
}

.border-emerald-800\/100{
  border-color: rgb(6 95 70 / 1);
}

.border-emerald-800\/20{
  border-color: rgb(6 95 70 / 0.2);
}

.border-emerald-800\/25{
  border-color: rgb(6 95 70 / 0.25);
}

.border-emerald-800\/30{
  border-color: rgb(6 95 70 / 0.3);
}

.border-emerald-800\/40{
  border-color: rgb(6 95 70 / 0.4);
}

.border-emerald-800\/5{
  border-color: rgb(6 95 70 / 0.05);
}

.border-emerald-800\/50{
  border-color: rgb(6 95 70 / 0.5);
}

.border-emerald-800\/60{
  border-color: rgb(6 95 70 / 0.6);
}

.border-emerald-800\/70{
  border-color: rgb(6 95 70 / 0.7);
}

.border-emerald-800\/75{
  border-color: rgb(6 95 70 / 0.75);
}

.border-emerald-800\/80{
  border-color: rgb(6 95 70 / 0.8);
}

.border-emerald-800\/90{
  border-color: rgb(6 95 70 / 0.9);
}

.border-emerald-800\/95{
  border-color: rgb(6 95 70 / 0.95);
}

.border-emerald-900{
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-emerald-900\/0{
  border-color: rgb(6 78 59 / 0);
}

.border-emerald-900\/10{
  border-color: rgb(6 78 59 / 0.1);
}

.border-emerald-900\/100{
  border-color: rgb(6 78 59 / 1);
}

.border-emerald-900\/20{
  border-color: rgb(6 78 59 / 0.2);
}

.border-emerald-900\/25{
  border-color: rgb(6 78 59 / 0.25);
}

.border-emerald-900\/30{
  border-color: rgb(6 78 59 / 0.3);
}

.border-emerald-900\/40{
  border-color: rgb(6 78 59 / 0.4);
}

.border-emerald-900\/5{
  border-color: rgb(6 78 59 / 0.05);
}

.border-emerald-900\/50{
  border-color: rgb(6 78 59 / 0.5);
}

.border-emerald-900\/60{
  border-color: rgb(6 78 59 / 0.6);
}

.border-emerald-900\/70{
  border-color: rgb(6 78 59 / 0.7);
}

.border-emerald-900\/75{
  border-color: rgb(6 78 59 / 0.75);
}

.border-emerald-900\/80{
  border-color: rgb(6 78 59 / 0.8);
}

.border-emerald-900\/90{
  border-color: rgb(6 78 59 / 0.9);
}

.border-emerald-900\/95{
  border-color: rgb(6 78 59 / 0.95);
}

.border-emerald-950{
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-emerald-950\/0{
  border-color: rgb(2 44 34 / 0);
}

.border-emerald-950\/10{
  border-color: rgb(2 44 34 / 0.1);
}

.border-emerald-950\/100{
  border-color: rgb(2 44 34 / 1);
}

.border-emerald-950\/20{
  border-color: rgb(2 44 34 / 0.2);
}

.border-emerald-950\/25{
  border-color: rgb(2 44 34 / 0.25);
}

.border-emerald-950\/30{
  border-color: rgb(2 44 34 / 0.3);
}

.border-emerald-950\/40{
  border-color: rgb(2 44 34 / 0.4);
}

.border-emerald-950\/5{
  border-color: rgb(2 44 34 / 0.05);
}

.border-emerald-950\/50{
  border-color: rgb(2 44 34 / 0.5);
}

.border-emerald-950\/60{
  border-color: rgb(2 44 34 / 0.6);
}

.border-emerald-950\/70{
  border-color: rgb(2 44 34 / 0.7);
}

.border-emerald-950\/75{
  border-color: rgb(2 44 34 / 0.75);
}

.border-emerald-950\/80{
  border-color: rgb(2 44 34 / 0.8);
}

.border-emerald-950\/90{
  border-color: rgb(2 44 34 / 0.9);
}

.border-emerald-950\/95{
  border-color: rgb(2 44 34 / 0.95);
}

.border-event-text-100{
  --tw-border-opacity: 1;
  border-color: rgb(3 57 66 / var(--tw-border-opacity));
}

.border-event-text-100\/0{
  border-color: rgb(3 57 66 / 0);
}

.border-event-text-100\/10{
  border-color: rgb(3 57 66 / 0.1);
}

.border-event-text-100\/100{
  border-color: rgb(3 57 66 / 1);
}

.border-event-text-100\/20{
  border-color: rgb(3 57 66 / 0.2);
}

.border-event-text-100\/25{
  border-color: rgb(3 57 66 / 0.25);
}

.border-event-text-100\/30{
  border-color: rgb(3 57 66 / 0.3);
}

.border-event-text-100\/40{
  border-color: rgb(3 57 66 / 0.4);
}

.border-event-text-100\/5{
  border-color: rgb(3 57 66 / 0.05);
}

.border-event-text-100\/50{
  border-color: rgb(3 57 66 / 0.5);
}

.border-event-text-100\/60{
  border-color: rgb(3 57 66 / 0.6);
}

.border-event-text-100\/70{
  border-color: rgb(3 57 66 / 0.7);
}

.border-event-text-100\/75{
  border-color: rgb(3 57 66 / 0.75);
}

.border-event-text-100\/80{
  border-color: rgb(3 57 66 / 0.8);
}

.border-event-text-100\/90{
  border-color: rgb(3 57 66 / 0.9);
}

.border-event-text-100\/95{
  border-color: rgb(3 57 66 / 0.95);
}

.border-event-text-200{
  --tw-border-opacity: 1;
  border-color: rgb(56 59 68 / var(--tw-border-opacity));
}

.border-event-text-200\/0{
  border-color: rgb(56 59 68 / 0);
}

.border-event-text-200\/10{
  border-color: rgb(56 59 68 / 0.1);
}

.border-event-text-200\/100{
  border-color: rgb(56 59 68 / 1);
}

.border-event-text-200\/20{
  border-color: rgb(56 59 68 / 0.2);
}

.border-event-text-200\/25{
  border-color: rgb(56 59 68 / 0.25);
}

.border-event-text-200\/30{
  border-color: rgb(56 59 68 / 0.3);
}

.border-event-text-200\/40{
  border-color: rgb(56 59 68 / 0.4);
}

.border-event-text-200\/5{
  border-color: rgb(56 59 68 / 0.05);
}

.border-event-text-200\/50{
  border-color: rgb(56 59 68 / 0.5);
}

.border-event-text-200\/60{
  border-color: rgb(56 59 68 / 0.6);
}

.border-event-text-200\/70{
  border-color: rgb(56 59 68 / 0.7);
}

.border-event-text-200\/75{
  border-color: rgb(56 59 68 / 0.75);
}

.border-event-text-200\/80{
  border-color: rgb(56 59 68 / 0.8);
}

.border-event-text-200\/90{
  border-color: rgb(56 59 68 / 0.9);
}

.border-event-text-200\/95{
  border-color: rgb(56 59 68 / 0.95);
}

.border-fuchsia-100{
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.border-fuchsia-100\/0{
  border-color: rgb(250 232 255 / 0);
}

.border-fuchsia-100\/10{
  border-color: rgb(250 232 255 / 0.1);
}

.border-fuchsia-100\/100{
  border-color: rgb(250 232 255 / 1);
}

.border-fuchsia-100\/20{
  border-color: rgb(250 232 255 / 0.2);
}

.border-fuchsia-100\/25{
  border-color: rgb(250 232 255 / 0.25);
}

.border-fuchsia-100\/30{
  border-color: rgb(250 232 255 / 0.3);
}

.border-fuchsia-100\/40{
  border-color: rgb(250 232 255 / 0.4);
}

.border-fuchsia-100\/5{
  border-color: rgb(250 232 255 / 0.05);
}

.border-fuchsia-100\/50{
  border-color: rgb(250 232 255 / 0.5);
}

.border-fuchsia-100\/60{
  border-color: rgb(250 232 255 / 0.6);
}

.border-fuchsia-100\/70{
  border-color: rgb(250 232 255 / 0.7);
}

.border-fuchsia-100\/75{
  border-color: rgb(250 232 255 / 0.75);
}

.border-fuchsia-100\/80{
  border-color: rgb(250 232 255 / 0.8);
}

.border-fuchsia-100\/90{
  border-color: rgb(250 232 255 / 0.9);
}

.border-fuchsia-100\/95{
  border-color: rgb(250 232 255 / 0.95);
}

.border-fuchsia-200{
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-fuchsia-200\/0{
  border-color: rgb(245 208 254 / 0);
}

.border-fuchsia-200\/10{
  border-color: rgb(245 208 254 / 0.1);
}

.border-fuchsia-200\/100{
  border-color: rgb(245 208 254 / 1);
}

.border-fuchsia-200\/20{
  border-color: rgb(245 208 254 / 0.2);
}

.border-fuchsia-200\/25{
  border-color: rgb(245 208 254 / 0.25);
}

.border-fuchsia-200\/30{
  border-color: rgb(245 208 254 / 0.3);
}

.border-fuchsia-200\/40{
  border-color: rgb(245 208 254 / 0.4);
}

.border-fuchsia-200\/5{
  border-color: rgb(245 208 254 / 0.05);
}

.border-fuchsia-200\/50{
  border-color: rgb(245 208 254 / 0.5);
}

.border-fuchsia-200\/60{
  border-color: rgb(245 208 254 / 0.6);
}

.border-fuchsia-200\/70{
  border-color: rgb(245 208 254 / 0.7);
}

.border-fuchsia-200\/75{
  border-color: rgb(245 208 254 / 0.75);
}

.border-fuchsia-200\/80{
  border-color: rgb(245 208 254 / 0.8);
}

.border-fuchsia-200\/90{
  border-color: rgb(245 208 254 / 0.9);
}

.border-fuchsia-200\/95{
  border-color: rgb(245 208 254 / 0.95);
}

.border-fuchsia-300{
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-fuchsia-300\/0{
  border-color: rgb(240 171 252 / 0);
}

.border-fuchsia-300\/10{
  border-color: rgb(240 171 252 / 0.1);
}

.border-fuchsia-300\/100{
  border-color: rgb(240 171 252 / 1);
}

.border-fuchsia-300\/20{
  border-color: rgb(240 171 252 / 0.2);
}

.border-fuchsia-300\/25{
  border-color: rgb(240 171 252 / 0.25);
}

.border-fuchsia-300\/30{
  border-color: rgb(240 171 252 / 0.3);
}

.border-fuchsia-300\/40{
  border-color: rgb(240 171 252 / 0.4);
}

.border-fuchsia-300\/5{
  border-color: rgb(240 171 252 / 0.05);
}

.border-fuchsia-300\/50{
  border-color: rgb(240 171 252 / 0.5);
}

.border-fuchsia-300\/60{
  border-color: rgb(240 171 252 / 0.6);
}

.border-fuchsia-300\/70{
  border-color: rgb(240 171 252 / 0.7);
}

.border-fuchsia-300\/75{
  border-color: rgb(240 171 252 / 0.75);
}

.border-fuchsia-300\/80{
  border-color: rgb(240 171 252 / 0.8);
}

.border-fuchsia-300\/90{
  border-color: rgb(240 171 252 / 0.9);
}

.border-fuchsia-300\/95{
  border-color: rgb(240 171 252 / 0.95);
}

.border-fuchsia-400{
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-fuchsia-400\/0{
  border-color: rgb(232 121 249 / 0);
}

.border-fuchsia-400\/10{
  border-color: rgb(232 121 249 / 0.1);
}

.border-fuchsia-400\/100{
  border-color: rgb(232 121 249 / 1);
}

.border-fuchsia-400\/20{
  border-color: rgb(232 121 249 / 0.2);
}

.border-fuchsia-400\/25{
  border-color: rgb(232 121 249 / 0.25);
}

.border-fuchsia-400\/30{
  border-color: rgb(232 121 249 / 0.3);
}

.border-fuchsia-400\/40{
  border-color: rgb(232 121 249 / 0.4);
}

.border-fuchsia-400\/5{
  border-color: rgb(232 121 249 / 0.05);
}

.border-fuchsia-400\/50{
  border-color: rgb(232 121 249 / 0.5);
}

.border-fuchsia-400\/60{
  border-color: rgb(232 121 249 / 0.6);
}

.border-fuchsia-400\/70{
  border-color: rgb(232 121 249 / 0.7);
}

.border-fuchsia-400\/75{
  border-color: rgb(232 121 249 / 0.75);
}

.border-fuchsia-400\/80{
  border-color: rgb(232 121 249 / 0.8);
}

.border-fuchsia-400\/90{
  border-color: rgb(232 121 249 / 0.9);
}

.border-fuchsia-400\/95{
  border-color: rgb(232 121 249 / 0.95);
}

.border-fuchsia-50{
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-fuchsia-50\/0{
  border-color: rgb(253 244 255 / 0);
}

.border-fuchsia-50\/10{
  border-color: rgb(253 244 255 / 0.1);
}

.border-fuchsia-50\/100{
  border-color: rgb(253 244 255 / 1);
}

.border-fuchsia-50\/20{
  border-color: rgb(253 244 255 / 0.2);
}

.border-fuchsia-50\/25{
  border-color: rgb(253 244 255 / 0.25);
}

.border-fuchsia-50\/30{
  border-color: rgb(253 244 255 / 0.3);
}

.border-fuchsia-50\/40{
  border-color: rgb(253 244 255 / 0.4);
}

.border-fuchsia-50\/5{
  border-color: rgb(253 244 255 / 0.05);
}

.border-fuchsia-50\/50{
  border-color: rgb(253 244 255 / 0.5);
}

.border-fuchsia-50\/60{
  border-color: rgb(253 244 255 / 0.6);
}

.border-fuchsia-50\/70{
  border-color: rgb(253 244 255 / 0.7);
}

.border-fuchsia-50\/75{
  border-color: rgb(253 244 255 / 0.75);
}

.border-fuchsia-50\/80{
  border-color: rgb(253 244 255 / 0.8);
}

.border-fuchsia-50\/90{
  border-color: rgb(253 244 255 / 0.9);
}

.border-fuchsia-50\/95{
  border-color: rgb(253 244 255 / 0.95);
}

.border-fuchsia-500{
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-fuchsia-500\/0{
  border-color: rgb(217 70 239 / 0);
}

.border-fuchsia-500\/10{
  border-color: rgb(217 70 239 / 0.1);
}

.border-fuchsia-500\/100{
  border-color: rgb(217 70 239 / 1);
}

.border-fuchsia-500\/20{
  border-color: rgb(217 70 239 / 0.2);
}

.border-fuchsia-500\/25{
  border-color: rgb(217 70 239 / 0.25);
}

.border-fuchsia-500\/30{
  border-color: rgb(217 70 239 / 0.3);
}

.border-fuchsia-500\/40{
  border-color: rgb(217 70 239 / 0.4);
}

.border-fuchsia-500\/5{
  border-color: rgb(217 70 239 / 0.05);
}

.border-fuchsia-500\/50{
  border-color: rgb(217 70 239 / 0.5);
}

.border-fuchsia-500\/60{
  border-color: rgb(217 70 239 / 0.6);
}

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

.border-fuchsia-500\/75{
  border-color: rgb(217 70 239 / 0.75);
}

.border-fuchsia-500\/80{
  border-color: rgb(217 70 239 / 0.8);
}

.border-fuchsia-500\/90{
  border-color: rgb(217 70 239 / 0.9);
}

.border-fuchsia-500\/95{
  border-color: rgb(217 70 239 / 0.95);
}

.border-fuchsia-600{
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-fuchsia-600\/0{
  border-color: rgb(192 38 211 / 0);
}

.border-fuchsia-600\/10{
  border-color: rgb(192 38 211 / 0.1);
}

.border-fuchsia-600\/100{
  border-color: rgb(192 38 211 / 1);
}

.border-fuchsia-600\/20{
  border-color: rgb(192 38 211 / 0.2);
}

.border-fuchsia-600\/25{
  border-color: rgb(192 38 211 / 0.25);
}

.border-fuchsia-600\/30{
  border-color: rgb(192 38 211 / 0.3);
}

.border-fuchsia-600\/40{
  border-color: rgb(192 38 211 / 0.4);
}

.border-fuchsia-600\/5{
  border-color: rgb(192 38 211 / 0.05);
}

.border-fuchsia-600\/50{
  border-color: rgb(192 38 211 / 0.5);
}

.border-fuchsia-600\/60{
  border-color: rgb(192 38 211 / 0.6);
}

.border-fuchsia-600\/70{
  border-color: rgb(192 38 211 / 0.7);
}

.border-fuchsia-600\/75{
  border-color: rgb(192 38 211 / 0.75);
}

.border-fuchsia-600\/80{
  border-color: rgb(192 38 211 / 0.8);
}

.border-fuchsia-600\/90{
  border-color: rgb(192 38 211 / 0.9);
}

.border-fuchsia-600\/95{
  border-color: rgb(192 38 211 / 0.95);
}

.border-fuchsia-700{
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-fuchsia-700\/0{
  border-color: rgb(162 28 175 / 0);
}

.border-fuchsia-700\/10{
  border-color: rgb(162 28 175 / 0.1);
}

.border-fuchsia-700\/100{
  border-color: rgb(162 28 175 / 1);
}

.border-fuchsia-700\/20{
  border-color: rgb(162 28 175 / 0.2);
}

.border-fuchsia-700\/25{
  border-color: rgb(162 28 175 / 0.25);
}

.border-fuchsia-700\/30{
  border-color: rgb(162 28 175 / 0.3);
}

.border-fuchsia-700\/40{
  border-color: rgb(162 28 175 / 0.4);
}

.border-fuchsia-700\/5{
  border-color: rgb(162 28 175 / 0.05);
}

.border-fuchsia-700\/50{
  border-color: rgb(162 28 175 / 0.5);
}

.border-fuchsia-700\/60{
  border-color: rgb(162 28 175 / 0.6);
}

.border-fuchsia-700\/70{
  border-color: rgb(162 28 175 / 0.7);
}

.border-fuchsia-700\/75{
  border-color: rgb(162 28 175 / 0.75);
}

.border-fuchsia-700\/80{
  border-color: rgb(162 28 175 / 0.8);
}

.border-fuchsia-700\/90{
  border-color: rgb(162 28 175 / 0.9);
}

.border-fuchsia-700\/95{
  border-color: rgb(162 28 175 / 0.95);
}

.border-fuchsia-800{
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-fuchsia-800\/0{
  border-color: rgb(134 25 143 / 0);
}

.border-fuchsia-800\/10{
  border-color: rgb(134 25 143 / 0.1);
}

.border-fuchsia-800\/100{
  border-color: rgb(134 25 143 / 1);
}

.border-fuchsia-800\/20{
  border-color: rgb(134 25 143 / 0.2);
}

.border-fuchsia-800\/25{
  border-color: rgb(134 25 143 / 0.25);
}

.border-fuchsia-800\/30{
  border-color: rgb(134 25 143 / 0.3);
}

.border-fuchsia-800\/40{
  border-color: rgb(134 25 143 / 0.4);
}

.border-fuchsia-800\/5{
  border-color: rgb(134 25 143 / 0.05);
}

.border-fuchsia-800\/50{
  border-color: rgb(134 25 143 / 0.5);
}

.border-fuchsia-800\/60{
  border-color: rgb(134 25 143 / 0.6);
}

.border-fuchsia-800\/70{
  border-color: rgb(134 25 143 / 0.7);
}

.border-fuchsia-800\/75{
  border-color: rgb(134 25 143 / 0.75);
}

.border-fuchsia-800\/80{
  border-color: rgb(134 25 143 / 0.8);
}

.border-fuchsia-800\/90{
  border-color: rgb(134 25 143 / 0.9);
}

.border-fuchsia-800\/95{
  border-color: rgb(134 25 143 / 0.95);
}

.border-fuchsia-900{
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-fuchsia-900\/0{
  border-color: rgb(112 26 117 / 0);
}

.border-fuchsia-900\/10{
  border-color: rgb(112 26 117 / 0.1);
}

.border-fuchsia-900\/100{
  border-color: rgb(112 26 117 / 1);
}

.border-fuchsia-900\/20{
  border-color: rgb(112 26 117 / 0.2);
}

.border-fuchsia-900\/25{
  border-color: rgb(112 26 117 / 0.25);
}

.border-fuchsia-900\/30{
  border-color: rgb(112 26 117 / 0.3);
}

.border-fuchsia-900\/40{
  border-color: rgb(112 26 117 / 0.4);
}

.border-fuchsia-900\/5{
  border-color: rgb(112 26 117 / 0.05);
}

.border-fuchsia-900\/50{
  border-color: rgb(112 26 117 / 0.5);
}

.border-fuchsia-900\/60{
  border-color: rgb(112 26 117 / 0.6);
}

.border-fuchsia-900\/70{
  border-color: rgb(112 26 117 / 0.7);
}

.border-fuchsia-900\/75{
  border-color: rgb(112 26 117 / 0.75);
}

.border-fuchsia-900\/80{
  border-color: rgb(112 26 117 / 0.8);
}

.border-fuchsia-900\/90{
  border-color: rgb(112 26 117 / 0.9);
}

.border-fuchsia-900\/95{
  border-color: rgb(112 26 117 / 0.95);
}

.border-fuchsia-950{
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-fuchsia-950\/0{
  border-color: rgb(74 4 78 / 0);
}

.border-fuchsia-950\/10{
  border-color: rgb(74 4 78 / 0.1);
}

.border-fuchsia-950\/100{
  border-color: rgb(74 4 78 / 1);
}

.border-fuchsia-950\/20{
  border-color: rgb(74 4 78 / 0.2);
}

.border-fuchsia-950\/25{
  border-color: rgb(74 4 78 / 0.25);
}

.border-fuchsia-950\/30{
  border-color: rgb(74 4 78 / 0.3);
}

.border-fuchsia-950\/40{
  border-color: rgb(74 4 78 / 0.4);
}

.border-fuchsia-950\/5{
  border-color: rgb(74 4 78 / 0.05);
}

.border-fuchsia-950\/50{
  border-color: rgb(74 4 78 / 0.5);
}

.border-fuchsia-950\/60{
  border-color: rgb(74 4 78 / 0.6);
}

.border-fuchsia-950\/70{
  border-color: rgb(74 4 78 / 0.7);
}

.border-fuchsia-950\/75{
  border-color: rgb(74 4 78 / 0.75);
}

.border-fuchsia-950\/80{
  border-color: rgb(74 4 78 / 0.8);
}

.border-fuchsia-950\/90{
  border-color: rgb(74 4 78 / 0.9);
}

.border-fuchsia-950\/95{
  border-color: rgb(74 4 78 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-gray-600\/25{
  border-color: rgb(75 85 99 / 0.25);
}

.border-gray-600\/30{
  border-color: rgb(75 85 99 / 0.3);
}

.border-gray-600\/40{
  border-color: rgb(75 85 99 / 0.4);
}

.border-gray-600\/5{
  border-color: rgb(75 85 99 / 0.05);
}

.border-gray-600\/50{
  border-color: rgb(75 85 99 / 0.5);
}

.border-gray-600\/60{
  border-color: rgb(75 85 99 / 0.6);
}

.border-gray-600\/70{
  border-color: rgb(75 85 99 / 0.7);
}

.border-gray-600\/75{
  border-color: rgb(75 85 99 / 0.75);
}

.border-gray-600\/80{
  border-color: rgb(75 85 99 / 0.8);
}

.border-gray-600\/90{
  border-color: rgb(75 85 99 / 0.9);
}

.border-gray-600\/95{
  border-color: rgb(75 85 99 / 0.95);
}

.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-gray-700\/0{
  border-color: rgb(55 65 81 / 0);
}

.border-gray-700\/10{
  border-color: rgb(55 65 81 / 0.1);
}

.border-gray-700\/100{
  border-color: rgb(55 65 81 / 1);
}

.border-gray-700\/20{
  border-color: rgb(55 65 81 / 0.2);
}

.border-gray-700\/25{
  border-color: rgb(55 65 81 / 0.25);
}

.border-gray-700\/30{
  border-color: rgb(55 65 81 / 0.3);
}

.border-gray-700\/40{
  border-color: rgb(55 65 81 / 0.4);
}

.border-gray-700\/5{
  border-color: rgb(55 65 81 / 0.05);
}

.border-gray-700\/50{
  border-color: rgb(55 65 81 / 0.5);
}

.border-gray-700\/60{
  border-color: rgb(55 65 81 / 0.6);
}

.border-gray-700\/70{
  border-color: rgb(55 65 81 / 0.7);
}

.border-gray-700\/75{
  border-color: rgb(55 65 81 / 0.75);
}

.border-gray-700\/80{
  border-color: rgb(55 65 81 / 0.8);
}

.border-gray-700\/90{
  border-color: rgb(55 65 81 / 0.9);
}

.border-gray-700\/95{
  border-color: rgb(55 65 81 / 0.95);
}

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

.border-gray-800\/0{
  border-color: rgb(31 41 55 / 0);
}

.border-gray-800\/10{
  border-color: rgb(31 41 55 / 0.1);
}

.border-gray-800\/100{
  border-color: rgb(31 41 55 / 1);
}

.border-gray-800\/20{
  border-color: rgb(31 41 55 / 0.2);
}

.border-gray-800\/25{
  border-color: rgb(31 41 55 / 0.25);
}

.border-gray-800\/30{
  border-color: rgb(31 41 55 / 0.3);
}

.border-gray-800\/40{
  border-color: rgb(31 41 55 / 0.4);
}

.border-gray-800\/5{
  border-color: rgb(31 41 55 / 0.05);
}

.border-gray-800\/50{
  border-color: rgb(31 41 55 / 0.5);
}

.border-gray-800\/60{
  border-color: rgb(31 41 55 / 0.6);
}

.border-gray-800\/70{
  border-color: rgb(31 41 55 / 0.7);
}

.border-gray-800\/75{
  border-color: rgb(31 41 55 / 0.75);
}

.border-gray-800\/80{
  border-color: rgb(31 41 55 / 0.8);
}

.border-gray-800\/90{
  border-color: rgb(31 41 55 / 0.9);
}

.border-gray-800\/95{
  border-color: rgb(31 41 55 / 0.95);
}

.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-gray-900\/0{
  border-color: rgb(17 24 39 / 0);
}

.border-gray-900\/10{
  border-color: rgb(17 24 39 / 0.1);
}

.border-gray-900\/100{
  border-color: rgb(17 24 39 / 1);
}

.border-gray-900\/20{
  border-color: rgb(17 24 39 / 0.2);
}

.border-gray-900\/25{
  border-color: rgb(17 24 39 / 0.25);
}

.border-gray-900\/30{
  border-color: rgb(17 24 39 / 0.3);
}

.border-gray-900\/40{
  border-color: rgb(17 24 39 / 0.4);
}

.border-gray-900\/5{
  border-color: rgb(17 24 39 / 0.05);
}

.border-gray-900\/50{
  border-color: rgb(17 24 39 / 0.5);
}

.border-gray-900\/60{
  border-color: rgb(17 24 39 / 0.6);
}

.border-gray-900\/70{
  border-color: rgb(17 24 39 / 0.7);
}

.border-gray-900\/75{
  border-color: rgb(17 24 39 / 0.75);
}

.border-gray-900\/80{
  border-color: rgb(17 24 39 / 0.8);
}

.border-gray-900\/90{
  border-color: rgb(17 24 39 / 0.9);
}

.border-gray-900\/95{
  border-color: rgb(17 24 39 / 0.95);
}

.border-gray-950{
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-gray-950\/0{
  border-color: rgb(3 7 18 / 0);
}

.border-gray-950\/10{
  border-color: rgb(3 7 18 / 0.1);
}

.border-gray-950\/100{
  border-color: rgb(3 7 18 / 1);
}

.border-gray-950\/20{
  border-color: rgb(3 7 18 / 0.2);
}

.border-gray-950\/25{
  border-color: rgb(3 7 18 / 0.25);
}

.border-gray-950\/30{
  border-color: rgb(3 7 18 / 0.3);
}

.border-gray-950\/40{
  border-color: rgb(3 7 18 / 0.4);
}

.border-gray-950\/5{
  border-color: rgb(3 7 18 / 0.05);
}

.border-gray-950\/50{
  border-color: rgb(3 7 18 / 0.5);
}

.border-gray-950\/60{
  border-color: rgb(3 7 18 / 0.6);
}

.border-gray-950\/70{
  border-color: rgb(3 7 18 / 0.7);
}

.border-gray-950\/75{
  border-color: rgb(3 7 18 / 0.75);
}

.border-gray-950\/80{
  border-color: rgb(3 7 18 / 0.8);
}

.border-gray-950\/90{
  border-color: rgb(3 7 18 / 0.9);
}

.border-gray-950\/95{
  border-color: rgb(3 7 18 / 0.95);
}

.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-green-100\/0{
  border-color: rgb(220 252 231 / 0);
}

.border-green-100\/10{
  border-color: rgb(220 252 231 / 0.1);
}

.border-green-100\/100{
  border-color: rgb(220 252 231 / 1);
}

.border-green-100\/20{
  border-color: rgb(220 252 231 / 0.2);
}

.border-green-100\/25{
  border-color: rgb(220 252 231 / 0.25);
}

.border-green-100\/30{
  border-color: rgb(220 252 231 / 0.3);
}

.border-green-100\/40{
  border-color: rgb(220 252 231 / 0.4);
}

.border-green-100\/5{
  border-color: rgb(220 252 231 / 0.05);
}

.border-green-100\/50{
  border-color: rgb(220 252 231 / 0.5);
}

.border-green-100\/60{
  border-color: rgb(220 252 231 / 0.6);
}

.border-green-100\/70{
  border-color: rgb(220 252 231 / 0.7);
}

.border-green-100\/75{
  border-color: rgb(220 252 231 / 0.75);
}

.border-green-100\/80{
  border-color: rgb(220 252 231 / 0.8);
}

.border-green-100\/90{
  border-color: rgb(220 252 231 / 0.9);
}

.border-green-100\/95{
  border-color: rgb(220 252 231 / 0.95);
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-green-200\/0{
  border-color: rgb(187 247 208 / 0);
}

.border-green-200\/10{
  border-color: rgb(187 247 208 / 0.1);
}

.border-green-200\/100{
  border-color: rgb(187 247 208 / 1);
}

.border-green-200\/20{
  border-color: rgb(187 247 208 / 0.2);
}

.border-green-200\/25{
  border-color: rgb(187 247 208 / 0.25);
}

.border-green-200\/30{
  border-color: rgb(187 247 208 / 0.3);
}

.border-green-200\/40{
  border-color: rgb(187 247 208 / 0.4);
}

.border-green-200\/5{
  border-color: rgb(187 247 208 / 0.05);
}

.border-green-200\/50{
  border-color: rgb(187 247 208 / 0.5);
}

.border-green-200\/60{
  border-color: rgb(187 247 208 / 0.6);
}

.border-green-200\/70{
  border-color: rgb(187 247 208 / 0.7);
}

.border-green-200\/75{
  border-color: rgb(187 247 208 / 0.75);
}

.border-green-200\/80{
  border-color: rgb(187 247 208 / 0.8);
}

.border-green-200\/90{
  border-color: rgb(187 247 208 / 0.9);
}

.border-green-200\/95{
  border-color: rgb(187 247 208 / 0.95);
}

.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-green-300\/0{
  border-color: rgb(134 239 172 / 0);
}

.border-green-300\/10{
  border-color: rgb(134 239 172 / 0.1);
}

.border-green-300\/100{
  border-color: rgb(134 239 172 / 1);
}

.border-green-300\/20{
  border-color: rgb(134 239 172 / 0.2);
}

.border-green-300\/25{
  border-color: rgb(134 239 172 / 0.25);
}

.border-green-300\/30{
  border-color: rgb(134 239 172 / 0.3);
}

.border-green-300\/40{
  border-color: rgb(134 239 172 / 0.4);
}

.border-green-300\/5{
  border-color: rgb(134 239 172 / 0.05);
}

.border-green-300\/50{
  border-color: rgb(134 239 172 / 0.5);
}

.border-green-300\/60{
  border-color: rgb(134 239 172 / 0.6);
}

.border-green-300\/70{
  border-color: rgb(134 239 172 / 0.7);
}

.border-green-300\/75{
  border-color: rgb(134 239 172 / 0.75);
}

.border-green-300\/80{
  border-color: rgb(134 239 172 / 0.8);
}

.border-green-300\/90{
  border-color: rgb(134 239 172 / 0.9);
}

.border-green-300\/95{
  border-color: rgb(134 239 172 / 0.95);
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-green-400\/0{
  border-color: rgb(74 222 128 / 0);
}

.border-green-400\/10{
  border-color: rgb(74 222 128 / 0.1);
}

.border-green-400\/100{
  border-color: rgb(74 222 128 / 1);
}

.border-green-400\/20{
  border-color: rgb(74 222 128 / 0.2);
}

.border-green-400\/25{
  border-color: rgb(74 222 128 / 0.25);
}

.border-green-400\/30{
  border-color: rgb(74 222 128 / 0.3);
}

.border-green-400\/40{
  border-color: rgb(74 222 128 / 0.4);
}

.border-green-400\/5{
  border-color: rgb(74 222 128 / 0.05);
}

.border-green-400\/50{
  border-color: rgb(74 222 128 / 0.5);
}

.border-green-400\/60{
  border-color: rgb(74 222 128 / 0.6);
}

.border-green-400\/70{
  border-color: rgb(74 222 128 / 0.7);
}

.border-green-400\/75{
  border-color: rgb(74 222 128 / 0.75);
}

.border-green-400\/80{
  border-color: rgb(74 222 128 / 0.8);
}

.border-green-400\/90{
  border-color: rgb(74 222 128 / 0.9);
}

.border-green-400\/95{
  border-color: rgb(74 222 128 / 0.95);
}

.border-green-50{
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-green-50\/0{
  border-color: rgb(240 253 244 / 0);
}

.border-green-50\/10{
  border-color: rgb(240 253 244 / 0.1);
}

.border-green-50\/100{
  border-color: rgb(240 253 244 / 1);
}

.border-green-50\/20{
  border-color: rgb(240 253 244 / 0.2);
}

.border-green-50\/25{
  border-color: rgb(240 253 244 / 0.25);
}

.border-green-50\/30{
  border-color: rgb(240 253 244 / 0.3);
}

.border-green-50\/40{
  border-color: rgb(240 253 244 / 0.4);
}

.border-green-50\/5{
  border-color: rgb(240 253 244 / 0.05);
}

.border-green-50\/50{
  border-color: rgb(240 253 244 / 0.5);
}

.border-green-50\/60{
  border-color: rgb(240 253 244 / 0.6);
}

.border-green-50\/70{
  border-color: rgb(240 253 244 / 0.7);
}

.border-green-50\/75{
  border-color: rgb(240 253 244 / 0.75);
}

.border-green-50\/80{
  border-color: rgb(240 253 244 / 0.8);
}

.border-green-50\/90{
  border-color: rgb(240 253 244 / 0.9);
}

.border-green-50\/95{
  border-color: rgb(240 253 244 / 0.95);
}

.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-green-500\/0{
  border-color: rgb(34 197 94 / 0);
}

.border-green-500\/10{
  border-color: rgb(34 197 94 / 0.1);
}

.border-green-500\/100{
  border-color: rgb(34 197 94 / 1);
}

.border-green-500\/20{
  border-color: rgb(34 197 94 / 0.2);
}

.border-green-500\/25{
  border-color: rgb(34 197 94 / 0.25);
}

.border-green-500\/30{
  border-color: rgb(34 197 94 / 0.3);
}

.border-green-500\/40{
  border-color: rgb(34 197 94 / 0.4);
}

.border-green-500\/5{
  border-color: rgb(34 197 94 / 0.05);
}

.border-green-500\/50{
  border-color: rgb(34 197 94 / 0.5);
}

.border-green-500\/60{
  border-color: rgb(34 197 94 / 0.6);
}

.border-green-500\/70{
  border-color: rgb(34 197 94 / 0.7);
}

.border-green-500\/75{
  border-color: rgb(34 197 94 / 0.75);
}

.border-green-500\/80{
  border-color: rgb(34 197 94 / 0.8);
}

.border-green-500\/90{
  border-color: rgb(34 197 94 / 0.9);
}

.border-green-500\/95{
  border-color: rgb(34 197 94 / 0.95);
}

.border-green-600{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-green-600\/0{
  border-color: rgb(22 163 74 / 0);
}

.border-green-600\/10{
  border-color: rgb(22 163 74 / 0.1);
}

.border-green-600\/100{
  border-color: rgb(22 163 74 / 1);
}

.border-green-600\/20{
  border-color: rgb(22 163 74 / 0.2);
}

.border-green-600\/25{
  border-color: rgb(22 163 74 / 0.25);
}

.border-green-600\/30{
  border-color: rgb(22 163 74 / 0.3);
}

.border-green-600\/40{
  border-color: rgb(22 163 74 / 0.4);
}

.border-green-600\/5{
  border-color: rgb(22 163 74 / 0.05);
}

.border-green-600\/50{
  border-color: rgb(22 163 74 / 0.5);
}

.border-green-600\/60{
  border-color: rgb(22 163 74 / 0.6);
}

.border-green-600\/70{
  border-color: rgb(22 163 74 / 0.7);
}

.border-green-600\/75{
  border-color: rgb(22 163 74 / 0.75);
}

.border-green-600\/80{
  border-color: rgb(22 163 74 / 0.8);
}

.border-green-600\/90{
  border-color: rgb(22 163 74 / 0.9);
}

.border-green-600\/95{
  border-color: rgb(22 163 74 / 0.95);
}

.border-green-700{
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-green-700\/0{
  border-color: rgb(21 128 61 / 0);
}

.border-green-700\/10{
  border-color: rgb(21 128 61 / 0.1);
}

.border-green-700\/100{
  border-color: rgb(21 128 61 / 1);
}

.border-green-700\/20{
  border-color: rgb(21 128 61 / 0.2);
}

.border-green-700\/25{
  border-color: rgb(21 128 61 / 0.25);
}

.border-green-700\/30{
  border-color: rgb(21 128 61 / 0.3);
}

.border-green-700\/40{
  border-color: rgb(21 128 61 / 0.4);
}

.border-green-700\/5{
  border-color: rgb(21 128 61 / 0.05);
}

.border-green-700\/50{
  border-color: rgb(21 128 61 / 0.5);
}

.border-green-700\/60{
  border-color: rgb(21 128 61 / 0.6);
}

.border-green-700\/70{
  border-color: rgb(21 128 61 / 0.7);
}

.border-green-700\/75{
  border-color: rgb(21 128 61 / 0.75);
}

.border-green-700\/80{
  border-color: rgb(21 128 61 / 0.8);
}

.border-green-700\/90{
  border-color: rgb(21 128 61 / 0.9);
}

.border-green-700\/95{
  border-color: rgb(21 128 61 / 0.95);
}

.border-green-800{
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-green-800\/0{
  border-color: rgb(22 101 52 / 0);
}

.border-green-800\/10{
  border-color: rgb(22 101 52 / 0.1);
}

.border-green-800\/100{
  border-color: rgb(22 101 52 / 1);
}

.border-green-800\/20{
  border-color: rgb(22 101 52 / 0.2);
}

.border-green-800\/25{
  border-color: rgb(22 101 52 / 0.25);
}

.border-green-800\/30{
  border-color: rgb(22 101 52 / 0.3);
}

.border-green-800\/40{
  border-color: rgb(22 101 52 / 0.4);
}

.border-green-800\/5{
  border-color: rgb(22 101 52 / 0.05);
}

.border-green-800\/50{
  border-color: rgb(22 101 52 / 0.5);
}

.border-green-800\/60{
  border-color: rgb(22 101 52 / 0.6);
}

.border-green-800\/70{
  border-color: rgb(22 101 52 / 0.7);
}

.border-green-800\/75{
  border-color: rgb(22 101 52 / 0.75);
}

.border-green-800\/80{
  border-color: rgb(22 101 52 / 0.8);
}

.border-green-800\/90{
  border-color: rgb(22 101 52 / 0.9);
}

.border-green-800\/95{
  border-color: rgb(22 101 52 / 0.95);
}

.border-green-900{
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-green-900\/0{
  border-color: rgb(20 83 45 / 0);
}

.border-green-900\/10{
  border-color: rgb(20 83 45 / 0.1);
}

.border-green-900\/100{
  border-color: rgb(20 83 45 / 1);
}

.border-green-900\/20{
  border-color: rgb(20 83 45 / 0.2);
}

.border-green-900\/25{
  border-color: rgb(20 83 45 / 0.25);
}

.border-green-900\/30{
  border-color: rgb(20 83 45 / 0.3);
}

.border-green-900\/40{
  border-color: rgb(20 83 45 / 0.4);
}

.border-green-900\/5{
  border-color: rgb(20 83 45 / 0.05);
}

.border-green-900\/50{
  border-color: rgb(20 83 45 / 0.5);
}

.border-green-900\/60{
  border-color: rgb(20 83 45 / 0.6);
}

.border-green-900\/70{
  border-color: rgb(20 83 45 / 0.7);
}

.border-green-900\/75{
  border-color: rgb(20 83 45 / 0.75);
}

.border-green-900\/80{
  border-color: rgb(20 83 45 / 0.8);
}

.border-green-900\/90{
  border-color: rgb(20 83 45 / 0.9);
}

.border-green-900\/95{
  border-color: rgb(20 83 45 / 0.95);
}

.border-green-950{
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-green-950\/0{
  border-color: rgb(5 46 22 / 0);
}

.border-green-950\/10{
  border-color: rgb(5 46 22 / 0.1);
}

.border-green-950\/100{
  border-color: rgb(5 46 22 / 1);
}

.border-green-950\/20{
  border-color: rgb(5 46 22 / 0.2);
}

.border-green-950\/25{
  border-color: rgb(5 46 22 / 0.25);
}

.border-green-950\/30{
  border-color: rgb(5 46 22 / 0.3);
}

.border-green-950\/40{
  border-color: rgb(5 46 22 / 0.4);
}

.border-green-950\/5{
  border-color: rgb(5 46 22 / 0.05);
}

.border-green-950\/50{
  border-color: rgb(5 46 22 / 0.5);
}

.border-green-950\/60{
  border-color: rgb(5 46 22 / 0.6);
}

.border-green-950\/70{
  border-color: rgb(5 46 22 / 0.7);
}

.border-green-950\/75{
  border-color: rgb(5 46 22 / 0.75);
}

.border-green-950\/80{
  border-color: rgb(5 46 22 / 0.8);
}

.border-green-950\/90{
  border-color: rgb(5 46 22 / 0.9);
}

.border-green-950\/95{
  border-color: rgb(5 46 22 / 0.95);
}

.border-indigo-100{
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-indigo-100\/0{
  border-color: rgb(224 231 255 / 0);
}

.border-indigo-100\/10{
  border-color: rgb(224 231 255 / 0.1);
}

.border-indigo-100\/100{
  border-color: rgb(224 231 255 / 1);
}

.border-indigo-100\/20{
  border-color: rgb(224 231 255 / 0.2);
}

.border-indigo-100\/25{
  border-color: rgb(224 231 255 / 0.25);
}

.border-indigo-100\/30{
  border-color: rgb(224 231 255 / 0.3);
}

.border-indigo-100\/40{
  border-color: rgb(224 231 255 / 0.4);
}

.border-indigo-100\/5{
  border-color: rgb(224 231 255 / 0.05);
}

.border-indigo-100\/50{
  border-color: rgb(224 231 255 / 0.5);
}

.border-indigo-100\/60{
  border-color: rgb(224 231 255 / 0.6);
}

.border-indigo-100\/70{
  border-color: rgb(224 231 255 / 0.7);
}

.border-indigo-100\/75{
  border-color: rgb(224 231 255 / 0.75);
}

.border-indigo-100\/80{
  border-color: rgb(224 231 255 / 0.8);
}

.border-indigo-100\/90{
  border-color: rgb(224 231 255 / 0.9);
}

.border-indigo-100\/95{
  border-color: rgb(224 231 255 / 0.95);
}

.border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-indigo-200\/0{
  border-color: rgb(199 210 254 / 0);
}

.border-indigo-200\/10{
  border-color: rgb(199 210 254 / 0.1);
}

.border-indigo-200\/100{
  border-color: rgb(199 210 254 / 1);
}

.border-indigo-200\/20{
  border-color: rgb(199 210 254 / 0.2);
}

.border-indigo-200\/25{
  border-color: rgb(199 210 254 / 0.25);
}

.border-indigo-200\/30{
  border-color: rgb(199 210 254 / 0.3);
}

.border-indigo-200\/40{
  border-color: rgb(199 210 254 / 0.4);
}

.border-indigo-200\/5{
  border-color: rgb(199 210 254 / 0.05);
}

.border-indigo-200\/50{
  border-color: rgb(199 210 254 / 0.5);
}

.border-indigo-200\/60{
  border-color: rgb(199 210 254 / 0.6);
}

.border-indigo-200\/70{
  border-color: rgb(199 210 254 / 0.7);
}

.border-indigo-200\/75{
  border-color: rgb(199 210 254 / 0.75);
}

.border-indigo-200\/80{
  border-color: rgb(199 210 254 / 0.8);
}

.border-indigo-200\/90{
  border-color: rgb(199 210 254 / 0.9);
}

.border-indigo-200\/95{
  border-color: rgb(199 210 254 / 0.95);
}

.border-indigo-300{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-indigo-300\/0{
  border-color: rgb(165 180 252 / 0);
}

.border-indigo-300\/10{
  border-color: rgb(165 180 252 / 0.1);
}

.border-indigo-300\/100{
  border-color: rgb(165 180 252 / 1);
}

.border-indigo-300\/20{
  border-color: rgb(165 180 252 / 0.2);
}

.border-indigo-300\/25{
  border-color: rgb(165 180 252 / 0.25);
}

.border-indigo-300\/30{
  border-color: rgb(165 180 252 / 0.3);
}

.border-indigo-300\/40{
  border-color: rgb(165 180 252 / 0.4);
}

.border-indigo-300\/5{
  border-color: rgb(165 180 252 / 0.05);
}

.border-indigo-300\/50{
  border-color: rgb(165 180 252 / 0.5);
}

.border-indigo-300\/60{
  border-color: rgb(165 180 252 / 0.6);
}

.border-indigo-300\/70{
  border-color: rgb(165 180 252 / 0.7);
}

.border-indigo-300\/75{
  border-color: rgb(165 180 252 / 0.75);
}

.border-indigo-300\/80{
  border-color: rgb(165 180 252 / 0.8);
}

.border-indigo-300\/90{
  border-color: rgb(165 180 252 / 0.9);
}

.border-indigo-300\/95{
  border-color: rgb(165 180 252 / 0.95);
}

.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-indigo-400\/0{
  border-color: rgb(129 140 248 / 0);
}

.border-indigo-400\/10{
  border-color: rgb(129 140 248 / 0.1);
}

.border-indigo-400\/100{
  border-color: rgb(129 140 248 / 1);
}

.border-indigo-400\/20{
  border-color: rgb(129 140 248 / 0.2);
}

.border-indigo-400\/25{
  border-color: rgb(129 140 248 / 0.25);
}

.border-indigo-400\/30{
  border-color: rgb(129 140 248 / 0.3);
}

.border-indigo-400\/40{
  border-color: rgb(129 140 248 / 0.4);
}

.border-indigo-400\/5{
  border-color: rgb(129 140 248 / 0.05);
}

.border-indigo-400\/50{
  border-color: rgb(129 140 248 / 0.5);
}

.border-indigo-400\/60{
  border-color: rgb(129 140 248 / 0.6);
}

.border-indigo-400\/70{
  border-color: rgb(129 140 248 / 0.7);
}

.border-indigo-400\/75{
  border-color: rgb(129 140 248 / 0.75);
}

.border-indigo-400\/80{
  border-color: rgb(129 140 248 / 0.8);
}

.border-indigo-400\/90{
  border-color: rgb(129 140 248 / 0.9);
}

.border-indigo-400\/95{
  border-color: rgb(129 140 248 / 0.95);
}

.border-indigo-50{
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-indigo-50\/0{
  border-color: rgb(238 242 255 / 0);
}

.border-indigo-50\/10{
  border-color: rgb(238 242 255 / 0.1);
}

.border-indigo-50\/100{
  border-color: rgb(238 242 255 / 1);
}

.border-indigo-50\/20{
  border-color: rgb(238 242 255 / 0.2);
}

.border-indigo-50\/25{
  border-color: rgb(238 242 255 / 0.25);
}

.border-indigo-50\/30{
  border-color: rgb(238 242 255 / 0.3);
}

.border-indigo-50\/40{
  border-color: rgb(238 242 255 / 0.4);
}

.border-indigo-50\/5{
  border-color: rgb(238 242 255 / 0.05);
}

.border-indigo-50\/50{
  border-color: rgb(238 242 255 / 0.5);
}

.border-indigo-50\/60{
  border-color: rgb(238 242 255 / 0.6);
}

.border-indigo-50\/70{
  border-color: rgb(238 242 255 / 0.7);
}

.border-indigo-50\/75{
  border-color: rgb(238 242 255 / 0.75);
}

.border-indigo-50\/80{
  border-color: rgb(238 242 255 / 0.8);
}

.border-indigo-50\/90{
  border-color: rgb(238 242 255 / 0.9);
}

.border-indigo-50\/95{
  border-color: rgb(238 242 255 / 0.95);
}

.border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-indigo-500\/0{
  border-color: rgb(99 102 241 / 0);
}

.border-indigo-500\/10{
  border-color: rgb(99 102 241 / 0.1);
}

.border-indigo-500\/100{
  border-color: rgb(99 102 241 / 1);
}

.border-indigo-500\/20{
  border-color: rgb(99 102 241 / 0.2);
}

.border-indigo-500\/25{
  border-color: rgb(99 102 241 / 0.25);
}

.border-indigo-500\/30{
  border-color: rgb(99 102 241 / 0.3);
}

.border-indigo-500\/40{
  border-color: rgb(99 102 241 / 0.4);
}

.border-indigo-500\/5{
  border-color: rgb(99 102 241 / 0.05);
}

.border-indigo-500\/50{
  border-color: rgb(99 102 241 / 0.5);
}

.border-indigo-500\/60{
  border-color: rgb(99 102 241 / 0.6);
}

.border-indigo-500\/70{
  border-color: rgb(99 102 241 / 0.7);
}

.border-indigo-500\/75{
  border-color: rgb(99 102 241 / 0.75);
}

.border-indigo-500\/80{
  border-color: rgb(99 102 241 / 0.8);
}

.border-indigo-500\/90{
  border-color: rgb(99 102 241 / 0.9);
}

.border-indigo-500\/95{
  border-color: rgb(99 102 241 / 0.95);
}

.border-indigo-600{
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-indigo-600\/0{
  border-color: rgb(79 70 229 / 0);
}

.border-indigo-600\/10{
  border-color: rgb(79 70 229 / 0.1);
}

.border-indigo-600\/100{
  border-color: rgb(79 70 229 / 1);
}

.border-indigo-600\/20{
  border-color: rgb(79 70 229 / 0.2);
}

.border-indigo-600\/25{
  border-color: rgb(79 70 229 / 0.25);
}

.border-indigo-600\/30{
  border-color: rgb(79 70 229 / 0.3);
}

.border-indigo-600\/40{
  border-color: rgb(79 70 229 / 0.4);
}

.border-indigo-600\/5{
  border-color: rgb(79 70 229 / 0.05);
}

.border-indigo-600\/50{
  border-color: rgb(79 70 229 / 0.5);
}

.border-indigo-600\/60{
  border-color: rgb(79 70 229 / 0.6);
}

.border-indigo-600\/70{
  border-color: rgb(79 70 229 / 0.7);
}

.border-indigo-600\/75{
  border-color: rgb(79 70 229 / 0.75);
}

.border-indigo-600\/80{
  border-color: rgb(79 70 229 / 0.8);
}

.border-indigo-600\/90{
  border-color: rgb(79 70 229 / 0.9);
}

.border-indigo-600\/95{
  border-color: rgb(79 70 229 / 0.95);
}

.border-indigo-700{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-indigo-700\/0{
  border-color: rgb(67 56 202 / 0);
}

.border-indigo-700\/10{
  border-color: rgb(67 56 202 / 0.1);
}

.border-indigo-700\/100{
  border-color: rgb(67 56 202 / 1);
}

.border-indigo-700\/20{
  border-color: rgb(67 56 202 / 0.2);
}

.border-indigo-700\/25{
  border-color: rgb(67 56 202 / 0.25);
}

.border-indigo-700\/30{
  border-color: rgb(67 56 202 / 0.3);
}

.border-indigo-700\/40{
  border-color: rgb(67 56 202 / 0.4);
}

.border-indigo-700\/5{
  border-color: rgb(67 56 202 / 0.05);
}

.border-indigo-700\/50{
  border-color: rgb(67 56 202 / 0.5);
}

.border-indigo-700\/60{
  border-color: rgb(67 56 202 / 0.6);
}

.border-indigo-700\/70{
  border-color: rgb(67 56 202 / 0.7);
}

.border-indigo-700\/75{
  border-color: rgb(67 56 202 / 0.75);
}

.border-indigo-700\/80{
  border-color: rgb(67 56 202 / 0.8);
}

.border-indigo-700\/90{
  border-color: rgb(67 56 202 / 0.9);
}

.border-indigo-700\/95{
  border-color: rgb(67 56 202 / 0.95);
}

.border-indigo-800{
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-indigo-800\/0{
  border-color: rgb(55 48 163 / 0);
}

.border-indigo-800\/10{
  border-color: rgb(55 48 163 / 0.1);
}

.border-indigo-800\/100{
  border-color: rgb(55 48 163 / 1);
}

.border-indigo-800\/20{
  border-color: rgb(55 48 163 / 0.2);
}

.border-indigo-800\/25{
  border-color: rgb(55 48 163 / 0.25);
}

.border-indigo-800\/30{
  border-color: rgb(55 48 163 / 0.3);
}

.border-indigo-800\/40{
  border-color: rgb(55 48 163 / 0.4);
}

.border-indigo-800\/5{
  border-color: rgb(55 48 163 / 0.05);
}

.border-indigo-800\/50{
  border-color: rgb(55 48 163 / 0.5);
}

.border-indigo-800\/60{
  border-color: rgb(55 48 163 / 0.6);
}

.border-indigo-800\/70{
  border-color: rgb(55 48 163 / 0.7);
}

.border-indigo-800\/75{
  border-color: rgb(55 48 163 / 0.75);
}

.border-indigo-800\/80{
  border-color: rgb(55 48 163 / 0.8);
}

.border-indigo-800\/90{
  border-color: rgb(55 48 163 / 0.9);
}

.border-indigo-800\/95{
  border-color: rgb(55 48 163 / 0.95);
}

.border-indigo-900{
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-indigo-900\/0{
  border-color: rgb(49 46 129 / 0);
}

.border-indigo-900\/10{
  border-color: rgb(49 46 129 / 0.1);
}

.border-indigo-900\/100{
  border-color: rgb(49 46 129 / 1);
}

.border-indigo-900\/20{
  border-color: rgb(49 46 129 / 0.2);
}

.border-indigo-900\/25{
  border-color: rgb(49 46 129 / 0.25);
}

.border-indigo-900\/30{
  border-color: rgb(49 46 129 / 0.3);
}

.border-indigo-900\/40{
  border-color: rgb(49 46 129 / 0.4);
}

.border-indigo-900\/5{
  border-color: rgb(49 46 129 / 0.05);
}

.border-indigo-900\/50{
  border-color: rgb(49 46 129 / 0.5);
}

.border-indigo-900\/60{
  border-color: rgb(49 46 129 / 0.6);
}

.border-indigo-900\/70{
  border-color: rgb(49 46 129 / 0.7);
}

.border-indigo-900\/75{
  border-color: rgb(49 46 129 / 0.75);
}

.border-indigo-900\/80{
  border-color: rgb(49 46 129 / 0.8);
}

.border-indigo-900\/90{
  border-color: rgb(49 46 129 / 0.9);
}

.border-indigo-900\/95{
  border-color: rgb(49 46 129 / 0.95);
}

.border-indigo-950{
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-indigo-950\/0{
  border-color: rgb(30 27 75 / 0);
}

.border-indigo-950\/10{
  border-color: rgb(30 27 75 / 0.1);
}

.border-indigo-950\/100{
  border-color: rgb(30 27 75 / 1);
}

.border-indigo-950\/20{
  border-color: rgb(30 27 75 / 0.2);
}

.border-indigo-950\/25{
  border-color: rgb(30 27 75 / 0.25);
}

.border-indigo-950\/30{
  border-color: rgb(30 27 75 / 0.3);
}

.border-indigo-950\/40{
  border-color: rgb(30 27 75 / 0.4);
}

.border-indigo-950\/5{
  border-color: rgb(30 27 75 / 0.05);
}

.border-indigo-950\/50{
  border-color: rgb(30 27 75 / 0.5);
}

.border-indigo-950\/60{
  border-color: rgb(30 27 75 / 0.6);
}

.border-indigo-950\/70{
  border-color: rgb(30 27 75 / 0.7);
}

.border-indigo-950\/75{
  border-color: rgb(30 27 75 / 0.75);
}

.border-indigo-950\/80{
  border-color: rgb(30 27 75 / 0.8);
}

.border-indigo-950\/90{
  border-color: rgb(30 27 75 / 0.9);
}

.border-indigo-950\/95{
  border-color: rgb(30 27 75 / 0.95);
}

.border-inherit{
  border-color: inherit;
}

.border-lime-100{
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-lime-100\/0{
  border-color: rgb(236 252 203 / 0);
}

.border-lime-100\/10{
  border-color: rgb(236 252 203 / 0.1);
}

.border-lime-100\/100{
  border-color: rgb(236 252 203 / 1);
}

.border-lime-100\/20{
  border-color: rgb(236 252 203 / 0.2);
}

.border-lime-100\/25{
  border-color: rgb(236 252 203 / 0.25);
}

.border-lime-100\/30{
  border-color: rgb(236 252 203 / 0.3);
}

.border-lime-100\/40{
  border-color: rgb(236 252 203 / 0.4);
}

.border-lime-100\/5{
  border-color: rgb(236 252 203 / 0.05);
}

.border-lime-100\/50{
  border-color: rgb(236 252 203 / 0.5);
}

.border-lime-100\/60{
  border-color: rgb(236 252 203 / 0.6);
}

.border-lime-100\/70{
  border-color: rgb(236 252 203 / 0.7);
}

.border-lime-100\/75{
  border-color: rgb(236 252 203 / 0.75);
}

.border-lime-100\/80{
  border-color: rgb(236 252 203 / 0.8);
}

.border-lime-100\/90{
  border-color: rgb(236 252 203 / 0.9);
}

.border-lime-100\/95{
  border-color: rgb(236 252 203 / 0.95);
}

.border-lime-200{
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-lime-200\/0{
  border-color: rgb(217 249 157 / 0);
}

.border-lime-200\/10{
  border-color: rgb(217 249 157 / 0.1);
}

.border-lime-200\/100{
  border-color: rgb(217 249 157 / 1);
}

.border-lime-200\/20{
  border-color: rgb(217 249 157 / 0.2);
}

.border-lime-200\/25{
  border-color: rgb(217 249 157 / 0.25);
}

.border-lime-200\/30{
  border-color: rgb(217 249 157 / 0.3);
}

.border-lime-200\/40{
  border-color: rgb(217 249 157 / 0.4);
}

.border-lime-200\/5{
  border-color: rgb(217 249 157 / 0.05);
}

.border-lime-200\/50{
  border-color: rgb(217 249 157 / 0.5);
}

.border-lime-200\/60{
  border-color: rgb(217 249 157 / 0.6);
}

.border-lime-200\/70{
  border-color: rgb(217 249 157 / 0.7);
}

.border-lime-200\/75{
  border-color: rgb(217 249 157 / 0.75);
}

.border-lime-200\/80{
  border-color: rgb(217 249 157 / 0.8);
}

.border-lime-200\/90{
  border-color: rgb(217 249 157 / 0.9);
}

.border-lime-200\/95{
  border-color: rgb(217 249 157 / 0.95);
}

.border-lime-300{
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-lime-300\/0{
  border-color: rgb(190 242 100 / 0);
}

.border-lime-300\/10{
  border-color: rgb(190 242 100 / 0.1);
}

.border-lime-300\/100{
  border-color: rgb(190 242 100 / 1);
}

.border-lime-300\/20{
  border-color: rgb(190 242 100 / 0.2);
}

.border-lime-300\/25{
  border-color: rgb(190 242 100 / 0.25);
}

.border-lime-300\/30{
  border-color: rgb(190 242 100 / 0.3);
}

.border-lime-300\/40{
  border-color: rgb(190 242 100 / 0.4);
}

.border-lime-300\/5{
  border-color: rgb(190 242 100 / 0.05);
}

.border-lime-300\/50{
  border-color: rgb(190 242 100 / 0.5);
}

.border-lime-300\/60{
  border-color: rgb(190 242 100 / 0.6);
}

.border-lime-300\/70{
  border-color: rgb(190 242 100 / 0.7);
}

.border-lime-300\/75{
  border-color: rgb(190 242 100 / 0.75);
}

.border-lime-300\/80{
  border-color: rgb(190 242 100 / 0.8);
}

.border-lime-300\/90{
  border-color: rgb(190 242 100 / 0.9);
}

.border-lime-300\/95{
  border-color: rgb(190 242 100 / 0.95);
}

.border-lime-400{
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-lime-400\/0{
  border-color: rgb(163 230 53 / 0);
}

.border-lime-400\/10{
  border-color: rgb(163 230 53 / 0.1);
}

.border-lime-400\/100{
  border-color: rgb(163 230 53 / 1);
}

.border-lime-400\/20{
  border-color: rgb(163 230 53 / 0.2);
}

.border-lime-400\/25{
  border-color: rgb(163 230 53 / 0.25);
}

.border-lime-400\/30{
  border-color: rgb(163 230 53 / 0.3);
}

.border-lime-400\/40{
  border-color: rgb(163 230 53 / 0.4);
}

.border-lime-400\/5{
  border-color: rgb(163 230 53 / 0.05);
}

.border-lime-400\/50{
  border-color: rgb(163 230 53 / 0.5);
}

.border-lime-400\/60{
  border-color: rgb(163 230 53 / 0.6);
}

.border-lime-400\/70{
  border-color: rgb(163 230 53 / 0.7);
}

.border-lime-400\/75{
  border-color: rgb(163 230 53 / 0.75);
}

.border-lime-400\/80{
  border-color: rgb(163 230 53 / 0.8);
}

.border-lime-400\/90{
  border-color: rgb(163 230 53 / 0.9);
}

.border-lime-400\/95{
  border-color: rgb(163 230 53 / 0.95);
}

.border-lime-50{
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-lime-50\/0{
  border-color: rgb(247 254 231 / 0);
}

.border-lime-50\/10{
  border-color: rgb(247 254 231 / 0.1);
}

.border-lime-50\/100{
  border-color: rgb(247 254 231 / 1);
}

.border-lime-50\/20{
  border-color: rgb(247 254 231 / 0.2);
}

.border-lime-50\/25{
  border-color: rgb(247 254 231 / 0.25);
}

.border-lime-50\/30{
  border-color: rgb(247 254 231 / 0.3);
}

.border-lime-50\/40{
  border-color: rgb(247 254 231 / 0.4);
}

.border-lime-50\/5{
  border-color: rgb(247 254 231 / 0.05);
}

.border-lime-50\/50{
  border-color: rgb(247 254 231 / 0.5);
}

.border-lime-50\/60{
  border-color: rgb(247 254 231 / 0.6);
}

.border-lime-50\/70{
  border-color: rgb(247 254 231 / 0.7);
}

.border-lime-50\/75{
  border-color: rgb(247 254 231 / 0.75);
}

.border-lime-50\/80{
  border-color: rgb(247 254 231 / 0.8);
}

.border-lime-50\/90{
  border-color: rgb(247 254 231 / 0.9);
}

.border-lime-50\/95{
  border-color: rgb(247 254 231 / 0.95);
}

.border-lime-500{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-lime-500\/0{
  border-color: rgb(132 204 22 / 0);
}

.border-lime-500\/10{
  border-color: rgb(132 204 22 / 0.1);
}

.border-lime-500\/100{
  border-color: rgb(132 204 22 / 1);
}

.border-lime-500\/20{
  border-color: rgb(132 204 22 / 0.2);
}

.border-lime-500\/25{
  border-color: rgb(132 204 22 / 0.25);
}

.border-lime-500\/30{
  border-color: rgb(132 204 22 / 0.3);
}

.border-lime-500\/40{
  border-color: rgb(132 204 22 / 0.4);
}

.border-lime-500\/5{
  border-color: rgb(132 204 22 / 0.05);
}

.border-lime-500\/50{
  border-color: rgb(132 204 22 / 0.5);
}

.border-lime-500\/60{
  border-color: rgb(132 204 22 / 0.6);
}

.border-lime-500\/70{
  border-color: rgb(132 204 22 / 0.7);
}

.border-lime-500\/75{
  border-color: rgb(132 204 22 / 0.75);
}

.border-lime-500\/80{
  border-color: rgb(132 204 22 / 0.8);
}

.border-lime-500\/90{
  border-color: rgb(132 204 22 / 0.9);
}

.border-lime-500\/95{
  border-color: rgb(132 204 22 / 0.95);
}

.border-lime-600{
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-lime-600\/0{
  border-color: rgb(101 163 13 / 0);
}

.border-lime-600\/10{
  border-color: rgb(101 163 13 / 0.1);
}

.border-lime-600\/100{
  border-color: rgb(101 163 13 / 1);
}

.border-lime-600\/20{
  border-color: rgb(101 163 13 / 0.2);
}

.border-lime-600\/25{
  border-color: rgb(101 163 13 / 0.25);
}

.border-lime-600\/30{
  border-color: rgb(101 163 13 / 0.3);
}

.border-lime-600\/40{
  border-color: rgb(101 163 13 / 0.4);
}

.border-lime-600\/5{
  border-color: rgb(101 163 13 / 0.05);
}

.border-lime-600\/50{
  border-color: rgb(101 163 13 / 0.5);
}

.border-lime-600\/60{
  border-color: rgb(101 163 13 / 0.6);
}

.border-lime-600\/70{
  border-color: rgb(101 163 13 / 0.7);
}

.border-lime-600\/75{
  border-color: rgb(101 163 13 / 0.75);
}

.border-lime-600\/80{
  border-color: rgb(101 163 13 / 0.8);
}

.border-lime-600\/90{
  border-color: rgb(101 163 13 / 0.9);
}

.border-lime-600\/95{
  border-color: rgb(101 163 13 / 0.95);
}

.border-lime-700{
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-lime-700\/0{
  border-color: rgb(77 124 15 / 0);
}

.border-lime-700\/10{
  border-color: rgb(77 124 15 / 0.1);
}

.border-lime-700\/100{
  border-color: rgb(77 124 15 / 1);
}

.border-lime-700\/20{
  border-color: rgb(77 124 15 / 0.2);
}

.border-lime-700\/25{
  border-color: rgb(77 124 15 / 0.25);
}

.border-lime-700\/30{
  border-color: rgb(77 124 15 / 0.3);
}

.border-lime-700\/40{
  border-color: rgb(77 124 15 / 0.4);
}

.border-lime-700\/5{
  border-color: rgb(77 124 15 / 0.05);
}

.border-lime-700\/50{
  border-color: rgb(77 124 15 / 0.5);
}

.border-lime-700\/60{
  border-color: rgb(77 124 15 / 0.6);
}

.border-lime-700\/70{
  border-color: rgb(77 124 15 / 0.7);
}

.border-lime-700\/75{
  border-color: rgb(77 124 15 / 0.75);
}

.border-lime-700\/80{
  border-color: rgb(77 124 15 / 0.8);
}

.border-lime-700\/90{
  border-color: rgb(77 124 15 / 0.9);
}

.border-lime-700\/95{
  border-color: rgb(77 124 15 / 0.95);
}

.border-lime-800{
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-lime-800\/0{
  border-color: rgb(63 98 18 / 0);
}

.border-lime-800\/10{
  border-color: rgb(63 98 18 / 0.1);
}

.border-lime-800\/100{
  border-color: rgb(63 98 18 / 1);
}

.border-lime-800\/20{
  border-color: rgb(63 98 18 / 0.2);
}

.border-lime-800\/25{
  border-color: rgb(63 98 18 / 0.25);
}

.border-lime-800\/30{
  border-color: rgb(63 98 18 / 0.3);
}

.border-lime-800\/40{
  border-color: rgb(63 98 18 / 0.4);
}

.border-lime-800\/5{
  border-color: rgb(63 98 18 / 0.05);
}

.border-lime-800\/50{
  border-color: rgb(63 98 18 / 0.5);
}

.border-lime-800\/60{
  border-color: rgb(63 98 18 / 0.6);
}

.border-lime-800\/70{
  border-color: rgb(63 98 18 / 0.7);
}

.border-lime-800\/75{
  border-color: rgb(63 98 18 / 0.75);
}

.border-lime-800\/80{
  border-color: rgb(63 98 18 / 0.8);
}

.border-lime-800\/90{
  border-color: rgb(63 98 18 / 0.9);
}

.border-lime-800\/95{
  border-color: rgb(63 98 18 / 0.95);
}

.border-lime-900{
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-lime-900\/0{
  border-color: rgb(54 83 20 / 0);
}

.border-lime-900\/10{
  border-color: rgb(54 83 20 / 0.1);
}

.border-lime-900\/100{
  border-color: rgb(54 83 20 / 1);
}

.border-lime-900\/20{
  border-color: rgb(54 83 20 / 0.2);
}

.border-lime-900\/25{
  border-color: rgb(54 83 20 / 0.25);
}

.border-lime-900\/30{
  border-color: rgb(54 83 20 / 0.3);
}

.border-lime-900\/40{
  border-color: rgb(54 83 20 / 0.4);
}

.border-lime-900\/5{
  border-color: rgb(54 83 20 / 0.05);
}

.border-lime-900\/50{
  border-color: rgb(54 83 20 / 0.5);
}

.border-lime-900\/60{
  border-color: rgb(54 83 20 / 0.6);
}

.border-lime-900\/70{
  border-color: rgb(54 83 20 / 0.7);
}

.border-lime-900\/75{
  border-color: rgb(54 83 20 / 0.75);
}

.border-lime-900\/80{
  border-color: rgb(54 83 20 / 0.8);
}

.border-lime-900\/90{
  border-color: rgb(54 83 20 / 0.9);
}

.border-lime-900\/95{
  border-color: rgb(54 83 20 / 0.95);
}

.border-lime-950{
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-lime-950\/0{
  border-color: rgb(26 46 5 / 0);
}

.border-lime-950\/10{
  border-color: rgb(26 46 5 / 0.1);
}

.border-lime-950\/100{
  border-color: rgb(26 46 5 / 1);
}

.border-lime-950\/20{
  border-color: rgb(26 46 5 / 0.2);
}

.border-lime-950\/25{
  border-color: rgb(26 46 5 / 0.25);
}

.border-lime-950\/30{
  border-color: rgb(26 46 5 / 0.3);
}

.border-lime-950\/40{
  border-color: rgb(26 46 5 / 0.4);
}

.border-lime-950\/5{
  border-color: rgb(26 46 5 / 0.05);
}

.border-lime-950\/50{
  border-color: rgb(26 46 5 / 0.5);
}

.border-lime-950\/60{
  border-color: rgb(26 46 5 / 0.6);
}

.border-lime-950\/70{
  border-color: rgb(26 46 5 / 0.7);
}

.border-lime-950\/75{
  border-color: rgb(26 46 5 / 0.75);
}

.border-lime-950\/80{
  border-color: rgb(26 46 5 / 0.8);
}

.border-lime-950\/90{
  border-color: rgb(26 46 5 / 0.9);
}

.border-lime-950\/95{
  border-color: rgb(26 46 5 / 0.95);
}

.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-neutral-100\/0{
  border-color: rgb(245 245 245 / 0);
}

.border-neutral-100\/10{
  border-color: rgb(245 245 245 / 0.1);
}

.border-neutral-100\/100{
  border-color: rgb(245 245 245 / 1);
}

.border-neutral-100\/20{
  border-color: rgb(245 245 245 / 0.2);
}

.border-neutral-100\/25{
  border-color: rgb(245 245 245 / 0.25);
}

.border-neutral-100\/30{
  border-color: rgb(245 245 245 / 0.3);
}

.border-neutral-100\/40{
  border-color: rgb(245 245 245 / 0.4);
}

.border-neutral-100\/5{
  border-color: rgb(245 245 245 / 0.05);
}

.border-neutral-100\/50{
  border-color: rgb(245 245 245 / 0.5);
}

.border-neutral-100\/60{
  border-color: rgb(245 245 245 / 0.6);
}

.border-neutral-100\/70{
  border-color: rgb(245 245 245 / 0.7);
}

.border-neutral-100\/75{
  border-color: rgb(245 245 245 / 0.75);
}

.border-neutral-100\/80{
  border-color: rgb(245 245 245 / 0.8);
}

.border-neutral-100\/90{
  border-color: rgb(245 245 245 / 0.9);
}

.border-neutral-100\/95{
  border-color: rgb(245 245 245 / 0.95);
}

.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-neutral-200\/0{
  border-color: rgb(229 229 229 / 0);
}

.border-neutral-200\/10{
  border-color: rgb(229 229 229 / 0.1);
}

.border-neutral-200\/100{
  border-color: rgb(229 229 229 / 1);
}

.border-neutral-200\/20{
  border-color: rgb(229 229 229 / 0.2);
}

.border-neutral-200\/25{
  border-color: rgb(229 229 229 / 0.25);
}

.border-neutral-200\/30{
  border-color: rgb(229 229 229 / 0.3);
}

.border-neutral-200\/40{
  border-color: rgb(229 229 229 / 0.4);
}

.border-neutral-200\/5{
  border-color: rgb(229 229 229 / 0.05);
}

.border-neutral-200\/50{
  border-color: rgb(229 229 229 / 0.5);
}

.border-neutral-200\/60{
  border-color: rgb(229 229 229 / 0.6);
}

.border-neutral-200\/70{
  border-color: rgb(229 229 229 / 0.7);
}

.border-neutral-200\/75{
  border-color: rgb(229 229 229 / 0.75);
}

.border-neutral-200\/80{
  border-color: rgb(229 229 229 / 0.8);
}

.border-neutral-200\/90{
  border-color: rgb(229 229 229 / 0.9);
}

.border-neutral-200\/95{
  border-color: rgb(229 229 229 / 0.95);
}

.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-neutral-300\/0{
  border-color: rgb(212 212 212 / 0);
}

.border-neutral-300\/10{
  border-color: rgb(212 212 212 / 0.1);
}

.border-neutral-300\/100{
  border-color: rgb(212 212 212 / 1);
}

.border-neutral-300\/20{
  border-color: rgb(212 212 212 / 0.2);
}

.border-neutral-300\/25{
  border-color: rgb(212 212 212 / 0.25);
}

.border-neutral-300\/30{
  border-color: rgb(212 212 212 / 0.3);
}

.border-neutral-300\/40{
  border-color: rgb(212 212 212 / 0.4);
}

.border-neutral-300\/5{
  border-color: rgb(212 212 212 / 0.05);
}

.border-neutral-300\/50{
  border-color: rgb(212 212 212 / 0.5);
}

.border-neutral-300\/60{
  border-color: rgb(212 212 212 / 0.6);
}

.border-neutral-300\/70{
  border-color: rgb(212 212 212 / 0.7);
}

.border-neutral-300\/75{
  border-color: rgb(212 212 212 / 0.75);
}

.border-neutral-300\/80{
  border-color: rgb(212 212 212 / 0.8);
}

.border-neutral-300\/90{
  border-color: rgb(212 212 212 / 0.9);
}

.border-neutral-300\/95{
  border-color: rgb(212 212 212 / 0.95);
}

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

.border-neutral-400\/0{
  border-color: rgb(163 163 163 / 0);
}

.border-neutral-400\/10{
  border-color: rgb(163 163 163 / 0.1);
}

.border-neutral-400\/100{
  border-color: rgb(163 163 163 / 1);
}

.border-neutral-400\/20{
  border-color: rgb(163 163 163 / 0.2);
}

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

.border-neutral-400\/30{
  border-color: rgb(163 163 163 / 0.3);
}

.border-neutral-400\/40{
  border-color: rgb(163 163 163 / 0.4);
}

.border-neutral-400\/5{
  border-color: rgb(163 163 163 / 0.05);
}

.border-neutral-400\/50{
  border-color: rgb(163 163 163 / 0.5);
}

.border-neutral-400\/60{
  border-color: rgb(163 163 163 / 0.6);
}

.border-neutral-400\/70{
  border-color: rgb(163 163 163 / 0.7);
}

.border-neutral-400\/75{
  border-color: rgb(163 163 163 / 0.75);
}

.border-neutral-400\/80{
  border-color: rgb(163 163 163 / 0.8);
}

.border-neutral-400\/90{
  border-color: rgb(163 163 163 / 0.9);
}

.border-neutral-400\/95{
  border-color: rgb(163 163 163 / 0.95);
}

.border-neutral-50{
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-neutral-50\/0{
  border-color: rgb(250 250 250 / 0);
}

.border-neutral-50\/10{
  border-color: rgb(250 250 250 / 0.1);
}

.border-neutral-50\/100{
  border-color: rgb(250 250 250 / 1);
}

.border-neutral-50\/20{
  border-color: rgb(250 250 250 / 0.2);
}

.border-neutral-50\/25{
  border-color: rgb(250 250 250 / 0.25);
}

.border-neutral-50\/30{
  border-color: rgb(250 250 250 / 0.3);
}

.border-neutral-50\/40{
  border-color: rgb(250 250 250 / 0.4);
}

.border-neutral-50\/5{
  border-color: rgb(250 250 250 / 0.05);
}

.border-neutral-50\/50{
  border-color: rgb(250 250 250 / 0.5);
}

.border-neutral-50\/60{
  border-color: rgb(250 250 250 / 0.6);
}

.border-neutral-50\/70{
  border-color: rgb(250 250 250 / 0.7);
}

.border-neutral-50\/75{
  border-color: rgb(250 250 250 / 0.75);
}

.border-neutral-50\/80{
  border-color: rgb(250 250 250 / 0.8);
}

.border-neutral-50\/90{
  border-color: rgb(250 250 250 / 0.9);
}

.border-neutral-50\/95{
  border-color: rgb(250 250 250 / 0.95);
}

.border-neutral-500{
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-neutral-500\/0{
  border-color: rgb(115 115 115 / 0);
}

.border-neutral-500\/10{
  border-color: rgb(115 115 115 / 0.1);
}

.border-neutral-500\/100{
  border-color: rgb(115 115 115 / 1);
}

.border-neutral-500\/20{
  border-color: rgb(115 115 115 / 0.2);
}

.border-neutral-500\/25{
  border-color: rgb(115 115 115 / 0.25);
}

.border-neutral-500\/30{
  border-color: rgb(115 115 115 / 0.3);
}

.border-neutral-500\/40{
  border-color: rgb(115 115 115 / 0.4);
}

.border-neutral-500\/5{
  border-color: rgb(115 115 115 / 0.05);
}

.border-neutral-500\/50{
  border-color: rgb(115 115 115 / 0.5);
}

.border-neutral-500\/60{
  border-color: rgb(115 115 115 / 0.6);
}

.border-neutral-500\/70{
  border-color: rgb(115 115 115 / 0.7);
}

.border-neutral-500\/75{
  border-color: rgb(115 115 115 / 0.75);
}

.border-neutral-500\/80{
  border-color: rgb(115 115 115 / 0.8);
}

.border-neutral-500\/90{
  border-color: rgb(115 115 115 / 0.9);
}

.border-neutral-500\/95{
  border-color: rgb(115 115 115 / 0.95);
}

.border-neutral-600{
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-neutral-600\/0{
  border-color: rgb(82 82 82 / 0);
}

.border-neutral-600\/10{
  border-color: rgb(82 82 82 / 0.1);
}

.border-neutral-600\/100{
  border-color: rgb(82 82 82 / 1);
}

.border-neutral-600\/20{
  border-color: rgb(82 82 82 / 0.2);
}

.border-neutral-600\/25{
  border-color: rgb(82 82 82 / 0.25);
}

.border-neutral-600\/30{
  border-color: rgb(82 82 82 / 0.3);
}

.border-neutral-600\/40{
  border-color: rgb(82 82 82 / 0.4);
}

.border-neutral-600\/5{
  border-color: rgb(82 82 82 / 0.05);
}

.border-neutral-600\/50{
  border-color: rgb(82 82 82 / 0.5);
}

.border-neutral-600\/60{
  border-color: rgb(82 82 82 / 0.6);
}

.border-neutral-600\/70{
  border-color: rgb(82 82 82 / 0.7);
}

.border-neutral-600\/75{
  border-color: rgb(82 82 82 / 0.75);
}

.border-neutral-600\/80{
  border-color: rgb(82 82 82 / 0.8);
}

.border-neutral-600\/90{
  border-color: rgb(82 82 82 / 0.9);
}

.border-neutral-600\/95{
  border-color: rgb(82 82 82 / 0.95);
}

.border-neutral-700{
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-neutral-700\/0{
  border-color: rgb(64 64 64 / 0);
}

.border-neutral-700\/10{
  border-color: rgb(64 64 64 / 0.1);
}

.border-neutral-700\/100{
  border-color: rgb(64 64 64 / 1);
}

.border-neutral-700\/20{
  border-color: rgb(64 64 64 / 0.2);
}

.border-neutral-700\/25{
  border-color: rgb(64 64 64 / 0.25);
}

.border-neutral-700\/30{
  border-color: rgb(64 64 64 / 0.3);
}

.border-neutral-700\/40{
  border-color: rgb(64 64 64 / 0.4);
}

.border-neutral-700\/5{
  border-color: rgb(64 64 64 / 0.05);
}

.border-neutral-700\/50{
  border-color: rgb(64 64 64 / 0.5);
}

.border-neutral-700\/60{
  border-color: rgb(64 64 64 / 0.6);
}

.border-neutral-700\/70{
  border-color: rgb(64 64 64 / 0.7);
}

.border-neutral-700\/75{
  border-color: rgb(64 64 64 / 0.75);
}

.border-neutral-700\/80{
  border-color: rgb(64 64 64 / 0.8);
}

.border-neutral-700\/90{
  border-color: rgb(64 64 64 / 0.9);
}

.border-neutral-700\/95{
  border-color: rgb(64 64 64 / 0.95);
}

.border-neutral-800{
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-neutral-800\/0{
  border-color: rgb(38 38 38 / 0);
}

.border-neutral-800\/10{
  border-color: rgb(38 38 38 / 0.1);
}

.border-neutral-800\/100{
  border-color: rgb(38 38 38 / 1);
}

.border-neutral-800\/20{
  border-color: rgb(38 38 38 / 0.2);
}

.border-neutral-800\/25{
  border-color: rgb(38 38 38 / 0.25);
}

.border-neutral-800\/30{
  border-color: rgb(38 38 38 / 0.3);
}

.border-neutral-800\/40{
  border-color: rgb(38 38 38 / 0.4);
}

.border-neutral-800\/5{
  border-color: rgb(38 38 38 / 0.05);
}

.border-neutral-800\/50{
  border-color: rgb(38 38 38 / 0.5);
}

.border-neutral-800\/60{
  border-color: rgb(38 38 38 / 0.6);
}

.border-neutral-800\/70{
  border-color: rgb(38 38 38 / 0.7);
}

.border-neutral-800\/75{
  border-color: rgb(38 38 38 / 0.75);
}

.border-neutral-800\/80{
  border-color: rgb(38 38 38 / 0.8);
}

.border-neutral-800\/90{
  border-color: rgb(38 38 38 / 0.9);
}

.border-neutral-800\/95{
  border-color: rgb(38 38 38 / 0.95);
}

.border-neutral-900{
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-neutral-900\/0{
  border-color: rgb(23 23 23 / 0);
}

.border-neutral-900\/10{
  border-color: rgb(23 23 23 / 0.1);
}

.border-neutral-900\/100{
  border-color: rgb(23 23 23 / 1);
}

.border-neutral-900\/20{
  border-color: rgb(23 23 23 / 0.2);
}

.border-neutral-900\/25{
  border-color: rgb(23 23 23 / 0.25);
}

.border-neutral-900\/30{
  border-color: rgb(23 23 23 / 0.3);
}

.border-neutral-900\/40{
  border-color: rgb(23 23 23 / 0.4);
}

.border-neutral-900\/5{
  border-color: rgb(23 23 23 / 0.05);
}

.border-neutral-900\/50{
  border-color: rgb(23 23 23 / 0.5);
}

.border-neutral-900\/60{
  border-color: rgb(23 23 23 / 0.6);
}

.border-neutral-900\/70{
  border-color: rgb(23 23 23 / 0.7);
}

.border-neutral-900\/75{
  border-color: rgb(23 23 23 / 0.75);
}

.border-neutral-900\/80{
  border-color: rgb(23 23 23 / 0.8);
}

.border-neutral-900\/90{
  border-color: rgb(23 23 23 / 0.9);
}

.border-neutral-900\/95{
  border-color: rgb(23 23 23 / 0.95);
}

.border-neutral-950{
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-neutral-950\/0{
  border-color: rgb(10 10 10 / 0);
}

.border-neutral-950\/10{
  border-color: rgb(10 10 10 / 0.1);
}

.border-neutral-950\/100{
  border-color: rgb(10 10 10 / 1);
}

.border-neutral-950\/20{
  border-color: rgb(10 10 10 / 0.2);
}

.border-neutral-950\/25{
  border-color: rgb(10 10 10 / 0.25);
}

.border-neutral-950\/30{
  border-color: rgb(10 10 10 / 0.3);
}

.border-neutral-950\/40{
  border-color: rgb(10 10 10 / 0.4);
}

.border-neutral-950\/5{
  border-color: rgb(10 10 10 / 0.05);
}

.border-neutral-950\/50{
  border-color: rgb(10 10 10 / 0.5);
}

.border-neutral-950\/60{
  border-color: rgb(10 10 10 / 0.6);
}

.border-neutral-950\/70{
  border-color: rgb(10 10 10 / 0.7);
}

.border-neutral-950\/75{
  border-color: rgb(10 10 10 / 0.75);
}

.border-neutral-950\/80{
  border-color: rgb(10 10 10 / 0.8);
}

.border-neutral-950\/90{
  border-color: rgb(10 10 10 / 0.9);
}

.border-neutral-950\/95{
  border-color: rgb(10 10 10 / 0.95);
}

.border-orange-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-orange-100\/0{
  border-color: rgb(255 237 213 / 0);
}

.border-orange-100\/10{
  border-color: rgb(255 237 213 / 0.1);
}

.border-orange-100\/100{
  border-color: rgb(255 237 213 / 1);
}

.border-orange-100\/20{
  border-color: rgb(255 237 213 / 0.2);
}

.border-orange-100\/25{
  border-color: rgb(255 237 213 / 0.25);
}

.border-orange-100\/30{
  border-color: rgb(255 237 213 / 0.3);
}

.border-orange-100\/40{
  border-color: rgb(255 237 213 / 0.4);
}

.border-orange-100\/5{
  border-color: rgb(255 237 213 / 0.05);
}

.border-orange-100\/50{
  border-color: rgb(255 237 213 / 0.5);
}

.border-orange-100\/60{
  border-color: rgb(255 237 213 / 0.6);
}

.border-orange-100\/70{
  border-color: rgb(255 237 213 / 0.7);
}

.border-orange-100\/75{
  border-color: rgb(255 237 213 / 0.75);
}

.border-orange-100\/80{
  border-color: rgb(255 237 213 / 0.8);
}

.border-orange-100\/90{
  border-color: rgb(255 237 213 / 0.9);
}

.border-orange-100\/95{
  border-color: rgb(255 237 213 / 0.95);
}

.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-orange-200\/0{
  border-color: rgb(254 215 170 / 0);
}

.border-orange-200\/10{
  border-color: rgb(254 215 170 / 0.1);
}

.border-orange-200\/100{
  border-color: rgb(254 215 170 / 1);
}

.border-orange-200\/20{
  border-color: rgb(254 215 170 / 0.2);
}

.border-orange-200\/25{
  border-color: rgb(254 215 170 / 0.25);
}

.border-orange-200\/30{
  border-color: rgb(254 215 170 / 0.3);
}

.border-orange-200\/40{
  border-color: rgb(254 215 170 / 0.4);
}

.border-orange-200\/5{
  border-color: rgb(254 215 170 / 0.05);
}

.border-orange-200\/50{
  border-color: rgb(254 215 170 / 0.5);
}

.border-orange-200\/60{
  border-color: rgb(254 215 170 / 0.6);
}

.border-orange-200\/70{
  border-color: rgb(254 215 170 / 0.7);
}

.border-orange-200\/75{
  border-color: rgb(254 215 170 / 0.75);
}

.border-orange-200\/80{
  border-color: rgb(254 215 170 / 0.8);
}

.border-orange-200\/90{
  border-color: rgb(254 215 170 / 0.9);
}

.border-orange-200\/95{
  border-color: rgb(254 215 170 / 0.95);
}

.border-orange-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-orange-300\/0{
  border-color: rgb(253 186 116 / 0);
}

.border-orange-300\/10{
  border-color: rgb(253 186 116 / 0.1);
}

.border-orange-300\/100{
  border-color: rgb(253 186 116 / 1);
}

.border-orange-300\/20{
  border-color: rgb(253 186 116 / 0.2);
}

.border-orange-300\/25{
  border-color: rgb(253 186 116 / 0.25);
}

.border-orange-300\/30{
  border-color: rgb(253 186 116 / 0.3);
}

.border-orange-300\/40{
  border-color: rgb(253 186 116 / 0.4);
}

.border-orange-300\/5{
  border-color: rgb(253 186 116 / 0.05);
}

.border-orange-300\/50{
  border-color: rgb(253 186 116 / 0.5);
}

.border-orange-300\/60{
  border-color: rgb(253 186 116 / 0.6);
}

.border-orange-300\/70{
  border-color: rgb(253 186 116 / 0.7);
}

.border-orange-300\/75{
  border-color: rgb(253 186 116 / 0.75);
}

.border-orange-300\/80{
  border-color: rgb(253 186 116 / 0.8);
}

.border-orange-300\/90{
  border-color: rgb(253 186 116 / 0.9);
}

.border-orange-300\/95{
  border-color: rgb(253 186 116 / 0.95);
}

.border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-orange-400\/0{
  border-color: rgb(251 146 60 / 0);
}

.border-orange-400\/10{
  border-color: rgb(251 146 60 / 0.1);
}

.border-orange-400\/100{
  border-color: rgb(251 146 60 / 1);
}

.border-orange-400\/20{
  border-color: rgb(251 146 60 / 0.2);
}

.border-orange-400\/25{
  border-color: rgb(251 146 60 / 0.25);
}

.border-orange-400\/30{
  border-color: rgb(251 146 60 / 0.3);
}

.border-orange-400\/40{
  border-color: rgb(251 146 60 / 0.4);
}

.border-orange-400\/5{
  border-color: rgb(251 146 60 / 0.05);
}

.border-orange-400\/50{
  border-color: rgb(251 146 60 / 0.5);
}

.border-orange-400\/60{
  border-color: rgb(251 146 60 / 0.6);
}

.border-orange-400\/70{
  border-color: rgb(251 146 60 / 0.7);
}

.border-orange-400\/75{
  border-color: rgb(251 146 60 / 0.75);
}

.border-orange-400\/80{
  border-color: rgb(251 146 60 / 0.8);
}

.border-orange-400\/90{
  border-color: rgb(251 146 60 / 0.9);
}

.border-orange-400\/95{
  border-color: rgb(251 146 60 / 0.95);
}

.border-orange-50{
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-orange-50\/0{
  border-color: rgb(255 247 237 / 0);
}

.border-orange-50\/10{
  border-color: rgb(255 247 237 / 0.1);
}

.border-orange-50\/100{
  border-color: rgb(255 247 237 / 1);
}

.border-orange-50\/20{
  border-color: rgb(255 247 237 / 0.2);
}

.border-orange-50\/25{
  border-color: rgb(255 247 237 / 0.25);
}

.border-orange-50\/30{
  border-color: rgb(255 247 237 / 0.3);
}

.border-orange-50\/40{
  border-color: rgb(255 247 237 / 0.4);
}

.border-orange-50\/5{
  border-color: rgb(255 247 237 / 0.05);
}

.border-orange-50\/50{
  border-color: rgb(255 247 237 / 0.5);
}

.border-orange-50\/60{
  border-color: rgb(255 247 237 / 0.6);
}

.border-orange-50\/70{
  border-color: rgb(255 247 237 / 0.7);
}

.border-orange-50\/75{
  border-color: rgb(255 247 237 / 0.75);
}

.border-orange-50\/80{
  border-color: rgb(255 247 237 / 0.8);
}

.border-orange-50\/90{
  border-color: rgb(255 247 237 / 0.9);
}

.border-orange-50\/95{
  border-color: rgb(255 247 237 / 0.95);
}

.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-orange-500\/0{
  border-color: rgb(249 115 22 / 0);
}

.border-orange-500\/10{
  border-color: rgb(249 115 22 / 0.1);
}

.border-orange-500\/100{
  border-color: rgb(249 115 22 / 1);
}

.border-orange-500\/20{
  border-color: rgb(249 115 22 / 0.2);
}

.border-orange-500\/25{
  border-color: rgb(249 115 22 / 0.25);
}

.border-orange-500\/30{
  border-color: rgb(249 115 22 / 0.3);
}

.border-orange-500\/40{
  border-color: rgb(249 115 22 / 0.4);
}

.border-orange-500\/5{
  border-color: rgb(249 115 22 / 0.05);
}

.border-orange-500\/50{
  border-color: rgb(249 115 22 / 0.5);
}

.border-orange-500\/60{
  border-color: rgb(249 115 22 / 0.6);
}

.border-orange-500\/70{
  border-color: rgb(249 115 22 / 0.7);
}

.border-orange-500\/75{
  border-color: rgb(249 115 22 / 0.75);
}

.border-orange-500\/80{
  border-color: rgb(249 115 22 / 0.8);
}

.border-orange-500\/90{
  border-color: rgb(249 115 22 / 0.9);
}

.border-orange-500\/95{
  border-color: rgb(249 115 22 / 0.95);
}

.border-orange-600{
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-orange-600\/0{
  border-color: rgb(234 88 12 / 0);
}

.border-orange-600\/10{
  border-color: rgb(234 88 12 / 0.1);
}

.border-orange-600\/100{
  border-color: rgb(234 88 12 / 1);
}

.border-orange-600\/20{
  border-color: rgb(234 88 12 / 0.2);
}

.border-orange-600\/25{
  border-color: rgb(234 88 12 / 0.25);
}

.border-orange-600\/30{
  border-color: rgb(234 88 12 / 0.3);
}

.border-orange-600\/40{
  border-color: rgb(234 88 12 / 0.4);
}

.border-orange-600\/5{
  border-color: rgb(234 88 12 / 0.05);
}

.border-orange-600\/50{
  border-color: rgb(234 88 12 / 0.5);
}

.border-orange-600\/60{
  border-color: rgb(234 88 12 / 0.6);
}

.border-orange-600\/70{
  border-color: rgb(234 88 12 / 0.7);
}

.border-orange-600\/75{
  border-color: rgb(234 88 12 / 0.75);
}

.border-orange-600\/80{
  border-color: rgb(234 88 12 / 0.8);
}

.border-orange-600\/90{
  border-color: rgb(234 88 12 / 0.9);
}

.border-orange-600\/95{
  border-color: rgb(234 88 12 / 0.95);
}

.border-orange-700{
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-orange-700\/0{
  border-color: rgb(194 65 12 / 0);
}

.border-orange-700\/10{
  border-color: rgb(194 65 12 / 0.1);
}

.border-orange-700\/100{
  border-color: rgb(194 65 12 / 1);
}

.border-orange-700\/20{
  border-color: rgb(194 65 12 / 0.2);
}

.border-orange-700\/25{
  border-color: rgb(194 65 12 / 0.25);
}

.border-orange-700\/30{
  border-color: rgb(194 65 12 / 0.3);
}

.border-orange-700\/40{
  border-color: rgb(194 65 12 / 0.4);
}

.border-orange-700\/5{
  border-color: rgb(194 65 12 / 0.05);
}

.border-orange-700\/50{
  border-color: rgb(194 65 12 / 0.5);
}

.border-orange-700\/60{
  border-color: rgb(194 65 12 / 0.6);
}

.border-orange-700\/70{
  border-color: rgb(194 65 12 / 0.7);
}

.border-orange-700\/75{
  border-color: rgb(194 65 12 / 0.75);
}

.border-orange-700\/80{
  border-color: rgb(194 65 12 / 0.8);
}

.border-orange-700\/90{
  border-color: rgb(194 65 12 / 0.9);
}

.border-orange-700\/95{
  border-color: rgb(194 65 12 / 0.95);
}

.border-orange-800{
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-orange-800\/0{
  border-color: rgb(154 52 18 / 0);
}

.border-orange-800\/10{
  border-color: rgb(154 52 18 / 0.1);
}

.border-orange-800\/100{
  border-color: rgb(154 52 18 / 1);
}

.border-orange-800\/20{
  border-color: rgb(154 52 18 / 0.2);
}

.border-orange-800\/25{
  border-color: rgb(154 52 18 / 0.25);
}

.border-orange-800\/30{
  border-color: rgb(154 52 18 / 0.3);
}

.border-orange-800\/40{
  border-color: rgb(154 52 18 / 0.4);
}

.border-orange-800\/5{
  border-color: rgb(154 52 18 / 0.05);
}

.border-orange-800\/50{
  border-color: rgb(154 52 18 / 0.5);
}

.border-orange-800\/60{
  border-color: rgb(154 52 18 / 0.6);
}

.border-orange-800\/70{
  border-color: rgb(154 52 18 / 0.7);
}

.border-orange-800\/75{
  border-color: rgb(154 52 18 / 0.75);
}

.border-orange-800\/80{
  border-color: rgb(154 52 18 / 0.8);
}

.border-orange-800\/90{
  border-color: rgb(154 52 18 / 0.9);
}

.border-orange-800\/95{
  border-color: rgb(154 52 18 / 0.95);
}

.border-orange-900{
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-orange-900\/0{
  border-color: rgb(124 45 18 / 0);
}

.border-orange-900\/10{
  border-color: rgb(124 45 18 / 0.1);
}

.border-orange-900\/100{
  border-color: rgb(124 45 18 / 1);
}

.border-orange-900\/20{
  border-color: rgb(124 45 18 / 0.2);
}

.border-orange-900\/25{
  border-color: rgb(124 45 18 / 0.25);
}

.border-orange-900\/30{
  border-color: rgb(124 45 18 / 0.3);
}

.border-orange-900\/40{
  border-color: rgb(124 45 18 / 0.4);
}

.border-orange-900\/5{
  border-color: rgb(124 45 18 / 0.05);
}

.border-orange-900\/50{
  border-color: rgb(124 45 18 / 0.5);
}

.border-orange-900\/60{
  border-color: rgb(124 45 18 / 0.6);
}

.border-orange-900\/70{
  border-color: rgb(124 45 18 / 0.7);
}

.border-orange-900\/75{
  border-color: rgb(124 45 18 / 0.75);
}

.border-orange-900\/80{
  border-color: rgb(124 45 18 / 0.8);
}

.border-orange-900\/90{
  border-color: rgb(124 45 18 / 0.9);
}

.border-orange-900\/95{
  border-color: rgb(124 45 18 / 0.95);
}

.border-orange-950{
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-orange-950\/0{
  border-color: rgb(67 20 7 / 0);
}

.border-orange-950\/10{
  border-color: rgb(67 20 7 / 0.1);
}

.border-orange-950\/100{
  border-color: rgb(67 20 7 / 1);
}

.border-orange-950\/20{
  border-color: rgb(67 20 7 / 0.2);
}

.border-orange-950\/25{
  border-color: rgb(67 20 7 / 0.25);
}

.border-orange-950\/30{
  border-color: rgb(67 20 7 / 0.3);
}

.border-orange-950\/40{
  border-color: rgb(67 20 7 / 0.4);
}

.border-orange-950\/5{
  border-color: rgb(67 20 7 / 0.05);
}

.border-orange-950\/50{
  border-color: rgb(67 20 7 / 0.5);
}

.border-orange-950\/60{
  border-color: rgb(67 20 7 / 0.6);
}

.border-orange-950\/70{
  border-color: rgb(67 20 7 / 0.7);
}

.border-orange-950\/75{
  border-color: rgb(67 20 7 / 0.75);
}

.border-orange-950\/80{
  border-color: rgb(67 20 7 / 0.8);
}

.border-orange-950\/90{
  border-color: rgb(67 20 7 / 0.9);
}

.border-orange-950\/95{
  border-color: rgb(67 20 7 / 0.95);
}

.border-pink-100{
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-pink-100\/0{
  border-color: rgb(252 231 243 / 0);
}

.border-pink-100\/10{
  border-color: rgb(252 231 243 / 0.1);
}

.border-pink-100\/100{
  border-color: rgb(252 231 243 / 1);
}

.border-pink-100\/20{
  border-color: rgb(252 231 243 / 0.2);
}

.border-pink-100\/25{
  border-color: rgb(252 231 243 / 0.25);
}

.border-pink-100\/30{
  border-color: rgb(252 231 243 / 0.3);
}

.border-pink-100\/40{
  border-color: rgb(252 231 243 / 0.4);
}

.border-pink-100\/5{
  border-color: rgb(252 231 243 / 0.05);
}

.border-pink-100\/50{
  border-color: rgb(252 231 243 / 0.5);
}

.border-pink-100\/60{
  border-color: rgb(252 231 243 / 0.6);
}

.border-pink-100\/70{
  border-color: rgb(252 231 243 / 0.7);
}

.border-pink-100\/75{
  border-color: rgb(252 231 243 / 0.75);
}

.border-pink-100\/80{
  border-color: rgb(252 231 243 / 0.8);
}

.border-pink-100\/90{
  border-color: rgb(252 231 243 / 0.9);
}

.border-pink-100\/95{
  border-color: rgb(252 231 243 / 0.95);
}

.border-pink-200{
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-pink-200\/0{
  border-color: rgb(251 207 232 / 0);
}

.border-pink-200\/10{
  border-color: rgb(251 207 232 / 0.1);
}

.border-pink-200\/100{
  border-color: rgb(251 207 232 / 1);
}

.border-pink-200\/20{
  border-color: rgb(251 207 232 / 0.2);
}

.border-pink-200\/25{
  border-color: rgb(251 207 232 / 0.25);
}

.border-pink-200\/30{
  border-color: rgb(251 207 232 / 0.3);
}

.border-pink-200\/40{
  border-color: rgb(251 207 232 / 0.4);
}

.border-pink-200\/5{
  border-color: rgb(251 207 232 / 0.05);
}

.border-pink-200\/50{
  border-color: rgb(251 207 232 / 0.5);
}

.border-pink-200\/60{
  border-color: rgb(251 207 232 / 0.6);
}

.border-pink-200\/70{
  border-color: rgb(251 207 232 / 0.7);
}

.border-pink-200\/75{
  border-color: rgb(251 207 232 / 0.75);
}

.border-pink-200\/80{
  border-color: rgb(251 207 232 / 0.8);
}

.border-pink-200\/90{
  border-color: rgb(251 207 232 / 0.9);
}

.border-pink-200\/95{
  border-color: rgb(251 207 232 / 0.95);
}

.border-pink-300{
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-pink-300\/0{
  border-color: rgb(249 168 212 / 0);
}

.border-pink-300\/10{
  border-color: rgb(249 168 212 / 0.1);
}

.border-pink-300\/100{
  border-color: rgb(249 168 212 / 1);
}

.border-pink-300\/20{
  border-color: rgb(249 168 212 / 0.2);
}

.border-pink-300\/25{
  border-color: rgb(249 168 212 / 0.25);
}

.border-pink-300\/30{
  border-color: rgb(249 168 212 / 0.3);
}

.border-pink-300\/40{
  border-color: rgb(249 168 212 / 0.4);
}

.border-pink-300\/5{
  border-color: rgb(249 168 212 / 0.05);
}

.border-pink-300\/50{
  border-color: rgb(249 168 212 / 0.5);
}

.border-pink-300\/60{
  border-color: rgb(249 168 212 / 0.6);
}

.border-pink-300\/70{
  border-color: rgb(249 168 212 / 0.7);
}

.border-pink-300\/75{
  border-color: rgb(249 168 212 / 0.75);
}

.border-pink-300\/80{
  border-color: rgb(249 168 212 / 0.8);
}

.border-pink-300\/90{
  border-color: rgb(249 168 212 / 0.9);
}

.border-pink-300\/95{
  border-color: rgb(249 168 212 / 0.95);
}

.border-pink-400{
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-pink-400\/0{
  border-color: rgb(244 114 182 / 0);
}

.border-pink-400\/10{
  border-color: rgb(244 114 182 / 0.1);
}

.border-pink-400\/100{
  border-color: rgb(244 114 182 / 1);
}

.border-pink-400\/20{
  border-color: rgb(244 114 182 / 0.2);
}

.border-pink-400\/25{
  border-color: rgb(244 114 182 / 0.25);
}

.border-pink-400\/30{
  border-color: rgb(244 114 182 / 0.3);
}

.border-pink-400\/40{
  border-color: rgb(244 114 182 / 0.4);
}

.border-pink-400\/5{
  border-color: rgb(244 114 182 / 0.05);
}

.border-pink-400\/50{
  border-color: rgb(244 114 182 / 0.5);
}

.border-pink-400\/60{
  border-color: rgb(244 114 182 / 0.6);
}

.border-pink-400\/70{
  border-color: rgb(244 114 182 / 0.7);
}

.border-pink-400\/75{
  border-color: rgb(244 114 182 / 0.75);
}

.border-pink-400\/80{
  border-color: rgb(244 114 182 / 0.8);
}

.border-pink-400\/90{
  border-color: rgb(244 114 182 / 0.9);
}

.border-pink-400\/95{
  border-color: rgb(244 114 182 / 0.95);
}

.border-pink-50{
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-pink-50\/0{
  border-color: rgb(253 242 248 / 0);
}

.border-pink-50\/10{
  border-color: rgb(253 242 248 / 0.1);
}

.border-pink-50\/100{
  border-color: rgb(253 242 248 / 1);
}

.border-pink-50\/20{
  border-color: rgb(253 242 248 / 0.2);
}

.border-pink-50\/25{
  border-color: rgb(253 242 248 / 0.25);
}

.border-pink-50\/30{
  border-color: rgb(253 242 248 / 0.3);
}

.border-pink-50\/40{
  border-color: rgb(253 242 248 / 0.4);
}

.border-pink-50\/5{
  border-color: rgb(253 242 248 / 0.05);
}

.border-pink-50\/50{
  border-color: rgb(253 242 248 / 0.5);
}

.border-pink-50\/60{
  border-color: rgb(253 242 248 / 0.6);
}

.border-pink-50\/70{
  border-color: rgb(253 242 248 / 0.7);
}

.border-pink-50\/75{
  border-color: rgb(253 242 248 / 0.75);
}

.border-pink-50\/80{
  border-color: rgb(253 242 248 / 0.8);
}

.border-pink-50\/90{
  border-color: rgb(253 242 248 / 0.9);
}

.border-pink-50\/95{
  border-color: rgb(253 242 248 / 0.95);
}

.border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-pink-500\/0{
  border-color: rgb(236 72 153 / 0);
}

.border-pink-500\/10{
  border-color: rgb(236 72 153 / 0.1);
}

.border-pink-500\/100{
  border-color: rgb(236 72 153 / 1);
}

.border-pink-500\/20{
  border-color: rgb(236 72 153 / 0.2);
}

.border-pink-500\/25{
  border-color: rgb(236 72 153 / 0.25);
}

.border-pink-500\/30{
  border-color: rgb(236 72 153 / 0.3);
}

.border-pink-500\/40{
  border-color: rgb(236 72 153 / 0.4);
}

.border-pink-500\/5{
  border-color: rgb(236 72 153 / 0.05);
}

.border-pink-500\/50{
  border-color: rgb(236 72 153 / 0.5);
}

.border-pink-500\/60{
  border-color: rgb(236 72 153 / 0.6);
}

.border-pink-500\/70{
  border-color: rgb(236 72 153 / 0.7);
}

.border-pink-500\/75{
  border-color: rgb(236 72 153 / 0.75);
}

.border-pink-500\/80{
  border-color: rgb(236 72 153 / 0.8);
}

.border-pink-500\/90{
  border-color: rgb(236 72 153 / 0.9);
}

.border-pink-500\/95{
  border-color: rgb(236 72 153 / 0.95);
}

.border-pink-600{
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-pink-600\/0{
  border-color: rgb(219 39 119 / 0);
}

.border-pink-600\/10{
  border-color: rgb(219 39 119 / 0.1);
}

.border-pink-600\/100{
  border-color: rgb(219 39 119 / 1);
}

.border-pink-600\/20{
  border-color: rgb(219 39 119 / 0.2);
}

.border-pink-600\/25{
  border-color: rgb(219 39 119 / 0.25);
}

.border-pink-600\/30{
  border-color: rgb(219 39 119 / 0.3);
}

.border-pink-600\/40{
  border-color: rgb(219 39 119 / 0.4);
}

.border-pink-600\/5{
  border-color: rgb(219 39 119 / 0.05);
}

.border-pink-600\/50{
  border-color: rgb(219 39 119 / 0.5);
}

.border-pink-600\/60{
  border-color: rgb(219 39 119 / 0.6);
}

.border-pink-600\/70{
  border-color: rgb(219 39 119 / 0.7);
}

.border-pink-600\/75{
  border-color: rgb(219 39 119 / 0.75);
}

.border-pink-600\/80{
  border-color: rgb(219 39 119 / 0.8);
}

.border-pink-600\/90{
  border-color: rgb(219 39 119 / 0.9);
}

.border-pink-600\/95{
  border-color: rgb(219 39 119 / 0.95);
}

.border-pink-700{
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-pink-700\/0{
  border-color: rgb(190 24 93 / 0);
}

.border-pink-700\/10{
  border-color: rgb(190 24 93 / 0.1);
}

.border-pink-700\/100{
  border-color: rgb(190 24 93 / 1);
}

.border-pink-700\/20{
  border-color: rgb(190 24 93 / 0.2);
}

.border-pink-700\/25{
  border-color: rgb(190 24 93 / 0.25);
}

.border-pink-700\/30{
  border-color: rgb(190 24 93 / 0.3);
}

.border-pink-700\/40{
  border-color: rgb(190 24 93 / 0.4);
}

.border-pink-700\/5{
  border-color: rgb(190 24 93 / 0.05);
}

.border-pink-700\/50{
  border-color: rgb(190 24 93 / 0.5);
}

.border-pink-700\/60{
  border-color: rgb(190 24 93 / 0.6);
}

.border-pink-700\/70{
  border-color: rgb(190 24 93 / 0.7);
}

.border-pink-700\/75{
  border-color: rgb(190 24 93 / 0.75);
}

.border-pink-700\/80{
  border-color: rgb(190 24 93 / 0.8);
}

.border-pink-700\/90{
  border-color: rgb(190 24 93 / 0.9);
}

.border-pink-700\/95{
  border-color: rgb(190 24 93 / 0.95);
}

.border-pink-800{
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-pink-800\/0{
  border-color: rgb(157 23 77 / 0);
}

.border-pink-800\/10{
  border-color: rgb(157 23 77 / 0.1);
}

.border-pink-800\/100{
  border-color: rgb(157 23 77 / 1);
}

.border-pink-800\/20{
  border-color: rgb(157 23 77 / 0.2);
}

.border-pink-800\/25{
  border-color: rgb(157 23 77 / 0.25);
}

.border-pink-800\/30{
  border-color: rgb(157 23 77 / 0.3);
}

.border-pink-800\/40{
  border-color: rgb(157 23 77 / 0.4);
}

.border-pink-800\/5{
  border-color: rgb(157 23 77 / 0.05);
}

.border-pink-800\/50{
  border-color: rgb(157 23 77 / 0.5);
}

.border-pink-800\/60{
  border-color: rgb(157 23 77 / 0.6);
}

.border-pink-800\/70{
  border-color: rgb(157 23 77 / 0.7);
}

.border-pink-800\/75{
  border-color: rgb(157 23 77 / 0.75);
}

.border-pink-800\/80{
  border-color: rgb(157 23 77 / 0.8);
}

.border-pink-800\/90{
  border-color: rgb(157 23 77 / 0.9);
}

.border-pink-800\/95{
  border-color: rgb(157 23 77 / 0.95);
}

.border-pink-900{
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-pink-900\/0{
  border-color: rgb(131 24 67 / 0);
}

.border-pink-900\/10{
  border-color: rgb(131 24 67 / 0.1);
}

.border-pink-900\/100{
  border-color: rgb(131 24 67 / 1);
}

.border-pink-900\/20{
  border-color: rgb(131 24 67 / 0.2);
}

.border-pink-900\/25{
  border-color: rgb(131 24 67 / 0.25);
}

.border-pink-900\/30{
  border-color: rgb(131 24 67 / 0.3);
}

.border-pink-900\/40{
  border-color: rgb(131 24 67 / 0.4);
}

.border-pink-900\/5{
  border-color: rgb(131 24 67 / 0.05);
}

.border-pink-900\/50{
  border-color: rgb(131 24 67 / 0.5);
}

.border-pink-900\/60{
  border-color: rgb(131 24 67 / 0.6);
}

.border-pink-900\/70{
  border-color: rgb(131 24 67 / 0.7);
}

.border-pink-900\/75{
  border-color: rgb(131 24 67 / 0.75);
}

.border-pink-900\/80{
  border-color: rgb(131 24 67 / 0.8);
}

.border-pink-900\/90{
  border-color: rgb(131 24 67 / 0.9);
}

.border-pink-900\/95{
  border-color: rgb(131 24 67 / 0.95);
}

.border-pink-950{
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-pink-950\/0{
  border-color: rgb(80 7 36 / 0);
}

.border-pink-950\/10{
  border-color: rgb(80 7 36 / 0.1);
}

.border-pink-950\/100{
  border-color: rgb(80 7 36 / 1);
}

.border-pink-950\/20{
  border-color: rgb(80 7 36 / 0.2);
}

.border-pink-950\/25{
  border-color: rgb(80 7 36 / 0.25);
}

.border-pink-950\/30{
  border-color: rgb(80 7 36 / 0.3);
}

.border-pink-950\/40{
  border-color: rgb(80 7 36 / 0.4);
}

.border-pink-950\/5{
  border-color: rgb(80 7 36 / 0.05);
}

.border-pink-950\/50{
  border-color: rgb(80 7 36 / 0.5);
}

.border-pink-950\/60{
  border-color: rgb(80 7 36 / 0.6);
}

.border-pink-950\/70{
  border-color: rgb(80 7 36 / 0.7);
}

.border-pink-950\/75{
  border-color: rgb(80 7 36 / 0.75);
}

.border-pink-950\/80{
  border-color: rgb(80 7 36 / 0.8);
}

.border-pink-950\/90{
  border-color: rgb(80 7 36 / 0.9);
}

.border-pink-950\/95{
  border-color: rgb(80 7 36 / 0.95);
}

.border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.border-purple-100\/0{
  border-color: rgb(243 232 255 / 0);
}

.border-purple-100\/10{
  border-color: rgb(243 232 255 / 0.1);
}

.border-purple-100\/100{
  border-color: rgb(243 232 255 / 1);
}

.border-purple-100\/20{
  border-color: rgb(243 232 255 / 0.2);
}

.border-purple-100\/25{
  border-color: rgb(243 232 255 / 0.25);
}

.border-purple-100\/30{
  border-color: rgb(243 232 255 / 0.3);
}

.border-purple-100\/40{
  border-color: rgb(243 232 255 / 0.4);
}

.border-purple-100\/5{
  border-color: rgb(243 232 255 / 0.05);
}

.border-purple-100\/50{
  border-color: rgb(243 232 255 / 0.5);
}

.border-purple-100\/60{
  border-color: rgb(243 232 255 / 0.6);
}

.border-purple-100\/70{
  border-color: rgb(243 232 255 / 0.7);
}

.border-purple-100\/75{
  border-color: rgb(243 232 255 / 0.75);
}

.border-purple-100\/80{
  border-color: rgb(243 232 255 / 0.8);
}

.border-purple-100\/90{
  border-color: rgb(243 232 255 / 0.9);
}

.border-purple-100\/95{
  border-color: rgb(243 232 255 / 0.95);
}

.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-purple-200\/0{
  border-color: rgb(233 213 255 / 0);
}

.border-purple-200\/10{
  border-color: rgb(233 213 255 / 0.1);
}

.border-purple-200\/100{
  border-color: rgb(233 213 255 / 1);
}

.border-purple-200\/20{
  border-color: rgb(233 213 255 / 0.2);
}

.border-purple-200\/25{
  border-color: rgb(233 213 255 / 0.25);
}

.border-purple-200\/30{
  border-color: rgb(233 213 255 / 0.3);
}

.border-purple-200\/40{
  border-color: rgb(233 213 255 / 0.4);
}

.border-purple-200\/5{
  border-color: rgb(233 213 255 / 0.05);
}

.border-purple-200\/50{
  border-color: rgb(233 213 255 / 0.5);
}

.border-purple-200\/60{
  border-color: rgb(233 213 255 / 0.6);
}

.border-purple-200\/70{
  border-color: rgb(233 213 255 / 0.7);
}

.border-purple-200\/75{
  border-color: rgb(233 213 255 / 0.75);
}

.border-purple-200\/80{
  border-color: rgb(233 213 255 / 0.8);
}

.border-purple-200\/90{
  border-color: rgb(233 213 255 / 0.9);
}

.border-purple-200\/95{
  border-color: rgb(233 213 255 / 0.95);
}

.border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-purple-300\/0{
  border-color: rgb(216 180 254 / 0);
}

.border-purple-300\/10{
  border-color: rgb(216 180 254 / 0.1);
}

.border-purple-300\/100{
  border-color: rgb(216 180 254 / 1);
}

.border-purple-300\/20{
  border-color: rgb(216 180 254 / 0.2);
}

.border-purple-300\/25{
  border-color: rgb(216 180 254 / 0.25);
}

.border-purple-300\/30{
  border-color: rgb(216 180 254 / 0.3);
}

.border-purple-300\/40{
  border-color: rgb(216 180 254 / 0.4);
}

.border-purple-300\/5{
  border-color: rgb(216 180 254 / 0.05);
}

.border-purple-300\/50{
  border-color: rgb(216 180 254 / 0.5);
}

.border-purple-300\/60{
  border-color: rgb(216 180 254 / 0.6);
}

.border-purple-300\/70{
  border-color: rgb(216 180 254 / 0.7);
}

.border-purple-300\/75{
  border-color: rgb(216 180 254 / 0.75);
}

.border-purple-300\/80{
  border-color: rgb(216 180 254 / 0.8);
}

.border-purple-300\/90{
  border-color: rgb(216 180 254 / 0.9);
}

.border-purple-300\/95{
  border-color: rgb(216 180 254 / 0.95);
}

.border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-purple-400\/0{
  border-color: rgb(192 132 252 / 0);
}

.border-purple-400\/10{
  border-color: rgb(192 132 252 / 0.1);
}

.border-purple-400\/100{
  border-color: rgb(192 132 252 / 1);
}

.border-purple-400\/20{
  border-color: rgb(192 132 252 / 0.2);
}

.border-purple-400\/25{
  border-color: rgb(192 132 252 / 0.25);
}

.border-purple-400\/30{
  border-color: rgb(192 132 252 / 0.3);
}

.border-purple-400\/40{
  border-color: rgb(192 132 252 / 0.4);
}

.border-purple-400\/5{
  border-color: rgb(192 132 252 / 0.05);
}

.border-purple-400\/50{
  border-color: rgb(192 132 252 / 0.5);
}

.border-purple-400\/60{
  border-color: rgb(192 132 252 / 0.6);
}

.border-purple-400\/70{
  border-color: rgb(192 132 252 / 0.7);
}

.border-purple-400\/75{
  border-color: rgb(192 132 252 / 0.75);
}

.border-purple-400\/80{
  border-color: rgb(192 132 252 / 0.8);
}

.border-purple-400\/90{
  border-color: rgb(192 132 252 / 0.9);
}

.border-purple-400\/95{
  border-color: rgb(192 132 252 / 0.95);
}

.border-purple-50{
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-purple-50\/0{
  border-color: rgb(250 245 255 / 0);
}

.border-purple-50\/10{
  border-color: rgb(250 245 255 / 0.1);
}

.border-purple-50\/100{
  border-color: rgb(250 245 255 / 1);
}

.border-purple-50\/20{
  border-color: rgb(250 245 255 / 0.2);
}

.border-purple-50\/25{
  border-color: rgb(250 245 255 / 0.25);
}

.border-purple-50\/30{
  border-color: rgb(250 245 255 / 0.3);
}

.border-purple-50\/40{
  border-color: rgb(250 245 255 / 0.4);
}

.border-purple-50\/5{
  border-color: rgb(250 245 255 / 0.05);
}

.border-purple-50\/50{
  border-color: rgb(250 245 255 / 0.5);
}

.border-purple-50\/60{
  border-color: rgb(250 245 255 / 0.6);
}

.border-purple-50\/70{
  border-color: rgb(250 245 255 / 0.7);
}

.border-purple-50\/75{
  border-color: rgb(250 245 255 / 0.75);
}

.border-purple-50\/80{
  border-color: rgb(250 245 255 / 0.8);
}

.border-purple-50\/90{
  border-color: rgb(250 245 255 / 0.9);
}

.border-purple-50\/95{
  border-color: rgb(250 245 255 / 0.95);
}

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

.border-purple-500\/0{
  border-color: rgb(168 85 247 / 0);
}

.border-purple-500\/10{
  border-color: rgb(168 85 247 / 0.1);
}

.border-purple-500\/100{
  border-color: rgb(168 85 247 / 1);
}

.border-purple-500\/20{
  border-color: rgb(168 85 247 / 0.2);
}

.border-purple-500\/25{
  border-color: rgb(168 85 247 / 0.25);
}

.border-purple-500\/30{
  border-color: rgb(168 85 247 / 0.3);
}

.border-purple-500\/40{
  border-color: rgb(168 85 247 / 0.4);
}

.border-purple-500\/5{
  border-color: rgb(168 85 247 / 0.05);
}

.border-purple-500\/50{
  border-color: rgb(168 85 247 / 0.5);
}

.border-purple-500\/60{
  border-color: rgb(168 85 247 / 0.6);
}

.border-purple-500\/70{
  border-color: rgb(168 85 247 / 0.7);
}

.border-purple-500\/75{
  border-color: rgb(168 85 247 / 0.75);
}

.border-purple-500\/80{
  border-color: rgb(168 85 247 / 0.8);
}

.border-purple-500\/90{
  border-color: rgb(168 85 247 / 0.9);
}

.border-purple-500\/95{
  border-color: rgb(168 85 247 / 0.95);
}

.border-purple-600{
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-purple-600\/0{
  border-color: rgb(147 51 234 / 0);
}

.border-purple-600\/10{
  border-color: rgb(147 51 234 / 0.1);
}

.border-purple-600\/100{
  border-color: rgb(147 51 234 / 1);
}

.border-purple-600\/20{
  border-color: rgb(147 51 234 / 0.2);
}

.border-purple-600\/25{
  border-color: rgb(147 51 234 / 0.25);
}

.border-purple-600\/30{
  border-color: rgb(147 51 234 / 0.3);
}

.border-purple-600\/40{
  border-color: rgb(147 51 234 / 0.4);
}

.border-purple-600\/5{
  border-color: rgb(147 51 234 / 0.05);
}

.border-purple-600\/50{
  border-color: rgb(147 51 234 / 0.5);
}

.border-purple-600\/60{
  border-color: rgb(147 51 234 / 0.6);
}

.border-purple-600\/70{
  border-color: rgb(147 51 234 / 0.7);
}

.border-purple-600\/75{
  border-color: rgb(147 51 234 / 0.75);
}

.border-purple-600\/80{
  border-color: rgb(147 51 234 / 0.8);
}

.border-purple-600\/90{
  border-color: rgb(147 51 234 / 0.9);
}

.border-purple-600\/95{
  border-color: rgb(147 51 234 / 0.95);
}

.border-purple-700{
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-purple-700\/0{
  border-color: rgb(126 34 206 / 0);
}

.border-purple-700\/10{
  border-color: rgb(126 34 206 / 0.1);
}

.border-purple-700\/100{
  border-color: rgb(126 34 206 / 1);
}

.border-purple-700\/20{
  border-color: rgb(126 34 206 / 0.2);
}

.border-purple-700\/25{
  border-color: rgb(126 34 206 / 0.25);
}

.border-purple-700\/30{
  border-color: rgb(126 34 206 / 0.3);
}

.border-purple-700\/40{
  border-color: rgb(126 34 206 / 0.4);
}

.border-purple-700\/5{
  border-color: rgb(126 34 206 / 0.05);
}

.border-purple-700\/50{
  border-color: rgb(126 34 206 / 0.5);
}

.border-purple-700\/60{
  border-color: rgb(126 34 206 / 0.6);
}

.border-purple-700\/70{
  border-color: rgb(126 34 206 / 0.7);
}

.border-purple-700\/75{
  border-color: rgb(126 34 206 / 0.75);
}

.border-purple-700\/80{
  border-color: rgb(126 34 206 / 0.8);
}

.border-purple-700\/90{
  border-color: rgb(126 34 206 / 0.9);
}

.border-purple-700\/95{
  border-color: rgb(126 34 206 / 0.95);
}

.border-purple-800{
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-purple-800\/0{
  border-color: rgb(107 33 168 / 0);
}

.border-purple-800\/10{
  border-color: rgb(107 33 168 / 0.1);
}

.border-purple-800\/100{
  border-color: rgb(107 33 168 / 1);
}

.border-purple-800\/20{
  border-color: rgb(107 33 168 / 0.2);
}

.border-purple-800\/25{
  border-color: rgb(107 33 168 / 0.25);
}

.border-purple-800\/30{
  border-color: rgb(107 33 168 / 0.3);
}

.border-purple-800\/40{
  border-color: rgb(107 33 168 / 0.4);
}

.border-purple-800\/5{
  border-color: rgb(107 33 168 / 0.05);
}

.border-purple-800\/50{
  border-color: rgb(107 33 168 / 0.5);
}

.border-purple-800\/60{
  border-color: rgb(107 33 168 / 0.6);
}

.border-purple-800\/70{
  border-color: rgb(107 33 168 / 0.7);
}

.border-purple-800\/75{
  border-color: rgb(107 33 168 / 0.75);
}

.border-purple-800\/80{
  border-color: rgb(107 33 168 / 0.8);
}

.border-purple-800\/90{
  border-color: rgb(107 33 168 / 0.9);
}

.border-purple-800\/95{
  border-color: rgb(107 33 168 / 0.95);
}

.border-purple-900{
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-purple-900\/0{
  border-color: rgb(88 28 135 / 0);
}

.border-purple-900\/10{
  border-color: rgb(88 28 135 / 0.1);
}

.border-purple-900\/100{
  border-color: rgb(88 28 135 / 1);
}

.border-purple-900\/20{
  border-color: rgb(88 28 135 / 0.2);
}

.border-purple-900\/25{
  border-color: rgb(88 28 135 / 0.25);
}

.border-purple-900\/30{
  border-color: rgb(88 28 135 / 0.3);
}

.border-purple-900\/40{
  border-color: rgb(88 28 135 / 0.4);
}

.border-purple-900\/5{
  border-color: rgb(88 28 135 / 0.05);
}

.border-purple-900\/50{
  border-color: rgb(88 28 135 / 0.5);
}

.border-purple-900\/60{
  border-color: rgb(88 28 135 / 0.6);
}

.border-purple-900\/70{
  border-color: rgb(88 28 135 / 0.7);
}

.border-purple-900\/75{
  border-color: rgb(88 28 135 / 0.75);
}

.border-purple-900\/80{
  border-color: rgb(88 28 135 / 0.8);
}

.border-purple-900\/90{
  border-color: rgb(88 28 135 / 0.9);
}

.border-purple-900\/95{
  border-color: rgb(88 28 135 / 0.95);
}

.border-purple-950{
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-purple-950\/0{
  border-color: rgb(59 7 100 / 0);
}

.border-purple-950\/10{
  border-color: rgb(59 7 100 / 0.1);
}

.border-purple-950\/100{
  border-color: rgb(59 7 100 / 1);
}

.border-purple-950\/20{
  border-color: rgb(59 7 100 / 0.2);
}

.border-purple-950\/25{
  border-color: rgb(59 7 100 / 0.25);
}

.border-purple-950\/30{
  border-color: rgb(59 7 100 / 0.3);
}

.border-purple-950\/40{
  border-color: rgb(59 7 100 / 0.4);
}

.border-purple-950\/5{
  border-color: rgb(59 7 100 / 0.05);
}

.border-purple-950\/50{
  border-color: rgb(59 7 100 / 0.5);
}

.border-purple-950\/60{
  border-color: rgb(59 7 100 / 0.6);
}

.border-purple-950\/70{
  border-color: rgb(59 7 100 / 0.7);
}

.border-purple-950\/75{
  border-color: rgb(59 7 100 / 0.75);
}

.border-purple-950\/80{
  border-color: rgb(59 7 100 / 0.8);
}

.border-purple-950\/90{
  border-color: rgb(59 7 100 / 0.9);
}

.border-purple-950\/95{
  border-color: rgb(59 7 100 / 0.95);
}

.border-red-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.border-red-100\/0{
  border-color: rgb(254 226 226 / 0);
}

.border-red-100\/10{
  border-color: rgb(254 226 226 / 0.1);
}

.border-red-100\/100{
  border-color: rgb(254 226 226 / 1);
}

.border-red-100\/20{
  border-color: rgb(254 226 226 / 0.2);
}

.border-red-100\/25{
  border-color: rgb(254 226 226 / 0.25);
}

.border-red-100\/30{
  border-color: rgb(254 226 226 / 0.3);
}

.border-red-100\/40{
  border-color: rgb(254 226 226 / 0.4);
}

.border-red-100\/5{
  border-color: rgb(254 226 226 / 0.05);
}

.border-red-100\/50{
  border-color: rgb(254 226 226 / 0.5);
}

.border-red-100\/60{
  border-color: rgb(254 226 226 / 0.6);
}

.border-red-100\/70{
  border-color: rgb(254 226 226 / 0.7);
}

.border-red-100\/75{
  border-color: rgb(254 226 226 / 0.75);
}

.border-red-100\/80{
  border-color: rgb(254 226 226 / 0.8);
}

.border-red-100\/90{
  border-color: rgb(254 226 226 / 0.9);
}

.border-red-100\/95{
  border-color: rgb(254 226 226 / 0.95);
}

.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-red-200\/0{
  border-color: rgb(254 202 202 / 0);
}

.border-red-200\/10{
  border-color: rgb(254 202 202 / 0.1);
}

.border-red-200\/100{
  border-color: rgb(254 202 202 / 1);
}

.border-red-200\/20{
  border-color: rgb(254 202 202 / 0.2);
}

.border-red-200\/25{
  border-color: rgb(254 202 202 / 0.25);
}

.border-red-200\/30{
  border-color: rgb(254 202 202 / 0.3);
}

.border-red-200\/40{
  border-color: rgb(254 202 202 / 0.4);
}

.border-red-200\/5{
  border-color: rgb(254 202 202 / 0.05);
}

.border-red-200\/50{
  border-color: rgb(254 202 202 / 0.5);
}

.border-red-200\/60{
  border-color: rgb(254 202 202 / 0.6);
}

.border-red-200\/70{
  border-color: rgb(254 202 202 / 0.7);
}

.border-red-200\/75{
  border-color: rgb(254 202 202 / 0.75);
}

.border-red-200\/80{
  border-color: rgb(254 202 202 / 0.8);
}

.border-red-200\/90{
  border-color: rgb(254 202 202 / 0.9);
}

.border-red-200\/95{
  border-color: rgb(254 202 202 / 0.95);
}

.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-red-300\/0{
  border-color: rgb(252 165 165 / 0);
}

.border-red-300\/10{
  border-color: rgb(252 165 165 / 0.1);
}

.border-red-300\/100{
  border-color: rgb(252 165 165 / 1);
}

.border-red-300\/20{
  border-color: rgb(252 165 165 / 0.2);
}

.border-red-300\/25{
  border-color: rgb(252 165 165 / 0.25);
}

.border-red-300\/30{
  border-color: rgb(252 165 165 / 0.3);
}

.border-red-300\/40{
  border-color: rgb(252 165 165 / 0.4);
}

.border-red-300\/5{
  border-color: rgb(252 165 165 / 0.05);
}

.border-red-300\/50{
  border-color: rgb(252 165 165 / 0.5);
}

.border-red-300\/60{
  border-color: rgb(252 165 165 / 0.6);
}

.border-red-300\/70{
  border-color: rgb(252 165 165 / 0.7);
}

.border-red-300\/75{
  border-color: rgb(252 165 165 / 0.75);
}

.border-red-300\/80{
  border-color: rgb(252 165 165 / 0.8);
}

.border-red-300\/90{
  border-color: rgb(252 165 165 / 0.9);
}

.border-red-300\/95{
  border-color: rgb(252 165 165 / 0.95);
}

.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-red-400\/0{
  border-color: rgb(248 113 113 / 0);
}

.border-red-400\/10{
  border-color: rgb(248 113 113 / 0.1);
}

.border-red-400\/100{
  border-color: rgb(248 113 113 / 1);
}

.border-red-400\/20{
  border-color: rgb(248 113 113 / 0.2);
}

.border-red-400\/25{
  border-color: rgb(248 113 113 / 0.25);
}

.border-red-400\/30{
  border-color: rgb(248 113 113 / 0.3);
}

.border-red-400\/40{
  border-color: rgb(248 113 113 / 0.4);
}

.border-red-400\/5{
  border-color: rgb(248 113 113 / 0.05);
}

.border-red-400\/50{
  border-color: rgb(248 113 113 / 0.5);
}

.border-red-400\/60{
  border-color: rgb(248 113 113 / 0.6);
}

.border-red-400\/70{
  border-color: rgb(248 113 113 / 0.7);
}

.border-red-400\/75{
  border-color: rgb(248 113 113 / 0.75);
}

.border-red-400\/80{
  border-color: rgb(248 113 113 / 0.8);
}

.border-red-400\/90{
  border-color: rgb(248 113 113 / 0.9);
}

.border-red-400\/95{
  border-color: rgb(248 113 113 / 0.95);
}

.border-red-50{
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-red-50\/0{
  border-color: rgb(254 242 242 / 0);
}

.border-red-50\/10{
  border-color: rgb(254 242 242 / 0.1);
}

.border-red-50\/100{
  border-color: rgb(254 242 242 / 1);
}

.border-red-50\/20{
  border-color: rgb(254 242 242 / 0.2);
}

.border-red-50\/25{
  border-color: rgb(254 242 242 / 0.25);
}

.border-red-50\/30{
  border-color: rgb(254 242 242 / 0.3);
}

.border-red-50\/40{
  border-color: rgb(254 242 242 / 0.4);
}

.border-red-50\/5{
  border-color: rgb(254 242 242 / 0.05);
}

.border-red-50\/50{
  border-color: rgb(254 242 242 / 0.5);
}

.border-red-50\/60{
  border-color: rgb(254 242 242 / 0.6);
}

.border-red-50\/70{
  border-color: rgb(254 242 242 / 0.7);
}

.border-red-50\/75{
  border-color: rgb(254 242 242 / 0.75);
}

.border-red-50\/80{
  border-color: rgb(254 242 242 / 0.8);
}

.border-red-50\/90{
  border-color: rgb(254 242 242 / 0.9);
}

.border-red-50\/95{
  border-color: rgb(254 242 242 / 0.95);
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-red-500\/0{
  border-color: rgb(239 68 68 / 0);
}

.border-red-500\/10{
  border-color: rgb(239 68 68 / 0.1);
}

.border-red-500\/100{
  border-color: rgb(239 68 68 / 1);
}

.border-red-500\/20{
  border-color: rgb(239 68 68 / 0.2);
}

.border-red-500\/25{
  border-color: rgb(239 68 68 / 0.25);
}

.border-red-500\/30{
  border-color: rgb(239 68 68 / 0.3);
}

.border-red-500\/40{
  border-color: rgb(239 68 68 / 0.4);
}

.border-red-500\/5{
  border-color: rgb(239 68 68 / 0.05);
}

.border-red-500\/50{
  border-color: rgb(239 68 68 / 0.5);
}

.border-red-500\/60{
  border-color: rgb(239 68 68 / 0.6);
}

.border-red-500\/70{
  border-color: rgb(239 68 68 / 0.7);
}

.border-red-500\/75{
  border-color: rgb(239 68 68 / 0.75);
}

.border-red-500\/80{
  border-color: rgb(239 68 68 / 0.8);
}

.border-red-500\/90{
  border-color: rgb(239 68 68 / 0.9);
}

.border-red-500\/95{
  border-color: rgb(239 68 68 / 0.95);
}

.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-red-600\/0{
  border-color: rgb(220 38 38 / 0);
}

.border-red-600\/10{
  border-color: rgb(220 38 38 / 0.1);
}

.border-red-600\/100{
  border-color: rgb(220 38 38 / 1);
}

.border-red-600\/20{
  border-color: rgb(220 38 38 / 0.2);
}

.border-red-600\/25{
  border-color: rgb(220 38 38 / 0.25);
}

.border-red-600\/30{
  border-color: rgb(220 38 38 / 0.3);
}

.border-red-600\/40{
  border-color: rgb(220 38 38 / 0.4);
}

.border-red-600\/5{
  border-color: rgb(220 38 38 / 0.05);
}

.border-red-600\/50{
  border-color: rgb(220 38 38 / 0.5);
}

.border-red-600\/60{
  border-color: rgb(220 38 38 / 0.6);
}

.border-red-600\/70{
  border-color: rgb(220 38 38 / 0.7);
}

.border-red-600\/75{
  border-color: rgb(220 38 38 / 0.75);
}

.border-red-600\/80{
  border-color: rgb(220 38 38 / 0.8);
}

.border-red-600\/90{
  border-color: rgb(220 38 38 / 0.9);
}

.border-red-600\/95{
  border-color: rgb(220 38 38 / 0.95);
}

.border-red-700{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-red-700\/0{
  border-color: rgb(185 28 28 / 0);
}

.border-red-700\/10{
  border-color: rgb(185 28 28 / 0.1);
}

.border-red-700\/100{
  border-color: rgb(185 28 28 / 1);
}

.border-red-700\/20{
  border-color: rgb(185 28 28 / 0.2);
}

.border-red-700\/25{
  border-color: rgb(185 28 28 / 0.25);
}

.border-red-700\/30{
  border-color: rgb(185 28 28 / 0.3);
}

.border-red-700\/40{
  border-color: rgb(185 28 28 / 0.4);
}

.border-red-700\/5{
  border-color: rgb(185 28 28 / 0.05);
}

.border-red-700\/50{
  border-color: rgb(185 28 28 / 0.5);
}

.border-red-700\/60{
  border-color: rgb(185 28 28 / 0.6);
}

.border-red-700\/70{
  border-color: rgb(185 28 28 / 0.7);
}

.border-red-700\/75{
  border-color: rgb(185 28 28 / 0.75);
}

.border-red-700\/80{
  border-color: rgb(185 28 28 / 0.8);
}

.border-red-700\/90{
  border-color: rgb(185 28 28 / 0.9);
}

.border-red-700\/95{
  border-color: rgb(185 28 28 / 0.95);
}

.border-red-800{
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-red-800\/0{
  border-color: rgb(153 27 27 / 0);
}

.border-red-800\/10{
  border-color: rgb(153 27 27 / 0.1);
}

.border-red-800\/100{
  border-color: rgb(153 27 27 / 1);
}

.border-red-800\/20{
  border-color: rgb(153 27 27 / 0.2);
}

.border-red-800\/25{
  border-color: rgb(153 27 27 / 0.25);
}

.border-red-800\/30{
  border-color: rgb(153 27 27 / 0.3);
}

.border-red-800\/40{
  border-color: rgb(153 27 27 / 0.4);
}

.border-red-800\/5{
  border-color: rgb(153 27 27 / 0.05);
}

.border-red-800\/50{
  border-color: rgb(153 27 27 / 0.5);
}

.border-red-800\/60{
  border-color: rgb(153 27 27 / 0.6);
}

.border-red-800\/70{
  border-color: rgb(153 27 27 / 0.7);
}

.border-red-800\/75{
  border-color: rgb(153 27 27 / 0.75);
}

.border-red-800\/80{
  border-color: rgb(153 27 27 / 0.8);
}

.border-red-800\/90{
  border-color: rgb(153 27 27 / 0.9);
}

.border-red-800\/95{
  border-color: rgb(153 27 27 / 0.95);
}

.border-red-900{
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-red-900\/0{
  border-color: rgb(127 29 29 / 0);
}

.border-red-900\/10{
  border-color: rgb(127 29 29 / 0.1);
}

.border-red-900\/100{
  border-color: rgb(127 29 29 / 1);
}

.border-red-900\/20{
  border-color: rgb(127 29 29 / 0.2);
}

.border-red-900\/25{
  border-color: rgb(127 29 29 / 0.25);
}

.border-red-900\/30{
  border-color: rgb(127 29 29 / 0.3);
}

.border-red-900\/40{
  border-color: rgb(127 29 29 / 0.4);
}

.border-red-900\/5{
  border-color: rgb(127 29 29 / 0.05);
}

.border-red-900\/50{
  border-color: rgb(127 29 29 / 0.5);
}

.border-red-900\/60{
  border-color: rgb(127 29 29 / 0.6);
}

.border-red-900\/70{
  border-color: rgb(127 29 29 / 0.7);
}

.border-red-900\/75{
  border-color: rgb(127 29 29 / 0.75);
}

.border-red-900\/80{
  border-color: rgb(127 29 29 / 0.8);
}

.border-red-900\/90{
  border-color: rgb(127 29 29 / 0.9);
}

.border-red-900\/95{
  border-color: rgb(127 29 29 / 0.95);
}

.border-red-950{
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-red-950\/0{
  border-color: rgb(69 10 10 / 0);
}

.border-red-950\/10{
  border-color: rgb(69 10 10 / 0.1);
}

.border-red-950\/100{
  border-color: rgb(69 10 10 / 1);
}

.border-red-950\/20{
  border-color: rgb(69 10 10 / 0.2);
}

.border-red-950\/25{
  border-color: rgb(69 10 10 / 0.25);
}

.border-red-950\/30{
  border-color: rgb(69 10 10 / 0.3);
}

.border-red-950\/40{
  border-color: rgb(69 10 10 / 0.4);
}

.border-red-950\/5{
  border-color: rgb(69 10 10 / 0.05);
}

.border-red-950\/50{
  border-color: rgb(69 10 10 / 0.5);
}

.border-red-950\/60{
  border-color: rgb(69 10 10 / 0.6);
}

.border-red-950\/70{
  border-color: rgb(69 10 10 / 0.7);
}

.border-red-950\/75{
  border-color: rgb(69 10 10 / 0.75);
}

.border-red-950\/80{
  border-color: rgb(69 10 10 / 0.8);
}

.border-red-950\/90{
  border-color: rgb(69 10 10 / 0.9);
}

.border-red-950\/95{
  border-color: rgb(69 10 10 / 0.95);
}

.border-rose-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-rose-100\/0{
  border-color: rgb(255 228 230 / 0);
}

.border-rose-100\/10{
  border-color: rgb(255 228 230 / 0.1);
}

.border-rose-100\/100{
  border-color: rgb(255 228 230 / 1);
}

.border-rose-100\/20{
  border-color: rgb(255 228 230 / 0.2);
}

.border-rose-100\/25{
  border-color: rgb(255 228 230 / 0.25);
}

.border-rose-100\/30{
  border-color: rgb(255 228 230 / 0.3);
}

.border-rose-100\/40{
  border-color: rgb(255 228 230 / 0.4);
}

.border-rose-100\/5{
  border-color: rgb(255 228 230 / 0.05);
}

.border-rose-100\/50{
  border-color: rgb(255 228 230 / 0.5);
}

.border-rose-100\/60{
  border-color: rgb(255 228 230 / 0.6);
}

.border-rose-100\/70{
  border-color: rgb(255 228 230 / 0.7);
}

.border-rose-100\/75{
  border-color: rgb(255 228 230 / 0.75);
}

.border-rose-100\/80{
  border-color: rgb(255 228 230 / 0.8);
}

.border-rose-100\/90{
  border-color: rgb(255 228 230 / 0.9);
}

.border-rose-100\/95{
  border-color: rgb(255 228 230 / 0.95);
}

.border-rose-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-rose-200\/0{
  border-color: rgb(254 205 211 / 0);
}

.border-rose-200\/10{
  border-color: rgb(254 205 211 / 0.1);
}

.border-rose-200\/100{
  border-color: rgb(254 205 211 / 1);
}

.border-rose-200\/20{
  border-color: rgb(254 205 211 / 0.2);
}

.border-rose-200\/25{
  border-color: rgb(254 205 211 / 0.25);
}

.border-rose-200\/30{
  border-color: rgb(254 205 211 / 0.3);
}

.border-rose-200\/40{
  border-color: rgb(254 205 211 / 0.4);
}

.border-rose-200\/5{
  border-color: rgb(254 205 211 / 0.05);
}

.border-rose-200\/50{
  border-color: rgb(254 205 211 / 0.5);
}

.border-rose-200\/60{
  border-color: rgb(254 205 211 / 0.6);
}

.border-rose-200\/70{
  border-color: rgb(254 205 211 / 0.7);
}

.border-rose-200\/75{
  border-color: rgb(254 205 211 / 0.75);
}

.border-rose-200\/80{
  border-color: rgb(254 205 211 / 0.8);
}

.border-rose-200\/90{
  border-color: rgb(254 205 211 / 0.9);
}

.border-rose-200\/95{
  border-color: rgb(254 205 211 / 0.95);
}

.border-rose-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-rose-300\/0{
  border-color: rgb(253 164 175 / 0);
}

.border-rose-300\/10{
  border-color: rgb(253 164 175 / 0.1);
}

.border-rose-300\/100{
  border-color: rgb(253 164 175 / 1);
}

.border-rose-300\/20{
  border-color: rgb(253 164 175 / 0.2);
}

.border-rose-300\/25{
  border-color: rgb(253 164 175 / 0.25);
}

.border-rose-300\/30{
  border-color: rgb(253 164 175 / 0.3);
}

.border-rose-300\/40{
  border-color: rgb(253 164 175 / 0.4);
}

.border-rose-300\/5{
  border-color: rgb(253 164 175 / 0.05);
}

.border-rose-300\/50{
  border-color: rgb(253 164 175 / 0.5);
}

.border-rose-300\/60{
  border-color: rgb(253 164 175 / 0.6);
}

.border-rose-300\/70{
  border-color: rgb(253 164 175 / 0.7);
}

.border-rose-300\/75{
  border-color: rgb(253 164 175 / 0.75);
}

.border-rose-300\/80{
  border-color: rgb(253 164 175 / 0.8);
}

.border-rose-300\/90{
  border-color: rgb(253 164 175 / 0.9);
}

.border-rose-300\/95{
  border-color: rgb(253 164 175 / 0.95);
}

.border-rose-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-rose-400\/0{
  border-color: rgb(251 113 133 / 0);
}

.border-rose-400\/10{
  border-color: rgb(251 113 133 / 0.1);
}

.border-rose-400\/100{
  border-color: rgb(251 113 133 / 1);
}

.border-rose-400\/20{
  border-color: rgb(251 113 133 / 0.2);
}

.border-rose-400\/25{
  border-color: rgb(251 113 133 / 0.25);
}

.border-rose-400\/30{
  border-color: rgb(251 113 133 / 0.3);
}

.border-rose-400\/40{
  border-color: rgb(251 113 133 / 0.4);
}

.border-rose-400\/5{
  border-color: rgb(251 113 133 / 0.05);
}

.border-rose-400\/50{
  border-color: rgb(251 113 133 / 0.5);
}

.border-rose-400\/60{
  border-color: rgb(251 113 133 / 0.6);
}

.border-rose-400\/70{
  border-color: rgb(251 113 133 / 0.7);
}

.border-rose-400\/75{
  border-color: rgb(251 113 133 / 0.75);
}

.border-rose-400\/80{
  border-color: rgb(251 113 133 / 0.8);
}

.border-rose-400\/90{
  border-color: rgb(251 113 133 / 0.9);
}

.border-rose-400\/95{
  border-color: rgb(251 113 133 / 0.95);
}

.border-rose-50{
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-rose-50\/0{
  border-color: rgb(255 241 242 / 0);
}

.border-rose-50\/10{
  border-color: rgb(255 241 242 / 0.1);
}

.border-rose-50\/100{
  border-color: rgb(255 241 242 / 1);
}

.border-rose-50\/20{
  border-color: rgb(255 241 242 / 0.2);
}

.border-rose-50\/25{
  border-color: rgb(255 241 242 / 0.25);
}

.border-rose-50\/30{
  border-color: rgb(255 241 242 / 0.3);
}

.border-rose-50\/40{
  border-color: rgb(255 241 242 / 0.4);
}

.border-rose-50\/5{
  border-color: rgb(255 241 242 / 0.05);
}

.border-rose-50\/50{
  border-color: rgb(255 241 242 / 0.5);
}

.border-rose-50\/60{
  border-color: rgb(255 241 242 / 0.6);
}

.border-rose-50\/70{
  border-color: rgb(255 241 242 / 0.7);
}

.border-rose-50\/75{
  border-color: rgb(255 241 242 / 0.75);
}

.border-rose-50\/80{
  border-color: rgb(255 241 242 / 0.8);
}

.border-rose-50\/90{
  border-color: rgb(255 241 242 / 0.9);
}

.border-rose-50\/95{
  border-color: rgb(255 241 242 / 0.95);
}

.border-rose-500{
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-rose-500\/0{
  border-color: rgb(244 63 94 / 0);
}

.border-rose-500\/10{
  border-color: rgb(244 63 94 / 0.1);
}

.border-rose-500\/100{
  border-color: rgb(244 63 94 / 1);
}

.border-rose-500\/20{
  border-color: rgb(244 63 94 / 0.2);
}

.border-rose-500\/25{
  border-color: rgb(244 63 94 / 0.25);
}

.border-rose-500\/30{
  border-color: rgb(244 63 94 / 0.3);
}

.border-rose-500\/40{
  border-color: rgb(244 63 94 / 0.4);
}

.border-rose-500\/5{
  border-color: rgb(244 63 94 / 0.05);
}

.border-rose-500\/50{
  border-color: rgb(244 63 94 / 0.5);
}

.border-rose-500\/60{
  border-color: rgb(244 63 94 / 0.6);
}

.border-rose-500\/70{
  border-color: rgb(244 63 94 / 0.7);
}

.border-rose-500\/75{
  border-color: rgb(244 63 94 / 0.75);
}

.border-rose-500\/80{
  border-color: rgb(244 63 94 / 0.8);
}

.border-rose-500\/90{
  border-color: rgb(244 63 94 / 0.9);
}

.border-rose-500\/95{
  border-color: rgb(244 63 94 / 0.95);
}

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

.border-rose-600\/0{
  border-color: rgb(225 29 72 / 0);
}

.border-rose-600\/10{
  border-color: rgb(225 29 72 / 0.1);
}

.border-rose-600\/100{
  border-color: rgb(225 29 72 / 1);
}

.border-rose-600\/20{
  border-color: rgb(225 29 72 / 0.2);
}

.border-rose-600\/25{
  border-color: rgb(225 29 72 / 0.25);
}

.border-rose-600\/30{
  border-color: rgb(225 29 72 / 0.3);
}

.border-rose-600\/40{
  border-color: rgb(225 29 72 / 0.4);
}

.border-rose-600\/5{
  border-color: rgb(225 29 72 / 0.05);
}

.border-rose-600\/50{
  border-color: rgb(225 29 72 / 0.5);
}

.border-rose-600\/60{
  border-color: rgb(225 29 72 / 0.6);
}

.border-rose-600\/70{
  border-color: rgb(225 29 72 / 0.7);
}

.border-rose-600\/75{
  border-color: rgb(225 29 72 / 0.75);
}

.border-rose-600\/80{
  border-color: rgb(225 29 72 / 0.8);
}

.border-rose-600\/90{
  border-color: rgb(225 29 72 / 0.9);
}

.border-rose-600\/95{
  border-color: rgb(225 29 72 / 0.95);
}

.border-rose-700{
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-rose-700\/0{
  border-color: rgb(190 18 60 / 0);
}

.border-rose-700\/10{
  border-color: rgb(190 18 60 / 0.1);
}

.border-rose-700\/100{
  border-color: rgb(190 18 60 / 1);
}

.border-rose-700\/20{
  border-color: rgb(190 18 60 / 0.2);
}

.border-rose-700\/25{
  border-color: rgb(190 18 60 / 0.25);
}

.border-rose-700\/30{
  border-color: rgb(190 18 60 / 0.3);
}

.border-rose-700\/40{
  border-color: rgb(190 18 60 / 0.4);
}

.border-rose-700\/5{
  border-color: rgb(190 18 60 / 0.05);
}

.border-rose-700\/50{
  border-color: rgb(190 18 60 / 0.5);
}

.border-rose-700\/60{
  border-color: rgb(190 18 60 / 0.6);
}

.border-rose-700\/70{
  border-color: rgb(190 18 60 / 0.7);
}

.border-rose-700\/75{
  border-color: rgb(190 18 60 / 0.75);
}

.border-rose-700\/80{
  border-color: rgb(190 18 60 / 0.8);
}

.border-rose-700\/90{
  border-color: rgb(190 18 60 / 0.9);
}

.border-rose-700\/95{
  border-color: rgb(190 18 60 / 0.95);
}

.border-rose-800{
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-rose-800\/0{
  border-color: rgb(159 18 57 / 0);
}

.border-rose-800\/10{
  border-color: rgb(159 18 57 / 0.1);
}

.border-rose-800\/100{
  border-color: rgb(159 18 57 / 1);
}

.border-rose-800\/20{
  border-color: rgb(159 18 57 / 0.2);
}

.border-rose-800\/25{
  border-color: rgb(159 18 57 / 0.25);
}

.border-rose-800\/30{
  border-color: rgb(159 18 57 / 0.3);
}

.border-rose-800\/40{
  border-color: rgb(159 18 57 / 0.4);
}

.border-rose-800\/5{
  border-color: rgb(159 18 57 / 0.05);
}

.border-rose-800\/50{
  border-color: rgb(159 18 57 / 0.5);
}

.border-rose-800\/60{
  border-color: rgb(159 18 57 / 0.6);
}

.border-rose-800\/70{
  border-color: rgb(159 18 57 / 0.7);
}

.border-rose-800\/75{
  border-color: rgb(159 18 57 / 0.75);
}

.border-rose-800\/80{
  border-color: rgb(159 18 57 / 0.8);
}

.border-rose-800\/90{
  border-color: rgb(159 18 57 / 0.9);
}

.border-rose-800\/95{
  border-color: rgb(159 18 57 / 0.95);
}

.border-rose-900{
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-rose-900\/0{
  border-color: rgb(136 19 55 / 0);
}

.border-rose-900\/10{
  border-color: rgb(136 19 55 / 0.1);
}

.border-rose-900\/100{
  border-color: rgb(136 19 55 / 1);
}

.border-rose-900\/20{
  border-color: rgb(136 19 55 / 0.2);
}

.border-rose-900\/25{
  border-color: rgb(136 19 55 / 0.25);
}

.border-rose-900\/30{
  border-color: rgb(136 19 55 / 0.3);
}

.border-rose-900\/40{
  border-color: rgb(136 19 55 / 0.4);
}

.border-rose-900\/5{
  border-color: rgb(136 19 55 / 0.05);
}

.border-rose-900\/50{
  border-color: rgb(136 19 55 / 0.5);
}

.border-rose-900\/60{
  border-color: rgb(136 19 55 / 0.6);
}

.border-rose-900\/70{
  border-color: rgb(136 19 55 / 0.7);
}

.border-rose-900\/75{
  border-color: rgb(136 19 55 / 0.75);
}

.border-rose-900\/80{
  border-color: rgb(136 19 55 / 0.8);
}

.border-rose-900\/90{
  border-color: rgb(136 19 55 / 0.9);
}

.border-rose-900\/95{
  border-color: rgb(136 19 55 / 0.95);
}

.border-rose-950{
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-rose-950\/0{
  border-color: rgb(76 5 25 / 0);
}

.border-rose-950\/10{
  border-color: rgb(76 5 25 / 0.1);
}

.border-rose-950\/100{
  border-color: rgb(76 5 25 / 1);
}

.border-rose-950\/20{
  border-color: rgb(76 5 25 / 0.2);
}

.border-rose-950\/25{
  border-color: rgb(76 5 25 / 0.25);
}

.border-rose-950\/30{
  border-color: rgb(76 5 25 / 0.3);
}

.border-rose-950\/40{
  border-color: rgb(76 5 25 / 0.4);
}

.border-rose-950\/5{
  border-color: rgb(76 5 25 / 0.05);
}

.border-rose-950\/50{
  border-color: rgb(76 5 25 / 0.5);
}

.border-rose-950\/60{
  border-color: rgb(76 5 25 / 0.6);
}

.border-rose-950\/70{
  border-color: rgb(76 5 25 / 0.7);
}

.border-rose-950\/75{
  border-color: rgb(76 5 25 / 0.75);
}

.border-rose-950\/80{
  border-color: rgb(76 5 25 / 0.8);
}

.border-rose-950\/90{
  border-color: rgb(76 5 25 / 0.9);
}

.border-rose-950\/95{
  border-color: rgb(76 5 25 / 0.95);
}

.border-sky-100{
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.border-sky-100\/0{
  border-color: rgb(224 242 254 / 0);
}

.border-sky-100\/10{
  border-color: rgb(224 242 254 / 0.1);
}

.border-sky-100\/100{
  border-color: rgb(224 242 254 / 1);
}

.border-sky-100\/20{
  border-color: rgb(224 242 254 / 0.2);
}

.border-sky-100\/25{
  border-color: rgb(224 242 254 / 0.25);
}

.border-sky-100\/30{
  border-color: rgb(224 242 254 / 0.3);
}

.border-sky-100\/40{
  border-color: rgb(224 242 254 / 0.4);
}

.border-sky-100\/5{
  border-color: rgb(224 242 254 / 0.05);
}

.border-sky-100\/50{
  border-color: rgb(224 242 254 / 0.5);
}

.border-sky-100\/60{
  border-color: rgb(224 242 254 / 0.6);
}

.border-sky-100\/70{
  border-color: rgb(224 242 254 / 0.7);
}

.border-sky-100\/75{
  border-color: rgb(224 242 254 / 0.75);
}

.border-sky-100\/80{
  border-color: rgb(224 242 254 / 0.8);
}

.border-sky-100\/90{
  border-color: rgb(224 242 254 / 0.9);
}

.border-sky-100\/95{
  border-color: rgb(224 242 254 / 0.95);
}

.border-sky-200{
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-sky-200\/0{
  border-color: rgb(186 230 253 / 0);
}

.border-sky-200\/10{
  border-color: rgb(186 230 253 / 0.1);
}

.border-sky-200\/100{
  border-color: rgb(186 230 253 / 1);
}

.border-sky-200\/20{
  border-color: rgb(186 230 253 / 0.2);
}

.border-sky-200\/25{
  border-color: rgb(186 230 253 / 0.25);
}

.border-sky-200\/30{
  border-color: rgb(186 230 253 / 0.3);
}

.border-sky-200\/40{
  border-color: rgb(186 230 253 / 0.4);
}

.border-sky-200\/5{
  border-color: rgb(186 230 253 / 0.05);
}

.border-sky-200\/50{
  border-color: rgb(186 230 253 / 0.5);
}

.border-sky-200\/60{
  border-color: rgb(186 230 253 / 0.6);
}

.border-sky-200\/70{
  border-color: rgb(186 230 253 / 0.7);
}

.border-sky-200\/75{
  border-color: rgb(186 230 253 / 0.75);
}

.border-sky-200\/80{
  border-color: rgb(186 230 253 / 0.8);
}

.border-sky-200\/90{
  border-color: rgb(186 230 253 / 0.9);
}

.border-sky-200\/95{
  border-color: rgb(186 230 253 / 0.95);
}

.border-sky-300{
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-sky-300\/0{
  border-color: rgb(125 211 252 / 0);
}

.border-sky-300\/10{
  border-color: rgb(125 211 252 / 0.1);
}

.border-sky-300\/100{
  border-color: rgb(125 211 252 / 1);
}

.border-sky-300\/20{
  border-color: rgb(125 211 252 / 0.2);
}

.border-sky-300\/25{
  border-color: rgb(125 211 252 / 0.25);
}

.border-sky-300\/30{
  border-color: rgb(125 211 252 / 0.3);
}

.border-sky-300\/40{
  border-color: rgb(125 211 252 / 0.4);
}

.border-sky-300\/5{
  border-color: rgb(125 211 252 / 0.05);
}

.border-sky-300\/50{
  border-color: rgb(125 211 252 / 0.5);
}

.border-sky-300\/60{
  border-color: rgb(125 211 252 / 0.6);
}

.border-sky-300\/70{
  border-color: rgb(125 211 252 / 0.7);
}

.border-sky-300\/75{
  border-color: rgb(125 211 252 / 0.75);
}

.border-sky-300\/80{
  border-color: rgb(125 211 252 / 0.8);
}

.border-sky-300\/90{
  border-color: rgb(125 211 252 / 0.9);
}

.border-sky-300\/95{
  border-color: rgb(125 211 252 / 0.95);
}

.border-sky-400{
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-sky-400\/0{
  border-color: rgb(56 189 248 / 0);
}

.border-sky-400\/10{
  border-color: rgb(56 189 248 / 0.1);
}

.border-sky-400\/100{
  border-color: rgb(56 189 248 / 1);
}

.border-sky-400\/20{
  border-color: rgb(56 189 248 / 0.2);
}

.border-sky-400\/25{
  border-color: rgb(56 189 248 / 0.25);
}

.border-sky-400\/30{
  border-color: rgb(56 189 248 / 0.3);
}

.border-sky-400\/40{
  border-color: rgb(56 189 248 / 0.4);
}

.border-sky-400\/5{
  border-color: rgb(56 189 248 / 0.05);
}

.border-sky-400\/50{
  border-color: rgb(56 189 248 / 0.5);
}

.border-sky-400\/60{
  border-color: rgb(56 189 248 / 0.6);
}

.border-sky-400\/70{
  border-color: rgb(56 189 248 / 0.7);
}

.border-sky-400\/75{
  border-color: rgb(56 189 248 / 0.75);
}

.border-sky-400\/80{
  border-color: rgb(56 189 248 / 0.8);
}

.border-sky-400\/90{
  border-color: rgb(56 189 248 / 0.9);
}

.border-sky-400\/95{
  border-color: rgb(56 189 248 / 0.95);
}

.border-sky-50{
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-sky-50\/0{
  border-color: rgb(240 249 255 / 0);
}

.border-sky-50\/10{
  border-color: rgb(240 249 255 / 0.1);
}

.border-sky-50\/100{
  border-color: rgb(240 249 255 / 1);
}

.border-sky-50\/20{
  border-color: rgb(240 249 255 / 0.2);
}

.border-sky-50\/25{
  border-color: rgb(240 249 255 / 0.25);
}

.border-sky-50\/30{
  border-color: rgb(240 249 255 / 0.3);
}

.border-sky-50\/40{
  border-color: rgb(240 249 255 / 0.4);
}

.border-sky-50\/5{
  border-color: rgb(240 249 255 / 0.05);
}

.border-sky-50\/50{
  border-color: rgb(240 249 255 / 0.5);
}

.border-sky-50\/60{
  border-color: rgb(240 249 255 / 0.6);
}

.border-sky-50\/70{
  border-color: rgb(240 249 255 / 0.7);
}

.border-sky-50\/75{
  border-color: rgb(240 249 255 / 0.75);
}

.border-sky-50\/80{
  border-color: rgb(240 249 255 / 0.8);
}

.border-sky-50\/90{
  border-color: rgb(240 249 255 / 0.9);
}

.border-sky-50\/95{
  border-color: rgb(240 249 255 / 0.95);
}

.border-sky-500{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-sky-500\/0{
  border-color: rgb(14 165 233 / 0);
}

.border-sky-500\/10{
  border-color: rgb(14 165 233 / 0.1);
}

.border-sky-500\/100{
  border-color: rgb(14 165 233 / 1);
}

.border-sky-500\/20{
  border-color: rgb(14 165 233 / 0.2);
}

.border-sky-500\/25{
  border-color: rgb(14 165 233 / 0.25);
}

.border-sky-500\/30{
  border-color: rgb(14 165 233 / 0.3);
}

.border-sky-500\/40{
  border-color: rgb(14 165 233 / 0.4);
}

.border-sky-500\/5{
  border-color: rgb(14 165 233 / 0.05);
}

.border-sky-500\/50{
  border-color: rgb(14 165 233 / 0.5);
}

.border-sky-500\/60{
  border-color: rgb(14 165 233 / 0.6);
}

.border-sky-500\/70{
  border-color: rgb(14 165 233 / 0.7);
}

.border-sky-500\/75{
  border-color: rgb(14 165 233 / 0.75);
}

.border-sky-500\/80{
  border-color: rgb(14 165 233 / 0.8);
}

.border-sky-500\/90{
  border-color: rgb(14 165 233 / 0.9);
}

.border-sky-500\/95{
  border-color: rgb(14 165 233 / 0.95);
}

.border-sky-600{
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-sky-600\/0{
  border-color: rgb(2 132 199 / 0);
}

.border-sky-600\/10{
  border-color: rgb(2 132 199 / 0.1);
}

.border-sky-600\/100{
  border-color: rgb(2 132 199 / 1);
}

.border-sky-600\/20{
  border-color: rgb(2 132 199 / 0.2);
}

.border-sky-600\/25{
  border-color: rgb(2 132 199 / 0.25);
}

.border-sky-600\/30{
  border-color: rgb(2 132 199 / 0.3);
}

.border-sky-600\/40{
  border-color: rgb(2 132 199 / 0.4);
}

.border-sky-600\/5{
  border-color: rgb(2 132 199 / 0.05);
}

.border-sky-600\/50{
  border-color: rgb(2 132 199 / 0.5);
}

.border-sky-600\/60{
  border-color: rgb(2 132 199 / 0.6);
}

.border-sky-600\/70{
  border-color: rgb(2 132 199 / 0.7);
}

.border-sky-600\/75{
  border-color: rgb(2 132 199 / 0.75);
}

.border-sky-600\/80{
  border-color: rgb(2 132 199 / 0.8);
}

.border-sky-600\/90{
  border-color: rgb(2 132 199 / 0.9);
}

.border-sky-600\/95{
  border-color: rgb(2 132 199 / 0.95);
}

.border-sky-700{
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-sky-700\/0{
  border-color: rgb(3 105 161 / 0);
}

.border-sky-700\/10{
  border-color: rgb(3 105 161 / 0.1);
}

.border-sky-700\/100{
  border-color: rgb(3 105 161 / 1);
}

.border-sky-700\/20{
  border-color: rgb(3 105 161 / 0.2);
}

.border-sky-700\/25{
  border-color: rgb(3 105 161 / 0.25);
}

.border-sky-700\/30{
  border-color: rgb(3 105 161 / 0.3);
}

.border-sky-700\/40{
  border-color: rgb(3 105 161 / 0.4);
}

.border-sky-700\/5{
  border-color: rgb(3 105 161 / 0.05);
}

.border-sky-700\/50{
  border-color: rgb(3 105 161 / 0.5);
}

.border-sky-700\/60{
  border-color: rgb(3 105 161 / 0.6);
}

.border-sky-700\/70{
  border-color: rgb(3 105 161 / 0.7);
}

.border-sky-700\/75{
  border-color: rgb(3 105 161 / 0.75);
}

.border-sky-700\/80{
  border-color: rgb(3 105 161 / 0.8);
}

.border-sky-700\/90{
  border-color: rgb(3 105 161 / 0.9);
}

.border-sky-700\/95{
  border-color: rgb(3 105 161 / 0.95);
}

.border-sky-800{
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-sky-800\/0{
  border-color: rgb(7 89 133 / 0);
}

.border-sky-800\/10{
  border-color: rgb(7 89 133 / 0.1);
}

.border-sky-800\/100{
  border-color: rgb(7 89 133 / 1);
}

.border-sky-800\/20{
  border-color: rgb(7 89 133 / 0.2);
}

.border-sky-800\/25{
  border-color: rgb(7 89 133 / 0.25);
}

.border-sky-800\/30{
  border-color: rgb(7 89 133 / 0.3);
}

.border-sky-800\/40{
  border-color: rgb(7 89 133 / 0.4);
}

.border-sky-800\/5{
  border-color: rgb(7 89 133 / 0.05);
}

.border-sky-800\/50{
  border-color: rgb(7 89 133 / 0.5);
}

.border-sky-800\/60{
  border-color: rgb(7 89 133 / 0.6);
}

.border-sky-800\/70{
  border-color: rgb(7 89 133 / 0.7);
}

.border-sky-800\/75{
  border-color: rgb(7 89 133 / 0.75);
}

.border-sky-800\/80{
  border-color: rgb(7 89 133 / 0.8);
}

.border-sky-800\/90{
  border-color: rgb(7 89 133 / 0.9);
}

.border-sky-800\/95{
  border-color: rgb(7 89 133 / 0.95);
}

.border-sky-900{
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-sky-900\/0{
  border-color: rgb(12 74 110 / 0);
}

.border-sky-900\/10{
  border-color: rgb(12 74 110 / 0.1);
}

.border-sky-900\/100{
  border-color: rgb(12 74 110 / 1);
}

.border-sky-900\/20{
  border-color: rgb(12 74 110 / 0.2);
}

.border-sky-900\/25{
  border-color: rgb(12 74 110 / 0.25);
}

.border-sky-900\/30{
  border-color: rgb(12 74 110 / 0.3);
}

.border-sky-900\/40{
  border-color: rgb(12 74 110 / 0.4);
}

.border-sky-900\/5{
  border-color: rgb(12 74 110 / 0.05);
}

.border-sky-900\/50{
  border-color: rgb(12 74 110 / 0.5);
}

.border-sky-900\/60{
  border-color: rgb(12 74 110 / 0.6);
}

.border-sky-900\/70{
  border-color: rgb(12 74 110 / 0.7);
}

.border-sky-900\/75{
  border-color: rgb(12 74 110 / 0.75);
}

.border-sky-900\/80{
  border-color: rgb(12 74 110 / 0.8);
}

.border-sky-900\/90{
  border-color: rgb(12 74 110 / 0.9);
}

.border-sky-900\/95{
  border-color: rgb(12 74 110 / 0.95);
}

.border-sky-950{
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-sky-950\/0{
  border-color: rgb(8 47 73 / 0);
}

.border-sky-950\/10{
  border-color: rgb(8 47 73 / 0.1);
}

.border-sky-950\/100{
  border-color: rgb(8 47 73 / 1);
}

.border-sky-950\/20{
  border-color: rgb(8 47 73 / 0.2);
}

.border-sky-950\/25{
  border-color: rgb(8 47 73 / 0.25);
}

.border-sky-950\/30{
  border-color: rgb(8 47 73 / 0.3);
}

.border-sky-950\/40{
  border-color: rgb(8 47 73 / 0.4);
}

.border-sky-950\/5{
  border-color: rgb(8 47 73 / 0.05);
}

.border-sky-950\/50{
  border-color: rgb(8 47 73 / 0.5);
}

.border-sky-950\/60{
  border-color: rgb(8 47 73 / 0.6);
}

.border-sky-950\/70{
  border-color: rgb(8 47 73 / 0.7);
}

.border-sky-950\/75{
  border-color: rgb(8 47 73 / 0.75);
}

.border-sky-950\/80{
  border-color: rgb(8 47 73 / 0.8);
}

.border-sky-950\/90{
  border-color: rgb(8 47 73 / 0.9);
}

.border-sky-950\/95{
  border-color: rgb(8 47 73 / 0.95);
}

.border-slate-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-slate-100\/0{
  border-color: rgb(241 245 249 / 0);
}

.border-slate-100\/10{
  border-color: rgb(241 245 249 / 0.1);
}

.border-slate-100\/100{
  border-color: rgb(241 245 249 / 1);
}

.border-slate-100\/20{
  border-color: rgb(241 245 249 / 0.2);
}

.border-slate-100\/25{
  border-color: rgb(241 245 249 / 0.25);
}

.border-slate-100\/30{
  border-color: rgb(241 245 249 / 0.3);
}

.border-slate-100\/40{
  border-color: rgb(241 245 249 / 0.4);
}

.border-slate-100\/5{
  border-color: rgb(241 245 249 / 0.05);
}

.border-slate-100\/50{
  border-color: rgb(241 245 249 / 0.5);
}

.border-slate-100\/60{
  border-color: rgb(241 245 249 / 0.6);
}

.border-slate-100\/70{
  border-color: rgb(241 245 249 / 0.7);
}

.border-slate-100\/75{
  border-color: rgb(241 245 249 / 0.75);
}

.border-slate-100\/80{
  border-color: rgb(241 245 249 / 0.8);
}

.border-slate-100\/90{
  border-color: rgb(241 245 249 / 0.9);
}

.border-slate-100\/95{
  border-color: rgb(241 245 249 / 0.95);
}

.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-slate-200\/0{
  border-color: rgb(226 232 240 / 0);
}

.border-slate-200\/10{
  border-color: rgb(226 232 240 / 0.1);
}

.border-slate-200\/100{
  border-color: rgb(226 232 240 / 1);
}

.border-slate-200\/20{
  border-color: rgb(226 232 240 / 0.2);
}

.border-slate-200\/25{
  border-color: rgb(226 232 240 / 0.25);
}

.border-slate-200\/30{
  border-color: rgb(226 232 240 / 0.3);
}

.border-slate-200\/40{
  border-color: rgb(226 232 240 / 0.4);
}

.border-slate-200\/5{
  border-color: rgb(226 232 240 / 0.05);
}

.border-slate-200\/50{
  border-color: rgb(226 232 240 / 0.5);
}

.border-slate-200\/60{
  border-color: rgb(226 232 240 / 0.6);
}

.border-slate-200\/70{
  border-color: rgb(226 232 240 / 0.7);
}

.border-slate-200\/75{
  border-color: rgb(226 232 240 / 0.75);
}

.border-slate-200\/80{
  border-color: rgb(226 232 240 / 0.8);
}

.border-slate-200\/90{
  border-color: rgb(226 232 240 / 0.9);
}

.border-slate-200\/95{
  border-color: rgb(226 232 240 / 0.95);
}

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

.border-slate-300\/0{
  border-color: rgb(203 213 225 / 0);
}

.border-slate-300\/10{
  border-color: rgb(203 213 225 / 0.1);
}

.border-slate-300\/100{
  border-color: rgb(203 213 225 / 1);
}

.border-slate-300\/20{
  border-color: rgb(203 213 225 / 0.2);
}

.border-slate-300\/25{
  border-color: rgb(203 213 225 / 0.25);
}

.border-slate-300\/30{
  border-color: rgb(203 213 225 / 0.3);
}

.border-slate-300\/40{
  border-color: rgb(203 213 225 / 0.4);
}

.border-slate-300\/5{
  border-color: rgb(203 213 225 / 0.05);
}

.border-slate-300\/50{
  border-color: rgb(203 213 225 / 0.5);
}

.border-slate-300\/60{
  border-color: rgb(203 213 225 / 0.6);
}

.border-slate-300\/70{
  border-color: rgb(203 213 225 / 0.7);
}

.border-slate-300\/75{
  border-color: rgb(203 213 225 / 0.75);
}

.border-slate-300\/80{
  border-color: rgb(203 213 225 / 0.8);
}

.border-slate-300\/90{
  border-color: rgb(203 213 225 / 0.9);
}

.border-slate-300\/95{
  border-color: rgb(203 213 225 / 0.95);
}

.border-slate-400{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-slate-400\/0{
  border-color: rgb(148 163 184 / 0);
}

.border-slate-400\/10{
  border-color: rgb(148 163 184 / 0.1);
}

.border-slate-400\/100{
  border-color: rgb(148 163 184 / 1);
}

.border-slate-400\/20{
  border-color: rgb(148 163 184 / 0.2);
}

.border-slate-400\/25{
  border-color: rgb(148 163 184 / 0.25);
}

.border-slate-400\/30{
  border-color: rgb(148 163 184 / 0.3);
}

.border-slate-400\/40{
  border-color: rgb(148 163 184 / 0.4);
}

.border-slate-400\/5{
  border-color: rgb(148 163 184 / 0.05);
}

.border-slate-400\/50{
  border-color: rgb(148 163 184 / 0.5);
}

.border-slate-400\/60{
  border-color: rgb(148 163 184 / 0.6);
}

.border-slate-400\/70{
  border-color: rgb(148 163 184 / 0.7);
}

.border-slate-400\/75{
  border-color: rgb(148 163 184 / 0.75);
}

.border-slate-400\/80{
  border-color: rgb(148 163 184 / 0.8);
}

.border-slate-400\/90{
  border-color: rgb(148 163 184 / 0.9);
}

.border-slate-400\/95{
  border-color: rgb(148 163 184 / 0.95);
}

.border-slate-50{
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-slate-50\/0{
  border-color: rgb(248 250 252 / 0);
}

.border-slate-50\/10{
  border-color: rgb(248 250 252 / 0.1);
}

.border-slate-50\/100{
  border-color: rgb(248 250 252 / 1);
}

.border-slate-50\/20{
  border-color: rgb(248 250 252 / 0.2);
}

.border-slate-50\/25{
  border-color: rgb(248 250 252 / 0.25);
}

.border-slate-50\/30{
  border-color: rgb(248 250 252 / 0.3);
}

.border-slate-50\/40{
  border-color: rgb(248 250 252 / 0.4);
}

.border-slate-50\/5{
  border-color: rgb(248 250 252 / 0.05);
}

.border-slate-50\/50{
  border-color: rgb(248 250 252 / 0.5);
}

.border-slate-50\/60{
  border-color: rgb(248 250 252 / 0.6);
}

.border-slate-50\/70{
  border-color: rgb(248 250 252 / 0.7);
}

.border-slate-50\/75{
  border-color: rgb(248 250 252 / 0.75);
}

.border-slate-50\/80{
  border-color: rgb(248 250 252 / 0.8);
}

.border-slate-50\/90{
  border-color: rgb(248 250 252 / 0.9);
}

.border-slate-50\/95{
  border-color: rgb(248 250 252 / 0.95);
}

.border-slate-500{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-slate-500\/0{
  border-color: rgb(100 116 139 / 0);
}

.border-slate-500\/10{
  border-color: rgb(100 116 139 / 0.1);
}

.border-slate-500\/100{
  border-color: rgb(100 116 139 / 1);
}

.border-slate-500\/20{
  border-color: rgb(100 116 139 / 0.2);
}

.border-slate-500\/25{
  border-color: rgb(100 116 139 / 0.25);
}

.border-slate-500\/30{
  border-color: rgb(100 116 139 / 0.3);
}

.border-slate-500\/40{
  border-color: rgb(100 116 139 / 0.4);
}

.border-slate-500\/5{
  border-color: rgb(100 116 139 / 0.05);
}

.border-slate-500\/50{
  border-color: rgb(100 116 139 / 0.5);
}

.border-slate-500\/60{
  border-color: rgb(100 116 139 / 0.6);
}

.border-slate-500\/70{
  border-color: rgb(100 116 139 / 0.7);
}

.border-slate-500\/75{
  border-color: rgb(100 116 139 / 0.75);
}

.border-slate-500\/80{
  border-color: rgb(100 116 139 / 0.8);
}

.border-slate-500\/90{
  border-color: rgb(100 116 139 / 0.9);
}

.border-slate-500\/95{
  border-color: rgb(100 116 139 / 0.95);
}

.border-slate-600{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-slate-600\/0{
  border-color: rgb(71 85 105 / 0);
}

.border-slate-600\/10{
  border-color: rgb(71 85 105 / 0.1);
}

.border-slate-600\/100{
  border-color: rgb(71 85 105 / 1);
}

.border-slate-600\/20{
  border-color: rgb(71 85 105 / 0.2);
}

.border-slate-600\/25{
  border-color: rgb(71 85 105 / 0.25);
}

.border-slate-600\/30{
  border-color: rgb(71 85 105 / 0.3);
}

.border-slate-600\/40{
  border-color: rgb(71 85 105 / 0.4);
}

.border-slate-600\/5{
  border-color: rgb(71 85 105 / 0.05);
}

.border-slate-600\/50{
  border-color: rgb(71 85 105 / 0.5);
}

.border-slate-600\/60{
  border-color: rgb(71 85 105 / 0.6);
}

.border-slate-600\/70{
  border-color: rgb(71 85 105 / 0.7);
}

.border-slate-600\/75{
  border-color: rgb(71 85 105 / 0.75);
}

.border-slate-600\/80{
  border-color: rgb(71 85 105 / 0.8);
}

.border-slate-600\/90{
  border-color: rgb(71 85 105 / 0.9);
}

.border-slate-600\/95{
  border-color: rgb(71 85 105 / 0.95);
}

.border-slate-700{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-slate-700\/0{
  border-color: rgb(51 65 85 / 0);
}

.border-slate-700\/10{
  border-color: rgb(51 65 85 / 0.1);
}

.border-slate-700\/100{
  border-color: rgb(51 65 85 / 1);
}

.border-slate-700\/20{
  border-color: rgb(51 65 85 / 0.2);
}

.border-slate-700\/25{
  border-color: rgb(51 65 85 / 0.25);
}

.border-slate-700\/30{
  border-color: rgb(51 65 85 / 0.3);
}

.border-slate-700\/40{
  border-color: rgb(51 65 85 / 0.4);
}

.border-slate-700\/5{
  border-color: rgb(51 65 85 / 0.05);
}

.border-slate-700\/50{
  border-color: rgb(51 65 85 / 0.5);
}

.border-slate-700\/60{
  border-color: rgb(51 65 85 / 0.6);
}

.border-slate-700\/70{
  border-color: rgb(51 65 85 / 0.7);
}

.border-slate-700\/75{
  border-color: rgb(51 65 85 / 0.75);
}

.border-slate-700\/80{
  border-color: rgb(51 65 85 / 0.8);
}

.border-slate-700\/90{
  border-color: rgb(51 65 85 / 0.9);
}

.border-slate-700\/95{
  border-color: rgb(51 65 85 / 0.95);
}

.border-slate-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-slate-800\/0{
  border-color: rgb(30 41 59 / 0);
}

.border-slate-800\/10{
  border-color: rgb(30 41 59 / 0.1);
}

.border-slate-800\/100{
  border-color: rgb(30 41 59 / 1);
}

.border-slate-800\/20{
  border-color: rgb(30 41 59 / 0.2);
}

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

.border-slate-800\/30{
  border-color: rgb(30 41 59 / 0.3);
}

.border-slate-800\/40{
  border-color: rgb(30 41 59 / 0.4);
}

.border-slate-800\/5{
  border-color: rgb(30 41 59 / 0.05);
}

.border-slate-800\/50{
  border-color: rgb(30 41 59 / 0.5);
}

.border-slate-800\/60{
  border-color: rgb(30 41 59 / 0.6);
}

.border-slate-800\/70{
  border-color: rgb(30 41 59 / 0.7);
}

.border-slate-800\/75{
  border-color: rgb(30 41 59 / 0.75);
}

.border-slate-800\/80{
  border-color: rgb(30 41 59 / 0.8);
}

.border-slate-800\/90{
  border-color: rgb(30 41 59 / 0.9);
}

.border-slate-800\/95{
  border-color: rgb(30 41 59 / 0.95);
}

.border-slate-900{
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-slate-900\/0{
  border-color: rgb(15 23 42 / 0);
}

.border-slate-900\/10{
  border-color: rgb(15 23 42 / 0.1);
}

.border-slate-900\/100{
  border-color: rgb(15 23 42 / 1);
}

.border-slate-900\/20{
  border-color: rgb(15 23 42 / 0.2);
}

.border-slate-900\/25{
  border-color: rgb(15 23 42 / 0.25);
}

.border-slate-900\/30{
  border-color: rgb(15 23 42 / 0.3);
}

.border-slate-900\/40{
  border-color: rgb(15 23 42 / 0.4);
}

.border-slate-900\/5{
  border-color: rgb(15 23 42 / 0.05);
}

.border-slate-900\/50{
  border-color: rgb(15 23 42 / 0.5);
}

.border-slate-900\/60{
  border-color: rgb(15 23 42 / 0.6);
}

.border-slate-900\/70{
  border-color: rgb(15 23 42 / 0.7);
}

.border-slate-900\/75{
  border-color: rgb(15 23 42 / 0.75);
}

.border-slate-900\/80{
  border-color: rgb(15 23 42 / 0.8);
}

.border-slate-900\/90{
  border-color: rgb(15 23 42 / 0.9);
}

.border-slate-900\/95{
  border-color: rgb(15 23 42 / 0.95);
}

.border-slate-950{
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-slate-950\/0{
  border-color: rgb(2 6 23 / 0);
}

.border-slate-950\/10{
  border-color: rgb(2 6 23 / 0.1);
}

.border-slate-950\/100{
  border-color: rgb(2 6 23 / 1);
}

.border-slate-950\/20{
  border-color: rgb(2 6 23 / 0.2);
}

.border-slate-950\/25{
  border-color: rgb(2 6 23 / 0.25);
}

.border-slate-950\/30{
  border-color: rgb(2 6 23 / 0.3);
}

.border-slate-950\/40{
  border-color: rgb(2 6 23 / 0.4);
}

.border-slate-950\/5{
  border-color: rgb(2 6 23 / 0.05);
}

.border-slate-950\/50{
  border-color: rgb(2 6 23 / 0.5);
}

.border-slate-950\/60{
  border-color: rgb(2 6 23 / 0.6);
}

.border-slate-950\/70{
  border-color: rgb(2 6 23 / 0.7);
}

.border-slate-950\/75{
  border-color: rgb(2 6 23 / 0.75);
}

.border-slate-950\/80{
  border-color: rgb(2 6 23 / 0.8);
}

.border-slate-950\/90{
  border-color: rgb(2 6 23 / 0.9);
}

.border-slate-950\/95{
  border-color: rgb(2 6 23 / 0.95);
}

.border-stone-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-stone-100\/0{
  border-color: rgb(245 245 244 / 0);
}

.border-stone-100\/10{
  border-color: rgb(245 245 244 / 0.1);
}

.border-stone-100\/100{
  border-color: rgb(245 245 244 / 1);
}

.border-stone-100\/20{
  border-color: rgb(245 245 244 / 0.2);
}

.border-stone-100\/25{
  border-color: rgb(245 245 244 / 0.25);
}

.border-stone-100\/30{
  border-color: rgb(245 245 244 / 0.3);
}

.border-stone-100\/40{
  border-color: rgb(245 245 244 / 0.4);
}

.border-stone-100\/5{
  border-color: rgb(245 245 244 / 0.05);
}

.border-stone-100\/50{
  border-color: rgb(245 245 244 / 0.5);
}

.border-stone-100\/60{
  border-color: rgb(245 245 244 / 0.6);
}

.border-stone-100\/70{
  border-color: rgb(245 245 244 / 0.7);
}

.border-stone-100\/75{
  border-color: rgb(245 245 244 / 0.75);
}

.border-stone-100\/80{
  border-color: rgb(245 245 244 / 0.8);
}

.border-stone-100\/90{
  border-color: rgb(245 245 244 / 0.9);
}

.border-stone-100\/95{
  border-color: rgb(245 245 244 / 0.95);
}

.border-stone-200{
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-stone-200\/0{
  border-color: rgb(231 229 228 / 0);
}

.border-stone-200\/10{
  border-color: rgb(231 229 228 / 0.1);
}

.border-stone-200\/100{
  border-color: rgb(231 229 228 / 1);
}

.border-stone-200\/20{
  border-color: rgb(231 229 228 / 0.2);
}

.border-stone-200\/25{
  border-color: rgb(231 229 228 / 0.25);
}

.border-stone-200\/30{
  border-color: rgb(231 229 228 / 0.3);
}

.border-stone-200\/40{
  border-color: rgb(231 229 228 / 0.4);
}

.border-stone-200\/5{
  border-color: rgb(231 229 228 / 0.05);
}

.border-stone-200\/50{
  border-color: rgb(231 229 228 / 0.5);
}

.border-stone-200\/60{
  border-color: rgb(231 229 228 / 0.6);
}

.border-stone-200\/70{
  border-color: rgb(231 229 228 / 0.7);
}

.border-stone-200\/75{
  border-color: rgb(231 229 228 / 0.75);
}

.border-stone-200\/80{
  border-color: rgb(231 229 228 / 0.8);
}

.border-stone-200\/90{
  border-color: rgb(231 229 228 / 0.9);
}

.border-stone-200\/95{
  border-color: rgb(231 229 228 / 0.95);
}

.border-stone-300{
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-stone-300\/0{
  border-color: rgb(214 211 209 / 0);
}

.border-stone-300\/10{
  border-color: rgb(214 211 209 / 0.1);
}

.border-stone-300\/100{
  border-color: rgb(214 211 209 / 1);
}

.border-stone-300\/20{
  border-color: rgb(214 211 209 / 0.2);
}

.border-stone-300\/25{
  border-color: rgb(214 211 209 / 0.25);
}

.border-stone-300\/30{
  border-color: rgb(214 211 209 / 0.3);
}

.border-stone-300\/40{
  border-color: rgb(214 211 209 / 0.4);
}

.border-stone-300\/5{
  border-color: rgb(214 211 209 / 0.05);
}

.border-stone-300\/50{
  border-color: rgb(214 211 209 / 0.5);
}

.border-stone-300\/60{
  border-color: rgb(214 211 209 / 0.6);
}

.border-stone-300\/70{
  border-color: rgb(214 211 209 / 0.7);
}

.border-stone-300\/75{
  border-color: rgb(214 211 209 / 0.75);
}

.border-stone-300\/80{
  border-color: rgb(214 211 209 / 0.8);
}

.border-stone-300\/90{
  border-color: rgb(214 211 209 / 0.9);
}

.border-stone-300\/95{
  border-color: rgb(214 211 209 / 0.95);
}

.border-stone-400{
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-stone-400\/0{
  border-color: rgb(168 162 158 / 0);
}

.border-stone-400\/10{
  border-color: rgb(168 162 158 / 0.1);
}

.border-stone-400\/100{
  border-color: rgb(168 162 158 / 1);
}

.border-stone-400\/20{
  border-color: rgb(168 162 158 / 0.2);
}

.border-stone-400\/25{
  border-color: rgb(168 162 158 / 0.25);
}

.border-stone-400\/30{
  border-color: rgb(168 162 158 / 0.3);
}

.border-stone-400\/40{
  border-color: rgb(168 162 158 / 0.4);
}

.border-stone-400\/5{
  border-color: rgb(168 162 158 / 0.05);
}

.border-stone-400\/50{
  border-color: rgb(168 162 158 / 0.5);
}

.border-stone-400\/60{
  border-color: rgb(168 162 158 / 0.6);
}

.border-stone-400\/70{
  border-color: rgb(168 162 158 / 0.7);
}

.border-stone-400\/75{
  border-color: rgb(168 162 158 / 0.75);
}

.border-stone-400\/80{
  border-color: rgb(168 162 158 / 0.8);
}

.border-stone-400\/90{
  border-color: rgb(168 162 158 / 0.9);
}

.border-stone-400\/95{
  border-color: rgb(168 162 158 / 0.95);
}

.border-stone-50{
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-stone-50\/0{
  border-color: rgb(250 250 249 / 0);
}

.border-stone-50\/10{
  border-color: rgb(250 250 249 / 0.1);
}

.border-stone-50\/100{
  border-color: rgb(250 250 249 / 1);
}

.border-stone-50\/20{
  border-color: rgb(250 250 249 / 0.2);
}

.border-stone-50\/25{
  border-color: rgb(250 250 249 / 0.25);
}

.border-stone-50\/30{
  border-color: rgb(250 250 249 / 0.3);
}

.border-stone-50\/40{
  border-color: rgb(250 250 249 / 0.4);
}

.border-stone-50\/5{
  border-color: rgb(250 250 249 / 0.05);
}

.border-stone-50\/50{
  border-color: rgb(250 250 249 / 0.5);
}

.border-stone-50\/60{
  border-color: rgb(250 250 249 / 0.6);
}

.border-stone-50\/70{
  border-color: rgb(250 250 249 / 0.7);
}

.border-stone-50\/75{
  border-color: rgb(250 250 249 / 0.75);
}

.border-stone-50\/80{
  border-color: rgb(250 250 249 / 0.8);
}

.border-stone-50\/90{
  border-color: rgb(250 250 249 / 0.9);
}

.border-stone-50\/95{
  border-color: rgb(250 250 249 / 0.95);
}

.border-stone-500{
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-stone-500\/0{
  border-color: rgb(120 113 108 / 0);
}

.border-stone-500\/10{
  border-color: rgb(120 113 108 / 0.1);
}

.border-stone-500\/100{
  border-color: rgb(120 113 108 / 1);
}

.border-stone-500\/20{
  border-color: rgb(120 113 108 / 0.2);
}

.border-stone-500\/25{
  border-color: rgb(120 113 108 / 0.25);
}

.border-stone-500\/30{
  border-color: rgb(120 113 108 / 0.3);
}

.border-stone-500\/40{
  border-color: rgb(120 113 108 / 0.4);
}

.border-stone-500\/5{
  border-color: rgb(120 113 108 / 0.05);
}

.border-stone-500\/50{
  border-color: rgb(120 113 108 / 0.5);
}

.border-stone-500\/60{
  border-color: rgb(120 113 108 / 0.6);
}

.border-stone-500\/70{
  border-color: rgb(120 113 108 / 0.7);
}

.border-stone-500\/75{
  border-color: rgb(120 113 108 / 0.75);
}

.border-stone-500\/80{
  border-color: rgb(120 113 108 / 0.8);
}

.border-stone-500\/90{
  border-color: rgb(120 113 108 / 0.9);
}

.border-stone-500\/95{
  border-color: rgb(120 113 108 / 0.95);
}

.border-stone-600{
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-stone-600\/0{
  border-color: rgb(87 83 78 / 0);
}

.border-stone-600\/10{
  border-color: rgb(87 83 78 / 0.1);
}

.border-stone-600\/100{
  border-color: rgb(87 83 78 / 1);
}

.border-stone-600\/20{
  border-color: rgb(87 83 78 / 0.2);
}

.border-stone-600\/25{
  border-color: rgb(87 83 78 / 0.25);
}

.border-stone-600\/30{
  border-color: rgb(87 83 78 / 0.3);
}

.border-stone-600\/40{
  border-color: rgb(87 83 78 / 0.4);
}

.border-stone-600\/5{
  border-color: rgb(87 83 78 / 0.05);
}

.border-stone-600\/50{
  border-color: rgb(87 83 78 / 0.5);
}

.border-stone-600\/60{
  border-color: rgb(87 83 78 / 0.6);
}

.border-stone-600\/70{
  border-color: rgb(87 83 78 / 0.7);
}

.border-stone-600\/75{
  border-color: rgb(87 83 78 / 0.75);
}

.border-stone-600\/80{
  border-color: rgb(87 83 78 / 0.8);
}

.border-stone-600\/90{
  border-color: rgb(87 83 78 / 0.9);
}

.border-stone-600\/95{
  border-color: rgb(87 83 78 / 0.95);
}

.border-stone-700{
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-stone-700\/0{
  border-color: rgb(68 64 60 / 0);
}

.border-stone-700\/10{
  border-color: rgb(68 64 60 / 0.1);
}

.border-stone-700\/100{
  border-color: rgb(68 64 60 / 1);
}

.border-stone-700\/20{
  border-color: rgb(68 64 60 / 0.2);
}

.border-stone-700\/25{
  border-color: rgb(68 64 60 / 0.25);
}

.border-stone-700\/30{
  border-color: rgb(68 64 60 / 0.3);
}

.border-stone-700\/40{
  border-color: rgb(68 64 60 / 0.4);
}

.border-stone-700\/5{
  border-color: rgb(68 64 60 / 0.05);
}

.border-stone-700\/50{
  border-color: rgb(68 64 60 / 0.5);
}

.border-stone-700\/60{
  border-color: rgb(68 64 60 / 0.6);
}

.border-stone-700\/70{
  border-color: rgb(68 64 60 / 0.7);
}

.border-stone-700\/75{
  border-color: rgb(68 64 60 / 0.75);
}

.border-stone-700\/80{
  border-color: rgb(68 64 60 / 0.8);
}

.border-stone-700\/90{
  border-color: rgb(68 64 60 / 0.9);
}

.border-stone-700\/95{
  border-color: rgb(68 64 60 / 0.95);
}

.border-stone-800{
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-stone-800\/0{
  border-color: rgb(41 37 36 / 0);
}

.border-stone-800\/10{
  border-color: rgb(41 37 36 / 0.1);
}

.border-stone-800\/100{
  border-color: rgb(41 37 36 / 1);
}

.border-stone-800\/20{
  border-color: rgb(41 37 36 / 0.2);
}

.border-stone-800\/25{
  border-color: rgb(41 37 36 / 0.25);
}

.border-stone-800\/30{
  border-color: rgb(41 37 36 / 0.3);
}

.border-stone-800\/40{
  border-color: rgb(41 37 36 / 0.4);
}

.border-stone-800\/5{
  border-color: rgb(41 37 36 / 0.05);
}

.border-stone-800\/50{
  border-color: rgb(41 37 36 / 0.5);
}

.border-stone-800\/60{
  border-color: rgb(41 37 36 / 0.6);
}

.border-stone-800\/70{
  border-color: rgb(41 37 36 / 0.7);
}

.border-stone-800\/75{
  border-color: rgb(41 37 36 / 0.75);
}

.border-stone-800\/80{
  border-color: rgb(41 37 36 / 0.8);
}

.border-stone-800\/90{
  border-color: rgb(41 37 36 / 0.9);
}

.border-stone-800\/95{
  border-color: rgb(41 37 36 / 0.95);
}

.border-stone-900{
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-stone-900\/0{
  border-color: rgb(28 25 23 / 0);
}

.border-stone-900\/10{
  border-color: rgb(28 25 23 / 0.1);
}

.border-stone-900\/100{
  border-color: rgb(28 25 23 / 1);
}

.border-stone-900\/20{
  border-color: rgb(28 25 23 / 0.2);
}

.border-stone-900\/25{
  border-color: rgb(28 25 23 / 0.25);
}

.border-stone-900\/30{
  border-color: rgb(28 25 23 / 0.3);
}

.border-stone-900\/40{
  border-color: rgb(28 25 23 / 0.4);
}

.border-stone-900\/5{
  border-color: rgb(28 25 23 / 0.05);
}

.border-stone-900\/50{
  border-color: rgb(28 25 23 / 0.5);
}

.border-stone-900\/60{
  border-color: rgb(28 25 23 / 0.6);
}

.border-stone-900\/70{
  border-color: rgb(28 25 23 / 0.7);
}

.border-stone-900\/75{
  border-color: rgb(28 25 23 / 0.75);
}

.border-stone-900\/80{
  border-color: rgb(28 25 23 / 0.8);
}

.border-stone-900\/90{
  border-color: rgb(28 25 23 / 0.9);
}

.border-stone-900\/95{
  border-color: rgb(28 25 23 / 0.95);
}

.border-stone-950{
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-stone-950\/0{
  border-color: rgb(12 10 9 / 0);
}

.border-stone-950\/10{
  border-color: rgb(12 10 9 / 0.1);
}

.border-stone-950\/100{
  border-color: rgb(12 10 9 / 1);
}

.border-stone-950\/20{
  border-color: rgb(12 10 9 / 0.2);
}

.border-stone-950\/25{
  border-color: rgb(12 10 9 / 0.25);
}

.border-stone-950\/30{
  border-color: rgb(12 10 9 / 0.3);
}

.border-stone-950\/40{
  border-color: rgb(12 10 9 / 0.4);
}

.border-stone-950\/5{
  border-color: rgb(12 10 9 / 0.05);
}

.border-stone-950\/50{
  border-color: rgb(12 10 9 / 0.5);
}

.border-stone-950\/60{
  border-color: rgb(12 10 9 / 0.6);
}

.border-stone-950\/70{
  border-color: rgb(12 10 9 / 0.7);
}

.border-stone-950\/75{
  border-color: rgb(12 10 9 / 0.75);
}

.border-stone-950\/80{
  border-color: rgb(12 10 9 / 0.8);
}

.border-stone-950\/90{
  border-color: rgb(12 10 9 / 0.9);
}

.border-stone-950\/95{
  border-color: rgb(12 10 9 / 0.95);
}

.border-teal-100{
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.border-teal-100\/0{
  border-color: rgb(204 251 241 / 0);
}

.border-teal-100\/10{
  border-color: rgb(204 251 241 / 0.1);
}

.border-teal-100\/100{
  border-color: rgb(204 251 241 / 1);
}

.border-teal-100\/20{
  border-color: rgb(204 251 241 / 0.2);
}

.border-teal-100\/25{
  border-color: rgb(204 251 241 / 0.25);
}

.border-teal-100\/30{
  border-color: rgb(204 251 241 / 0.3);
}

.border-teal-100\/40{
  border-color: rgb(204 251 241 / 0.4);
}

.border-teal-100\/5{
  border-color: rgb(204 251 241 / 0.05);
}

.border-teal-100\/50{
  border-color: rgb(204 251 241 / 0.5);
}

.border-teal-100\/60{
  border-color: rgb(204 251 241 / 0.6);
}

.border-teal-100\/70{
  border-color: rgb(204 251 241 / 0.7);
}

.border-teal-100\/75{
  border-color: rgb(204 251 241 / 0.75);
}

.border-teal-100\/80{
  border-color: rgb(204 251 241 / 0.8);
}

.border-teal-100\/90{
  border-color: rgb(204 251 241 / 0.9);
}

.border-teal-100\/95{
  border-color: rgb(204 251 241 / 0.95);
}

.border-teal-200{
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-teal-200\/0{
  border-color: rgb(153 246 228 / 0);
}

.border-teal-200\/10{
  border-color: rgb(153 246 228 / 0.1);
}

.border-teal-200\/100{
  border-color: rgb(153 246 228 / 1);
}

.border-teal-200\/20{
  border-color: rgb(153 246 228 / 0.2);
}

.border-teal-200\/25{
  border-color: rgb(153 246 228 / 0.25);
}

.border-teal-200\/30{
  border-color: rgb(153 246 228 / 0.3);
}

.border-teal-200\/40{
  border-color: rgb(153 246 228 / 0.4);
}

.border-teal-200\/5{
  border-color: rgb(153 246 228 / 0.05);
}

.border-teal-200\/50{
  border-color: rgb(153 246 228 / 0.5);
}

.border-teal-200\/60{
  border-color: rgb(153 246 228 / 0.6);
}

.border-teal-200\/70{
  border-color: rgb(153 246 228 / 0.7);
}

.border-teal-200\/75{
  border-color: rgb(153 246 228 / 0.75);
}

.border-teal-200\/80{
  border-color: rgb(153 246 228 / 0.8);
}

.border-teal-200\/90{
  border-color: rgb(153 246 228 / 0.9);
}

.border-teal-200\/95{
  border-color: rgb(153 246 228 / 0.95);
}

.border-teal-300{
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-teal-300\/0{
  border-color: rgb(94 234 212 / 0);
}

.border-teal-300\/10{
  border-color: rgb(94 234 212 / 0.1);
}

.border-teal-300\/100{
  border-color: rgb(94 234 212 / 1);
}

.border-teal-300\/20{
  border-color: rgb(94 234 212 / 0.2);
}

.border-teal-300\/25{
  border-color: rgb(94 234 212 / 0.25);
}

.border-teal-300\/30{
  border-color: rgb(94 234 212 / 0.3);
}

.border-teal-300\/40{
  border-color: rgb(94 234 212 / 0.4);
}

.border-teal-300\/5{
  border-color: rgb(94 234 212 / 0.05);
}

.border-teal-300\/50{
  border-color: rgb(94 234 212 / 0.5);
}

.border-teal-300\/60{
  border-color: rgb(94 234 212 / 0.6);
}

.border-teal-300\/70{
  border-color: rgb(94 234 212 / 0.7);
}

.border-teal-300\/75{
  border-color: rgb(94 234 212 / 0.75);
}

.border-teal-300\/80{
  border-color: rgb(94 234 212 / 0.8);
}

.border-teal-300\/90{
  border-color: rgb(94 234 212 / 0.9);
}

.border-teal-300\/95{
  border-color: rgb(94 234 212 / 0.95);
}

.border-teal-400{
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-teal-400\/0{
  border-color: rgb(45 212 191 / 0);
}

.border-teal-400\/10{
  border-color: rgb(45 212 191 / 0.1);
}

.border-teal-400\/100{
  border-color: rgb(45 212 191 / 1);
}

.border-teal-400\/20{
  border-color: rgb(45 212 191 / 0.2);
}

.border-teal-400\/25{
  border-color: rgb(45 212 191 / 0.25);
}

.border-teal-400\/30{
  border-color: rgb(45 212 191 / 0.3);
}

.border-teal-400\/40{
  border-color: rgb(45 212 191 / 0.4);
}

.border-teal-400\/5{
  border-color: rgb(45 212 191 / 0.05);
}

.border-teal-400\/50{
  border-color: rgb(45 212 191 / 0.5);
}

.border-teal-400\/60{
  border-color: rgb(45 212 191 / 0.6);
}

.border-teal-400\/70{
  border-color: rgb(45 212 191 / 0.7);
}

.border-teal-400\/75{
  border-color: rgb(45 212 191 / 0.75);
}

.border-teal-400\/80{
  border-color: rgb(45 212 191 / 0.8);
}

.border-teal-400\/90{
  border-color: rgb(45 212 191 / 0.9);
}

.border-teal-400\/95{
  border-color: rgb(45 212 191 / 0.95);
}

.border-teal-50{
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-teal-50\/0{
  border-color: rgb(240 253 250 / 0);
}

.border-teal-50\/10{
  border-color: rgb(240 253 250 / 0.1);
}

.border-teal-50\/100{
  border-color: rgb(240 253 250 / 1);
}

.border-teal-50\/20{
  border-color: rgb(240 253 250 / 0.2);
}

.border-teal-50\/25{
  border-color: rgb(240 253 250 / 0.25);
}

.border-teal-50\/30{
  border-color: rgb(240 253 250 / 0.3);
}

.border-teal-50\/40{
  border-color: rgb(240 253 250 / 0.4);
}

.border-teal-50\/5{
  border-color: rgb(240 253 250 / 0.05);
}

.border-teal-50\/50{
  border-color: rgb(240 253 250 / 0.5);
}

.border-teal-50\/60{
  border-color: rgb(240 253 250 / 0.6);
}

.border-teal-50\/70{
  border-color: rgb(240 253 250 / 0.7);
}

.border-teal-50\/75{
  border-color: rgb(240 253 250 / 0.75);
}

.border-teal-50\/80{
  border-color: rgb(240 253 250 / 0.8);
}

.border-teal-50\/90{
  border-color: rgb(240 253 250 / 0.9);
}

.border-teal-50\/95{
  border-color: rgb(240 253 250 / 0.95);
}

.border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-teal-500\/0{
  border-color: rgb(20 184 166 / 0);
}

.border-teal-500\/10{
  border-color: rgb(20 184 166 / 0.1);
}

.border-teal-500\/100{
  border-color: rgb(20 184 166 / 1);
}

.border-teal-500\/20{
  border-color: rgb(20 184 166 / 0.2);
}

.border-teal-500\/25{
  border-color: rgb(20 184 166 / 0.25);
}

.border-teal-500\/30{
  border-color: rgb(20 184 166 / 0.3);
}

.border-teal-500\/40{
  border-color: rgb(20 184 166 / 0.4);
}

.border-teal-500\/5{
  border-color: rgb(20 184 166 / 0.05);
}

.border-teal-500\/50{
  border-color: rgb(20 184 166 / 0.5);
}

.border-teal-500\/60{
  border-color: rgb(20 184 166 / 0.6);
}

.border-teal-500\/70{
  border-color: rgb(20 184 166 / 0.7);
}

.border-teal-500\/75{
  border-color: rgb(20 184 166 / 0.75);
}

.border-teal-500\/80{
  border-color: rgb(20 184 166 / 0.8);
}

.border-teal-500\/90{
  border-color: rgb(20 184 166 / 0.9);
}

.border-teal-500\/95{
  border-color: rgb(20 184 166 / 0.95);
}

.border-teal-600{
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-teal-600\/0{
  border-color: rgb(13 148 136 / 0);
}

.border-teal-600\/10{
  border-color: rgb(13 148 136 / 0.1);
}

.border-teal-600\/100{
  border-color: rgb(13 148 136 / 1);
}

.border-teal-600\/20{
  border-color: rgb(13 148 136 / 0.2);
}

.border-teal-600\/25{
  border-color: rgb(13 148 136 / 0.25);
}

.border-teal-600\/30{
  border-color: rgb(13 148 136 / 0.3);
}

.border-teal-600\/40{
  border-color: rgb(13 148 136 / 0.4);
}

.border-teal-600\/5{
  border-color: rgb(13 148 136 / 0.05);
}

.border-teal-600\/50{
  border-color: rgb(13 148 136 / 0.5);
}

.border-teal-600\/60{
  border-color: rgb(13 148 136 / 0.6);
}

.border-teal-600\/70{
  border-color: rgb(13 148 136 / 0.7);
}

.border-teal-600\/75{
  border-color: rgb(13 148 136 / 0.75);
}

.border-teal-600\/80{
  border-color: rgb(13 148 136 / 0.8);
}

.border-teal-600\/90{
  border-color: rgb(13 148 136 / 0.9);
}

.border-teal-600\/95{
  border-color: rgb(13 148 136 / 0.95);
}

.border-teal-700{
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-teal-700\/0{
  border-color: rgb(15 118 110 / 0);
}

.border-teal-700\/10{
  border-color: rgb(15 118 110 / 0.1);
}

.border-teal-700\/100{
  border-color: rgb(15 118 110 / 1);
}

.border-teal-700\/20{
  border-color: rgb(15 118 110 / 0.2);
}

.border-teal-700\/25{
  border-color: rgb(15 118 110 / 0.25);
}

.border-teal-700\/30{
  border-color: rgb(15 118 110 / 0.3);
}

.border-teal-700\/40{
  border-color: rgb(15 118 110 / 0.4);
}

.border-teal-700\/5{
  border-color: rgb(15 118 110 / 0.05);
}

.border-teal-700\/50{
  border-color: rgb(15 118 110 / 0.5);
}

.border-teal-700\/60{
  border-color: rgb(15 118 110 / 0.6);
}

.border-teal-700\/70{
  border-color: rgb(15 118 110 / 0.7);
}

.border-teal-700\/75{
  border-color: rgb(15 118 110 / 0.75);
}

.border-teal-700\/80{
  border-color: rgb(15 118 110 / 0.8);
}

.border-teal-700\/90{
  border-color: rgb(15 118 110 / 0.9);
}

.border-teal-700\/95{
  border-color: rgb(15 118 110 / 0.95);
}

.border-teal-800{
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-teal-800\/0{
  border-color: rgb(17 94 89 / 0);
}

.border-teal-800\/10{
  border-color: rgb(17 94 89 / 0.1);
}

.border-teal-800\/100{
  border-color: rgb(17 94 89 / 1);
}

.border-teal-800\/20{
  border-color: rgb(17 94 89 / 0.2);
}

.border-teal-800\/25{
  border-color: rgb(17 94 89 / 0.25);
}

.border-teal-800\/30{
  border-color: rgb(17 94 89 / 0.3);
}

.border-teal-800\/40{
  border-color: rgb(17 94 89 / 0.4);
}

.border-teal-800\/5{
  border-color: rgb(17 94 89 / 0.05);
}

.border-teal-800\/50{
  border-color: rgb(17 94 89 / 0.5);
}

.border-teal-800\/60{
  border-color: rgb(17 94 89 / 0.6);
}

.border-teal-800\/70{
  border-color: rgb(17 94 89 / 0.7);
}

.border-teal-800\/75{
  border-color: rgb(17 94 89 / 0.75);
}

.border-teal-800\/80{
  border-color: rgb(17 94 89 / 0.8);
}

.border-teal-800\/90{
  border-color: rgb(17 94 89 / 0.9);
}

.border-teal-800\/95{
  border-color: rgb(17 94 89 / 0.95);
}

.border-teal-900{
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-teal-900\/0{
  border-color: rgb(19 78 74 / 0);
}

.border-teal-900\/10{
  border-color: rgb(19 78 74 / 0.1);
}

.border-teal-900\/100{
  border-color: rgb(19 78 74 / 1);
}

.border-teal-900\/20{
  border-color: rgb(19 78 74 / 0.2);
}

.border-teal-900\/25{
  border-color: rgb(19 78 74 / 0.25);
}

.border-teal-900\/30{
  border-color: rgb(19 78 74 / 0.3);
}

.border-teal-900\/40{
  border-color: rgb(19 78 74 / 0.4);
}

.border-teal-900\/5{
  border-color: rgb(19 78 74 / 0.05);
}

.border-teal-900\/50{
  border-color: rgb(19 78 74 / 0.5);
}

.border-teal-900\/60{
  border-color: rgb(19 78 74 / 0.6);
}

.border-teal-900\/70{
  border-color: rgb(19 78 74 / 0.7);
}

.border-teal-900\/75{
  border-color: rgb(19 78 74 / 0.75);
}

.border-teal-900\/80{
  border-color: rgb(19 78 74 / 0.8);
}

.border-teal-900\/90{
  border-color: rgb(19 78 74 / 0.9);
}

.border-teal-900\/95{
  border-color: rgb(19 78 74 / 0.95);
}

.border-teal-950{
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-teal-950\/0{
  border-color: rgb(4 47 46 / 0);
}

.border-teal-950\/10{
  border-color: rgb(4 47 46 / 0.1);
}

.border-teal-950\/100{
  border-color: rgb(4 47 46 / 1);
}

.border-teal-950\/20{
  border-color: rgb(4 47 46 / 0.2);
}

.border-teal-950\/25{
  border-color: rgb(4 47 46 / 0.25);
}

.border-teal-950\/30{
  border-color: rgb(4 47 46 / 0.3);
}

.border-teal-950\/40{
  border-color: rgb(4 47 46 / 0.4);
}

.border-teal-950\/5{
  border-color: rgb(4 47 46 / 0.05);
}

.border-teal-950\/50{
  border-color: rgb(4 47 46 / 0.5);
}

.border-teal-950\/60{
  border-color: rgb(4 47 46 / 0.6);
}

.border-teal-950\/70{
  border-color: rgb(4 47 46 / 0.7);
}

.border-teal-950\/75{
  border-color: rgb(4 47 46 / 0.75);
}

.border-teal-950\/80{
  border-color: rgb(4 47 46 / 0.8);
}

.border-teal-950\/90{
  border-color: rgb(4 47 46 / 0.9);
}

.border-teal-950\/95{
  border-color: rgb(4 47 46 / 0.95);
}

.border-transparent{
  border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-violet-100{
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-violet-100\/0{
  border-color: rgb(237 233 254 / 0);
}

.border-violet-100\/10{
  border-color: rgb(237 233 254 / 0.1);
}

.border-violet-100\/100{
  border-color: rgb(237 233 254 / 1);
}

.border-violet-100\/20{
  border-color: rgb(237 233 254 / 0.2);
}

.border-violet-100\/25{
  border-color: rgb(237 233 254 / 0.25);
}

.border-violet-100\/30{
  border-color: rgb(237 233 254 / 0.3);
}

.border-violet-100\/40{
  border-color: rgb(237 233 254 / 0.4);
}

.border-violet-100\/5{
  border-color: rgb(237 233 254 / 0.05);
}

.border-violet-100\/50{
  border-color: rgb(237 233 254 / 0.5);
}

.border-violet-100\/60{
  border-color: rgb(237 233 254 / 0.6);
}

.border-violet-100\/70{
  border-color: rgb(237 233 254 / 0.7);
}

.border-violet-100\/75{
  border-color: rgb(237 233 254 / 0.75);
}

.border-violet-100\/80{
  border-color: rgb(237 233 254 / 0.8);
}

.border-violet-100\/90{
  border-color: rgb(237 233 254 / 0.9);
}

.border-violet-100\/95{
  border-color: rgb(237 233 254 / 0.95);
}

.border-violet-200{
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-violet-200\/0{
  border-color: rgb(221 214 254 / 0);
}

.border-violet-200\/10{
  border-color: rgb(221 214 254 / 0.1);
}

.border-violet-200\/100{
  border-color: rgb(221 214 254 / 1);
}

.border-violet-200\/20{
  border-color: rgb(221 214 254 / 0.2);
}

.border-violet-200\/25{
  border-color: rgb(221 214 254 / 0.25);
}

.border-violet-200\/30{
  border-color: rgb(221 214 254 / 0.3);
}

.border-violet-200\/40{
  border-color: rgb(221 214 254 / 0.4);
}

.border-violet-200\/5{
  border-color: rgb(221 214 254 / 0.05);
}

.border-violet-200\/50{
  border-color: rgb(221 214 254 / 0.5);
}

.border-violet-200\/60{
  border-color: rgb(221 214 254 / 0.6);
}

.border-violet-200\/70{
  border-color: rgb(221 214 254 / 0.7);
}

.border-violet-200\/75{
  border-color: rgb(221 214 254 / 0.75);
}

.border-violet-200\/80{
  border-color: rgb(221 214 254 / 0.8);
}

.border-violet-200\/90{
  border-color: rgb(221 214 254 / 0.9);
}

.border-violet-200\/95{
  border-color: rgb(221 214 254 / 0.95);
}

.border-violet-300{
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-violet-300\/0{
  border-color: rgb(196 181 253 / 0);
}

.border-violet-300\/10{
  border-color: rgb(196 181 253 / 0.1);
}

.border-violet-300\/100{
  border-color: rgb(196 181 253 / 1);
}

.border-violet-300\/20{
  border-color: rgb(196 181 253 / 0.2);
}

.border-violet-300\/25{
  border-color: rgb(196 181 253 / 0.25);
}

.border-violet-300\/30{
  border-color: rgb(196 181 253 / 0.3);
}

.border-violet-300\/40{
  border-color: rgb(196 181 253 / 0.4);
}

.border-violet-300\/5{
  border-color: rgb(196 181 253 / 0.05);
}

.border-violet-300\/50{
  border-color: rgb(196 181 253 / 0.5);
}

.border-violet-300\/60{
  border-color: rgb(196 181 253 / 0.6);
}

.border-violet-300\/70{
  border-color: rgb(196 181 253 / 0.7);
}

.border-violet-300\/75{
  border-color: rgb(196 181 253 / 0.75);
}

.border-violet-300\/80{
  border-color: rgb(196 181 253 / 0.8);
}

.border-violet-300\/90{
  border-color: rgb(196 181 253 / 0.9);
}

.border-violet-300\/95{
  border-color: rgb(196 181 253 / 0.95);
}

.border-violet-400{
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-violet-400\/0{
  border-color: rgb(167 139 250 / 0);
}

.border-violet-400\/10{
  border-color: rgb(167 139 250 / 0.1);
}

.border-violet-400\/100{
  border-color: rgb(167 139 250 / 1);
}

.border-violet-400\/20{
  border-color: rgb(167 139 250 / 0.2);
}

.border-violet-400\/25{
  border-color: rgb(167 139 250 / 0.25);
}

.border-violet-400\/30{
  border-color: rgb(167 139 250 / 0.3);
}

.border-violet-400\/40{
  border-color: rgb(167 139 250 / 0.4);
}

.border-violet-400\/5{
  border-color: rgb(167 139 250 / 0.05);
}

.border-violet-400\/50{
  border-color: rgb(167 139 250 / 0.5);
}

.border-violet-400\/60{
  border-color: rgb(167 139 250 / 0.6);
}

.border-violet-400\/70{
  border-color: rgb(167 139 250 / 0.7);
}

.border-violet-400\/75{
  border-color: rgb(167 139 250 / 0.75);
}

.border-violet-400\/80{
  border-color: rgb(167 139 250 / 0.8);
}

.border-violet-400\/90{
  border-color: rgb(167 139 250 / 0.9);
}

.border-violet-400\/95{
  border-color: rgb(167 139 250 / 0.95);
}

.border-violet-50{
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-violet-50\/0{
  border-color: rgb(245 243 255 / 0);
}

.border-violet-50\/10{
  border-color: rgb(245 243 255 / 0.1);
}

.border-violet-50\/100{
  border-color: rgb(245 243 255 / 1);
}

.border-violet-50\/20{
  border-color: rgb(245 243 255 / 0.2);
}

.border-violet-50\/25{
  border-color: rgb(245 243 255 / 0.25);
}

.border-violet-50\/30{
  border-color: rgb(245 243 255 / 0.3);
}

.border-violet-50\/40{
  border-color: rgb(245 243 255 / 0.4);
}

.border-violet-50\/5{
  border-color: rgb(245 243 255 / 0.05);
}

.border-violet-50\/50{
  border-color: rgb(245 243 255 / 0.5);
}

.border-violet-50\/60{
  border-color: rgb(245 243 255 / 0.6);
}

.border-violet-50\/70{
  border-color: rgb(245 243 255 / 0.7);
}

.border-violet-50\/75{
  border-color: rgb(245 243 255 / 0.75);
}

.border-violet-50\/80{
  border-color: rgb(245 243 255 / 0.8);
}

.border-violet-50\/90{
  border-color: rgb(245 243 255 / 0.9);
}

.border-violet-50\/95{
  border-color: rgb(245 243 255 / 0.95);
}

.border-violet-500{
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-violet-500\/0{
  border-color: rgb(139 92 246 / 0);
}

.border-violet-500\/10{
  border-color: rgb(139 92 246 / 0.1);
}

.border-violet-500\/100{
  border-color: rgb(139 92 246 / 1);
}

.border-violet-500\/20{
  border-color: rgb(139 92 246 / 0.2);
}

.border-violet-500\/25{
  border-color: rgb(139 92 246 / 0.25);
}

.border-violet-500\/30{
  border-color: rgb(139 92 246 / 0.3);
}

.border-violet-500\/40{
  border-color: rgb(139 92 246 / 0.4);
}

.border-violet-500\/5{
  border-color: rgb(139 92 246 / 0.05);
}

.border-violet-500\/50{
  border-color: rgb(139 92 246 / 0.5);
}

.border-violet-500\/60{
  border-color: rgb(139 92 246 / 0.6);
}

.border-violet-500\/70{
  border-color: rgb(139 92 246 / 0.7);
}

.border-violet-500\/75{
  border-color: rgb(139 92 246 / 0.75);
}

.border-violet-500\/80{
  border-color: rgb(139 92 246 / 0.8);
}

.border-violet-500\/90{
  border-color: rgb(139 92 246 / 0.9);
}

.border-violet-500\/95{
  border-color: rgb(139 92 246 / 0.95);
}

.border-violet-600{
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-violet-600\/0{
  border-color: rgb(124 58 237 / 0);
}

.border-violet-600\/10{
  border-color: rgb(124 58 237 / 0.1);
}

.border-violet-600\/100{
  border-color: rgb(124 58 237 / 1);
}

.border-violet-600\/20{
  border-color: rgb(124 58 237 / 0.2);
}

.border-violet-600\/25{
  border-color: rgb(124 58 237 / 0.25);
}

.border-violet-600\/30{
  border-color: rgb(124 58 237 / 0.3);
}

.border-violet-600\/40{
  border-color: rgb(124 58 237 / 0.4);
}

.border-violet-600\/5{
  border-color: rgb(124 58 237 / 0.05);
}

.border-violet-600\/50{
  border-color: rgb(124 58 237 / 0.5);
}

.border-violet-600\/60{
  border-color: rgb(124 58 237 / 0.6);
}

.border-violet-600\/70{
  border-color: rgb(124 58 237 / 0.7);
}

.border-violet-600\/75{
  border-color: rgb(124 58 237 / 0.75);
}

.border-violet-600\/80{
  border-color: rgb(124 58 237 / 0.8);
}

.border-violet-600\/90{
  border-color: rgb(124 58 237 / 0.9);
}

.border-violet-600\/95{
  border-color: rgb(124 58 237 / 0.95);
}

.border-violet-700{
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-violet-700\/0{
  border-color: rgb(109 40 217 / 0);
}

.border-violet-700\/10{
  border-color: rgb(109 40 217 / 0.1);
}

.border-violet-700\/100{
  border-color: rgb(109 40 217 / 1);
}

.border-violet-700\/20{
  border-color: rgb(109 40 217 / 0.2);
}

.border-violet-700\/25{
  border-color: rgb(109 40 217 / 0.25);
}

.border-violet-700\/30{
  border-color: rgb(109 40 217 / 0.3);
}

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

.border-violet-700\/5{
  border-color: rgb(109 40 217 / 0.05);
}

.border-violet-700\/50{
  border-color: rgb(109 40 217 / 0.5);
}

.border-violet-700\/60{
  border-color: rgb(109 40 217 / 0.6);
}

.border-violet-700\/70{
  border-color: rgb(109 40 217 / 0.7);
}

.border-violet-700\/75{
  border-color: rgb(109 40 217 / 0.75);
}

.border-violet-700\/80{
  border-color: rgb(109 40 217 / 0.8);
}

.border-violet-700\/90{
  border-color: rgb(109 40 217 / 0.9);
}

.border-violet-700\/95{
  border-color: rgb(109 40 217 / 0.95);
}

.border-violet-800{
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-violet-800\/0{
  border-color: rgb(91 33 182 / 0);
}

.border-violet-800\/10{
  border-color: rgb(91 33 182 / 0.1);
}

.border-violet-800\/100{
  border-color: rgb(91 33 182 / 1);
}

.border-violet-800\/20{
  border-color: rgb(91 33 182 / 0.2);
}

.border-violet-800\/25{
  border-color: rgb(91 33 182 / 0.25);
}

.border-violet-800\/30{
  border-color: rgb(91 33 182 / 0.3);
}

.border-violet-800\/40{
  border-color: rgb(91 33 182 / 0.4);
}

.border-violet-800\/5{
  border-color: rgb(91 33 182 / 0.05);
}

.border-violet-800\/50{
  border-color: rgb(91 33 182 / 0.5);
}

.border-violet-800\/60{
  border-color: rgb(91 33 182 / 0.6);
}

.border-violet-800\/70{
  border-color: rgb(91 33 182 / 0.7);
}

.border-violet-800\/75{
  border-color: rgb(91 33 182 / 0.75);
}

.border-violet-800\/80{
  border-color: rgb(91 33 182 / 0.8);
}

.border-violet-800\/90{
  border-color: rgb(91 33 182 / 0.9);
}

.border-violet-800\/95{
  border-color: rgb(91 33 182 / 0.95);
}

.border-violet-900{
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-violet-900\/0{
  border-color: rgb(76 29 149 / 0);
}

.border-violet-900\/10{
  border-color: rgb(76 29 149 / 0.1);
}

.border-violet-900\/100{
  border-color: rgb(76 29 149 / 1);
}

.border-violet-900\/20{
  border-color: rgb(76 29 149 / 0.2);
}

.border-violet-900\/25{
  border-color: rgb(76 29 149 / 0.25);
}

.border-violet-900\/30{
  border-color: rgb(76 29 149 / 0.3);
}

.border-violet-900\/40{
  border-color: rgb(76 29 149 / 0.4);
}

.border-violet-900\/5{
  border-color: rgb(76 29 149 / 0.05);
}

.border-violet-900\/50{
  border-color: rgb(76 29 149 / 0.5);
}

.border-violet-900\/60{
  border-color: rgb(76 29 149 / 0.6);
}

.border-violet-900\/70{
  border-color: rgb(76 29 149 / 0.7);
}

.border-violet-900\/75{
  border-color: rgb(76 29 149 / 0.75);
}

.border-violet-900\/80{
  border-color: rgb(76 29 149 / 0.8);
}

.border-violet-900\/90{
  border-color: rgb(76 29 149 / 0.9);
}

.border-violet-900\/95{
  border-color: rgb(76 29 149 / 0.95);
}

.border-violet-950{
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-violet-950\/0{
  border-color: rgb(46 16 101 / 0);
}

.border-violet-950\/10{
  border-color: rgb(46 16 101 / 0.1);
}

.border-violet-950\/100{
  border-color: rgb(46 16 101 / 1);
}

.border-violet-950\/20{
  border-color: rgb(46 16 101 / 0.2);
}

.border-violet-950\/25{
  border-color: rgb(46 16 101 / 0.25);
}

.border-violet-950\/30{
  border-color: rgb(46 16 101 / 0.3);
}

.border-violet-950\/40{
  border-color: rgb(46 16 101 / 0.4);
}

.border-violet-950\/5{
  border-color: rgb(46 16 101 / 0.05);
}

.border-violet-950\/50{
  border-color: rgb(46 16 101 / 0.5);
}

.border-violet-950\/60{
  border-color: rgb(46 16 101 / 0.6);
}

.border-violet-950\/70{
  border-color: rgb(46 16 101 / 0.7);
}

.border-violet-950\/75{
  border-color: rgb(46 16 101 / 0.75);
}

.border-violet-950\/80{
  border-color: rgb(46 16 101 / 0.8);
}

.border-violet-950\/90{
  border-color: rgb(46 16 101 / 0.9);
}

.border-violet-950\/95{
  border-color: rgb(46 16 101 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-yellow-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-yellow-100\/0{
  border-color: rgb(254 249 195 / 0);
}

.border-yellow-100\/10{
  border-color: rgb(254 249 195 / 0.1);
}

.border-yellow-100\/100{
  border-color: rgb(254 249 195 / 1);
}

.border-yellow-100\/20{
  border-color: rgb(254 249 195 / 0.2);
}

.border-yellow-100\/25{
  border-color: rgb(254 249 195 / 0.25);
}

.border-yellow-100\/30{
  border-color: rgb(254 249 195 / 0.3);
}

.border-yellow-100\/40{
  border-color: rgb(254 249 195 / 0.4);
}

.border-yellow-100\/5{
  border-color: rgb(254 249 195 / 0.05);
}

.border-yellow-100\/50{
  border-color: rgb(254 249 195 / 0.5);
}

.border-yellow-100\/60{
  border-color: rgb(254 249 195 / 0.6);
}

.border-yellow-100\/70{
  border-color: rgb(254 249 195 / 0.7);
}

.border-yellow-100\/75{
  border-color: rgb(254 249 195 / 0.75);
}

.border-yellow-100\/80{
  border-color: rgb(254 249 195 / 0.8);
}

.border-yellow-100\/90{
  border-color: rgb(254 249 195 / 0.9);
}

.border-yellow-100\/95{
  border-color: rgb(254 249 195 / 0.95);
}

.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-yellow-200\/0{
  border-color: rgb(254 240 138 / 0);
}

.border-yellow-200\/10{
  border-color: rgb(254 240 138 / 0.1);
}

.border-yellow-200\/100{
  border-color: rgb(254 240 138 / 1);
}

.border-yellow-200\/20{
  border-color: rgb(254 240 138 / 0.2);
}

.border-yellow-200\/25{
  border-color: rgb(254 240 138 / 0.25);
}

.border-yellow-200\/30{
  border-color: rgb(254 240 138 / 0.3);
}

.border-yellow-200\/40{
  border-color: rgb(254 240 138 / 0.4);
}

.border-yellow-200\/5{
  border-color: rgb(254 240 138 / 0.05);
}

.border-yellow-200\/50{
  border-color: rgb(254 240 138 / 0.5);
}

.border-yellow-200\/60{
  border-color: rgb(254 240 138 / 0.6);
}

.border-yellow-200\/70{
  border-color: rgb(254 240 138 / 0.7);
}

.border-yellow-200\/75{
  border-color: rgb(254 240 138 / 0.75);
}

.border-yellow-200\/80{
  border-color: rgb(254 240 138 / 0.8);
}

.border-yellow-200\/90{
  border-color: rgb(254 240 138 / 0.9);
}

.border-yellow-200\/95{
  border-color: rgb(254 240 138 / 0.95);
}

.border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-yellow-300\/0{
  border-color: rgb(253 224 71 / 0);
}

.border-yellow-300\/10{
  border-color: rgb(253 224 71 / 0.1);
}

.border-yellow-300\/100{
  border-color: rgb(253 224 71 / 1);
}

.border-yellow-300\/20{
  border-color: rgb(253 224 71 / 0.2);
}

.border-yellow-300\/25{
  border-color: rgb(253 224 71 / 0.25);
}

.border-yellow-300\/30{
  border-color: rgb(253 224 71 / 0.3);
}

.border-yellow-300\/40{
  border-color: rgb(253 224 71 / 0.4);
}

.border-yellow-300\/5{
  border-color: rgb(253 224 71 / 0.05);
}

.border-yellow-300\/50{
  border-color: rgb(253 224 71 / 0.5);
}

.border-yellow-300\/60{
  border-color: rgb(253 224 71 / 0.6);
}

.border-yellow-300\/70{
  border-color: rgb(253 224 71 / 0.7);
}

.border-yellow-300\/75{
  border-color: rgb(253 224 71 / 0.75);
}

.border-yellow-300\/80{
  border-color: rgb(253 224 71 / 0.8);
}

.border-yellow-300\/90{
  border-color: rgb(253 224 71 / 0.9);
}

.border-yellow-300\/95{
  border-color: rgb(253 224 71 / 0.95);
}

.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-yellow-400\/0{
  border-color: rgb(250 204 21 / 0);
}

.border-yellow-400\/10{
  border-color: rgb(250 204 21 / 0.1);
}

.border-yellow-400\/100{
  border-color: rgb(250 204 21 / 1);
}

.border-yellow-400\/20{
  border-color: rgb(250 204 21 / 0.2);
}

.border-yellow-400\/25{
  border-color: rgb(250 204 21 / 0.25);
}

.border-yellow-400\/30{
  border-color: rgb(250 204 21 / 0.3);
}

.border-yellow-400\/40{
  border-color: rgb(250 204 21 / 0.4);
}

.border-yellow-400\/5{
  border-color: rgb(250 204 21 / 0.05);
}

.border-yellow-400\/50{
  border-color: rgb(250 204 21 / 0.5);
}

.border-yellow-400\/60{
  border-color: rgb(250 204 21 / 0.6);
}

.border-yellow-400\/70{
  border-color: rgb(250 204 21 / 0.7);
}

.border-yellow-400\/75{
  border-color: rgb(250 204 21 / 0.75);
}

.border-yellow-400\/80{
  border-color: rgb(250 204 21 / 0.8);
}

.border-yellow-400\/90{
  border-color: rgb(250 204 21 / 0.9);
}

.border-yellow-400\/95{
  border-color: rgb(250 204 21 / 0.95);
}

.border-yellow-50{
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-yellow-50\/0{
  border-color: rgb(254 252 232 / 0);
}

.border-yellow-50\/10{
  border-color: rgb(254 252 232 / 0.1);
}

.border-yellow-50\/100{
  border-color: rgb(254 252 232 / 1);
}

.border-yellow-50\/20{
  border-color: rgb(254 252 232 / 0.2);
}

.border-yellow-50\/25{
  border-color: rgb(254 252 232 / 0.25);
}

.border-yellow-50\/30{
  border-color: rgb(254 252 232 / 0.3);
}

.border-yellow-50\/40{
  border-color: rgb(254 252 232 / 0.4);
}

.border-yellow-50\/5{
  border-color: rgb(254 252 232 / 0.05);
}

.border-yellow-50\/50{
  border-color: rgb(254 252 232 / 0.5);
}

.border-yellow-50\/60{
  border-color: rgb(254 252 232 / 0.6);
}

.border-yellow-50\/70{
  border-color: rgb(254 252 232 / 0.7);
}

.border-yellow-50\/75{
  border-color: rgb(254 252 232 / 0.75);
}

.border-yellow-50\/80{
  border-color: rgb(254 252 232 / 0.8);
}

.border-yellow-50\/90{
  border-color: rgb(254 252 232 / 0.9);
}

.border-yellow-50\/95{
  border-color: rgb(254 252 232 / 0.95);
}

.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-yellow-500\/0{
  border-color: rgb(234 179 8 / 0);
}

.border-yellow-500\/10{
  border-color: rgb(234 179 8 / 0.1);
}

.border-yellow-500\/100{
  border-color: rgb(234 179 8 / 1);
}

.border-yellow-500\/20{
  border-color: rgb(234 179 8 / 0.2);
}

.border-yellow-500\/25{
  border-color: rgb(234 179 8 / 0.25);
}

.border-yellow-500\/30{
  border-color: rgb(234 179 8 / 0.3);
}

.border-yellow-500\/40{
  border-color: rgb(234 179 8 / 0.4);
}

.border-yellow-500\/5{
  border-color: rgb(234 179 8 / 0.05);
}

.border-yellow-500\/50{
  border-color: rgb(234 179 8 / 0.5);
}

.border-yellow-500\/60{
  border-color: rgb(234 179 8 / 0.6);
}

.border-yellow-500\/70{
  border-color: rgb(234 179 8 / 0.7);
}

.border-yellow-500\/75{
  border-color: rgb(234 179 8 / 0.75);
}

.border-yellow-500\/80{
  border-color: rgb(234 179 8 / 0.8);
}

.border-yellow-500\/90{
  border-color: rgb(234 179 8 / 0.9);
}

.border-yellow-500\/95{
  border-color: rgb(234 179 8 / 0.95);
}

.border-yellow-600{
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-yellow-600\/0{
  border-color: rgb(202 138 4 / 0);
}

.border-yellow-600\/10{
  border-color: rgb(202 138 4 / 0.1);
}

.border-yellow-600\/100{
  border-color: rgb(202 138 4 / 1);
}

.border-yellow-600\/20{
  border-color: rgb(202 138 4 / 0.2);
}

.border-yellow-600\/25{
  border-color: rgb(202 138 4 / 0.25);
}

.border-yellow-600\/30{
  border-color: rgb(202 138 4 / 0.3);
}

.border-yellow-600\/40{
  border-color: rgb(202 138 4 / 0.4);
}

.border-yellow-600\/5{
  border-color: rgb(202 138 4 / 0.05);
}

.border-yellow-600\/50{
  border-color: rgb(202 138 4 / 0.5);
}

.border-yellow-600\/60{
  border-color: rgb(202 138 4 / 0.6);
}

.border-yellow-600\/70{
  border-color: rgb(202 138 4 / 0.7);
}

.border-yellow-600\/75{
  border-color: rgb(202 138 4 / 0.75);
}

.border-yellow-600\/80{
  border-color: rgb(202 138 4 / 0.8);
}

.border-yellow-600\/90{
  border-color: rgb(202 138 4 / 0.9);
}

.border-yellow-600\/95{
  border-color: rgb(202 138 4 / 0.95);
}

.border-yellow-700{
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-yellow-700\/0{
  border-color: rgb(161 98 7 / 0);
}

.border-yellow-700\/10{
  border-color: rgb(161 98 7 / 0.1);
}

.border-yellow-700\/100{
  border-color: rgb(161 98 7 / 1);
}

.border-yellow-700\/20{
  border-color: rgb(161 98 7 / 0.2);
}

.border-yellow-700\/25{
  border-color: rgb(161 98 7 / 0.25);
}

.border-yellow-700\/30{
  border-color: rgb(161 98 7 / 0.3);
}

.border-yellow-700\/40{
  border-color: rgb(161 98 7 / 0.4);
}

.border-yellow-700\/5{
  border-color: rgb(161 98 7 / 0.05);
}

.border-yellow-700\/50{
  border-color: rgb(161 98 7 / 0.5);
}

.border-yellow-700\/60{
  border-color: rgb(161 98 7 / 0.6);
}

.border-yellow-700\/70{
  border-color: rgb(161 98 7 / 0.7);
}

.border-yellow-700\/75{
  border-color: rgb(161 98 7 / 0.75);
}

.border-yellow-700\/80{
  border-color: rgb(161 98 7 / 0.8);
}

.border-yellow-700\/90{
  border-color: rgb(161 98 7 / 0.9);
}

.border-yellow-700\/95{
  border-color: rgb(161 98 7 / 0.95);
}

.border-yellow-800{
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-yellow-800\/0{
  border-color: rgb(133 77 14 / 0);
}

.border-yellow-800\/10{
  border-color: rgb(133 77 14 / 0.1);
}

.border-yellow-800\/100{
  border-color: rgb(133 77 14 / 1);
}

.border-yellow-800\/20{
  border-color: rgb(133 77 14 / 0.2);
}

.border-yellow-800\/25{
  border-color: rgb(133 77 14 / 0.25);
}

.border-yellow-800\/30{
  border-color: rgb(133 77 14 / 0.3);
}

.border-yellow-800\/40{
  border-color: rgb(133 77 14 / 0.4);
}

.border-yellow-800\/5{
  border-color: rgb(133 77 14 / 0.05);
}

.border-yellow-800\/50{
  border-color: rgb(133 77 14 / 0.5);
}

.border-yellow-800\/60{
  border-color: rgb(133 77 14 / 0.6);
}

.border-yellow-800\/70{
  border-color: rgb(133 77 14 / 0.7);
}

.border-yellow-800\/75{
  border-color: rgb(133 77 14 / 0.75);
}

.border-yellow-800\/80{
  border-color: rgb(133 77 14 / 0.8);
}

.border-yellow-800\/90{
  border-color: rgb(133 77 14 / 0.9);
}

.border-yellow-800\/95{
  border-color: rgb(133 77 14 / 0.95);
}

.border-yellow-900{
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-yellow-900\/0{
  border-color: rgb(113 63 18 / 0);
}

.border-yellow-900\/10{
  border-color: rgb(113 63 18 / 0.1);
}

.border-yellow-900\/100{
  border-color: rgb(113 63 18 / 1);
}

.border-yellow-900\/20{
  border-color: rgb(113 63 18 / 0.2);
}

.border-yellow-900\/25{
  border-color: rgb(113 63 18 / 0.25);
}

.border-yellow-900\/30{
  border-color: rgb(113 63 18 / 0.3);
}

.border-yellow-900\/40{
  border-color: rgb(113 63 18 / 0.4);
}

.border-yellow-900\/5{
  border-color: rgb(113 63 18 / 0.05);
}

.border-yellow-900\/50{
  border-color: rgb(113 63 18 / 0.5);
}

.border-yellow-900\/60{
  border-color: rgb(113 63 18 / 0.6);
}

.border-yellow-900\/70{
  border-color: rgb(113 63 18 / 0.7);
}

.border-yellow-900\/75{
  border-color: rgb(113 63 18 / 0.75);
}

.border-yellow-900\/80{
  border-color: rgb(113 63 18 / 0.8);
}

.border-yellow-900\/90{
  border-color: rgb(113 63 18 / 0.9);
}

.border-yellow-900\/95{
  border-color: rgb(113 63 18 / 0.95);
}

.border-yellow-950{
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-yellow-950\/0{
  border-color: rgb(66 32 6 / 0);
}

.border-yellow-950\/10{
  border-color: rgb(66 32 6 / 0.1);
}

.border-yellow-950\/100{
  border-color: rgb(66 32 6 / 1);
}

.border-yellow-950\/20{
  border-color: rgb(66 32 6 / 0.2);
}

.border-yellow-950\/25{
  border-color: rgb(66 32 6 / 0.25);
}

.border-yellow-950\/30{
  border-color: rgb(66 32 6 / 0.3);
}

.border-yellow-950\/40{
  border-color: rgb(66 32 6 / 0.4);
}

.border-yellow-950\/5{
  border-color: rgb(66 32 6 / 0.05);
}

.border-yellow-950\/50{
  border-color: rgb(66 32 6 / 0.5);
}

.border-yellow-950\/60{
  border-color: rgb(66 32 6 / 0.6);
}

.border-yellow-950\/70{
  border-color: rgb(66 32 6 / 0.7);
}

.border-yellow-950\/75{
  border-color: rgb(66 32 6 / 0.75);
}

.border-yellow-950\/80{
  border-color: rgb(66 32 6 / 0.8);
}

.border-yellow-950\/90{
  border-color: rgb(66 32 6 / 0.9);
}

.border-yellow-950\/95{
  border-color: rgb(66 32 6 / 0.95);
}

.border-zinc-100{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-zinc-100\/0{
  border-color: rgb(244 244 245 / 0);
}

.border-zinc-100\/10{
  border-color: rgb(244 244 245 / 0.1);
}

.border-zinc-100\/100{
  border-color: rgb(244 244 245 / 1);
}

.border-zinc-100\/20{
  border-color: rgb(244 244 245 / 0.2);
}

.border-zinc-100\/25{
  border-color: rgb(244 244 245 / 0.25);
}

.border-zinc-100\/30{
  border-color: rgb(244 244 245 / 0.3);
}

.border-zinc-100\/40{
  border-color: rgb(244 244 245 / 0.4);
}

.border-zinc-100\/5{
  border-color: rgb(244 244 245 / 0.05);
}

.border-zinc-100\/50{
  border-color: rgb(244 244 245 / 0.5);
}

.border-zinc-100\/60{
  border-color: rgb(244 244 245 / 0.6);
}

.border-zinc-100\/70{
  border-color: rgb(244 244 245 / 0.7);
}

.border-zinc-100\/75{
  border-color: rgb(244 244 245 / 0.75);
}

.border-zinc-100\/80{
  border-color: rgb(244 244 245 / 0.8);
}

.border-zinc-100\/90{
  border-color: rgb(244 244 245 / 0.9);
}

.border-zinc-100\/95{
  border-color: rgb(244 244 245 / 0.95);
}

.border-zinc-200{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-zinc-200\/0{
  border-color: rgb(228 228 231 / 0);
}

.border-zinc-200\/10{
  border-color: rgb(228 228 231 / 0.1);
}

.border-zinc-200\/100{
  border-color: rgb(228 228 231 / 1);
}

.border-zinc-200\/20{
  border-color: rgb(228 228 231 / 0.2);
}

.border-zinc-200\/25{
  border-color: rgb(228 228 231 / 0.25);
}

.border-zinc-200\/30{
  border-color: rgb(228 228 231 / 0.3);
}

.border-zinc-200\/40{
  border-color: rgb(228 228 231 / 0.4);
}

.border-zinc-200\/5{
  border-color: rgb(228 228 231 / 0.05);
}

.border-zinc-200\/50{
  border-color: rgb(228 228 231 / 0.5);
}

.border-zinc-200\/60{
  border-color: rgb(228 228 231 / 0.6);
}

.border-zinc-200\/70{
  border-color: rgb(228 228 231 / 0.7);
}

.border-zinc-200\/75{
  border-color: rgb(228 228 231 / 0.75);
}

.border-zinc-200\/80{
  border-color: rgb(228 228 231 / 0.8);
}

.border-zinc-200\/90{
  border-color: rgb(228 228 231 / 0.9);
}

.border-zinc-200\/95{
  border-color: rgb(228 228 231 / 0.95);
}

.border-zinc-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-zinc-300\/0{
  border-color: rgb(212 212 216 / 0);
}

.border-zinc-300\/10{
  border-color: rgb(212 212 216 / 0.1);
}

.border-zinc-300\/100{
  border-color: rgb(212 212 216 / 1);
}

.border-zinc-300\/20{
  border-color: rgb(212 212 216 / 0.2);
}

.border-zinc-300\/25{
  border-color: rgb(212 212 216 / 0.25);
}

.border-zinc-300\/30{
  border-color: rgb(212 212 216 / 0.3);
}

.border-zinc-300\/40{
  border-color: rgb(212 212 216 / 0.4);
}

.border-zinc-300\/5{
  border-color: rgb(212 212 216 / 0.05);
}

.border-zinc-300\/50{
  border-color: rgb(212 212 216 / 0.5);
}

.border-zinc-300\/60{
  border-color: rgb(212 212 216 / 0.6);
}

.border-zinc-300\/70{
  border-color: rgb(212 212 216 / 0.7);
}

.border-zinc-300\/75{
  border-color: rgb(212 212 216 / 0.75);
}

.border-zinc-300\/80{
  border-color: rgb(212 212 216 / 0.8);
}

.border-zinc-300\/90{
  border-color: rgb(212 212 216 / 0.9);
}

.border-zinc-300\/95{
  border-color: rgb(212 212 216 / 0.95);
}

.border-zinc-400{
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-zinc-400\/0{
  border-color: rgb(161 161 170 / 0);
}

.border-zinc-400\/10{
  border-color: rgb(161 161 170 / 0.1);
}

.border-zinc-400\/100{
  border-color: rgb(161 161 170 / 1);
}

.border-zinc-400\/20{
  border-color: rgb(161 161 170 / 0.2);
}

.border-zinc-400\/25{
  border-color: rgb(161 161 170 / 0.25);
}

.border-zinc-400\/30{
  border-color: rgb(161 161 170 / 0.3);
}

.border-zinc-400\/40{
  border-color: rgb(161 161 170 / 0.4);
}

.border-zinc-400\/5{
  border-color: rgb(161 161 170 / 0.05);
}

.border-zinc-400\/50{
  border-color: rgb(161 161 170 / 0.5);
}

.border-zinc-400\/60{
  border-color: rgb(161 161 170 / 0.6);
}

.border-zinc-400\/70{
  border-color: rgb(161 161 170 / 0.7);
}

.border-zinc-400\/75{
  border-color: rgb(161 161 170 / 0.75);
}

.border-zinc-400\/80{
  border-color: rgb(161 161 170 / 0.8);
}

.border-zinc-400\/90{
  border-color: rgb(161 161 170 / 0.9);
}

.border-zinc-400\/95{
  border-color: rgb(161 161 170 / 0.95);
}

.border-zinc-50{
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-zinc-50\/0{
  border-color: rgb(250 250 250 / 0);
}

.border-zinc-50\/10{
  border-color: rgb(250 250 250 / 0.1);
}

.border-zinc-50\/100{
  border-color: rgb(250 250 250 / 1);
}

.border-zinc-50\/20{
  border-color: rgb(250 250 250 / 0.2);
}

.border-zinc-50\/25{
  border-color: rgb(250 250 250 / 0.25);
}

.border-zinc-50\/30{
  border-color: rgb(250 250 250 / 0.3);
}

.border-zinc-50\/40{
  border-color: rgb(250 250 250 / 0.4);
}

.border-zinc-50\/5{
  border-color: rgb(250 250 250 / 0.05);
}

.border-zinc-50\/50{
  border-color: rgb(250 250 250 / 0.5);
}

.border-zinc-50\/60{
  border-color: rgb(250 250 250 / 0.6);
}

.border-zinc-50\/70{
  border-color: rgb(250 250 250 / 0.7);
}

.border-zinc-50\/75{
  border-color: rgb(250 250 250 / 0.75);
}

.border-zinc-50\/80{
  border-color: rgb(250 250 250 / 0.8);
}

.border-zinc-50\/90{
  border-color: rgb(250 250 250 / 0.9);
}

.border-zinc-50\/95{
  border-color: rgb(250 250 250 / 0.95);
}

.border-zinc-500{
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-zinc-500\/0{
  border-color: rgb(113 113 122 / 0);
}

.border-zinc-500\/10{
  border-color: rgb(113 113 122 / 0.1);
}

.border-zinc-500\/100{
  border-color: rgb(113 113 122 / 1);
}

.border-zinc-500\/20{
  border-color: rgb(113 113 122 / 0.2);
}

.border-zinc-500\/25{
  border-color: rgb(113 113 122 / 0.25);
}

.border-zinc-500\/30{
  border-color: rgb(113 113 122 / 0.3);
}

.border-zinc-500\/40{
  border-color: rgb(113 113 122 / 0.4);
}

.border-zinc-500\/5{
  border-color: rgb(113 113 122 / 0.05);
}

.border-zinc-500\/50{
  border-color: rgb(113 113 122 / 0.5);
}

.border-zinc-500\/60{
  border-color: rgb(113 113 122 / 0.6);
}

.border-zinc-500\/70{
  border-color: rgb(113 113 122 / 0.7);
}

.border-zinc-500\/75{
  border-color: rgb(113 113 122 / 0.75);
}

.border-zinc-500\/80{
  border-color: rgb(113 113 122 / 0.8);
}

.border-zinc-500\/90{
  border-color: rgb(113 113 122 / 0.9);
}

.border-zinc-500\/95{
  border-color: rgb(113 113 122 / 0.95);
}

.border-zinc-600{
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-zinc-600\/0{
  border-color: rgb(82 82 91 / 0);
}

.border-zinc-600\/10{
  border-color: rgb(82 82 91 / 0.1);
}

.border-zinc-600\/100{
  border-color: rgb(82 82 91 / 1);
}

.border-zinc-600\/20{
  border-color: rgb(82 82 91 / 0.2);
}

.border-zinc-600\/25{
  border-color: rgb(82 82 91 / 0.25);
}

.border-zinc-600\/30{
  border-color: rgb(82 82 91 / 0.3);
}

.border-zinc-600\/40{
  border-color: rgb(82 82 91 / 0.4);
}

.border-zinc-600\/5{
  border-color: rgb(82 82 91 / 0.05);
}

.border-zinc-600\/50{
  border-color: rgb(82 82 91 / 0.5);
}

.border-zinc-600\/60{
  border-color: rgb(82 82 91 / 0.6);
}

.border-zinc-600\/70{
  border-color: rgb(82 82 91 / 0.7);
}

.border-zinc-600\/75{
  border-color: rgb(82 82 91 / 0.75);
}

.border-zinc-600\/80{
  border-color: rgb(82 82 91 / 0.8);
}

.border-zinc-600\/90{
  border-color: rgb(82 82 91 / 0.9);
}

.border-zinc-600\/95{
  border-color: rgb(82 82 91 / 0.95);
}

.border-zinc-700{
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-zinc-700\/0{
  border-color: rgb(63 63 70 / 0);
}

.border-zinc-700\/10{
  border-color: rgb(63 63 70 / 0.1);
}

.border-zinc-700\/100{
  border-color: rgb(63 63 70 / 1);
}

.border-zinc-700\/20{
  border-color: rgb(63 63 70 / 0.2);
}

.border-zinc-700\/25{
  border-color: rgb(63 63 70 / 0.25);
}

.border-zinc-700\/30{
  border-color: rgb(63 63 70 / 0.3);
}

.border-zinc-700\/40{
  border-color: rgb(63 63 70 / 0.4);
}

.border-zinc-700\/5{
  border-color: rgb(63 63 70 / 0.05);
}

.border-zinc-700\/50{
  border-color: rgb(63 63 70 / 0.5);
}

.border-zinc-700\/60{
  border-color: rgb(63 63 70 / 0.6);
}

.border-zinc-700\/70{
  border-color: rgb(63 63 70 / 0.7);
}

.border-zinc-700\/75{
  border-color: rgb(63 63 70 / 0.75);
}

.border-zinc-700\/80{
  border-color: rgb(63 63 70 / 0.8);
}

.border-zinc-700\/90{
  border-color: rgb(63 63 70 / 0.9);
}

.border-zinc-700\/95{
  border-color: rgb(63 63 70 / 0.95);
}

.border-zinc-800{
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-zinc-800\/0{
  border-color: rgb(39 39 42 / 0);
}

.border-zinc-800\/10{
  border-color: rgb(39 39 42 / 0.1);
}

.border-zinc-800\/100{
  border-color: rgb(39 39 42 / 1);
}

.border-zinc-800\/20{
  border-color: rgb(39 39 42 / 0.2);
}

.border-zinc-800\/25{
  border-color: rgb(39 39 42 / 0.25);
}

.border-zinc-800\/30{
  border-color: rgb(39 39 42 / 0.3);
}

.border-zinc-800\/40{
  border-color: rgb(39 39 42 / 0.4);
}

.border-zinc-800\/5{
  border-color: rgb(39 39 42 / 0.05);
}

.border-zinc-800\/50{
  border-color: rgb(39 39 42 / 0.5);
}

.border-zinc-800\/60{
  border-color: rgb(39 39 42 / 0.6);
}

.border-zinc-800\/70{
  border-color: rgb(39 39 42 / 0.7);
}

.border-zinc-800\/75{
  border-color: rgb(39 39 42 / 0.75);
}

.border-zinc-800\/80{
  border-color: rgb(39 39 42 / 0.8);
}

.border-zinc-800\/90{
  border-color: rgb(39 39 42 / 0.9);
}

.border-zinc-800\/95{
  border-color: rgb(39 39 42 / 0.95);
}

.border-zinc-900{
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-zinc-900\/0{
  border-color: rgb(24 24 27 / 0);
}

.border-zinc-900\/10{
  border-color: rgb(24 24 27 / 0.1);
}

.border-zinc-900\/100{
  border-color: rgb(24 24 27 / 1);
}

.border-zinc-900\/20{
  border-color: rgb(24 24 27 / 0.2);
}

.border-zinc-900\/25{
  border-color: rgb(24 24 27 / 0.25);
}

.border-zinc-900\/30{
  border-color: rgb(24 24 27 / 0.3);
}

.border-zinc-900\/40{
  border-color: rgb(24 24 27 / 0.4);
}

.border-zinc-900\/5{
  border-color: rgb(24 24 27 / 0.05);
}

.border-zinc-900\/50{
  border-color: rgb(24 24 27 / 0.5);
}

.border-zinc-900\/60{
  border-color: rgb(24 24 27 / 0.6);
}

.border-zinc-900\/70{
  border-color: rgb(24 24 27 / 0.7);
}

.border-zinc-900\/75{
  border-color: rgb(24 24 27 / 0.75);
}

.border-zinc-900\/80{
  border-color: rgb(24 24 27 / 0.8);
}

.border-zinc-900\/90{
  border-color: rgb(24 24 27 / 0.9);
}

.border-zinc-900\/95{
  border-color: rgb(24 24 27 / 0.95);
}

.border-zinc-950{
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-zinc-950\/0{
  border-color: rgb(9 9 11 / 0);
}

.border-zinc-950\/10{
  border-color: rgb(9 9 11 / 0.1);
}

.border-zinc-950\/100{
  border-color: rgb(9 9 11 / 1);
}

.border-zinc-950\/20{
  border-color: rgb(9 9 11 / 0.2);
}

.border-zinc-950\/25{
  border-color: rgb(9 9 11 / 0.25);
}

.border-zinc-950\/30{
  border-color: rgb(9 9 11 / 0.3);
}

.border-zinc-950\/40{
  border-color: rgb(9 9 11 / 0.4);
}

.border-zinc-950\/5{
  border-color: rgb(9 9 11 / 0.05);
}

.border-zinc-950\/50{
  border-color: rgb(9 9 11 / 0.5);
}

.border-zinc-950\/60{
  border-color: rgb(9 9 11 / 0.6);
}

.border-zinc-950\/70{
  border-color: rgb(9 9 11 / 0.7);
}

.border-zinc-950\/75{
  border-color: rgb(9 9 11 / 0.75);
}

.border-zinc-950\/80{
  border-color: rgb(9 9 11 / 0.8);
}

.border-zinc-950\/90{
  border-color: rgb(9 9 11 / 0.9);
}

.border-zinc-950\/95{
  border-color: rgb(9 9 11 / 0.95);
}

.border-x-amber-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 199 / var(--tw-border-opacity));
  border-right-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.border-x-amber-100\/0{
  border-left-color: rgb(254 243 199 / 0);
  border-right-color: rgb(254 243 199 / 0);
}

.border-x-amber-100\/10{
  border-left-color: rgb(254 243 199 / 0.1);
  border-right-color: rgb(254 243 199 / 0.1);
}

.border-x-amber-100\/100{
  border-left-color: rgb(254 243 199 / 1);
  border-right-color: rgb(254 243 199 / 1);
}

.border-x-amber-100\/20{
  border-left-color: rgb(254 243 199 / 0.2);
  border-right-color: rgb(254 243 199 / 0.2);
}

.border-x-amber-100\/25{
  border-left-color: rgb(254 243 199 / 0.25);
  border-right-color: rgb(254 243 199 / 0.25);
}

.border-x-amber-100\/30{
  border-left-color: rgb(254 243 199 / 0.3);
  border-right-color: rgb(254 243 199 / 0.3);
}

.border-x-amber-100\/40{
  border-left-color: rgb(254 243 199 / 0.4);
  border-right-color: rgb(254 243 199 / 0.4);
}

.border-x-amber-100\/5{
  border-left-color: rgb(254 243 199 / 0.05);
  border-right-color: rgb(254 243 199 / 0.05);
}

.border-x-amber-100\/50{
  border-left-color: rgb(254 243 199 / 0.5);
  border-right-color: rgb(254 243 199 / 0.5);
}

.border-x-amber-100\/60{
  border-left-color: rgb(254 243 199 / 0.6);
  border-right-color: rgb(254 243 199 / 0.6);
}

.border-x-amber-100\/70{
  border-left-color: rgb(254 243 199 / 0.7);
  border-right-color: rgb(254 243 199 / 0.7);
}

.border-x-amber-100\/75{
  border-left-color: rgb(254 243 199 / 0.75);
  border-right-color: rgb(254 243 199 / 0.75);
}

.border-x-amber-100\/80{
  border-left-color: rgb(254 243 199 / 0.8);
  border-right-color: rgb(254 243 199 / 0.8);
}

.border-x-amber-100\/90{
  border-left-color: rgb(254 243 199 / 0.9);
  border-right-color: rgb(254 243 199 / 0.9);
}

.border-x-amber-100\/95{
  border-left-color: rgb(254 243 199 / 0.95);
  border-right-color: rgb(254 243 199 / 0.95);
}

.border-x-amber-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 230 138 / var(--tw-border-opacity));
  border-right-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.border-x-amber-200\/0{
  border-left-color: rgb(253 230 138 / 0);
  border-right-color: rgb(253 230 138 / 0);
}

.border-x-amber-200\/10{
  border-left-color: rgb(253 230 138 / 0.1);
  border-right-color: rgb(253 230 138 / 0.1);
}

.border-x-amber-200\/100{
  border-left-color: rgb(253 230 138 / 1);
  border-right-color: rgb(253 230 138 / 1);
}

.border-x-amber-200\/20{
  border-left-color: rgb(253 230 138 / 0.2);
  border-right-color: rgb(253 230 138 / 0.2);
}

.border-x-amber-200\/25{
  border-left-color: rgb(253 230 138 / 0.25);
  border-right-color: rgb(253 230 138 / 0.25);
}

.border-x-amber-200\/30{
  border-left-color: rgb(253 230 138 / 0.3);
  border-right-color: rgb(253 230 138 / 0.3);
}

.border-x-amber-200\/40{
  border-left-color: rgb(253 230 138 / 0.4);
  border-right-color: rgb(253 230 138 / 0.4);
}

.border-x-amber-200\/5{
  border-left-color: rgb(253 230 138 / 0.05);
  border-right-color: rgb(253 230 138 / 0.05);
}

.border-x-amber-200\/50{
  border-left-color: rgb(253 230 138 / 0.5);
  border-right-color: rgb(253 230 138 / 0.5);
}

.border-x-amber-200\/60{
  border-left-color: rgb(253 230 138 / 0.6);
  border-right-color: rgb(253 230 138 / 0.6);
}

.border-x-amber-200\/70{
  border-left-color: rgb(253 230 138 / 0.7);
  border-right-color: rgb(253 230 138 / 0.7);
}

.border-x-amber-200\/75{
  border-left-color: rgb(253 230 138 / 0.75);
  border-right-color: rgb(253 230 138 / 0.75);
}

.border-x-amber-200\/80{
  border-left-color: rgb(253 230 138 / 0.8);
  border-right-color: rgb(253 230 138 / 0.8);
}

.border-x-amber-200\/90{
  border-left-color: rgb(253 230 138 / 0.9);
  border-right-color: rgb(253 230 138 / 0.9);
}

.border-x-amber-200\/95{
  border-left-color: rgb(253 230 138 / 0.95);
  border-right-color: rgb(253 230 138 / 0.95);
}

.border-x-amber-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 211 77 / var(--tw-border-opacity));
  border-right-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.border-x-amber-300\/0{
  border-left-color: rgb(252 211 77 / 0);
  border-right-color: rgb(252 211 77 / 0);
}

.border-x-amber-300\/10{
  border-left-color: rgb(252 211 77 / 0.1);
  border-right-color: rgb(252 211 77 / 0.1);
}

.border-x-amber-300\/100{
  border-left-color: rgb(252 211 77 / 1);
  border-right-color: rgb(252 211 77 / 1);
}

.border-x-amber-300\/20{
  border-left-color: rgb(252 211 77 / 0.2);
  border-right-color: rgb(252 211 77 / 0.2);
}

.border-x-amber-300\/25{
  border-left-color: rgb(252 211 77 / 0.25);
  border-right-color: rgb(252 211 77 / 0.25);
}

.border-x-amber-300\/30{
  border-left-color: rgb(252 211 77 / 0.3);
  border-right-color: rgb(252 211 77 / 0.3);
}

.border-x-amber-300\/40{
  border-left-color: rgb(252 211 77 / 0.4);
  border-right-color: rgb(252 211 77 / 0.4);
}

.border-x-amber-300\/5{
  border-left-color: rgb(252 211 77 / 0.05);
  border-right-color: rgb(252 211 77 / 0.05);
}

.border-x-amber-300\/50{
  border-left-color: rgb(252 211 77 / 0.5);
  border-right-color: rgb(252 211 77 / 0.5);
}

.border-x-amber-300\/60{
  border-left-color: rgb(252 211 77 / 0.6);
  border-right-color: rgb(252 211 77 / 0.6);
}

.border-x-amber-300\/70{
  border-left-color: rgb(252 211 77 / 0.7);
  border-right-color: rgb(252 211 77 / 0.7);
}

.border-x-amber-300\/75{
  border-left-color: rgb(252 211 77 / 0.75);
  border-right-color: rgb(252 211 77 / 0.75);
}

.border-x-amber-300\/80{
  border-left-color: rgb(252 211 77 / 0.8);
  border-right-color: rgb(252 211 77 / 0.8);
}

.border-x-amber-300\/90{
  border-left-color: rgb(252 211 77 / 0.9);
  border-right-color: rgb(252 211 77 / 0.9);
}

.border-x-amber-300\/95{
  border-left-color: rgb(252 211 77 / 0.95);
  border-right-color: rgb(252 211 77 / 0.95);
}

.border-x-amber-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity));
  border-right-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.border-x-amber-400\/0{
  border-left-color: rgb(251 191 36 / 0);
  border-right-color: rgb(251 191 36 / 0);
}

.border-x-amber-400\/10{
  border-left-color: rgb(251 191 36 / 0.1);
  border-right-color: rgb(251 191 36 / 0.1);
}

.border-x-amber-400\/100{
  border-left-color: rgb(251 191 36 / 1);
  border-right-color: rgb(251 191 36 / 1);
}

.border-x-amber-400\/20{
  border-left-color: rgb(251 191 36 / 0.2);
  border-right-color: rgb(251 191 36 / 0.2);
}

.border-x-amber-400\/25{
  border-left-color: rgb(251 191 36 / 0.25);
  border-right-color: rgb(251 191 36 / 0.25);
}

.border-x-amber-400\/30{
  border-left-color: rgb(251 191 36 / 0.3);
  border-right-color: rgb(251 191 36 / 0.3);
}

.border-x-amber-400\/40{
  border-left-color: rgb(251 191 36 / 0.4);
  border-right-color: rgb(251 191 36 / 0.4);
}

.border-x-amber-400\/5{
  border-left-color: rgb(251 191 36 / 0.05);
  border-right-color: rgb(251 191 36 / 0.05);
}

.border-x-amber-400\/50{
  border-left-color: rgb(251 191 36 / 0.5);
  border-right-color: rgb(251 191 36 / 0.5);
}

.border-x-amber-400\/60{
  border-left-color: rgb(251 191 36 / 0.6);
  border-right-color: rgb(251 191 36 / 0.6);
}

.border-x-amber-400\/70{
  border-left-color: rgb(251 191 36 / 0.7);
  border-right-color: rgb(251 191 36 / 0.7);
}

.border-x-amber-400\/75{
  border-left-color: rgb(251 191 36 / 0.75);
  border-right-color: rgb(251 191 36 / 0.75);
}

.border-x-amber-400\/80{
  border-left-color: rgb(251 191 36 / 0.8);
  border-right-color: rgb(251 191 36 / 0.8);
}

.border-x-amber-400\/90{
  border-left-color: rgb(251 191 36 / 0.9);
  border-right-color: rgb(251 191 36 / 0.9);
}

.border-x-amber-400\/95{
  border-left-color: rgb(251 191 36 / 0.95);
  border-right-color: rgb(251 191 36 / 0.95);
}

.border-x-amber-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity));
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-x-amber-50\/0{
  border-left-color: rgb(255 251 235 / 0);
  border-right-color: rgb(255 251 235 / 0);
}

.border-x-amber-50\/10{
  border-left-color: rgb(255 251 235 / 0.1);
  border-right-color: rgb(255 251 235 / 0.1);
}

.border-x-amber-50\/100{
  border-left-color: rgb(255 251 235 / 1);
  border-right-color: rgb(255 251 235 / 1);
}

.border-x-amber-50\/20{
  border-left-color: rgb(255 251 235 / 0.2);
  border-right-color: rgb(255 251 235 / 0.2);
}

.border-x-amber-50\/25{
  border-left-color: rgb(255 251 235 / 0.25);
  border-right-color: rgb(255 251 235 / 0.25);
}

.border-x-amber-50\/30{
  border-left-color: rgb(255 251 235 / 0.3);
  border-right-color: rgb(255 251 235 / 0.3);
}

.border-x-amber-50\/40{
  border-left-color: rgb(255 251 235 / 0.4);
  border-right-color: rgb(255 251 235 / 0.4);
}

.border-x-amber-50\/5{
  border-left-color: rgb(255 251 235 / 0.05);
  border-right-color: rgb(255 251 235 / 0.05);
}

.border-x-amber-50\/50{
  border-left-color: rgb(255 251 235 / 0.5);
  border-right-color: rgb(255 251 235 / 0.5);
}

.border-x-amber-50\/60{
  border-left-color: rgb(255 251 235 / 0.6);
  border-right-color: rgb(255 251 235 / 0.6);
}

.border-x-amber-50\/70{
  border-left-color: rgb(255 251 235 / 0.7);
  border-right-color: rgb(255 251 235 / 0.7);
}

.border-x-amber-50\/75{
  border-left-color: rgb(255 251 235 / 0.75);
  border-right-color: rgb(255 251 235 / 0.75);
}

.border-x-amber-50\/80{
  border-left-color: rgb(255 251 235 / 0.8);
  border-right-color: rgb(255 251 235 / 0.8);
}

.border-x-amber-50\/90{
  border-left-color: rgb(255 251 235 / 0.9);
  border-right-color: rgb(255 251 235 / 0.9);
}

.border-x-amber-50\/95{
  border-left-color: rgb(255 251 235 / 0.95);
  border-right-color: rgb(255 251 235 / 0.95);
}

.border-x-amber-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity));
  border-right-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.border-x-amber-500\/0{
  border-left-color: rgb(245 158 11 / 0);
  border-right-color: rgb(245 158 11 / 0);
}

.border-x-amber-500\/10{
  border-left-color: rgb(245 158 11 / 0.1);
  border-right-color: rgb(245 158 11 / 0.1);
}

.border-x-amber-500\/100{
  border-left-color: rgb(245 158 11 / 1);
  border-right-color: rgb(245 158 11 / 1);
}

.border-x-amber-500\/20{
  border-left-color: rgb(245 158 11 / 0.2);
  border-right-color: rgb(245 158 11 / 0.2);
}

.border-x-amber-500\/25{
  border-left-color: rgb(245 158 11 / 0.25);
  border-right-color: rgb(245 158 11 / 0.25);
}

.border-x-amber-500\/30{
  border-left-color: rgb(245 158 11 / 0.3);
  border-right-color: rgb(245 158 11 / 0.3);
}

.border-x-amber-500\/40{
  border-left-color: rgb(245 158 11 / 0.4);
  border-right-color: rgb(245 158 11 / 0.4);
}

.border-x-amber-500\/5{
  border-left-color: rgb(245 158 11 / 0.05);
  border-right-color: rgb(245 158 11 / 0.05);
}

.border-x-amber-500\/50{
  border-left-color: rgb(245 158 11 / 0.5);
  border-right-color: rgb(245 158 11 / 0.5);
}

.border-x-amber-500\/60{
  border-left-color: rgb(245 158 11 / 0.6);
  border-right-color: rgb(245 158 11 / 0.6);
}

.border-x-amber-500\/70{
  border-left-color: rgb(245 158 11 / 0.7);
  border-right-color: rgb(245 158 11 / 0.7);
}

.border-x-amber-500\/75{
  border-left-color: rgb(245 158 11 / 0.75);
  border-right-color: rgb(245 158 11 / 0.75);
}

.border-x-amber-500\/80{
  border-left-color: rgb(245 158 11 / 0.8);
  border-right-color: rgb(245 158 11 / 0.8);
}

.border-x-amber-500\/90{
  border-left-color: rgb(245 158 11 / 0.9);
  border-right-color: rgb(245 158 11 / 0.9);
}

.border-x-amber-500\/95{
  border-left-color: rgb(245 158 11 / 0.95);
  border-right-color: rgb(245 158 11 / 0.95);
}

.border-x-amber-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(217 119 6 / var(--tw-border-opacity));
  border-right-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.border-x-amber-600\/0{
  border-left-color: rgb(217 119 6 / 0);
  border-right-color: rgb(217 119 6 / 0);
}

.border-x-amber-600\/10{
  border-left-color: rgb(217 119 6 / 0.1);
  border-right-color: rgb(217 119 6 / 0.1);
}

.border-x-amber-600\/100{
  border-left-color: rgb(217 119 6 / 1);
  border-right-color: rgb(217 119 6 / 1);
}

.border-x-amber-600\/20{
  border-left-color: rgb(217 119 6 / 0.2);
  border-right-color: rgb(217 119 6 / 0.2);
}

.border-x-amber-600\/25{
  border-left-color: rgb(217 119 6 / 0.25);
  border-right-color: rgb(217 119 6 / 0.25);
}

.border-x-amber-600\/30{
  border-left-color: rgb(217 119 6 / 0.3);
  border-right-color: rgb(217 119 6 / 0.3);
}

.border-x-amber-600\/40{
  border-left-color: rgb(217 119 6 / 0.4);
  border-right-color: rgb(217 119 6 / 0.4);
}

.border-x-amber-600\/5{
  border-left-color: rgb(217 119 6 / 0.05);
  border-right-color: rgb(217 119 6 / 0.05);
}

.border-x-amber-600\/50{
  border-left-color: rgb(217 119 6 / 0.5);
  border-right-color: rgb(217 119 6 / 0.5);
}

.border-x-amber-600\/60{
  border-left-color: rgb(217 119 6 / 0.6);
  border-right-color: rgb(217 119 6 / 0.6);
}

.border-x-amber-600\/70{
  border-left-color: rgb(217 119 6 / 0.7);
  border-right-color: rgb(217 119 6 / 0.7);
}

.border-x-amber-600\/75{
  border-left-color: rgb(217 119 6 / 0.75);
  border-right-color: rgb(217 119 6 / 0.75);
}

.border-x-amber-600\/80{
  border-left-color: rgb(217 119 6 / 0.8);
  border-right-color: rgb(217 119 6 / 0.8);
}

.border-x-amber-600\/90{
  border-left-color: rgb(217 119 6 / 0.9);
  border-right-color: rgb(217 119 6 / 0.9);
}

.border-x-amber-600\/95{
  border-left-color: rgb(217 119 6 / 0.95);
  border-right-color: rgb(217 119 6 / 0.95);
}

.border-x-amber-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(180 83 9 / var(--tw-border-opacity));
  border-right-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.border-x-amber-700\/0{
  border-left-color: rgb(180 83 9 / 0);
  border-right-color: rgb(180 83 9 / 0);
}

.border-x-amber-700\/10{
  border-left-color: rgb(180 83 9 / 0.1);
  border-right-color: rgb(180 83 9 / 0.1);
}

.border-x-amber-700\/100{
  border-left-color: rgb(180 83 9 / 1);
  border-right-color: rgb(180 83 9 / 1);
}

.border-x-amber-700\/20{
  border-left-color: rgb(180 83 9 / 0.2);
  border-right-color: rgb(180 83 9 / 0.2);
}

.border-x-amber-700\/25{
  border-left-color: rgb(180 83 9 / 0.25);
  border-right-color: rgb(180 83 9 / 0.25);
}

.border-x-amber-700\/30{
  border-left-color: rgb(180 83 9 / 0.3);
  border-right-color: rgb(180 83 9 / 0.3);
}

.border-x-amber-700\/40{
  border-left-color: rgb(180 83 9 / 0.4);
  border-right-color: rgb(180 83 9 / 0.4);
}

.border-x-amber-700\/5{
  border-left-color: rgb(180 83 9 / 0.05);
  border-right-color: rgb(180 83 9 / 0.05);
}

.border-x-amber-700\/50{
  border-left-color: rgb(180 83 9 / 0.5);
  border-right-color: rgb(180 83 9 / 0.5);
}

.border-x-amber-700\/60{
  border-left-color: rgb(180 83 9 / 0.6);
  border-right-color: rgb(180 83 9 / 0.6);
}

.border-x-amber-700\/70{
  border-left-color: rgb(180 83 9 / 0.7);
  border-right-color: rgb(180 83 9 / 0.7);
}

.border-x-amber-700\/75{
  border-left-color: rgb(180 83 9 / 0.75);
  border-right-color: rgb(180 83 9 / 0.75);
}

.border-x-amber-700\/80{
  border-left-color: rgb(180 83 9 / 0.8);
  border-right-color: rgb(180 83 9 / 0.8);
}

.border-x-amber-700\/90{
  border-left-color: rgb(180 83 9 / 0.9);
  border-right-color: rgb(180 83 9 / 0.9);
}

.border-x-amber-700\/95{
  border-left-color: rgb(180 83 9 / 0.95);
  border-right-color: rgb(180 83 9 / 0.95);
}

.border-x-amber-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(146 64 14 / var(--tw-border-opacity));
  border-right-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.border-x-amber-800\/0{
  border-left-color: rgb(146 64 14 / 0);
  border-right-color: rgb(146 64 14 / 0);
}

.border-x-amber-800\/10{
  border-left-color: rgb(146 64 14 / 0.1);
  border-right-color: rgb(146 64 14 / 0.1);
}

.border-x-amber-800\/100{
  border-left-color: rgb(146 64 14 / 1);
  border-right-color: rgb(146 64 14 / 1);
}

.border-x-amber-800\/20{
  border-left-color: rgb(146 64 14 / 0.2);
  border-right-color: rgb(146 64 14 / 0.2);
}

.border-x-amber-800\/25{
  border-left-color: rgb(146 64 14 / 0.25);
  border-right-color: rgb(146 64 14 / 0.25);
}

.border-x-amber-800\/30{
  border-left-color: rgb(146 64 14 / 0.3);
  border-right-color: rgb(146 64 14 / 0.3);
}

.border-x-amber-800\/40{
  border-left-color: rgb(146 64 14 / 0.4);
  border-right-color: rgb(146 64 14 / 0.4);
}

.border-x-amber-800\/5{
  border-left-color: rgb(146 64 14 / 0.05);
  border-right-color: rgb(146 64 14 / 0.05);
}

.border-x-amber-800\/50{
  border-left-color: rgb(146 64 14 / 0.5);
  border-right-color: rgb(146 64 14 / 0.5);
}

.border-x-amber-800\/60{
  border-left-color: rgb(146 64 14 / 0.6);
  border-right-color: rgb(146 64 14 / 0.6);
}

.border-x-amber-800\/70{
  border-left-color: rgb(146 64 14 / 0.7);
  border-right-color: rgb(146 64 14 / 0.7);
}

.border-x-amber-800\/75{
  border-left-color: rgb(146 64 14 / 0.75);
  border-right-color: rgb(146 64 14 / 0.75);
}

.border-x-amber-800\/80{
  border-left-color: rgb(146 64 14 / 0.8);
  border-right-color: rgb(146 64 14 / 0.8);
}

.border-x-amber-800\/90{
  border-left-color: rgb(146 64 14 / 0.9);
  border-right-color: rgb(146 64 14 / 0.9);
}

.border-x-amber-800\/95{
  border-left-color: rgb(146 64 14 / 0.95);
  border-right-color: rgb(146 64 14 / 0.95);
}

.border-x-amber-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(120 53 15 / var(--tw-border-opacity));
  border-right-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.border-x-amber-900\/0{
  border-left-color: rgb(120 53 15 / 0);
  border-right-color: rgb(120 53 15 / 0);
}

.border-x-amber-900\/10{
  border-left-color: rgb(120 53 15 / 0.1);
  border-right-color: rgb(120 53 15 / 0.1);
}

.border-x-amber-900\/100{
  border-left-color: rgb(120 53 15 / 1);
  border-right-color: rgb(120 53 15 / 1);
}

.border-x-amber-900\/20{
  border-left-color: rgb(120 53 15 / 0.2);
  border-right-color: rgb(120 53 15 / 0.2);
}

.border-x-amber-900\/25{
  border-left-color: rgb(120 53 15 / 0.25);
  border-right-color: rgb(120 53 15 / 0.25);
}

.border-x-amber-900\/30{
  border-left-color: rgb(120 53 15 / 0.3);
  border-right-color: rgb(120 53 15 / 0.3);
}

.border-x-amber-900\/40{
  border-left-color: rgb(120 53 15 / 0.4);
  border-right-color: rgb(120 53 15 / 0.4);
}

.border-x-amber-900\/5{
  border-left-color: rgb(120 53 15 / 0.05);
  border-right-color: rgb(120 53 15 / 0.05);
}

.border-x-amber-900\/50{
  border-left-color: rgb(120 53 15 / 0.5);
  border-right-color: rgb(120 53 15 / 0.5);
}

.border-x-amber-900\/60{
  border-left-color: rgb(120 53 15 / 0.6);
  border-right-color: rgb(120 53 15 / 0.6);
}

.border-x-amber-900\/70{
  border-left-color: rgb(120 53 15 / 0.7);
  border-right-color: rgb(120 53 15 / 0.7);
}

.border-x-amber-900\/75{
  border-left-color: rgb(120 53 15 / 0.75);
  border-right-color: rgb(120 53 15 / 0.75);
}

.border-x-amber-900\/80{
  border-left-color: rgb(120 53 15 / 0.8);
  border-right-color: rgb(120 53 15 / 0.8);
}

.border-x-amber-900\/90{
  border-left-color: rgb(120 53 15 / 0.9);
  border-right-color: rgb(120 53 15 / 0.9);
}

.border-x-amber-900\/95{
  border-left-color: rgb(120 53 15 / 0.95);
  border-right-color: rgb(120 53 15 / 0.95);
}

.border-x-amber-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(69 26 3 / var(--tw-border-opacity));
  border-right-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.border-x-amber-950\/0{
  border-left-color: rgb(69 26 3 / 0);
  border-right-color: rgb(69 26 3 / 0);
}

.border-x-amber-950\/10{
  border-left-color: rgb(69 26 3 / 0.1);
  border-right-color: rgb(69 26 3 / 0.1);
}

.border-x-amber-950\/100{
  border-left-color: rgb(69 26 3 / 1);
  border-right-color: rgb(69 26 3 / 1);
}

.border-x-amber-950\/20{
  border-left-color: rgb(69 26 3 / 0.2);
  border-right-color: rgb(69 26 3 / 0.2);
}

.border-x-amber-950\/25{
  border-left-color: rgb(69 26 3 / 0.25);
  border-right-color: rgb(69 26 3 / 0.25);
}

.border-x-amber-950\/30{
  border-left-color: rgb(69 26 3 / 0.3);
  border-right-color: rgb(69 26 3 / 0.3);
}

.border-x-amber-950\/40{
  border-left-color: rgb(69 26 3 / 0.4);
  border-right-color: rgb(69 26 3 / 0.4);
}

.border-x-amber-950\/5{
  border-left-color: rgb(69 26 3 / 0.05);
  border-right-color: rgb(69 26 3 / 0.05);
}

.border-x-amber-950\/50{
  border-left-color: rgb(69 26 3 / 0.5);
  border-right-color: rgb(69 26 3 / 0.5);
}

.border-x-amber-950\/60{
  border-left-color: rgb(69 26 3 / 0.6);
  border-right-color: rgb(69 26 3 / 0.6);
}

.border-x-amber-950\/70{
  border-left-color: rgb(69 26 3 / 0.7);
  border-right-color: rgb(69 26 3 / 0.7);
}

.border-x-amber-950\/75{
  border-left-color: rgb(69 26 3 / 0.75);
  border-right-color: rgb(69 26 3 / 0.75);
}

.border-x-amber-950\/80{
  border-left-color: rgb(69 26 3 / 0.8);
  border-right-color: rgb(69 26 3 / 0.8);
}

.border-x-amber-950\/90{
  border-left-color: rgb(69 26 3 / 0.9);
  border-right-color: rgb(69 26 3 / 0.9);
}

.border-x-amber-950\/95{
  border-left-color: rgb(69 26 3 / 0.95);
  border-right-color: rgb(69 26 3 / 0.95);
}

.border-x-black{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-x-black\/0{
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.border-x-black\/10{
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-x-black\/100{
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.border-x-black\/20{
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-x-black\/25{
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-x-black\/30{
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-x-black\/40{
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-x-black\/5{
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-x-black\/50{
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-x-black\/60{
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-x-black\/70{
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-x-black\/75{
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-x-black\/80{
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-x-black\/90{
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-x-black\/95{
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-x-blue-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(219 234 254 / var(--tw-border-opacity));
  border-right-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.border-x-blue-100\/0{
  border-left-color: rgb(219 234 254 / 0);
  border-right-color: rgb(219 234 254 / 0);
}

.border-x-blue-100\/10{
  border-left-color: rgb(219 234 254 / 0.1);
  border-right-color: rgb(219 234 254 / 0.1);
}

.border-x-blue-100\/100{
  border-left-color: rgb(219 234 254 / 1);
  border-right-color: rgb(219 234 254 / 1);
}

.border-x-blue-100\/20{
  border-left-color: rgb(219 234 254 / 0.2);
  border-right-color: rgb(219 234 254 / 0.2);
}

.border-x-blue-100\/25{
  border-left-color: rgb(219 234 254 / 0.25);
  border-right-color: rgb(219 234 254 / 0.25);
}

.border-x-blue-100\/30{
  border-left-color: rgb(219 234 254 / 0.3);
  border-right-color: rgb(219 234 254 / 0.3);
}

.border-x-blue-100\/40{
  border-left-color: rgb(219 234 254 / 0.4);
  border-right-color: rgb(219 234 254 / 0.4);
}

.border-x-blue-100\/5{
  border-left-color: rgb(219 234 254 / 0.05);
  border-right-color: rgb(219 234 254 / 0.05);
}

.border-x-blue-100\/50{
  border-left-color: rgb(219 234 254 / 0.5);
  border-right-color: rgb(219 234 254 / 0.5);
}

.border-x-blue-100\/60{
  border-left-color: rgb(219 234 254 / 0.6);
  border-right-color: rgb(219 234 254 / 0.6);
}

.border-x-blue-100\/70{
  border-left-color: rgb(219 234 254 / 0.7);
  border-right-color: rgb(219 234 254 / 0.7);
}

.border-x-blue-100\/75{
  border-left-color: rgb(219 234 254 / 0.75);
  border-right-color: rgb(219 234 254 / 0.75);
}

.border-x-blue-100\/80{
  border-left-color: rgb(219 234 254 / 0.8);
  border-right-color: rgb(219 234 254 / 0.8);
}

.border-x-blue-100\/90{
  border-left-color: rgb(219 234 254 / 0.9);
  border-right-color: rgb(219 234 254 / 0.9);
}

.border-x-blue-100\/95{
  border-left-color: rgb(219 234 254 / 0.95);
  border-right-color: rgb(219 234 254 / 0.95);
}

.border-x-blue-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(191 219 254 / var(--tw-border-opacity));
  border-right-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-x-blue-200\/0{
  border-left-color: rgb(191 219 254 / 0);
  border-right-color: rgb(191 219 254 / 0);
}

.border-x-blue-200\/10{
  border-left-color: rgb(191 219 254 / 0.1);
  border-right-color: rgb(191 219 254 / 0.1);
}

.border-x-blue-200\/100{
  border-left-color: rgb(191 219 254 / 1);
  border-right-color: rgb(191 219 254 / 1);
}

.border-x-blue-200\/20{
  border-left-color: rgb(191 219 254 / 0.2);
  border-right-color: rgb(191 219 254 / 0.2);
}

.border-x-blue-200\/25{
  border-left-color: rgb(191 219 254 / 0.25);
  border-right-color: rgb(191 219 254 / 0.25);
}

.border-x-blue-200\/30{
  border-left-color: rgb(191 219 254 / 0.3);
  border-right-color: rgb(191 219 254 / 0.3);
}

.border-x-blue-200\/40{
  border-left-color: rgb(191 219 254 / 0.4);
  border-right-color: rgb(191 219 254 / 0.4);
}

.border-x-blue-200\/5{
  border-left-color: rgb(191 219 254 / 0.05);
  border-right-color: rgb(191 219 254 / 0.05);
}

.border-x-blue-200\/50{
  border-left-color: rgb(191 219 254 / 0.5);
  border-right-color: rgb(191 219 254 / 0.5);
}

.border-x-blue-200\/60{
  border-left-color: rgb(191 219 254 / 0.6);
  border-right-color: rgb(191 219 254 / 0.6);
}

.border-x-blue-200\/70{
  border-left-color: rgb(191 219 254 / 0.7);
  border-right-color: rgb(191 219 254 / 0.7);
}

.border-x-blue-200\/75{
  border-left-color: rgb(191 219 254 / 0.75);
  border-right-color: rgb(191 219 254 / 0.75);
}

.border-x-blue-200\/80{
  border-left-color: rgb(191 219 254 / 0.8);
  border-right-color: rgb(191 219 254 / 0.8);
}

.border-x-blue-200\/90{
  border-left-color: rgb(191 219 254 / 0.9);
  border-right-color: rgb(191 219 254 / 0.9);
}

.border-x-blue-200\/95{
  border-left-color: rgb(191 219 254 / 0.95);
  border-right-color: rgb(191 219 254 / 0.95);
}

.border-x-blue-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity));
  border-right-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-x-blue-300\/0{
  border-left-color: rgb(147 197 253 / 0);
  border-right-color: rgb(147 197 253 / 0);
}

.border-x-blue-300\/10{
  border-left-color: rgb(147 197 253 / 0.1);
  border-right-color: rgb(147 197 253 / 0.1);
}

.border-x-blue-300\/100{
  border-left-color: rgb(147 197 253 / 1);
  border-right-color: rgb(147 197 253 / 1);
}

.border-x-blue-300\/20{
  border-left-color: rgb(147 197 253 / 0.2);
  border-right-color: rgb(147 197 253 / 0.2);
}

.border-x-blue-300\/25{
  border-left-color: rgb(147 197 253 / 0.25);
  border-right-color: rgb(147 197 253 / 0.25);
}

.border-x-blue-300\/30{
  border-left-color: rgb(147 197 253 / 0.3);
  border-right-color: rgb(147 197 253 / 0.3);
}

.border-x-blue-300\/40{
  border-left-color: rgb(147 197 253 / 0.4);
  border-right-color: rgb(147 197 253 / 0.4);
}

.border-x-blue-300\/5{
  border-left-color: rgb(147 197 253 / 0.05);
  border-right-color: rgb(147 197 253 / 0.05);
}

.border-x-blue-300\/50{
  border-left-color: rgb(147 197 253 / 0.5);
  border-right-color: rgb(147 197 253 / 0.5);
}

.border-x-blue-300\/60{
  border-left-color: rgb(147 197 253 / 0.6);
  border-right-color: rgb(147 197 253 / 0.6);
}

.border-x-blue-300\/70{
  border-left-color: rgb(147 197 253 / 0.7);
  border-right-color: rgb(147 197 253 / 0.7);
}

.border-x-blue-300\/75{
  border-left-color: rgb(147 197 253 / 0.75);
  border-right-color: rgb(147 197 253 / 0.75);
}

.border-x-blue-300\/80{
  border-left-color: rgb(147 197 253 / 0.8);
  border-right-color: rgb(147 197 253 / 0.8);
}

.border-x-blue-300\/90{
  border-left-color: rgb(147 197 253 / 0.9);
  border-right-color: rgb(147 197 253 / 0.9);
}

.border-x-blue-300\/95{
  border-left-color: rgb(147 197 253 / 0.95);
  border-right-color: rgb(147 197 253 / 0.95);
}

.border-x-blue-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity));
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-x-blue-400\/0{
  border-left-color: rgb(96 165 250 / 0);
  border-right-color: rgb(96 165 250 / 0);
}

.border-x-blue-400\/10{
  border-left-color: rgb(96 165 250 / 0.1);
  border-right-color: rgb(96 165 250 / 0.1);
}

.border-x-blue-400\/100{
  border-left-color: rgb(96 165 250 / 1);
  border-right-color: rgb(96 165 250 / 1);
}

.border-x-blue-400\/20{
  border-left-color: rgb(96 165 250 / 0.2);
  border-right-color: rgb(96 165 250 / 0.2);
}

.border-x-blue-400\/25{
  border-left-color: rgb(96 165 250 / 0.25);
  border-right-color: rgb(96 165 250 / 0.25);
}

.border-x-blue-400\/30{
  border-left-color: rgb(96 165 250 / 0.3);
  border-right-color: rgb(96 165 250 / 0.3);
}

.border-x-blue-400\/40{
  border-left-color: rgb(96 165 250 / 0.4);
  border-right-color: rgb(96 165 250 / 0.4);
}

.border-x-blue-400\/5{
  border-left-color: rgb(96 165 250 / 0.05);
  border-right-color: rgb(96 165 250 / 0.05);
}

.border-x-blue-400\/50{
  border-left-color: rgb(96 165 250 / 0.5);
  border-right-color: rgb(96 165 250 / 0.5);
}

.border-x-blue-400\/60{
  border-left-color: rgb(96 165 250 / 0.6);
  border-right-color: rgb(96 165 250 / 0.6);
}

.border-x-blue-400\/70{
  border-left-color: rgb(96 165 250 / 0.7);
  border-right-color: rgb(96 165 250 / 0.7);
}

.border-x-blue-400\/75{
  border-left-color: rgb(96 165 250 / 0.75);
  border-right-color: rgb(96 165 250 / 0.75);
}

.border-x-blue-400\/80{
  border-left-color: rgb(96 165 250 / 0.8);
  border-right-color: rgb(96 165 250 / 0.8);
}

.border-x-blue-400\/90{
  border-left-color: rgb(96 165 250 / 0.9);
  border-right-color: rgb(96 165 250 / 0.9);
}

.border-x-blue-400\/95{
  border-left-color: rgb(96 165 250 / 0.95);
  border-right-color: rgb(96 165 250 / 0.95);
}

.border-x-blue-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(239 246 255 / var(--tw-border-opacity));
  border-right-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-x-blue-50\/0{
  border-left-color: rgb(239 246 255 / 0);
  border-right-color: rgb(239 246 255 / 0);
}

.border-x-blue-50\/10{
  border-left-color: rgb(239 246 255 / 0.1);
  border-right-color: rgb(239 246 255 / 0.1);
}

.border-x-blue-50\/100{
  border-left-color: rgb(239 246 255 / 1);
  border-right-color: rgb(239 246 255 / 1);
}

.border-x-blue-50\/20{
  border-left-color: rgb(239 246 255 / 0.2);
  border-right-color: rgb(239 246 255 / 0.2);
}

.border-x-blue-50\/25{
  border-left-color: rgb(239 246 255 / 0.25);
  border-right-color: rgb(239 246 255 / 0.25);
}

.border-x-blue-50\/30{
  border-left-color: rgb(239 246 255 / 0.3);
  border-right-color: rgb(239 246 255 / 0.3);
}

.border-x-blue-50\/40{
  border-left-color: rgb(239 246 255 / 0.4);
  border-right-color: rgb(239 246 255 / 0.4);
}

.border-x-blue-50\/5{
  border-left-color: rgb(239 246 255 / 0.05);
  border-right-color: rgb(239 246 255 / 0.05);
}

.border-x-blue-50\/50{
  border-left-color: rgb(239 246 255 / 0.5);
  border-right-color: rgb(239 246 255 / 0.5);
}

.border-x-blue-50\/60{
  border-left-color: rgb(239 246 255 / 0.6);
  border-right-color: rgb(239 246 255 / 0.6);
}

.border-x-blue-50\/70{
  border-left-color: rgb(239 246 255 / 0.7);
  border-right-color: rgb(239 246 255 / 0.7);
}

.border-x-blue-50\/75{
  border-left-color: rgb(239 246 255 / 0.75);
  border-right-color: rgb(239 246 255 / 0.75);
}

.border-x-blue-50\/80{
  border-left-color: rgb(239 246 255 / 0.8);
  border-right-color: rgb(239 246 255 / 0.8);
}

.border-x-blue-50\/90{
  border-left-color: rgb(239 246 255 / 0.9);
  border-right-color: rgb(239 246 255 / 0.9);
}

.border-x-blue-50\/95{
  border-left-color: rgb(239 246 255 / 0.95);
  border-right-color: rgb(239 246 255 / 0.95);
}

.border-x-blue-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity));
  border-right-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-x-blue-500\/0{
  border-left-color: rgb(59 130 246 / 0);
  border-right-color: rgb(59 130 246 / 0);
}

.border-x-blue-500\/10{
  border-left-color: rgb(59 130 246 / 0.1);
  border-right-color: rgb(59 130 246 / 0.1);
}

.border-x-blue-500\/100{
  border-left-color: rgb(59 130 246 / 1);
  border-right-color: rgb(59 130 246 / 1);
}

.border-x-blue-500\/20{
  border-left-color: rgb(59 130 246 / 0.2);
  border-right-color: rgb(59 130 246 / 0.2);
}

.border-x-blue-500\/25{
  border-left-color: rgb(59 130 246 / 0.25);
  border-right-color: rgb(59 130 246 / 0.25);
}

.border-x-blue-500\/30{
  border-left-color: rgb(59 130 246 / 0.3);
  border-right-color: rgb(59 130 246 / 0.3);
}

.border-x-blue-500\/40{
  border-left-color: rgb(59 130 246 / 0.4);
  border-right-color: rgb(59 130 246 / 0.4);
}

.border-x-blue-500\/5{
  border-left-color: rgb(59 130 246 / 0.05);
  border-right-color: rgb(59 130 246 / 0.05);
}

.border-x-blue-500\/50{
  border-left-color: rgb(59 130 246 / 0.5);
  border-right-color: rgb(59 130 246 / 0.5);
}

.border-x-blue-500\/60{
  border-left-color: rgb(59 130 246 / 0.6);
  border-right-color: rgb(59 130 246 / 0.6);
}

.border-x-blue-500\/70{
  border-left-color: rgb(59 130 246 / 0.7);
  border-right-color: rgb(59 130 246 / 0.7);
}

.border-x-blue-500\/75{
  border-left-color: rgb(59 130 246 / 0.75);
  border-right-color: rgb(59 130 246 / 0.75);
}

.border-x-blue-500\/80{
  border-left-color: rgb(59 130 246 / 0.8);
  border-right-color: rgb(59 130 246 / 0.8);
}

.border-x-blue-500\/90{
  border-left-color: rgb(59 130 246 / 0.9);
  border-right-color: rgb(59 130 246 / 0.9);
}

.border-x-blue-500\/95{
  border-left-color: rgb(59 130 246 / 0.95);
  border-right-color: rgb(59 130 246 / 0.95);
}

.border-x-blue-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity));
  border-right-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-x-blue-600\/0{
  border-left-color: rgb(37 99 235 / 0);
  border-right-color: rgb(37 99 235 / 0);
}

.border-x-blue-600\/10{
  border-left-color: rgb(37 99 235 / 0.1);
  border-right-color: rgb(37 99 235 / 0.1);
}

.border-x-blue-600\/100{
  border-left-color: rgb(37 99 235 / 1);
  border-right-color: rgb(37 99 235 / 1);
}

.border-x-blue-600\/20{
  border-left-color: rgb(37 99 235 / 0.2);
  border-right-color: rgb(37 99 235 / 0.2);
}

.border-x-blue-600\/25{
  border-left-color: rgb(37 99 235 / 0.25);
  border-right-color: rgb(37 99 235 / 0.25);
}

.border-x-blue-600\/30{
  border-left-color: rgb(37 99 235 / 0.3);
  border-right-color: rgb(37 99 235 / 0.3);
}

.border-x-blue-600\/40{
  border-left-color: rgb(37 99 235 / 0.4);
  border-right-color: rgb(37 99 235 / 0.4);
}

.border-x-blue-600\/5{
  border-left-color: rgb(37 99 235 / 0.05);
  border-right-color: rgb(37 99 235 / 0.05);
}

.border-x-blue-600\/50{
  border-left-color: rgb(37 99 235 / 0.5);
  border-right-color: rgb(37 99 235 / 0.5);
}

.border-x-blue-600\/60{
  border-left-color: rgb(37 99 235 / 0.6);
  border-right-color: rgb(37 99 235 / 0.6);
}

.border-x-blue-600\/70{
  border-left-color: rgb(37 99 235 / 0.7);
  border-right-color: rgb(37 99 235 / 0.7);
}

.border-x-blue-600\/75{
  border-left-color: rgb(37 99 235 / 0.75);
  border-right-color: rgb(37 99 235 / 0.75);
}

.border-x-blue-600\/80{
  border-left-color: rgb(37 99 235 / 0.8);
  border-right-color: rgb(37 99 235 / 0.8);
}

.border-x-blue-600\/90{
  border-left-color: rgb(37 99 235 / 0.9);
  border-right-color: rgb(37 99 235 / 0.9);
}

.border-x-blue-600\/95{
  border-left-color: rgb(37 99 235 / 0.95);
  border-right-color: rgb(37 99 235 / 0.95);
}

.border-x-blue-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(29 78 216 / var(--tw-border-opacity));
  border-right-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-x-blue-700\/0{
  border-left-color: rgb(29 78 216 / 0);
  border-right-color: rgb(29 78 216 / 0);
}

.border-x-blue-700\/10{
  border-left-color: rgb(29 78 216 / 0.1);
  border-right-color: rgb(29 78 216 / 0.1);
}

.border-x-blue-700\/100{
  border-left-color: rgb(29 78 216 / 1);
  border-right-color: rgb(29 78 216 / 1);
}

.border-x-blue-700\/20{
  border-left-color: rgb(29 78 216 / 0.2);
  border-right-color: rgb(29 78 216 / 0.2);
}

.border-x-blue-700\/25{
  border-left-color: rgb(29 78 216 / 0.25);
  border-right-color: rgb(29 78 216 / 0.25);
}

.border-x-blue-700\/30{
  border-left-color: rgb(29 78 216 / 0.3);
  border-right-color: rgb(29 78 216 / 0.3);
}

.border-x-blue-700\/40{
  border-left-color: rgb(29 78 216 / 0.4);
  border-right-color: rgb(29 78 216 / 0.4);
}

.border-x-blue-700\/5{
  border-left-color: rgb(29 78 216 / 0.05);
  border-right-color: rgb(29 78 216 / 0.05);
}

.border-x-blue-700\/50{
  border-left-color: rgb(29 78 216 / 0.5);
  border-right-color: rgb(29 78 216 / 0.5);
}

.border-x-blue-700\/60{
  border-left-color: rgb(29 78 216 / 0.6);
  border-right-color: rgb(29 78 216 / 0.6);
}

.border-x-blue-700\/70{
  border-left-color: rgb(29 78 216 / 0.7);
  border-right-color: rgb(29 78 216 / 0.7);
}

.border-x-blue-700\/75{
  border-left-color: rgb(29 78 216 / 0.75);
  border-right-color: rgb(29 78 216 / 0.75);
}

.border-x-blue-700\/80{
  border-left-color: rgb(29 78 216 / 0.8);
  border-right-color: rgb(29 78 216 / 0.8);
}

.border-x-blue-700\/90{
  border-left-color: rgb(29 78 216 / 0.9);
  border-right-color: rgb(29 78 216 / 0.9);
}

.border-x-blue-700\/95{
  border-left-color: rgb(29 78 216 / 0.95);
  border-right-color: rgb(29 78 216 / 0.95);
}

.border-x-blue-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 64 175 / var(--tw-border-opacity));
  border-right-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-x-blue-800\/0{
  border-left-color: rgb(30 64 175 / 0);
  border-right-color: rgb(30 64 175 / 0);
}

.border-x-blue-800\/10{
  border-left-color: rgb(30 64 175 / 0.1);
  border-right-color: rgb(30 64 175 / 0.1);
}

.border-x-blue-800\/100{
  border-left-color: rgb(30 64 175 / 1);
  border-right-color: rgb(30 64 175 / 1);
}

.border-x-blue-800\/20{
  border-left-color: rgb(30 64 175 / 0.2);
  border-right-color: rgb(30 64 175 / 0.2);
}

.border-x-blue-800\/25{
  border-left-color: rgb(30 64 175 / 0.25);
  border-right-color: rgb(30 64 175 / 0.25);
}

.border-x-blue-800\/30{
  border-left-color: rgb(30 64 175 / 0.3);
  border-right-color: rgb(30 64 175 / 0.3);
}

.border-x-blue-800\/40{
  border-left-color: rgb(30 64 175 / 0.4);
  border-right-color: rgb(30 64 175 / 0.4);
}

.border-x-blue-800\/5{
  border-left-color: rgb(30 64 175 / 0.05);
  border-right-color: rgb(30 64 175 / 0.05);
}

.border-x-blue-800\/50{
  border-left-color: rgb(30 64 175 / 0.5);
  border-right-color: rgb(30 64 175 / 0.5);
}

.border-x-blue-800\/60{
  border-left-color: rgb(30 64 175 / 0.6);
  border-right-color: rgb(30 64 175 / 0.6);
}

.border-x-blue-800\/70{
  border-left-color: rgb(30 64 175 / 0.7);
  border-right-color: rgb(30 64 175 / 0.7);
}

.border-x-blue-800\/75{
  border-left-color: rgb(30 64 175 / 0.75);
  border-right-color: rgb(30 64 175 / 0.75);
}

.border-x-blue-800\/80{
  border-left-color: rgb(30 64 175 / 0.8);
  border-right-color: rgb(30 64 175 / 0.8);
}

.border-x-blue-800\/90{
  border-left-color: rgb(30 64 175 / 0.9);
  border-right-color: rgb(30 64 175 / 0.9);
}

.border-x-blue-800\/95{
  border-left-color: rgb(30 64 175 / 0.95);
  border-right-color: rgb(30 64 175 / 0.95);
}

.border-x-blue-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity));
  border-right-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-x-blue-900\/0{
  border-left-color: rgb(30 58 138 / 0);
  border-right-color: rgb(30 58 138 / 0);
}

.border-x-blue-900\/10{
  border-left-color: rgb(30 58 138 / 0.1);
  border-right-color: rgb(30 58 138 / 0.1);
}

.border-x-blue-900\/100{
  border-left-color: rgb(30 58 138 / 1);
  border-right-color: rgb(30 58 138 / 1);
}

.border-x-blue-900\/20{
  border-left-color: rgb(30 58 138 / 0.2);
  border-right-color: rgb(30 58 138 / 0.2);
}

.border-x-blue-900\/25{
  border-left-color: rgb(30 58 138 / 0.25);
  border-right-color: rgb(30 58 138 / 0.25);
}

.border-x-blue-900\/30{
  border-left-color: rgb(30 58 138 / 0.3);
  border-right-color: rgb(30 58 138 / 0.3);
}

.border-x-blue-900\/40{
  border-left-color: rgb(30 58 138 / 0.4);
  border-right-color: rgb(30 58 138 / 0.4);
}

.border-x-blue-900\/5{
  border-left-color: rgb(30 58 138 / 0.05);
  border-right-color: rgb(30 58 138 / 0.05);
}

.border-x-blue-900\/50{
  border-left-color: rgb(30 58 138 / 0.5);
  border-right-color: rgb(30 58 138 / 0.5);
}

.border-x-blue-900\/60{
  border-left-color: rgb(30 58 138 / 0.6);
  border-right-color: rgb(30 58 138 / 0.6);
}

.border-x-blue-900\/70{
  border-left-color: rgb(30 58 138 / 0.7);
  border-right-color: rgb(30 58 138 / 0.7);
}

.border-x-blue-900\/75{
  border-left-color: rgb(30 58 138 / 0.75);
  border-right-color: rgb(30 58 138 / 0.75);
}

.border-x-blue-900\/80{
  border-left-color: rgb(30 58 138 / 0.8);
  border-right-color: rgb(30 58 138 / 0.8);
}

.border-x-blue-900\/90{
  border-left-color: rgb(30 58 138 / 0.9);
  border-right-color: rgb(30 58 138 / 0.9);
}

.border-x-blue-900\/95{
  border-left-color: rgb(30 58 138 / 0.95);
  border-right-color: rgb(30 58 138 / 0.95);
}

.border-x-blue-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(23 37 84 / var(--tw-border-opacity));
  border-right-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-x-blue-950\/0{
  border-left-color: rgb(23 37 84 / 0);
  border-right-color: rgb(23 37 84 / 0);
}

.border-x-blue-950\/10{
  border-left-color: rgb(23 37 84 / 0.1);
  border-right-color: rgb(23 37 84 / 0.1);
}

.border-x-blue-950\/100{
  border-left-color: rgb(23 37 84 / 1);
  border-right-color: rgb(23 37 84 / 1);
}

.border-x-blue-950\/20{
  border-left-color: rgb(23 37 84 / 0.2);
  border-right-color: rgb(23 37 84 / 0.2);
}

.border-x-blue-950\/25{
  border-left-color: rgb(23 37 84 / 0.25);
  border-right-color: rgb(23 37 84 / 0.25);
}

.border-x-blue-950\/30{
  border-left-color: rgb(23 37 84 / 0.3);
  border-right-color: rgb(23 37 84 / 0.3);
}

.border-x-blue-950\/40{
  border-left-color: rgb(23 37 84 / 0.4);
  border-right-color: rgb(23 37 84 / 0.4);
}

.border-x-blue-950\/5{
  border-left-color: rgb(23 37 84 / 0.05);
  border-right-color: rgb(23 37 84 / 0.05);
}

.border-x-blue-950\/50{
  border-left-color: rgb(23 37 84 / 0.5);
  border-right-color: rgb(23 37 84 / 0.5);
}

.border-x-blue-950\/60{
  border-left-color: rgb(23 37 84 / 0.6);
  border-right-color: rgb(23 37 84 / 0.6);
}

.border-x-blue-950\/70{
  border-left-color: rgb(23 37 84 / 0.7);
  border-right-color: rgb(23 37 84 / 0.7);
}

.border-x-blue-950\/75{
  border-left-color: rgb(23 37 84 / 0.75);
  border-right-color: rgb(23 37 84 / 0.75);
}

.border-x-blue-950\/80{
  border-left-color: rgb(23 37 84 / 0.8);
  border-right-color: rgb(23 37 84 / 0.8);
}

.border-x-blue-950\/90{
  border-left-color: rgb(23 37 84 / 0.9);
  border-right-color: rgb(23 37 84 / 0.9);
}

.border-x-blue-950\/95{
  border-left-color: rgb(23 37 84 / 0.95);
  border-right-color: rgb(23 37 84 / 0.95);
}

.border-x-current{
  border-left-color: currentColor;
  border-right-color: currentColor;
}

.border-x-cyan-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(207 250 254 / var(--tw-border-opacity));
  border-right-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.border-x-cyan-100\/0{
  border-left-color: rgb(207 250 254 / 0);
  border-right-color: rgb(207 250 254 / 0);
}

.border-x-cyan-100\/10{
  border-left-color: rgb(207 250 254 / 0.1);
  border-right-color: rgb(207 250 254 / 0.1);
}

.border-x-cyan-100\/100{
  border-left-color: rgb(207 250 254 / 1);
  border-right-color: rgb(207 250 254 / 1);
}

.border-x-cyan-100\/20{
  border-left-color: rgb(207 250 254 / 0.2);
  border-right-color: rgb(207 250 254 / 0.2);
}

.border-x-cyan-100\/25{
  border-left-color: rgb(207 250 254 / 0.25);
  border-right-color: rgb(207 250 254 / 0.25);
}

.border-x-cyan-100\/30{
  border-left-color: rgb(207 250 254 / 0.3);
  border-right-color: rgb(207 250 254 / 0.3);
}

.border-x-cyan-100\/40{
  border-left-color: rgb(207 250 254 / 0.4);
  border-right-color: rgb(207 250 254 / 0.4);
}

.border-x-cyan-100\/5{
  border-left-color: rgb(207 250 254 / 0.05);
  border-right-color: rgb(207 250 254 / 0.05);
}

.border-x-cyan-100\/50{
  border-left-color: rgb(207 250 254 / 0.5);
  border-right-color: rgb(207 250 254 / 0.5);
}

.border-x-cyan-100\/60{
  border-left-color: rgb(207 250 254 / 0.6);
  border-right-color: rgb(207 250 254 / 0.6);
}

.border-x-cyan-100\/70{
  border-left-color: rgb(207 250 254 / 0.7);
  border-right-color: rgb(207 250 254 / 0.7);
}

.border-x-cyan-100\/75{
  border-left-color: rgb(207 250 254 / 0.75);
  border-right-color: rgb(207 250 254 / 0.75);
}

.border-x-cyan-100\/80{
  border-left-color: rgb(207 250 254 / 0.8);
  border-right-color: rgb(207 250 254 / 0.8);
}

.border-x-cyan-100\/90{
  border-left-color: rgb(207 250 254 / 0.9);
  border-right-color: rgb(207 250 254 / 0.9);
}

.border-x-cyan-100\/95{
  border-left-color: rgb(207 250 254 / 0.95);
  border-right-color: rgb(207 250 254 / 0.95);
}

.border-x-cyan-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(165 243 252 / var(--tw-border-opacity));
  border-right-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-x-cyan-200\/0{
  border-left-color: rgb(165 243 252 / 0);
  border-right-color: rgb(165 243 252 / 0);
}

.border-x-cyan-200\/10{
  border-left-color: rgb(165 243 252 / 0.1);
  border-right-color: rgb(165 243 252 / 0.1);
}

.border-x-cyan-200\/100{
  border-left-color: rgb(165 243 252 / 1);
  border-right-color: rgb(165 243 252 / 1);
}

.border-x-cyan-200\/20{
  border-left-color: rgb(165 243 252 / 0.2);
  border-right-color: rgb(165 243 252 / 0.2);
}

.border-x-cyan-200\/25{
  border-left-color: rgb(165 243 252 / 0.25);
  border-right-color: rgb(165 243 252 / 0.25);
}

.border-x-cyan-200\/30{
  border-left-color: rgb(165 243 252 / 0.3);
  border-right-color: rgb(165 243 252 / 0.3);
}

.border-x-cyan-200\/40{
  border-left-color: rgb(165 243 252 / 0.4);
  border-right-color: rgb(165 243 252 / 0.4);
}

.border-x-cyan-200\/5{
  border-left-color: rgb(165 243 252 / 0.05);
  border-right-color: rgb(165 243 252 / 0.05);
}

.border-x-cyan-200\/50{
  border-left-color: rgb(165 243 252 / 0.5);
  border-right-color: rgb(165 243 252 / 0.5);
}

.border-x-cyan-200\/60{
  border-left-color: rgb(165 243 252 / 0.6);
  border-right-color: rgb(165 243 252 / 0.6);
}

.border-x-cyan-200\/70{
  border-left-color: rgb(165 243 252 / 0.7);
  border-right-color: rgb(165 243 252 / 0.7);
}

.border-x-cyan-200\/75{
  border-left-color: rgb(165 243 252 / 0.75);
  border-right-color: rgb(165 243 252 / 0.75);
}

.border-x-cyan-200\/80{
  border-left-color: rgb(165 243 252 / 0.8);
  border-right-color: rgb(165 243 252 / 0.8);
}

.border-x-cyan-200\/90{
  border-left-color: rgb(165 243 252 / 0.9);
  border-right-color: rgb(165 243 252 / 0.9);
}

.border-x-cyan-200\/95{
  border-left-color: rgb(165 243 252 / 0.95);
  border-right-color: rgb(165 243 252 / 0.95);
}

.border-x-cyan-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(103 232 249 / var(--tw-border-opacity));
  border-right-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-x-cyan-300\/0{
  border-left-color: rgb(103 232 249 / 0);
  border-right-color: rgb(103 232 249 / 0);
}

.border-x-cyan-300\/10{
  border-left-color: rgb(103 232 249 / 0.1);
  border-right-color: rgb(103 232 249 / 0.1);
}

.border-x-cyan-300\/100{
  border-left-color: rgb(103 232 249 / 1);
  border-right-color: rgb(103 232 249 / 1);
}

.border-x-cyan-300\/20{
  border-left-color: rgb(103 232 249 / 0.2);
  border-right-color: rgb(103 232 249 / 0.2);
}

.border-x-cyan-300\/25{
  border-left-color: rgb(103 232 249 / 0.25);
  border-right-color: rgb(103 232 249 / 0.25);
}

.border-x-cyan-300\/30{
  border-left-color: rgb(103 232 249 / 0.3);
  border-right-color: rgb(103 232 249 / 0.3);
}

.border-x-cyan-300\/40{
  border-left-color: rgb(103 232 249 / 0.4);
  border-right-color: rgb(103 232 249 / 0.4);
}

.border-x-cyan-300\/5{
  border-left-color: rgb(103 232 249 / 0.05);
  border-right-color: rgb(103 232 249 / 0.05);
}

.border-x-cyan-300\/50{
  border-left-color: rgb(103 232 249 / 0.5);
  border-right-color: rgb(103 232 249 / 0.5);
}

.border-x-cyan-300\/60{
  border-left-color: rgb(103 232 249 / 0.6);
  border-right-color: rgb(103 232 249 / 0.6);
}

.border-x-cyan-300\/70{
  border-left-color: rgb(103 232 249 / 0.7);
  border-right-color: rgb(103 232 249 / 0.7);
}

.border-x-cyan-300\/75{
  border-left-color: rgb(103 232 249 / 0.75);
  border-right-color: rgb(103 232 249 / 0.75);
}

.border-x-cyan-300\/80{
  border-left-color: rgb(103 232 249 / 0.8);
  border-right-color: rgb(103 232 249 / 0.8);
}

.border-x-cyan-300\/90{
  border-left-color: rgb(103 232 249 / 0.9);
  border-right-color: rgb(103 232 249 / 0.9);
}

.border-x-cyan-300\/95{
  border-left-color: rgb(103 232 249 / 0.95);
  border-right-color: rgb(103 232 249 / 0.95);
}

.border-x-cyan-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(34 211 238 / var(--tw-border-opacity));
  border-right-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-x-cyan-400\/0{
  border-left-color: rgb(34 211 238 / 0);
  border-right-color: rgb(34 211 238 / 0);
}

.border-x-cyan-400\/10{
  border-left-color: rgb(34 211 238 / 0.1);
  border-right-color: rgb(34 211 238 / 0.1);
}

.border-x-cyan-400\/100{
  border-left-color: rgb(34 211 238 / 1);
  border-right-color: rgb(34 211 238 / 1);
}

.border-x-cyan-400\/20{
  border-left-color: rgb(34 211 238 / 0.2);
  border-right-color: rgb(34 211 238 / 0.2);
}

.border-x-cyan-400\/25{
  border-left-color: rgb(34 211 238 / 0.25);
  border-right-color: rgb(34 211 238 / 0.25);
}

.border-x-cyan-400\/30{
  border-left-color: rgb(34 211 238 / 0.3);
  border-right-color: rgb(34 211 238 / 0.3);
}

.border-x-cyan-400\/40{
  border-left-color: rgb(34 211 238 / 0.4);
  border-right-color: rgb(34 211 238 / 0.4);
}

.border-x-cyan-400\/5{
  border-left-color: rgb(34 211 238 / 0.05);
  border-right-color: rgb(34 211 238 / 0.05);
}

.border-x-cyan-400\/50{
  border-left-color: rgb(34 211 238 / 0.5);
  border-right-color: rgb(34 211 238 / 0.5);
}

.border-x-cyan-400\/60{
  border-left-color: rgb(34 211 238 / 0.6);
  border-right-color: rgb(34 211 238 / 0.6);
}

.border-x-cyan-400\/70{
  border-left-color: rgb(34 211 238 / 0.7);
  border-right-color: rgb(34 211 238 / 0.7);
}

.border-x-cyan-400\/75{
  border-left-color: rgb(34 211 238 / 0.75);
  border-right-color: rgb(34 211 238 / 0.75);
}

.border-x-cyan-400\/80{
  border-left-color: rgb(34 211 238 / 0.8);
  border-right-color: rgb(34 211 238 / 0.8);
}

.border-x-cyan-400\/90{
  border-left-color: rgb(34 211 238 / 0.9);
  border-right-color: rgb(34 211 238 / 0.9);
}

.border-x-cyan-400\/95{
  border-left-color: rgb(34 211 238 / 0.95);
  border-right-color: rgb(34 211 238 / 0.95);
}

.border-x-cyan-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 254 255 / var(--tw-border-opacity));
  border-right-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-x-cyan-50\/0{
  border-left-color: rgb(236 254 255 / 0);
  border-right-color: rgb(236 254 255 / 0);
}

.border-x-cyan-50\/10{
  border-left-color: rgb(236 254 255 / 0.1);
  border-right-color: rgb(236 254 255 / 0.1);
}

.border-x-cyan-50\/100{
  border-left-color: rgb(236 254 255 / 1);
  border-right-color: rgb(236 254 255 / 1);
}

.border-x-cyan-50\/20{
  border-left-color: rgb(236 254 255 / 0.2);
  border-right-color: rgb(236 254 255 / 0.2);
}

.border-x-cyan-50\/25{
  border-left-color: rgb(236 254 255 / 0.25);
  border-right-color: rgb(236 254 255 / 0.25);
}

.border-x-cyan-50\/30{
  border-left-color: rgb(236 254 255 / 0.3);
  border-right-color: rgb(236 254 255 / 0.3);
}

.border-x-cyan-50\/40{
  border-left-color: rgb(236 254 255 / 0.4);
  border-right-color: rgb(236 254 255 / 0.4);
}

.border-x-cyan-50\/5{
  border-left-color: rgb(236 254 255 / 0.05);
  border-right-color: rgb(236 254 255 / 0.05);
}

.border-x-cyan-50\/50{
  border-left-color: rgb(236 254 255 / 0.5);
  border-right-color: rgb(236 254 255 / 0.5);
}

.border-x-cyan-50\/60{
  border-left-color: rgb(236 254 255 / 0.6);
  border-right-color: rgb(236 254 255 / 0.6);
}

.border-x-cyan-50\/70{
  border-left-color: rgb(236 254 255 / 0.7);
  border-right-color: rgb(236 254 255 / 0.7);
}

.border-x-cyan-50\/75{
  border-left-color: rgb(236 254 255 / 0.75);
  border-right-color: rgb(236 254 255 / 0.75);
}

.border-x-cyan-50\/80{
  border-left-color: rgb(236 254 255 / 0.8);
  border-right-color: rgb(236 254 255 / 0.8);
}

.border-x-cyan-50\/90{
  border-left-color: rgb(236 254 255 / 0.9);
  border-right-color: rgb(236 254 255 / 0.9);
}

.border-x-cyan-50\/95{
  border-left-color: rgb(236 254 255 / 0.95);
  border-right-color: rgb(236 254 255 / 0.95);
}

.border-x-cyan-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity));
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-x-cyan-500\/0{
  border-left-color: rgb(6 182 212 / 0);
  border-right-color: rgb(6 182 212 / 0);
}

.border-x-cyan-500\/10{
  border-left-color: rgb(6 182 212 / 0.1);
  border-right-color: rgb(6 182 212 / 0.1);
}

.border-x-cyan-500\/100{
  border-left-color: rgb(6 182 212 / 1);
  border-right-color: rgb(6 182 212 / 1);
}

.border-x-cyan-500\/20{
  border-left-color: rgb(6 182 212 / 0.2);
  border-right-color: rgb(6 182 212 / 0.2);
}

.border-x-cyan-500\/25{
  border-left-color: rgb(6 182 212 / 0.25);
  border-right-color: rgb(6 182 212 / 0.25);
}

.border-x-cyan-500\/30{
  border-left-color: rgb(6 182 212 / 0.3);
  border-right-color: rgb(6 182 212 / 0.3);
}

.border-x-cyan-500\/40{
  border-left-color: rgb(6 182 212 / 0.4);
  border-right-color: rgb(6 182 212 / 0.4);
}

.border-x-cyan-500\/5{
  border-left-color: rgb(6 182 212 / 0.05);
  border-right-color: rgb(6 182 212 / 0.05);
}

.border-x-cyan-500\/50{
  border-left-color: rgb(6 182 212 / 0.5);
  border-right-color: rgb(6 182 212 / 0.5);
}

.border-x-cyan-500\/60{
  border-left-color: rgb(6 182 212 / 0.6);
  border-right-color: rgb(6 182 212 / 0.6);
}

.border-x-cyan-500\/70{
  border-left-color: rgb(6 182 212 / 0.7);
  border-right-color: rgb(6 182 212 / 0.7);
}

.border-x-cyan-500\/75{
  border-left-color: rgb(6 182 212 / 0.75);
  border-right-color: rgb(6 182 212 / 0.75);
}

.border-x-cyan-500\/80{
  border-left-color: rgb(6 182 212 / 0.8);
  border-right-color: rgb(6 182 212 / 0.8);
}

.border-x-cyan-500\/90{
  border-left-color: rgb(6 182 212 / 0.9);
  border-right-color: rgb(6 182 212 / 0.9);
}

.border-x-cyan-500\/95{
  border-left-color: rgb(6 182 212 / 0.95);
  border-right-color: rgb(6 182 212 / 0.95);
}

.border-x-cyan-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(8 145 178 / var(--tw-border-opacity));
  border-right-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-x-cyan-600\/0{
  border-left-color: rgb(8 145 178 / 0);
  border-right-color: rgb(8 145 178 / 0);
}

.border-x-cyan-600\/10{
  border-left-color: rgb(8 145 178 / 0.1);
  border-right-color: rgb(8 145 178 / 0.1);
}

.border-x-cyan-600\/100{
  border-left-color: rgb(8 145 178 / 1);
  border-right-color: rgb(8 145 178 / 1);
}

.border-x-cyan-600\/20{
  border-left-color: rgb(8 145 178 / 0.2);
  border-right-color: rgb(8 145 178 / 0.2);
}

.border-x-cyan-600\/25{
  border-left-color: rgb(8 145 178 / 0.25);
  border-right-color: rgb(8 145 178 / 0.25);
}

.border-x-cyan-600\/30{
  border-left-color: rgb(8 145 178 / 0.3);
  border-right-color: rgb(8 145 178 / 0.3);
}

.border-x-cyan-600\/40{
  border-left-color: rgb(8 145 178 / 0.4);
  border-right-color: rgb(8 145 178 / 0.4);
}

.border-x-cyan-600\/5{
  border-left-color: rgb(8 145 178 / 0.05);
  border-right-color: rgb(8 145 178 / 0.05);
}

.border-x-cyan-600\/50{
  border-left-color: rgb(8 145 178 / 0.5);
  border-right-color: rgb(8 145 178 / 0.5);
}

.border-x-cyan-600\/60{
  border-left-color: rgb(8 145 178 / 0.6);
  border-right-color: rgb(8 145 178 / 0.6);
}

.border-x-cyan-600\/70{
  border-left-color: rgb(8 145 178 / 0.7);
  border-right-color: rgb(8 145 178 / 0.7);
}

.border-x-cyan-600\/75{
  border-left-color: rgb(8 145 178 / 0.75);
  border-right-color: rgb(8 145 178 / 0.75);
}

.border-x-cyan-600\/80{
  border-left-color: rgb(8 145 178 / 0.8);
  border-right-color: rgb(8 145 178 / 0.8);
}

.border-x-cyan-600\/90{
  border-left-color: rgb(8 145 178 / 0.9);
  border-right-color: rgb(8 145 178 / 0.9);
}

.border-x-cyan-600\/95{
  border-left-color: rgb(8 145 178 / 0.95);
  border-right-color: rgb(8 145 178 / 0.95);
}

.border-x-cyan-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(14 116 144 / var(--tw-border-opacity));
  border-right-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-x-cyan-700\/0{
  border-left-color: rgb(14 116 144 / 0);
  border-right-color: rgb(14 116 144 / 0);
}

.border-x-cyan-700\/10{
  border-left-color: rgb(14 116 144 / 0.1);
  border-right-color: rgb(14 116 144 / 0.1);
}

.border-x-cyan-700\/100{
  border-left-color: rgb(14 116 144 / 1);
  border-right-color: rgb(14 116 144 / 1);
}

.border-x-cyan-700\/20{
  border-left-color: rgb(14 116 144 / 0.2);
  border-right-color: rgb(14 116 144 / 0.2);
}

.border-x-cyan-700\/25{
  border-left-color: rgb(14 116 144 / 0.25);
  border-right-color: rgb(14 116 144 / 0.25);
}

.border-x-cyan-700\/30{
  border-left-color: rgb(14 116 144 / 0.3);
  border-right-color: rgb(14 116 144 / 0.3);
}

.border-x-cyan-700\/40{
  border-left-color: rgb(14 116 144 / 0.4);
  border-right-color: rgb(14 116 144 / 0.4);
}

.border-x-cyan-700\/5{
  border-left-color: rgb(14 116 144 / 0.05);
  border-right-color: rgb(14 116 144 / 0.05);
}

.border-x-cyan-700\/50{
  border-left-color: rgb(14 116 144 / 0.5);
  border-right-color: rgb(14 116 144 / 0.5);
}

.border-x-cyan-700\/60{
  border-left-color: rgb(14 116 144 / 0.6);
  border-right-color: rgb(14 116 144 / 0.6);
}

.border-x-cyan-700\/70{
  border-left-color: rgb(14 116 144 / 0.7);
  border-right-color: rgb(14 116 144 / 0.7);
}

.border-x-cyan-700\/75{
  border-left-color: rgb(14 116 144 / 0.75);
  border-right-color: rgb(14 116 144 / 0.75);
}

.border-x-cyan-700\/80{
  border-left-color: rgb(14 116 144 / 0.8);
  border-right-color: rgb(14 116 144 / 0.8);
}

.border-x-cyan-700\/90{
  border-left-color: rgb(14 116 144 / 0.9);
  border-right-color: rgb(14 116 144 / 0.9);
}

.border-x-cyan-700\/95{
  border-left-color: rgb(14 116 144 / 0.95);
  border-right-color: rgb(14 116 144 / 0.95);
}

.border-x-cyan-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(21 94 117 / var(--tw-border-opacity));
  border-right-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-x-cyan-800\/0{
  border-left-color: rgb(21 94 117 / 0);
  border-right-color: rgb(21 94 117 / 0);
}

.border-x-cyan-800\/10{
  border-left-color: rgb(21 94 117 / 0.1);
  border-right-color: rgb(21 94 117 / 0.1);
}

.border-x-cyan-800\/100{
  border-left-color: rgb(21 94 117 / 1);
  border-right-color: rgb(21 94 117 / 1);
}

.border-x-cyan-800\/20{
  border-left-color: rgb(21 94 117 / 0.2);
  border-right-color: rgb(21 94 117 / 0.2);
}

.border-x-cyan-800\/25{
  border-left-color: rgb(21 94 117 / 0.25);
  border-right-color: rgb(21 94 117 / 0.25);
}

.border-x-cyan-800\/30{
  border-left-color: rgb(21 94 117 / 0.3);
  border-right-color: rgb(21 94 117 / 0.3);
}

.border-x-cyan-800\/40{
  border-left-color: rgb(21 94 117 / 0.4);
  border-right-color: rgb(21 94 117 / 0.4);
}

.border-x-cyan-800\/5{
  border-left-color: rgb(21 94 117 / 0.05);
  border-right-color: rgb(21 94 117 / 0.05);
}

.border-x-cyan-800\/50{
  border-left-color: rgb(21 94 117 / 0.5);
  border-right-color: rgb(21 94 117 / 0.5);
}

.border-x-cyan-800\/60{
  border-left-color: rgb(21 94 117 / 0.6);
  border-right-color: rgb(21 94 117 / 0.6);
}

.border-x-cyan-800\/70{
  border-left-color: rgb(21 94 117 / 0.7);
  border-right-color: rgb(21 94 117 / 0.7);
}

.border-x-cyan-800\/75{
  border-left-color: rgb(21 94 117 / 0.75);
  border-right-color: rgb(21 94 117 / 0.75);
}

.border-x-cyan-800\/80{
  border-left-color: rgb(21 94 117 / 0.8);
  border-right-color: rgb(21 94 117 / 0.8);
}

.border-x-cyan-800\/90{
  border-left-color: rgb(21 94 117 / 0.9);
  border-right-color: rgb(21 94 117 / 0.9);
}

.border-x-cyan-800\/95{
  border-left-color: rgb(21 94 117 / 0.95);
  border-right-color: rgb(21 94 117 / 0.95);
}

.border-x-cyan-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 78 99 / var(--tw-border-opacity));
  border-right-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-x-cyan-900\/0{
  border-left-color: rgb(22 78 99 / 0);
  border-right-color: rgb(22 78 99 / 0);
}

.border-x-cyan-900\/10{
  border-left-color: rgb(22 78 99 / 0.1);
  border-right-color: rgb(22 78 99 / 0.1);
}

.border-x-cyan-900\/100{
  border-left-color: rgb(22 78 99 / 1);
  border-right-color: rgb(22 78 99 / 1);
}

.border-x-cyan-900\/20{
  border-left-color: rgb(22 78 99 / 0.2);
  border-right-color: rgb(22 78 99 / 0.2);
}

.border-x-cyan-900\/25{
  border-left-color: rgb(22 78 99 / 0.25);
  border-right-color: rgb(22 78 99 / 0.25);
}

.border-x-cyan-900\/30{
  border-left-color: rgb(22 78 99 / 0.3);
  border-right-color: rgb(22 78 99 / 0.3);
}

.border-x-cyan-900\/40{
  border-left-color: rgb(22 78 99 / 0.4);
  border-right-color: rgb(22 78 99 / 0.4);
}

.border-x-cyan-900\/5{
  border-left-color: rgb(22 78 99 / 0.05);
  border-right-color: rgb(22 78 99 / 0.05);
}

.border-x-cyan-900\/50{
  border-left-color: rgb(22 78 99 / 0.5);
  border-right-color: rgb(22 78 99 / 0.5);
}

.border-x-cyan-900\/60{
  border-left-color: rgb(22 78 99 / 0.6);
  border-right-color: rgb(22 78 99 / 0.6);
}

.border-x-cyan-900\/70{
  border-left-color: rgb(22 78 99 / 0.7);
  border-right-color: rgb(22 78 99 / 0.7);
}

.border-x-cyan-900\/75{
  border-left-color: rgb(22 78 99 / 0.75);
  border-right-color: rgb(22 78 99 / 0.75);
}

.border-x-cyan-900\/80{
  border-left-color: rgb(22 78 99 / 0.8);
  border-right-color: rgb(22 78 99 / 0.8);
}

.border-x-cyan-900\/90{
  border-left-color: rgb(22 78 99 / 0.9);
  border-right-color: rgb(22 78 99 / 0.9);
}

.border-x-cyan-900\/95{
  border-left-color: rgb(22 78 99 / 0.95);
  border-right-color: rgb(22 78 99 / 0.95);
}

.border-x-cyan-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(8 51 68 / var(--tw-border-opacity));
  border-right-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-x-cyan-950\/0{
  border-left-color: rgb(8 51 68 / 0);
  border-right-color: rgb(8 51 68 / 0);
}

.border-x-cyan-950\/10{
  border-left-color: rgb(8 51 68 / 0.1);
  border-right-color: rgb(8 51 68 / 0.1);
}

.border-x-cyan-950\/100{
  border-left-color: rgb(8 51 68 / 1);
  border-right-color: rgb(8 51 68 / 1);
}

.border-x-cyan-950\/20{
  border-left-color: rgb(8 51 68 / 0.2);
  border-right-color: rgb(8 51 68 / 0.2);
}

.border-x-cyan-950\/25{
  border-left-color: rgb(8 51 68 / 0.25);
  border-right-color: rgb(8 51 68 / 0.25);
}

.border-x-cyan-950\/30{
  border-left-color: rgb(8 51 68 / 0.3);
  border-right-color: rgb(8 51 68 / 0.3);
}

.border-x-cyan-950\/40{
  border-left-color: rgb(8 51 68 / 0.4);
  border-right-color: rgb(8 51 68 / 0.4);
}

.border-x-cyan-950\/5{
  border-left-color: rgb(8 51 68 / 0.05);
  border-right-color: rgb(8 51 68 / 0.05);
}

.border-x-cyan-950\/50{
  border-left-color: rgb(8 51 68 / 0.5);
  border-right-color: rgb(8 51 68 / 0.5);
}

.border-x-cyan-950\/60{
  border-left-color: rgb(8 51 68 / 0.6);
  border-right-color: rgb(8 51 68 / 0.6);
}

.border-x-cyan-950\/70{
  border-left-color: rgb(8 51 68 / 0.7);
  border-right-color: rgb(8 51 68 / 0.7);
}

.border-x-cyan-950\/75{
  border-left-color: rgb(8 51 68 / 0.75);
  border-right-color: rgb(8 51 68 / 0.75);
}

.border-x-cyan-950\/80{
  border-left-color: rgb(8 51 68 / 0.8);
  border-right-color: rgb(8 51 68 / 0.8);
}

.border-x-cyan-950\/90{
  border-left-color: rgb(8 51 68 / 0.9);
  border-right-color: rgb(8 51 68 / 0.9);
}

.border-x-cyan-950\/95{
  border-left-color: rgb(8 51 68 / 0.95);
  border-right-color: rgb(8 51 68 / 0.95);
}

.border-x-emerald-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(209 250 229 / var(--tw-border-opacity));
  border-right-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.border-x-emerald-100\/0{
  border-left-color: rgb(209 250 229 / 0);
  border-right-color: rgb(209 250 229 / 0);
}

.border-x-emerald-100\/10{
  border-left-color: rgb(209 250 229 / 0.1);
  border-right-color: rgb(209 250 229 / 0.1);
}

.border-x-emerald-100\/100{
  border-left-color: rgb(209 250 229 / 1);
  border-right-color: rgb(209 250 229 / 1);
}

.border-x-emerald-100\/20{
  border-left-color: rgb(209 250 229 / 0.2);
  border-right-color: rgb(209 250 229 / 0.2);
}

.border-x-emerald-100\/25{
  border-left-color: rgb(209 250 229 / 0.25);
  border-right-color: rgb(209 250 229 / 0.25);
}

.border-x-emerald-100\/30{
  border-left-color: rgb(209 250 229 / 0.3);
  border-right-color: rgb(209 250 229 / 0.3);
}

.border-x-emerald-100\/40{
  border-left-color: rgb(209 250 229 / 0.4);
  border-right-color: rgb(209 250 229 / 0.4);
}

.border-x-emerald-100\/5{
  border-left-color: rgb(209 250 229 / 0.05);
  border-right-color: rgb(209 250 229 / 0.05);
}

.border-x-emerald-100\/50{
  border-left-color: rgb(209 250 229 / 0.5);
  border-right-color: rgb(209 250 229 / 0.5);
}

.border-x-emerald-100\/60{
  border-left-color: rgb(209 250 229 / 0.6);
  border-right-color: rgb(209 250 229 / 0.6);
}

.border-x-emerald-100\/70{
  border-left-color: rgb(209 250 229 / 0.7);
  border-right-color: rgb(209 250 229 / 0.7);
}

.border-x-emerald-100\/75{
  border-left-color: rgb(209 250 229 / 0.75);
  border-right-color: rgb(209 250 229 / 0.75);
}

.border-x-emerald-100\/80{
  border-left-color: rgb(209 250 229 / 0.8);
  border-right-color: rgb(209 250 229 / 0.8);
}

.border-x-emerald-100\/90{
  border-left-color: rgb(209 250 229 / 0.9);
  border-right-color: rgb(209 250 229 / 0.9);
}

.border-x-emerald-100\/95{
  border-left-color: rgb(209 250 229 / 0.95);
  border-right-color: rgb(209 250 229 / 0.95);
}

.border-x-emerald-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(167 243 208 / var(--tw-border-opacity));
  border-right-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-x-emerald-200\/0{
  border-left-color: rgb(167 243 208 / 0);
  border-right-color: rgb(167 243 208 / 0);
}

.border-x-emerald-200\/10{
  border-left-color: rgb(167 243 208 / 0.1);
  border-right-color: rgb(167 243 208 / 0.1);
}

.border-x-emerald-200\/100{
  border-left-color: rgb(167 243 208 / 1);
  border-right-color: rgb(167 243 208 / 1);
}

.border-x-emerald-200\/20{
  border-left-color: rgb(167 243 208 / 0.2);
  border-right-color: rgb(167 243 208 / 0.2);
}

.border-x-emerald-200\/25{
  border-left-color: rgb(167 243 208 / 0.25);
  border-right-color: rgb(167 243 208 / 0.25);
}

.border-x-emerald-200\/30{
  border-left-color: rgb(167 243 208 / 0.3);
  border-right-color: rgb(167 243 208 / 0.3);
}

.border-x-emerald-200\/40{
  border-left-color: rgb(167 243 208 / 0.4);
  border-right-color: rgb(167 243 208 / 0.4);
}

.border-x-emerald-200\/5{
  border-left-color: rgb(167 243 208 / 0.05);
  border-right-color: rgb(167 243 208 / 0.05);
}

.border-x-emerald-200\/50{
  border-left-color: rgb(167 243 208 / 0.5);
  border-right-color: rgb(167 243 208 / 0.5);
}

.border-x-emerald-200\/60{
  border-left-color: rgb(167 243 208 / 0.6);
  border-right-color: rgb(167 243 208 / 0.6);
}

.border-x-emerald-200\/70{
  border-left-color: rgb(167 243 208 / 0.7);
  border-right-color: rgb(167 243 208 / 0.7);
}

.border-x-emerald-200\/75{
  border-left-color: rgb(167 243 208 / 0.75);
  border-right-color: rgb(167 243 208 / 0.75);
}

.border-x-emerald-200\/80{
  border-left-color: rgb(167 243 208 / 0.8);
  border-right-color: rgb(167 243 208 / 0.8);
}

.border-x-emerald-200\/90{
  border-left-color: rgb(167 243 208 / 0.9);
  border-right-color: rgb(167 243 208 / 0.9);
}

.border-x-emerald-200\/95{
  border-left-color: rgb(167 243 208 / 0.95);
  border-right-color: rgb(167 243 208 / 0.95);
}

.border-x-emerald-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(110 231 183 / var(--tw-border-opacity));
  border-right-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-x-emerald-300\/0{
  border-left-color: rgb(110 231 183 / 0);
  border-right-color: rgb(110 231 183 / 0);
}

.border-x-emerald-300\/10{
  border-left-color: rgb(110 231 183 / 0.1);
  border-right-color: rgb(110 231 183 / 0.1);
}

.border-x-emerald-300\/100{
  border-left-color: rgb(110 231 183 / 1);
  border-right-color: rgb(110 231 183 / 1);
}

.border-x-emerald-300\/20{
  border-left-color: rgb(110 231 183 / 0.2);
  border-right-color: rgb(110 231 183 / 0.2);
}

.border-x-emerald-300\/25{
  border-left-color: rgb(110 231 183 / 0.25);
  border-right-color: rgb(110 231 183 / 0.25);
}

.border-x-emerald-300\/30{
  border-left-color: rgb(110 231 183 / 0.3);
  border-right-color: rgb(110 231 183 / 0.3);
}

.border-x-emerald-300\/40{
  border-left-color: rgb(110 231 183 / 0.4);
  border-right-color: rgb(110 231 183 / 0.4);
}

.border-x-emerald-300\/5{
  border-left-color: rgb(110 231 183 / 0.05);
  border-right-color: rgb(110 231 183 / 0.05);
}

.border-x-emerald-300\/50{
  border-left-color: rgb(110 231 183 / 0.5);
  border-right-color: rgb(110 231 183 / 0.5);
}

.border-x-emerald-300\/60{
  border-left-color: rgb(110 231 183 / 0.6);
  border-right-color: rgb(110 231 183 / 0.6);
}

.border-x-emerald-300\/70{
  border-left-color: rgb(110 231 183 / 0.7);
  border-right-color: rgb(110 231 183 / 0.7);
}

.border-x-emerald-300\/75{
  border-left-color: rgb(110 231 183 / 0.75);
  border-right-color: rgb(110 231 183 / 0.75);
}

.border-x-emerald-300\/80{
  border-left-color: rgb(110 231 183 / 0.8);
  border-right-color: rgb(110 231 183 / 0.8);
}

.border-x-emerald-300\/90{
  border-left-color: rgb(110 231 183 / 0.9);
  border-right-color: rgb(110 231 183 / 0.9);
}

.border-x-emerald-300\/95{
  border-left-color: rgb(110 231 183 / 0.95);
  border-right-color: rgb(110 231 183 / 0.95);
}

.border-x-emerald-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(52 211 153 / var(--tw-border-opacity));
  border-right-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-x-emerald-400\/0{
  border-left-color: rgb(52 211 153 / 0);
  border-right-color: rgb(52 211 153 / 0);
}

.border-x-emerald-400\/10{
  border-left-color: rgb(52 211 153 / 0.1);
  border-right-color: rgb(52 211 153 / 0.1);
}

.border-x-emerald-400\/100{
  border-left-color: rgb(52 211 153 / 1);
  border-right-color: rgb(52 211 153 / 1);
}

.border-x-emerald-400\/20{
  border-left-color: rgb(52 211 153 / 0.2);
  border-right-color: rgb(52 211 153 / 0.2);
}

.border-x-emerald-400\/25{
  border-left-color: rgb(52 211 153 / 0.25);
  border-right-color: rgb(52 211 153 / 0.25);
}

.border-x-emerald-400\/30{
  border-left-color: rgb(52 211 153 / 0.3);
  border-right-color: rgb(52 211 153 / 0.3);
}

.border-x-emerald-400\/40{
  border-left-color: rgb(52 211 153 / 0.4);
  border-right-color: rgb(52 211 153 / 0.4);
}

.border-x-emerald-400\/5{
  border-left-color: rgb(52 211 153 / 0.05);
  border-right-color: rgb(52 211 153 / 0.05);
}

.border-x-emerald-400\/50{
  border-left-color: rgb(52 211 153 / 0.5);
  border-right-color: rgb(52 211 153 / 0.5);
}

.border-x-emerald-400\/60{
  border-left-color: rgb(52 211 153 / 0.6);
  border-right-color: rgb(52 211 153 / 0.6);
}

.border-x-emerald-400\/70{
  border-left-color: rgb(52 211 153 / 0.7);
  border-right-color: rgb(52 211 153 / 0.7);
}

.border-x-emerald-400\/75{
  border-left-color: rgb(52 211 153 / 0.75);
  border-right-color: rgb(52 211 153 / 0.75);
}

.border-x-emerald-400\/80{
  border-left-color: rgb(52 211 153 / 0.8);
  border-right-color: rgb(52 211 153 / 0.8);
}

.border-x-emerald-400\/90{
  border-left-color: rgb(52 211 153 / 0.9);
  border-right-color: rgb(52 211 153 / 0.9);
}

.border-x-emerald-400\/95{
  border-left-color: rgb(52 211 153 / 0.95);
  border-right-color: rgb(52 211 153 / 0.95);
}

.border-x-emerald-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 253 245 / var(--tw-border-opacity));
  border-right-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-x-emerald-50\/0{
  border-left-color: rgb(236 253 245 / 0);
  border-right-color: rgb(236 253 245 / 0);
}

.border-x-emerald-50\/10{
  border-left-color: rgb(236 253 245 / 0.1);
  border-right-color: rgb(236 253 245 / 0.1);
}

.border-x-emerald-50\/100{
  border-left-color: rgb(236 253 245 / 1);
  border-right-color: rgb(236 253 245 / 1);
}

.border-x-emerald-50\/20{
  border-left-color: rgb(236 253 245 / 0.2);
  border-right-color: rgb(236 253 245 / 0.2);
}

.border-x-emerald-50\/25{
  border-left-color: rgb(236 253 245 / 0.25);
  border-right-color: rgb(236 253 245 / 0.25);
}

.border-x-emerald-50\/30{
  border-left-color: rgb(236 253 245 / 0.3);
  border-right-color: rgb(236 253 245 / 0.3);
}

.border-x-emerald-50\/40{
  border-left-color: rgb(236 253 245 / 0.4);
  border-right-color: rgb(236 253 245 / 0.4);
}

.border-x-emerald-50\/5{
  border-left-color: rgb(236 253 245 / 0.05);
  border-right-color: rgb(236 253 245 / 0.05);
}

.border-x-emerald-50\/50{
  border-left-color: rgb(236 253 245 / 0.5);
  border-right-color: rgb(236 253 245 / 0.5);
}

.border-x-emerald-50\/60{
  border-left-color: rgb(236 253 245 / 0.6);
  border-right-color: rgb(236 253 245 / 0.6);
}

.border-x-emerald-50\/70{
  border-left-color: rgb(236 253 245 / 0.7);
  border-right-color: rgb(236 253 245 / 0.7);
}

.border-x-emerald-50\/75{
  border-left-color: rgb(236 253 245 / 0.75);
  border-right-color: rgb(236 253 245 / 0.75);
}

.border-x-emerald-50\/80{
  border-left-color: rgb(236 253 245 / 0.8);
  border-right-color: rgb(236 253 245 / 0.8);
}

.border-x-emerald-50\/90{
  border-left-color: rgb(236 253 245 / 0.9);
  border-right-color: rgb(236 253 245 / 0.9);
}

.border-x-emerald-50\/95{
  border-left-color: rgb(236 253 245 / 0.95);
  border-right-color: rgb(236 253 245 / 0.95);
}

.border-x-emerald-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity));
  border-right-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-x-emerald-500\/0{
  border-left-color: rgb(16 185 129 / 0);
  border-right-color: rgb(16 185 129 / 0);
}

.border-x-emerald-500\/10{
  border-left-color: rgb(16 185 129 / 0.1);
  border-right-color: rgb(16 185 129 / 0.1);
}

.border-x-emerald-500\/100{
  border-left-color: rgb(16 185 129 / 1);
  border-right-color: rgb(16 185 129 / 1);
}

.border-x-emerald-500\/20{
  border-left-color: rgb(16 185 129 / 0.2);
  border-right-color: rgb(16 185 129 / 0.2);
}

.border-x-emerald-500\/25{
  border-left-color: rgb(16 185 129 / 0.25);
  border-right-color: rgb(16 185 129 / 0.25);
}

.border-x-emerald-500\/30{
  border-left-color: rgb(16 185 129 / 0.3);
  border-right-color: rgb(16 185 129 / 0.3);
}

.border-x-emerald-500\/40{
  border-left-color: rgb(16 185 129 / 0.4);
  border-right-color: rgb(16 185 129 / 0.4);
}

.border-x-emerald-500\/5{
  border-left-color: rgb(16 185 129 / 0.05);
  border-right-color: rgb(16 185 129 / 0.05);
}

.border-x-emerald-500\/50{
  border-left-color: rgb(16 185 129 / 0.5);
  border-right-color: rgb(16 185 129 / 0.5);
}

.border-x-emerald-500\/60{
  border-left-color: rgb(16 185 129 / 0.6);
  border-right-color: rgb(16 185 129 / 0.6);
}

.border-x-emerald-500\/70{
  border-left-color: rgb(16 185 129 / 0.7);
  border-right-color: rgb(16 185 129 / 0.7);
}

.border-x-emerald-500\/75{
  border-left-color: rgb(16 185 129 / 0.75);
  border-right-color: rgb(16 185 129 / 0.75);
}

.border-x-emerald-500\/80{
  border-left-color: rgb(16 185 129 / 0.8);
  border-right-color: rgb(16 185 129 / 0.8);
}

.border-x-emerald-500\/90{
  border-left-color: rgb(16 185 129 / 0.9);
  border-right-color: rgb(16 185 129 / 0.9);
}

.border-x-emerald-500\/95{
  border-left-color: rgb(16 185 129 / 0.95);
  border-right-color: rgb(16 185 129 / 0.95);
}

.border-x-emerald-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 150 105 / var(--tw-border-opacity));
  border-right-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-x-emerald-600\/0{
  border-left-color: rgb(5 150 105 / 0);
  border-right-color: rgb(5 150 105 / 0);
}

.border-x-emerald-600\/10{
  border-left-color: rgb(5 150 105 / 0.1);
  border-right-color: rgb(5 150 105 / 0.1);
}

.border-x-emerald-600\/100{
  border-left-color: rgb(5 150 105 / 1);
  border-right-color: rgb(5 150 105 / 1);
}

.border-x-emerald-600\/20{
  border-left-color: rgb(5 150 105 / 0.2);
  border-right-color: rgb(5 150 105 / 0.2);
}

.border-x-emerald-600\/25{
  border-left-color: rgb(5 150 105 / 0.25);
  border-right-color: rgb(5 150 105 / 0.25);
}

.border-x-emerald-600\/30{
  border-left-color: rgb(5 150 105 / 0.3);
  border-right-color: rgb(5 150 105 / 0.3);
}

.border-x-emerald-600\/40{
  border-left-color: rgb(5 150 105 / 0.4);
  border-right-color: rgb(5 150 105 / 0.4);
}

.border-x-emerald-600\/5{
  border-left-color: rgb(5 150 105 / 0.05);
  border-right-color: rgb(5 150 105 / 0.05);
}

.border-x-emerald-600\/50{
  border-left-color: rgb(5 150 105 / 0.5);
  border-right-color: rgb(5 150 105 / 0.5);
}

.border-x-emerald-600\/60{
  border-left-color: rgb(5 150 105 / 0.6);
  border-right-color: rgb(5 150 105 / 0.6);
}

.border-x-emerald-600\/70{
  border-left-color: rgb(5 150 105 / 0.7);
  border-right-color: rgb(5 150 105 / 0.7);
}

.border-x-emerald-600\/75{
  border-left-color: rgb(5 150 105 / 0.75);
  border-right-color: rgb(5 150 105 / 0.75);
}

.border-x-emerald-600\/80{
  border-left-color: rgb(5 150 105 / 0.8);
  border-right-color: rgb(5 150 105 / 0.8);
}

.border-x-emerald-600\/90{
  border-left-color: rgb(5 150 105 / 0.9);
  border-right-color: rgb(5 150 105 / 0.9);
}

.border-x-emerald-600\/95{
  border-left-color: rgb(5 150 105 / 0.95);
  border-right-color: rgb(5 150 105 / 0.95);
}

.border-x-emerald-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(4 120 87 / var(--tw-border-opacity));
  border-right-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-x-emerald-700\/0{
  border-left-color: rgb(4 120 87 / 0);
  border-right-color: rgb(4 120 87 / 0);
}

.border-x-emerald-700\/10{
  border-left-color: rgb(4 120 87 / 0.1);
  border-right-color: rgb(4 120 87 / 0.1);
}

.border-x-emerald-700\/100{
  border-left-color: rgb(4 120 87 / 1);
  border-right-color: rgb(4 120 87 / 1);
}

.border-x-emerald-700\/20{
  border-left-color: rgb(4 120 87 / 0.2);
  border-right-color: rgb(4 120 87 / 0.2);
}

.border-x-emerald-700\/25{
  border-left-color: rgb(4 120 87 / 0.25);
  border-right-color: rgb(4 120 87 / 0.25);
}

.border-x-emerald-700\/30{
  border-left-color: rgb(4 120 87 / 0.3);
  border-right-color: rgb(4 120 87 / 0.3);
}

.border-x-emerald-700\/40{
  border-left-color: rgb(4 120 87 / 0.4);
  border-right-color: rgb(4 120 87 / 0.4);
}

.border-x-emerald-700\/5{
  border-left-color: rgb(4 120 87 / 0.05);
  border-right-color: rgb(4 120 87 / 0.05);
}

.border-x-emerald-700\/50{
  border-left-color: rgb(4 120 87 / 0.5);
  border-right-color: rgb(4 120 87 / 0.5);
}

.border-x-emerald-700\/60{
  border-left-color: rgb(4 120 87 / 0.6);
  border-right-color: rgb(4 120 87 / 0.6);
}

.border-x-emerald-700\/70{
  border-left-color: rgb(4 120 87 / 0.7);
  border-right-color: rgb(4 120 87 / 0.7);
}

.border-x-emerald-700\/75{
  border-left-color: rgb(4 120 87 / 0.75);
  border-right-color: rgb(4 120 87 / 0.75);
}

.border-x-emerald-700\/80{
  border-left-color: rgb(4 120 87 / 0.8);
  border-right-color: rgb(4 120 87 / 0.8);
}

.border-x-emerald-700\/90{
  border-left-color: rgb(4 120 87 / 0.9);
  border-right-color: rgb(4 120 87 / 0.9);
}

.border-x-emerald-700\/95{
  border-left-color: rgb(4 120 87 / 0.95);
  border-right-color: rgb(4 120 87 / 0.95);
}

.border-x-emerald-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(6 95 70 / var(--tw-border-opacity));
  border-right-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-x-emerald-800\/0{
  border-left-color: rgb(6 95 70 / 0);
  border-right-color: rgb(6 95 70 / 0);
}

.border-x-emerald-800\/10{
  border-left-color: rgb(6 95 70 / 0.1);
  border-right-color: rgb(6 95 70 / 0.1);
}

.border-x-emerald-800\/100{
  border-left-color: rgb(6 95 70 / 1);
  border-right-color: rgb(6 95 70 / 1);
}

.border-x-emerald-800\/20{
  border-left-color: rgb(6 95 70 / 0.2);
  border-right-color: rgb(6 95 70 / 0.2);
}

.border-x-emerald-800\/25{
  border-left-color: rgb(6 95 70 / 0.25);
  border-right-color: rgb(6 95 70 / 0.25);
}

.border-x-emerald-800\/30{
  border-left-color: rgb(6 95 70 / 0.3);
  border-right-color: rgb(6 95 70 / 0.3);
}

.border-x-emerald-800\/40{
  border-left-color: rgb(6 95 70 / 0.4);
  border-right-color: rgb(6 95 70 / 0.4);
}

.border-x-emerald-800\/5{
  border-left-color: rgb(6 95 70 / 0.05);
  border-right-color: rgb(6 95 70 / 0.05);
}

.border-x-emerald-800\/50{
  border-left-color: rgb(6 95 70 / 0.5);
  border-right-color: rgb(6 95 70 / 0.5);
}

.border-x-emerald-800\/60{
  border-left-color: rgb(6 95 70 / 0.6);
  border-right-color: rgb(6 95 70 / 0.6);
}

.border-x-emerald-800\/70{
  border-left-color: rgb(6 95 70 / 0.7);
  border-right-color: rgb(6 95 70 / 0.7);
}

.border-x-emerald-800\/75{
  border-left-color: rgb(6 95 70 / 0.75);
  border-right-color: rgb(6 95 70 / 0.75);
}

.border-x-emerald-800\/80{
  border-left-color: rgb(6 95 70 / 0.8);
  border-right-color: rgb(6 95 70 / 0.8);
}

.border-x-emerald-800\/90{
  border-left-color: rgb(6 95 70 / 0.9);
  border-right-color: rgb(6 95 70 / 0.9);
}

.border-x-emerald-800\/95{
  border-left-color: rgb(6 95 70 / 0.95);
  border-right-color: rgb(6 95 70 / 0.95);
}

.border-x-emerald-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(6 78 59 / var(--tw-border-opacity));
  border-right-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-x-emerald-900\/0{
  border-left-color: rgb(6 78 59 / 0);
  border-right-color: rgb(6 78 59 / 0);
}

.border-x-emerald-900\/10{
  border-left-color: rgb(6 78 59 / 0.1);
  border-right-color: rgb(6 78 59 / 0.1);
}

.border-x-emerald-900\/100{
  border-left-color: rgb(6 78 59 / 1);
  border-right-color: rgb(6 78 59 / 1);
}

.border-x-emerald-900\/20{
  border-left-color: rgb(6 78 59 / 0.2);
  border-right-color: rgb(6 78 59 / 0.2);
}

.border-x-emerald-900\/25{
  border-left-color: rgb(6 78 59 / 0.25);
  border-right-color: rgb(6 78 59 / 0.25);
}

.border-x-emerald-900\/30{
  border-left-color: rgb(6 78 59 / 0.3);
  border-right-color: rgb(6 78 59 / 0.3);
}

.border-x-emerald-900\/40{
  border-left-color: rgb(6 78 59 / 0.4);
  border-right-color: rgb(6 78 59 / 0.4);
}

.border-x-emerald-900\/5{
  border-left-color: rgb(6 78 59 / 0.05);
  border-right-color: rgb(6 78 59 / 0.05);
}

.border-x-emerald-900\/50{
  border-left-color: rgb(6 78 59 / 0.5);
  border-right-color: rgb(6 78 59 / 0.5);
}

.border-x-emerald-900\/60{
  border-left-color: rgb(6 78 59 / 0.6);
  border-right-color: rgb(6 78 59 / 0.6);
}

.border-x-emerald-900\/70{
  border-left-color: rgb(6 78 59 / 0.7);
  border-right-color: rgb(6 78 59 / 0.7);
}

.border-x-emerald-900\/75{
  border-left-color: rgb(6 78 59 / 0.75);
  border-right-color: rgb(6 78 59 / 0.75);
}

.border-x-emerald-900\/80{
  border-left-color: rgb(6 78 59 / 0.8);
  border-right-color: rgb(6 78 59 / 0.8);
}

.border-x-emerald-900\/90{
  border-left-color: rgb(6 78 59 / 0.9);
  border-right-color: rgb(6 78 59 / 0.9);
}

.border-x-emerald-900\/95{
  border-left-color: rgb(6 78 59 / 0.95);
  border-right-color: rgb(6 78 59 / 0.95);
}

.border-x-emerald-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(2 44 34 / var(--tw-border-opacity));
  border-right-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-x-emerald-950\/0{
  border-left-color: rgb(2 44 34 / 0);
  border-right-color: rgb(2 44 34 / 0);
}

.border-x-emerald-950\/10{
  border-left-color: rgb(2 44 34 / 0.1);
  border-right-color: rgb(2 44 34 / 0.1);
}

.border-x-emerald-950\/100{
  border-left-color: rgb(2 44 34 / 1);
  border-right-color: rgb(2 44 34 / 1);
}

.border-x-emerald-950\/20{
  border-left-color: rgb(2 44 34 / 0.2);
  border-right-color: rgb(2 44 34 / 0.2);
}

.border-x-emerald-950\/25{
  border-left-color: rgb(2 44 34 / 0.25);
  border-right-color: rgb(2 44 34 / 0.25);
}

.border-x-emerald-950\/30{
  border-left-color: rgb(2 44 34 / 0.3);
  border-right-color: rgb(2 44 34 / 0.3);
}

.border-x-emerald-950\/40{
  border-left-color: rgb(2 44 34 / 0.4);
  border-right-color: rgb(2 44 34 / 0.4);
}

.border-x-emerald-950\/5{
  border-left-color: rgb(2 44 34 / 0.05);
  border-right-color: rgb(2 44 34 / 0.05);
}

.border-x-emerald-950\/50{
  border-left-color: rgb(2 44 34 / 0.5);
  border-right-color: rgb(2 44 34 / 0.5);
}

.border-x-emerald-950\/60{
  border-left-color: rgb(2 44 34 / 0.6);
  border-right-color: rgb(2 44 34 / 0.6);
}

.border-x-emerald-950\/70{
  border-left-color: rgb(2 44 34 / 0.7);
  border-right-color: rgb(2 44 34 / 0.7);
}

.border-x-emerald-950\/75{
  border-left-color: rgb(2 44 34 / 0.75);
  border-right-color: rgb(2 44 34 / 0.75);
}

.border-x-emerald-950\/80{
  border-left-color: rgb(2 44 34 / 0.8);
  border-right-color: rgb(2 44 34 / 0.8);
}

.border-x-emerald-950\/90{
  border-left-color: rgb(2 44 34 / 0.9);
  border-right-color: rgb(2 44 34 / 0.9);
}

.border-x-emerald-950\/95{
  border-left-color: rgb(2 44 34 / 0.95);
  border-right-color: rgb(2 44 34 / 0.95);
}

.border-x-event-text-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 57 66 / var(--tw-border-opacity));
  border-right-color: rgb(3 57 66 / var(--tw-border-opacity));
}

.border-x-event-text-100\/0{
  border-left-color: rgb(3 57 66 / 0);
  border-right-color: rgb(3 57 66 / 0);
}

.border-x-event-text-100\/10{
  border-left-color: rgb(3 57 66 / 0.1);
  border-right-color: rgb(3 57 66 / 0.1);
}

.border-x-event-text-100\/100{
  border-left-color: rgb(3 57 66 / 1);
  border-right-color: rgb(3 57 66 / 1);
}

.border-x-event-text-100\/20{
  border-left-color: rgb(3 57 66 / 0.2);
  border-right-color: rgb(3 57 66 / 0.2);
}

.border-x-event-text-100\/25{
  border-left-color: rgb(3 57 66 / 0.25);
  border-right-color: rgb(3 57 66 / 0.25);
}

.border-x-event-text-100\/30{
  border-left-color: rgb(3 57 66 / 0.3);
  border-right-color: rgb(3 57 66 / 0.3);
}

.border-x-event-text-100\/40{
  border-left-color: rgb(3 57 66 / 0.4);
  border-right-color: rgb(3 57 66 / 0.4);
}

.border-x-event-text-100\/5{
  border-left-color: rgb(3 57 66 / 0.05);
  border-right-color: rgb(3 57 66 / 0.05);
}

.border-x-event-text-100\/50{
  border-left-color: rgb(3 57 66 / 0.5);
  border-right-color: rgb(3 57 66 / 0.5);
}

.border-x-event-text-100\/60{
  border-left-color: rgb(3 57 66 / 0.6);
  border-right-color: rgb(3 57 66 / 0.6);
}

.border-x-event-text-100\/70{
  border-left-color: rgb(3 57 66 / 0.7);
  border-right-color: rgb(3 57 66 / 0.7);
}

.border-x-event-text-100\/75{
  border-left-color: rgb(3 57 66 / 0.75);
  border-right-color: rgb(3 57 66 / 0.75);
}

.border-x-event-text-100\/80{
  border-left-color: rgb(3 57 66 / 0.8);
  border-right-color: rgb(3 57 66 / 0.8);
}

.border-x-event-text-100\/90{
  border-left-color: rgb(3 57 66 / 0.9);
  border-right-color: rgb(3 57 66 / 0.9);
}

.border-x-event-text-100\/95{
  border-left-color: rgb(3 57 66 / 0.95);
  border-right-color: rgb(3 57 66 / 0.95);
}

.border-x-event-text-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(56 59 68 / var(--tw-border-opacity));
  border-right-color: rgb(56 59 68 / var(--tw-border-opacity));
}

.border-x-event-text-200\/0{
  border-left-color: rgb(56 59 68 / 0);
  border-right-color: rgb(56 59 68 / 0);
}

.border-x-event-text-200\/10{
  border-left-color: rgb(56 59 68 / 0.1);
  border-right-color: rgb(56 59 68 / 0.1);
}

.border-x-event-text-200\/100{
  border-left-color: rgb(56 59 68 / 1);
  border-right-color: rgb(56 59 68 / 1);
}

.border-x-event-text-200\/20{
  border-left-color: rgb(56 59 68 / 0.2);
  border-right-color: rgb(56 59 68 / 0.2);
}

.border-x-event-text-200\/25{
  border-left-color: rgb(56 59 68 / 0.25);
  border-right-color: rgb(56 59 68 / 0.25);
}

.border-x-event-text-200\/30{
  border-left-color: rgb(56 59 68 / 0.3);
  border-right-color: rgb(56 59 68 / 0.3);
}

.border-x-event-text-200\/40{
  border-left-color: rgb(56 59 68 / 0.4);
  border-right-color: rgb(56 59 68 / 0.4);
}

.border-x-event-text-200\/5{
  border-left-color: rgb(56 59 68 / 0.05);
  border-right-color: rgb(56 59 68 / 0.05);
}

.border-x-event-text-200\/50{
  border-left-color: rgb(56 59 68 / 0.5);
  border-right-color: rgb(56 59 68 / 0.5);
}

.border-x-event-text-200\/60{
  border-left-color: rgb(56 59 68 / 0.6);
  border-right-color: rgb(56 59 68 / 0.6);
}

.border-x-event-text-200\/70{
  border-left-color: rgb(56 59 68 / 0.7);
  border-right-color: rgb(56 59 68 / 0.7);
}

.border-x-event-text-200\/75{
  border-left-color: rgb(56 59 68 / 0.75);
  border-right-color: rgb(56 59 68 / 0.75);
}

.border-x-event-text-200\/80{
  border-left-color: rgb(56 59 68 / 0.8);
  border-right-color: rgb(56 59 68 / 0.8);
}

.border-x-event-text-200\/90{
  border-left-color: rgb(56 59 68 / 0.9);
  border-right-color: rgb(56 59 68 / 0.9);
}

.border-x-event-text-200\/95{
  border-left-color: rgb(56 59 68 / 0.95);
  border-right-color: rgb(56 59 68 / 0.95);
}

.border-x-fuchsia-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 232 255 / var(--tw-border-opacity));
  border-right-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.border-x-fuchsia-100\/0{
  border-left-color: rgb(250 232 255 / 0);
  border-right-color: rgb(250 232 255 / 0);
}

.border-x-fuchsia-100\/10{
  border-left-color: rgb(250 232 255 / 0.1);
  border-right-color: rgb(250 232 255 / 0.1);
}

.border-x-fuchsia-100\/100{
  border-left-color: rgb(250 232 255 / 1);
  border-right-color: rgb(250 232 255 / 1);
}

.border-x-fuchsia-100\/20{
  border-left-color: rgb(250 232 255 / 0.2);
  border-right-color: rgb(250 232 255 / 0.2);
}

.border-x-fuchsia-100\/25{
  border-left-color: rgb(250 232 255 / 0.25);
  border-right-color: rgb(250 232 255 / 0.25);
}

.border-x-fuchsia-100\/30{
  border-left-color: rgb(250 232 255 / 0.3);
  border-right-color: rgb(250 232 255 / 0.3);
}

.border-x-fuchsia-100\/40{
  border-left-color: rgb(250 232 255 / 0.4);
  border-right-color: rgb(250 232 255 / 0.4);
}

.border-x-fuchsia-100\/5{
  border-left-color: rgb(250 232 255 / 0.05);
  border-right-color: rgb(250 232 255 / 0.05);
}

.border-x-fuchsia-100\/50{
  border-left-color: rgb(250 232 255 / 0.5);
  border-right-color: rgb(250 232 255 / 0.5);
}

.border-x-fuchsia-100\/60{
  border-left-color: rgb(250 232 255 / 0.6);
  border-right-color: rgb(250 232 255 / 0.6);
}

.border-x-fuchsia-100\/70{
  border-left-color: rgb(250 232 255 / 0.7);
  border-right-color: rgb(250 232 255 / 0.7);
}

.border-x-fuchsia-100\/75{
  border-left-color: rgb(250 232 255 / 0.75);
  border-right-color: rgb(250 232 255 / 0.75);
}

.border-x-fuchsia-100\/80{
  border-left-color: rgb(250 232 255 / 0.8);
  border-right-color: rgb(250 232 255 / 0.8);
}

.border-x-fuchsia-100\/90{
  border-left-color: rgb(250 232 255 / 0.9);
  border-right-color: rgb(250 232 255 / 0.9);
}

.border-x-fuchsia-100\/95{
  border-left-color: rgb(250 232 255 / 0.95);
  border-right-color: rgb(250 232 255 / 0.95);
}

.border-x-fuchsia-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 208 254 / var(--tw-border-opacity));
  border-right-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-x-fuchsia-200\/0{
  border-left-color: rgb(245 208 254 / 0);
  border-right-color: rgb(245 208 254 / 0);
}

.border-x-fuchsia-200\/10{
  border-left-color: rgb(245 208 254 / 0.1);
  border-right-color: rgb(245 208 254 / 0.1);
}

.border-x-fuchsia-200\/100{
  border-left-color: rgb(245 208 254 / 1);
  border-right-color: rgb(245 208 254 / 1);
}

.border-x-fuchsia-200\/20{
  border-left-color: rgb(245 208 254 / 0.2);
  border-right-color: rgb(245 208 254 / 0.2);
}

.border-x-fuchsia-200\/25{
  border-left-color: rgb(245 208 254 / 0.25);
  border-right-color: rgb(245 208 254 / 0.25);
}

.border-x-fuchsia-200\/30{
  border-left-color: rgb(245 208 254 / 0.3);
  border-right-color: rgb(245 208 254 / 0.3);
}

.border-x-fuchsia-200\/40{
  border-left-color: rgb(245 208 254 / 0.4);
  border-right-color: rgb(245 208 254 / 0.4);
}

.border-x-fuchsia-200\/5{
  border-left-color: rgb(245 208 254 / 0.05);
  border-right-color: rgb(245 208 254 / 0.05);
}

.border-x-fuchsia-200\/50{
  border-left-color: rgb(245 208 254 / 0.5);
  border-right-color: rgb(245 208 254 / 0.5);
}

.border-x-fuchsia-200\/60{
  border-left-color: rgb(245 208 254 / 0.6);
  border-right-color: rgb(245 208 254 / 0.6);
}

.border-x-fuchsia-200\/70{
  border-left-color: rgb(245 208 254 / 0.7);
  border-right-color: rgb(245 208 254 / 0.7);
}

.border-x-fuchsia-200\/75{
  border-left-color: rgb(245 208 254 / 0.75);
  border-right-color: rgb(245 208 254 / 0.75);
}

.border-x-fuchsia-200\/80{
  border-left-color: rgb(245 208 254 / 0.8);
  border-right-color: rgb(245 208 254 / 0.8);
}

.border-x-fuchsia-200\/90{
  border-left-color: rgb(245 208 254 / 0.9);
  border-right-color: rgb(245 208 254 / 0.9);
}

.border-x-fuchsia-200\/95{
  border-left-color: rgb(245 208 254 / 0.95);
  border-right-color: rgb(245 208 254 / 0.95);
}

.border-x-fuchsia-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 171 252 / var(--tw-border-opacity));
  border-right-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-x-fuchsia-300\/0{
  border-left-color: rgb(240 171 252 / 0);
  border-right-color: rgb(240 171 252 / 0);
}

.border-x-fuchsia-300\/10{
  border-left-color: rgb(240 171 252 / 0.1);
  border-right-color: rgb(240 171 252 / 0.1);
}

.border-x-fuchsia-300\/100{
  border-left-color: rgb(240 171 252 / 1);
  border-right-color: rgb(240 171 252 / 1);
}

.border-x-fuchsia-300\/20{
  border-left-color: rgb(240 171 252 / 0.2);
  border-right-color: rgb(240 171 252 / 0.2);
}

.border-x-fuchsia-300\/25{
  border-left-color: rgb(240 171 252 / 0.25);
  border-right-color: rgb(240 171 252 / 0.25);
}

.border-x-fuchsia-300\/30{
  border-left-color: rgb(240 171 252 / 0.3);
  border-right-color: rgb(240 171 252 / 0.3);
}

.border-x-fuchsia-300\/40{
  border-left-color: rgb(240 171 252 / 0.4);
  border-right-color: rgb(240 171 252 / 0.4);
}

.border-x-fuchsia-300\/5{
  border-left-color: rgb(240 171 252 / 0.05);
  border-right-color: rgb(240 171 252 / 0.05);
}

.border-x-fuchsia-300\/50{
  border-left-color: rgb(240 171 252 / 0.5);
  border-right-color: rgb(240 171 252 / 0.5);
}

.border-x-fuchsia-300\/60{
  border-left-color: rgb(240 171 252 / 0.6);
  border-right-color: rgb(240 171 252 / 0.6);
}

.border-x-fuchsia-300\/70{
  border-left-color: rgb(240 171 252 / 0.7);
  border-right-color: rgb(240 171 252 / 0.7);
}

.border-x-fuchsia-300\/75{
  border-left-color: rgb(240 171 252 / 0.75);
  border-right-color: rgb(240 171 252 / 0.75);
}

.border-x-fuchsia-300\/80{
  border-left-color: rgb(240 171 252 / 0.8);
  border-right-color: rgb(240 171 252 / 0.8);
}

.border-x-fuchsia-300\/90{
  border-left-color: rgb(240 171 252 / 0.9);
  border-right-color: rgb(240 171 252 / 0.9);
}

.border-x-fuchsia-300\/95{
  border-left-color: rgb(240 171 252 / 0.95);
  border-right-color: rgb(240 171 252 / 0.95);
}

.border-x-fuchsia-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(232 121 249 / var(--tw-border-opacity));
  border-right-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-x-fuchsia-400\/0{
  border-left-color: rgb(232 121 249 / 0);
  border-right-color: rgb(232 121 249 / 0);
}

.border-x-fuchsia-400\/10{
  border-left-color: rgb(232 121 249 / 0.1);
  border-right-color: rgb(232 121 249 / 0.1);
}

.border-x-fuchsia-400\/100{
  border-left-color: rgb(232 121 249 / 1);
  border-right-color: rgb(232 121 249 / 1);
}

.border-x-fuchsia-400\/20{
  border-left-color: rgb(232 121 249 / 0.2);
  border-right-color: rgb(232 121 249 / 0.2);
}

.border-x-fuchsia-400\/25{
  border-left-color: rgb(232 121 249 / 0.25);
  border-right-color: rgb(232 121 249 / 0.25);
}

.border-x-fuchsia-400\/30{
  border-left-color: rgb(232 121 249 / 0.3);
  border-right-color: rgb(232 121 249 / 0.3);
}

.border-x-fuchsia-400\/40{
  border-left-color: rgb(232 121 249 / 0.4);
  border-right-color: rgb(232 121 249 / 0.4);
}

.border-x-fuchsia-400\/5{
  border-left-color: rgb(232 121 249 / 0.05);
  border-right-color: rgb(232 121 249 / 0.05);
}

.border-x-fuchsia-400\/50{
  border-left-color: rgb(232 121 249 / 0.5);
  border-right-color: rgb(232 121 249 / 0.5);
}

.border-x-fuchsia-400\/60{
  border-left-color: rgb(232 121 249 / 0.6);
  border-right-color: rgb(232 121 249 / 0.6);
}

.border-x-fuchsia-400\/70{
  border-left-color: rgb(232 121 249 / 0.7);
  border-right-color: rgb(232 121 249 / 0.7);
}

.border-x-fuchsia-400\/75{
  border-left-color: rgb(232 121 249 / 0.75);
  border-right-color: rgb(232 121 249 / 0.75);
}

.border-x-fuchsia-400\/80{
  border-left-color: rgb(232 121 249 / 0.8);
  border-right-color: rgb(232 121 249 / 0.8);
}

.border-x-fuchsia-400\/90{
  border-left-color: rgb(232 121 249 / 0.9);
  border-right-color: rgb(232 121 249 / 0.9);
}

.border-x-fuchsia-400\/95{
  border-left-color: rgb(232 121 249 / 0.95);
  border-right-color: rgb(232 121 249 / 0.95);
}

.border-x-fuchsia-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 244 255 / var(--tw-border-opacity));
  border-right-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-x-fuchsia-50\/0{
  border-left-color: rgb(253 244 255 / 0);
  border-right-color: rgb(253 244 255 / 0);
}

.border-x-fuchsia-50\/10{
  border-left-color: rgb(253 244 255 / 0.1);
  border-right-color: rgb(253 244 255 / 0.1);
}

.border-x-fuchsia-50\/100{
  border-left-color: rgb(253 244 255 / 1);
  border-right-color: rgb(253 244 255 / 1);
}

.border-x-fuchsia-50\/20{
  border-left-color: rgb(253 244 255 / 0.2);
  border-right-color: rgb(253 244 255 / 0.2);
}

.border-x-fuchsia-50\/25{
  border-left-color: rgb(253 244 255 / 0.25);
  border-right-color: rgb(253 244 255 / 0.25);
}

.border-x-fuchsia-50\/30{
  border-left-color: rgb(253 244 255 / 0.3);
  border-right-color: rgb(253 244 255 / 0.3);
}

.border-x-fuchsia-50\/40{
  border-left-color: rgb(253 244 255 / 0.4);
  border-right-color: rgb(253 244 255 / 0.4);
}

.border-x-fuchsia-50\/5{
  border-left-color: rgb(253 244 255 / 0.05);
  border-right-color: rgb(253 244 255 / 0.05);
}

.border-x-fuchsia-50\/50{
  border-left-color: rgb(253 244 255 / 0.5);
  border-right-color: rgb(253 244 255 / 0.5);
}

.border-x-fuchsia-50\/60{
  border-left-color: rgb(253 244 255 / 0.6);
  border-right-color: rgb(253 244 255 / 0.6);
}

.border-x-fuchsia-50\/70{
  border-left-color: rgb(253 244 255 / 0.7);
  border-right-color: rgb(253 244 255 / 0.7);
}

.border-x-fuchsia-50\/75{
  border-left-color: rgb(253 244 255 / 0.75);
  border-right-color: rgb(253 244 255 / 0.75);
}

.border-x-fuchsia-50\/80{
  border-left-color: rgb(253 244 255 / 0.8);
  border-right-color: rgb(253 244 255 / 0.8);
}

.border-x-fuchsia-50\/90{
  border-left-color: rgb(253 244 255 / 0.9);
  border-right-color: rgb(253 244 255 / 0.9);
}

.border-x-fuchsia-50\/95{
  border-left-color: rgb(253 244 255 / 0.95);
  border-right-color: rgb(253 244 255 / 0.95);
}

.border-x-fuchsia-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(217 70 239 / var(--tw-border-opacity));
  border-right-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-x-fuchsia-500\/0{
  border-left-color: rgb(217 70 239 / 0);
  border-right-color: rgb(217 70 239 / 0);
}

.border-x-fuchsia-500\/10{
  border-left-color: rgb(217 70 239 / 0.1);
  border-right-color: rgb(217 70 239 / 0.1);
}

.border-x-fuchsia-500\/100{
  border-left-color: rgb(217 70 239 / 1);
  border-right-color: rgb(217 70 239 / 1);
}

.border-x-fuchsia-500\/20{
  border-left-color: rgb(217 70 239 / 0.2);
  border-right-color: rgb(217 70 239 / 0.2);
}

.border-x-fuchsia-500\/25{
  border-left-color: rgb(217 70 239 / 0.25);
  border-right-color: rgb(217 70 239 / 0.25);
}

.border-x-fuchsia-500\/30{
  border-left-color: rgb(217 70 239 / 0.3);
  border-right-color: rgb(217 70 239 / 0.3);
}

.border-x-fuchsia-500\/40{
  border-left-color: rgb(217 70 239 / 0.4);
  border-right-color: rgb(217 70 239 / 0.4);
}

.border-x-fuchsia-500\/5{
  border-left-color: rgb(217 70 239 / 0.05);
  border-right-color: rgb(217 70 239 / 0.05);
}

.border-x-fuchsia-500\/50{
  border-left-color: rgb(217 70 239 / 0.5);
  border-right-color: rgb(217 70 239 / 0.5);
}

.border-x-fuchsia-500\/60{
  border-left-color: rgb(217 70 239 / 0.6);
  border-right-color: rgb(217 70 239 / 0.6);
}

.border-x-fuchsia-500\/70{
  border-left-color: rgb(217 70 239 / 0.7);
  border-right-color: rgb(217 70 239 / 0.7);
}

.border-x-fuchsia-500\/75{
  border-left-color: rgb(217 70 239 / 0.75);
  border-right-color: rgb(217 70 239 / 0.75);
}

.border-x-fuchsia-500\/80{
  border-left-color: rgb(217 70 239 / 0.8);
  border-right-color: rgb(217 70 239 / 0.8);
}

.border-x-fuchsia-500\/90{
  border-left-color: rgb(217 70 239 / 0.9);
  border-right-color: rgb(217 70 239 / 0.9);
}

.border-x-fuchsia-500\/95{
  border-left-color: rgb(217 70 239 / 0.95);
  border-right-color: rgb(217 70 239 / 0.95);
}

.border-x-fuchsia-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(192 38 211 / var(--tw-border-opacity));
  border-right-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-x-fuchsia-600\/0{
  border-left-color: rgb(192 38 211 / 0);
  border-right-color: rgb(192 38 211 / 0);
}

.border-x-fuchsia-600\/10{
  border-left-color: rgb(192 38 211 / 0.1);
  border-right-color: rgb(192 38 211 / 0.1);
}

.border-x-fuchsia-600\/100{
  border-left-color: rgb(192 38 211 / 1);
  border-right-color: rgb(192 38 211 / 1);
}

.border-x-fuchsia-600\/20{
  border-left-color: rgb(192 38 211 / 0.2);
  border-right-color: rgb(192 38 211 / 0.2);
}

.border-x-fuchsia-600\/25{
  border-left-color: rgb(192 38 211 / 0.25);
  border-right-color: rgb(192 38 211 / 0.25);
}

.border-x-fuchsia-600\/30{
  border-left-color: rgb(192 38 211 / 0.3);
  border-right-color: rgb(192 38 211 / 0.3);
}

.border-x-fuchsia-600\/40{
  border-left-color: rgb(192 38 211 / 0.4);
  border-right-color: rgb(192 38 211 / 0.4);
}

.border-x-fuchsia-600\/5{
  border-left-color: rgb(192 38 211 / 0.05);
  border-right-color: rgb(192 38 211 / 0.05);
}

.border-x-fuchsia-600\/50{
  border-left-color: rgb(192 38 211 / 0.5);
  border-right-color: rgb(192 38 211 / 0.5);
}

.border-x-fuchsia-600\/60{
  border-left-color: rgb(192 38 211 / 0.6);
  border-right-color: rgb(192 38 211 / 0.6);
}

.border-x-fuchsia-600\/70{
  border-left-color: rgb(192 38 211 / 0.7);
  border-right-color: rgb(192 38 211 / 0.7);
}

.border-x-fuchsia-600\/75{
  border-left-color: rgb(192 38 211 / 0.75);
  border-right-color: rgb(192 38 211 / 0.75);
}

.border-x-fuchsia-600\/80{
  border-left-color: rgb(192 38 211 / 0.8);
  border-right-color: rgb(192 38 211 / 0.8);
}

.border-x-fuchsia-600\/90{
  border-left-color: rgb(192 38 211 / 0.9);
  border-right-color: rgb(192 38 211 / 0.9);
}

.border-x-fuchsia-600\/95{
  border-left-color: rgb(192 38 211 / 0.95);
  border-right-color: rgb(192 38 211 / 0.95);
}

.border-x-fuchsia-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(162 28 175 / var(--tw-border-opacity));
  border-right-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-x-fuchsia-700\/0{
  border-left-color: rgb(162 28 175 / 0);
  border-right-color: rgb(162 28 175 / 0);
}

.border-x-fuchsia-700\/10{
  border-left-color: rgb(162 28 175 / 0.1);
  border-right-color: rgb(162 28 175 / 0.1);
}

.border-x-fuchsia-700\/100{
  border-left-color: rgb(162 28 175 / 1);
  border-right-color: rgb(162 28 175 / 1);
}

.border-x-fuchsia-700\/20{
  border-left-color: rgb(162 28 175 / 0.2);
  border-right-color: rgb(162 28 175 / 0.2);
}

.border-x-fuchsia-700\/25{
  border-left-color: rgb(162 28 175 / 0.25);
  border-right-color: rgb(162 28 175 / 0.25);
}

.border-x-fuchsia-700\/30{
  border-left-color: rgb(162 28 175 / 0.3);
  border-right-color: rgb(162 28 175 / 0.3);
}

.border-x-fuchsia-700\/40{
  border-left-color: rgb(162 28 175 / 0.4);
  border-right-color: rgb(162 28 175 / 0.4);
}

.border-x-fuchsia-700\/5{
  border-left-color: rgb(162 28 175 / 0.05);
  border-right-color: rgb(162 28 175 / 0.05);
}

.border-x-fuchsia-700\/50{
  border-left-color: rgb(162 28 175 / 0.5);
  border-right-color: rgb(162 28 175 / 0.5);
}

.border-x-fuchsia-700\/60{
  border-left-color: rgb(162 28 175 / 0.6);
  border-right-color: rgb(162 28 175 / 0.6);
}

.border-x-fuchsia-700\/70{
  border-left-color: rgb(162 28 175 / 0.7);
  border-right-color: rgb(162 28 175 / 0.7);
}

.border-x-fuchsia-700\/75{
  border-left-color: rgb(162 28 175 / 0.75);
  border-right-color: rgb(162 28 175 / 0.75);
}

.border-x-fuchsia-700\/80{
  border-left-color: rgb(162 28 175 / 0.8);
  border-right-color: rgb(162 28 175 / 0.8);
}

.border-x-fuchsia-700\/90{
  border-left-color: rgb(162 28 175 / 0.9);
  border-right-color: rgb(162 28 175 / 0.9);
}

.border-x-fuchsia-700\/95{
  border-left-color: rgb(162 28 175 / 0.95);
  border-right-color: rgb(162 28 175 / 0.95);
}

.border-x-fuchsia-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(134 25 143 / var(--tw-border-opacity));
  border-right-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-x-fuchsia-800\/0{
  border-left-color: rgb(134 25 143 / 0);
  border-right-color: rgb(134 25 143 / 0);
}

.border-x-fuchsia-800\/10{
  border-left-color: rgb(134 25 143 / 0.1);
  border-right-color: rgb(134 25 143 / 0.1);
}

.border-x-fuchsia-800\/100{
  border-left-color: rgb(134 25 143 / 1);
  border-right-color: rgb(134 25 143 / 1);
}

.border-x-fuchsia-800\/20{
  border-left-color: rgb(134 25 143 / 0.2);
  border-right-color: rgb(134 25 143 / 0.2);
}

.border-x-fuchsia-800\/25{
  border-left-color: rgb(134 25 143 / 0.25);
  border-right-color: rgb(134 25 143 / 0.25);
}

.border-x-fuchsia-800\/30{
  border-left-color: rgb(134 25 143 / 0.3);
  border-right-color: rgb(134 25 143 / 0.3);
}

.border-x-fuchsia-800\/40{
  border-left-color: rgb(134 25 143 / 0.4);
  border-right-color: rgb(134 25 143 / 0.4);
}

.border-x-fuchsia-800\/5{
  border-left-color: rgb(134 25 143 / 0.05);
  border-right-color: rgb(134 25 143 / 0.05);
}

.border-x-fuchsia-800\/50{
  border-left-color: rgb(134 25 143 / 0.5);
  border-right-color: rgb(134 25 143 / 0.5);
}

.border-x-fuchsia-800\/60{
  border-left-color: rgb(134 25 143 / 0.6);
  border-right-color: rgb(134 25 143 / 0.6);
}

.border-x-fuchsia-800\/70{
  border-left-color: rgb(134 25 143 / 0.7);
  border-right-color: rgb(134 25 143 / 0.7);
}

.border-x-fuchsia-800\/75{
  border-left-color: rgb(134 25 143 / 0.75);
  border-right-color: rgb(134 25 143 / 0.75);
}

.border-x-fuchsia-800\/80{
  border-left-color: rgb(134 25 143 / 0.8);
  border-right-color: rgb(134 25 143 / 0.8);
}

.border-x-fuchsia-800\/90{
  border-left-color: rgb(134 25 143 / 0.9);
  border-right-color: rgb(134 25 143 / 0.9);
}

.border-x-fuchsia-800\/95{
  border-left-color: rgb(134 25 143 / 0.95);
  border-right-color: rgb(134 25 143 / 0.95);
}

.border-x-fuchsia-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(112 26 117 / var(--tw-border-opacity));
  border-right-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-x-fuchsia-900\/0{
  border-left-color: rgb(112 26 117 / 0);
  border-right-color: rgb(112 26 117 / 0);
}

.border-x-fuchsia-900\/10{
  border-left-color: rgb(112 26 117 / 0.1);
  border-right-color: rgb(112 26 117 / 0.1);
}

.border-x-fuchsia-900\/100{
  border-left-color: rgb(112 26 117 / 1);
  border-right-color: rgb(112 26 117 / 1);
}

.border-x-fuchsia-900\/20{
  border-left-color: rgb(112 26 117 / 0.2);
  border-right-color: rgb(112 26 117 / 0.2);
}

.border-x-fuchsia-900\/25{
  border-left-color: rgb(112 26 117 / 0.25);
  border-right-color: rgb(112 26 117 / 0.25);
}

.border-x-fuchsia-900\/30{
  border-left-color: rgb(112 26 117 / 0.3);
  border-right-color: rgb(112 26 117 / 0.3);
}

.border-x-fuchsia-900\/40{
  border-left-color: rgb(112 26 117 / 0.4);
  border-right-color: rgb(112 26 117 / 0.4);
}

.border-x-fuchsia-900\/5{
  border-left-color: rgb(112 26 117 / 0.05);
  border-right-color: rgb(112 26 117 / 0.05);
}

.border-x-fuchsia-900\/50{
  border-left-color: rgb(112 26 117 / 0.5);
  border-right-color: rgb(112 26 117 / 0.5);
}

.border-x-fuchsia-900\/60{
  border-left-color: rgb(112 26 117 / 0.6);
  border-right-color: rgb(112 26 117 / 0.6);
}

.border-x-fuchsia-900\/70{
  border-left-color: rgb(112 26 117 / 0.7);
  border-right-color: rgb(112 26 117 / 0.7);
}

.border-x-fuchsia-900\/75{
  border-left-color: rgb(112 26 117 / 0.75);
  border-right-color: rgb(112 26 117 / 0.75);
}

.border-x-fuchsia-900\/80{
  border-left-color: rgb(112 26 117 / 0.8);
  border-right-color: rgb(112 26 117 / 0.8);
}

.border-x-fuchsia-900\/90{
  border-left-color: rgb(112 26 117 / 0.9);
  border-right-color: rgb(112 26 117 / 0.9);
}

.border-x-fuchsia-900\/95{
  border-left-color: rgb(112 26 117 / 0.95);
  border-right-color: rgb(112 26 117 / 0.95);
}

.border-x-fuchsia-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(74 4 78 / var(--tw-border-opacity));
  border-right-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-x-fuchsia-950\/0{
  border-left-color: rgb(74 4 78 / 0);
  border-right-color: rgb(74 4 78 / 0);
}

.border-x-fuchsia-950\/10{
  border-left-color: rgb(74 4 78 / 0.1);
  border-right-color: rgb(74 4 78 / 0.1);
}

.border-x-fuchsia-950\/100{
  border-left-color: rgb(74 4 78 / 1);
  border-right-color: rgb(74 4 78 / 1);
}

.border-x-fuchsia-950\/20{
  border-left-color: rgb(74 4 78 / 0.2);
  border-right-color: rgb(74 4 78 / 0.2);
}

.border-x-fuchsia-950\/25{
  border-left-color: rgb(74 4 78 / 0.25);
  border-right-color: rgb(74 4 78 / 0.25);
}

.border-x-fuchsia-950\/30{
  border-left-color: rgb(74 4 78 / 0.3);
  border-right-color: rgb(74 4 78 / 0.3);
}

.border-x-fuchsia-950\/40{
  border-left-color: rgb(74 4 78 / 0.4);
  border-right-color: rgb(74 4 78 / 0.4);
}

.border-x-fuchsia-950\/5{
  border-left-color: rgb(74 4 78 / 0.05);
  border-right-color: rgb(74 4 78 / 0.05);
}

.border-x-fuchsia-950\/50{
  border-left-color: rgb(74 4 78 / 0.5);
  border-right-color: rgb(74 4 78 / 0.5);
}

.border-x-fuchsia-950\/60{
  border-left-color: rgb(74 4 78 / 0.6);
  border-right-color: rgb(74 4 78 / 0.6);
}

.border-x-fuchsia-950\/70{
  border-left-color: rgb(74 4 78 / 0.7);
  border-right-color: rgb(74 4 78 / 0.7);
}

.border-x-fuchsia-950\/75{
  border-left-color: rgb(74 4 78 / 0.75);
  border-right-color: rgb(74 4 78 / 0.75);
}

.border-x-fuchsia-950\/80{
  border-left-color: rgb(74 4 78 / 0.8);
  border-right-color: rgb(74 4 78 / 0.8);
}

.border-x-fuchsia-950\/90{
  border-left-color: rgb(74 4 78 / 0.9);
  border-right-color: rgb(74 4 78 / 0.9);
}

.border-x-fuchsia-950\/95{
  border-left-color: rgb(74 4 78 / 0.95);
  border-right-color: rgb(74 4 78 / 0.95);
}

.border-x-gray-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity));
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-x-gray-100\/0{
  border-left-color: rgb(243 244 246 / 0);
  border-right-color: rgb(243 244 246 / 0);
}

.border-x-gray-100\/10{
  border-left-color: rgb(243 244 246 / 0.1);
  border-right-color: rgb(243 244 246 / 0.1);
}

.border-x-gray-100\/100{
  border-left-color: rgb(243 244 246 / 1);
  border-right-color: rgb(243 244 246 / 1);
}

.border-x-gray-100\/20{
  border-left-color: rgb(243 244 246 / 0.2);
  border-right-color: rgb(243 244 246 / 0.2);
}

.border-x-gray-100\/25{
  border-left-color: rgb(243 244 246 / 0.25);
  border-right-color: rgb(243 244 246 / 0.25);
}

.border-x-gray-100\/30{
  border-left-color: rgb(243 244 246 / 0.3);
  border-right-color: rgb(243 244 246 / 0.3);
}

.border-x-gray-100\/40{
  border-left-color: rgb(243 244 246 / 0.4);
  border-right-color: rgb(243 244 246 / 0.4);
}

.border-x-gray-100\/5{
  border-left-color: rgb(243 244 246 / 0.05);
  border-right-color: rgb(243 244 246 / 0.05);
}

.border-x-gray-100\/50{
  border-left-color: rgb(243 244 246 / 0.5);
  border-right-color: rgb(243 244 246 / 0.5);
}

.border-x-gray-100\/60{
  border-left-color: rgb(243 244 246 / 0.6);
  border-right-color: rgb(243 244 246 / 0.6);
}

.border-x-gray-100\/70{
  border-left-color: rgb(243 244 246 / 0.7);
  border-right-color: rgb(243 244 246 / 0.7);
}

.border-x-gray-100\/75{
  border-left-color: rgb(243 244 246 / 0.75);
  border-right-color: rgb(243 244 246 / 0.75);
}

.border-x-gray-100\/80{
  border-left-color: rgb(243 244 246 / 0.8);
  border-right-color: rgb(243 244 246 / 0.8);
}

.border-x-gray-100\/90{
  border-left-color: rgb(243 244 246 / 0.9);
  border-right-color: rgb(243 244 246 / 0.9);
}

.border-x-gray-100\/95{
  border-left-color: rgb(243 244 246 / 0.95);
  border-right-color: rgb(243 244 246 / 0.95);
}

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

.border-x-gray-200\/0{
  border-left-color: rgb(229 231 235 / 0);
  border-right-color: rgb(229 231 235 / 0);
}

.border-x-gray-200\/10{
  border-left-color: rgb(229 231 235 / 0.1);
  border-right-color: rgb(229 231 235 / 0.1);
}

.border-x-gray-200\/100{
  border-left-color: rgb(229 231 235 / 1);
  border-right-color: rgb(229 231 235 / 1);
}

.border-x-gray-200\/20{
  border-left-color: rgb(229 231 235 / 0.2);
  border-right-color: rgb(229 231 235 / 0.2);
}

.border-x-gray-200\/25{
  border-left-color: rgb(229 231 235 / 0.25);
  border-right-color: rgb(229 231 235 / 0.25);
}

.border-x-gray-200\/30{
  border-left-color: rgb(229 231 235 / 0.3);
  border-right-color: rgb(229 231 235 / 0.3);
}

.border-x-gray-200\/40{
  border-left-color: rgb(229 231 235 / 0.4);
  border-right-color: rgb(229 231 235 / 0.4);
}

.border-x-gray-200\/5{
  border-left-color: rgb(229 231 235 / 0.05);
  border-right-color: rgb(229 231 235 / 0.05);
}

.border-x-gray-200\/50{
  border-left-color: rgb(229 231 235 / 0.5);
  border-right-color: rgb(229 231 235 / 0.5);
}

.border-x-gray-200\/60{
  border-left-color: rgb(229 231 235 / 0.6);
  border-right-color: rgb(229 231 235 / 0.6);
}

.border-x-gray-200\/70{
  border-left-color: rgb(229 231 235 / 0.7);
  border-right-color: rgb(229 231 235 / 0.7);
}

.border-x-gray-200\/75{
  border-left-color: rgb(229 231 235 / 0.75);
  border-right-color: rgb(229 231 235 / 0.75);
}

.border-x-gray-200\/80{
  border-left-color: rgb(229 231 235 / 0.8);
  border-right-color: rgb(229 231 235 / 0.8);
}

.border-x-gray-200\/90{
  border-left-color: rgb(229 231 235 / 0.9);
  border-right-color: rgb(229 231 235 / 0.9);
}

.border-x-gray-200\/95{
  border-left-color: rgb(229 231 235 / 0.95);
  border-right-color: rgb(229 231 235 / 0.95);
}

.border-x-gray-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-x-gray-300\/0{
  border-left-color: rgb(209 213 219 / 0);
  border-right-color: rgb(209 213 219 / 0);
}

.border-x-gray-300\/10{
  border-left-color: rgb(209 213 219 / 0.1);
  border-right-color: rgb(209 213 219 / 0.1);
}

.border-x-gray-300\/100{
  border-left-color: rgb(209 213 219 / 1);
  border-right-color: rgb(209 213 219 / 1);
}

.border-x-gray-300\/20{
  border-left-color: rgb(209 213 219 / 0.2);
  border-right-color: rgb(209 213 219 / 0.2);
}

.border-x-gray-300\/25{
  border-left-color: rgb(209 213 219 / 0.25);
  border-right-color: rgb(209 213 219 / 0.25);
}

.border-x-gray-300\/30{
  border-left-color: rgb(209 213 219 / 0.3);
  border-right-color: rgb(209 213 219 / 0.3);
}

.border-x-gray-300\/40{
  border-left-color: rgb(209 213 219 / 0.4);
  border-right-color: rgb(209 213 219 / 0.4);
}

.border-x-gray-300\/5{
  border-left-color: rgb(209 213 219 / 0.05);
  border-right-color: rgb(209 213 219 / 0.05);
}

.border-x-gray-300\/50{
  border-left-color: rgb(209 213 219 / 0.5);
  border-right-color: rgb(209 213 219 / 0.5);
}

.border-x-gray-300\/60{
  border-left-color: rgb(209 213 219 / 0.6);
  border-right-color: rgb(209 213 219 / 0.6);
}

.border-x-gray-300\/70{
  border-left-color: rgb(209 213 219 / 0.7);
  border-right-color: rgb(209 213 219 / 0.7);
}

.border-x-gray-300\/75{
  border-left-color: rgb(209 213 219 / 0.75);
  border-right-color: rgb(209 213 219 / 0.75);
}

.border-x-gray-300\/80{
  border-left-color: rgb(209 213 219 / 0.8);
  border-right-color: rgb(209 213 219 / 0.8);
}

.border-x-gray-300\/90{
  border-left-color: rgb(209 213 219 / 0.9);
  border-right-color: rgb(209 213 219 / 0.9);
}

.border-x-gray-300\/95{
  border-left-color: rgb(209 213 219 / 0.95);
  border-right-color: rgb(209 213 219 / 0.95);
}

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

.border-x-gray-400\/0{
  border-left-color: rgb(156 163 175 / 0);
  border-right-color: rgb(156 163 175 / 0);
}

.border-x-gray-400\/10{
  border-left-color: rgb(156 163 175 / 0.1);
  border-right-color: rgb(156 163 175 / 0.1);
}

.border-x-gray-400\/100{
  border-left-color: rgb(156 163 175 / 1);
  border-right-color: rgb(156 163 175 / 1);
}

.border-x-gray-400\/20{
  border-left-color: rgb(156 163 175 / 0.2);
  border-right-color: rgb(156 163 175 / 0.2);
}

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

.border-x-gray-400\/30{
  border-left-color: rgb(156 163 175 / 0.3);
  border-right-color: rgb(156 163 175 / 0.3);
}

.border-x-gray-400\/40{
  border-left-color: rgb(156 163 175 / 0.4);
  border-right-color: rgb(156 163 175 / 0.4);
}

.border-x-gray-400\/5{
  border-left-color: rgb(156 163 175 / 0.05);
  border-right-color: rgb(156 163 175 / 0.05);
}

.border-x-gray-400\/50{
  border-left-color: rgb(156 163 175 / 0.5);
  border-right-color: rgb(156 163 175 / 0.5);
}

.border-x-gray-400\/60{
  border-left-color: rgb(156 163 175 / 0.6);
  border-right-color: rgb(156 163 175 / 0.6);
}

.border-x-gray-400\/70{
  border-left-color: rgb(156 163 175 / 0.7);
  border-right-color: rgb(156 163 175 / 0.7);
}

.border-x-gray-400\/75{
  border-left-color: rgb(156 163 175 / 0.75);
  border-right-color: rgb(156 163 175 / 0.75);
}

.border-x-gray-400\/80{
  border-left-color: rgb(156 163 175 / 0.8);
  border-right-color: rgb(156 163 175 / 0.8);
}

.border-x-gray-400\/90{
  border-left-color: rgb(156 163 175 / 0.9);
  border-right-color: rgb(156 163 175 / 0.9);
}

.border-x-gray-400\/95{
  border-left-color: rgb(156 163 175 / 0.95);
  border-right-color: rgb(156 163 175 / 0.95);
}

.border-x-gray-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity));
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-x-gray-50\/0{
  border-left-color: rgb(249 250 251 / 0);
  border-right-color: rgb(249 250 251 / 0);
}

.border-x-gray-50\/10{
  border-left-color: rgb(249 250 251 / 0.1);
  border-right-color: rgb(249 250 251 / 0.1);
}

.border-x-gray-50\/100{
  border-left-color: rgb(249 250 251 / 1);
  border-right-color: rgb(249 250 251 / 1);
}

.border-x-gray-50\/20{
  border-left-color: rgb(249 250 251 / 0.2);
  border-right-color: rgb(249 250 251 / 0.2);
}

.border-x-gray-50\/25{
  border-left-color: rgb(249 250 251 / 0.25);
  border-right-color: rgb(249 250 251 / 0.25);
}

.border-x-gray-50\/30{
  border-left-color: rgb(249 250 251 / 0.3);
  border-right-color: rgb(249 250 251 / 0.3);
}

.border-x-gray-50\/40{
  border-left-color: rgb(249 250 251 / 0.4);
  border-right-color: rgb(249 250 251 / 0.4);
}

.border-x-gray-50\/5{
  border-left-color: rgb(249 250 251 / 0.05);
  border-right-color: rgb(249 250 251 / 0.05);
}

.border-x-gray-50\/50{
  border-left-color: rgb(249 250 251 / 0.5);
  border-right-color: rgb(249 250 251 / 0.5);
}

.border-x-gray-50\/60{
  border-left-color: rgb(249 250 251 / 0.6);
  border-right-color: rgb(249 250 251 / 0.6);
}

.border-x-gray-50\/70{
  border-left-color: rgb(249 250 251 / 0.7);
  border-right-color: rgb(249 250 251 / 0.7);
}

.border-x-gray-50\/75{
  border-left-color: rgb(249 250 251 / 0.75);
  border-right-color: rgb(249 250 251 / 0.75);
}

.border-x-gray-50\/80{
  border-left-color: rgb(249 250 251 / 0.8);
  border-right-color: rgb(249 250 251 / 0.8);
}

.border-x-gray-50\/90{
  border-left-color: rgb(249 250 251 / 0.9);
  border-right-color: rgb(249 250 251 / 0.9);
}

.border-x-gray-50\/95{
  border-left-color: rgb(249 250 251 / 0.95);
  border-right-color: rgb(249 250 251 / 0.95);
}

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

.border-x-gray-500\/0{
  border-left-color: rgb(107 114 128 / 0);
  border-right-color: rgb(107 114 128 / 0);
}

.border-x-gray-500\/10{
  border-left-color: rgb(107 114 128 / 0.1);
  border-right-color: rgb(107 114 128 / 0.1);
}

.border-x-gray-500\/100{
  border-left-color: rgb(107 114 128 / 1);
  border-right-color: rgb(107 114 128 / 1);
}

.border-x-gray-500\/20{
  border-left-color: rgb(107 114 128 / 0.2);
  border-right-color: rgb(107 114 128 / 0.2);
}

.border-x-gray-500\/25{
  border-left-color: rgb(107 114 128 / 0.25);
  border-right-color: rgb(107 114 128 / 0.25);
}

.border-x-gray-500\/30{
  border-left-color: rgb(107 114 128 / 0.3);
  border-right-color: rgb(107 114 128 / 0.3);
}

.border-x-gray-500\/40{
  border-left-color: rgb(107 114 128 / 0.4);
  border-right-color: rgb(107 114 128 / 0.4);
}

.border-x-gray-500\/5{
  border-left-color: rgb(107 114 128 / 0.05);
  border-right-color: rgb(107 114 128 / 0.05);
}

.border-x-gray-500\/50{
  border-left-color: rgb(107 114 128 / 0.5);
  border-right-color: rgb(107 114 128 / 0.5);
}

.border-x-gray-500\/60{
  border-left-color: rgb(107 114 128 / 0.6);
  border-right-color: rgb(107 114 128 / 0.6);
}

.border-x-gray-500\/70{
  border-left-color: rgb(107 114 128 / 0.7);
  border-right-color: rgb(107 114 128 / 0.7);
}

.border-x-gray-500\/75{
  border-left-color: rgb(107 114 128 / 0.75);
  border-right-color: rgb(107 114 128 / 0.75);
}

.border-x-gray-500\/80{
  border-left-color: rgb(107 114 128 / 0.8);
  border-right-color: rgb(107 114 128 / 0.8);
}

.border-x-gray-500\/90{
  border-left-color: rgb(107 114 128 / 0.9);
  border-right-color: rgb(107 114 128 / 0.9);
}

.border-x-gray-500\/95{
  border-left-color: rgb(107 114 128 / 0.95);
  border-right-color: rgb(107 114 128 / 0.95);
}

.border-x-gray-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity));
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-x-gray-600\/0{
  border-left-color: rgb(75 85 99 / 0);
  border-right-color: rgb(75 85 99 / 0);
}

.border-x-gray-600\/10{
  border-left-color: rgb(75 85 99 / 0.1);
  border-right-color: rgb(75 85 99 / 0.1);
}

.border-x-gray-600\/100{
  border-left-color: rgb(75 85 99 / 1);
  border-right-color: rgb(75 85 99 / 1);
}

.border-x-gray-600\/20{
  border-left-color: rgb(75 85 99 / 0.2);
  border-right-color: rgb(75 85 99 / 0.2);
}

.border-x-gray-600\/25{
  border-left-color: rgb(75 85 99 / 0.25);
  border-right-color: rgb(75 85 99 / 0.25);
}

.border-x-gray-600\/30{
  border-left-color: rgb(75 85 99 / 0.3);
  border-right-color: rgb(75 85 99 / 0.3);
}

.border-x-gray-600\/40{
  border-left-color: rgb(75 85 99 / 0.4);
  border-right-color: rgb(75 85 99 / 0.4);
}

.border-x-gray-600\/5{
  border-left-color: rgb(75 85 99 / 0.05);
  border-right-color: rgb(75 85 99 / 0.05);
}

.border-x-gray-600\/50{
  border-left-color: rgb(75 85 99 / 0.5);
  border-right-color: rgb(75 85 99 / 0.5);
}

.border-x-gray-600\/60{
  border-left-color: rgb(75 85 99 / 0.6);
  border-right-color: rgb(75 85 99 / 0.6);
}

.border-x-gray-600\/70{
  border-left-color: rgb(75 85 99 / 0.7);
  border-right-color: rgb(75 85 99 / 0.7);
}

.border-x-gray-600\/75{
  border-left-color: rgb(75 85 99 / 0.75);
  border-right-color: rgb(75 85 99 / 0.75);
}

.border-x-gray-600\/80{
  border-left-color: rgb(75 85 99 / 0.8);
  border-right-color: rgb(75 85 99 / 0.8);
}

.border-x-gray-600\/90{
  border-left-color: rgb(75 85 99 / 0.9);
  border-right-color: rgb(75 85 99 / 0.9);
}

.border-x-gray-600\/95{
  border-left-color: rgb(75 85 99 / 0.95);
  border-right-color: rgb(75 85 99 / 0.95);
}

.border-x-gray-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity));
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-x-gray-700\/0{
  border-left-color: rgb(55 65 81 / 0);
  border-right-color: rgb(55 65 81 / 0);
}

.border-x-gray-700\/10{
  border-left-color: rgb(55 65 81 / 0.1);
  border-right-color: rgb(55 65 81 / 0.1);
}

.border-x-gray-700\/100{
  border-left-color: rgb(55 65 81 / 1);
  border-right-color: rgb(55 65 81 / 1);
}

.border-x-gray-700\/20{
  border-left-color: rgb(55 65 81 / 0.2);
  border-right-color: rgb(55 65 81 / 0.2);
}

.border-x-gray-700\/25{
  border-left-color: rgb(55 65 81 / 0.25);
  border-right-color: rgb(55 65 81 / 0.25);
}

.border-x-gray-700\/30{
  border-left-color: rgb(55 65 81 / 0.3);
  border-right-color: rgb(55 65 81 / 0.3);
}

.border-x-gray-700\/40{
  border-left-color: rgb(55 65 81 / 0.4);
  border-right-color: rgb(55 65 81 / 0.4);
}

.border-x-gray-700\/5{
  border-left-color: rgb(55 65 81 / 0.05);
  border-right-color: rgb(55 65 81 / 0.05);
}

.border-x-gray-700\/50{
  border-left-color: rgb(55 65 81 / 0.5);
  border-right-color: rgb(55 65 81 / 0.5);
}

.border-x-gray-700\/60{
  border-left-color: rgb(55 65 81 / 0.6);
  border-right-color: rgb(55 65 81 / 0.6);
}

.border-x-gray-700\/70{
  border-left-color: rgb(55 65 81 / 0.7);
  border-right-color: rgb(55 65 81 / 0.7);
}

.border-x-gray-700\/75{
  border-left-color: rgb(55 65 81 / 0.75);
  border-right-color: rgb(55 65 81 / 0.75);
}

.border-x-gray-700\/80{
  border-left-color: rgb(55 65 81 / 0.8);
  border-right-color: rgb(55 65 81 / 0.8);
}

.border-x-gray-700\/90{
  border-left-color: rgb(55 65 81 / 0.9);
  border-right-color: rgb(55 65 81 / 0.9);
}

.border-x-gray-700\/95{
  border-left-color: rgb(55 65 81 / 0.95);
  border-right-color: rgb(55 65 81 / 0.95);
}

.border-x-gray-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity));
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-x-gray-800\/0{
  border-left-color: rgb(31 41 55 / 0);
  border-right-color: rgb(31 41 55 / 0);
}

.border-x-gray-800\/10{
  border-left-color: rgb(31 41 55 / 0.1);
  border-right-color: rgb(31 41 55 / 0.1);
}

.border-x-gray-800\/100{
  border-left-color: rgb(31 41 55 / 1);
  border-right-color: rgb(31 41 55 / 1);
}

.border-x-gray-800\/20{
  border-left-color: rgb(31 41 55 / 0.2);
  border-right-color: rgb(31 41 55 / 0.2);
}

.border-x-gray-800\/25{
  border-left-color: rgb(31 41 55 / 0.25);
  border-right-color: rgb(31 41 55 / 0.25);
}

.border-x-gray-800\/30{
  border-left-color: rgb(31 41 55 / 0.3);
  border-right-color: rgb(31 41 55 / 0.3);
}

.border-x-gray-800\/40{
  border-left-color: rgb(31 41 55 / 0.4);
  border-right-color: rgb(31 41 55 / 0.4);
}

.border-x-gray-800\/5{
  border-left-color: rgb(31 41 55 / 0.05);
  border-right-color: rgb(31 41 55 / 0.05);
}

.border-x-gray-800\/50{
  border-left-color: rgb(31 41 55 / 0.5);
  border-right-color: rgb(31 41 55 / 0.5);
}

.border-x-gray-800\/60{
  border-left-color: rgb(31 41 55 / 0.6);
  border-right-color: rgb(31 41 55 / 0.6);
}

.border-x-gray-800\/70{
  border-left-color: rgb(31 41 55 / 0.7);
  border-right-color: rgb(31 41 55 / 0.7);
}

.border-x-gray-800\/75{
  border-left-color: rgb(31 41 55 / 0.75);
  border-right-color: rgb(31 41 55 / 0.75);
}

.border-x-gray-800\/80{
  border-left-color: rgb(31 41 55 / 0.8);
  border-right-color: rgb(31 41 55 / 0.8);
}

.border-x-gray-800\/90{
  border-left-color: rgb(31 41 55 / 0.9);
  border-right-color: rgb(31 41 55 / 0.9);
}

.border-x-gray-800\/95{
  border-left-color: rgb(31 41 55 / 0.95);
  border-right-color: rgb(31 41 55 / 0.95);
}

.border-x-gray-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity));
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-x-gray-900\/0{
  border-left-color: rgb(17 24 39 / 0);
  border-right-color: rgb(17 24 39 / 0);
}

.border-x-gray-900\/10{
  border-left-color: rgb(17 24 39 / 0.1);
  border-right-color: rgb(17 24 39 / 0.1);
}

.border-x-gray-900\/100{
  border-left-color: rgb(17 24 39 / 1);
  border-right-color: rgb(17 24 39 / 1);
}

.border-x-gray-900\/20{
  border-left-color: rgb(17 24 39 / 0.2);
  border-right-color: rgb(17 24 39 / 0.2);
}

.border-x-gray-900\/25{
  border-left-color: rgb(17 24 39 / 0.25);
  border-right-color: rgb(17 24 39 / 0.25);
}

.border-x-gray-900\/30{
  border-left-color: rgb(17 24 39 / 0.3);
  border-right-color: rgb(17 24 39 / 0.3);
}

.border-x-gray-900\/40{
  border-left-color: rgb(17 24 39 / 0.4);
  border-right-color: rgb(17 24 39 / 0.4);
}

.border-x-gray-900\/5{
  border-left-color: rgb(17 24 39 / 0.05);
  border-right-color: rgb(17 24 39 / 0.05);
}

.border-x-gray-900\/50{
  border-left-color: rgb(17 24 39 / 0.5);
  border-right-color: rgb(17 24 39 / 0.5);
}

.border-x-gray-900\/60{
  border-left-color: rgb(17 24 39 / 0.6);
  border-right-color: rgb(17 24 39 / 0.6);
}

.border-x-gray-900\/70{
  border-left-color: rgb(17 24 39 / 0.7);
  border-right-color: rgb(17 24 39 / 0.7);
}

.border-x-gray-900\/75{
  border-left-color: rgb(17 24 39 / 0.75);
  border-right-color: rgb(17 24 39 / 0.75);
}

.border-x-gray-900\/80{
  border-left-color: rgb(17 24 39 / 0.8);
  border-right-color: rgb(17 24 39 / 0.8);
}

.border-x-gray-900\/90{
  border-left-color: rgb(17 24 39 / 0.9);
  border-right-color: rgb(17 24 39 / 0.9);
}

.border-x-gray-900\/95{
  border-left-color: rgb(17 24 39 / 0.95);
  border-right-color: rgb(17 24 39 / 0.95);
}

.border-x-gray-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity));
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-x-gray-950\/0{
  border-left-color: rgb(3 7 18 / 0);
  border-right-color: rgb(3 7 18 / 0);
}

.border-x-gray-950\/10{
  border-left-color: rgb(3 7 18 / 0.1);
  border-right-color: rgb(3 7 18 / 0.1);
}

.border-x-gray-950\/100{
  border-left-color: rgb(3 7 18 / 1);
  border-right-color: rgb(3 7 18 / 1);
}

.border-x-gray-950\/20{
  border-left-color: rgb(3 7 18 / 0.2);
  border-right-color: rgb(3 7 18 / 0.2);
}

.border-x-gray-950\/25{
  border-left-color: rgb(3 7 18 / 0.25);
  border-right-color: rgb(3 7 18 / 0.25);
}

.border-x-gray-950\/30{
  border-left-color: rgb(3 7 18 / 0.3);
  border-right-color: rgb(3 7 18 / 0.3);
}

.border-x-gray-950\/40{
  border-left-color: rgb(3 7 18 / 0.4);
  border-right-color: rgb(3 7 18 / 0.4);
}

.border-x-gray-950\/5{
  border-left-color: rgb(3 7 18 / 0.05);
  border-right-color: rgb(3 7 18 / 0.05);
}

.border-x-gray-950\/50{
  border-left-color: rgb(3 7 18 / 0.5);
  border-right-color: rgb(3 7 18 / 0.5);
}

.border-x-gray-950\/60{
  border-left-color: rgb(3 7 18 / 0.6);
  border-right-color: rgb(3 7 18 / 0.6);
}

.border-x-gray-950\/70{
  border-left-color: rgb(3 7 18 / 0.7);
  border-right-color: rgb(3 7 18 / 0.7);
}

.border-x-gray-950\/75{
  border-left-color: rgb(3 7 18 / 0.75);
  border-right-color: rgb(3 7 18 / 0.75);
}

.border-x-gray-950\/80{
  border-left-color: rgb(3 7 18 / 0.8);
  border-right-color: rgb(3 7 18 / 0.8);
}

.border-x-gray-950\/90{
  border-left-color: rgb(3 7 18 / 0.9);
  border-right-color: rgb(3 7 18 / 0.9);
}

.border-x-gray-950\/95{
  border-left-color: rgb(3 7 18 / 0.95);
  border-right-color: rgb(3 7 18 / 0.95);
}

.border-x-green-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(220 252 231 / var(--tw-border-opacity));
  border-right-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-x-green-100\/0{
  border-left-color: rgb(220 252 231 / 0);
  border-right-color: rgb(220 252 231 / 0);
}

.border-x-green-100\/10{
  border-left-color: rgb(220 252 231 / 0.1);
  border-right-color: rgb(220 252 231 / 0.1);
}

.border-x-green-100\/100{
  border-left-color: rgb(220 252 231 / 1);
  border-right-color: rgb(220 252 231 / 1);
}

.border-x-green-100\/20{
  border-left-color: rgb(220 252 231 / 0.2);
  border-right-color: rgb(220 252 231 / 0.2);
}

.border-x-green-100\/25{
  border-left-color: rgb(220 252 231 / 0.25);
  border-right-color: rgb(220 252 231 / 0.25);
}

.border-x-green-100\/30{
  border-left-color: rgb(220 252 231 / 0.3);
  border-right-color: rgb(220 252 231 / 0.3);
}

.border-x-green-100\/40{
  border-left-color: rgb(220 252 231 / 0.4);
  border-right-color: rgb(220 252 231 / 0.4);
}

.border-x-green-100\/5{
  border-left-color: rgb(220 252 231 / 0.05);
  border-right-color: rgb(220 252 231 / 0.05);
}

.border-x-green-100\/50{
  border-left-color: rgb(220 252 231 / 0.5);
  border-right-color: rgb(220 252 231 / 0.5);
}

.border-x-green-100\/60{
  border-left-color: rgb(220 252 231 / 0.6);
  border-right-color: rgb(220 252 231 / 0.6);
}

.border-x-green-100\/70{
  border-left-color: rgb(220 252 231 / 0.7);
  border-right-color: rgb(220 252 231 / 0.7);
}

.border-x-green-100\/75{
  border-left-color: rgb(220 252 231 / 0.75);
  border-right-color: rgb(220 252 231 / 0.75);
}

.border-x-green-100\/80{
  border-left-color: rgb(220 252 231 / 0.8);
  border-right-color: rgb(220 252 231 / 0.8);
}

.border-x-green-100\/90{
  border-left-color: rgb(220 252 231 / 0.9);
  border-right-color: rgb(220 252 231 / 0.9);
}

.border-x-green-100\/95{
  border-left-color: rgb(220 252 231 / 0.95);
  border-right-color: rgb(220 252 231 / 0.95);
}

.border-x-green-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(187 247 208 / var(--tw-border-opacity));
  border-right-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-x-green-200\/0{
  border-left-color: rgb(187 247 208 / 0);
  border-right-color: rgb(187 247 208 / 0);
}

.border-x-green-200\/10{
  border-left-color: rgb(187 247 208 / 0.1);
  border-right-color: rgb(187 247 208 / 0.1);
}

.border-x-green-200\/100{
  border-left-color: rgb(187 247 208 / 1);
  border-right-color: rgb(187 247 208 / 1);
}

.border-x-green-200\/20{
  border-left-color: rgb(187 247 208 / 0.2);
  border-right-color: rgb(187 247 208 / 0.2);
}

.border-x-green-200\/25{
  border-left-color: rgb(187 247 208 / 0.25);
  border-right-color: rgb(187 247 208 / 0.25);
}

.border-x-green-200\/30{
  border-left-color: rgb(187 247 208 / 0.3);
  border-right-color: rgb(187 247 208 / 0.3);
}

.border-x-green-200\/40{
  border-left-color: rgb(187 247 208 / 0.4);
  border-right-color: rgb(187 247 208 / 0.4);
}

.border-x-green-200\/5{
  border-left-color: rgb(187 247 208 / 0.05);
  border-right-color: rgb(187 247 208 / 0.05);
}

.border-x-green-200\/50{
  border-left-color: rgb(187 247 208 / 0.5);
  border-right-color: rgb(187 247 208 / 0.5);
}

.border-x-green-200\/60{
  border-left-color: rgb(187 247 208 / 0.6);
  border-right-color: rgb(187 247 208 / 0.6);
}

.border-x-green-200\/70{
  border-left-color: rgb(187 247 208 / 0.7);
  border-right-color: rgb(187 247 208 / 0.7);
}

.border-x-green-200\/75{
  border-left-color: rgb(187 247 208 / 0.75);
  border-right-color: rgb(187 247 208 / 0.75);
}

.border-x-green-200\/80{
  border-left-color: rgb(187 247 208 / 0.8);
  border-right-color: rgb(187 247 208 / 0.8);
}

.border-x-green-200\/90{
  border-left-color: rgb(187 247 208 / 0.9);
  border-right-color: rgb(187 247 208 / 0.9);
}

.border-x-green-200\/95{
  border-left-color: rgb(187 247 208 / 0.95);
  border-right-color: rgb(187 247 208 / 0.95);
}

.border-x-green-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(134 239 172 / var(--tw-border-opacity));
  border-right-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-x-green-300\/0{
  border-left-color: rgb(134 239 172 / 0);
  border-right-color: rgb(134 239 172 / 0);
}

.border-x-green-300\/10{
  border-left-color: rgb(134 239 172 / 0.1);
  border-right-color: rgb(134 239 172 / 0.1);
}

.border-x-green-300\/100{
  border-left-color: rgb(134 239 172 / 1);
  border-right-color: rgb(134 239 172 / 1);
}

.border-x-green-300\/20{
  border-left-color: rgb(134 239 172 / 0.2);
  border-right-color: rgb(134 239 172 / 0.2);
}

.border-x-green-300\/25{
  border-left-color: rgb(134 239 172 / 0.25);
  border-right-color: rgb(134 239 172 / 0.25);
}

.border-x-green-300\/30{
  border-left-color: rgb(134 239 172 / 0.3);
  border-right-color: rgb(134 239 172 / 0.3);
}

.border-x-green-300\/40{
  border-left-color: rgb(134 239 172 / 0.4);
  border-right-color: rgb(134 239 172 / 0.4);
}

.border-x-green-300\/5{
  border-left-color: rgb(134 239 172 / 0.05);
  border-right-color: rgb(134 239 172 / 0.05);
}

.border-x-green-300\/50{
  border-left-color: rgb(134 239 172 / 0.5);
  border-right-color: rgb(134 239 172 / 0.5);
}

.border-x-green-300\/60{
  border-left-color: rgb(134 239 172 / 0.6);
  border-right-color: rgb(134 239 172 / 0.6);
}

.border-x-green-300\/70{
  border-left-color: rgb(134 239 172 / 0.7);
  border-right-color: rgb(134 239 172 / 0.7);
}

.border-x-green-300\/75{
  border-left-color: rgb(134 239 172 / 0.75);
  border-right-color: rgb(134 239 172 / 0.75);
}

.border-x-green-300\/80{
  border-left-color: rgb(134 239 172 / 0.8);
  border-right-color: rgb(134 239 172 / 0.8);
}

.border-x-green-300\/90{
  border-left-color: rgb(134 239 172 / 0.9);
  border-right-color: rgb(134 239 172 / 0.9);
}

.border-x-green-300\/95{
  border-left-color: rgb(134 239 172 / 0.95);
  border-right-color: rgb(134 239 172 / 0.95);
}

.border-x-green-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity));
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-x-green-400\/0{
  border-left-color: rgb(74 222 128 / 0);
  border-right-color: rgb(74 222 128 / 0);
}

.border-x-green-400\/10{
  border-left-color: rgb(74 222 128 / 0.1);
  border-right-color: rgb(74 222 128 / 0.1);
}

.border-x-green-400\/100{
  border-left-color: rgb(74 222 128 / 1);
  border-right-color: rgb(74 222 128 / 1);
}

.border-x-green-400\/20{
  border-left-color: rgb(74 222 128 / 0.2);
  border-right-color: rgb(74 222 128 / 0.2);
}

.border-x-green-400\/25{
  border-left-color: rgb(74 222 128 / 0.25);
  border-right-color: rgb(74 222 128 / 0.25);
}

.border-x-green-400\/30{
  border-left-color: rgb(74 222 128 / 0.3);
  border-right-color: rgb(74 222 128 / 0.3);
}

.border-x-green-400\/40{
  border-left-color: rgb(74 222 128 / 0.4);
  border-right-color: rgb(74 222 128 / 0.4);
}

.border-x-green-400\/5{
  border-left-color: rgb(74 222 128 / 0.05);
  border-right-color: rgb(74 222 128 / 0.05);
}

.border-x-green-400\/50{
  border-left-color: rgb(74 222 128 / 0.5);
  border-right-color: rgb(74 222 128 / 0.5);
}

.border-x-green-400\/60{
  border-left-color: rgb(74 222 128 / 0.6);
  border-right-color: rgb(74 222 128 / 0.6);
}

.border-x-green-400\/70{
  border-left-color: rgb(74 222 128 / 0.7);
  border-right-color: rgb(74 222 128 / 0.7);
}

.border-x-green-400\/75{
  border-left-color: rgb(74 222 128 / 0.75);
  border-right-color: rgb(74 222 128 / 0.75);
}

.border-x-green-400\/80{
  border-left-color: rgb(74 222 128 / 0.8);
  border-right-color: rgb(74 222 128 / 0.8);
}

.border-x-green-400\/90{
  border-left-color: rgb(74 222 128 / 0.9);
  border-right-color: rgb(74 222 128 / 0.9);
}

.border-x-green-400\/95{
  border-left-color: rgb(74 222 128 / 0.95);
  border-right-color: rgb(74 222 128 / 0.95);
}

.border-x-green-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 244 / var(--tw-border-opacity));
  border-right-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-x-green-50\/0{
  border-left-color: rgb(240 253 244 / 0);
  border-right-color: rgb(240 253 244 / 0);
}

.border-x-green-50\/10{
  border-left-color: rgb(240 253 244 / 0.1);
  border-right-color: rgb(240 253 244 / 0.1);
}

.border-x-green-50\/100{
  border-left-color: rgb(240 253 244 / 1);
  border-right-color: rgb(240 253 244 / 1);
}

.border-x-green-50\/20{
  border-left-color: rgb(240 253 244 / 0.2);
  border-right-color: rgb(240 253 244 / 0.2);
}

.border-x-green-50\/25{
  border-left-color: rgb(240 253 244 / 0.25);
  border-right-color: rgb(240 253 244 / 0.25);
}

.border-x-green-50\/30{
  border-left-color: rgb(240 253 244 / 0.3);
  border-right-color: rgb(240 253 244 / 0.3);
}

.border-x-green-50\/40{
  border-left-color: rgb(240 253 244 / 0.4);
  border-right-color: rgb(240 253 244 / 0.4);
}

.border-x-green-50\/5{
  border-left-color: rgb(240 253 244 / 0.05);
  border-right-color: rgb(240 253 244 / 0.05);
}

.border-x-green-50\/50{
  border-left-color: rgb(240 253 244 / 0.5);
  border-right-color: rgb(240 253 244 / 0.5);
}

.border-x-green-50\/60{
  border-left-color: rgb(240 253 244 / 0.6);
  border-right-color: rgb(240 253 244 / 0.6);
}

.border-x-green-50\/70{
  border-left-color: rgb(240 253 244 / 0.7);
  border-right-color: rgb(240 253 244 / 0.7);
}

.border-x-green-50\/75{
  border-left-color: rgb(240 253 244 / 0.75);
  border-right-color: rgb(240 253 244 / 0.75);
}

.border-x-green-50\/80{
  border-left-color: rgb(240 253 244 / 0.8);
  border-right-color: rgb(240 253 244 / 0.8);
}

.border-x-green-50\/90{
  border-left-color: rgb(240 253 244 / 0.9);
  border-right-color: rgb(240 253 244 / 0.9);
}

.border-x-green-50\/95{
  border-left-color: rgb(240 253 244 / 0.95);
  border-right-color: rgb(240 253 244 / 0.95);
}

.border-x-green-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity));
  border-right-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-x-green-500\/0{
  border-left-color: rgb(34 197 94 / 0);
  border-right-color: rgb(34 197 94 / 0);
}

.border-x-green-500\/10{
  border-left-color: rgb(34 197 94 / 0.1);
  border-right-color: rgb(34 197 94 / 0.1);
}

.border-x-green-500\/100{
  border-left-color: rgb(34 197 94 / 1);
  border-right-color: rgb(34 197 94 / 1);
}

.border-x-green-500\/20{
  border-left-color: rgb(34 197 94 / 0.2);
  border-right-color: rgb(34 197 94 / 0.2);
}

.border-x-green-500\/25{
  border-left-color: rgb(34 197 94 / 0.25);
  border-right-color: rgb(34 197 94 / 0.25);
}

.border-x-green-500\/30{
  border-left-color: rgb(34 197 94 / 0.3);
  border-right-color: rgb(34 197 94 / 0.3);
}

.border-x-green-500\/40{
  border-left-color: rgb(34 197 94 / 0.4);
  border-right-color: rgb(34 197 94 / 0.4);
}

.border-x-green-500\/5{
  border-left-color: rgb(34 197 94 / 0.05);
  border-right-color: rgb(34 197 94 / 0.05);
}

.border-x-green-500\/50{
  border-left-color: rgb(34 197 94 / 0.5);
  border-right-color: rgb(34 197 94 / 0.5);
}

.border-x-green-500\/60{
  border-left-color: rgb(34 197 94 / 0.6);
  border-right-color: rgb(34 197 94 / 0.6);
}

.border-x-green-500\/70{
  border-left-color: rgb(34 197 94 / 0.7);
  border-right-color: rgb(34 197 94 / 0.7);
}

.border-x-green-500\/75{
  border-left-color: rgb(34 197 94 / 0.75);
  border-right-color: rgb(34 197 94 / 0.75);
}

.border-x-green-500\/80{
  border-left-color: rgb(34 197 94 / 0.8);
  border-right-color: rgb(34 197 94 / 0.8);
}

.border-x-green-500\/90{
  border-left-color: rgb(34 197 94 / 0.9);
  border-right-color: rgb(34 197 94 / 0.9);
}

.border-x-green-500\/95{
  border-left-color: rgb(34 197 94 / 0.95);
  border-right-color: rgb(34 197 94 / 0.95);
}

.border-x-green-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity));
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-x-green-600\/0{
  border-left-color: rgb(22 163 74 / 0);
  border-right-color: rgb(22 163 74 / 0);
}

.border-x-green-600\/10{
  border-left-color: rgb(22 163 74 / 0.1);
  border-right-color: rgb(22 163 74 / 0.1);
}

.border-x-green-600\/100{
  border-left-color: rgb(22 163 74 / 1);
  border-right-color: rgb(22 163 74 / 1);
}

.border-x-green-600\/20{
  border-left-color: rgb(22 163 74 / 0.2);
  border-right-color: rgb(22 163 74 / 0.2);
}

.border-x-green-600\/25{
  border-left-color: rgb(22 163 74 / 0.25);
  border-right-color: rgb(22 163 74 / 0.25);
}

.border-x-green-600\/30{
  border-left-color: rgb(22 163 74 / 0.3);
  border-right-color: rgb(22 163 74 / 0.3);
}

.border-x-green-600\/40{
  border-left-color: rgb(22 163 74 / 0.4);
  border-right-color: rgb(22 163 74 / 0.4);
}

.border-x-green-600\/5{
  border-left-color: rgb(22 163 74 / 0.05);
  border-right-color: rgb(22 163 74 / 0.05);
}

.border-x-green-600\/50{
  border-left-color: rgb(22 163 74 / 0.5);
  border-right-color: rgb(22 163 74 / 0.5);
}

.border-x-green-600\/60{
  border-left-color: rgb(22 163 74 / 0.6);
  border-right-color: rgb(22 163 74 / 0.6);
}

.border-x-green-600\/70{
  border-left-color: rgb(22 163 74 / 0.7);
  border-right-color: rgb(22 163 74 / 0.7);
}

.border-x-green-600\/75{
  border-left-color: rgb(22 163 74 / 0.75);
  border-right-color: rgb(22 163 74 / 0.75);
}

.border-x-green-600\/80{
  border-left-color: rgb(22 163 74 / 0.8);
  border-right-color: rgb(22 163 74 / 0.8);
}

.border-x-green-600\/90{
  border-left-color: rgb(22 163 74 / 0.9);
  border-right-color: rgb(22 163 74 / 0.9);
}

.border-x-green-600\/95{
  border-left-color: rgb(22 163 74 / 0.95);
  border-right-color: rgb(22 163 74 / 0.95);
}

.border-x-green-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(21 128 61 / var(--tw-border-opacity));
  border-right-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-x-green-700\/0{
  border-left-color: rgb(21 128 61 / 0);
  border-right-color: rgb(21 128 61 / 0);
}

.border-x-green-700\/10{
  border-left-color: rgb(21 128 61 / 0.1);
  border-right-color: rgb(21 128 61 / 0.1);
}

.border-x-green-700\/100{
  border-left-color: rgb(21 128 61 / 1);
  border-right-color: rgb(21 128 61 / 1);
}

.border-x-green-700\/20{
  border-left-color: rgb(21 128 61 / 0.2);
  border-right-color: rgb(21 128 61 / 0.2);
}

.border-x-green-700\/25{
  border-left-color: rgb(21 128 61 / 0.25);
  border-right-color: rgb(21 128 61 / 0.25);
}

.border-x-green-700\/30{
  border-left-color: rgb(21 128 61 / 0.3);
  border-right-color: rgb(21 128 61 / 0.3);
}

.border-x-green-700\/40{
  border-left-color: rgb(21 128 61 / 0.4);
  border-right-color: rgb(21 128 61 / 0.4);
}

.border-x-green-700\/5{
  border-left-color: rgb(21 128 61 / 0.05);
  border-right-color: rgb(21 128 61 / 0.05);
}

.border-x-green-700\/50{
  border-left-color: rgb(21 128 61 / 0.5);
  border-right-color: rgb(21 128 61 / 0.5);
}

.border-x-green-700\/60{
  border-left-color: rgb(21 128 61 / 0.6);
  border-right-color: rgb(21 128 61 / 0.6);
}

.border-x-green-700\/70{
  border-left-color: rgb(21 128 61 / 0.7);
  border-right-color: rgb(21 128 61 / 0.7);
}

.border-x-green-700\/75{
  border-left-color: rgb(21 128 61 / 0.75);
  border-right-color: rgb(21 128 61 / 0.75);
}

.border-x-green-700\/80{
  border-left-color: rgb(21 128 61 / 0.8);
  border-right-color: rgb(21 128 61 / 0.8);
}

.border-x-green-700\/90{
  border-left-color: rgb(21 128 61 / 0.9);
  border-right-color: rgb(21 128 61 / 0.9);
}

.border-x-green-700\/95{
  border-left-color: rgb(21 128 61 / 0.95);
  border-right-color: rgb(21 128 61 / 0.95);
}

.border-x-green-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 101 52 / var(--tw-border-opacity));
  border-right-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-x-green-800\/0{
  border-left-color: rgb(22 101 52 / 0);
  border-right-color: rgb(22 101 52 / 0);
}

.border-x-green-800\/10{
  border-left-color: rgb(22 101 52 / 0.1);
  border-right-color: rgb(22 101 52 / 0.1);
}

.border-x-green-800\/100{
  border-left-color: rgb(22 101 52 / 1);
  border-right-color: rgb(22 101 52 / 1);
}

.border-x-green-800\/20{
  border-left-color: rgb(22 101 52 / 0.2);
  border-right-color: rgb(22 101 52 / 0.2);
}

.border-x-green-800\/25{
  border-left-color: rgb(22 101 52 / 0.25);
  border-right-color: rgb(22 101 52 / 0.25);
}

.border-x-green-800\/30{
  border-left-color: rgb(22 101 52 / 0.3);
  border-right-color: rgb(22 101 52 / 0.3);
}

.border-x-green-800\/40{
  border-left-color: rgb(22 101 52 / 0.4);
  border-right-color: rgb(22 101 52 / 0.4);
}

.border-x-green-800\/5{
  border-left-color: rgb(22 101 52 / 0.05);
  border-right-color: rgb(22 101 52 / 0.05);
}

.border-x-green-800\/50{
  border-left-color: rgb(22 101 52 / 0.5);
  border-right-color: rgb(22 101 52 / 0.5);
}

.border-x-green-800\/60{
  border-left-color: rgb(22 101 52 / 0.6);
  border-right-color: rgb(22 101 52 / 0.6);
}

.border-x-green-800\/70{
  border-left-color: rgb(22 101 52 / 0.7);
  border-right-color: rgb(22 101 52 / 0.7);
}

.border-x-green-800\/75{
  border-left-color: rgb(22 101 52 / 0.75);
  border-right-color: rgb(22 101 52 / 0.75);
}

.border-x-green-800\/80{
  border-left-color: rgb(22 101 52 / 0.8);
  border-right-color: rgb(22 101 52 / 0.8);
}

.border-x-green-800\/90{
  border-left-color: rgb(22 101 52 / 0.9);
  border-right-color: rgb(22 101 52 / 0.9);
}

.border-x-green-800\/95{
  border-left-color: rgb(22 101 52 / 0.95);
  border-right-color: rgb(22 101 52 / 0.95);
}

.border-x-green-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity));
  border-right-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-x-green-900\/0{
  border-left-color: rgb(20 83 45 / 0);
  border-right-color: rgb(20 83 45 / 0);
}

.border-x-green-900\/10{
  border-left-color: rgb(20 83 45 / 0.1);
  border-right-color: rgb(20 83 45 / 0.1);
}

.border-x-green-900\/100{
  border-left-color: rgb(20 83 45 / 1);
  border-right-color: rgb(20 83 45 / 1);
}

.border-x-green-900\/20{
  border-left-color: rgb(20 83 45 / 0.2);
  border-right-color: rgb(20 83 45 / 0.2);
}

.border-x-green-900\/25{
  border-left-color: rgb(20 83 45 / 0.25);
  border-right-color: rgb(20 83 45 / 0.25);
}

.border-x-green-900\/30{
  border-left-color: rgb(20 83 45 / 0.3);
  border-right-color: rgb(20 83 45 / 0.3);
}

.border-x-green-900\/40{
  border-left-color: rgb(20 83 45 / 0.4);
  border-right-color: rgb(20 83 45 / 0.4);
}

.border-x-green-900\/5{
  border-left-color: rgb(20 83 45 / 0.05);
  border-right-color: rgb(20 83 45 / 0.05);
}

.border-x-green-900\/50{
  border-left-color: rgb(20 83 45 / 0.5);
  border-right-color: rgb(20 83 45 / 0.5);
}

.border-x-green-900\/60{
  border-left-color: rgb(20 83 45 / 0.6);
  border-right-color: rgb(20 83 45 / 0.6);
}

.border-x-green-900\/70{
  border-left-color: rgb(20 83 45 / 0.7);
  border-right-color: rgb(20 83 45 / 0.7);
}

.border-x-green-900\/75{
  border-left-color: rgb(20 83 45 / 0.75);
  border-right-color: rgb(20 83 45 / 0.75);
}

.border-x-green-900\/80{
  border-left-color: rgb(20 83 45 / 0.8);
  border-right-color: rgb(20 83 45 / 0.8);
}

.border-x-green-900\/90{
  border-left-color: rgb(20 83 45 / 0.9);
  border-right-color: rgb(20 83 45 / 0.9);
}

.border-x-green-900\/95{
  border-left-color: rgb(20 83 45 / 0.95);
  border-right-color: rgb(20 83 45 / 0.95);
}

.border-x-green-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 46 22 / var(--tw-border-opacity));
  border-right-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-x-green-950\/0{
  border-left-color: rgb(5 46 22 / 0);
  border-right-color: rgb(5 46 22 / 0);
}

.border-x-green-950\/10{
  border-left-color: rgb(5 46 22 / 0.1);
  border-right-color: rgb(5 46 22 / 0.1);
}

.border-x-green-950\/100{
  border-left-color: rgb(5 46 22 / 1);
  border-right-color: rgb(5 46 22 / 1);
}

.border-x-green-950\/20{
  border-left-color: rgb(5 46 22 / 0.2);
  border-right-color: rgb(5 46 22 / 0.2);
}

.border-x-green-950\/25{
  border-left-color: rgb(5 46 22 / 0.25);
  border-right-color: rgb(5 46 22 / 0.25);
}

.border-x-green-950\/30{
  border-left-color: rgb(5 46 22 / 0.3);
  border-right-color: rgb(5 46 22 / 0.3);
}

.border-x-green-950\/40{
  border-left-color: rgb(5 46 22 / 0.4);
  border-right-color: rgb(5 46 22 / 0.4);
}

.border-x-green-950\/5{
  border-left-color: rgb(5 46 22 / 0.05);
  border-right-color: rgb(5 46 22 / 0.05);
}

.border-x-green-950\/50{
  border-left-color: rgb(5 46 22 / 0.5);
  border-right-color: rgb(5 46 22 / 0.5);
}

.border-x-green-950\/60{
  border-left-color: rgb(5 46 22 / 0.6);
  border-right-color: rgb(5 46 22 / 0.6);
}

.border-x-green-950\/70{
  border-left-color: rgb(5 46 22 / 0.7);
  border-right-color: rgb(5 46 22 / 0.7);
}

.border-x-green-950\/75{
  border-left-color: rgb(5 46 22 / 0.75);
  border-right-color: rgb(5 46 22 / 0.75);
}

.border-x-green-950\/80{
  border-left-color: rgb(5 46 22 / 0.8);
  border-right-color: rgb(5 46 22 / 0.8);
}

.border-x-green-950\/90{
  border-left-color: rgb(5 46 22 / 0.9);
  border-right-color: rgb(5 46 22 / 0.9);
}

.border-x-green-950\/95{
  border-left-color: rgb(5 46 22 / 0.95);
  border-right-color: rgb(5 46 22 / 0.95);
}

.border-x-indigo-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity));
  border-right-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-x-indigo-100\/0{
  border-left-color: rgb(224 231 255 / 0);
  border-right-color: rgb(224 231 255 / 0);
}

.border-x-indigo-100\/10{
  border-left-color: rgb(224 231 255 / 0.1);
  border-right-color: rgb(224 231 255 / 0.1);
}

.border-x-indigo-100\/100{
  border-left-color: rgb(224 231 255 / 1);
  border-right-color: rgb(224 231 255 / 1);
}

.border-x-indigo-100\/20{
  border-left-color: rgb(224 231 255 / 0.2);
  border-right-color: rgb(224 231 255 / 0.2);
}

.border-x-indigo-100\/25{
  border-left-color: rgb(224 231 255 / 0.25);
  border-right-color: rgb(224 231 255 / 0.25);
}

.border-x-indigo-100\/30{
  border-left-color: rgb(224 231 255 / 0.3);
  border-right-color: rgb(224 231 255 / 0.3);
}

.border-x-indigo-100\/40{
  border-left-color: rgb(224 231 255 / 0.4);
  border-right-color: rgb(224 231 255 / 0.4);
}

.border-x-indigo-100\/5{
  border-left-color: rgb(224 231 255 / 0.05);
  border-right-color: rgb(224 231 255 / 0.05);
}

.border-x-indigo-100\/50{
  border-left-color: rgb(224 231 255 / 0.5);
  border-right-color: rgb(224 231 255 / 0.5);
}

.border-x-indigo-100\/60{
  border-left-color: rgb(224 231 255 / 0.6);
  border-right-color: rgb(224 231 255 / 0.6);
}

.border-x-indigo-100\/70{
  border-left-color: rgb(224 231 255 / 0.7);
  border-right-color: rgb(224 231 255 / 0.7);
}

.border-x-indigo-100\/75{
  border-left-color: rgb(224 231 255 / 0.75);
  border-right-color: rgb(224 231 255 / 0.75);
}

.border-x-indigo-100\/80{
  border-left-color: rgb(224 231 255 / 0.8);
  border-right-color: rgb(224 231 255 / 0.8);
}

.border-x-indigo-100\/90{
  border-left-color: rgb(224 231 255 / 0.9);
  border-right-color: rgb(224 231 255 / 0.9);
}

.border-x-indigo-100\/95{
  border-left-color: rgb(224 231 255 / 0.95);
  border-right-color: rgb(224 231 255 / 0.95);
}

.border-x-indigo-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(199 210 254 / var(--tw-border-opacity));
  border-right-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-x-indigo-200\/0{
  border-left-color: rgb(199 210 254 / 0);
  border-right-color: rgb(199 210 254 / 0);
}

.border-x-indigo-200\/10{
  border-left-color: rgb(199 210 254 / 0.1);
  border-right-color: rgb(199 210 254 / 0.1);
}

.border-x-indigo-200\/100{
  border-left-color: rgb(199 210 254 / 1);
  border-right-color: rgb(199 210 254 / 1);
}

.border-x-indigo-200\/20{
  border-left-color: rgb(199 210 254 / 0.2);
  border-right-color: rgb(199 210 254 / 0.2);
}

.border-x-indigo-200\/25{
  border-left-color: rgb(199 210 254 / 0.25);
  border-right-color: rgb(199 210 254 / 0.25);
}

.border-x-indigo-200\/30{
  border-left-color: rgb(199 210 254 / 0.3);
  border-right-color: rgb(199 210 254 / 0.3);
}

.border-x-indigo-200\/40{
  border-left-color: rgb(199 210 254 / 0.4);
  border-right-color: rgb(199 210 254 / 0.4);
}

.border-x-indigo-200\/5{
  border-left-color: rgb(199 210 254 / 0.05);
  border-right-color: rgb(199 210 254 / 0.05);
}

.border-x-indigo-200\/50{
  border-left-color: rgb(199 210 254 / 0.5);
  border-right-color: rgb(199 210 254 / 0.5);
}

.border-x-indigo-200\/60{
  border-left-color: rgb(199 210 254 / 0.6);
  border-right-color: rgb(199 210 254 / 0.6);
}

.border-x-indigo-200\/70{
  border-left-color: rgb(199 210 254 / 0.7);
  border-right-color: rgb(199 210 254 / 0.7);
}

.border-x-indigo-200\/75{
  border-left-color: rgb(199 210 254 / 0.75);
  border-right-color: rgb(199 210 254 / 0.75);
}

.border-x-indigo-200\/80{
  border-left-color: rgb(199 210 254 / 0.8);
  border-right-color: rgb(199 210 254 / 0.8);
}

.border-x-indigo-200\/90{
  border-left-color: rgb(199 210 254 / 0.9);
  border-right-color: rgb(199 210 254 / 0.9);
}

.border-x-indigo-200\/95{
  border-left-color: rgb(199 210 254 / 0.95);
  border-right-color: rgb(199 210 254 / 0.95);
}

.border-x-indigo-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(165 180 252 / var(--tw-border-opacity));
  border-right-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-x-indigo-300\/0{
  border-left-color: rgb(165 180 252 / 0);
  border-right-color: rgb(165 180 252 / 0);
}

.border-x-indigo-300\/10{
  border-left-color: rgb(165 180 252 / 0.1);
  border-right-color: rgb(165 180 252 / 0.1);
}

.border-x-indigo-300\/100{
  border-left-color: rgb(165 180 252 / 1);
  border-right-color: rgb(165 180 252 / 1);
}

.border-x-indigo-300\/20{
  border-left-color: rgb(165 180 252 / 0.2);
  border-right-color: rgb(165 180 252 / 0.2);
}

.border-x-indigo-300\/25{
  border-left-color: rgb(165 180 252 / 0.25);
  border-right-color: rgb(165 180 252 / 0.25);
}

.border-x-indigo-300\/30{
  border-left-color: rgb(165 180 252 / 0.3);
  border-right-color: rgb(165 180 252 / 0.3);
}

.border-x-indigo-300\/40{
  border-left-color: rgb(165 180 252 / 0.4);
  border-right-color: rgb(165 180 252 / 0.4);
}

.border-x-indigo-300\/5{
  border-left-color: rgb(165 180 252 / 0.05);
  border-right-color: rgb(165 180 252 / 0.05);
}

.border-x-indigo-300\/50{
  border-left-color: rgb(165 180 252 / 0.5);
  border-right-color: rgb(165 180 252 / 0.5);
}

.border-x-indigo-300\/60{
  border-left-color: rgb(165 180 252 / 0.6);
  border-right-color: rgb(165 180 252 / 0.6);
}

.border-x-indigo-300\/70{
  border-left-color: rgb(165 180 252 / 0.7);
  border-right-color: rgb(165 180 252 / 0.7);
}

.border-x-indigo-300\/75{
  border-left-color: rgb(165 180 252 / 0.75);
  border-right-color: rgb(165 180 252 / 0.75);
}

.border-x-indigo-300\/80{
  border-left-color: rgb(165 180 252 / 0.8);
  border-right-color: rgb(165 180 252 / 0.8);
}

.border-x-indigo-300\/90{
  border-left-color: rgb(165 180 252 / 0.9);
  border-right-color: rgb(165 180 252 / 0.9);
}

.border-x-indigo-300\/95{
  border-left-color: rgb(165 180 252 / 0.95);
  border-right-color: rgb(165 180 252 / 0.95);
}

.border-x-indigo-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(129 140 248 / var(--tw-border-opacity));
  border-right-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-x-indigo-400\/0{
  border-left-color: rgb(129 140 248 / 0);
  border-right-color: rgb(129 140 248 / 0);
}

.border-x-indigo-400\/10{
  border-left-color: rgb(129 140 248 / 0.1);
  border-right-color: rgb(129 140 248 / 0.1);
}

.border-x-indigo-400\/100{
  border-left-color: rgb(129 140 248 / 1);
  border-right-color: rgb(129 140 248 / 1);
}

.border-x-indigo-400\/20{
  border-left-color: rgb(129 140 248 / 0.2);
  border-right-color: rgb(129 140 248 / 0.2);
}

.border-x-indigo-400\/25{
  border-left-color: rgb(129 140 248 / 0.25);
  border-right-color: rgb(129 140 248 / 0.25);
}

.border-x-indigo-400\/30{
  border-left-color: rgb(129 140 248 / 0.3);
  border-right-color: rgb(129 140 248 / 0.3);
}

.border-x-indigo-400\/40{
  border-left-color: rgb(129 140 248 / 0.4);
  border-right-color: rgb(129 140 248 / 0.4);
}

.border-x-indigo-400\/5{
  border-left-color: rgb(129 140 248 / 0.05);
  border-right-color: rgb(129 140 248 / 0.05);
}

.border-x-indigo-400\/50{
  border-left-color: rgb(129 140 248 / 0.5);
  border-right-color: rgb(129 140 248 / 0.5);
}

.border-x-indigo-400\/60{
  border-left-color: rgb(129 140 248 / 0.6);
  border-right-color: rgb(129 140 248 / 0.6);
}

.border-x-indigo-400\/70{
  border-left-color: rgb(129 140 248 / 0.7);
  border-right-color: rgb(129 140 248 / 0.7);
}

.border-x-indigo-400\/75{
  border-left-color: rgb(129 140 248 / 0.75);
  border-right-color: rgb(129 140 248 / 0.75);
}

.border-x-indigo-400\/80{
  border-left-color: rgb(129 140 248 / 0.8);
  border-right-color: rgb(129 140 248 / 0.8);
}

.border-x-indigo-400\/90{
  border-left-color: rgb(129 140 248 / 0.9);
  border-right-color: rgb(129 140 248 / 0.9);
}

.border-x-indigo-400\/95{
  border-left-color: rgb(129 140 248 / 0.95);
  border-right-color: rgb(129 140 248 / 0.95);
}

.border-x-indigo-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(238 242 255 / var(--tw-border-opacity));
  border-right-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-x-indigo-50\/0{
  border-left-color: rgb(238 242 255 / 0);
  border-right-color: rgb(238 242 255 / 0);
}

.border-x-indigo-50\/10{
  border-left-color: rgb(238 242 255 / 0.1);
  border-right-color: rgb(238 242 255 / 0.1);
}

.border-x-indigo-50\/100{
  border-left-color: rgb(238 242 255 / 1);
  border-right-color: rgb(238 242 255 / 1);
}

.border-x-indigo-50\/20{
  border-left-color: rgb(238 242 255 / 0.2);
  border-right-color: rgb(238 242 255 / 0.2);
}

.border-x-indigo-50\/25{
  border-left-color: rgb(238 242 255 / 0.25);
  border-right-color: rgb(238 242 255 / 0.25);
}

.border-x-indigo-50\/30{
  border-left-color: rgb(238 242 255 / 0.3);
  border-right-color: rgb(238 242 255 / 0.3);
}

.border-x-indigo-50\/40{
  border-left-color: rgb(238 242 255 / 0.4);
  border-right-color: rgb(238 242 255 / 0.4);
}

.border-x-indigo-50\/5{
  border-left-color: rgb(238 242 255 / 0.05);
  border-right-color: rgb(238 242 255 / 0.05);
}

.border-x-indigo-50\/50{
  border-left-color: rgb(238 242 255 / 0.5);
  border-right-color: rgb(238 242 255 / 0.5);
}

.border-x-indigo-50\/60{
  border-left-color: rgb(238 242 255 / 0.6);
  border-right-color: rgb(238 242 255 / 0.6);
}

.border-x-indigo-50\/70{
  border-left-color: rgb(238 242 255 / 0.7);
  border-right-color: rgb(238 242 255 / 0.7);
}

.border-x-indigo-50\/75{
  border-left-color: rgb(238 242 255 / 0.75);
  border-right-color: rgb(238 242 255 / 0.75);
}

.border-x-indigo-50\/80{
  border-left-color: rgb(238 242 255 / 0.8);
  border-right-color: rgb(238 242 255 / 0.8);
}

.border-x-indigo-50\/90{
  border-left-color: rgb(238 242 255 / 0.9);
  border-right-color: rgb(238 242 255 / 0.9);
}

.border-x-indigo-50\/95{
  border-left-color: rgb(238 242 255 / 0.95);
  border-right-color: rgb(238 242 255 / 0.95);
}

.border-x-indigo-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity));
  border-right-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-x-indigo-500\/0{
  border-left-color: rgb(99 102 241 / 0);
  border-right-color: rgb(99 102 241 / 0);
}

.border-x-indigo-500\/10{
  border-left-color: rgb(99 102 241 / 0.1);
  border-right-color: rgb(99 102 241 / 0.1);
}

.border-x-indigo-500\/100{
  border-left-color: rgb(99 102 241 / 1);
  border-right-color: rgb(99 102 241 / 1);
}

.border-x-indigo-500\/20{
  border-left-color: rgb(99 102 241 / 0.2);
  border-right-color: rgb(99 102 241 / 0.2);
}

.border-x-indigo-500\/25{
  border-left-color: rgb(99 102 241 / 0.25);
  border-right-color: rgb(99 102 241 / 0.25);
}

.border-x-indigo-500\/30{
  border-left-color: rgb(99 102 241 / 0.3);
  border-right-color: rgb(99 102 241 / 0.3);
}

.border-x-indigo-500\/40{
  border-left-color: rgb(99 102 241 / 0.4);
  border-right-color: rgb(99 102 241 / 0.4);
}

.border-x-indigo-500\/5{
  border-left-color: rgb(99 102 241 / 0.05);
  border-right-color: rgb(99 102 241 / 0.05);
}

.border-x-indigo-500\/50{
  border-left-color: rgb(99 102 241 / 0.5);
  border-right-color: rgb(99 102 241 / 0.5);
}

.border-x-indigo-500\/60{
  border-left-color: rgb(99 102 241 / 0.6);
  border-right-color: rgb(99 102 241 / 0.6);
}

.border-x-indigo-500\/70{
  border-left-color: rgb(99 102 241 / 0.7);
  border-right-color: rgb(99 102 241 / 0.7);
}

.border-x-indigo-500\/75{
  border-left-color: rgb(99 102 241 / 0.75);
  border-right-color: rgb(99 102 241 / 0.75);
}

.border-x-indigo-500\/80{
  border-left-color: rgb(99 102 241 / 0.8);
  border-right-color: rgb(99 102 241 / 0.8);
}

.border-x-indigo-500\/90{
  border-left-color: rgb(99 102 241 / 0.9);
  border-right-color: rgb(99 102 241 / 0.9);
}

.border-x-indigo-500\/95{
  border-left-color: rgb(99 102 241 / 0.95);
  border-right-color: rgb(99 102 241 / 0.95);
}

.border-x-indigo-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(79 70 229 / var(--tw-border-opacity));
  border-right-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-x-indigo-600\/0{
  border-left-color: rgb(79 70 229 / 0);
  border-right-color: rgb(79 70 229 / 0);
}

.border-x-indigo-600\/10{
  border-left-color: rgb(79 70 229 / 0.1);
  border-right-color: rgb(79 70 229 / 0.1);
}

.border-x-indigo-600\/100{
  border-left-color: rgb(79 70 229 / 1);
  border-right-color: rgb(79 70 229 / 1);
}

.border-x-indigo-600\/20{
  border-left-color: rgb(79 70 229 / 0.2);
  border-right-color: rgb(79 70 229 / 0.2);
}

.border-x-indigo-600\/25{
  border-left-color: rgb(79 70 229 / 0.25);
  border-right-color: rgb(79 70 229 / 0.25);
}

.border-x-indigo-600\/30{
  border-left-color: rgb(79 70 229 / 0.3);
  border-right-color: rgb(79 70 229 / 0.3);
}

.border-x-indigo-600\/40{
  border-left-color: rgb(79 70 229 / 0.4);
  border-right-color: rgb(79 70 229 / 0.4);
}

.border-x-indigo-600\/5{
  border-left-color: rgb(79 70 229 / 0.05);
  border-right-color: rgb(79 70 229 / 0.05);
}

.border-x-indigo-600\/50{
  border-left-color: rgb(79 70 229 / 0.5);
  border-right-color: rgb(79 70 229 / 0.5);
}

.border-x-indigo-600\/60{
  border-left-color: rgb(79 70 229 / 0.6);
  border-right-color: rgb(79 70 229 / 0.6);
}

.border-x-indigo-600\/70{
  border-left-color: rgb(79 70 229 / 0.7);
  border-right-color: rgb(79 70 229 / 0.7);
}

.border-x-indigo-600\/75{
  border-left-color: rgb(79 70 229 / 0.75);
  border-right-color: rgb(79 70 229 / 0.75);
}

.border-x-indigo-600\/80{
  border-left-color: rgb(79 70 229 / 0.8);
  border-right-color: rgb(79 70 229 / 0.8);
}

.border-x-indigo-600\/90{
  border-left-color: rgb(79 70 229 / 0.9);
  border-right-color: rgb(79 70 229 / 0.9);
}

.border-x-indigo-600\/95{
  border-left-color: rgb(79 70 229 / 0.95);
  border-right-color: rgb(79 70 229 / 0.95);
}

.border-x-indigo-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(67 56 202 / var(--tw-border-opacity));
  border-right-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-x-indigo-700\/0{
  border-left-color: rgb(67 56 202 / 0);
  border-right-color: rgb(67 56 202 / 0);
}

.border-x-indigo-700\/10{
  border-left-color: rgb(67 56 202 / 0.1);
  border-right-color: rgb(67 56 202 / 0.1);
}

.border-x-indigo-700\/100{
  border-left-color: rgb(67 56 202 / 1);
  border-right-color: rgb(67 56 202 / 1);
}

.border-x-indigo-700\/20{
  border-left-color: rgb(67 56 202 / 0.2);
  border-right-color: rgb(67 56 202 / 0.2);
}

.border-x-indigo-700\/25{
  border-left-color: rgb(67 56 202 / 0.25);
  border-right-color: rgb(67 56 202 / 0.25);
}

.border-x-indigo-700\/30{
  border-left-color: rgb(67 56 202 / 0.3);
  border-right-color: rgb(67 56 202 / 0.3);
}

.border-x-indigo-700\/40{
  border-left-color: rgb(67 56 202 / 0.4);
  border-right-color: rgb(67 56 202 / 0.4);
}

.border-x-indigo-700\/5{
  border-left-color: rgb(67 56 202 / 0.05);
  border-right-color: rgb(67 56 202 / 0.05);
}

.border-x-indigo-700\/50{
  border-left-color: rgb(67 56 202 / 0.5);
  border-right-color: rgb(67 56 202 / 0.5);
}

.border-x-indigo-700\/60{
  border-left-color: rgb(67 56 202 / 0.6);
  border-right-color: rgb(67 56 202 / 0.6);
}

.border-x-indigo-700\/70{
  border-left-color: rgb(67 56 202 / 0.7);
  border-right-color: rgb(67 56 202 / 0.7);
}

.border-x-indigo-700\/75{
  border-left-color: rgb(67 56 202 / 0.75);
  border-right-color: rgb(67 56 202 / 0.75);
}

.border-x-indigo-700\/80{
  border-left-color: rgb(67 56 202 / 0.8);
  border-right-color: rgb(67 56 202 / 0.8);
}

.border-x-indigo-700\/90{
  border-left-color: rgb(67 56 202 / 0.9);
  border-right-color: rgb(67 56 202 / 0.9);
}

.border-x-indigo-700\/95{
  border-left-color: rgb(67 56 202 / 0.95);
  border-right-color: rgb(67 56 202 / 0.95);
}

.border-x-indigo-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(55 48 163 / var(--tw-border-opacity));
  border-right-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-x-indigo-800\/0{
  border-left-color: rgb(55 48 163 / 0);
  border-right-color: rgb(55 48 163 / 0);
}

.border-x-indigo-800\/10{
  border-left-color: rgb(55 48 163 / 0.1);
  border-right-color: rgb(55 48 163 / 0.1);
}

.border-x-indigo-800\/100{
  border-left-color: rgb(55 48 163 / 1);
  border-right-color: rgb(55 48 163 / 1);
}

.border-x-indigo-800\/20{
  border-left-color: rgb(55 48 163 / 0.2);
  border-right-color: rgb(55 48 163 / 0.2);
}

.border-x-indigo-800\/25{
  border-left-color: rgb(55 48 163 / 0.25);
  border-right-color: rgb(55 48 163 / 0.25);
}

.border-x-indigo-800\/30{
  border-left-color: rgb(55 48 163 / 0.3);
  border-right-color: rgb(55 48 163 / 0.3);
}

.border-x-indigo-800\/40{
  border-left-color: rgb(55 48 163 / 0.4);
  border-right-color: rgb(55 48 163 / 0.4);
}

.border-x-indigo-800\/5{
  border-left-color: rgb(55 48 163 / 0.05);
  border-right-color: rgb(55 48 163 / 0.05);
}

.border-x-indigo-800\/50{
  border-left-color: rgb(55 48 163 / 0.5);
  border-right-color: rgb(55 48 163 / 0.5);
}

.border-x-indigo-800\/60{
  border-left-color: rgb(55 48 163 / 0.6);
  border-right-color: rgb(55 48 163 / 0.6);
}

.border-x-indigo-800\/70{
  border-left-color: rgb(55 48 163 / 0.7);
  border-right-color: rgb(55 48 163 / 0.7);
}

.border-x-indigo-800\/75{
  border-left-color: rgb(55 48 163 / 0.75);
  border-right-color: rgb(55 48 163 / 0.75);
}

.border-x-indigo-800\/80{
  border-left-color: rgb(55 48 163 / 0.8);
  border-right-color: rgb(55 48 163 / 0.8);
}

.border-x-indigo-800\/90{
  border-left-color: rgb(55 48 163 / 0.9);
  border-right-color: rgb(55 48 163 / 0.9);
}

.border-x-indigo-800\/95{
  border-left-color: rgb(55 48 163 / 0.95);
  border-right-color: rgb(55 48 163 / 0.95);
}

.border-x-indigo-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(49 46 129 / var(--tw-border-opacity));
  border-right-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-x-indigo-900\/0{
  border-left-color: rgb(49 46 129 / 0);
  border-right-color: rgb(49 46 129 / 0);
}

.border-x-indigo-900\/10{
  border-left-color: rgb(49 46 129 / 0.1);
  border-right-color: rgb(49 46 129 / 0.1);
}

.border-x-indigo-900\/100{
  border-left-color: rgb(49 46 129 / 1);
  border-right-color: rgb(49 46 129 / 1);
}

.border-x-indigo-900\/20{
  border-left-color: rgb(49 46 129 / 0.2);
  border-right-color: rgb(49 46 129 / 0.2);
}

.border-x-indigo-900\/25{
  border-left-color: rgb(49 46 129 / 0.25);
  border-right-color: rgb(49 46 129 / 0.25);
}

.border-x-indigo-900\/30{
  border-left-color: rgb(49 46 129 / 0.3);
  border-right-color: rgb(49 46 129 / 0.3);
}

.border-x-indigo-900\/40{
  border-left-color: rgb(49 46 129 / 0.4);
  border-right-color: rgb(49 46 129 / 0.4);
}

.border-x-indigo-900\/5{
  border-left-color: rgb(49 46 129 / 0.05);
  border-right-color: rgb(49 46 129 / 0.05);
}

.border-x-indigo-900\/50{
  border-left-color: rgb(49 46 129 / 0.5);
  border-right-color: rgb(49 46 129 / 0.5);
}

.border-x-indigo-900\/60{
  border-left-color: rgb(49 46 129 / 0.6);
  border-right-color: rgb(49 46 129 / 0.6);
}

.border-x-indigo-900\/70{
  border-left-color: rgb(49 46 129 / 0.7);
  border-right-color: rgb(49 46 129 / 0.7);
}

.border-x-indigo-900\/75{
  border-left-color: rgb(49 46 129 / 0.75);
  border-right-color: rgb(49 46 129 / 0.75);
}

.border-x-indigo-900\/80{
  border-left-color: rgb(49 46 129 / 0.8);
  border-right-color: rgb(49 46 129 / 0.8);
}

.border-x-indigo-900\/90{
  border-left-color: rgb(49 46 129 / 0.9);
  border-right-color: rgb(49 46 129 / 0.9);
}

.border-x-indigo-900\/95{
  border-left-color: rgb(49 46 129 / 0.95);
  border-right-color: rgb(49 46 129 / 0.95);
}

.border-x-indigo-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 27 75 / var(--tw-border-opacity));
  border-right-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-x-indigo-950\/0{
  border-left-color: rgb(30 27 75 / 0);
  border-right-color: rgb(30 27 75 / 0);
}

.border-x-indigo-950\/10{
  border-left-color: rgb(30 27 75 / 0.1);
  border-right-color: rgb(30 27 75 / 0.1);
}

.border-x-indigo-950\/100{
  border-left-color: rgb(30 27 75 / 1);
  border-right-color: rgb(30 27 75 / 1);
}

.border-x-indigo-950\/20{
  border-left-color: rgb(30 27 75 / 0.2);
  border-right-color: rgb(30 27 75 / 0.2);
}

.border-x-indigo-950\/25{
  border-left-color: rgb(30 27 75 / 0.25);
  border-right-color: rgb(30 27 75 / 0.25);
}

.border-x-indigo-950\/30{
  border-left-color: rgb(30 27 75 / 0.3);
  border-right-color: rgb(30 27 75 / 0.3);
}

.border-x-indigo-950\/40{
  border-left-color: rgb(30 27 75 / 0.4);
  border-right-color: rgb(30 27 75 / 0.4);
}

.border-x-indigo-950\/5{
  border-left-color: rgb(30 27 75 / 0.05);
  border-right-color: rgb(30 27 75 / 0.05);
}

.border-x-indigo-950\/50{
  border-left-color: rgb(30 27 75 / 0.5);
  border-right-color: rgb(30 27 75 / 0.5);
}

.border-x-indigo-950\/60{
  border-left-color: rgb(30 27 75 / 0.6);
  border-right-color: rgb(30 27 75 / 0.6);
}

.border-x-indigo-950\/70{
  border-left-color: rgb(30 27 75 / 0.7);
  border-right-color: rgb(30 27 75 / 0.7);
}

.border-x-indigo-950\/75{
  border-left-color: rgb(30 27 75 / 0.75);
  border-right-color: rgb(30 27 75 / 0.75);
}

.border-x-indigo-950\/80{
  border-left-color: rgb(30 27 75 / 0.8);
  border-right-color: rgb(30 27 75 / 0.8);
}

.border-x-indigo-950\/90{
  border-left-color: rgb(30 27 75 / 0.9);
  border-right-color: rgb(30 27 75 / 0.9);
}

.border-x-indigo-950\/95{
  border-left-color: rgb(30 27 75 / 0.95);
  border-right-color: rgb(30 27 75 / 0.95);
}

.border-x-inherit{
  border-left-color: inherit;
  border-right-color: inherit;
}

.border-x-lime-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity));
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-x-lime-100\/0{
  border-left-color: rgb(236 252 203 / 0);
  border-right-color: rgb(236 252 203 / 0);
}

.border-x-lime-100\/10{
  border-left-color: rgb(236 252 203 / 0.1);
  border-right-color: rgb(236 252 203 / 0.1);
}

.border-x-lime-100\/100{
  border-left-color: rgb(236 252 203 / 1);
  border-right-color: rgb(236 252 203 / 1);
}

.border-x-lime-100\/20{
  border-left-color: rgb(236 252 203 / 0.2);
  border-right-color: rgb(236 252 203 / 0.2);
}

.border-x-lime-100\/25{
  border-left-color: rgb(236 252 203 / 0.25);
  border-right-color: rgb(236 252 203 / 0.25);
}

.border-x-lime-100\/30{
  border-left-color: rgb(236 252 203 / 0.3);
  border-right-color: rgb(236 252 203 / 0.3);
}

.border-x-lime-100\/40{
  border-left-color: rgb(236 252 203 / 0.4);
  border-right-color: rgb(236 252 203 / 0.4);
}

.border-x-lime-100\/5{
  border-left-color: rgb(236 252 203 / 0.05);
  border-right-color: rgb(236 252 203 / 0.05);
}

.border-x-lime-100\/50{
  border-left-color: rgb(236 252 203 / 0.5);
  border-right-color: rgb(236 252 203 / 0.5);
}

.border-x-lime-100\/60{
  border-left-color: rgb(236 252 203 / 0.6);
  border-right-color: rgb(236 252 203 / 0.6);
}

.border-x-lime-100\/70{
  border-left-color: rgb(236 252 203 / 0.7);
  border-right-color: rgb(236 252 203 / 0.7);
}

.border-x-lime-100\/75{
  border-left-color: rgb(236 252 203 / 0.75);
  border-right-color: rgb(236 252 203 / 0.75);
}

.border-x-lime-100\/80{
  border-left-color: rgb(236 252 203 / 0.8);
  border-right-color: rgb(236 252 203 / 0.8);
}

.border-x-lime-100\/90{
  border-left-color: rgb(236 252 203 / 0.9);
  border-right-color: rgb(236 252 203 / 0.9);
}

.border-x-lime-100\/95{
  border-left-color: rgb(236 252 203 / 0.95);
  border-right-color: rgb(236 252 203 / 0.95);
}

.border-x-lime-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity));
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-x-lime-200\/0{
  border-left-color: rgb(217 249 157 / 0);
  border-right-color: rgb(217 249 157 / 0);
}

.border-x-lime-200\/10{
  border-left-color: rgb(217 249 157 / 0.1);
  border-right-color: rgb(217 249 157 / 0.1);
}

.border-x-lime-200\/100{
  border-left-color: rgb(217 249 157 / 1);
  border-right-color: rgb(217 249 157 / 1);
}

.border-x-lime-200\/20{
  border-left-color: rgb(217 249 157 / 0.2);
  border-right-color: rgb(217 249 157 / 0.2);
}

.border-x-lime-200\/25{
  border-left-color: rgb(217 249 157 / 0.25);
  border-right-color: rgb(217 249 157 / 0.25);
}

.border-x-lime-200\/30{
  border-left-color: rgb(217 249 157 / 0.3);
  border-right-color: rgb(217 249 157 / 0.3);
}

.border-x-lime-200\/40{
  border-left-color: rgb(217 249 157 / 0.4);
  border-right-color: rgb(217 249 157 / 0.4);
}

.border-x-lime-200\/5{
  border-left-color: rgb(217 249 157 / 0.05);
  border-right-color: rgb(217 249 157 / 0.05);
}

.border-x-lime-200\/50{
  border-left-color: rgb(217 249 157 / 0.5);
  border-right-color: rgb(217 249 157 / 0.5);
}

.border-x-lime-200\/60{
  border-left-color: rgb(217 249 157 / 0.6);
  border-right-color: rgb(217 249 157 / 0.6);
}

.border-x-lime-200\/70{
  border-left-color: rgb(217 249 157 / 0.7);
  border-right-color: rgb(217 249 157 / 0.7);
}

.border-x-lime-200\/75{
  border-left-color: rgb(217 249 157 / 0.75);
  border-right-color: rgb(217 249 157 / 0.75);
}

.border-x-lime-200\/80{
  border-left-color: rgb(217 249 157 / 0.8);
  border-right-color: rgb(217 249 157 / 0.8);
}

.border-x-lime-200\/90{
  border-left-color: rgb(217 249 157 / 0.9);
  border-right-color: rgb(217 249 157 / 0.9);
}

.border-x-lime-200\/95{
  border-left-color: rgb(217 249 157 / 0.95);
  border-right-color: rgb(217 249 157 / 0.95);
}

.border-x-lime-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(190 242 100 / var(--tw-border-opacity));
  border-right-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-x-lime-300\/0{
  border-left-color: rgb(190 242 100 / 0);
  border-right-color: rgb(190 242 100 / 0);
}

.border-x-lime-300\/10{
  border-left-color: rgb(190 242 100 / 0.1);
  border-right-color: rgb(190 242 100 / 0.1);
}

.border-x-lime-300\/100{
  border-left-color: rgb(190 242 100 / 1);
  border-right-color: rgb(190 242 100 / 1);
}

.border-x-lime-300\/20{
  border-left-color: rgb(190 242 100 / 0.2);
  border-right-color: rgb(190 242 100 / 0.2);
}

.border-x-lime-300\/25{
  border-left-color: rgb(190 242 100 / 0.25);
  border-right-color: rgb(190 242 100 / 0.25);
}

.border-x-lime-300\/30{
  border-left-color: rgb(190 242 100 / 0.3);
  border-right-color: rgb(190 242 100 / 0.3);
}

.border-x-lime-300\/40{
  border-left-color: rgb(190 242 100 / 0.4);
  border-right-color: rgb(190 242 100 / 0.4);
}

.border-x-lime-300\/5{
  border-left-color: rgb(190 242 100 / 0.05);
  border-right-color: rgb(190 242 100 / 0.05);
}

.border-x-lime-300\/50{
  border-left-color: rgb(190 242 100 / 0.5);
  border-right-color: rgb(190 242 100 / 0.5);
}

.border-x-lime-300\/60{
  border-left-color: rgb(190 242 100 / 0.6);
  border-right-color: rgb(190 242 100 / 0.6);
}

.border-x-lime-300\/70{
  border-left-color: rgb(190 242 100 / 0.7);
  border-right-color: rgb(190 242 100 / 0.7);
}

.border-x-lime-300\/75{
  border-left-color: rgb(190 242 100 / 0.75);
  border-right-color: rgb(190 242 100 / 0.75);
}

.border-x-lime-300\/80{
  border-left-color: rgb(190 242 100 / 0.8);
  border-right-color: rgb(190 242 100 / 0.8);
}

.border-x-lime-300\/90{
  border-left-color: rgb(190 242 100 / 0.9);
  border-right-color: rgb(190 242 100 / 0.9);
}

.border-x-lime-300\/95{
  border-left-color: rgb(190 242 100 / 0.95);
  border-right-color: rgb(190 242 100 / 0.95);
}

.border-x-lime-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity));
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-x-lime-400\/0{
  border-left-color: rgb(163 230 53 / 0);
  border-right-color: rgb(163 230 53 / 0);
}

.border-x-lime-400\/10{
  border-left-color: rgb(163 230 53 / 0.1);
  border-right-color: rgb(163 230 53 / 0.1);
}

.border-x-lime-400\/100{
  border-left-color: rgb(163 230 53 / 1);
  border-right-color: rgb(163 230 53 / 1);
}

.border-x-lime-400\/20{
  border-left-color: rgb(163 230 53 / 0.2);
  border-right-color: rgb(163 230 53 / 0.2);
}

.border-x-lime-400\/25{
  border-left-color: rgb(163 230 53 / 0.25);
  border-right-color: rgb(163 230 53 / 0.25);
}

.border-x-lime-400\/30{
  border-left-color: rgb(163 230 53 / 0.3);
  border-right-color: rgb(163 230 53 / 0.3);
}

.border-x-lime-400\/40{
  border-left-color: rgb(163 230 53 / 0.4);
  border-right-color: rgb(163 230 53 / 0.4);
}

.border-x-lime-400\/5{
  border-left-color: rgb(163 230 53 / 0.05);
  border-right-color: rgb(163 230 53 / 0.05);
}

.border-x-lime-400\/50{
  border-left-color: rgb(163 230 53 / 0.5);
  border-right-color: rgb(163 230 53 / 0.5);
}

.border-x-lime-400\/60{
  border-left-color: rgb(163 230 53 / 0.6);
  border-right-color: rgb(163 230 53 / 0.6);
}

.border-x-lime-400\/70{
  border-left-color: rgb(163 230 53 / 0.7);
  border-right-color: rgb(163 230 53 / 0.7);
}

.border-x-lime-400\/75{
  border-left-color: rgb(163 230 53 / 0.75);
  border-right-color: rgb(163 230 53 / 0.75);
}

.border-x-lime-400\/80{
  border-left-color: rgb(163 230 53 / 0.8);
  border-right-color: rgb(163 230 53 / 0.8);
}

.border-x-lime-400\/90{
  border-left-color: rgb(163 230 53 / 0.9);
  border-right-color: rgb(163 230 53 / 0.9);
}

.border-x-lime-400\/95{
  border-left-color: rgb(163 230 53 / 0.95);
  border-right-color: rgb(163 230 53 / 0.95);
}

.border-x-lime-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(247 254 231 / var(--tw-border-opacity));
  border-right-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-x-lime-50\/0{
  border-left-color: rgb(247 254 231 / 0);
  border-right-color: rgb(247 254 231 / 0);
}

.border-x-lime-50\/10{
  border-left-color: rgb(247 254 231 / 0.1);
  border-right-color: rgb(247 254 231 / 0.1);
}

.border-x-lime-50\/100{
  border-left-color: rgb(247 254 231 / 1);
  border-right-color: rgb(247 254 231 / 1);
}

.border-x-lime-50\/20{
  border-left-color: rgb(247 254 231 / 0.2);
  border-right-color: rgb(247 254 231 / 0.2);
}

.border-x-lime-50\/25{
  border-left-color: rgb(247 254 231 / 0.25);
  border-right-color: rgb(247 254 231 / 0.25);
}

.border-x-lime-50\/30{
  border-left-color: rgb(247 254 231 / 0.3);
  border-right-color: rgb(247 254 231 / 0.3);
}

.border-x-lime-50\/40{
  border-left-color: rgb(247 254 231 / 0.4);
  border-right-color: rgb(247 254 231 / 0.4);
}

.border-x-lime-50\/5{
  border-left-color: rgb(247 254 231 / 0.05);
  border-right-color: rgb(247 254 231 / 0.05);
}

.border-x-lime-50\/50{
  border-left-color: rgb(247 254 231 / 0.5);
  border-right-color: rgb(247 254 231 / 0.5);
}

.border-x-lime-50\/60{
  border-left-color: rgb(247 254 231 / 0.6);
  border-right-color: rgb(247 254 231 / 0.6);
}

.border-x-lime-50\/70{
  border-left-color: rgb(247 254 231 / 0.7);
  border-right-color: rgb(247 254 231 / 0.7);
}

.border-x-lime-50\/75{
  border-left-color: rgb(247 254 231 / 0.75);
  border-right-color: rgb(247 254 231 / 0.75);
}

.border-x-lime-50\/80{
  border-left-color: rgb(247 254 231 / 0.8);
  border-right-color: rgb(247 254 231 / 0.8);
}

.border-x-lime-50\/90{
  border-left-color: rgb(247 254 231 / 0.9);
  border-right-color: rgb(247 254 231 / 0.9);
}

.border-x-lime-50\/95{
  border-left-color: rgb(247 254 231 / 0.95);
  border-right-color: rgb(247 254 231 / 0.95);
}

.border-x-lime-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(132 204 22 / var(--tw-border-opacity));
  border-right-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-x-lime-500\/0{
  border-left-color: rgb(132 204 22 / 0);
  border-right-color: rgb(132 204 22 / 0);
}

.border-x-lime-500\/10{
  border-left-color: rgb(132 204 22 / 0.1);
  border-right-color: rgb(132 204 22 / 0.1);
}

.border-x-lime-500\/100{
  border-left-color: rgb(132 204 22 / 1);
  border-right-color: rgb(132 204 22 / 1);
}

.border-x-lime-500\/20{
  border-left-color: rgb(132 204 22 / 0.2);
  border-right-color: rgb(132 204 22 / 0.2);
}

.border-x-lime-500\/25{
  border-left-color: rgb(132 204 22 / 0.25);
  border-right-color: rgb(132 204 22 / 0.25);
}

.border-x-lime-500\/30{
  border-left-color: rgb(132 204 22 / 0.3);
  border-right-color: rgb(132 204 22 / 0.3);
}

.border-x-lime-500\/40{
  border-left-color: rgb(132 204 22 / 0.4);
  border-right-color: rgb(132 204 22 / 0.4);
}

.border-x-lime-500\/5{
  border-left-color: rgb(132 204 22 / 0.05);
  border-right-color: rgb(132 204 22 / 0.05);
}

.border-x-lime-500\/50{
  border-left-color: rgb(132 204 22 / 0.5);
  border-right-color: rgb(132 204 22 / 0.5);
}

.border-x-lime-500\/60{
  border-left-color: rgb(132 204 22 / 0.6);
  border-right-color: rgb(132 204 22 / 0.6);
}

.border-x-lime-500\/70{
  border-left-color: rgb(132 204 22 / 0.7);
  border-right-color: rgb(132 204 22 / 0.7);
}

.border-x-lime-500\/75{
  border-left-color: rgb(132 204 22 / 0.75);
  border-right-color: rgb(132 204 22 / 0.75);
}

.border-x-lime-500\/80{
  border-left-color: rgb(132 204 22 / 0.8);
  border-right-color: rgb(132 204 22 / 0.8);
}

.border-x-lime-500\/90{
  border-left-color: rgb(132 204 22 / 0.9);
  border-right-color: rgb(132 204 22 / 0.9);
}

.border-x-lime-500\/95{
  border-left-color: rgb(132 204 22 / 0.95);
  border-right-color: rgb(132 204 22 / 0.95);
}

.border-x-lime-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity));
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-x-lime-600\/0{
  border-left-color: rgb(101 163 13 / 0);
  border-right-color: rgb(101 163 13 / 0);
}

.border-x-lime-600\/10{
  border-left-color: rgb(101 163 13 / 0.1);
  border-right-color: rgb(101 163 13 / 0.1);
}

.border-x-lime-600\/100{
  border-left-color: rgb(101 163 13 / 1);
  border-right-color: rgb(101 163 13 / 1);
}

.border-x-lime-600\/20{
  border-left-color: rgb(101 163 13 / 0.2);
  border-right-color: rgb(101 163 13 / 0.2);
}

.border-x-lime-600\/25{
  border-left-color: rgb(101 163 13 / 0.25);
  border-right-color: rgb(101 163 13 / 0.25);
}

.border-x-lime-600\/30{
  border-left-color: rgb(101 163 13 / 0.3);
  border-right-color: rgb(101 163 13 / 0.3);
}

.border-x-lime-600\/40{
  border-left-color: rgb(101 163 13 / 0.4);
  border-right-color: rgb(101 163 13 / 0.4);
}

.border-x-lime-600\/5{
  border-left-color: rgb(101 163 13 / 0.05);
  border-right-color: rgb(101 163 13 / 0.05);
}

.border-x-lime-600\/50{
  border-left-color: rgb(101 163 13 / 0.5);
  border-right-color: rgb(101 163 13 / 0.5);
}

.border-x-lime-600\/60{
  border-left-color: rgb(101 163 13 / 0.6);
  border-right-color: rgb(101 163 13 / 0.6);
}

.border-x-lime-600\/70{
  border-left-color: rgb(101 163 13 / 0.7);
  border-right-color: rgb(101 163 13 / 0.7);
}

.border-x-lime-600\/75{
  border-left-color: rgb(101 163 13 / 0.75);
  border-right-color: rgb(101 163 13 / 0.75);
}

.border-x-lime-600\/80{
  border-left-color: rgb(101 163 13 / 0.8);
  border-right-color: rgb(101 163 13 / 0.8);
}

.border-x-lime-600\/90{
  border-left-color: rgb(101 163 13 / 0.9);
  border-right-color: rgb(101 163 13 / 0.9);
}

.border-x-lime-600\/95{
  border-left-color: rgb(101 163 13 / 0.95);
  border-right-color: rgb(101 163 13 / 0.95);
}

.border-x-lime-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(77 124 15 / var(--tw-border-opacity));
  border-right-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-x-lime-700\/0{
  border-left-color: rgb(77 124 15 / 0);
  border-right-color: rgb(77 124 15 / 0);
}

.border-x-lime-700\/10{
  border-left-color: rgb(77 124 15 / 0.1);
  border-right-color: rgb(77 124 15 / 0.1);
}

.border-x-lime-700\/100{
  border-left-color: rgb(77 124 15 / 1);
  border-right-color: rgb(77 124 15 / 1);
}

.border-x-lime-700\/20{
  border-left-color: rgb(77 124 15 / 0.2);
  border-right-color: rgb(77 124 15 / 0.2);
}

.border-x-lime-700\/25{
  border-left-color: rgb(77 124 15 / 0.25);
  border-right-color: rgb(77 124 15 / 0.25);
}

.border-x-lime-700\/30{
  border-left-color: rgb(77 124 15 / 0.3);
  border-right-color: rgb(77 124 15 / 0.3);
}

.border-x-lime-700\/40{
  border-left-color: rgb(77 124 15 / 0.4);
  border-right-color: rgb(77 124 15 / 0.4);
}

.border-x-lime-700\/5{
  border-left-color: rgb(77 124 15 / 0.05);
  border-right-color: rgb(77 124 15 / 0.05);
}

.border-x-lime-700\/50{
  border-left-color: rgb(77 124 15 / 0.5);
  border-right-color: rgb(77 124 15 / 0.5);
}

.border-x-lime-700\/60{
  border-left-color: rgb(77 124 15 / 0.6);
  border-right-color: rgb(77 124 15 / 0.6);
}

.border-x-lime-700\/70{
  border-left-color: rgb(77 124 15 / 0.7);
  border-right-color: rgb(77 124 15 / 0.7);
}

.border-x-lime-700\/75{
  border-left-color: rgb(77 124 15 / 0.75);
  border-right-color: rgb(77 124 15 / 0.75);
}

.border-x-lime-700\/80{
  border-left-color: rgb(77 124 15 / 0.8);
  border-right-color: rgb(77 124 15 / 0.8);
}

.border-x-lime-700\/90{
  border-left-color: rgb(77 124 15 / 0.9);
  border-right-color: rgb(77 124 15 / 0.9);
}

.border-x-lime-700\/95{
  border-left-color: rgb(77 124 15 / 0.95);
  border-right-color: rgb(77 124 15 / 0.95);
}

.border-x-lime-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity));
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-x-lime-800\/0{
  border-left-color: rgb(63 98 18 / 0);
  border-right-color: rgb(63 98 18 / 0);
}

.border-x-lime-800\/10{
  border-left-color: rgb(63 98 18 / 0.1);
  border-right-color: rgb(63 98 18 / 0.1);
}

.border-x-lime-800\/100{
  border-left-color: rgb(63 98 18 / 1);
  border-right-color: rgb(63 98 18 / 1);
}

.border-x-lime-800\/20{
  border-left-color: rgb(63 98 18 / 0.2);
  border-right-color: rgb(63 98 18 / 0.2);
}

.border-x-lime-800\/25{
  border-left-color: rgb(63 98 18 / 0.25);
  border-right-color: rgb(63 98 18 / 0.25);
}

.border-x-lime-800\/30{
  border-left-color: rgb(63 98 18 / 0.3);
  border-right-color: rgb(63 98 18 / 0.3);
}

.border-x-lime-800\/40{
  border-left-color: rgb(63 98 18 / 0.4);
  border-right-color: rgb(63 98 18 / 0.4);
}

.border-x-lime-800\/5{
  border-left-color: rgb(63 98 18 / 0.05);
  border-right-color: rgb(63 98 18 / 0.05);
}

.border-x-lime-800\/50{
  border-left-color: rgb(63 98 18 / 0.5);
  border-right-color: rgb(63 98 18 / 0.5);
}

.border-x-lime-800\/60{
  border-left-color: rgb(63 98 18 / 0.6);
  border-right-color: rgb(63 98 18 / 0.6);
}

.border-x-lime-800\/70{
  border-left-color: rgb(63 98 18 / 0.7);
  border-right-color: rgb(63 98 18 / 0.7);
}

.border-x-lime-800\/75{
  border-left-color: rgb(63 98 18 / 0.75);
  border-right-color: rgb(63 98 18 / 0.75);
}

.border-x-lime-800\/80{
  border-left-color: rgb(63 98 18 / 0.8);
  border-right-color: rgb(63 98 18 / 0.8);
}

.border-x-lime-800\/90{
  border-left-color: rgb(63 98 18 / 0.9);
  border-right-color: rgb(63 98 18 / 0.9);
}

.border-x-lime-800\/95{
  border-left-color: rgb(63 98 18 / 0.95);
  border-right-color: rgb(63 98 18 / 0.95);
}

.border-x-lime-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(54 83 20 / var(--tw-border-opacity));
  border-right-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-x-lime-900\/0{
  border-left-color: rgb(54 83 20 / 0);
  border-right-color: rgb(54 83 20 / 0);
}

.border-x-lime-900\/10{
  border-left-color: rgb(54 83 20 / 0.1);
  border-right-color: rgb(54 83 20 / 0.1);
}

.border-x-lime-900\/100{
  border-left-color: rgb(54 83 20 / 1);
  border-right-color: rgb(54 83 20 / 1);
}

.border-x-lime-900\/20{
  border-left-color: rgb(54 83 20 / 0.2);
  border-right-color: rgb(54 83 20 / 0.2);
}

.border-x-lime-900\/25{
  border-left-color: rgb(54 83 20 / 0.25);
  border-right-color: rgb(54 83 20 / 0.25);
}

.border-x-lime-900\/30{
  border-left-color: rgb(54 83 20 / 0.3);
  border-right-color: rgb(54 83 20 / 0.3);
}

.border-x-lime-900\/40{
  border-left-color: rgb(54 83 20 / 0.4);
  border-right-color: rgb(54 83 20 / 0.4);
}

.border-x-lime-900\/5{
  border-left-color: rgb(54 83 20 / 0.05);
  border-right-color: rgb(54 83 20 / 0.05);
}

.border-x-lime-900\/50{
  border-left-color: rgb(54 83 20 / 0.5);
  border-right-color: rgb(54 83 20 / 0.5);
}

.border-x-lime-900\/60{
  border-left-color: rgb(54 83 20 / 0.6);
  border-right-color: rgb(54 83 20 / 0.6);
}

.border-x-lime-900\/70{
  border-left-color: rgb(54 83 20 / 0.7);
  border-right-color: rgb(54 83 20 / 0.7);
}

.border-x-lime-900\/75{
  border-left-color: rgb(54 83 20 / 0.75);
  border-right-color: rgb(54 83 20 / 0.75);
}

.border-x-lime-900\/80{
  border-left-color: rgb(54 83 20 / 0.8);
  border-right-color: rgb(54 83 20 / 0.8);
}

.border-x-lime-900\/90{
  border-left-color: rgb(54 83 20 / 0.9);
  border-right-color: rgb(54 83 20 / 0.9);
}

.border-x-lime-900\/95{
  border-left-color: rgb(54 83 20 / 0.95);
  border-right-color: rgb(54 83 20 / 0.95);
}

.border-x-lime-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(26 46 5 / var(--tw-border-opacity));
  border-right-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-x-lime-950\/0{
  border-left-color: rgb(26 46 5 / 0);
  border-right-color: rgb(26 46 5 / 0);
}

.border-x-lime-950\/10{
  border-left-color: rgb(26 46 5 / 0.1);
  border-right-color: rgb(26 46 5 / 0.1);
}

.border-x-lime-950\/100{
  border-left-color: rgb(26 46 5 / 1);
  border-right-color: rgb(26 46 5 / 1);
}

.border-x-lime-950\/20{
  border-left-color: rgb(26 46 5 / 0.2);
  border-right-color: rgb(26 46 5 / 0.2);
}

.border-x-lime-950\/25{
  border-left-color: rgb(26 46 5 / 0.25);
  border-right-color: rgb(26 46 5 / 0.25);
}

.border-x-lime-950\/30{
  border-left-color: rgb(26 46 5 / 0.3);
  border-right-color: rgb(26 46 5 / 0.3);
}

.border-x-lime-950\/40{
  border-left-color: rgb(26 46 5 / 0.4);
  border-right-color: rgb(26 46 5 / 0.4);
}

.border-x-lime-950\/5{
  border-left-color: rgb(26 46 5 / 0.05);
  border-right-color: rgb(26 46 5 / 0.05);
}

.border-x-lime-950\/50{
  border-left-color: rgb(26 46 5 / 0.5);
  border-right-color: rgb(26 46 5 / 0.5);
}

.border-x-lime-950\/60{
  border-left-color: rgb(26 46 5 / 0.6);
  border-right-color: rgb(26 46 5 / 0.6);
}

.border-x-lime-950\/70{
  border-left-color: rgb(26 46 5 / 0.7);
  border-right-color: rgb(26 46 5 / 0.7);
}

.border-x-lime-950\/75{
  border-left-color: rgb(26 46 5 / 0.75);
  border-right-color: rgb(26 46 5 / 0.75);
}

.border-x-lime-950\/80{
  border-left-color: rgb(26 46 5 / 0.8);
  border-right-color: rgb(26 46 5 / 0.8);
}

.border-x-lime-950\/90{
  border-left-color: rgb(26 46 5 / 0.9);
  border-right-color: rgb(26 46 5 / 0.9);
}

.border-x-lime-950\/95{
  border-left-color: rgb(26 46 5 / 0.95);
  border-right-color: rgb(26 46 5 / 0.95);
}

.border-x-neutral-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity));
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-x-neutral-100\/0{
  border-left-color: rgb(245 245 245 / 0);
  border-right-color: rgb(245 245 245 / 0);
}

.border-x-neutral-100\/10{
  border-left-color: rgb(245 245 245 / 0.1);
  border-right-color: rgb(245 245 245 / 0.1);
}

.border-x-neutral-100\/100{
  border-left-color: rgb(245 245 245 / 1);
  border-right-color: rgb(245 245 245 / 1);
}

.border-x-neutral-100\/20{
  border-left-color: rgb(245 245 245 / 0.2);
  border-right-color: rgb(245 245 245 / 0.2);
}

.border-x-neutral-100\/25{
  border-left-color: rgb(245 245 245 / 0.25);
  border-right-color: rgb(245 245 245 / 0.25);
}

.border-x-neutral-100\/30{
  border-left-color: rgb(245 245 245 / 0.3);
  border-right-color: rgb(245 245 245 / 0.3);
}

.border-x-neutral-100\/40{
  border-left-color: rgb(245 245 245 / 0.4);
  border-right-color: rgb(245 245 245 / 0.4);
}

.border-x-neutral-100\/5{
  border-left-color: rgb(245 245 245 / 0.05);
  border-right-color: rgb(245 245 245 / 0.05);
}

.border-x-neutral-100\/50{
  border-left-color: rgb(245 245 245 / 0.5);
  border-right-color: rgb(245 245 245 / 0.5);
}

.border-x-neutral-100\/60{
  border-left-color: rgb(245 245 245 / 0.6);
  border-right-color: rgb(245 245 245 / 0.6);
}

.border-x-neutral-100\/70{
  border-left-color: rgb(245 245 245 / 0.7);
  border-right-color: rgb(245 245 245 / 0.7);
}

.border-x-neutral-100\/75{
  border-left-color: rgb(245 245 245 / 0.75);
  border-right-color: rgb(245 245 245 / 0.75);
}

.border-x-neutral-100\/80{
  border-left-color: rgb(245 245 245 / 0.8);
  border-right-color: rgb(245 245 245 / 0.8);
}

.border-x-neutral-100\/90{
  border-left-color: rgb(245 245 245 / 0.9);
  border-right-color: rgb(245 245 245 / 0.9);
}

.border-x-neutral-100\/95{
  border-left-color: rgb(245 245 245 / 0.95);
  border-right-color: rgb(245 245 245 / 0.95);
}

.border-x-neutral-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 229 229 / var(--tw-border-opacity));
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-x-neutral-200\/0{
  border-left-color: rgb(229 229 229 / 0);
  border-right-color: rgb(229 229 229 / 0);
}

.border-x-neutral-200\/10{
  border-left-color: rgb(229 229 229 / 0.1);
  border-right-color: rgb(229 229 229 / 0.1);
}

.border-x-neutral-200\/100{
  border-left-color: rgb(229 229 229 / 1);
  border-right-color: rgb(229 229 229 / 1);
}

.border-x-neutral-200\/20{
  border-left-color: rgb(229 229 229 / 0.2);
  border-right-color: rgb(229 229 229 / 0.2);
}

.border-x-neutral-200\/25{
  border-left-color: rgb(229 229 229 / 0.25);
  border-right-color: rgb(229 229 229 / 0.25);
}

.border-x-neutral-200\/30{
  border-left-color: rgb(229 229 229 / 0.3);
  border-right-color: rgb(229 229 229 / 0.3);
}

.border-x-neutral-200\/40{
  border-left-color: rgb(229 229 229 / 0.4);
  border-right-color: rgb(229 229 229 / 0.4);
}

.border-x-neutral-200\/5{
  border-left-color: rgb(229 229 229 / 0.05);
  border-right-color: rgb(229 229 229 / 0.05);
}

.border-x-neutral-200\/50{
  border-left-color: rgb(229 229 229 / 0.5);
  border-right-color: rgb(229 229 229 / 0.5);
}

.border-x-neutral-200\/60{
  border-left-color: rgb(229 229 229 / 0.6);
  border-right-color: rgb(229 229 229 / 0.6);
}

.border-x-neutral-200\/70{
  border-left-color: rgb(229 229 229 / 0.7);
  border-right-color: rgb(229 229 229 / 0.7);
}

.border-x-neutral-200\/75{
  border-left-color: rgb(229 229 229 / 0.75);
  border-right-color: rgb(229 229 229 / 0.75);
}

.border-x-neutral-200\/80{
  border-left-color: rgb(229 229 229 / 0.8);
  border-right-color: rgb(229 229 229 / 0.8);
}

.border-x-neutral-200\/90{
  border-left-color: rgb(229 229 229 / 0.9);
  border-right-color: rgb(229 229 229 / 0.9);
}

.border-x-neutral-200\/95{
  border-left-color: rgb(229 229 229 / 0.95);
  border-right-color: rgb(229 229 229 / 0.95);
}

.border-x-neutral-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity));
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-x-neutral-300\/0{
  border-left-color: rgb(212 212 212 / 0);
  border-right-color: rgb(212 212 212 / 0);
}

.border-x-neutral-300\/10{
  border-left-color: rgb(212 212 212 / 0.1);
  border-right-color: rgb(212 212 212 / 0.1);
}

.border-x-neutral-300\/100{
  border-left-color: rgb(212 212 212 / 1);
  border-right-color: rgb(212 212 212 / 1);
}

.border-x-neutral-300\/20{
  border-left-color: rgb(212 212 212 / 0.2);
  border-right-color: rgb(212 212 212 / 0.2);
}

.border-x-neutral-300\/25{
  border-left-color: rgb(212 212 212 / 0.25);
  border-right-color: rgb(212 212 212 / 0.25);
}

.border-x-neutral-300\/30{
  border-left-color: rgb(212 212 212 / 0.3);
  border-right-color: rgb(212 212 212 / 0.3);
}

.border-x-neutral-300\/40{
  border-left-color: rgb(212 212 212 / 0.4);
  border-right-color: rgb(212 212 212 / 0.4);
}

.border-x-neutral-300\/5{
  border-left-color: rgb(212 212 212 / 0.05);
  border-right-color: rgb(212 212 212 / 0.05);
}

.border-x-neutral-300\/50{
  border-left-color: rgb(212 212 212 / 0.5);
  border-right-color: rgb(212 212 212 / 0.5);
}

.border-x-neutral-300\/60{
  border-left-color: rgb(212 212 212 / 0.6);
  border-right-color: rgb(212 212 212 / 0.6);
}

.border-x-neutral-300\/70{
  border-left-color: rgb(212 212 212 / 0.7);
  border-right-color: rgb(212 212 212 / 0.7);
}

.border-x-neutral-300\/75{
  border-left-color: rgb(212 212 212 / 0.75);
  border-right-color: rgb(212 212 212 / 0.75);
}

.border-x-neutral-300\/80{
  border-left-color: rgb(212 212 212 / 0.8);
  border-right-color: rgb(212 212 212 / 0.8);
}

.border-x-neutral-300\/90{
  border-left-color: rgb(212 212 212 / 0.9);
  border-right-color: rgb(212 212 212 / 0.9);
}

.border-x-neutral-300\/95{
  border-left-color: rgb(212 212 212 / 0.95);
  border-right-color: rgb(212 212 212 / 0.95);
}

.border-x-neutral-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity));
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-x-neutral-400\/0{
  border-left-color: rgb(163 163 163 / 0);
  border-right-color: rgb(163 163 163 / 0);
}

.border-x-neutral-400\/10{
  border-left-color: rgb(163 163 163 / 0.1);
  border-right-color: rgb(163 163 163 / 0.1);
}

.border-x-neutral-400\/100{
  border-left-color: rgb(163 163 163 / 1);
  border-right-color: rgb(163 163 163 / 1);
}

.border-x-neutral-400\/20{
  border-left-color: rgb(163 163 163 / 0.2);
  border-right-color: rgb(163 163 163 / 0.2);
}

.border-x-neutral-400\/25{
  border-left-color: rgb(163 163 163 / 0.25);
  border-right-color: rgb(163 163 163 / 0.25);
}

.border-x-neutral-400\/30{
  border-left-color: rgb(163 163 163 / 0.3);
  border-right-color: rgb(163 163 163 / 0.3);
}

.border-x-neutral-400\/40{
  border-left-color: rgb(163 163 163 / 0.4);
  border-right-color: rgb(163 163 163 / 0.4);
}

.border-x-neutral-400\/5{
  border-left-color: rgb(163 163 163 / 0.05);
  border-right-color: rgb(163 163 163 / 0.05);
}

.border-x-neutral-400\/50{
  border-left-color: rgb(163 163 163 / 0.5);
  border-right-color: rgb(163 163 163 / 0.5);
}

.border-x-neutral-400\/60{
  border-left-color: rgb(163 163 163 / 0.6);
  border-right-color: rgb(163 163 163 / 0.6);
}

.border-x-neutral-400\/70{
  border-left-color: rgb(163 163 163 / 0.7);
  border-right-color: rgb(163 163 163 / 0.7);
}

.border-x-neutral-400\/75{
  border-left-color: rgb(163 163 163 / 0.75);
  border-right-color: rgb(163 163 163 / 0.75);
}

.border-x-neutral-400\/80{
  border-left-color: rgb(163 163 163 / 0.8);
  border-right-color: rgb(163 163 163 / 0.8);
}

.border-x-neutral-400\/90{
  border-left-color: rgb(163 163 163 / 0.9);
  border-right-color: rgb(163 163 163 / 0.9);
}

.border-x-neutral-400\/95{
  border-left-color: rgb(163 163 163 / 0.95);
  border-right-color: rgb(163 163 163 / 0.95);
}

.border-x-neutral-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-x-neutral-50\/0{
  border-left-color: rgb(250 250 250 / 0);
  border-right-color: rgb(250 250 250 / 0);
}

.border-x-neutral-50\/10{
  border-left-color: rgb(250 250 250 / 0.1);
  border-right-color: rgb(250 250 250 / 0.1);
}

.border-x-neutral-50\/100{
  border-left-color: rgb(250 250 250 / 1);
  border-right-color: rgb(250 250 250 / 1);
}

.border-x-neutral-50\/20{
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}

.border-x-neutral-50\/25{
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}

.border-x-neutral-50\/30{
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}

.border-x-neutral-50\/40{
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}

.border-x-neutral-50\/5{
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}

.border-x-neutral-50\/50{
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}

.border-x-neutral-50\/60{
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}

.border-x-neutral-50\/70{
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}

.border-x-neutral-50\/75{
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}

.border-x-neutral-50\/80{
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}

.border-x-neutral-50\/90{
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}

.border-x-neutral-50\/95{
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}

.border-x-neutral-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity));
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-x-neutral-500\/0{
  border-left-color: rgb(115 115 115 / 0);
  border-right-color: rgb(115 115 115 / 0);
}

.border-x-neutral-500\/10{
  border-left-color: rgb(115 115 115 / 0.1);
  border-right-color: rgb(115 115 115 / 0.1);
}

.border-x-neutral-500\/100{
  border-left-color: rgb(115 115 115 / 1);
  border-right-color: rgb(115 115 115 / 1);
}

.border-x-neutral-500\/20{
  border-left-color: rgb(115 115 115 / 0.2);
  border-right-color: rgb(115 115 115 / 0.2);
}

.border-x-neutral-500\/25{
  border-left-color: rgb(115 115 115 / 0.25);
  border-right-color: rgb(115 115 115 / 0.25);
}

.border-x-neutral-500\/30{
  border-left-color: rgb(115 115 115 / 0.3);
  border-right-color: rgb(115 115 115 / 0.3);
}

.border-x-neutral-500\/40{
  border-left-color: rgb(115 115 115 / 0.4);
  border-right-color: rgb(115 115 115 / 0.4);
}

.border-x-neutral-500\/5{
  border-left-color: rgb(115 115 115 / 0.05);
  border-right-color: rgb(115 115 115 / 0.05);
}

.border-x-neutral-500\/50{
  border-left-color: rgb(115 115 115 / 0.5);
  border-right-color: rgb(115 115 115 / 0.5);
}

.border-x-neutral-500\/60{
  border-left-color: rgb(115 115 115 / 0.6);
  border-right-color: rgb(115 115 115 / 0.6);
}

.border-x-neutral-500\/70{
  border-left-color: rgb(115 115 115 / 0.7);
  border-right-color: rgb(115 115 115 / 0.7);
}

.border-x-neutral-500\/75{
  border-left-color: rgb(115 115 115 / 0.75);
  border-right-color: rgb(115 115 115 / 0.75);
}

.border-x-neutral-500\/80{
  border-left-color: rgb(115 115 115 / 0.8);
  border-right-color: rgb(115 115 115 / 0.8);
}

.border-x-neutral-500\/90{
  border-left-color: rgb(115 115 115 / 0.9);
  border-right-color: rgb(115 115 115 / 0.9);
}

.border-x-neutral-500\/95{
  border-left-color: rgb(115 115 115 / 0.95);
  border-right-color: rgb(115 115 115 / 0.95);
}

.border-x-neutral-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity));
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-x-neutral-600\/0{
  border-left-color: rgb(82 82 82 / 0);
  border-right-color: rgb(82 82 82 / 0);
}

.border-x-neutral-600\/10{
  border-left-color: rgb(82 82 82 / 0.1);
  border-right-color: rgb(82 82 82 / 0.1);
}

.border-x-neutral-600\/100{
  border-left-color: rgb(82 82 82 / 1);
  border-right-color: rgb(82 82 82 / 1);
}

.border-x-neutral-600\/20{
  border-left-color: rgb(82 82 82 / 0.2);
  border-right-color: rgb(82 82 82 / 0.2);
}

.border-x-neutral-600\/25{
  border-left-color: rgb(82 82 82 / 0.25);
  border-right-color: rgb(82 82 82 / 0.25);
}

.border-x-neutral-600\/30{
  border-left-color: rgb(82 82 82 / 0.3);
  border-right-color: rgb(82 82 82 / 0.3);
}

.border-x-neutral-600\/40{
  border-left-color: rgb(82 82 82 / 0.4);
  border-right-color: rgb(82 82 82 / 0.4);
}

.border-x-neutral-600\/5{
  border-left-color: rgb(82 82 82 / 0.05);
  border-right-color: rgb(82 82 82 / 0.05);
}

.border-x-neutral-600\/50{
  border-left-color: rgb(82 82 82 / 0.5);
  border-right-color: rgb(82 82 82 / 0.5);
}

.border-x-neutral-600\/60{
  border-left-color: rgb(82 82 82 / 0.6);
  border-right-color: rgb(82 82 82 / 0.6);
}

.border-x-neutral-600\/70{
  border-left-color: rgb(82 82 82 / 0.7);
  border-right-color: rgb(82 82 82 / 0.7);
}

.border-x-neutral-600\/75{
  border-left-color: rgb(82 82 82 / 0.75);
  border-right-color: rgb(82 82 82 / 0.75);
}

.border-x-neutral-600\/80{
  border-left-color: rgb(82 82 82 / 0.8);
  border-right-color: rgb(82 82 82 / 0.8);
}

.border-x-neutral-600\/90{
  border-left-color: rgb(82 82 82 / 0.9);
  border-right-color: rgb(82 82 82 / 0.9);
}

.border-x-neutral-600\/95{
  border-left-color: rgb(82 82 82 / 0.95);
  border-right-color: rgb(82 82 82 / 0.95);
}

.border-x-neutral-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-x-neutral-700\/0{
  border-left-color: rgb(64 64 64 / 0);
  border-right-color: rgb(64 64 64 / 0);
}

.border-x-neutral-700\/10{
  border-left-color: rgb(64 64 64 / 0.1);
  border-right-color: rgb(64 64 64 / 0.1);
}

.border-x-neutral-700\/100{
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}

.border-x-neutral-700\/20{
  border-left-color: rgb(64 64 64 / 0.2);
  border-right-color: rgb(64 64 64 / 0.2);
}

.border-x-neutral-700\/25{
  border-left-color: rgb(64 64 64 / 0.25);
  border-right-color: rgb(64 64 64 / 0.25);
}

.border-x-neutral-700\/30{
  border-left-color: rgb(64 64 64 / 0.3);
  border-right-color: rgb(64 64 64 / 0.3);
}

.border-x-neutral-700\/40{
  border-left-color: rgb(64 64 64 / 0.4);
  border-right-color: rgb(64 64 64 / 0.4);
}

.border-x-neutral-700\/5{
  border-left-color: rgb(64 64 64 / 0.05);
  border-right-color: rgb(64 64 64 / 0.05);
}

.border-x-neutral-700\/50{
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}

.border-x-neutral-700\/60{
  border-left-color: rgb(64 64 64 / 0.6);
  border-right-color: rgb(64 64 64 / 0.6);
}

.border-x-neutral-700\/70{
  border-left-color: rgb(64 64 64 / 0.7);
  border-right-color: rgb(64 64 64 / 0.7);
}

.border-x-neutral-700\/75{
  border-left-color: rgb(64 64 64 / 0.75);
  border-right-color: rgb(64 64 64 / 0.75);
}

.border-x-neutral-700\/80{
  border-left-color: rgb(64 64 64 / 0.8);
  border-right-color: rgb(64 64 64 / 0.8);
}

.border-x-neutral-700\/90{
  border-left-color: rgb(64 64 64 / 0.9);
  border-right-color: rgb(64 64 64 / 0.9);
}

.border-x-neutral-700\/95{
  border-left-color: rgb(64 64 64 / 0.95);
  border-right-color: rgb(64 64 64 / 0.95);
}

.border-x-neutral-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity));
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-x-neutral-800\/0{
  border-left-color: rgb(38 38 38 / 0);
  border-right-color: rgb(38 38 38 / 0);
}

.border-x-neutral-800\/10{
  border-left-color: rgb(38 38 38 / 0.1);
  border-right-color: rgb(38 38 38 / 0.1);
}

.border-x-neutral-800\/100{
  border-left-color: rgb(38 38 38 / 1);
  border-right-color: rgb(38 38 38 / 1);
}

.border-x-neutral-800\/20{
  border-left-color: rgb(38 38 38 / 0.2);
  border-right-color: rgb(38 38 38 / 0.2);
}

.border-x-neutral-800\/25{
  border-left-color: rgb(38 38 38 / 0.25);
  border-right-color: rgb(38 38 38 / 0.25);
}

.border-x-neutral-800\/30{
  border-left-color: rgb(38 38 38 / 0.3);
  border-right-color: rgb(38 38 38 / 0.3);
}

.border-x-neutral-800\/40{
  border-left-color: rgb(38 38 38 / 0.4);
  border-right-color: rgb(38 38 38 / 0.4);
}

.border-x-neutral-800\/5{
  border-left-color: rgb(38 38 38 / 0.05);
  border-right-color: rgb(38 38 38 / 0.05);
}

.border-x-neutral-800\/50{
  border-left-color: rgb(38 38 38 / 0.5);
  border-right-color: rgb(38 38 38 / 0.5);
}

.border-x-neutral-800\/60{
  border-left-color: rgb(38 38 38 / 0.6);
  border-right-color: rgb(38 38 38 / 0.6);
}

.border-x-neutral-800\/70{
  border-left-color: rgb(38 38 38 / 0.7);
  border-right-color: rgb(38 38 38 / 0.7);
}

.border-x-neutral-800\/75{
  border-left-color: rgb(38 38 38 / 0.75);
  border-right-color: rgb(38 38 38 / 0.75);
}

.border-x-neutral-800\/80{
  border-left-color: rgb(38 38 38 / 0.8);
  border-right-color: rgb(38 38 38 / 0.8);
}

.border-x-neutral-800\/90{
  border-left-color: rgb(38 38 38 / 0.9);
  border-right-color: rgb(38 38 38 / 0.9);
}

.border-x-neutral-800\/95{
  border-left-color: rgb(38 38 38 / 0.95);
  border-right-color: rgb(38 38 38 / 0.95);
}

.border-x-neutral-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity));
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-x-neutral-900\/0{
  border-left-color: rgb(23 23 23 / 0);
  border-right-color: rgb(23 23 23 / 0);
}

.border-x-neutral-900\/10{
  border-left-color: rgb(23 23 23 / 0.1);
  border-right-color: rgb(23 23 23 / 0.1);
}

.border-x-neutral-900\/100{
  border-left-color: rgb(23 23 23 / 1);
  border-right-color: rgb(23 23 23 / 1);
}

.border-x-neutral-900\/20{
  border-left-color: rgb(23 23 23 / 0.2);
  border-right-color: rgb(23 23 23 / 0.2);
}

.border-x-neutral-900\/25{
  border-left-color: rgb(23 23 23 / 0.25);
  border-right-color: rgb(23 23 23 / 0.25);
}

.border-x-neutral-900\/30{
  border-left-color: rgb(23 23 23 / 0.3);
  border-right-color: rgb(23 23 23 / 0.3);
}

.border-x-neutral-900\/40{
  border-left-color: rgb(23 23 23 / 0.4);
  border-right-color: rgb(23 23 23 / 0.4);
}

.border-x-neutral-900\/5{
  border-left-color: rgb(23 23 23 / 0.05);
  border-right-color: rgb(23 23 23 / 0.05);
}

.border-x-neutral-900\/50{
  border-left-color: rgb(23 23 23 / 0.5);
  border-right-color: rgb(23 23 23 / 0.5);
}

.border-x-neutral-900\/60{
  border-left-color: rgb(23 23 23 / 0.6);
  border-right-color: rgb(23 23 23 / 0.6);
}

.border-x-neutral-900\/70{
  border-left-color: rgb(23 23 23 / 0.7);
  border-right-color: rgb(23 23 23 / 0.7);
}

.border-x-neutral-900\/75{
  border-left-color: rgb(23 23 23 / 0.75);
  border-right-color: rgb(23 23 23 / 0.75);
}

.border-x-neutral-900\/80{
  border-left-color: rgb(23 23 23 / 0.8);
  border-right-color: rgb(23 23 23 / 0.8);
}

.border-x-neutral-900\/90{
  border-left-color: rgb(23 23 23 / 0.9);
  border-right-color: rgb(23 23 23 / 0.9);
}

.border-x-neutral-900\/95{
  border-left-color: rgb(23 23 23 / 0.95);
  border-right-color: rgb(23 23 23 / 0.95);
}

.border-x-neutral-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(10 10 10 / var(--tw-border-opacity));
  border-right-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-x-neutral-950\/0{
  border-left-color: rgb(10 10 10 / 0);
  border-right-color: rgb(10 10 10 / 0);
}

.border-x-neutral-950\/10{
  border-left-color: rgb(10 10 10 / 0.1);
  border-right-color: rgb(10 10 10 / 0.1);
}

.border-x-neutral-950\/100{
  border-left-color: rgb(10 10 10 / 1);
  border-right-color: rgb(10 10 10 / 1);
}

.border-x-neutral-950\/20{
  border-left-color: rgb(10 10 10 / 0.2);
  border-right-color: rgb(10 10 10 / 0.2);
}

.border-x-neutral-950\/25{
  border-left-color: rgb(10 10 10 / 0.25);
  border-right-color: rgb(10 10 10 / 0.25);
}

.border-x-neutral-950\/30{
  border-left-color: rgb(10 10 10 / 0.3);
  border-right-color: rgb(10 10 10 / 0.3);
}

.border-x-neutral-950\/40{
  border-left-color: rgb(10 10 10 / 0.4);
  border-right-color: rgb(10 10 10 / 0.4);
}

.border-x-neutral-950\/5{
  border-left-color: rgb(10 10 10 / 0.05);
  border-right-color: rgb(10 10 10 / 0.05);
}

.border-x-neutral-950\/50{
  border-left-color: rgb(10 10 10 / 0.5);
  border-right-color: rgb(10 10 10 / 0.5);
}

.border-x-neutral-950\/60{
  border-left-color: rgb(10 10 10 / 0.6);
  border-right-color: rgb(10 10 10 / 0.6);
}

.border-x-neutral-950\/70{
  border-left-color: rgb(10 10 10 / 0.7);
  border-right-color: rgb(10 10 10 / 0.7);
}

.border-x-neutral-950\/75{
  border-left-color: rgb(10 10 10 / 0.75);
  border-right-color: rgb(10 10 10 / 0.75);
}

.border-x-neutral-950\/80{
  border-left-color: rgb(10 10 10 / 0.8);
  border-right-color: rgb(10 10 10 / 0.8);
}

.border-x-neutral-950\/90{
  border-left-color: rgb(10 10 10 / 0.9);
  border-right-color: rgb(10 10 10 / 0.9);
}

.border-x-neutral-950\/95{
  border-left-color: rgb(10 10 10 / 0.95);
  border-right-color: rgb(10 10 10 / 0.95);
}

.border-x-orange-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 237 213 / var(--tw-border-opacity));
  border-right-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-x-orange-100\/0{
  border-left-color: rgb(255 237 213 / 0);
  border-right-color: rgb(255 237 213 / 0);
}

.border-x-orange-100\/10{
  border-left-color: rgb(255 237 213 / 0.1);
  border-right-color: rgb(255 237 213 / 0.1);
}

.border-x-orange-100\/100{
  border-left-color: rgb(255 237 213 / 1);
  border-right-color: rgb(255 237 213 / 1);
}

.border-x-orange-100\/20{
  border-left-color: rgb(255 237 213 / 0.2);
  border-right-color: rgb(255 237 213 / 0.2);
}

.border-x-orange-100\/25{
  border-left-color: rgb(255 237 213 / 0.25);
  border-right-color: rgb(255 237 213 / 0.25);
}

.border-x-orange-100\/30{
  border-left-color: rgb(255 237 213 / 0.3);
  border-right-color: rgb(255 237 213 / 0.3);
}

.border-x-orange-100\/40{
  border-left-color: rgb(255 237 213 / 0.4);
  border-right-color: rgb(255 237 213 / 0.4);
}

.border-x-orange-100\/5{
  border-left-color: rgb(255 237 213 / 0.05);
  border-right-color: rgb(255 237 213 / 0.05);
}

.border-x-orange-100\/50{
  border-left-color: rgb(255 237 213 / 0.5);
  border-right-color: rgb(255 237 213 / 0.5);
}

.border-x-orange-100\/60{
  border-left-color: rgb(255 237 213 / 0.6);
  border-right-color: rgb(255 237 213 / 0.6);
}

.border-x-orange-100\/70{
  border-left-color: rgb(255 237 213 / 0.7);
  border-right-color: rgb(255 237 213 / 0.7);
}

.border-x-orange-100\/75{
  border-left-color: rgb(255 237 213 / 0.75);
  border-right-color: rgb(255 237 213 / 0.75);
}

.border-x-orange-100\/80{
  border-left-color: rgb(255 237 213 / 0.8);
  border-right-color: rgb(255 237 213 / 0.8);
}

.border-x-orange-100\/90{
  border-left-color: rgb(255 237 213 / 0.9);
  border-right-color: rgb(255 237 213 / 0.9);
}

.border-x-orange-100\/95{
  border-left-color: rgb(255 237 213 / 0.95);
  border-right-color: rgb(255 237 213 / 0.95);
}

.border-x-orange-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 215 170 / var(--tw-border-opacity));
  border-right-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-x-orange-200\/0{
  border-left-color: rgb(254 215 170 / 0);
  border-right-color: rgb(254 215 170 / 0);
}

.border-x-orange-200\/10{
  border-left-color: rgb(254 215 170 / 0.1);
  border-right-color: rgb(254 215 170 / 0.1);
}

.border-x-orange-200\/100{
  border-left-color: rgb(254 215 170 / 1);
  border-right-color: rgb(254 215 170 / 1);
}

.border-x-orange-200\/20{
  border-left-color: rgb(254 215 170 / 0.2);
  border-right-color: rgb(254 215 170 / 0.2);
}

.border-x-orange-200\/25{
  border-left-color: rgb(254 215 170 / 0.25);
  border-right-color: rgb(254 215 170 / 0.25);
}

.border-x-orange-200\/30{
  border-left-color: rgb(254 215 170 / 0.3);
  border-right-color: rgb(254 215 170 / 0.3);
}

.border-x-orange-200\/40{
  border-left-color: rgb(254 215 170 / 0.4);
  border-right-color: rgb(254 215 170 / 0.4);
}

.border-x-orange-200\/5{
  border-left-color: rgb(254 215 170 / 0.05);
  border-right-color: rgb(254 215 170 / 0.05);
}

.border-x-orange-200\/50{
  border-left-color: rgb(254 215 170 / 0.5);
  border-right-color: rgb(254 215 170 / 0.5);
}

.border-x-orange-200\/60{
  border-left-color: rgb(254 215 170 / 0.6);
  border-right-color: rgb(254 215 170 / 0.6);
}

.border-x-orange-200\/70{
  border-left-color: rgb(254 215 170 / 0.7);
  border-right-color: rgb(254 215 170 / 0.7);
}

.border-x-orange-200\/75{
  border-left-color: rgb(254 215 170 / 0.75);
  border-right-color: rgb(254 215 170 / 0.75);
}

.border-x-orange-200\/80{
  border-left-color: rgb(254 215 170 / 0.8);
  border-right-color: rgb(254 215 170 / 0.8);
}

.border-x-orange-200\/90{
  border-left-color: rgb(254 215 170 / 0.9);
  border-right-color: rgb(254 215 170 / 0.9);
}

.border-x-orange-200\/95{
  border-left-color: rgb(254 215 170 / 0.95);
  border-right-color: rgb(254 215 170 / 0.95);
}

.border-x-orange-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 186 116 / var(--tw-border-opacity));
  border-right-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-x-orange-300\/0{
  border-left-color: rgb(253 186 116 / 0);
  border-right-color: rgb(253 186 116 / 0);
}

.border-x-orange-300\/10{
  border-left-color: rgb(253 186 116 / 0.1);
  border-right-color: rgb(253 186 116 / 0.1);
}

.border-x-orange-300\/100{
  border-left-color: rgb(253 186 116 / 1);
  border-right-color: rgb(253 186 116 / 1);
}

.border-x-orange-300\/20{
  border-left-color: rgb(253 186 116 / 0.2);
  border-right-color: rgb(253 186 116 / 0.2);
}

.border-x-orange-300\/25{
  border-left-color: rgb(253 186 116 / 0.25);
  border-right-color: rgb(253 186 116 / 0.25);
}

.border-x-orange-300\/30{
  border-left-color: rgb(253 186 116 / 0.3);
  border-right-color: rgb(253 186 116 / 0.3);
}

.border-x-orange-300\/40{
  border-left-color: rgb(253 186 116 / 0.4);
  border-right-color: rgb(253 186 116 / 0.4);
}

.border-x-orange-300\/5{
  border-left-color: rgb(253 186 116 / 0.05);
  border-right-color: rgb(253 186 116 / 0.05);
}

.border-x-orange-300\/50{
  border-left-color: rgb(253 186 116 / 0.5);
  border-right-color: rgb(253 186 116 / 0.5);
}

.border-x-orange-300\/60{
  border-left-color: rgb(253 186 116 / 0.6);
  border-right-color: rgb(253 186 116 / 0.6);
}

.border-x-orange-300\/70{
  border-left-color: rgb(253 186 116 / 0.7);
  border-right-color: rgb(253 186 116 / 0.7);
}

.border-x-orange-300\/75{
  border-left-color: rgb(253 186 116 / 0.75);
  border-right-color: rgb(253 186 116 / 0.75);
}

.border-x-orange-300\/80{
  border-left-color: rgb(253 186 116 / 0.8);
  border-right-color: rgb(253 186 116 / 0.8);
}

.border-x-orange-300\/90{
  border-left-color: rgb(253 186 116 / 0.9);
  border-right-color: rgb(253 186 116 / 0.9);
}

.border-x-orange-300\/95{
  border-left-color: rgb(253 186 116 / 0.95);
  border-right-color: rgb(253 186 116 / 0.95);
}

.border-x-orange-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity));
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-x-orange-400\/0{
  border-left-color: rgb(251 146 60 / 0);
  border-right-color: rgb(251 146 60 / 0);
}

.border-x-orange-400\/10{
  border-left-color: rgb(251 146 60 / 0.1);
  border-right-color: rgb(251 146 60 / 0.1);
}

.border-x-orange-400\/100{
  border-left-color: rgb(251 146 60 / 1);
  border-right-color: rgb(251 146 60 / 1);
}

.border-x-orange-400\/20{
  border-left-color: rgb(251 146 60 / 0.2);
  border-right-color: rgb(251 146 60 / 0.2);
}

.border-x-orange-400\/25{
  border-left-color: rgb(251 146 60 / 0.25);
  border-right-color: rgb(251 146 60 / 0.25);
}

.border-x-orange-400\/30{
  border-left-color: rgb(251 146 60 / 0.3);
  border-right-color: rgb(251 146 60 / 0.3);
}

.border-x-orange-400\/40{
  border-left-color: rgb(251 146 60 / 0.4);
  border-right-color: rgb(251 146 60 / 0.4);
}

.border-x-orange-400\/5{
  border-left-color: rgb(251 146 60 / 0.05);
  border-right-color: rgb(251 146 60 / 0.05);
}

.border-x-orange-400\/50{
  border-left-color: rgb(251 146 60 / 0.5);
  border-right-color: rgb(251 146 60 / 0.5);
}

.border-x-orange-400\/60{
  border-left-color: rgb(251 146 60 / 0.6);
  border-right-color: rgb(251 146 60 / 0.6);
}

.border-x-orange-400\/70{
  border-left-color: rgb(251 146 60 / 0.7);
  border-right-color: rgb(251 146 60 / 0.7);
}

.border-x-orange-400\/75{
  border-left-color: rgb(251 146 60 / 0.75);
  border-right-color: rgb(251 146 60 / 0.75);
}

.border-x-orange-400\/80{
  border-left-color: rgb(251 146 60 / 0.8);
  border-right-color: rgb(251 146 60 / 0.8);
}

.border-x-orange-400\/90{
  border-left-color: rgb(251 146 60 / 0.9);
  border-right-color: rgb(251 146 60 / 0.9);
}

.border-x-orange-400\/95{
  border-left-color: rgb(251 146 60 / 0.95);
  border-right-color: rgb(251 146 60 / 0.95);
}

.border-x-orange-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 247 237 / var(--tw-border-opacity));
  border-right-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-x-orange-50\/0{
  border-left-color: rgb(255 247 237 / 0);
  border-right-color: rgb(255 247 237 / 0);
}

.border-x-orange-50\/10{
  border-left-color: rgb(255 247 237 / 0.1);
  border-right-color: rgb(255 247 237 / 0.1);
}

.border-x-orange-50\/100{
  border-left-color: rgb(255 247 237 / 1);
  border-right-color: rgb(255 247 237 / 1);
}

.border-x-orange-50\/20{
  border-left-color: rgb(255 247 237 / 0.2);
  border-right-color: rgb(255 247 237 / 0.2);
}

.border-x-orange-50\/25{
  border-left-color: rgb(255 247 237 / 0.25);
  border-right-color: rgb(255 247 237 / 0.25);
}

.border-x-orange-50\/30{
  border-left-color: rgb(255 247 237 / 0.3);
  border-right-color: rgb(255 247 237 / 0.3);
}

.border-x-orange-50\/40{
  border-left-color: rgb(255 247 237 / 0.4);
  border-right-color: rgb(255 247 237 / 0.4);
}

.border-x-orange-50\/5{
  border-left-color: rgb(255 247 237 / 0.05);
  border-right-color: rgb(255 247 237 / 0.05);
}

.border-x-orange-50\/50{
  border-left-color: rgb(255 247 237 / 0.5);
  border-right-color: rgb(255 247 237 / 0.5);
}

.border-x-orange-50\/60{
  border-left-color: rgb(255 247 237 / 0.6);
  border-right-color: rgb(255 247 237 / 0.6);
}

.border-x-orange-50\/70{
  border-left-color: rgb(255 247 237 / 0.7);
  border-right-color: rgb(255 247 237 / 0.7);
}

.border-x-orange-50\/75{
  border-left-color: rgb(255 247 237 / 0.75);
  border-right-color: rgb(255 247 237 / 0.75);
}

.border-x-orange-50\/80{
  border-left-color: rgb(255 247 237 / 0.8);
  border-right-color: rgb(255 247 237 / 0.8);
}

.border-x-orange-50\/90{
  border-left-color: rgb(255 247 237 / 0.9);
  border-right-color: rgb(255 247 237 / 0.9);
}

.border-x-orange-50\/95{
  border-left-color: rgb(255 247 237 / 0.95);
  border-right-color: rgb(255 247 237 / 0.95);
}

.border-x-orange-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity));
  border-right-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-x-orange-500\/0{
  border-left-color: rgb(249 115 22 / 0);
  border-right-color: rgb(249 115 22 / 0);
}

.border-x-orange-500\/10{
  border-left-color: rgb(249 115 22 / 0.1);
  border-right-color: rgb(249 115 22 / 0.1);
}

.border-x-orange-500\/100{
  border-left-color: rgb(249 115 22 / 1);
  border-right-color: rgb(249 115 22 / 1);
}

.border-x-orange-500\/20{
  border-left-color: rgb(249 115 22 / 0.2);
  border-right-color: rgb(249 115 22 / 0.2);
}

.border-x-orange-500\/25{
  border-left-color: rgb(249 115 22 / 0.25);
  border-right-color: rgb(249 115 22 / 0.25);
}

.border-x-orange-500\/30{
  border-left-color: rgb(249 115 22 / 0.3);
  border-right-color: rgb(249 115 22 / 0.3);
}

.border-x-orange-500\/40{
  border-left-color: rgb(249 115 22 / 0.4);
  border-right-color: rgb(249 115 22 / 0.4);
}

.border-x-orange-500\/5{
  border-left-color: rgb(249 115 22 / 0.05);
  border-right-color: rgb(249 115 22 / 0.05);
}

.border-x-orange-500\/50{
  border-left-color: rgb(249 115 22 / 0.5);
  border-right-color: rgb(249 115 22 / 0.5);
}

.border-x-orange-500\/60{
  border-left-color: rgb(249 115 22 / 0.6);
  border-right-color: rgb(249 115 22 / 0.6);
}

.border-x-orange-500\/70{
  border-left-color: rgb(249 115 22 / 0.7);
  border-right-color: rgb(249 115 22 / 0.7);
}

.border-x-orange-500\/75{
  border-left-color: rgb(249 115 22 / 0.75);
  border-right-color: rgb(249 115 22 / 0.75);
}

.border-x-orange-500\/80{
  border-left-color: rgb(249 115 22 / 0.8);
  border-right-color: rgb(249 115 22 / 0.8);
}

.border-x-orange-500\/90{
  border-left-color: rgb(249 115 22 / 0.9);
  border-right-color: rgb(249 115 22 / 0.9);
}

.border-x-orange-500\/95{
  border-left-color: rgb(249 115 22 / 0.95);
  border-right-color: rgb(249 115 22 / 0.95);
}

.border-x-orange-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity));
  border-right-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-x-orange-600\/0{
  border-left-color: rgb(234 88 12 / 0);
  border-right-color: rgb(234 88 12 / 0);
}

.border-x-orange-600\/10{
  border-left-color: rgb(234 88 12 / 0.1);
  border-right-color: rgb(234 88 12 / 0.1);
}

.border-x-orange-600\/100{
  border-left-color: rgb(234 88 12 / 1);
  border-right-color: rgb(234 88 12 / 1);
}

.border-x-orange-600\/20{
  border-left-color: rgb(234 88 12 / 0.2);
  border-right-color: rgb(234 88 12 / 0.2);
}

.border-x-orange-600\/25{
  border-left-color: rgb(234 88 12 / 0.25);
  border-right-color: rgb(234 88 12 / 0.25);
}

.border-x-orange-600\/30{
  border-left-color: rgb(234 88 12 / 0.3);
  border-right-color: rgb(234 88 12 / 0.3);
}

.border-x-orange-600\/40{
  border-left-color: rgb(234 88 12 / 0.4);
  border-right-color: rgb(234 88 12 / 0.4);
}

.border-x-orange-600\/5{
  border-left-color: rgb(234 88 12 / 0.05);
  border-right-color: rgb(234 88 12 / 0.05);
}

.border-x-orange-600\/50{
  border-left-color: rgb(234 88 12 / 0.5);
  border-right-color: rgb(234 88 12 / 0.5);
}

.border-x-orange-600\/60{
  border-left-color: rgb(234 88 12 / 0.6);
  border-right-color: rgb(234 88 12 / 0.6);
}

.border-x-orange-600\/70{
  border-left-color: rgb(234 88 12 / 0.7);
  border-right-color: rgb(234 88 12 / 0.7);
}

.border-x-orange-600\/75{
  border-left-color: rgb(234 88 12 / 0.75);
  border-right-color: rgb(234 88 12 / 0.75);
}

.border-x-orange-600\/80{
  border-left-color: rgb(234 88 12 / 0.8);
  border-right-color: rgb(234 88 12 / 0.8);
}

.border-x-orange-600\/90{
  border-left-color: rgb(234 88 12 / 0.9);
  border-right-color: rgb(234 88 12 / 0.9);
}

.border-x-orange-600\/95{
  border-left-color: rgb(234 88 12 / 0.95);
  border-right-color: rgb(234 88 12 / 0.95);
}

.border-x-orange-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(194 65 12 / var(--tw-border-opacity));
  border-right-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-x-orange-700\/0{
  border-left-color: rgb(194 65 12 / 0);
  border-right-color: rgb(194 65 12 / 0);
}

.border-x-orange-700\/10{
  border-left-color: rgb(194 65 12 / 0.1);
  border-right-color: rgb(194 65 12 / 0.1);
}

.border-x-orange-700\/100{
  border-left-color: rgb(194 65 12 / 1);
  border-right-color: rgb(194 65 12 / 1);
}

.border-x-orange-700\/20{
  border-left-color: rgb(194 65 12 / 0.2);
  border-right-color: rgb(194 65 12 / 0.2);
}

.border-x-orange-700\/25{
  border-left-color: rgb(194 65 12 / 0.25);
  border-right-color: rgb(194 65 12 / 0.25);
}

.border-x-orange-700\/30{
  border-left-color: rgb(194 65 12 / 0.3);
  border-right-color: rgb(194 65 12 / 0.3);
}

.border-x-orange-700\/40{
  border-left-color: rgb(194 65 12 / 0.4);
  border-right-color: rgb(194 65 12 / 0.4);
}

.border-x-orange-700\/5{
  border-left-color: rgb(194 65 12 / 0.05);
  border-right-color: rgb(194 65 12 / 0.05);
}

.border-x-orange-700\/50{
  border-left-color: rgb(194 65 12 / 0.5);
  border-right-color: rgb(194 65 12 / 0.5);
}

.border-x-orange-700\/60{
  border-left-color: rgb(194 65 12 / 0.6);
  border-right-color: rgb(194 65 12 / 0.6);
}

.border-x-orange-700\/70{
  border-left-color: rgb(194 65 12 / 0.7);
  border-right-color: rgb(194 65 12 / 0.7);
}

.border-x-orange-700\/75{
  border-left-color: rgb(194 65 12 / 0.75);
  border-right-color: rgb(194 65 12 / 0.75);
}

.border-x-orange-700\/80{
  border-left-color: rgb(194 65 12 / 0.8);
  border-right-color: rgb(194 65 12 / 0.8);
}

.border-x-orange-700\/90{
  border-left-color: rgb(194 65 12 / 0.9);
  border-right-color: rgb(194 65 12 / 0.9);
}

.border-x-orange-700\/95{
  border-left-color: rgb(194 65 12 / 0.95);
  border-right-color: rgb(194 65 12 / 0.95);
}

.border-x-orange-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(154 52 18 / var(--tw-border-opacity));
  border-right-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-x-orange-800\/0{
  border-left-color: rgb(154 52 18 / 0);
  border-right-color: rgb(154 52 18 / 0);
}

.border-x-orange-800\/10{
  border-left-color: rgb(154 52 18 / 0.1);
  border-right-color: rgb(154 52 18 / 0.1);
}

.border-x-orange-800\/100{
  border-left-color: rgb(154 52 18 / 1);
  border-right-color: rgb(154 52 18 / 1);
}

.border-x-orange-800\/20{
  border-left-color: rgb(154 52 18 / 0.2);
  border-right-color: rgb(154 52 18 / 0.2);
}

.border-x-orange-800\/25{
  border-left-color: rgb(154 52 18 / 0.25);
  border-right-color: rgb(154 52 18 / 0.25);
}

.border-x-orange-800\/30{
  border-left-color: rgb(154 52 18 / 0.3);
  border-right-color: rgb(154 52 18 / 0.3);
}

.border-x-orange-800\/40{
  border-left-color: rgb(154 52 18 / 0.4);
  border-right-color: rgb(154 52 18 / 0.4);
}

.border-x-orange-800\/5{
  border-left-color: rgb(154 52 18 / 0.05);
  border-right-color: rgb(154 52 18 / 0.05);
}

.border-x-orange-800\/50{
  border-left-color: rgb(154 52 18 / 0.5);
  border-right-color: rgb(154 52 18 / 0.5);
}

.border-x-orange-800\/60{
  border-left-color: rgb(154 52 18 / 0.6);
  border-right-color: rgb(154 52 18 / 0.6);
}

.border-x-orange-800\/70{
  border-left-color: rgb(154 52 18 / 0.7);
  border-right-color: rgb(154 52 18 / 0.7);
}

.border-x-orange-800\/75{
  border-left-color: rgb(154 52 18 / 0.75);
  border-right-color: rgb(154 52 18 / 0.75);
}

.border-x-orange-800\/80{
  border-left-color: rgb(154 52 18 / 0.8);
  border-right-color: rgb(154 52 18 / 0.8);
}

.border-x-orange-800\/90{
  border-left-color: rgb(154 52 18 / 0.9);
  border-right-color: rgb(154 52 18 / 0.9);
}

.border-x-orange-800\/95{
  border-left-color: rgb(154 52 18 / 0.95);
  border-right-color: rgb(154 52 18 / 0.95);
}

.border-x-orange-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(124 45 18 / var(--tw-border-opacity));
  border-right-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-x-orange-900\/0{
  border-left-color: rgb(124 45 18 / 0);
  border-right-color: rgb(124 45 18 / 0);
}

.border-x-orange-900\/10{
  border-left-color: rgb(124 45 18 / 0.1);
  border-right-color: rgb(124 45 18 / 0.1);
}

.border-x-orange-900\/100{
  border-left-color: rgb(124 45 18 / 1);
  border-right-color: rgb(124 45 18 / 1);
}

.border-x-orange-900\/20{
  border-left-color: rgb(124 45 18 / 0.2);
  border-right-color: rgb(124 45 18 / 0.2);
}

.border-x-orange-900\/25{
  border-left-color: rgb(124 45 18 / 0.25);
  border-right-color: rgb(124 45 18 / 0.25);
}

.border-x-orange-900\/30{
  border-left-color: rgb(124 45 18 / 0.3);
  border-right-color: rgb(124 45 18 / 0.3);
}

.border-x-orange-900\/40{
  border-left-color: rgb(124 45 18 / 0.4);
  border-right-color: rgb(124 45 18 / 0.4);
}

.border-x-orange-900\/5{
  border-left-color: rgb(124 45 18 / 0.05);
  border-right-color: rgb(124 45 18 / 0.05);
}

.border-x-orange-900\/50{
  border-left-color: rgb(124 45 18 / 0.5);
  border-right-color: rgb(124 45 18 / 0.5);
}

.border-x-orange-900\/60{
  border-left-color: rgb(124 45 18 / 0.6);
  border-right-color: rgb(124 45 18 / 0.6);
}

.border-x-orange-900\/70{
  border-left-color: rgb(124 45 18 / 0.7);
  border-right-color: rgb(124 45 18 / 0.7);
}

.border-x-orange-900\/75{
  border-left-color: rgb(124 45 18 / 0.75);
  border-right-color: rgb(124 45 18 / 0.75);
}

.border-x-orange-900\/80{
  border-left-color: rgb(124 45 18 / 0.8);
  border-right-color: rgb(124 45 18 / 0.8);
}

.border-x-orange-900\/90{
  border-left-color: rgb(124 45 18 / 0.9);
  border-right-color: rgb(124 45 18 / 0.9);
}

.border-x-orange-900\/95{
  border-left-color: rgb(124 45 18 / 0.95);
  border-right-color: rgb(124 45 18 / 0.95);
}

.border-x-orange-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(67 20 7 / var(--tw-border-opacity));
  border-right-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-x-orange-950\/0{
  border-left-color: rgb(67 20 7 / 0);
  border-right-color: rgb(67 20 7 / 0);
}

.border-x-orange-950\/10{
  border-left-color: rgb(67 20 7 / 0.1);
  border-right-color: rgb(67 20 7 / 0.1);
}

.border-x-orange-950\/100{
  border-left-color: rgb(67 20 7 / 1);
  border-right-color: rgb(67 20 7 / 1);
}

.border-x-orange-950\/20{
  border-left-color: rgb(67 20 7 / 0.2);
  border-right-color: rgb(67 20 7 / 0.2);
}

.border-x-orange-950\/25{
  border-left-color: rgb(67 20 7 / 0.25);
  border-right-color: rgb(67 20 7 / 0.25);
}

.border-x-orange-950\/30{
  border-left-color: rgb(67 20 7 / 0.3);
  border-right-color: rgb(67 20 7 / 0.3);
}

.border-x-orange-950\/40{
  border-left-color: rgb(67 20 7 / 0.4);
  border-right-color: rgb(67 20 7 / 0.4);
}

.border-x-orange-950\/5{
  border-left-color: rgb(67 20 7 / 0.05);
  border-right-color: rgb(67 20 7 / 0.05);
}

.border-x-orange-950\/50{
  border-left-color: rgb(67 20 7 / 0.5);
  border-right-color: rgb(67 20 7 / 0.5);
}

.border-x-orange-950\/60{
  border-left-color: rgb(67 20 7 / 0.6);
  border-right-color: rgb(67 20 7 / 0.6);
}

.border-x-orange-950\/70{
  border-left-color: rgb(67 20 7 / 0.7);
  border-right-color: rgb(67 20 7 / 0.7);
}

.border-x-orange-950\/75{
  border-left-color: rgb(67 20 7 / 0.75);
  border-right-color: rgb(67 20 7 / 0.75);
}

.border-x-orange-950\/80{
  border-left-color: rgb(67 20 7 / 0.8);
  border-right-color: rgb(67 20 7 / 0.8);
}

.border-x-orange-950\/90{
  border-left-color: rgb(67 20 7 / 0.9);
  border-right-color: rgb(67 20 7 / 0.9);
}

.border-x-orange-950\/95{
  border-left-color: rgb(67 20 7 / 0.95);
  border-right-color: rgb(67 20 7 / 0.95);
}

.border-x-pink-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 231 243 / var(--tw-border-opacity));
  border-right-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-x-pink-100\/0{
  border-left-color: rgb(252 231 243 / 0);
  border-right-color: rgb(252 231 243 / 0);
}

.border-x-pink-100\/10{
  border-left-color: rgb(252 231 243 / 0.1);
  border-right-color: rgb(252 231 243 / 0.1);
}

.border-x-pink-100\/100{
  border-left-color: rgb(252 231 243 / 1);
  border-right-color: rgb(252 231 243 / 1);
}

.border-x-pink-100\/20{
  border-left-color: rgb(252 231 243 / 0.2);
  border-right-color: rgb(252 231 243 / 0.2);
}

.border-x-pink-100\/25{
  border-left-color: rgb(252 231 243 / 0.25);
  border-right-color: rgb(252 231 243 / 0.25);
}

.border-x-pink-100\/30{
  border-left-color: rgb(252 231 243 / 0.3);
  border-right-color: rgb(252 231 243 / 0.3);
}

.border-x-pink-100\/40{
  border-left-color: rgb(252 231 243 / 0.4);
  border-right-color: rgb(252 231 243 / 0.4);
}

.border-x-pink-100\/5{
  border-left-color: rgb(252 231 243 / 0.05);
  border-right-color: rgb(252 231 243 / 0.05);
}

.border-x-pink-100\/50{
  border-left-color: rgb(252 231 243 / 0.5);
  border-right-color: rgb(252 231 243 / 0.5);
}

.border-x-pink-100\/60{
  border-left-color: rgb(252 231 243 / 0.6);
  border-right-color: rgb(252 231 243 / 0.6);
}

.border-x-pink-100\/70{
  border-left-color: rgb(252 231 243 / 0.7);
  border-right-color: rgb(252 231 243 / 0.7);
}

.border-x-pink-100\/75{
  border-left-color: rgb(252 231 243 / 0.75);
  border-right-color: rgb(252 231 243 / 0.75);
}

.border-x-pink-100\/80{
  border-left-color: rgb(252 231 243 / 0.8);
  border-right-color: rgb(252 231 243 / 0.8);
}

.border-x-pink-100\/90{
  border-left-color: rgb(252 231 243 / 0.9);
  border-right-color: rgb(252 231 243 / 0.9);
}

.border-x-pink-100\/95{
  border-left-color: rgb(252 231 243 / 0.95);
  border-right-color: rgb(252 231 243 / 0.95);
}

.border-x-pink-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 207 232 / var(--tw-border-opacity));
  border-right-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-x-pink-200\/0{
  border-left-color: rgb(251 207 232 / 0);
  border-right-color: rgb(251 207 232 / 0);
}

.border-x-pink-200\/10{
  border-left-color: rgb(251 207 232 / 0.1);
  border-right-color: rgb(251 207 232 / 0.1);
}

.border-x-pink-200\/100{
  border-left-color: rgb(251 207 232 / 1);
  border-right-color: rgb(251 207 232 / 1);
}

.border-x-pink-200\/20{
  border-left-color: rgb(251 207 232 / 0.2);
  border-right-color: rgb(251 207 232 / 0.2);
}

.border-x-pink-200\/25{
  border-left-color: rgb(251 207 232 / 0.25);
  border-right-color: rgb(251 207 232 / 0.25);
}

.border-x-pink-200\/30{
  border-left-color: rgb(251 207 232 / 0.3);
  border-right-color: rgb(251 207 232 / 0.3);
}

.border-x-pink-200\/40{
  border-left-color: rgb(251 207 232 / 0.4);
  border-right-color: rgb(251 207 232 / 0.4);
}

.border-x-pink-200\/5{
  border-left-color: rgb(251 207 232 / 0.05);
  border-right-color: rgb(251 207 232 / 0.05);
}

.border-x-pink-200\/50{
  border-left-color: rgb(251 207 232 / 0.5);
  border-right-color: rgb(251 207 232 / 0.5);
}

.border-x-pink-200\/60{
  border-left-color: rgb(251 207 232 / 0.6);
  border-right-color: rgb(251 207 232 / 0.6);
}

.border-x-pink-200\/70{
  border-left-color: rgb(251 207 232 / 0.7);
  border-right-color: rgb(251 207 232 / 0.7);
}

.border-x-pink-200\/75{
  border-left-color: rgb(251 207 232 / 0.75);
  border-right-color: rgb(251 207 232 / 0.75);
}

.border-x-pink-200\/80{
  border-left-color: rgb(251 207 232 / 0.8);
  border-right-color: rgb(251 207 232 / 0.8);
}

.border-x-pink-200\/90{
  border-left-color: rgb(251 207 232 / 0.9);
  border-right-color: rgb(251 207 232 / 0.9);
}

.border-x-pink-200\/95{
  border-left-color: rgb(251 207 232 / 0.95);
  border-right-color: rgb(251 207 232 / 0.95);
}

.border-x-pink-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 168 212 / var(--tw-border-opacity));
  border-right-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-x-pink-300\/0{
  border-left-color: rgb(249 168 212 / 0);
  border-right-color: rgb(249 168 212 / 0);
}

.border-x-pink-300\/10{
  border-left-color: rgb(249 168 212 / 0.1);
  border-right-color: rgb(249 168 212 / 0.1);
}

.border-x-pink-300\/100{
  border-left-color: rgb(249 168 212 / 1);
  border-right-color: rgb(249 168 212 / 1);
}

.border-x-pink-300\/20{
  border-left-color: rgb(249 168 212 / 0.2);
  border-right-color: rgb(249 168 212 / 0.2);
}

.border-x-pink-300\/25{
  border-left-color: rgb(249 168 212 / 0.25);
  border-right-color: rgb(249 168 212 / 0.25);
}

.border-x-pink-300\/30{
  border-left-color: rgb(249 168 212 / 0.3);
  border-right-color: rgb(249 168 212 / 0.3);
}

.border-x-pink-300\/40{
  border-left-color: rgb(249 168 212 / 0.4);
  border-right-color: rgb(249 168 212 / 0.4);
}

.border-x-pink-300\/5{
  border-left-color: rgb(249 168 212 / 0.05);
  border-right-color: rgb(249 168 212 / 0.05);
}

.border-x-pink-300\/50{
  border-left-color: rgb(249 168 212 / 0.5);
  border-right-color: rgb(249 168 212 / 0.5);
}

.border-x-pink-300\/60{
  border-left-color: rgb(249 168 212 / 0.6);
  border-right-color: rgb(249 168 212 / 0.6);
}

.border-x-pink-300\/70{
  border-left-color: rgb(249 168 212 / 0.7);
  border-right-color: rgb(249 168 212 / 0.7);
}

.border-x-pink-300\/75{
  border-left-color: rgb(249 168 212 / 0.75);
  border-right-color: rgb(249 168 212 / 0.75);
}

.border-x-pink-300\/80{
  border-left-color: rgb(249 168 212 / 0.8);
  border-right-color: rgb(249 168 212 / 0.8);
}

.border-x-pink-300\/90{
  border-left-color: rgb(249 168 212 / 0.9);
  border-right-color: rgb(249 168 212 / 0.9);
}

.border-x-pink-300\/95{
  border-left-color: rgb(249 168 212 / 0.95);
  border-right-color: rgb(249 168 212 / 0.95);
}

.border-x-pink-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(244 114 182 / var(--tw-border-opacity));
  border-right-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-x-pink-400\/0{
  border-left-color: rgb(244 114 182 / 0);
  border-right-color: rgb(244 114 182 / 0);
}

.border-x-pink-400\/10{
  border-left-color: rgb(244 114 182 / 0.1);
  border-right-color: rgb(244 114 182 / 0.1);
}

.border-x-pink-400\/100{
  border-left-color: rgb(244 114 182 / 1);
  border-right-color: rgb(244 114 182 / 1);
}

.border-x-pink-400\/20{
  border-left-color: rgb(244 114 182 / 0.2);
  border-right-color: rgb(244 114 182 / 0.2);
}

.border-x-pink-400\/25{
  border-left-color: rgb(244 114 182 / 0.25);
  border-right-color: rgb(244 114 182 / 0.25);
}

.border-x-pink-400\/30{
  border-left-color: rgb(244 114 182 / 0.3);
  border-right-color: rgb(244 114 182 / 0.3);
}

.border-x-pink-400\/40{
  border-left-color: rgb(244 114 182 / 0.4);
  border-right-color: rgb(244 114 182 / 0.4);
}

.border-x-pink-400\/5{
  border-left-color: rgb(244 114 182 / 0.05);
  border-right-color: rgb(244 114 182 / 0.05);
}

.border-x-pink-400\/50{
  border-left-color: rgb(244 114 182 / 0.5);
  border-right-color: rgb(244 114 182 / 0.5);
}

.border-x-pink-400\/60{
  border-left-color: rgb(244 114 182 / 0.6);
  border-right-color: rgb(244 114 182 / 0.6);
}

.border-x-pink-400\/70{
  border-left-color: rgb(244 114 182 / 0.7);
  border-right-color: rgb(244 114 182 / 0.7);
}

.border-x-pink-400\/75{
  border-left-color: rgb(244 114 182 / 0.75);
  border-right-color: rgb(244 114 182 / 0.75);
}

.border-x-pink-400\/80{
  border-left-color: rgb(244 114 182 / 0.8);
  border-right-color: rgb(244 114 182 / 0.8);
}

.border-x-pink-400\/90{
  border-left-color: rgb(244 114 182 / 0.9);
  border-right-color: rgb(244 114 182 / 0.9);
}

.border-x-pink-400\/95{
  border-left-color: rgb(244 114 182 / 0.95);
  border-right-color: rgb(244 114 182 / 0.95);
}

.border-x-pink-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity));
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-x-pink-50\/0{
  border-left-color: rgb(253 242 248 / 0);
  border-right-color: rgb(253 242 248 / 0);
}

.border-x-pink-50\/10{
  border-left-color: rgb(253 242 248 / 0.1);
  border-right-color: rgb(253 242 248 / 0.1);
}

.border-x-pink-50\/100{
  border-left-color: rgb(253 242 248 / 1);
  border-right-color: rgb(253 242 248 / 1);
}

.border-x-pink-50\/20{
  border-left-color: rgb(253 242 248 / 0.2);
  border-right-color: rgb(253 242 248 / 0.2);
}

.border-x-pink-50\/25{
  border-left-color: rgb(253 242 248 / 0.25);
  border-right-color: rgb(253 242 248 / 0.25);
}

.border-x-pink-50\/30{
  border-left-color: rgb(253 242 248 / 0.3);
  border-right-color: rgb(253 242 248 / 0.3);
}

.border-x-pink-50\/40{
  border-left-color: rgb(253 242 248 / 0.4);
  border-right-color: rgb(253 242 248 / 0.4);
}

.border-x-pink-50\/5{
  border-left-color: rgb(253 242 248 / 0.05);
  border-right-color: rgb(253 242 248 / 0.05);
}

.border-x-pink-50\/50{
  border-left-color: rgb(253 242 248 / 0.5);
  border-right-color: rgb(253 242 248 / 0.5);
}

.border-x-pink-50\/60{
  border-left-color: rgb(253 242 248 / 0.6);
  border-right-color: rgb(253 242 248 / 0.6);
}

.border-x-pink-50\/70{
  border-left-color: rgb(253 242 248 / 0.7);
  border-right-color: rgb(253 242 248 / 0.7);
}

.border-x-pink-50\/75{
  border-left-color: rgb(253 242 248 / 0.75);
  border-right-color: rgb(253 242 248 / 0.75);
}

.border-x-pink-50\/80{
  border-left-color: rgb(253 242 248 / 0.8);
  border-right-color: rgb(253 242 248 / 0.8);
}

.border-x-pink-50\/90{
  border-left-color: rgb(253 242 248 / 0.9);
  border-right-color: rgb(253 242 248 / 0.9);
}

.border-x-pink-50\/95{
  border-left-color: rgb(253 242 248 / 0.95);
  border-right-color: rgb(253 242 248 / 0.95);
}

.border-x-pink-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 72 153 / var(--tw-border-opacity));
  border-right-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-x-pink-500\/0{
  border-left-color: rgb(236 72 153 / 0);
  border-right-color: rgb(236 72 153 / 0);
}

.border-x-pink-500\/10{
  border-left-color: rgb(236 72 153 / 0.1);
  border-right-color: rgb(236 72 153 / 0.1);
}

.border-x-pink-500\/100{
  border-left-color: rgb(236 72 153 / 1);
  border-right-color: rgb(236 72 153 / 1);
}

.border-x-pink-500\/20{
  border-left-color: rgb(236 72 153 / 0.2);
  border-right-color: rgb(236 72 153 / 0.2);
}

.border-x-pink-500\/25{
  border-left-color: rgb(236 72 153 / 0.25);
  border-right-color: rgb(236 72 153 / 0.25);
}

.border-x-pink-500\/30{
  border-left-color: rgb(236 72 153 / 0.3);
  border-right-color: rgb(236 72 153 / 0.3);
}

.border-x-pink-500\/40{
  border-left-color: rgb(236 72 153 / 0.4);
  border-right-color: rgb(236 72 153 / 0.4);
}

.border-x-pink-500\/5{
  border-left-color: rgb(236 72 153 / 0.05);
  border-right-color: rgb(236 72 153 / 0.05);
}

.border-x-pink-500\/50{
  border-left-color: rgb(236 72 153 / 0.5);
  border-right-color: rgb(236 72 153 / 0.5);
}

.border-x-pink-500\/60{
  border-left-color: rgb(236 72 153 / 0.6);
  border-right-color: rgb(236 72 153 / 0.6);
}

.border-x-pink-500\/70{
  border-left-color: rgb(236 72 153 / 0.7);
  border-right-color: rgb(236 72 153 / 0.7);
}

.border-x-pink-500\/75{
  border-left-color: rgb(236 72 153 / 0.75);
  border-right-color: rgb(236 72 153 / 0.75);
}

.border-x-pink-500\/80{
  border-left-color: rgb(236 72 153 / 0.8);
  border-right-color: rgb(236 72 153 / 0.8);
}

.border-x-pink-500\/90{
  border-left-color: rgb(236 72 153 / 0.9);
  border-right-color: rgb(236 72 153 / 0.9);
}

.border-x-pink-500\/95{
  border-left-color: rgb(236 72 153 / 0.95);
  border-right-color: rgb(236 72 153 / 0.95);
}

.border-x-pink-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(219 39 119 / var(--tw-border-opacity));
  border-right-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-x-pink-600\/0{
  border-left-color: rgb(219 39 119 / 0);
  border-right-color: rgb(219 39 119 / 0);
}

.border-x-pink-600\/10{
  border-left-color: rgb(219 39 119 / 0.1);
  border-right-color: rgb(219 39 119 / 0.1);
}

.border-x-pink-600\/100{
  border-left-color: rgb(219 39 119 / 1);
  border-right-color: rgb(219 39 119 / 1);
}

.border-x-pink-600\/20{
  border-left-color: rgb(219 39 119 / 0.2);
  border-right-color: rgb(219 39 119 / 0.2);
}

.border-x-pink-600\/25{
  border-left-color: rgb(219 39 119 / 0.25);
  border-right-color: rgb(219 39 119 / 0.25);
}

.border-x-pink-600\/30{
  border-left-color: rgb(219 39 119 / 0.3);
  border-right-color: rgb(219 39 119 / 0.3);
}

.border-x-pink-600\/40{
  border-left-color: rgb(219 39 119 / 0.4);
  border-right-color: rgb(219 39 119 / 0.4);
}

.border-x-pink-600\/5{
  border-left-color: rgb(219 39 119 / 0.05);
  border-right-color: rgb(219 39 119 / 0.05);
}

.border-x-pink-600\/50{
  border-left-color: rgb(219 39 119 / 0.5);
  border-right-color: rgb(219 39 119 / 0.5);
}

.border-x-pink-600\/60{
  border-left-color: rgb(219 39 119 / 0.6);
  border-right-color: rgb(219 39 119 / 0.6);
}

.border-x-pink-600\/70{
  border-left-color: rgb(219 39 119 / 0.7);
  border-right-color: rgb(219 39 119 / 0.7);
}

.border-x-pink-600\/75{
  border-left-color: rgb(219 39 119 / 0.75);
  border-right-color: rgb(219 39 119 / 0.75);
}

.border-x-pink-600\/80{
  border-left-color: rgb(219 39 119 / 0.8);
  border-right-color: rgb(219 39 119 / 0.8);
}

.border-x-pink-600\/90{
  border-left-color: rgb(219 39 119 / 0.9);
  border-right-color: rgb(219 39 119 / 0.9);
}

.border-x-pink-600\/95{
  border-left-color: rgb(219 39 119 / 0.95);
  border-right-color: rgb(219 39 119 / 0.95);
}

.border-x-pink-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(190 24 93 / var(--tw-border-opacity));
  border-right-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-x-pink-700\/0{
  border-left-color: rgb(190 24 93 / 0);
  border-right-color: rgb(190 24 93 / 0);
}

.border-x-pink-700\/10{
  border-left-color: rgb(190 24 93 / 0.1);
  border-right-color: rgb(190 24 93 / 0.1);
}

.border-x-pink-700\/100{
  border-left-color: rgb(190 24 93 / 1);
  border-right-color: rgb(190 24 93 / 1);
}

.border-x-pink-700\/20{
  border-left-color: rgb(190 24 93 / 0.2);
  border-right-color: rgb(190 24 93 / 0.2);
}

.border-x-pink-700\/25{
  border-left-color: rgb(190 24 93 / 0.25);
  border-right-color: rgb(190 24 93 / 0.25);
}

.border-x-pink-700\/30{
  border-left-color: rgb(190 24 93 / 0.3);
  border-right-color: rgb(190 24 93 / 0.3);
}

.border-x-pink-700\/40{
  border-left-color: rgb(190 24 93 / 0.4);
  border-right-color: rgb(190 24 93 / 0.4);
}

.border-x-pink-700\/5{
  border-left-color: rgb(190 24 93 / 0.05);
  border-right-color: rgb(190 24 93 / 0.05);
}

.border-x-pink-700\/50{
  border-left-color: rgb(190 24 93 / 0.5);
  border-right-color: rgb(190 24 93 / 0.5);
}

.border-x-pink-700\/60{
  border-left-color: rgb(190 24 93 / 0.6);
  border-right-color: rgb(190 24 93 / 0.6);
}

.border-x-pink-700\/70{
  border-left-color: rgb(190 24 93 / 0.7);
  border-right-color: rgb(190 24 93 / 0.7);
}

.border-x-pink-700\/75{
  border-left-color: rgb(190 24 93 / 0.75);
  border-right-color: rgb(190 24 93 / 0.75);
}

.border-x-pink-700\/80{
  border-left-color: rgb(190 24 93 / 0.8);
  border-right-color: rgb(190 24 93 / 0.8);
}

.border-x-pink-700\/90{
  border-left-color: rgb(190 24 93 / 0.9);
  border-right-color: rgb(190 24 93 / 0.9);
}

.border-x-pink-700\/95{
  border-left-color: rgb(190 24 93 / 0.95);
  border-right-color: rgb(190 24 93 / 0.95);
}

.border-x-pink-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(157 23 77 / var(--tw-border-opacity));
  border-right-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-x-pink-800\/0{
  border-left-color: rgb(157 23 77 / 0);
  border-right-color: rgb(157 23 77 / 0);
}

.border-x-pink-800\/10{
  border-left-color: rgb(157 23 77 / 0.1);
  border-right-color: rgb(157 23 77 / 0.1);
}

.border-x-pink-800\/100{
  border-left-color: rgb(157 23 77 / 1);
  border-right-color: rgb(157 23 77 / 1);
}

.border-x-pink-800\/20{
  border-left-color: rgb(157 23 77 / 0.2);
  border-right-color: rgb(157 23 77 / 0.2);
}

.border-x-pink-800\/25{
  border-left-color: rgb(157 23 77 / 0.25);
  border-right-color: rgb(157 23 77 / 0.25);
}

.border-x-pink-800\/30{
  border-left-color: rgb(157 23 77 / 0.3);
  border-right-color: rgb(157 23 77 / 0.3);
}

.border-x-pink-800\/40{
  border-left-color: rgb(157 23 77 / 0.4);
  border-right-color: rgb(157 23 77 / 0.4);
}

.border-x-pink-800\/5{
  border-left-color: rgb(157 23 77 / 0.05);
  border-right-color: rgb(157 23 77 / 0.05);
}

.border-x-pink-800\/50{
  border-left-color: rgb(157 23 77 / 0.5);
  border-right-color: rgb(157 23 77 / 0.5);
}

.border-x-pink-800\/60{
  border-left-color: rgb(157 23 77 / 0.6);
  border-right-color: rgb(157 23 77 / 0.6);
}

.border-x-pink-800\/70{
  border-left-color: rgb(157 23 77 / 0.7);
  border-right-color: rgb(157 23 77 / 0.7);
}

.border-x-pink-800\/75{
  border-left-color: rgb(157 23 77 / 0.75);
  border-right-color: rgb(157 23 77 / 0.75);
}

.border-x-pink-800\/80{
  border-left-color: rgb(157 23 77 / 0.8);
  border-right-color: rgb(157 23 77 / 0.8);
}

.border-x-pink-800\/90{
  border-left-color: rgb(157 23 77 / 0.9);
  border-right-color: rgb(157 23 77 / 0.9);
}

.border-x-pink-800\/95{
  border-left-color: rgb(157 23 77 / 0.95);
  border-right-color: rgb(157 23 77 / 0.95);
}

.border-x-pink-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(131 24 67 / var(--tw-border-opacity));
  border-right-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-x-pink-900\/0{
  border-left-color: rgb(131 24 67 / 0);
  border-right-color: rgb(131 24 67 / 0);
}

.border-x-pink-900\/10{
  border-left-color: rgb(131 24 67 / 0.1);
  border-right-color: rgb(131 24 67 / 0.1);
}

.border-x-pink-900\/100{
  border-left-color: rgb(131 24 67 / 1);
  border-right-color: rgb(131 24 67 / 1);
}

.border-x-pink-900\/20{
  border-left-color: rgb(131 24 67 / 0.2);
  border-right-color: rgb(131 24 67 / 0.2);
}

.border-x-pink-900\/25{
  border-left-color: rgb(131 24 67 / 0.25);
  border-right-color: rgb(131 24 67 / 0.25);
}

.border-x-pink-900\/30{
  border-left-color: rgb(131 24 67 / 0.3);
  border-right-color: rgb(131 24 67 / 0.3);
}

.border-x-pink-900\/40{
  border-left-color: rgb(131 24 67 / 0.4);
  border-right-color: rgb(131 24 67 / 0.4);
}

.border-x-pink-900\/5{
  border-left-color: rgb(131 24 67 / 0.05);
  border-right-color: rgb(131 24 67 / 0.05);
}

.border-x-pink-900\/50{
  border-left-color: rgb(131 24 67 / 0.5);
  border-right-color: rgb(131 24 67 / 0.5);
}

.border-x-pink-900\/60{
  border-left-color: rgb(131 24 67 / 0.6);
  border-right-color: rgb(131 24 67 / 0.6);
}

.border-x-pink-900\/70{
  border-left-color: rgb(131 24 67 / 0.7);
  border-right-color: rgb(131 24 67 / 0.7);
}

.border-x-pink-900\/75{
  border-left-color: rgb(131 24 67 / 0.75);
  border-right-color: rgb(131 24 67 / 0.75);
}

.border-x-pink-900\/80{
  border-left-color: rgb(131 24 67 / 0.8);
  border-right-color: rgb(131 24 67 / 0.8);
}

.border-x-pink-900\/90{
  border-left-color: rgb(131 24 67 / 0.9);
  border-right-color: rgb(131 24 67 / 0.9);
}

.border-x-pink-900\/95{
  border-left-color: rgb(131 24 67 / 0.95);
  border-right-color: rgb(131 24 67 / 0.95);
}

.border-x-pink-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(80 7 36 / var(--tw-border-opacity));
  border-right-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-x-pink-950\/0{
  border-left-color: rgb(80 7 36 / 0);
  border-right-color: rgb(80 7 36 / 0);
}

.border-x-pink-950\/10{
  border-left-color: rgb(80 7 36 / 0.1);
  border-right-color: rgb(80 7 36 / 0.1);
}

.border-x-pink-950\/100{
  border-left-color: rgb(80 7 36 / 1);
  border-right-color: rgb(80 7 36 / 1);
}

.border-x-pink-950\/20{
  border-left-color: rgb(80 7 36 / 0.2);
  border-right-color: rgb(80 7 36 / 0.2);
}

.border-x-pink-950\/25{
  border-left-color: rgb(80 7 36 / 0.25);
  border-right-color: rgb(80 7 36 / 0.25);
}

.border-x-pink-950\/30{
  border-left-color: rgb(80 7 36 / 0.3);
  border-right-color: rgb(80 7 36 / 0.3);
}

.border-x-pink-950\/40{
  border-left-color: rgb(80 7 36 / 0.4);
  border-right-color: rgb(80 7 36 / 0.4);
}

.border-x-pink-950\/5{
  border-left-color: rgb(80 7 36 / 0.05);
  border-right-color: rgb(80 7 36 / 0.05);
}

.border-x-pink-950\/50{
  border-left-color: rgb(80 7 36 / 0.5);
  border-right-color: rgb(80 7 36 / 0.5);
}

.border-x-pink-950\/60{
  border-left-color: rgb(80 7 36 / 0.6);
  border-right-color: rgb(80 7 36 / 0.6);
}

.border-x-pink-950\/70{
  border-left-color: rgb(80 7 36 / 0.7);
  border-right-color: rgb(80 7 36 / 0.7);
}

.border-x-pink-950\/75{
  border-left-color: rgb(80 7 36 / 0.75);
  border-right-color: rgb(80 7 36 / 0.75);
}

.border-x-pink-950\/80{
  border-left-color: rgb(80 7 36 / 0.8);
  border-right-color: rgb(80 7 36 / 0.8);
}

.border-x-pink-950\/90{
  border-left-color: rgb(80 7 36 / 0.9);
  border-right-color: rgb(80 7 36 / 0.9);
}

.border-x-pink-950\/95{
  border-left-color: rgb(80 7 36 / 0.95);
  border-right-color: rgb(80 7 36 / 0.95);
}

.border-x-purple-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 232 255 / var(--tw-border-opacity));
  border-right-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.border-x-purple-100\/0{
  border-left-color: rgb(243 232 255 / 0);
  border-right-color: rgb(243 232 255 / 0);
}

.border-x-purple-100\/10{
  border-left-color: rgb(243 232 255 / 0.1);
  border-right-color: rgb(243 232 255 / 0.1);
}

.border-x-purple-100\/100{
  border-left-color: rgb(243 232 255 / 1);
  border-right-color: rgb(243 232 255 / 1);
}

.border-x-purple-100\/20{
  border-left-color: rgb(243 232 255 / 0.2);
  border-right-color: rgb(243 232 255 / 0.2);
}

.border-x-purple-100\/25{
  border-left-color: rgb(243 232 255 / 0.25);
  border-right-color: rgb(243 232 255 / 0.25);
}

.border-x-purple-100\/30{
  border-left-color: rgb(243 232 255 / 0.3);
  border-right-color: rgb(243 232 255 / 0.3);
}

.border-x-purple-100\/40{
  border-left-color: rgb(243 232 255 / 0.4);
  border-right-color: rgb(243 232 255 / 0.4);
}

.border-x-purple-100\/5{
  border-left-color: rgb(243 232 255 / 0.05);
  border-right-color: rgb(243 232 255 / 0.05);
}

.border-x-purple-100\/50{
  border-left-color: rgb(243 232 255 / 0.5);
  border-right-color: rgb(243 232 255 / 0.5);
}

.border-x-purple-100\/60{
  border-left-color: rgb(243 232 255 / 0.6);
  border-right-color: rgb(243 232 255 / 0.6);
}

.border-x-purple-100\/70{
  border-left-color: rgb(243 232 255 / 0.7);
  border-right-color: rgb(243 232 255 / 0.7);
}

.border-x-purple-100\/75{
  border-left-color: rgb(243 232 255 / 0.75);
  border-right-color: rgb(243 232 255 / 0.75);
}

.border-x-purple-100\/80{
  border-left-color: rgb(243 232 255 / 0.8);
  border-right-color: rgb(243 232 255 / 0.8);
}

.border-x-purple-100\/90{
  border-left-color: rgb(243 232 255 / 0.9);
  border-right-color: rgb(243 232 255 / 0.9);
}

.border-x-purple-100\/95{
  border-left-color: rgb(243 232 255 / 0.95);
  border-right-color: rgb(243 232 255 / 0.95);
}

.border-x-purple-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(233 213 255 / var(--tw-border-opacity));
  border-right-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-x-purple-200\/0{
  border-left-color: rgb(233 213 255 / 0);
  border-right-color: rgb(233 213 255 / 0);
}

.border-x-purple-200\/10{
  border-left-color: rgb(233 213 255 / 0.1);
  border-right-color: rgb(233 213 255 / 0.1);
}

.border-x-purple-200\/100{
  border-left-color: rgb(233 213 255 / 1);
  border-right-color: rgb(233 213 255 / 1);
}

.border-x-purple-200\/20{
  border-left-color: rgb(233 213 255 / 0.2);
  border-right-color: rgb(233 213 255 / 0.2);
}

.border-x-purple-200\/25{
  border-left-color: rgb(233 213 255 / 0.25);
  border-right-color: rgb(233 213 255 / 0.25);
}

.border-x-purple-200\/30{
  border-left-color: rgb(233 213 255 / 0.3);
  border-right-color: rgb(233 213 255 / 0.3);
}

.border-x-purple-200\/40{
  border-left-color: rgb(233 213 255 / 0.4);
  border-right-color: rgb(233 213 255 / 0.4);
}

.border-x-purple-200\/5{
  border-left-color: rgb(233 213 255 / 0.05);
  border-right-color: rgb(233 213 255 / 0.05);
}

.border-x-purple-200\/50{
  border-left-color: rgb(233 213 255 / 0.5);
  border-right-color: rgb(233 213 255 / 0.5);
}

.border-x-purple-200\/60{
  border-left-color: rgb(233 213 255 / 0.6);
  border-right-color: rgb(233 213 255 / 0.6);
}

.border-x-purple-200\/70{
  border-left-color: rgb(233 213 255 / 0.7);
  border-right-color: rgb(233 213 255 / 0.7);
}

.border-x-purple-200\/75{
  border-left-color: rgb(233 213 255 / 0.75);
  border-right-color: rgb(233 213 255 / 0.75);
}

.border-x-purple-200\/80{
  border-left-color: rgb(233 213 255 / 0.8);
  border-right-color: rgb(233 213 255 / 0.8);
}

.border-x-purple-200\/90{
  border-left-color: rgb(233 213 255 / 0.9);
  border-right-color: rgb(233 213 255 / 0.9);
}

.border-x-purple-200\/95{
  border-left-color: rgb(233 213 255 / 0.95);
  border-right-color: rgb(233 213 255 / 0.95);
}

.border-x-purple-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(216 180 254 / var(--tw-border-opacity));
  border-right-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-x-purple-300\/0{
  border-left-color: rgb(216 180 254 / 0);
  border-right-color: rgb(216 180 254 / 0);
}

.border-x-purple-300\/10{
  border-left-color: rgb(216 180 254 / 0.1);
  border-right-color: rgb(216 180 254 / 0.1);
}

.border-x-purple-300\/100{
  border-left-color: rgb(216 180 254 / 1);
  border-right-color: rgb(216 180 254 / 1);
}

.border-x-purple-300\/20{
  border-left-color: rgb(216 180 254 / 0.2);
  border-right-color: rgb(216 180 254 / 0.2);
}

.border-x-purple-300\/25{
  border-left-color: rgb(216 180 254 / 0.25);
  border-right-color: rgb(216 180 254 / 0.25);
}

.border-x-purple-300\/30{
  border-left-color: rgb(216 180 254 / 0.3);
  border-right-color: rgb(216 180 254 / 0.3);
}

.border-x-purple-300\/40{
  border-left-color: rgb(216 180 254 / 0.4);
  border-right-color: rgb(216 180 254 / 0.4);
}

.border-x-purple-300\/5{
  border-left-color: rgb(216 180 254 / 0.05);
  border-right-color: rgb(216 180 254 / 0.05);
}

.border-x-purple-300\/50{
  border-left-color: rgb(216 180 254 / 0.5);
  border-right-color: rgb(216 180 254 / 0.5);
}

.border-x-purple-300\/60{
  border-left-color: rgb(216 180 254 / 0.6);
  border-right-color: rgb(216 180 254 / 0.6);
}

.border-x-purple-300\/70{
  border-left-color: rgb(216 180 254 / 0.7);
  border-right-color: rgb(216 180 254 / 0.7);
}

.border-x-purple-300\/75{
  border-left-color: rgb(216 180 254 / 0.75);
  border-right-color: rgb(216 180 254 / 0.75);
}

.border-x-purple-300\/80{
  border-left-color: rgb(216 180 254 / 0.8);
  border-right-color: rgb(216 180 254 / 0.8);
}

.border-x-purple-300\/90{
  border-left-color: rgb(216 180 254 / 0.9);
  border-right-color: rgb(216 180 254 / 0.9);
}

.border-x-purple-300\/95{
  border-left-color: rgb(216 180 254 / 0.95);
  border-right-color: rgb(216 180 254 / 0.95);
}

.border-x-purple-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity));
  border-right-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-x-purple-400\/0{
  border-left-color: rgb(192 132 252 / 0);
  border-right-color: rgb(192 132 252 / 0);
}

.border-x-purple-400\/10{
  border-left-color: rgb(192 132 252 / 0.1);
  border-right-color: rgb(192 132 252 / 0.1);
}

.border-x-purple-400\/100{
  border-left-color: rgb(192 132 252 / 1);
  border-right-color: rgb(192 132 252 / 1);
}

.border-x-purple-400\/20{
  border-left-color: rgb(192 132 252 / 0.2);
  border-right-color: rgb(192 132 252 / 0.2);
}

.border-x-purple-400\/25{
  border-left-color: rgb(192 132 252 / 0.25);
  border-right-color: rgb(192 132 252 / 0.25);
}

.border-x-purple-400\/30{
  border-left-color: rgb(192 132 252 / 0.3);
  border-right-color: rgb(192 132 252 / 0.3);
}

.border-x-purple-400\/40{
  border-left-color: rgb(192 132 252 / 0.4);
  border-right-color: rgb(192 132 252 / 0.4);
}

.border-x-purple-400\/5{
  border-left-color: rgb(192 132 252 / 0.05);
  border-right-color: rgb(192 132 252 / 0.05);
}

.border-x-purple-400\/50{
  border-left-color: rgb(192 132 252 / 0.5);
  border-right-color: rgb(192 132 252 / 0.5);
}

.border-x-purple-400\/60{
  border-left-color: rgb(192 132 252 / 0.6);
  border-right-color: rgb(192 132 252 / 0.6);
}

.border-x-purple-400\/70{
  border-left-color: rgb(192 132 252 / 0.7);
  border-right-color: rgb(192 132 252 / 0.7);
}

.border-x-purple-400\/75{
  border-left-color: rgb(192 132 252 / 0.75);
  border-right-color: rgb(192 132 252 / 0.75);
}

.border-x-purple-400\/80{
  border-left-color: rgb(192 132 252 / 0.8);
  border-right-color: rgb(192 132 252 / 0.8);
}

.border-x-purple-400\/90{
  border-left-color: rgb(192 132 252 / 0.9);
  border-right-color: rgb(192 132 252 / 0.9);
}

.border-x-purple-400\/95{
  border-left-color: rgb(192 132 252 / 0.95);
  border-right-color: rgb(192 132 252 / 0.95);
}

.border-x-purple-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 245 255 / var(--tw-border-opacity));
  border-right-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-x-purple-50\/0{
  border-left-color: rgb(250 245 255 / 0);
  border-right-color: rgb(250 245 255 / 0);
}

.border-x-purple-50\/10{
  border-left-color: rgb(250 245 255 / 0.1);
  border-right-color: rgb(250 245 255 / 0.1);
}

.border-x-purple-50\/100{
  border-left-color: rgb(250 245 255 / 1);
  border-right-color: rgb(250 245 255 / 1);
}

.border-x-purple-50\/20{
  border-left-color: rgb(250 245 255 / 0.2);
  border-right-color: rgb(250 245 255 / 0.2);
}

.border-x-purple-50\/25{
  border-left-color: rgb(250 245 255 / 0.25);
  border-right-color: rgb(250 245 255 / 0.25);
}

.border-x-purple-50\/30{
  border-left-color: rgb(250 245 255 / 0.3);
  border-right-color: rgb(250 245 255 / 0.3);
}

.border-x-purple-50\/40{
  border-left-color: rgb(250 245 255 / 0.4);
  border-right-color: rgb(250 245 255 / 0.4);
}

.border-x-purple-50\/5{
  border-left-color: rgb(250 245 255 / 0.05);
  border-right-color: rgb(250 245 255 / 0.05);
}

.border-x-purple-50\/50{
  border-left-color: rgb(250 245 255 / 0.5);
  border-right-color: rgb(250 245 255 / 0.5);
}

.border-x-purple-50\/60{
  border-left-color: rgb(250 245 255 / 0.6);
  border-right-color: rgb(250 245 255 / 0.6);
}

.border-x-purple-50\/70{
  border-left-color: rgb(250 245 255 / 0.7);
  border-right-color: rgb(250 245 255 / 0.7);
}

.border-x-purple-50\/75{
  border-left-color: rgb(250 245 255 / 0.75);
  border-right-color: rgb(250 245 255 / 0.75);
}

.border-x-purple-50\/80{
  border-left-color: rgb(250 245 255 / 0.8);
  border-right-color: rgb(250 245 255 / 0.8);
}

.border-x-purple-50\/90{
  border-left-color: rgb(250 245 255 / 0.9);
  border-right-color: rgb(250 245 255 / 0.9);
}

.border-x-purple-50\/95{
  border-left-color: rgb(250 245 255 / 0.95);
  border-right-color: rgb(250 245 255 / 0.95);
}

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

.border-x-purple-500\/0{
  border-left-color: rgb(168 85 247 / 0);
  border-right-color: rgb(168 85 247 / 0);
}

.border-x-purple-500\/10{
  border-left-color: rgb(168 85 247 / 0.1);
  border-right-color: rgb(168 85 247 / 0.1);
}

.border-x-purple-500\/100{
  border-left-color: rgb(168 85 247 / 1);
  border-right-color: rgb(168 85 247 / 1);
}

.border-x-purple-500\/20{
  border-left-color: rgb(168 85 247 / 0.2);
  border-right-color: rgb(168 85 247 / 0.2);
}

.border-x-purple-500\/25{
  border-left-color: rgb(168 85 247 / 0.25);
  border-right-color: rgb(168 85 247 / 0.25);
}

.border-x-purple-500\/30{
  border-left-color: rgb(168 85 247 / 0.3);
  border-right-color: rgb(168 85 247 / 0.3);
}

.border-x-purple-500\/40{
  border-left-color: rgb(168 85 247 / 0.4);
  border-right-color: rgb(168 85 247 / 0.4);
}

.border-x-purple-500\/5{
  border-left-color: rgb(168 85 247 / 0.05);
  border-right-color: rgb(168 85 247 / 0.05);
}

.border-x-purple-500\/50{
  border-left-color: rgb(168 85 247 / 0.5);
  border-right-color: rgb(168 85 247 / 0.5);
}

.border-x-purple-500\/60{
  border-left-color: rgb(168 85 247 / 0.6);
  border-right-color: rgb(168 85 247 / 0.6);
}

.border-x-purple-500\/70{
  border-left-color: rgb(168 85 247 / 0.7);
  border-right-color: rgb(168 85 247 / 0.7);
}

.border-x-purple-500\/75{
  border-left-color: rgb(168 85 247 / 0.75);
  border-right-color: rgb(168 85 247 / 0.75);
}

.border-x-purple-500\/80{
  border-left-color: rgb(168 85 247 / 0.8);
  border-right-color: rgb(168 85 247 / 0.8);
}

.border-x-purple-500\/90{
  border-left-color: rgb(168 85 247 / 0.9);
  border-right-color: rgb(168 85 247 / 0.9);
}

.border-x-purple-500\/95{
  border-left-color: rgb(168 85 247 / 0.95);
  border-right-color: rgb(168 85 247 / 0.95);
}

.border-x-purple-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity));
  border-right-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-x-purple-600\/0{
  border-left-color: rgb(147 51 234 / 0);
  border-right-color: rgb(147 51 234 / 0);
}

.border-x-purple-600\/10{
  border-left-color: rgb(147 51 234 / 0.1);
  border-right-color: rgb(147 51 234 / 0.1);
}

.border-x-purple-600\/100{
  border-left-color: rgb(147 51 234 / 1);
  border-right-color: rgb(147 51 234 / 1);
}

.border-x-purple-600\/20{
  border-left-color: rgb(147 51 234 / 0.2);
  border-right-color: rgb(147 51 234 / 0.2);
}

.border-x-purple-600\/25{
  border-left-color: rgb(147 51 234 / 0.25);
  border-right-color: rgb(147 51 234 / 0.25);
}

.border-x-purple-600\/30{
  border-left-color: rgb(147 51 234 / 0.3);
  border-right-color: rgb(147 51 234 / 0.3);
}

.border-x-purple-600\/40{
  border-left-color: rgb(147 51 234 / 0.4);
  border-right-color: rgb(147 51 234 / 0.4);
}

.border-x-purple-600\/5{
  border-left-color: rgb(147 51 234 / 0.05);
  border-right-color: rgb(147 51 234 / 0.05);
}

.border-x-purple-600\/50{
  border-left-color: rgb(147 51 234 / 0.5);
  border-right-color: rgb(147 51 234 / 0.5);
}

.border-x-purple-600\/60{
  border-left-color: rgb(147 51 234 / 0.6);
  border-right-color: rgb(147 51 234 / 0.6);
}

.border-x-purple-600\/70{
  border-left-color: rgb(147 51 234 / 0.7);
  border-right-color: rgb(147 51 234 / 0.7);
}

.border-x-purple-600\/75{
  border-left-color: rgb(147 51 234 / 0.75);
  border-right-color: rgb(147 51 234 / 0.75);
}

.border-x-purple-600\/80{
  border-left-color: rgb(147 51 234 / 0.8);
  border-right-color: rgb(147 51 234 / 0.8);
}

.border-x-purple-600\/90{
  border-left-color: rgb(147 51 234 / 0.9);
  border-right-color: rgb(147 51 234 / 0.9);
}

.border-x-purple-600\/95{
  border-left-color: rgb(147 51 234 / 0.95);
  border-right-color: rgb(147 51 234 / 0.95);
}

.border-x-purple-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(126 34 206 / var(--tw-border-opacity));
  border-right-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-x-purple-700\/0{
  border-left-color: rgb(126 34 206 / 0);
  border-right-color: rgb(126 34 206 / 0);
}

.border-x-purple-700\/10{
  border-left-color: rgb(126 34 206 / 0.1);
  border-right-color: rgb(126 34 206 / 0.1);
}

.border-x-purple-700\/100{
  border-left-color: rgb(126 34 206 / 1);
  border-right-color: rgb(126 34 206 / 1);
}

.border-x-purple-700\/20{
  border-left-color: rgb(126 34 206 / 0.2);
  border-right-color: rgb(126 34 206 / 0.2);
}

.border-x-purple-700\/25{
  border-left-color: rgb(126 34 206 / 0.25);
  border-right-color: rgb(126 34 206 / 0.25);
}

.border-x-purple-700\/30{
  border-left-color: rgb(126 34 206 / 0.3);
  border-right-color: rgb(126 34 206 / 0.3);
}

.border-x-purple-700\/40{
  border-left-color: rgb(126 34 206 / 0.4);
  border-right-color: rgb(126 34 206 / 0.4);
}

.border-x-purple-700\/5{
  border-left-color: rgb(126 34 206 / 0.05);
  border-right-color: rgb(126 34 206 / 0.05);
}

.border-x-purple-700\/50{
  border-left-color: rgb(126 34 206 / 0.5);
  border-right-color: rgb(126 34 206 / 0.5);
}

.border-x-purple-700\/60{
  border-left-color: rgb(126 34 206 / 0.6);
  border-right-color: rgb(126 34 206 / 0.6);
}

.border-x-purple-700\/70{
  border-left-color: rgb(126 34 206 / 0.7);
  border-right-color: rgb(126 34 206 / 0.7);
}

.border-x-purple-700\/75{
  border-left-color: rgb(126 34 206 / 0.75);
  border-right-color: rgb(126 34 206 / 0.75);
}

.border-x-purple-700\/80{
  border-left-color: rgb(126 34 206 / 0.8);
  border-right-color: rgb(126 34 206 / 0.8);
}

.border-x-purple-700\/90{
  border-left-color: rgb(126 34 206 / 0.9);
  border-right-color: rgb(126 34 206 / 0.9);
}

.border-x-purple-700\/95{
  border-left-color: rgb(126 34 206 / 0.95);
  border-right-color: rgb(126 34 206 / 0.95);
}

.border-x-purple-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(107 33 168 / var(--tw-border-opacity));
  border-right-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-x-purple-800\/0{
  border-left-color: rgb(107 33 168 / 0);
  border-right-color: rgb(107 33 168 / 0);
}

.border-x-purple-800\/10{
  border-left-color: rgb(107 33 168 / 0.1);
  border-right-color: rgb(107 33 168 / 0.1);
}

.border-x-purple-800\/100{
  border-left-color: rgb(107 33 168 / 1);
  border-right-color: rgb(107 33 168 / 1);
}

.border-x-purple-800\/20{
  border-left-color: rgb(107 33 168 / 0.2);
  border-right-color: rgb(107 33 168 / 0.2);
}

.border-x-purple-800\/25{
  border-left-color: rgb(107 33 168 / 0.25);
  border-right-color: rgb(107 33 168 / 0.25);
}

.border-x-purple-800\/30{
  border-left-color: rgb(107 33 168 / 0.3);
  border-right-color: rgb(107 33 168 / 0.3);
}

.border-x-purple-800\/40{
  border-left-color: rgb(107 33 168 / 0.4);
  border-right-color: rgb(107 33 168 / 0.4);
}

.border-x-purple-800\/5{
  border-left-color: rgb(107 33 168 / 0.05);
  border-right-color: rgb(107 33 168 / 0.05);
}

.border-x-purple-800\/50{
  border-left-color: rgb(107 33 168 / 0.5);
  border-right-color: rgb(107 33 168 / 0.5);
}

.border-x-purple-800\/60{
  border-left-color: rgb(107 33 168 / 0.6);
  border-right-color: rgb(107 33 168 / 0.6);
}

.border-x-purple-800\/70{
  border-left-color: rgb(107 33 168 / 0.7);
  border-right-color: rgb(107 33 168 / 0.7);
}

.border-x-purple-800\/75{
  border-left-color: rgb(107 33 168 / 0.75);
  border-right-color: rgb(107 33 168 / 0.75);
}

.border-x-purple-800\/80{
  border-left-color: rgb(107 33 168 / 0.8);
  border-right-color: rgb(107 33 168 / 0.8);
}

.border-x-purple-800\/90{
  border-left-color: rgb(107 33 168 / 0.9);
  border-right-color: rgb(107 33 168 / 0.9);
}

.border-x-purple-800\/95{
  border-left-color: rgb(107 33 168 / 0.95);
  border-right-color: rgb(107 33 168 / 0.95);
}

.border-x-purple-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(88 28 135 / var(--tw-border-opacity));
  border-right-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-x-purple-900\/0{
  border-left-color: rgb(88 28 135 / 0);
  border-right-color: rgb(88 28 135 / 0);
}

.border-x-purple-900\/10{
  border-left-color: rgb(88 28 135 / 0.1);
  border-right-color: rgb(88 28 135 / 0.1);
}

.border-x-purple-900\/100{
  border-left-color: rgb(88 28 135 / 1);
  border-right-color: rgb(88 28 135 / 1);
}

.border-x-purple-900\/20{
  border-left-color: rgb(88 28 135 / 0.2);
  border-right-color: rgb(88 28 135 / 0.2);
}

.border-x-purple-900\/25{
  border-left-color: rgb(88 28 135 / 0.25);
  border-right-color: rgb(88 28 135 / 0.25);
}

.border-x-purple-900\/30{
  border-left-color: rgb(88 28 135 / 0.3);
  border-right-color: rgb(88 28 135 / 0.3);
}

.border-x-purple-900\/40{
  border-left-color: rgb(88 28 135 / 0.4);
  border-right-color: rgb(88 28 135 / 0.4);
}

.border-x-purple-900\/5{
  border-left-color: rgb(88 28 135 / 0.05);
  border-right-color: rgb(88 28 135 / 0.05);
}

.border-x-purple-900\/50{
  border-left-color: rgb(88 28 135 / 0.5);
  border-right-color: rgb(88 28 135 / 0.5);
}

.border-x-purple-900\/60{
  border-left-color: rgb(88 28 135 / 0.6);
  border-right-color: rgb(88 28 135 / 0.6);
}

.border-x-purple-900\/70{
  border-left-color: rgb(88 28 135 / 0.7);
  border-right-color: rgb(88 28 135 / 0.7);
}

.border-x-purple-900\/75{
  border-left-color: rgb(88 28 135 / 0.75);
  border-right-color: rgb(88 28 135 / 0.75);
}

.border-x-purple-900\/80{
  border-left-color: rgb(88 28 135 / 0.8);
  border-right-color: rgb(88 28 135 / 0.8);
}

.border-x-purple-900\/90{
  border-left-color: rgb(88 28 135 / 0.9);
  border-right-color: rgb(88 28 135 / 0.9);
}

.border-x-purple-900\/95{
  border-left-color: rgb(88 28 135 / 0.95);
  border-right-color: rgb(88 28 135 / 0.95);
}

.border-x-purple-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(59 7 100 / var(--tw-border-opacity));
  border-right-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-x-purple-950\/0{
  border-left-color: rgb(59 7 100 / 0);
  border-right-color: rgb(59 7 100 / 0);
}

.border-x-purple-950\/10{
  border-left-color: rgb(59 7 100 / 0.1);
  border-right-color: rgb(59 7 100 / 0.1);
}

.border-x-purple-950\/100{
  border-left-color: rgb(59 7 100 / 1);
  border-right-color: rgb(59 7 100 / 1);
}

.border-x-purple-950\/20{
  border-left-color: rgb(59 7 100 / 0.2);
  border-right-color: rgb(59 7 100 / 0.2);
}

.border-x-purple-950\/25{
  border-left-color: rgb(59 7 100 / 0.25);
  border-right-color: rgb(59 7 100 / 0.25);
}

.border-x-purple-950\/30{
  border-left-color: rgb(59 7 100 / 0.3);
  border-right-color: rgb(59 7 100 / 0.3);
}

.border-x-purple-950\/40{
  border-left-color: rgb(59 7 100 / 0.4);
  border-right-color: rgb(59 7 100 / 0.4);
}

.border-x-purple-950\/5{
  border-left-color: rgb(59 7 100 / 0.05);
  border-right-color: rgb(59 7 100 / 0.05);
}

.border-x-purple-950\/50{
  border-left-color: rgb(59 7 100 / 0.5);
  border-right-color: rgb(59 7 100 / 0.5);
}

.border-x-purple-950\/60{
  border-left-color: rgb(59 7 100 / 0.6);
  border-right-color: rgb(59 7 100 / 0.6);
}

.border-x-purple-950\/70{
  border-left-color: rgb(59 7 100 / 0.7);
  border-right-color: rgb(59 7 100 / 0.7);
}

.border-x-purple-950\/75{
  border-left-color: rgb(59 7 100 / 0.75);
  border-right-color: rgb(59 7 100 / 0.75);
}

.border-x-purple-950\/80{
  border-left-color: rgb(59 7 100 / 0.8);
  border-right-color: rgb(59 7 100 / 0.8);
}

.border-x-purple-950\/90{
  border-left-color: rgb(59 7 100 / 0.9);
  border-right-color: rgb(59 7 100 / 0.9);
}

.border-x-purple-950\/95{
  border-left-color: rgb(59 7 100 / 0.95);
  border-right-color: rgb(59 7 100 / 0.95);
}

.border-x-red-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity));
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.border-x-red-100\/0{
  border-left-color: rgb(254 226 226 / 0);
  border-right-color: rgb(254 226 226 / 0);
}

.border-x-red-100\/10{
  border-left-color: rgb(254 226 226 / 0.1);
  border-right-color: rgb(254 226 226 / 0.1);
}

.border-x-red-100\/100{
  border-left-color: rgb(254 226 226 / 1);
  border-right-color: rgb(254 226 226 / 1);
}

.border-x-red-100\/20{
  border-left-color: rgb(254 226 226 / 0.2);
  border-right-color: rgb(254 226 226 / 0.2);
}

.border-x-red-100\/25{
  border-left-color: rgb(254 226 226 / 0.25);
  border-right-color: rgb(254 226 226 / 0.25);
}

.border-x-red-100\/30{
  border-left-color: rgb(254 226 226 / 0.3);
  border-right-color: rgb(254 226 226 / 0.3);
}

.border-x-red-100\/40{
  border-left-color: rgb(254 226 226 / 0.4);
  border-right-color: rgb(254 226 226 / 0.4);
}

.border-x-red-100\/5{
  border-left-color: rgb(254 226 226 / 0.05);
  border-right-color: rgb(254 226 226 / 0.05);
}

.border-x-red-100\/50{
  border-left-color: rgb(254 226 226 / 0.5);
  border-right-color: rgb(254 226 226 / 0.5);
}

.border-x-red-100\/60{
  border-left-color: rgb(254 226 226 / 0.6);
  border-right-color: rgb(254 226 226 / 0.6);
}

.border-x-red-100\/70{
  border-left-color: rgb(254 226 226 / 0.7);
  border-right-color: rgb(254 226 226 / 0.7);
}

.border-x-red-100\/75{
  border-left-color: rgb(254 226 226 / 0.75);
  border-right-color: rgb(254 226 226 / 0.75);
}

.border-x-red-100\/80{
  border-left-color: rgb(254 226 226 / 0.8);
  border-right-color: rgb(254 226 226 / 0.8);
}

.border-x-red-100\/90{
  border-left-color: rgb(254 226 226 / 0.9);
  border-right-color: rgb(254 226 226 / 0.9);
}

.border-x-red-100\/95{
  border-left-color: rgb(254 226 226 / 0.95);
  border-right-color: rgb(254 226 226 / 0.95);
}

.border-x-red-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity));
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-x-red-200\/0{
  border-left-color: rgb(254 202 202 / 0);
  border-right-color: rgb(254 202 202 / 0);
}

.border-x-red-200\/10{
  border-left-color: rgb(254 202 202 / 0.1);
  border-right-color: rgb(254 202 202 / 0.1);
}

.border-x-red-200\/100{
  border-left-color: rgb(254 202 202 / 1);
  border-right-color: rgb(254 202 202 / 1);
}

.border-x-red-200\/20{
  border-left-color: rgb(254 202 202 / 0.2);
  border-right-color: rgb(254 202 202 / 0.2);
}

.border-x-red-200\/25{
  border-left-color: rgb(254 202 202 / 0.25);
  border-right-color: rgb(254 202 202 / 0.25);
}

.border-x-red-200\/30{
  border-left-color: rgb(254 202 202 / 0.3);
  border-right-color: rgb(254 202 202 / 0.3);
}

.border-x-red-200\/40{
  border-left-color: rgb(254 202 202 / 0.4);
  border-right-color: rgb(254 202 202 / 0.4);
}

.border-x-red-200\/5{
  border-left-color: rgb(254 202 202 / 0.05);
  border-right-color: rgb(254 202 202 / 0.05);
}

.border-x-red-200\/50{
  border-left-color: rgb(254 202 202 / 0.5);
  border-right-color: rgb(254 202 202 / 0.5);
}

.border-x-red-200\/60{
  border-left-color: rgb(254 202 202 / 0.6);
  border-right-color: rgb(254 202 202 / 0.6);
}

.border-x-red-200\/70{
  border-left-color: rgb(254 202 202 / 0.7);
  border-right-color: rgb(254 202 202 / 0.7);
}

.border-x-red-200\/75{
  border-left-color: rgb(254 202 202 / 0.75);
  border-right-color: rgb(254 202 202 / 0.75);
}

.border-x-red-200\/80{
  border-left-color: rgb(254 202 202 / 0.8);
  border-right-color: rgb(254 202 202 / 0.8);
}

.border-x-red-200\/90{
  border-left-color: rgb(254 202 202 / 0.9);
  border-right-color: rgb(254 202 202 / 0.9);
}

.border-x-red-200\/95{
  border-left-color: rgb(254 202 202 / 0.95);
  border-right-color: rgb(254 202 202 / 0.95);
}

.border-x-red-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity));
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-x-red-300\/0{
  border-left-color: rgb(252 165 165 / 0);
  border-right-color: rgb(252 165 165 / 0);
}

.border-x-red-300\/10{
  border-left-color: rgb(252 165 165 / 0.1);
  border-right-color: rgb(252 165 165 / 0.1);
}

.border-x-red-300\/100{
  border-left-color: rgb(252 165 165 / 1);
  border-right-color: rgb(252 165 165 / 1);
}

.border-x-red-300\/20{
  border-left-color: rgb(252 165 165 / 0.2);
  border-right-color: rgb(252 165 165 / 0.2);
}

.border-x-red-300\/25{
  border-left-color: rgb(252 165 165 / 0.25);
  border-right-color: rgb(252 165 165 / 0.25);
}

.border-x-red-300\/30{
  border-left-color: rgb(252 165 165 / 0.3);
  border-right-color: rgb(252 165 165 / 0.3);
}

.border-x-red-300\/40{
  border-left-color: rgb(252 165 165 / 0.4);
  border-right-color: rgb(252 165 165 / 0.4);
}

.border-x-red-300\/5{
  border-left-color: rgb(252 165 165 / 0.05);
  border-right-color: rgb(252 165 165 / 0.05);
}

.border-x-red-300\/50{
  border-left-color: rgb(252 165 165 / 0.5);
  border-right-color: rgb(252 165 165 / 0.5);
}

.border-x-red-300\/60{
  border-left-color: rgb(252 165 165 / 0.6);
  border-right-color: rgb(252 165 165 / 0.6);
}

.border-x-red-300\/70{
  border-left-color: rgb(252 165 165 / 0.7);
  border-right-color: rgb(252 165 165 / 0.7);
}

.border-x-red-300\/75{
  border-left-color: rgb(252 165 165 / 0.75);
  border-right-color: rgb(252 165 165 / 0.75);
}

.border-x-red-300\/80{
  border-left-color: rgb(252 165 165 / 0.8);
  border-right-color: rgb(252 165 165 / 0.8);
}

.border-x-red-300\/90{
  border-left-color: rgb(252 165 165 / 0.9);
  border-right-color: rgb(252 165 165 / 0.9);
}

.border-x-red-300\/95{
  border-left-color: rgb(252 165 165 / 0.95);
  border-right-color: rgb(252 165 165 / 0.95);
}

.border-x-red-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity));
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-x-red-400\/0{
  border-left-color: rgb(248 113 113 / 0);
  border-right-color: rgb(248 113 113 / 0);
}

.border-x-red-400\/10{
  border-left-color: rgb(248 113 113 / 0.1);
  border-right-color: rgb(248 113 113 / 0.1);
}

.border-x-red-400\/100{
  border-left-color: rgb(248 113 113 / 1);
  border-right-color: rgb(248 113 113 / 1);
}

.border-x-red-400\/20{
  border-left-color: rgb(248 113 113 / 0.2);
  border-right-color: rgb(248 113 113 / 0.2);
}

.border-x-red-400\/25{
  border-left-color: rgb(248 113 113 / 0.25);
  border-right-color: rgb(248 113 113 / 0.25);
}

.border-x-red-400\/30{
  border-left-color: rgb(248 113 113 / 0.3);
  border-right-color: rgb(248 113 113 / 0.3);
}

.border-x-red-400\/40{
  border-left-color: rgb(248 113 113 / 0.4);
  border-right-color: rgb(248 113 113 / 0.4);
}

.border-x-red-400\/5{
  border-left-color: rgb(248 113 113 / 0.05);
  border-right-color: rgb(248 113 113 / 0.05);
}

.border-x-red-400\/50{
  border-left-color: rgb(248 113 113 / 0.5);
  border-right-color: rgb(248 113 113 / 0.5);
}

.border-x-red-400\/60{
  border-left-color: rgb(248 113 113 / 0.6);
  border-right-color: rgb(248 113 113 / 0.6);
}

.border-x-red-400\/70{
  border-left-color: rgb(248 113 113 / 0.7);
  border-right-color: rgb(248 113 113 / 0.7);
}

.border-x-red-400\/75{
  border-left-color: rgb(248 113 113 / 0.75);
  border-right-color: rgb(248 113 113 / 0.75);
}

.border-x-red-400\/80{
  border-left-color: rgb(248 113 113 / 0.8);
  border-right-color: rgb(248 113 113 / 0.8);
}

.border-x-red-400\/90{
  border-left-color: rgb(248 113 113 / 0.9);
  border-right-color: rgb(248 113 113 / 0.9);
}

.border-x-red-400\/95{
  border-left-color: rgb(248 113 113 / 0.95);
  border-right-color: rgb(248 113 113 / 0.95);
}

.border-x-red-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity));
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-x-red-50\/0{
  border-left-color: rgb(254 242 242 / 0);
  border-right-color: rgb(254 242 242 / 0);
}

.border-x-red-50\/10{
  border-left-color: rgb(254 242 242 / 0.1);
  border-right-color: rgb(254 242 242 / 0.1);
}

.border-x-red-50\/100{
  border-left-color: rgb(254 242 242 / 1);
  border-right-color: rgb(254 242 242 / 1);
}

.border-x-red-50\/20{
  border-left-color: rgb(254 242 242 / 0.2);
  border-right-color: rgb(254 242 242 / 0.2);
}

.border-x-red-50\/25{
  border-left-color: rgb(254 242 242 / 0.25);
  border-right-color: rgb(254 242 242 / 0.25);
}

.border-x-red-50\/30{
  border-left-color: rgb(254 242 242 / 0.3);
  border-right-color: rgb(254 242 242 / 0.3);
}

.border-x-red-50\/40{
  border-left-color: rgb(254 242 242 / 0.4);
  border-right-color: rgb(254 242 242 / 0.4);
}

.border-x-red-50\/5{
  border-left-color: rgb(254 242 242 / 0.05);
  border-right-color: rgb(254 242 242 / 0.05);
}

.border-x-red-50\/50{
  border-left-color: rgb(254 242 242 / 0.5);
  border-right-color: rgb(254 242 242 / 0.5);
}

.border-x-red-50\/60{
  border-left-color: rgb(254 242 242 / 0.6);
  border-right-color: rgb(254 242 242 / 0.6);
}

.border-x-red-50\/70{
  border-left-color: rgb(254 242 242 / 0.7);
  border-right-color: rgb(254 242 242 / 0.7);
}

.border-x-red-50\/75{
  border-left-color: rgb(254 242 242 / 0.75);
  border-right-color: rgb(254 242 242 / 0.75);
}

.border-x-red-50\/80{
  border-left-color: rgb(254 242 242 / 0.8);
  border-right-color: rgb(254 242 242 / 0.8);
}

.border-x-red-50\/90{
  border-left-color: rgb(254 242 242 / 0.9);
  border-right-color: rgb(254 242 242 / 0.9);
}

.border-x-red-50\/95{
  border-left-color: rgb(254 242 242 / 0.95);
  border-right-color: rgb(254 242 242 / 0.95);
}

.border-x-red-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity));
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-x-red-500\/0{
  border-left-color: rgb(239 68 68 / 0);
  border-right-color: rgb(239 68 68 / 0);
}

.border-x-red-500\/10{
  border-left-color: rgb(239 68 68 / 0.1);
  border-right-color: rgb(239 68 68 / 0.1);
}

.border-x-red-500\/100{
  border-left-color: rgb(239 68 68 / 1);
  border-right-color: rgb(239 68 68 / 1);
}

.border-x-red-500\/20{
  border-left-color: rgb(239 68 68 / 0.2);
  border-right-color: rgb(239 68 68 / 0.2);
}

.border-x-red-500\/25{
  border-left-color: rgb(239 68 68 / 0.25);
  border-right-color: rgb(239 68 68 / 0.25);
}

.border-x-red-500\/30{
  border-left-color: rgb(239 68 68 / 0.3);
  border-right-color: rgb(239 68 68 / 0.3);
}

.border-x-red-500\/40{
  border-left-color: rgb(239 68 68 / 0.4);
  border-right-color: rgb(239 68 68 / 0.4);
}

.border-x-red-500\/5{
  border-left-color: rgb(239 68 68 / 0.05);
  border-right-color: rgb(239 68 68 / 0.05);
}

.border-x-red-500\/50{
  border-left-color: rgb(239 68 68 / 0.5);
  border-right-color: rgb(239 68 68 / 0.5);
}

.border-x-red-500\/60{
  border-left-color: rgb(239 68 68 / 0.6);
  border-right-color: rgb(239 68 68 / 0.6);
}

.border-x-red-500\/70{
  border-left-color: rgb(239 68 68 / 0.7);
  border-right-color: rgb(239 68 68 / 0.7);
}

.border-x-red-500\/75{
  border-left-color: rgb(239 68 68 / 0.75);
  border-right-color: rgb(239 68 68 / 0.75);
}

.border-x-red-500\/80{
  border-left-color: rgb(239 68 68 / 0.8);
  border-right-color: rgb(239 68 68 / 0.8);
}

.border-x-red-500\/90{
  border-left-color: rgb(239 68 68 / 0.9);
  border-right-color: rgb(239 68 68 / 0.9);
}

.border-x-red-500\/95{
  border-left-color: rgb(239 68 68 / 0.95);
  border-right-color: rgb(239 68 68 / 0.95);
}

.border-x-red-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity));
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-x-red-600\/0{
  border-left-color: rgb(220 38 38 / 0);
  border-right-color: rgb(220 38 38 / 0);
}

.border-x-red-600\/10{
  border-left-color: rgb(220 38 38 / 0.1);
  border-right-color: rgb(220 38 38 / 0.1);
}

.border-x-red-600\/100{
  border-left-color: rgb(220 38 38 / 1);
  border-right-color: rgb(220 38 38 / 1);
}

.border-x-red-600\/20{
  border-left-color: rgb(220 38 38 / 0.2);
  border-right-color: rgb(220 38 38 / 0.2);
}

.border-x-red-600\/25{
  border-left-color: rgb(220 38 38 / 0.25);
  border-right-color: rgb(220 38 38 / 0.25);
}

.border-x-red-600\/30{
  border-left-color: rgb(220 38 38 / 0.3);
  border-right-color: rgb(220 38 38 / 0.3);
}

.border-x-red-600\/40{
  border-left-color: rgb(220 38 38 / 0.4);
  border-right-color: rgb(220 38 38 / 0.4);
}

.border-x-red-600\/5{
  border-left-color: rgb(220 38 38 / 0.05);
  border-right-color: rgb(220 38 38 / 0.05);
}

.border-x-red-600\/50{
  border-left-color: rgb(220 38 38 / 0.5);
  border-right-color: rgb(220 38 38 / 0.5);
}

.border-x-red-600\/60{
  border-left-color: rgb(220 38 38 / 0.6);
  border-right-color: rgb(220 38 38 / 0.6);
}

.border-x-red-600\/70{
  border-left-color: rgb(220 38 38 / 0.7);
  border-right-color: rgb(220 38 38 / 0.7);
}

.border-x-red-600\/75{
  border-left-color: rgb(220 38 38 / 0.75);
  border-right-color: rgb(220 38 38 / 0.75);
}

.border-x-red-600\/80{
  border-left-color: rgb(220 38 38 / 0.8);
  border-right-color: rgb(220 38 38 / 0.8);
}

.border-x-red-600\/90{
  border-left-color: rgb(220 38 38 / 0.9);
  border-right-color: rgb(220 38 38 / 0.9);
}

.border-x-red-600\/95{
  border-left-color: rgb(220 38 38 / 0.95);
  border-right-color: rgb(220 38 38 / 0.95);
}

.border-x-red-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity));
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-x-red-700\/0{
  border-left-color: rgb(185 28 28 / 0);
  border-right-color: rgb(185 28 28 / 0);
}

.border-x-red-700\/10{
  border-left-color: rgb(185 28 28 / 0.1);
  border-right-color: rgb(185 28 28 / 0.1);
}

.border-x-red-700\/100{
  border-left-color: rgb(185 28 28 / 1);
  border-right-color: rgb(185 28 28 / 1);
}

.border-x-red-700\/20{
  border-left-color: rgb(185 28 28 / 0.2);
  border-right-color: rgb(185 28 28 / 0.2);
}

.border-x-red-700\/25{
  border-left-color: rgb(185 28 28 / 0.25);
  border-right-color: rgb(185 28 28 / 0.25);
}

.border-x-red-700\/30{
  border-left-color: rgb(185 28 28 / 0.3);
  border-right-color: rgb(185 28 28 / 0.3);
}

.border-x-red-700\/40{
  border-left-color: rgb(185 28 28 / 0.4);
  border-right-color: rgb(185 28 28 / 0.4);
}

.border-x-red-700\/5{
  border-left-color: rgb(185 28 28 / 0.05);
  border-right-color: rgb(185 28 28 / 0.05);
}

.border-x-red-700\/50{
  border-left-color: rgb(185 28 28 / 0.5);
  border-right-color: rgb(185 28 28 / 0.5);
}

.border-x-red-700\/60{
  border-left-color: rgb(185 28 28 / 0.6);
  border-right-color: rgb(185 28 28 / 0.6);
}

.border-x-red-700\/70{
  border-left-color: rgb(185 28 28 / 0.7);
  border-right-color: rgb(185 28 28 / 0.7);
}

.border-x-red-700\/75{
  border-left-color: rgb(185 28 28 / 0.75);
  border-right-color: rgb(185 28 28 / 0.75);
}

.border-x-red-700\/80{
  border-left-color: rgb(185 28 28 / 0.8);
  border-right-color: rgb(185 28 28 / 0.8);
}

.border-x-red-700\/90{
  border-left-color: rgb(185 28 28 / 0.9);
  border-right-color: rgb(185 28 28 / 0.9);
}

.border-x-red-700\/95{
  border-left-color: rgb(185 28 28 / 0.95);
  border-right-color: rgb(185 28 28 / 0.95);
}

.border-x-red-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity));
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-x-red-800\/0{
  border-left-color: rgb(153 27 27 / 0);
  border-right-color: rgb(153 27 27 / 0);
}

.border-x-red-800\/10{
  border-left-color: rgb(153 27 27 / 0.1);
  border-right-color: rgb(153 27 27 / 0.1);
}

.border-x-red-800\/100{
  border-left-color: rgb(153 27 27 / 1);
  border-right-color: rgb(153 27 27 / 1);
}

.border-x-red-800\/20{
  border-left-color: rgb(153 27 27 / 0.2);
  border-right-color: rgb(153 27 27 / 0.2);
}

.border-x-red-800\/25{
  border-left-color: rgb(153 27 27 / 0.25);
  border-right-color: rgb(153 27 27 / 0.25);
}

.border-x-red-800\/30{
  border-left-color: rgb(153 27 27 / 0.3);
  border-right-color: rgb(153 27 27 / 0.3);
}

.border-x-red-800\/40{
  border-left-color: rgb(153 27 27 / 0.4);
  border-right-color: rgb(153 27 27 / 0.4);
}

.border-x-red-800\/5{
  border-left-color: rgb(153 27 27 / 0.05);
  border-right-color: rgb(153 27 27 / 0.05);
}

.border-x-red-800\/50{
  border-left-color: rgb(153 27 27 / 0.5);
  border-right-color: rgb(153 27 27 / 0.5);
}

.border-x-red-800\/60{
  border-left-color: rgb(153 27 27 / 0.6);
  border-right-color: rgb(153 27 27 / 0.6);
}

.border-x-red-800\/70{
  border-left-color: rgb(153 27 27 / 0.7);
  border-right-color: rgb(153 27 27 / 0.7);
}

.border-x-red-800\/75{
  border-left-color: rgb(153 27 27 / 0.75);
  border-right-color: rgb(153 27 27 / 0.75);
}

.border-x-red-800\/80{
  border-left-color: rgb(153 27 27 / 0.8);
  border-right-color: rgb(153 27 27 / 0.8);
}

.border-x-red-800\/90{
  border-left-color: rgb(153 27 27 / 0.9);
  border-right-color: rgb(153 27 27 / 0.9);
}

.border-x-red-800\/95{
  border-left-color: rgb(153 27 27 / 0.95);
  border-right-color: rgb(153 27 27 / 0.95);
}

.border-x-red-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity));
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-x-red-900\/0{
  border-left-color: rgb(127 29 29 / 0);
  border-right-color: rgb(127 29 29 / 0);
}

.border-x-red-900\/10{
  border-left-color: rgb(127 29 29 / 0.1);
  border-right-color: rgb(127 29 29 / 0.1);
}

.border-x-red-900\/100{
  border-left-color: rgb(127 29 29 / 1);
  border-right-color: rgb(127 29 29 / 1);
}

.border-x-red-900\/20{
  border-left-color: rgb(127 29 29 / 0.2);
  border-right-color: rgb(127 29 29 / 0.2);
}

.border-x-red-900\/25{
  border-left-color: rgb(127 29 29 / 0.25);
  border-right-color: rgb(127 29 29 / 0.25);
}

.border-x-red-900\/30{
  border-left-color: rgb(127 29 29 / 0.3);
  border-right-color: rgb(127 29 29 / 0.3);
}

.border-x-red-900\/40{
  border-left-color: rgb(127 29 29 / 0.4);
  border-right-color: rgb(127 29 29 / 0.4);
}

.border-x-red-900\/5{
  border-left-color: rgb(127 29 29 / 0.05);
  border-right-color: rgb(127 29 29 / 0.05);
}

.border-x-red-900\/50{
  border-left-color: rgb(127 29 29 / 0.5);
  border-right-color: rgb(127 29 29 / 0.5);
}

.border-x-red-900\/60{
  border-left-color: rgb(127 29 29 / 0.6);
  border-right-color: rgb(127 29 29 / 0.6);
}

.border-x-red-900\/70{
  border-left-color: rgb(127 29 29 / 0.7);
  border-right-color: rgb(127 29 29 / 0.7);
}

.border-x-red-900\/75{
  border-left-color: rgb(127 29 29 / 0.75);
  border-right-color: rgb(127 29 29 / 0.75);
}

.border-x-red-900\/80{
  border-left-color: rgb(127 29 29 / 0.8);
  border-right-color: rgb(127 29 29 / 0.8);
}

.border-x-red-900\/90{
  border-left-color: rgb(127 29 29 / 0.9);
  border-right-color: rgb(127 29 29 / 0.9);
}

.border-x-red-900\/95{
  border-left-color: rgb(127 29 29 / 0.95);
  border-right-color: rgb(127 29 29 / 0.95);
}

.border-x-red-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(69 10 10 / var(--tw-border-opacity));
  border-right-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-x-red-950\/0{
  border-left-color: rgb(69 10 10 / 0);
  border-right-color: rgb(69 10 10 / 0);
}

.border-x-red-950\/10{
  border-left-color: rgb(69 10 10 / 0.1);
  border-right-color: rgb(69 10 10 / 0.1);
}

.border-x-red-950\/100{
  border-left-color: rgb(69 10 10 / 1);
  border-right-color: rgb(69 10 10 / 1);
}

.border-x-red-950\/20{
  border-left-color: rgb(69 10 10 / 0.2);
  border-right-color: rgb(69 10 10 / 0.2);
}

.border-x-red-950\/25{
  border-left-color: rgb(69 10 10 / 0.25);
  border-right-color: rgb(69 10 10 / 0.25);
}

.border-x-red-950\/30{
  border-left-color: rgb(69 10 10 / 0.3);
  border-right-color: rgb(69 10 10 / 0.3);
}

.border-x-red-950\/40{
  border-left-color: rgb(69 10 10 / 0.4);
  border-right-color: rgb(69 10 10 / 0.4);
}

.border-x-red-950\/5{
  border-left-color: rgb(69 10 10 / 0.05);
  border-right-color: rgb(69 10 10 / 0.05);
}

.border-x-red-950\/50{
  border-left-color: rgb(69 10 10 / 0.5);
  border-right-color: rgb(69 10 10 / 0.5);
}

.border-x-red-950\/60{
  border-left-color: rgb(69 10 10 / 0.6);
  border-right-color: rgb(69 10 10 / 0.6);
}

.border-x-red-950\/70{
  border-left-color: rgb(69 10 10 / 0.7);
  border-right-color: rgb(69 10 10 / 0.7);
}

.border-x-red-950\/75{
  border-left-color: rgb(69 10 10 / 0.75);
  border-right-color: rgb(69 10 10 / 0.75);
}

.border-x-red-950\/80{
  border-left-color: rgb(69 10 10 / 0.8);
  border-right-color: rgb(69 10 10 / 0.8);
}

.border-x-red-950\/90{
  border-left-color: rgb(69 10 10 / 0.9);
  border-right-color: rgb(69 10 10 / 0.9);
}

.border-x-red-950\/95{
  border-left-color: rgb(69 10 10 / 0.95);
  border-right-color: rgb(69 10 10 / 0.95);
}

.border-x-rose-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 228 230 / var(--tw-border-opacity));
  border-right-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-x-rose-100\/0{
  border-left-color: rgb(255 228 230 / 0);
  border-right-color: rgb(255 228 230 / 0);
}

.border-x-rose-100\/10{
  border-left-color: rgb(255 228 230 / 0.1);
  border-right-color: rgb(255 228 230 / 0.1);
}

.border-x-rose-100\/100{
  border-left-color: rgb(255 228 230 / 1);
  border-right-color: rgb(255 228 230 / 1);
}

.border-x-rose-100\/20{
  border-left-color: rgb(255 228 230 / 0.2);
  border-right-color: rgb(255 228 230 / 0.2);
}

.border-x-rose-100\/25{
  border-left-color: rgb(255 228 230 / 0.25);
  border-right-color: rgb(255 228 230 / 0.25);
}

.border-x-rose-100\/30{
  border-left-color: rgb(255 228 230 / 0.3);
  border-right-color: rgb(255 228 230 / 0.3);
}

.border-x-rose-100\/40{
  border-left-color: rgb(255 228 230 / 0.4);
  border-right-color: rgb(255 228 230 / 0.4);
}

.border-x-rose-100\/5{
  border-left-color: rgb(255 228 230 / 0.05);
  border-right-color: rgb(255 228 230 / 0.05);
}

.border-x-rose-100\/50{
  border-left-color: rgb(255 228 230 / 0.5);
  border-right-color: rgb(255 228 230 / 0.5);
}

.border-x-rose-100\/60{
  border-left-color: rgb(255 228 230 / 0.6);
  border-right-color: rgb(255 228 230 / 0.6);
}

.border-x-rose-100\/70{
  border-left-color: rgb(255 228 230 / 0.7);
  border-right-color: rgb(255 228 230 / 0.7);
}

.border-x-rose-100\/75{
  border-left-color: rgb(255 228 230 / 0.75);
  border-right-color: rgb(255 228 230 / 0.75);
}

.border-x-rose-100\/80{
  border-left-color: rgb(255 228 230 / 0.8);
  border-right-color: rgb(255 228 230 / 0.8);
}

.border-x-rose-100\/90{
  border-left-color: rgb(255 228 230 / 0.9);
  border-right-color: rgb(255 228 230 / 0.9);
}

.border-x-rose-100\/95{
  border-left-color: rgb(255 228 230 / 0.95);
  border-right-color: rgb(255 228 230 / 0.95);
}

.border-x-rose-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 205 211 / var(--tw-border-opacity));
  border-right-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-x-rose-200\/0{
  border-left-color: rgb(254 205 211 / 0);
  border-right-color: rgb(254 205 211 / 0);
}

.border-x-rose-200\/10{
  border-left-color: rgb(254 205 211 / 0.1);
  border-right-color: rgb(254 205 211 / 0.1);
}

.border-x-rose-200\/100{
  border-left-color: rgb(254 205 211 / 1);
  border-right-color: rgb(254 205 211 / 1);
}

.border-x-rose-200\/20{
  border-left-color: rgb(254 205 211 / 0.2);
  border-right-color: rgb(254 205 211 / 0.2);
}

.border-x-rose-200\/25{
  border-left-color: rgb(254 205 211 / 0.25);
  border-right-color: rgb(254 205 211 / 0.25);
}

.border-x-rose-200\/30{
  border-left-color: rgb(254 205 211 / 0.3);
  border-right-color: rgb(254 205 211 / 0.3);
}

.border-x-rose-200\/40{
  border-left-color: rgb(254 205 211 / 0.4);
  border-right-color: rgb(254 205 211 / 0.4);
}

.border-x-rose-200\/5{
  border-left-color: rgb(254 205 211 / 0.05);
  border-right-color: rgb(254 205 211 / 0.05);
}

.border-x-rose-200\/50{
  border-left-color: rgb(254 205 211 / 0.5);
  border-right-color: rgb(254 205 211 / 0.5);
}

.border-x-rose-200\/60{
  border-left-color: rgb(254 205 211 / 0.6);
  border-right-color: rgb(254 205 211 / 0.6);
}

.border-x-rose-200\/70{
  border-left-color: rgb(254 205 211 / 0.7);
  border-right-color: rgb(254 205 211 / 0.7);
}

.border-x-rose-200\/75{
  border-left-color: rgb(254 205 211 / 0.75);
  border-right-color: rgb(254 205 211 / 0.75);
}

.border-x-rose-200\/80{
  border-left-color: rgb(254 205 211 / 0.8);
  border-right-color: rgb(254 205 211 / 0.8);
}

.border-x-rose-200\/90{
  border-left-color: rgb(254 205 211 / 0.9);
  border-right-color: rgb(254 205 211 / 0.9);
}

.border-x-rose-200\/95{
  border-left-color: rgb(254 205 211 / 0.95);
  border-right-color: rgb(254 205 211 / 0.95);
}

.border-x-rose-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 164 175 / var(--tw-border-opacity));
  border-right-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-x-rose-300\/0{
  border-left-color: rgb(253 164 175 / 0);
  border-right-color: rgb(253 164 175 / 0);
}

.border-x-rose-300\/10{
  border-left-color: rgb(253 164 175 / 0.1);
  border-right-color: rgb(253 164 175 / 0.1);
}

.border-x-rose-300\/100{
  border-left-color: rgb(253 164 175 / 1);
  border-right-color: rgb(253 164 175 / 1);
}

.border-x-rose-300\/20{
  border-left-color: rgb(253 164 175 / 0.2);
  border-right-color: rgb(253 164 175 / 0.2);
}

.border-x-rose-300\/25{
  border-left-color: rgb(253 164 175 / 0.25);
  border-right-color: rgb(253 164 175 / 0.25);
}

.border-x-rose-300\/30{
  border-left-color: rgb(253 164 175 / 0.3);
  border-right-color: rgb(253 164 175 / 0.3);
}

.border-x-rose-300\/40{
  border-left-color: rgb(253 164 175 / 0.4);
  border-right-color: rgb(253 164 175 / 0.4);
}

.border-x-rose-300\/5{
  border-left-color: rgb(253 164 175 / 0.05);
  border-right-color: rgb(253 164 175 / 0.05);
}

.border-x-rose-300\/50{
  border-left-color: rgb(253 164 175 / 0.5);
  border-right-color: rgb(253 164 175 / 0.5);
}

.border-x-rose-300\/60{
  border-left-color: rgb(253 164 175 / 0.6);
  border-right-color: rgb(253 164 175 / 0.6);
}

.border-x-rose-300\/70{
  border-left-color: rgb(253 164 175 / 0.7);
  border-right-color: rgb(253 164 175 / 0.7);
}

.border-x-rose-300\/75{
  border-left-color: rgb(253 164 175 / 0.75);
  border-right-color: rgb(253 164 175 / 0.75);
}

.border-x-rose-300\/80{
  border-left-color: rgb(253 164 175 / 0.8);
  border-right-color: rgb(253 164 175 / 0.8);
}

.border-x-rose-300\/90{
  border-left-color: rgb(253 164 175 / 0.9);
  border-right-color: rgb(253 164 175 / 0.9);
}

.border-x-rose-300\/95{
  border-left-color: rgb(253 164 175 / 0.95);
  border-right-color: rgb(253 164 175 / 0.95);
}

.border-x-rose-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 113 133 / var(--tw-border-opacity));
  border-right-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-x-rose-400\/0{
  border-left-color: rgb(251 113 133 / 0);
  border-right-color: rgb(251 113 133 / 0);
}

.border-x-rose-400\/10{
  border-left-color: rgb(251 113 133 / 0.1);
  border-right-color: rgb(251 113 133 / 0.1);
}

.border-x-rose-400\/100{
  border-left-color: rgb(251 113 133 / 1);
  border-right-color: rgb(251 113 133 / 1);
}

.border-x-rose-400\/20{
  border-left-color: rgb(251 113 133 / 0.2);
  border-right-color: rgb(251 113 133 / 0.2);
}

.border-x-rose-400\/25{
  border-left-color: rgb(251 113 133 / 0.25);
  border-right-color: rgb(251 113 133 / 0.25);
}

.border-x-rose-400\/30{
  border-left-color: rgb(251 113 133 / 0.3);
  border-right-color: rgb(251 113 133 / 0.3);
}

.border-x-rose-400\/40{
  border-left-color: rgb(251 113 133 / 0.4);
  border-right-color: rgb(251 113 133 / 0.4);
}

.border-x-rose-400\/5{
  border-left-color: rgb(251 113 133 / 0.05);
  border-right-color: rgb(251 113 133 / 0.05);
}

.border-x-rose-400\/50{
  border-left-color: rgb(251 113 133 / 0.5);
  border-right-color: rgb(251 113 133 / 0.5);
}

.border-x-rose-400\/60{
  border-left-color: rgb(251 113 133 / 0.6);
  border-right-color: rgb(251 113 133 / 0.6);
}

.border-x-rose-400\/70{
  border-left-color: rgb(251 113 133 / 0.7);
  border-right-color: rgb(251 113 133 / 0.7);
}

.border-x-rose-400\/75{
  border-left-color: rgb(251 113 133 / 0.75);
  border-right-color: rgb(251 113 133 / 0.75);
}

.border-x-rose-400\/80{
  border-left-color: rgb(251 113 133 / 0.8);
  border-right-color: rgb(251 113 133 / 0.8);
}

.border-x-rose-400\/90{
  border-left-color: rgb(251 113 133 / 0.9);
  border-right-color: rgb(251 113 133 / 0.9);
}

.border-x-rose-400\/95{
  border-left-color: rgb(251 113 133 / 0.95);
  border-right-color: rgb(251 113 133 / 0.95);
}

.border-x-rose-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 241 242 / var(--tw-border-opacity));
  border-right-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-x-rose-50\/0{
  border-left-color: rgb(255 241 242 / 0);
  border-right-color: rgb(255 241 242 / 0);
}

.border-x-rose-50\/10{
  border-left-color: rgb(255 241 242 / 0.1);
  border-right-color: rgb(255 241 242 / 0.1);
}

.border-x-rose-50\/100{
  border-left-color: rgb(255 241 242 / 1);
  border-right-color: rgb(255 241 242 / 1);
}

.border-x-rose-50\/20{
  border-left-color: rgb(255 241 242 / 0.2);
  border-right-color: rgb(255 241 242 / 0.2);
}

.border-x-rose-50\/25{
  border-left-color: rgb(255 241 242 / 0.25);
  border-right-color: rgb(255 241 242 / 0.25);
}

.border-x-rose-50\/30{
  border-left-color: rgb(255 241 242 / 0.3);
  border-right-color: rgb(255 241 242 / 0.3);
}

.border-x-rose-50\/40{
  border-left-color: rgb(255 241 242 / 0.4);
  border-right-color: rgb(255 241 242 / 0.4);
}

.border-x-rose-50\/5{
  border-left-color: rgb(255 241 242 / 0.05);
  border-right-color: rgb(255 241 242 / 0.05);
}

.border-x-rose-50\/50{
  border-left-color: rgb(255 241 242 / 0.5);
  border-right-color: rgb(255 241 242 / 0.5);
}

.border-x-rose-50\/60{
  border-left-color: rgb(255 241 242 / 0.6);
  border-right-color: rgb(255 241 242 / 0.6);
}

.border-x-rose-50\/70{
  border-left-color: rgb(255 241 242 / 0.7);
  border-right-color: rgb(255 241 242 / 0.7);
}

.border-x-rose-50\/75{
  border-left-color: rgb(255 241 242 / 0.75);
  border-right-color: rgb(255 241 242 / 0.75);
}

.border-x-rose-50\/80{
  border-left-color: rgb(255 241 242 / 0.8);
  border-right-color: rgb(255 241 242 / 0.8);
}

.border-x-rose-50\/90{
  border-left-color: rgb(255 241 242 / 0.9);
  border-right-color: rgb(255 241 242 / 0.9);
}

.border-x-rose-50\/95{
  border-left-color: rgb(255 241 242 / 0.95);
  border-right-color: rgb(255 241 242 / 0.95);
}

.border-x-rose-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(244 63 94 / var(--tw-border-opacity));
  border-right-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-x-rose-500\/0{
  border-left-color: rgb(244 63 94 / 0);
  border-right-color: rgb(244 63 94 / 0);
}

.border-x-rose-500\/10{
  border-left-color: rgb(244 63 94 / 0.1);
  border-right-color: rgb(244 63 94 / 0.1);
}

.border-x-rose-500\/100{
  border-left-color: rgb(244 63 94 / 1);
  border-right-color: rgb(244 63 94 / 1);
}

.border-x-rose-500\/20{
  border-left-color: rgb(244 63 94 / 0.2);
  border-right-color: rgb(244 63 94 / 0.2);
}

.border-x-rose-500\/25{
  border-left-color: rgb(244 63 94 / 0.25);
  border-right-color: rgb(244 63 94 / 0.25);
}

.border-x-rose-500\/30{
  border-left-color: rgb(244 63 94 / 0.3);
  border-right-color: rgb(244 63 94 / 0.3);
}

.border-x-rose-500\/40{
  border-left-color: rgb(244 63 94 / 0.4);
  border-right-color: rgb(244 63 94 / 0.4);
}

.border-x-rose-500\/5{
  border-left-color: rgb(244 63 94 / 0.05);
  border-right-color: rgb(244 63 94 / 0.05);
}

.border-x-rose-500\/50{
  border-left-color: rgb(244 63 94 / 0.5);
  border-right-color: rgb(244 63 94 / 0.5);
}

.border-x-rose-500\/60{
  border-left-color: rgb(244 63 94 / 0.6);
  border-right-color: rgb(244 63 94 / 0.6);
}

.border-x-rose-500\/70{
  border-left-color: rgb(244 63 94 / 0.7);
  border-right-color: rgb(244 63 94 / 0.7);
}

.border-x-rose-500\/75{
  border-left-color: rgb(244 63 94 / 0.75);
  border-right-color: rgb(244 63 94 / 0.75);
}

.border-x-rose-500\/80{
  border-left-color: rgb(244 63 94 / 0.8);
  border-right-color: rgb(244 63 94 / 0.8);
}

.border-x-rose-500\/90{
  border-left-color: rgb(244 63 94 / 0.9);
  border-right-color: rgb(244 63 94 / 0.9);
}

.border-x-rose-500\/95{
  border-left-color: rgb(244 63 94 / 0.95);
  border-right-color: rgb(244 63 94 / 0.95);
}

.border-x-rose-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(225 29 72 / var(--tw-border-opacity));
  border-right-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.border-x-rose-600\/0{
  border-left-color: rgb(225 29 72 / 0);
  border-right-color: rgb(225 29 72 / 0);
}

.border-x-rose-600\/10{
  border-left-color: rgb(225 29 72 / 0.1);
  border-right-color: rgb(225 29 72 / 0.1);
}

.border-x-rose-600\/100{
  border-left-color: rgb(225 29 72 / 1);
  border-right-color: rgb(225 29 72 / 1);
}

.border-x-rose-600\/20{
  border-left-color: rgb(225 29 72 / 0.2);
  border-right-color: rgb(225 29 72 / 0.2);
}

.border-x-rose-600\/25{
  border-left-color: rgb(225 29 72 / 0.25);
  border-right-color: rgb(225 29 72 / 0.25);
}

.border-x-rose-600\/30{
  border-left-color: rgb(225 29 72 / 0.3);
  border-right-color: rgb(225 29 72 / 0.3);
}

.border-x-rose-600\/40{
  border-left-color: rgb(225 29 72 / 0.4);
  border-right-color: rgb(225 29 72 / 0.4);
}

.border-x-rose-600\/5{
  border-left-color: rgb(225 29 72 / 0.05);
  border-right-color: rgb(225 29 72 / 0.05);
}

.border-x-rose-600\/50{
  border-left-color: rgb(225 29 72 / 0.5);
  border-right-color: rgb(225 29 72 / 0.5);
}

.border-x-rose-600\/60{
  border-left-color: rgb(225 29 72 / 0.6);
  border-right-color: rgb(225 29 72 / 0.6);
}

.border-x-rose-600\/70{
  border-left-color: rgb(225 29 72 / 0.7);
  border-right-color: rgb(225 29 72 / 0.7);
}

.border-x-rose-600\/75{
  border-left-color: rgb(225 29 72 / 0.75);
  border-right-color: rgb(225 29 72 / 0.75);
}

.border-x-rose-600\/80{
  border-left-color: rgb(225 29 72 / 0.8);
  border-right-color: rgb(225 29 72 / 0.8);
}

.border-x-rose-600\/90{
  border-left-color: rgb(225 29 72 / 0.9);
  border-right-color: rgb(225 29 72 / 0.9);
}

.border-x-rose-600\/95{
  border-left-color: rgb(225 29 72 / 0.95);
  border-right-color: rgb(225 29 72 / 0.95);
}

.border-x-rose-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(190 18 60 / var(--tw-border-opacity));
  border-right-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-x-rose-700\/0{
  border-left-color: rgb(190 18 60 / 0);
  border-right-color: rgb(190 18 60 / 0);
}

.border-x-rose-700\/10{
  border-left-color: rgb(190 18 60 / 0.1);
  border-right-color: rgb(190 18 60 / 0.1);
}

.border-x-rose-700\/100{
  border-left-color: rgb(190 18 60 / 1);
  border-right-color: rgb(190 18 60 / 1);
}

.border-x-rose-700\/20{
  border-left-color: rgb(190 18 60 / 0.2);
  border-right-color: rgb(190 18 60 / 0.2);
}

.border-x-rose-700\/25{
  border-left-color: rgb(190 18 60 / 0.25);
  border-right-color: rgb(190 18 60 / 0.25);
}

.border-x-rose-700\/30{
  border-left-color: rgb(190 18 60 / 0.3);
  border-right-color: rgb(190 18 60 / 0.3);
}

.border-x-rose-700\/40{
  border-left-color: rgb(190 18 60 / 0.4);
  border-right-color: rgb(190 18 60 / 0.4);
}

.border-x-rose-700\/5{
  border-left-color: rgb(190 18 60 / 0.05);
  border-right-color: rgb(190 18 60 / 0.05);
}

.border-x-rose-700\/50{
  border-left-color: rgb(190 18 60 / 0.5);
  border-right-color: rgb(190 18 60 / 0.5);
}

.border-x-rose-700\/60{
  border-left-color: rgb(190 18 60 / 0.6);
  border-right-color: rgb(190 18 60 / 0.6);
}

.border-x-rose-700\/70{
  border-left-color: rgb(190 18 60 / 0.7);
  border-right-color: rgb(190 18 60 / 0.7);
}

.border-x-rose-700\/75{
  border-left-color: rgb(190 18 60 / 0.75);
  border-right-color: rgb(190 18 60 / 0.75);
}

.border-x-rose-700\/80{
  border-left-color: rgb(190 18 60 / 0.8);
  border-right-color: rgb(190 18 60 / 0.8);
}

.border-x-rose-700\/90{
  border-left-color: rgb(190 18 60 / 0.9);
  border-right-color: rgb(190 18 60 / 0.9);
}

.border-x-rose-700\/95{
  border-left-color: rgb(190 18 60 / 0.95);
  border-right-color: rgb(190 18 60 / 0.95);
}

.border-x-rose-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(159 18 57 / var(--tw-border-opacity));
  border-right-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-x-rose-800\/0{
  border-left-color: rgb(159 18 57 / 0);
  border-right-color: rgb(159 18 57 / 0);
}

.border-x-rose-800\/10{
  border-left-color: rgb(159 18 57 / 0.1);
  border-right-color: rgb(159 18 57 / 0.1);
}

.border-x-rose-800\/100{
  border-left-color: rgb(159 18 57 / 1);
  border-right-color: rgb(159 18 57 / 1);
}

.border-x-rose-800\/20{
  border-left-color: rgb(159 18 57 / 0.2);
  border-right-color: rgb(159 18 57 / 0.2);
}

.border-x-rose-800\/25{
  border-left-color: rgb(159 18 57 / 0.25);
  border-right-color: rgb(159 18 57 / 0.25);
}

.border-x-rose-800\/30{
  border-left-color: rgb(159 18 57 / 0.3);
  border-right-color: rgb(159 18 57 / 0.3);
}

.border-x-rose-800\/40{
  border-left-color: rgb(159 18 57 / 0.4);
  border-right-color: rgb(159 18 57 / 0.4);
}

.border-x-rose-800\/5{
  border-left-color: rgb(159 18 57 / 0.05);
  border-right-color: rgb(159 18 57 / 0.05);
}

.border-x-rose-800\/50{
  border-left-color: rgb(159 18 57 / 0.5);
  border-right-color: rgb(159 18 57 / 0.5);
}

.border-x-rose-800\/60{
  border-left-color: rgb(159 18 57 / 0.6);
  border-right-color: rgb(159 18 57 / 0.6);
}

.border-x-rose-800\/70{
  border-left-color: rgb(159 18 57 / 0.7);
  border-right-color: rgb(159 18 57 / 0.7);
}

.border-x-rose-800\/75{
  border-left-color: rgb(159 18 57 / 0.75);
  border-right-color: rgb(159 18 57 / 0.75);
}

.border-x-rose-800\/80{
  border-left-color: rgb(159 18 57 / 0.8);
  border-right-color: rgb(159 18 57 / 0.8);
}

.border-x-rose-800\/90{
  border-left-color: rgb(159 18 57 / 0.9);
  border-right-color: rgb(159 18 57 / 0.9);
}

.border-x-rose-800\/95{
  border-left-color: rgb(159 18 57 / 0.95);
  border-right-color: rgb(159 18 57 / 0.95);
}

.border-x-rose-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(136 19 55 / var(--tw-border-opacity));
  border-right-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-x-rose-900\/0{
  border-left-color: rgb(136 19 55 / 0);
  border-right-color: rgb(136 19 55 / 0);
}

.border-x-rose-900\/10{
  border-left-color: rgb(136 19 55 / 0.1);
  border-right-color: rgb(136 19 55 / 0.1);
}

.border-x-rose-900\/100{
  border-left-color: rgb(136 19 55 / 1);
  border-right-color: rgb(136 19 55 / 1);
}

.border-x-rose-900\/20{
  border-left-color: rgb(136 19 55 / 0.2);
  border-right-color: rgb(136 19 55 / 0.2);
}

.border-x-rose-900\/25{
  border-left-color: rgb(136 19 55 / 0.25);
  border-right-color: rgb(136 19 55 / 0.25);
}

.border-x-rose-900\/30{
  border-left-color: rgb(136 19 55 / 0.3);
  border-right-color: rgb(136 19 55 / 0.3);
}

.border-x-rose-900\/40{
  border-left-color: rgb(136 19 55 / 0.4);
  border-right-color: rgb(136 19 55 / 0.4);
}

.border-x-rose-900\/5{
  border-left-color: rgb(136 19 55 / 0.05);
  border-right-color: rgb(136 19 55 / 0.05);
}

.border-x-rose-900\/50{
  border-left-color: rgb(136 19 55 / 0.5);
  border-right-color: rgb(136 19 55 / 0.5);
}

.border-x-rose-900\/60{
  border-left-color: rgb(136 19 55 / 0.6);
  border-right-color: rgb(136 19 55 / 0.6);
}

.border-x-rose-900\/70{
  border-left-color: rgb(136 19 55 / 0.7);
  border-right-color: rgb(136 19 55 / 0.7);
}

.border-x-rose-900\/75{
  border-left-color: rgb(136 19 55 / 0.75);
  border-right-color: rgb(136 19 55 / 0.75);
}

.border-x-rose-900\/80{
  border-left-color: rgb(136 19 55 / 0.8);
  border-right-color: rgb(136 19 55 / 0.8);
}

.border-x-rose-900\/90{
  border-left-color: rgb(136 19 55 / 0.9);
  border-right-color: rgb(136 19 55 / 0.9);
}

.border-x-rose-900\/95{
  border-left-color: rgb(136 19 55 / 0.95);
  border-right-color: rgb(136 19 55 / 0.95);
}

.border-x-rose-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(76 5 25 / var(--tw-border-opacity));
  border-right-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-x-rose-950\/0{
  border-left-color: rgb(76 5 25 / 0);
  border-right-color: rgb(76 5 25 / 0);
}

.border-x-rose-950\/10{
  border-left-color: rgb(76 5 25 / 0.1);
  border-right-color: rgb(76 5 25 / 0.1);
}

.border-x-rose-950\/100{
  border-left-color: rgb(76 5 25 / 1);
  border-right-color: rgb(76 5 25 / 1);
}

.border-x-rose-950\/20{
  border-left-color: rgb(76 5 25 / 0.2);
  border-right-color: rgb(76 5 25 / 0.2);
}

.border-x-rose-950\/25{
  border-left-color: rgb(76 5 25 / 0.25);
  border-right-color: rgb(76 5 25 / 0.25);
}

.border-x-rose-950\/30{
  border-left-color: rgb(76 5 25 / 0.3);
  border-right-color: rgb(76 5 25 / 0.3);
}

.border-x-rose-950\/40{
  border-left-color: rgb(76 5 25 / 0.4);
  border-right-color: rgb(76 5 25 / 0.4);
}

.border-x-rose-950\/5{
  border-left-color: rgb(76 5 25 / 0.05);
  border-right-color: rgb(76 5 25 / 0.05);
}

.border-x-rose-950\/50{
  border-left-color: rgb(76 5 25 / 0.5);
  border-right-color: rgb(76 5 25 / 0.5);
}

.border-x-rose-950\/60{
  border-left-color: rgb(76 5 25 / 0.6);
  border-right-color: rgb(76 5 25 / 0.6);
}

.border-x-rose-950\/70{
  border-left-color: rgb(76 5 25 / 0.7);
  border-right-color: rgb(76 5 25 / 0.7);
}

.border-x-rose-950\/75{
  border-left-color: rgb(76 5 25 / 0.75);
  border-right-color: rgb(76 5 25 / 0.75);
}

.border-x-rose-950\/80{
  border-left-color: rgb(76 5 25 / 0.8);
  border-right-color: rgb(76 5 25 / 0.8);
}

.border-x-rose-950\/90{
  border-left-color: rgb(76 5 25 / 0.9);
  border-right-color: rgb(76 5 25 / 0.9);
}

.border-x-rose-950\/95{
  border-left-color: rgb(76 5 25 / 0.95);
  border-right-color: rgb(76 5 25 / 0.95);
}

.border-x-sky-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 242 254 / var(--tw-border-opacity));
  border-right-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.border-x-sky-100\/0{
  border-left-color: rgb(224 242 254 / 0);
  border-right-color: rgb(224 242 254 / 0);
}

.border-x-sky-100\/10{
  border-left-color: rgb(224 242 254 / 0.1);
  border-right-color: rgb(224 242 254 / 0.1);
}

.border-x-sky-100\/100{
  border-left-color: rgb(224 242 254 / 1);
  border-right-color: rgb(224 242 254 / 1);
}

.border-x-sky-100\/20{
  border-left-color: rgb(224 242 254 / 0.2);
  border-right-color: rgb(224 242 254 / 0.2);
}

.border-x-sky-100\/25{
  border-left-color: rgb(224 242 254 / 0.25);
  border-right-color: rgb(224 242 254 / 0.25);
}

.border-x-sky-100\/30{
  border-left-color: rgb(224 242 254 / 0.3);
  border-right-color: rgb(224 242 254 / 0.3);
}

.border-x-sky-100\/40{
  border-left-color: rgb(224 242 254 / 0.4);
  border-right-color: rgb(224 242 254 / 0.4);
}

.border-x-sky-100\/5{
  border-left-color: rgb(224 242 254 / 0.05);
  border-right-color: rgb(224 242 254 / 0.05);
}

.border-x-sky-100\/50{
  border-left-color: rgb(224 242 254 / 0.5);
  border-right-color: rgb(224 242 254 / 0.5);
}

.border-x-sky-100\/60{
  border-left-color: rgb(224 242 254 / 0.6);
  border-right-color: rgb(224 242 254 / 0.6);
}

.border-x-sky-100\/70{
  border-left-color: rgb(224 242 254 / 0.7);
  border-right-color: rgb(224 242 254 / 0.7);
}

.border-x-sky-100\/75{
  border-left-color: rgb(224 242 254 / 0.75);
  border-right-color: rgb(224 242 254 / 0.75);
}

.border-x-sky-100\/80{
  border-left-color: rgb(224 242 254 / 0.8);
  border-right-color: rgb(224 242 254 / 0.8);
}

.border-x-sky-100\/90{
  border-left-color: rgb(224 242 254 / 0.9);
  border-right-color: rgb(224 242 254 / 0.9);
}

.border-x-sky-100\/95{
  border-left-color: rgb(224 242 254 / 0.95);
  border-right-color: rgb(224 242 254 / 0.95);
}

.border-x-sky-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(186 230 253 / var(--tw-border-opacity));
  border-right-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-x-sky-200\/0{
  border-left-color: rgb(186 230 253 / 0);
  border-right-color: rgb(186 230 253 / 0);
}

.border-x-sky-200\/10{
  border-left-color: rgb(186 230 253 / 0.1);
  border-right-color: rgb(186 230 253 / 0.1);
}

.border-x-sky-200\/100{
  border-left-color: rgb(186 230 253 / 1);
  border-right-color: rgb(186 230 253 / 1);
}

.border-x-sky-200\/20{
  border-left-color: rgb(186 230 253 / 0.2);
  border-right-color: rgb(186 230 253 / 0.2);
}

.border-x-sky-200\/25{
  border-left-color: rgb(186 230 253 / 0.25);
  border-right-color: rgb(186 230 253 / 0.25);
}

.border-x-sky-200\/30{
  border-left-color: rgb(186 230 253 / 0.3);
  border-right-color: rgb(186 230 253 / 0.3);
}

.border-x-sky-200\/40{
  border-left-color: rgb(186 230 253 / 0.4);
  border-right-color: rgb(186 230 253 / 0.4);
}

.border-x-sky-200\/5{
  border-left-color: rgb(186 230 253 / 0.05);
  border-right-color: rgb(186 230 253 / 0.05);
}

.border-x-sky-200\/50{
  border-left-color: rgb(186 230 253 / 0.5);
  border-right-color: rgb(186 230 253 / 0.5);
}

.border-x-sky-200\/60{
  border-left-color: rgb(186 230 253 / 0.6);
  border-right-color: rgb(186 230 253 / 0.6);
}

.border-x-sky-200\/70{
  border-left-color: rgb(186 230 253 / 0.7);
  border-right-color: rgb(186 230 253 / 0.7);
}

.border-x-sky-200\/75{
  border-left-color: rgb(186 230 253 / 0.75);
  border-right-color: rgb(186 230 253 / 0.75);
}

.border-x-sky-200\/80{
  border-left-color: rgb(186 230 253 / 0.8);
  border-right-color: rgb(186 230 253 / 0.8);
}

.border-x-sky-200\/90{
  border-left-color: rgb(186 230 253 / 0.9);
  border-right-color: rgb(186 230 253 / 0.9);
}

.border-x-sky-200\/95{
  border-left-color: rgb(186 230 253 / 0.95);
  border-right-color: rgb(186 230 253 / 0.95);
}

.border-x-sky-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(125 211 252 / var(--tw-border-opacity));
  border-right-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-x-sky-300\/0{
  border-left-color: rgb(125 211 252 / 0);
  border-right-color: rgb(125 211 252 / 0);
}

.border-x-sky-300\/10{
  border-left-color: rgb(125 211 252 / 0.1);
  border-right-color: rgb(125 211 252 / 0.1);
}

.border-x-sky-300\/100{
  border-left-color: rgb(125 211 252 / 1);
  border-right-color: rgb(125 211 252 / 1);
}

.border-x-sky-300\/20{
  border-left-color: rgb(125 211 252 / 0.2);
  border-right-color: rgb(125 211 252 / 0.2);
}

.border-x-sky-300\/25{
  border-left-color: rgb(125 211 252 / 0.25);
  border-right-color: rgb(125 211 252 / 0.25);
}

.border-x-sky-300\/30{
  border-left-color: rgb(125 211 252 / 0.3);
  border-right-color: rgb(125 211 252 / 0.3);
}

.border-x-sky-300\/40{
  border-left-color: rgb(125 211 252 / 0.4);
  border-right-color: rgb(125 211 252 / 0.4);
}

.border-x-sky-300\/5{
  border-left-color: rgb(125 211 252 / 0.05);
  border-right-color: rgb(125 211 252 / 0.05);
}

.border-x-sky-300\/50{
  border-left-color: rgb(125 211 252 / 0.5);
  border-right-color: rgb(125 211 252 / 0.5);
}

.border-x-sky-300\/60{
  border-left-color: rgb(125 211 252 / 0.6);
  border-right-color: rgb(125 211 252 / 0.6);
}

.border-x-sky-300\/70{
  border-left-color: rgb(125 211 252 / 0.7);
  border-right-color: rgb(125 211 252 / 0.7);
}

.border-x-sky-300\/75{
  border-left-color: rgb(125 211 252 / 0.75);
  border-right-color: rgb(125 211 252 / 0.75);
}

.border-x-sky-300\/80{
  border-left-color: rgb(125 211 252 / 0.8);
  border-right-color: rgb(125 211 252 / 0.8);
}

.border-x-sky-300\/90{
  border-left-color: rgb(125 211 252 / 0.9);
  border-right-color: rgb(125 211 252 / 0.9);
}

.border-x-sky-300\/95{
  border-left-color: rgb(125 211 252 / 0.95);
  border-right-color: rgb(125 211 252 / 0.95);
}

.border-x-sky-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(56 189 248 / var(--tw-border-opacity));
  border-right-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-x-sky-400\/0{
  border-left-color: rgb(56 189 248 / 0);
  border-right-color: rgb(56 189 248 / 0);
}

.border-x-sky-400\/10{
  border-left-color: rgb(56 189 248 / 0.1);
  border-right-color: rgb(56 189 248 / 0.1);
}

.border-x-sky-400\/100{
  border-left-color: rgb(56 189 248 / 1);
  border-right-color: rgb(56 189 248 / 1);
}

.border-x-sky-400\/20{
  border-left-color: rgb(56 189 248 / 0.2);
  border-right-color: rgb(56 189 248 / 0.2);
}

.border-x-sky-400\/25{
  border-left-color: rgb(56 189 248 / 0.25);
  border-right-color: rgb(56 189 248 / 0.25);
}

.border-x-sky-400\/30{
  border-left-color: rgb(56 189 248 / 0.3);
  border-right-color: rgb(56 189 248 / 0.3);
}

.border-x-sky-400\/40{
  border-left-color: rgb(56 189 248 / 0.4);
  border-right-color: rgb(56 189 248 / 0.4);
}

.border-x-sky-400\/5{
  border-left-color: rgb(56 189 248 / 0.05);
  border-right-color: rgb(56 189 248 / 0.05);
}

.border-x-sky-400\/50{
  border-left-color: rgb(56 189 248 / 0.5);
  border-right-color: rgb(56 189 248 / 0.5);
}

.border-x-sky-400\/60{
  border-left-color: rgb(56 189 248 / 0.6);
  border-right-color: rgb(56 189 248 / 0.6);
}

.border-x-sky-400\/70{
  border-left-color: rgb(56 189 248 / 0.7);
  border-right-color: rgb(56 189 248 / 0.7);
}

.border-x-sky-400\/75{
  border-left-color: rgb(56 189 248 / 0.75);
  border-right-color: rgb(56 189 248 / 0.75);
}

.border-x-sky-400\/80{
  border-left-color: rgb(56 189 248 / 0.8);
  border-right-color: rgb(56 189 248 / 0.8);
}

.border-x-sky-400\/90{
  border-left-color: rgb(56 189 248 / 0.9);
  border-right-color: rgb(56 189 248 / 0.9);
}

.border-x-sky-400\/95{
  border-left-color: rgb(56 189 248 / 0.95);
  border-right-color: rgb(56 189 248 / 0.95);
}

.border-x-sky-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity));
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-x-sky-50\/0{
  border-left-color: rgb(240 249 255 / 0);
  border-right-color: rgb(240 249 255 / 0);
}

.border-x-sky-50\/10{
  border-left-color: rgb(240 249 255 / 0.1);
  border-right-color: rgb(240 249 255 / 0.1);
}

.border-x-sky-50\/100{
  border-left-color: rgb(240 249 255 / 1);
  border-right-color: rgb(240 249 255 / 1);
}

.border-x-sky-50\/20{
  border-left-color: rgb(240 249 255 / 0.2);
  border-right-color: rgb(240 249 255 / 0.2);
}

.border-x-sky-50\/25{
  border-left-color: rgb(240 249 255 / 0.25);
  border-right-color: rgb(240 249 255 / 0.25);
}

.border-x-sky-50\/30{
  border-left-color: rgb(240 249 255 / 0.3);
  border-right-color: rgb(240 249 255 / 0.3);
}

.border-x-sky-50\/40{
  border-left-color: rgb(240 249 255 / 0.4);
  border-right-color: rgb(240 249 255 / 0.4);
}

.border-x-sky-50\/5{
  border-left-color: rgb(240 249 255 / 0.05);
  border-right-color: rgb(240 249 255 / 0.05);
}

.border-x-sky-50\/50{
  border-left-color: rgb(240 249 255 / 0.5);
  border-right-color: rgb(240 249 255 / 0.5);
}

.border-x-sky-50\/60{
  border-left-color: rgb(240 249 255 / 0.6);
  border-right-color: rgb(240 249 255 / 0.6);
}

.border-x-sky-50\/70{
  border-left-color: rgb(240 249 255 / 0.7);
  border-right-color: rgb(240 249 255 / 0.7);
}

.border-x-sky-50\/75{
  border-left-color: rgb(240 249 255 / 0.75);
  border-right-color: rgb(240 249 255 / 0.75);
}

.border-x-sky-50\/80{
  border-left-color: rgb(240 249 255 / 0.8);
  border-right-color: rgb(240 249 255 / 0.8);
}

.border-x-sky-50\/90{
  border-left-color: rgb(240 249 255 / 0.9);
  border-right-color: rgb(240 249 255 / 0.9);
}

.border-x-sky-50\/95{
  border-left-color: rgb(240 249 255 / 0.95);
  border-right-color: rgb(240 249 255 / 0.95);
}

.border-x-sky-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity));
  border-right-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-x-sky-500\/0{
  border-left-color: rgb(14 165 233 / 0);
  border-right-color: rgb(14 165 233 / 0);
}

.border-x-sky-500\/10{
  border-left-color: rgb(14 165 233 / 0.1);
  border-right-color: rgb(14 165 233 / 0.1);
}

.border-x-sky-500\/100{
  border-left-color: rgb(14 165 233 / 1);
  border-right-color: rgb(14 165 233 / 1);
}

.border-x-sky-500\/20{
  border-left-color: rgb(14 165 233 / 0.2);
  border-right-color: rgb(14 165 233 / 0.2);
}

.border-x-sky-500\/25{
  border-left-color: rgb(14 165 233 / 0.25);
  border-right-color: rgb(14 165 233 / 0.25);
}

.border-x-sky-500\/30{
  border-left-color: rgb(14 165 233 / 0.3);
  border-right-color: rgb(14 165 233 / 0.3);
}

.border-x-sky-500\/40{
  border-left-color: rgb(14 165 233 / 0.4);
  border-right-color: rgb(14 165 233 / 0.4);
}

.border-x-sky-500\/5{
  border-left-color: rgb(14 165 233 / 0.05);
  border-right-color: rgb(14 165 233 / 0.05);
}

.border-x-sky-500\/50{
  border-left-color: rgb(14 165 233 / 0.5);
  border-right-color: rgb(14 165 233 / 0.5);
}

.border-x-sky-500\/60{
  border-left-color: rgb(14 165 233 / 0.6);
  border-right-color: rgb(14 165 233 / 0.6);
}

.border-x-sky-500\/70{
  border-left-color: rgb(14 165 233 / 0.7);
  border-right-color: rgb(14 165 233 / 0.7);
}

.border-x-sky-500\/75{
  border-left-color: rgb(14 165 233 / 0.75);
  border-right-color: rgb(14 165 233 / 0.75);
}

.border-x-sky-500\/80{
  border-left-color: rgb(14 165 233 / 0.8);
  border-right-color: rgb(14 165 233 / 0.8);
}

.border-x-sky-500\/90{
  border-left-color: rgb(14 165 233 / 0.9);
  border-right-color: rgb(14 165 233 / 0.9);
}

.border-x-sky-500\/95{
  border-left-color: rgb(14 165 233 / 0.95);
  border-right-color: rgb(14 165 233 / 0.95);
}

.border-x-sky-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(2 132 199 / var(--tw-border-opacity));
  border-right-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-x-sky-600\/0{
  border-left-color: rgb(2 132 199 / 0);
  border-right-color: rgb(2 132 199 / 0);
}

.border-x-sky-600\/10{
  border-left-color: rgb(2 132 199 / 0.1);
  border-right-color: rgb(2 132 199 / 0.1);
}

.border-x-sky-600\/100{
  border-left-color: rgb(2 132 199 / 1);
  border-right-color: rgb(2 132 199 / 1);
}

.border-x-sky-600\/20{
  border-left-color: rgb(2 132 199 / 0.2);
  border-right-color: rgb(2 132 199 / 0.2);
}

.border-x-sky-600\/25{
  border-left-color: rgb(2 132 199 / 0.25);
  border-right-color: rgb(2 132 199 / 0.25);
}

.border-x-sky-600\/30{
  border-left-color: rgb(2 132 199 / 0.3);
  border-right-color: rgb(2 132 199 / 0.3);
}

.border-x-sky-600\/40{
  border-left-color: rgb(2 132 199 / 0.4);
  border-right-color: rgb(2 132 199 / 0.4);
}

.border-x-sky-600\/5{
  border-left-color: rgb(2 132 199 / 0.05);
  border-right-color: rgb(2 132 199 / 0.05);
}

.border-x-sky-600\/50{
  border-left-color: rgb(2 132 199 / 0.5);
  border-right-color: rgb(2 132 199 / 0.5);
}

.border-x-sky-600\/60{
  border-left-color: rgb(2 132 199 / 0.6);
  border-right-color: rgb(2 132 199 / 0.6);
}

.border-x-sky-600\/70{
  border-left-color: rgb(2 132 199 / 0.7);
  border-right-color: rgb(2 132 199 / 0.7);
}

.border-x-sky-600\/75{
  border-left-color: rgb(2 132 199 / 0.75);
  border-right-color: rgb(2 132 199 / 0.75);
}

.border-x-sky-600\/80{
  border-left-color: rgb(2 132 199 / 0.8);
  border-right-color: rgb(2 132 199 / 0.8);
}

.border-x-sky-600\/90{
  border-left-color: rgb(2 132 199 / 0.9);
  border-right-color: rgb(2 132 199 / 0.9);
}

.border-x-sky-600\/95{
  border-left-color: rgb(2 132 199 / 0.95);
  border-right-color: rgb(2 132 199 / 0.95);
}

.border-x-sky-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 105 161 / var(--tw-border-opacity));
  border-right-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-x-sky-700\/0{
  border-left-color: rgb(3 105 161 / 0);
  border-right-color: rgb(3 105 161 / 0);
}

.border-x-sky-700\/10{
  border-left-color: rgb(3 105 161 / 0.1);
  border-right-color: rgb(3 105 161 / 0.1);
}

.border-x-sky-700\/100{
  border-left-color: rgb(3 105 161 / 1);
  border-right-color: rgb(3 105 161 / 1);
}

.border-x-sky-700\/20{
  border-left-color: rgb(3 105 161 / 0.2);
  border-right-color: rgb(3 105 161 / 0.2);
}

.border-x-sky-700\/25{
  border-left-color: rgb(3 105 161 / 0.25);
  border-right-color: rgb(3 105 161 / 0.25);
}

.border-x-sky-700\/30{
  border-left-color: rgb(3 105 161 / 0.3);
  border-right-color: rgb(3 105 161 / 0.3);
}

.border-x-sky-700\/40{
  border-left-color: rgb(3 105 161 / 0.4);
  border-right-color: rgb(3 105 161 / 0.4);
}

.border-x-sky-700\/5{
  border-left-color: rgb(3 105 161 / 0.05);
  border-right-color: rgb(3 105 161 / 0.05);
}

.border-x-sky-700\/50{
  border-left-color: rgb(3 105 161 / 0.5);
  border-right-color: rgb(3 105 161 / 0.5);
}

.border-x-sky-700\/60{
  border-left-color: rgb(3 105 161 / 0.6);
  border-right-color: rgb(3 105 161 / 0.6);
}

.border-x-sky-700\/70{
  border-left-color: rgb(3 105 161 / 0.7);
  border-right-color: rgb(3 105 161 / 0.7);
}

.border-x-sky-700\/75{
  border-left-color: rgb(3 105 161 / 0.75);
  border-right-color: rgb(3 105 161 / 0.75);
}

.border-x-sky-700\/80{
  border-left-color: rgb(3 105 161 / 0.8);
  border-right-color: rgb(3 105 161 / 0.8);
}

.border-x-sky-700\/90{
  border-left-color: rgb(3 105 161 / 0.9);
  border-right-color: rgb(3 105 161 / 0.9);
}

.border-x-sky-700\/95{
  border-left-color: rgb(3 105 161 / 0.95);
  border-right-color: rgb(3 105 161 / 0.95);
}

.border-x-sky-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(7 89 133 / var(--tw-border-opacity));
  border-right-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-x-sky-800\/0{
  border-left-color: rgb(7 89 133 / 0);
  border-right-color: rgb(7 89 133 / 0);
}

.border-x-sky-800\/10{
  border-left-color: rgb(7 89 133 / 0.1);
  border-right-color: rgb(7 89 133 / 0.1);
}

.border-x-sky-800\/100{
  border-left-color: rgb(7 89 133 / 1);
  border-right-color: rgb(7 89 133 / 1);
}

.border-x-sky-800\/20{
  border-left-color: rgb(7 89 133 / 0.2);
  border-right-color: rgb(7 89 133 / 0.2);
}

.border-x-sky-800\/25{
  border-left-color: rgb(7 89 133 / 0.25);
  border-right-color: rgb(7 89 133 / 0.25);
}

.border-x-sky-800\/30{
  border-left-color: rgb(7 89 133 / 0.3);
  border-right-color: rgb(7 89 133 / 0.3);
}

.border-x-sky-800\/40{
  border-left-color: rgb(7 89 133 / 0.4);
  border-right-color: rgb(7 89 133 / 0.4);
}

.border-x-sky-800\/5{
  border-left-color: rgb(7 89 133 / 0.05);
  border-right-color: rgb(7 89 133 / 0.05);
}

.border-x-sky-800\/50{
  border-left-color: rgb(7 89 133 / 0.5);
  border-right-color: rgb(7 89 133 / 0.5);
}

.border-x-sky-800\/60{
  border-left-color: rgb(7 89 133 / 0.6);
  border-right-color: rgb(7 89 133 / 0.6);
}

.border-x-sky-800\/70{
  border-left-color: rgb(7 89 133 / 0.7);
  border-right-color: rgb(7 89 133 / 0.7);
}

.border-x-sky-800\/75{
  border-left-color: rgb(7 89 133 / 0.75);
  border-right-color: rgb(7 89 133 / 0.75);
}

.border-x-sky-800\/80{
  border-left-color: rgb(7 89 133 / 0.8);
  border-right-color: rgb(7 89 133 / 0.8);
}

.border-x-sky-800\/90{
  border-left-color: rgb(7 89 133 / 0.9);
  border-right-color: rgb(7 89 133 / 0.9);
}

.border-x-sky-800\/95{
  border-left-color: rgb(7 89 133 / 0.95);
  border-right-color: rgb(7 89 133 / 0.95);
}

.border-x-sky-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(12 74 110 / var(--tw-border-opacity));
  border-right-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-x-sky-900\/0{
  border-left-color: rgb(12 74 110 / 0);
  border-right-color: rgb(12 74 110 / 0);
}

.border-x-sky-900\/10{
  border-left-color: rgb(12 74 110 / 0.1);
  border-right-color: rgb(12 74 110 / 0.1);
}

.border-x-sky-900\/100{
  border-left-color: rgb(12 74 110 / 1);
  border-right-color: rgb(12 74 110 / 1);
}

.border-x-sky-900\/20{
  border-left-color: rgb(12 74 110 / 0.2);
  border-right-color: rgb(12 74 110 / 0.2);
}

.border-x-sky-900\/25{
  border-left-color: rgb(12 74 110 / 0.25);
  border-right-color: rgb(12 74 110 / 0.25);
}

.border-x-sky-900\/30{
  border-left-color: rgb(12 74 110 / 0.3);
  border-right-color: rgb(12 74 110 / 0.3);
}

.border-x-sky-900\/40{
  border-left-color: rgb(12 74 110 / 0.4);
  border-right-color: rgb(12 74 110 / 0.4);
}

.border-x-sky-900\/5{
  border-left-color: rgb(12 74 110 / 0.05);
  border-right-color: rgb(12 74 110 / 0.05);
}

.border-x-sky-900\/50{
  border-left-color: rgb(12 74 110 / 0.5);
  border-right-color: rgb(12 74 110 / 0.5);
}

.border-x-sky-900\/60{
  border-left-color: rgb(12 74 110 / 0.6);
  border-right-color: rgb(12 74 110 / 0.6);
}

.border-x-sky-900\/70{
  border-left-color: rgb(12 74 110 / 0.7);
  border-right-color: rgb(12 74 110 / 0.7);
}

.border-x-sky-900\/75{
  border-left-color: rgb(12 74 110 / 0.75);
  border-right-color: rgb(12 74 110 / 0.75);
}

.border-x-sky-900\/80{
  border-left-color: rgb(12 74 110 / 0.8);
  border-right-color: rgb(12 74 110 / 0.8);
}

.border-x-sky-900\/90{
  border-left-color: rgb(12 74 110 / 0.9);
  border-right-color: rgb(12 74 110 / 0.9);
}

.border-x-sky-900\/95{
  border-left-color: rgb(12 74 110 / 0.95);
  border-right-color: rgb(12 74 110 / 0.95);
}

.border-x-sky-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(8 47 73 / var(--tw-border-opacity));
  border-right-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-x-sky-950\/0{
  border-left-color: rgb(8 47 73 / 0);
  border-right-color: rgb(8 47 73 / 0);
}

.border-x-sky-950\/10{
  border-left-color: rgb(8 47 73 / 0.1);
  border-right-color: rgb(8 47 73 / 0.1);
}

.border-x-sky-950\/100{
  border-left-color: rgb(8 47 73 / 1);
  border-right-color: rgb(8 47 73 / 1);
}

.border-x-sky-950\/20{
  border-left-color: rgb(8 47 73 / 0.2);
  border-right-color: rgb(8 47 73 / 0.2);
}

.border-x-sky-950\/25{
  border-left-color: rgb(8 47 73 / 0.25);
  border-right-color: rgb(8 47 73 / 0.25);
}

.border-x-sky-950\/30{
  border-left-color: rgb(8 47 73 / 0.3);
  border-right-color: rgb(8 47 73 / 0.3);
}

.border-x-sky-950\/40{
  border-left-color: rgb(8 47 73 / 0.4);
  border-right-color: rgb(8 47 73 / 0.4);
}

.border-x-sky-950\/5{
  border-left-color: rgb(8 47 73 / 0.05);
  border-right-color: rgb(8 47 73 / 0.05);
}

.border-x-sky-950\/50{
  border-left-color: rgb(8 47 73 / 0.5);
  border-right-color: rgb(8 47 73 / 0.5);
}

.border-x-sky-950\/60{
  border-left-color: rgb(8 47 73 / 0.6);
  border-right-color: rgb(8 47 73 / 0.6);
}

.border-x-sky-950\/70{
  border-left-color: rgb(8 47 73 / 0.7);
  border-right-color: rgb(8 47 73 / 0.7);
}

.border-x-sky-950\/75{
  border-left-color: rgb(8 47 73 / 0.75);
  border-right-color: rgb(8 47 73 / 0.75);
}

.border-x-sky-950\/80{
  border-left-color: rgb(8 47 73 / 0.8);
  border-right-color: rgb(8 47 73 / 0.8);
}

.border-x-sky-950\/90{
  border-left-color: rgb(8 47 73 / 0.9);
  border-right-color: rgb(8 47 73 / 0.9);
}

.border-x-sky-950\/95{
  border-left-color: rgb(8 47 73 / 0.95);
  border-right-color: rgb(8 47 73 / 0.95);
}

.border-x-slate-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity));
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-x-slate-100\/0{
  border-left-color: rgb(241 245 249 / 0);
  border-right-color: rgb(241 245 249 / 0);
}

.border-x-slate-100\/10{
  border-left-color: rgb(241 245 249 / 0.1);
  border-right-color: rgb(241 245 249 / 0.1);
}

.border-x-slate-100\/100{
  border-left-color: rgb(241 245 249 / 1);
  border-right-color: rgb(241 245 249 / 1);
}

.border-x-slate-100\/20{
  border-left-color: rgb(241 245 249 / 0.2);
  border-right-color: rgb(241 245 249 / 0.2);
}

.border-x-slate-100\/25{
  border-left-color: rgb(241 245 249 / 0.25);
  border-right-color: rgb(241 245 249 / 0.25);
}

.border-x-slate-100\/30{
  border-left-color: rgb(241 245 249 / 0.3);
  border-right-color: rgb(241 245 249 / 0.3);
}

.border-x-slate-100\/40{
  border-left-color: rgb(241 245 249 / 0.4);
  border-right-color: rgb(241 245 249 / 0.4);
}

.border-x-slate-100\/5{
  border-left-color: rgb(241 245 249 / 0.05);
  border-right-color: rgb(241 245 249 / 0.05);
}

.border-x-slate-100\/50{
  border-left-color: rgb(241 245 249 / 0.5);
  border-right-color: rgb(241 245 249 / 0.5);
}

.border-x-slate-100\/60{
  border-left-color: rgb(241 245 249 / 0.6);
  border-right-color: rgb(241 245 249 / 0.6);
}

.border-x-slate-100\/70{
  border-left-color: rgb(241 245 249 / 0.7);
  border-right-color: rgb(241 245 249 / 0.7);
}

.border-x-slate-100\/75{
  border-left-color: rgb(241 245 249 / 0.75);
  border-right-color: rgb(241 245 249 / 0.75);
}

.border-x-slate-100\/80{
  border-left-color: rgb(241 245 249 / 0.8);
  border-right-color: rgb(241 245 249 / 0.8);
}

.border-x-slate-100\/90{
  border-left-color: rgb(241 245 249 / 0.9);
  border-right-color: rgb(241 245 249 / 0.9);
}

.border-x-slate-100\/95{
  border-left-color: rgb(241 245 249 / 0.95);
  border-right-color: rgb(241 245 249 / 0.95);
}

.border-x-slate-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity));
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-x-slate-200\/0{
  border-left-color: rgb(226 232 240 / 0);
  border-right-color: rgb(226 232 240 / 0);
}

.border-x-slate-200\/10{
  border-left-color: rgb(226 232 240 / 0.1);
  border-right-color: rgb(226 232 240 / 0.1);
}

.border-x-slate-200\/100{
  border-left-color: rgb(226 232 240 / 1);
  border-right-color: rgb(226 232 240 / 1);
}

.border-x-slate-200\/20{
  border-left-color: rgb(226 232 240 / 0.2);
  border-right-color: rgb(226 232 240 / 0.2);
}

.border-x-slate-200\/25{
  border-left-color: rgb(226 232 240 / 0.25);
  border-right-color: rgb(226 232 240 / 0.25);
}

.border-x-slate-200\/30{
  border-left-color: rgb(226 232 240 / 0.3);
  border-right-color: rgb(226 232 240 / 0.3);
}

.border-x-slate-200\/40{
  border-left-color: rgb(226 232 240 / 0.4);
  border-right-color: rgb(226 232 240 / 0.4);
}

.border-x-slate-200\/5{
  border-left-color: rgb(226 232 240 / 0.05);
  border-right-color: rgb(226 232 240 / 0.05);
}

.border-x-slate-200\/50{
  border-left-color: rgb(226 232 240 / 0.5);
  border-right-color: rgb(226 232 240 / 0.5);
}

.border-x-slate-200\/60{
  border-left-color: rgb(226 232 240 / 0.6);
  border-right-color: rgb(226 232 240 / 0.6);
}

.border-x-slate-200\/70{
  border-left-color: rgb(226 232 240 / 0.7);
  border-right-color: rgb(226 232 240 / 0.7);
}

.border-x-slate-200\/75{
  border-left-color: rgb(226 232 240 / 0.75);
  border-right-color: rgb(226 232 240 / 0.75);
}

.border-x-slate-200\/80{
  border-left-color: rgb(226 232 240 / 0.8);
  border-right-color: rgb(226 232 240 / 0.8);
}

.border-x-slate-200\/90{
  border-left-color: rgb(226 232 240 / 0.9);
  border-right-color: rgb(226 232 240 / 0.9);
}

.border-x-slate-200\/95{
  border-left-color: rgb(226 232 240 / 0.95);
  border-right-color: rgb(226 232 240 / 0.95);
}

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

.border-x-slate-300\/0{
  border-left-color: rgb(203 213 225 / 0);
  border-right-color: rgb(203 213 225 / 0);
}

.border-x-slate-300\/10{
  border-left-color: rgb(203 213 225 / 0.1);
  border-right-color: rgb(203 213 225 / 0.1);
}

.border-x-slate-300\/100{
  border-left-color: rgb(203 213 225 / 1);
  border-right-color: rgb(203 213 225 / 1);
}

.border-x-slate-300\/20{
  border-left-color: rgb(203 213 225 / 0.2);
  border-right-color: rgb(203 213 225 / 0.2);
}

.border-x-slate-300\/25{
  border-left-color: rgb(203 213 225 / 0.25);
  border-right-color: rgb(203 213 225 / 0.25);
}

.border-x-slate-300\/30{
  border-left-color: rgb(203 213 225 / 0.3);
  border-right-color: rgb(203 213 225 / 0.3);
}

.border-x-slate-300\/40{
  border-left-color: rgb(203 213 225 / 0.4);
  border-right-color: rgb(203 213 225 / 0.4);
}

.border-x-slate-300\/5{
  border-left-color: rgb(203 213 225 / 0.05);
  border-right-color: rgb(203 213 225 / 0.05);
}

.border-x-slate-300\/50{
  border-left-color: rgb(203 213 225 / 0.5);
  border-right-color: rgb(203 213 225 / 0.5);
}

.border-x-slate-300\/60{
  border-left-color: rgb(203 213 225 / 0.6);
  border-right-color: rgb(203 213 225 / 0.6);
}

.border-x-slate-300\/70{
  border-left-color: rgb(203 213 225 / 0.7);
  border-right-color: rgb(203 213 225 / 0.7);
}

.border-x-slate-300\/75{
  border-left-color: rgb(203 213 225 / 0.75);
  border-right-color: rgb(203 213 225 / 0.75);
}

.border-x-slate-300\/80{
  border-left-color: rgb(203 213 225 / 0.8);
  border-right-color: rgb(203 213 225 / 0.8);
}

.border-x-slate-300\/90{
  border-left-color: rgb(203 213 225 / 0.9);
  border-right-color: rgb(203 213 225 / 0.9);
}

.border-x-slate-300\/95{
  border-left-color: rgb(203 213 225 / 0.95);
  border-right-color: rgb(203 213 225 / 0.95);
}

.border-x-slate-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity));
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-x-slate-400\/0{
  border-left-color: rgb(148 163 184 / 0);
  border-right-color: rgb(148 163 184 / 0);
}

.border-x-slate-400\/10{
  border-left-color: rgb(148 163 184 / 0.1);
  border-right-color: rgb(148 163 184 / 0.1);
}

.border-x-slate-400\/100{
  border-left-color: rgb(148 163 184 / 1);
  border-right-color: rgb(148 163 184 / 1);
}

.border-x-slate-400\/20{
  border-left-color: rgb(148 163 184 / 0.2);
  border-right-color: rgb(148 163 184 / 0.2);
}

.border-x-slate-400\/25{
  border-left-color: rgb(148 163 184 / 0.25);
  border-right-color: rgb(148 163 184 / 0.25);
}

.border-x-slate-400\/30{
  border-left-color: rgb(148 163 184 / 0.3);
  border-right-color: rgb(148 163 184 / 0.3);
}

.border-x-slate-400\/40{
  border-left-color: rgb(148 163 184 / 0.4);
  border-right-color: rgb(148 163 184 / 0.4);
}

.border-x-slate-400\/5{
  border-left-color: rgb(148 163 184 / 0.05);
  border-right-color: rgb(148 163 184 / 0.05);
}

.border-x-slate-400\/50{
  border-left-color: rgb(148 163 184 / 0.5);
  border-right-color: rgb(148 163 184 / 0.5);
}

.border-x-slate-400\/60{
  border-left-color: rgb(148 163 184 / 0.6);
  border-right-color: rgb(148 163 184 / 0.6);
}

.border-x-slate-400\/70{
  border-left-color: rgb(148 163 184 / 0.7);
  border-right-color: rgb(148 163 184 / 0.7);
}

.border-x-slate-400\/75{
  border-left-color: rgb(148 163 184 / 0.75);
  border-right-color: rgb(148 163 184 / 0.75);
}

.border-x-slate-400\/80{
  border-left-color: rgb(148 163 184 / 0.8);
  border-right-color: rgb(148 163 184 / 0.8);
}

.border-x-slate-400\/90{
  border-left-color: rgb(148 163 184 / 0.9);
  border-right-color: rgb(148 163 184 / 0.9);
}

.border-x-slate-400\/95{
  border-left-color: rgb(148 163 184 / 0.95);
  border-right-color: rgb(148 163 184 / 0.95);
}

.border-x-slate-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity));
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-x-slate-50\/0{
  border-left-color: rgb(248 250 252 / 0);
  border-right-color: rgb(248 250 252 / 0);
}

.border-x-slate-50\/10{
  border-left-color: rgb(248 250 252 / 0.1);
  border-right-color: rgb(248 250 252 / 0.1);
}

.border-x-slate-50\/100{
  border-left-color: rgb(248 250 252 / 1);
  border-right-color: rgb(248 250 252 / 1);
}

.border-x-slate-50\/20{
  border-left-color: rgb(248 250 252 / 0.2);
  border-right-color: rgb(248 250 252 / 0.2);
}

.border-x-slate-50\/25{
  border-left-color: rgb(248 250 252 / 0.25);
  border-right-color: rgb(248 250 252 / 0.25);
}

.border-x-slate-50\/30{
  border-left-color: rgb(248 250 252 / 0.3);
  border-right-color: rgb(248 250 252 / 0.3);
}

.border-x-slate-50\/40{
  border-left-color: rgb(248 250 252 / 0.4);
  border-right-color: rgb(248 250 252 / 0.4);
}

.border-x-slate-50\/5{
  border-left-color: rgb(248 250 252 / 0.05);
  border-right-color: rgb(248 250 252 / 0.05);
}

.border-x-slate-50\/50{
  border-left-color: rgb(248 250 252 / 0.5);
  border-right-color: rgb(248 250 252 / 0.5);
}

.border-x-slate-50\/60{
  border-left-color: rgb(248 250 252 / 0.6);
  border-right-color: rgb(248 250 252 / 0.6);
}

.border-x-slate-50\/70{
  border-left-color: rgb(248 250 252 / 0.7);
  border-right-color: rgb(248 250 252 / 0.7);
}

.border-x-slate-50\/75{
  border-left-color: rgb(248 250 252 / 0.75);
  border-right-color: rgb(248 250 252 / 0.75);
}

.border-x-slate-50\/80{
  border-left-color: rgb(248 250 252 / 0.8);
  border-right-color: rgb(248 250 252 / 0.8);
}

.border-x-slate-50\/90{
  border-left-color: rgb(248 250 252 / 0.9);
  border-right-color: rgb(248 250 252 / 0.9);
}

.border-x-slate-50\/95{
  border-left-color: rgb(248 250 252 / 0.95);
  border-right-color: rgb(248 250 252 / 0.95);
}

.border-x-slate-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity));
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-x-slate-500\/0{
  border-left-color: rgb(100 116 139 / 0);
  border-right-color: rgb(100 116 139 / 0);
}

.border-x-slate-500\/10{
  border-left-color: rgb(100 116 139 / 0.1);
  border-right-color: rgb(100 116 139 / 0.1);
}

.border-x-slate-500\/100{
  border-left-color: rgb(100 116 139 / 1);
  border-right-color: rgb(100 116 139 / 1);
}

.border-x-slate-500\/20{
  border-left-color: rgb(100 116 139 / 0.2);
  border-right-color: rgb(100 116 139 / 0.2);
}

.border-x-slate-500\/25{
  border-left-color: rgb(100 116 139 / 0.25);
  border-right-color: rgb(100 116 139 / 0.25);
}

.border-x-slate-500\/30{
  border-left-color: rgb(100 116 139 / 0.3);
  border-right-color: rgb(100 116 139 / 0.3);
}

.border-x-slate-500\/40{
  border-left-color: rgb(100 116 139 / 0.4);
  border-right-color: rgb(100 116 139 / 0.4);
}

.border-x-slate-500\/5{
  border-left-color: rgb(100 116 139 / 0.05);
  border-right-color: rgb(100 116 139 / 0.05);
}

.border-x-slate-500\/50{
  border-left-color: rgb(100 116 139 / 0.5);
  border-right-color: rgb(100 116 139 / 0.5);
}

.border-x-slate-500\/60{
  border-left-color: rgb(100 116 139 / 0.6);
  border-right-color: rgb(100 116 139 / 0.6);
}

.border-x-slate-500\/70{
  border-left-color: rgb(100 116 139 / 0.7);
  border-right-color: rgb(100 116 139 / 0.7);
}

.border-x-slate-500\/75{
  border-left-color: rgb(100 116 139 / 0.75);
  border-right-color: rgb(100 116 139 / 0.75);
}

.border-x-slate-500\/80{
  border-left-color: rgb(100 116 139 / 0.8);
  border-right-color: rgb(100 116 139 / 0.8);
}

.border-x-slate-500\/90{
  border-left-color: rgb(100 116 139 / 0.9);
  border-right-color: rgb(100 116 139 / 0.9);
}

.border-x-slate-500\/95{
  border-left-color: rgb(100 116 139 / 0.95);
  border-right-color: rgb(100 116 139 / 0.95);
}

.border-x-slate-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity));
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-x-slate-600\/0{
  border-left-color: rgb(71 85 105 / 0);
  border-right-color: rgb(71 85 105 / 0);
}

.border-x-slate-600\/10{
  border-left-color: rgb(71 85 105 / 0.1);
  border-right-color: rgb(71 85 105 / 0.1);
}

.border-x-slate-600\/100{
  border-left-color: rgb(71 85 105 / 1);
  border-right-color: rgb(71 85 105 / 1);
}

.border-x-slate-600\/20{
  border-left-color: rgb(71 85 105 / 0.2);
  border-right-color: rgb(71 85 105 / 0.2);
}

.border-x-slate-600\/25{
  border-left-color: rgb(71 85 105 / 0.25);
  border-right-color: rgb(71 85 105 / 0.25);
}

.border-x-slate-600\/30{
  border-left-color: rgb(71 85 105 / 0.3);
  border-right-color: rgb(71 85 105 / 0.3);
}

.border-x-slate-600\/40{
  border-left-color: rgb(71 85 105 / 0.4);
  border-right-color: rgb(71 85 105 / 0.4);
}

.border-x-slate-600\/5{
  border-left-color: rgb(71 85 105 / 0.05);
  border-right-color: rgb(71 85 105 / 0.05);
}

.border-x-slate-600\/50{
  border-left-color: rgb(71 85 105 / 0.5);
  border-right-color: rgb(71 85 105 / 0.5);
}

.border-x-slate-600\/60{
  border-left-color: rgb(71 85 105 / 0.6);
  border-right-color: rgb(71 85 105 / 0.6);
}

.border-x-slate-600\/70{
  border-left-color: rgb(71 85 105 / 0.7);
  border-right-color: rgb(71 85 105 / 0.7);
}

.border-x-slate-600\/75{
  border-left-color: rgb(71 85 105 / 0.75);
  border-right-color: rgb(71 85 105 / 0.75);
}

.border-x-slate-600\/80{
  border-left-color: rgb(71 85 105 / 0.8);
  border-right-color: rgb(71 85 105 / 0.8);
}

.border-x-slate-600\/90{
  border-left-color: rgb(71 85 105 / 0.9);
  border-right-color: rgb(71 85 105 / 0.9);
}

.border-x-slate-600\/95{
  border-left-color: rgb(71 85 105 / 0.95);
  border-right-color: rgb(71 85 105 / 0.95);
}

.border-x-slate-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity));
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-x-slate-700\/0{
  border-left-color: rgb(51 65 85 / 0);
  border-right-color: rgb(51 65 85 / 0);
}

.border-x-slate-700\/10{
  border-left-color: rgb(51 65 85 / 0.1);
  border-right-color: rgb(51 65 85 / 0.1);
}

.border-x-slate-700\/100{
  border-left-color: rgb(51 65 85 / 1);
  border-right-color: rgb(51 65 85 / 1);
}

.border-x-slate-700\/20{
  border-left-color: rgb(51 65 85 / 0.2);
  border-right-color: rgb(51 65 85 / 0.2);
}

.border-x-slate-700\/25{
  border-left-color: rgb(51 65 85 / 0.25);
  border-right-color: rgb(51 65 85 / 0.25);
}

.border-x-slate-700\/30{
  border-left-color: rgb(51 65 85 / 0.3);
  border-right-color: rgb(51 65 85 / 0.3);
}

.border-x-slate-700\/40{
  border-left-color: rgb(51 65 85 / 0.4);
  border-right-color: rgb(51 65 85 / 0.4);
}

.border-x-slate-700\/5{
  border-left-color: rgb(51 65 85 / 0.05);
  border-right-color: rgb(51 65 85 / 0.05);
}

.border-x-slate-700\/50{
  border-left-color: rgb(51 65 85 / 0.5);
  border-right-color: rgb(51 65 85 / 0.5);
}

.border-x-slate-700\/60{
  border-left-color: rgb(51 65 85 / 0.6);
  border-right-color: rgb(51 65 85 / 0.6);
}

.border-x-slate-700\/70{
  border-left-color: rgb(51 65 85 / 0.7);
  border-right-color: rgb(51 65 85 / 0.7);
}

.border-x-slate-700\/75{
  border-left-color: rgb(51 65 85 / 0.75);
  border-right-color: rgb(51 65 85 / 0.75);
}

.border-x-slate-700\/80{
  border-left-color: rgb(51 65 85 / 0.8);
  border-right-color: rgb(51 65 85 / 0.8);
}

.border-x-slate-700\/90{
  border-left-color: rgb(51 65 85 / 0.9);
  border-right-color: rgb(51 65 85 / 0.9);
}

.border-x-slate-700\/95{
  border-left-color: rgb(51 65 85 / 0.95);
  border-right-color: rgb(51 65 85 / 0.95);
}

.border-x-slate-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity));
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-x-slate-800\/0{
  border-left-color: rgb(30 41 59 / 0);
  border-right-color: rgb(30 41 59 / 0);
}

.border-x-slate-800\/10{
  border-left-color: rgb(30 41 59 / 0.1);
  border-right-color: rgb(30 41 59 / 0.1);
}

.border-x-slate-800\/100{
  border-left-color: rgb(30 41 59 / 1);
  border-right-color: rgb(30 41 59 / 1);
}

.border-x-slate-800\/20{
  border-left-color: rgb(30 41 59 / 0.2);
  border-right-color: rgb(30 41 59 / 0.2);
}

.border-x-slate-800\/25{
  border-left-color: rgb(30 41 59 / 0.25);
  border-right-color: rgb(30 41 59 / 0.25);
}

.border-x-slate-800\/30{
  border-left-color: rgb(30 41 59 / 0.3);
  border-right-color: rgb(30 41 59 / 0.3);
}

.border-x-slate-800\/40{
  border-left-color: rgb(30 41 59 / 0.4);
  border-right-color: rgb(30 41 59 / 0.4);
}

.border-x-slate-800\/5{
  border-left-color: rgb(30 41 59 / 0.05);
  border-right-color: rgb(30 41 59 / 0.05);
}

.border-x-slate-800\/50{
  border-left-color: rgb(30 41 59 / 0.5);
  border-right-color: rgb(30 41 59 / 0.5);
}

.border-x-slate-800\/60{
  border-left-color: rgb(30 41 59 / 0.6);
  border-right-color: rgb(30 41 59 / 0.6);
}

.border-x-slate-800\/70{
  border-left-color: rgb(30 41 59 / 0.7);
  border-right-color: rgb(30 41 59 / 0.7);
}

.border-x-slate-800\/75{
  border-left-color: rgb(30 41 59 / 0.75);
  border-right-color: rgb(30 41 59 / 0.75);
}

.border-x-slate-800\/80{
  border-left-color: rgb(30 41 59 / 0.8);
  border-right-color: rgb(30 41 59 / 0.8);
}

.border-x-slate-800\/90{
  border-left-color: rgb(30 41 59 / 0.9);
  border-right-color: rgb(30 41 59 / 0.9);
}

.border-x-slate-800\/95{
  border-left-color: rgb(30 41 59 / 0.95);
  border-right-color: rgb(30 41 59 / 0.95);
}

.border-x-slate-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity));
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-x-slate-900\/0{
  border-left-color: rgb(15 23 42 / 0);
  border-right-color: rgb(15 23 42 / 0);
}

.border-x-slate-900\/10{
  border-left-color: rgb(15 23 42 / 0.1);
  border-right-color: rgb(15 23 42 / 0.1);
}

.border-x-slate-900\/100{
  border-left-color: rgb(15 23 42 / 1);
  border-right-color: rgb(15 23 42 / 1);
}

.border-x-slate-900\/20{
  border-left-color: rgb(15 23 42 / 0.2);
  border-right-color: rgb(15 23 42 / 0.2);
}

.border-x-slate-900\/25{
  border-left-color: rgb(15 23 42 / 0.25);
  border-right-color: rgb(15 23 42 / 0.25);
}

.border-x-slate-900\/30{
  border-left-color: rgb(15 23 42 / 0.3);
  border-right-color: rgb(15 23 42 / 0.3);
}

.border-x-slate-900\/40{
  border-left-color: rgb(15 23 42 / 0.4);
  border-right-color: rgb(15 23 42 / 0.4);
}

.border-x-slate-900\/5{
  border-left-color: rgb(15 23 42 / 0.05);
  border-right-color: rgb(15 23 42 / 0.05);
}

.border-x-slate-900\/50{
  border-left-color: rgb(15 23 42 / 0.5);
  border-right-color: rgb(15 23 42 / 0.5);
}

.border-x-slate-900\/60{
  border-left-color: rgb(15 23 42 / 0.6);
  border-right-color: rgb(15 23 42 / 0.6);
}

.border-x-slate-900\/70{
  border-left-color: rgb(15 23 42 / 0.7);
  border-right-color: rgb(15 23 42 / 0.7);
}

.border-x-slate-900\/75{
  border-left-color: rgb(15 23 42 / 0.75);
  border-right-color: rgb(15 23 42 / 0.75);
}

.border-x-slate-900\/80{
  border-left-color: rgb(15 23 42 / 0.8);
  border-right-color: rgb(15 23 42 / 0.8);
}

.border-x-slate-900\/90{
  border-left-color: rgb(15 23 42 / 0.9);
  border-right-color: rgb(15 23 42 / 0.9);
}

.border-x-slate-900\/95{
  border-left-color: rgb(15 23 42 / 0.95);
  border-right-color: rgb(15 23 42 / 0.95);
}

.border-x-slate-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(2 6 23 / var(--tw-border-opacity));
  border-right-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-x-slate-950\/0{
  border-left-color: rgb(2 6 23 / 0);
  border-right-color: rgb(2 6 23 / 0);
}

.border-x-slate-950\/10{
  border-left-color: rgb(2 6 23 / 0.1);
  border-right-color: rgb(2 6 23 / 0.1);
}

.border-x-slate-950\/100{
  border-left-color: rgb(2 6 23 / 1);
  border-right-color: rgb(2 6 23 / 1);
}

.border-x-slate-950\/20{
  border-left-color: rgb(2 6 23 / 0.2);
  border-right-color: rgb(2 6 23 / 0.2);
}

.border-x-slate-950\/25{
  border-left-color: rgb(2 6 23 / 0.25);
  border-right-color: rgb(2 6 23 / 0.25);
}

.border-x-slate-950\/30{
  border-left-color: rgb(2 6 23 / 0.3);
  border-right-color: rgb(2 6 23 / 0.3);
}

.border-x-slate-950\/40{
  border-left-color: rgb(2 6 23 / 0.4);
  border-right-color: rgb(2 6 23 / 0.4);
}

.border-x-slate-950\/5{
  border-left-color: rgb(2 6 23 / 0.05);
  border-right-color: rgb(2 6 23 / 0.05);
}

.border-x-slate-950\/50{
  border-left-color: rgb(2 6 23 / 0.5);
  border-right-color: rgb(2 6 23 / 0.5);
}

.border-x-slate-950\/60{
  border-left-color: rgb(2 6 23 / 0.6);
  border-right-color: rgb(2 6 23 / 0.6);
}

.border-x-slate-950\/70{
  border-left-color: rgb(2 6 23 / 0.7);
  border-right-color: rgb(2 6 23 / 0.7);
}

.border-x-slate-950\/75{
  border-left-color: rgb(2 6 23 / 0.75);
  border-right-color: rgb(2 6 23 / 0.75);
}

.border-x-slate-950\/80{
  border-left-color: rgb(2 6 23 / 0.8);
  border-right-color: rgb(2 6 23 / 0.8);
}

.border-x-slate-950\/90{
  border-left-color: rgb(2 6 23 / 0.9);
  border-right-color: rgb(2 6 23 / 0.9);
}

.border-x-slate-950\/95{
  border-left-color: rgb(2 6 23 / 0.95);
  border-right-color: rgb(2 6 23 / 0.95);
}

.border-x-stone-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 244 / var(--tw-border-opacity));
  border-right-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-x-stone-100\/0{
  border-left-color: rgb(245 245 244 / 0);
  border-right-color: rgb(245 245 244 / 0);
}

.border-x-stone-100\/10{
  border-left-color: rgb(245 245 244 / 0.1);
  border-right-color: rgb(245 245 244 / 0.1);
}

.border-x-stone-100\/100{
  border-left-color: rgb(245 245 244 / 1);
  border-right-color: rgb(245 245 244 / 1);
}

.border-x-stone-100\/20{
  border-left-color: rgb(245 245 244 / 0.2);
  border-right-color: rgb(245 245 244 / 0.2);
}

.border-x-stone-100\/25{
  border-left-color: rgb(245 245 244 / 0.25);
  border-right-color: rgb(245 245 244 / 0.25);
}

.border-x-stone-100\/30{
  border-left-color: rgb(245 245 244 / 0.3);
  border-right-color: rgb(245 245 244 / 0.3);
}

.border-x-stone-100\/40{
  border-left-color: rgb(245 245 244 / 0.4);
  border-right-color: rgb(245 245 244 / 0.4);
}

.border-x-stone-100\/5{
  border-left-color: rgb(245 245 244 / 0.05);
  border-right-color: rgb(245 245 244 / 0.05);
}

.border-x-stone-100\/50{
  border-left-color: rgb(245 245 244 / 0.5);
  border-right-color: rgb(245 245 244 / 0.5);
}

.border-x-stone-100\/60{
  border-left-color: rgb(245 245 244 / 0.6);
  border-right-color: rgb(245 245 244 / 0.6);
}

.border-x-stone-100\/70{
  border-left-color: rgb(245 245 244 / 0.7);
  border-right-color: rgb(245 245 244 / 0.7);
}

.border-x-stone-100\/75{
  border-left-color: rgb(245 245 244 / 0.75);
  border-right-color: rgb(245 245 244 / 0.75);
}

.border-x-stone-100\/80{
  border-left-color: rgb(245 245 244 / 0.8);
  border-right-color: rgb(245 245 244 / 0.8);
}

.border-x-stone-100\/90{
  border-left-color: rgb(245 245 244 / 0.9);
  border-right-color: rgb(245 245 244 / 0.9);
}

.border-x-stone-100\/95{
  border-left-color: rgb(245 245 244 / 0.95);
  border-right-color: rgb(245 245 244 / 0.95);
}

.border-x-stone-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(231 229 228 / var(--tw-border-opacity));
  border-right-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-x-stone-200\/0{
  border-left-color: rgb(231 229 228 / 0);
  border-right-color: rgb(231 229 228 / 0);
}

.border-x-stone-200\/10{
  border-left-color: rgb(231 229 228 / 0.1);
  border-right-color: rgb(231 229 228 / 0.1);
}

.border-x-stone-200\/100{
  border-left-color: rgb(231 229 228 / 1);
  border-right-color: rgb(231 229 228 / 1);
}

.border-x-stone-200\/20{
  border-left-color: rgb(231 229 228 / 0.2);
  border-right-color: rgb(231 229 228 / 0.2);
}

.border-x-stone-200\/25{
  border-left-color: rgb(231 229 228 / 0.25);
  border-right-color: rgb(231 229 228 / 0.25);
}

.border-x-stone-200\/30{
  border-left-color: rgb(231 229 228 / 0.3);
  border-right-color: rgb(231 229 228 / 0.3);
}

.border-x-stone-200\/40{
  border-left-color: rgb(231 229 228 / 0.4);
  border-right-color: rgb(231 229 228 / 0.4);
}

.border-x-stone-200\/5{
  border-left-color: rgb(231 229 228 / 0.05);
  border-right-color: rgb(231 229 228 / 0.05);
}

.border-x-stone-200\/50{
  border-left-color: rgb(231 229 228 / 0.5);
  border-right-color: rgb(231 229 228 / 0.5);
}

.border-x-stone-200\/60{
  border-left-color: rgb(231 229 228 / 0.6);
  border-right-color: rgb(231 229 228 / 0.6);
}

.border-x-stone-200\/70{
  border-left-color: rgb(231 229 228 / 0.7);
  border-right-color: rgb(231 229 228 / 0.7);
}

.border-x-stone-200\/75{
  border-left-color: rgb(231 229 228 / 0.75);
  border-right-color: rgb(231 229 228 / 0.75);
}

.border-x-stone-200\/80{
  border-left-color: rgb(231 229 228 / 0.8);
  border-right-color: rgb(231 229 228 / 0.8);
}

.border-x-stone-200\/90{
  border-left-color: rgb(231 229 228 / 0.9);
  border-right-color: rgb(231 229 228 / 0.9);
}

.border-x-stone-200\/95{
  border-left-color: rgb(231 229 228 / 0.95);
  border-right-color: rgb(231 229 228 / 0.95);
}

.border-x-stone-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(214 211 209 / var(--tw-border-opacity));
  border-right-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-x-stone-300\/0{
  border-left-color: rgb(214 211 209 / 0);
  border-right-color: rgb(214 211 209 / 0);
}

.border-x-stone-300\/10{
  border-left-color: rgb(214 211 209 / 0.1);
  border-right-color: rgb(214 211 209 / 0.1);
}

.border-x-stone-300\/100{
  border-left-color: rgb(214 211 209 / 1);
  border-right-color: rgb(214 211 209 / 1);
}

.border-x-stone-300\/20{
  border-left-color: rgb(214 211 209 / 0.2);
  border-right-color: rgb(214 211 209 / 0.2);
}

.border-x-stone-300\/25{
  border-left-color: rgb(214 211 209 / 0.25);
  border-right-color: rgb(214 211 209 / 0.25);
}

.border-x-stone-300\/30{
  border-left-color: rgb(214 211 209 / 0.3);
  border-right-color: rgb(214 211 209 / 0.3);
}

.border-x-stone-300\/40{
  border-left-color: rgb(214 211 209 / 0.4);
  border-right-color: rgb(214 211 209 / 0.4);
}

.border-x-stone-300\/5{
  border-left-color: rgb(214 211 209 / 0.05);
  border-right-color: rgb(214 211 209 / 0.05);
}

.border-x-stone-300\/50{
  border-left-color: rgb(214 211 209 / 0.5);
  border-right-color: rgb(214 211 209 / 0.5);
}

.border-x-stone-300\/60{
  border-left-color: rgb(214 211 209 / 0.6);
  border-right-color: rgb(214 211 209 / 0.6);
}

.border-x-stone-300\/70{
  border-left-color: rgb(214 211 209 / 0.7);
  border-right-color: rgb(214 211 209 / 0.7);
}

.border-x-stone-300\/75{
  border-left-color: rgb(214 211 209 / 0.75);
  border-right-color: rgb(214 211 209 / 0.75);
}

.border-x-stone-300\/80{
  border-left-color: rgb(214 211 209 / 0.8);
  border-right-color: rgb(214 211 209 / 0.8);
}

.border-x-stone-300\/90{
  border-left-color: rgb(214 211 209 / 0.9);
  border-right-color: rgb(214 211 209 / 0.9);
}

.border-x-stone-300\/95{
  border-left-color: rgb(214 211 209 / 0.95);
  border-right-color: rgb(214 211 209 / 0.95);
}

.border-x-stone-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(168 162 158 / var(--tw-border-opacity));
  border-right-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-x-stone-400\/0{
  border-left-color: rgb(168 162 158 / 0);
  border-right-color: rgb(168 162 158 / 0);
}

.border-x-stone-400\/10{
  border-left-color: rgb(168 162 158 / 0.1);
  border-right-color: rgb(168 162 158 / 0.1);
}

.border-x-stone-400\/100{
  border-left-color: rgb(168 162 158 / 1);
  border-right-color: rgb(168 162 158 / 1);
}

.border-x-stone-400\/20{
  border-left-color: rgb(168 162 158 / 0.2);
  border-right-color: rgb(168 162 158 / 0.2);
}

.border-x-stone-400\/25{
  border-left-color: rgb(168 162 158 / 0.25);
  border-right-color: rgb(168 162 158 / 0.25);
}

.border-x-stone-400\/30{
  border-left-color: rgb(168 162 158 / 0.3);
  border-right-color: rgb(168 162 158 / 0.3);
}

.border-x-stone-400\/40{
  border-left-color: rgb(168 162 158 / 0.4);
  border-right-color: rgb(168 162 158 / 0.4);
}

.border-x-stone-400\/5{
  border-left-color: rgb(168 162 158 / 0.05);
  border-right-color: rgb(168 162 158 / 0.05);
}

.border-x-stone-400\/50{
  border-left-color: rgb(168 162 158 / 0.5);
  border-right-color: rgb(168 162 158 / 0.5);
}

.border-x-stone-400\/60{
  border-left-color: rgb(168 162 158 / 0.6);
  border-right-color: rgb(168 162 158 / 0.6);
}

.border-x-stone-400\/70{
  border-left-color: rgb(168 162 158 / 0.7);
  border-right-color: rgb(168 162 158 / 0.7);
}

.border-x-stone-400\/75{
  border-left-color: rgb(168 162 158 / 0.75);
  border-right-color: rgb(168 162 158 / 0.75);
}

.border-x-stone-400\/80{
  border-left-color: rgb(168 162 158 / 0.8);
  border-right-color: rgb(168 162 158 / 0.8);
}

.border-x-stone-400\/90{
  border-left-color: rgb(168 162 158 / 0.9);
  border-right-color: rgb(168 162 158 / 0.9);
}

.border-x-stone-400\/95{
  border-left-color: rgb(168 162 158 / 0.95);
  border-right-color: rgb(168 162 158 / 0.95);
}

.border-x-stone-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 249 / var(--tw-border-opacity));
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-x-stone-50\/0{
  border-left-color: rgb(250 250 249 / 0);
  border-right-color: rgb(250 250 249 / 0);
}

.border-x-stone-50\/10{
  border-left-color: rgb(250 250 249 / 0.1);
  border-right-color: rgb(250 250 249 / 0.1);
}

.border-x-stone-50\/100{
  border-left-color: rgb(250 250 249 / 1);
  border-right-color: rgb(250 250 249 / 1);
}

.border-x-stone-50\/20{
  border-left-color: rgb(250 250 249 / 0.2);
  border-right-color: rgb(250 250 249 / 0.2);
}

.border-x-stone-50\/25{
  border-left-color: rgb(250 250 249 / 0.25);
  border-right-color: rgb(250 250 249 / 0.25);
}

.border-x-stone-50\/30{
  border-left-color: rgb(250 250 249 / 0.3);
  border-right-color: rgb(250 250 249 / 0.3);
}

.border-x-stone-50\/40{
  border-left-color: rgb(250 250 249 / 0.4);
  border-right-color: rgb(250 250 249 / 0.4);
}

.border-x-stone-50\/5{
  border-left-color: rgb(250 250 249 / 0.05);
  border-right-color: rgb(250 250 249 / 0.05);
}

.border-x-stone-50\/50{
  border-left-color: rgb(250 250 249 / 0.5);
  border-right-color: rgb(250 250 249 / 0.5);
}

.border-x-stone-50\/60{
  border-left-color: rgb(250 250 249 / 0.6);
  border-right-color: rgb(250 250 249 / 0.6);
}

.border-x-stone-50\/70{
  border-left-color: rgb(250 250 249 / 0.7);
  border-right-color: rgb(250 250 249 / 0.7);
}

.border-x-stone-50\/75{
  border-left-color: rgb(250 250 249 / 0.75);
  border-right-color: rgb(250 250 249 / 0.75);
}

.border-x-stone-50\/80{
  border-left-color: rgb(250 250 249 / 0.8);
  border-right-color: rgb(250 250 249 / 0.8);
}

.border-x-stone-50\/90{
  border-left-color: rgb(250 250 249 / 0.9);
  border-right-color: rgb(250 250 249 / 0.9);
}

.border-x-stone-50\/95{
  border-left-color: rgb(250 250 249 / 0.95);
  border-right-color: rgb(250 250 249 / 0.95);
}

.border-x-stone-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(120 113 108 / var(--tw-border-opacity));
  border-right-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-x-stone-500\/0{
  border-left-color: rgb(120 113 108 / 0);
  border-right-color: rgb(120 113 108 / 0);
}

.border-x-stone-500\/10{
  border-left-color: rgb(120 113 108 / 0.1);
  border-right-color: rgb(120 113 108 / 0.1);
}

.border-x-stone-500\/100{
  border-left-color: rgb(120 113 108 / 1);
  border-right-color: rgb(120 113 108 / 1);
}

.border-x-stone-500\/20{
  border-left-color: rgb(120 113 108 / 0.2);
  border-right-color: rgb(120 113 108 / 0.2);
}

.border-x-stone-500\/25{
  border-left-color: rgb(120 113 108 / 0.25);
  border-right-color: rgb(120 113 108 / 0.25);
}

.border-x-stone-500\/30{
  border-left-color: rgb(120 113 108 / 0.3);
  border-right-color: rgb(120 113 108 / 0.3);
}

.border-x-stone-500\/40{
  border-left-color: rgb(120 113 108 / 0.4);
  border-right-color: rgb(120 113 108 / 0.4);
}

.border-x-stone-500\/5{
  border-left-color: rgb(120 113 108 / 0.05);
  border-right-color: rgb(120 113 108 / 0.05);
}

.border-x-stone-500\/50{
  border-left-color: rgb(120 113 108 / 0.5);
  border-right-color: rgb(120 113 108 / 0.5);
}

.border-x-stone-500\/60{
  border-left-color: rgb(120 113 108 / 0.6);
  border-right-color: rgb(120 113 108 / 0.6);
}

.border-x-stone-500\/70{
  border-left-color: rgb(120 113 108 / 0.7);
  border-right-color: rgb(120 113 108 / 0.7);
}

.border-x-stone-500\/75{
  border-left-color: rgb(120 113 108 / 0.75);
  border-right-color: rgb(120 113 108 / 0.75);
}

.border-x-stone-500\/80{
  border-left-color: rgb(120 113 108 / 0.8);
  border-right-color: rgb(120 113 108 / 0.8);
}

.border-x-stone-500\/90{
  border-left-color: rgb(120 113 108 / 0.9);
  border-right-color: rgb(120 113 108 / 0.9);
}

.border-x-stone-500\/95{
  border-left-color: rgb(120 113 108 / 0.95);
  border-right-color: rgb(120 113 108 / 0.95);
}

.border-x-stone-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(87 83 78 / var(--tw-border-opacity));
  border-right-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-x-stone-600\/0{
  border-left-color: rgb(87 83 78 / 0);
  border-right-color: rgb(87 83 78 / 0);
}

.border-x-stone-600\/10{
  border-left-color: rgb(87 83 78 / 0.1);
  border-right-color: rgb(87 83 78 / 0.1);
}

.border-x-stone-600\/100{
  border-left-color: rgb(87 83 78 / 1);
  border-right-color: rgb(87 83 78 / 1);
}

.border-x-stone-600\/20{
  border-left-color: rgb(87 83 78 / 0.2);
  border-right-color: rgb(87 83 78 / 0.2);
}

.border-x-stone-600\/25{
  border-left-color: rgb(87 83 78 / 0.25);
  border-right-color: rgb(87 83 78 / 0.25);
}

.border-x-stone-600\/30{
  border-left-color: rgb(87 83 78 / 0.3);
  border-right-color: rgb(87 83 78 / 0.3);
}

.border-x-stone-600\/40{
  border-left-color: rgb(87 83 78 / 0.4);
  border-right-color: rgb(87 83 78 / 0.4);
}

.border-x-stone-600\/5{
  border-left-color: rgb(87 83 78 / 0.05);
  border-right-color: rgb(87 83 78 / 0.05);
}

.border-x-stone-600\/50{
  border-left-color: rgb(87 83 78 / 0.5);
  border-right-color: rgb(87 83 78 / 0.5);
}

.border-x-stone-600\/60{
  border-left-color: rgb(87 83 78 / 0.6);
  border-right-color: rgb(87 83 78 / 0.6);
}

.border-x-stone-600\/70{
  border-left-color: rgb(87 83 78 / 0.7);
  border-right-color: rgb(87 83 78 / 0.7);
}

.border-x-stone-600\/75{
  border-left-color: rgb(87 83 78 / 0.75);
  border-right-color: rgb(87 83 78 / 0.75);
}

.border-x-stone-600\/80{
  border-left-color: rgb(87 83 78 / 0.8);
  border-right-color: rgb(87 83 78 / 0.8);
}

.border-x-stone-600\/90{
  border-left-color: rgb(87 83 78 / 0.9);
  border-right-color: rgb(87 83 78 / 0.9);
}

.border-x-stone-600\/95{
  border-left-color: rgb(87 83 78 / 0.95);
  border-right-color: rgb(87 83 78 / 0.95);
}

.border-x-stone-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(68 64 60 / var(--tw-border-opacity));
  border-right-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-x-stone-700\/0{
  border-left-color: rgb(68 64 60 / 0);
  border-right-color: rgb(68 64 60 / 0);
}

.border-x-stone-700\/10{
  border-left-color: rgb(68 64 60 / 0.1);
  border-right-color: rgb(68 64 60 / 0.1);
}

.border-x-stone-700\/100{
  border-left-color: rgb(68 64 60 / 1);
  border-right-color: rgb(68 64 60 / 1);
}

.border-x-stone-700\/20{
  border-left-color: rgb(68 64 60 / 0.2);
  border-right-color: rgb(68 64 60 / 0.2);
}

.border-x-stone-700\/25{
  border-left-color: rgb(68 64 60 / 0.25);
  border-right-color: rgb(68 64 60 / 0.25);
}

.border-x-stone-700\/30{
  border-left-color: rgb(68 64 60 / 0.3);
  border-right-color: rgb(68 64 60 / 0.3);
}

.border-x-stone-700\/40{
  border-left-color: rgb(68 64 60 / 0.4);
  border-right-color: rgb(68 64 60 / 0.4);
}

.border-x-stone-700\/5{
  border-left-color: rgb(68 64 60 / 0.05);
  border-right-color: rgb(68 64 60 / 0.05);
}

.border-x-stone-700\/50{
  border-left-color: rgb(68 64 60 / 0.5);
  border-right-color: rgb(68 64 60 / 0.5);
}

.border-x-stone-700\/60{
  border-left-color: rgb(68 64 60 / 0.6);
  border-right-color: rgb(68 64 60 / 0.6);
}

.border-x-stone-700\/70{
  border-left-color: rgb(68 64 60 / 0.7);
  border-right-color: rgb(68 64 60 / 0.7);
}

.border-x-stone-700\/75{
  border-left-color: rgb(68 64 60 / 0.75);
  border-right-color: rgb(68 64 60 / 0.75);
}

.border-x-stone-700\/80{
  border-left-color: rgb(68 64 60 / 0.8);
  border-right-color: rgb(68 64 60 / 0.8);
}

.border-x-stone-700\/90{
  border-left-color: rgb(68 64 60 / 0.9);
  border-right-color: rgb(68 64 60 / 0.9);
}

.border-x-stone-700\/95{
  border-left-color: rgb(68 64 60 / 0.95);
  border-right-color: rgb(68 64 60 / 0.95);
}

.border-x-stone-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(41 37 36 / var(--tw-border-opacity));
  border-right-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-x-stone-800\/0{
  border-left-color: rgb(41 37 36 / 0);
  border-right-color: rgb(41 37 36 / 0);
}

.border-x-stone-800\/10{
  border-left-color: rgb(41 37 36 / 0.1);
  border-right-color: rgb(41 37 36 / 0.1);
}

.border-x-stone-800\/100{
  border-left-color: rgb(41 37 36 / 1);
  border-right-color: rgb(41 37 36 / 1);
}

.border-x-stone-800\/20{
  border-left-color: rgb(41 37 36 / 0.2);
  border-right-color: rgb(41 37 36 / 0.2);
}

.border-x-stone-800\/25{
  border-left-color: rgb(41 37 36 / 0.25);
  border-right-color: rgb(41 37 36 / 0.25);
}

.border-x-stone-800\/30{
  border-left-color: rgb(41 37 36 / 0.3);
  border-right-color: rgb(41 37 36 / 0.3);
}

.border-x-stone-800\/40{
  border-left-color: rgb(41 37 36 / 0.4);
  border-right-color: rgb(41 37 36 / 0.4);
}

.border-x-stone-800\/5{
  border-left-color: rgb(41 37 36 / 0.05);
  border-right-color: rgb(41 37 36 / 0.05);
}

.border-x-stone-800\/50{
  border-left-color: rgb(41 37 36 / 0.5);
  border-right-color: rgb(41 37 36 / 0.5);
}

.border-x-stone-800\/60{
  border-left-color: rgb(41 37 36 / 0.6);
  border-right-color: rgb(41 37 36 / 0.6);
}

.border-x-stone-800\/70{
  border-left-color: rgb(41 37 36 / 0.7);
  border-right-color: rgb(41 37 36 / 0.7);
}

.border-x-stone-800\/75{
  border-left-color: rgb(41 37 36 / 0.75);
  border-right-color: rgb(41 37 36 / 0.75);
}

.border-x-stone-800\/80{
  border-left-color: rgb(41 37 36 / 0.8);
  border-right-color: rgb(41 37 36 / 0.8);
}

.border-x-stone-800\/90{
  border-left-color: rgb(41 37 36 / 0.9);
  border-right-color: rgb(41 37 36 / 0.9);
}

.border-x-stone-800\/95{
  border-left-color: rgb(41 37 36 / 0.95);
  border-right-color: rgb(41 37 36 / 0.95);
}

.border-x-stone-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(28 25 23 / var(--tw-border-opacity));
  border-right-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-x-stone-900\/0{
  border-left-color: rgb(28 25 23 / 0);
  border-right-color: rgb(28 25 23 / 0);
}

.border-x-stone-900\/10{
  border-left-color: rgb(28 25 23 / 0.1);
  border-right-color: rgb(28 25 23 / 0.1);
}

.border-x-stone-900\/100{
  border-left-color: rgb(28 25 23 / 1);
  border-right-color: rgb(28 25 23 / 1);
}

.border-x-stone-900\/20{
  border-left-color: rgb(28 25 23 / 0.2);
  border-right-color: rgb(28 25 23 / 0.2);
}

.border-x-stone-900\/25{
  border-left-color: rgb(28 25 23 / 0.25);
  border-right-color: rgb(28 25 23 / 0.25);
}

.border-x-stone-900\/30{
  border-left-color: rgb(28 25 23 / 0.3);
  border-right-color: rgb(28 25 23 / 0.3);
}

.border-x-stone-900\/40{
  border-left-color: rgb(28 25 23 / 0.4);
  border-right-color: rgb(28 25 23 / 0.4);
}

.border-x-stone-900\/5{
  border-left-color: rgb(28 25 23 / 0.05);
  border-right-color: rgb(28 25 23 / 0.05);
}

.border-x-stone-900\/50{
  border-left-color: rgb(28 25 23 / 0.5);
  border-right-color: rgb(28 25 23 / 0.5);
}

.border-x-stone-900\/60{
  border-left-color: rgb(28 25 23 / 0.6);
  border-right-color: rgb(28 25 23 / 0.6);
}

.border-x-stone-900\/70{
  border-left-color: rgb(28 25 23 / 0.7);
  border-right-color: rgb(28 25 23 / 0.7);
}

.border-x-stone-900\/75{
  border-left-color: rgb(28 25 23 / 0.75);
  border-right-color: rgb(28 25 23 / 0.75);
}

.border-x-stone-900\/80{
  border-left-color: rgb(28 25 23 / 0.8);
  border-right-color: rgb(28 25 23 / 0.8);
}

.border-x-stone-900\/90{
  border-left-color: rgb(28 25 23 / 0.9);
  border-right-color: rgb(28 25 23 / 0.9);
}

.border-x-stone-900\/95{
  border-left-color: rgb(28 25 23 / 0.95);
  border-right-color: rgb(28 25 23 / 0.95);
}

.border-x-stone-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(12 10 9 / var(--tw-border-opacity));
  border-right-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-x-stone-950\/0{
  border-left-color: rgb(12 10 9 / 0);
  border-right-color: rgb(12 10 9 / 0);
}

.border-x-stone-950\/10{
  border-left-color: rgb(12 10 9 / 0.1);
  border-right-color: rgb(12 10 9 / 0.1);
}

.border-x-stone-950\/100{
  border-left-color: rgb(12 10 9 / 1);
  border-right-color: rgb(12 10 9 / 1);
}

.border-x-stone-950\/20{
  border-left-color: rgb(12 10 9 / 0.2);
  border-right-color: rgb(12 10 9 / 0.2);
}

.border-x-stone-950\/25{
  border-left-color: rgb(12 10 9 / 0.25);
  border-right-color: rgb(12 10 9 / 0.25);
}

.border-x-stone-950\/30{
  border-left-color: rgb(12 10 9 / 0.3);
  border-right-color: rgb(12 10 9 / 0.3);
}

.border-x-stone-950\/40{
  border-left-color: rgb(12 10 9 / 0.4);
  border-right-color: rgb(12 10 9 / 0.4);
}

.border-x-stone-950\/5{
  border-left-color: rgb(12 10 9 / 0.05);
  border-right-color: rgb(12 10 9 / 0.05);
}

.border-x-stone-950\/50{
  border-left-color: rgb(12 10 9 / 0.5);
  border-right-color: rgb(12 10 9 / 0.5);
}

.border-x-stone-950\/60{
  border-left-color: rgb(12 10 9 / 0.6);
  border-right-color: rgb(12 10 9 / 0.6);
}

.border-x-stone-950\/70{
  border-left-color: rgb(12 10 9 / 0.7);
  border-right-color: rgb(12 10 9 / 0.7);
}

.border-x-stone-950\/75{
  border-left-color: rgb(12 10 9 / 0.75);
  border-right-color: rgb(12 10 9 / 0.75);
}

.border-x-stone-950\/80{
  border-left-color: rgb(12 10 9 / 0.8);
  border-right-color: rgb(12 10 9 / 0.8);
}

.border-x-stone-950\/90{
  border-left-color: rgb(12 10 9 / 0.9);
  border-right-color: rgb(12 10 9 / 0.9);
}

.border-x-stone-950\/95{
  border-left-color: rgb(12 10 9 / 0.95);
  border-right-color: rgb(12 10 9 / 0.95);
}

.border-x-teal-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(204 251 241 / var(--tw-border-opacity));
  border-right-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.border-x-teal-100\/0{
  border-left-color: rgb(204 251 241 / 0);
  border-right-color: rgb(204 251 241 / 0);
}

.border-x-teal-100\/10{
  border-left-color: rgb(204 251 241 / 0.1);
  border-right-color: rgb(204 251 241 / 0.1);
}

.border-x-teal-100\/100{
  border-left-color: rgb(204 251 241 / 1);
  border-right-color: rgb(204 251 241 / 1);
}

.border-x-teal-100\/20{
  border-left-color: rgb(204 251 241 / 0.2);
  border-right-color: rgb(204 251 241 / 0.2);
}

.border-x-teal-100\/25{
  border-left-color: rgb(204 251 241 / 0.25);
  border-right-color: rgb(204 251 241 / 0.25);
}

.border-x-teal-100\/30{
  border-left-color: rgb(204 251 241 / 0.3);
  border-right-color: rgb(204 251 241 / 0.3);
}

.border-x-teal-100\/40{
  border-left-color: rgb(204 251 241 / 0.4);
  border-right-color: rgb(204 251 241 / 0.4);
}

.border-x-teal-100\/5{
  border-left-color: rgb(204 251 241 / 0.05);
  border-right-color: rgb(204 251 241 / 0.05);
}

.border-x-teal-100\/50{
  border-left-color: rgb(204 251 241 / 0.5);
  border-right-color: rgb(204 251 241 / 0.5);
}

.border-x-teal-100\/60{
  border-left-color: rgb(204 251 241 / 0.6);
  border-right-color: rgb(204 251 241 / 0.6);
}

.border-x-teal-100\/70{
  border-left-color: rgb(204 251 241 / 0.7);
  border-right-color: rgb(204 251 241 / 0.7);
}

.border-x-teal-100\/75{
  border-left-color: rgb(204 251 241 / 0.75);
  border-right-color: rgb(204 251 241 / 0.75);
}

.border-x-teal-100\/80{
  border-left-color: rgb(204 251 241 / 0.8);
  border-right-color: rgb(204 251 241 / 0.8);
}

.border-x-teal-100\/90{
  border-left-color: rgb(204 251 241 / 0.9);
  border-right-color: rgb(204 251 241 / 0.9);
}

.border-x-teal-100\/95{
  border-left-color: rgb(204 251 241 / 0.95);
  border-right-color: rgb(204 251 241 / 0.95);
}

.border-x-teal-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(153 246 228 / var(--tw-border-opacity));
  border-right-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-x-teal-200\/0{
  border-left-color: rgb(153 246 228 / 0);
  border-right-color: rgb(153 246 228 / 0);
}

.border-x-teal-200\/10{
  border-left-color: rgb(153 246 228 / 0.1);
  border-right-color: rgb(153 246 228 / 0.1);
}

.border-x-teal-200\/100{
  border-left-color: rgb(153 246 228 / 1);
  border-right-color: rgb(153 246 228 / 1);
}

.border-x-teal-200\/20{
  border-left-color: rgb(153 246 228 / 0.2);
  border-right-color: rgb(153 246 228 / 0.2);
}

.border-x-teal-200\/25{
  border-left-color: rgb(153 246 228 / 0.25);
  border-right-color: rgb(153 246 228 / 0.25);
}

.border-x-teal-200\/30{
  border-left-color: rgb(153 246 228 / 0.3);
  border-right-color: rgb(153 246 228 / 0.3);
}

.border-x-teal-200\/40{
  border-left-color: rgb(153 246 228 / 0.4);
  border-right-color: rgb(153 246 228 / 0.4);
}

.border-x-teal-200\/5{
  border-left-color: rgb(153 246 228 / 0.05);
  border-right-color: rgb(153 246 228 / 0.05);
}

.border-x-teal-200\/50{
  border-left-color: rgb(153 246 228 / 0.5);
  border-right-color: rgb(153 246 228 / 0.5);
}

.border-x-teal-200\/60{
  border-left-color: rgb(153 246 228 / 0.6);
  border-right-color: rgb(153 246 228 / 0.6);
}

.border-x-teal-200\/70{
  border-left-color: rgb(153 246 228 / 0.7);
  border-right-color: rgb(153 246 228 / 0.7);
}

.border-x-teal-200\/75{
  border-left-color: rgb(153 246 228 / 0.75);
  border-right-color: rgb(153 246 228 / 0.75);
}

.border-x-teal-200\/80{
  border-left-color: rgb(153 246 228 / 0.8);
  border-right-color: rgb(153 246 228 / 0.8);
}

.border-x-teal-200\/90{
  border-left-color: rgb(153 246 228 / 0.9);
  border-right-color: rgb(153 246 228 / 0.9);
}

.border-x-teal-200\/95{
  border-left-color: rgb(153 246 228 / 0.95);
  border-right-color: rgb(153 246 228 / 0.95);
}

.border-x-teal-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(94 234 212 / var(--tw-border-opacity));
  border-right-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-x-teal-300\/0{
  border-left-color: rgb(94 234 212 / 0);
  border-right-color: rgb(94 234 212 / 0);
}

.border-x-teal-300\/10{
  border-left-color: rgb(94 234 212 / 0.1);
  border-right-color: rgb(94 234 212 / 0.1);
}

.border-x-teal-300\/100{
  border-left-color: rgb(94 234 212 / 1);
  border-right-color: rgb(94 234 212 / 1);
}

.border-x-teal-300\/20{
  border-left-color: rgb(94 234 212 / 0.2);
  border-right-color: rgb(94 234 212 / 0.2);
}

.border-x-teal-300\/25{
  border-left-color: rgb(94 234 212 / 0.25);
  border-right-color: rgb(94 234 212 / 0.25);
}

.border-x-teal-300\/30{
  border-left-color: rgb(94 234 212 / 0.3);
  border-right-color: rgb(94 234 212 / 0.3);
}

.border-x-teal-300\/40{
  border-left-color: rgb(94 234 212 / 0.4);
  border-right-color: rgb(94 234 212 / 0.4);
}

.border-x-teal-300\/5{
  border-left-color: rgb(94 234 212 / 0.05);
  border-right-color: rgb(94 234 212 / 0.05);
}

.border-x-teal-300\/50{
  border-left-color: rgb(94 234 212 / 0.5);
  border-right-color: rgb(94 234 212 / 0.5);
}

.border-x-teal-300\/60{
  border-left-color: rgb(94 234 212 / 0.6);
  border-right-color: rgb(94 234 212 / 0.6);
}

.border-x-teal-300\/70{
  border-left-color: rgb(94 234 212 / 0.7);
  border-right-color: rgb(94 234 212 / 0.7);
}

.border-x-teal-300\/75{
  border-left-color: rgb(94 234 212 / 0.75);
  border-right-color: rgb(94 234 212 / 0.75);
}

.border-x-teal-300\/80{
  border-left-color: rgb(94 234 212 / 0.8);
  border-right-color: rgb(94 234 212 / 0.8);
}

.border-x-teal-300\/90{
  border-left-color: rgb(94 234 212 / 0.9);
  border-right-color: rgb(94 234 212 / 0.9);
}

.border-x-teal-300\/95{
  border-left-color: rgb(94 234 212 / 0.95);
  border-right-color: rgb(94 234 212 / 0.95);
}

.border-x-teal-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(45 212 191 / var(--tw-border-opacity));
  border-right-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-x-teal-400\/0{
  border-left-color: rgb(45 212 191 / 0);
  border-right-color: rgb(45 212 191 / 0);
}

.border-x-teal-400\/10{
  border-left-color: rgb(45 212 191 / 0.1);
  border-right-color: rgb(45 212 191 / 0.1);
}

.border-x-teal-400\/100{
  border-left-color: rgb(45 212 191 / 1);
  border-right-color: rgb(45 212 191 / 1);
}

.border-x-teal-400\/20{
  border-left-color: rgb(45 212 191 / 0.2);
  border-right-color: rgb(45 212 191 / 0.2);
}

.border-x-teal-400\/25{
  border-left-color: rgb(45 212 191 / 0.25);
  border-right-color: rgb(45 212 191 / 0.25);
}

.border-x-teal-400\/30{
  border-left-color: rgb(45 212 191 / 0.3);
  border-right-color: rgb(45 212 191 / 0.3);
}

.border-x-teal-400\/40{
  border-left-color: rgb(45 212 191 / 0.4);
  border-right-color: rgb(45 212 191 / 0.4);
}

.border-x-teal-400\/5{
  border-left-color: rgb(45 212 191 / 0.05);
  border-right-color: rgb(45 212 191 / 0.05);
}

.border-x-teal-400\/50{
  border-left-color: rgb(45 212 191 / 0.5);
  border-right-color: rgb(45 212 191 / 0.5);
}

.border-x-teal-400\/60{
  border-left-color: rgb(45 212 191 / 0.6);
  border-right-color: rgb(45 212 191 / 0.6);
}

.border-x-teal-400\/70{
  border-left-color: rgb(45 212 191 / 0.7);
  border-right-color: rgb(45 212 191 / 0.7);
}

.border-x-teal-400\/75{
  border-left-color: rgb(45 212 191 / 0.75);
  border-right-color: rgb(45 212 191 / 0.75);
}

.border-x-teal-400\/80{
  border-left-color: rgb(45 212 191 / 0.8);
  border-right-color: rgb(45 212 191 / 0.8);
}

.border-x-teal-400\/90{
  border-left-color: rgb(45 212 191 / 0.9);
  border-right-color: rgb(45 212 191 / 0.9);
}

.border-x-teal-400\/95{
  border-left-color: rgb(45 212 191 / 0.95);
  border-right-color: rgb(45 212 191 / 0.95);
}

.border-x-teal-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 250 / var(--tw-border-opacity));
  border-right-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-x-teal-50\/0{
  border-left-color: rgb(240 253 250 / 0);
  border-right-color: rgb(240 253 250 / 0);
}

.border-x-teal-50\/10{
  border-left-color: rgb(240 253 250 / 0.1);
  border-right-color: rgb(240 253 250 / 0.1);
}

.border-x-teal-50\/100{
  border-left-color: rgb(240 253 250 / 1);
  border-right-color: rgb(240 253 250 / 1);
}

.border-x-teal-50\/20{
  border-left-color: rgb(240 253 250 / 0.2);
  border-right-color: rgb(240 253 250 / 0.2);
}

.border-x-teal-50\/25{
  border-left-color: rgb(240 253 250 / 0.25);
  border-right-color: rgb(240 253 250 / 0.25);
}

.border-x-teal-50\/30{
  border-left-color: rgb(240 253 250 / 0.3);
  border-right-color: rgb(240 253 250 / 0.3);
}

.border-x-teal-50\/40{
  border-left-color: rgb(240 253 250 / 0.4);
  border-right-color: rgb(240 253 250 / 0.4);
}

.border-x-teal-50\/5{
  border-left-color: rgb(240 253 250 / 0.05);
  border-right-color: rgb(240 253 250 / 0.05);
}

.border-x-teal-50\/50{
  border-left-color: rgb(240 253 250 / 0.5);
  border-right-color: rgb(240 253 250 / 0.5);
}

.border-x-teal-50\/60{
  border-left-color: rgb(240 253 250 / 0.6);
  border-right-color: rgb(240 253 250 / 0.6);
}

.border-x-teal-50\/70{
  border-left-color: rgb(240 253 250 / 0.7);
  border-right-color: rgb(240 253 250 / 0.7);
}

.border-x-teal-50\/75{
  border-left-color: rgb(240 253 250 / 0.75);
  border-right-color: rgb(240 253 250 / 0.75);
}

.border-x-teal-50\/80{
  border-left-color: rgb(240 253 250 / 0.8);
  border-right-color: rgb(240 253 250 / 0.8);
}

.border-x-teal-50\/90{
  border-left-color: rgb(240 253 250 / 0.9);
  border-right-color: rgb(240 253 250 / 0.9);
}

.border-x-teal-50\/95{
  border-left-color: rgb(240 253 250 / 0.95);
  border-right-color: rgb(240 253 250 / 0.95);
}

.border-x-teal-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity));
  border-right-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-x-teal-500\/0{
  border-left-color: rgb(20 184 166 / 0);
  border-right-color: rgb(20 184 166 / 0);
}

.border-x-teal-500\/10{
  border-left-color: rgb(20 184 166 / 0.1);
  border-right-color: rgb(20 184 166 / 0.1);
}

.border-x-teal-500\/100{
  border-left-color: rgb(20 184 166 / 1);
  border-right-color: rgb(20 184 166 / 1);
}

.border-x-teal-500\/20{
  border-left-color: rgb(20 184 166 / 0.2);
  border-right-color: rgb(20 184 166 / 0.2);
}

.border-x-teal-500\/25{
  border-left-color: rgb(20 184 166 / 0.25);
  border-right-color: rgb(20 184 166 / 0.25);
}

.border-x-teal-500\/30{
  border-left-color: rgb(20 184 166 / 0.3);
  border-right-color: rgb(20 184 166 / 0.3);
}

.border-x-teal-500\/40{
  border-left-color: rgb(20 184 166 / 0.4);
  border-right-color: rgb(20 184 166 / 0.4);
}

.border-x-teal-500\/5{
  border-left-color: rgb(20 184 166 / 0.05);
  border-right-color: rgb(20 184 166 / 0.05);
}

.border-x-teal-500\/50{
  border-left-color: rgb(20 184 166 / 0.5);
  border-right-color: rgb(20 184 166 / 0.5);
}

.border-x-teal-500\/60{
  border-left-color: rgb(20 184 166 / 0.6);
  border-right-color: rgb(20 184 166 / 0.6);
}

.border-x-teal-500\/70{
  border-left-color: rgb(20 184 166 / 0.7);
  border-right-color: rgb(20 184 166 / 0.7);
}

.border-x-teal-500\/75{
  border-left-color: rgb(20 184 166 / 0.75);
  border-right-color: rgb(20 184 166 / 0.75);
}

.border-x-teal-500\/80{
  border-left-color: rgb(20 184 166 / 0.8);
  border-right-color: rgb(20 184 166 / 0.8);
}

.border-x-teal-500\/90{
  border-left-color: rgb(20 184 166 / 0.9);
  border-right-color: rgb(20 184 166 / 0.9);
}

.border-x-teal-500\/95{
  border-left-color: rgb(20 184 166 / 0.95);
  border-right-color: rgb(20 184 166 / 0.95);
}

.border-x-teal-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(13 148 136 / var(--tw-border-opacity));
  border-right-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-x-teal-600\/0{
  border-left-color: rgb(13 148 136 / 0);
  border-right-color: rgb(13 148 136 / 0);
}

.border-x-teal-600\/10{
  border-left-color: rgb(13 148 136 / 0.1);
  border-right-color: rgb(13 148 136 / 0.1);
}

.border-x-teal-600\/100{
  border-left-color: rgb(13 148 136 / 1);
  border-right-color: rgb(13 148 136 / 1);
}

.border-x-teal-600\/20{
  border-left-color: rgb(13 148 136 / 0.2);
  border-right-color: rgb(13 148 136 / 0.2);
}

.border-x-teal-600\/25{
  border-left-color: rgb(13 148 136 / 0.25);
  border-right-color: rgb(13 148 136 / 0.25);
}

.border-x-teal-600\/30{
  border-left-color: rgb(13 148 136 / 0.3);
  border-right-color: rgb(13 148 136 / 0.3);
}

.border-x-teal-600\/40{
  border-left-color: rgb(13 148 136 / 0.4);
  border-right-color: rgb(13 148 136 / 0.4);
}

.border-x-teal-600\/5{
  border-left-color: rgb(13 148 136 / 0.05);
  border-right-color: rgb(13 148 136 / 0.05);
}

.border-x-teal-600\/50{
  border-left-color: rgb(13 148 136 / 0.5);
  border-right-color: rgb(13 148 136 / 0.5);
}

.border-x-teal-600\/60{
  border-left-color: rgb(13 148 136 / 0.6);
  border-right-color: rgb(13 148 136 / 0.6);
}

.border-x-teal-600\/70{
  border-left-color: rgb(13 148 136 / 0.7);
  border-right-color: rgb(13 148 136 / 0.7);
}

.border-x-teal-600\/75{
  border-left-color: rgb(13 148 136 / 0.75);
  border-right-color: rgb(13 148 136 / 0.75);
}

.border-x-teal-600\/80{
  border-left-color: rgb(13 148 136 / 0.8);
  border-right-color: rgb(13 148 136 / 0.8);
}

.border-x-teal-600\/90{
  border-left-color: rgb(13 148 136 / 0.9);
  border-right-color: rgb(13 148 136 / 0.9);
}

.border-x-teal-600\/95{
  border-left-color: rgb(13 148 136 / 0.95);
  border-right-color: rgb(13 148 136 / 0.95);
}

.border-x-teal-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(15 118 110 / var(--tw-border-opacity));
  border-right-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-x-teal-700\/0{
  border-left-color: rgb(15 118 110 / 0);
  border-right-color: rgb(15 118 110 / 0);
}

.border-x-teal-700\/10{
  border-left-color: rgb(15 118 110 / 0.1);
  border-right-color: rgb(15 118 110 / 0.1);
}

.border-x-teal-700\/100{
  border-left-color: rgb(15 118 110 / 1);
  border-right-color: rgb(15 118 110 / 1);
}

.border-x-teal-700\/20{
  border-left-color: rgb(15 118 110 / 0.2);
  border-right-color: rgb(15 118 110 / 0.2);
}

.border-x-teal-700\/25{
  border-left-color: rgb(15 118 110 / 0.25);
  border-right-color: rgb(15 118 110 / 0.25);
}

.border-x-teal-700\/30{
  border-left-color: rgb(15 118 110 / 0.3);
  border-right-color: rgb(15 118 110 / 0.3);
}

.border-x-teal-700\/40{
  border-left-color: rgb(15 118 110 / 0.4);
  border-right-color: rgb(15 118 110 / 0.4);
}

.border-x-teal-700\/5{
  border-left-color: rgb(15 118 110 / 0.05);
  border-right-color: rgb(15 118 110 / 0.05);
}

.border-x-teal-700\/50{
  border-left-color: rgb(15 118 110 / 0.5);
  border-right-color: rgb(15 118 110 / 0.5);
}

.border-x-teal-700\/60{
  border-left-color: rgb(15 118 110 / 0.6);
  border-right-color: rgb(15 118 110 / 0.6);
}

.border-x-teal-700\/70{
  border-left-color: rgb(15 118 110 / 0.7);
  border-right-color: rgb(15 118 110 / 0.7);
}

.border-x-teal-700\/75{
  border-left-color: rgb(15 118 110 / 0.75);
  border-right-color: rgb(15 118 110 / 0.75);
}

.border-x-teal-700\/80{
  border-left-color: rgb(15 118 110 / 0.8);
  border-right-color: rgb(15 118 110 / 0.8);
}

.border-x-teal-700\/90{
  border-left-color: rgb(15 118 110 / 0.9);
  border-right-color: rgb(15 118 110 / 0.9);
}

.border-x-teal-700\/95{
  border-left-color: rgb(15 118 110 / 0.95);
  border-right-color: rgb(15 118 110 / 0.95);
}

.border-x-teal-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(17 94 89 / var(--tw-border-opacity));
  border-right-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-x-teal-800\/0{
  border-left-color: rgb(17 94 89 / 0);
  border-right-color: rgb(17 94 89 / 0);
}

.border-x-teal-800\/10{
  border-left-color: rgb(17 94 89 / 0.1);
  border-right-color: rgb(17 94 89 / 0.1);
}

.border-x-teal-800\/100{
  border-left-color: rgb(17 94 89 / 1);
  border-right-color: rgb(17 94 89 / 1);
}

.border-x-teal-800\/20{
  border-left-color: rgb(17 94 89 / 0.2);
  border-right-color: rgb(17 94 89 / 0.2);
}

.border-x-teal-800\/25{
  border-left-color: rgb(17 94 89 / 0.25);
  border-right-color: rgb(17 94 89 / 0.25);
}

.border-x-teal-800\/30{
  border-left-color: rgb(17 94 89 / 0.3);
  border-right-color: rgb(17 94 89 / 0.3);
}

.border-x-teal-800\/40{
  border-left-color: rgb(17 94 89 / 0.4);
  border-right-color: rgb(17 94 89 / 0.4);
}

.border-x-teal-800\/5{
  border-left-color: rgb(17 94 89 / 0.05);
  border-right-color: rgb(17 94 89 / 0.05);
}

.border-x-teal-800\/50{
  border-left-color: rgb(17 94 89 / 0.5);
  border-right-color: rgb(17 94 89 / 0.5);
}

.border-x-teal-800\/60{
  border-left-color: rgb(17 94 89 / 0.6);
  border-right-color: rgb(17 94 89 / 0.6);
}

.border-x-teal-800\/70{
  border-left-color: rgb(17 94 89 / 0.7);
  border-right-color: rgb(17 94 89 / 0.7);
}

.border-x-teal-800\/75{
  border-left-color: rgb(17 94 89 / 0.75);
  border-right-color: rgb(17 94 89 / 0.75);
}

.border-x-teal-800\/80{
  border-left-color: rgb(17 94 89 / 0.8);
  border-right-color: rgb(17 94 89 / 0.8);
}

.border-x-teal-800\/90{
  border-left-color: rgb(17 94 89 / 0.9);
  border-right-color: rgb(17 94 89 / 0.9);
}

.border-x-teal-800\/95{
  border-left-color: rgb(17 94 89 / 0.95);
  border-right-color: rgb(17 94 89 / 0.95);
}

.border-x-teal-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(19 78 74 / var(--tw-border-opacity));
  border-right-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-x-teal-900\/0{
  border-left-color: rgb(19 78 74 / 0);
  border-right-color: rgb(19 78 74 / 0);
}

.border-x-teal-900\/10{
  border-left-color: rgb(19 78 74 / 0.1);
  border-right-color: rgb(19 78 74 / 0.1);
}

.border-x-teal-900\/100{
  border-left-color: rgb(19 78 74 / 1);
  border-right-color: rgb(19 78 74 / 1);
}

.border-x-teal-900\/20{
  border-left-color: rgb(19 78 74 / 0.2);
  border-right-color: rgb(19 78 74 / 0.2);
}

.border-x-teal-900\/25{
  border-left-color: rgb(19 78 74 / 0.25);
  border-right-color: rgb(19 78 74 / 0.25);
}

.border-x-teal-900\/30{
  border-left-color: rgb(19 78 74 / 0.3);
  border-right-color: rgb(19 78 74 / 0.3);
}

.border-x-teal-900\/40{
  border-left-color: rgb(19 78 74 / 0.4);
  border-right-color: rgb(19 78 74 / 0.4);
}

.border-x-teal-900\/5{
  border-left-color: rgb(19 78 74 / 0.05);
  border-right-color: rgb(19 78 74 / 0.05);
}

.border-x-teal-900\/50{
  border-left-color: rgb(19 78 74 / 0.5);
  border-right-color: rgb(19 78 74 / 0.5);
}

.border-x-teal-900\/60{
  border-left-color: rgb(19 78 74 / 0.6);
  border-right-color: rgb(19 78 74 / 0.6);
}

.border-x-teal-900\/70{
  border-left-color: rgb(19 78 74 / 0.7);
  border-right-color: rgb(19 78 74 / 0.7);
}

.border-x-teal-900\/75{
  border-left-color: rgb(19 78 74 / 0.75);
  border-right-color: rgb(19 78 74 / 0.75);
}

.border-x-teal-900\/80{
  border-left-color: rgb(19 78 74 / 0.8);
  border-right-color: rgb(19 78 74 / 0.8);
}

.border-x-teal-900\/90{
  border-left-color: rgb(19 78 74 / 0.9);
  border-right-color: rgb(19 78 74 / 0.9);
}

.border-x-teal-900\/95{
  border-left-color: rgb(19 78 74 / 0.95);
  border-right-color: rgb(19 78 74 / 0.95);
}

.border-x-teal-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(4 47 46 / var(--tw-border-opacity));
  border-right-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-x-teal-950\/0{
  border-left-color: rgb(4 47 46 / 0);
  border-right-color: rgb(4 47 46 / 0);
}

.border-x-teal-950\/10{
  border-left-color: rgb(4 47 46 / 0.1);
  border-right-color: rgb(4 47 46 / 0.1);
}

.border-x-teal-950\/100{
  border-left-color: rgb(4 47 46 / 1);
  border-right-color: rgb(4 47 46 / 1);
}

.border-x-teal-950\/20{
  border-left-color: rgb(4 47 46 / 0.2);
  border-right-color: rgb(4 47 46 / 0.2);
}

.border-x-teal-950\/25{
  border-left-color: rgb(4 47 46 / 0.25);
  border-right-color: rgb(4 47 46 / 0.25);
}

.border-x-teal-950\/30{
  border-left-color: rgb(4 47 46 / 0.3);
  border-right-color: rgb(4 47 46 / 0.3);
}

.border-x-teal-950\/40{
  border-left-color: rgb(4 47 46 / 0.4);
  border-right-color: rgb(4 47 46 / 0.4);
}

.border-x-teal-950\/5{
  border-left-color: rgb(4 47 46 / 0.05);
  border-right-color: rgb(4 47 46 / 0.05);
}

.border-x-teal-950\/50{
  border-left-color: rgb(4 47 46 / 0.5);
  border-right-color: rgb(4 47 46 / 0.5);
}

.border-x-teal-950\/60{
  border-left-color: rgb(4 47 46 / 0.6);
  border-right-color: rgb(4 47 46 / 0.6);
}

.border-x-teal-950\/70{
  border-left-color: rgb(4 47 46 / 0.7);
  border-right-color: rgb(4 47 46 / 0.7);
}

.border-x-teal-950\/75{
  border-left-color: rgb(4 47 46 / 0.75);
  border-right-color: rgb(4 47 46 / 0.75);
}

.border-x-teal-950\/80{
  border-left-color: rgb(4 47 46 / 0.8);
  border-right-color: rgb(4 47 46 / 0.8);
}

.border-x-teal-950\/90{
  border-left-color: rgb(4 47 46 / 0.9);
  border-right-color: rgb(4 47 46 / 0.9);
}

.border-x-teal-950\/95{
  border-left-color: rgb(4 47 46 / 0.95);
  border-right-color: rgb(4 47 46 / 0.95);
}

.border-x-transparent{
  border-left-color: transparent;
  border-right-color: transparent;
}

.border-x-transparent\/0{
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.border-x-transparent\/10{
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-x-transparent\/100{
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.border-x-transparent\/20{
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-x-transparent\/25{
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-x-transparent\/30{
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-x-transparent\/40{
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-x-transparent\/5{
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-x-transparent\/50{
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-x-transparent\/60{
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-x-transparent\/70{
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-x-transparent\/75{
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-x-transparent\/80{
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-x-transparent\/90{
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-x-transparent\/95{
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-x-violet-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(237 233 254 / var(--tw-border-opacity));
  border-right-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-x-violet-100\/0{
  border-left-color: rgb(237 233 254 / 0);
  border-right-color: rgb(237 233 254 / 0);
}

.border-x-violet-100\/10{
  border-left-color: rgb(237 233 254 / 0.1);
  border-right-color: rgb(237 233 254 / 0.1);
}

.border-x-violet-100\/100{
  border-left-color: rgb(237 233 254 / 1);
  border-right-color: rgb(237 233 254 / 1);
}

.border-x-violet-100\/20{
  border-left-color: rgb(237 233 254 / 0.2);
  border-right-color: rgb(237 233 254 / 0.2);
}

.border-x-violet-100\/25{
  border-left-color: rgb(237 233 254 / 0.25);
  border-right-color: rgb(237 233 254 / 0.25);
}

.border-x-violet-100\/30{
  border-left-color: rgb(237 233 254 / 0.3);
  border-right-color: rgb(237 233 254 / 0.3);
}

.border-x-violet-100\/40{
  border-left-color: rgb(237 233 254 / 0.4);
  border-right-color: rgb(237 233 254 / 0.4);
}

.border-x-violet-100\/5{
  border-left-color: rgb(237 233 254 / 0.05);
  border-right-color: rgb(237 233 254 / 0.05);
}

.border-x-violet-100\/50{
  border-left-color: rgb(237 233 254 / 0.5);
  border-right-color: rgb(237 233 254 / 0.5);
}

.border-x-violet-100\/60{
  border-left-color: rgb(237 233 254 / 0.6);
  border-right-color: rgb(237 233 254 / 0.6);
}

.border-x-violet-100\/70{
  border-left-color: rgb(237 233 254 / 0.7);
  border-right-color: rgb(237 233 254 / 0.7);
}

.border-x-violet-100\/75{
  border-left-color: rgb(237 233 254 / 0.75);
  border-right-color: rgb(237 233 254 / 0.75);
}

.border-x-violet-100\/80{
  border-left-color: rgb(237 233 254 / 0.8);
  border-right-color: rgb(237 233 254 / 0.8);
}

.border-x-violet-100\/90{
  border-left-color: rgb(237 233 254 / 0.9);
  border-right-color: rgb(237 233 254 / 0.9);
}

.border-x-violet-100\/95{
  border-left-color: rgb(237 233 254 / 0.95);
  border-right-color: rgb(237 233 254 / 0.95);
}

.border-x-violet-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(221 214 254 / var(--tw-border-opacity));
  border-right-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-x-violet-200\/0{
  border-left-color: rgb(221 214 254 / 0);
  border-right-color: rgb(221 214 254 / 0);
}

.border-x-violet-200\/10{
  border-left-color: rgb(221 214 254 / 0.1);
  border-right-color: rgb(221 214 254 / 0.1);
}

.border-x-violet-200\/100{
  border-left-color: rgb(221 214 254 / 1);
  border-right-color: rgb(221 214 254 / 1);
}

.border-x-violet-200\/20{
  border-left-color: rgb(221 214 254 / 0.2);
  border-right-color: rgb(221 214 254 / 0.2);
}

.border-x-violet-200\/25{
  border-left-color: rgb(221 214 254 / 0.25);
  border-right-color: rgb(221 214 254 / 0.25);
}

.border-x-violet-200\/30{
  border-left-color: rgb(221 214 254 / 0.3);
  border-right-color: rgb(221 214 254 / 0.3);
}

.border-x-violet-200\/40{
  border-left-color: rgb(221 214 254 / 0.4);
  border-right-color: rgb(221 214 254 / 0.4);
}

.border-x-violet-200\/5{
  border-left-color: rgb(221 214 254 / 0.05);
  border-right-color: rgb(221 214 254 / 0.05);
}

.border-x-violet-200\/50{
  border-left-color: rgb(221 214 254 / 0.5);
  border-right-color: rgb(221 214 254 / 0.5);
}

.border-x-violet-200\/60{
  border-left-color: rgb(221 214 254 / 0.6);
  border-right-color: rgb(221 214 254 / 0.6);
}

.border-x-violet-200\/70{
  border-left-color: rgb(221 214 254 / 0.7);
  border-right-color: rgb(221 214 254 / 0.7);
}

.border-x-violet-200\/75{
  border-left-color: rgb(221 214 254 / 0.75);
  border-right-color: rgb(221 214 254 / 0.75);
}

.border-x-violet-200\/80{
  border-left-color: rgb(221 214 254 / 0.8);
  border-right-color: rgb(221 214 254 / 0.8);
}

.border-x-violet-200\/90{
  border-left-color: rgb(221 214 254 / 0.9);
  border-right-color: rgb(221 214 254 / 0.9);
}

.border-x-violet-200\/95{
  border-left-color: rgb(221 214 254 / 0.95);
  border-right-color: rgb(221 214 254 / 0.95);
}

.border-x-violet-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(196 181 253 / var(--tw-border-opacity));
  border-right-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-x-violet-300\/0{
  border-left-color: rgb(196 181 253 / 0);
  border-right-color: rgb(196 181 253 / 0);
}

.border-x-violet-300\/10{
  border-left-color: rgb(196 181 253 / 0.1);
  border-right-color: rgb(196 181 253 / 0.1);
}

.border-x-violet-300\/100{
  border-left-color: rgb(196 181 253 / 1);
  border-right-color: rgb(196 181 253 / 1);
}

.border-x-violet-300\/20{
  border-left-color: rgb(196 181 253 / 0.2);
  border-right-color: rgb(196 181 253 / 0.2);
}

.border-x-violet-300\/25{
  border-left-color: rgb(196 181 253 / 0.25);
  border-right-color: rgb(196 181 253 / 0.25);
}

.border-x-violet-300\/30{
  border-left-color: rgb(196 181 253 / 0.3);
  border-right-color: rgb(196 181 253 / 0.3);
}

.border-x-violet-300\/40{
  border-left-color: rgb(196 181 253 / 0.4);
  border-right-color: rgb(196 181 253 / 0.4);
}

.border-x-violet-300\/5{
  border-left-color: rgb(196 181 253 / 0.05);
  border-right-color: rgb(196 181 253 / 0.05);
}

.border-x-violet-300\/50{
  border-left-color: rgb(196 181 253 / 0.5);
  border-right-color: rgb(196 181 253 / 0.5);
}

.border-x-violet-300\/60{
  border-left-color: rgb(196 181 253 / 0.6);
  border-right-color: rgb(196 181 253 / 0.6);
}

.border-x-violet-300\/70{
  border-left-color: rgb(196 181 253 / 0.7);
  border-right-color: rgb(196 181 253 / 0.7);
}

.border-x-violet-300\/75{
  border-left-color: rgb(196 181 253 / 0.75);
  border-right-color: rgb(196 181 253 / 0.75);
}

.border-x-violet-300\/80{
  border-left-color: rgb(196 181 253 / 0.8);
  border-right-color: rgb(196 181 253 / 0.8);
}

.border-x-violet-300\/90{
  border-left-color: rgb(196 181 253 / 0.9);
  border-right-color: rgb(196 181 253 / 0.9);
}

.border-x-violet-300\/95{
  border-left-color: rgb(196 181 253 / 0.95);
  border-right-color: rgb(196 181 253 / 0.95);
}

.border-x-violet-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(167 139 250 / var(--tw-border-opacity));
  border-right-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-x-violet-400\/0{
  border-left-color: rgb(167 139 250 / 0);
  border-right-color: rgb(167 139 250 / 0);
}

.border-x-violet-400\/10{
  border-left-color: rgb(167 139 250 / 0.1);
  border-right-color: rgb(167 139 250 / 0.1);
}

.border-x-violet-400\/100{
  border-left-color: rgb(167 139 250 / 1);
  border-right-color: rgb(167 139 250 / 1);
}

.border-x-violet-400\/20{
  border-left-color: rgb(167 139 250 / 0.2);
  border-right-color: rgb(167 139 250 / 0.2);
}

.border-x-violet-400\/25{
  border-left-color: rgb(167 139 250 / 0.25);
  border-right-color: rgb(167 139 250 / 0.25);
}

.border-x-violet-400\/30{
  border-left-color: rgb(167 139 250 / 0.3);
  border-right-color: rgb(167 139 250 / 0.3);
}

.border-x-violet-400\/40{
  border-left-color: rgb(167 139 250 / 0.4);
  border-right-color: rgb(167 139 250 / 0.4);
}

.border-x-violet-400\/5{
  border-left-color: rgb(167 139 250 / 0.05);
  border-right-color: rgb(167 139 250 / 0.05);
}

.border-x-violet-400\/50{
  border-left-color: rgb(167 139 250 / 0.5);
  border-right-color: rgb(167 139 250 / 0.5);
}

.border-x-violet-400\/60{
  border-left-color: rgb(167 139 250 / 0.6);
  border-right-color: rgb(167 139 250 / 0.6);
}

.border-x-violet-400\/70{
  border-left-color: rgb(167 139 250 / 0.7);
  border-right-color: rgb(167 139 250 / 0.7);
}

.border-x-violet-400\/75{
  border-left-color: rgb(167 139 250 / 0.75);
  border-right-color: rgb(167 139 250 / 0.75);
}

.border-x-violet-400\/80{
  border-left-color: rgb(167 139 250 / 0.8);
  border-right-color: rgb(167 139 250 / 0.8);
}

.border-x-violet-400\/90{
  border-left-color: rgb(167 139 250 / 0.9);
  border-right-color: rgb(167 139 250 / 0.9);
}

.border-x-violet-400\/95{
  border-left-color: rgb(167 139 250 / 0.95);
  border-right-color: rgb(167 139 250 / 0.95);
}

.border-x-violet-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 243 255 / var(--tw-border-opacity));
  border-right-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-x-violet-50\/0{
  border-left-color: rgb(245 243 255 / 0);
  border-right-color: rgb(245 243 255 / 0);
}

.border-x-violet-50\/10{
  border-left-color: rgb(245 243 255 / 0.1);
  border-right-color: rgb(245 243 255 / 0.1);
}

.border-x-violet-50\/100{
  border-left-color: rgb(245 243 255 / 1);
  border-right-color: rgb(245 243 255 / 1);
}

.border-x-violet-50\/20{
  border-left-color: rgb(245 243 255 / 0.2);
  border-right-color: rgb(245 243 255 / 0.2);
}

.border-x-violet-50\/25{
  border-left-color: rgb(245 243 255 / 0.25);
  border-right-color: rgb(245 243 255 / 0.25);
}

.border-x-violet-50\/30{
  border-left-color: rgb(245 243 255 / 0.3);
  border-right-color: rgb(245 243 255 / 0.3);
}

.border-x-violet-50\/40{
  border-left-color: rgb(245 243 255 / 0.4);
  border-right-color: rgb(245 243 255 / 0.4);
}

.border-x-violet-50\/5{
  border-left-color: rgb(245 243 255 / 0.05);
  border-right-color: rgb(245 243 255 / 0.05);
}

.border-x-violet-50\/50{
  border-left-color: rgb(245 243 255 / 0.5);
  border-right-color: rgb(245 243 255 / 0.5);
}

.border-x-violet-50\/60{
  border-left-color: rgb(245 243 255 / 0.6);
  border-right-color: rgb(245 243 255 / 0.6);
}

.border-x-violet-50\/70{
  border-left-color: rgb(245 243 255 / 0.7);
  border-right-color: rgb(245 243 255 / 0.7);
}

.border-x-violet-50\/75{
  border-left-color: rgb(245 243 255 / 0.75);
  border-right-color: rgb(245 243 255 / 0.75);
}

.border-x-violet-50\/80{
  border-left-color: rgb(245 243 255 / 0.8);
  border-right-color: rgb(245 243 255 / 0.8);
}

.border-x-violet-50\/90{
  border-left-color: rgb(245 243 255 / 0.9);
  border-right-color: rgb(245 243 255 / 0.9);
}

.border-x-violet-50\/95{
  border-left-color: rgb(245 243 255 / 0.95);
  border-right-color: rgb(245 243 255 / 0.95);
}

.border-x-violet-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity));
  border-right-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-x-violet-500\/0{
  border-left-color: rgb(139 92 246 / 0);
  border-right-color: rgb(139 92 246 / 0);
}

.border-x-violet-500\/10{
  border-left-color: rgb(139 92 246 / 0.1);
  border-right-color: rgb(139 92 246 / 0.1);
}

.border-x-violet-500\/100{
  border-left-color: rgb(139 92 246 / 1);
  border-right-color: rgb(139 92 246 / 1);
}

.border-x-violet-500\/20{
  border-left-color: rgb(139 92 246 / 0.2);
  border-right-color: rgb(139 92 246 / 0.2);
}

.border-x-violet-500\/25{
  border-left-color: rgb(139 92 246 / 0.25);
  border-right-color: rgb(139 92 246 / 0.25);
}

.border-x-violet-500\/30{
  border-left-color: rgb(139 92 246 / 0.3);
  border-right-color: rgb(139 92 246 / 0.3);
}

.border-x-violet-500\/40{
  border-left-color: rgb(139 92 246 / 0.4);
  border-right-color: rgb(139 92 246 / 0.4);
}

.border-x-violet-500\/5{
  border-left-color: rgb(139 92 246 / 0.05);
  border-right-color: rgb(139 92 246 / 0.05);
}

.border-x-violet-500\/50{
  border-left-color: rgb(139 92 246 / 0.5);
  border-right-color: rgb(139 92 246 / 0.5);
}

.border-x-violet-500\/60{
  border-left-color: rgb(139 92 246 / 0.6);
  border-right-color: rgb(139 92 246 / 0.6);
}

.border-x-violet-500\/70{
  border-left-color: rgb(139 92 246 / 0.7);
  border-right-color: rgb(139 92 246 / 0.7);
}

.border-x-violet-500\/75{
  border-left-color: rgb(139 92 246 / 0.75);
  border-right-color: rgb(139 92 246 / 0.75);
}

.border-x-violet-500\/80{
  border-left-color: rgb(139 92 246 / 0.8);
  border-right-color: rgb(139 92 246 / 0.8);
}

.border-x-violet-500\/90{
  border-left-color: rgb(139 92 246 / 0.9);
  border-right-color: rgb(139 92 246 / 0.9);
}

.border-x-violet-500\/95{
  border-left-color: rgb(139 92 246 / 0.95);
  border-right-color: rgb(139 92 246 / 0.95);
}

.border-x-violet-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(124 58 237 / var(--tw-border-opacity));
  border-right-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-x-violet-600\/0{
  border-left-color: rgb(124 58 237 / 0);
  border-right-color: rgb(124 58 237 / 0);
}

.border-x-violet-600\/10{
  border-left-color: rgb(124 58 237 / 0.1);
  border-right-color: rgb(124 58 237 / 0.1);
}

.border-x-violet-600\/100{
  border-left-color: rgb(124 58 237 / 1);
  border-right-color: rgb(124 58 237 / 1);
}

.border-x-violet-600\/20{
  border-left-color: rgb(124 58 237 / 0.2);
  border-right-color: rgb(124 58 237 / 0.2);
}

.border-x-violet-600\/25{
  border-left-color: rgb(124 58 237 / 0.25);
  border-right-color: rgb(124 58 237 / 0.25);
}

.border-x-violet-600\/30{
  border-left-color: rgb(124 58 237 / 0.3);
  border-right-color: rgb(124 58 237 / 0.3);
}

.border-x-violet-600\/40{
  border-left-color: rgb(124 58 237 / 0.4);
  border-right-color: rgb(124 58 237 / 0.4);
}

.border-x-violet-600\/5{
  border-left-color: rgb(124 58 237 / 0.05);
  border-right-color: rgb(124 58 237 / 0.05);
}

.border-x-violet-600\/50{
  border-left-color: rgb(124 58 237 / 0.5);
  border-right-color: rgb(124 58 237 / 0.5);
}

.border-x-violet-600\/60{
  border-left-color: rgb(124 58 237 / 0.6);
  border-right-color: rgb(124 58 237 / 0.6);
}

.border-x-violet-600\/70{
  border-left-color: rgb(124 58 237 / 0.7);
  border-right-color: rgb(124 58 237 / 0.7);
}

.border-x-violet-600\/75{
  border-left-color: rgb(124 58 237 / 0.75);
  border-right-color: rgb(124 58 237 / 0.75);
}

.border-x-violet-600\/80{
  border-left-color: rgb(124 58 237 / 0.8);
  border-right-color: rgb(124 58 237 / 0.8);
}

.border-x-violet-600\/90{
  border-left-color: rgb(124 58 237 / 0.9);
  border-right-color: rgb(124 58 237 / 0.9);
}

.border-x-violet-600\/95{
  border-left-color: rgb(124 58 237 / 0.95);
  border-right-color: rgb(124 58 237 / 0.95);
}

.border-x-violet-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(109 40 217 / var(--tw-border-opacity));
  border-right-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-x-violet-700\/0{
  border-left-color: rgb(109 40 217 / 0);
  border-right-color: rgb(109 40 217 / 0);
}

.border-x-violet-700\/10{
  border-left-color: rgb(109 40 217 / 0.1);
  border-right-color: rgb(109 40 217 / 0.1);
}

.border-x-violet-700\/100{
  border-left-color: rgb(109 40 217 / 1);
  border-right-color: rgb(109 40 217 / 1);
}

.border-x-violet-700\/20{
  border-left-color: rgb(109 40 217 / 0.2);
  border-right-color: rgb(109 40 217 / 0.2);
}

.border-x-violet-700\/25{
  border-left-color: rgb(109 40 217 / 0.25);
  border-right-color: rgb(109 40 217 / 0.25);
}

.border-x-violet-700\/30{
  border-left-color: rgb(109 40 217 / 0.3);
  border-right-color: rgb(109 40 217 / 0.3);
}

.border-x-violet-700\/40{
  border-left-color: rgb(109 40 217 / 0.4);
  border-right-color: rgb(109 40 217 / 0.4);
}

.border-x-violet-700\/5{
  border-left-color: rgb(109 40 217 / 0.05);
  border-right-color: rgb(109 40 217 / 0.05);
}

.border-x-violet-700\/50{
  border-left-color: rgb(109 40 217 / 0.5);
  border-right-color: rgb(109 40 217 / 0.5);
}

.border-x-violet-700\/60{
  border-left-color: rgb(109 40 217 / 0.6);
  border-right-color: rgb(109 40 217 / 0.6);
}

.border-x-violet-700\/70{
  border-left-color: rgb(109 40 217 / 0.7);
  border-right-color: rgb(109 40 217 / 0.7);
}

.border-x-violet-700\/75{
  border-left-color: rgb(109 40 217 / 0.75);
  border-right-color: rgb(109 40 217 / 0.75);
}

.border-x-violet-700\/80{
  border-left-color: rgb(109 40 217 / 0.8);
  border-right-color: rgb(109 40 217 / 0.8);
}

.border-x-violet-700\/90{
  border-left-color: rgb(109 40 217 / 0.9);
  border-right-color: rgb(109 40 217 / 0.9);
}

.border-x-violet-700\/95{
  border-left-color: rgb(109 40 217 / 0.95);
  border-right-color: rgb(109 40 217 / 0.95);
}

.border-x-violet-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(91 33 182 / var(--tw-border-opacity));
  border-right-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-x-violet-800\/0{
  border-left-color: rgb(91 33 182 / 0);
  border-right-color: rgb(91 33 182 / 0);
}

.border-x-violet-800\/10{
  border-left-color: rgb(91 33 182 / 0.1);
  border-right-color: rgb(91 33 182 / 0.1);
}

.border-x-violet-800\/100{
  border-left-color: rgb(91 33 182 / 1);
  border-right-color: rgb(91 33 182 / 1);
}

.border-x-violet-800\/20{
  border-left-color: rgb(91 33 182 / 0.2);
  border-right-color: rgb(91 33 182 / 0.2);
}

.border-x-violet-800\/25{
  border-left-color: rgb(91 33 182 / 0.25);
  border-right-color: rgb(91 33 182 / 0.25);
}

.border-x-violet-800\/30{
  border-left-color: rgb(91 33 182 / 0.3);
  border-right-color: rgb(91 33 182 / 0.3);
}

.border-x-violet-800\/40{
  border-left-color: rgb(91 33 182 / 0.4);
  border-right-color: rgb(91 33 182 / 0.4);
}

.border-x-violet-800\/5{
  border-left-color: rgb(91 33 182 / 0.05);
  border-right-color: rgb(91 33 182 / 0.05);
}

.border-x-violet-800\/50{
  border-left-color: rgb(91 33 182 / 0.5);
  border-right-color: rgb(91 33 182 / 0.5);
}

.border-x-violet-800\/60{
  border-left-color: rgb(91 33 182 / 0.6);
  border-right-color: rgb(91 33 182 / 0.6);
}

.border-x-violet-800\/70{
  border-left-color: rgb(91 33 182 / 0.7);
  border-right-color: rgb(91 33 182 / 0.7);
}

.border-x-violet-800\/75{
  border-left-color: rgb(91 33 182 / 0.75);
  border-right-color: rgb(91 33 182 / 0.75);
}

.border-x-violet-800\/80{
  border-left-color: rgb(91 33 182 / 0.8);
  border-right-color: rgb(91 33 182 / 0.8);
}

.border-x-violet-800\/90{
  border-left-color: rgb(91 33 182 / 0.9);
  border-right-color: rgb(91 33 182 / 0.9);
}

.border-x-violet-800\/95{
  border-left-color: rgb(91 33 182 / 0.95);
  border-right-color: rgb(91 33 182 / 0.95);
}

.border-x-violet-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(76 29 149 / var(--tw-border-opacity));
  border-right-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-x-violet-900\/0{
  border-left-color: rgb(76 29 149 / 0);
  border-right-color: rgb(76 29 149 / 0);
}

.border-x-violet-900\/10{
  border-left-color: rgb(76 29 149 / 0.1);
  border-right-color: rgb(76 29 149 / 0.1);
}

.border-x-violet-900\/100{
  border-left-color: rgb(76 29 149 / 1);
  border-right-color: rgb(76 29 149 / 1);
}

.border-x-violet-900\/20{
  border-left-color: rgb(76 29 149 / 0.2);
  border-right-color: rgb(76 29 149 / 0.2);
}

.border-x-violet-900\/25{
  border-left-color: rgb(76 29 149 / 0.25);
  border-right-color: rgb(76 29 149 / 0.25);
}

.border-x-violet-900\/30{
  border-left-color: rgb(76 29 149 / 0.3);
  border-right-color: rgb(76 29 149 / 0.3);
}

.border-x-violet-900\/40{
  border-left-color: rgb(76 29 149 / 0.4);
  border-right-color: rgb(76 29 149 / 0.4);
}

.border-x-violet-900\/5{
  border-left-color: rgb(76 29 149 / 0.05);
  border-right-color: rgb(76 29 149 / 0.05);
}

.border-x-violet-900\/50{
  border-left-color: rgb(76 29 149 / 0.5);
  border-right-color: rgb(76 29 149 / 0.5);
}

.border-x-violet-900\/60{
  border-left-color: rgb(76 29 149 / 0.6);
  border-right-color: rgb(76 29 149 / 0.6);
}

.border-x-violet-900\/70{
  border-left-color: rgb(76 29 149 / 0.7);
  border-right-color: rgb(76 29 149 / 0.7);
}

.border-x-violet-900\/75{
  border-left-color: rgb(76 29 149 / 0.75);
  border-right-color: rgb(76 29 149 / 0.75);
}

.border-x-violet-900\/80{
  border-left-color: rgb(76 29 149 / 0.8);
  border-right-color: rgb(76 29 149 / 0.8);
}

.border-x-violet-900\/90{
  border-left-color: rgb(76 29 149 / 0.9);
  border-right-color: rgb(76 29 149 / 0.9);
}

.border-x-violet-900\/95{
  border-left-color: rgb(76 29 149 / 0.95);
  border-right-color: rgb(76 29 149 / 0.95);
}

.border-x-violet-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(46 16 101 / var(--tw-border-opacity));
  border-right-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-x-violet-950\/0{
  border-left-color: rgb(46 16 101 / 0);
  border-right-color: rgb(46 16 101 / 0);
}

.border-x-violet-950\/10{
  border-left-color: rgb(46 16 101 / 0.1);
  border-right-color: rgb(46 16 101 / 0.1);
}

.border-x-violet-950\/100{
  border-left-color: rgb(46 16 101 / 1);
  border-right-color: rgb(46 16 101 / 1);
}

.border-x-violet-950\/20{
  border-left-color: rgb(46 16 101 / 0.2);
  border-right-color: rgb(46 16 101 / 0.2);
}

.border-x-violet-950\/25{
  border-left-color: rgb(46 16 101 / 0.25);
  border-right-color: rgb(46 16 101 / 0.25);
}

.border-x-violet-950\/30{
  border-left-color: rgb(46 16 101 / 0.3);
  border-right-color: rgb(46 16 101 / 0.3);
}

.border-x-violet-950\/40{
  border-left-color: rgb(46 16 101 / 0.4);
  border-right-color: rgb(46 16 101 / 0.4);
}

.border-x-violet-950\/5{
  border-left-color: rgb(46 16 101 / 0.05);
  border-right-color: rgb(46 16 101 / 0.05);
}

.border-x-violet-950\/50{
  border-left-color: rgb(46 16 101 / 0.5);
  border-right-color: rgb(46 16 101 / 0.5);
}

.border-x-violet-950\/60{
  border-left-color: rgb(46 16 101 / 0.6);
  border-right-color: rgb(46 16 101 / 0.6);
}

.border-x-violet-950\/70{
  border-left-color: rgb(46 16 101 / 0.7);
  border-right-color: rgb(46 16 101 / 0.7);
}

.border-x-violet-950\/75{
  border-left-color: rgb(46 16 101 / 0.75);
  border-right-color: rgb(46 16 101 / 0.75);
}

.border-x-violet-950\/80{
  border-left-color: rgb(46 16 101 / 0.8);
  border-right-color: rgb(46 16 101 / 0.8);
}

.border-x-violet-950\/90{
  border-left-color: rgb(46 16 101 / 0.9);
  border-right-color: rgb(46 16 101 / 0.9);
}

.border-x-violet-950\/95{
  border-left-color: rgb(46 16 101 / 0.95);
  border-right-color: rgb(46 16 101 / 0.95);
}

.border-x-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-x-white\/0{
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}

.border-x-white\/10{
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-x-white\/100{
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}

.border-x-white\/20{
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-x-white\/25{
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-x-white\/30{
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-x-white\/40{
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-x-white\/5{
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-x-white\/50{
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-x-white\/60{
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-x-white\/70{
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-x-white\/75{
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-x-white\/80{
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-x-white\/90{
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-x-white\/95{
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}

.border-x-yellow-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-x-yellow-100\/0{
  border-left-color: rgb(254 249 195 / 0);
  border-right-color: rgb(254 249 195 / 0);
}

.border-x-yellow-100\/10{
  border-left-color: rgb(254 249 195 / 0.1);
  border-right-color: rgb(254 249 195 / 0.1);
}

.border-x-yellow-100\/100{
  border-left-color: rgb(254 249 195 / 1);
  border-right-color: rgb(254 249 195 / 1);
}

.border-x-yellow-100\/20{
  border-left-color: rgb(254 249 195 / 0.2);
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-x-yellow-100\/25{
  border-left-color: rgb(254 249 195 / 0.25);
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-x-yellow-100\/30{
  border-left-color: rgb(254 249 195 / 0.3);
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-x-yellow-100\/40{
  border-left-color: rgb(254 249 195 / 0.4);
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-x-yellow-100\/5{
  border-left-color: rgb(254 249 195 / 0.05);
  border-right-color: rgb(254 249 195 / 0.05);
}

.border-x-yellow-100\/50{
  border-left-color: rgb(254 249 195 / 0.5);
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-x-yellow-100\/60{
  border-left-color: rgb(254 249 195 / 0.6);
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-x-yellow-100\/70{
  border-left-color: rgb(254 249 195 / 0.7);
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-x-yellow-100\/75{
  border-left-color: rgb(254 249 195 / 0.75);
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-x-yellow-100\/80{
  border-left-color: rgb(254 249 195 / 0.8);
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-x-yellow-100\/90{
  border-left-color: rgb(254 249 195 / 0.9);
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-x-yellow-100\/95{
  border-left-color: rgb(254 249 195 / 0.95);
  border-right-color: rgb(254 249 195 / 0.95);
}

.border-x-yellow-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-x-yellow-200\/0{
  border-left-color: rgb(254 240 138 / 0);
  border-right-color: rgb(254 240 138 / 0);
}

.border-x-yellow-200\/10{
  border-left-color: rgb(254 240 138 / 0.1);
  border-right-color: rgb(254 240 138 / 0.1);
}

.border-x-yellow-200\/100{
  border-left-color: rgb(254 240 138 / 1);
  border-right-color: rgb(254 240 138 / 1);
}

.border-x-yellow-200\/20{
  border-left-color: rgb(254 240 138 / 0.2);
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-x-yellow-200\/25{
  border-left-color: rgb(254 240 138 / 0.25);
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-x-yellow-200\/30{
  border-left-color: rgb(254 240 138 / 0.3);
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-x-yellow-200\/40{
  border-left-color: rgb(254 240 138 / 0.4);
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-x-yellow-200\/5{
  border-left-color: rgb(254 240 138 / 0.05);
  border-right-color: rgb(254 240 138 / 0.05);
}

.border-x-yellow-200\/50{
  border-left-color: rgb(254 240 138 / 0.5);
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-x-yellow-200\/60{
  border-left-color: rgb(254 240 138 / 0.6);
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-x-yellow-200\/70{
  border-left-color: rgb(254 240 138 / 0.7);
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-x-yellow-200\/75{
  border-left-color: rgb(254 240 138 / 0.75);
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-x-yellow-200\/80{
  border-left-color: rgb(254 240 138 / 0.8);
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-x-yellow-200\/90{
  border-left-color: rgb(254 240 138 / 0.9);
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-x-yellow-200\/95{
  border-left-color: rgb(254 240 138 / 0.95);
  border-right-color: rgb(254 240 138 / 0.95);
}

.border-x-yellow-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-x-yellow-300\/0{
  border-left-color: rgb(253 224 71 / 0);
  border-right-color: rgb(253 224 71 / 0);
}

.border-x-yellow-300\/10{
  border-left-color: rgb(253 224 71 / 0.1);
  border-right-color: rgb(253 224 71 / 0.1);
}

.border-x-yellow-300\/100{
  border-left-color: rgb(253 224 71 / 1);
  border-right-color: rgb(253 224 71 / 1);
}

.border-x-yellow-300\/20{
  border-left-color: rgb(253 224 71 / 0.2);
  border-right-color: rgb(253 224 71 / 0.2);
}

.border-x-yellow-300\/25{
  border-left-color: rgb(253 224 71 / 0.25);
  border-right-color: rgb(253 224 71 / 0.25);
}

.border-x-yellow-300\/30{
  border-left-color: rgb(253 224 71 / 0.3);
  border-right-color: rgb(253 224 71 / 0.3);
}

.border-x-yellow-300\/40{
  border-left-color: rgb(253 224 71 / 0.4);
  border-right-color: rgb(253 224 71 / 0.4);
}

.border-x-yellow-300\/5{
  border-left-color: rgb(253 224 71 / 0.05);
  border-right-color: rgb(253 224 71 / 0.05);
}

.border-x-yellow-300\/50{
  border-left-color: rgb(253 224 71 / 0.5);
  border-right-color: rgb(253 224 71 / 0.5);
}

.border-x-yellow-300\/60{
  border-left-color: rgb(253 224 71 / 0.6);
  border-right-color: rgb(253 224 71 / 0.6);
}

.border-x-yellow-300\/70{
  border-left-color: rgb(253 224 71 / 0.7);
  border-right-color: rgb(253 224 71 / 0.7);
}

.border-x-yellow-300\/75{
  border-left-color: rgb(253 224 71 / 0.75);
  border-right-color: rgb(253 224 71 / 0.75);
}

.border-x-yellow-300\/80{
  border-left-color: rgb(253 224 71 / 0.8);
  border-right-color: rgb(253 224 71 / 0.8);
}

.border-x-yellow-300\/90{
  border-left-color: rgb(253 224 71 / 0.9);
  border-right-color: rgb(253 224 71 / 0.9);
}

.border-x-yellow-300\/95{
  border-left-color: rgb(253 224 71 / 0.95);
  border-right-color: rgb(253 224 71 / 0.95);
}

.border-x-yellow-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-x-yellow-400\/0{
  border-left-color: rgb(250 204 21 / 0);
  border-right-color: rgb(250 204 21 / 0);
}

.border-x-yellow-400\/10{
  border-left-color: rgb(250 204 21 / 0.1);
  border-right-color: rgb(250 204 21 / 0.1);
}

.border-x-yellow-400\/100{
  border-left-color: rgb(250 204 21 / 1);
  border-right-color: rgb(250 204 21 / 1);
}

.border-x-yellow-400\/20{
  border-left-color: rgb(250 204 21 / 0.2);
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-x-yellow-400\/25{
  border-left-color: rgb(250 204 21 / 0.25);
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-x-yellow-400\/30{
  border-left-color: rgb(250 204 21 / 0.3);
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-x-yellow-400\/40{
  border-left-color: rgb(250 204 21 / 0.4);
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-x-yellow-400\/5{
  border-left-color: rgb(250 204 21 / 0.05);
  border-right-color: rgb(250 204 21 / 0.05);
}

.border-x-yellow-400\/50{
  border-left-color: rgb(250 204 21 / 0.5);
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-x-yellow-400\/60{
  border-left-color: rgb(250 204 21 / 0.6);
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-x-yellow-400\/70{
  border-left-color: rgb(250 204 21 / 0.7);
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-x-yellow-400\/75{
  border-left-color: rgb(250 204 21 / 0.75);
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-x-yellow-400\/80{
  border-left-color: rgb(250 204 21 / 0.8);
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-x-yellow-400\/90{
  border-left-color: rgb(250 204 21 / 0.9);
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-x-yellow-400\/95{
  border-left-color: rgb(250 204 21 / 0.95);
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-x-yellow-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-x-yellow-50\/0{
  border-left-color: rgb(254 252 232 / 0);
  border-right-color: rgb(254 252 232 / 0);
}

.border-x-yellow-50\/10{
  border-left-color: rgb(254 252 232 / 0.1);
  border-right-color: rgb(254 252 232 / 0.1);
}

.border-x-yellow-50\/100{
  border-left-color: rgb(254 252 232 / 1);
  border-right-color: rgb(254 252 232 / 1);
}

.border-x-yellow-50\/20{
  border-left-color: rgb(254 252 232 / 0.2);
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-x-yellow-50\/25{
  border-left-color: rgb(254 252 232 / 0.25);
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-x-yellow-50\/30{
  border-left-color: rgb(254 252 232 / 0.3);
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-x-yellow-50\/40{
  border-left-color: rgb(254 252 232 / 0.4);
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-x-yellow-50\/5{
  border-left-color: rgb(254 252 232 / 0.05);
  border-right-color: rgb(254 252 232 / 0.05);
}

.border-x-yellow-50\/50{
  border-left-color: rgb(254 252 232 / 0.5);
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-x-yellow-50\/60{
  border-left-color: rgb(254 252 232 / 0.6);
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-x-yellow-50\/70{
  border-left-color: rgb(254 252 232 / 0.7);
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-x-yellow-50\/75{
  border-left-color: rgb(254 252 232 / 0.75);
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-x-yellow-50\/80{
  border-left-color: rgb(254 252 232 / 0.8);
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-x-yellow-50\/90{
  border-left-color: rgb(254 252 232 / 0.9);
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-x-yellow-50\/95{
  border-left-color: rgb(254 252 232 / 0.95);
  border-right-color: rgb(254 252 232 / 0.95);
}

.border-x-yellow-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-x-yellow-500\/0{
  border-left-color: rgb(234 179 8 / 0);
  border-right-color: rgb(234 179 8 / 0);
}

.border-x-yellow-500\/10{
  border-left-color: rgb(234 179 8 / 0.1);
  border-right-color: rgb(234 179 8 / 0.1);
}

.border-x-yellow-500\/100{
  border-left-color: rgb(234 179 8 / 1);
  border-right-color: rgb(234 179 8 / 1);
}

.border-x-yellow-500\/20{
  border-left-color: rgb(234 179 8 / 0.2);
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-x-yellow-500\/25{
  border-left-color: rgb(234 179 8 / 0.25);
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-x-yellow-500\/30{
  border-left-color: rgb(234 179 8 / 0.3);
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-x-yellow-500\/40{
  border-left-color: rgb(234 179 8 / 0.4);
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-x-yellow-500\/5{
  border-left-color: rgb(234 179 8 / 0.05);
  border-right-color: rgb(234 179 8 / 0.05);
}

.border-x-yellow-500\/50{
  border-left-color: rgb(234 179 8 / 0.5);
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-x-yellow-500\/60{
  border-left-color: rgb(234 179 8 / 0.6);
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-x-yellow-500\/70{
  border-left-color: rgb(234 179 8 / 0.7);
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-x-yellow-500\/75{
  border-left-color: rgb(234 179 8 / 0.75);
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-x-yellow-500\/80{
  border-left-color: rgb(234 179 8 / 0.8);
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-x-yellow-500\/90{
  border-left-color: rgb(234 179 8 / 0.9);
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-x-yellow-500\/95{
  border-left-color: rgb(234 179 8 / 0.95);
  border-right-color: rgb(234 179 8 / 0.95);
}

.border-x-yellow-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-x-yellow-600\/0{
  border-left-color: rgb(202 138 4 / 0);
  border-right-color: rgb(202 138 4 / 0);
}

.border-x-yellow-600\/10{
  border-left-color: rgb(202 138 4 / 0.1);
  border-right-color: rgb(202 138 4 / 0.1);
}

.border-x-yellow-600\/100{
  border-left-color: rgb(202 138 4 / 1);
  border-right-color: rgb(202 138 4 / 1);
}

.border-x-yellow-600\/20{
  border-left-color: rgb(202 138 4 / 0.2);
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-x-yellow-600\/25{
  border-left-color: rgb(202 138 4 / 0.25);
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-x-yellow-600\/30{
  border-left-color: rgb(202 138 4 / 0.3);
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-x-yellow-600\/40{
  border-left-color: rgb(202 138 4 / 0.4);
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-x-yellow-600\/5{
  border-left-color: rgb(202 138 4 / 0.05);
  border-right-color: rgb(202 138 4 / 0.05);
}

.border-x-yellow-600\/50{
  border-left-color: rgb(202 138 4 / 0.5);
  border-right-color: rgb(202 138 4 / 0.5);
}

.border-x-yellow-600\/60{
  border-left-color: rgb(202 138 4 / 0.6);
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-x-yellow-600\/70{
  border-left-color: rgb(202 138 4 / 0.7);
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-x-yellow-600\/75{
  border-left-color: rgb(202 138 4 / 0.75);
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-x-yellow-600\/80{
  border-left-color: rgb(202 138 4 / 0.8);
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-x-yellow-600\/90{
  border-left-color: rgb(202 138 4 / 0.9);
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-x-yellow-600\/95{
  border-left-color: rgb(202 138 4 / 0.95);
  border-right-color: rgb(202 138 4 / 0.95);
}

.border-x-yellow-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-x-yellow-700\/0{
  border-left-color: rgb(161 98 7 / 0);
  border-right-color: rgb(161 98 7 / 0);
}

.border-x-yellow-700\/10{
  border-left-color: rgb(161 98 7 / 0.1);
  border-right-color: rgb(161 98 7 / 0.1);
}

.border-x-yellow-700\/100{
  border-left-color: rgb(161 98 7 / 1);
  border-right-color: rgb(161 98 7 / 1);
}

.border-x-yellow-700\/20{
  border-left-color: rgb(161 98 7 / 0.2);
  border-right-color: rgb(161 98 7 / 0.2);
}

.border-x-yellow-700\/25{
  border-left-color: rgb(161 98 7 / 0.25);
  border-right-color: rgb(161 98 7 / 0.25);
}

.border-x-yellow-700\/30{
  border-left-color: rgb(161 98 7 / 0.3);
  border-right-color: rgb(161 98 7 / 0.3);
}

.border-x-yellow-700\/40{
  border-left-color: rgb(161 98 7 / 0.4);
  border-right-color: rgb(161 98 7 / 0.4);
}

.border-x-yellow-700\/5{
  border-left-color: rgb(161 98 7 / 0.05);
  border-right-color: rgb(161 98 7 / 0.05);
}

.border-x-yellow-700\/50{
  border-left-color: rgb(161 98 7 / 0.5);
  border-right-color: rgb(161 98 7 / 0.5);
}

.border-x-yellow-700\/60{
  border-left-color: rgb(161 98 7 / 0.6);
  border-right-color: rgb(161 98 7 / 0.6);
}

.border-x-yellow-700\/70{
  border-left-color: rgb(161 98 7 / 0.7);
  border-right-color: rgb(161 98 7 / 0.7);
}

.border-x-yellow-700\/75{
  border-left-color: rgb(161 98 7 / 0.75);
  border-right-color: rgb(161 98 7 / 0.75);
}

.border-x-yellow-700\/80{
  border-left-color: rgb(161 98 7 / 0.8);
  border-right-color: rgb(161 98 7 / 0.8);
}

.border-x-yellow-700\/90{
  border-left-color: rgb(161 98 7 / 0.9);
  border-right-color: rgb(161 98 7 / 0.9);
}

.border-x-yellow-700\/95{
  border-left-color: rgb(161 98 7 / 0.95);
  border-right-color: rgb(161 98 7 / 0.95);
}

.border-x-yellow-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-x-yellow-800\/0{
  border-left-color: rgb(133 77 14 / 0);
  border-right-color: rgb(133 77 14 / 0);
}

.border-x-yellow-800\/10{
  border-left-color: rgb(133 77 14 / 0.1);
  border-right-color: rgb(133 77 14 / 0.1);
}

.border-x-yellow-800\/100{
  border-left-color: rgb(133 77 14 / 1);
  border-right-color: rgb(133 77 14 / 1);
}

.border-x-yellow-800\/20{
  border-left-color: rgb(133 77 14 / 0.2);
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-x-yellow-800\/25{
  border-left-color: rgb(133 77 14 / 0.25);
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-x-yellow-800\/30{
  border-left-color: rgb(133 77 14 / 0.3);
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-x-yellow-800\/40{
  border-left-color: rgb(133 77 14 / 0.4);
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-x-yellow-800\/5{
  border-left-color: rgb(133 77 14 / 0.05);
  border-right-color: rgb(133 77 14 / 0.05);
}

.border-x-yellow-800\/50{
  border-left-color: rgb(133 77 14 / 0.5);
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-x-yellow-800\/60{
  border-left-color: rgb(133 77 14 / 0.6);
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-x-yellow-800\/70{
  border-left-color: rgb(133 77 14 / 0.7);
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-x-yellow-800\/75{
  border-left-color: rgb(133 77 14 / 0.75);
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-x-yellow-800\/80{
  border-left-color: rgb(133 77 14 / 0.8);
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-x-yellow-800\/90{
  border-left-color: rgb(133 77 14 / 0.9);
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-x-yellow-800\/95{
  border-left-color: rgb(133 77 14 / 0.95);
  border-right-color: rgb(133 77 14 / 0.95);
}

.border-x-yellow-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-x-yellow-900\/0{
  border-left-color: rgb(113 63 18 / 0);
  border-right-color: rgb(113 63 18 / 0);
}

.border-x-yellow-900\/10{
  border-left-color: rgb(113 63 18 / 0.1);
  border-right-color: rgb(113 63 18 / 0.1);
}

.border-x-yellow-900\/100{
  border-left-color: rgb(113 63 18 / 1);
  border-right-color: rgb(113 63 18 / 1);
}

.border-x-yellow-900\/20{
  border-left-color: rgb(113 63 18 / 0.2);
  border-right-color: rgb(113 63 18 / 0.2);
}

.border-x-yellow-900\/25{
  border-left-color: rgb(113 63 18 / 0.25);
  border-right-color: rgb(113 63 18 / 0.25);
}

.border-x-yellow-900\/30{
  border-left-color: rgb(113 63 18 / 0.3);
  border-right-color: rgb(113 63 18 / 0.3);
}

.border-x-yellow-900\/40{
  border-left-color: rgb(113 63 18 / 0.4);
  border-right-color: rgb(113 63 18 / 0.4);
}

.border-x-yellow-900\/5{
  border-left-color: rgb(113 63 18 / 0.05);
  border-right-color: rgb(113 63 18 / 0.05);
}

.border-x-yellow-900\/50{
  border-left-color: rgb(113 63 18 / 0.5);
  border-right-color: rgb(113 63 18 / 0.5);
}

.border-x-yellow-900\/60{
  border-left-color: rgb(113 63 18 / 0.6);
  border-right-color: rgb(113 63 18 / 0.6);
}

.border-x-yellow-900\/70{
  border-left-color: rgb(113 63 18 / 0.7);
  border-right-color: rgb(113 63 18 / 0.7);
}

.border-x-yellow-900\/75{
  border-left-color: rgb(113 63 18 / 0.75);
  border-right-color: rgb(113 63 18 / 0.75);
}

.border-x-yellow-900\/80{
  border-left-color: rgb(113 63 18 / 0.8);
  border-right-color: rgb(113 63 18 / 0.8);
}

.border-x-yellow-900\/90{
  border-left-color: rgb(113 63 18 / 0.9);
  border-right-color: rgb(113 63 18 / 0.9);
}

.border-x-yellow-900\/95{
  border-left-color: rgb(113 63 18 / 0.95);
  border-right-color: rgb(113 63 18 / 0.95);
}

.border-x-yellow-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-x-yellow-950\/0{
  border-left-color: rgb(66 32 6 / 0);
  border-right-color: rgb(66 32 6 / 0);
}

.border-x-yellow-950\/10{
  border-left-color: rgb(66 32 6 / 0.1);
  border-right-color: rgb(66 32 6 / 0.1);
}

.border-x-yellow-950\/100{
  border-left-color: rgb(66 32 6 / 1);
  border-right-color: rgb(66 32 6 / 1);
}

.border-x-yellow-950\/20{
  border-left-color: rgb(66 32 6 / 0.2);
  border-right-color: rgb(66 32 6 / 0.2);
}

.border-x-yellow-950\/25{
  border-left-color: rgb(66 32 6 / 0.25);
  border-right-color: rgb(66 32 6 / 0.25);
}

.border-x-yellow-950\/30{
  border-left-color: rgb(66 32 6 / 0.3);
  border-right-color: rgb(66 32 6 / 0.3);
}

.border-x-yellow-950\/40{
  border-left-color: rgb(66 32 6 / 0.4);
  border-right-color: rgb(66 32 6 / 0.4);
}

.border-x-yellow-950\/5{
  border-left-color: rgb(66 32 6 / 0.05);
  border-right-color: rgb(66 32 6 / 0.05);
}

.border-x-yellow-950\/50{
  border-left-color: rgb(66 32 6 / 0.5);
  border-right-color: rgb(66 32 6 / 0.5);
}

.border-x-yellow-950\/60{
  border-left-color: rgb(66 32 6 / 0.6);
  border-right-color: rgb(66 32 6 / 0.6);
}

.border-x-yellow-950\/70{
  border-left-color: rgb(66 32 6 / 0.7);
  border-right-color: rgb(66 32 6 / 0.7);
}

.border-x-yellow-950\/75{
  border-left-color: rgb(66 32 6 / 0.75);
  border-right-color: rgb(66 32 6 / 0.75);
}

.border-x-yellow-950\/80{
  border-left-color: rgb(66 32 6 / 0.8);
  border-right-color: rgb(66 32 6 / 0.8);
}

.border-x-yellow-950\/90{
  border-left-color: rgb(66 32 6 / 0.9);
  border-right-color: rgb(66 32 6 / 0.9);
}

.border-x-yellow-950\/95{
  border-left-color: rgb(66 32 6 / 0.95);
  border-right-color: rgb(66 32 6 / 0.95);
}

.border-x-zinc-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity));
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-x-zinc-100\/0{
  border-left-color: rgb(244 244 245 / 0);
  border-right-color: rgb(244 244 245 / 0);
}

.border-x-zinc-100\/10{
  border-left-color: rgb(244 244 245 / 0.1);
  border-right-color: rgb(244 244 245 / 0.1);
}

.border-x-zinc-100\/100{
  border-left-color: rgb(244 244 245 / 1);
  border-right-color: rgb(244 244 245 / 1);
}

.border-x-zinc-100\/20{
  border-left-color: rgb(244 244 245 / 0.2);
  border-right-color: rgb(244 244 245 / 0.2);
}

.border-x-zinc-100\/25{
  border-left-color: rgb(244 244 245 / 0.25);
  border-right-color: rgb(244 244 245 / 0.25);
}

.border-x-zinc-100\/30{
  border-left-color: rgb(244 244 245 / 0.3);
  border-right-color: rgb(244 244 245 / 0.3);
}

.border-x-zinc-100\/40{
  border-left-color: rgb(244 244 245 / 0.4);
  border-right-color: rgb(244 244 245 / 0.4);
}

.border-x-zinc-100\/5{
  border-left-color: rgb(244 244 245 / 0.05);
  border-right-color: rgb(244 244 245 / 0.05);
}

.border-x-zinc-100\/50{
  border-left-color: rgb(244 244 245 / 0.5);
  border-right-color: rgb(244 244 245 / 0.5);
}

.border-x-zinc-100\/60{
  border-left-color: rgb(244 244 245 / 0.6);
  border-right-color: rgb(244 244 245 / 0.6);
}

.border-x-zinc-100\/70{
  border-left-color: rgb(244 244 245 / 0.7);
  border-right-color: rgb(244 244 245 / 0.7);
}

.border-x-zinc-100\/75{
  border-left-color: rgb(244 244 245 / 0.75);
  border-right-color: rgb(244 244 245 / 0.75);
}

.border-x-zinc-100\/80{
  border-left-color: rgb(244 244 245 / 0.8);
  border-right-color: rgb(244 244 245 / 0.8);
}

.border-x-zinc-100\/90{
  border-left-color: rgb(244 244 245 / 0.9);
  border-right-color: rgb(244 244 245 / 0.9);
}

.border-x-zinc-100\/95{
  border-left-color: rgb(244 244 245 / 0.95);
  border-right-color: rgb(244 244 245 / 0.95);
}

.border-x-zinc-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity));
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-x-zinc-200\/0{
  border-left-color: rgb(228 228 231 / 0);
  border-right-color: rgb(228 228 231 / 0);
}

.border-x-zinc-200\/10{
  border-left-color: rgb(228 228 231 / 0.1);
  border-right-color: rgb(228 228 231 / 0.1);
}

.border-x-zinc-200\/100{
  border-left-color: rgb(228 228 231 / 1);
  border-right-color: rgb(228 228 231 / 1);
}

.border-x-zinc-200\/20{
  border-left-color: rgb(228 228 231 / 0.2);
  border-right-color: rgb(228 228 231 / 0.2);
}

.border-x-zinc-200\/25{
  border-left-color: rgb(228 228 231 / 0.25);
  border-right-color: rgb(228 228 231 / 0.25);
}

.border-x-zinc-200\/30{
  border-left-color: rgb(228 228 231 / 0.3);
  border-right-color: rgb(228 228 231 / 0.3);
}

.border-x-zinc-200\/40{
  border-left-color: rgb(228 228 231 / 0.4);
  border-right-color: rgb(228 228 231 / 0.4);
}

.border-x-zinc-200\/5{
  border-left-color: rgb(228 228 231 / 0.05);
  border-right-color: rgb(228 228 231 / 0.05);
}

.border-x-zinc-200\/50{
  border-left-color: rgb(228 228 231 / 0.5);
  border-right-color: rgb(228 228 231 / 0.5);
}

.border-x-zinc-200\/60{
  border-left-color: rgb(228 228 231 / 0.6);
  border-right-color: rgb(228 228 231 / 0.6);
}

.border-x-zinc-200\/70{
  border-left-color: rgb(228 228 231 / 0.7);
  border-right-color: rgb(228 228 231 / 0.7);
}

.border-x-zinc-200\/75{
  border-left-color: rgb(228 228 231 / 0.75);
  border-right-color: rgb(228 228 231 / 0.75);
}

.border-x-zinc-200\/80{
  border-left-color: rgb(228 228 231 / 0.8);
  border-right-color: rgb(228 228 231 / 0.8);
}

.border-x-zinc-200\/90{
  border-left-color: rgb(228 228 231 / 0.9);
  border-right-color: rgb(228 228 231 / 0.9);
}

.border-x-zinc-200\/95{
  border-left-color: rgb(228 228 231 / 0.95);
  border-right-color: rgb(228 228 231 / 0.95);
}

.border-x-zinc-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity));
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-x-zinc-300\/0{
  border-left-color: rgb(212 212 216 / 0);
  border-right-color: rgb(212 212 216 / 0);
}

.border-x-zinc-300\/10{
  border-left-color: rgb(212 212 216 / 0.1);
  border-right-color: rgb(212 212 216 / 0.1);
}

.border-x-zinc-300\/100{
  border-left-color: rgb(212 212 216 / 1);
  border-right-color: rgb(212 212 216 / 1);
}

.border-x-zinc-300\/20{
  border-left-color: rgb(212 212 216 / 0.2);
  border-right-color: rgb(212 212 216 / 0.2);
}

.border-x-zinc-300\/25{
  border-left-color: rgb(212 212 216 / 0.25);
  border-right-color: rgb(212 212 216 / 0.25);
}

.border-x-zinc-300\/30{
  border-left-color: rgb(212 212 216 / 0.3);
  border-right-color: rgb(212 212 216 / 0.3);
}

.border-x-zinc-300\/40{
  border-left-color: rgb(212 212 216 / 0.4);
  border-right-color: rgb(212 212 216 / 0.4);
}

.border-x-zinc-300\/5{
  border-left-color: rgb(212 212 216 / 0.05);
  border-right-color: rgb(212 212 216 / 0.05);
}

.border-x-zinc-300\/50{
  border-left-color: rgb(212 212 216 / 0.5);
  border-right-color: rgb(212 212 216 / 0.5);
}

.border-x-zinc-300\/60{
  border-left-color: rgb(212 212 216 / 0.6);
  border-right-color: rgb(212 212 216 / 0.6);
}

.border-x-zinc-300\/70{
  border-left-color: rgb(212 212 216 / 0.7);
  border-right-color: rgb(212 212 216 / 0.7);
}

.border-x-zinc-300\/75{
  border-left-color: rgb(212 212 216 / 0.75);
  border-right-color: rgb(212 212 216 / 0.75);
}

.border-x-zinc-300\/80{
  border-left-color: rgb(212 212 216 / 0.8);
  border-right-color: rgb(212 212 216 / 0.8);
}

.border-x-zinc-300\/90{
  border-left-color: rgb(212 212 216 / 0.9);
  border-right-color: rgb(212 212 216 / 0.9);
}

.border-x-zinc-300\/95{
  border-left-color: rgb(212 212 216 / 0.95);
  border-right-color: rgb(212 212 216 / 0.95);
}

.border-x-zinc-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity));
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-x-zinc-400\/0{
  border-left-color: rgb(161 161 170 / 0);
  border-right-color: rgb(161 161 170 / 0);
}

.border-x-zinc-400\/10{
  border-left-color: rgb(161 161 170 / 0.1);
  border-right-color: rgb(161 161 170 / 0.1);
}

.border-x-zinc-400\/100{
  border-left-color: rgb(161 161 170 / 1);
  border-right-color: rgb(161 161 170 / 1);
}

.border-x-zinc-400\/20{
  border-left-color: rgb(161 161 170 / 0.2);
  border-right-color: rgb(161 161 170 / 0.2);
}

.border-x-zinc-400\/25{
  border-left-color: rgb(161 161 170 / 0.25);
  border-right-color: rgb(161 161 170 / 0.25);
}

.border-x-zinc-400\/30{
  border-left-color: rgb(161 161 170 / 0.3);
  border-right-color: rgb(161 161 170 / 0.3);
}

.border-x-zinc-400\/40{
  border-left-color: rgb(161 161 170 / 0.4);
  border-right-color: rgb(161 161 170 / 0.4);
}

.border-x-zinc-400\/5{
  border-left-color: rgb(161 161 170 / 0.05);
  border-right-color: rgb(161 161 170 / 0.05);
}

.border-x-zinc-400\/50{
  border-left-color: rgb(161 161 170 / 0.5);
  border-right-color: rgb(161 161 170 / 0.5);
}

.border-x-zinc-400\/60{
  border-left-color: rgb(161 161 170 / 0.6);
  border-right-color: rgb(161 161 170 / 0.6);
}

.border-x-zinc-400\/70{
  border-left-color: rgb(161 161 170 / 0.7);
  border-right-color: rgb(161 161 170 / 0.7);
}

.border-x-zinc-400\/75{
  border-left-color: rgb(161 161 170 / 0.75);
  border-right-color: rgb(161 161 170 / 0.75);
}

.border-x-zinc-400\/80{
  border-left-color: rgb(161 161 170 / 0.8);
  border-right-color: rgb(161 161 170 / 0.8);
}

.border-x-zinc-400\/90{
  border-left-color: rgb(161 161 170 / 0.9);
  border-right-color: rgb(161 161 170 / 0.9);
}

.border-x-zinc-400\/95{
  border-left-color: rgb(161 161 170 / 0.95);
  border-right-color: rgb(161 161 170 / 0.95);
}

.border-x-zinc-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-x-zinc-50\/0{
  border-left-color: rgb(250 250 250 / 0);
  border-right-color: rgb(250 250 250 / 0);
}

.border-x-zinc-50\/10{
  border-left-color: rgb(250 250 250 / 0.1);
  border-right-color: rgb(250 250 250 / 0.1);
}

.border-x-zinc-50\/100{
  border-left-color: rgb(250 250 250 / 1);
  border-right-color: rgb(250 250 250 / 1);
}

.border-x-zinc-50\/20{
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}

.border-x-zinc-50\/25{
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}

.border-x-zinc-50\/30{
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}

.border-x-zinc-50\/40{
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}

.border-x-zinc-50\/5{
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}

.border-x-zinc-50\/50{
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}

.border-x-zinc-50\/60{
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}

.border-x-zinc-50\/70{
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}

.border-x-zinc-50\/75{
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}

.border-x-zinc-50\/80{
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}

.border-x-zinc-50\/90{
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}

.border-x-zinc-50\/95{
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}

.border-x-zinc-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity));
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-x-zinc-500\/0{
  border-left-color: rgb(113 113 122 / 0);
  border-right-color: rgb(113 113 122 / 0);
}

.border-x-zinc-500\/10{
  border-left-color: rgb(113 113 122 / 0.1);
  border-right-color: rgb(113 113 122 / 0.1);
}

.border-x-zinc-500\/100{
  border-left-color: rgb(113 113 122 / 1);
  border-right-color: rgb(113 113 122 / 1);
}

.border-x-zinc-500\/20{
  border-left-color: rgb(113 113 122 / 0.2);
  border-right-color: rgb(113 113 122 / 0.2);
}

.border-x-zinc-500\/25{
  border-left-color: rgb(113 113 122 / 0.25);
  border-right-color: rgb(113 113 122 / 0.25);
}

.border-x-zinc-500\/30{
  border-left-color: rgb(113 113 122 / 0.3);
  border-right-color: rgb(113 113 122 / 0.3);
}

.border-x-zinc-500\/40{
  border-left-color: rgb(113 113 122 / 0.4);
  border-right-color: rgb(113 113 122 / 0.4);
}

.border-x-zinc-500\/5{
  border-left-color: rgb(113 113 122 / 0.05);
  border-right-color: rgb(113 113 122 / 0.05);
}

.border-x-zinc-500\/50{
  border-left-color: rgb(113 113 122 / 0.5);
  border-right-color: rgb(113 113 122 / 0.5);
}

.border-x-zinc-500\/60{
  border-left-color: rgb(113 113 122 / 0.6);
  border-right-color: rgb(113 113 122 / 0.6);
}

.border-x-zinc-500\/70{
  border-left-color: rgb(113 113 122 / 0.7);
  border-right-color: rgb(113 113 122 / 0.7);
}

.border-x-zinc-500\/75{
  border-left-color: rgb(113 113 122 / 0.75);
  border-right-color: rgb(113 113 122 / 0.75);
}

.border-x-zinc-500\/80{
  border-left-color: rgb(113 113 122 / 0.8);
  border-right-color: rgb(113 113 122 / 0.8);
}

.border-x-zinc-500\/90{
  border-left-color: rgb(113 113 122 / 0.9);
  border-right-color: rgb(113 113 122 / 0.9);
}

.border-x-zinc-500\/95{
  border-left-color: rgb(113 113 122 / 0.95);
  border-right-color: rgb(113 113 122 / 0.95);
}

.border-x-zinc-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity));
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-x-zinc-600\/0{
  border-left-color: rgb(82 82 91 / 0);
  border-right-color: rgb(82 82 91 / 0);
}

.border-x-zinc-600\/10{
  border-left-color: rgb(82 82 91 / 0.1);
  border-right-color: rgb(82 82 91 / 0.1);
}

.border-x-zinc-600\/100{
  border-left-color: rgb(82 82 91 / 1);
  border-right-color: rgb(82 82 91 / 1);
}

.border-x-zinc-600\/20{
  border-left-color: rgb(82 82 91 / 0.2);
  border-right-color: rgb(82 82 91 / 0.2);
}

.border-x-zinc-600\/25{
  border-left-color: rgb(82 82 91 / 0.25);
  border-right-color: rgb(82 82 91 / 0.25);
}

.border-x-zinc-600\/30{
  border-left-color: rgb(82 82 91 / 0.3);
  border-right-color: rgb(82 82 91 / 0.3);
}

.border-x-zinc-600\/40{
  border-left-color: rgb(82 82 91 / 0.4);
  border-right-color: rgb(82 82 91 / 0.4);
}

.border-x-zinc-600\/5{
  border-left-color: rgb(82 82 91 / 0.05);
  border-right-color: rgb(82 82 91 / 0.05);
}

.border-x-zinc-600\/50{
  border-left-color: rgb(82 82 91 / 0.5);
  border-right-color: rgb(82 82 91 / 0.5);
}

.border-x-zinc-600\/60{
  border-left-color: rgb(82 82 91 / 0.6);
  border-right-color: rgb(82 82 91 / 0.6);
}

.border-x-zinc-600\/70{
  border-left-color: rgb(82 82 91 / 0.7);
  border-right-color: rgb(82 82 91 / 0.7);
}

.border-x-zinc-600\/75{
  border-left-color: rgb(82 82 91 / 0.75);
  border-right-color: rgb(82 82 91 / 0.75);
}

.border-x-zinc-600\/80{
  border-left-color: rgb(82 82 91 / 0.8);
  border-right-color: rgb(82 82 91 / 0.8);
}

.border-x-zinc-600\/90{
  border-left-color: rgb(82 82 91 / 0.9);
  border-right-color: rgb(82 82 91 / 0.9);
}

.border-x-zinc-600\/95{
  border-left-color: rgb(82 82 91 / 0.95);
  border-right-color: rgb(82 82 91 / 0.95);
}

.border-x-zinc-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity));
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-x-zinc-700\/0{
  border-left-color: rgb(63 63 70 / 0);
  border-right-color: rgb(63 63 70 / 0);
}

.border-x-zinc-700\/10{
  border-left-color: rgb(63 63 70 / 0.1);
  border-right-color: rgb(63 63 70 / 0.1);
}

.border-x-zinc-700\/100{
  border-left-color: rgb(63 63 70 / 1);
  border-right-color: rgb(63 63 70 / 1);
}

.border-x-zinc-700\/20{
  border-left-color: rgb(63 63 70 / 0.2);
  border-right-color: rgb(63 63 70 / 0.2);
}

.border-x-zinc-700\/25{
  border-left-color: rgb(63 63 70 / 0.25);
  border-right-color: rgb(63 63 70 / 0.25);
}

.border-x-zinc-700\/30{
  border-left-color: rgb(63 63 70 / 0.3);
  border-right-color: rgb(63 63 70 / 0.3);
}

.border-x-zinc-700\/40{
  border-left-color: rgb(63 63 70 / 0.4);
  border-right-color: rgb(63 63 70 / 0.4);
}

.border-x-zinc-700\/5{
  border-left-color: rgb(63 63 70 / 0.05);
  border-right-color: rgb(63 63 70 / 0.05);
}

.border-x-zinc-700\/50{
  border-left-color: rgb(63 63 70 / 0.5);
  border-right-color: rgb(63 63 70 / 0.5);
}

.border-x-zinc-700\/60{
  border-left-color: rgb(63 63 70 / 0.6);
  border-right-color: rgb(63 63 70 / 0.6);
}

.border-x-zinc-700\/70{
  border-left-color: rgb(63 63 70 / 0.7);
  border-right-color: rgb(63 63 70 / 0.7);
}

.border-x-zinc-700\/75{
  border-left-color: rgb(63 63 70 / 0.75);
  border-right-color: rgb(63 63 70 / 0.75);
}

.border-x-zinc-700\/80{
  border-left-color: rgb(63 63 70 / 0.8);
  border-right-color: rgb(63 63 70 / 0.8);
}

.border-x-zinc-700\/90{
  border-left-color: rgb(63 63 70 / 0.9);
  border-right-color: rgb(63 63 70 / 0.9);
}

.border-x-zinc-700\/95{
  border-left-color: rgb(63 63 70 / 0.95);
  border-right-color: rgb(63 63 70 / 0.95);
}

.border-x-zinc-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity));
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-x-zinc-800\/0{
  border-left-color: rgb(39 39 42 / 0);
  border-right-color: rgb(39 39 42 / 0);
}

.border-x-zinc-800\/10{
  border-left-color: rgb(39 39 42 / 0.1);
  border-right-color: rgb(39 39 42 / 0.1);
}

.border-x-zinc-800\/100{
  border-left-color: rgb(39 39 42 / 1);
  border-right-color: rgb(39 39 42 / 1);
}

.border-x-zinc-800\/20{
  border-left-color: rgb(39 39 42 / 0.2);
  border-right-color: rgb(39 39 42 / 0.2);
}

.border-x-zinc-800\/25{
  border-left-color: rgb(39 39 42 / 0.25);
  border-right-color: rgb(39 39 42 / 0.25);
}

.border-x-zinc-800\/30{
  border-left-color: rgb(39 39 42 / 0.3);
  border-right-color: rgb(39 39 42 / 0.3);
}

.border-x-zinc-800\/40{
  border-left-color: rgb(39 39 42 / 0.4);
  border-right-color: rgb(39 39 42 / 0.4);
}

.border-x-zinc-800\/5{
  border-left-color: rgb(39 39 42 / 0.05);
  border-right-color: rgb(39 39 42 / 0.05);
}

.border-x-zinc-800\/50{
  border-left-color: rgb(39 39 42 / 0.5);
  border-right-color: rgb(39 39 42 / 0.5);
}

.border-x-zinc-800\/60{
  border-left-color: rgb(39 39 42 / 0.6);
  border-right-color: rgb(39 39 42 / 0.6);
}

.border-x-zinc-800\/70{
  border-left-color: rgb(39 39 42 / 0.7);
  border-right-color: rgb(39 39 42 / 0.7);
}

.border-x-zinc-800\/75{
  border-left-color: rgb(39 39 42 / 0.75);
  border-right-color: rgb(39 39 42 / 0.75);
}

.border-x-zinc-800\/80{
  border-left-color: rgb(39 39 42 / 0.8);
  border-right-color: rgb(39 39 42 / 0.8);
}

.border-x-zinc-800\/90{
  border-left-color: rgb(39 39 42 / 0.9);
  border-right-color: rgb(39 39 42 / 0.9);
}

.border-x-zinc-800\/95{
  border-left-color: rgb(39 39 42 / 0.95);
  border-right-color: rgb(39 39 42 / 0.95);
}

.border-x-zinc-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity));
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-x-zinc-900\/0{
  border-left-color: rgb(24 24 27 / 0);
  border-right-color: rgb(24 24 27 / 0);
}

.border-x-zinc-900\/10{
  border-left-color: rgb(24 24 27 / 0.1);
  border-right-color: rgb(24 24 27 / 0.1);
}

.border-x-zinc-900\/100{
  border-left-color: rgb(24 24 27 / 1);
  border-right-color: rgb(24 24 27 / 1);
}

.border-x-zinc-900\/20{
  border-left-color: rgb(24 24 27 / 0.2);
  border-right-color: rgb(24 24 27 / 0.2);
}

.border-x-zinc-900\/25{
  border-left-color: rgb(24 24 27 / 0.25);
  border-right-color: rgb(24 24 27 / 0.25);
}

.border-x-zinc-900\/30{
  border-left-color: rgb(24 24 27 / 0.3);
  border-right-color: rgb(24 24 27 / 0.3);
}

.border-x-zinc-900\/40{
  border-left-color: rgb(24 24 27 / 0.4);
  border-right-color: rgb(24 24 27 / 0.4);
}

.border-x-zinc-900\/5{
  border-left-color: rgb(24 24 27 / 0.05);
  border-right-color: rgb(24 24 27 / 0.05);
}

.border-x-zinc-900\/50{
  border-left-color: rgb(24 24 27 / 0.5);
  border-right-color: rgb(24 24 27 / 0.5);
}

.border-x-zinc-900\/60{
  border-left-color: rgb(24 24 27 / 0.6);
  border-right-color: rgb(24 24 27 / 0.6);
}

.border-x-zinc-900\/70{
  border-left-color: rgb(24 24 27 / 0.7);
  border-right-color: rgb(24 24 27 / 0.7);
}

.border-x-zinc-900\/75{
  border-left-color: rgb(24 24 27 / 0.75);
  border-right-color: rgb(24 24 27 / 0.75);
}

.border-x-zinc-900\/80{
  border-left-color: rgb(24 24 27 / 0.8);
  border-right-color: rgb(24 24 27 / 0.8);
}

.border-x-zinc-900\/90{
  border-left-color: rgb(24 24 27 / 0.9);
  border-right-color: rgb(24 24 27 / 0.9);
}

.border-x-zinc-900\/95{
  border-left-color: rgb(24 24 27 / 0.95);
  border-right-color: rgb(24 24 27 / 0.95);
}

.border-x-zinc-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(9 9 11 / var(--tw-border-opacity));
  border-right-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-x-zinc-950\/0{
  border-left-color: rgb(9 9 11 / 0);
  border-right-color: rgb(9 9 11 / 0);
}

.border-x-zinc-950\/10{
  border-left-color: rgb(9 9 11 / 0.1);
  border-right-color: rgb(9 9 11 / 0.1);
}

.border-x-zinc-950\/100{
  border-left-color: rgb(9 9 11 / 1);
  border-right-color: rgb(9 9 11 / 1);
}

.border-x-zinc-950\/20{
  border-left-color: rgb(9 9 11 / 0.2);
  border-right-color: rgb(9 9 11 / 0.2);
}

.border-x-zinc-950\/25{
  border-left-color: rgb(9 9 11 / 0.25);
  border-right-color: rgb(9 9 11 / 0.25);
}

.border-x-zinc-950\/30{
  border-left-color: rgb(9 9 11 / 0.3);
  border-right-color: rgb(9 9 11 / 0.3);
}

.border-x-zinc-950\/40{
  border-left-color: rgb(9 9 11 / 0.4);
  border-right-color: rgb(9 9 11 / 0.4);
}

.border-x-zinc-950\/5{
  border-left-color: rgb(9 9 11 / 0.05);
  border-right-color: rgb(9 9 11 / 0.05);
}

.border-x-zinc-950\/50{
  border-left-color: rgb(9 9 11 / 0.5);
  border-right-color: rgb(9 9 11 / 0.5);
}

.border-x-zinc-950\/60{
  border-left-color: rgb(9 9 11 / 0.6);
  border-right-color: rgb(9 9 11 / 0.6);
}

.border-x-zinc-950\/70{
  border-left-color: rgb(9 9 11 / 0.7);
  border-right-color: rgb(9 9 11 / 0.7);
}

.border-x-zinc-950\/75{
  border-left-color: rgb(9 9 11 / 0.75);
  border-right-color: rgb(9 9 11 / 0.75);
}

.border-x-zinc-950\/80{
  border-left-color: rgb(9 9 11 / 0.8);
  border-right-color: rgb(9 9 11 / 0.8);
}

.border-x-zinc-950\/90{
  border-left-color: rgb(9 9 11 / 0.9);
  border-right-color: rgb(9 9 11 / 0.9);
}

.border-x-zinc-950\/95{
  border-left-color: rgb(9 9 11 / 0.95);
  border-right-color: rgb(9 9 11 / 0.95);
}

.border-y-amber-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 199 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.border-y-amber-100\/0{
  border-top-color: rgb(254 243 199 / 0);
  border-bottom-color: rgb(254 243 199 / 0);
}

.border-y-amber-100\/10{
  border-top-color: rgb(254 243 199 / 0.1);
  border-bottom-color: rgb(254 243 199 / 0.1);
}

.border-y-amber-100\/100{
  border-top-color: rgb(254 243 199 / 1);
  border-bottom-color: rgb(254 243 199 / 1);
}

.border-y-amber-100\/20{
  border-top-color: rgb(254 243 199 / 0.2);
  border-bottom-color: rgb(254 243 199 / 0.2);
}

.border-y-amber-100\/25{
  border-top-color: rgb(254 243 199 / 0.25);
  border-bottom-color: rgb(254 243 199 / 0.25);
}

.border-y-amber-100\/30{
  border-top-color: rgb(254 243 199 / 0.3);
  border-bottom-color: rgb(254 243 199 / 0.3);
}

.border-y-amber-100\/40{
  border-top-color: rgb(254 243 199 / 0.4);
  border-bottom-color: rgb(254 243 199 / 0.4);
}

.border-y-amber-100\/5{
  border-top-color: rgb(254 243 199 / 0.05);
  border-bottom-color: rgb(254 243 199 / 0.05);
}

.border-y-amber-100\/50{
  border-top-color: rgb(254 243 199 / 0.5);
  border-bottom-color: rgb(254 243 199 / 0.5);
}

.border-y-amber-100\/60{
  border-top-color: rgb(254 243 199 / 0.6);
  border-bottom-color: rgb(254 243 199 / 0.6);
}

.border-y-amber-100\/70{
  border-top-color: rgb(254 243 199 / 0.7);
  border-bottom-color: rgb(254 243 199 / 0.7);
}

.border-y-amber-100\/75{
  border-top-color: rgb(254 243 199 / 0.75);
  border-bottom-color: rgb(254 243 199 / 0.75);
}

.border-y-amber-100\/80{
  border-top-color: rgb(254 243 199 / 0.8);
  border-bottom-color: rgb(254 243 199 / 0.8);
}

.border-y-amber-100\/90{
  border-top-color: rgb(254 243 199 / 0.9);
  border-bottom-color: rgb(254 243 199 / 0.9);
}

.border-y-amber-100\/95{
  border-top-color: rgb(254 243 199 / 0.95);
  border-bottom-color: rgb(254 243 199 / 0.95);
}

.border-y-amber-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 230 138 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.border-y-amber-200\/0{
  border-top-color: rgb(253 230 138 / 0);
  border-bottom-color: rgb(253 230 138 / 0);
}

.border-y-amber-200\/10{
  border-top-color: rgb(253 230 138 / 0.1);
  border-bottom-color: rgb(253 230 138 / 0.1);
}

.border-y-amber-200\/100{
  border-top-color: rgb(253 230 138 / 1);
  border-bottom-color: rgb(253 230 138 / 1);
}

.border-y-amber-200\/20{
  border-top-color: rgb(253 230 138 / 0.2);
  border-bottom-color: rgb(253 230 138 / 0.2);
}

.border-y-amber-200\/25{
  border-top-color: rgb(253 230 138 / 0.25);
  border-bottom-color: rgb(253 230 138 / 0.25);
}

.border-y-amber-200\/30{
  border-top-color: rgb(253 230 138 / 0.3);
  border-bottom-color: rgb(253 230 138 / 0.3);
}

.border-y-amber-200\/40{
  border-top-color: rgb(253 230 138 / 0.4);
  border-bottom-color: rgb(253 230 138 / 0.4);
}

.border-y-amber-200\/5{
  border-top-color: rgb(253 230 138 / 0.05);
  border-bottom-color: rgb(253 230 138 / 0.05);
}

.border-y-amber-200\/50{
  border-top-color: rgb(253 230 138 / 0.5);
  border-bottom-color: rgb(253 230 138 / 0.5);
}

.border-y-amber-200\/60{
  border-top-color: rgb(253 230 138 / 0.6);
  border-bottom-color: rgb(253 230 138 / 0.6);
}

.border-y-amber-200\/70{
  border-top-color: rgb(253 230 138 / 0.7);
  border-bottom-color: rgb(253 230 138 / 0.7);
}

.border-y-amber-200\/75{
  border-top-color: rgb(253 230 138 / 0.75);
  border-bottom-color: rgb(253 230 138 / 0.75);
}

.border-y-amber-200\/80{
  border-top-color: rgb(253 230 138 / 0.8);
  border-bottom-color: rgb(253 230 138 / 0.8);
}

.border-y-amber-200\/90{
  border-top-color: rgb(253 230 138 / 0.9);
  border-bottom-color: rgb(253 230 138 / 0.9);
}

.border-y-amber-200\/95{
  border-top-color: rgb(253 230 138 / 0.95);
  border-bottom-color: rgb(253 230 138 / 0.95);
}

.border-y-amber-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 211 77 / var(--tw-border-opacity));
  border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.border-y-amber-300\/0{
  border-top-color: rgb(252 211 77 / 0);
  border-bottom-color: rgb(252 211 77 / 0);
}

.border-y-amber-300\/10{
  border-top-color: rgb(252 211 77 / 0.1);
  border-bottom-color: rgb(252 211 77 / 0.1);
}

.border-y-amber-300\/100{
  border-top-color: rgb(252 211 77 / 1);
  border-bottom-color: rgb(252 211 77 / 1);
}

.border-y-amber-300\/20{
  border-top-color: rgb(252 211 77 / 0.2);
  border-bottom-color: rgb(252 211 77 / 0.2);
}

.border-y-amber-300\/25{
  border-top-color: rgb(252 211 77 / 0.25);
  border-bottom-color: rgb(252 211 77 / 0.25);
}

.border-y-amber-300\/30{
  border-top-color: rgb(252 211 77 / 0.3);
  border-bottom-color: rgb(252 211 77 / 0.3);
}

.border-y-amber-300\/40{
  border-top-color: rgb(252 211 77 / 0.4);
  border-bottom-color: rgb(252 211 77 / 0.4);
}

.border-y-amber-300\/5{
  border-top-color: rgb(252 211 77 / 0.05);
  border-bottom-color: rgb(252 211 77 / 0.05);
}

.border-y-amber-300\/50{
  border-top-color: rgb(252 211 77 / 0.5);
  border-bottom-color: rgb(252 211 77 / 0.5);
}

.border-y-amber-300\/60{
  border-top-color: rgb(252 211 77 / 0.6);
  border-bottom-color: rgb(252 211 77 / 0.6);
}

.border-y-amber-300\/70{
  border-top-color: rgb(252 211 77 / 0.7);
  border-bottom-color: rgb(252 211 77 / 0.7);
}

.border-y-amber-300\/75{
  border-top-color: rgb(252 211 77 / 0.75);
  border-bottom-color: rgb(252 211 77 / 0.75);
}

.border-y-amber-300\/80{
  border-top-color: rgb(252 211 77 / 0.8);
  border-bottom-color: rgb(252 211 77 / 0.8);
}

.border-y-amber-300\/90{
  border-top-color: rgb(252 211 77 / 0.9);
  border-bottom-color: rgb(252 211 77 / 0.9);
}

.border-y-amber-300\/95{
  border-top-color: rgb(252 211 77 / 0.95);
  border-bottom-color: rgb(252 211 77 / 0.95);
}

.border-y-amber-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 191 36 / var(--tw-border-opacity));
  border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.border-y-amber-400\/0{
  border-top-color: rgb(251 191 36 / 0);
  border-bottom-color: rgb(251 191 36 / 0);
}

.border-y-amber-400\/10{
  border-top-color: rgb(251 191 36 / 0.1);
  border-bottom-color: rgb(251 191 36 / 0.1);
}

.border-y-amber-400\/100{
  border-top-color: rgb(251 191 36 / 1);
  border-bottom-color: rgb(251 191 36 / 1);
}

.border-y-amber-400\/20{
  border-top-color: rgb(251 191 36 / 0.2);
  border-bottom-color: rgb(251 191 36 / 0.2);
}

.border-y-amber-400\/25{
  border-top-color: rgb(251 191 36 / 0.25);
  border-bottom-color: rgb(251 191 36 / 0.25);
}

.border-y-amber-400\/30{
  border-top-color: rgb(251 191 36 / 0.3);
  border-bottom-color: rgb(251 191 36 / 0.3);
}

.border-y-amber-400\/40{
  border-top-color: rgb(251 191 36 / 0.4);
  border-bottom-color: rgb(251 191 36 / 0.4);
}

.border-y-amber-400\/5{
  border-top-color: rgb(251 191 36 / 0.05);
  border-bottom-color: rgb(251 191 36 / 0.05);
}

.border-y-amber-400\/50{
  border-top-color: rgb(251 191 36 / 0.5);
  border-bottom-color: rgb(251 191 36 / 0.5);
}

.border-y-amber-400\/60{
  border-top-color: rgb(251 191 36 / 0.6);
  border-bottom-color: rgb(251 191 36 / 0.6);
}

.border-y-amber-400\/70{
  border-top-color: rgb(251 191 36 / 0.7);
  border-bottom-color: rgb(251 191 36 / 0.7);
}

.border-y-amber-400\/75{
  border-top-color: rgb(251 191 36 / 0.75);
  border-bottom-color: rgb(251 191 36 / 0.75);
}

.border-y-amber-400\/80{
  border-top-color: rgb(251 191 36 / 0.8);
  border-bottom-color: rgb(251 191 36 / 0.8);
}

.border-y-amber-400\/90{
  border-top-color: rgb(251 191 36 / 0.9);
  border-bottom-color: rgb(251 191 36 / 0.9);
}

.border-y-amber-400\/95{
  border-top-color: rgb(251 191 36 / 0.95);
  border-bottom-color: rgb(251 191 36 / 0.95);
}

.border-y-amber-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-y-amber-50\/0{
  border-top-color: rgb(255 251 235 / 0);
  border-bottom-color: rgb(255 251 235 / 0);
}

.border-y-amber-50\/10{
  border-top-color: rgb(255 251 235 / 0.1);
  border-bottom-color: rgb(255 251 235 / 0.1);
}

.border-y-amber-50\/100{
  border-top-color: rgb(255 251 235 / 1);
  border-bottom-color: rgb(255 251 235 / 1);
}

.border-y-amber-50\/20{
  border-top-color: rgb(255 251 235 / 0.2);
  border-bottom-color: rgb(255 251 235 / 0.2);
}

.border-y-amber-50\/25{
  border-top-color: rgb(255 251 235 / 0.25);
  border-bottom-color: rgb(255 251 235 / 0.25);
}

.border-y-amber-50\/30{
  border-top-color: rgb(255 251 235 / 0.3);
  border-bottom-color: rgb(255 251 235 / 0.3);
}

.border-y-amber-50\/40{
  border-top-color: rgb(255 251 235 / 0.4);
  border-bottom-color: rgb(255 251 235 / 0.4);
}

.border-y-amber-50\/5{
  border-top-color: rgb(255 251 235 / 0.05);
  border-bottom-color: rgb(255 251 235 / 0.05);
}

.border-y-amber-50\/50{
  border-top-color: rgb(255 251 235 / 0.5);
  border-bottom-color: rgb(255 251 235 / 0.5);
}

.border-y-amber-50\/60{
  border-top-color: rgb(255 251 235 / 0.6);
  border-bottom-color: rgb(255 251 235 / 0.6);
}

.border-y-amber-50\/70{
  border-top-color: rgb(255 251 235 / 0.7);
  border-bottom-color: rgb(255 251 235 / 0.7);
}

.border-y-amber-50\/75{
  border-top-color: rgb(255 251 235 / 0.75);
  border-bottom-color: rgb(255 251 235 / 0.75);
}

.border-y-amber-50\/80{
  border-top-color: rgb(255 251 235 / 0.8);
  border-bottom-color: rgb(255 251 235 / 0.8);
}

.border-y-amber-50\/90{
  border-top-color: rgb(255 251 235 / 0.9);
  border-bottom-color: rgb(255 251 235 / 0.9);
}

.border-y-amber-50\/95{
  border-top-color: rgb(255 251 235 / 0.95);
  border-bottom-color: rgb(255 251 235 / 0.95);
}

.border-y-amber-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 158 11 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.border-y-amber-500\/0{
  border-top-color: rgb(245 158 11 / 0);
  border-bottom-color: rgb(245 158 11 / 0);
}

.border-y-amber-500\/10{
  border-top-color: rgb(245 158 11 / 0.1);
  border-bottom-color: rgb(245 158 11 / 0.1);
}

.border-y-amber-500\/100{
  border-top-color: rgb(245 158 11 / 1);
  border-bottom-color: rgb(245 158 11 / 1);
}

.border-y-amber-500\/20{
  border-top-color: rgb(245 158 11 / 0.2);
  border-bottom-color: rgb(245 158 11 / 0.2);
}

.border-y-amber-500\/25{
  border-top-color: rgb(245 158 11 / 0.25);
  border-bottom-color: rgb(245 158 11 / 0.25);
}

.border-y-amber-500\/30{
  border-top-color: rgb(245 158 11 / 0.3);
  border-bottom-color: rgb(245 158 11 / 0.3);
}

.border-y-amber-500\/40{
  border-top-color: rgb(245 158 11 / 0.4);
  border-bottom-color: rgb(245 158 11 / 0.4);
}

.border-y-amber-500\/5{
  border-top-color: rgb(245 158 11 / 0.05);
  border-bottom-color: rgb(245 158 11 / 0.05);
}

.border-y-amber-500\/50{
  border-top-color: rgb(245 158 11 / 0.5);
  border-bottom-color: rgb(245 158 11 / 0.5);
}

.border-y-amber-500\/60{
  border-top-color: rgb(245 158 11 / 0.6);
  border-bottom-color: rgb(245 158 11 / 0.6);
}

.border-y-amber-500\/70{
  border-top-color: rgb(245 158 11 / 0.7);
  border-bottom-color: rgb(245 158 11 / 0.7);
}

.border-y-amber-500\/75{
  border-top-color: rgb(245 158 11 / 0.75);
  border-bottom-color: rgb(245 158 11 / 0.75);
}

.border-y-amber-500\/80{
  border-top-color: rgb(245 158 11 / 0.8);
  border-bottom-color: rgb(245 158 11 / 0.8);
}

.border-y-amber-500\/90{
  border-top-color: rgb(245 158 11 / 0.9);
  border-bottom-color: rgb(245 158 11 / 0.9);
}

.border-y-amber-500\/95{
  border-top-color: rgb(245 158 11 / 0.95);
  border-bottom-color: rgb(245 158 11 / 0.95);
}

.border-y-amber-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 119 6 / var(--tw-border-opacity));
  border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.border-y-amber-600\/0{
  border-top-color: rgb(217 119 6 / 0);
  border-bottom-color: rgb(217 119 6 / 0);
}

.border-y-amber-600\/10{
  border-top-color: rgb(217 119 6 / 0.1);
  border-bottom-color: rgb(217 119 6 / 0.1);
}

.border-y-amber-600\/100{
  border-top-color: rgb(217 119 6 / 1);
  border-bottom-color: rgb(217 119 6 / 1);
}

.border-y-amber-600\/20{
  border-top-color: rgb(217 119 6 / 0.2);
  border-bottom-color: rgb(217 119 6 / 0.2);
}

.border-y-amber-600\/25{
  border-top-color: rgb(217 119 6 / 0.25);
  border-bottom-color: rgb(217 119 6 / 0.25);
}

.border-y-amber-600\/30{
  border-top-color: rgb(217 119 6 / 0.3);
  border-bottom-color: rgb(217 119 6 / 0.3);
}

.border-y-amber-600\/40{
  border-top-color: rgb(217 119 6 / 0.4);
  border-bottom-color: rgb(217 119 6 / 0.4);
}

.border-y-amber-600\/5{
  border-top-color: rgb(217 119 6 / 0.05);
  border-bottom-color: rgb(217 119 6 / 0.05);
}

.border-y-amber-600\/50{
  border-top-color: rgb(217 119 6 / 0.5);
  border-bottom-color: rgb(217 119 6 / 0.5);
}

.border-y-amber-600\/60{
  border-top-color: rgb(217 119 6 / 0.6);
  border-bottom-color: rgb(217 119 6 / 0.6);
}

.border-y-amber-600\/70{
  border-top-color: rgb(217 119 6 / 0.7);
  border-bottom-color: rgb(217 119 6 / 0.7);
}

.border-y-amber-600\/75{
  border-top-color: rgb(217 119 6 / 0.75);
  border-bottom-color: rgb(217 119 6 / 0.75);
}

.border-y-amber-600\/80{
  border-top-color: rgb(217 119 6 / 0.8);
  border-bottom-color: rgb(217 119 6 / 0.8);
}

.border-y-amber-600\/90{
  border-top-color: rgb(217 119 6 / 0.9);
  border-bottom-color: rgb(217 119 6 / 0.9);
}

.border-y-amber-600\/95{
  border-top-color: rgb(217 119 6 / 0.95);
  border-bottom-color: rgb(217 119 6 / 0.95);
}

.border-y-amber-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(180 83 9 / var(--tw-border-opacity));
  border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.border-y-amber-700\/0{
  border-top-color: rgb(180 83 9 / 0);
  border-bottom-color: rgb(180 83 9 / 0);
}

.border-y-amber-700\/10{
  border-top-color: rgb(180 83 9 / 0.1);
  border-bottom-color: rgb(180 83 9 / 0.1);
}

.border-y-amber-700\/100{
  border-top-color: rgb(180 83 9 / 1);
  border-bottom-color: rgb(180 83 9 / 1);
}

.border-y-amber-700\/20{
  border-top-color: rgb(180 83 9 / 0.2);
  border-bottom-color: rgb(180 83 9 / 0.2);
}

.border-y-amber-700\/25{
  border-top-color: rgb(180 83 9 / 0.25);
  border-bottom-color: rgb(180 83 9 / 0.25);
}

.border-y-amber-700\/30{
  border-top-color: rgb(180 83 9 / 0.3);
  border-bottom-color: rgb(180 83 9 / 0.3);
}

.border-y-amber-700\/40{
  border-top-color: rgb(180 83 9 / 0.4);
  border-bottom-color: rgb(180 83 9 / 0.4);
}

.border-y-amber-700\/5{
  border-top-color: rgb(180 83 9 / 0.05);
  border-bottom-color: rgb(180 83 9 / 0.05);
}

.border-y-amber-700\/50{
  border-top-color: rgb(180 83 9 / 0.5);
  border-bottom-color: rgb(180 83 9 / 0.5);
}

.border-y-amber-700\/60{
  border-top-color: rgb(180 83 9 / 0.6);
  border-bottom-color: rgb(180 83 9 / 0.6);
}

.border-y-amber-700\/70{
  border-top-color: rgb(180 83 9 / 0.7);
  border-bottom-color: rgb(180 83 9 / 0.7);
}

.border-y-amber-700\/75{
  border-top-color: rgb(180 83 9 / 0.75);
  border-bottom-color: rgb(180 83 9 / 0.75);
}

.border-y-amber-700\/80{
  border-top-color: rgb(180 83 9 / 0.8);
  border-bottom-color: rgb(180 83 9 / 0.8);
}

.border-y-amber-700\/90{
  border-top-color: rgb(180 83 9 / 0.9);
  border-bottom-color: rgb(180 83 9 / 0.9);
}

.border-y-amber-700\/95{
  border-top-color: rgb(180 83 9 / 0.95);
  border-bottom-color: rgb(180 83 9 / 0.95);
}

.border-y-amber-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(146 64 14 / var(--tw-border-opacity));
  border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.border-y-amber-800\/0{
  border-top-color: rgb(146 64 14 / 0);
  border-bottom-color: rgb(146 64 14 / 0);
}

.border-y-amber-800\/10{
  border-top-color: rgb(146 64 14 / 0.1);
  border-bottom-color: rgb(146 64 14 / 0.1);
}

.border-y-amber-800\/100{
  border-top-color: rgb(146 64 14 / 1);
  border-bottom-color: rgb(146 64 14 / 1);
}

.border-y-amber-800\/20{
  border-top-color: rgb(146 64 14 / 0.2);
  border-bottom-color: rgb(146 64 14 / 0.2);
}

.border-y-amber-800\/25{
  border-top-color: rgb(146 64 14 / 0.25);
  border-bottom-color: rgb(146 64 14 / 0.25);
}

.border-y-amber-800\/30{
  border-top-color: rgb(146 64 14 / 0.3);
  border-bottom-color: rgb(146 64 14 / 0.3);
}

.border-y-amber-800\/40{
  border-top-color: rgb(146 64 14 / 0.4);
  border-bottom-color: rgb(146 64 14 / 0.4);
}

.border-y-amber-800\/5{
  border-top-color: rgb(146 64 14 / 0.05);
  border-bottom-color: rgb(146 64 14 / 0.05);
}

.border-y-amber-800\/50{
  border-top-color: rgb(146 64 14 / 0.5);
  border-bottom-color: rgb(146 64 14 / 0.5);
}

.border-y-amber-800\/60{
  border-top-color: rgb(146 64 14 / 0.6);
  border-bottom-color: rgb(146 64 14 / 0.6);
}

.border-y-amber-800\/70{
  border-top-color: rgb(146 64 14 / 0.7);
  border-bottom-color: rgb(146 64 14 / 0.7);
}

.border-y-amber-800\/75{
  border-top-color: rgb(146 64 14 / 0.75);
  border-bottom-color: rgb(146 64 14 / 0.75);
}

.border-y-amber-800\/80{
  border-top-color: rgb(146 64 14 / 0.8);
  border-bottom-color: rgb(146 64 14 / 0.8);
}

.border-y-amber-800\/90{
  border-top-color: rgb(146 64 14 / 0.9);
  border-bottom-color: rgb(146 64 14 / 0.9);
}

.border-y-amber-800\/95{
  border-top-color: rgb(146 64 14 / 0.95);
  border-bottom-color: rgb(146 64 14 / 0.95);
}

.border-y-amber-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(120 53 15 / var(--tw-border-opacity));
  border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.border-y-amber-900\/0{
  border-top-color: rgb(120 53 15 / 0);
  border-bottom-color: rgb(120 53 15 / 0);
}

.border-y-amber-900\/10{
  border-top-color: rgb(120 53 15 / 0.1);
  border-bottom-color: rgb(120 53 15 / 0.1);
}

.border-y-amber-900\/100{
  border-top-color: rgb(120 53 15 / 1);
  border-bottom-color: rgb(120 53 15 / 1);
}

.border-y-amber-900\/20{
  border-top-color: rgb(120 53 15 / 0.2);
  border-bottom-color: rgb(120 53 15 / 0.2);
}

.border-y-amber-900\/25{
  border-top-color: rgb(120 53 15 / 0.25);
  border-bottom-color: rgb(120 53 15 / 0.25);
}

.border-y-amber-900\/30{
  border-top-color: rgb(120 53 15 / 0.3);
  border-bottom-color: rgb(120 53 15 / 0.3);
}

.border-y-amber-900\/40{
  border-top-color: rgb(120 53 15 / 0.4);
  border-bottom-color: rgb(120 53 15 / 0.4);
}

.border-y-amber-900\/5{
  border-top-color: rgb(120 53 15 / 0.05);
  border-bottom-color: rgb(120 53 15 / 0.05);
}

.border-y-amber-900\/50{
  border-top-color: rgb(120 53 15 / 0.5);
  border-bottom-color: rgb(120 53 15 / 0.5);
}

.border-y-amber-900\/60{
  border-top-color: rgb(120 53 15 / 0.6);
  border-bottom-color: rgb(120 53 15 / 0.6);
}

.border-y-amber-900\/70{
  border-top-color: rgb(120 53 15 / 0.7);
  border-bottom-color: rgb(120 53 15 / 0.7);
}

.border-y-amber-900\/75{
  border-top-color: rgb(120 53 15 / 0.75);
  border-bottom-color: rgb(120 53 15 / 0.75);
}

.border-y-amber-900\/80{
  border-top-color: rgb(120 53 15 / 0.8);
  border-bottom-color: rgb(120 53 15 / 0.8);
}

.border-y-amber-900\/90{
  border-top-color: rgb(120 53 15 / 0.9);
  border-bottom-color: rgb(120 53 15 / 0.9);
}

.border-y-amber-900\/95{
  border-top-color: rgb(120 53 15 / 0.95);
  border-bottom-color: rgb(120 53 15 / 0.95);
}

.border-y-amber-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(69 26 3 / var(--tw-border-opacity));
  border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.border-y-amber-950\/0{
  border-top-color: rgb(69 26 3 / 0);
  border-bottom-color: rgb(69 26 3 / 0);
}

.border-y-amber-950\/10{
  border-top-color: rgb(69 26 3 / 0.1);
  border-bottom-color: rgb(69 26 3 / 0.1);
}

.border-y-amber-950\/100{
  border-top-color: rgb(69 26 3 / 1);
  border-bottom-color: rgb(69 26 3 / 1);
}

.border-y-amber-950\/20{
  border-top-color: rgb(69 26 3 / 0.2);
  border-bottom-color: rgb(69 26 3 / 0.2);
}

.border-y-amber-950\/25{
  border-top-color: rgb(69 26 3 / 0.25);
  border-bottom-color: rgb(69 26 3 / 0.25);
}

.border-y-amber-950\/30{
  border-top-color: rgb(69 26 3 / 0.3);
  border-bottom-color: rgb(69 26 3 / 0.3);
}

.border-y-amber-950\/40{
  border-top-color: rgb(69 26 3 / 0.4);
  border-bottom-color: rgb(69 26 3 / 0.4);
}

.border-y-amber-950\/5{
  border-top-color: rgb(69 26 3 / 0.05);
  border-bottom-color: rgb(69 26 3 / 0.05);
}

.border-y-amber-950\/50{
  border-top-color: rgb(69 26 3 / 0.5);
  border-bottom-color: rgb(69 26 3 / 0.5);
}

.border-y-amber-950\/60{
  border-top-color: rgb(69 26 3 / 0.6);
  border-bottom-color: rgb(69 26 3 / 0.6);
}

.border-y-amber-950\/70{
  border-top-color: rgb(69 26 3 / 0.7);
  border-bottom-color: rgb(69 26 3 / 0.7);
}

.border-y-amber-950\/75{
  border-top-color: rgb(69 26 3 / 0.75);
  border-bottom-color: rgb(69 26 3 / 0.75);
}

.border-y-amber-950\/80{
  border-top-color: rgb(69 26 3 / 0.8);
  border-bottom-color: rgb(69 26 3 / 0.8);
}

.border-y-amber-950\/90{
  border-top-color: rgb(69 26 3 / 0.9);
  border-bottom-color: rgb(69 26 3 / 0.9);
}

.border-y-amber-950\/95{
  border-top-color: rgb(69 26 3 / 0.95);
  border-bottom-color: rgb(69 26 3 / 0.95);
}

.border-y-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-y-black\/0{
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-y-black\/10{
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-y-black\/100{
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-y-black\/20{
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-y-black\/25{
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-y-black\/30{
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-y-black\/40{
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-y-black\/5{
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-y-black\/50{
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-y-black\/60{
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-y-black\/70{
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-y-black\/75{
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-y-black\/80{
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-y-black\/90{
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-y-black\/95{
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-y-blue-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(219 234 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.border-y-blue-100\/0{
  border-top-color: rgb(219 234 254 / 0);
  border-bottom-color: rgb(219 234 254 / 0);
}

.border-y-blue-100\/10{
  border-top-color: rgb(219 234 254 / 0.1);
  border-bottom-color: rgb(219 234 254 / 0.1);
}

.border-y-blue-100\/100{
  border-top-color: rgb(219 234 254 / 1);
  border-bottom-color: rgb(219 234 254 / 1);
}

.border-y-blue-100\/20{
  border-top-color: rgb(219 234 254 / 0.2);
  border-bottom-color: rgb(219 234 254 / 0.2);
}

.border-y-blue-100\/25{
  border-top-color: rgb(219 234 254 / 0.25);
  border-bottom-color: rgb(219 234 254 / 0.25);
}

.border-y-blue-100\/30{
  border-top-color: rgb(219 234 254 / 0.3);
  border-bottom-color: rgb(219 234 254 / 0.3);
}

.border-y-blue-100\/40{
  border-top-color: rgb(219 234 254 / 0.4);
  border-bottom-color: rgb(219 234 254 / 0.4);
}

.border-y-blue-100\/5{
  border-top-color: rgb(219 234 254 / 0.05);
  border-bottom-color: rgb(219 234 254 / 0.05);
}

.border-y-blue-100\/50{
  border-top-color: rgb(219 234 254 / 0.5);
  border-bottom-color: rgb(219 234 254 / 0.5);
}

.border-y-blue-100\/60{
  border-top-color: rgb(219 234 254 / 0.6);
  border-bottom-color: rgb(219 234 254 / 0.6);
}

.border-y-blue-100\/70{
  border-top-color: rgb(219 234 254 / 0.7);
  border-bottom-color: rgb(219 234 254 / 0.7);
}

.border-y-blue-100\/75{
  border-top-color: rgb(219 234 254 / 0.75);
  border-bottom-color: rgb(219 234 254 / 0.75);
}

.border-y-blue-100\/80{
  border-top-color: rgb(219 234 254 / 0.8);
  border-bottom-color: rgb(219 234 254 / 0.8);
}

.border-y-blue-100\/90{
  border-top-color: rgb(219 234 254 / 0.9);
  border-bottom-color: rgb(219 234 254 / 0.9);
}

.border-y-blue-100\/95{
  border-top-color: rgb(219 234 254 / 0.95);
  border-bottom-color: rgb(219 234 254 / 0.95);
}

.border-y-blue-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(191 219 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-y-blue-200\/0{
  border-top-color: rgb(191 219 254 / 0);
  border-bottom-color: rgb(191 219 254 / 0);
}

.border-y-blue-200\/10{
  border-top-color: rgb(191 219 254 / 0.1);
  border-bottom-color: rgb(191 219 254 / 0.1);
}

.border-y-blue-200\/100{
  border-top-color: rgb(191 219 254 / 1);
  border-bottom-color: rgb(191 219 254 / 1);
}

.border-y-blue-200\/20{
  border-top-color: rgb(191 219 254 / 0.2);
  border-bottom-color: rgb(191 219 254 / 0.2);
}

.border-y-blue-200\/25{
  border-top-color: rgb(191 219 254 / 0.25);
  border-bottom-color: rgb(191 219 254 / 0.25);
}

.border-y-blue-200\/30{
  border-top-color: rgb(191 219 254 / 0.3);
  border-bottom-color: rgb(191 219 254 / 0.3);
}

.border-y-blue-200\/40{
  border-top-color: rgb(191 219 254 / 0.4);
  border-bottom-color: rgb(191 219 254 / 0.4);
}

.border-y-blue-200\/5{
  border-top-color: rgb(191 219 254 / 0.05);
  border-bottom-color: rgb(191 219 254 / 0.05);
}

.border-y-blue-200\/50{
  border-top-color: rgb(191 219 254 / 0.5);
  border-bottom-color: rgb(191 219 254 / 0.5);
}

.border-y-blue-200\/60{
  border-top-color: rgb(191 219 254 / 0.6);
  border-bottom-color: rgb(191 219 254 / 0.6);
}

.border-y-blue-200\/70{
  border-top-color: rgb(191 219 254 / 0.7);
  border-bottom-color: rgb(191 219 254 / 0.7);
}

.border-y-blue-200\/75{
  border-top-color: rgb(191 219 254 / 0.75);
  border-bottom-color: rgb(191 219 254 / 0.75);
}

.border-y-blue-200\/80{
  border-top-color: rgb(191 219 254 / 0.8);
  border-bottom-color: rgb(191 219 254 / 0.8);
}

.border-y-blue-200\/90{
  border-top-color: rgb(191 219 254 / 0.9);
  border-bottom-color: rgb(191 219 254 / 0.9);
}

.border-y-blue-200\/95{
  border-top-color: rgb(191 219 254 / 0.95);
  border-bottom-color: rgb(191 219 254 / 0.95);
}

.border-y-blue-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(147 197 253 / var(--tw-border-opacity));
  border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-y-blue-300\/0{
  border-top-color: rgb(147 197 253 / 0);
  border-bottom-color: rgb(147 197 253 / 0);
}

.border-y-blue-300\/10{
  border-top-color: rgb(147 197 253 / 0.1);
  border-bottom-color: rgb(147 197 253 / 0.1);
}

.border-y-blue-300\/100{
  border-top-color: rgb(147 197 253 / 1);
  border-bottom-color: rgb(147 197 253 / 1);
}

.border-y-blue-300\/20{
  border-top-color: rgb(147 197 253 / 0.2);
  border-bottom-color: rgb(147 197 253 / 0.2);
}

.border-y-blue-300\/25{
  border-top-color: rgb(147 197 253 / 0.25);
  border-bottom-color: rgb(147 197 253 / 0.25);
}

.border-y-blue-300\/30{
  border-top-color: rgb(147 197 253 / 0.3);
  border-bottom-color: rgb(147 197 253 / 0.3);
}

.border-y-blue-300\/40{
  border-top-color: rgb(147 197 253 / 0.4);
  border-bottom-color: rgb(147 197 253 / 0.4);
}

.border-y-blue-300\/5{
  border-top-color: rgb(147 197 253 / 0.05);
  border-bottom-color: rgb(147 197 253 / 0.05);
}

.border-y-blue-300\/50{
  border-top-color: rgb(147 197 253 / 0.5);
  border-bottom-color: rgb(147 197 253 / 0.5);
}

.border-y-blue-300\/60{
  border-top-color: rgb(147 197 253 / 0.6);
  border-bottom-color: rgb(147 197 253 / 0.6);
}

.border-y-blue-300\/70{
  border-top-color: rgb(147 197 253 / 0.7);
  border-bottom-color: rgb(147 197 253 / 0.7);
}

.border-y-blue-300\/75{
  border-top-color: rgb(147 197 253 / 0.75);
  border-bottom-color: rgb(147 197 253 / 0.75);
}

.border-y-blue-300\/80{
  border-top-color: rgb(147 197 253 / 0.8);
  border-bottom-color: rgb(147 197 253 / 0.8);
}

.border-y-blue-300\/90{
  border-top-color: rgb(147 197 253 / 0.9);
  border-bottom-color: rgb(147 197 253 / 0.9);
}

.border-y-blue-300\/95{
  border-top-color: rgb(147 197 253 / 0.95);
  border-bottom-color: rgb(147 197 253 / 0.95);
}

.border-y-blue-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-y-blue-400\/0{
  border-top-color: rgb(96 165 250 / 0);
  border-bottom-color: rgb(96 165 250 / 0);
}

.border-y-blue-400\/10{
  border-top-color: rgb(96 165 250 / 0.1);
  border-bottom-color: rgb(96 165 250 / 0.1);
}

.border-y-blue-400\/100{
  border-top-color: rgb(96 165 250 / 1);
  border-bottom-color: rgb(96 165 250 / 1);
}

.border-y-blue-400\/20{
  border-top-color: rgb(96 165 250 / 0.2);
  border-bottom-color: rgb(96 165 250 / 0.2);
}

.border-y-blue-400\/25{
  border-top-color: rgb(96 165 250 / 0.25);
  border-bottom-color: rgb(96 165 250 / 0.25);
}

.border-y-blue-400\/30{
  border-top-color: rgb(96 165 250 / 0.3);
  border-bottom-color: rgb(96 165 250 / 0.3);
}

.border-y-blue-400\/40{
  border-top-color: rgb(96 165 250 / 0.4);
  border-bottom-color: rgb(96 165 250 / 0.4);
}

.border-y-blue-400\/5{
  border-top-color: rgb(96 165 250 / 0.05);
  border-bottom-color: rgb(96 165 250 / 0.05);
}

.border-y-blue-400\/50{
  border-top-color: rgb(96 165 250 / 0.5);
  border-bottom-color: rgb(96 165 250 / 0.5);
}

.border-y-blue-400\/60{
  border-top-color: rgb(96 165 250 / 0.6);
  border-bottom-color: rgb(96 165 250 / 0.6);
}

.border-y-blue-400\/70{
  border-top-color: rgb(96 165 250 / 0.7);
  border-bottom-color: rgb(96 165 250 / 0.7);
}

.border-y-blue-400\/75{
  border-top-color: rgb(96 165 250 / 0.75);
  border-bottom-color: rgb(96 165 250 / 0.75);
}

.border-y-blue-400\/80{
  border-top-color: rgb(96 165 250 / 0.8);
  border-bottom-color: rgb(96 165 250 / 0.8);
}

.border-y-blue-400\/90{
  border-top-color: rgb(96 165 250 / 0.9);
  border-bottom-color: rgb(96 165 250 / 0.9);
}

.border-y-blue-400\/95{
  border-top-color: rgb(96 165 250 / 0.95);
  border-bottom-color: rgb(96 165 250 / 0.95);
}

.border-y-blue-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(239 246 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-y-blue-50\/0{
  border-top-color: rgb(239 246 255 / 0);
  border-bottom-color: rgb(239 246 255 / 0);
}

.border-y-blue-50\/10{
  border-top-color: rgb(239 246 255 / 0.1);
  border-bottom-color: rgb(239 246 255 / 0.1);
}

.border-y-blue-50\/100{
  border-top-color: rgb(239 246 255 / 1);
  border-bottom-color: rgb(239 246 255 / 1);
}

.border-y-blue-50\/20{
  border-top-color: rgb(239 246 255 / 0.2);
  border-bottom-color: rgb(239 246 255 / 0.2);
}

.border-y-blue-50\/25{
  border-top-color: rgb(239 246 255 / 0.25);
  border-bottom-color: rgb(239 246 255 / 0.25);
}

.border-y-blue-50\/30{
  border-top-color: rgb(239 246 255 / 0.3);
  border-bottom-color: rgb(239 246 255 / 0.3);
}

.border-y-blue-50\/40{
  border-top-color: rgb(239 246 255 / 0.4);
  border-bottom-color: rgb(239 246 255 / 0.4);
}

.border-y-blue-50\/5{
  border-top-color: rgb(239 246 255 / 0.05);
  border-bottom-color: rgb(239 246 255 / 0.05);
}

.border-y-blue-50\/50{
  border-top-color: rgb(239 246 255 / 0.5);
  border-bottom-color: rgb(239 246 255 / 0.5);
}

.border-y-blue-50\/60{
  border-top-color: rgb(239 246 255 / 0.6);
  border-bottom-color: rgb(239 246 255 / 0.6);
}

.border-y-blue-50\/70{
  border-top-color: rgb(239 246 255 / 0.7);
  border-bottom-color: rgb(239 246 255 / 0.7);
}

.border-y-blue-50\/75{
  border-top-color: rgb(239 246 255 / 0.75);
  border-bottom-color: rgb(239 246 255 / 0.75);
}

.border-y-blue-50\/80{
  border-top-color: rgb(239 246 255 / 0.8);
  border-bottom-color: rgb(239 246 255 / 0.8);
}

.border-y-blue-50\/90{
  border-top-color: rgb(239 246 255 / 0.9);
  border-bottom-color: rgb(239 246 255 / 0.9);
}

.border-y-blue-50\/95{
  border-top-color: rgb(239 246 255 / 0.95);
  border-bottom-color: rgb(239 246 255 / 0.95);
}

.border-y-blue-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-y-blue-500\/0{
  border-top-color: rgb(59 130 246 / 0);
  border-bottom-color: rgb(59 130 246 / 0);
}

.border-y-blue-500\/10{
  border-top-color: rgb(59 130 246 / 0.1);
  border-bottom-color: rgb(59 130 246 / 0.1);
}

.border-y-blue-500\/100{
  border-top-color: rgb(59 130 246 / 1);
  border-bottom-color: rgb(59 130 246 / 1);
}

.border-y-blue-500\/20{
  border-top-color: rgb(59 130 246 / 0.2);
  border-bottom-color: rgb(59 130 246 / 0.2);
}

.border-y-blue-500\/25{
  border-top-color: rgb(59 130 246 / 0.25);
  border-bottom-color: rgb(59 130 246 / 0.25);
}

.border-y-blue-500\/30{
  border-top-color: rgb(59 130 246 / 0.3);
  border-bottom-color: rgb(59 130 246 / 0.3);
}

.border-y-blue-500\/40{
  border-top-color: rgb(59 130 246 / 0.4);
  border-bottom-color: rgb(59 130 246 / 0.4);
}

.border-y-blue-500\/5{
  border-top-color: rgb(59 130 246 / 0.05);
  border-bottom-color: rgb(59 130 246 / 0.05);
}

.border-y-blue-500\/50{
  border-top-color: rgb(59 130 246 / 0.5);
  border-bottom-color: rgb(59 130 246 / 0.5);
}

.border-y-blue-500\/60{
  border-top-color: rgb(59 130 246 / 0.6);
  border-bottom-color: rgb(59 130 246 / 0.6);
}

.border-y-blue-500\/70{
  border-top-color: rgb(59 130 246 / 0.7);
  border-bottom-color: rgb(59 130 246 / 0.7);
}

.border-y-blue-500\/75{
  border-top-color: rgb(59 130 246 / 0.75);
  border-bottom-color: rgb(59 130 246 / 0.75);
}

.border-y-blue-500\/80{
  border-top-color: rgb(59 130 246 / 0.8);
  border-bottom-color: rgb(59 130 246 / 0.8);
}

.border-y-blue-500\/90{
  border-top-color: rgb(59 130 246 / 0.9);
  border-bottom-color: rgb(59 130 246 / 0.9);
}

.border-y-blue-500\/95{
  border-top-color: rgb(59 130 246 / 0.95);
  border-bottom-color: rgb(59 130 246 / 0.95);
}

.border-y-blue-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity));
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-y-blue-600\/0{
  border-top-color: rgb(37 99 235 / 0);
  border-bottom-color: rgb(37 99 235 / 0);
}

.border-y-blue-600\/10{
  border-top-color: rgb(37 99 235 / 0.1);
  border-bottom-color: rgb(37 99 235 / 0.1);
}

.border-y-blue-600\/100{
  border-top-color: rgb(37 99 235 / 1);
  border-bottom-color: rgb(37 99 235 / 1);
}

.border-y-blue-600\/20{
  border-top-color: rgb(37 99 235 / 0.2);
  border-bottom-color: rgb(37 99 235 / 0.2);
}

.border-y-blue-600\/25{
  border-top-color: rgb(37 99 235 / 0.25);
  border-bottom-color: rgb(37 99 235 / 0.25);
}

.border-y-blue-600\/30{
  border-top-color: rgb(37 99 235 / 0.3);
  border-bottom-color: rgb(37 99 235 / 0.3);
}

.border-y-blue-600\/40{
  border-top-color: rgb(37 99 235 / 0.4);
  border-bottom-color: rgb(37 99 235 / 0.4);
}

.border-y-blue-600\/5{
  border-top-color: rgb(37 99 235 / 0.05);
  border-bottom-color: rgb(37 99 235 / 0.05);
}

.border-y-blue-600\/50{
  border-top-color: rgb(37 99 235 / 0.5);
  border-bottom-color: rgb(37 99 235 / 0.5);
}

.border-y-blue-600\/60{
  border-top-color: rgb(37 99 235 / 0.6);
  border-bottom-color: rgb(37 99 235 / 0.6);
}

.border-y-blue-600\/70{
  border-top-color: rgb(37 99 235 / 0.7);
  border-bottom-color: rgb(37 99 235 / 0.7);
}

.border-y-blue-600\/75{
  border-top-color: rgb(37 99 235 / 0.75);
  border-bottom-color: rgb(37 99 235 / 0.75);
}

.border-y-blue-600\/80{
  border-top-color: rgb(37 99 235 / 0.8);
  border-bottom-color: rgb(37 99 235 / 0.8);
}

.border-y-blue-600\/90{
  border-top-color: rgb(37 99 235 / 0.9);
  border-bottom-color: rgb(37 99 235 / 0.9);
}

.border-y-blue-600\/95{
  border-top-color: rgb(37 99 235 / 0.95);
  border-bottom-color: rgb(37 99 235 / 0.95);
}

.border-y-blue-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(29 78 216 / var(--tw-border-opacity));
  border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-y-blue-700\/0{
  border-top-color: rgb(29 78 216 / 0);
  border-bottom-color: rgb(29 78 216 / 0);
}

.border-y-blue-700\/10{
  border-top-color: rgb(29 78 216 / 0.1);
  border-bottom-color: rgb(29 78 216 / 0.1);
}

.border-y-blue-700\/100{
  border-top-color: rgb(29 78 216 / 1);
  border-bottom-color: rgb(29 78 216 / 1);
}

.border-y-blue-700\/20{
  border-top-color: rgb(29 78 216 / 0.2);
  border-bottom-color: rgb(29 78 216 / 0.2);
}

.border-y-blue-700\/25{
  border-top-color: rgb(29 78 216 / 0.25);
  border-bottom-color: rgb(29 78 216 / 0.25);
}

.border-y-blue-700\/30{
  border-top-color: rgb(29 78 216 / 0.3);
  border-bottom-color: rgb(29 78 216 / 0.3);
}

.border-y-blue-700\/40{
  border-top-color: rgb(29 78 216 / 0.4);
  border-bottom-color: rgb(29 78 216 / 0.4);
}

.border-y-blue-700\/5{
  border-top-color: rgb(29 78 216 / 0.05);
  border-bottom-color: rgb(29 78 216 / 0.05);
}

.border-y-blue-700\/50{
  border-top-color: rgb(29 78 216 / 0.5);
  border-bottom-color: rgb(29 78 216 / 0.5);
}

.border-y-blue-700\/60{
  border-top-color: rgb(29 78 216 / 0.6);
  border-bottom-color: rgb(29 78 216 / 0.6);
}

.border-y-blue-700\/70{
  border-top-color: rgb(29 78 216 / 0.7);
  border-bottom-color: rgb(29 78 216 / 0.7);
}

.border-y-blue-700\/75{
  border-top-color: rgb(29 78 216 / 0.75);
  border-bottom-color: rgb(29 78 216 / 0.75);
}

.border-y-blue-700\/80{
  border-top-color: rgb(29 78 216 / 0.8);
  border-bottom-color: rgb(29 78 216 / 0.8);
}

.border-y-blue-700\/90{
  border-top-color: rgb(29 78 216 / 0.9);
  border-bottom-color: rgb(29 78 216 / 0.9);
}

.border-y-blue-700\/95{
  border-top-color: rgb(29 78 216 / 0.95);
  border-bottom-color: rgb(29 78 216 / 0.95);
}

.border-y-blue-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 64 175 / var(--tw-border-opacity));
  border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-y-blue-800\/0{
  border-top-color: rgb(30 64 175 / 0);
  border-bottom-color: rgb(30 64 175 / 0);
}

.border-y-blue-800\/10{
  border-top-color: rgb(30 64 175 / 0.1);
  border-bottom-color: rgb(30 64 175 / 0.1);
}

.border-y-blue-800\/100{
  border-top-color: rgb(30 64 175 / 1);
  border-bottom-color: rgb(30 64 175 / 1);
}

.border-y-blue-800\/20{
  border-top-color: rgb(30 64 175 / 0.2);
  border-bottom-color: rgb(30 64 175 / 0.2);
}

.border-y-blue-800\/25{
  border-top-color: rgb(30 64 175 / 0.25);
  border-bottom-color: rgb(30 64 175 / 0.25);
}

.border-y-blue-800\/30{
  border-top-color: rgb(30 64 175 / 0.3);
  border-bottom-color: rgb(30 64 175 / 0.3);
}

.border-y-blue-800\/40{
  border-top-color: rgb(30 64 175 / 0.4);
  border-bottom-color: rgb(30 64 175 / 0.4);
}

.border-y-blue-800\/5{
  border-top-color: rgb(30 64 175 / 0.05);
  border-bottom-color: rgb(30 64 175 / 0.05);
}

.border-y-blue-800\/50{
  border-top-color: rgb(30 64 175 / 0.5);
  border-bottom-color: rgb(30 64 175 / 0.5);
}

.border-y-blue-800\/60{
  border-top-color: rgb(30 64 175 / 0.6);
  border-bottom-color: rgb(30 64 175 / 0.6);
}

.border-y-blue-800\/70{
  border-top-color: rgb(30 64 175 / 0.7);
  border-bottom-color: rgb(30 64 175 / 0.7);
}

.border-y-blue-800\/75{
  border-top-color: rgb(30 64 175 / 0.75);
  border-bottom-color: rgb(30 64 175 / 0.75);
}

.border-y-blue-800\/80{
  border-top-color: rgb(30 64 175 / 0.8);
  border-bottom-color: rgb(30 64 175 / 0.8);
}

.border-y-blue-800\/90{
  border-top-color: rgb(30 64 175 / 0.9);
  border-bottom-color: rgb(30 64 175 / 0.9);
}

.border-y-blue-800\/95{
  border-top-color: rgb(30 64 175 / 0.95);
  border-bottom-color: rgb(30 64 175 / 0.95);
}

.border-y-blue-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity));
  border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-y-blue-900\/0{
  border-top-color: rgb(30 58 138 / 0);
  border-bottom-color: rgb(30 58 138 / 0);
}

.border-y-blue-900\/10{
  border-top-color: rgb(30 58 138 / 0.1);
  border-bottom-color: rgb(30 58 138 / 0.1);
}

.border-y-blue-900\/100{
  border-top-color: rgb(30 58 138 / 1);
  border-bottom-color: rgb(30 58 138 / 1);
}

.border-y-blue-900\/20{
  border-top-color: rgb(30 58 138 / 0.2);
  border-bottom-color: rgb(30 58 138 / 0.2);
}

.border-y-blue-900\/25{
  border-top-color: rgb(30 58 138 / 0.25);
  border-bottom-color: rgb(30 58 138 / 0.25);
}

.border-y-blue-900\/30{
  border-top-color: rgb(30 58 138 / 0.3);
  border-bottom-color: rgb(30 58 138 / 0.3);
}

.border-y-blue-900\/40{
  border-top-color: rgb(30 58 138 / 0.4);
  border-bottom-color: rgb(30 58 138 / 0.4);
}

.border-y-blue-900\/5{
  border-top-color: rgb(30 58 138 / 0.05);
  border-bottom-color: rgb(30 58 138 / 0.05);
}

.border-y-blue-900\/50{
  border-top-color: rgb(30 58 138 / 0.5);
  border-bottom-color: rgb(30 58 138 / 0.5);
}

.border-y-blue-900\/60{
  border-top-color: rgb(30 58 138 / 0.6);
  border-bottom-color: rgb(30 58 138 / 0.6);
}

.border-y-blue-900\/70{
  border-top-color: rgb(30 58 138 / 0.7);
  border-bottom-color: rgb(30 58 138 / 0.7);
}

.border-y-blue-900\/75{
  border-top-color: rgb(30 58 138 / 0.75);
  border-bottom-color: rgb(30 58 138 / 0.75);
}

.border-y-blue-900\/80{
  border-top-color: rgb(30 58 138 / 0.8);
  border-bottom-color: rgb(30 58 138 / 0.8);
}

.border-y-blue-900\/90{
  border-top-color: rgb(30 58 138 / 0.9);
  border-bottom-color: rgb(30 58 138 / 0.9);
}

.border-y-blue-900\/95{
  border-top-color: rgb(30 58 138 / 0.95);
  border-bottom-color: rgb(30 58 138 / 0.95);
}

.border-y-blue-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(23 37 84 / var(--tw-border-opacity));
  border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-y-blue-950\/0{
  border-top-color: rgb(23 37 84 / 0);
  border-bottom-color: rgb(23 37 84 / 0);
}

.border-y-blue-950\/10{
  border-top-color: rgb(23 37 84 / 0.1);
  border-bottom-color: rgb(23 37 84 / 0.1);
}

.border-y-blue-950\/100{
  border-top-color: rgb(23 37 84 / 1);
  border-bottom-color: rgb(23 37 84 / 1);
}

.border-y-blue-950\/20{
  border-top-color: rgb(23 37 84 / 0.2);
  border-bottom-color: rgb(23 37 84 / 0.2);
}

.border-y-blue-950\/25{
  border-top-color: rgb(23 37 84 / 0.25);
  border-bottom-color: rgb(23 37 84 / 0.25);
}

.border-y-blue-950\/30{
  border-top-color: rgb(23 37 84 / 0.3);
  border-bottom-color: rgb(23 37 84 / 0.3);
}

.border-y-blue-950\/40{
  border-top-color: rgb(23 37 84 / 0.4);
  border-bottom-color: rgb(23 37 84 / 0.4);
}

.border-y-blue-950\/5{
  border-top-color: rgb(23 37 84 / 0.05);
  border-bottom-color: rgb(23 37 84 / 0.05);
}

.border-y-blue-950\/50{
  border-top-color: rgb(23 37 84 / 0.5);
  border-bottom-color: rgb(23 37 84 / 0.5);
}

.border-y-blue-950\/60{
  border-top-color: rgb(23 37 84 / 0.6);
  border-bottom-color: rgb(23 37 84 / 0.6);
}

.border-y-blue-950\/70{
  border-top-color: rgb(23 37 84 / 0.7);
  border-bottom-color: rgb(23 37 84 / 0.7);
}

.border-y-blue-950\/75{
  border-top-color: rgb(23 37 84 / 0.75);
  border-bottom-color: rgb(23 37 84 / 0.75);
}

.border-y-blue-950\/80{
  border-top-color: rgb(23 37 84 / 0.8);
  border-bottom-color: rgb(23 37 84 / 0.8);
}

.border-y-blue-950\/90{
  border-top-color: rgb(23 37 84 / 0.9);
  border-bottom-color: rgb(23 37 84 / 0.9);
}

.border-y-blue-950\/95{
  border-top-color: rgb(23 37 84 / 0.95);
  border-bottom-color: rgb(23 37 84 / 0.95);
}

.border-y-current{
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

.border-y-cyan-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(207 250 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.border-y-cyan-100\/0{
  border-top-color: rgb(207 250 254 / 0);
  border-bottom-color: rgb(207 250 254 / 0);
}

.border-y-cyan-100\/10{
  border-top-color: rgb(207 250 254 / 0.1);
  border-bottom-color: rgb(207 250 254 / 0.1);
}

.border-y-cyan-100\/100{
  border-top-color: rgb(207 250 254 / 1);
  border-bottom-color: rgb(207 250 254 / 1);
}

.border-y-cyan-100\/20{
  border-top-color: rgb(207 250 254 / 0.2);
  border-bottom-color: rgb(207 250 254 / 0.2);
}

.border-y-cyan-100\/25{
  border-top-color: rgb(207 250 254 / 0.25);
  border-bottom-color: rgb(207 250 254 / 0.25);
}

.border-y-cyan-100\/30{
  border-top-color: rgb(207 250 254 / 0.3);
  border-bottom-color: rgb(207 250 254 / 0.3);
}

.border-y-cyan-100\/40{
  border-top-color: rgb(207 250 254 / 0.4);
  border-bottom-color: rgb(207 250 254 / 0.4);
}

.border-y-cyan-100\/5{
  border-top-color: rgb(207 250 254 / 0.05);
  border-bottom-color: rgb(207 250 254 / 0.05);
}

.border-y-cyan-100\/50{
  border-top-color: rgb(207 250 254 / 0.5);
  border-bottom-color: rgb(207 250 254 / 0.5);
}

.border-y-cyan-100\/60{
  border-top-color: rgb(207 250 254 / 0.6);
  border-bottom-color: rgb(207 250 254 / 0.6);
}

.border-y-cyan-100\/70{
  border-top-color: rgb(207 250 254 / 0.7);
  border-bottom-color: rgb(207 250 254 / 0.7);
}

.border-y-cyan-100\/75{
  border-top-color: rgb(207 250 254 / 0.75);
  border-bottom-color: rgb(207 250 254 / 0.75);
}

.border-y-cyan-100\/80{
  border-top-color: rgb(207 250 254 / 0.8);
  border-bottom-color: rgb(207 250 254 / 0.8);
}

.border-y-cyan-100\/90{
  border-top-color: rgb(207 250 254 / 0.9);
  border-bottom-color: rgb(207 250 254 / 0.9);
}

.border-y-cyan-100\/95{
  border-top-color: rgb(207 250 254 / 0.95);
  border-bottom-color: rgb(207 250 254 / 0.95);
}

.border-y-cyan-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(165 243 252 / var(--tw-border-opacity));
  border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-y-cyan-200\/0{
  border-top-color: rgb(165 243 252 / 0);
  border-bottom-color: rgb(165 243 252 / 0);
}

.border-y-cyan-200\/10{
  border-top-color: rgb(165 243 252 / 0.1);
  border-bottom-color: rgb(165 243 252 / 0.1);
}

.border-y-cyan-200\/100{
  border-top-color: rgb(165 243 252 / 1);
  border-bottom-color: rgb(165 243 252 / 1);
}

.border-y-cyan-200\/20{
  border-top-color: rgb(165 243 252 / 0.2);
  border-bottom-color: rgb(165 243 252 / 0.2);
}

.border-y-cyan-200\/25{
  border-top-color: rgb(165 243 252 / 0.25);
  border-bottom-color: rgb(165 243 252 / 0.25);
}

.border-y-cyan-200\/30{
  border-top-color: rgb(165 243 252 / 0.3);
  border-bottom-color: rgb(165 243 252 / 0.3);
}

.border-y-cyan-200\/40{
  border-top-color: rgb(165 243 252 / 0.4);
  border-bottom-color: rgb(165 243 252 / 0.4);
}

.border-y-cyan-200\/5{
  border-top-color: rgb(165 243 252 / 0.05);
  border-bottom-color: rgb(165 243 252 / 0.05);
}

.border-y-cyan-200\/50{
  border-top-color: rgb(165 243 252 / 0.5);
  border-bottom-color: rgb(165 243 252 / 0.5);
}

.border-y-cyan-200\/60{
  border-top-color: rgb(165 243 252 / 0.6);
  border-bottom-color: rgb(165 243 252 / 0.6);
}

.border-y-cyan-200\/70{
  border-top-color: rgb(165 243 252 / 0.7);
  border-bottom-color: rgb(165 243 252 / 0.7);
}

.border-y-cyan-200\/75{
  border-top-color: rgb(165 243 252 / 0.75);
  border-bottom-color: rgb(165 243 252 / 0.75);
}

.border-y-cyan-200\/80{
  border-top-color: rgb(165 243 252 / 0.8);
  border-bottom-color: rgb(165 243 252 / 0.8);
}

.border-y-cyan-200\/90{
  border-top-color: rgb(165 243 252 / 0.9);
  border-bottom-color: rgb(165 243 252 / 0.9);
}

.border-y-cyan-200\/95{
  border-top-color: rgb(165 243 252 / 0.95);
  border-bottom-color: rgb(165 243 252 / 0.95);
}

.border-y-cyan-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(103 232 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-y-cyan-300\/0{
  border-top-color: rgb(103 232 249 / 0);
  border-bottom-color: rgb(103 232 249 / 0);
}

.border-y-cyan-300\/10{
  border-top-color: rgb(103 232 249 / 0.1);
  border-bottom-color: rgb(103 232 249 / 0.1);
}

.border-y-cyan-300\/100{
  border-top-color: rgb(103 232 249 / 1);
  border-bottom-color: rgb(103 232 249 / 1);
}

.border-y-cyan-300\/20{
  border-top-color: rgb(103 232 249 / 0.2);
  border-bottom-color: rgb(103 232 249 / 0.2);
}

.border-y-cyan-300\/25{
  border-top-color: rgb(103 232 249 / 0.25);
  border-bottom-color: rgb(103 232 249 / 0.25);
}

.border-y-cyan-300\/30{
  border-top-color: rgb(103 232 249 / 0.3);
  border-bottom-color: rgb(103 232 249 / 0.3);
}

.border-y-cyan-300\/40{
  border-top-color: rgb(103 232 249 / 0.4);
  border-bottom-color: rgb(103 232 249 / 0.4);
}

.border-y-cyan-300\/5{
  border-top-color: rgb(103 232 249 / 0.05);
  border-bottom-color: rgb(103 232 249 / 0.05);
}

.border-y-cyan-300\/50{
  border-top-color: rgb(103 232 249 / 0.5);
  border-bottom-color: rgb(103 232 249 / 0.5);
}

.border-y-cyan-300\/60{
  border-top-color: rgb(103 232 249 / 0.6);
  border-bottom-color: rgb(103 232 249 / 0.6);
}

.border-y-cyan-300\/70{
  border-top-color: rgb(103 232 249 / 0.7);
  border-bottom-color: rgb(103 232 249 / 0.7);
}

.border-y-cyan-300\/75{
  border-top-color: rgb(103 232 249 / 0.75);
  border-bottom-color: rgb(103 232 249 / 0.75);
}

.border-y-cyan-300\/80{
  border-top-color: rgb(103 232 249 / 0.8);
  border-bottom-color: rgb(103 232 249 / 0.8);
}

.border-y-cyan-300\/90{
  border-top-color: rgb(103 232 249 / 0.9);
  border-bottom-color: rgb(103 232 249 / 0.9);
}

.border-y-cyan-300\/95{
  border-top-color: rgb(103 232 249 / 0.95);
  border-bottom-color: rgb(103 232 249 / 0.95);
}

.border-y-cyan-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity));
  border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-y-cyan-400\/0{
  border-top-color: rgb(34 211 238 / 0);
  border-bottom-color: rgb(34 211 238 / 0);
}

.border-y-cyan-400\/10{
  border-top-color: rgb(34 211 238 / 0.1);
  border-bottom-color: rgb(34 211 238 / 0.1);
}

.border-y-cyan-400\/100{
  border-top-color: rgb(34 211 238 / 1);
  border-bottom-color: rgb(34 211 238 / 1);
}

.border-y-cyan-400\/20{
  border-top-color: rgb(34 211 238 / 0.2);
  border-bottom-color: rgb(34 211 238 / 0.2);
}

.border-y-cyan-400\/25{
  border-top-color: rgb(34 211 238 / 0.25);
  border-bottom-color: rgb(34 211 238 / 0.25);
}

.border-y-cyan-400\/30{
  border-top-color: rgb(34 211 238 / 0.3);
  border-bottom-color: rgb(34 211 238 / 0.3);
}

.border-y-cyan-400\/40{
  border-top-color: rgb(34 211 238 / 0.4);
  border-bottom-color: rgb(34 211 238 / 0.4);
}

.border-y-cyan-400\/5{
  border-top-color: rgb(34 211 238 / 0.05);
  border-bottom-color: rgb(34 211 238 / 0.05);
}

.border-y-cyan-400\/50{
  border-top-color: rgb(34 211 238 / 0.5);
  border-bottom-color: rgb(34 211 238 / 0.5);
}

.border-y-cyan-400\/60{
  border-top-color: rgb(34 211 238 / 0.6);
  border-bottom-color: rgb(34 211 238 / 0.6);
}

.border-y-cyan-400\/70{
  border-top-color: rgb(34 211 238 / 0.7);
  border-bottom-color: rgb(34 211 238 / 0.7);
}

.border-y-cyan-400\/75{
  border-top-color: rgb(34 211 238 / 0.75);
  border-bottom-color: rgb(34 211 238 / 0.75);
}

.border-y-cyan-400\/80{
  border-top-color: rgb(34 211 238 / 0.8);
  border-bottom-color: rgb(34 211 238 / 0.8);
}

.border-y-cyan-400\/90{
  border-top-color: rgb(34 211 238 / 0.9);
  border-bottom-color: rgb(34 211 238 / 0.9);
}

.border-y-cyan-400\/95{
  border-top-color: rgb(34 211 238 / 0.95);
  border-bottom-color: rgb(34 211 238 / 0.95);
}

.border-y-cyan-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 254 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-y-cyan-50\/0{
  border-top-color: rgb(236 254 255 / 0);
  border-bottom-color: rgb(236 254 255 / 0);
}

.border-y-cyan-50\/10{
  border-top-color: rgb(236 254 255 / 0.1);
  border-bottom-color: rgb(236 254 255 / 0.1);
}

.border-y-cyan-50\/100{
  border-top-color: rgb(236 254 255 / 1);
  border-bottom-color: rgb(236 254 255 / 1);
}

.border-y-cyan-50\/20{
  border-top-color: rgb(236 254 255 / 0.2);
  border-bottom-color: rgb(236 254 255 / 0.2);
}

.border-y-cyan-50\/25{
  border-top-color: rgb(236 254 255 / 0.25);
  border-bottom-color: rgb(236 254 255 / 0.25);
}

.border-y-cyan-50\/30{
  border-top-color: rgb(236 254 255 / 0.3);
  border-bottom-color: rgb(236 254 255 / 0.3);
}

.border-y-cyan-50\/40{
  border-top-color: rgb(236 254 255 / 0.4);
  border-bottom-color: rgb(236 254 255 / 0.4);
}

.border-y-cyan-50\/5{
  border-top-color: rgb(236 254 255 / 0.05);
  border-bottom-color: rgb(236 254 255 / 0.05);
}

.border-y-cyan-50\/50{
  border-top-color: rgb(236 254 255 / 0.5);
  border-bottom-color: rgb(236 254 255 / 0.5);
}

.border-y-cyan-50\/60{
  border-top-color: rgb(236 254 255 / 0.6);
  border-bottom-color: rgb(236 254 255 / 0.6);
}

.border-y-cyan-50\/70{
  border-top-color: rgb(236 254 255 / 0.7);
  border-bottom-color: rgb(236 254 255 / 0.7);
}

.border-y-cyan-50\/75{
  border-top-color: rgb(236 254 255 / 0.75);
  border-bottom-color: rgb(236 254 255 / 0.75);
}

.border-y-cyan-50\/80{
  border-top-color: rgb(236 254 255 / 0.8);
  border-bottom-color: rgb(236 254 255 / 0.8);
}

.border-y-cyan-50\/90{
  border-top-color: rgb(236 254 255 / 0.9);
  border-bottom-color: rgb(236 254 255 / 0.9);
}

.border-y-cyan-50\/95{
  border-top-color: rgb(236 254 255 / 0.95);
  border-bottom-color: rgb(236 254 255 / 0.95);
}

.border-y-cyan-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity));
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-y-cyan-500\/0{
  border-top-color: rgb(6 182 212 / 0);
  border-bottom-color: rgb(6 182 212 / 0);
}

.border-y-cyan-500\/10{
  border-top-color: rgb(6 182 212 / 0.1);
  border-bottom-color: rgb(6 182 212 / 0.1);
}

.border-y-cyan-500\/100{
  border-top-color: rgb(6 182 212 / 1);
  border-bottom-color: rgb(6 182 212 / 1);
}

.border-y-cyan-500\/20{
  border-top-color: rgb(6 182 212 / 0.2);
  border-bottom-color: rgb(6 182 212 / 0.2);
}

.border-y-cyan-500\/25{
  border-top-color: rgb(6 182 212 / 0.25);
  border-bottom-color: rgb(6 182 212 / 0.25);
}

.border-y-cyan-500\/30{
  border-top-color: rgb(6 182 212 / 0.3);
  border-bottom-color: rgb(6 182 212 / 0.3);
}

.border-y-cyan-500\/40{
  border-top-color: rgb(6 182 212 / 0.4);
  border-bottom-color: rgb(6 182 212 / 0.4);
}

.border-y-cyan-500\/5{
  border-top-color: rgb(6 182 212 / 0.05);
  border-bottom-color: rgb(6 182 212 / 0.05);
}

.border-y-cyan-500\/50{
  border-top-color: rgb(6 182 212 / 0.5);
  border-bottom-color: rgb(6 182 212 / 0.5);
}

.border-y-cyan-500\/60{
  border-top-color: rgb(6 182 212 / 0.6);
  border-bottom-color: rgb(6 182 212 / 0.6);
}

.border-y-cyan-500\/70{
  border-top-color: rgb(6 182 212 / 0.7);
  border-bottom-color: rgb(6 182 212 / 0.7);
}

.border-y-cyan-500\/75{
  border-top-color: rgb(6 182 212 / 0.75);
  border-bottom-color: rgb(6 182 212 / 0.75);
}

.border-y-cyan-500\/80{
  border-top-color: rgb(6 182 212 / 0.8);
  border-bottom-color: rgb(6 182 212 / 0.8);
}

.border-y-cyan-500\/90{
  border-top-color: rgb(6 182 212 / 0.9);
  border-bottom-color: rgb(6 182 212 / 0.9);
}

.border-y-cyan-500\/95{
  border-top-color: rgb(6 182 212 / 0.95);
  border-bottom-color: rgb(6 182 212 / 0.95);
}

.border-y-cyan-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(8 145 178 / var(--tw-border-opacity));
  border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-y-cyan-600\/0{
  border-top-color: rgb(8 145 178 / 0);
  border-bottom-color: rgb(8 145 178 / 0);
}

.border-y-cyan-600\/10{
  border-top-color: rgb(8 145 178 / 0.1);
  border-bottom-color: rgb(8 145 178 / 0.1);
}

.border-y-cyan-600\/100{
  border-top-color: rgb(8 145 178 / 1);
  border-bottom-color: rgb(8 145 178 / 1);
}

.border-y-cyan-600\/20{
  border-top-color: rgb(8 145 178 / 0.2);
  border-bottom-color: rgb(8 145 178 / 0.2);
}

.border-y-cyan-600\/25{
  border-top-color: rgb(8 145 178 / 0.25);
  border-bottom-color: rgb(8 145 178 / 0.25);
}

.border-y-cyan-600\/30{
  border-top-color: rgb(8 145 178 / 0.3);
  border-bottom-color: rgb(8 145 178 / 0.3);
}

.border-y-cyan-600\/40{
  border-top-color: rgb(8 145 178 / 0.4);
  border-bottom-color: rgb(8 145 178 / 0.4);
}

.border-y-cyan-600\/5{
  border-top-color: rgb(8 145 178 / 0.05);
  border-bottom-color: rgb(8 145 178 / 0.05);
}

.border-y-cyan-600\/50{
  border-top-color: rgb(8 145 178 / 0.5);
  border-bottom-color: rgb(8 145 178 / 0.5);
}

.border-y-cyan-600\/60{
  border-top-color: rgb(8 145 178 / 0.6);
  border-bottom-color: rgb(8 145 178 / 0.6);
}

.border-y-cyan-600\/70{
  border-top-color: rgb(8 145 178 / 0.7);
  border-bottom-color: rgb(8 145 178 / 0.7);
}

.border-y-cyan-600\/75{
  border-top-color: rgb(8 145 178 / 0.75);
  border-bottom-color: rgb(8 145 178 / 0.75);
}

.border-y-cyan-600\/80{
  border-top-color: rgb(8 145 178 / 0.8);
  border-bottom-color: rgb(8 145 178 / 0.8);
}

.border-y-cyan-600\/90{
  border-top-color: rgb(8 145 178 / 0.9);
  border-bottom-color: rgb(8 145 178 / 0.9);
}

.border-y-cyan-600\/95{
  border-top-color: rgb(8 145 178 / 0.95);
  border-bottom-color: rgb(8 145 178 / 0.95);
}

.border-y-cyan-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(14 116 144 / var(--tw-border-opacity));
  border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-y-cyan-700\/0{
  border-top-color: rgb(14 116 144 / 0);
  border-bottom-color: rgb(14 116 144 / 0);
}

.border-y-cyan-700\/10{
  border-top-color: rgb(14 116 144 / 0.1);
  border-bottom-color: rgb(14 116 144 / 0.1);
}

.border-y-cyan-700\/100{
  border-top-color: rgb(14 116 144 / 1);
  border-bottom-color: rgb(14 116 144 / 1);
}

.border-y-cyan-700\/20{
  border-top-color: rgb(14 116 144 / 0.2);
  border-bottom-color: rgb(14 116 144 / 0.2);
}

.border-y-cyan-700\/25{
  border-top-color: rgb(14 116 144 / 0.25);
  border-bottom-color: rgb(14 116 144 / 0.25);
}

.border-y-cyan-700\/30{
  border-top-color: rgb(14 116 144 / 0.3);
  border-bottom-color: rgb(14 116 144 / 0.3);
}

.border-y-cyan-700\/40{
  border-top-color: rgb(14 116 144 / 0.4);
  border-bottom-color: rgb(14 116 144 / 0.4);
}

.border-y-cyan-700\/5{
  border-top-color: rgb(14 116 144 / 0.05);
  border-bottom-color: rgb(14 116 144 / 0.05);
}

.border-y-cyan-700\/50{
  border-top-color: rgb(14 116 144 / 0.5);
  border-bottom-color: rgb(14 116 144 / 0.5);
}

.border-y-cyan-700\/60{
  border-top-color: rgb(14 116 144 / 0.6);
  border-bottom-color: rgb(14 116 144 / 0.6);
}

.border-y-cyan-700\/70{
  border-top-color: rgb(14 116 144 / 0.7);
  border-bottom-color: rgb(14 116 144 / 0.7);
}

.border-y-cyan-700\/75{
  border-top-color: rgb(14 116 144 / 0.75);
  border-bottom-color: rgb(14 116 144 / 0.75);
}

.border-y-cyan-700\/80{
  border-top-color: rgb(14 116 144 / 0.8);
  border-bottom-color: rgb(14 116 144 / 0.8);
}

.border-y-cyan-700\/90{
  border-top-color: rgb(14 116 144 / 0.9);
  border-bottom-color: rgb(14 116 144 / 0.9);
}

.border-y-cyan-700\/95{
  border-top-color: rgb(14 116 144 / 0.95);
  border-bottom-color: rgb(14 116 144 / 0.95);
}

.border-y-cyan-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(21 94 117 / var(--tw-border-opacity));
  border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-y-cyan-800\/0{
  border-top-color: rgb(21 94 117 / 0);
  border-bottom-color: rgb(21 94 117 / 0);
}

.border-y-cyan-800\/10{
  border-top-color: rgb(21 94 117 / 0.1);
  border-bottom-color: rgb(21 94 117 / 0.1);
}

.border-y-cyan-800\/100{
  border-top-color: rgb(21 94 117 / 1);
  border-bottom-color: rgb(21 94 117 / 1);
}

.border-y-cyan-800\/20{
  border-top-color: rgb(21 94 117 / 0.2);
  border-bottom-color: rgb(21 94 117 / 0.2);
}

.border-y-cyan-800\/25{
  border-top-color: rgb(21 94 117 / 0.25);
  border-bottom-color: rgb(21 94 117 / 0.25);
}

.border-y-cyan-800\/30{
  border-top-color: rgb(21 94 117 / 0.3);
  border-bottom-color: rgb(21 94 117 / 0.3);
}

.border-y-cyan-800\/40{
  border-top-color: rgb(21 94 117 / 0.4);
  border-bottom-color: rgb(21 94 117 / 0.4);
}

.border-y-cyan-800\/5{
  border-top-color: rgb(21 94 117 / 0.05);
  border-bottom-color: rgb(21 94 117 / 0.05);
}

.border-y-cyan-800\/50{
  border-top-color: rgb(21 94 117 / 0.5);
  border-bottom-color: rgb(21 94 117 / 0.5);
}

.border-y-cyan-800\/60{
  border-top-color: rgb(21 94 117 / 0.6);
  border-bottom-color: rgb(21 94 117 / 0.6);
}

.border-y-cyan-800\/70{
  border-top-color: rgb(21 94 117 / 0.7);
  border-bottom-color: rgb(21 94 117 / 0.7);
}

.border-y-cyan-800\/75{
  border-top-color: rgb(21 94 117 / 0.75);
  border-bottom-color: rgb(21 94 117 / 0.75);
}

.border-y-cyan-800\/80{
  border-top-color: rgb(21 94 117 / 0.8);
  border-bottom-color: rgb(21 94 117 / 0.8);
}

.border-y-cyan-800\/90{
  border-top-color: rgb(21 94 117 / 0.9);
  border-bottom-color: rgb(21 94 117 / 0.9);
}

.border-y-cyan-800\/95{
  border-top-color: rgb(21 94 117 / 0.95);
  border-bottom-color: rgb(21 94 117 / 0.95);
}

.border-y-cyan-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 78 99 / var(--tw-border-opacity));
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-y-cyan-900\/0{
  border-top-color: rgb(22 78 99 / 0);
  border-bottom-color: rgb(22 78 99 / 0);
}

.border-y-cyan-900\/10{
  border-top-color: rgb(22 78 99 / 0.1);
  border-bottom-color: rgb(22 78 99 / 0.1);
}

.border-y-cyan-900\/100{
  border-top-color: rgb(22 78 99 / 1);
  border-bottom-color: rgb(22 78 99 / 1);
}

.border-y-cyan-900\/20{
  border-top-color: rgb(22 78 99 / 0.2);
  border-bottom-color: rgb(22 78 99 / 0.2);
}

.border-y-cyan-900\/25{
  border-top-color: rgb(22 78 99 / 0.25);
  border-bottom-color: rgb(22 78 99 / 0.25);
}

.border-y-cyan-900\/30{
  border-top-color: rgb(22 78 99 / 0.3);
  border-bottom-color: rgb(22 78 99 / 0.3);
}

.border-y-cyan-900\/40{
  border-top-color: rgb(22 78 99 / 0.4);
  border-bottom-color: rgb(22 78 99 / 0.4);
}

.border-y-cyan-900\/5{
  border-top-color: rgb(22 78 99 / 0.05);
  border-bottom-color: rgb(22 78 99 / 0.05);
}

.border-y-cyan-900\/50{
  border-top-color: rgb(22 78 99 / 0.5);
  border-bottom-color: rgb(22 78 99 / 0.5);
}

.border-y-cyan-900\/60{
  border-top-color: rgb(22 78 99 / 0.6);
  border-bottom-color: rgb(22 78 99 / 0.6);
}

.border-y-cyan-900\/70{
  border-top-color: rgb(22 78 99 / 0.7);
  border-bottom-color: rgb(22 78 99 / 0.7);
}

.border-y-cyan-900\/75{
  border-top-color: rgb(22 78 99 / 0.75);
  border-bottom-color: rgb(22 78 99 / 0.75);
}

.border-y-cyan-900\/80{
  border-top-color: rgb(22 78 99 / 0.8);
  border-bottom-color: rgb(22 78 99 / 0.8);
}

.border-y-cyan-900\/90{
  border-top-color: rgb(22 78 99 / 0.9);
  border-bottom-color: rgb(22 78 99 / 0.9);
}

.border-y-cyan-900\/95{
  border-top-color: rgb(22 78 99 / 0.95);
  border-bottom-color: rgb(22 78 99 / 0.95);
}

.border-y-cyan-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(8 51 68 / var(--tw-border-opacity));
  border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-y-cyan-950\/0{
  border-top-color: rgb(8 51 68 / 0);
  border-bottom-color: rgb(8 51 68 / 0);
}

.border-y-cyan-950\/10{
  border-top-color: rgb(8 51 68 / 0.1);
  border-bottom-color: rgb(8 51 68 / 0.1);
}

.border-y-cyan-950\/100{
  border-top-color: rgb(8 51 68 / 1);
  border-bottom-color: rgb(8 51 68 / 1);
}

.border-y-cyan-950\/20{
  border-top-color: rgb(8 51 68 / 0.2);
  border-bottom-color: rgb(8 51 68 / 0.2);
}

.border-y-cyan-950\/25{
  border-top-color: rgb(8 51 68 / 0.25);
  border-bottom-color: rgb(8 51 68 / 0.25);
}

.border-y-cyan-950\/30{
  border-top-color: rgb(8 51 68 / 0.3);
  border-bottom-color: rgb(8 51 68 / 0.3);
}

.border-y-cyan-950\/40{
  border-top-color: rgb(8 51 68 / 0.4);
  border-bottom-color: rgb(8 51 68 / 0.4);
}

.border-y-cyan-950\/5{
  border-top-color: rgb(8 51 68 / 0.05);
  border-bottom-color: rgb(8 51 68 / 0.05);
}

.border-y-cyan-950\/50{
  border-top-color: rgb(8 51 68 / 0.5);
  border-bottom-color: rgb(8 51 68 / 0.5);
}

.border-y-cyan-950\/60{
  border-top-color: rgb(8 51 68 / 0.6);
  border-bottom-color: rgb(8 51 68 / 0.6);
}

.border-y-cyan-950\/70{
  border-top-color: rgb(8 51 68 / 0.7);
  border-bottom-color: rgb(8 51 68 / 0.7);
}

.border-y-cyan-950\/75{
  border-top-color: rgb(8 51 68 / 0.75);
  border-bottom-color: rgb(8 51 68 / 0.75);
}

.border-y-cyan-950\/80{
  border-top-color: rgb(8 51 68 / 0.8);
  border-bottom-color: rgb(8 51 68 / 0.8);
}

.border-y-cyan-950\/90{
  border-top-color: rgb(8 51 68 / 0.9);
  border-bottom-color: rgb(8 51 68 / 0.9);
}

.border-y-cyan-950\/95{
  border-top-color: rgb(8 51 68 / 0.95);
  border-bottom-color: rgb(8 51 68 / 0.95);
}

.border-y-emerald-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(209 250 229 / var(--tw-border-opacity));
  border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.border-y-emerald-100\/0{
  border-top-color: rgb(209 250 229 / 0);
  border-bottom-color: rgb(209 250 229 / 0);
}

.border-y-emerald-100\/10{
  border-top-color: rgb(209 250 229 / 0.1);
  border-bottom-color: rgb(209 250 229 / 0.1);
}

.border-y-emerald-100\/100{
  border-top-color: rgb(209 250 229 / 1);
  border-bottom-color: rgb(209 250 229 / 1);
}

.border-y-emerald-100\/20{
  border-top-color: rgb(209 250 229 / 0.2);
  border-bottom-color: rgb(209 250 229 / 0.2);
}

.border-y-emerald-100\/25{
  border-top-color: rgb(209 250 229 / 0.25);
  border-bottom-color: rgb(209 250 229 / 0.25);
}

.border-y-emerald-100\/30{
  border-top-color: rgb(209 250 229 / 0.3);
  border-bottom-color: rgb(209 250 229 / 0.3);
}

.border-y-emerald-100\/40{
  border-top-color: rgb(209 250 229 / 0.4);
  border-bottom-color: rgb(209 250 229 / 0.4);
}

.border-y-emerald-100\/5{
  border-top-color: rgb(209 250 229 / 0.05);
  border-bottom-color: rgb(209 250 229 / 0.05);
}

.border-y-emerald-100\/50{
  border-top-color: rgb(209 250 229 / 0.5);
  border-bottom-color: rgb(209 250 229 / 0.5);
}

.border-y-emerald-100\/60{
  border-top-color: rgb(209 250 229 / 0.6);
  border-bottom-color: rgb(209 250 229 / 0.6);
}

.border-y-emerald-100\/70{
  border-top-color: rgb(209 250 229 / 0.7);
  border-bottom-color: rgb(209 250 229 / 0.7);
}

.border-y-emerald-100\/75{
  border-top-color: rgb(209 250 229 / 0.75);
  border-bottom-color: rgb(209 250 229 / 0.75);
}

.border-y-emerald-100\/80{
  border-top-color: rgb(209 250 229 / 0.8);
  border-bottom-color: rgb(209 250 229 / 0.8);
}

.border-y-emerald-100\/90{
  border-top-color: rgb(209 250 229 / 0.9);
  border-bottom-color: rgb(209 250 229 / 0.9);
}

.border-y-emerald-100\/95{
  border-top-color: rgb(209 250 229 / 0.95);
  border-bottom-color: rgb(209 250 229 / 0.95);
}

.border-y-emerald-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(167 243 208 / var(--tw-border-opacity));
  border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-y-emerald-200\/0{
  border-top-color: rgb(167 243 208 / 0);
  border-bottom-color: rgb(167 243 208 / 0);
}

.border-y-emerald-200\/10{
  border-top-color: rgb(167 243 208 / 0.1);
  border-bottom-color: rgb(167 243 208 / 0.1);
}

.border-y-emerald-200\/100{
  border-top-color: rgb(167 243 208 / 1);
  border-bottom-color: rgb(167 243 208 / 1);
}

.border-y-emerald-200\/20{
  border-top-color: rgb(167 243 208 / 0.2);
  border-bottom-color: rgb(167 243 208 / 0.2);
}

.border-y-emerald-200\/25{
  border-top-color: rgb(167 243 208 / 0.25);
  border-bottom-color: rgb(167 243 208 / 0.25);
}

.border-y-emerald-200\/30{
  border-top-color: rgb(167 243 208 / 0.3);
  border-bottom-color: rgb(167 243 208 / 0.3);
}

.border-y-emerald-200\/40{
  border-top-color: rgb(167 243 208 / 0.4);
  border-bottom-color: rgb(167 243 208 / 0.4);
}

.border-y-emerald-200\/5{
  border-top-color: rgb(167 243 208 / 0.05);
  border-bottom-color: rgb(167 243 208 / 0.05);
}

.border-y-emerald-200\/50{
  border-top-color: rgb(167 243 208 / 0.5);
  border-bottom-color: rgb(167 243 208 / 0.5);
}

.border-y-emerald-200\/60{
  border-top-color: rgb(167 243 208 / 0.6);
  border-bottom-color: rgb(167 243 208 / 0.6);
}

.border-y-emerald-200\/70{
  border-top-color: rgb(167 243 208 / 0.7);
  border-bottom-color: rgb(167 243 208 / 0.7);
}

.border-y-emerald-200\/75{
  border-top-color: rgb(167 243 208 / 0.75);
  border-bottom-color: rgb(167 243 208 / 0.75);
}

.border-y-emerald-200\/80{
  border-top-color: rgb(167 243 208 / 0.8);
  border-bottom-color: rgb(167 243 208 / 0.8);
}

.border-y-emerald-200\/90{
  border-top-color: rgb(167 243 208 / 0.9);
  border-bottom-color: rgb(167 243 208 / 0.9);
}

.border-y-emerald-200\/95{
  border-top-color: rgb(167 243 208 / 0.95);
  border-bottom-color: rgb(167 243 208 / 0.95);
}

.border-y-emerald-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(110 231 183 / var(--tw-border-opacity));
  border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-y-emerald-300\/0{
  border-top-color: rgb(110 231 183 / 0);
  border-bottom-color: rgb(110 231 183 / 0);
}

.border-y-emerald-300\/10{
  border-top-color: rgb(110 231 183 / 0.1);
  border-bottom-color: rgb(110 231 183 / 0.1);
}

.border-y-emerald-300\/100{
  border-top-color: rgb(110 231 183 / 1);
  border-bottom-color: rgb(110 231 183 / 1);
}

.border-y-emerald-300\/20{
  border-top-color: rgb(110 231 183 / 0.2);
  border-bottom-color: rgb(110 231 183 / 0.2);
}

.border-y-emerald-300\/25{
  border-top-color: rgb(110 231 183 / 0.25);
  border-bottom-color: rgb(110 231 183 / 0.25);
}

.border-y-emerald-300\/30{
  border-top-color: rgb(110 231 183 / 0.3);
  border-bottom-color: rgb(110 231 183 / 0.3);
}

.border-y-emerald-300\/40{
  border-top-color: rgb(110 231 183 / 0.4);
  border-bottom-color: rgb(110 231 183 / 0.4);
}

.border-y-emerald-300\/5{
  border-top-color: rgb(110 231 183 / 0.05);
  border-bottom-color: rgb(110 231 183 / 0.05);
}

.border-y-emerald-300\/50{
  border-top-color: rgb(110 231 183 / 0.5);
  border-bottom-color: rgb(110 231 183 / 0.5);
}

.border-y-emerald-300\/60{
  border-top-color: rgb(110 231 183 / 0.6);
  border-bottom-color: rgb(110 231 183 / 0.6);
}

.border-y-emerald-300\/70{
  border-top-color: rgb(110 231 183 / 0.7);
  border-bottom-color: rgb(110 231 183 / 0.7);
}

.border-y-emerald-300\/75{
  border-top-color: rgb(110 231 183 / 0.75);
  border-bottom-color: rgb(110 231 183 / 0.75);
}

.border-y-emerald-300\/80{
  border-top-color: rgb(110 231 183 / 0.8);
  border-bottom-color: rgb(110 231 183 / 0.8);
}

.border-y-emerald-300\/90{
  border-top-color: rgb(110 231 183 / 0.9);
  border-bottom-color: rgb(110 231 183 / 0.9);
}

.border-y-emerald-300\/95{
  border-top-color: rgb(110 231 183 / 0.95);
  border-bottom-color: rgb(110 231 183 / 0.95);
}

.border-y-emerald-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(52 211 153 / var(--tw-border-opacity));
  border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-y-emerald-400\/0{
  border-top-color: rgb(52 211 153 / 0);
  border-bottom-color: rgb(52 211 153 / 0);
}

.border-y-emerald-400\/10{
  border-top-color: rgb(52 211 153 / 0.1);
  border-bottom-color: rgb(52 211 153 / 0.1);
}

.border-y-emerald-400\/100{
  border-top-color: rgb(52 211 153 / 1);
  border-bottom-color: rgb(52 211 153 / 1);
}

.border-y-emerald-400\/20{
  border-top-color: rgb(52 211 153 / 0.2);
  border-bottom-color: rgb(52 211 153 / 0.2);
}

.border-y-emerald-400\/25{
  border-top-color: rgb(52 211 153 / 0.25);
  border-bottom-color: rgb(52 211 153 / 0.25);
}

.border-y-emerald-400\/30{
  border-top-color: rgb(52 211 153 / 0.3);
  border-bottom-color: rgb(52 211 153 / 0.3);
}

.border-y-emerald-400\/40{
  border-top-color: rgb(52 211 153 / 0.4);
  border-bottom-color: rgb(52 211 153 / 0.4);
}

.border-y-emerald-400\/5{
  border-top-color: rgb(52 211 153 / 0.05);
  border-bottom-color: rgb(52 211 153 / 0.05);
}

.border-y-emerald-400\/50{
  border-top-color: rgb(52 211 153 / 0.5);
  border-bottom-color: rgb(52 211 153 / 0.5);
}

.border-y-emerald-400\/60{
  border-top-color: rgb(52 211 153 / 0.6);
  border-bottom-color: rgb(52 211 153 / 0.6);
}

.border-y-emerald-400\/70{
  border-top-color: rgb(52 211 153 / 0.7);
  border-bottom-color: rgb(52 211 153 / 0.7);
}

.border-y-emerald-400\/75{
  border-top-color: rgb(52 211 153 / 0.75);
  border-bottom-color: rgb(52 211 153 / 0.75);
}

.border-y-emerald-400\/80{
  border-top-color: rgb(52 211 153 / 0.8);
  border-bottom-color: rgb(52 211 153 / 0.8);
}

.border-y-emerald-400\/90{
  border-top-color: rgb(52 211 153 / 0.9);
  border-bottom-color: rgb(52 211 153 / 0.9);
}

.border-y-emerald-400\/95{
  border-top-color: rgb(52 211 153 / 0.95);
  border-bottom-color: rgb(52 211 153 / 0.95);
}

.border-y-emerald-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 253 245 / var(--tw-border-opacity));
  border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-y-emerald-50\/0{
  border-top-color: rgb(236 253 245 / 0);
  border-bottom-color: rgb(236 253 245 / 0);
}

.border-y-emerald-50\/10{
  border-top-color: rgb(236 253 245 / 0.1);
  border-bottom-color: rgb(236 253 245 / 0.1);
}

.border-y-emerald-50\/100{
  border-top-color: rgb(236 253 245 / 1);
  border-bottom-color: rgb(236 253 245 / 1);
}

.border-y-emerald-50\/20{
  border-top-color: rgb(236 253 245 / 0.2);
  border-bottom-color: rgb(236 253 245 / 0.2);
}

.border-y-emerald-50\/25{
  border-top-color: rgb(236 253 245 / 0.25);
  border-bottom-color: rgb(236 253 245 / 0.25);
}

.border-y-emerald-50\/30{
  border-top-color: rgb(236 253 245 / 0.3);
  border-bottom-color: rgb(236 253 245 / 0.3);
}

.border-y-emerald-50\/40{
  border-top-color: rgb(236 253 245 / 0.4);
  border-bottom-color: rgb(236 253 245 / 0.4);
}

.border-y-emerald-50\/5{
  border-top-color: rgb(236 253 245 / 0.05);
  border-bottom-color: rgb(236 253 245 / 0.05);
}

.border-y-emerald-50\/50{
  border-top-color: rgb(236 253 245 / 0.5);
  border-bottom-color: rgb(236 253 245 / 0.5);
}

.border-y-emerald-50\/60{
  border-top-color: rgb(236 253 245 / 0.6);
  border-bottom-color: rgb(236 253 245 / 0.6);
}

.border-y-emerald-50\/70{
  border-top-color: rgb(236 253 245 / 0.7);
  border-bottom-color: rgb(236 253 245 / 0.7);
}

.border-y-emerald-50\/75{
  border-top-color: rgb(236 253 245 / 0.75);
  border-bottom-color: rgb(236 253 245 / 0.75);
}

.border-y-emerald-50\/80{
  border-top-color: rgb(236 253 245 / 0.8);
  border-bottom-color: rgb(236 253 245 / 0.8);
}

.border-y-emerald-50\/90{
  border-top-color: rgb(236 253 245 / 0.9);
  border-bottom-color: rgb(236 253 245 / 0.9);
}

.border-y-emerald-50\/95{
  border-top-color: rgb(236 253 245 / 0.95);
  border-bottom-color: rgb(236 253 245 / 0.95);
}

.border-y-emerald-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity));
  border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-y-emerald-500\/0{
  border-top-color: rgb(16 185 129 / 0);
  border-bottom-color: rgb(16 185 129 / 0);
}

.border-y-emerald-500\/10{
  border-top-color: rgb(16 185 129 / 0.1);
  border-bottom-color: rgb(16 185 129 / 0.1);
}

.border-y-emerald-500\/100{
  border-top-color: rgb(16 185 129 / 1);
  border-bottom-color: rgb(16 185 129 / 1);
}

.border-y-emerald-500\/20{
  border-top-color: rgb(16 185 129 / 0.2);
  border-bottom-color: rgb(16 185 129 / 0.2);
}

.border-y-emerald-500\/25{
  border-top-color: rgb(16 185 129 / 0.25);
  border-bottom-color: rgb(16 185 129 / 0.25);
}

.border-y-emerald-500\/30{
  border-top-color: rgb(16 185 129 / 0.3);
  border-bottom-color: rgb(16 185 129 / 0.3);
}

.border-y-emerald-500\/40{
  border-top-color: rgb(16 185 129 / 0.4);
  border-bottom-color: rgb(16 185 129 / 0.4);
}

.border-y-emerald-500\/5{
  border-top-color: rgb(16 185 129 / 0.05);
  border-bottom-color: rgb(16 185 129 / 0.05);
}

.border-y-emerald-500\/50{
  border-top-color: rgb(16 185 129 / 0.5);
  border-bottom-color: rgb(16 185 129 / 0.5);
}

.border-y-emerald-500\/60{
  border-top-color: rgb(16 185 129 / 0.6);
  border-bottom-color: rgb(16 185 129 / 0.6);
}

.border-y-emerald-500\/70{
  border-top-color: rgb(16 185 129 / 0.7);
  border-bottom-color: rgb(16 185 129 / 0.7);
}

.border-y-emerald-500\/75{
  border-top-color: rgb(16 185 129 / 0.75);
  border-bottom-color: rgb(16 185 129 / 0.75);
}

.border-y-emerald-500\/80{
  border-top-color: rgb(16 185 129 / 0.8);
  border-bottom-color: rgb(16 185 129 / 0.8);
}

.border-y-emerald-500\/90{
  border-top-color: rgb(16 185 129 / 0.9);
  border-bottom-color: rgb(16 185 129 / 0.9);
}

.border-y-emerald-500\/95{
  border-top-color: rgb(16 185 129 / 0.95);
  border-bottom-color: rgb(16 185 129 / 0.95);
}

.border-y-emerald-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 150 105 / var(--tw-border-opacity));
  border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-y-emerald-600\/0{
  border-top-color: rgb(5 150 105 / 0);
  border-bottom-color: rgb(5 150 105 / 0);
}

.border-y-emerald-600\/10{
  border-top-color: rgb(5 150 105 / 0.1);
  border-bottom-color: rgb(5 150 105 / 0.1);
}

.border-y-emerald-600\/100{
  border-top-color: rgb(5 150 105 / 1);
  border-bottom-color: rgb(5 150 105 / 1);
}

.border-y-emerald-600\/20{
  border-top-color: rgb(5 150 105 / 0.2);
  border-bottom-color: rgb(5 150 105 / 0.2);
}

.border-y-emerald-600\/25{
  border-top-color: rgb(5 150 105 / 0.25);
  border-bottom-color: rgb(5 150 105 / 0.25);
}

.border-y-emerald-600\/30{
  border-top-color: rgb(5 150 105 / 0.3);
  border-bottom-color: rgb(5 150 105 / 0.3);
}

.border-y-emerald-600\/40{
  border-top-color: rgb(5 150 105 / 0.4);
  border-bottom-color: rgb(5 150 105 / 0.4);
}

.border-y-emerald-600\/5{
  border-top-color: rgb(5 150 105 / 0.05);
  border-bottom-color: rgb(5 150 105 / 0.05);
}

.border-y-emerald-600\/50{
  border-top-color: rgb(5 150 105 / 0.5);
  border-bottom-color: rgb(5 150 105 / 0.5);
}

.border-y-emerald-600\/60{
  border-top-color: rgb(5 150 105 / 0.6);
  border-bottom-color: rgb(5 150 105 / 0.6);
}

.border-y-emerald-600\/70{
  border-top-color: rgb(5 150 105 / 0.7);
  border-bottom-color: rgb(5 150 105 / 0.7);
}

.border-y-emerald-600\/75{
  border-top-color: rgb(5 150 105 / 0.75);
  border-bottom-color: rgb(5 150 105 / 0.75);
}

.border-y-emerald-600\/80{
  border-top-color: rgb(5 150 105 / 0.8);
  border-bottom-color: rgb(5 150 105 / 0.8);
}

.border-y-emerald-600\/90{
  border-top-color: rgb(5 150 105 / 0.9);
  border-bottom-color: rgb(5 150 105 / 0.9);
}

.border-y-emerald-600\/95{
  border-top-color: rgb(5 150 105 / 0.95);
  border-bottom-color: rgb(5 150 105 / 0.95);
}

.border-y-emerald-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(4 120 87 / var(--tw-border-opacity));
  border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-y-emerald-700\/0{
  border-top-color: rgb(4 120 87 / 0);
  border-bottom-color: rgb(4 120 87 / 0);
}

.border-y-emerald-700\/10{
  border-top-color: rgb(4 120 87 / 0.1);
  border-bottom-color: rgb(4 120 87 / 0.1);
}

.border-y-emerald-700\/100{
  border-top-color: rgb(4 120 87 / 1);
  border-bottom-color: rgb(4 120 87 / 1);
}

.border-y-emerald-700\/20{
  border-top-color: rgb(4 120 87 / 0.2);
  border-bottom-color: rgb(4 120 87 / 0.2);
}

.border-y-emerald-700\/25{
  border-top-color: rgb(4 120 87 / 0.25);
  border-bottom-color: rgb(4 120 87 / 0.25);
}

.border-y-emerald-700\/30{
  border-top-color: rgb(4 120 87 / 0.3);
  border-bottom-color: rgb(4 120 87 / 0.3);
}

.border-y-emerald-700\/40{
  border-top-color: rgb(4 120 87 / 0.4);
  border-bottom-color: rgb(4 120 87 / 0.4);
}

.border-y-emerald-700\/5{
  border-top-color: rgb(4 120 87 / 0.05);
  border-bottom-color: rgb(4 120 87 / 0.05);
}

.border-y-emerald-700\/50{
  border-top-color: rgb(4 120 87 / 0.5);
  border-bottom-color: rgb(4 120 87 / 0.5);
}

.border-y-emerald-700\/60{
  border-top-color: rgb(4 120 87 / 0.6);
  border-bottom-color: rgb(4 120 87 / 0.6);
}

.border-y-emerald-700\/70{
  border-top-color: rgb(4 120 87 / 0.7);
  border-bottom-color: rgb(4 120 87 / 0.7);
}

.border-y-emerald-700\/75{
  border-top-color: rgb(4 120 87 / 0.75);
  border-bottom-color: rgb(4 120 87 / 0.75);
}

.border-y-emerald-700\/80{
  border-top-color: rgb(4 120 87 / 0.8);
  border-bottom-color: rgb(4 120 87 / 0.8);
}

.border-y-emerald-700\/90{
  border-top-color: rgb(4 120 87 / 0.9);
  border-bottom-color: rgb(4 120 87 / 0.9);
}

.border-y-emerald-700\/95{
  border-top-color: rgb(4 120 87 / 0.95);
  border-bottom-color: rgb(4 120 87 / 0.95);
}

.border-y-emerald-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(6 95 70 / var(--tw-border-opacity));
  border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-y-emerald-800\/0{
  border-top-color: rgb(6 95 70 / 0);
  border-bottom-color: rgb(6 95 70 / 0);
}

.border-y-emerald-800\/10{
  border-top-color: rgb(6 95 70 / 0.1);
  border-bottom-color: rgb(6 95 70 / 0.1);
}

.border-y-emerald-800\/100{
  border-top-color: rgb(6 95 70 / 1);
  border-bottom-color: rgb(6 95 70 / 1);
}

.border-y-emerald-800\/20{
  border-top-color: rgb(6 95 70 / 0.2);
  border-bottom-color: rgb(6 95 70 / 0.2);
}

.border-y-emerald-800\/25{
  border-top-color: rgb(6 95 70 / 0.25);
  border-bottom-color: rgb(6 95 70 / 0.25);
}

.border-y-emerald-800\/30{
  border-top-color: rgb(6 95 70 / 0.3);
  border-bottom-color: rgb(6 95 70 / 0.3);
}

.border-y-emerald-800\/40{
  border-top-color: rgb(6 95 70 / 0.4);
  border-bottom-color: rgb(6 95 70 / 0.4);
}

.border-y-emerald-800\/5{
  border-top-color: rgb(6 95 70 / 0.05);
  border-bottom-color: rgb(6 95 70 / 0.05);
}

.border-y-emerald-800\/50{
  border-top-color: rgb(6 95 70 / 0.5);
  border-bottom-color: rgb(6 95 70 / 0.5);
}

.border-y-emerald-800\/60{
  border-top-color: rgb(6 95 70 / 0.6);
  border-bottom-color: rgb(6 95 70 / 0.6);
}

.border-y-emerald-800\/70{
  border-top-color: rgb(6 95 70 / 0.7);
  border-bottom-color: rgb(6 95 70 / 0.7);
}

.border-y-emerald-800\/75{
  border-top-color: rgb(6 95 70 / 0.75);
  border-bottom-color: rgb(6 95 70 / 0.75);
}

.border-y-emerald-800\/80{
  border-top-color: rgb(6 95 70 / 0.8);
  border-bottom-color: rgb(6 95 70 / 0.8);
}

.border-y-emerald-800\/90{
  border-top-color: rgb(6 95 70 / 0.9);
  border-bottom-color: rgb(6 95 70 / 0.9);
}

.border-y-emerald-800\/95{
  border-top-color: rgb(6 95 70 / 0.95);
  border-bottom-color: rgb(6 95 70 / 0.95);
}

.border-y-emerald-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(6 78 59 / var(--tw-border-opacity));
  border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-y-emerald-900\/0{
  border-top-color: rgb(6 78 59 / 0);
  border-bottom-color: rgb(6 78 59 / 0);
}

.border-y-emerald-900\/10{
  border-top-color: rgb(6 78 59 / 0.1);
  border-bottom-color: rgb(6 78 59 / 0.1);
}

.border-y-emerald-900\/100{
  border-top-color: rgb(6 78 59 / 1);
  border-bottom-color: rgb(6 78 59 / 1);
}

.border-y-emerald-900\/20{
  border-top-color: rgb(6 78 59 / 0.2);
  border-bottom-color: rgb(6 78 59 / 0.2);
}

.border-y-emerald-900\/25{
  border-top-color: rgb(6 78 59 / 0.25);
  border-bottom-color: rgb(6 78 59 / 0.25);
}

.border-y-emerald-900\/30{
  border-top-color: rgb(6 78 59 / 0.3);
  border-bottom-color: rgb(6 78 59 / 0.3);
}

.border-y-emerald-900\/40{
  border-top-color: rgb(6 78 59 / 0.4);
  border-bottom-color: rgb(6 78 59 / 0.4);
}

.border-y-emerald-900\/5{
  border-top-color: rgb(6 78 59 / 0.05);
  border-bottom-color: rgb(6 78 59 / 0.05);
}

.border-y-emerald-900\/50{
  border-top-color: rgb(6 78 59 / 0.5);
  border-bottom-color: rgb(6 78 59 / 0.5);
}

.border-y-emerald-900\/60{
  border-top-color: rgb(6 78 59 / 0.6);
  border-bottom-color: rgb(6 78 59 / 0.6);
}

.border-y-emerald-900\/70{
  border-top-color: rgb(6 78 59 / 0.7);
  border-bottom-color: rgb(6 78 59 / 0.7);
}

.border-y-emerald-900\/75{
  border-top-color: rgb(6 78 59 / 0.75);
  border-bottom-color: rgb(6 78 59 / 0.75);
}

.border-y-emerald-900\/80{
  border-top-color: rgb(6 78 59 / 0.8);
  border-bottom-color: rgb(6 78 59 / 0.8);
}

.border-y-emerald-900\/90{
  border-top-color: rgb(6 78 59 / 0.9);
  border-bottom-color: rgb(6 78 59 / 0.9);
}

.border-y-emerald-900\/95{
  border-top-color: rgb(6 78 59 / 0.95);
  border-bottom-color: rgb(6 78 59 / 0.95);
}

.border-y-emerald-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(2 44 34 / var(--tw-border-opacity));
  border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-y-emerald-950\/0{
  border-top-color: rgb(2 44 34 / 0);
  border-bottom-color: rgb(2 44 34 / 0);
}

.border-y-emerald-950\/10{
  border-top-color: rgb(2 44 34 / 0.1);
  border-bottom-color: rgb(2 44 34 / 0.1);
}

.border-y-emerald-950\/100{
  border-top-color: rgb(2 44 34 / 1);
  border-bottom-color: rgb(2 44 34 / 1);
}

.border-y-emerald-950\/20{
  border-top-color: rgb(2 44 34 / 0.2);
  border-bottom-color: rgb(2 44 34 / 0.2);
}

.border-y-emerald-950\/25{
  border-top-color: rgb(2 44 34 / 0.25);
  border-bottom-color: rgb(2 44 34 / 0.25);
}

.border-y-emerald-950\/30{
  border-top-color: rgb(2 44 34 / 0.3);
  border-bottom-color: rgb(2 44 34 / 0.3);
}

.border-y-emerald-950\/40{
  border-top-color: rgb(2 44 34 / 0.4);
  border-bottom-color: rgb(2 44 34 / 0.4);
}

.border-y-emerald-950\/5{
  border-top-color: rgb(2 44 34 / 0.05);
  border-bottom-color: rgb(2 44 34 / 0.05);
}

.border-y-emerald-950\/50{
  border-top-color: rgb(2 44 34 / 0.5);
  border-bottom-color: rgb(2 44 34 / 0.5);
}

.border-y-emerald-950\/60{
  border-top-color: rgb(2 44 34 / 0.6);
  border-bottom-color: rgb(2 44 34 / 0.6);
}

.border-y-emerald-950\/70{
  border-top-color: rgb(2 44 34 / 0.7);
  border-bottom-color: rgb(2 44 34 / 0.7);
}

.border-y-emerald-950\/75{
  border-top-color: rgb(2 44 34 / 0.75);
  border-bottom-color: rgb(2 44 34 / 0.75);
}

.border-y-emerald-950\/80{
  border-top-color: rgb(2 44 34 / 0.8);
  border-bottom-color: rgb(2 44 34 / 0.8);
}

.border-y-emerald-950\/90{
  border-top-color: rgb(2 44 34 / 0.9);
  border-bottom-color: rgb(2 44 34 / 0.9);
}

.border-y-emerald-950\/95{
  border-top-color: rgb(2 44 34 / 0.95);
  border-bottom-color: rgb(2 44 34 / 0.95);
}

.border-y-event-text-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 57 66 / var(--tw-border-opacity));
  border-bottom-color: rgb(3 57 66 / var(--tw-border-opacity));
}

.border-y-event-text-100\/0{
  border-top-color: rgb(3 57 66 / 0);
  border-bottom-color: rgb(3 57 66 / 0);
}

.border-y-event-text-100\/10{
  border-top-color: rgb(3 57 66 / 0.1);
  border-bottom-color: rgb(3 57 66 / 0.1);
}

.border-y-event-text-100\/100{
  border-top-color: rgb(3 57 66 / 1);
  border-bottom-color: rgb(3 57 66 / 1);
}

.border-y-event-text-100\/20{
  border-top-color: rgb(3 57 66 / 0.2);
  border-bottom-color: rgb(3 57 66 / 0.2);
}

.border-y-event-text-100\/25{
  border-top-color: rgb(3 57 66 / 0.25);
  border-bottom-color: rgb(3 57 66 / 0.25);
}

.border-y-event-text-100\/30{
  border-top-color: rgb(3 57 66 / 0.3);
  border-bottom-color: rgb(3 57 66 / 0.3);
}

.border-y-event-text-100\/40{
  border-top-color: rgb(3 57 66 / 0.4);
  border-bottom-color: rgb(3 57 66 / 0.4);
}

.border-y-event-text-100\/5{
  border-top-color: rgb(3 57 66 / 0.05);
  border-bottom-color: rgb(3 57 66 / 0.05);
}

.border-y-event-text-100\/50{
  border-top-color: rgb(3 57 66 / 0.5);
  border-bottom-color: rgb(3 57 66 / 0.5);
}

.border-y-event-text-100\/60{
  border-top-color: rgb(3 57 66 / 0.6);
  border-bottom-color: rgb(3 57 66 / 0.6);
}

.border-y-event-text-100\/70{
  border-top-color: rgb(3 57 66 / 0.7);
  border-bottom-color: rgb(3 57 66 / 0.7);
}

.border-y-event-text-100\/75{
  border-top-color: rgb(3 57 66 / 0.75);
  border-bottom-color: rgb(3 57 66 / 0.75);
}

.border-y-event-text-100\/80{
  border-top-color: rgb(3 57 66 / 0.8);
  border-bottom-color: rgb(3 57 66 / 0.8);
}

.border-y-event-text-100\/90{
  border-top-color: rgb(3 57 66 / 0.9);
  border-bottom-color: rgb(3 57 66 / 0.9);
}

.border-y-event-text-100\/95{
  border-top-color: rgb(3 57 66 / 0.95);
  border-bottom-color: rgb(3 57 66 / 0.95);
}

.border-y-event-text-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(56 59 68 / var(--tw-border-opacity));
  border-bottom-color: rgb(56 59 68 / var(--tw-border-opacity));
}

.border-y-event-text-200\/0{
  border-top-color: rgb(56 59 68 / 0);
  border-bottom-color: rgb(56 59 68 / 0);
}

.border-y-event-text-200\/10{
  border-top-color: rgb(56 59 68 / 0.1);
  border-bottom-color: rgb(56 59 68 / 0.1);
}

.border-y-event-text-200\/100{
  border-top-color: rgb(56 59 68 / 1);
  border-bottom-color: rgb(56 59 68 / 1);
}

.border-y-event-text-200\/20{
  border-top-color: rgb(56 59 68 / 0.2);
  border-bottom-color: rgb(56 59 68 / 0.2);
}

.border-y-event-text-200\/25{
  border-top-color: rgb(56 59 68 / 0.25);
  border-bottom-color: rgb(56 59 68 / 0.25);
}

.border-y-event-text-200\/30{
  border-top-color: rgb(56 59 68 / 0.3);
  border-bottom-color: rgb(56 59 68 / 0.3);
}

.border-y-event-text-200\/40{
  border-top-color: rgb(56 59 68 / 0.4);
  border-bottom-color: rgb(56 59 68 / 0.4);
}

.border-y-event-text-200\/5{
  border-top-color: rgb(56 59 68 / 0.05);
  border-bottom-color: rgb(56 59 68 / 0.05);
}

.border-y-event-text-200\/50{
  border-top-color: rgb(56 59 68 / 0.5);
  border-bottom-color: rgb(56 59 68 / 0.5);
}

.border-y-event-text-200\/60{
  border-top-color: rgb(56 59 68 / 0.6);
  border-bottom-color: rgb(56 59 68 / 0.6);
}

.border-y-event-text-200\/70{
  border-top-color: rgb(56 59 68 / 0.7);
  border-bottom-color: rgb(56 59 68 / 0.7);
}

.border-y-event-text-200\/75{
  border-top-color: rgb(56 59 68 / 0.75);
  border-bottom-color: rgb(56 59 68 / 0.75);
}

.border-y-event-text-200\/80{
  border-top-color: rgb(56 59 68 / 0.8);
  border-bottom-color: rgb(56 59 68 / 0.8);
}

.border-y-event-text-200\/90{
  border-top-color: rgb(56 59 68 / 0.9);
  border-bottom-color: rgb(56 59 68 / 0.9);
}

.border-y-event-text-200\/95{
  border-top-color: rgb(56 59 68 / 0.95);
  border-bottom-color: rgb(56 59 68 / 0.95);
}

.border-y-fuchsia-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 232 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.border-y-fuchsia-100\/0{
  border-top-color: rgb(250 232 255 / 0);
  border-bottom-color: rgb(250 232 255 / 0);
}

.border-y-fuchsia-100\/10{
  border-top-color: rgb(250 232 255 / 0.1);
  border-bottom-color: rgb(250 232 255 / 0.1);
}

.border-y-fuchsia-100\/100{
  border-top-color: rgb(250 232 255 / 1);
  border-bottom-color: rgb(250 232 255 / 1);
}

.border-y-fuchsia-100\/20{
  border-top-color: rgb(250 232 255 / 0.2);
  border-bottom-color: rgb(250 232 255 / 0.2);
}

.border-y-fuchsia-100\/25{
  border-top-color: rgb(250 232 255 / 0.25);
  border-bottom-color: rgb(250 232 255 / 0.25);
}

.border-y-fuchsia-100\/30{
  border-top-color: rgb(250 232 255 / 0.3);
  border-bottom-color: rgb(250 232 255 / 0.3);
}

.border-y-fuchsia-100\/40{
  border-top-color: rgb(250 232 255 / 0.4);
  border-bottom-color: rgb(250 232 255 / 0.4);
}

.border-y-fuchsia-100\/5{
  border-top-color: rgb(250 232 255 / 0.05);
  border-bottom-color: rgb(250 232 255 / 0.05);
}

.border-y-fuchsia-100\/50{
  border-top-color: rgb(250 232 255 / 0.5);
  border-bottom-color: rgb(250 232 255 / 0.5);
}

.border-y-fuchsia-100\/60{
  border-top-color: rgb(250 232 255 / 0.6);
  border-bottom-color: rgb(250 232 255 / 0.6);
}

.border-y-fuchsia-100\/70{
  border-top-color: rgb(250 232 255 / 0.7);
  border-bottom-color: rgb(250 232 255 / 0.7);
}

.border-y-fuchsia-100\/75{
  border-top-color: rgb(250 232 255 / 0.75);
  border-bottom-color: rgb(250 232 255 / 0.75);
}

.border-y-fuchsia-100\/80{
  border-top-color: rgb(250 232 255 / 0.8);
  border-bottom-color: rgb(250 232 255 / 0.8);
}

.border-y-fuchsia-100\/90{
  border-top-color: rgb(250 232 255 / 0.9);
  border-bottom-color: rgb(250 232 255 / 0.9);
}

.border-y-fuchsia-100\/95{
  border-top-color: rgb(250 232 255 / 0.95);
  border-bottom-color: rgb(250 232 255 / 0.95);
}

.border-y-fuchsia-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 208 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-y-fuchsia-200\/0{
  border-top-color: rgb(245 208 254 / 0);
  border-bottom-color: rgb(245 208 254 / 0);
}

.border-y-fuchsia-200\/10{
  border-top-color: rgb(245 208 254 / 0.1);
  border-bottom-color: rgb(245 208 254 / 0.1);
}

.border-y-fuchsia-200\/100{
  border-top-color: rgb(245 208 254 / 1);
  border-bottom-color: rgb(245 208 254 / 1);
}

.border-y-fuchsia-200\/20{
  border-top-color: rgb(245 208 254 / 0.2);
  border-bottom-color: rgb(245 208 254 / 0.2);
}

.border-y-fuchsia-200\/25{
  border-top-color: rgb(245 208 254 / 0.25);
  border-bottom-color: rgb(245 208 254 / 0.25);
}

.border-y-fuchsia-200\/30{
  border-top-color: rgb(245 208 254 / 0.3);
  border-bottom-color: rgb(245 208 254 / 0.3);
}

.border-y-fuchsia-200\/40{
  border-top-color: rgb(245 208 254 / 0.4);
  border-bottom-color: rgb(245 208 254 / 0.4);
}

.border-y-fuchsia-200\/5{
  border-top-color: rgb(245 208 254 / 0.05);
  border-bottom-color: rgb(245 208 254 / 0.05);
}

.border-y-fuchsia-200\/50{
  border-top-color: rgb(245 208 254 / 0.5);
  border-bottom-color: rgb(245 208 254 / 0.5);
}

.border-y-fuchsia-200\/60{
  border-top-color: rgb(245 208 254 / 0.6);
  border-bottom-color: rgb(245 208 254 / 0.6);
}

.border-y-fuchsia-200\/70{
  border-top-color: rgb(245 208 254 / 0.7);
  border-bottom-color: rgb(245 208 254 / 0.7);
}

.border-y-fuchsia-200\/75{
  border-top-color: rgb(245 208 254 / 0.75);
  border-bottom-color: rgb(245 208 254 / 0.75);
}

.border-y-fuchsia-200\/80{
  border-top-color: rgb(245 208 254 / 0.8);
  border-bottom-color: rgb(245 208 254 / 0.8);
}

.border-y-fuchsia-200\/90{
  border-top-color: rgb(245 208 254 / 0.9);
  border-bottom-color: rgb(245 208 254 / 0.9);
}

.border-y-fuchsia-200\/95{
  border-top-color: rgb(245 208 254 / 0.95);
  border-bottom-color: rgb(245 208 254 / 0.95);
}

.border-y-fuchsia-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 171 252 / var(--tw-border-opacity));
  border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-y-fuchsia-300\/0{
  border-top-color: rgb(240 171 252 / 0);
  border-bottom-color: rgb(240 171 252 / 0);
}

.border-y-fuchsia-300\/10{
  border-top-color: rgb(240 171 252 / 0.1);
  border-bottom-color: rgb(240 171 252 / 0.1);
}

.border-y-fuchsia-300\/100{
  border-top-color: rgb(240 171 252 / 1);
  border-bottom-color: rgb(240 171 252 / 1);
}

.border-y-fuchsia-300\/20{
  border-top-color: rgb(240 171 252 / 0.2);
  border-bottom-color: rgb(240 171 252 / 0.2);
}

.border-y-fuchsia-300\/25{
  border-top-color: rgb(240 171 252 / 0.25);
  border-bottom-color: rgb(240 171 252 / 0.25);
}

.border-y-fuchsia-300\/30{
  border-top-color: rgb(240 171 252 / 0.3);
  border-bottom-color: rgb(240 171 252 / 0.3);
}

.border-y-fuchsia-300\/40{
  border-top-color: rgb(240 171 252 / 0.4);
  border-bottom-color: rgb(240 171 252 / 0.4);
}

.border-y-fuchsia-300\/5{
  border-top-color: rgb(240 171 252 / 0.05);
  border-bottom-color: rgb(240 171 252 / 0.05);
}

.border-y-fuchsia-300\/50{
  border-top-color: rgb(240 171 252 / 0.5);
  border-bottom-color: rgb(240 171 252 / 0.5);
}

.border-y-fuchsia-300\/60{
  border-top-color: rgb(240 171 252 / 0.6);
  border-bottom-color: rgb(240 171 252 / 0.6);
}

.border-y-fuchsia-300\/70{
  border-top-color: rgb(240 171 252 / 0.7);
  border-bottom-color: rgb(240 171 252 / 0.7);
}

.border-y-fuchsia-300\/75{
  border-top-color: rgb(240 171 252 / 0.75);
  border-bottom-color: rgb(240 171 252 / 0.75);
}

.border-y-fuchsia-300\/80{
  border-top-color: rgb(240 171 252 / 0.8);
  border-bottom-color: rgb(240 171 252 / 0.8);
}

.border-y-fuchsia-300\/90{
  border-top-color: rgb(240 171 252 / 0.9);
  border-bottom-color: rgb(240 171 252 / 0.9);
}

.border-y-fuchsia-300\/95{
  border-top-color: rgb(240 171 252 / 0.95);
  border-bottom-color: rgb(240 171 252 / 0.95);
}

.border-y-fuchsia-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(232 121 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-y-fuchsia-400\/0{
  border-top-color: rgb(232 121 249 / 0);
  border-bottom-color: rgb(232 121 249 / 0);
}

.border-y-fuchsia-400\/10{
  border-top-color: rgb(232 121 249 / 0.1);
  border-bottom-color: rgb(232 121 249 / 0.1);
}

.border-y-fuchsia-400\/100{
  border-top-color: rgb(232 121 249 / 1);
  border-bottom-color: rgb(232 121 249 / 1);
}

.border-y-fuchsia-400\/20{
  border-top-color: rgb(232 121 249 / 0.2);
  border-bottom-color: rgb(232 121 249 / 0.2);
}

.border-y-fuchsia-400\/25{
  border-top-color: rgb(232 121 249 / 0.25);
  border-bottom-color: rgb(232 121 249 / 0.25);
}

.border-y-fuchsia-400\/30{
  border-top-color: rgb(232 121 249 / 0.3);
  border-bottom-color: rgb(232 121 249 / 0.3);
}

.border-y-fuchsia-400\/40{
  border-top-color: rgb(232 121 249 / 0.4);
  border-bottom-color: rgb(232 121 249 / 0.4);
}

.border-y-fuchsia-400\/5{
  border-top-color: rgb(232 121 249 / 0.05);
  border-bottom-color: rgb(232 121 249 / 0.05);
}

.border-y-fuchsia-400\/50{
  border-top-color: rgb(232 121 249 / 0.5);
  border-bottom-color: rgb(232 121 249 / 0.5);
}

.border-y-fuchsia-400\/60{
  border-top-color: rgb(232 121 249 / 0.6);
  border-bottom-color: rgb(232 121 249 / 0.6);
}

.border-y-fuchsia-400\/70{
  border-top-color: rgb(232 121 249 / 0.7);
  border-bottom-color: rgb(232 121 249 / 0.7);
}

.border-y-fuchsia-400\/75{
  border-top-color: rgb(232 121 249 / 0.75);
  border-bottom-color: rgb(232 121 249 / 0.75);
}

.border-y-fuchsia-400\/80{
  border-top-color: rgb(232 121 249 / 0.8);
  border-bottom-color: rgb(232 121 249 / 0.8);
}

.border-y-fuchsia-400\/90{
  border-top-color: rgb(232 121 249 / 0.9);
  border-bottom-color: rgb(232 121 249 / 0.9);
}

.border-y-fuchsia-400\/95{
  border-top-color: rgb(232 121 249 / 0.95);
  border-bottom-color: rgb(232 121 249 / 0.95);
}

.border-y-fuchsia-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 244 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-y-fuchsia-50\/0{
  border-top-color: rgb(253 244 255 / 0);
  border-bottom-color: rgb(253 244 255 / 0);
}

.border-y-fuchsia-50\/10{
  border-top-color: rgb(253 244 255 / 0.1);
  border-bottom-color: rgb(253 244 255 / 0.1);
}

.border-y-fuchsia-50\/100{
  border-top-color: rgb(253 244 255 / 1);
  border-bottom-color: rgb(253 244 255 / 1);
}

.border-y-fuchsia-50\/20{
  border-top-color: rgb(253 244 255 / 0.2);
  border-bottom-color: rgb(253 244 255 / 0.2);
}

.border-y-fuchsia-50\/25{
  border-top-color: rgb(253 244 255 / 0.25);
  border-bottom-color: rgb(253 244 255 / 0.25);
}

.border-y-fuchsia-50\/30{
  border-top-color: rgb(253 244 255 / 0.3);
  border-bottom-color: rgb(253 244 255 / 0.3);
}

.border-y-fuchsia-50\/40{
  border-top-color: rgb(253 244 255 / 0.4);
  border-bottom-color: rgb(253 244 255 / 0.4);
}

.border-y-fuchsia-50\/5{
  border-top-color: rgb(253 244 255 / 0.05);
  border-bottom-color: rgb(253 244 255 / 0.05);
}

.border-y-fuchsia-50\/50{
  border-top-color: rgb(253 244 255 / 0.5);
  border-bottom-color: rgb(253 244 255 / 0.5);
}

.border-y-fuchsia-50\/60{
  border-top-color: rgb(253 244 255 / 0.6);
  border-bottom-color: rgb(253 244 255 / 0.6);
}

.border-y-fuchsia-50\/70{
  border-top-color: rgb(253 244 255 / 0.7);
  border-bottom-color: rgb(253 244 255 / 0.7);
}

.border-y-fuchsia-50\/75{
  border-top-color: rgb(253 244 255 / 0.75);
  border-bottom-color: rgb(253 244 255 / 0.75);
}

.border-y-fuchsia-50\/80{
  border-top-color: rgb(253 244 255 / 0.8);
  border-bottom-color: rgb(253 244 255 / 0.8);
}

.border-y-fuchsia-50\/90{
  border-top-color: rgb(253 244 255 / 0.9);
  border-bottom-color: rgb(253 244 255 / 0.9);
}

.border-y-fuchsia-50\/95{
  border-top-color: rgb(253 244 255 / 0.95);
  border-bottom-color: rgb(253 244 255 / 0.95);
}

.border-y-fuchsia-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 70 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-y-fuchsia-500\/0{
  border-top-color: rgb(217 70 239 / 0);
  border-bottom-color: rgb(217 70 239 / 0);
}

.border-y-fuchsia-500\/10{
  border-top-color: rgb(217 70 239 / 0.1);
  border-bottom-color: rgb(217 70 239 / 0.1);
}

.border-y-fuchsia-500\/100{
  border-top-color: rgb(217 70 239 / 1);
  border-bottom-color: rgb(217 70 239 / 1);
}

.border-y-fuchsia-500\/20{
  border-top-color: rgb(217 70 239 / 0.2);
  border-bottom-color: rgb(217 70 239 / 0.2);
}

.border-y-fuchsia-500\/25{
  border-top-color: rgb(217 70 239 / 0.25);
  border-bottom-color: rgb(217 70 239 / 0.25);
}

.border-y-fuchsia-500\/30{
  border-top-color: rgb(217 70 239 / 0.3);
  border-bottom-color: rgb(217 70 239 / 0.3);
}

.border-y-fuchsia-500\/40{
  border-top-color: rgb(217 70 239 / 0.4);
  border-bottom-color: rgb(217 70 239 / 0.4);
}

.border-y-fuchsia-500\/5{
  border-top-color: rgb(217 70 239 / 0.05);
  border-bottom-color: rgb(217 70 239 / 0.05);
}

.border-y-fuchsia-500\/50{
  border-top-color: rgb(217 70 239 / 0.5);
  border-bottom-color: rgb(217 70 239 / 0.5);
}

.border-y-fuchsia-500\/60{
  border-top-color: rgb(217 70 239 / 0.6);
  border-bottom-color: rgb(217 70 239 / 0.6);
}

.border-y-fuchsia-500\/70{
  border-top-color: rgb(217 70 239 / 0.7);
  border-bottom-color: rgb(217 70 239 / 0.7);
}

.border-y-fuchsia-500\/75{
  border-top-color: rgb(217 70 239 / 0.75);
  border-bottom-color: rgb(217 70 239 / 0.75);
}

.border-y-fuchsia-500\/80{
  border-top-color: rgb(217 70 239 / 0.8);
  border-bottom-color: rgb(217 70 239 / 0.8);
}

.border-y-fuchsia-500\/90{
  border-top-color: rgb(217 70 239 / 0.9);
  border-bottom-color: rgb(217 70 239 / 0.9);
}

.border-y-fuchsia-500\/95{
  border-top-color: rgb(217 70 239 / 0.95);
  border-bottom-color: rgb(217 70 239 / 0.95);
}

.border-y-fuchsia-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(192 38 211 / var(--tw-border-opacity));
  border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-y-fuchsia-600\/0{
  border-top-color: rgb(192 38 211 / 0);
  border-bottom-color: rgb(192 38 211 / 0);
}

.border-y-fuchsia-600\/10{
  border-top-color: rgb(192 38 211 / 0.1);
  border-bottom-color: rgb(192 38 211 / 0.1);
}

.border-y-fuchsia-600\/100{
  border-top-color: rgb(192 38 211 / 1);
  border-bottom-color: rgb(192 38 211 / 1);
}

.border-y-fuchsia-600\/20{
  border-top-color: rgb(192 38 211 / 0.2);
  border-bottom-color: rgb(192 38 211 / 0.2);
}

.border-y-fuchsia-600\/25{
  border-top-color: rgb(192 38 211 / 0.25);
  border-bottom-color: rgb(192 38 211 / 0.25);
}

.border-y-fuchsia-600\/30{
  border-top-color: rgb(192 38 211 / 0.3);
  border-bottom-color: rgb(192 38 211 / 0.3);
}

.border-y-fuchsia-600\/40{
  border-top-color: rgb(192 38 211 / 0.4);
  border-bottom-color: rgb(192 38 211 / 0.4);
}

.border-y-fuchsia-600\/5{
  border-top-color: rgb(192 38 211 / 0.05);
  border-bottom-color: rgb(192 38 211 / 0.05);
}

.border-y-fuchsia-600\/50{
  border-top-color: rgb(192 38 211 / 0.5);
  border-bottom-color: rgb(192 38 211 / 0.5);
}

.border-y-fuchsia-600\/60{
  border-top-color: rgb(192 38 211 / 0.6);
  border-bottom-color: rgb(192 38 211 / 0.6);
}

.border-y-fuchsia-600\/70{
  border-top-color: rgb(192 38 211 / 0.7);
  border-bottom-color: rgb(192 38 211 / 0.7);
}

.border-y-fuchsia-600\/75{
  border-top-color: rgb(192 38 211 / 0.75);
  border-bottom-color: rgb(192 38 211 / 0.75);
}

.border-y-fuchsia-600\/80{
  border-top-color: rgb(192 38 211 / 0.8);
  border-bottom-color: rgb(192 38 211 / 0.8);
}

.border-y-fuchsia-600\/90{
  border-top-color: rgb(192 38 211 / 0.9);
  border-bottom-color: rgb(192 38 211 / 0.9);
}

.border-y-fuchsia-600\/95{
  border-top-color: rgb(192 38 211 / 0.95);
  border-bottom-color: rgb(192 38 211 / 0.95);
}

.border-y-fuchsia-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(162 28 175 / var(--tw-border-opacity));
  border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-y-fuchsia-700\/0{
  border-top-color: rgb(162 28 175 / 0);
  border-bottom-color: rgb(162 28 175 / 0);
}

.border-y-fuchsia-700\/10{
  border-top-color: rgb(162 28 175 / 0.1);
  border-bottom-color: rgb(162 28 175 / 0.1);
}

.border-y-fuchsia-700\/100{
  border-top-color: rgb(162 28 175 / 1);
  border-bottom-color: rgb(162 28 175 / 1);
}

.border-y-fuchsia-700\/20{
  border-top-color: rgb(162 28 175 / 0.2);
  border-bottom-color: rgb(162 28 175 / 0.2);
}

.border-y-fuchsia-700\/25{
  border-top-color: rgb(162 28 175 / 0.25);
  border-bottom-color: rgb(162 28 175 / 0.25);
}

.border-y-fuchsia-700\/30{
  border-top-color: rgb(162 28 175 / 0.3);
  border-bottom-color: rgb(162 28 175 / 0.3);
}

.border-y-fuchsia-700\/40{
  border-top-color: rgb(162 28 175 / 0.4);
  border-bottom-color: rgb(162 28 175 / 0.4);
}

.border-y-fuchsia-700\/5{
  border-top-color: rgb(162 28 175 / 0.05);
  border-bottom-color: rgb(162 28 175 / 0.05);
}

.border-y-fuchsia-700\/50{
  border-top-color: rgb(162 28 175 / 0.5);
  border-bottom-color: rgb(162 28 175 / 0.5);
}

.border-y-fuchsia-700\/60{
  border-top-color: rgb(162 28 175 / 0.6);
  border-bottom-color: rgb(162 28 175 / 0.6);
}

.border-y-fuchsia-700\/70{
  border-top-color: rgb(162 28 175 / 0.7);
  border-bottom-color: rgb(162 28 175 / 0.7);
}

.border-y-fuchsia-700\/75{
  border-top-color: rgb(162 28 175 / 0.75);
  border-bottom-color: rgb(162 28 175 / 0.75);
}

.border-y-fuchsia-700\/80{
  border-top-color: rgb(162 28 175 / 0.8);
  border-bottom-color: rgb(162 28 175 / 0.8);
}

.border-y-fuchsia-700\/90{
  border-top-color: rgb(162 28 175 / 0.9);
  border-bottom-color: rgb(162 28 175 / 0.9);
}

.border-y-fuchsia-700\/95{
  border-top-color: rgb(162 28 175 / 0.95);
  border-bottom-color: rgb(162 28 175 / 0.95);
}

.border-y-fuchsia-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(134 25 143 / var(--tw-border-opacity));
  border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-y-fuchsia-800\/0{
  border-top-color: rgb(134 25 143 / 0);
  border-bottom-color: rgb(134 25 143 / 0);
}

.border-y-fuchsia-800\/10{
  border-top-color: rgb(134 25 143 / 0.1);
  border-bottom-color: rgb(134 25 143 / 0.1);
}

.border-y-fuchsia-800\/100{
  border-top-color: rgb(134 25 143 / 1);
  border-bottom-color: rgb(134 25 143 / 1);
}

.border-y-fuchsia-800\/20{
  border-top-color: rgb(134 25 143 / 0.2);
  border-bottom-color: rgb(134 25 143 / 0.2);
}

.border-y-fuchsia-800\/25{
  border-top-color: rgb(134 25 143 / 0.25);
  border-bottom-color: rgb(134 25 143 / 0.25);
}

.border-y-fuchsia-800\/30{
  border-top-color: rgb(134 25 143 / 0.3);
  border-bottom-color: rgb(134 25 143 / 0.3);
}

.border-y-fuchsia-800\/40{
  border-top-color: rgb(134 25 143 / 0.4);
  border-bottom-color: rgb(134 25 143 / 0.4);
}

.border-y-fuchsia-800\/5{
  border-top-color: rgb(134 25 143 / 0.05);
  border-bottom-color: rgb(134 25 143 / 0.05);
}

.border-y-fuchsia-800\/50{
  border-top-color: rgb(134 25 143 / 0.5);
  border-bottom-color: rgb(134 25 143 / 0.5);
}

.border-y-fuchsia-800\/60{
  border-top-color: rgb(134 25 143 / 0.6);
  border-bottom-color: rgb(134 25 143 / 0.6);
}

.border-y-fuchsia-800\/70{
  border-top-color: rgb(134 25 143 / 0.7);
  border-bottom-color: rgb(134 25 143 / 0.7);
}

.border-y-fuchsia-800\/75{
  border-top-color: rgb(134 25 143 / 0.75);
  border-bottom-color: rgb(134 25 143 / 0.75);
}

.border-y-fuchsia-800\/80{
  border-top-color: rgb(134 25 143 / 0.8);
  border-bottom-color: rgb(134 25 143 / 0.8);
}

.border-y-fuchsia-800\/90{
  border-top-color: rgb(134 25 143 / 0.9);
  border-bottom-color: rgb(134 25 143 / 0.9);
}

.border-y-fuchsia-800\/95{
  border-top-color: rgb(134 25 143 / 0.95);
  border-bottom-color: rgb(134 25 143 / 0.95);
}

.border-y-fuchsia-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(112 26 117 / var(--tw-border-opacity));
  border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-y-fuchsia-900\/0{
  border-top-color: rgb(112 26 117 / 0);
  border-bottom-color: rgb(112 26 117 / 0);
}

.border-y-fuchsia-900\/10{
  border-top-color: rgb(112 26 117 / 0.1);
  border-bottom-color: rgb(112 26 117 / 0.1);
}

.border-y-fuchsia-900\/100{
  border-top-color: rgb(112 26 117 / 1);
  border-bottom-color: rgb(112 26 117 / 1);
}

.border-y-fuchsia-900\/20{
  border-top-color: rgb(112 26 117 / 0.2);
  border-bottom-color: rgb(112 26 117 / 0.2);
}

.border-y-fuchsia-900\/25{
  border-top-color: rgb(112 26 117 / 0.25);
  border-bottom-color: rgb(112 26 117 / 0.25);
}

.border-y-fuchsia-900\/30{
  border-top-color: rgb(112 26 117 / 0.3);
  border-bottom-color: rgb(112 26 117 / 0.3);
}

.border-y-fuchsia-900\/40{
  border-top-color: rgb(112 26 117 / 0.4);
  border-bottom-color: rgb(112 26 117 / 0.4);
}

.border-y-fuchsia-900\/5{
  border-top-color: rgb(112 26 117 / 0.05);
  border-bottom-color: rgb(112 26 117 / 0.05);
}

.border-y-fuchsia-900\/50{
  border-top-color: rgb(112 26 117 / 0.5);
  border-bottom-color: rgb(112 26 117 / 0.5);
}

.border-y-fuchsia-900\/60{
  border-top-color: rgb(112 26 117 / 0.6);
  border-bottom-color: rgb(112 26 117 / 0.6);
}

.border-y-fuchsia-900\/70{
  border-top-color: rgb(112 26 117 / 0.7);
  border-bottom-color: rgb(112 26 117 / 0.7);
}

.border-y-fuchsia-900\/75{
  border-top-color: rgb(112 26 117 / 0.75);
  border-bottom-color: rgb(112 26 117 / 0.75);
}

.border-y-fuchsia-900\/80{
  border-top-color: rgb(112 26 117 / 0.8);
  border-bottom-color: rgb(112 26 117 / 0.8);
}

.border-y-fuchsia-900\/90{
  border-top-color: rgb(112 26 117 / 0.9);
  border-bottom-color: rgb(112 26 117 / 0.9);
}

.border-y-fuchsia-900\/95{
  border-top-color: rgb(112 26 117 / 0.95);
  border-bottom-color: rgb(112 26 117 / 0.95);
}

.border-y-fuchsia-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(74 4 78 / var(--tw-border-opacity));
  border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-y-fuchsia-950\/0{
  border-top-color: rgb(74 4 78 / 0);
  border-bottom-color: rgb(74 4 78 / 0);
}

.border-y-fuchsia-950\/10{
  border-top-color: rgb(74 4 78 / 0.1);
  border-bottom-color: rgb(74 4 78 / 0.1);
}

.border-y-fuchsia-950\/100{
  border-top-color: rgb(74 4 78 / 1);
  border-bottom-color: rgb(74 4 78 / 1);
}

.border-y-fuchsia-950\/20{
  border-top-color: rgb(74 4 78 / 0.2);
  border-bottom-color: rgb(74 4 78 / 0.2);
}

.border-y-fuchsia-950\/25{
  border-top-color: rgb(74 4 78 / 0.25);
  border-bottom-color: rgb(74 4 78 / 0.25);
}

.border-y-fuchsia-950\/30{
  border-top-color: rgb(74 4 78 / 0.3);
  border-bottom-color: rgb(74 4 78 / 0.3);
}

.border-y-fuchsia-950\/40{
  border-top-color: rgb(74 4 78 / 0.4);
  border-bottom-color: rgb(74 4 78 / 0.4);
}

.border-y-fuchsia-950\/5{
  border-top-color: rgb(74 4 78 / 0.05);
  border-bottom-color: rgb(74 4 78 / 0.05);
}

.border-y-fuchsia-950\/50{
  border-top-color: rgb(74 4 78 / 0.5);
  border-bottom-color: rgb(74 4 78 / 0.5);
}

.border-y-fuchsia-950\/60{
  border-top-color: rgb(74 4 78 / 0.6);
  border-bottom-color: rgb(74 4 78 / 0.6);
}

.border-y-fuchsia-950\/70{
  border-top-color: rgb(74 4 78 / 0.7);
  border-bottom-color: rgb(74 4 78 / 0.7);
}

.border-y-fuchsia-950\/75{
  border-top-color: rgb(74 4 78 / 0.75);
  border-bottom-color: rgb(74 4 78 / 0.75);
}

.border-y-fuchsia-950\/80{
  border-top-color: rgb(74 4 78 / 0.8);
  border-bottom-color: rgb(74 4 78 / 0.8);
}

.border-y-fuchsia-950\/90{
  border-top-color: rgb(74 4 78 / 0.9);
  border-bottom-color: rgb(74 4 78 / 0.9);
}

.border-y-fuchsia-950\/95{
  border-top-color: rgb(74 4 78 / 0.95);
  border-bottom-color: rgb(74 4 78 / 0.95);
}

.border-y-gray-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-y-gray-100\/0{
  border-top-color: rgb(243 244 246 / 0);
  border-bottom-color: rgb(243 244 246 / 0);
}

.border-y-gray-100\/10{
  border-top-color: rgb(243 244 246 / 0.1);
  border-bottom-color: rgb(243 244 246 / 0.1);
}

.border-y-gray-100\/100{
  border-top-color: rgb(243 244 246 / 1);
  border-bottom-color: rgb(243 244 246 / 1);
}

.border-y-gray-100\/20{
  border-top-color: rgb(243 244 246 / 0.2);
  border-bottom-color: rgb(243 244 246 / 0.2);
}

.border-y-gray-100\/25{
  border-top-color: rgb(243 244 246 / 0.25);
  border-bottom-color: rgb(243 244 246 / 0.25);
}

.border-y-gray-100\/30{
  border-top-color: rgb(243 244 246 / 0.3);
  border-bottom-color: rgb(243 244 246 / 0.3);
}

.border-y-gray-100\/40{
  border-top-color: rgb(243 244 246 / 0.4);
  border-bottom-color: rgb(243 244 246 / 0.4);
}

.border-y-gray-100\/5{
  border-top-color: rgb(243 244 246 / 0.05);
  border-bottom-color: rgb(243 244 246 / 0.05);
}

.border-y-gray-100\/50{
  border-top-color: rgb(243 244 246 / 0.5);
  border-bottom-color: rgb(243 244 246 / 0.5);
}

.border-y-gray-100\/60{
  border-top-color: rgb(243 244 246 / 0.6);
  border-bottom-color: rgb(243 244 246 / 0.6);
}

.border-y-gray-100\/70{
  border-top-color: rgb(243 244 246 / 0.7);
  border-bottom-color: rgb(243 244 246 / 0.7);
}

.border-y-gray-100\/75{
  border-top-color: rgb(243 244 246 / 0.75);
  border-bottom-color: rgb(243 244 246 / 0.75);
}

.border-y-gray-100\/80{
  border-top-color: rgb(243 244 246 / 0.8);
  border-bottom-color: rgb(243 244 246 / 0.8);
}

.border-y-gray-100\/90{
  border-top-color: rgb(243 244 246 / 0.9);
  border-bottom-color: rgb(243 244 246 / 0.9);
}

.border-y-gray-100\/95{
  border-top-color: rgb(243 244 246 / 0.95);
  border-bottom-color: rgb(243 244 246 / 0.95);
}

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

.border-y-gray-200\/0{
  border-top-color: rgb(229 231 235 / 0);
  border-bottom-color: rgb(229 231 235 / 0);
}

.border-y-gray-200\/10{
  border-top-color: rgb(229 231 235 / 0.1);
  border-bottom-color: rgb(229 231 235 / 0.1);
}

.border-y-gray-200\/100{
  border-top-color: rgb(229 231 235 / 1);
  border-bottom-color: rgb(229 231 235 / 1);
}

.border-y-gray-200\/20{
  border-top-color: rgb(229 231 235 / 0.2);
  border-bottom-color: rgb(229 231 235 / 0.2);
}

.border-y-gray-200\/25{
  border-top-color: rgb(229 231 235 / 0.25);
  border-bottom-color: rgb(229 231 235 / 0.25);
}

.border-y-gray-200\/30{
  border-top-color: rgb(229 231 235 / 0.3);
  border-bottom-color: rgb(229 231 235 / 0.3);
}

.border-y-gray-200\/40{
  border-top-color: rgb(229 231 235 / 0.4);
  border-bottom-color: rgb(229 231 235 / 0.4);
}

.border-y-gray-200\/5{
  border-top-color: rgb(229 231 235 / 0.05);
  border-bottom-color: rgb(229 231 235 / 0.05);
}

.border-y-gray-200\/50{
  border-top-color: rgb(229 231 235 / 0.5);
  border-bottom-color: rgb(229 231 235 / 0.5);
}

.border-y-gray-200\/60{
  border-top-color: rgb(229 231 235 / 0.6);
  border-bottom-color: rgb(229 231 235 / 0.6);
}

.border-y-gray-200\/70{
  border-top-color: rgb(229 231 235 / 0.7);
  border-bottom-color: rgb(229 231 235 / 0.7);
}

.border-y-gray-200\/75{
  border-top-color: rgb(229 231 235 / 0.75);
  border-bottom-color: rgb(229 231 235 / 0.75);
}

.border-y-gray-200\/80{
  border-top-color: rgb(229 231 235 / 0.8);
  border-bottom-color: rgb(229 231 235 / 0.8);
}

.border-y-gray-200\/90{
  border-top-color: rgb(229 231 235 / 0.9);
  border-bottom-color: rgb(229 231 235 / 0.9);
}

.border-y-gray-200\/95{
  border-top-color: rgb(229 231 235 / 0.95);
  border-bottom-color: rgb(229 231 235 / 0.95);
}

.border-y-gray-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-y-gray-300\/0{
  border-top-color: rgb(209 213 219 / 0);
  border-bottom-color: rgb(209 213 219 / 0);
}

.border-y-gray-300\/10{
  border-top-color: rgb(209 213 219 / 0.1);
  border-bottom-color: rgb(209 213 219 / 0.1);
}

.border-y-gray-300\/100{
  border-top-color: rgb(209 213 219 / 1);
  border-bottom-color: rgb(209 213 219 / 1);
}

.border-y-gray-300\/20{
  border-top-color: rgb(209 213 219 / 0.2);
  border-bottom-color: rgb(209 213 219 / 0.2);
}

.border-y-gray-300\/25{
  border-top-color: rgb(209 213 219 / 0.25);
  border-bottom-color: rgb(209 213 219 / 0.25);
}

.border-y-gray-300\/30{
  border-top-color: rgb(209 213 219 / 0.3);
  border-bottom-color: rgb(209 213 219 / 0.3);
}

.border-y-gray-300\/40{
  border-top-color: rgb(209 213 219 / 0.4);
  border-bottom-color: rgb(209 213 219 / 0.4);
}

.border-y-gray-300\/5{
  border-top-color: rgb(209 213 219 / 0.05);
  border-bottom-color: rgb(209 213 219 / 0.05);
}

.border-y-gray-300\/50{
  border-top-color: rgb(209 213 219 / 0.5);
  border-bottom-color: rgb(209 213 219 / 0.5);
}

.border-y-gray-300\/60{
  border-top-color: rgb(209 213 219 / 0.6);
  border-bottom-color: rgb(209 213 219 / 0.6);
}

.border-y-gray-300\/70{
  border-top-color: rgb(209 213 219 / 0.7);
  border-bottom-color: rgb(209 213 219 / 0.7);
}

.border-y-gray-300\/75{
  border-top-color: rgb(209 213 219 / 0.75);
  border-bottom-color: rgb(209 213 219 / 0.75);
}

.border-y-gray-300\/80{
  border-top-color: rgb(209 213 219 / 0.8);
  border-bottom-color: rgb(209 213 219 / 0.8);
}

.border-y-gray-300\/90{
  border-top-color: rgb(209 213 219 / 0.9);
  border-bottom-color: rgb(209 213 219 / 0.9);
}

.border-y-gray-300\/95{
  border-top-color: rgb(209 213 219 / 0.95);
  border-bottom-color: rgb(209 213 219 / 0.95);
}

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

.border-y-gray-400\/0{
  border-top-color: rgb(156 163 175 / 0);
  border-bottom-color: rgb(156 163 175 / 0);
}

.border-y-gray-400\/10{
  border-top-color: rgb(156 163 175 / 0.1);
  border-bottom-color: rgb(156 163 175 / 0.1);
}

.border-y-gray-400\/100{
  border-top-color: rgb(156 163 175 / 1);
  border-bottom-color: rgb(156 163 175 / 1);
}

.border-y-gray-400\/20{
  border-top-color: rgb(156 163 175 / 0.2);
  border-bottom-color: rgb(156 163 175 / 0.2);
}

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

.border-y-gray-400\/30{
  border-top-color: rgb(156 163 175 / 0.3);
  border-bottom-color: rgb(156 163 175 / 0.3);
}

.border-y-gray-400\/40{
  border-top-color: rgb(156 163 175 / 0.4);
  border-bottom-color: rgb(156 163 175 / 0.4);
}

.border-y-gray-400\/5{
  border-top-color: rgb(156 163 175 / 0.05);
  border-bottom-color: rgb(156 163 175 / 0.05);
}

.border-y-gray-400\/50{
  border-top-color: rgb(156 163 175 / 0.5);
  border-bottom-color: rgb(156 163 175 / 0.5);
}

.border-y-gray-400\/60{
  border-top-color: rgb(156 163 175 / 0.6);
  border-bottom-color: rgb(156 163 175 / 0.6);
}

.border-y-gray-400\/70{
  border-top-color: rgb(156 163 175 / 0.7);
  border-bottom-color: rgb(156 163 175 / 0.7);
}

.border-y-gray-400\/75{
  border-top-color: rgb(156 163 175 / 0.75);
  border-bottom-color: rgb(156 163 175 / 0.75);
}

.border-y-gray-400\/80{
  border-top-color: rgb(156 163 175 / 0.8);
  border-bottom-color: rgb(156 163 175 / 0.8);
}

.border-y-gray-400\/90{
  border-top-color: rgb(156 163 175 / 0.9);
  border-bottom-color: rgb(156 163 175 / 0.9);
}

.border-y-gray-400\/95{
  border-top-color: rgb(156 163 175 / 0.95);
  border-bottom-color: rgb(156 163 175 / 0.95);
}

.border-y-gray-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-y-gray-50\/0{
  border-top-color: rgb(249 250 251 / 0);
  border-bottom-color: rgb(249 250 251 / 0);
}

.border-y-gray-50\/10{
  border-top-color: rgb(249 250 251 / 0.1);
  border-bottom-color: rgb(249 250 251 / 0.1);
}

.border-y-gray-50\/100{
  border-top-color: rgb(249 250 251 / 1);
  border-bottom-color: rgb(249 250 251 / 1);
}

.border-y-gray-50\/20{
  border-top-color: rgb(249 250 251 / 0.2);
  border-bottom-color: rgb(249 250 251 / 0.2);
}

.border-y-gray-50\/25{
  border-top-color: rgb(249 250 251 / 0.25);
  border-bottom-color: rgb(249 250 251 / 0.25);
}

.border-y-gray-50\/30{
  border-top-color: rgb(249 250 251 / 0.3);
  border-bottom-color: rgb(249 250 251 / 0.3);
}

.border-y-gray-50\/40{
  border-top-color: rgb(249 250 251 / 0.4);
  border-bottom-color: rgb(249 250 251 / 0.4);
}

.border-y-gray-50\/5{
  border-top-color: rgb(249 250 251 / 0.05);
  border-bottom-color: rgb(249 250 251 / 0.05);
}

.border-y-gray-50\/50{
  border-top-color: rgb(249 250 251 / 0.5);
  border-bottom-color: rgb(249 250 251 / 0.5);
}

.border-y-gray-50\/60{
  border-top-color: rgb(249 250 251 / 0.6);
  border-bottom-color: rgb(249 250 251 / 0.6);
}

.border-y-gray-50\/70{
  border-top-color: rgb(249 250 251 / 0.7);
  border-bottom-color: rgb(249 250 251 / 0.7);
}

.border-y-gray-50\/75{
  border-top-color: rgb(249 250 251 / 0.75);
  border-bottom-color: rgb(249 250 251 / 0.75);
}

.border-y-gray-50\/80{
  border-top-color: rgb(249 250 251 / 0.8);
  border-bottom-color: rgb(249 250 251 / 0.8);
}

.border-y-gray-50\/90{
  border-top-color: rgb(249 250 251 / 0.9);
  border-bottom-color: rgb(249 250 251 / 0.9);
}

.border-y-gray-50\/95{
  border-top-color: rgb(249 250 251 / 0.95);
  border-bottom-color: rgb(249 250 251 / 0.95);
}

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

.border-y-gray-500\/0{
  border-top-color: rgb(107 114 128 / 0);
  border-bottom-color: rgb(107 114 128 / 0);
}

.border-y-gray-500\/10{
  border-top-color: rgb(107 114 128 / 0.1);
  border-bottom-color: rgb(107 114 128 / 0.1);
}

.border-y-gray-500\/100{
  border-top-color: rgb(107 114 128 / 1);
  border-bottom-color: rgb(107 114 128 / 1);
}

.border-y-gray-500\/20{
  border-top-color: rgb(107 114 128 / 0.2);
  border-bottom-color: rgb(107 114 128 / 0.2);
}

.border-y-gray-500\/25{
  border-top-color: rgb(107 114 128 / 0.25);
  border-bottom-color: rgb(107 114 128 / 0.25);
}

.border-y-gray-500\/30{
  border-top-color: rgb(107 114 128 / 0.3);
  border-bottom-color: rgb(107 114 128 / 0.3);
}

.border-y-gray-500\/40{
  border-top-color: rgb(107 114 128 / 0.4);
  border-bottom-color: rgb(107 114 128 / 0.4);
}

.border-y-gray-500\/5{
  border-top-color: rgb(107 114 128 / 0.05);
  border-bottom-color: rgb(107 114 128 / 0.05);
}

.border-y-gray-500\/50{
  border-top-color: rgb(107 114 128 / 0.5);
  border-bottom-color: rgb(107 114 128 / 0.5);
}

.border-y-gray-500\/60{
  border-top-color: rgb(107 114 128 / 0.6);
  border-bottom-color: rgb(107 114 128 / 0.6);
}

.border-y-gray-500\/70{
  border-top-color: rgb(107 114 128 / 0.7);
  border-bottom-color: rgb(107 114 128 / 0.7);
}

.border-y-gray-500\/75{
  border-top-color: rgb(107 114 128 / 0.75);
  border-bottom-color: rgb(107 114 128 / 0.75);
}

.border-y-gray-500\/80{
  border-top-color: rgb(107 114 128 / 0.8);
  border-bottom-color: rgb(107 114 128 / 0.8);
}

.border-y-gray-500\/90{
  border-top-color: rgb(107 114 128 / 0.9);
  border-bottom-color: rgb(107 114 128 / 0.9);
}

.border-y-gray-500\/95{
  border-top-color: rgb(107 114 128 / 0.95);
  border-bottom-color: rgb(107 114 128 / 0.95);
}

.border-y-gray-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity));
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-y-gray-600\/0{
  border-top-color: rgb(75 85 99 / 0);
  border-bottom-color: rgb(75 85 99 / 0);
}

.border-y-gray-600\/10{
  border-top-color: rgb(75 85 99 / 0.1);
  border-bottom-color: rgb(75 85 99 / 0.1);
}

.border-y-gray-600\/100{
  border-top-color: rgb(75 85 99 / 1);
  border-bottom-color: rgb(75 85 99 / 1);
}

.border-y-gray-600\/20{
  border-top-color: rgb(75 85 99 / 0.2);
  border-bottom-color: rgb(75 85 99 / 0.2);
}

.border-y-gray-600\/25{
  border-top-color: rgb(75 85 99 / 0.25);
  border-bottom-color: rgb(75 85 99 / 0.25);
}

.border-y-gray-600\/30{
  border-top-color: rgb(75 85 99 / 0.3);
  border-bottom-color: rgb(75 85 99 / 0.3);
}

.border-y-gray-600\/40{
  border-top-color: rgb(75 85 99 / 0.4);
  border-bottom-color: rgb(75 85 99 / 0.4);
}

.border-y-gray-600\/5{
  border-top-color: rgb(75 85 99 / 0.05);
  border-bottom-color: rgb(75 85 99 / 0.05);
}

.border-y-gray-600\/50{
  border-top-color: rgb(75 85 99 / 0.5);
  border-bottom-color: rgb(75 85 99 / 0.5);
}

.border-y-gray-600\/60{
  border-top-color: rgb(75 85 99 / 0.6);
  border-bottom-color: rgb(75 85 99 / 0.6);
}

.border-y-gray-600\/70{
  border-top-color: rgb(75 85 99 / 0.7);
  border-bottom-color: rgb(75 85 99 / 0.7);
}

.border-y-gray-600\/75{
  border-top-color: rgb(75 85 99 / 0.75);
  border-bottom-color: rgb(75 85 99 / 0.75);
}

.border-y-gray-600\/80{
  border-top-color: rgb(75 85 99 / 0.8);
  border-bottom-color: rgb(75 85 99 / 0.8);
}

.border-y-gray-600\/90{
  border-top-color: rgb(75 85 99 / 0.9);
  border-bottom-color: rgb(75 85 99 / 0.9);
}

.border-y-gray-600\/95{
  border-top-color: rgb(75 85 99 / 0.95);
  border-bottom-color: rgb(75 85 99 / 0.95);
}

.border-y-gray-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity));
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-y-gray-700\/0{
  border-top-color: rgb(55 65 81 / 0);
  border-bottom-color: rgb(55 65 81 / 0);
}

.border-y-gray-700\/10{
  border-top-color: rgb(55 65 81 / 0.1);
  border-bottom-color: rgb(55 65 81 / 0.1);
}

.border-y-gray-700\/100{
  border-top-color: rgb(55 65 81 / 1);
  border-bottom-color: rgb(55 65 81 / 1);
}

.border-y-gray-700\/20{
  border-top-color: rgb(55 65 81 / 0.2);
  border-bottom-color: rgb(55 65 81 / 0.2);
}

.border-y-gray-700\/25{
  border-top-color: rgb(55 65 81 / 0.25);
  border-bottom-color: rgb(55 65 81 / 0.25);
}

.border-y-gray-700\/30{
  border-top-color: rgb(55 65 81 / 0.3);
  border-bottom-color: rgb(55 65 81 / 0.3);
}

.border-y-gray-700\/40{
  border-top-color: rgb(55 65 81 / 0.4);
  border-bottom-color: rgb(55 65 81 / 0.4);
}

.border-y-gray-700\/5{
  border-top-color: rgb(55 65 81 / 0.05);
  border-bottom-color: rgb(55 65 81 / 0.05);
}

.border-y-gray-700\/50{
  border-top-color: rgb(55 65 81 / 0.5);
  border-bottom-color: rgb(55 65 81 / 0.5);
}

.border-y-gray-700\/60{
  border-top-color: rgb(55 65 81 / 0.6);
  border-bottom-color: rgb(55 65 81 / 0.6);
}

.border-y-gray-700\/70{
  border-top-color: rgb(55 65 81 / 0.7);
  border-bottom-color: rgb(55 65 81 / 0.7);
}

.border-y-gray-700\/75{
  border-top-color: rgb(55 65 81 / 0.75);
  border-bottom-color: rgb(55 65 81 / 0.75);
}

.border-y-gray-700\/80{
  border-top-color: rgb(55 65 81 / 0.8);
  border-bottom-color: rgb(55 65 81 / 0.8);
}

.border-y-gray-700\/90{
  border-top-color: rgb(55 65 81 / 0.9);
  border-bottom-color: rgb(55 65 81 / 0.9);
}

.border-y-gray-700\/95{
  border-top-color: rgb(55 65 81 / 0.95);
  border-bottom-color: rgb(55 65 81 / 0.95);
}

.border-y-gray-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity));
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-y-gray-800\/0{
  border-top-color: rgb(31 41 55 / 0);
  border-bottom-color: rgb(31 41 55 / 0);
}

.border-y-gray-800\/10{
  border-top-color: rgb(31 41 55 / 0.1);
  border-bottom-color: rgb(31 41 55 / 0.1);
}

.border-y-gray-800\/100{
  border-top-color: rgb(31 41 55 / 1);
  border-bottom-color: rgb(31 41 55 / 1);
}

.border-y-gray-800\/20{
  border-top-color: rgb(31 41 55 / 0.2);
  border-bottom-color: rgb(31 41 55 / 0.2);
}

.border-y-gray-800\/25{
  border-top-color: rgb(31 41 55 / 0.25);
  border-bottom-color: rgb(31 41 55 / 0.25);
}

.border-y-gray-800\/30{
  border-top-color: rgb(31 41 55 / 0.3);
  border-bottom-color: rgb(31 41 55 / 0.3);
}

.border-y-gray-800\/40{
  border-top-color: rgb(31 41 55 / 0.4);
  border-bottom-color: rgb(31 41 55 / 0.4);
}

.border-y-gray-800\/5{
  border-top-color: rgb(31 41 55 / 0.05);
  border-bottom-color: rgb(31 41 55 / 0.05);
}

.border-y-gray-800\/50{
  border-top-color: rgb(31 41 55 / 0.5);
  border-bottom-color: rgb(31 41 55 / 0.5);
}

.border-y-gray-800\/60{
  border-top-color: rgb(31 41 55 / 0.6);
  border-bottom-color: rgb(31 41 55 / 0.6);
}

.border-y-gray-800\/70{
  border-top-color: rgb(31 41 55 / 0.7);
  border-bottom-color: rgb(31 41 55 / 0.7);
}

.border-y-gray-800\/75{
  border-top-color: rgb(31 41 55 / 0.75);
  border-bottom-color: rgb(31 41 55 / 0.75);
}

.border-y-gray-800\/80{
  border-top-color: rgb(31 41 55 / 0.8);
  border-bottom-color: rgb(31 41 55 / 0.8);
}

.border-y-gray-800\/90{
  border-top-color: rgb(31 41 55 / 0.9);
  border-bottom-color: rgb(31 41 55 / 0.9);
}

.border-y-gray-800\/95{
  border-top-color: rgb(31 41 55 / 0.95);
  border-bottom-color: rgb(31 41 55 / 0.95);
}

.border-y-gray-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity));
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-y-gray-900\/0{
  border-top-color: rgb(17 24 39 / 0);
  border-bottom-color: rgb(17 24 39 / 0);
}

.border-y-gray-900\/10{
  border-top-color: rgb(17 24 39 / 0.1);
  border-bottom-color: rgb(17 24 39 / 0.1);
}

.border-y-gray-900\/100{
  border-top-color: rgb(17 24 39 / 1);
  border-bottom-color: rgb(17 24 39 / 1);
}

.border-y-gray-900\/20{
  border-top-color: rgb(17 24 39 / 0.2);
  border-bottom-color: rgb(17 24 39 / 0.2);
}

.border-y-gray-900\/25{
  border-top-color: rgb(17 24 39 / 0.25);
  border-bottom-color: rgb(17 24 39 / 0.25);
}

.border-y-gray-900\/30{
  border-top-color: rgb(17 24 39 / 0.3);
  border-bottom-color: rgb(17 24 39 / 0.3);
}

.border-y-gray-900\/40{
  border-top-color: rgb(17 24 39 / 0.4);
  border-bottom-color: rgb(17 24 39 / 0.4);
}

.border-y-gray-900\/5{
  border-top-color: rgb(17 24 39 / 0.05);
  border-bottom-color: rgb(17 24 39 / 0.05);
}

.border-y-gray-900\/50{
  border-top-color: rgb(17 24 39 / 0.5);
  border-bottom-color: rgb(17 24 39 / 0.5);
}

.border-y-gray-900\/60{
  border-top-color: rgb(17 24 39 / 0.6);
  border-bottom-color: rgb(17 24 39 / 0.6);
}

.border-y-gray-900\/70{
  border-top-color: rgb(17 24 39 / 0.7);
  border-bottom-color: rgb(17 24 39 / 0.7);
}

.border-y-gray-900\/75{
  border-top-color: rgb(17 24 39 / 0.75);
  border-bottom-color: rgb(17 24 39 / 0.75);
}

.border-y-gray-900\/80{
  border-top-color: rgb(17 24 39 / 0.8);
  border-bottom-color: rgb(17 24 39 / 0.8);
}

.border-y-gray-900\/90{
  border-top-color: rgb(17 24 39 / 0.9);
  border-bottom-color: rgb(17 24 39 / 0.9);
}

.border-y-gray-900\/95{
  border-top-color: rgb(17 24 39 / 0.95);
  border-bottom-color: rgb(17 24 39 / 0.95);
}

.border-y-gray-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity));
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-y-gray-950\/0{
  border-top-color: rgb(3 7 18 / 0);
  border-bottom-color: rgb(3 7 18 / 0);
}

.border-y-gray-950\/10{
  border-top-color: rgb(3 7 18 / 0.1);
  border-bottom-color: rgb(3 7 18 / 0.1);
}

.border-y-gray-950\/100{
  border-top-color: rgb(3 7 18 / 1);
  border-bottom-color: rgb(3 7 18 / 1);
}

.border-y-gray-950\/20{
  border-top-color: rgb(3 7 18 / 0.2);
  border-bottom-color: rgb(3 7 18 / 0.2);
}

.border-y-gray-950\/25{
  border-top-color: rgb(3 7 18 / 0.25);
  border-bottom-color: rgb(3 7 18 / 0.25);
}

.border-y-gray-950\/30{
  border-top-color: rgb(3 7 18 / 0.3);
  border-bottom-color: rgb(3 7 18 / 0.3);
}

.border-y-gray-950\/40{
  border-top-color: rgb(3 7 18 / 0.4);
  border-bottom-color: rgb(3 7 18 / 0.4);
}

.border-y-gray-950\/5{
  border-top-color: rgb(3 7 18 / 0.05);
  border-bottom-color: rgb(3 7 18 / 0.05);
}

.border-y-gray-950\/50{
  border-top-color: rgb(3 7 18 / 0.5);
  border-bottom-color: rgb(3 7 18 / 0.5);
}

.border-y-gray-950\/60{
  border-top-color: rgb(3 7 18 / 0.6);
  border-bottom-color: rgb(3 7 18 / 0.6);
}

.border-y-gray-950\/70{
  border-top-color: rgb(3 7 18 / 0.7);
  border-bottom-color: rgb(3 7 18 / 0.7);
}

.border-y-gray-950\/75{
  border-top-color: rgb(3 7 18 / 0.75);
  border-bottom-color: rgb(3 7 18 / 0.75);
}

.border-y-gray-950\/80{
  border-top-color: rgb(3 7 18 / 0.8);
  border-bottom-color: rgb(3 7 18 / 0.8);
}

.border-y-gray-950\/90{
  border-top-color: rgb(3 7 18 / 0.9);
  border-bottom-color: rgb(3 7 18 / 0.9);
}

.border-y-gray-950\/95{
  border-top-color: rgb(3 7 18 / 0.95);
  border-bottom-color: rgb(3 7 18 / 0.95);
}

.border-y-green-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(220 252 231 / var(--tw-border-opacity));
  border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-y-green-100\/0{
  border-top-color: rgb(220 252 231 / 0);
  border-bottom-color: rgb(220 252 231 / 0);
}

.border-y-green-100\/10{
  border-top-color: rgb(220 252 231 / 0.1);
  border-bottom-color: rgb(220 252 231 / 0.1);
}

.border-y-green-100\/100{
  border-top-color: rgb(220 252 231 / 1);
  border-bottom-color: rgb(220 252 231 / 1);
}

.border-y-green-100\/20{
  border-top-color: rgb(220 252 231 / 0.2);
  border-bottom-color: rgb(220 252 231 / 0.2);
}

.border-y-green-100\/25{
  border-top-color: rgb(220 252 231 / 0.25);
  border-bottom-color: rgb(220 252 231 / 0.25);
}

.border-y-green-100\/30{
  border-top-color: rgb(220 252 231 / 0.3);
  border-bottom-color: rgb(220 252 231 / 0.3);
}

.border-y-green-100\/40{
  border-top-color: rgb(220 252 231 / 0.4);
  border-bottom-color: rgb(220 252 231 / 0.4);
}

.border-y-green-100\/5{
  border-top-color: rgb(220 252 231 / 0.05);
  border-bottom-color: rgb(220 252 231 / 0.05);
}

.border-y-green-100\/50{
  border-top-color: rgb(220 252 231 / 0.5);
  border-bottom-color: rgb(220 252 231 / 0.5);
}

.border-y-green-100\/60{
  border-top-color: rgb(220 252 231 / 0.6);
  border-bottom-color: rgb(220 252 231 / 0.6);
}

.border-y-green-100\/70{
  border-top-color: rgb(220 252 231 / 0.7);
  border-bottom-color: rgb(220 252 231 / 0.7);
}

.border-y-green-100\/75{
  border-top-color: rgb(220 252 231 / 0.75);
  border-bottom-color: rgb(220 252 231 / 0.75);
}

.border-y-green-100\/80{
  border-top-color: rgb(220 252 231 / 0.8);
  border-bottom-color: rgb(220 252 231 / 0.8);
}

.border-y-green-100\/90{
  border-top-color: rgb(220 252 231 / 0.9);
  border-bottom-color: rgb(220 252 231 / 0.9);
}

.border-y-green-100\/95{
  border-top-color: rgb(220 252 231 / 0.95);
  border-bottom-color: rgb(220 252 231 / 0.95);
}

.border-y-green-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(187 247 208 / var(--tw-border-opacity));
  border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-y-green-200\/0{
  border-top-color: rgb(187 247 208 / 0);
  border-bottom-color: rgb(187 247 208 / 0);
}

.border-y-green-200\/10{
  border-top-color: rgb(187 247 208 / 0.1);
  border-bottom-color: rgb(187 247 208 / 0.1);
}

.border-y-green-200\/100{
  border-top-color: rgb(187 247 208 / 1);
  border-bottom-color: rgb(187 247 208 / 1);
}

.border-y-green-200\/20{
  border-top-color: rgb(187 247 208 / 0.2);
  border-bottom-color: rgb(187 247 208 / 0.2);
}

.border-y-green-200\/25{
  border-top-color: rgb(187 247 208 / 0.25);
  border-bottom-color: rgb(187 247 208 / 0.25);
}

.border-y-green-200\/30{
  border-top-color: rgb(187 247 208 / 0.3);
  border-bottom-color: rgb(187 247 208 / 0.3);
}

.border-y-green-200\/40{
  border-top-color: rgb(187 247 208 / 0.4);
  border-bottom-color: rgb(187 247 208 / 0.4);
}

.border-y-green-200\/5{
  border-top-color: rgb(187 247 208 / 0.05);
  border-bottom-color: rgb(187 247 208 / 0.05);
}

.border-y-green-200\/50{
  border-top-color: rgb(187 247 208 / 0.5);
  border-bottom-color: rgb(187 247 208 / 0.5);
}

.border-y-green-200\/60{
  border-top-color: rgb(187 247 208 / 0.6);
  border-bottom-color: rgb(187 247 208 / 0.6);
}

.border-y-green-200\/70{
  border-top-color: rgb(187 247 208 / 0.7);
  border-bottom-color: rgb(187 247 208 / 0.7);
}

.border-y-green-200\/75{
  border-top-color: rgb(187 247 208 / 0.75);
  border-bottom-color: rgb(187 247 208 / 0.75);
}

.border-y-green-200\/80{
  border-top-color: rgb(187 247 208 / 0.8);
  border-bottom-color: rgb(187 247 208 / 0.8);
}

.border-y-green-200\/90{
  border-top-color: rgb(187 247 208 / 0.9);
  border-bottom-color: rgb(187 247 208 / 0.9);
}

.border-y-green-200\/95{
  border-top-color: rgb(187 247 208 / 0.95);
  border-bottom-color: rgb(187 247 208 / 0.95);
}

.border-y-green-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(134 239 172 / var(--tw-border-opacity));
  border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-y-green-300\/0{
  border-top-color: rgb(134 239 172 / 0);
  border-bottom-color: rgb(134 239 172 / 0);
}

.border-y-green-300\/10{
  border-top-color: rgb(134 239 172 / 0.1);
  border-bottom-color: rgb(134 239 172 / 0.1);
}

.border-y-green-300\/100{
  border-top-color: rgb(134 239 172 / 1);
  border-bottom-color: rgb(134 239 172 / 1);
}

.border-y-green-300\/20{
  border-top-color: rgb(134 239 172 / 0.2);
  border-bottom-color: rgb(134 239 172 / 0.2);
}

.border-y-green-300\/25{
  border-top-color: rgb(134 239 172 / 0.25);
  border-bottom-color: rgb(134 239 172 / 0.25);
}

.border-y-green-300\/30{
  border-top-color: rgb(134 239 172 / 0.3);
  border-bottom-color: rgb(134 239 172 / 0.3);
}

.border-y-green-300\/40{
  border-top-color: rgb(134 239 172 / 0.4);
  border-bottom-color: rgb(134 239 172 / 0.4);
}

.border-y-green-300\/5{
  border-top-color: rgb(134 239 172 / 0.05);
  border-bottom-color: rgb(134 239 172 / 0.05);
}

.border-y-green-300\/50{
  border-top-color: rgb(134 239 172 / 0.5);
  border-bottom-color: rgb(134 239 172 / 0.5);
}

.border-y-green-300\/60{
  border-top-color: rgb(134 239 172 / 0.6);
  border-bottom-color: rgb(134 239 172 / 0.6);
}

.border-y-green-300\/70{
  border-top-color: rgb(134 239 172 / 0.7);
  border-bottom-color: rgb(134 239 172 / 0.7);
}

.border-y-green-300\/75{
  border-top-color: rgb(134 239 172 / 0.75);
  border-bottom-color: rgb(134 239 172 / 0.75);
}

.border-y-green-300\/80{
  border-top-color: rgb(134 239 172 / 0.8);
  border-bottom-color: rgb(134 239 172 / 0.8);
}

.border-y-green-300\/90{
  border-top-color: rgb(134 239 172 / 0.9);
  border-bottom-color: rgb(134 239 172 / 0.9);
}

.border-y-green-300\/95{
  border-top-color: rgb(134 239 172 / 0.95);
  border-bottom-color: rgb(134 239 172 / 0.95);
}

.border-y-green-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity));
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-y-green-400\/0{
  border-top-color: rgb(74 222 128 / 0);
  border-bottom-color: rgb(74 222 128 / 0);
}

.border-y-green-400\/10{
  border-top-color: rgb(74 222 128 / 0.1);
  border-bottom-color: rgb(74 222 128 / 0.1);
}

.border-y-green-400\/100{
  border-top-color: rgb(74 222 128 / 1);
  border-bottom-color: rgb(74 222 128 / 1);
}

.border-y-green-400\/20{
  border-top-color: rgb(74 222 128 / 0.2);
  border-bottom-color: rgb(74 222 128 / 0.2);
}

.border-y-green-400\/25{
  border-top-color: rgb(74 222 128 / 0.25);
  border-bottom-color: rgb(74 222 128 / 0.25);
}

.border-y-green-400\/30{
  border-top-color: rgb(74 222 128 / 0.3);
  border-bottom-color: rgb(74 222 128 / 0.3);
}

.border-y-green-400\/40{
  border-top-color: rgb(74 222 128 / 0.4);
  border-bottom-color: rgb(74 222 128 / 0.4);
}

.border-y-green-400\/5{
  border-top-color: rgb(74 222 128 / 0.05);
  border-bottom-color: rgb(74 222 128 / 0.05);
}

.border-y-green-400\/50{
  border-top-color: rgb(74 222 128 / 0.5);
  border-bottom-color: rgb(74 222 128 / 0.5);
}

.border-y-green-400\/60{
  border-top-color: rgb(74 222 128 / 0.6);
  border-bottom-color: rgb(74 222 128 / 0.6);
}

.border-y-green-400\/70{
  border-top-color: rgb(74 222 128 / 0.7);
  border-bottom-color: rgb(74 222 128 / 0.7);
}

.border-y-green-400\/75{
  border-top-color: rgb(74 222 128 / 0.75);
  border-bottom-color: rgb(74 222 128 / 0.75);
}

.border-y-green-400\/80{
  border-top-color: rgb(74 222 128 / 0.8);
  border-bottom-color: rgb(74 222 128 / 0.8);
}

.border-y-green-400\/90{
  border-top-color: rgb(74 222 128 / 0.9);
  border-bottom-color: rgb(74 222 128 / 0.9);
}

.border-y-green-400\/95{
  border-top-color: rgb(74 222 128 / 0.95);
  border-bottom-color: rgb(74 222 128 / 0.95);
}

.border-y-green-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 244 / var(--tw-border-opacity));
  border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-y-green-50\/0{
  border-top-color: rgb(240 253 244 / 0);
  border-bottom-color: rgb(240 253 244 / 0);
}

.border-y-green-50\/10{
  border-top-color: rgb(240 253 244 / 0.1);
  border-bottom-color: rgb(240 253 244 / 0.1);
}

.border-y-green-50\/100{
  border-top-color: rgb(240 253 244 / 1);
  border-bottom-color: rgb(240 253 244 / 1);
}

.border-y-green-50\/20{
  border-top-color: rgb(240 253 244 / 0.2);
  border-bottom-color: rgb(240 253 244 / 0.2);
}

.border-y-green-50\/25{
  border-top-color: rgb(240 253 244 / 0.25);
  border-bottom-color: rgb(240 253 244 / 0.25);
}

.border-y-green-50\/30{
  border-top-color: rgb(240 253 244 / 0.3);
  border-bottom-color: rgb(240 253 244 / 0.3);
}

.border-y-green-50\/40{
  border-top-color: rgb(240 253 244 / 0.4);
  border-bottom-color: rgb(240 253 244 / 0.4);
}

.border-y-green-50\/5{
  border-top-color: rgb(240 253 244 / 0.05);
  border-bottom-color: rgb(240 253 244 / 0.05);
}

.border-y-green-50\/50{
  border-top-color: rgb(240 253 244 / 0.5);
  border-bottom-color: rgb(240 253 244 / 0.5);
}

.border-y-green-50\/60{
  border-top-color: rgb(240 253 244 / 0.6);
  border-bottom-color: rgb(240 253 244 / 0.6);
}

.border-y-green-50\/70{
  border-top-color: rgb(240 253 244 / 0.7);
  border-bottom-color: rgb(240 253 244 / 0.7);
}

.border-y-green-50\/75{
  border-top-color: rgb(240 253 244 / 0.75);
  border-bottom-color: rgb(240 253 244 / 0.75);
}

.border-y-green-50\/80{
  border-top-color: rgb(240 253 244 / 0.8);
  border-bottom-color: rgb(240 253 244 / 0.8);
}

.border-y-green-50\/90{
  border-top-color: rgb(240 253 244 / 0.9);
  border-bottom-color: rgb(240 253 244 / 0.9);
}

.border-y-green-50\/95{
  border-top-color: rgb(240 253 244 / 0.95);
  border-bottom-color: rgb(240 253 244 / 0.95);
}

.border-y-green-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(34 197 94 / var(--tw-border-opacity));
  border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-y-green-500\/0{
  border-top-color: rgb(34 197 94 / 0);
  border-bottom-color: rgb(34 197 94 / 0);
}

.border-y-green-500\/10{
  border-top-color: rgb(34 197 94 / 0.1);
  border-bottom-color: rgb(34 197 94 / 0.1);
}

.border-y-green-500\/100{
  border-top-color: rgb(34 197 94 / 1);
  border-bottom-color: rgb(34 197 94 / 1);
}

.border-y-green-500\/20{
  border-top-color: rgb(34 197 94 / 0.2);
  border-bottom-color: rgb(34 197 94 / 0.2);
}

.border-y-green-500\/25{
  border-top-color: rgb(34 197 94 / 0.25);
  border-bottom-color: rgb(34 197 94 / 0.25);
}

.border-y-green-500\/30{
  border-top-color: rgb(34 197 94 / 0.3);
  border-bottom-color: rgb(34 197 94 / 0.3);
}

.border-y-green-500\/40{
  border-top-color: rgb(34 197 94 / 0.4);
  border-bottom-color: rgb(34 197 94 / 0.4);
}

.border-y-green-500\/5{
  border-top-color: rgb(34 197 94 / 0.05);
  border-bottom-color: rgb(34 197 94 / 0.05);
}

.border-y-green-500\/50{
  border-top-color: rgb(34 197 94 / 0.5);
  border-bottom-color: rgb(34 197 94 / 0.5);
}

.border-y-green-500\/60{
  border-top-color: rgb(34 197 94 / 0.6);
  border-bottom-color: rgb(34 197 94 / 0.6);
}

.border-y-green-500\/70{
  border-top-color: rgb(34 197 94 / 0.7);
  border-bottom-color: rgb(34 197 94 / 0.7);
}

.border-y-green-500\/75{
  border-top-color: rgb(34 197 94 / 0.75);
  border-bottom-color: rgb(34 197 94 / 0.75);
}

.border-y-green-500\/80{
  border-top-color: rgb(34 197 94 / 0.8);
  border-bottom-color: rgb(34 197 94 / 0.8);
}

.border-y-green-500\/90{
  border-top-color: rgb(34 197 94 / 0.9);
  border-bottom-color: rgb(34 197 94 / 0.9);
}

.border-y-green-500\/95{
  border-top-color: rgb(34 197 94 / 0.95);
  border-bottom-color: rgb(34 197 94 / 0.95);
}

.border-y-green-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity));
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-y-green-600\/0{
  border-top-color: rgb(22 163 74 / 0);
  border-bottom-color: rgb(22 163 74 / 0);
}

.border-y-green-600\/10{
  border-top-color: rgb(22 163 74 / 0.1);
  border-bottom-color: rgb(22 163 74 / 0.1);
}

.border-y-green-600\/100{
  border-top-color: rgb(22 163 74 / 1);
  border-bottom-color: rgb(22 163 74 / 1);
}

.border-y-green-600\/20{
  border-top-color: rgb(22 163 74 / 0.2);
  border-bottom-color: rgb(22 163 74 / 0.2);
}

.border-y-green-600\/25{
  border-top-color: rgb(22 163 74 / 0.25);
  border-bottom-color: rgb(22 163 74 / 0.25);
}

.border-y-green-600\/30{
  border-top-color: rgb(22 163 74 / 0.3);
  border-bottom-color: rgb(22 163 74 / 0.3);
}

.border-y-green-600\/40{
  border-top-color: rgb(22 163 74 / 0.4);
  border-bottom-color: rgb(22 163 74 / 0.4);
}

.border-y-green-600\/5{
  border-top-color: rgb(22 163 74 / 0.05);
  border-bottom-color: rgb(22 163 74 / 0.05);
}

.border-y-green-600\/50{
  border-top-color: rgb(22 163 74 / 0.5);
  border-bottom-color: rgb(22 163 74 / 0.5);
}

.border-y-green-600\/60{
  border-top-color: rgb(22 163 74 / 0.6);
  border-bottom-color: rgb(22 163 74 / 0.6);
}

.border-y-green-600\/70{
  border-top-color: rgb(22 163 74 / 0.7);
  border-bottom-color: rgb(22 163 74 / 0.7);
}

.border-y-green-600\/75{
  border-top-color: rgb(22 163 74 / 0.75);
  border-bottom-color: rgb(22 163 74 / 0.75);
}

.border-y-green-600\/80{
  border-top-color: rgb(22 163 74 / 0.8);
  border-bottom-color: rgb(22 163 74 / 0.8);
}

.border-y-green-600\/90{
  border-top-color: rgb(22 163 74 / 0.9);
  border-bottom-color: rgb(22 163 74 / 0.9);
}

.border-y-green-600\/95{
  border-top-color: rgb(22 163 74 / 0.95);
  border-bottom-color: rgb(22 163 74 / 0.95);
}

.border-y-green-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(21 128 61 / var(--tw-border-opacity));
  border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-y-green-700\/0{
  border-top-color: rgb(21 128 61 / 0);
  border-bottom-color: rgb(21 128 61 / 0);
}

.border-y-green-700\/10{
  border-top-color: rgb(21 128 61 / 0.1);
  border-bottom-color: rgb(21 128 61 / 0.1);
}

.border-y-green-700\/100{
  border-top-color: rgb(21 128 61 / 1);
  border-bottom-color: rgb(21 128 61 / 1);
}

.border-y-green-700\/20{
  border-top-color: rgb(21 128 61 / 0.2);
  border-bottom-color: rgb(21 128 61 / 0.2);
}

.border-y-green-700\/25{
  border-top-color: rgb(21 128 61 / 0.25);
  border-bottom-color: rgb(21 128 61 / 0.25);
}

.border-y-green-700\/30{
  border-top-color: rgb(21 128 61 / 0.3);
  border-bottom-color: rgb(21 128 61 / 0.3);
}

.border-y-green-700\/40{
  border-top-color: rgb(21 128 61 / 0.4);
  border-bottom-color: rgb(21 128 61 / 0.4);
}

.border-y-green-700\/5{
  border-top-color: rgb(21 128 61 / 0.05);
  border-bottom-color: rgb(21 128 61 / 0.05);
}

.border-y-green-700\/50{
  border-top-color: rgb(21 128 61 / 0.5);
  border-bottom-color: rgb(21 128 61 / 0.5);
}

.border-y-green-700\/60{
  border-top-color: rgb(21 128 61 / 0.6);
  border-bottom-color: rgb(21 128 61 / 0.6);
}

.border-y-green-700\/70{
  border-top-color: rgb(21 128 61 / 0.7);
  border-bottom-color: rgb(21 128 61 / 0.7);
}

.border-y-green-700\/75{
  border-top-color: rgb(21 128 61 / 0.75);
  border-bottom-color: rgb(21 128 61 / 0.75);
}

.border-y-green-700\/80{
  border-top-color: rgb(21 128 61 / 0.8);
  border-bottom-color: rgb(21 128 61 / 0.8);
}

.border-y-green-700\/90{
  border-top-color: rgb(21 128 61 / 0.9);
  border-bottom-color: rgb(21 128 61 / 0.9);
}

.border-y-green-700\/95{
  border-top-color: rgb(21 128 61 / 0.95);
  border-bottom-color: rgb(21 128 61 / 0.95);
}

.border-y-green-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 101 52 / var(--tw-border-opacity));
  border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-y-green-800\/0{
  border-top-color: rgb(22 101 52 / 0);
  border-bottom-color: rgb(22 101 52 / 0);
}

.border-y-green-800\/10{
  border-top-color: rgb(22 101 52 / 0.1);
  border-bottom-color: rgb(22 101 52 / 0.1);
}

.border-y-green-800\/100{
  border-top-color: rgb(22 101 52 / 1);
  border-bottom-color: rgb(22 101 52 / 1);
}

.border-y-green-800\/20{
  border-top-color: rgb(22 101 52 / 0.2);
  border-bottom-color: rgb(22 101 52 / 0.2);
}

.border-y-green-800\/25{
  border-top-color: rgb(22 101 52 / 0.25);
  border-bottom-color: rgb(22 101 52 / 0.25);
}

.border-y-green-800\/30{
  border-top-color: rgb(22 101 52 / 0.3);
  border-bottom-color: rgb(22 101 52 / 0.3);
}

.border-y-green-800\/40{
  border-top-color: rgb(22 101 52 / 0.4);
  border-bottom-color: rgb(22 101 52 / 0.4);
}

.border-y-green-800\/5{
  border-top-color: rgb(22 101 52 / 0.05);
  border-bottom-color: rgb(22 101 52 / 0.05);
}

.border-y-green-800\/50{
  border-top-color: rgb(22 101 52 / 0.5);
  border-bottom-color: rgb(22 101 52 / 0.5);
}

.border-y-green-800\/60{
  border-top-color: rgb(22 101 52 / 0.6);
  border-bottom-color: rgb(22 101 52 / 0.6);
}

.border-y-green-800\/70{
  border-top-color: rgb(22 101 52 / 0.7);
  border-bottom-color: rgb(22 101 52 / 0.7);
}

.border-y-green-800\/75{
  border-top-color: rgb(22 101 52 / 0.75);
  border-bottom-color: rgb(22 101 52 / 0.75);
}

.border-y-green-800\/80{
  border-top-color: rgb(22 101 52 / 0.8);
  border-bottom-color: rgb(22 101 52 / 0.8);
}

.border-y-green-800\/90{
  border-top-color: rgb(22 101 52 / 0.9);
  border-bottom-color: rgb(22 101 52 / 0.9);
}

.border-y-green-800\/95{
  border-top-color: rgb(22 101 52 / 0.95);
  border-bottom-color: rgb(22 101 52 / 0.95);
}

.border-y-green-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity));
  border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-y-green-900\/0{
  border-top-color: rgb(20 83 45 / 0);
  border-bottom-color: rgb(20 83 45 / 0);
}

.border-y-green-900\/10{
  border-top-color: rgb(20 83 45 / 0.1);
  border-bottom-color: rgb(20 83 45 / 0.1);
}

.border-y-green-900\/100{
  border-top-color: rgb(20 83 45 / 1);
  border-bottom-color: rgb(20 83 45 / 1);
}

.border-y-green-900\/20{
  border-top-color: rgb(20 83 45 / 0.2);
  border-bottom-color: rgb(20 83 45 / 0.2);
}

.border-y-green-900\/25{
  border-top-color: rgb(20 83 45 / 0.25);
  border-bottom-color: rgb(20 83 45 / 0.25);
}

.border-y-green-900\/30{
  border-top-color: rgb(20 83 45 / 0.3);
  border-bottom-color: rgb(20 83 45 / 0.3);
}

.border-y-green-900\/40{
  border-top-color: rgb(20 83 45 / 0.4);
  border-bottom-color: rgb(20 83 45 / 0.4);
}

.border-y-green-900\/5{
  border-top-color: rgb(20 83 45 / 0.05);
  border-bottom-color: rgb(20 83 45 / 0.05);
}

.border-y-green-900\/50{
  border-top-color: rgb(20 83 45 / 0.5);
  border-bottom-color: rgb(20 83 45 / 0.5);
}

.border-y-green-900\/60{
  border-top-color: rgb(20 83 45 / 0.6);
  border-bottom-color: rgb(20 83 45 / 0.6);
}

.border-y-green-900\/70{
  border-top-color: rgb(20 83 45 / 0.7);
  border-bottom-color: rgb(20 83 45 / 0.7);
}

.border-y-green-900\/75{
  border-top-color: rgb(20 83 45 / 0.75);
  border-bottom-color: rgb(20 83 45 / 0.75);
}

.border-y-green-900\/80{
  border-top-color: rgb(20 83 45 / 0.8);
  border-bottom-color: rgb(20 83 45 / 0.8);
}

.border-y-green-900\/90{
  border-top-color: rgb(20 83 45 / 0.9);
  border-bottom-color: rgb(20 83 45 / 0.9);
}

.border-y-green-900\/95{
  border-top-color: rgb(20 83 45 / 0.95);
  border-bottom-color: rgb(20 83 45 / 0.95);
}

.border-y-green-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 46 22 / var(--tw-border-opacity));
  border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-y-green-950\/0{
  border-top-color: rgb(5 46 22 / 0);
  border-bottom-color: rgb(5 46 22 / 0);
}

.border-y-green-950\/10{
  border-top-color: rgb(5 46 22 / 0.1);
  border-bottom-color: rgb(5 46 22 / 0.1);
}

.border-y-green-950\/100{
  border-top-color: rgb(5 46 22 / 1);
  border-bottom-color: rgb(5 46 22 / 1);
}

.border-y-green-950\/20{
  border-top-color: rgb(5 46 22 / 0.2);
  border-bottom-color: rgb(5 46 22 / 0.2);
}

.border-y-green-950\/25{
  border-top-color: rgb(5 46 22 / 0.25);
  border-bottom-color: rgb(5 46 22 / 0.25);
}

.border-y-green-950\/30{
  border-top-color: rgb(5 46 22 / 0.3);
  border-bottom-color: rgb(5 46 22 / 0.3);
}

.border-y-green-950\/40{
  border-top-color: rgb(5 46 22 / 0.4);
  border-bottom-color: rgb(5 46 22 / 0.4);
}

.border-y-green-950\/5{
  border-top-color: rgb(5 46 22 / 0.05);
  border-bottom-color: rgb(5 46 22 / 0.05);
}

.border-y-green-950\/50{
  border-top-color: rgb(5 46 22 / 0.5);
  border-bottom-color: rgb(5 46 22 / 0.5);
}

.border-y-green-950\/60{
  border-top-color: rgb(5 46 22 / 0.6);
  border-bottom-color: rgb(5 46 22 / 0.6);
}

.border-y-green-950\/70{
  border-top-color: rgb(5 46 22 / 0.7);
  border-bottom-color: rgb(5 46 22 / 0.7);
}

.border-y-green-950\/75{
  border-top-color: rgb(5 46 22 / 0.75);
  border-bottom-color: rgb(5 46 22 / 0.75);
}

.border-y-green-950\/80{
  border-top-color: rgb(5 46 22 / 0.8);
  border-bottom-color: rgb(5 46 22 / 0.8);
}

.border-y-green-950\/90{
  border-top-color: rgb(5 46 22 / 0.9);
  border-bottom-color: rgb(5 46 22 / 0.9);
}

.border-y-green-950\/95{
  border-top-color: rgb(5 46 22 / 0.95);
  border-bottom-color: rgb(5 46 22 / 0.95);
}

.border-y-indigo-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-y-indigo-100\/0{
  border-top-color: rgb(224 231 255 / 0);
  border-bottom-color: rgb(224 231 255 / 0);
}

.border-y-indigo-100\/10{
  border-top-color: rgb(224 231 255 / 0.1);
  border-bottom-color: rgb(224 231 255 / 0.1);
}

.border-y-indigo-100\/100{
  border-top-color: rgb(224 231 255 / 1);
  border-bottom-color: rgb(224 231 255 / 1);
}

.border-y-indigo-100\/20{
  border-top-color: rgb(224 231 255 / 0.2);
  border-bottom-color: rgb(224 231 255 / 0.2);
}

.border-y-indigo-100\/25{
  border-top-color: rgb(224 231 255 / 0.25);
  border-bottom-color: rgb(224 231 255 / 0.25);
}

.border-y-indigo-100\/30{
  border-top-color: rgb(224 231 255 / 0.3);
  border-bottom-color: rgb(224 231 255 / 0.3);
}

.border-y-indigo-100\/40{
  border-top-color: rgb(224 231 255 / 0.4);
  border-bottom-color: rgb(224 231 255 / 0.4);
}

.border-y-indigo-100\/5{
  border-top-color: rgb(224 231 255 / 0.05);
  border-bottom-color: rgb(224 231 255 / 0.05);
}

.border-y-indigo-100\/50{
  border-top-color: rgb(224 231 255 / 0.5);
  border-bottom-color: rgb(224 231 255 / 0.5);
}

.border-y-indigo-100\/60{
  border-top-color: rgb(224 231 255 / 0.6);
  border-bottom-color: rgb(224 231 255 / 0.6);
}

.border-y-indigo-100\/70{
  border-top-color: rgb(224 231 255 / 0.7);
  border-bottom-color: rgb(224 231 255 / 0.7);
}

.border-y-indigo-100\/75{
  border-top-color: rgb(224 231 255 / 0.75);
  border-bottom-color: rgb(224 231 255 / 0.75);
}

.border-y-indigo-100\/80{
  border-top-color: rgb(224 231 255 / 0.8);
  border-bottom-color: rgb(224 231 255 / 0.8);
}

.border-y-indigo-100\/90{
  border-top-color: rgb(224 231 255 / 0.9);
  border-bottom-color: rgb(224 231 255 / 0.9);
}

.border-y-indigo-100\/95{
  border-top-color: rgb(224 231 255 / 0.95);
  border-bottom-color: rgb(224 231 255 / 0.95);
}

.border-y-indigo-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(199 210 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-y-indigo-200\/0{
  border-top-color: rgb(199 210 254 / 0);
  border-bottom-color: rgb(199 210 254 / 0);
}

.border-y-indigo-200\/10{
  border-top-color: rgb(199 210 254 / 0.1);
  border-bottom-color: rgb(199 210 254 / 0.1);
}

.border-y-indigo-200\/100{
  border-top-color: rgb(199 210 254 / 1);
  border-bottom-color: rgb(199 210 254 / 1);
}

.border-y-indigo-200\/20{
  border-top-color: rgb(199 210 254 / 0.2);
  border-bottom-color: rgb(199 210 254 / 0.2);
}

.border-y-indigo-200\/25{
  border-top-color: rgb(199 210 254 / 0.25);
  border-bottom-color: rgb(199 210 254 / 0.25);
}

.border-y-indigo-200\/30{
  border-top-color: rgb(199 210 254 / 0.3);
  border-bottom-color: rgb(199 210 254 / 0.3);
}

.border-y-indigo-200\/40{
  border-top-color: rgb(199 210 254 / 0.4);
  border-bottom-color: rgb(199 210 254 / 0.4);
}

.border-y-indigo-200\/5{
  border-top-color: rgb(199 210 254 / 0.05);
  border-bottom-color: rgb(199 210 254 / 0.05);
}

.border-y-indigo-200\/50{
  border-top-color: rgb(199 210 254 / 0.5);
  border-bottom-color: rgb(199 210 254 / 0.5);
}

.border-y-indigo-200\/60{
  border-top-color: rgb(199 210 254 / 0.6);
  border-bottom-color: rgb(199 210 254 / 0.6);
}

.border-y-indigo-200\/70{
  border-top-color: rgb(199 210 254 / 0.7);
  border-bottom-color: rgb(199 210 254 / 0.7);
}

.border-y-indigo-200\/75{
  border-top-color: rgb(199 210 254 / 0.75);
  border-bottom-color: rgb(199 210 254 / 0.75);
}

.border-y-indigo-200\/80{
  border-top-color: rgb(199 210 254 / 0.8);
  border-bottom-color: rgb(199 210 254 / 0.8);
}

.border-y-indigo-200\/90{
  border-top-color: rgb(199 210 254 / 0.9);
  border-bottom-color: rgb(199 210 254 / 0.9);
}

.border-y-indigo-200\/95{
  border-top-color: rgb(199 210 254 / 0.95);
  border-bottom-color: rgb(199 210 254 / 0.95);
}

.border-y-indigo-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(165 180 252 / var(--tw-border-opacity));
  border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-y-indigo-300\/0{
  border-top-color: rgb(165 180 252 / 0);
  border-bottom-color: rgb(165 180 252 / 0);
}

.border-y-indigo-300\/10{
  border-top-color: rgb(165 180 252 / 0.1);
  border-bottom-color: rgb(165 180 252 / 0.1);
}

.border-y-indigo-300\/100{
  border-top-color: rgb(165 180 252 / 1);
  border-bottom-color: rgb(165 180 252 / 1);
}

.border-y-indigo-300\/20{
  border-top-color: rgb(165 180 252 / 0.2);
  border-bottom-color: rgb(165 180 252 / 0.2);
}

.border-y-indigo-300\/25{
  border-top-color: rgb(165 180 252 / 0.25);
  border-bottom-color: rgb(165 180 252 / 0.25);
}

.border-y-indigo-300\/30{
  border-top-color: rgb(165 180 252 / 0.3);
  border-bottom-color: rgb(165 180 252 / 0.3);
}

.border-y-indigo-300\/40{
  border-top-color: rgb(165 180 252 / 0.4);
  border-bottom-color: rgb(165 180 252 / 0.4);
}

.border-y-indigo-300\/5{
  border-top-color: rgb(165 180 252 / 0.05);
  border-bottom-color: rgb(165 180 252 / 0.05);
}

.border-y-indigo-300\/50{
  border-top-color: rgb(165 180 252 / 0.5);
  border-bottom-color: rgb(165 180 252 / 0.5);
}

.border-y-indigo-300\/60{
  border-top-color: rgb(165 180 252 / 0.6);
  border-bottom-color: rgb(165 180 252 / 0.6);
}

.border-y-indigo-300\/70{
  border-top-color: rgb(165 180 252 / 0.7);
  border-bottom-color: rgb(165 180 252 / 0.7);
}

.border-y-indigo-300\/75{
  border-top-color: rgb(165 180 252 / 0.75);
  border-bottom-color: rgb(165 180 252 / 0.75);
}

.border-y-indigo-300\/80{
  border-top-color: rgb(165 180 252 / 0.8);
  border-bottom-color: rgb(165 180 252 / 0.8);
}

.border-y-indigo-300\/90{
  border-top-color: rgb(165 180 252 / 0.9);
  border-bottom-color: rgb(165 180 252 / 0.9);
}

.border-y-indigo-300\/95{
  border-top-color: rgb(165 180 252 / 0.95);
  border-bottom-color: rgb(165 180 252 / 0.95);
}

.border-y-indigo-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(129 140 248 / var(--tw-border-opacity));
  border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-y-indigo-400\/0{
  border-top-color: rgb(129 140 248 / 0);
  border-bottom-color: rgb(129 140 248 / 0);
}

.border-y-indigo-400\/10{
  border-top-color: rgb(129 140 248 / 0.1);
  border-bottom-color: rgb(129 140 248 / 0.1);
}

.border-y-indigo-400\/100{
  border-top-color: rgb(129 140 248 / 1);
  border-bottom-color: rgb(129 140 248 / 1);
}

.border-y-indigo-400\/20{
  border-top-color: rgb(129 140 248 / 0.2);
  border-bottom-color: rgb(129 140 248 / 0.2);
}

.border-y-indigo-400\/25{
  border-top-color: rgb(129 140 248 / 0.25);
  border-bottom-color: rgb(129 140 248 / 0.25);
}

.border-y-indigo-400\/30{
  border-top-color: rgb(129 140 248 / 0.3);
  border-bottom-color: rgb(129 140 248 / 0.3);
}

.border-y-indigo-400\/40{
  border-top-color: rgb(129 140 248 / 0.4);
  border-bottom-color: rgb(129 140 248 / 0.4);
}

.border-y-indigo-400\/5{
  border-top-color: rgb(129 140 248 / 0.05);
  border-bottom-color: rgb(129 140 248 / 0.05);
}

.border-y-indigo-400\/50{
  border-top-color: rgb(129 140 248 / 0.5);
  border-bottom-color: rgb(129 140 248 / 0.5);
}

.border-y-indigo-400\/60{
  border-top-color: rgb(129 140 248 / 0.6);
  border-bottom-color: rgb(129 140 248 / 0.6);
}

.border-y-indigo-400\/70{
  border-top-color: rgb(129 140 248 / 0.7);
  border-bottom-color: rgb(129 140 248 / 0.7);
}

.border-y-indigo-400\/75{
  border-top-color: rgb(129 140 248 / 0.75);
  border-bottom-color: rgb(129 140 248 / 0.75);
}

.border-y-indigo-400\/80{
  border-top-color: rgb(129 140 248 / 0.8);
  border-bottom-color: rgb(129 140 248 / 0.8);
}

.border-y-indigo-400\/90{
  border-top-color: rgb(129 140 248 / 0.9);
  border-bottom-color: rgb(129 140 248 / 0.9);
}

.border-y-indigo-400\/95{
  border-top-color: rgb(129 140 248 / 0.95);
  border-bottom-color: rgb(129 140 248 / 0.95);
}

.border-y-indigo-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(238 242 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-y-indigo-50\/0{
  border-top-color: rgb(238 242 255 / 0);
  border-bottom-color: rgb(238 242 255 / 0);
}

.border-y-indigo-50\/10{
  border-top-color: rgb(238 242 255 / 0.1);
  border-bottom-color: rgb(238 242 255 / 0.1);
}

.border-y-indigo-50\/100{
  border-top-color: rgb(238 242 255 / 1);
  border-bottom-color: rgb(238 242 255 / 1);
}

.border-y-indigo-50\/20{
  border-top-color: rgb(238 242 255 / 0.2);
  border-bottom-color: rgb(238 242 255 / 0.2);
}

.border-y-indigo-50\/25{
  border-top-color: rgb(238 242 255 / 0.25);
  border-bottom-color: rgb(238 242 255 / 0.25);
}

.border-y-indigo-50\/30{
  border-top-color: rgb(238 242 255 / 0.3);
  border-bottom-color: rgb(238 242 255 / 0.3);
}

.border-y-indigo-50\/40{
  border-top-color: rgb(238 242 255 / 0.4);
  border-bottom-color: rgb(238 242 255 / 0.4);
}

.border-y-indigo-50\/5{
  border-top-color: rgb(238 242 255 / 0.05);
  border-bottom-color: rgb(238 242 255 / 0.05);
}

.border-y-indigo-50\/50{
  border-top-color: rgb(238 242 255 / 0.5);
  border-bottom-color: rgb(238 242 255 / 0.5);
}

.border-y-indigo-50\/60{
  border-top-color: rgb(238 242 255 / 0.6);
  border-bottom-color: rgb(238 242 255 / 0.6);
}

.border-y-indigo-50\/70{
  border-top-color: rgb(238 242 255 / 0.7);
  border-bottom-color: rgb(238 242 255 / 0.7);
}

.border-y-indigo-50\/75{
  border-top-color: rgb(238 242 255 / 0.75);
  border-bottom-color: rgb(238 242 255 / 0.75);
}

.border-y-indigo-50\/80{
  border-top-color: rgb(238 242 255 / 0.8);
  border-bottom-color: rgb(238 242 255 / 0.8);
}

.border-y-indigo-50\/90{
  border-top-color: rgb(238 242 255 / 0.9);
  border-bottom-color: rgb(238 242 255 / 0.9);
}

.border-y-indigo-50\/95{
  border-top-color: rgb(238 242 255 / 0.95);
  border-bottom-color: rgb(238 242 255 / 0.95);
}

.border-y-indigo-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity));
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-y-indigo-500\/0{
  border-top-color: rgb(99 102 241 / 0);
  border-bottom-color: rgb(99 102 241 / 0);
}

.border-y-indigo-500\/10{
  border-top-color: rgb(99 102 241 / 0.1);
  border-bottom-color: rgb(99 102 241 / 0.1);
}

.border-y-indigo-500\/100{
  border-top-color: rgb(99 102 241 / 1);
  border-bottom-color: rgb(99 102 241 / 1);
}

.border-y-indigo-500\/20{
  border-top-color: rgb(99 102 241 / 0.2);
  border-bottom-color: rgb(99 102 241 / 0.2);
}

.border-y-indigo-500\/25{
  border-top-color: rgb(99 102 241 / 0.25);
  border-bottom-color: rgb(99 102 241 / 0.25);
}

.border-y-indigo-500\/30{
  border-top-color: rgb(99 102 241 / 0.3);
  border-bottom-color: rgb(99 102 241 / 0.3);
}

.border-y-indigo-500\/40{
  border-top-color: rgb(99 102 241 / 0.4);
  border-bottom-color: rgb(99 102 241 / 0.4);
}

.border-y-indigo-500\/5{
  border-top-color: rgb(99 102 241 / 0.05);
  border-bottom-color: rgb(99 102 241 / 0.05);
}

.border-y-indigo-500\/50{
  border-top-color: rgb(99 102 241 / 0.5);
  border-bottom-color: rgb(99 102 241 / 0.5);
}

.border-y-indigo-500\/60{
  border-top-color: rgb(99 102 241 / 0.6);
  border-bottom-color: rgb(99 102 241 / 0.6);
}

.border-y-indigo-500\/70{
  border-top-color: rgb(99 102 241 / 0.7);
  border-bottom-color: rgb(99 102 241 / 0.7);
}

.border-y-indigo-500\/75{
  border-top-color: rgb(99 102 241 / 0.75);
  border-bottom-color: rgb(99 102 241 / 0.75);
}

.border-y-indigo-500\/80{
  border-top-color: rgb(99 102 241 / 0.8);
  border-bottom-color: rgb(99 102 241 / 0.8);
}

.border-y-indigo-500\/90{
  border-top-color: rgb(99 102 241 / 0.9);
  border-bottom-color: rgb(99 102 241 / 0.9);
}

.border-y-indigo-500\/95{
  border-top-color: rgb(99 102 241 / 0.95);
  border-bottom-color: rgb(99 102 241 / 0.95);
}

.border-y-indigo-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity));
  border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-y-indigo-600\/0{
  border-top-color: rgb(79 70 229 / 0);
  border-bottom-color: rgb(79 70 229 / 0);
}

.border-y-indigo-600\/10{
  border-top-color: rgb(79 70 229 / 0.1);
  border-bottom-color: rgb(79 70 229 / 0.1);
}

.border-y-indigo-600\/100{
  border-top-color: rgb(79 70 229 / 1);
  border-bottom-color: rgb(79 70 229 / 1);
}

.border-y-indigo-600\/20{
  border-top-color: rgb(79 70 229 / 0.2);
  border-bottom-color: rgb(79 70 229 / 0.2);
}

.border-y-indigo-600\/25{
  border-top-color: rgb(79 70 229 / 0.25);
  border-bottom-color: rgb(79 70 229 / 0.25);
}

.border-y-indigo-600\/30{
  border-top-color: rgb(79 70 229 / 0.3);
  border-bottom-color: rgb(79 70 229 / 0.3);
}

.border-y-indigo-600\/40{
  border-top-color: rgb(79 70 229 / 0.4);
  border-bottom-color: rgb(79 70 229 / 0.4);
}

.border-y-indigo-600\/5{
  border-top-color: rgb(79 70 229 / 0.05);
  border-bottom-color: rgb(79 70 229 / 0.05);
}

.border-y-indigo-600\/50{
  border-top-color: rgb(79 70 229 / 0.5);
  border-bottom-color: rgb(79 70 229 / 0.5);
}

.border-y-indigo-600\/60{
  border-top-color: rgb(79 70 229 / 0.6);
  border-bottom-color: rgb(79 70 229 / 0.6);
}

.border-y-indigo-600\/70{
  border-top-color: rgb(79 70 229 / 0.7);
  border-bottom-color: rgb(79 70 229 / 0.7);
}

.border-y-indigo-600\/75{
  border-top-color: rgb(79 70 229 / 0.75);
  border-bottom-color: rgb(79 70 229 / 0.75);
}

.border-y-indigo-600\/80{
  border-top-color: rgb(79 70 229 / 0.8);
  border-bottom-color: rgb(79 70 229 / 0.8);
}

.border-y-indigo-600\/90{
  border-top-color: rgb(79 70 229 / 0.9);
  border-bottom-color: rgb(79 70 229 / 0.9);
}

.border-y-indigo-600\/95{
  border-top-color: rgb(79 70 229 / 0.95);
  border-bottom-color: rgb(79 70 229 / 0.95);
}

.border-y-indigo-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(67 56 202 / var(--tw-border-opacity));
  border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-y-indigo-700\/0{
  border-top-color: rgb(67 56 202 / 0);
  border-bottom-color: rgb(67 56 202 / 0);
}

.border-y-indigo-700\/10{
  border-top-color: rgb(67 56 202 / 0.1);
  border-bottom-color: rgb(67 56 202 / 0.1);
}

.border-y-indigo-700\/100{
  border-top-color: rgb(67 56 202 / 1);
  border-bottom-color: rgb(67 56 202 / 1);
}

.border-y-indigo-700\/20{
  border-top-color: rgb(67 56 202 / 0.2);
  border-bottom-color: rgb(67 56 202 / 0.2);
}

.border-y-indigo-700\/25{
  border-top-color: rgb(67 56 202 / 0.25);
  border-bottom-color: rgb(67 56 202 / 0.25);
}

.border-y-indigo-700\/30{
  border-top-color: rgb(67 56 202 / 0.3);
  border-bottom-color: rgb(67 56 202 / 0.3);
}

.border-y-indigo-700\/40{
  border-top-color: rgb(67 56 202 / 0.4);
  border-bottom-color: rgb(67 56 202 / 0.4);
}

.border-y-indigo-700\/5{
  border-top-color: rgb(67 56 202 / 0.05);
  border-bottom-color: rgb(67 56 202 / 0.05);
}

.border-y-indigo-700\/50{
  border-top-color: rgb(67 56 202 / 0.5);
  border-bottom-color: rgb(67 56 202 / 0.5);
}

.border-y-indigo-700\/60{
  border-top-color: rgb(67 56 202 / 0.6);
  border-bottom-color: rgb(67 56 202 / 0.6);
}

.border-y-indigo-700\/70{
  border-top-color: rgb(67 56 202 / 0.7);
  border-bottom-color: rgb(67 56 202 / 0.7);
}

.border-y-indigo-700\/75{
  border-top-color: rgb(67 56 202 / 0.75);
  border-bottom-color: rgb(67 56 202 / 0.75);
}

.border-y-indigo-700\/80{
  border-top-color: rgb(67 56 202 / 0.8);
  border-bottom-color: rgb(67 56 202 / 0.8);
}

.border-y-indigo-700\/90{
  border-top-color: rgb(67 56 202 / 0.9);
  border-bottom-color: rgb(67 56 202 / 0.9);
}

.border-y-indigo-700\/95{
  border-top-color: rgb(67 56 202 / 0.95);
  border-bottom-color: rgb(67 56 202 / 0.95);
}

.border-y-indigo-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(55 48 163 / var(--tw-border-opacity));
  border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-y-indigo-800\/0{
  border-top-color: rgb(55 48 163 / 0);
  border-bottom-color: rgb(55 48 163 / 0);
}

.border-y-indigo-800\/10{
  border-top-color: rgb(55 48 163 / 0.1);
  border-bottom-color: rgb(55 48 163 / 0.1);
}

.border-y-indigo-800\/100{
  border-top-color: rgb(55 48 163 / 1);
  border-bottom-color: rgb(55 48 163 / 1);
}

.border-y-indigo-800\/20{
  border-top-color: rgb(55 48 163 / 0.2);
  border-bottom-color: rgb(55 48 163 / 0.2);
}

.border-y-indigo-800\/25{
  border-top-color: rgb(55 48 163 / 0.25);
  border-bottom-color: rgb(55 48 163 / 0.25);
}

.border-y-indigo-800\/30{
  border-top-color: rgb(55 48 163 / 0.3);
  border-bottom-color: rgb(55 48 163 / 0.3);
}

.border-y-indigo-800\/40{
  border-top-color: rgb(55 48 163 / 0.4);
  border-bottom-color: rgb(55 48 163 / 0.4);
}

.border-y-indigo-800\/5{
  border-top-color: rgb(55 48 163 / 0.05);
  border-bottom-color: rgb(55 48 163 / 0.05);
}

.border-y-indigo-800\/50{
  border-top-color: rgb(55 48 163 / 0.5);
  border-bottom-color: rgb(55 48 163 / 0.5);
}

.border-y-indigo-800\/60{
  border-top-color: rgb(55 48 163 / 0.6);
  border-bottom-color: rgb(55 48 163 / 0.6);
}

.border-y-indigo-800\/70{
  border-top-color: rgb(55 48 163 / 0.7);
  border-bottom-color: rgb(55 48 163 / 0.7);
}

.border-y-indigo-800\/75{
  border-top-color: rgb(55 48 163 / 0.75);
  border-bottom-color: rgb(55 48 163 / 0.75);
}

.border-y-indigo-800\/80{
  border-top-color: rgb(55 48 163 / 0.8);
  border-bottom-color: rgb(55 48 163 / 0.8);
}

.border-y-indigo-800\/90{
  border-top-color: rgb(55 48 163 / 0.9);
  border-bottom-color: rgb(55 48 163 / 0.9);
}

.border-y-indigo-800\/95{
  border-top-color: rgb(55 48 163 / 0.95);
  border-bottom-color: rgb(55 48 163 / 0.95);
}

.border-y-indigo-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(49 46 129 / var(--tw-border-opacity));
  border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-y-indigo-900\/0{
  border-top-color: rgb(49 46 129 / 0);
  border-bottom-color: rgb(49 46 129 / 0);
}

.border-y-indigo-900\/10{
  border-top-color: rgb(49 46 129 / 0.1);
  border-bottom-color: rgb(49 46 129 / 0.1);
}

.border-y-indigo-900\/100{
  border-top-color: rgb(49 46 129 / 1);
  border-bottom-color: rgb(49 46 129 / 1);
}

.border-y-indigo-900\/20{
  border-top-color: rgb(49 46 129 / 0.2);
  border-bottom-color: rgb(49 46 129 / 0.2);
}

.border-y-indigo-900\/25{
  border-top-color: rgb(49 46 129 / 0.25);
  border-bottom-color: rgb(49 46 129 / 0.25);
}

.border-y-indigo-900\/30{
  border-top-color: rgb(49 46 129 / 0.3);
  border-bottom-color: rgb(49 46 129 / 0.3);
}

.border-y-indigo-900\/40{
  border-top-color: rgb(49 46 129 / 0.4);
  border-bottom-color: rgb(49 46 129 / 0.4);
}

.border-y-indigo-900\/5{
  border-top-color: rgb(49 46 129 / 0.05);
  border-bottom-color: rgb(49 46 129 / 0.05);
}

.border-y-indigo-900\/50{
  border-top-color: rgb(49 46 129 / 0.5);
  border-bottom-color: rgb(49 46 129 / 0.5);
}

.border-y-indigo-900\/60{
  border-top-color: rgb(49 46 129 / 0.6);
  border-bottom-color: rgb(49 46 129 / 0.6);
}

.border-y-indigo-900\/70{
  border-top-color: rgb(49 46 129 / 0.7);
  border-bottom-color: rgb(49 46 129 / 0.7);
}

.border-y-indigo-900\/75{
  border-top-color: rgb(49 46 129 / 0.75);
  border-bottom-color: rgb(49 46 129 / 0.75);
}

.border-y-indigo-900\/80{
  border-top-color: rgb(49 46 129 / 0.8);
  border-bottom-color: rgb(49 46 129 / 0.8);
}

.border-y-indigo-900\/90{
  border-top-color: rgb(49 46 129 / 0.9);
  border-bottom-color: rgb(49 46 129 / 0.9);
}

.border-y-indigo-900\/95{
  border-top-color: rgb(49 46 129 / 0.95);
  border-bottom-color: rgb(49 46 129 / 0.95);
}

.border-y-indigo-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 27 75 / var(--tw-border-opacity));
  border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-y-indigo-950\/0{
  border-top-color: rgb(30 27 75 / 0);
  border-bottom-color: rgb(30 27 75 / 0);
}

.border-y-indigo-950\/10{
  border-top-color: rgb(30 27 75 / 0.1);
  border-bottom-color: rgb(30 27 75 / 0.1);
}

.border-y-indigo-950\/100{
  border-top-color: rgb(30 27 75 / 1);
  border-bottom-color: rgb(30 27 75 / 1);
}

.border-y-indigo-950\/20{
  border-top-color: rgb(30 27 75 / 0.2);
  border-bottom-color: rgb(30 27 75 / 0.2);
}

.border-y-indigo-950\/25{
  border-top-color: rgb(30 27 75 / 0.25);
  border-bottom-color: rgb(30 27 75 / 0.25);
}

.border-y-indigo-950\/30{
  border-top-color: rgb(30 27 75 / 0.3);
  border-bottom-color: rgb(30 27 75 / 0.3);
}

.border-y-indigo-950\/40{
  border-top-color: rgb(30 27 75 / 0.4);
  border-bottom-color: rgb(30 27 75 / 0.4);
}

.border-y-indigo-950\/5{
  border-top-color: rgb(30 27 75 / 0.05);
  border-bottom-color: rgb(30 27 75 / 0.05);
}

.border-y-indigo-950\/50{
  border-top-color: rgb(30 27 75 / 0.5);
  border-bottom-color: rgb(30 27 75 / 0.5);
}

.border-y-indigo-950\/60{
  border-top-color: rgb(30 27 75 / 0.6);
  border-bottom-color: rgb(30 27 75 / 0.6);
}

.border-y-indigo-950\/70{
  border-top-color: rgb(30 27 75 / 0.7);
  border-bottom-color: rgb(30 27 75 / 0.7);
}

.border-y-indigo-950\/75{
  border-top-color: rgb(30 27 75 / 0.75);
  border-bottom-color: rgb(30 27 75 / 0.75);
}

.border-y-indigo-950\/80{
  border-top-color: rgb(30 27 75 / 0.8);
  border-bottom-color: rgb(30 27 75 / 0.8);
}

.border-y-indigo-950\/90{
  border-top-color: rgb(30 27 75 / 0.9);
  border-bottom-color: rgb(30 27 75 / 0.9);
}

.border-y-indigo-950\/95{
  border-top-color: rgb(30 27 75 / 0.95);
  border-bottom-color: rgb(30 27 75 / 0.95);
}

.border-y-inherit{
  border-top-color: inherit;
  border-bottom-color: inherit;
}

.border-y-lime-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity));
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-y-lime-100\/0{
  border-top-color: rgb(236 252 203 / 0);
  border-bottom-color: rgb(236 252 203 / 0);
}

.border-y-lime-100\/10{
  border-top-color: rgb(236 252 203 / 0.1);
  border-bottom-color: rgb(236 252 203 / 0.1);
}

.border-y-lime-100\/100{
  border-top-color: rgb(236 252 203 / 1);
  border-bottom-color: rgb(236 252 203 / 1);
}

.border-y-lime-100\/20{
  border-top-color: rgb(236 252 203 / 0.2);
  border-bottom-color: rgb(236 252 203 / 0.2);
}

.border-y-lime-100\/25{
  border-top-color: rgb(236 252 203 / 0.25);
  border-bottom-color: rgb(236 252 203 / 0.25);
}

.border-y-lime-100\/30{
  border-top-color: rgb(236 252 203 / 0.3);
  border-bottom-color: rgb(236 252 203 / 0.3);
}

.border-y-lime-100\/40{
  border-top-color: rgb(236 252 203 / 0.4);
  border-bottom-color: rgb(236 252 203 / 0.4);
}

.border-y-lime-100\/5{
  border-top-color: rgb(236 252 203 / 0.05);
  border-bottom-color: rgb(236 252 203 / 0.05);
}

.border-y-lime-100\/50{
  border-top-color: rgb(236 252 203 / 0.5);
  border-bottom-color: rgb(236 252 203 / 0.5);
}

.border-y-lime-100\/60{
  border-top-color: rgb(236 252 203 / 0.6);
  border-bottom-color: rgb(236 252 203 / 0.6);
}

.border-y-lime-100\/70{
  border-top-color: rgb(236 252 203 / 0.7);
  border-bottom-color: rgb(236 252 203 / 0.7);
}

.border-y-lime-100\/75{
  border-top-color: rgb(236 252 203 / 0.75);
  border-bottom-color: rgb(236 252 203 / 0.75);
}

.border-y-lime-100\/80{
  border-top-color: rgb(236 252 203 / 0.8);
  border-bottom-color: rgb(236 252 203 / 0.8);
}

.border-y-lime-100\/90{
  border-top-color: rgb(236 252 203 / 0.9);
  border-bottom-color: rgb(236 252 203 / 0.9);
}

.border-y-lime-100\/95{
  border-top-color: rgb(236 252 203 / 0.95);
  border-bottom-color: rgb(236 252 203 / 0.95);
}

.border-y-lime-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity));
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-y-lime-200\/0{
  border-top-color: rgb(217 249 157 / 0);
  border-bottom-color: rgb(217 249 157 / 0);
}

.border-y-lime-200\/10{
  border-top-color: rgb(217 249 157 / 0.1);
  border-bottom-color: rgb(217 249 157 / 0.1);
}

.border-y-lime-200\/100{
  border-top-color: rgb(217 249 157 / 1);
  border-bottom-color: rgb(217 249 157 / 1);
}

.border-y-lime-200\/20{
  border-top-color: rgb(217 249 157 / 0.2);
  border-bottom-color: rgb(217 249 157 / 0.2);
}

.border-y-lime-200\/25{
  border-top-color: rgb(217 249 157 / 0.25);
  border-bottom-color: rgb(217 249 157 / 0.25);
}

.border-y-lime-200\/30{
  border-top-color: rgb(217 249 157 / 0.3);
  border-bottom-color: rgb(217 249 157 / 0.3);
}

.border-y-lime-200\/40{
  border-top-color: rgb(217 249 157 / 0.4);
  border-bottom-color: rgb(217 249 157 / 0.4);
}

.border-y-lime-200\/5{
  border-top-color: rgb(217 249 157 / 0.05);
  border-bottom-color: rgb(217 249 157 / 0.05);
}

.border-y-lime-200\/50{
  border-top-color: rgb(217 249 157 / 0.5);
  border-bottom-color: rgb(217 249 157 / 0.5);
}

.border-y-lime-200\/60{
  border-top-color: rgb(217 249 157 / 0.6);
  border-bottom-color: rgb(217 249 157 / 0.6);
}

.border-y-lime-200\/70{
  border-top-color: rgb(217 249 157 / 0.7);
  border-bottom-color: rgb(217 249 157 / 0.7);
}

.border-y-lime-200\/75{
  border-top-color: rgb(217 249 157 / 0.75);
  border-bottom-color: rgb(217 249 157 / 0.75);
}

.border-y-lime-200\/80{
  border-top-color: rgb(217 249 157 / 0.8);
  border-bottom-color: rgb(217 249 157 / 0.8);
}

.border-y-lime-200\/90{
  border-top-color: rgb(217 249 157 / 0.9);
  border-bottom-color: rgb(217 249 157 / 0.9);
}

.border-y-lime-200\/95{
  border-top-color: rgb(217 249 157 / 0.95);
  border-bottom-color: rgb(217 249 157 / 0.95);
}

.border-y-lime-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(190 242 100 / var(--tw-border-opacity));
  border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-y-lime-300\/0{
  border-top-color: rgb(190 242 100 / 0);
  border-bottom-color: rgb(190 242 100 / 0);
}

.border-y-lime-300\/10{
  border-top-color: rgb(190 242 100 / 0.1);
  border-bottom-color: rgb(190 242 100 / 0.1);
}

.border-y-lime-300\/100{
  border-top-color: rgb(190 242 100 / 1);
  border-bottom-color: rgb(190 242 100 / 1);
}

.border-y-lime-300\/20{
  border-top-color: rgb(190 242 100 / 0.2);
  border-bottom-color: rgb(190 242 100 / 0.2);
}

.border-y-lime-300\/25{
  border-top-color: rgb(190 242 100 / 0.25);
  border-bottom-color: rgb(190 242 100 / 0.25);
}

.border-y-lime-300\/30{
  border-top-color: rgb(190 242 100 / 0.3);
  border-bottom-color: rgb(190 242 100 / 0.3);
}

.border-y-lime-300\/40{
  border-top-color: rgb(190 242 100 / 0.4);
  border-bottom-color: rgb(190 242 100 / 0.4);
}

.border-y-lime-300\/5{
  border-top-color: rgb(190 242 100 / 0.05);
  border-bottom-color: rgb(190 242 100 / 0.05);
}

.border-y-lime-300\/50{
  border-top-color: rgb(190 242 100 / 0.5);
  border-bottom-color: rgb(190 242 100 / 0.5);
}

.border-y-lime-300\/60{
  border-top-color: rgb(190 242 100 / 0.6);
  border-bottom-color: rgb(190 242 100 / 0.6);
}

.border-y-lime-300\/70{
  border-top-color: rgb(190 242 100 / 0.7);
  border-bottom-color: rgb(190 242 100 / 0.7);
}

.border-y-lime-300\/75{
  border-top-color: rgb(190 242 100 / 0.75);
  border-bottom-color: rgb(190 242 100 / 0.75);
}

.border-y-lime-300\/80{
  border-top-color: rgb(190 242 100 / 0.8);
  border-bottom-color: rgb(190 242 100 / 0.8);
}

.border-y-lime-300\/90{
  border-top-color: rgb(190 242 100 / 0.9);
  border-bottom-color: rgb(190 242 100 / 0.9);
}

.border-y-lime-300\/95{
  border-top-color: rgb(190 242 100 / 0.95);
  border-bottom-color: rgb(190 242 100 / 0.95);
}

.border-y-lime-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity));
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-y-lime-400\/0{
  border-top-color: rgb(163 230 53 / 0);
  border-bottom-color: rgb(163 230 53 / 0);
}

.border-y-lime-400\/10{
  border-top-color: rgb(163 230 53 / 0.1);
  border-bottom-color: rgb(163 230 53 / 0.1);
}

.border-y-lime-400\/100{
  border-top-color: rgb(163 230 53 / 1);
  border-bottom-color: rgb(163 230 53 / 1);
}

.border-y-lime-400\/20{
  border-top-color: rgb(163 230 53 / 0.2);
  border-bottom-color: rgb(163 230 53 / 0.2);
}

.border-y-lime-400\/25{
  border-top-color: rgb(163 230 53 / 0.25);
  border-bottom-color: rgb(163 230 53 / 0.25);
}

.border-y-lime-400\/30{
  border-top-color: rgb(163 230 53 / 0.3);
  border-bottom-color: rgb(163 230 53 / 0.3);
}

.border-y-lime-400\/40{
  border-top-color: rgb(163 230 53 / 0.4);
  border-bottom-color: rgb(163 230 53 / 0.4);
}

.border-y-lime-400\/5{
  border-top-color: rgb(163 230 53 / 0.05);
  border-bottom-color: rgb(163 230 53 / 0.05);
}

.border-y-lime-400\/50{
  border-top-color: rgb(163 230 53 / 0.5);
  border-bottom-color: rgb(163 230 53 / 0.5);
}

.border-y-lime-400\/60{
  border-top-color: rgb(163 230 53 / 0.6);
  border-bottom-color: rgb(163 230 53 / 0.6);
}

.border-y-lime-400\/70{
  border-top-color: rgb(163 230 53 / 0.7);
  border-bottom-color: rgb(163 230 53 / 0.7);
}

.border-y-lime-400\/75{
  border-top-color: rgb(163 230 53 / 0.75);
  border-bottom-color: rgb(163 230 53 / 0.75);
}

.border-y-lime-400\/80{
  border-top-color: rgb(163 230 53 / 0.8);
  border-bottom-color: rgb(163 230 53 / 0.8);
}

.border-y-lime-400\/90{
  border-top-color: rgb(163 230 53 / 0.9);
  border-bottom-color: rgb(163 230 53 / 0.9);
}

.border-y-lime-400\/95{
  border-top-color: rgb(163 230 53 / 0.95);
  border-bottom-color: rgb(163 230 53 / 0.95);
}

.border-y-lime-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(247 254 231 / var(--tw-border-opacity));
  border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-y-lime-50\/0{
  border-top-color: rgb(247 254 231 / 0);
  border-bottom-color: rgb(247 254 231 / 0);
}

.border-y-lime-50\/10{
  border-top-color: rgb(247 254 231 / 0.1);
  border-bottom-color: rgb(247 254 231 / 0.1);
}

.border-y-lime-50\/100{
  border-top-color: rgb(247 254 231 / 1);
  border-bottom-color: rgb(247 254 231 / 1);
}

.border-y-lime-50\/20{
  border-top-color: rgb(247 254 231 / 0.2);
  border-bottom-color: rgb(247 254 231 / 0.2);
}

.border-y-lime-50\/25{
  border-top-color: rgb(247 254 231 / 0.25);
  border-bottom-color: rgb(247 254 231 / 0.25);
}

.border-y-lime-50\/30{
  border-top-color: rgb(247 254 231 / 0.3);
  border-bottom-color: rgb(247 254 231 / 0.3);
}

.border-y-lime-50\/40{
  border-top-color: rgb(247 254 231 / 0.4);
  border-bottom-color: rgb(247 254 231 / 0.4);
}

.border-y-lime-50\/5{
  border-top-color: rgb(247 254 231 / 0.05);
  border-bottom-color: rgb(247 254 231 / 0.05);
}

.border-y-lime-50\/50{
  border-top-color: rgb(247 254 231 / 0.5);
  border-bottom-color: rgb(247 254 231 / 0.5);
}

.border-y-lime-50\/60{
  border-top-color: rgb(247 254 231 / 0.6);
  border-bottom-color: rgb(247 254 231 / 0.6);
}

.border-y-lime-50\/70{
  border-top-color: rgb(247 254 231 / 0.7);
  border-bottom-color: rgb(247 254 231 / 0.7);
}

.border-y-lime-50\/75{
  border-top-color: rgb(247 254 231 / 0.75);
  border-bottom-color: rgb(247 254 231 / 0.75);
}

.border-y-lime-50\/80{
  border-top-color: rgb(247 254 231 / 0.8);
  border-bottom-color: rgb(247 254 231 / 0.8);
}

.border-y-lime-50\/90{
  border-top-color: rgb(247 254 231 / 0.9);
  border-bottom-color: rgb(247 254 231 / 0.9);
}

.border-y-lime-50\/95{
  border-top-color: rgb(247 254 231 / 0.95);
  border-bottom-color: rgb(247 254 231 / 0.95);
}

.border-y-lime-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(132 204 22 / var(--tw-border-opacity));
  border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-y-lime-500\/0{
  border-top-color: rgb(132 204 22 / 0);
  border-bottom-color: rgb(132 204 22 / 0);
}

.border-y-lime-500\/10{
  border-top-color: rgb(132 204 22 / 0.1);
  border-bottom-color: rgb(132 204 22 / 0.1);
}

.border-y-lime-500\/100{
  border-top-color: rgb(132 204 22 / 1);
  border-bottom-color: rgb(132 204 22 / 1);
}

.border-y-lime-500\/20{
  border-top-color: rgb(132 204 22 / 0.2);
  border-bottom-color: rgb(132 204 22 / 0.2);
}

.border-y-lime-500\/25{
  border-top-color: rgb(132 204 22 / 0.25);
  border-bottom-color: rgb(132 204 22 / 0.25);
}

.border-y-lime-500\/30{
  border-top-color: rgb(132 204 22 / 0.3);
  border-bottom-color: rgb(132 204 22 / 0.3);
}

.border-y-lime-500\/40{
  border-top-color: rgb(132 204 22 / 0.4);
  border-bottom-color: rgb(132 204 22 / 0.4);
}

.border-y-lime-500\/5{
  border-top-color: rgb(132 204 22 / 0.05);
  border-bottom-color: rgb(132 204 22 / 0.05);
}

.border-y-lime-500\/50{
  border-top-color: rgb(132 204 22 / 0.5);
  border-bottom-color: rgb(132 204 22 / 0.5);
}

.border-y-lime-500\/60{
  border-top-color: rgb(132 204 22 / 0.6);
  border-bottom-color: rgb(132 204 22 / 0.6);
}

.border-y-lime-500\/70{
  border-top-color: rgb(132 204 22 / 0.7);
  border-bottom-color: rgb(132 204 22 / 0.7);
}

.border-y-lime-500\/75{
  border-top-color: rgb(132 204 22 / 0.75);
  border-bottom-color: rgb(132 204 22 / 0.75);
}

.border-y-lime-500\/80{
  border-top-color: rgb(132 204 22 / 0.8);
  border-bottom-color: rgb(132 204 22 / 0.8);
}

.border-y-lime-500\/90{
  border-top-color: rgb(132 204 22 / 0.9);
  border-bottom-color: rgb(132 204 22 / 0.9);
}

.border-y-lime-500\/95{
  border-top-color: rgb(132 204 22 / 0.95);
  border-bottom-color: rgb(132 204 22 / 0.95);
}

.border-y-lime-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity));
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-y-lime-600\/0{
  border-top-color: rgb(101 163 13 / 0);
  border-bottom-color: rgb(101 163 13 / 0);
}

.border-y-lime-600\/10{
  border-top-color: rgb(101 163 13 / 0.1);
  border-bottom-color: rgb(101 163 13 / 0.1);
}

.border-y-lime-600\/100{
  border-top-color: rgb(101 163 13 / 1);
  border-bottom-color: rgb(101 163 13 / 1);
}

.border-y-lime-600\/20{
  border-top-color: rgb(101 163 13 / 0.2);
  border-bottom-color: rgb(101 163 13 / 0.2);
}

.border-y-lime-600\/25{
  border-top-color: rgb(101 163 13 / 0.25);
  border-bottom-color: rgb(101 163 13 / 0.25);
}

.border-y-lime-600\/30{
  border-top-color: rgb(101 163 13 / 0.3);
  border-bottom-color: rgb(101 163 13 / 0.3);
}

.border-y-lime-600\/40{
  border-top-color: rgb(101 163 13 / 0.4);
  border-bottom-color: rgb(101 163 13 / 0.4);
}

.border-y-lime-600\/5{
  border-top-color: rgb(101 163 13 / 0.05);
  border-bottom-color: rgb(101 163 13 / 0.05);
}

.border-y-lime-600\/50{
  border-top-color: rgb(101 163 13 / 0.5);
  border-bottom-color: rgb(101 163 13 / 0.5);
}

.border-y-lime-600\/60{
  border-top-color: rgb(101 163 13 / 0.6);
  border-bottom-color: rgb(101 163 13 / 0.6);
}

.border-y-lime-600\/70{
  border-top-color: rgb(101 163 13 / 0.7);
  border-bottom-color: rgb(101 163 13 / 0.7);
}

.border-y-lime-600\/75{
  border-top-color: rgb(101 163 13 / 0.75);
  border-bottom-color: rgb(101 163 13 / 0.75);
}

.border-y-lime-600\/80{
  border-top-color: rgb(101 163 13 / 0.8);
  border-bottom-color: rgb(101 163 13 / 0.8);
}

.border-y-lime-600\/90{
  border-top-color: rgb(101 163 13 / 0.9);
  border-bottom-color: rgb(101 163 13 / 0.9);
}

.border-y-lime-600\/95{
  border-top-color: rgb(101 163 13 / 0.95);
  border-bottom-color: rgb(101 163 13 / 0.95);
}

.border-y-lime-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(77 124 15 / var(--tw-border-opacity));
  border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-y-lime-700\/0{
  border-top-color: rgb(77 124 15 / 0);
  border-bottom-color: rgb(77 124 15 / 0);
}

.border-y-lime-700\/10{
  border-top-color: rgb(77 124 15 / 0.1);
  border-bottom-color: rgb(77 124 15 / 0.1);
}

.border-y-lime-700\/100{
  border-top-color: rgb(77 124 15 / 1);
  border-bottom-color: rgb(77 124 15 / 1);
}

.border-y-lime-700\/20{
  border-top-color: rgb(77 124 15 / 0.2);
  border-bottom-color: rgb(77 124 15 / 0.2);
}

.border-y-lime-700\/25{
  border-top-color: rgb(77 124 15 / 0.25);
  border-bottom-color: rgb(77 124 15 / 0.25);
}

.border-y-lime-700\/30{
  border-top-color: rgb(77 124 15 / 0.3);
  border-bottom-color: rgb(77 124 15 / 0.3);
}

.border-y-lime-700\/40{
  border-top-color: rgb(77 124 15 / 0.4);
  border-bottom-color: rgb(77 124 15 / 0.4);
}

.border-y-lime-700\/5{
  border-top-color: rgb(77 124 15 / 0.05);
  border-bottom-color: rgb(77 124 15 / 0.05);
}

.border-y-lime-700\/50{
  border-top-color: rgb(77 124 15 / 0.5);
  border-bottom-color: rgb(77 124 15 / 0.5);
}

.border-y-lime-700\/60{
  border-top-color: rgb(77 124 15 / 0.6);
  border-bottom-color: rgb(77 124 15 / 0.6);
}

.border-y-lime-700\/70{
  border-top-color: rgb(77 124 15 / 0.7);
  border-bottom-color: rgb(77 124 15 / 0.7);
}

.border-y-lime-700\/75{
  border-top-color: rgb(77 124 15 / 0.75);
  border-bottom-color: rgb(77 124 15 / 0.75);
}

.border-y-lime-700\/80{
  border-top-color: rgb(77 124 15 / 0.8);
  border-bottom-color: rgb(77 124 15 / 0.8);
}

.border-y-lime-700\/90{
  border-top-color: rgb(77 124 15 / 0.9);
  border-bottom-color: rgb(77 124 15 / 0.9);
}

.border-y-lime-700\/95{
  border-top-color: rgb(77 124 15 / 0.95);
  border-bottom-color: rgb(77 124 15 / 0.95);
}

.border-y-lime-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity));
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-y-lime-800\/0{
  border-top-color: rgb(63 98 18 / 0);
  border-bottom-color: rgb(63 98 18 / 0);
}

.border-y-lime-800\/10{
  border-top-color: rgb(63 98 18 / 0.1);
  border-bottom-color: rgb(63 98 18 / 0.1);
}

.border-y-lime-800\/100{
  border-top-color: rgb(63 98 18 / 1);
  border-bottom-color: rgb(63 98 18 / 1);
}

.border-y-lime-800\/20{
  border-top-color: rgb(63 98 18 / 0.2);
  border-bottom-color: rgb(63 98 18 / 0.2);
}

.border-y-lime-800\/25{
  border-top-color: rgb(63 98 18 / 0.25);
  border-bottom-color: rgb(63 98 18 / 0.25);
}

.border-y-lime-800\/30{
  border-top-color: rgb(63 98 18 / 0.3);
  border-bottom-color: rgb(63 98 18 / 0.3);
}

.border-y-lime-800\/40{
  border-top-color: rgb(63 98 18 / 0.4);
  border-bottom-color: rgb(63 98 18 / 0.4);
}

.border-y-lime-800\/5{
  border-top-color: rgb(63 98 18 / 0.05);
  border-bottom-color: rgb(63 98 18 / 0.05);
}

.border-y-lime-800\/50{
  border-top-color: rgb(63 98 18 / 0.5);
  border-bottom-color: rgb(63 98 18 / 0.5);
}

.border-y-lime-800\/60{
  border-top-color: rgb(63 98 18 / 0.6);
  border-bottom-color: rgb(63 98 18 / 0.6);
}

.border-y-lime-800\/70{
  border-top-color: rgb(63 98 18 / 0.7);
  border-bottom-color: rgb(63 98 18 / 0.7);
}

.border-y-lime-800\/75{
  border-top-color: rgb(63 98 18 / 0.75);
  border-bottom-color: rgb(63 98 18 / 0.75);
}

.border-y-lime-800\/80{
  border-top-color: rgb(63 98 18 / 0.8);
  border-bottom-color: rgb(63 98 18 / 0.8);
}

.border-y-lime-800\/90{
  border-top-color: rgb(63 98 18 / 0.9);
  border-bottom-color: rgb(63 98 18 / 0.9);
}

.border-y-lime-800\/95{
  border-top-color: rgb(63 98 18 / 0.95);
  border-bottom-color: rgb(63 98 18 / 0.95);
}

.border-y-lime-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(54 83 20 / var(--tw-border-opacity));
  border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-y-lime-900\/0{
  border-top-color: rgb(54 83 20 / 0);
  border-bottom-color: rgb(54 83 20 / 0);
}

.border-y-lime-900\/10{
  border-top-color: rgb(54 83 20 / 0.1);
  border-bottom-color: rgb(54 83 20 / 0.1);
}

.border-y-lime-900\/100{
  border-top-color: rgb(54 83 20 / 1);
  border-bottom-color: rgb(54 83 20 / 1);
}

.border-y-lime-900\/20{
  border-top-color: rgb(54 83 20 / 0.2);
  border-bottom-color: rgb(54 83 20 / 0.2);
}

.border-y-lime-900\/25{
  border-top-color: rgb(54 83 20 / 0.25);
  border-bottom-color: rgb(54 83 20 / 0.25);
}

.border-y-lime-900\/30{
  border-top-color: rgb(54 83 20 / 0.3);
  border-bottom-color: rgb(54 83 20 / 0.3);
}

.border-y-lime-900\/40{
  border-top-color: rgb(54 83 20 / 0.4);
  border-bottom-color: rgb(54 83 20 / 0.4);
}

.border-y-lime-900\/5{
  border-top-color: rgb(54 83 20 / 0.05);
  border-bottom-color: rgb(54 83 20 / 0.05);
}

.border-y-lime-900\/50{
  border-top-color: rgb(54 83 20 / 0.5);
  border-bottom-color: rgb(54 83 20 / 0.5);
}

.border-y-lime-900\/60{
  border-top-color: rgb(54 83 20 / 0.6);
  border-bottom-color: rgb(54 83 20 / 0.6);
}

.border-y-lime-900\/70{
  border-top-color: rgb(54 83 20 / 0.7);
  border-bottom-color: rgb(54 83 20 / 0.7);
}

.border-y-lime-900\/75{
  border-top-color: rgb(54 83 20 / 0.75);
  border-bottom-color: rgb(54 83 20 / 0.75);
}

.border-y-lime-900\/80{
  border-top-color: rgb(54 83 20 / 0.8);
  border-bottom-color: rgb(54 83 20 / 0.8);
}

.border-y-lime-900\/90{
  border-top-color: rgb(54 83 20 / 0.9);
  border-bottom-color: rgb(54 83 20 / 0.9);
}

.border-y-lime-900\/95{
  border-top-color: rgb(54 83 20 / 0.95);
  border-bottom-color: rgb(54 83 20 / 0.95);
}

.border-y-lime-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(26 46 5 / var(--tw-border-opacity));
  border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-y-lime-950\/0{
  border-top-color: rgb(26 46 5 / 0);
  border-bottom-color: rgb(26 46 5 / 0);
}

.border-y-lime-950\/10{
  border-top-color: rgb(26 46 5 / 0.1);
  border-bottom-color: rgb(26 46 5 / 0.1);
}

.border-y-lime-950\/100{
  border-top-color: rgb(26 46 5 / 1);
  border-bottom-color: rgb(26 46 5 / 1);
}

.border-y-lime-950\/20{
  border-top-color: rgb(26 46 5 / 0.2);
  border-bottom-color: rgb(26 46 5 / 0.2);
}

.border-y-lime-950\/25{
  border-top-color: rgb(26 46 5 / 0.25);
  border-bottom-color: rgb(26 46 5 / 0.25);
}

.border-y-lime-950\/30{
  border-top-color: rgb(26 46 5 / 0.3);
  border-bottom-color: rgb(26 46 5 / 0.3);
}

.border-y-lime-950\/40{
  border-top-color: rgb(26 46 5 / 0.4);
  border-bottom-color: rgb(26 46 5 / 0.4);
}

.border-y-lime-950\/5{
  border-top-color: rgb(26 46 5 / 0.05);
  border-bottom-color: rgb(26 46 5 / 0.05);
}

.border-y-lime-950\/50{
  border-top-color: rgb(26 46 5 / 0.5);
  border-bottom-color: rgb(26 46 5 / 0.5);
}

.border-y-lime-950\/60{
  border-top-color: rgb(26 46 5 / 0.6);
  border-bottom-color: rgb(26 46 5 / 0.6);
}

.border-y-lime-950\/70{
  border-top-color: rgb(26 46 5 / 0.7);
  border-bottom-color: rgb(26 46 5 / 0.7);
}

.border-y-lime-950\/75{
  border-top-color: rgb(26 46 5 / 0.75);
  border-bottom-color: rgb(26 46 5 / 0.75);
}

.border-y-lime-950\/80{
  border-top-color: rgb(26 46 5 / 0.8);
  border-bottom-color: rgb(26 46 5 / 0.8);
}

.border-y-lime-950\/90{
  border-top-color: rgb(26 46 5 / 0.9);
  border-bottom-color: rgb(26 46 5 / 0.9);
}

.border-y-lime-950\/95{
  border-top-color: rgb(26 46 5 / 0.95);
  border-bottom-color: rgb(26 46 5 / 0.95);
}

.border-y-neutral-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-y-neutral-100\/0{
  border-top-color: rgb(245 245 245 / 0);
  border-bottom-color: rgb(245 245 245 / 0);
}

.border-y-neutral-100\/10{
  border-top-color: rgb(245 245 245 / 0.1);
  border-bottom-color: rgb(245 245 245 / 0.1);
}

.border-y-neutral-100\/100{
  border-top-color: rgb(245 245 245 / 1);
  border-bottom-color: rgb(245 245 245 / 1);
}

.border-y-neutral-100\/20{
  border-top-color: rgb(245 245 245 / 0.2);
  border-bottom-color: rgb(245 245 245 / 0.2);
}

.border-y-neutral-100\/25{
  border-top-color: rgb(245 245 245 / 0.25);
  border-bottom-color: rgb(245 245 245 / 0.25);
}

.border-y-neutral-100\/30{
  border-top-color: rgb(245 245 245 / 0.3);
  border-bottom-color: rgb(245 245 245 / 0.3);
}

.border-y-neutral-100\/40{
  border-top-color: rgb(245 245 245 / 0.4);
  border-bottom-color: rgb(245 245 245 / 0.4);
}

.border-y-neutral-100\/5{
  border-top-color: rgb(245 245 245 / 0.05);
  border-bottom-color: rgb(245 245 245 / 0.05);
}

.border-y-neutral-100\/50{
  border-top-color: rgb(245 245 245 / 0.5);
  border-bottom-color: rgb(245 245 245 / 0.5);
}

.border-y-neutral-100\/60{
  border-top-color: rgb(245 245 245 / 0.6);
  border-bottom-color: rgb(245 245 245 / 0.6);
}

.border-y-neutral-100\/70{
  border-top-color: rgb(245 245 245 / 0.7);
  border-bottom-color: rgb(245 245 245 / 0.7);
}

.border-y-neutral-100\/75{
  border-top-color: rgb(245 245 245 / 0.75);
  border-bottom-color: rgb(245 245 245 / 0.75);
}

.border-y-neutral-100\/80{
  border-top-color: rgb(245 245 245 / 0.8);
  border-bottom-color: rgb(245 245 245 / 0.8);
}

.border-y-neutral-100\/90{
  border-top-color: rgb(245 245 245 / 0.9);
  border-bottom-color: rgb(245 245 245 / 0.9);
}

.border-y-neutral-100\/95{
  border-top-color: rgb(245 245 245 / 0.95);
  border-bottom-color: rgb(245 245 245 / 0.95);
}

.border-y-neutral-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity));
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-y-neutral-200\/0{
  border-top-color: rgb(229 229 229 / 0);
  border-bottom-color: rgb(229 229 229 / 0);
}

.border-y-neutral-200\/10{
  border-top-color: rgb(229 229 229 / 0.1);
  border-bottom-color: rgb(229 229 229 / 0.1);
}

.border-y-neutral-200\/100{
  border-top-color: rgb(229 229 229 / 1);
  border-bottom-color: rgb(229 229 229 / 1);
}

.border-y-neutral-200\/20{
  border-top-color: rgb(229 229 229 / 0.2);
  border-bottom-color: rgb(229 229 229 / 0.2);
}

.border-y-neutral-200\/25{
  border-top-color: rgb(229 229 229 / 0.25);
  border-bottom-color: rgb(229 229 229 / 0.25);
}

.border-y-neutral-200\/30{
  border-top-color: rgb(229 229 229 / 0.3);
  border-bottom-color: rgb(229 229 229 / 0.3);
}

.border-y-neutral-200\/40{
  border-top-color: rgb(229 229 229 / 0.4);
  border-bottom-color: rgb(229 229 229 / 0.4);
}

.border-y-neutral-200\/5{
  border-top-color: rgb(229 229 229 / 0.05);
  border-bottom-color: rgb(229 229 229 / 0.05);
}

.border-y-neutral-200\/50{
  border-top-color: rgb(229 229 229 / 0.5);
  border-bottom-color: rgb(229 229 229 / 0.5);
}

.border-y-neutral-200\/60{
  border-top-color: rgb(229 229 229 / 0.6);
  border-bottom-color: rgb(229 229 229 / 0.6);
}

.border-y-neutral-200\/70{
  border-top-color: rgb(229 229 229 / 0.7);
  border-bottom-color: rgb(229 229 229 / 0.7);
}

.border-y-neutral-200\/75{
  border-top-color: rgb(229 229 229 / 0.75);
  border-bottom-color: rgb(229 229 229 / 0.75);
}

.border-y-neutral-200\/80{
  border-top-color: rgb(229 229 229 / 0.8);
  border-bottom-color: rgb(229 229 229 / 0.8);
}

.border-y-neutral-200\/90{
  border-top-color: rgb(229 229 229 / 0.9);
  border-bottom-color: rgb(229 229 229 / 0.9);
}

.border-y-neutral-200\/95{
  border-top-color: rgb(229 229 229 / 0.95);
  border-bottom-color: rgb(229 229 229 / 0.95);
}

.border-y-neutral-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity));
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-y-neutral-300\/0{
  border-top-color: rgb(212 212 212 / 0);
  border-bottom-color: rgb(212 212 212 / 0);
}

.border-y-neutral-300\/10{
  border-top-color: rgb(212 212 212 / 0.1);
  border-bottom-color: rgb(212 212 212 / 0.1);
}

.border-y-neutral-300\/100{
  border-top-color: rgb(212 212 212 / 1);
  border-bottom-color: rgb(212 212 212 / 1);
}

.border-y-neutral-300\/20{
  border-top-color: rgb(212 212 212 / 0.2);
  border-bottom-color: rgb(212 212 212 / 0.2);
}

.border-y-neutral-300\/25{
  border-top-color: rgb(212 212 212 / 0.25);
  border-bottom-color: rgb(212 212 212 / 0.25);
}

.border-y-neutral-300\/30{
  border-top-color: rgb(212 212 212 / 0.3);
  border-bottom-color: rgb(212 212 212 / 0.3);
}

.border-y-neutral-300\/40{
  border-top-color: rgb(212 212 212 / 0.4);
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.border-y-neutral-300\/5{
  border-top-color: rgb(212 212 212 / 0.05);
  border-bottom-color: rgb(212 212 212 / 0.05);
}

.border-y-neutral-300\/50{
  border-top-color: rgb(212 212 212 / 0.5);
  border-bottom-color: rgb(212 212 212 / 0.5);
}

.border-y-neutral-300\/60{
  border-top-color: rgb(212 212 212 / 0.6);
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.border-y-neutral-300\/70{
  border-top-color: rgb(212 212 212 / 0.7);
  border-bottom-color: rgb(212 212 212 / 0.7);
}

.border-y-neutral-300\/75{
  border-top-color: rgb(212 212 212 / 0.75);
  border-bottom-color: rgb(212 212 212 / 0.75);
}

.border-y-neutral-300\/80{
  border-top-color: rgb(212 212 212 / 0.8);
  border-bottom-color: rgb(212 212 212 / 0.8);
}

.border-y-neutral-300\/90{
  border-top-color: rgb(212 212 212 / 0.9);
  border-bottom-color: rgb(212 212 212 / 0.9);
}

.border-y-neutral-300\/95{
  border-top-color: rgb(212 212 212 / 0.95);
  border-bottom-color: rgb(212 212 212 / 0.95);
}

.border-y-neutral-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity));
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-y-neutral-400\/0{
  border-top-color: rgb(163 163 163 / 0);
  border-bottom-color: rgb(163 163 163 / 0);
}

.border-y-neutral-400\/10{
  border-top-color: rgb(163 163 163 / 0.1);
  border-bottom-color: rgb(163 163 163 / 0.1);
}

.border-y-neutral-400\/100{
  border-top-color: rgb(163 163 163 / 1);
  border-bottom-color: rgb(163 163 163 / 1);
}

.border-y-neutral-400\/20{
  border-top-color: rgb(163 163 163 / 0.2);
  border-bottom-color: rgb(163 163 163 / 0.2);
}

.border-y-neutral-400\/25{
  border-top-color: rgb(163 163 163 / 0.25);
  border-bottom-color: rgb(163 163 163 / 0.25);
}

.border-y-neutral-400\/30{
  border-top-color: rgb(163 163 163 / 0.3);
  border-bottom-color: rgb(163 163 163 / 0.3);
}

.border-y-neutral-400\/40{
  border-top-color: rgb(163 163 163 / 0.4);
  border-bottom-color: rgb(163 163 163 / 0.4);
}

.border-y-neutral-400\/5{
  border-top-color: rgb(163 163 163 / 0.05);
  border-bottom-color: rgb(163 163 163 / 0.05);
}

.border-y-neutral-400\/50{
  border-top-color: rgb(163 163 163 / 0.5);
  border-bottom-color: rgb(163 163 163 / 0.5);
}

.border-y-neutral-400\/60{
  border-top-color: rgb(163 163 163 / 0.6);
  border-bottom-color: rgb(163 163 163 / 0.6);
}

.border-y-neutral-400\/70{
  border-top-color: rgb(163 163 163 / 0.7);
  border-bottom-color: rgb(163 163 163 / 0.7);
}

.border-y-neutral-400\/75{
  border-top-color: rgb(163 163 163 / 0.75);
  border-bottom-color: rgb(163 163 163 / 0.75);
}

.border-y-neutral-400\/80{
  border-top-color: rgb(163 163 163 / 0.8);
  border-bottom-color: rgb(163 163 163 / 0.8);
}

.border-y-neutral-400\/90{
  border-top-color: rgb(163 163 163 / 0.9);
  border-bottom-color: rgb(163 163 163 / 0.9);
}

.border-y-neutral-400\/95{
  border-top-color: rgb(163 163 163 / 0.95);
  border-bottom-color: rgb(163 163 163 / 0.95);
}

.border-y-neutral-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-y-neutral-50\/0{
  border-top-color: rgb(250 250 250 / 0);
  border-bottom-color: rgb(250 250 250 / 0);
}

.border-y-neutral-50\/10{
  border-top-color: rgb(250 250 250 / 0.1);
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.border-y-neutral-50\/100{
  border-top-color: rgb(250 250 250 / 1);
  border-bottom-color: rgb(250 250 250 / 1);
}

.border-y-neutral-50\/20{
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.border-y-neutral-50\/25{
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.border-y-neutral-50\/30{
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.border-y-neutral-50\/40{
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.border-y-neutral-50\/5{
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.border-y-neutral-50\/50{
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.border-y-neutral-50\/60{
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.border-y-neutral-50\/70{
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.border-y-neutral-50\/75{
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.border-y-neutral-50\/80{
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.border-y-neutral-50\/90{
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.border-y-neutral-50\/95{
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.border-y-neutral-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity));
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-y-neutral-500\/0{
  border-top-color: rgb(115 115 115 / 0);
  border-bottom-color: rgb(115 115 115 / 0);
}

.border-y-neutral-500\/10{
  border-top-color: rgb(115 115 115 / 0.1);
  border-bottom-color: rgb(115 115 115 / 0.1);
}

.border-y-neutral-500\/100{
  border-top-color: rgb(115 115 115 / 1);
  border-bottom-color: rgb(115 115 115 / 1);
}

.border-y-neutral-500\/20{
  border-top-color: rgb(115 115 115 / 0.2);
  border-bottom-color: rgb(115 115 115 / 0.2);
}

.border-y-neutral-500\/25{
  border-top-color: rgb(115 115 115 / 0.25);
  border-bottom-color: rgb(115 115 115 / 0.25);
}

.border-y-neutral-500\/30{
  border-top-color: rgb(115 115 115 / 0.3);
  border-bottom-color: rgb(115 115 115 / 0.3);
}

.border-y-neutral-500\/40{
  border-top-color: rgb(115 115 115 / 0.4);
  border-bottom-color: rgb(115 115 115 / 0.4);
}

.border-y-neutral-500\/5{
  border-top-color: rgb(115 115 115 / 0.05);
  border-bottom-color: rgb(115 115 115 / 0.05);
}

.border-y-neutral-500\/50{
  border-top-color: rgb(115 115 115 / 0.5);
  border-bottom-color: rgb(115 115 115 / 0.5);
}

.border-y-neutral-500\/60{
  border-top-color: rgb(115 115 115 / 0.6);
  border-bottom-color: rgb(115 115 115 / 0.6);
}

.border-y-neutral-500\/70{
  border-top-color: rgb(115 115 115 / 0.7);
  border-bottom-color: rgb(115 115 115 / 0.7);
}

.border-y-neutral-500\/75{
  border-top-color: rgb(115 115 115 / 0.75);
  border-bottom-color: rgb(115 115 115 / 0.75);
}

.border-y-neutral-500\/80{
  border-top-color: rgb(115 115 115 / 0.8);
  border-bottom-color: rgb(115 115 115 / 0.8);
}

.border-y-neutral-500\/90{
  border-top-color: rgb(115 115 115 / 0.9);
  border-bottom-color: rgb(115 115 115 / 0.9);
}

.border-y-neutral-500\/95{
  border-top-color: rgb(115 115 115 / 0.95);
  border-bottom-color: rgb(115 115 115 / 0.95);
}

.border-y-neutral-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity));
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-y-neutral-600\/0{
  border-top-color: rgb(82 82 82 / 0);
  border-bottom-color: rgb(82 82 82 / 0);
}

.border-y-neutral-600\/10{
  border-top-color: rgb(82 82 82 / 0.1);
  border-bottom-color: rgb(82 82 82 / 0.1);
}

.border-y-neutral-600\/100{
  border-top-color: rgb(82 82 82 / 1);
  border-bottom-color: rgb(82 82 82 / 1);
}

.border-y-neutral-600\/20{
  border-top-color: rgb(82 82 82 / 0.2);
  border-bottom-color: rgb(82 82 82 / 0.2);
}

.border-y-neutral-600\/25{
  border-top-color: rgb(82 82 82 / 0.25);
  border-bottom-color: rgb(82 82 82 / 0.25);
}

.border-y-neutral-600\/30{
  border-top-color: rgb(82 82 82 / 0.3);
  border-bottom-color: rgb(82 82 82 / 0.3);
}

.border-y-neutral-600\/40{
  border-top-color: rgb(82 82 82 / 0.4);
  border-bottom-color: rgb(82 82 82 / 0.4);
}

.border-y-neutral-600\/5{
  border-top-color: rgb(82 82 82 / 0.05);
  border-bottom-color: rgb(82 82 82 / 0.05);
}

.border-y-neutral-600\/50{
  border-top-color: rgb(82 82 82 / 0.5);
  border-bottom-color: rgb(82 82 82 / 0.5);
}

.border-y-neutral-600\/60{
  border-top-color: rgb(82 82 82 / 0.6);
  border-bottom-color: rgb(82 82 82 / 0.6);
}

.border-y-neutral-600\/70{
  border-top-color: rgb(82 82 82 / 0.7);
  border-bottom-color: rgb(82 82 82 / 0.7);
}

.border-y-neutral-600\/75{
  border-top-color: rgb(82 82 82 / 0.75);
  border-bottom-color: rgb(82 82 82 / 0.75);
}

.border-y-neutral-600\/80{
  border-top-color: rgb(82 82 82 / 0.8);
  border-bottom-color: rgb(82 82 82 / 0.8);
}

.border-y-neutral-600\/90{
  border-top-color: rgb(82 82 82 / 0.9);
  border-bottom-color: rgb(82 82 82 / 0.9);
}

.border-y-neutral-600\/95{
  border-top-color: rgb(82 82 82 / 0.95);
  border-bottom-color: rgb(82 82 82 / 0.95);
}

.border-y-neutral-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-y-neutral-700\/0{
  border-top-color: rgb(64 64 64 / 0);
  border-bottom-color: rgb(64 64 64 / 0);
}

.border-y-neutral-700\/10{
  border-top-color: rgb(64 64 64 / 0.1);
  border-bottom-color: rgb(64 64 64 / 0.1);
}

.border-y-neutral-700\/100{
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}

.border-y-neutral-700\/20{
  border-top-color: rgb(64 64 64 / 0.2);
  border-bottom-color: rgb(64 64 64 / 0.2);
}

.border-y-neutral-700\/25{
  border-top-color: rgb(64 64 64 / 0.25);
  border-bottom-color: rgb(64 64 64 / 0.25);
}

.border-y-neutral-700\/30{
  border-top-color: rgb(64 64 64 / 0.3);
  border-bottom-color: rgb(64 64 64 / 0.3);
}

.border-y-neutral-700\/40{
  border-top-color: rgb(64 64 64 / 0.4);
  border-bottom-color: rgb(64 64 64 / 0.4);
}

.border-y-neutral-700\/5{
  border-top-color: rgb(64 64 64 / 0.05);
  border-bottom-color: rgb(64 64 64 / 0.05);
}

.border-y-neutral-700\/50{
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}

.border-y-neutral-700\/60{
  border-top-color: rgb(64 64 64 / 0.6);
  border-bottom-color: rgb(64 64 64 / 0.6);
}

.border-y-neutral-700\/70{
  border-top-color: rgb(64 64 64 / 0.7);
  border-bottom-color: rgb(64 64 64 / 0.7);
}

.border-y-neutral-700\/75{
  border-top-color: rgb(64 64 64 / 0.75);
  border-bottom-color: rgb(64 64 64 / 0.75);
}

.border-y-neutral-700\/80{
  border-top-color: rgb(64 64 64 / 0.8);
  border-bottom-color: rgb(64 64 64 / 0.8);
}

.border-y-neutral-700\/90{
  border-top-color: rgb(64 64 64 / 0.9);
  border-bottom-color: rgb(64 64 64 / 0.9);
}

.border-y-neutral-700\/95{
  border-top-color: rgb(64 64 64 / 0.95);
  border-bottom-color: rgb(64 64 64 / 0.95);
}

.border-y-neutral-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity));
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-y-neutral-800\/0{
  border-top-color: rgb(38 38 38 / 0);
  border-bottom-color: rgb(38 38 38 / 0);
}

.border-y-neutral-800\/10{
  border-top-color: rgb(38 38 38 / 0.1);
  border-bottom-color: rgb(38 38 38 / 0.1);
}

.border-y-neutral-800\/100{
  border-top-color: rgb(38 38 38 / 1);
  border-bottom-color: rgb(38 38 38 / 1);
}

.border-y-neutral-800\/20{
  border-top-color: rgb(38 38 38 / 0.2);
  border-bottom-color: rgb(38 38 38 / 0.2);
}

.border-y-neutral-800\/25{
  border-top-color: rgb(38 38 38 / 0.25);
  border-bottom-color: rgb(38 38 38 / 0.25);
}

.border-y-neutral-800\/30{
  border-top-color: rgb(38 38 38 / 0.3);
  border-bottom-color: rgb(38 38 38 / 0.3);
}

.border-y-neutral-800\/40{
  border-top-color: rgb(38 38 38 / 0.4);
  border-bottom-color: rgb(38 38 38 / 0.4);
}

.border-y-neutral-800\/5{
  border-top-color: rgb(38 38 38 / 0.05);
  border-bottom-color: rgb(38 38 38 / 0.05);
}

.border-y-neutral-800\/50{
  border-top-color: rgb(38 38 38 / 0.5);
  border-bottom-color: rgb(38 38 38 / 0.5);
}

.border-y-neutral-800\/60{
  border-top-color: rgb(38 38 38 / 0.6);
  border-bottom-color: rgb(38 38 38 / 0.6);
}

.border-y-neutral-800\/70{
  border-top-color: rgb(38 38 38 / 0.7);
  border-bottom-color: rgb(38 38 38 / 0.7);
}

.border-y-neutral-800\/75{
  border-top-color: rgb(38 38 38 / 0.75);
  border-bottom-color: rgb(38 38 38 / 0.75);
}

.border-y-neutral-800\/80{
  border-top-color: rgb(38 38 38 / 0.8);
  border-bottom-color: rgb(38 38 38 / 0.8);
}

.border-y-neutral-800\/90{
  border-top-color: rgb(38 38 38 / 0.9);
  border-bottom-color: rgb(38 38 38 / 0.9);
}

.border-y-neutral-800\/95{
  border-top-color: rgb(38 38 38 / 0.95);
  border-bottom-color: rgb(38 38 38 / 0.95);
}

.border-y-neutral-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity));
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-y-neutral-900\/0{
  border-top-color: rgb(23 23 23 / 0);
  border-bottom-color: rgb(23 23 23 / 0);
}

.border-y-neutral-900\/10{
  border-top-color: rgb(23 23 23 / 0.1);
  border-bottom-color: rgb(23 23 23 / 0.1);
}

.border-y-neutral-900\/100{
  border-top-color: rgb(23 23 23 / 1);
  border-bottom-color: rgb(23 23 23 / 1);
}

.border-y-neutral-900\/20{
  border-top-color: rgb(23 23 23 / 0.2);
  border-bottom-color: rgb(23 23 23 / 0.2);
}

.border-y-neutral-900\/25{
  border-top-color: rgb(23 23 23 / 0.25);
  border-bottom-color: rgb(23 23 23 / 0.25);
}

.border-y-neutral-900\/30{
  border-top-color: rgb(23 23 23 / 0.3);
  border-bottom-color: rgb(23 23 23 / 0.3);
}

.border-y-neutral-900\/40{
  border-top-color: rgb(23 23 23 / 0.4);
  border-bottom-color: rgb(23 23 23 / 0.4);
}

.border-y-neutral-900\/5{
  border-top-color: rgb(23 23 23 / 0.05);
  border-bottom-color: rgb(23 23 23 / 0.05);
}

.border-y-neutral-900\/50{
  border-top-color: rgb(23 23 23 / 0.5);
  border-bottom-color: rgb(23 23 23 / 0.5);
}

.border-y-neutral-900\/60{
  border-top-color: rgb(23 23 23 / 0.6);
  border-bottom-color: rgb(23 23 23 / 0.6);
}

.border-y-neutral-900\/70{
  border-top-color: rgb(23 23 23 / 0.7);
  border-bottom-color: rgb(23 23 23 / 0.7);
}

.border-y-neutral-900\/75{
  border-top-color: rgb(23 23 23 / 0.75);
  border-bottom-color: rgb(23 23 23 / 0.75);
}

.border-y-neutral-900\/80{
  border-top-color: rgb(23 23 23 / 0.8);
  border-bottom-color: rgb(23 23 23 / 0.8);
}

.border-y-neutral-900\/90{
  border-top-color: rgb(23 23 23 / 0.9);
  border-bottom-color: rgb(23 23 23 / 0.9);
}

.border-y-neutral-900\/95{
  border-top-color: rgb(23 23 23 / 0.95);
  border-bottom-color: rgb(23 23 23 / 0.95);
}

.border-y-neutral-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(10 10 10 / var(--tw-border-opacity));
  border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-y-neutral-950\/0{
  border-top-color: rgb(10 10 10 / 0);
  border-bottom-color: rgb(10 10 10 / 0);
}

.border-y-neutral-950\/10{
  border-top-color: rgb(10 10 10 / 0.1);
  border-bottom-color: rgb(10 10 10 / 0.1);
}

.border-y-neutral-950\/100{
  border-top-color: rgb(10 10 10 / 1);
  border-bottom-color: rgb(10 10 10 / 1);
}

.border-y-neutral-950\/20{
  border-top-color: rgb(10 10 10 / 0.2);
  border-bottom-color: rgb(10 10 10 / 0.2);
}

.border-y-neutral-950\/25{
  border-top-color: rgb(10 10 10 / 0.25);
  border-bottom-color: rgb(10 10 10 / 0.25);
}

.border-y-neutral-950\/30{
  border-top-color: rgb(10 10 10 / 0.3);
  border-bottom-color: rgb(10 10 10 / 0.3);
}

.border-y-neutral-950\/40{
  border-top-color: rgb(10 10 10 / 0.4);
  border-bottom-color: rgb(10 10 10 / 0.4);
}

.border-y-neutral-950\/5{
  border-top-color: rgb(10 10 10 / 0.05);
  border-bottom-color: rgb(10 10 10 / 0.05);
}

.border-y-neutral-950\/50{
  border-top-color: rgb(10 10 10 / 0.5);
  border-bottom-color: rgb(10 10 10 / 0.5);
}

.border-y-neutral-950\/60{
  border-top-color: rgb(10 10 10 / 0.6);
  border-bottom-color: rgb(10 10 10 / 0.6);
}

.border-y-neutral-950\/70{
  border-top-color: rgb(10 10 10 / 0.7);
  border-bottom-color: rgb(10 10 10 / 0.7);
}

.border-y-neutral-950\/75{
  border-top-color: rgb(10 10 10 / 0.75);
  border-bottom-color: rgb(10 10 10 / 0.75);
}

.border-y-neutral-950\/80{
  border-top-color: rgb(10 10 10 / 0.8);
  border-bottom-color: rgb(10 10 10 / 0.8);
}

.border-y-neutral-950\/90{
  border-top-color: rgb(10 10 10 / 0.9);
  border-bottom-color: rgb(10 10 10 / 0.9);
}

.border-y-neutral-950\/95{
  border-top-color: rgb(10 10 10 / 0.95);
  border-bottom-color: rgb(10 10 10 / 0.95);
}

.border-y-orange-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 237 213 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-y-orange-100\/0{
  border-top-color: rgb(255 237 213 / 0);
  border-bottom-color: rgb(255 237 213 / 0);
}

.border-y-orange-100\/10{
  border-top-color: rgb(255 237 213 / 0.1);
  border-bottom-color: rgb(255 237 213 / 0.1);
}

.border-y-orange-100\/100{
  border-top-color: rgb(255 237 213 / 1);
  border-bottom-color: rgb(255 237 213 / 1);
}

.border-y-orange-100\/20{
  border-top-color: rgb(255 237 213 / 0.2);
  border-bottom-color: rgb(255 237 213 / 0.2);
}

.border-y-orange-100\/25{
  border-top-color: rgb(255 237 213 / 0.25);
  border-bottom-color: rgb(255 237 213 / 0.25);
}

.border-y-orange-100\/30{
  border-top-color: rgb(255 237 213 / 0.3);
  border-bottom-color: rgb(255 237 213 / 0.3);
}

.border-y-orange-100\/40{
  border-top-color: rgb(255 237 213 / 0.4);
  border-bottom-color: rgb(255 237 213 / 0.4);
}

.border-y-orange-100\/5{
  border-top-color: rgb(255 237 213 / 0.05);
  border-bottom-color: rgb(255 237 213 / 0.05);
}

.border-y-orange-100\/50{
  border-top-color: rgb(255 237 213 / 0.5);
  border-bottom-color: rgb(255 237 213 / 0.5);
}

.border-y-orange-100\/60{
  border-top-color: rgb(255 237 213 / 0.6);
  border-bottom-color: rgb(255 237 213 / 0.6);
}

.border-y-orange-100\/70{
  border-top-color: rgb(255 237 213 / 0.7);
  border-bottom-color: rgb(255 237 213 / 0.7);
}

.border-y-orange-100\/75{
  border-top-color: rgb(255 237 213 / 0.75);
  border-bottom-color: rgb(255 237 213 / 0.75);
}

.border-y-orange-100\/80{
  border-top-color: rgb(255 237 213 / 0.8);
  border-bottom-color: rgb(255 237 213 / 0.8);
}

.border-y-orange-100\/90{
  border-top-color: rgb(255 237 213 / 0.9);
  border-bottom-color: rgb(255 237 213 / 0.9);
}

.border-y-orange-100\/95{
  border-top-color: rgb(255 237 213 / 0.95);
  border-bottom-color: rgb(255 237 213 / 0.95);
}

.border-y-orange-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 215 170 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-y-orange-200\/0{
  border-top-color: rgb(254 215 170 / 0);
  border-bottom-color: rgb(254 215 170 / 0);
}

.border-y-orange-200\/10{
  border-top-color: rgb(254 215 170 / 0.1);
  border-bottom-color: rgb(254 215 170 / 0.1);
}

.border-y-orange-200\/100{
  border-top-color: rgb(254 215 170 / 1);
  border-bottom-color: rgb(254 215 170 / 1);
}

.border-y-orange-200\/20{
  border-top-color: rgb(254 215 170 / 0.2);
  border-bottom-color: rgb(254 215 170 / 0.2);
}

.border-y-orange-200\/25{
  border-top-color: rgb(254 215 170 / 0.25);
  border-bottom-color: rgb(254 215 170 / 0.25);
}

.border-y-orange-200\/30{
  border-top-color: rgb(254 215 170 / 0.3);
  border-bottom-color: rgb(254 215 170 / 0.3);
}

.border-y-orange-200\/40{
  border-top-color: rgb(254 215 170 / 0.4);
  border-bottom-color: rgb(254 215 170 / 0.4);
}

.border-y-orange-200\/5{
  border-top-color: rgb(254 215 170 / 0.05);
  border-bottom-color: rgb(254 215 170 / 0.05);
}

.border-y-orange-200\/50{
  border-top-color: rgb(254 215 170 / 0.5);
  border-bottom-color: rgb(254 215 170 / 0.5);
}

.border-y-orange-200\/60{
  border-top-color: rgb(254 215 170 / 0.6);
  border-bottom-color: rgb(254 215 170 / 0.6);
}

.border-y-orange-200\/70{
  border-top-color: rgb(254 215 170 / 0.7);
  border-bottom-color: rgb(254 215 170 / 0.7);
}

.border-y-orange-200\/75{
  border-top-color: rgb(254 215 170 / 0.75);
  border-bottom-color: rgb(254 215 170 / 0.75);
}

.border-y-orange-200\/80{
  border-top-color: rgb(254 215 170 / 0.8);
  border-bottom-color: rgb(254 215 170 / 0.8);
}

.border-y-orange-200\/90{
  border-top-color: rgb(254 215 170 / 0.9);
  border-bottom-color: rgb(254 215 170 / 0.9);
}

.border-y-orange-200\/95{
  border-top-color: rgb(254 215 170 / 0.95);
  border-bottom-color: rgb(254 215 170 / 0.95);
}

.border-y-orange-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 186 116 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-y-orange-300\/0{
  border-top-color: rgb(253 186 116 / 0);
  border-bottom-color: rgb(253 186 116 / 0);
}

.border-y-orange-300\/10{
  border-top-color: rgb(253 186 116 / 0.1);
  border-bottom-color: rgb(253 186 116 / 0.1);
}

.border-y-orange-300\/100{
  border-top-color: rgb(253 186 116 / 1);
  border-bottom-color: rgb(253 186 116 / 1);
}

.border-y-orange-300\/20{
  border-top-color: rgb(253 186 116 / 0.2);
  border-bottom-color: rgb(253 186 116 / 0.2);
}

.border-y-orange-300\/25{
  border-top-color: rgb(253 186 116 / 0.25);
  border-bottom-color: rgb(253 186 116 / 0.25);
}

.border-y-orange-300\/30{
  border-top-color: rgb(253 186 116 / 0.3);
  border-bottom-color: rgb(253 186 116 / 0.3);
}

.border-y-orange-300\/40{
  border-top-color: rgb(253 186 116 / 0.4);
  border-bottom-color: rgb(253 186 116 / 0.4);
}

.border-y-orange-300\/5{
  border-top-color: rgb(253 186 116 / 0.05);
  border-bottom-color: rgb(253 186 116 / 0.05);
}

.border-y-orange-300\/50{
  border-top-color: rgb(253 186 116 / 0.5);
  border-bottom-color: rgb(253 186 116 / 0.5);
}

.border-y-orange-300\/60{
  border-top-color: rgb(253 186 116 / 0.6);
  border-bottom-color: rgb(253 186 116 / 0.6);
}

.border-y-orange-300\/70{
  border-top-color: rgb(253 186 116 / 0.7);
  border-bottom-color: rgb(253 186 116 / 0.7);
}

.border-y-orange-300\/75{
  border-top-color: rgb(253 186 116 / 0.75);
  border-bottom-color: rgb(253 186 116 / 0.75);
}

.border-y-orange-300\/80{
  border-top-color: rgb(253 186 116 / 0.8);
  border-bottom-color: rgb(253 186 116 / 0.8);
}

.border-y-orange-300\/90{
  border-top-color: rgb(253 186 116 / 0.9);
  border-bottom-color: rgb(253 186 116 / 0.9);
}

.border-y-orange-300\/95{
  border-top-color: rgb(253 186 116 / 0.95);
  border-bottom-color: rgb(253 186 116 / 0.95);
}

.border-y-orange-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity));
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-y-orange-400\/0{
  border-top-color: rgb(251 146 60 / 0);
  border-bottom-color: rgb(251 146 60 / 0);
}

.border-y-orange-400\/10{
  border-top-color: rgb(251 146 60 / 0.1);
  border-bottom-color: rgb(251 146 60 / 0.1);
}

.border-y-orange-400\/100{
  border-top-color: rgb(251 146 60 / 1);
  border-bottom-color: rgb(251 146 60 / 1);
}

.border-y-orange-400\/20{
  border-top-color: rgb(251 146 60 / 0.2);
  border-bottom-color: rgb(251 146 60 / 0.2);
}

.border-y-orange-400\/25{
  border-top-color: rgb(251 146 60 / 0.25);
  border-bottom-color: rgb(251 146 60 / 0.25);
}

.border-y-orange-400\/30{
  border-top-color: rgb(251 146 60 / 0.3);
  border-bottom-color: rgb(251 146 60 / 0.3);
}

.border-y-orange-400\/40{
  border-top-color: rgb(251 146 60 / 0.4);
  border-bottom-color: rgb(251 146 60 / 0.4);
}

.border-y-orange-400\/5{
  border-top-color: rgb(251 146 60 / 0.05);
  border-bottom-color: rgb(251 146 60 / 0.05);
}

.border-y-orange-400\/50{
  border-top-color: rgb(251 146 60 / 0.5);
  border-bottom-color: rgb(251 146 60 / 0.5);
}

.border-y-orange-400\/60{
  border-top-color: rgb(251 146 60 / 0.6);
  border-bottom-color: rgb(251 146 60 / 0.6);
}

.border-y-orange-400\/70{
  border-top-color: rgb(251 146 60 / 0.7);
  border-bottom-color: rgb(251 146 60 / 0.7);
}

.border-y-orange-400\/75{
  border-top-color: rgb(251 146 60 / 0.75);
  border-bottom-color: rgb(251 146 60 / 0.75);
}

.border-y-orange-400\/80{
  border-top-color: rgb(251 146 60 / 0.8);
  border-bottom-color: rgb(251 146 60 / 0.8);
}

.border-y-orange-400\/90{
  border-top-color: rgb(251 146 60 / 0.9);
  border-bottom-color: rgb(251 146 60 / 0.9);
}

.border-y-orange-400\/95{
  border-top-color: rgb(251 146 60 / 0.95);
  border-bottom-color: rgb(251 146 60 / 0.95);
}

.border-y-orange-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 247 237 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-y-orange-50\/0{
  border-top-color: rgb(255 247 237 / 0);
  border-bottom-color: rgb(255 247 237 / 0);
}

.border-y-orange-50\/10{
  border-top-color: rgb(255 247 237 / 0.1);
  border-bottom-color: rgb(255 247 237 / 0.1);
}

.border-y-orange-50\/100{
  border-top-color: rgb(255 247 237 / 1);
  border-bottom-color: rgb(255 247 237 / 1);
}

.border-y-orange-50\/20{
  border-top-color: rgb(255 247 237 / 0.2);
  border-bottom-color: rgb(255 247 237 / 0.2);
}

.border-y-orange-50\/25{
  border-top-color: rgb(255 247 237 / 0.25);
  border-bottom-color: rgb(255 247 237 / 0.25);
}

.border-y-orange-50\/30{
  border-top-color: rgb(255 247 237 / 0.3);
  border-bottom-color: rgb(255 247 237 / 0.3);
}

.border-y-orange-50\/40{
  border-top-color: rgb(255 247 237 / 0.4);
  border-bottom-color: rgb(255 247 237 / 0.4);
}

.border-y-orange-50\/5{
  border-top-color: rgb(255 247 237 / 0.05);
  border-bottom-color: rgb(255 247 237 / 0.05);
}

.border-y-orange-50\/50{
  border-top-color: rgb(255 247 237 / 0.5);
  border-bottom-color: rgb(255 247 237 / 0.5);
}

.border-y-orange-50\/60{
  border-top-color: rgb(255 247 237 / 0.6);
  border-bottom-color: rgb(255 247 237 / 0.6);
}

.border-y-orange-50\/70{
  border-top-color: rgb(255 247 237 / 0.7);
  border-bottom-color: rgb(255 247 237 / 0.7);
}

.border-y-orange-50\/75{
  border-top-color: rgb(255 247 237 / 0.75);
  border-bottom-color: rgb(255 247 237 / 0.75);
}

.border-y-orange-50\/80{
  border-top-color: rgb(255 247 237 / 0.8);
  border-bottom-color: rgb(255 247 237 / 0.8);
}

.border-y-orange-50\/90{
  border-top-color: rgb(255 247 237 / 0.9);
  border-bottom-color: rgb(255 247 237 / 0.9);
}

.border-y-orange-50\/95{
  border-top-color: rgb(255 247 237 / 0.95);
  border-bottom-color: rgb(255 247 237 / 0.95);
}

.border-y-orange-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-y-orange-500\/0{
  border-top-color: rgb(249 115 22 / 0);
  border-bottom-color: rgb(249 115 22 / 0);
}

.border-y-orange-500\/10{
  border-top-color: rgb(249 115 22 / 0.1);
  border-bottom-color: rgb(249 115 22 / 0.1);
}

.border-y-orange-500\/100{
  border-top-color: rgb(249 115 22 / 1);
  border-bottom-color: rgb(249 115 22 / 1);
}

.border-y-orange-500\/20{
  border-top-color: rgb(249 115 22 / 0.2);
  border-bottom-color: rgb(249 115 22 / 0.2);
}

.border-y-orange-500\/25{
  border-top-color: rgb(249 115 22 / 0.25);
  border-bottom-color: rgb(249 115 22 / 0.25);
}

.border-y-orange-500\/30{
  border-top-color: rgb(249 115 22 / 0.3);
  border-bottom-color: rgb(249 115 22 / 0.3);
}

.border-y-orange-500\/40{
  border-top-color: rgb(249 115 22 / 0.4);
  border-bottom-color: rgb(249 115 22 / 0.4);
}

.border-y-orange-500\/5{
  border-top-color: rgb(249 115 22 / 0.05);
  border-bottom-color: rgb(249 115 22 / 0.05);
}

.border-y-orange-500\/50{
  border-top-color: rgb(249 115 22 / 0.5);
  border-bottom-color: rgb(249 115 22 / 0.5);
}

.border-y-orange-500\/60{
  border-top-color: rgb(249 115 22 / 0.6);
  border-bottom-color: rgb(249 115 22 / 0.6);
}

.border-y-orange-500\/70{
  border-top-color: rgb(249 115 22 / 0.7);
  border-bottom-color: rgb(249 115 22 / 0.7);
}

.border-y-orange-500\/75{
  border-top-color: rgb(249 115 22 / 0.75);
  border-bottom-color: rgb(249 115 22 / 0.75);
}

.border-y-orange-500\/80{
  border-top-color: rgb(249 115 22 / 0.8);
  border-bottom-color: rgb(249 115 22 / 0.8);
}

.border-y-orange-500\/90{
  border-top-color: rgb(249 115 22 / 0.9);
  border-bottom-color: rgb(249 115 22 / 0.9);
}

.border-y-orange-500\/95{
  border-top-color: rgb(249 115 22 / 0.95);
  border-bottom-color: rgb(249 115 22 / 0.95);
}

.border-y-orange-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(234 88 12 / var(--tw-border-opacity));
  border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-y-orange-600\/0{
  border-top-color: rgb(234 88 12 / 0);
  border-bottom-color: rgb(234 88 12 / 0);
}

.border-y-orange-600\/10{
  border-top-color: rgb(234 88 12 / 0.1);
  border-bottom-color: rgb(234 88 12 / 0.1);
}

.border-y-orange-600\/100{
  border-top-color: rgb(234 88 12 / 1);
  border-bottom-color: rgb(234 88 12 / 1);
}

.border-y-orange-600\/20{
  border-top-color: rgb(234 88 12 / 0.2);
  border-bottom-color: rgb(234 88 12 / 0.2);
}

.border-y-orange-600\/25{
  border-top-color: rgb(234 88 12 / 0.25);
  border-bottom-color: rgb(234 88 12 / 0.25);
}

.border-y-orange-600\/30{
  border-top-color: rgb(234 88 12 / 0.3);
  border-bottom-color: rgb(234 88 12 / 0.3);
}

.border-y-orange-600\/40{
  border-top-color: rgb(234 88 12 / 0.4);
  border-bottom-color: rgb(234 88 12 / 0.4);
}

.border-y-orange-600\/5{
  border-top-color: rgb(234 88 12 / 0.05);
  border-bottom-color: rgb(234 88 12 / 0.05);
}

.border-y-orange-600\/50{
  border-top-color: rgb(234 88 12 / 0.5);
  border-bottom-color: rgb(234 88 12 / 0.5);
}

.border-y-orange-600\/60{
  border-top-color: rgb(234 88 12 / 0.6);
  border-bottom-color: rgb(234 88 12 / 0.6);
}

.border-y-orange-600\/70{
  border-top-color: rgb(234 88 12 / 0.7);
  border-bottom-color: rgb(234 88 12 / 0.7);
}

.border-y-orange-600\/75{
  border-top-color: rgb(234 88 12 / 0.75);
  border-bottom-color: rgb(234 88 12 / 0.75);
}

.border-y-orange-600\/80{
  border-top-color: rgb(234 88 12 / 0.8);
  border-bottom-color: rgb(234 88 12 / 0.8);
}

.border-y-orange-600\/90{
  border-top-color: rgb(234 88 12 / 0.9);
  border-bottom-color: rgb(234 88 12 / 0.9);
}

.border-y-orange-600\/95{
  border-top-color: rgb(234 88 12 / 0.95);
  border-bottom-color: rgb(234 88 12 / 0.95);
}

.border-y-orange-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(194 65 12 / var(--tw-border-opacity));
  border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-y-orange-700\/0{
  border-top-color: rgb(194 65 12 / 0);
  border-bottom-color: rgb(194 65 12 / 0);
}

.border-y-orange-700\/10{
  border-top-color: rgb(194 65 12 / 0.1);
  border-bottom-color: rgb(194 65 12 / 0.1);
}

.border-y-orange-700\/100{
  border-top-color: rgb(194 65 12 / 1);
  border-bottom-color: rgb(194 65 12 / 1);
}

.border-y-orange-700\/20{
  border-top-color: rgb(194 65 12 / 0.2);
  border-bottom-color: rgb(194 65 12 / 0.2);
}

.border-y-orange-700\/25{
  border-top-color: rgb(194 65 12 / 0.25);
  border-bottom-color: rgb(194 65 12 / 0.25);
}

.border-y-orange-700\/30{
  border-top-color: rgb(194 65 12 / 0.3);
  border-bottom-color: rgb(194 65 12 / 0.3);
}

.border-y-orange-700\/40{
  border-top-color: rgb(194 65 12 / 0.4);
  border-bottom-color: rgb(194 65 12 / 0.4);
}

.border-y-orange-700\/5{
  border-top-color: rgb(194 65 12 / 0.05);
  border-bottom-color: rgb(194 65 12 / 0.05);
}

.border-y-orange-700\/50{
  border-top-color: rgb(194 65 12 / 0.5);
  border-bottom-color: rgb(194 65 12 / 0.5);
}

.border-y-orange-700\/60{
  border-top-color: rgb(194 65 12 / 0.6);
  border-bottom-color: rgb(194 65 12 / 0.6);
}

.border-y-orange-700\/70{
  border-top-color: rgb(194 65 12 / 0.7);
  border-bottom-color: rgb(194 65 12 / 0.7);
}

.border-y-orange-700\/75{
  border-top-color: rgb(194 65 12 / 0.75);
  border-bottom-color: rgb(194 65 12 / 0.75);
}

.border-y-orange-700\/80{
  border-top-color: rgb(194 65 12 / 0.8);
  border-bottom-color: rgb(194 65 12 / 0.8);
}

.border-y-orange-700\/90{
  border-top-color: rgb(194 65 12 / 0.9);
  border-bottom-color: rgb(194 65 12 / 0.9);
}

.border-y-orange-700\/95{
  border-top-color: rgb(194 65 12 / 0.95);
  border-bottom-color: rgb(194 65 12 / 0.95);
}

.border-y-orange-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(154 52 18 / var(--tw-border-opacity));
  border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-y-orange-800\/0{
  border-top-color: rgb(154 52 18 / 0);
  border-bottom-color: rgb(154 52 18 / 0);
}

.border-y-orange-800\/10{
  border-top-color: rgb(154 52 18 / 0.1);
  border-bottom-color: rgb(154 52 18 / 0.1);
}

.border-y-orange-800\/100{
  border-top-color: rgb(154 52 18 / 1);
  border-bottom-color: rgb(154 52 18 / 1);
}

.border-y-orange-800\/20{
  border-top-color: rgb(154 52 18 / 0.2);
  border-bottom-color: rgb(154 52 18 / 0.2);
}

.border-y-orange-800\/25{
  border-top-color: rgb(154 52 18 / 0.25);
  border-bottom-color: rgb(154 52 18 / 0.25);
}

.border-y-orange-800\/30{
  border-top-color: rgb(154 52 18 / 0.3);
  border-bottom-color: rgb(154 52 18 / 0.3);
}

.border-y-orange-800\/40{
  border-top-color: rgb(154 52 18 / 0.4);
  border-bottom-color: rgb(154 52 18 / 0.4);
}

.border-y-orange-800\/5{
  border-top-color: rgb(154 52 18 / 0.05);
  border-bottom-color: rgb(154 52 18 / 0.05);
}

.border-y-orange-800\/50{
  border-top-color: rgb(154 52 18 / 0.5);
  border-bottom-color: rgb(154 52 18 / 0.5);
}

.border-y-orange-800\/60{
  border-top-color: rgb(154 52 18 / 0.6);
  border-bottom-color: rgb(154 52 18 / 0.6);
}

.border-y-orange-800\/70{
  border-top-color: rgb(154 52 18 / 0.7);
  border-bottom-color: rgb(154 52 18 / 0.7);
}

.border-y-orange-800\/75{
  border-top-color: rgb(154 52 18 / 0.75);
  border-bottom-color: rgb(154 52 18 / 0.75);
}

.border-y-orange-800\/80{
  border-top-color: rgb(154 52 18 / 0.8);
  border-bottom-color: rgb(154 52 18 / 0.8);
}

.border-y-orange-800\/90{
  border-top-color: rgb(154 52 18 / 0.9);
  border-bottom-color: rgb(154 52 18 / 0.9);
}

.border-y-orange-800\/95{
  border-top-color: rgb(154 52 18 / 0.95);
  border-bottom-color: rgb(154 52 18 / 0.95);
}

.border-y-orange-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(124 45 18 / var(--tw-border-opacity));
  border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-y-orange-900\/0{
  border-top-color: rgb(124 45 18 / 0);
  border-bottom-color: rgb(124 45 18 / 0);
}

.border-y-orange-900\/10{
  border-top-color: rgb(124 45 18 / 0.1);
  border-bottom-color: rgb(124 45 18 / 0.1);
}

.border-y-orange-900\/100{
  border-top-color: rgb(124 45 18 / 1);
  border-bottom-color: rgb(124 45 18 / 1);
}

.border-y-orange-900\/20{
  border-top-color: rgb(124 45 18 / 0.2);
  border-bottom-color: rgb(124 45 18 / 0.2);
}

.border-y-orange-900\/25{
  border-top-color: rgb(124 45 18 / 0.25);
  border-bottom-color: rgb(124 45 18 / 0.25);
}

.border-y-orange-900\/30{
  border-top-color: rgb(124 45 18 / 0.3);
  border-bottom-color: rgb(124 45 18 / 0.3);
}

.border-y-orange-900\/40{
  border-top-color: rgb(124 45 18 / 0.4);
  border-bottom-color: rgb(124 45 18 / 0.4);
}

.border-y-orange-900\/5{
  border-top-color: rgb(124 45 18 / 0.05);
  border-bottom-color: rgb(124 45 18 / 0.05);
}

.border-y-orange-900\/50{
  border-top-color: rgb(124 45 18 / 0.5);
  border-bottom-color: rgb(124 45 18 / 0.5);
}

.border-y-orange-900\/60{
  border-top-color: rgb(124 45 18 / 0.6);
  border-bottom-color: rgb(124 45 18 / 0.6);
}

.border-y-orange-900\/70{
  border-top-color: rgb(124 45 18 / 0.7);
  border-bottom-color: rgb(124 45 18 / 0.7);
}

.border-y-orange-900\/75{
  border-top-color: rgb(124 45 18 / 0.75);
  border-bottom-color: rgb(124 45 18 / 0.75);
}

.border-y-orange-900\/80{
  border-top-color: rgb(124 45 18 / 0.8);
  border-bottom-color: rgb(124 45 18 / 0.8);
}

.border-y-orange-900\/90{
  border-top-color: rgb(124 45 18 / 0.9);
  border-bottom-color: rgb(124 45 18 / 0.9);
}

.border-y-orange-900\/95{
  border-top-color: rgb(124 45 18 / 0.95);
  border-bottom-color: rgb(124 45 18 / 0.95);
}

.border-y-orange-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(67 20 7 / var(--tw-border-opacity));
  border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-y-orange-950\/0{
  border-top-color: rgb(67 20 7 / 0);
  border-bottom-color: rgb(67 20 7 / 0);
}

.border-y-orange-950\/10{
  border-top-color: rgb(67 20 7 / 0.1);
  border-bottom-color: rgb(67 20 7 / 0.1);
}

.border-y-orange-950\/100{
  border-top-color: rgb(67 20 7 / 1);
  border-bottom-color: rgb(67 20 7 / 1);
}

.border-y-orange-950\/20{
  border-top-color: rgb(67 20 7 / 0.2);
  border-bottom-color: rgb(67 20 7 / 0.2);
}

.border-y-orange-950\/25{
  border-top-color: rgb(67 20 7 / 0.25);
  border-bottom-color: rgb(67 20 7 / 0.25);
}

.border-y-orange-950\/30{
  border-top-color: rgb(67 20 7 / 0.3);
  border-bottom-color: rgb(67 20 7 / 0.3);
}

.border-y-orange-950\/40{
  border-top-color: rgb(67 20 7 / 0.4);
  border-bottom-color: rgb(67 20 7 / 0.4);
}

.border-y-orange-950\/5{
  border-top-color: rgb(67 20 7 / 0.05);
  border-bottom-color: rgb(67 20 7 / 0.05);
}

.border-y-orange-950\/50{
  border-top-color: rgb(67 20 7 / 0.5);
  border-bottom-color: rgb(67 20 7 / 0.5);
}

.border-y-orange-950\/60{
  border-top-color: rgb(67 20 7 / 0.6);
  border-bottom-color: rgb(67 20 7 / 0.6);
}

.border-y-orange-950\/70{
  border-top-color: rgb(67 20 7 / 0.7);
  border-bottom-color: rgb(67 20 7 / 0.7);
}

.border-y-orange-950\/75{
  border-top-color: rgb(67 20 7 / 0.75);
  border-bottom-color: rgb(67 20 7 / 0.75);
}

.border-y-orange-950\/80{
  border-top-color: rgb(67 20 7 / 0.8);
  border-bottom-color: rgb(67 20 7 / 0.8);
}

.border-y-orange-950\/90{
  border-top-color: rgb(67 20 7 / 0.9);
  border-bottom-color: rgb(67 20 7 / 0.9);
}

.border-y-orange-950\/95{
  border-top-color: rgb(67 20 7 / 0.95);
  border-bottom-color: rgb(67 20 7 / 0.95);
}

.border-y-pink-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 231 243 / var(--tw-border-opacity));
  border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-y-pink-100\/0{
  border-top-color: rgb(252 231 243 / 0);
  border-bottom-color: rgb(252 231 243 / 0);
}

.border-y-pink-100\/10{
  border-top-color: rgb(252 231 243 / 0.1);
  border-bottom-color: rgb(252 231 243 / 0.1);
}

.border-y-pink-100\/100{
  border-top-color: rgb(252 231 243 / 1);
  border-bottom-color: rgb(252 231 243 / 1);
}

.border-y-pink-100\/20{
  border-top-color: rgb(252 231 243 / 0.2);
  border-bottom-color: rgb(252 231 243 / 0.2);
}

.border-y-pink-100\/25{
  border-top-color: rgb(252 231 243 / 0.25);
  border-bottom-color: rgb(252 231 243 / 0.25);
}

.border-y-pink-100\/30{
  border-top-color: rgb(252 231 243 / 0.3);
  border-bottom-color: rgb(252 231 243 / 0.3);
}

.border-y-pink-100\/40{
  border-top-color: rgb(252 231 243 / 0.4);
  border-bottom-color: rgb(252 231 243 / 0.4);
}

.border-y-pink-100\/5{
  border-top-color: rgb(252 231 243 / 0.05);
  border-bottom-color: rgb(252 231 243 / 0.05);
}

.border-y-pink-100\/50{
  border-top-color: rgb(252 231 243 / 0.5);
  border-bottom-color: rgb(252 231 243 / 0.5);
}

.border-y-pink-100\/60{
  border-top-color: rgb(252 231 243 / 0.6);
  border-bottom-color: rgb(252 231 243 / 0.6);
}

.border-y-pink-100\/70{
  border-top-color: rgb(252 231 243 / 0.7);
  border-bottom-color: rgb(252 231 243 / 0.7);
}

.border-y-pink-100\/75{
  border-top-color: rgb(252 231 243 / 0.75);
  border-bottom-color: rgb(252 231 243 / 0.75);
}

.border-y-pink-100\/80{
  border-top-color: rgb(252 231 243 / 0.8);
  border-bottom-color: rgb(252 231 243 / 0.8);
}

.border-y-pink-100\/90{
  border-top-color: rgb(252 231 243 / 0.9);
  border-bottom-color: rgb(252 231 243 / 0.9);
}

.border-y-pink-100\/95{
  border-top-color: rgb(252 231 243 / 0.95);
  border-bottom-color: rgb(252 231 243 / 0.95);
}

.border-y-pink-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 207 232 / var(--tw-border-opacity));
  border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-y-pink-200\/0{
  border-top-color: rgb(251 207 232 / 0);
  border-bottom-color: rgb(251 207 232 / 0);
}

.border-y-pink-200\/10{
  border-top-color: rgb(251 207 232 / 0.1);
  border-bottom-color: rgb(251 207 232 / 0.1);
}

.border-y-pink-200\/100{
  border-top-color: rgb(251 207 232 / 1);
  border-bottom-color: rgb(251 207 232 / 1);
}

.border-y-pink-200\/20{
  border-top-color: rgb(251 207 232 / 0.2);
  border-bottom-color: rgb(251 207 232 / 0.2);
}

.border-y-pink-200\/25{
  border-top-color: rgb(251 207 232 / 0.25);
  border-bottom-color: rgb(251 207 232 / 0.25);
}

.border-y-pink-200\/30{
  border-top-color: rgb(251 207 232 / 0.3);
  border-bottom-color: rgb(251 207 232 / 0.3);
}

.border-y-pink-200\/40{
  border-top-color: rgb(251 207 232 / 0.4);
  border-bottom-color: rgb(251 207 232 / 0.4);
}

.border-y-pink-200\/5{
  border-top-color: rgb(251 207 232 / 0.05);
  border-bottom-color: rgb(251 207 232 / 0.05);
}

.border-y-pink-200\/50{
  border-top-color: rgb(251 207 232 / 0.5);
  border-bottom-color: rgb(251 207 232 / 0.5);
}

.border-y-pink-200\/60{
  border-top-color: rgb(251 207 232 / 0.6);
  border-bottom-color: rgb(251 207 232 / 0.6);
}

.border-y-pink-200\/70{
  border-top-color: rgb(251 207 232 / 0.7);
  border-bottom-color: rgb(251 207 232 / 0.7);
}

.border-y-pink-200\/75{
  border-top-color: rgb(251 207 232 / 0.75);
  border-bottom-color: rgb(251 207 232 / 0.75);
}

.border-y-pink-200\/80{
  border-top-color: rgb(251 207 232 / 0.8);
  border-bottom-color: rgb(251 207 232 / 0.8);
}

.border-y-pink-200\/90{
  border-top-color: rgb(251 207 232 / 0.9);
  border-bottom-color: rgb(251 207 232 / 0.9);
}

.border-y-pink-200\/95{
  border-top-color: rgb(251 207 232 / 0.95);
  border-bottom-color: rgb(251 207 232 / 0.95);
}

.border-y-pink-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 168 212 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-y-pink-300\/0{
  border-top-color: rgb(249 168 212 / 0);
  border-bottom-color: rgb(249 168 212 / 0);
}

.border-y-pink-300\/10{
  border-top-color: rgb(249 168 212 / 0.1);
  border-bottom-color: rgb(249 168 212 / 0.1);
}

.border-y-pink-300\/100{
  border-top-color: rgb(249 168 212 / 1);
  border-bottom-color: rgb(249 168 212 / 1);
}

.border-y-pink-300\/20{
  border-top-color: rgb(249 168 212 / 0.2);
  border-bottom-color: rgb(249 168 212 / 0.2);
}

.border-y-pink-300\/25{
  border-top-color: rgb(249 168 212 / 0.25);
  border-bottom-color: rgb(249 168 212 / 0.25);
}

.border-y-pink-300\/30{
  border-top-color: rgb(249 168 212 / 0.3);
  border-bottom-color: rgb(249 168 212 / 0.3);
}

.border-y-pink-300\/40{
  border-top-color: rgb(249 168 212 / 0.4);
  border-bottom-color: rgb(249 168 212 / 0.4);
}

.border-y-pink-300\/5{
  border-top-color: rgb(249 168 212 / 0.05);
  border-bottom-color: rgb(249 168 212 / 0.05);
}

.border-y-pink-300\/50{
  border-top-color: rgb(249 168 212 / 0.5);
  border-bottom-color: rgb(249 168 212 / 0.5);
}

.border-y-pink-300\/60{
  border-top-color: rgb(249 168 212 / 0.6);
  border-bottom-color: rgb(249 168 212 / 0.6);
}

.border-y-pink-300\/70{
  border-top-color: rgb(249 168 212 / 0.7);
  border-bottom-color: rgb(249 168 212 / 0.7);
}

.border-y-pink-300\/75{
  border-top-color: rgb(249 168 212 / 0.75);
  border-bottom-color: rgb(249 168 212 / 0.75);
}

.border-y-pink-300\/80{
  border-top-color: rgb(249 168 212 / 0.8);
  border-bottom-color: rgb(249 168 212 / 0.8);
}

.border-y-pink-300\/90{
  border-top-color: rgb(249 168 212 / 0.9);
  border-bottom-color: rgb(249 168 212 / 0.9);
}

.border-y-pink-300\/95{
  border-top-color: rgb(249 168 212 / 0.95);
  border-bottom-color: rgb(249 168 212 / 0.95);
}

.border-y-pink-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(244 114 182 / var(--tw-border-opacity));
  border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-y-pink-400\/0{
  border-top-color: rgb(244 114 182 / 0);
  border-bottom-color: rgb(244 114 182 / 0);
}

.border-y-pink-400\/10{
  border-top-color: rgb(244 114 182 / 0.1);
  border-bottom-color: rgb(244 114 182 / 0.1);
}

.border-y-pink-400\/100{
  border-top-color: rgb(244 114 182 / 1);
  border-bottom-color: rgb(244 114 182 / 1);
}

.border-y-pink-400\/20{
  border-top-color: rgb(244 114 182 / 0.2);
  border-bottom-color: rgb(244 114 182 / 0.2);
}

.border-y-pink-400\/25{
  border-top-color: rgb(244 114 182 / 0.25);
  border-bottom-color: rgb(244 114 182 / 0.25);
}

.border-y-pink-400\/30{
  border-top-color: rgb(244 114 182 / 0.3);
  border-bottom-color: rgb(244 114 182 / 0.3);
}

.border-y-pink-400\/40{
  border-top-color: rgb(244 114 182 / 0.4);
  border-bottom-color: rgb(244 114 182 / 0.4);
}

.border-y-pink-400\/5{
  border-top-color: rgb(244 114 182 / 0.05);
  border-bottom-color: rgb(244 114 182 / 0.05);
}

.border-y-pink-400\/50{
  border-top-color: rgb(244 114 182 / 0.5);
  border-bottom-color: rgb(244 114 182 / 0.5);
}

.border-y-pink-400\/60{
  border-top-color: rgb(244 114 182 / 0.6);
  border-bottom-color: rgb(244 114 182 / 0.6);
}

.border-y-pink-400\/70{
  border-top-color: rgb(244 114 182 / 0.7);
  border-bottom-color: rgb(244 114 182 / 0.7);
}

.border-y-pink-400\/75{
  border-top-color: rgb(244 114 182 / 0.75);
  border-bottom-color: rgb(244 114 182 / 0.75);
}

.border-y-pink-400\/80{
  border-top-color: rgb(244 114 182 / 0.8);
  border-bottom-color: rgb(244 114 182 / 0.8);
}

.border-y-pink-400\/90{
  border-top-color: rgb(244 114 182 / 0.9);
  border-bottom-color: rgb(244 114 182 / 0.9);
}

.border-y-pink-400\/95{
  border-top-color: rgb(244 114 182 / 0.95);
  border-bottom-color: rgb(244 114 182 / 0.95);
}

.border-y-pink-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-y-pink-50\/0{
  border-top-color: rgb(253 242 248 / 0);
  border-bottom-color: rgb(253 242 248 / 0);
}

.border-y-pink-50\/10{
  border-top-color: rgb(253 242 248 / 0.1);
  border-bottom-color: rgb(253 242 248 / 0.1);
}

.border-y-pink-50\/100{
  border-top-color: rgb(253 242 248 / 1);
  border-bottom-color: rgb(253 242 248 / 1);
}

.border-y-pink-50\/20{
  border-top-color: rgb(253 242 248 / 0.2);
  border-bottom-color: rgb(253 242 248 / 0.2);
}

.border-y-pink-50\/25{
  border-top-color: rgb(253 242 248 / 0.25);
  border-bottom-color: rgb(253 242 248 / 0.25);
}

.border-y-pink-50\/30{
  border-top-color: rgb(253 242 248 / 0.3);
  border-bottom-color: rgb(253 242 248 / 0.3);
}

.border-y-pink-50\/40{
  border-top-color: rgb(253 242 248 / 0.4);
  border-bottom-color: rgb(253 242 248 / 0.4);
}

.border-y-pink-50\/5{
  border-top-color: rgb(253 242 248 / 0.05);
  border-bottom-color: rgb(253 242 248 / 0.05);
}

.border-y-pink-50\/50{
  border-top-color: rgb(253 242 248 / 0.5);
  border-bottom-color: rgb(253 242 248 / 0.5);
}

.border-y-pink-50\/60{
  border-top-color: rgb(253 242 248 / 0.6);
  border-bottom-color: rgb(253 242 248 / 0.6);
}

.border-y-pink-50\/70{
  border-top-color: rgb(253 242 248 / 0.7);
  border-bottom-color: rgb(253 242 248 / 0.7);
}

.border-y-pink-50\/75{
  border-top-color: rgb(253 242 248 / 0.75);
  border-bottom-color: rgb(253 242 248 / 0.75);
}

.border-y-pink-50\/80{
  border-top-color: rgb(253 242 248 / 0.8);
  border-bottom-color: rgb(253 242 248 / 0.8);
}

.border-y-pink-50\/90{
  border-top-color: rgb(253 242 248 / 0.9);
  border-bottom-color: rgb(253 242 248 / 0.9);
}

.border-y-pink-50\/95{
  border-top-color: rgb(253 242 248 / 0.95);
  border-bottom-color: rgb(253 242 248 / 0.95);
}

.border-y-pink-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 72 153 / var(--tw-border-opacity));
  border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-y-pink-500\/0{
  border-top-color: rgb(236 72 153 / 0);
  border-bottom-color: rgb(236 72 153 / 0);
}

.border-y-pink-500\/10{
  border-top-color: rgb(236 72 153 / 0.1);
  border-bottom-color: rgb(236 72 153 / 0.1);
}

.border-y-pink-500\/100{
  border-top-color: rgb(236 72 153 / 1);
  border-bottom-color: rgb(236 72 153 / 1);
}

.border-y-pink-500\/20{
  border-top-color: rgb(236 72 153 / 0.2);
  border-bottom-color: rgb(236 72 153 / 0.2);
}

.border-y-pink-500\/25{
  border-top-color: rgb(236 72 153 / 0.25);
  border-bottom-color: rgb(236 72 153 / 0.25);
}

.border-y-pink-500\/30{
  border-top-color: rgb(236 72 153 / 0.3);
  border-bottom-color: rgb(236 72 153 / 0.3);
}

.border-y-pink-500\/40{
  border-top-color: rgb(236 72 153 / 0.4);
  border-bottom-color: rgb(236 72 153 / 0.4);
}

.border-y-pink-500\/5{
  border-top-color: rgb(236 72 153 / 0.05);
  border-bottom-color: rgb(236 72 153 / 0.05);
}

.border-y-pink-500\/50{
  border-top-color: rgb(236 72 153 / 0.5);
  border-bottom-color: rgb(236 72 153 / 0.5);
}

.border-y-pink-500\/60{
  border-top-color: rgb(236 72 153 / 0.6);
  border-bottom-color: rgb(236 72 153 / 0.6);
}

.border-y-pink-500\/70{
  border-top-color: rgb(236 72 153 / 0.7);
  border-bottom-color: rgb(236 72 153 / 0.7);
}

.border-y-pink-500\/75{
  border-top-color: rgb(236 72 153 / 0.75);
  border-bottom-color: rgb(236 72 153 / 0.75);
}

.border-y-pink-500\/80{
  border-top-color: rgb(236 72 153 / 0.8);
  border-bottom-color: rgb(236 72 153 / 0.8);
}

.border-y-pink-500\/90{
  border-top-color: rgb(236 72 153 / 0.9);
  border-bottom-color: rgb(236 72 153 / 0.9);
}

.border-y-pink-500\/95{
  border-top-color: rgb(236 72 153 / 0.95);
  border-bottom-color: rgb(236 72 153 / 0.95);
}

.border-y-pink-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(219 39 119 / var(--tw-border-opacity));
  border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-y-pink-600\/0{
  border-top-color: rgb(219 39 119 / 0);
  border-bottom-color: rgb(219 39 119 / 0);
}

.border-y-pink-600\/10{
  border-top-color: rgb(219 39 119 / 0.1);
  border-bottom-color: rgb(219 39 119 / 0.1);
}

.border-y-pink-600\/100{
  border-top-color: rgb(219 39 119 / 1);
  border-bottom-color: rgb(219 39 119 / 1);
}

.border-y-pink-600\/20{
  border-top-color: rgb(219 39 119 / 0.2);
  border-bottom-color: rgb(219 39 119 / 0.2);
}

.border-y-pink-600\/25{
  border-top-color: rgb(219 39 119 / 0.25);
  border-bottom-color: rgb(219 39 119 / 0.25);
}

.border-y-pink-600\/30{
  border-top-color: rgb(219 39 119 / 0.3);
  border-bottom-color: rgb(219 39 119 / 0.3);
}

.border-y-pink-600\/40{
  border-top-color: rgb(219 39 119 / 0.4);
  border-bottom-color: rgb(219 39 119 / 0.4);
}

.border-y-pink-600\/5{
  border-top-color: rgb(219 39 119 / 0.05);
  border-bottom-color: rgb(219 39 119 / 0.05);
}

.border-y-pink-600\/50{
  border-top-color: rgb(219 39 119 / 0.5);
  border-bottom-color: rgb(219 39 119 / 0.5);
}

.border-y-pink-600\/60{
  border-top-color: rgb(219 39 119 / 0.6);
  border-bottom-color: rgb(219 39 119 / 0.6);
}

.border-y-pink-600\/70{
  border-top-color: rgb(219 39 119 / 0.7);
  border-bottom-color: rgb(219 39 119 / 0.7);
}

.border-y-pink-600\/75{
  border-top-color: rgb(219 39 119 / 0.75);
  border-bottom-color: rgb(219 39 119 / 0.75);
}

.border-y-pink-600\/80{
  border-top-color: rgb(219 39 119 / 0.8);
  border-bottom-color: rgb(219 39 119 / 0.8);
}

.border-y-pink-600\/90{
  border-top-color: rgb(219 39 119 / 0.9);
  border-bottom-color: rgb(219 39 119 / 0.9);
}

.border-y-pink-600\/95{
  border-top-color: rgb(219 39 119 / 0.95);
  border-bottom-color: rgb(219 39 119 / 0.95);
}

.border-y-pink-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(190 24 93 / var(--tw-border-opacity));
  border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-y-pink-700\/0{
  border-top-color: rgb(190 24 93 / 0);
  border-bottom-color: rgb(190 24 93 / 0);
}

.border-y-pink-700\/10{
  border-top-color: rgb(190 24 93 / 0.1);
  border-bottom-color: rgb(190 24 93 / 0.1);
}

.border-y-pink-700\/100{
  border-top-color: rgb(190 24 93 / 1);
  border-bottom-color: rgb(190 24 93 / 1);
}

.border-y-pink-700\/20{
  border-top-color: rgb(190 24 93 / 0.2);
  border-bottom-color: rgb(190 24 93 / 0.2);
}

.border-y-pink-700\/25{
  border-top-color: rgb(190 24 93 / 0.25);
  border-bottom-color: rgb(190 24 93 / 0.25);
}

.border-y-pink-700\/30{
  border-top-color: rgb(190 24 93 / 0.3);
  border-bottom-color: rgb(190 24 93 / 0.3);
}

.border-y-pink-700\/40{
  border-top-color: rgb(190 24 93 / 0.4);
  border-bottom-color: rgb(190 24 93 / 0.4);
}

.border-y-pink-700\/5{
  border-top-color: rgb(190 24 93 / 0.05);
  border-bottom-color: rgb(190 24 93 / 0.05);
}

.border-y-pink-700\/50{
  border-top-color: rgb(190 24 93 / 0.5);
  border-bottom-color: rgb(190 24 93 / 0.5);
}

.border-y-pink-700\/60{
  border-top-color: rgb(190 24 93 / 0.6);
  border-bottom-color: rgb(190 24 93 / 0.6);
}

.border-y-pink-700\/70{
  border-top-color: rgb(190 24 93 / 0.7);
  border-bottom-color: rgb(190 24 93 / 0.7);
}

.border-y-pink-700\/75{
  border-top-color: rgb(190 24 93 / 0.75);
  border-bottom-color: rgb(190 24 93 / 0.75);
}

.border-y-pink-700\/80{
  border-top-color: rgb(190 24 93 / 0.8);
  border-bottom-color: rgb(190 24 93 / 0.8);
}

.border-y-pink-700\/90{
  border-top-color: rgb(190 24 93 / 0.9);
  border-bottom-color: rgb(190 24 93 / 0.9);
}

.border-y-pink-700\/95{
  border-top-color: rgb(190 24 93 / 0.95);
  border-bottom-color: rgb(190 24 93 / 0.95);
}

.border-y-pink-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(157 23 77 / var(--tw-border-opacity));
  border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-y-pink-800\/0{
  border-top-color: rgb(157 23 77 / 0);
  border-bottom-color: rgb(157 23 77 / 0);
}

.border-y-pink-800\/10{
  border-top-color: rgb(157 23 77 / 0.1);
  border-bottom-color: rgb(157 23 77 / 0.1);
}

.border-y-pink-800\/100{
  border-top-color: rgb(157 23 77 / 1);
  border-bottom-color: rgb(157 23 77 / 1);
}

.border-y-pink-800\/20{
  border-top-color: rgb(157 23 77 / 0.2);
  border-bottom-color: rgb(157 23 77 / 0.2);
}

.border-y-pink-800\/25{
  border-top-color: rgb(157 23 77 / 0.25);
  border-bottom-color: rgb(157 23 77 / 0.25);
}

.border-y-pink-800\/30{
  border-top-color: rgb(157 23 77 / 0.3);
  border-bottom-color: rgb(157 23 77 / 0.3);
}

.border-y-pink-800\/40{
  border-top-color: rgb(157 23 77 / 0.4);
  border-bottom-color: rgb(157 23 77 / 0.4);
}

.border-y-pink-800\/5{
  border-top-color: rgb(157 23 77 / 0.05);
  border-bottom-color: rgb(157 23 77 / 0.05);
}

.border-y-pink-800\/50{
  border-top-color: rgb(157 23 77 / 0.5);
  border-bottom-color: rgb(157 23 77 / 0.5);
}

.border-y-pink-800\/60{
  border-top-color: rgb(157 23 77 / 0.6);
  border-bottom-color: rgb(157 23 77 / 0.6);
}

.border-y-pink-800\/70{
  border-top-color: rgb(157 23 77 / 0.7);
  border-bottom-color: rgb(157 23 77 / 0.7);
}

.border-y-pink-800\/75{
  border-top-color: rgb(157 23 77 / 0.75);
  border-bottom-color: rgb(157 23 77 / 0.75);
}

.border-y-pink-800\/80{
  border-top-color: rgb(157 23 77 / 0.8);
  border-bottom-color: rgb(157 23 77 / 0.8);
}

.border-y-pink-800\/90{
  border-top-color: rgb(157 23 77 / 0.9);
  border-bottom-color: rgb(157 23 77 / 0.9);
}

.border-y-pink-800\/95{
  border-top-color: rgb(157 23 77 / 0.95);
  border-bottom-color: rgb(157 23 77 / 0.95);
}

.border-y-pink-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(131 24 67 / var(--tw-border-opacity));
  border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-y-pink-900\/0{
  border-top-color: rgb(131 24 67 / 0);
  border-bottom-color: rgb(131 24 67 / 0);
}

.border-y-pink-900\/10{
  border-top-color: rgb(131 24 67 / 0.1);
  border-bottom-color: rgb(131 24 67 / 0.1);
}

.border-y-pink-900\/100{
  border-top-color: rgb(131 24 67 / 1);
  border-bottom-color: rgb(131 24 67 / 1);
}

.border-y-pink-900\/20{
  border-top-color: rgb(131 24 67 / 0.2);
  border-bottom-color: rgb(131 24 67 / 0.2);
}

.border-y-pink-900\/25{
  border-top-color: rgb(131 24 67 / 0.25);
  border-bottom-color: rgb(131 24 67 / 0.25);
}

.border-y-pink-900\/30{
  border-top-color: rgb(131 24 67 / 0.3);
  border-bottom-color: rgb(131 24 67 / 0.3);
}

.border-y-pink-900\/40{
  border-top-color: rgb(131 24 67 / 0.4);
  border-bottom-color: rgb(131 24 67 / 0.4);
}

.border-y-pink-900\/5{
  border-top-color: rgb(131 24 67 / 0.05);
  border-bottom-color: rgb(131 24 67 / 0.05);
}

.border-y-pink-900\/50{
  border-top-color: rgb(131 24 67 / 0.5);
  border-bottom-color: rgb(131 24 67 / 0.5);
}

.border-y-pink-900\/60{
  border-top-color: rgb(131 24 67 / 0.6);
  border-bottom-color: rgb(131 24 67 / 0.6);
}

.border-y-pink-900\/70{
  border-top-color: rgb(131 24 67 / 0.7);
  border-bottom-color: rgb(131 24 67 / 0.7);
}

.border-y-pink-900\/75{
  border-top-color: rgb(131 24 67 / 0.75);
  border-bottom-color: rgb(131 24 67 / 0.75);
}

.border-y-pink-900\/80{
  border-top-color: rgb(131 24 67 / 0.8);
  border-bottom-color: rgb(131 24 67 / 0.8);
}

.border-y-pink-900\/90{
  border-top-color: rgb(131 24 67 / 0.9);
  border-bottom-color: rgb(131 24 67 / 0.9);
}

.border-y-pink-900\/95{
  border-top-color: rgb(131 24 67 / 0.95);
  border-bottom-color: rgb(131 24 67 / 0.95);
}

.border-y-pink-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(80 7 36 / var(--tw-border-opacity));
  border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-y-pink-950\/0{
  border-top-color: rgb(80 7 36 / 0);
  border-bottom-color: rgb(80 7 36 / 0);
}

.border-y-pink-950\/10{
  border-top-color: rgb(80 7 36 / 0.1);
  border-bottom-color: rgb(80 7 36 / 0.1);
}

.border-y-pink-950\/100{
  border-top-color: rgb(80 7 36 / 1);
  border-bottom-color: rgb(80 7 36 / 1);
}

.border-y-pink-950\/20{
  border-top-color: rgb(80 7 36 / 0.2);
  border-bottom-color: rgb(80 7 36 / 0.2);
}

.border-y-pink-950\/25{
  border-top-color: rgb(80 7 36 / 0.25);
  border-bottom-color: rgb(80 7 36 / 0.25);
}

.border-y-pink-950\/30{
  border-top-color: rgb(80 7 36 / 0.3);
  border-bottom-color: rgb(80 7 36 / 0.3);
}

.border-y-pink-950\/40{
  border-top-color: rgb(80 7 36 / 0.4);
  border-bottom-color: rgb(80 7 36 / 0.4);
}

.border-y-pink-950\/5{
  border-top-color: rgb(80 7 36 / 0.05);
  border-bottom-color: rgb(80 7 36 / 0.05);
}

.border-y-pink-950\/50{
  border-top-color: rgb(80 7 36 / 0.5);
  border-bottom-color: rgb(80 7 36 / 0.5);
}

.border-y-pink-950\/60{
  border-top-color: rgb(80 7 36 / 0.6);
  border-bottom-color: rgb(80 7 36 / 0.6);
}

.border-y-pink-950\/70{
  border-top-color: rgb(80 7 36 / 0.7);
  border-bottom-color: rgb(80 7 36 / 0.7);
}

.border-y-pink-950\/75{
  border-top-color: rgb(80 7 36 / 0.75);
  border-bottom-color: rgb(80 7 36 / 0.75);
}

.border-y-pink-950\/80{
  border-top-color: rgb(80 7 36 / 0.8);
  border-bottom-color: rgb(80 7 36 / 0.8);
}

.border-y-pink-950\/90{
  border-top-color: rgb(80 7 36 / 0.9);
  border-bottom-color: rgb(80 7 36 / 0.9);
}

.border-y-pink-950\/95{
  border-top-color: rgb(80 7 36 / 0.95);
  border-bottom-color: rgb(80 7 36 / 0.95);
}

.border-y-purple-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 232 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.border-y-purple-100\/0{
  border-top-color: rgb(243 232 255 / 0);
  border-bottom-color: rgb(243 232 255 / 0);
}

.border-y-purple-100\/10{
  border-top-color: rgb(243 232 255 / 0.1);
  border-bottom-color: rgb(243 232 255 / 0.1);
}

.border-y-purple-100\/100{
  border-top-color: rgb(243 232 255 / 1);
  border-bottom-color: rgb(243 232 255 / 1);
}

.border-y-purple-100\/20{
  border-top-color: rgb(243 232 255 / 0.2);
  border-bottom-color: rgb(243 232 255 / 0.2);
}

.border-y-purple-100\/25{
  border-top-color: rgb(243 232 255 / 0.25);
  border-bottom-color: rgb(243 232 255 / 0.25);
}

.border-y-purple-100\/30{
  border-top-color: rgb(243 232 255 / 0.3);
  border-bottom-color: rgb(243 232 255 / 0.3);
}

.border-y-purple-100\/40{
  border-top-color: rgb(243 232 255 / 0.4);
  border-bottom-color: rgb(243 232 255 / 0.4);
}

.border-y-purple-100\/5{
  border-top-color: rgb(243 232 255 / 0.05);
  border-bottom-color: rgb(243 232 255 / 0.05);
}

.border-y-purple-100\/50{
  border-top-color: rgb(243 232 255 / 0.5);
  border-bottom-color: rgb(243 232 255 / 0.5);
}

.border-y-purple-100\/60{
  border-top-color: rgb(243 232 255 / 0.6);
  border-bottom-color: rgb(243 232 255 / 0.6);
}

.border-y-purple-100\/70{
  border-top-color: rgb(243 232 255 / 0.7);
  border-bottom-color: rgb(243 232 255 / 0.7);
}

.border-y-purple-100\/75{
  border-top-color: rgb(243 232 255 / 0.75);
  border-bottom-color: rgb(243 232 255 / 0.75);
}

.border-y-purple-100\/80{
  border-top-color: rgb(243 232 255 / 0.8);
  border-bottom-color: rgb(243 232 255 / 0.8);
}

.border-y-purple-100\/90{
  border-top-color: rgb(243 232 255 / 0.9);
  border-bottom-color: rgb(243 232 255 / 0.9);
}

.border-y-purple-100\/95{
  border-top-color: rgb(243 232 255 / 0.95);
  border-bottom-color: rgb(243 232 255 / 0.95);
}

.border-y-purple-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(233 213 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-y-purple-200\/0{
  border-top-color: rgb(233 213 255 / 0);
  border-bottom-color: rgb(233 213 255 / 0);
}

.border-y-purple-200\/10{
  border-top-color: rgb(233 213 255 / 0.1);
  border-bottom-color: rgb(233 213 255 / 0.1);
}

.border-y-purple-200\/100{
  border-top-color: rgb(233 213 255 / 1);
  border-bottom-color: rgb(233 213 255 / 1);
}

.border-y-purple-200\/20{
  border-top-color: rgb(233 213 255 / 0.2);
  border-bottom-color: rgb(233 213 255 / 0.2);
}

.border-y-purple-200\/25{
  border-top-color: rgb(233 213 255 / 0.25);
  border-bottom-color: rgb(233 213 255 / 0.25);
}

.border-y-purple-200\/30{
  border-top-color: rgb(233 213 255 / 0.3);
  border-bottom-color: rgb(233 213 255 / 0.3);
}

.border-y-purple-200\/40{
  border-top-color: rgb(233 213 255 / 0.4);
  border-bottom-color: rgb(233 213 255 / 0.4);
}

.border-y-purple-200\/5{
  border-top-color: rgb(233 213 255 / 0.05);
  border-bottom-color: rgb(233 213 255 / 0.05);
}

.border-y-purple-200\/50{
  border-top-color: rgb(233 213 255 / 0.5);
  border-bottom-color: rgb(233 213 255 / 0.5);
}

.border-y-purple-200\/60{
  border-top-color: rgb(233 213 255 / 0.6);
  border-bottom-color: rgb(233 213 255 / 0.6);
}

.border-y-purple-200\/70{
  border-top-color: rgb(233 213 255 / 0.7);
  border-bottom-color: rgb(233 213 255 / 0.7);
}

.border-y-purple-200\/75{
  border-top-color: rgb(233 213 255 / 0.75);
  border-bottom-color: rgb(233 213 255 / 0.75);
}

.border-y-purple-200\/80{
  border-top-color: rgb(233 213 255 / 0.8);
  border-bottom-color: rgb(233 213 255 / 0.8);
}

.border-y-purple-200\/90{
  border-top-color: rgb(233 213 255 / 0.9);
  border-bottom-color: rgb(233 213 255 / 0.9);
}

.border-y-purple-200\/95{
  border-top-color: rgb(233 213 255 / 0.95);
  border-bottom-color: rgb(233 213 255 / 0.95);
}

.border-y-purple-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(216 180 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-y-purple-300\/0{
  border-top-color: rgb(216 180 254 / 0);
  border-bottom-color: rgb(216 180 254 / 0);
}

.border-y-purple-300\/10{
  border-top-color: rgb(216 180 254 / 0.1);
  border-bottom-color: rgb(216 180 254 / 0.1);
}

.border-y-purple-300\/100{
  border-top-color: rgb(216 180 254 / 1);
  border-bottom-color: rgb(216 180 254 / 1);
}

.border-y-purple-300\/20{
  border-top-color: rgb(216 180 254 / 0.2);
  border-bottom-color: rgb(216 180 254 / 0.2);
}

.border-y-purple-300\/25{
  border-top-color: rgb(216 180 254 / 0.25);
  border-bottom-color: rgb(216 180 254 / 0.25);
}

.border-y-purple-300\/30{
  border-top-color: rgb(216 180 254 / 0.3);
  border-bottom-color: rgb(216 180 254 / 0.3);
}

.border-y-purple-300\/40{
  border-top-color: rgb(216 180 254 / 0.4);
  border-bottom-color: rgb(216 180 254 / 0.4);
}

.border-y-purple-300\/5{
  border-top-color: rgb(216 180 254 / 0.05);
  border-bottom-color: rgb(216 180 254 / 0.05);
}

.border-y-purple-300\/50{
  border-top-color: rgb(216 180 254 / 0.5);
  border-bottom-color: rgb(216 180 254 / 0.5);
}

.border-y-purple-300\/60{
  border-top-color: rgb(216 180 254 / 0.6);
  border-bottom-color: rgb(216 180 254 / 0.6);
}

.border-y-purple-300\/70{
  border-top-color: rgb(216 180 254 / 0.7);
  border-bottom-color: rgb(216 180 254 / 0.7);
}

.border-y-purple-300\/75{
  border-top-color: rgb(216 180 254 / 0.75);
  border-bottom-color: rgb(216 180 254 / 0.75);
}

.border-y-purple-300\/80{
  border-top-color: rgb(216 180 254 / 0.8);
  border-bottom-color: rgb(216 180 254 / 0.8);
}

.border-y-purple-300\/90{
  border-top-color: rgb(216 180 254 / 0.9);
  border-bottom-color: rgb(216 180 254 / 0.9);
}

.border-y-purple-300\/95{
  border-top-color: rgb(216 180 254 / 0.95);
  border-bottom-color: rgb(216 180 254 / 0.95);
}

.border-y-purple-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(192 132 252 / var(--tw-border-opacity));
  border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-y-purple-400\/0{
  border-top-color: rgb(192 132 252 / 0);
  border-bottom-color: rgb(192 132 252 / 0);
}

.border-y-purple-400\/10{
  border-top-color: rgb(192 132 252 / 0.1);
  border-bottom-color: rgb(192 132 252 / 0.1);
}

.border-y-purple-400\/100{
  border-top-color: rgb(192 132 252 / 1);
  border-bottom-color: rgb(192 132 252 / 1);
}

.border-y-purple-400\/20{
  border-top-color: rgb(192 132 252 / 0.2);
  border-bottom-color: rgb(192 132 252 / 0.2);
}

.border-y-purple-400\/25{
  border-top-color: rgb(192 132 252 / 0.25);
  border-bottom-color: rgb(192 132 252 / 0.25);
}

.border-y-purple-400\/30{
  border-top-color: rgb(192 132 252 / 0.3);
  border-bottom-color: rgb(192 132 252 / 0.3);
}

.border-y-purple-400\/40{
  border-top-color: rgb(192 132 252 / 0.4);
  border-bottom-color: rgb(192 132 252 / 0.4);
}

.border-y-purple-400\/5{
  border-top-color: rgb(192 132 252 / 0.05);
  border-bottom-color: rgb(192 132 252 / 0.05);
}

.border-y-purple-400\/50{
  border-top-color: rgb(192 132 252 / 0.5);
  border-bottom-color: rgb(192 132 252 / 0.5);
}

.border-y-purple-400\/60{
  border-top-color: rgb(192 132 252 / 0.6);
  border-bottom-color: rgb(192 132 252 / 0.6);
}

.border-y-purple-400\/70{
  border-top-color: rgb(192 132 252 / 0.7);
  border-bottom-color: rgb(192 132 252 / 0.7);
}

.border-y-purple-400\/75{
  border-top-color: rgb(192 132 252 / 0.75);
  border-bottom-color: rgb(192 132 252 / 0.75);
}

.border-y-purple-400\/80{
  border-top-color: rgb(192 132 252 / 0.8);
  border-bottom-color: rgb(192 132 252 / 0.8);
}

.border-y-purple-400\/90{
  border-top-color: rgb(192 132 252 / 0.9);
  border-bottom-color: rgb(192 132 252 / 0.9);
}

.border-y-purple-400\/95{
  border-top-color: rgb(192 132 252 / 0.95);
  border-bottom-color: rgb(192 132 252 / 0.95);
}

.border-y-purple-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 245 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-y-purple-50\/0{
  border-top-color: rgb(250 245 255 / 0);
  border-bottom-color: rgb(250 245 255 / 0);
}

.border-y-purple-50\/10{
  border-top-color: rgb(250 245 255 / 0.1);
  border-bottom-color: rgb(250 245 255 / 0.1);
}

.border-y-purple-50\/100{
  border-top-color: rgb(250 245 255 / 1);
  border-bottom-color: rgb(250 245 255 / 1);
}

.border-y-purple-50\/20{
  border-top-color: rgb(250 245 255 / 0.2);
  border-bottom-color: rgb(250 245 255 / 0.2);
}

.border-y-purple-50\/25{
  border-top-color: rgb(250 245 255 / 0.25);
  border-bottom-color: rgb(250 245 255 / 0.25);
}

.border-y-purple-50\/30{
  border-top-color: rgb(250 245 255 / 0.3);
  border-bottom-color: rgb(250 245 255 / 0.3);
}

.border-y-purple-50\/40{
  border-top-color: rgb(250 245 255 / 0.4);
  border-bottom-color: rgb(250 245 255 / 0.4);
}

.border-y-purple-50\/5{
  border-top-color: rgb(250 245 255 / 0.05);
  border-bottom-color: rgb(250 245 255 / 0.05);
}

.border-y-purple-50\/50{
  border-top-color: rgb(250 245 255 / 0.5);
  border-bottom-color: rgb(250 245 255 / 0.5);
}

.border-y-purple-50\/60{
  border-top-color: rgb(250 245 255 / 0.6);
  border-bottom-color: rgb(250 245 255 / 0.6);
}

.border-y-purple-50\/70{
  border-top-color: rgb(250 245 255 / 0.7);
  border-bottom-color: rgb(250 245 255 / 0.7);
}

.border-y-purple-50\/75{
  border-top-color: rgb(250 245 255 / 0.75);
  border-bottom-color: rgb(250 245 255 / 0.75);
}

.border-y-purple-50\/80{
  border-top-color: rgb(250 245 255 / 0.8);
  border-bottom-color: rgb(250 245 255 / 0.8);
}

.border-y-purple-50\/90{
  border-top-color: rgb(250 245 255 / 0.9);
  border-bottom-color: rgb(250 245 255 / 0.9);
}

.border-y-purple-50\/95{
  border-top-color: rgb(250 245 255 / 0.95);
  border-bottom-color: rgb(250 245 255 / 0.95);
}

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

.border-y-purple-500\/0{
  border-top-color: rgb(168 85 247 / 0);
  border-bottom-color: rgb(168 85 247 / 0);
}

.border-y-purple-500\/10{
  border-top-color: rgb(168 85 247 / 0.1);
  border-bottom-color: rgb(168 85 247 / 0.1);
}

.border-y-purple-500\/100{
  border-top-color: rgb(168 85 247 / 1);
  border-bottom-color: rgb(168 85 247 / 1);
}

.border-y-purple-500\/20{
  border-top-color: rgb(168 85 247 / 0.2);
  border-bottom-color: rgb(168 85 247 / 0.2);
}

.border-y-purple-500\/25{
  border-top-color: rgb(168 85 247 / 0.25);
  border-bottom-color: rgb(168 85 247 / 0.25);
}

.border-y-purple-500\/30{
  border-top-color: rgb(168 85 247 / 0.3);
  border-bottom-color: rgb(168 85 247 / 0.3);
}

.border-y-purple-500\/40{
  border-top-color: rgb(168 85 247 / 0.4);
  border-bottom-color: rgb(168 85 247 / 0.4);
}

.border-y-purple-500\/5{
  border-top-color: rgb(168 85 247 / 0.05);
  border-bottom-color: rgb(168 85 247 / 0.05);
}

.border-y-purple-500\/50{
  border-top-color: rgb(168 85 247 / 0.5);
  border-bottom-color: rgb(168 85 247 / 0.5);
}

.border-y-purple-500\/60{
  border-top-color: rgb(168 85 247 / 0.6);
  border-bottom-color: rgb(168 85 247 / 0.6);
}

.border-y-purple-500\/70{
  border-top-color: rgb(168 85 247 / 0.7);
  border-bottom-color: rgb(168 85 247 / 0.7);
}

.border-y-purple-500\/75{
  border-top-color: rgb(168 85 247 / 0.75);
  border-bottom-color: rgb(168 85 247 / 0.75);
}

.border-y-purple-500\/80{
  border-top-color: rgb(168 85 247 / 0.8);
  border-bottom-color: rgb(168 85 247 / 0.8);
}

.border-y-purple-500\/90{
  border-top-color: rgb(168 85 247 / 0.9);
  border-bottom-color: rgb(168 85 247 / 0.9);
}

.border-y-purple-500\/95{
  border-top-color: rgb(168 85 247 / 0.95);
  border-bottom-color: rgb(168 85 247 / 0.95);
}

.border-y-purple-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(147 51 234 / var(--tw-border-opacity));
  border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-y-purple-600\/0{
  border-top-color: rgb(147 51 234 / 0);
  border-bottom-color: rgb(147 51 234 / 0);
}

.border-y-purple-600\/10{
  border-top-color: rgb(147 51 234 / 0.1);
  border-bottom-color: rgb(147 51 234 / 0.1);
}

.border-y-purple-600\/100{
  border-top-color: rgb(147 51 234 / 1);
  border-bottom-color: rgb(147 51 234 / 1);
}

.border-y-purple-600\/20{
  border-top-color: rgb(147 51 234 / 0.2);
  border-bottom-color: rgb(147 51 234 / 0.2);
}

.border-y-purple-600\/25{
  border-top-color: rgb(147 51 234 / 0.25);
  border-bottom-color: rgb(147 51 234 / 0.25);
}

.border-y-purple-600\/30{
  border-top-color: rgb(147 51 234 / 0.3);
  border-bottom-color: rgb(147 51 234 / 0.3);
}

.border-y-purple-600\/40{
  border-top-color: rgb(147 51 234 / 0.4);
  border-bottom-color: rgb(147 51 234 / 0.4);
}

.border-y-purple-600\/5{
  border-top-color: rgb(147 51 234 / 0.05);
  border-bottom-color: rgb(147 51 234 / 0.05);
}

.border-y-purple-600\/50{
  border-top-color: rgb(147 51 234 / 0.5);
  border-bottom-color: rgb(147 51 234 / 0.5);
}

.border-y-purple-600\/60{
  border-top-color: rgb(147 51 234 / 0.6);
  border-bottom-color: rgb(147 51 234 / 0.6);
}

.border-y-purple-600\/70{
  border-top-color: rgb(147 51 234 / 0.7);
  border-bottom-color: rgb(147 51 234 / 0.7);
}

.border-y-purple-600\/75{
  border-top-color: rgb(147 51 234 / 0.75);
  border-bottom-color: rgb(147 51 234 / 0.75);
}

.border-y-purple-600\/80{
  border-top-color: rgb(147 51 234 / 0.8);
  border-bottom-color: rgb(147 51 234 / 0.8);
}

.border-y-purple-600\/90{
  border-top-color: rgb(147 51 234 / 0.9);
  border-bottom-color: rgb(147 51 234 / 0.9);
}

.border-y-purple-600\/95{
  border-top-color: rgb(147 51 234 / 0.95);
  border-bottom-color: rgb(147 51 234 / 0.95);
}

.border-y-purple-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(126 34 206 / var(--tw-border-opacity));
  border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-y-purple-700\/0{
  border-top-color: rgb(126 34 206 / 0);
  border-bottom-color: rgb(126 34 206 / 0);
}

.border-y-purple-700\/10{
  border-top-color: rgb(126 34 206 / 0.1);
  border-bottom-color: rgb(126 34 206 / 0.1);
}

.border-y-purple-700\/100{
  border-top-color: rgb(126 34 206 / 1);
  border-bottom-color: rgb(126 34 206 / 1);
}

.border-y-purple-700\/20{
  border-top-color: rgb(126 34 206 / 0.2);
  border-bottom-color: rgb(126 34 206 / 0.2);
}

.border-y-purple-700\/25{
  border-top-color: rgb(126 34 206 / 0.25);
  border-bottom-color: rgb(126 34 206 / 0.25);
}

.border-y-purple-700\/30{
  border-top-color: rgb(126 34 206 / 0.3);
  border-bottom-color: rgb(126 34 206 / 0.3);
}

.border-y-purple-700\/40{
  border-top-color: rgb(126 34 206 / 0.4);
  border-bottom-color: rgb(126 34 206 / 0.4);
}

.border-y-purple-700\/5{
  border-top-color: rgb(126 34 206 / 0.05);
  border-bottom-color: rgb(126 34 206 / 0.05);
}

.border-y-purple-700\/50{
  border-top-color: rgb(126 34 206 / 0.5);
  border-bottom-color: rgb(126 34 206 / 0.5);
}

.border-y-purple-700\/60{
  border-top-color: rgb(126 34 206 / 0.6);
  border-bottom-color: rgb(126 34 206 / 0.6);
}

.border-y-purple-700\/70{
  border-top-color: rgb(126 34 206 / 0.7);
  border-bottom-color: rgb(126 34 206 / 0.7);
}

.border-y-purple-700\/75{
  border-top-color: rgb(126 34 206 / 0.75);
  border-bottom-color: rgb(126 34 206 / 0.75);
}

.border-y-purple-700\/80{
  border-top-color: rgb(126 34 206 / 0.8);
  border-bottom-color: rgb(126 34 206 / 0.8);
}

.border-y-purple-700\/90{
  border-top-color: rgb(126 34 206 / 0.9);
  border-bottom-color: rgb(126 34 206 / 0.9);
}

.border-y-purple-700\/95{
  border-top-color: rgb(126 34 206 / 0.95);
  border-bottom-color: rgb(126 34 206 / 0.95);
}

.border-y-purple-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(107 33 168 / var(--tw-border-opacity));
  border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-y-purple-800\/0{
  border-top-color: rgb(107 33 168 / 0);
  border-bottom-color: rgb(107 33 168 / 0);
}

.border-y-purple-800\/10{
  border-top-color: rgb(107 33 168 / 0.1);
  border-bottom-color: rgb(107 33 168 / 0.1);
}

.border-y-purple-800\/100{
  border-top-color: rgb(107 33 168 / 1);
  border-bottom-color: rgb(107 33 168 / 1);
}

.border-y-purple-800\/20{
  border-top-color: rgb(107 33 168 / 0.2);
  border-bottom-color: rgb(107 33 168 / 0.2);
}

.border-y-purple-800\/25{
  border-top-color: rgb(107 33 168 / 0.25);
  border-bottom-color: rgb(107 33 168 / 0.25);
}

.border-y-purple-800\/30{
  border-top-color: rgb(107 33 168 / 0.3);
  border-bottom-color: rgb(107 33 168 / 0.3);
}

.border-y-purple-800\/40{
  border-top-color: rgb(107 33 168 / 0.4);
  border-bottom-color: rgb(107 33 168 / 0.4);
}

.border-y-purple-800\/5{
  border-top-color: rgb(107 33 168 / 0.05);
  border-bottom-color: rgb(107 33 168 / 0.05);
}

.border-y-purple-800\/50{
  border-top-color: rgb(107 33 168 / 0.5);
  border-bottom-color: rgb(107 33 168 / 0.5);
}

.border-y-purple-800\/60{
  border-top-color: rgb(107 33 168 / 0.6);
  border-bottom-color: rgb(107 33 168 / 0.6);
}

.border-y-purple-800\/70{
  border-top-color: rgb(107 33 168 / 0.7);
  border-bottom-color: rgb(107 33 168 / 0.7);
}

.border-y-purple-800\/75{
  border-top-color: rgb(107 33 168 / 0.75);
  border-bottom-color: rgb(107 33 168 / 0.75);
}

.border-y-purple-800\/80{
  border-top-color: rgb(107 33 168 / 0.8);
  border-bottom-color: rgb(107 33 168 / 0.8);
}

.border-y-purple-800\/90{
  border-top-color: rgb(107 33 168 / 0.9);
  border-bottom-color: rgb(107 33 168 / 0.9);
}

.border-y-purple-800\/95{
  border-top-color: rgb(107 33 168 / 0.95);
  border-bottom-color: rgb(107 33 168 / 0.95);
}

.border-y-purple-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(88 28 135 / var(--tw-border-opacity));
  border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-y-purple-900\/0{
  border-top-color: rgb(88 28 135 / 0);
  border-bottom-color: rgb(88 28 135 / 0);
}

.border-y-purple-900\/10{
  border-top-color: rgb(88 28 135 / 0.1);
  border-bottom-color: rgb(88 28 135 / 0.1);
}

.border-y-purple-900\/100{
  border-top-color: rgb(88 28 135 / 1);
  border-bottom-color: rgb(88 28 135 / 1);
}

.border-y-purple-900\/20{
  border-top-color: rgb(88 28 135 / 0.2);
  border-bottom-color: rgb(88 28 135 / 0.2);
}

.border-y-purple-900\/25{
  border-top-color: rgb(88 28 135 / 0.25);
  border-bottom-color: rgb(88 28 135 / 0.25);
}

.border-y-purple-900\/30{
  border-top-color: rgb(88 28 135 / 0.3);
  border-bottom-color: rgb(88 28 135 / 0.3);
}

.border-y-purple-900\/40{
  border-top-color: rgb(88 28 135 / 0.4);
  border-bottom-color: rgb(88 28 135 / 0.4);
}

.border-y-purple-900\/5{
  border-top-color: rgb(88 28 135 / 0.05);
  border-bottom-color: rgb(88 28 135 / 0.05);
}

.border-y-purple-900\/50{
  border-top-color: rgb(88 28 135 / 0.5);
  border-bottom-color: rgb(88 28 135 / 0.5);
}

.border-y-purple-900\/60{
  border-top-color: rgb(88 28 135 / 0.6);
  border-bottom-color: rgb(88 28 135 / 0.6);
}

.border-y-purple-900\/70{
  border-top-color: rgb(88 28 135 / 0.7);
  border-bottom-color: rgb(88 28 135 / 0.7);
}

.border-y-purple-900\/75{
  border-top-color: rgb(88 28 135 / 0.75);
  border-bottom-color: rgb(88 28 135 / 0.75);
}

.border-y-purple-900\/80{
  border-top-color: rgb(88 28 135 / 0.8);
  border-bottom-color: rgb(88 28 135 / 0.8);
}

.border-y-purple-900\/90{
  border-top-color: rgb(88 28 135 / 0.9);
  border-bottom-color: rgb(88 28 135 / 0.9);
}

.border-y-purple-900\/95{
  border-top-color: rgb(88 28 135 / 0.95);
  border-bottom-color: rgb(88 28 135 / 0.95);
}

.border-y-purple-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(59 7 100 / var(--tw-border-opacity));
  border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-y-purple-950\/0{
  border-top-color: rgb(59 7 100 / 0);
  border-bottom-color: rgb(59 7 100 / 0);
}

.border-y-purple-950\/10{
  border-top-color: rgb(59 7 100 / 0.1);
  border-bottom-color: rgb(59 7 100 / 0.1);
}

.border-y-purple-950\/100{
  border-top-color: rgb(59 7 100 / 1);
  border-bottom-color: rgb(59 7 100 / 1);
}

.border-y-purple-950\/20{
  border-top-color: rgb(59 7 100 / 0.2);
  border-bottom-color: rgb(59 7 100 / 0.2);
}

.border-y-purple-950\/25{
  border-top-color: rgb(59 7 100 / 0.25);
  border-bottom-color: rgb(59 7 100 / 0.25);
}

.border-y-purple-950\/30{
  border-top-color: rgb(59 7 100 / 0.3);
  border-bottom-color: rgb(59 7 100 / 0.3);
}

.border-y-purple-950\/40{
  border-top-color: rgb(59 7 100 / 0.4);
  border-bottom-color: rgb(59 7 100 / 0.4);
}

.border-y-purple-950\/5{
  border-top-color: rgb(59 7 100 / 0.05);
  border-bottom-color: rgb(59 7 100 / 0.05);
}

.border-y-purple-950\/50{
  border-top-color: rgb(59 7 100 / 0.5);
  border-bottom-color: rgb(59 7 100 / 0.5);
}

.border-y-purple-950\/60{
  border-top-color: rgb(59 7 100 / 0.6);
  border-bottom-color: rgb(59 7 100 / 0.6);
}

.border-y-purple-950\/70{
  border-top-color: rgb(59 7 100 / 0.7);
  border-bottom-color: rgb(59 7 100 / 0.7);
}

.border-y-purple-950\/75{
  border-top-color: rgb(59 7 100 / 0.75);
  border-bottom-color: rgb(59 7 100 / 0.75);
}

.border-y-purple-950\/80{
  border-top-color: rgb(59 7 100 / 0.8);
  border-bottom-color: rgb(59 7 100 / 0.8);
}

.border-y-purple-950\/90{
  border-top-color: rgb(59 7 100 / 0.9);
  border-bottom-color: rgb(59 7 100 / 0.9);
}

.border-y-purple-950\/95{
  border-top-color: rgb(59 7 100 / 0.95);
  border-bottom-color: rgb(59 7 100 / 0.95);
}

.border-y-red-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 226 226 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.border-y-red-100\/0{
  border-top-color: rgb(254 226 226 / 0);
  border-bottom-color: rgb(254 226 226 / 0);
}

.border-y-red-100\/10{
  border-top-color: rgb(254 226 226 / 0.1);
  border-bottom-color: rgb(254 226 226 / 0.1);
}

.border-y-red-100\/100{
  border-top-color: rgb(254 226 226 / 1);
  border-bottom-color: rgb(254 226 226 / 1);
}

.border-y-red-100\/20{
  border-top-color: rgb(254 226 226 / 0.2);
  border-bottom-color: rgb(254 226 226 / 0.2);
}

.border-y-red-100\/25{
  border-top-color: rgb(254 226 226 / 0.25);
  border-bottom-color: rgb(254 226 226 / 0.25);
}

.border-y-red-100\/30{
  border-top-color: rgb(254 226 226 / 0.3);
  border-bottom-color: rgb(254 226 226 / 0.3);
}

.border-y-red-100\/40{
  border-top-color: rgb(254 226 226 / 0.4);
  border-bottom-color: rgb(254 226 226 / 0.4);
}

.border-y-red-100\/5{
  border-top-color: rgb(254 226 226 / 0.05);
  border-bottom-color: rgb(254 226 226 / 0.05);
}

.border-y-red-100\/50{
  border-top-color: rgb(254 226 226 / 0.5);
  border-bottom-color: rgb(254 226 226 / 0.5);
}

.border-y-red-100\/60{
  border-top-color: rgb(254 226 226 / 0.6);
  border-bottom-color: rgb(254 226 226 / 0.6);
}

.border-y-red-100\/70{
  border-top-color: rgb(254 226 226 / 0.7);
  border-bottom-color: rgb(254 226 226 / 0.7);
}

.border-y-red-100\/75{
  border-top-color: rgb(254 226 226 / 0.75);
  border-bottom-color: rgb(254 226 226 / 0.75);
}

.border-y-red-100\/80{
  border-top-color: rgb(254 226 226 / 0.8);
  border-bottom-color: rgb(254 226 226 / 0.8);
}

.border-y-red-100\/90{
  border-top-color: rgb(254 226 226 / 0.9);
  border-bottom-color: rgb(254 226 226 / 0.9);
}

.border-y-red-100\/95{
  border-top-color: rgb(254 226 226 / 0.95);
  border-bottom-color: rgb(254 226 226 / 0.95);
}

.border-y-red-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-y-red-200\/0{
  border-top-color: rgb(254 202 202 / 0);
  border-bottom-color: rgb(254 202 202 / 0);
}

.border-y-red-200\/10{
  border-top-color: rgb(254 202 202 / 0.1);
  border-bottom-color: rgb(254 202 202 / 0.1);
}

.border-y-red-200\/100{
  border-top-color: rgb(254 202 202 / 1);
  border-bottom-color: rgb(254 202 202 / 1);
}

.border-y-red-200\/20{
  border-top-color: rgb(254 202 202 / 0.2);
  border-bottom-color: rgb(254 202 202 / 0.2);
}

.border-y-red-200\/25{
  border-top-color: rgb(254 202 202 / 0.25);
  border-bottom-color: rgb(254 202 202 / 0.25);
}

.border-y-red-200\/30{
  border-top-color: rgb(254 202 202 / 0.3);
  border-bottom-color: rgb(254 202 202 / 0.3);
}

.border-y-red-200\/40{
  border-top-color: rgb(254 202 202 / 0.4);
  border-bottom-color: rgb(254 202 202 / 0.4);
}

.border-y-red-200\/5{
  border-top-color: rgb(254 202 202 / 0.05);
  border-bottom-color: rgb(254 202 202 / 0.05);
}

.border-y-red-200\/50{
  border-top-color: rgb(254 202 202 / 0.5);
  border-bottom-color: rgb(254 202 202 / 0.5);
}

.border-y-red-200\/60{
  border-top-color: rgb(254 202 202 / 0.6);
  border-bottom-color: rgb(254 202 202 / 0.6);
}

.border-y-red-200\/70{
  border-top-color: rgb(254 202 202 / 0.7);
  border-bottom-color: rgb(254 202 202 / 0.7);
}

.border-y-red-200\/75{
  border-top-color: rgb(254 202 202 / 0.75);
  border-bottom-color: rgb(254 202 202 / 0.75);
}

.border-y-red-200\/80{
  border-top-color: rgb(254 202 202 / 0.8);
  border-bottom-color: rgb(254 202 202 / 0.8);
}

.border-y-red-200\/90{
  border-top-color: rgb(254 202 202 / 0.9);
  border-bottom-color: rgb(254 202 202 / 0.9);
}

.border-y-red-200\/95{
  border-top-color: rgb(254 202 202 / 0.95);
  border-bottom-color: rgb(254 202 202 / 0.95);
}

.border-y-red-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity));
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-y-red-300\/0{
  border-top-color: rgb(252 165 165 / 0);
  border-bottom-color: rgb(252 165 165 / 0);
}

.border-y-red-300\/10{
  border-top-color: rgb(252 165 165 / 0.1);
  border-bottom-color: rgb(252 165 165 / 0.1);
}

.border-y-red-300\/100{
  border-top-color: rgb(252 165 165 / 1);
  border-bottom-color: rgb(252 165 165 / 1);
}

.border-y-red-300\/20{
  border-top-color: rgb(252 165 165 / 0.2);
  border-bottom-color: rgb(252 165 165 / 0.2);
}

.border-y-red-300\/25{
  border-top-color: rgb(252 165 165 / 0.25);
  border-bottom-color: rgb(252 165 165 / 0.25);
}

.border-y-red-300\/30{
  border-top-color: rgb(252 165 165 / 0.3);
  border-bottom-color: rgb(252 165 165 / 0.3);
}

.border-y-red-300\/40{
  border-top-color: rgb(252 165 165 / 0.4);
  border-bottom-color: rgb(252 165 165 / 0.4);
}

.border-y-red-300\/5{
  border-top-color: rgb(252 165 165 / 0.05);
  border-bottom-color: rgb(252 165 165 / 0.05);
}

.border-y-red-300\/50{
  border-top-color: rgb(252 165 165 / 0.5);
  border-bottom-color: rgb(252 165 165 / 0.5);
}

.border-y-red-300\/60{
  border-top-color: rgb(252 165 165 / 0.6);
  border-bottom-color: rgb(252 165 165 / 0.6);
}

.border-y-red-300\/70{
  border-top-color: rgb(252 165 165 / 0.7);
  border-bottom-color: rgb(252 165 165 / 0.7);
}

.border-y-red-300\/75{
  border-top-color: rgb(252 165 165 / 0.75);
  border-bottom-color: rgb(252 165 165 / 0.75);
}

.border-y-red-300\/80{
  border-top-color: rgb(252 165 165 / 0.8);
  border-bottom-color: rgb(252 165 165 / 0.8);
}

.border-y-red-300\/90{
  border-top-color: rgb(252 165 165 / 0.9);
  border-bottom-color: rgb(252 165 165 / 0.9);
}

.border-y-red-300\/95{
  border-top-color: rgb(252 165 165 / 0.95);
  border-bottom-color: rgb(252 165 165 / 0.95);
}

.border-y-red-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity));
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-y-red-400\/0{
  border-top-color: rgb(248 113 113 / 0);
  border-bottom-color: rgb(248 113 113 / 0);
}

.border-y-red-400\/10{
  border-top-color: rgb(248 113 113 / 0.1);
  border-bottom-color: rgb(248 113 113 / 0.1);
}

.border-y-red-400\/100{
  border-top-color: rgb(248 113 113 / 1);
  border-bottom-color: rgb(248 113 113 / 1);
}

.border-y-red-400\/20{
  border-top-color: rgb(248 113 113 / 0.2);
  border-bottom-color: rgb(248 113 113 / 0.2);
}

.border-y-red-400\/25{
  border-top-color: rgb(248 113 113 / 0.25);
  border-bottom-color: rgb(248 113 113 / 0.25);
}

.border-y-red-400\/30{
  border-top-color: rgb(248 113 113 / 0.3);
  border-bottom-color: rgb(248 113 113 / 0.3);
}

.border-y-red-400\/40{
  border-top-color: rgb(248 113 113 / 0.4);
  border-bottom-color: rgb(248 113 113 / 0.4);
}

.border-y-red-400\/5{
  border-top-color: rgb(248 113 113 / 0.05);
  border-bottom-color: rgb(248 113 113 / 0.05);
}

.border-y-red-400\/50{
  border-top-color: rgb(248 113 113 / 0.5);
  border-bottom-color: rgb(248 113 113 / 0.5);
}

.border-y-red-400\/60{
  border-top-color: rgb(248 113 113 / 0.6);
  border-bottom-color: rgb(248 113 113 / 0.6);
}

.border-y-red-400\/70{
  border-top-color: rgb(248 113 113 / 0.7);
  border-bottom-color: rgb(248 113 113 / 0.7);
}

.border-y-red-400\/75{
  border-top-color: rgb(248 113 113 / 0.75);
  border-bottom-color: rgb(248 113 113 / 0.75);
}

.border-y-red-400\/80{
  border-top-color: rgb(248 113 113 / 0.8);
  border-bottom-color: rgb(248 113 113 / 0.8);
}

.border-y-red-400\/90{
  border-top-color: rgb(248 113 113 / 0.9);
  border-bottom-color: rgb(248 113 113 / 0.9);
}

.border-y-red-400\/95{
  border-top-color: rgb(248 113 113 / 0.95);
  border-bottom-color: rgb(248 113 113 / 0.95);
}

.border-y-red-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-y-red-50\/0{
  border-top-color: rgb(254 242 242 / 0);
  border-bottom-color: rgb(254 242 242 / 0);
}

.border-y-red-50\/10{
  border-top-color: rgb(254 242 242 / 0.1);
  border-bottom-color: rgb(254 242 242 / 0.1);
}

.border-y-red-50\/100{
  border-top-color: rgb(254 242 242 / 1);
  border-bottom-color: rgb(254 242 242 / 1);
}

.border-y-red-50\/20{
  border-top-color: rgb(254 242 242 / 0.2);
  border-bottom-color: rgb(254 242 242 / 0.2);
}

.border-y-red-50\/25{
  border-top-color: rgb(254 242 242 / 0.25);
  border-bottom-color: rgb(254 242 242 / 0.25);
}

.border-y-red-50\/30{
  border-top-color: rgb(254 242 242 / 0.3);
  border-bottom-color: rgb(254 242 242 / 0.3);
}

.border-y-red-50\/40{
  border-top-color: rgb(254 242 242 / 0.4);
  border-bottom-color: rgb(254 242 242 / 0.4);
}

.border-y-red-50\/5{
  border-top-color: rgb(254 242 242 / 0.05);
  border-bottom-color: rgb(254 242 242 / 0.05);
}

.border-y-red-50\/50{
  border-top-color: rgb(254 242 242 / 0.5);
  border-bottom-color: rgb(254 242 242 / 0.5);
}

.border-y-red-50\/60{
  border-top-color: rgb(254 242 242 / 0.6);
  border-bottom-color: rgb(254 242 242 / 0.6);
}

.border-y-red-50\/70{
  border-top-color: rgb(254 242 242 / 0.7);
  border-bottom-color: rgb(254 242 242 / 0.7);
}

.border-y-red-50\/75{
  border-top-color: rgb(254 242 242 / 0.75);
  border-bottom-color: rgb(254 242 242 / 0.75);
}

.border-y-red-50\/80{
  border-top-color: rgb(254 242 242 / 0.8);
  border-bottom-color: rgb(254 242 242 / 0.8);
}

.border-y-red-50\/90{
  border-top-color: rgb(254 242 242 / 0.9);
  border-bottom-color: rgb(254 242 242 / 0.9);
}

.border-y-red-50\/95{
  border-top-color: rgb(254 242 242 / 0.95);
  border-bottom-color: rgb(254 242 242 / 0.95);
}

.border-y-red-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity));
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-y-red-500\/0{
  border-top-color: rgb(239 68 68 / 0);
  border-bottom-color: rgb(239 68 68 / 0);
}

.border-y-red-500\/10{
  border-top-color: rgb(239 68 68 / 0.1);
  border-bottom-color: rgb(239 68 68 / 0.1);
}

.border-y-red-500\/100{
  border-top-color: rgb(239 68 68 / 1);
  border-bottom-color: rgb(239 68 68 / 1);
}

.border-y-red-500\/20{
  border-top-color: rgb(239 68 68 / 0.2);
  border-bottom-color: rgb(239 68 68 / 0.2);
}

.border-y-red-500\/25{
  border-top-color: rgb(239 68 68 / 0.25);
  border-bottom-color: rgb(239 68 68 / 0.25);
}

.border-y-red-500\/30{
  border-top-color: rgb(239 68 68 / 0.3);
  border-bottom-color: rgb(239 68 68 / 0.3);
}

.border-y-red-500\/40{
  border-top-color: rgb(239 68 68 / 0.4);
  border-bottom-color: rgb(239 68 68 / 0.4);
}

.border-y-red-500\/5{
  border-top-color: rgb(239 68 68 / 0.05);
  border-bottom-color: rgb(239 68 68 / 0.05);
}

.border-y-red-500\/50{
  border-top-color: rgb(239 68 68 / 0.5);
  border-bottom-color: rgb(239 68 68 / 0.5);
}

.border-y-red-500\/60{
  border-top-color: rgb(239 68 68 / 0.6);
  border-bottom-color: rgb(239 68 68 / 0.6);
}

.border-y-red-500\/70{
  border-top-color: rgb(239 68 68 / 0.7);
  border-bottom-color: rgb(239 68 68 / 0.7);
}

.border-y-red-500\/75{
  border-top-color: rgb(239 68 68 / 0.75);
  border-bottom-color: rgb(239 68 68 / 0.75);
}

.border-y-red-500\/80{
  border-top-color: rgb(239 68 68 / 0.8);
  border-bottom-color: rgb(239 68 68 / 0.8);
}

.border-y-red-500\/90{
  border-top-color: rgb(239 68 68 / 0.9);
  border-bottom-color: rgb(239 68 68 / 0.9);
}

.border-y-red-500\/95{
  border-top-color: rgb(239 68 68 / 0.95);
  border-bottom-color: rgb(239 68 68 / 0.95);
}

.border-y-red-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity));
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-y-red-600\/0{
  border-top-color: rgb(220 38 38 / 0);
  border-bottom-color: rgb(220 38 38 / 0);
}

.border-y-red-600\/10{
  border-top-color: rgb(220 38 38 / 0.1);
  border-bottom-color: rgb(220 38 38 / 0.1);
}

.border-y-red-600\/100{
  border-top-color: rgb(220 38 38 / 1);
  border-bottom-color: rgb(220 38 38 / 1);
}

.border-y-red-600\/20{
  border-top-color: rgb(220 38 38 / 0.2);
  border-bottom-color: rgb(220 38 38 / 0.2);
}

.border-y-red-600\/25{
  border-top-color: rgb(220 38 38 / 0.25);
  border-bottom-color: rgb(220 38 38 / 0.25);
}

.border-y-red-600\/30{
  border-top-color: rgb(220 38 38 / 0.3);
  border-bottom-color: rgb(220 38 38 / 0.3);
}

.border-y-red-600\/40{
  border-top-color: rgb(220 38 38 / 0.4);
  border-bottom-color: rgb(220 38 38 / 0.4);
}

.border-y-red-600\/5{
  border-top-color: rgb(220 38 38 / 0.05);
  border-bottom-color: rgb(220 38 38 / 0.05);
}

.border-y-red-600\/50{
  border-top-color: rgb(220 38 38 / 0.5);
  border-bottom-color: rgb(220 38 38 / 0.5);
}

.border-y-red-600\/60{
  border-top-color: rgb(220 38 38 / 0.6);
  border-bottom-color: rgb(220 38 38 / 0.6);
}

.border-y-red-600\/70{
  border-top-color: rgb(220 38 38 / 0.7);
  border-bottom-color: rgb(220 38 38 / 0.7);
}

.border-y-red-600\/75{
  border-top-color: rgb(220 38 38 / 0.75);
  border-bottom-color: rgb(220 38 38 / 0.75);
}

.border-y-red-600\/80{
  border-top-color: rgb(220 38 38 / 0.8);
  border-bottom-color: rgb(220 38 38 / 0.8);
}

.border-y-red-600\/90{
  border-top-color: rgb(220 38 38 / 0.9);
  border-bottom-color: rgb(220 38 38 / 0.9);
}

.border-y-red-600\/95{
  border-top-color: rgb(220 38 38 / 0.95);
  border-bottom-color: rgb(220 38 38 / 0.95);
}

.border-y-red-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity));
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-y-red-700\/0{
  border-top-color: rgb(185 28 28 / 0);
  border-bottom-color: rgb(185 28 28 / 0);
}

.border-y-red-700\/10{
  border-top-color: rgb(185 28 28 / 0.1);
  border-bottom-color: rgb(185 28 28 / 0.1);
}

.border-y-red-700\/100{
  border-top-color: rgb(185 28 28 / 1);
  border-bottom-color: rgb(185 28 28 / 1);
}

.border-y-red-700\/20{
  border-top-color: rgb(185 28 28 / 0.2);
  border-bottom-color: rgb(185 28 28 / 0.2);
}

.border-y-red-700\/25{
  border-top-color: rgb(185 28 28 / 0.25);
  border-bottom-color: rgb(185 28 28 / 0.25);
}

.border-y-red-700\/30{
  border-top-color: rgb(185 28 28 / 0.3);
  border-bottom-color: rgb(185 28 28 / 0.3);
}

.border-y-red-700\/40{
  border-top-color: rgb(185 28 28 / 0.4);
  border-bottom-color: rgb(185 28 28 / 0.4);
}

.border-y-red-700\/5{
  border-top-color: rgb(185 28 28 / 0.05);
  border-bottom-color: rgb(185 28 28 / 0.05);
}

.border-y-red-700\/50{
  border-top-color: rgb(185 28 28 / 0.5);
  border-bottom-color: rgb(185 28 28 / 0.5);
}

.border-y-red-700\/60{
  border-top-color: rgb(185 28 28 / 0.6);
  border-bottom-color: rgb(185 28 28 / 0.6);
}

.border-y-red-700\/70{
  border-top-color: rgb(185 28 28 / 0.7);
  border-bottom-color: rgb(185 28 28 / 0.7);
}

.border-y-red-700\/75{
  border-top-color: rgb(185 28 28 / 0.75);
  border-bottom-color: rgb(185 28 28 / 0.75);
}

.border-y-red-700\/80{
  border-top-color: rgb(185 28 28 / 0.8);
  border-bottom-color: rgb(185 28 28 / 0.8);
}

.border-y-red-700\/90{
  border-top-color: rgb(185 28 28 / 0.9);
  border-bottom-color: rgb(185 28 28 / 0.9);
}

.border-y-red-700\/95{
  border-top-color: rgb(185 28 28 / 0.95);
  border-bottom-color: rgb(185 28 28 / 0.95);
}

.border-y-red-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity));
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-y-red-800\/0{
  border-top-color: rgb(153 27 27 / 0);
  border-bottom-color: rgb(153 27 27 / 0);
}

.border-y-red-800\/10{
  border-top-color: rgb(153 27 27 / 0.1);
  border-bottom-color: rgb(153 27 27 / 0.1);
}

.border-y-red-800\/100{
  border-top-color: rgb(153 27 27 / 1);
  border-bottom-color: rgb(153 27 27 / 1);
}

.border-y-red-800\/20{
  border-top-color: rgb(153 27 27 / 0.2);
  border-bottom-color: rgb(153 27 27 / 0.2);
}

.border-y-red-800\/25{
  border-top-color: rgb(153 27 27 / 0.25);
  border-bottom-color: rgb(153 27 27 / 0.25);
}

.border-y-red-800\/30{
  border-top-color: rgb(153 27 27 / 0.3);
  border-bottom-color: rgb(153 27 27 / 0.3);
}

.border-y-red-800\/40{
  border-top-color: rgb(153 27 27 / 0.4);
  border-bottom-color: rgb(153 27 27 / 0.4);
}

.border-y-red-800\/5{
  border-top-color: rgb(153 27 27 / 0.05);
  border-bottom-color: rgb(153 27 27 / 0.05);
}

.border-y-red-800\/50{
  border-top-color: rgb(153 27 27 / 0.5);
  border-bottom-color: rgb(153 27 27 / 0.5);
}

.border-y-red-800\/60{
  border-top-color: rgb(153 27 27 / 0.6);
  border-bottom-color: rgb(153 27 27 / 0.6);
}

.border-y-red-800\/70{
  border-top-color: rgb(153 27 27 / 0.7);
  border-bottom-color: rgb(153 27 27 / 0.7);
}

.border-y-red-800\/75{
  border-top-color: rgb(153 27 27 / 0.75);
  border-bottom-color: rgb(153 27 27 / 0.75);
}

.border-y-red-800\/80{
  border-top-color: rgb(153 27 27 / 0.8);
  border-bottom-color: rgb(153 27 27 / 0.8);
}

.border-y-red-800\/90{
  border-top-color: rgb(153 27 27 / 0.9);
  border-bottom-color: rgb(153 27 27 / 0.9);
}

.border-y-red-800\/95{
  border-top-color: rgb(153 27 27 / 0.95);
  border-bottom-color: rgb(153 27 27 / 0.95);
}

.border-y-red-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity));
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-y-red-900\/0{
  border-top-color: rgb(127 29 29 / 0);
  border-bottom-color: rgb(127 29 29 / 0);
}

.border-y-red-900\/10{
  border-top-color: rgb(127 29 29 / 0.1);
  border-bottom-color: rgb(127 29 29 / 0.1);
}

.border-y-red-900\/100{
  border-top-color: rgb(127 29 29 / 1);
  border-bottom-color: rgb(127 29 29 / 1);
}

.border-y-red-900\/20{
  border-top-color: rgb(127 29 29 / 0.2);
  border-bottom-color: rgb(127 29 29 / 0.2);
}

.border-y-red-900\/25{
  border-top-color: rgb(127 29 29 / 0.25);
  border-bottom-color: rgb(127 29 29 / 0.25);
}

.border-y-red-900\/30{
  border-top-color: rgb(127 29 29 / 0.3);
  border-bottom-color: rgb(127 29 29 / 0.3);
}

.border-y-red-900\/40{
  border-top-color: rgb(127 29 29 / 0.4);
  border-bottom-color: rgb(127 29 29 / 0.4);
}

.border-y-red-900\/5{
  border-top-color: rgb(127 29 29 / 0.05);
  border-bottom-color: rgb(127 29 29 / 0.05);
}

.border-y-red-900\/50{
  border-top-color: rgb(127 29 29 / 0.5);
  border-bottom-color: rgb(127 29 29 / 0.5);
}

.border-y-red-900\/60{
  border-top-color: rgb(127 29 29 / 0.6);
  border-bottom-color: rgb(127 29 29 / 0.6);
}

.border-y-red-900\/70{
  border-top-color: rgb(127 29 29 / 0.7);
  border-bottom-color: rgb(127 29 29 / 0.7);
}

.border-y-red-900\/75{
  border-top-color: rgb(127 29 29 / 0.75);
  border-bottom-color: rgb(127 29 29 / 0.75);
}

.border-y-red-900\/80{
  border-top-color: rgb(127 29 29 / 0.8);
  border-bottom-color: rgb(127 29 29 / 0.8);
}

.border-y-red-900\/90{
  border-top-color: rgb(127 29 29 / 0.9);
  border-bottom-color: rgb(127 29 29 / 0.9);
}

.border-y-red-900\/95{
  border-top-color: rgb(127 29 29 / 0.95);
  border-bottom-color: rgb(127 29 29 / 0.95);
}

.border-y-red-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(69 10 10 / var(--tw-border-opacity));
  border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-y-red-950\/0{
  border-top-color: rgb(69 10 10 / 0);
  border-bottom-color: rgb(69 10 10 / 0);
}

.border-y-red-950\/10{
  border-top-color: rgb(69 10 10 / 0.1);
  border-bottom-color: rgb(69 10 10 / 0.1);
}

.border-y-red-950\/100{
  border-top-color: rgb(69 10 10 / 1);
  border-bottom-color: rgb(69 10 10 / 1);
}

.border-y-red-950\/20{
  border-top-color: rgb(69 10 10 / 0.2);
  border-bottom-color: rgb(69 10 10 / 0.2);
}

.border-y-red-950\/25{
  border-top-color: rgb(69 10 10 / 0.25);
  border-bottom-color: rgb(69 10 10 / 0.25);
}

.border-y-red-950\/30{
  border-top-color: rgb(69 10 10 / 0.3);
  border-bottom-color: rgb(69 10 10 / 0.3);
}

.border-y-red-950\/40{
  border-top-color: rgb(69 10 10 / 0.4);
  border-bottom-color: rgb(69 10 10 / 0.4);
}

.border-y-red-950\/5{
  border-top-color: rgb(69 10 10 / 0.05);
  border-bottom-color: rgb(69 10 10 / 0.05);
}

.border-y-red-950\/50{
  border-top-color: rgb(69 10 10 / 0.5);
  border-bottom-color: rgb(69 10 10 / 0.5);
}

.border-y-red-950\/60{
  border-top-color: rgb(69 10 10 / 0.6);
  border-bottom-color: rgb(69 10 10 / 0.6);
}

.border-y-red-950\/70{
  border-top-color: rgb(69 10 10 / 0.7);
  border-bottom-color: rgb(69 10 10 / 0.7);
}

.border-y-red-950\/75{
  border-top-color: rgb(69 10 10 / 0.75);
  border-bottom-color: rgb(69 10 10 / 0.75);
}

.border-y-red-950\/80{
  border-top-color: rgb(69 10 10 / 0.8);
  border-bottom-color: rgb(69 10 10 / 0.8);
}

.border-y-red-950\/90{
  border-top-color: rgb(69 10 10 / 0.9);
  border-bottom-color: rgb(69 10 10 / 0.9);
}

.border-y-red-950\/95{
  border-top-color: rgb(69 10 10 / 0.95);
  border-bottom-color: rgb(69 10 10 / 0.95);
}

.border-y-rose-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 228 230 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-y-rose-100\/0{
  border-top-color: rgb(255 228 230 / 0);
  border-bottom-color: rgb(255 228 230 / 0);
}

.border-y-rose-100\/10{
  border-top-color: rgb(255 228 230 / 0.1);
  border-bottom-color: rgb(255 228 230 / 0.1);
}

.border-y-rose-100\/100{
  border-top-color: rgb(255 228 230 / 1);
  border-bottom-color: rgb(255 228 230 / 1);
}

.border-y-rose-100\/20{
  border-top-color: rgb(255 228 230 / 0.2);
  border-bottom-color: rgb(255 228 230 / 0.2);
}

.border-y-rose-100\/25{
  border-top-color: rgb(255 228 230 / 0.25);
  border-bottom-color: rgb(255 228 230 / 0.25);
}

.border-y-rose-100\/30{
  border-top-color: rgb(255 228 230 / 0.3);
  border-bottom-color: rgb(255 228 230 / 0.3);
}

.border-y-rose-100\/40{
  border-top-color: rgb(255 228 230 / 0.4);
  border-bottom-color: rgb(255 228 230 / 0.4);
}

.border-y-rose-100\/5{
  border-top-color: rgb(255 228 230 / 0.05);
  border-bottom-color: rgb(255 228 230 / 0.05);
}

.border-y-rose-100\/50{
  border-top-color: rgb(255 228 230 / 0.5);
  border-bottom-color: rgb(255 228 230 / 0.5);
}

.border-y-rose-100\/60{
  border-top-color: rgb(255 228 230 / 0.6);
  border-bottom-color: rgb(255 228 230 / 0.6);
}

.border-y-rose-100\/70{
  border-top-color: rgb(255 228 230 / 0.7);
  border-bottom-color: rgb(255 228 230 / 0.7);
}

.border-y-rose-100\/75{
  border-top-color: rgb(255 228 230 / 0.75);
  border-bottom-color: rgb(255 228 230 / 0.75);
}

.border-y-rose-100\/80{
  border-top-color: rgb(255 228 230 / 0.8);
  border-bottom-color: rgb(255 228 230 / 0.8);
}

.border-y-rose-100\/90{
  border-top-color: rgb(255 228 230 / 0.9);
  border-bottom-color: rgb(255 228 230 / 0.9);
}

.border-y-rose-100\/95{
  border-top-color: rgb(255 228 230 / 0.95);
  border-bottom-color: rgb(255 228 230 / 0.95);
}

.border-y-rose-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 205 211 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-y-rose-200\/0{
  border-top-color: rgb(254 205 211 / 0);
  border-bottom-color: rgb(254 205 211 / 0);
}

.border-y-rose-200\/10{
  border-top-color: rgb(254 205 211 / 0.1);
  border-bottom-color: rgb(254 205 211 / 0.1);
}

.border-y-rose-200\/100{
  border-top-color: rgb(254 205 211 / 1);
  border-bottom-color: rgb(254 205 211 / 1);
}

.border-y-rose-200\/20{
  border-top-color: rgb(254 205 211 / 0.2);
  border-bottom-color: rgb(254 205 211 / 0.2);
}

.border-y-rose-200\/25{
  border-top-color: rgb(254 205 211 / 0.25);
  border-bottom-color: rgb(254 205 211 / 0.25);
}

.border-y-rose-200\/30{
  border-top-color: rgb(254 205 211 / 0.3);
  border-bottom-color: rgb(254 205 211 / 0.3);
}

.border-y-rose-200\/40{
  border-top-color: rgb(254 205 211 / 0.4);
  border-bottom-color: rgb(254 205 211 / 0.4);
}

.border-y-rose-200\/5{
  border-top-color: rgb(254 205 211 / 0.05);
  border-bottom-color: rgb(254 205 211 / 0.05);
}

.border-y-rose-200\/50{
  border-top-color: rgb(254 205 211 / 0.5);
  border-bottom-color: rgb(254 205 211 / 0.5);
}

.border-y-rose-200\/60{
  border-top-color: rgb(254 205 211 / 0.6);
  border-bottom-color: rgb(254 205 211 / 0.6);
}

.border-y-rose-200\/70{
  border-top-color: rgb(254 205 211 / 0.7);
  border-bottom-color: rgb(254 205 211 / 0.7);
}

.border-y-rose-200\/75{
  border-top-color: rgb(254 205 211 / 0.75);
  border-bottom-color: rgb(254 205 211 / 0.75);
}

.border-y-rose-200\/80{
  border-top-color: rgb(254 205 211 / 0.8);
  border-bottom-color: rgb(254 205 211 / 0.8);
}

.border-y-rose-200\/90{
  border-top-color: rgb(254 205 211 / 0.9);
  border-bottom-color: rgb(254 205 211 / 0.9);
}

.border-y-rose-200\/95{
  border-top-color: rgb(254 205 211 / 0.95);
  border-bottom-color: rgb(254 205 211 / 0.95);
}

.border-y-rose-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 164 175 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-y-rose-300\/0{
  border-top-color: rgb(253 164 175 / 0);
  border-bottom-color: rgb(253 164 175 / 0);
}

.border-y-rose-300\/10{
  border-top-color: rgb(253 164 175 / 0.1);
  border-bottom-color: rgb(253 164 175 / 0.1);
}

.border-y-rose-300\/100{
  border-top-color: rgb(253 164 175 / 1);
  border-bottom-color: rgb(253 164 175 / 1);
}

.border-y-rose-300\/20{
  border-top-color: rgb(253 164 175 / 0.2);
  border-bottom-color: rgb(253 164 175 / 0.2);
}

.border-y-rose-300\/25{
  border-top-color: rgb(253 164 175 / 0.25);
  border-bottom-color: rgb(253 164 175 / 0.25);
}

.border-y-rose-300\/30{
  border-top-color: rgb(253 164 175 / 0.3);
  border-bottom-color: rgb(253 164 175 / 0.3);
}

.border-y-rose-300\/40{
  border-top-color: rgb(253 164 175 / 0.4);
  border-bottom-color: rgb(253 164 175 / 0.4);
}

.border-y-rose-300\/5{
  border-top-color: rgb(253 164 175 / 0.05);
  border-bottom-color: rgb(253 164 175 / 0.05);
}

.border-y-rose-300\/50{
  border-top-color: rgb(253 164 175 / 0.5);
  border-bottom-color: rgb(253 164 175 / 0.5);
}

.border-y-rose-300\/60{
  border-top-color: rgb(253 164 175 / 0.6);
  border-bottom-color: rgb(253 164 175 / 0.6);
}

.border-y-rose-300\/70{
  border-top-color: rgb(253 164 175 / 0.7);
  border-bottom-color: rgb(253 164 175 / 0.7);
}

.border-y-rose-300\/75{
  border-top-color: rgb(253 164 175 / 0.75);
  border-bottom-color: rgb(253 164 175 / 0.75);
}

.border-y-rose-300\/80{
  border-top-color: rgb(253 164 175 / 0.8);
  border-bottom-color: rgb(253 164 175 / 0.8);
}

.border-y-rose-300\/90{
  border-top-color: rgb(253 164 175 / 0.9);
  border-bottom-color: rgb(253 164 175 / 0.9);
}

.border-y-rose-300\/95{
  border-top-color: rgb(253 164 175 / 0.95);
  border-bottom-color: rgb(253 164 175 / 0.95);
}

.border-y-rose-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 113 133 / var(--tw-border-opacity));
  border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-y-rose-400\/0{
  border-top-color: rgb(251 113 133 / 0);
  border-bottom-color: rgb(251 113 133 / 0);
}

.border-y-rose-400\/10{
  border-top-color: rgb(251 113 133 / 0.1);
  border-bottom-color: rgb(251 113 133 / 0.1);
}

.border-y-rose-400\/100{
  border-top-color: rgb(251 113 133 / 1);
  border-bottom-color: rgb(251 113 133 / 1);
}

.border-y-rose-400\/20{
  border-top-color: rgb(251 113 133 / 0.2);
  border-bottom-color: rgb(251 113 133 / 0.2);
}

.border-y-rose-400\/25{
  border-top-color: rgb(251 113 133 / 0.25);
  border-bottom-color: rgb(251 113 133 / 0.25);
}

.border-y-rose-400\/30{
  border-top-color: rgb(251 113 133 / 0.3);
  border-bottom-color: rgb(251 113 133 / 0.3);
}

.border-y-rose-400\/40{
  border-top-color: rgb(251 113 133 / 0.4);
  border-bottom-color: rgb(251 113 133 / 0.4);
}

.border-y-rose-400\/5{
  border-top-color: rgb(251 113 133 / 0.05);
  border-bottom-color: rgb(251 113 133 / 0.05);
}

.border-y-rose-400\/50{
  border-top-color: rgb(251 113 133 / 0.5);
  border-bottom-color: rgb(251 113 133 / 0.5);
}

.border-y-rose-400\/60{
  border-top-color: rgb(251 113 133 / 0.6);
  border-bottom-color: rgb(251 113 133 / 0.6);
}

.border-y-rose-400\/70{
  border-top-color: rgb(251 113 133 / 0.7);
  border-bottom-color: rgb(251 113 133 / 0.7);
}

.border-y-rose-400\/75{
  border-top-color: rgb(251 113 133 / 0.75);
  border-bottom-color: rgb(251 113 133 / 0.75);
}

.border-y-rose-400\/80{
  border-top-color: rgb(251 113 133 / 0.8);
  border-bottom-color: rgb(251 113 133 / 0.8);
}

.border-y-rose-400\/90{
  border-top-color: rgb(251 113 133 / 0.9);
  border-bottom-color: rgb(251 113 133 / 0.9);
}

.border-y-rose-400\/95{
  border-top-color: rgb(251 113 133 / 0.95);
  border-bottom-color: rgb(251 113 133 / 0.95);
}

.border-y-rose-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 241 242 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-y-rose-50\/0{
  border-top-color: rgb(255 241 242 / 0);
  border-bottom-color: rgb(255 241 242 / 0);
}

.border-y-rose-50\/10{
  border-top-color: rgb(255 241 242 / 0.1);
  border-bottom-color: rgb(255 241 242 / 0.1);
}

.border-y-rose-50\/100{
  border-top-color: rgb(255 241 242 / 1);
  border-bottom-color: rgb(255 241 242 / 1);
}

.border-y-rose-50\/20{
  border-top-color: rgb(255 241 242 / 0.2);
  border-bottom-color: rgb(255 241 242 / 0.2);
}

.border-y-rose-50\/25{
  border-top-color: rgb(255 241 242 / 0.25);
  border-bottom-color: rgb(255 241 242 / 0.25);
}

.border-y-rose-50\/30{
  border-top-color: rgb(255 241 242 / 0.3);
  border-bottom-color: rgb(255 241 242 / 0.3);
}

.border-y-rose-50\/40{
  border-top-color: rgb(255 241 242 / 0.4);
  border-bottom-color: rgb(255 241 242 / 0.4);
}

.border-y-rose-50\/5{
  border-top-color: rgb(255 241 242 / 0.05);
  border-bottom-color: rgb(255 241 242 / 0.05);
}

.border-y-rose-50\/50{
  border-top-color: rgb(255 241 242 / 0.5);
  border-bottom-color: rgb(255 241 242 / 0.5);
}

.border-y-rose-50\/60{
  border-top-color: rgb(255 241 242 / 0.6);
  border-bottom-color: rgb(255 241 242 / 0.6);
}

.border-y-rose-50\/70{
  border-top-color: rgb(255 241 242 / 0.7);
  border-bottom-color: rgb(255 241 242 / 0.7);
}

.border-y-rose-50\/75{
  border-top-color: rgb(255 241 242 / 0.75);
  border-bottom-color: rgb(255 241 242 / 0.75);
}

.border-y-rose-50\/80{
  border-top-color: rgb(255 241 242 / 0.8);
  border-bottom-color: rgb(255 241 242 / 0.8);
}

.border-y-rose-50\/90{
  border-top-color: rgb(255 241 242 / 0.9);
  border-bottom-color: rgb(255 241 242 / 0.9);
}

.border-y-rose-50\/95{
  border-top-color: rgb(255 241 242 / 0.95);
  border-bottom-color: rgb(255 241 242 / 0.95);
}

.border-y-rose-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(244 63 94 / var(--tw-border-opacity));
  border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-y-rose-500\/0{
  border-top-color: rgb(244 63 94 / 0);
  border-bottom-color: rgb(244 63 94 / 0);
}

.border-y-rose-500\/10{
  border-top-color: rgb(244 63 94 / 0.1);
  border-bottom-color: rgb(244 63 94 / 0.1);
}

.border-y-rose-500\/100{
  border-top-color: rgb(244 63 94 / 1);
  border-bottom-color: rgb(244 63 94 / 1);
}

.border-y-rose-500\/20{
  border-top-color: rgb(244 63 94 / 0.2);
  border-bottom-color: rgb(244 63 94 / 0.2);
}

.border-y-rose-500\/25{
  border-top-color: rgb(244 63 94 / 0.25);
  border-bottom-color: rgb(244 63 94 / 0.25);
}

.border-y-rose-500\/30{
  border-top-color: rgb(244 63 94 / 0.3);
  border-bottom-color: rgb(244 63 94 / 0.3);
}

.border-y-rose-500\/40{
  border-top-color: rgb(244 63 94 / 0.4);
  border-bottom-color: rgb(244 63 94 / 0.4);
}

.border-y-rose-500\/5{
  border-top-color: rgb(244 63 94 / 0.05);
  border-bottom-color: rgb(244 63 94 / 0.05);
}

.border-y-rose-500\/50{
  border-top-color: rgb(244 63 94 / 0.5);
  border-bottom-color: rgb(244 63 94 / 0.5);
}

.border-y-rose-500\/60{
  border-top-color: rgb(244 63 94 / 0.6);
  border-bottom-color: rgb(244 63 94 / 0.6);
}

.border-y-rose-500\/70{
  border-top-color: rgb(244 63 94 / 0.7);
  border-bottom-color: rgb(244 63 94 / 0.7);
}

.border-y-rose-500\/75{
  border-top-color: rgb(244 63 94 / 0.75);
  border-bottom-color: rgb(244 63 94 / 0.75);
}

.border-y-rose-500\/80{
  border-top-color: rgb(244 63 94 / 0.8);
  border-bottom-color: rgb(244 63 94 / 0.8);
}

.border-y-rose-500\/90{
  border-top-color: rgb(244 63 94 / 0.9);
  border-bottom-color: rgb(244 63 94 / 0.9);
}

.border-y-rose-500\/95{
  border-top-color: rgb(244 63 94 / 0.95);
  border-bottom-color: rgb(244 63 94 / 0.95);
}

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

.border-y-rose-600\/0{
  border-top-color: rgb(225 29 72 / 0);
  border-bottom-color: rgb(225 29 72 / 0);
}

.border-y-rose-600\/10{
  border-top-color: rgb(225 29 72 / 0.1);
  border-bottom-color: rgb(225 29 72 / 0.1);
}

.border-y-rose-600\/100{
  border-top-color: rgb(225 29 72 / 1);
  border-bottom-color: rgb(225 29 72 / 1);
}

.border-y-rose-600\/20{
  border-top-color: rgb(225 29 72 / 0.2);
  border-bottom-color: rgb(225 29 72 / 0.2);
}

.border-y-rose-600\/25{
  border-top-color: rgb(225 29 72 / 0.25);
  border-bottom-color: rgb(225 29 72 / 0.25);
}

.border-y-rose-600\/30{
  border-top-color: rgb(225 29 72 / 0.3);
  border-bottom-color: rgb(225 29 72 / 0.3);
}

.border-y-rose-600\/40{
  border-top-color: rgb(225 29 72 / 0.4);
  border-bottom-color: rgb(225 29 72 / 0.4);
}

.border-y-rose-600\/5{
  border-top-color: rgb(225 29 72 / 0.05);
  border-bottom-color: rgb(225 29 72 / 0.05);
}

.border-y-rose-600\/50{
  border-top-color: rgb(225 29 72 / 0.5);
  border-bottom-color: rgb(225 29 72 / 0.5);
}

.border-y-rose-600\/60{
  border-top-color: rgb(225 29 72 / 0.6);
  border-bottom-color: rgb(225 29 72 / 0.6);
}

.border-y-rose-600\/70{
  border-top-color: rgb(225 29 72 / 0.7);
  border-bottom-color: rgb(225 29 72 / 0.7);
}

.border-y-rose-600\/75{
  border-top-color: rgb(225 29 72 / 0.75);
  border-bottom-color: rgb(225 29 72 / 0.75);
}

.border-y-rose-600\/80{
  border-top-color: rgb(225 29 72 / 0.8);
  border-bottom-color: rgb(225 29 72 / 0.8);
}

.border-y-rose-600\/90{
  border-top-color: rgb(225 29 72 / 0.9);
  border-bottom-color: rgb(225 29 72 / 0.9);
}

.border-y-rose-600\/95{
  border-top-color: rgb(225 29 72 / 0.95);
  border-bottom-color: rgb(225 29 72 / 0.95);
}

.border-y-rose-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(190 18 60 / var(--tw-border-opacity));
  border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-y-rose-700\/0{
  border-top-color: rgb(190 18 60 / 0);
  border-bottom-color: rgb(190 18 60 / 0);
}

.border-y-rose-700\/10{
  border-top-color: rgb(190 18 60 / 0.1);
  border-bottom-color: rgb(190 18 60 / 0.1);
}

.border-y-rose-700\/100{
  border-top-color: rgb(190 18 60 / 1);
  border-bottom-color: rgb(190 18 60 / 1);
}

.border-y-rose-700\/20{
  border-top-color: rgb(190 18 60 / 0.2);
  border-bottom-color: rgb(190 18 60 / 0.2);
}

.border-y-rose-700\/25{
  border-top-color: rgb(190 18 60 / 0.25);
  border-bottom-color: rgb(190 18 60 / 0.25);
}

.border-y-rose-700\/30{
  border-top-color: rgb(190 18 60 / 0.3);
  border-bottom-color: rgb(190 18 60 / 0.3);
}

.border-y-rose-700\/40{
  border-top-color: rgb(190 18 60 / 0.4);
  border-bottom-color: rgb(190 18 60 / 0.4);
}

.border-y-rose-700\/5{
  border-top-color: rgb(190 18 60 / 0.05);
  border-bottom-color: rgb(190 18 60 / 0.05);
}

.border-y-rose-700\/50{
  border-top-color: rgb(190 18 60 / 0.5);
  border-bottom-color: rgb(190 18 60 / 0.5);
}

.border-y-rose-700\/60{
  border-top-color: rgb(190 18 60 / 0.6);
  border-bottom-color: rgb(190 18 60 / 0.6);
}

.border-y-rose-700\/70{
  border-top-color: rgb(190 18 60 / 0.7);
  border-bottom-color: rgb(190 18 60 / 0.7);
}

.border-y-rose-700\/75{
  border-top-color: rgb(190 18 60 / 0.75);
  border-bottom-color: rgb(190 18 60 / 0.75);
}

.border-y-rose-700\/80{
  border-top-color: rgb(190 18 60 / 0.8);
  border-bottom-color: rgb(190 18 60 / 0.8);
}

.border-y-rose-700\/90{
  border-top-color: rgb(190 18 60 / 0.9);
  border-bottom-color: rgb(190 18 60 / 0.9);
}

.border-y-rose-700\/95{
  border-top-color: rgb(190 18 60 / 0.95);
  border-bottom-color: rgb(190 18 60 / 0.95);
}

.border-y-rose-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(159 18 57 / var(--tw-border-opacity));
  border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-y-rose-800\/0{
  border-top-color: rgb(159 18 57 / 0);
  border-bottom-color: rgb(159 18 57 / 0);
}

.border-y-rose-800\/10{
  border-top-color: rgb(159 18 57 / 0.1);
  border-bottom-color: rgb(159 18 57 / 0.1);
}

.border-y-rose-800\/100{
  border-top-color: rgb(159 18 57 / 1);
  border-bottom-color: rgb(159 18 57 / 1);
}

.border-y-rose-800\/20{
  border-top-color: rgb(159 18 57 / 0.2);
  border-bottom-color: rgb(159 18 57 / 0.2);
}

.border-y-rose-800\/25{
  border-top-color: rgb(159 18 57 / 0.25);
  border-bottom-color: rgb(159 18 57 / 0.25);
}

.border-y-rose-800\/30{
  border-top-color: rgb(159 18 57 / 0.3);
  border-bottom-color: rgb(159 18 57 / 0.3);
}

.border-y-rose-800\/40{
  border-top-color: rgb(159 18 57 / 0.4);
  border-bottom-color: rgb(159 18 57 / 0.4);
}

.border-y-rose-800\/5{
  border-top-color: rgb(159 18 57 / 0.05);
  border-bottom-color: rgb(159 18 57 / 0.05);
}

.border-y-rose-800\/50{
  border-top-color: rgb(159 18 57 / 0.5);
  border-bottom-color: rgb(159 18 57 / 0.5);
}

.border-y-rose-800\/60{
  border-top-color: rgb(159 18 57 / 0.6);
  border-bottom-color: rgb(159 18 57 / 0.6);
}

.border-y-rose-800\/70{
  border-top-color: rgb(159 18 57 / 0.7);
  border-bottom-color: rgb(159 18 57 / 0.7);
}

.border-y-rose-800\/75{
  border-top-color: rgb(159 18 57 / 0.75);
  border-bottom-color: rgb(159 18 57 / 0.75);
}

.border-y-rose-800\/80{
  border-top-color: rgb(159 18 57 / 0.8);
  border-bottom-color: rgb(159 18 57 / 0.8);
}

.border-y-rose-800\/90{
  border-top-color: rgb(159 18 57 / 0.9);
  border-bottom-color: rgb(159 18 57 / 0.9);
}

.border-y-rose-800\/95{
  border-top-color: rgb(159 18 57 / 0.95);
  border-bottom-color: rgb(159 18 57 / 0.95);
}

.border-y-rose-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(136 19 55 / var(--tw-border-opacity));
  border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-y-rose-900\/0{
  border-top-color: rgb(136 19 55 / 0);
  border-bottom-color: rgb(136 19 55 / 0);
}

.border-y-rose-900\/10{
  border-top-color: rgb(136 19 55 / 0.1);
  border-bottom-color: rgb(136 19 55 / 0.1);
}

.border-y-rose-900\/100{
  border-top-color: rgb(136 19 55 / 1);
  border-bottom-color: rgb(136 19 55 / 1);
}

.border-y-rose-900\/20{
  border-top-color: rgb(136 19 55 / 0.2);
  border-bottom-color: rgb(136 19 55 / 0.2);
}

.border-y-rose-900\/25{
  border-top-color: rgb(136 19 55 / 0.25);
  border-bottom-color: rgb(136 19 55 / 0.25);
}

.border-y-rose-900\/30{
  border-top-color: rgb(136 19 55 / 0.3);
  border-bottom-color: rgb(136 19 55 / 0.3);
}

.border-y-rose-900\/40{
  border-top-color: rgb(136 19 55 / 0.4);
  border-bottom-color: rgb(136 19 55 / 0.4);
}

.border-y-rose-900\/5{
  border-top-color: rgb(136 19 55 / 0.05);
  border-bottom-color: rgb(136 19 55 / 0.05);
}

.border-y-rose-900\/50{
  border-top-color: rgb(136 19 55 / 0.5);
  border-bottom-color: rgb(136 19 55 / 0.5);
}

.border-y-rose-900\/60{
  border-top-color: rgb(136 19 55 / 0.6);
  border-bottom-color: rgb(136 19 55 / 0.6);
}

.border-y-rose-900\/70{
  border-top-color: rgb(136 19 55 / 0.7);
  border-bottom-color: rgb(136 19 55 / 0.7);
}

.border-y-rose-900\/75{
  border-top-color: rgb(136 19 55 / 0.75);
  border-bottom-color: rgb(136 19 55 / 0.75);
}

.border-y-rose-900\/80{
  border-top-color: rgb(136 19 55 / 0.8);
  border-bottom-color: rgb(136 19 55 / 0.8);
}

.border-y-rose-900\/90{
  border-top-color: rgb(136 19 55 / 0.9);
  border-bottom-color: rgb(136 19 55 / 0.9);
}

.border-y-rose-900\/95{
  border-top-color: rgb(136 19 55 / 0.95);
  border-bottom-color: rgb(136 19 55 / 0.95);
}

.border-y-rose-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(76 5 25 / var(--tw-border-opacity));
  border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-y-rose-950\/0{
  border-top-color: rgb(76 5 25 / 0);
  border-bottom-color: rgb(76 5 25 / 0);
}

.border-y-rose-950\/10{
  border-top-color: rgb(76 5 25 / 0.1);
  border-bottom-color: rgb(76 5 25 / 0.1);
}

.border-y-rose-950\/100{
  border-top-color: rgb(76 5 25 / 1);
  border-bottom-color: rgb(76 5 25 / 1);
}

.border-y-rose-950\/20{
  border-top-color: rgb(76 5 25 / 0.2);
  border-bottom-color: rgb(76 5 25 / 0.2);
}

.border-y-rose-950\/25{
  border-top-color: rgb(76 5 25 / 0.25);
  border-bottom-color: rgb(76 5 25 / 0.25);
}

.border-y-rose-950\/30{
  border-top-color: rgb(76 5 25 / 0.3);
  border-bottom-color: rgb(76 5 25 / 0.3);
}

.border-y-rose-950\/40{
  border-top-color: rgb(76 5 25 / 0.4);
  border-bottom-color: rgb(76 5 25 / 0.4);
}

.border-y-rose-950\/5{
  border-top-color: rgb(76 5 25 / 0.05);
  border-bottom-color: rgb(76 5 25 / 0.05);
}

.border-y-rose-950\/50{
  border-top-color: rgb(76 5 25 / 0.5);
  border-bottom-color: rgb(76 5 25 / 0.5);
}

.border-y-rose-950\/60{
  border-top-color: rgb(76 5 25 / 0.6);
  border-bottom-color: rgb(76 5 25 / 0.6);
}

.border-y-rose-950\/70{
  border-top-color: rgb(76 5 25 / 0.7);
  border-bottom-color: rgb(76 5 25 / 0.7);
}

.border-y-rose-950\/75{
  border-top-color: rgb(76 5 25 / 0.75);
  border-bottom-color: rgb(76 5 25 / 0.75);
}

.border-y-rose-950\/80{
  border-top-color: rgb(76 5 25 / 0.8);
  border-bottom-color: rgb(76 5 25 / 0.8);
}

.border-y-rose-950\/90{
  border-top-color: rgb(76 5 25 / 0.9);
  border-bottom-color: rgb(76 5 25 / 0.9);
}

.border-y-rose-950\/95{
  border-top-color: rgb(76 5 25 / 0.95);
  border-bottom-color: rgb(76 5 25 / 0.95);
}

.border-y-sky-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 242 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.border-y-sky-100\/0{
  border-top-color: rgb(224 242 254 / 0);
  border-bottom-color: rgb(224 242 254 / 0);
}

.border-y-sky-100\/10{
  border-top-color: rgb(224 242 254 / 0.1);
  border-bottom-color: rgb(224 242 254 / 0.1);
}

.border-y-sky-100\/100{
  border-top-color: rgb(224 242 254 / 1);
  border-bottom-color: rgb(224 242 254 / 1);
}

.border-y-sky-100\/20{
  border-top-color: rgb(224 242 254 / 0.2);
  border-bottom-color: rgb(224 242 254 / 0.2);
}

.border-y-sky-100\/25{
  border-top-color: rgb(224 242 254 / 0.25);
  border-bottom-color: rgb(224 242 254 / 0.25);
}

.border-y-sky-100\/30{
  border-top-color: rgb(224 242 254 / 0.3);
  border-bottom-color: rgb(224 242 254 / 0.3);
}

.border-y-sky-100\/40{
  border-top-color: rgb(224 242 254 / 0.4);
  border-bottom-color: rgb(224 242 254 / 0.4);
}

.border-y-sky-100\/5{
  border-top-color: rgb(224 242 254 / 0.05);
  border-bottom-color: rgb(224 242 254 / 0.05);
}

.border-y-sky-100\/50{
  border-top-color: rgb(224 242 254 / 0.5);
  border-bottom-color: rgb(224 242 254 / 0.5);
}

.border-y-sky-100\/60{
  border-top-color: rgb(224 242 254 / 0.6);
  border-bottom-color: rgb(224 242 254 / 0.6);
}

.border-y-sky-100\/70{
  border-top-color: rgb(224 242 254 / 0.7);
  border-bottom-color: rgb(224 242 254 / 0.7);
}

.border-y-sky-100\/75{
  border-top-color: rgb(224 242 254 / 0.75);
  border-bottom-color: rgb(224 242 254 / 0.75);
}

.border-y-sky-100\/80{
  border-top-color: rgb(224 242 254 / 0.8);
  border-bottom-color: rgb(224 242 254 / 0.8);
}

.border-y-sky-100\/90{
  border-top-color: rgb(224 242 254 / 0.9);
  border-bottom-color: rgb(224 242 254 / 0.9);
}

.border-y-sky-100\/95{
  border-top-color: rgb(224 242 254 / 0.95);
  border-bottom-color: rgb(224 242 254 / 0.95);
}

.border-y-sky-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(186 230 253 / var(--tw-border-opacity));
  border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-y-sky-200\/0{
  border-top-color: rgb(186 230 253 / 0);
  border-bottom-color: rgb(186 230 253 / 0);
}

.border-y-sky-200\/10{
  border-top-color: rgb(186 230 253 / 0.1);
  border-bottom-color: rgb(186 230 253 / 0.1);
}

.border-y-sky-200\/100{
  border-top-color: rgb(186 230 253 / 1);
  border-bottom-color: rgb(186 230 253 / 1);
}

.border-y-sky-200\/20{
  border-top-color: rgb(186 230 253 / 0.2);
  border-bottom-color: rgb(186 230 253 / 0.2);
}

.border-y-sky-200\/25{
  border-top-color: rgb(186 230 253 / 0.25);
  border-bottom-color: rgb(186 230 253 / 0.25);
}

.border-y-sky-200\/30{
  border-top-color: rgb(186 230 253 / 0.3);
  border-bottom-color: rgb(186 230 253 / 0.3);
}

.border-y-sky-200\/40{
  border-top-color: rgb(186 230 253 / 0.4);
  border-bottom-color: rgb(186 230 253 / 0.4);
}

.border-y-sky-200\/5{
  border-top-color: rgb(186 230 253 / 0.05);
  border-bottom-color: rgb(186 230 253 / 0.05);
}

.border-y-sky-200\/50{
  border-top-color: rgb(186 230 253 / 0.5);
  border-bottom-color: rgb(186 230 253 / 0.5);
}

.border-y-sky-200\/60{
  border-top-color: rgb(186 230 253 / 0.6);
  border-bottom-color: rgb(186 230 253 / 0.6);
}

.border-y-sky-200\/70{
  border-top-color: rgb(186 230 253 / 0.7);
  border-bottom-color: rgb(186 230 253 / 0.7);
}

.border-y-sky-200\/75{
  border-top-color: rgb(186 230 253 / 0.75);
  border-bottom-color: rgb(186 230 253 / 0.75);
}

.border-y-sky-200\/80{
  border-top-color: rgb(186 230 253 / 0.8);
  border-bottom-color: rgb(186 230 253 / 0.8);
}

.border-y-sky-200\/90{
  border-top-color: rgb(186 230 253 / 0.9);
  border-bottom-color: rgb(186 230 253 / 0.9);
}

.border-y-sky-200\/95{
  border-top-color: rgb(186 230 253 / 0.95);
  border-bottom-color: rgb(186 230 253 / 0.95);
}

.border-y-sky-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(125 211 252 / var(--tw-border-opacity));
  border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-y-sky-300\/0{
  border-top-color: rgb(125 211 252 / 0);
  border-bottom-color: rgb(125 211 252 / 0);
}

.border-y-sky-300\/10{
  border-top-color: rgb(125 211 252 / 0.1);
  border-bottom-color: rgb(125 211 252 / 0.1);
}

.border-y-sky-300\/100{
  border-top-color: rgb(125 211 252 / 1);
  border-bottom-color: rgb(125 211 252 / 1);
}

.border-y-sky-300\/20{
  border-top-color: rgb(125 211 252 / 0.2);
  border-bottom-color: rgb(125 211 252 / 0.2);
}

.border-y-sky-300\/25{
  border-top-color: rgb(125 211 252 / 0.25);
  border-bottom-color: rgb(125 211 252 / 0.25);
}

.border-y-sky-300\/30{
  border-top-color: rgb(125 211 252 / 0.3);
  border-bottom-color: rgb(125 211 252 / 0.3);
}

.border-y-sky-300\/40{
  border-top-color: rgb(125 211 252 / 0.4);
  border-bottom-color: rgb(125 211 252 / 0.4);
}

.border-y-sky-300\/5{
  border-top-color: rgb(125 211 252 / 0.05);
  border-bottom-color: rgb(125 211 252 / 0.05);
}

.border-y-sky-300\/50{
  border-top-color: rgb(125 211 252 / 0.5);
  border-bottom-color: rgb(125 211 252 / 0.5);
}

.border-y-sky-300\/60{
  border-top-color: rgb(125 211 252 / 0.6);
  border-bottom-color: rgb(125 211 252 / 0.6);
}

.border-y-sky-300\/70{
  border-top-color: rgb(125 211 252 / 0.7);
  border-bottom-color: rgb(125 211 252 / 0.7);
}

.border-y-sky-300\/75{
  border-top-color: rgb(125 211 252 / 0.75);
  border-bottom-color: rgb(125 211 252 / 0.75);
}

.border-y-sky-300\/80{
  border-top-color: rgb(125 211 252 / 0.8);
  border-bottom-color: rgb(125 211 252 / 0.8);
}

.border-y-sky-300\/90{
  border-top-color: rgb(125 211 252 / 0.9);
  border-bottom-color: rgb(125 211 252 / 0.9);
}

.border-y-sky-300\/95{
  border-top-color: rgb(125 211 252 / 0.95);
  border-bottom-color: rgb(125 211 252 / 0.95);
}

.border-y-sky-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(56 189 248 / var(--tw-border-opacity));
  border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-y-sky-400\/0{
  border-top-color: rgb(56 189 248 / 0);
  border-bottom-color: rgb(56 189 248 / 0);
}

.border-y-sky-400\/10{
  border-top-color: rgb(56 189 248 / 0.1);
  border-bottom-color: rgb(56 189 248 / 0.1);
}

.border-y-sky-400\/100{
  border-top-color: rgb(56 189 248 / 1);
  border-bottom-color: rgb(56 189 248 / 1);
}

.border-y-sky-400\/20{
  border-top-color: rgb(56 189 248 / 0.2);
  border-bottom-color: rgb(56 189 248 / 0.2);
}

.border-y-sky-400\/25{
  border-top-color: rgb(56 189 248 / 0.25);
  border-bottom-color: rgb(56 189 248 / 0.25);
}

.border-y-sky-400\/30{
  border-top-color: rgb(56 189 248 / 0.3);
  border-bottom-color: rgb(56 189 248 / 0.3);
}

.border-y-sky-400\/40{
  border-top-color: rgb(56 189 248 / 0.4);
  border-bottom-color: rgb(56 189 248 / 0.4);
}

.border-y-sky-400\/5{
  border-top-color: rgb(56 189 248 / 0.05);
  border-bottom-color: rgb(56 189 248 / 0.05);
}

.border-y-sky-400\/50{
  border-top-color: rgb(56 189 248 / 0.5);
  border-bottom-color: rgb(56 189 248 / 0.5);
}

.border-y-sky-400\/60{
  border-top-color: rgb(56 189 248 / 0.6);
  border-bottom-color: rgb(56 189 248 / 0.6);
}

.border-y-sky-400\/70{
  border-top-color: rgb(56 189 248 / 0.7);
  border-bottom-color: rgb(56 189 248 / 0.7);
}

.border-y-sky-400\/75{
  border-top-color: rgb(56 189 248 / 0.75);
  border-bottom-color: rgb(56 189 248 / 0.75);
}

.border-y-sky-400\/80{
  border-top-color: rgb(56 189 248 / 0.8);
  border-bottom-color: rgb(56 189 248 / 0.8);
}

.border-y-sky-400\/90{
  border-top-color: rgb(56 189 248 / 0.9);
  border-bottom-color: rgb(56 189 248 / 0.9);
}

.border-y-sky-400\/95{
  border-top-color: rgb(56 189 248 / 0.95);
  border-bottom-color: rgb(56 189 248 / 0.95);
}

.border-y-sky-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-y-sky-50\/0{
  border-top-color: rgb(240 249 255 / 0);
  border-bottom-color: rgb(240 249 255 / 0);
}

.border-y-sky-50\/10{
  border-top-color: rgb(240 249 255 / 0.1);
  border-bottom-color: rgb(240 249 255 / 0.1);
}

.border-y-sky-50\/100{
  border-top-color: rgb(240 249 255 / 1);
  border-bottom-color: rgb(240 249 255 / 1);
}

.border-y-sky-50\/20{
  border-top-color: rgb(240 249 255 / 0.2);
  border-bottom-color: rgb(240 249 255 / 0.2);
}

.border-y-sky-50\/25{
  border-top-color: rgb(240 249 255 / 0.25);
  border-bottom-color: rgb(240 249 255 / 0.25);
}

.border-y-sky-50\/30{
  border-top-color: rgb(240 249 255 / 0.3);
  border-bottom-color: rgb(240 249 255 / 0.3);
}

.border-y-sky-50\/40{
  border-top-color: rgb(240 249 255 / 0.4);
  border-bottom-color: rgb(240 249 255 / 0.4);
}

.border-y-sky-50\/5{
  border-top-color: rgb(240 249 255 / 0.05);
  border-bottom-color: rgb(240 249 255 / 0.05);
}

.border-y-sky-50\/50{
  border-top-color: rgb(240 249 255 / 0.5);
  border-bottom-color: rgb(240 249 255 / 0.5);
}

.border-y-sky-50\/60{
  border-top-color: rgb(240 249 255 / 0.6);
  border-bottom-color: rgb(240 249 255 / 0.6);
}

.border-y-sky-50\/70{
  border-top-color: rgb(240 249 255 / 0.7);
  border-bottom-color: rgb(240 249 255 / 0.7);
}

.border-y-sky-50\/75{
  border-top-color: rgb(240 249 255 / 0.75);
  border-bottom-color: rgb(240 249 255 / 0.75);
}

.border-y-sky-50\/80{
  border-top-color: rgb(240 249 255 / 0.8);
  border-bottom-color: rgb(240 249 255 / 0.8);
}

.border-y-sky-50\/90{
  border-top-color: rgb(240 249 255 / 0.9);
  border-bottom-color: rgb(240 249 255 / 0.9);
}

.border-y-sky-50\/95{
  border-top-color: rgb(240 249 255 / 0.95);
  border-bottom-color: rgb(240 249 255 / 0.95);
}

.border-y-sky-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(14 165 233 / var(--tw-border-opacity));
  border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-y-sky-500\/0{
  border-top-color: rgb(14 165 233 / 0);
  border-bottom-color: rgb(14 165 233 / 0);
}

.border-y-sky-500\/10{
  border-top-color: rgb(14 165 233 / 0.1);
  border-bottom-color: rgb(14 165 233 / 0.1);
}

.border-y-sky-500\/100{
  border-top-color: rgb(14 165 233 / 1);
  border-bottom-color: rgb(14 165 233 / 1);
}

.border-y-sky-500\/20{
  border-top-color: rgb(14 165 233 / 0.2);
  border-bottom-color: rgb(14 165 233 / 0.2);
}

.border-y-sky-500\/25{
  border-top-color: rgb(14 165 233 / 0.25);
  border-bottom-color: rgb(14 165 233 / 0.25);
}

.border-y-sky-500\/30{
  border-top-color: rgb(14 165 233 / 0.3);
  border-bottom-color: rgb(14 165 233 / 0.3);
}

.border-y-sky-500\/40{
  border-top-color: rgb(14 165 233 / 0.4);
  border-bottom-color: rgb(14 165 233 / 0.4);
}

.border-y-sky-500\/5{
  border-top-color: rgb(14 165 233 / 0.05);
  border-bottom-color: rgb(14 165 233 / 0.05);
}

.border-y-sky-500\/50{
  border-top-color: rgb(14 165 233 / 0.5);
  border-bottom-color: rgb(14 165 233 / 0.5);
}

.border-y-sky-500\/60{
  border-top-color: rgb(14 165 233 / 0.6);
  border-bottom-color: rgb(14 165 233 / 0.6);
}

.border-y-sky-500\/70{
  border-top-color: rgb(14 165 233 / 0.7);
  border-bottom-color: rgb(14 165 233 / 0.7);
}

.border-y-sky-500\/75{
  border-top-color: rgb(14 165 233 / 0.75);
  border-bottom-color: rgb(14 165 233 / 0.75);
}

.border-y-sky-500\/80{
  border-top-color: rgb(14 165 233 / 0.8);
  border-bottom-color: rgb(14 165 233 / 0.8);
}

.border-y-sky-500\/90{
  border-top-color: rgb(14 165 233 / 0.9);
  border-bottom-color: rgb(14 165 233 / 0.9);
}

.border-y-sky-500\/95{
  border-top-color: rgb(14 165 233 / 0.95);
  border-bottom-color: rgb(14 165 233 / 0.95);
}

.border-y-sky-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(2 132 199 / var(--tw-border-opacity));
  border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-y-sky-600\/0{
  border-top-color: rgb(2 132 199 / 0);
  border-bottom-color: rgb(2 132 199 / 0);
}

.border-y-sky-600\/10{
  border-top-color: rgb(2 132 199 / 0.1);
  border-bottom-color: rgb(2 132 199 / 0.1);
}

.border-y-sky-600\/100{
  border-top-color: rgb(2 132 199 / 1);
  border-bottom-color: rgb(2 132 199 / 1);
}

.border-y-sky-600\/20{
  border-top-color: rgb(2 132 199 / 0.2);
  border-bottom-color: rgb(2 132 199 / 0.2);
}

.border-y-sky-600\/25{
  border-top-color: rgb(2 132 199 / 0.25);
  border-bottom-color: rgb(2 132 199 / 0.25);
}

.border-y-sky-600\/30{
  border-top-color: rgb(2 132 199 / 0.3);
  border-bottom-color: rgb(2 132 199 / 0.3);
}

.border-y-sky-600\/40{
  border-top-color: rgb(2 132 199 / 0.4);
  border-bottom-color: rgb(2 132 199 / 0.4);
}

.border-y-sky-600\/5{
  border-top-color: rgb(2 132 199 / 0.05);
  border-bottom-color: rgb(2 132 199 / 0.05);
}

.border-y-sky-600\/50{
  border-top-color: rgb(2 132 199 / 0.5);
  border-bottom-color: rgb(2 132 199 / 0.5);
}

.border-y-sky-600\/60{
  border-top-color: rgb(2 132 199 / 0.6);
  border-bottom-color: rgb(2 132 199 / 0.6);
}

.border-y-sky-600\/70{
  border-top-color: rgb(2 132 199 / 0.7);
  border-bottom-color: rgb(2 132 199 / 0.7);
}

.border-y-sky-600\/75{
  border-top-color: rgb(2 132 199 / 0.75);
  border-bottom-color: rgb(2 132 199 / 0.75);
}

.border-y-sky-600\/80{
  border-top-color: rgb(2 132 199 / 0.8);
  border-bottom-color: rgb(2 132 199 / 0.8);
}

.border-y-sky-600\/90{
  border-top-color: rgb(2 132 199 / 0.9);
  border-bottom-color: rgb(2 132 199 / 0.9);
}

.border-y-sky-600\/95{
  border-top-color: rgb(2 132 199 / 0.95);
  border-bottom-color: rgb(2 132 199 / 0.95);
}

.border-y-sky-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 105 161 / var(--tw-border-opacity));
  border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-y-sky-700\/0{
  border-top-color: rgb(3 105 161 / 0);
  border-bottom-color: rgb(3 105 161 / 0);
}

.border-y-sky-700\/10{
  border-top-color: rgb(3 105 161 / 0.1);
  border-bottom-color: rgb(3 105 161 / 0.1);
}

.border-y-sky-700\/100{
  border-top-color: rgb(3 105 161 / 1);
  border-bottom-color: rgb(3 105 161 / 1);
}

.border-y-sky-700\/20{
  border-top-color: rgb(3 105 161 / 0.2);
  border-bottom-color: rgb(3 105 161 / 0.2);
}

.border-y-sky-700\/25{
  border-top-color: rgb(3 105 161 / 0.25);
  border-bottom-color: rgb(3 105 161 / 0.25);
}

.border-y-sky-700\/30{
  border-top-color: rgb(3 105 161 / 0.3);
  border-bottom-color: rgb(3 105 161 / 0.3);
}

.border-y-sky-700\/40{
  border-top-color: rgb(3 105 161 / 0.4);
  border-bottom-color: rgb(3 105 161 / 0.4);
}

.border-y-sky-700\/5{
  border-top-color: rgb(3 105 161 / 0.05);
  border-bottom-color: rgb(3 105 161 / 0.05);
}

.border-y-sky-700\/50{
  border-top-color: rgb(3 105 161 / 0.5);
  border-bottom-color: rgb(3 105 161 / 0.5);
}

.border-y-sky-700\/60{
  border-top-color: rgb(3 105 161 / 0.6);
  border-bottom-color: rgb(3 105 161 / 0.6);
}

.border-y-sky-700\/70{
  border-top-color: rgb(3 105 161 / 0.7);
  border-bottom-color: rgb(3 105 161 / 0.7);
}

.border-y-sky-700\/75{
  border-top-color: rgb(3 105 161 / 0.75);
  border-bottom-color: rgb(3 105 161 / 0.75);
}

.border-y-sky-700\/80{
  border-top-color: rgb(3 105 161 / 0.8);
  border-bottom-color: rgb(3 105 161 / 0.8);
}

.border-y-sky-700\/90{
  border-top-color: rgb(3 105 161 / 0.9);
  border-bottom-color: rgb(3 105 161 / 0.9);
}

.border-y-sky-700\/95{
  border-top-color: rgb(3 105 161 / 0.95);
  border-bottom-color: rgb(3 105 161 / 0.95);
}

.border-y-sky-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(7 89 133 / var(--tw-border-opacity));
  border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-y-sky-800\/0{
  border-top-color: rgb(7 89 133 / 0);
  border-bottom-color: rgb(7 89 133 / 0);
}

.border-y-sky-800\/10{
  border-top-color: rgb(7 89 133 / 0.1);
  border-bottom-color: rgb(7 89 133 / 0.1);
}

.border-y-sky-800\/100{
  border-top-color: rgb(7 89 133 / 1);
  border-bottom-color: rgb(7 89 133 / 1);
}

.border-y-sky-800\/20{
  border-top-color: rgb(7 89 133 / 0.2);
  border-bottom-color: rgb(7 89 133 / 0.2);
}

.border-y-sky-800\/25{
  border-top-color: rgb(7 89 133 / 0.25);
  border-bottom-color: rgb(7 89 133 / 0.25);
}

.border-y-sky-800\/30{
  border-top-color: rgb(7 89 133 / 0.3);
  border-bottom-color: rgb(7 89 133 / 0.3);
}

.border-y-sky-800\/40{
  border-top-color: rgb(7 89 133 / 0.4);
  border-bottom-color: rgb(7 89 133 / 0.4);
}

.border-y-sky-800\/5{
  border-top-color: rgb(7 89 133 / 0.05);
  border-bottom-color: rgb(7 89 133 / 0.05);
}

.border-y-sky-800\/50{
  border-top-color: rgb(7 89 133 / 0.5);
  border-bottom-color: rgb(7 89 133 / 0.5);
}

.border-y-sky-800\/60{
  border-top-color: rgb(7 89 133 / 0.6);
  border-bottom-color: rgb(7 89 133 / 0.6);
}

.border-y-sky-800\/70{
  border-top-color: rgb(7 89 133 / 0.7);
  border-bottom-color: rgb(7 89 133 / 0.7);
}

.border-y-sky-800\/75{
  border-top-color: rgb(7 89 133 / 0.75);
  border-bottom-color: rgb(7 89 133 / 0.75);
}

.border-y-sky-800\/80{
  border-top-color: rgb(7 89 133 / 0.8);
  border-bottom-color: rgb(7 89 133 / 0.8);
}

.border-y-sky-800\/90{
  border-top-color: rgb(7 89 133 / 0.9);
  border-bottom-color: rgb(7 89 133 / 0.9);
}

.border-y-sky-800\/95{
  border-top-color: rgb(7 89 133 / 0.95);
  border-bottom-color: rgb(7 89 133 / 0.95);
}

.border-y-sky-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(12 74 110 / var(--tw-border-opacity));
  border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-y-sky-900\/0{
  border-top-color: rgb(12 74 110 / 0);
  border-bottom-color: rgb(12 74 110 / 0);
}

.border-y-sky-900\/10{
  border-top-color: rgb(12 74 110 / 0.1);
  border-bottom-color: rgb(12 74 110 / 0.1);
}

.border-y-sky-900\/100{
  border-top-color: rgb(12 74 110 / 1);
  border-bottom-color: rgb(12 74 110 / 1);
}

.border-y-sky-900\/20{
  border-top-color: rgb(12 74 110 / 0.2);
  border-bottom-color: rgb(12 74 110 / 0.2);
}

.border-y-sky-900\/25{
  border-top-color: rgb(12 74 110 / 0.25);
  border-bottom-color: rgb(12 74 110 / 0.25);
}

.border-y-sky-900\/30{
  border-top-color: rgb(12 74 110 / 0.3);
  border-bottom-color: rgb(12 74 110 / 0.3);
}

.border-y-sky-900\/40{
  border-top-color: rgb(12 74 110 / 0.4);
  border-bottom-color: rgb(12 74 110 / 0.4);
}

.border-y-sky-900\/5{
  border-top-color: rgb(12 74 110 / 0.05);
  border-bottom-color: rgb(12 74 110 / 0.05);
}

.border-y-sky-900\/50{
  border-top-color: rgb(12 74 110 / 0.5);
  border-bottom-color: rgb(12 74 110 / 0.5);
}

.border-y-sky-900\/60{
  border-top-color: rgb(12 74 110 / 0.6);
  border-bottom-color: rgb(12 74 110 / 0.6);
}

.border-y-sky-900\/70{
  border-top-color: rgb(12 74 110 / 0.7);
  border-bottom-color: rgb(12 74 110 / 0.7);
}

.border-y-sky-900\/75{
  border-top-color: rgb(12 74 110 / 0.75);
  border-bottom-color: rgb(12 74 110 / 0.75);
}

.border-y-sky-900\/80{
  border-top-color: rgb(12 74 110 / 0.8);
  border-bottom-color: rgb(12 74 110 / 0.8);
}

.border-y-sky-900\/90{
  border-top-color: rgb(12 74 110 / 0.9);
  border-bottom-color: rgb(12 74 110 / 0.9);
}

.border-y-sky-900\/95{
  border-top-color: rgb(12 74 110 / 0.95);
  border-bottom-color: rgb(12 74 110 / 0.95);
}

.border-y-sky-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(8 47 73 / var(--tw-border-opacity));
  border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-y-sky-950\/0{
  border-top-color: rgb(8 47 73 / 0);
  border-bottom-color: rgb(8 47 73 / 0);
}

.border-y-sky-950\/10{
  border-top-color: rgb(8 47 73 / 0.1);
  border-bottom-color: rgb(8 47 73 / 0.1);
}

.border-y-sky-950\/100{
  border-top-color: rgb(8 47 73 / 1);
  border-bottom-color: rgb(8 47 73 / 1);
}

.border-y-sky-950\/20{
  border-top-color: rgb(8 47 73 / 0.2);
  border-bottom-color: rgb(8 47 73 / 0.2);
}

.border-y-sky-950\/25{
  border-top-color: rgb(8 47 73 / 0.25);
  border-bottom-color: rgb(8 47 73 / 0.25);
}

.border-y-sky-950\/30{
  border-top-color: rgb(8 47 73 / 0.3);
  border-bottom-color: rgb(8 47 73 / 0.3);
}

.border-y-sky-950\/40{
  border-top-color: rgb(8 47 73 / 0.4);
  border-bottom-color: rgb(8 47 73 / 0.4);
}

.border-y-sky-950\/5{
  border-top-color: rgb(8 47 73 / 0.05);
  border-bottom-color: rgb(8 47 73 / 0.05);
}

.border-y-sky-950\/50{
  border-top-color: rgb(8 47 73 / 0.5);
  border-bottom-color: rgb(8 47 73 / 0.5);
}

.border-y-sky-950\/60{
  border-top-color: rgb(8 47 73 / 0.6);
  border-bottom-color: rgb(8 47 73 / 0.6);
}

.border-y-sky-950\/70{
  border-top-color: rgb(8 47 73 / 0.7);
  border-bottom-color: rgb(8 47 73 / 0.7);
}

.border-y-sky-950\/75{
  border-top-color: rgb(8 47 73 / 0.75);
  border-bottom-color: rgb(8 47 73 / 0.75);
}

.border-y-sky-950\/80{
  border-top-color: rgb(8 47 73 / 0.8);
  border-bottom-color: rgb(8 47 73 / 0.8);
}

.border-y-sky-950\/90{
  border-top-color: rgb(8 47 73 / 0.9);
  border-bottom-color: rgb(8 47 73 / 0.9);
}

.border-y-sky-950\/95{
  border-top-color: rgb(8 47 73 / 0.95);
  border-bottom-color: rgb(8 47 73 / 0.95);
}

.border-y-slate-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(241 245 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-y-slate-100\/0{
  border-top-color: rgb(241 245 249 / 0);
  border-bottom-color: rgb(241 245 249 / 0);
}

.border-y-slate-100\/10{
  border-top-color: rgb(241 245 249 / 0.1);
  border-bottom-color: rgb(241 245 249 / 0.1);
}

.border-y-slate-100\/100{
  border-top-color: rgb(241 245 249 / 1);
  border-bottom-color: rgb(241 245 249 / 1);
}

.border-y-slate-100\/20{
  border-top-color: rgb(241 245 249 / 0.2);
  border-bottom-color: rgb(241 245 249 / 0.2);
}

.border-y-slate-100\/25{
  border-top-color: rgb(241 245 249 / 0.25);
  border-bottom-color: rgb(241 245 249 / 0.25);
}

.border-y-slate-100\/30{
  border-top-color: rgb(241 245 249 / 0.3);
  border-bottom-color: rgb(241 245 249 / 0.3);
}

.border-y-slate-100\/40{
  border-top-color: rgb(241 245 249 / 0.4);
  border-bottom-color: rgb(241 245 249 / 0.4);
}

.border-y-slate-100\/5{
  border-top-color: rgb(241 245 249 / 0.05);
  border-bottom-color: rgb(241 245 249 / 0.05);
}

.border-y-slate-100\/50{
  border-top-color: rgb(241 245 249 / 0.5);
  border-bottom-color: rgb(241 245 249 / 0.5);
}

.border-y-slate-100\/60{
  border-top-color: rgb(241 245 249 / 0.6);
  border-bottom-color: rgb(241 245 249 / 0.6);
}

.border-y-slate-100\/70{
  border-top-color: rgb(241 245 249 / 0.7);
  border-bottom-color: rgb(241 245 249 / 0.7);
}

.border-y-slate-100\/75{
  border-top-color: rgb(241 245 249 / 0.75);
  border-bottom-color: rgb(241 245 249 / 0.75);
}

.border-y-slate-100\/80{
  border-top-color: rgb(241 245 249 / 0.8);
  border-bottom-color: rgb(241 245 249 / 0.8);
}

.border-y-slate-100\/90{
  border-top-color: rgb(241 245 249 / 0.9);
  border-bottom-color: rgb(241 245 249 / 0.9);
}

.border-y-slate-100\/95{
  border-top-color: rgb(241 245 249 / 0.95);
  border-bottom-color: rgb(241 245 249 / 0.95);
}

.border-y-slate-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity));
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-y-slate-200\/0{
  border-top-color: rgb(226 232 240 / 0);
  border-bottom-color: rgb(226 232 240 / 0);
}

.border-y-slate-200\/10{
  border-top-color: rgb(226 232 240 / 0.1);
  border-bottom-color: rgb(226 232 240 / 0.1);
}

.border-y-slate-200\/100{
  border-top-color: rgb(226 232 240 / 1);
  border-bottom-color: rgb(226 232 240 / 1);
}

.border-y-slate-200\/20{
  border-top-color: rgb(226 232 240 / 0.2);
  border-bottom-color: rgb(226 232 240 / 0.2);
}

.border-y-slate-200\/25{
  border-top-color: rgb(226 232 240 / 0.25);
  border-bottom-color: rgb(226 232 240 / 0.25);
}

.border-y-slate-200\/30{
  border-top-color: rgb(226 232 240 / 0.3);
  border-bottom-color: rgb(226 232 240 / 0.3);
}

.border-y-slate-200\/40{
  border-top-color: rgb(226 232 240 / 0.4);
  border-bottom-color: rgb(226 232 240 / 0.4);
}

.border-y-slate-200\/5{
  border-top-color: rgb(226 232 240 / 0.05);
  border-bottom-color: rgb(226 232 240 / 0.05);
}

.border-y-slate-200\/50{
  border-top-color: rgb(226 232 240 / 0.5);
  border-bottom-color: rgb(226 232 240 / 0.5);
}

.border-y-slate-200\/60{
  border-top-color: rgb(226 232 240 / 0.6);
  border-bottom-color: rgb(226 232 240 / 0.6);
}

.border-y-slate-200\/70{
  border-top-color: rgb(226 232 240 / 0.7);
  border-bottom-color: rgb(226 232 240 / 0.7);
}

.border-y-slate-200\/75{
  border-top-color: rgb(226 232 240 / 0.75);
  border-bottom-color: rgb(226 232 240 / 0.75);
}

.border-y-slate-200\/80{
  border-top-color: rgb(226 232 240 / 0.8);
  border-bottom-color: rgb(226 232 240 / 0.8);
}

.border-y-slate-200\/90{
  border-top-color: rgb(226 232 240 / 0.9);
  border-bottom-color: rgb(226 232 240 / 0.9);
}

.border-y-slate-200\/95{
  border-top-color: rgb(226 232 240 / 0.95);
  border-bottom-color: rgb(226 232 240 / 0.95);
}

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

.border-y-slate-300\/0{
  border-top-color: rgb(203 213 225 / 0);
  border-bottom-color: rgb(203 213 225 / 0);
}

.border-y-slate-300\/10{
  border-top-color: rgb(203 213 225 / 0.1);
  border-bottom-color: rgb(203 213 225 / 0.1);
}

.border-y-slate-300\/100{
  border-top-color: rgb(203 213 225 / 1);
  border-bottom-color: rgb(203 213 225 / 1);
}

.border-y-slate-300\/20{
  border-top-color: rgb(203 213 225 / 0.2);
  border-bottom-color: rgb(203 213 225 / 0.2);
}

.border-y-slate-300\/25{
  border-top-color: rgb(203 213 225 / 0.25);
  border-bottom-color: rgb(203 213 225 / 0.25);
}

.border-y-slate-300\/30{
  border-top-color: rgb(203 213 225 / 0.3);
  border-bottom-color: rgb(203 213 225 / 0.3);
}

.border-y-slate-300\/40{
  border-top-color: rgb(203 213 225 / 0.4);
  border-bottom-color: rgb(203 213 225 / 0.4);
}

.border-y-slate-300\/5{
  border-top-color: rgb(203 213 225 / 0.05);
  border-bottom-color: rgb(203 213 225 / 0.05);
}

.border-y-slate-300\/50{
  border-top-color: rgb(203 213 225 / 0.5);
  border-bottom-color: rgb(203 213 225 / 0.5);
}

.border-y-slate-300\/60{
  border-top-color: rgb(203 213 225 / 0.6);
  border-bottom-color: rgb(203 213 225 / 0.6);
}

.border-y-slate-300\/70{
  border-top-color: rgb(203 213 225 / 0.7);
  border-bottom-color: rgb(203 213 225 / 0.7);
}

.border-y-slate-300\/75{
  border-top-color: rgb(203 213 225 / 0.75);
  border-bottom-color: rgb(203 213 225 / 0.75);
}

.border-y-slate-300\/80{
  border-top-color: rgb(203 213 225 / 0.8);
  border-bottom-color: rgb(203 213 225 / 0.8);
}

.border-y-slate-300\/90{
  border-top-color: rgb(203 213 225 / 0.9);
  border-bottom-color: rgb(203 213 225 / 0.9);
}

.border-y-slate-300\/95{
  border-top-color: rgb(203 213 225 / 0.95);
  border-bottom-color: rgb(203 213 225 / 0.95);
}

.border-y-slate-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity));
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-y-slate-400\/0{
  border-top-color: rgb(148 163 184 / 0);
  border-bottom-color: rgb(148 163 184 / 0);
}

.border-y-slate-400\/10{
  border-top-color: rgb(148 163 184 / 0.1);
  border-bottom-color: rgb(148 163 184 / 0.1);
}

.border-y-slate-400\/100{
  border-top-color: rgb(148 163 184 / 1);
  border-bottom-color: rgb(148 163 184 / 1);
}

.border-y-slate-400\/20{
  border-top-color: rgb(148 163 184 / 0.2);
  border-bottom-color: rgb(148 163 184 / 0.2);
}

.border-y-slate-400\/25{
  border-top-color: rgb(148 163 184 / 0.25);
  border-bottom-color: rgb(148 163 184 / 0.25);
}

.border-y-slate-400\/30{
  border-top-color: rgb(148 163 184 / 0.3);
  border-bottom-color: rgb(148 163 184 / 0.3);
}

.border-y-slate-400\/40{
  border-top-color: rgb(148 163 184 / 0.4);
  border-bottom-color: rgb(148 163 184 / 0.4);
}

.border-y-slate-400\/5{
  border-top-color: rgb(148 163 184 / 0.05);
  border-bottom-color: rgb(148 163 184 / 0.05);
}

.border-y-slate-400\/50{
  border-top-color: rgb(148 163 184 / 0.5);
  border-bottom-color: rgb(148 163 184 / 0.5);
}

.border-y-slate-400\/60{
  border-top-color: rgb(148 163 184 / 0.6);
  border-bottom-color: rgb(148 163 184 / 0.6);
}

.border-y-slate-400\/70{
  border-top-color: rgb(148 163 184 / 0.7);
  border-bottom-color: rgb(148 163 184 / 0.7);
}

.border-y-slate-400\/75{
  border-top-color: rgb(148 163 184 / 0.75);
  border-bottom-color: rgb(148 163 184 / 0.75);
}

.border-y-slate-400\/80{
  border-top-color: rgb(148 163 184 / 0.8);
  border-bottom-color: rgb(148 163 184 / 0.8);
}

.border-y-slate-400\/90{
  border-top-color: rgb(148 163 184 / 0.9);
  border-bottom-color: rgb(148 163 184 / 0.9);
}

.border-y-slate-400\/95{
  border-top-color: rgb(148 163 184 / 0.95);
  border-bottom-color: rgb(148 163 184 / 0.95);
}

.border-y-slate-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity));
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-y-slate-50\/0{
  border-top-color: rgb(248 250 252 / 0);
  border-bottom-color: rgb(248 250 252 / 0);
}

.border-y-slate-50\/10{
  border-top-color: rgb(248 250 252 / 0.1);
  border-bottom-color: rgb(248 250 252 / 0.1);
}

.border-y-slate-50\/100{
  border-top-color: rgb(248 250 252 / 1);
  border-bottom-color: rgb(248 250 252 / 1);
}

.border-y-slate-50\/20{
  border-top-color: rgb(248 250 252 / 0.2);
  border-bottom-color: rgb(248 250 252 / 0.2);
}

.border-y-slate-50\/25{
  border-top-color: rgb(248 250 252 / 0.25);
  border-bottom-color: rgb(248 250 252 / 0.25);
}

.border-y-slate-50\/30{
  border-top-color: rgb(248 250 252 / 0.3);
  border-bottom-color: rgb(248 250 252 / 0.3);
}

.border-y-slate-50\/40{
  border-top-color: rgb(248 250 252 / 0.4);
  border-bottom-color: rgb(248 250 252 / 0.4);
}

.border-y-slate-50\/5{
  border-top-color: rgb(248 250 252 / 0.05);
  border-bottom-color: rgb(248 250 252 / 0.05);
}

.border-y-slate-50\/50{
  border-top-color: rgb(248 250 252 / 0.5);
  border-bottom-color: rgb(248 250 252 / 0.5);
}

.border-y-slate-50\/60{
  border-top-color: rgb(248 250 252 / 0.6);
  border-bottom-color: rgb(248 250 252 / 0.6);
}

.border-y-slate-50\/70{
  border-top-color: rgb(248 250 252 / 0.7);
  border-bottom-color: rgb(248 250 252 / 0.7);
}

.border-y-slate-50\/75{
  border-top-color: rgb(248 250 252 / 0.75);
  border-bottom-color: rgb(248 250 252 / 0.75);
}

.border-y-slate-50\/80{
  border-top-color: rgb(248 250 252 / 0.8);
  border-bottom-color: rgb(248 250 252 / 0.8);
}

.border-y-slate-50\/90{
  border-top-color: rgb(248 250 252 / 0.9);
  border-bottom-color: rgb(248 250 252 / 0.9);
}

.border-y-slate-50\/95{
  border-top-color: rgb(248 250 252 / 0.95);
  border-bottom-color: rgb(248 250 252 / 0.95);
}

.border-y-slate-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity));
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-y-slate-500\/0{
  border-top-color: rgb(100 116 139 / 0);
  border-bottom-color: rgb(100 116 139 / 0);
}

.border-y-slate-500\/10{
  border-top-color: rgb(100 116 139 / 0.1);
  border-bottom-color: rgb(100 116 139 / 0.1);
}

.border-y-slate-500\/100{
  border-top-color: rgb(100 116 139 / 1);
  border-bottom-color: rgb(100 116 139 / 1);
}

.border-y-slate-500\/20{
  border-top-color: rgb(100 116 139 / 0.2);
  border-bottom-color: rgb(100 116 139 / 0.2);
}

.border-y-slate-500\/25{
  border-top-color: rgb(100 116 139 / 0.25);
  border-bottom-color: rgb(100 116 139 / 0.25);
}

.border-y-slate-500\/30{
  border-top-color: rgb(100 116 139 / 0.3);
  border-bottom-color: rgb(100 116 139 / 0.3);
}

.border-y-slate-500\/40{
  border-top-color: rgb(100 116 139 / 0.4);
  border-bottom-color: rgb(100 116 139 / 0.4);
}

.border-y-slate-500\/5{
  border-top-color: rgb(100 116 139 / 0.05);
  border-bottom-color: rgb(100 116 139 / 0.05);
}

.border-y-slate-500\/50{
  border-top-color: rgb(100 116 139 / 0.5);
  border-bottom-color: rgb(100 116 139 / 0.5);
}

.border-y-slate-500\/60{
  border-top-color: rgb(100 116 139 / 0.6);
  border-bottom-color: rgb(100 116 139 / 0.6);
}

.border-y-slate-500\/70{
  border-top-color: rgb(100 116 139 / 0.7);
  border-bottom-color: rgb(100 116 139 / 0.7);
}

.border-y-slate-500\/75{
  border-top-color: rgb(100 116 139 / 0.75);
  border-bottom-color: rgb(100 116 139 / 0.75);
}

.border-y-slate-500\/80{
  border-top-color: rgb(100 116 139 / 0.8);
  border-bottom-color: rgb(100 116 139 / 0.8);
}

.border-y-slate-500\/90{
  border-top-color: rgb(100 116 139 / 0.9);
  border-bottom-color: rgb(100 116 139 / 0.9);
}

.border-y-slate-500\/95{
  border-top-color: rgb(100 116 139 / 0.95);
  border-bottom-color: rgb(100 116 139 / 0.95);
}

.border-y-slate-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity));
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-y-slate-600\/0{
  border-top-color: rgb(71 85 105 / 0);
  border-bottom-color: rgb(71 85 105 / 0);
}

.border-y-slate-600\/10{
  border-top-color: rgb(71 85 105 / 0.1);
  border-bottom-color: rgb(71 85 105 / 0.1);
}

.border-y-slate-600\/100{
  border-top-color: rgb(71 85 105 / 1);
  border-bottom-color: rgb(71 85 105 / 1);
}

.border-y-slate-600\/20{
  border-top-color: rgb(71 85 105 / 0.2);
  border-bottom-color: rgb(71 85 105 / 0.2);
}

.border-y-slate-600\/25{
  border-top-color: rgb(71 85 105 / 0.25);
  border-bottom-color: rgb(71 85 105 / 0.25);
}

.border-y-slate-600\/30{
  border-top-color: rgb(71 85 105 / 0.3);
  border-bottom-color: rgb(71 85 105 / 0.3);
}

.border-y-slate-600\/40{
  border-top-color: rgb(71 85 105 / 0.4);
  border-bottom-color: rgb(71 85 105 / 0.4);
}

.border-y-slate-600\/5{
  border-top-color: rgb(71 85 105 / 0.05);
  border-bottom-color: rgb(71 85 105 / 0.05);
}

.border-y-slate-600\/50{
  border-top-color: rgb(71 85 105 / 0.5);
  border-bottom-color: rgb(71 85 105 / 0.5);
}

.border-y-slate-600\/60{
  border-top-color: rgb(71 85 105 / 0.6);
  border-bottom-color: rgb(71 85 105 / 0.6);
}

.border-y-slate-600\/70{
  border-top-color: rgb(71 85 105 / 0.7);
  border-bottom-color: rgb(71 85 105 / 0.7);
}

.border-y-slate-600\/75{
  border-top-color: rgb(71 85 105 / 0.75);
  border-bottom-color: rgb(71 85 105 / 0.75);
}

.border-y-slate-600\/80{
  border-top-color: rgb(71 85 105 / 0.8);
  border-bottom-color: rgb(71 85 105 / 0.8);
}

.border-y-slate-600\/90{
  border-top-color: rgb(71 85 105 / 0.9);
  border-bottom-color: rgb(71 85 105 / 0.9);
}

.border-y-slate-600\/95{
  border-top-color: rgb(71 85 105 / 0.95);
  border-bottom-color: rgb(71 85 105 / 0.95);
}

.border-y-slate-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity));
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-y-slate-700\/0{
  border-top-color: rgb(51 65 85 / 0);
  border-bottom-color: rgb(51 65 85 / 0);
}

.border-y-slate-700\/10{
  border-top-color: rgb(51 65 85 / 0.1);
  border-bottom-color: rgb(51 65 85 / 0.1);
}

.border-y-slate-700\/100{
  border-top-color: rgb(51 65 85 / 1);
  border-bottom-color: rgb(51 65 85 / 1);
}

.border-y-slate-700\/20{
  border-top-color: rgb(51 65 85 / 0.2);
  border-bottom-color: rgb(51 65 85 / 0.2);
}

.border-y-slate-700\/25{
  border-top-color: rgb(51 65 85 / 0.25);
  border-bottom-color: rgb(51 65 85 / 0.25);
}

.border-y-slate-700\/30{
  border-top-color: rgb(51 65 85 / 0.3);
  border-bottom-color: rgb(51 65 85 / 0.3);
}

.border-y-slate-700\/40{
  border-top-color: rgb(51 65 85 / 0.4);
  border-bottom-color: rgb(51 65 85 / 0.4);
}

.border-y-slate-700\/5{
  border-top-color: rgb(51 65 85 / 0.05);
  border-bottom-color: rgb(51 65 85 / 0.05);
}

.border-y-slate-700\/50{
  border-top-color: rgb(51 65 85 / 0.5);
  border-bottom-color: rgb(51 65 85 / 0.5);
}

.border-y-slate-700\/60{
  border-top-color: rgb(51 65 85 / 0.6);
  border-bottom-color: rgb(51 65 85 / 0.6);
}

.border-y-slate-700\/70{
  border-top-color: rgb(51 65 85 / 0.7);
  border-bottom-color: rgb(51 65 85 / 0.7);
}

.border-y-slate-700\/75{
  border-top-color: rgb(51 65 85 / 0.75);
  border-bottom-color: rgb(51 65 85 / 0.75);
}

.border-y-slate-700\/80{
  border-top-color: rgb(51 65 85 / 0.8);
  border-bottom-color: rgb(51 65 85 / 0.8);
}

.border-y-slate-700\/90{
  border-top-color: rgb(51 65 85 / 0.9);
  border-bottom-color: rgb(51 65 85 / 0.9);
}

.border-y-slate-700\/95{
  border-top-color: rgb(51 65 85 / 0.95);
  border-bottom-color: rgb(51 65 85 / 0.95);
}

.border-y-slate-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity));
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-y-slate-800\/0{
  border-top-color: rgb(30 41 59 / 0);
  border-bottom-color: rgb(30 41 59 / 0);
}

.border-y-slate-800\/10{
  border-top-color: rgb(30 41 59 / 0.1);
  border-bottom-color: rgb(30 41 59 / 0.1);
}

.border-y-slate-800\/100{
  border-top-color: rgb(30 41 59 / 1);
  border-bottom-color: rgb(30 41 59 / 1);
}

.border-y-slate-800\/20{
  border-top-color: rgb(30 41 59 / 0.2);
  border-bottom-color: rgb(30 41 59 / 0.2);
}

.border-y-slate-800\/25{
  border-top-color: rgb(30 41 59 / 0.25);
  border-bottom-color: rgb(30 41 59 / 0.25);
}

.border-y-slate-800\/30{
  border-top-color: rgb(30 41 59 / 0.3);
  border-bottom-color: rgb(30 41 59 / 0.3);
}

.border-y-slate-800\/40{
  border-top-color: rgb(30 41 59 / 0.4);
  border-bottom-color: rgb(30 41 59 / 0.4);
}

.border-y-slate-800\/5{
  border-top-color: rgb(30 41 59 / 0.05);
  border-bottom-color: rgb(30 41 59 / 0.05);
}

.border-y-slate-800\/50{
  border-top-color: rgb(30 41 59 / 0.5);
  border-bottom-color: rgb(30 41 59 / 0.5);
}

.border-y-slate-800\/60{
  border-top-color: rgb(30 41 59 / 0.6);
  border-bottom-color: rgb(30 41 59 / 0.6);
}

.border-y-slate-800\/70{
  border-top-color: rgb(30 41 59 / 0.7);
  border-bottom-color: rgb(30 41 59 / 0.7);
}

.border-y-slate-800\/75{
  border-top-color: rgb(30 41 59 / 0.75);
  border-bottom-color: rgb(30 41 59 / 0.75);
}

.border-y-slate-800\/80{
  border-top-color: rgb(30 41 59 / 0.8);
  border-bottom-color: rgb(30 41 59 / 0.8);
}

.border-y-slate-800\/90{
  border-top-color: rgb(30 41 59 / 0.9);
  border-bottom-color: rgb(30 41 59 / 0.9);
}

.border-y-slate-800\/95{
  border-top-color: rgb(30 41 59 / 0.95);
  border-bottom-color: rgb(30 41 59 / 0.95);
}

.border-y-slate-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity));
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-y-slate-900\/0{
  border-top-color: rgb(15 23 42 / 0);
  border-bottom-color: rgb(15 23 42 / 0);
}

.border-y-slate-900\/10{
  border-top-color: rgb(15 23 42 / 0.1);
  border-bottom-color: rgb(15 23 42 / 0.1);
}

.border-y-slate-900\/100{
  border-top-color: rgb(15 23 42 / 1);
  border-bottom-color: rgb(15 23 42 / 1);
}

.border-y-slate-900\/20{
  border-top-color: rgb(15 23 42 / 0.2);
  border-bottom-color: rgb(15 23 42 / 0.2);
}

.border-y-slate-900\/25{
  border-top-color: rgb(15 23 42 / 0.25);
  border-bottom-color: rgb(15 23 42 / 0.25);
}

.border-y-slate-900\/30{
  border-top-color: rgb(15 23 42 / 0.3);
  border-bottom-color: rgb(15 23 42 / 0.3);
}

.border-y-slate-900\/40{
  border-top-color: rgb(15 23 42 / 0.4);
  border-bottom-color: rgb(15 23 42 / 0.4);
}

.border-y-slate-900\/5{
  border-top-color: rgb(15 23 42 / 0.05);
  border-bottom-color: rgb(15 23 42 / 0.05);
}

.border-y-slate-900\/50{
  border-top-color: rgb(15 23 42 / 0.5);
  border-bottom-color: rgb(15 23 42 / 0.5);
}

.border-y-slate-900\/60{
  border-top-color: rgb(15 23 42 / 0.6);
  border-bottom-color: rgb(15 23 42 / 0.6);
}

.border-y-slate-900\/70{
  border-top-color: rgb(15 23 42 / 0.7);
  border-bottom-color: rgb(15 23 42 / 0.7);
}

.border-y-slate-900\/75{
  border-top-color: rgb(15 23 42 / 0.75);
  border-bottom-color: rgb(15 23 42 / 0.75);
}

.border-y-slate-900\/80{
  border-top-color: rgb(15 23 42 / 0.8);
  border-bottom-color: rgb(15 23 42 / 0.8);
}

.border-y-slate-900\/90{
  border-top-color: rgb(15 23 42 / 0.9);
  border-bottom-color: rgb(15 23 42 / 0.9);
}

.border-y-slate-900\/95{
  border-top-color: rgb(15 23 42 / 0.95);
  border-bottom-color: rgb(15 23 42 / 0.95);
}

.border-y-slate-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(2 6 23 / var(--tw-border-opacity));
  border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-y-slate-950\/0{
  border-top-color: rgb(2 6 23 / 0);
  border-bottom-color: rgb(2 6 23 / 0);
}

.border-y-slate-950\/10{
  border-top-color: rgb(2 6 23 / 0.1);
  border-bottom-color: rgb(2 6 23 / 0.1);
}

.border-y-slate-950\/100{
  border-top-color: rgb(2 6 23 / 1);
  border-bottom-color: rgb(2 6 23 / 1);
}

.border-y-slate-950\/20{
  border-top-color: rgb(2 6 23 / 0.2);
  border-bottom-color: rgb(2 6 23 / 0.2);
}

.border-y-slate-950\/25{
  border-top-color: rgb(2 6 23 / 0.25);
  border-bottom-color: rgb(2 6 23 / 0.25);
}

.border-y-slate-950\/30{
  border-top-color: rgb(2 6 23 / 0.3);
  border-bottom-color: rgb(2 6 23 / 0.3);
}

.border-y-slate-950\/40{
  border-top-color: rgb(2 6 23 / 0.4);
  border-bottom-color: rgb(2 6 23 / 0.4);
}

.border-y-slate-950\/5{
  border-top-color: rgb(2 6 23 / 0.05);
  border-bottom-color: rgb(2 6 23 / 0.05);
}

.border-y-slate-950\/50{
  border-top-color: rgb(2 6 23 / 0.5);
  border-bottom-color: rgb(2 6 23 / 0.5);
}

.border-y-slate-950\/60{
  border-top-color: rgb(2 6 23 / 0.6);
  border-bottom-color: rgb(2 6 23 / 0.6);
}

.border-y-slate-950\/70{
  border-top-color: rgb(2 6 23 / 0.7);
  border-bottom-color: rgb(2 6 23 / 0.7);
}

.border-y-slate-950\/75{
  border-top-color: rgb(2 6 23 / 0.75);
  border-bottom-color: rgb(2 6 23 / 0.75);
}

.border-y-slate-950\/80{
  border-top-color: rgb(2 6 23 / 0.8);
  border-bottom-color: rgb(2 6 23 / 0.8);
}

.border-y-slate-950\/90{
  border-top-color: rgb(2 6 23 / 0.9);
  border-bottom-color: rgb(2 6 23 / 0.9);
}

.border-y-slate-950\/95{
  border-top-color: rgb(2 6 23 / 0.95);
  border-bottom-color: rgb(2 6 23 / 0.95);
}

.border-y-stone-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 244 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-y-stone-100\/0{
  border-top-color: rgb(245 245 244 / 0);
  border-bottom-color: rgb(245 245 244 / 0);
}

.border-y-stone-100\/10{
  border-top-color: rgb(245 245 244 / 0.1);
  border-bottom-color: rgb(245 245 244 / 0.1);
}

.border-y-stone-100\/100{
  border-top-color: rgb(245 245 244 / 1);
  border-bottom-color: rgb(245 245 244 / 1);
}

.border-y-stone-100\/20{
  border-top-color: rgb(245 245 244 / 0.2);
  border-bottom-color: rgb(245 245 244 / 0.2);
}

.border-y-stone-100\/25{
  border-top-color: rgb(245 245 244 / 0.25);
  border-bottom-color: rgb(245 245 244 / 0.25);
}

.border-y-stone-100\/30{
  border-top-color: rgb(245 245 244 / 0.3);
  border-bottom-color: rgb(245 245 244 / 0.3);
}

.border-y-stone-100\/40{
  border-top-color: rgb(245 245 244 / 0.4);
  border-bottom-color: rgb(245 245 244 / 0.4);
}

.border-y-stone-100\/5{
  border-top-color: rgb(245 245 244 / 0.05);
  border-bottom-color: rgb(245 245 244 / 0.05);
}

.border-y-stone-100\/50{
  border-top-color: rgb(245 245 244 / 0.5);
  border-bottom-color: rgb(245 245 244 / 0.5);
}

.border-y-stone-100\/60{
  border-top-color: rgb(245 245 244 / 0.6);
  border-bottom-color: rgb(245 245 244 / 0.6);
}

.border-y-stone-100\/70{
  border-top-color: rgb(245 245 244 / 0.7);
  border-bottom-color: rgb(245 245 244 / 0.7);
}

.border-y-stone-100\/75{
  border-top-color: rgb(245 245 244 / 0.75);
  border-bottom-color: rgb(245 245 244 / 0.75);
}

.border-y-stone-100\/80{
  border-top-color: rgb(245 245 244 / 0.8);
  border-bottom-color: rgb(245 245 244 / 0.8);
}

.border-y-stone-100\/90{
  border-top-color: rgb(245 245 244 / 0.9);
  border-bottom-color: rgb(245 245 244 / 0.9);
}

.border-y-stone-100\/95{
  border-top-color: rgb(245 245 244 / 0.95);
  border-bottom-color: rgb(245 245 244 / 0.95);
}

.border-y-stone-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(231 229 228 / var(--tw-border-opacity));
  border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-y-stone-200\/0{
  border-top-color: rgb(231 229 228 / 0);
  border-bottom-color: rgb(231 229 228 / 0);
}

.border-y-stone-200\/10{
  border-top-color: rgb(231 229 228 / 0.1);
  border-bottom-color: rgb(231 229 228 / 0.1);
}

.border-y-stone-200\/100{
  border-top-color: rgb(231 229 228 / 1);
  border-bottom-color: rgb(231 229 228 / 1);
}

.border-y-stone-200\/20{
  border-top-color: rgb(231 229 228 / 0.2);
  border-bottom-color: rgb(231 229 228 / 0.2);
}

.border-y-stone-200\/25{
  border-top-color: rgb(231 229 228 / 0.25);
  border-bottom-color: rgb(231 229 228 / 0.25);
}

.border-y-stone-200\/30{
  border-top-color: rgb(231 229 228 / 0.3);
  border-bottom-color: rgb(231 229 228 / 0.3);
}

.border-y-stone-200\/40{
  border-top-color: rgb(231 229 228 / 0.4);
  border-bottom-color: rgb(231 229 228 / 0.4);
}

.border-y-stone-200\/5{
  border-top-color: rgb(231 229 228 / 0.05);
  border-bottom-color: rgb(231 229 228 / 0.05);
}

.border-y-stone-200\/50{
  border-top-color: rgb(231 229 228 / 0.5);
  border-bottom-color: rgb(231 229 228 / 0.5);
}

.border-y-stone-200\/60{
  border-top-color: rgb(231 229 228 / 0.6);
  border-bottom-color: rgb(231 229 228 / 0.6);
}

.border-y-stone-200\/70{
  border-top-color: rgb(231 229 228 / 0.7);
  border-bottom-color: rgb(231 229 228 / 0.7);
}

.border-y-stone-200\/75{
  border-top-color: rgb(231 229 228 / 0.75);
  border-bottom-color: rgb(231 229 228 / 0.75);
}

.border-y-stone-200\/80{
  border-top-color: rgb(231 229 228 / 0.8);
  border-bottom-color: rgb(231 229 228 / 0.8);
}

.border-y-stone-200\/90{
  border-top-color: rgb(231 229 228 / 0.9);
  border-bottom-color: rgb(231 229 228 / 0.9);
}

.border-y-stone-200\/95{
  border-top-color: rgb(231 229 228 / 0.95);
  border-bottom-color: rgb(231 229 228 / 0.95);
}

.border-y-stone-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(214 211 209 / var(--tw-border-opacity));
  border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-y-stone-300\/0{
  border-top-color: rgb(214 211 209 / 0);
  border-bottom-color: rgb(214 211 209 / 0);
}

.border-y-stone-300\/10{
  border-top-color: rgb(214 211 209 / 0.1);
  border-bottom-color: rgb(214 211 209 / 0.1);
}

.border-y-stone-300\/100{
  border-top-color: rgb(214 211 209 / 1);
  border-bottom-color: rgb(214 211 209 / 1);
}

.border-y-stone-300\/20{
  border-top-color: rgb(214 211 209 / 0.2);
  border-bottom-color: rgb(214 211 209 / 0.2);
}

.border-y-stone-300\/25{
  border-top-color: rgb(214 211 209 / 0.25);
  border-bottom-color: rgb(214 211 209 / 0.25);
}

.border-y-stone-300\/30{
  border-top-color: rgb(214 211 209 / 0.3);
  border-bottom-color: rgb(214 211 209 / 0.3);
}

.border-y-stone-300\/40{
  border-top-color: rgb(214 211 209 / 0.4);
  border-bottom-color: rgb(214 211 209 / 0.4);
}

.border-y-stone-300\/5{
  border-top-color: rgb(214 211 209 / 0.05);
  border-bottom-color: rgb(214 211 209 / 0.05);
}

.border-y-stone-300\/50{
  border-top-color: rgb(214 211 209 / 0.5);
  border-bottom-color: rgb(214 211 209 / 0.5);
}

.border-y-stone-300\/60{
  border-top-color: rgb(214 211 209 / 0.6);
  border-bottom-color: rgb(214 211 209 / 0.6);
}

.border-y-stone-300\/70{
  border-top-color: rgb(214 211 209 / 0.7);
  border-bottom-color: rgb(214 211 209 / 0.7);
}

.border-y-stone-300\/75{
  border-top-color: rgb(214 211 209 / 0.75);
  border-bottom-color: rgb(214 211 209 / 0.75);
}

.border-y-stone-300\/80{
  border-top-color: rgb(214 211 209 / 0.8);
  border-bottom-color: rgb(214 211 209 / 0.8);
}

.border-y-stone-300\/90{
  border-top-color: rgb(214 211 209 / 0.9);
  border-bottom-color: rgb(214 211 209 / 0.9);
}

.border-y-stone-300\/95{
  border-top-color: rgb(214 211 209 / 0.95);
  border-bottom-color: rgb(214 211 209 / 0.95);
}

.border-y-stone-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(168 162 158 / var(--tw-border-opacity));
  border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-y-stone-400\/0{
  border-top-color: rgb(168 162 158 / 0);
  border-bottom-color: rgb(168 162 158 / 0);
}

.border-y-stone-400\/10{
  border-top-color: rgb(168 162 158 / 0.1);
  border-bottom-color: rgb(168 162 158 / 0.1);
}

.border-y-stone-400\/100{
  border-top-color: rgb(168 162 158 / 1);
  border-bottom-color: rgb(168 162 158 / 1);
}

.border-y-stone-400\/20{
  border-top-color: rgb(168 162 158 / 0.2);
  border-bottom-color: rgb(168 162 158 / 0.2);
}

.border-y-stone-400\/25{
  border-top-color: rgb(168 162 158 / 0.25);
  border-bottom-color: rgb(168 162 158 / 0.25);
}

.border-y-stone-400\/30{
  border-top-color: rgb(168 162 158 / 0.3);
  border-bottom-color: rgb(168 162 158 / 0.3);
}

.border-y-stone-400\/40{
  border-top-color: rgb(168 162 158 / 0.4);
  border-bottom-color: rgb(168 162 158 / 0.4);
}

.border-y-stone-400\/5{
  border-top-color: rgb(168 162 158 / 0.05);
  border-bottom-color: rgb(168 162 158 / 0.05);
}

.border-y-stone-400\/50{
  border-top-color: rgb(168 162 158 / 0.5);
  border-bottom-color: rgb(168 162 158 / 0.5);
}

.border-y-stone-400\/60{
  border-top-color: rgb(168 162 158 / 0.6);
  border-bottom-color: rgb(168 162 158 / 0.6);
}

.border-y-stone-400\/70{
  border-top-color: rgb(168 162 158 / 0.7);
  border-bottom-color: rgb(168 162 158 / 0.7);
}

.border-y-stone-400\/75{
  border-top-color: rgb(168 162 158 / 0.75);
  border-bottom-color: rgb(168 162 158 / 0.75);
}

.border-y-stone-400\/80{
  border-top-color: rgb(168 162 158 / 0.8);
  border-bottom-color: rgb(168 162 158 / 0.8);
}

.border-y-stone-400\/90{
  border-top-color: rgb(168 162 158 / 0.9);
  border-bottom-color: rgb(168 162 158 / 0.9);
}

.border-y-stone-400\/95{
  border-top-color: rgb(168 162 158 / 0.95);
  border-bottom-color: rgb(168 162 158 / 0.95);
}

.border-y-stone-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-y-stone-50\/0{
  border-top-color: rgb(250 250 249 / 0);
  border-bottom-color: rgb(250 250 249 / 0);
}

.border-y-stone-50\/10{
  border-top-color: rgb(250 250 249 / 0.1);
  border-bottom-color: rgb(250 250 249 / 0.1);
}

.border-y-stone-50\/100{
  border-top-color: rgb(250 250 249 / 1);
  border-bottom-color: rgb(250 250 249 / 1);
}

.border-y-stone-50\/20{
  border-top-color: rgb(250 250 249 / 0.2);
  border-bottom-color: rgb(250 250 249 / 0.2);
}

.border-y-stone-50\/25{
  border-top-color: rgb(250 250 249 / 0.25);
  border-bottom-color: rgb(250 250 249 / 0.25);
}

.border-y-stone-50\/30{
  border-top-color: rgb(250 250 249 / 0.3);
  border-bottom-color: rgb(250 250 249 / 0.3);
}

.border-y-stone-50\/40{
  border-top-color: rgb(250 250 249 / 0.4);
  border-bottom-color: rgb(250 250 249 / 0.4);
}

.border-y-stone-50\/5{
  border-top-color: rgb(250 250 249 / 0.05);
  border-bottom-color: rgb(250 250 249 / 0.05);
}

.border-y-stone-50\/50{
  border-top-color: rgb(250 250 249 / 0.5);
  border-bottom-color: rgb(250 250 249 / 0.5);
}

.border-y-stone-50\/60{
  border-top-color: rgb(250 250 249 / 0.6);
  border-bottom-color: rgb(250 250 249 / 0.6);
}

.border-y-stone-50\/70{
  border-top-color: rgb(250 250 249 / 0.7);
  border-bottom-color: rgb(250 250 249 / 0.7);
}

.border-y-stone-50\/75{
  border-top-color: rgb(250 250 249 / 0.75);
  border-bottom-color: rgb(250 250 249 / 0.75);
}

.border-y-stone-50\/80{
  border-top-color: rgb(250 250 249 / 0.8);
  border-bottom-color: rgb(250 250 249 / 0.8);
}

.border-y-stone-50\/90{
  border-top-color: rgb(250 250 249 / 0.9);
  border-bottom-color: rgb(250 250 249 / 0.9);
}

.border-y-stone-50\/95{
  border-top-color: rgb(250 250 249 / 0.95);
  border-bottom-color: rgb(250 250 249 / 0.95);
}

.border-y-stone-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(120 113 108 / var(--tw-border-opacity));
  border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-y-stone-500\/0{
  border-top-color: rgb(120 113 108 / 0);
  border-bottom-color: rgb(120 113 108 / 0);
}

.border-y-stone-500\/10{
  border-top-color: rgb(120 113 108 / 0.1);
  border-bottom-color: rgb(120 113 108 / 0.1);
}

.border-y-stone-500\/100{
  border-top-color: rgb(120 113 108 / 1);
  border-bottom-color: rgb(120 113 108 / 1);
}

.border-y-stone-500\/20{
  border-top-color: rgb(120 113 108 / 0.2);
  border-bottom-color: rgb(120 113 108 / 0.2);
}

.border-y-stone-500\/25{
  border-top-color: rgb(120 113 108 / 0.25);
  border-bottom-color: rgb(120 113 108 / 0.25);
}

.border-y-stone-500\/30{
  border-top-color: rgb(120 113 108 / 0.3);
  border-bottom-color: rgb(120 113 108 / 0.3);
}

.border-y-stone-500\/40{
  border-top-color: rgb(120 113 108 / 0.4);
  border-bottom-color: rgb(120 113 108 / 0.4);
}

.border-y-stone-500\/5{
  border-top-color: rgb(120 113 108 / 0.05);
  border-bottom-color: rgb(120 113 108 / 0.05);
}

.border-y-stone-500\/50{
  border-top-color: rgb(120 113 108 / 0.5);
  border-bottom-color: rgb(120 113 108 / 0.5);
}

.border-y-stone-500\/60{
  border-top-color: rgb(120 113 108 / 0.6);
  border-bottom-color: rgb(120 113 108 / 0.6);
}

.border-y-stone-500\/70{
  border-top-color: rgb(120 113 108 / 0.7);
  border-bottom-color: rgb(120 113 108 / 0.7);
}

.border-y-stone-500\/75{
  border-top-color: rgb(120 113 108 / 0.75);
  border-bottom-color: rgb(120 113 108 / 0.75);
}

.border-y-stone-500\/80{
  border-top-color: rgb(120 113 108 / 0.8);
  border-bottom-color: rgb(120 113 108 / 0.8);
}

.border-y-stone-500\/90{
  border-top-color: rgb(120 113 108 / 0.9);
  border-bottom-color: rgb(120 113 108 / 0.9);
}

.border-y-stone-500\/95{
  border-top-color: rgb(120 113 108 / 0.95);
  border-bottom-color: rgb(120 113 108 / 0.95);
}

.border-y-stone-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(87 83 78 / var(--tw-border-opacity));
  border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-y-stone-600\/0{
  border-top-color: rgb(87 83 78 / 0);
  border-bottom-color: rgb(87 83 78 / 0);
}

.border-y-stone-600\/10{
  border-top-color: rgb(87 83 78 / 0.1);
  border-bottom-color: rgb(87 83 78 / 0.1);
}

.border-y-stone-600\/100{
  border-top-color: rgb(87 83 78 / 1);
  border-bottom-color: rgb(87 83 78 / 1);
}

.border-y-stone-600\/20{
  border-top-color: rgb(87 83 78 / 0.2);
  border-bottom-color: rgb(87 83 78 / 0.2);
}

.border-y-stone-600\/25{
  border-top-color: rgb(87 83 78 / 0.25);
  border-bottom-color: rgb(87 83 78 / 0.25);
}

.border-y-stone-600\/30{
  border-top-color: rgb(87 83 78 / 0.3);
  border-bottom-color: rgb(87 83 78 / 0.3);
}

.border-y-stone-600\/40{
  border-top-color: rgb(87 83 78 / 0.4);
  border-bottom-color: rgb(87 83 78 / 0.4);
}

.border-y-stone-600\/5{
  border-top-color: rgb(87 83 78 / 0.05);
  border-bottom-color: rgb(87 83 78 / 0.05);
}

.border-y-stone-600\/50{
  border-top-color: rgb(87 83 78 / 0.5);
  border-bottom-color: rgb(87 83 78 / 0.5);
}

.border-y-stone-600\/60{
  border-top-color: rgb(87 83 78 / 0.6);
  border-bottom-color: rgb(87 83 78 / 0.6);
}

.border-y-stone-600\/70{
  border-top-color: rgb(87 83 78 / 0.7);
  border-bottom-color: rgb(87 83 78 / 0.7);
}

.border-y-stone-600\/75{
  border-top-color: rgb(87 83 78 / 0.75);
  border-bottom-color: rgb(87 83 78 / 0.75);
}

.border-y-stone-600\/80{
  border-top-color: rgb(87 83 78 / 0.8);
  border-bottom-color: rgb(87 83 78 / 0.8);
}

.border-y-stone-600\/90{
  border-top-color: rgb(87 83 78 / 0.9);
  border-bottom-color: rgb(87 83 78 / 0.9);
}

.border-y-stone-600\/95{
  border-top-color: rgb(87 83 78 / 0.95);
  border-bottom-color: rgb(87 83 78 / 0.95);
}

.border-y-stone-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(68 64 60 / var(--tw-border-opacity));
  border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-y-stone-700\/0{
  border-top-color: rgb(68 64 60 / 0);
  border-bottom-color: rgb(68 64 60 / 0);
}

.border-y-stone-700\/10{
  border-top-color: rgb(68 64 60 / 0.1);
  border-bottom-color: rgb(68 64 60 / 0.1);
}

.border-y-stone-700\/100{
  border-top-color: rgb(68 64 60 / 1);
  border-bottom-color: rgb(68 64 60 / 1);
}

.border-y-stone-700\/20{
  border-top-color: rgb(68 64 60 / 0.2);
  border-bottom-color: rgb(68 64 60 / 0.2);
}

.border-y-stone-700\/25{
  border-top-color: rgb(68 64 60 / 0.25);
  border-bottom-color: rgb(68 64 60 / 0.25);
}

.border-y-stone-700\/30{
  border-top-color: rgb(68 64 60 / 0.3);
  border-bottom-color: rgb(68 64 60 / 0.3);
}

.border-y-stone-700\/40{
  border-top-color: rgb(68 64 60 / 0.4);
  border-bottom-color: rgb(68 64 60 / 0.4);
}

.border-y-stone-700\/5{
  border-top-color: rgb(68 64 60 / 0.05);
  border-bottom-color: rgb(68 64 60 / 0.05);
}

.border-y-stone-700\/50{
  border-top-color: rgb(68 64 60 / 0.5);
  border-bottom-color: rgb(68 64 60 / 0.5);
}

.border-y-stone-700\/60{
  border-top-color: rgb(68 64 60 / 0.6);
  border-bottom-color: rgb(68 64 60 / 0.6);
}

.border-y-stone-700\/70{
  border-top-color: rgb(68 64 60 / 0.7);
  border-bottom-color: rgb(68 64 60 / 0.7);
}

.border-y-stone-700\/75{
  border-top-color: rgb(68 64 60 / 0.75);
  border-bottom-color: rgb(68 64 60 / 0.75);
}

.border-y-stone-700\/80{
  border-top-color: rgb(68 64 60 / 0.8);
  border-bottom-color: rgb(68 64 60 / 0.8);
}

.border-y-stone-700\/90{
  border-top-color: rgb(68 64 60 / 0.9);
  border-bottom-color: rgb(68 64 60 / 0.9);
}

.border-y-stone-700\/95{
  border-top-color: rgb(68 64 60 / 0.95);
  border-bottom-color: rgb(68 64 60 / 0.95);
}

.border-y-stone-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(41 37 36 / var(--tw-border-opacity));
  border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-y-stone-800\/0{
  border-top-color: rgb(41 37 36 / 0);
  border-bottom-color: rgb(41 37 36 / 0);
}

.border-y-stone-800\/10{
  border-top-color: rgb(41 37 36 / 0.1);
  border-bottom-color: rgb(41 37 36 / 0.1);
}

.border-y-stone-800\/100{
  border-top-color: rgb(41 37 36 / 1);
  border-bottom-color: rgb(41 37 36 / 1);
}

.border-y-stone-800\/20{
  border-top-color: rgb(41 37 36 / 0.2);
  border-bottom-color: rgb(41 37 36 / 0.2);
}

.border-y-stone-800\/25{
  border-top-color: rgb(41 37 36 / 0.25);
  border-bottom-color: rgb(41 37 36 / 0.25);
}

.border-y-stone-800\/30{
  border-top-color: rgb(41 37 36 / 0.3);
  border-bottom-color: rgb(41 37 36 / 0.3);
}

.border-y-stone-800\/40{
  border-top-color: rgb(41 37 36 / 0.4);
  border-bottom-color: rgb(41 37 36 / 0.4);
}

.border-y-stone-800\/5{
  border-top-color: rgb(41 37 36 / 0.05);
  border-bottom-color: rgb(41 37 36 / 0.05);
}

.border-y-stone-800\/50{
  border-top-color: rgb(41 37 36 / 0.5);
  border-bottom-color: rgb(41 37 36 / 0.5);
}

.border-y-stone-800\/60{
  border-top-color: rgb(41 37 36 / 0.6);
  border-bottom-color: rgb(41 37 36 / 0.6);
}

.border-y-stone-800\/70{
  border-top-color: rgb(41 37 36 / 0.7);
  border-bottom-color: rgb(41 37 36 / 0.7);
}

.border-y-stone-800\/75{
  border-top-color: rgb(41 37 36 / 0.75);
  border-bottom-color: rgb(41 37 36 / 0.75);
}

.border-y-stone-800\/80{
  border-top-color: rgb(41 37 36 / 0.8);
  border-bottom-color: rgb(41 37 36 / 0.8);
}

.border-y-stone-800\/90{
  border-top-color: rgb(41 37 36 / 0.9);
  border-bottom-color: rgb(41 37 36 / 0.9);
}

.border-y-stone-800\/95{
  border-top-color: rgb(41 37 36 / 0.95);
  border-bottom-color: rgb(41 37 36 / 0.95);
}

.border-y-stone-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(28 25 23 / var(--tw-border-opacity));
  border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-y-stone-900\/0{
  border-top-color: rgb(28 25 23 / 0);
  border-bottom-color: rgb(28 25 23 / 0);
}

.border-y-stone-900\/10{
  border-top-color: rgb(28 25 23 / 0.1);
  border-bottom-color: rgb(28 25 23 / 0.1);
}

.border-y-stone-900\/100{
  border-top-color: rgb(28 25 23 / 1);
  border-bottom-color: rgb(28 25 23 / 1);
}

.border-y-stone-900\/20{
  border-top-color: rgb(28 25 23 / 0.2);
  border-bottom-color: rgb(28 25 23 / 0.2);
}

.border-y-stone-900\/25{
  border-top-color: rgb(28 25 23 / 0.25);
  border-bottom-color: rgb(28 25 23 / 0.25);
}

.border-y-stone-900\/30{
  border-top-color: rgb(28 25 23 / 0.3);
  border-bottom-color: rgb(28 25 23 / 0.3);
}

.border-y-stone-900\/40{
  border-top-color: rgb(28 25 23 / 0.4);
  border-bottom-color: rgb(28 25 23 / 0.4);
}

.border-y-stone-900\/5{
  border-top-color: rgb(28 25 23 / 0.05);
  border-bottom-color: rgb(28 25 23 / 0.05);
}

.border-y-stone-900\/50{
  border-top-color: rgb(28 25 23 / 0.5);
  border-bottom-color: rgb(28 25 23 / 0.5);
}

.border-y-stone-900\/60{
  border-top-color: rgb(28 25 23 / 0.6);
  border-bottom-color: rgb(28 25 23 / 0.6);
}

.border-y-stone-900\/70{
  border-top-color: rgb(28 25 23 / 0.7);
  border-bottom-color: rgb(28 25 23 / 0.7);
}

.border-y-stone-900\/75{
  border-top-color: rgb(28 25 23 / 0.75);
  border-bottom-color: rgb(28 25 23 / 0.75);
}

.border-y-stone-900\/80{
  border-top-color: rgb(28 25 23 / 0.8);
  border-bottom-color: rgb(28 25 23 / 0.8);
}

.border-y-stone-900\/90{
  border-top-color: rgb(28 25 23 / 0.9);
  border-bottom-color: rgb(28 25 23 / 0.9);
}

.border-y-stone-900\/95{
  border-top-color: rgb(28 25 23 / 0.95);
  border-bottom-color: rgb(28 25 23 / 0.95);
}

.border-y-stone-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(12 10 9 / var(--tw-border-opacity));
  border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-y-stone-950\/0{
  border-top-color: rgb(12 10 9 / 0);
  border-bottom-color: rgb(12 10 9 / 0);
}

.border-y-stone-950\/10{
  border-top-color: rgb(12 10 9 / 0.1);
  border-bottom-color: rgb(12 10 9 / 0.1);
}

.border-y-stone-950\/100{
  border-top-color: rgb(12 10 9 / 1);
  border-bottom-color: rgb(12 10 9 / 1);
}

.border-y-stone-950\/20{
  border-top-color: rgb(12 10 9 / 0.2);
  border-bottom-color: rgb(12 10 9 / 0.2);
}

.border-y-stone-950\/25{
  border-top-color: rgb(12 10 9 / 0.25);
  border-bottom-color: rgb(12 10 9 / 0.25);
}

.border-y-stone-950\/30{
  border-top-color: rgb(12 10 9 / 0.3);
  border-bottom-color: rgb(12 10 9 / 0.3);
}

.border-y-stone-950\/40{
  border-top-color: rgb(12 10 9 / 0.4);
  border-bottom-color: rgb(12 10 9 / 0.4);
}

.border-y-stone-950\/5{
  border-top-color: rgb(12 10 9 / 0.05);
  border-bottom-color: rgb(12 10 9 / 0.05);
}

.border-y-stone-950\/50{
  border-top-color: rgb(12 10 9 / 0.5);
  border-bottom-color: rgb(12 10 9 / 0.5);
}

.border-y-stone-950\/60{
  border-top-color: rgb(12 10 9 / 0.6);
  border-bottom-color: rgb(12 10 9 / 0.6);
}

.border-y-stone-950\/70{
  border-top-color: rgb(12 10 9 / 0.7);
  border-bottom-color: rgb(12 10 9 / 0.7);
}

.border-y-stone-950\/75{
  border-top-color: rgb(12 10 9 / 0.75);
  border-bottom-color: rgb(12 10 9 / 0.75);
}

.border-y-stone-950\/80{
  border-top-color: rgb(12 10 9 / 0.8);
  border-bottom-color: rgb(12 10 9 / 0.8);
}

.border-y-stone-950\/90{
  border-top-color: rgb(12 10 9 / 0.9);
  border-bottom-color: rgb(12 10 9 / 0.9);
}

.border-y-stone-950\/95{
  border-top-color: rgb(12 10 9 / 0.95);
  border-bottom-color: rgb(12 10 9 / 0.95);
}

.border-y-teal-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(204 251 241 / var(--tw-border-opacity));
  border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.border-y-teal-100\/0{
  border-top-color: rgb(204 251 241 / 0);
  border-bottom-color: rgb(204 251 241 / 0);
}

.border-y-teal-100\/10{
  border-top-color: rgb(204 251 241 / 0.1);
  border-bottom-color: rgb(204 251 241 / 0.1);
}

.border-y-teal-100\/100{
  border-top-color: rgb(204 251 241 / 1);
  border-bottom-color: rgb(204 251 241 / 1);
}

.border-y-teal-100\/20{
  border-top-color: rgb(204 251 241 / 0.2);
  border-bottom-color: rgb(204 251 241 / 0.2);
}

.border-y-teal-100\/25{
  border-top-color: rgb(204 251 241 / 0.25);
  border-bottom-color: rgb(204 251 241 / 0.25);
}

.border-y-teal-100\/30{
  border-top-color: rgb(204 251 241 / 0.3);
  border-bottom-color: rgb(204 251 241 / 0.3);
}

.border-y-teal-100\/40{
  border-top-color: rgb(204 251 241 / 0.4);
  border-bottom-color: rgb(204 251 241 / 0.4);
}

.border-y-teal-100\/5{
  border-top-color: rgb(204 251 241 / 0.05);
  border-bottom-color: rgb(204 251 241 / 0.05);
}

.border-y-teal-100\/50{
  border-top-color: rgb(204 251 241 / 0.5);
  border-bottom-color: rgb(204 251 241 / 0.5);
}

.border-y-teal-100\/60{
  border-top-color: rgb(204 251 241 / 0.6);
  border-bottom-color: rgb(204 251 241 / 0.6);
}

.border-y-teal-100\/70{
  border-top-color: rgb(204 251 241 / 0.7);
  border-bottom-color: rgb(204 251 241 / 0.7);
}

.border-y-teal-100\/75{
  border-top-color: rgb(204 251 241 / 0.75);
  border-bottom-color: rgb(204 251 241 / 0.75);
}

.border-y-teal-100\/80{
  border-top-color: rgb(204 251 241 / 0.8);
  border-bottom-color: rgb(204 251 241 / 0.8);
}

.border-y-teal-100\/90{
  border-top-color: rgb(204 251 241 / 0.9);
  border-bottom-color: rgb(204 251 241 / 0.9);
}

.border-y-teal-100\/95{
  border-top-color: rgb(204 251 241 / 0.95);
  border-bottom-color: rgb(204 251 241 / 0.95);
}

.border-y-teal-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(153 246 228 / var(--tw-border-opacity));
  border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-y-teal-200\/0{
  border-top-color: rgb(153 246 228 / 0);
  border-bottom-color: rgb(153 246 228 / 0);
}

.border-y-teal-200\/10{
  border-top-color: rgb(153 246 228 / 0.1);
  border-bottom-color: rgb(153 246 228 / 0.1);
}

.border-y-teal-200\/100{
  border-top-color: rgb(153 246 228 / 1);
  border-bottom-color: rgb(153 246 228 / 1);
}

.border-y-teal-200\/20{
  border-top-color: rgb(153 246 228 / 0.2);
  border-bottom-color: rgb(153 246 228 / 0.2);
}

.border-y-teal-200\/25{
  border-top-color: rgb(153 246 228 / 0.25);
  border-bottom-color: rgb(153 246 228 / 0.25);
}

.border-y-teal-200\/30{
  border-top-color: rgb(153 246 228 / 0.3);
  border-bottom-color: rgb(153 246 228 / 0.3);
}

.border-y-teal-200\/40{
  border-top-color: rgb(153 246 228 / 0.4);
  border-bottom-color: rgb(153 246 228 / 0.4);
}

.border-y-teal-200\/5{
  border-top-color: rgb(153 246 228 / 0.05);
  border-bottom-color: rgb(153 246 228 / 0.05);
}

.border-y-teal-200\/50{
  border-top-color: rgb(153 246 228 / 0.5);
  border-bottom-color: rgb(153 246 228 / 0.5);
}

.border-y-teal-200\/60{
  border-top-color: rgb(153 246 228 / 0.6);
  border-bottom-color: rgb(153 246 228 / 0.6);
}

.border-y-teal-200\/70{
  border-top-color: rgb(153 246 228 / 0.7);
  border-bottom-color: rgb(153 246 228 / 0.7);
}

.border-y-teal-200\/75{
  border-top-color: rgb(153 246 228 / 0.75);
  border-bottom-color: rgb(153 246 228 / 0.75);
}

.border-y-teal-200\/80{
  border-top-color: rgb(153 246 228 / 0.8);
  border-bottom-color: rgb(153 246 228 / 0.8);
}

.border-y-teal-200\/90{
  border-top-color: rgb(153 246 228 / 0.9);
  border-bottom-color: rgb(153 246 228 / 0.9);
}

.border-y-teal-200\/95{
  border-top-color: rgb(153 246 228 / 0.95);
  border-bottom-color: rgb(153 246 228 / 0.95);
}

.border-y-teal-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(94 234 212 / var(--tw-border-opacity));
  border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-y-teal-300\/0{
  border-top-color: rgb(94 234 212 / 0);
  border-bottom-color: rgb(94 234 212 / 0);
}

.border-y-teal-300\/10{
  border-top-color: rgb(94 234 212 / 0.1);
  border-bottom-color: rgb(94 234 212 / 0.1);
}

.border-y-teal-300\/100{
  border-top-color: rgb(94 234 212 / 1);
  border-bottom-color: rgb(94 234 212 / 1);
}

.border-y-teal-300\/20{
  border-top-color: rgb(94 234 212 / 0.2);
  border-bottom-color: rgb(94 234 212 / 0.2);
}

.border-y-teal-300\/25{
  border-top-color: rgb(94 234 212 / 0.25);
  border-bottom-color: rgb(94 234 212 / 0.25);
}

.border-y-teal-300\/30{
  border-top-color: rgb(94 234 212 / 0.3);
  border-bottom-color: rgb(94 234 212 / 0.3);
}

.border-y-teal-300\/40{
  border-top-color: rgb(94 234 212 / 0.4);
  border-bottom-color: rgb(94 234 212 / 0.4);
}

.border-y-teal-300\/5{
  border-top-color: rgb(94 234 212 / 0.05);
  border-bottom-color: rgb(94 234 212 / 0.05);
}

.border-y-teal-300\/50{
  border-top-color: rgb(94 234 212 / 0.5);
  border-bottom-color: rgb(94 234 212 / 0.5);
}

.border-y-teal-300\/60{
  border-top-color: rgb(94 234 212 / 0.6);
  border-bottom-color: rgb(94 234 212 / 0.6);
}

.border-y-teal-300\/70{
  border-top-color: rgb(94 234 212 / 0.7);
  border-bottom-color: rgb(94 234 212 / 0.7);
}

.border-y-teal-300\/75{
  border-top-color: rgb(94 234 212 / 0.75);
  border-bottom-color: rgb(94 234 212 / 0.75);
}

.border-y-teal-300\/80{
  border-top-color: rgb(94 234 212 / 0.8);
  border-bottom-color: rgb(94 234 212 / 0.8);
}

.border-y-teal-300\/90{
  border-top-color: rgb(94 234 212 / 0.9);
  border-bottom-color: rgb(94 234 212 / 0.9);
}

.border-y-teal-300\/95{
  border-top-color: rgb(94 234 212 / 0.95);
  border-bottom-color: rgb(94 234 212 / 0.95);
}

.border-y-teal-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(45 212 191 / var(--tw-border-opacity));
  border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-y-teal-400\/0{
  border-top-color: rgb(45 212 191 / 0);
  border-bottom-color: rgb(45 212 191 / 0);
}

.border-y-teal-400\/10{
  border-top-color: rgb(45 212 191 / 0.1);
  border-bottom-color: rgb(45 212 191 / 0.1);
}

.border-y-teal-400\/100{
  border-top-color: rgb(45 212 191 / 1);
  border-bottom-color: rgb(45 212 191 / 1);
}

.border-y-teal-400\/20{
  border-top-color: rgb(45 212 191 / 0.2);
  border-bottom-color: rgb(45 212 191 / 0.2);
}

.border-y-teal-400\/25{
  border-top-color: rgb(45 212 191 / 0.25);
  border-bottom-color: rgb(45 212 191 / 0.25);
}

.border-y-teal-400\/30{
  border-top-color: rgb(45 212 191 / 0.3);
  border-bottom-color: rgb(45 212 191 / 0.3);
}

.border-y-teal-400\/40{
  border-top-color: rgb(45 212 191 / 0.4);
  border-bottom-color: rgb(45 212 191 / 0.4);
}

.border-y-teal-400\/5{
  border-top-color: rgb(45 212 191 / 0.05);
  border-bottom-color: rgb(45 212 191 / 0.05);
}

.border-y-teal-400\/50{
  border-top-color: rgb(45 212 191 / 0.5);
  border-bottom-color: rgb(45 212 191 / 0.5);
}

.border-y-teal-400\/60{
  border-top-color: rgb(45 212 191 / 0.6);
  border-bottom-color: rgb(45 212 191 / 0.6);
}

.border-y-teal-400\/70{
  border-top-color: rgb(45 212 191 / 0.7);
  border-bottom-color: rgb(45 212 191 / 0.7);
}

.border-y-teal-400\/75{
  border-top-color: rgb(45 212 191 / 0.75);
  border-bottom-color: rgb(45 212 191 / 0.75);
}

.border-y-teal-400\/80{
  border-top-color: rgb(45 212 191 / 0.8);
  border-bottom-color: rgb(45 212 191 / 0.8);
}

.border-y-teal-400\/90{
  border-top-color: rgb(45 212 191 / 0.9);
  border-bottom-color: rgb(45 212 191 / 0.9);
}

.border-y-teal-400\/95{
  border-top-color: rgb(45 212 191 / 0.95);
  border-bottom-color: rgb(45 212 191 / 0.95);
}

.border-y-teal-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-y-teal-50\/0{
  border-top-color: rgb(240 253 250 / 0);
  border-bottom-color: rgb(240 253 250 / 0);
}

.border-y-teal-50\/10{
  border-top-color: rgb(240 253 250 / 0.1);
  border-bottom-color: rgb(240 253 250 / 0.1);
}

.border-y-teal-50\/100{
  border-top-color: rgb(240 253 250 / 1);
  border-bottom-color: rgb(240 253 250 / 1);
}

.border-y-teal-50\/20{
  border-top-color: rgb(240 253 250 / 0.2);
  border-bottom-color: rgb(240 253 250 / 0.2);
}

.border-y-teal-50\/25{
  border-top-color: rgb(240 253 250 / 0.25);
  border-bottom-color: rgb(240 253 250 / 0.25);
}

.border-y-teal-50\/30{
  border-top-color: rgb(240 253 250 / 0.3);
  border-bottom-color: rgb(240 253 250 / 0.3);
}

.border-y-teal-50\/40{
  border-top-color: rgb(240 253 250 / 0.4);
  border-bottom-color: rgb(240 253 250 / 0.4);
}

.border-y-teal-50\/5{
  border-top-color: rgb(240 253 250 / 0.05);
  border-bottom-color: rgb(240 253 250 / 0.05);
}

.border-y-teal-50\/50{
  border-top-color: rgb(240 253 250 / 0.5);
  border-bottom-color: rgb(240 253 250 / 0.5);
}

.border-y-teal-50\/60{
  border-top-color: rgb(240 253 250 / 0.6);
  border-bottom-color: rgb(240 253 250 / 0.6);
}

.border-y-teal-50\/70{
  border-top-color: rgb(240 253 250 / 0.7);
  border-bottom-color: rgb(240 253 250 / 0.7);
}

.border-y-teal-50\/75{
  border-top-color: rgb(240 253 250 / 0.75);
  border-bottom-color: rgb(240 253 250 / 0.75);
}

.border-y-teal-50\/80{
  border-top-color: rgb(240 253 250 / 0.8);
  border-bottom-color: rgb(240 253 250 / 0.8);
}

.border-y-teal-50\/90{
  border-top-color: rgb(240 253 250 / 0.9);
  border-bottom-color: rgb(240 253 250 / 0.9);
}

.border-y-teal-50\/95{
  border-top-color: rgb(240 253 250 / 0.95);
  border-bottom-color: rgb(240 253 250 / 0.95);
}

.border-y-teal-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(20 184 166 / var(--tw-border-opacity));
  border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-y-teal-500\/0{
  border-top-color: rgb(20 184 166 / 0);
  border-bottom-color: rgb(20 184 166 / 0);
}

.border-y-teal-500\/10{
  border-top-color: rgb(20 184 166 / 0.1);
  border-bottom-color: rgb(20 184 166 / 0.1);
}

.border-y-teal-500\/100{
  border-top-color: rgb(20 184 166 / 1);
  border-bottom-color: rgb(20 184 166 / 1);
}

.border-y-teal-500\/20{
  border-top-color: rgb(20 184 166 / 0.2);
  border-bottom-color: rgb(20 184 166 / 0.2);
}

.border-y-teal-500\/25{
  border-top-color: rgb(20 184 166 / 0.25);
  border-bottom-color: rgb(20 184 166 / 0.25);
}

.border-y-teal-500\/30{
  border-top-color: rgb(20 184 166 / 0.3);
  border-bottom-color: rgb(20 184 166 / 0.3);
}

.border-y-teal-500\/40{
  border-top-color: rgb(20 184 166 / 0.4);
  border-bottom-color: rgb(20 184 166 / 0.4);
}

.border-y-teal-500\/5{
  border-top-color: rgb(20 184 166 / 0.05);
  border-bottom-color: rgb(20 184 166 / 0.05);
}

.border-y-teal-500\/50{
  border-top-color: rgb(20 184 166 / 0.5);
  border-bottom-color: rgb(20 184 166 / 0.5);
}

.border-y-teal-500\/60{
  border-top-color: rgb(20 184 166 / 0.6);
  border-bottom-color: rgb(20 184 166 / 0.6);
}

.border-y-teal-500\/70{
  border-top-color: rgb(20 184 166 / 0.7);
  border-bottom-color: rgb(20 184 166 / 0.7);
}

.border-y-teal-500\/75{
  border-top-color: rgb(20 184 166 / 0.75);
  border-bottom-color: rgb(20 184 166 / 0.75);
}

.border-y-teal-500\/80{
  border-top-color: rgb(20 184 166 / 0.8);
  border-bottom-color: rgb(20 184 166 / 0.8);
}

.border-y-teal-500\/90{
  border-top-color: rgb(20 184 166 / 0.9);
  border-bottom-color: rgb(20 184 166 / 0.9);
}

.border-y-teal-500\/95{
  border-top-color: rgb(20 184 166 / 0.95);
  border-bottom-color: rgb(20 184 166 / 0.95);
}

.border-y-teal-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(13 148 136 / var(--tw-border-opacity));
  border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-y-teal-600\/0{
  border-top-color: rgb(13 148 136 / 0);
  border-bottom-color: rgb(13 148 136 / 0);
}

.border-y-teal-600\/10{
  border-top-color: rgb(13 148 136 / 0.1);
  border-bottom-color: rgb(13 148 136 / 0.1);
}

.border-y-teal-600\/100{
  border-top-color: rgb(13 148 136 / 1);
  border-bottom-color: rgb(13 148 136 / 1);
}

.border-y-teal-600\/20{
  border-top-color: rgb(13 148 136 / 0.2);
  border-bottom-color: rgb(13 148 136 / 0.2);
}

.border-y-teal-600\/25{
  border-top-color: rgb(13 148 136 / 0.25);
  border-bottom-color: rgb(13 148 136 / 0.25);
}

.border-y-teal-600\/30{
  border-top-color: rgb(13 148 136 / 0.3);
  border-bottom-color: rgb(13 148 136 / 0.3);
}

.border-y-teal-600\/40{
  border-top-color: rgb(13 148 136 / 0.4);
  border-bottom-color: rgb(13 148 136 / 0.4);
}

.border-y-teal-600\/5{
  border-top-color: rgb(13 148 136 / 0.05);
  border-bottom-color: rgb(13 148 136 / 0.05);
}

.border-y-teal-600\/50{
  border-top-color: rgb(13 148 136 / 0.5);
  border-bottom-color: rgb(13 148 136 / 0.5);
}

.border-y-teal-600\/60{
  border-top-color: rgb(13 148 136 / 0.6);
  border-bottom-color: rgb(13 148 136 / 0.6);
}

.border-y-teal-600\/70{
  border-top-color: rgb(13 148 136 / 0.7);
  border-bottom-color: rgb(13 148 136 / 0.7);
}

.border-y-teal-600\/75{
  border-top-color: rgb(13 148 136 / 0.75);
  border-bottom-color: rgb(13 148 136 / 0.75);
}

.border-y-teal-600\/80{
  border-top-color: rgb(13 148 136 / 0.8);
  border-bottom-color: rgb(13 148 136 / 0.8);
}

.border-y-teal-600\/90{
  border-top-color: rgb(13 148 136 / 0.9);
  border-bottom-color: rgb(13 148 136 / 0.9);
}

.border-y-teal-600\/95{
  border-top-color: rgb(13 148 136 / 0.95);
  border-bottom-color: rgb(13 148 136 / 0.95);
}

.border-y-teal-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(15 118 110 / var(--tw-border-opacity));
  border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-y-teal-700\/0{
  border-top-color: rgb(15 118 110 / 0);
  border-bottom-color: rgb(15 118 110 / 0);
}

.border-y-teal-700\/10{
  border-top-color: rgb(15 118 110 / 0.1);
  border-bottom-color: rgb(15 118 110 / 0.1);
}

.border-y-teal-700\/100{
  border-top-color: rgb(15 118 110 / 1);
  border-bottom-color: rgb(15 118 110 / 1);
}

.border-y-teal-700\/20{
  border-top-color: rgb(15 118 110 / 0.2);
  border-bottom-color: rgb(15 118 110 / 0.2);
}

.border-y-teal-700\/25{
  border-top-color: rgb(15 118 110 / 0.25);
  border-bottom-color: rgb(15 118 110 / 0.25);
}

.border-y-teal-700\/30{
  border-top-color: rgb(15 118 110 / 0.3);
  border-bottom-color: rgb(15 118 110 / 0.3);
}

.border-y-teal-700\/40{
  border-top-color: rgb(15 118 110 / 0.4);
  border-bottom-color: rgb(15 118 110 / 0.4);
}

.border-y-teal-700\/5{
  border-top-color: rgb(15 118 110 / 0.05);
  border-bottom-color: rgb(15 118 110 / 0.05);
}

.border-y-teal-700\/50{
  border-top-color: rgb(15 118 110 / 0.5);
  border-bottom-color: rgb(15 118 110 / 0.5);
}

.border-y-teal-700\/60{
  border-top-color: rgb(15 118 110 / 0.6);
  border-bottom-color: rgb(15 118 110 / 0.6);
}

.border-y-teal-700\/70{
  border-top-color: rgb(15 118 110 / 0.7);
  border-bottom-color: rgb(15 118 110 / 0.7);
}

.border-y-teal-700\/75{
  border-top-color: rgb(15 118 110 / 0.75);
  border-bottom-color: rgb(15 118 110 / 0.75);
}

.border-y-teal-700\/80{
  border-top-color: rgb(15 118 110 / 0.8);
  border-bottom-color: rgb(15 118 110 / 0.8);
}

.border-y-teal-700\/90{
  border-top-color: rgb(15 118 110 / 0.9);
  border-bottom-color: rgb(15 118 110 / 0.9);
}

.border-y-teal-700\/95{
  border-top-color: rgb(15 118 110 / 0.95);
  border-bottom-color: rgb(15 118 110 / 0.95);
}

.border-y-teal-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(17 94 89 / var(--tw-border-opacity));
  border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-y-teal-800\/0{
  border-top-color: rgb(17 94 89 / 0);
  border-bottom-color: rgb(17 94 89 / 0);
}

.border-y-teal-800\/10{
  border-top-color: rgb(17 94 89 / 0.1);
  border-bottom-color: rgb(17 94 89 / 0.1);
}

.border-y-teal-800\/100{
  border-top-color: rgb(17 94 89 / 1);
  border-bottom-color: rgb(17 94 89 / 1);
}

.border-y-teal-800\/20{
  border-top-color: rgb(17 94 89 / 0.2);
  border-bottom-color: rgb(17 94 89 / 0.2);
}

.border-y-teal-800\/25{
  border-top-color: rgb(17 94 89 / 0.25);
  border-bottom-color: rgb(17 94 89 / 0.25);
}

.border-y-teal-800\/30{
  border-top-color: rgb(17 94 89 / 0.3);
  border-bottom-color: rgb(17 94 89 / 0.3);
}

.border-y-teal-800\/40{
  border-top-color: rgb(17 94 89 / 0.4);
  border-bottom-color: rgb(17 94 89 / 0.4);
}

.border-y-teal-800\/5{
  border-top-color: rgb(17 94 89 / 0.05);
  border-bottom-color: rgb(17 94 89 / 0.05);
}

.border-y-teal-800\/50{
  border-top-color: rgb(17 94 89 / 0.5);
  border-bottom-color: rgb(17 94 89 / 0.5);
}

.border-y-teal-800\/60{
  border-top-color: rgb(17 94 89 / 0.6);
  border-bottom-color: rgb(17 94 89 / 0.6);
}

.border-y-teal-800\/70{
  border-top-color: rgb(17 94 89 / 0.7);
  border-bottom-color: rgb(17 94 89 / 0.7);
}

.border-y-teal-800\/75{
  border-top-color: rgb(17 94 89 / 0.75);
  border-bottom-color: rgb(17 94 89 / 0.75);
}

.border-y-teal-800\/80{
  border-top-color: rgb(17 94 89 / 0.8);
  border-bottom-color: rgb(17 94 89 / 0.8);
}

.border-y-teal-800\/90{
  border-top-color: rgb(17 94 89 / 0.9);
  border-bottom-color: rgb(17 94 89 / 0.9);
}

.border-y-teal-800\/95{
  border-top-color: rgb(17 94 89 / 0.95);
  border-bottom-color: rgb(17 94 89 / 0.95);
}

.border-y-teal-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(19 78 74 / var(--tw-border-opacity));
  border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-y-teal-900\/0{
  border-top-color: rgb(19 78 74 / 0);
  border-bottom-color: rgb(19 78 74 / 0);
}

.border-y-teal-900\/10{
  border-top-color: rgb(19 78 74 / 0.1);
  border-bottom-color: rgb(19 78 74 / 0.1);
}

.border-y-teal-900\/100{
  border-top-color: rgb(19 78 74 / 1);
  border-bottom-color: rgb(19 78 74 / 1);
}

.border-y-teal-900\/20{
  border-top-color: rgb(19 78 74 / 0.2);
  border-bottom-color: rgb(19 78 74 / 0.2);
}

.border-y-teal-900\/25{
  border-top-color: rgb(19 78 74 / 0.25);
  border-bottom-color: rgb(19 78 74 / 0.25);
}

.border-y-teal-900\/30{
  border-top-color: rgb(19 78 74 / 0.3);
  border-bottom-color: rgb(19 78 74 / 0.3);
}

.border-y-teal-900\/40{
  border-top-color: rgb(19 78 74 / 0.4);
  border-bottom-color: rgb(19 78 74 / 0.4);
}

.border-y-teal-900\/5{
  border-top-color: rgb(19 78 74 / 0.05);
  border-bottom-color: rgb(19 78 74 / 0.05);
}

.border-y-teal-900\/50{
  border-top-color: rgb(19 78 74 / 0.5);
  border-bottom-color: rgb(19 78 74 / 0.5);
}

.border-y-teal-900\/60{
  border-top-color: rgb(19 78 74 / 0.6);
  border-bottom-color: rgb(19 78 74 / 0.6);
}

.border-y-teal-900\/70{
  border-top-color: rgb(19 78 74 / 0.7);
  border-bottom-color: rgb(19 78 74 / 0.7);
}

.border-y-teal-900\/75{
  border-top-color: rgb(19 78 74 / 0.75);
  border-bottom-color: rgb(19 78 74 / 0.75);
}

.border-y-teal-900\/80{
  border-top-color: rgb(19 78 74 / 0.8);
  border-bottom-color: rgb(19 78 74 / 0.8);
}

.border-y-teal-900\/90{
  border-top-color: rgb(19 78 74 / 0.9);
  border-bottom-color: rgb(19 78 74 / 0.9);
}

.border-y-teal-900\/95{
  border-top-color: rgb(19 78 74 / 0.95);
  border-bottom-color: rgb(19 78 74 / 0.95);
}

.border-y-teal-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(4 47 46 / var(--tw-border-opacity));
  border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-y-teal-950\/0{
  border-top-color: rgb(4 47 46 / 0);
  border-bottom-color: rgb(4 47 46 / 0);
}

.border-y-teal-950\/10{
  border-top-color: rgb(4 47 46 / 0.1);
  border-bottom-color: rgb(4 47 46 / 0.1);
}

.border-y-teal-950\/100{
  border-top-color: rgb(4 47 46 / 1);
  border-bottom-color: rgb(4 47 46 / 1);
}

.border-y-teal-950\/20{
  border-top-color: rgb(4 47 46 / 0.2);
  border-bottom-color: rgb(4 47 46 / 0.2);
}

.border-y-teal-950\/25{
  border-top-color: rgb(4 47 46 / 0.25);
  border-bottom-color: rgb(4 47 46 / 0.25);
}

.border-y-teal-950\/30{
  border-top-color: rgb(4 47 46 / 0.3);
  border-bottom-color: rgb(4 47 46 / 0.3);
}

.border-y-teal-950\/40{
  border-top-color: rgb(4 47 46 / 0.4);
  border-bottom-color: rgb(4 47 46 / 0.4);
}

.border-y-teal-950\/5{
  border-top-color: rgb(4 47 46 / 0.05);
  border-bottom-color: rgb(4 47 46 / 0.05);
}

.border-y-teal-950\/50{
  border-top-color: rgb(4 47 46 / 0.5);
  border-bottom-color: rgb(4 47 46 / 0.5);
}

.border-y-teal-950\/60{
  border-top-color: rgb(4 47 46 / 0.6);
  border-bottom-color: rgb(4 47 46 / 0.6);
}

.border-y-teal-950\/70{
  border-top-color: rgb(4 47 46 / 0.7);
  border-bottom-color: rgb(4 47 46 / 0.7);
}

.border-y-teal-950\/75{
  border-top-color: rgb(4 47 46 / 0.75);
  border-bottom-color: rgb(4 47 46 / 0.75);
}

.border-y-teal-950\/80{
  border-top-color: rgb(4 47 46 / 0.8);
  border-bottom-color: rgb(4 47 46 / 0.8);
}

.border-y-teal-950\/90{
  border-top-color: rgb(4 47 46 / 0.9);
  border-bottom-color: rgb(4 47 46 / 0.9);
}

.border-y-teal-950\/95{
  border-top-color: rgb(4 47 46 / 0.95);
  border-bottom-color: rgb(4 47 46 / 0.95);
}

.border-y-transparent{
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.border-y-transparent\/0{
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-y-transparent\/10{
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-y-transparent\/100{
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-y-transparent\/20{
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-y-transparent\/25{
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-y-transparent\/30{
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-y-transparent\/40{
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-y-transparent\/5{
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-y-transparent\/50{
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-y-transparent\/60{
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-y-transparent\/70{
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-y-transparent\/75{
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-y-transparent\/80{
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-y-transparent\/90{
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-y-transparent\/95{
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-y-violet-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(237 233 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-y-violet-100\/0{
  border-top-color: rgb(237 233 254 / 0);
  border-bottom-color: rgb(237 233 254 / 0);
}

.border-y-violet-100\/10{
  border-top-color: rgb(237 233 254 / 0.1);
  border-bottom-color: rgb(237 233 254 / 0.1);
}

.border-y-violet-100\/100{
  border-top-color: rgb(237 233 254 / 1);
  border-bottom-color: rgb(237 233 254 / 1);
}

.border-y-violet-100\/20{
  border-top-color: rgb(237 233 254 / 0.2);
  border-bottom-color: rgb(237 233 254 / 0.2);
}

.border-y-violet-100\/25{
  border-top-color: rgb(237 233 254 / 0.25);
  border-bottom-color: rgb(237 233 254 / 0.25);
}

.border-y-violet-100\/30{
  border-top-color: rgb(237 233 254 / 0.3);
  border-bottom-color: rgb(237 233 254 / 0.3);
}

.border-y-violet-100\/40{
  border-top-color: rgb(237 233 254 / 0.4);
  border-bottom-color: rgb(237 233 254 / 0.4);
}

.border-y-violet-100\/5{
  border-top-color: rgb(237 233 254 / 0.05);
  border-bottom-color: rgb(237 233 254 / 0.05);
}

.border-y-violet-100\/50{
  border-top-color: rgb(237 233 254 / 0.5);
  border-bottom-color: rgb(237 233 254 / 0.5);
}

.border-y-violet-100\/60{
  border-top-color: rgb(237 233 254 / 0.6);
  border-bottom-color: rgb(237 233 254 / 0.6);
}

.border-y-violet-100\/70{
  border-top-color: rgb(237 233 254 / 0.7);
  border-bottom-color: rgb(237 233 254 / 0.7);
}

.border-y-violet-100\/75{
  border-top-color: rgb(237 233 254 / 0.75);
  border-bottom-color: rgb(237 233 254 / 0.75);
}

.border-y-violet-100\/80{
  border-top-color: rgb(237 233 254 / 0.8);
  border-bottom-color: rgb(237 233 254 / 0.8);
}

.border-y-violet-100\/90{
  border-top-color: rgb(237 233 254 / 0.9);
  border-bottom-color: rgb(237 233 254 / 0.9);
}

.border-y-violet-100\/95{
  border-top-color: rgb(237 233 254 / 0.95);
  border-bottom-color: rgb(237 233 254 / 0.95);
}

.border-y-violet-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(221 214 254 / var(--tw-border-opacity));
  border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-y-violet-200\/0{
  border-top-color: rgb(221 214 254 / 0);
  border-bottom-color: rgb(221 214 254 / 0);
}

.border-y-violet-200\/10{
  border-top-color: rgb(221 214 254 / 0.1);
  border-bottom-color: rgb(221 214 254 / 0.1);
}

.border-y-violet-200\/100{
  border-top-color: rgb(221 214 254 / 1);
  border-bottom-color: rgb(221 214 254 / 1);
}

.border-y-violet-200\/20{
  border-top-color: rgb(221 214 254 / 0.2);
  border-bottom-color: rgb(221 214 254 / 0.2);
}

.border-y-violet-200\/25{
  border-top-color: rgb(221 214 254 / 0.25);
  border-bottom-color: rgb(221 214 254 / 0.25);
}

.border-y-violet-200\/30{
  border-top-color: rgb(221 214 254 / 0.3);
  border-bottom-color: rgb(221 214 254 / 0.3);
}

.border-y-violet-200\/40{
  border-top-color: rgb(221 214 254 / 0.4);
  border-bottom-color: rgb(221 214 254 / 0.4);
}

.border-y-violet-200\/5{
  border-top-color: rgb(221 214 254 / 0.05);
  border-bottom-color: rgb(221 214 254 / 0.05);
}

.border-y-violet-200\/50{
  border-top-color: rgb(221 214 254 / 0.5);
  border-bottom-color: rgb(221 214 254 / 0.5);
}

.border-y-violet-200\/60{
  border-top-color: rgb(221 214 254 / 0.6);
  border-bottom-color: rgb(221 214 254 / 0.6);
}

.border-y-violet-200\/70{
  border-top-color: rgb(221 214 254 / 0.7);
  border-bottom-color: rgb(221 214 254 / 0.7);
}

.border-y-violet-200\/75{
  border-top-color: rgb(221 214 254 / 0.75);
  border-bottom-color: rgb(221 214 254 / 0.75);
}

.border-y-violet-200\/80{
  border-top-color: rgb(221 214 254 / 0.8);
  border-bottom-color: rgb(221 214 254 / 0.8);
}

.border-y-violet-200\/90{
  border-top-color: rgb(221 214 254 / 0.9);
  border-bottom-color: rgb(221 214 254 / 0.9);
}

.border-y-violet-200\/95{
  border-top-color: rgb(221 214 254 / 0.95);
  border-bottom-color: rgb(221 214 254 / 0.95);
}

.border-y-violet-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(196 181 253 / var(--tw-border-opacity));
  border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-y-violet-300\/0{
  border-top-color: rgb(196 181 253 / 0);
  border-bottom-color: rgb(196 181 253 / 0);
}

.border-y-violet-300\/10{
  border-top-color: rgb(196 181 253 / 0.1);
  border-bottom-color: rgb(196 181 253 / 0.1);
}

.border-y-violet-300\/100{
  border-top-color: rgb(196 181 253 / 1);
  border-bottom-color: rgb(196 181 253 / 1);
}

.border-y-violet-300\/20{
  border-top-color: rgb(196 181 253 / 0.2);
  border-bottom-color: rgb(196 181 253 / 0.2);
}

.border-y-violet-300\/25{
  border-top-color: rgb(196 181 253 / 0.25);
  border-bottom-color: rgb(196 181 253 / 0.25);
}

.border-y-violet-300\/30{
  border-top-color: rgb(196 181 253 / 0.3);
  border-bottom-color: rgb(196 181 253 / 0.3);
}

.border-y-violet-300\/40{
  border-top-color: rgb(196 181 253 / 0.4);
  border-bottom-color: rgb(196 181 253 / 0.4);
}

.border-y-violet-300\/5{
  border-top-color: rgb(196 181 253 / 0.05);
  border-bottom-color: rgb(196 181 253 / 0.05);
}

.border-y-violet-300\/50{
  border-top-color: rgb(196 181 253 / 0.5);
  border-bottom-color: rgb(196 181 253 / 0.5);
}

.border-y-violet-300\/60{
  border-top-color: rgb(196 181 253 / 0.6);
  border-bottom-color: rgb(196 181 253 / 0.6);
}

.border-y-violet-300\/70{
  border-top-color: rgb(196 181 253 / 0.7);
  border-bottom-color: rgb(196 181 253 / 0.7);
}

.border-y-violet-300\/75{
  border-top-color: rgb(196 181 253 / 0.75);
  border-bottom-color: rgb(196 181 253 / 0.75);
}

.border-y-violet-300\/80{
  border-top-color: rgb(196 181 253 / 0.8);
  border-bottom-color: rgb(196 181 253 / 0.8);
}

.border-y-violet-300\/90{
  border-top-color: rgb(196 181 253 / 0.9);
  border-bottom-color: rgb(196 181 253 / 0.9);
}

.border-y-violet-300\/95{
  border-top-color: rgb(196 181 253 / 0.95);
  border-bottom-color: rgb(196 181 253 / 0.95);
}

.border-y-violet-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(167 139 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-y-violet-400\/0{
  border-top-color: rgb(167 139 250 / 0);
  border-bottom-color: rgb(167 139 250 / 0);
}

.border-y-violet-400\/10{
  border-top-color: rgb(167 139 250 / 0.1);
  border-bottom-color: rgb(167 139 250 / 0.1);
}

.border-y-violet-400\/100{
  border-top-color: rgb(167 139 250 / 1);
  border-bottom-color: rgb(167 139 250 / 1);
}

.border-y-violet-400\/20{
  border-top-color: rgb(167 139 250 / 0.2);
  border-bottom-color: rgb(167 139 250 / 0.2);
}

.border-y-violet-400\/25{
  border-top-color: rgb(167 139 250 / 0.25);
  border-bottom-color: rgb(167 139 250 / 0.25);
}

.border-y-violet-400\/30{
  border-top-color: rgb(167 139 250 / 0.3);
  border-bottom-color: rgb(167 139 250 / 0.3);
}

.border-y-violet-400\/40{
  border-top-color: rgb(167 139 250 / 0.4);
  border-bottom-color: rgb(167 139 250 / 0.4);
}

.border-y-violet-400\/5{
  border-top-color: rgb(167 139 250 / 0.05);
  border-bottom-color: rgb(167 139 250 / 0.05);
}

.border-y-violet-400\/50{
  border-top-color: rgb(167 139 250 / 0.5);
  border-bottom-color: rgb(167 139 250 / 0.5);
}

.border-y-violet-400\/60{
  border-top-color: rgb(167 139 250 / 0.6);
  border-bottom-color: rgb(167 139 250 / 0.6);
}

.border-y-violet-400\/70{
  border-top-color: rgb(167 139 250 / 0.7);
  border-bottom-color: rgb(167 139 250 / 0.7);
}

.border-y-violet-400\/75{
  border-top-color: rgb(167 139 250 / 0.75);
  border-bottom-color: rgb(167 139 250 / 0.75);
}

.border-y-violet-400\/80{
  border-top-color: rgb(167 139 250 / 0.8);
  border-bottom-color: rgb(167 139 250 / 0.8);
}

.border-y-violet-400\/90{
  border-top-color: rgb(167 139 250 / 0.9);
  border-bottom-color: rgb(167 139 250 / 0.9);
}

.border-y-violet-400\/95{
  border-top-color: rgb(167 139 250 / 0.95);
  border-bottom-color: rgb(167 139 250 / 0.95);
}

.border-y-violet-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 243 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-y-violet-50\/0{
  border-top-color: rgb(245 243 255 / 0);
  border-bottom-color: rgb(245 243 255 / 0);
}

.border-y-violet-50\/10{
  border-top-color: rgb(245 243 255 / 0.1);
  border-bottom-color: rgb(245 243 255 / 0.1);
}

.border-y-violet-50\/100{
  border-top-color: rgb(245 243 255 / 1);
  border-bottom-color: rgb(245 243 255 / 1);
}

.border-y-violet-50\/20{
  border-top-color: rgb(245 243 255 / 0.2);
  border-bottom-color: rgb(245 243 255 / 0.2);
}

.border-y-violet-50\/25{
  border-top-color: rgb(245 243 255 / 0.25);
  border-bottom-color: rgb(245 243 255 / 0.25);
}

.border-y-violet-50\/30{
  border-top-color: rgb(245 243 255 / 0.3);
  border-bottom-color: rgb(245 243 255 / 0.3);
}

.border-y-violet-50\/40{
  border-top-color: rgb(245 243 255 / 0.4);
  border-bottom-color: rgb(245 243 255 / 0.4);
}

.border-y-violet-50\/5{
  border-top-color: rgb(245 243 255 / 0.05);
  border-bottom-color: rgb(245 243 255 / 0.05);
}

.border-y-violet-50\/50{
  border-top-color: rgb(245 243 255 / 0.5);
  border-bottom-color: rgb(245 243 255 / 0.5);
}

.border-y-violet-50\/60{
  border-top-color: rgb(245 243 255 / 0.6);
  border-bottom-color: rgb(245 243 255 / 0.6);
}

.border-y-violet-50\/70{
  border-top-color: rgb(245 243 255 / 0.7);
  border-bottom-color: rgb(245 243 255 / 0.7);
}

.border-y-violet-50\/75{
  border-top-color: rgb(245 243 255 / 0.75);
  border-bottom-color: rgb(245 243 255 / 0.75);
}

.border-y-violet-50\/80{
  border-top-color: rgb(245 243 255 / 0.8);
  border-bottom-color: rgb(245 243 255 / 0.8);
}

.border-y-violet-50\/90{
  border-top-color: rgb(245 243 255 / 0.9);
  border-bottom-color: rgb(245 243 255 / 0.9);
}

.border-y-violet-50\/95{
  border-top-color: rgb(245 243 255 / 0.95);
  border-bottom-color: rgb(245 243 255 / 0.95);
}

.border-y-violet-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(139 92 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-y-violet-500\/0{
  border-top-color: rgb(139 92 246 / 0);
  border-bottom-color: rgb(139 92 246 / 0);
}

.border-y-violet-500\/10{
  border-top-color: rgb(139 92 246 / 0.1);
  border-bottom-color: rgb(139 92 246 / 0.1);
}

.border-y-violet-500\/100{
  border-top-color: rgb(139 92 246 / 1);
  border-bottom-color: rgb(139 92 246 / 1);
}

.border-y-violet-500\/20{
  border-top-color: rgb(139 92 246 / 0.2);
  border-bottom-color: rgb(139 92 246 / 0.2);
}

.border-y-violet-500\/25{
  border-top-color: rgb(139 92 246 / 0.25);
  border-bottom-color: rgb(139 92 246 / 0.25);
}

.border-y-violet-500\/30{
  border-top-color: rgb(139 92 246 / 0.3);
  border-bottom-color: rgb(139 92 246 / 0.3);
}

.border-y-violet-500\/40{
  border-top-color: rgb(139 92 246 / 0.4);
  border-bottom-color: rgb(139 92 246 / 0.4);
}

.border-y-violet-500\/5{
  border-top-color: rgb(139 92 246 / 0.05);
  border-bottom-color: rgb(139 92 246 / 0.05);
}

.border-y-violet-500\/50{
  border-top-color: rgb(139 92 246 / 0.5);
  border-bottom-color: rgb(139 92 246 / 0.5);
}

.border-y-violet-500\/60{
  border-top-color: rgb(139 92 246 / 0.6);
  border-bottom-color: rgb(139 92 246 / 0.6);
}

.border-y-violet-500\/70{
  border-top-color: rgb(139 92 246 / 0.7);
  border-bottom-color: rgb(139 92 246 / 0.7);
}

.border-y-violet-500\/75{
  border-top-color: rgb(139 92 246 / 0.75);
  border-bottom-color: rgb(139 92 246 / 0.75);
}

.border-y-violet-500\/80{
  border-top-color: rgb(139 92 246 / 0.8);
  border-bottom-color: rgb(139 92 246 / 0.8);
}

.border-y-violet-500\/90{
  border-top-color: rgb(139 92 246 / 0.9);
  border-bottom-color: rgb(139 92 246 / 0.9);
}

.border-y-violet-500\/95{
  border-top-color: rgb(139 92 246 / 0.95);
  border-bottom-color: rgb(139 92 246 / 0.95);
}

.border-y-violet-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(124 58 237 / var(--tw-border-opacity));
  border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-y-violet-600\/0{
  border-top-color: rgb(124 58 237 / 0);
  border-bottom-color: rgb(124 58 237 / 0);
}

.border-y-violet-600\/10{
  border-top-color: rgb(124 58 237 / 0.1);
  border-bottom-color: rgb(124 58 237 / 0.1);
}

.border-y-violet-600\/100{
  border-top-color: rgb(124 58 237 / 1);
  border-bottom-color: rgb(124 58 237 / 1);
}

.border-y-violet-600\/20{
  border-top-color: rgb(124 58 237 / 0.2);
  border-bottom-color: rgb(124 58 237 / 0.2);
}

.border-y-violet-600\/25{
  border-top-color: rgb(124 58 237 / 0.25);
  border-bottom-color: rgb(124 58 237 / 0.25);
}

.border-y-violet-600\/30{
  border-top-color: rgb(124 58 237 / 0.3);
  border-bottom-color: rgb(124 58 237 / 0.3);
}

.border-y-violet-600\/40{
  border-top-color: rgb(124 58 237 / 0.4);
  border-bottom-color: rgb(124 58 237 / 0.4);
}

.border-y-violet-600\/5{
  border-top-color: rgb(124 58 237 / 0.05);
  border-bottom-color: rgb(124 58 237 / 0.05);
}

.border-y-violet-600\/50{
  border-top-color: rgb(124 58 237 / 0.5);
  border-bottom-color: rgb(124 58 237 / 0.5);
}

.border-y-violet-600\/60{
  border-top-color: rgb(124 58 237 / 0.6);
  border-bottom-color: rgb(124 58 237 / 0.6);
}

.border-y-violet-600\/70{
  border-top-color: rgb(124 58 237 / 0.7);
  border-bottom-color: rgb(124 58 237 / 0.7);
}

.border-y-violet-600\/75{
  border-top-color: rgb(124 58 237 / 0.75);
  border-bottom-color: rgb(124 58 237 / 0.75);
}

.border-y-violet-600\/80{
  border-top-color: rgb(124 58 237 / 0.8);
  border-bottom-color: rgb(124 58 237 / 0.8);
}

.border-y-violet-600\/90{
  border-top-color: rgb(124 58 237 / 0.9);
  border-bottom-color: rgb(124 58 237 / 0.9);
}

.border-y-violet-600\/95{
  border-top-color: rgb(124 58 237 / 0.95);
  border-bottom-color: rgb(124 58 237 / 0.95);
}

.border-y-violet-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(109 40 217 / var(--tw-border-opacity));
  border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-y-violet-700\/0{
  border-top-color: rgb(109 40 217 / 0);
  border-bottom-color: rgb(109 40 217 / 0);
}

.border-y-violet-700\/10{
  border-top-color: rgb(109 40 217 / 0.1);
  border-bottom-color: rgb(109 40 217 / 0.1);
}

.border-y-violet-700\/100{
  border-top-color: rgb(109 40 217 / 1);
  border-bottom-color: rgb(109 40 217 / 1);
}

.border-y-violet-700\/20{
  border-top-color: rgb(109 40 217 / 0.2);
  border-bottom-color: rgb(109 40 217 / 0.2);
}

.border-y-violet-700\/25{
  border-top-color: rgb(109 40 217 / 0.25);
  border-bottom-color: rgb(109 40 217 / 0.25);
}

.border-y-violet-700\/30{
  border-top-color: rgb(109 40 217 / 0.3);
  border-bottom-color: rgb(109 40 217 / 0.3);
}

.border-y-violet-700\/40{
  border-top-color: rgb(109 40 217 / 0.4);
  border-bottom-color: rgb(109 40 217 / 0.4);
}

.border-y-violet-700\/5{
  border-top-color: rgb(109 40 217 / 0.05);
  border-bottom-color: rgb(109 40 217 / 0.05);
}

.border-y-violet-700\/50{
  border-top-color: rgb(109 40 217 / 0.5);
  border-bottom-color: rgb(109 40 217 / 0.5);
}

.border-y-violet-700\/60{
  border-top-color: rgb(109 40 217 / 0.6);
  border-bottom-color: rgb(109 40 217 / 0.6);
}

.border-y-violet-700\/70{
  border-top-color: rgb(109 40 217 / 0.7);
  border-bottom-color: rgb(109 40 217 / 0.7);
}

.border-y-violet-700\/75{
  border-top-color: rgb(109 40 217 / 0.75);
  border-bottom-color: rgb(109 40 217 / 0.75);
}

.border-y-violet-700\/80{
  border-top-color: rgb(109 40 217 / 0.8);
  border-bottom-color: rgb(109 40 217 / 0.8);
}

.border-y-violet-700\/90{
  border-top-color: rgb(109 40 217 / 0.9);
  border-bottom-color: rgb(109 40 217 / 0.9);
}

.border-y-violet-700\/95{
  border-top-color: rgb(109 40 217 / 0.95);
  border-bottom-color: rgb(109 40 217 / 0.95);
}

.border-y-violet-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(91 33 182 / var(--tw-border-opacity));
  border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-y-violet-800\/0{
  border-top-color: rgb(91 33 182 / 0);
  border-bottom-color: rgb(91 33 182 / 0);
}

.border-y-violet-800\/10{
  border-top-color: rgb(91 33 182 / 0.1);
  border-bottom-color: rgb(91 33 182 / 0.1);
}

.border-y-violet-800\/100{
  border-top-color: rgb(91 33 182 / 1);
  border-bottom-color: rgb(91 33 182 / 1);
}

.border-y-violet-800\/20{
  border-top-color: rgb(91 33 182 / 0.2);
  border-bottom-color: rgb(91 33 182 / 0.2);
}

.border-y-violet-800\/25{
  border-top-color: rgb(91 33 182 / 0.25);
  border-bottom-color: rgb(91 33 182 / 0.25);
}

.border-y-violet-800\/30{
  border-top-color: rgb(91 33 182 / 0.3);
  border-bottom-color: rgb(91 33 182 / 0.3);
}

.border-y-violet-800\/40{
  border-top-color: rgb(91 33 182 / 0.4);
  border-bottom-color: rgb(91 33 182 / 0.4);
}

.border-y-violet-800\/5{
  border-top-color: rgb(91 33 182 / 0.05);
  border-bottom-color: rgb(91 33 182 / 0.05);
}

.border-y-violet-800\/50{
  border-top-color: rgb(91 33 182 / 0.5);
  border-bottom-color: rgb(91 33 182 / 0.5);
}

.border-y-violet-800\/60{
  border-top-color: rgb(91 33 182 / 0.6);
  border-bottom-color: rgb(91 33 182 / 0.6);
}

.border-y-violet-800\/70{
  border-top-color: rgb(91 33 182 / 0.7);
  border-bottom-color: rgb(91 33 182 / 0.7);
}

.border-y-violet-800\/75{
  border-top-color: rgb(91 33 182 / 0.75);
  border-bottom-color: rgb(91 33 182 / 0.75);
}

.border-y-violet-800\/80{
  border-top-color: rgb(91 33 182 / 0.8);
  border-bottom-color: rgb(91 33 182 / 0.8);
}

.border-y-violet-800\/90{
  border-top-color: rgb(91 33 182 / 0.9);
  border-bottom-color: rgb(91 33 182 / 0.9);
}

.border-y-violet-800\/95{
  border-top-color: rgb(91 33 182 / 0.95);
  border-bottom-color: rgb(91 33 182 / 0.95);
}

.border-y-violet-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(76 29 149 / var(--tw-border-opacity));
  border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-y-violet-900\/0{
  border-top-color: rgb(76 29 149 / 0);
  border-bottom-color: rgb(76 29 149 / 0);
}

.border-y-violet-900\/10{
  border-top-color: rgb(76 29 149 / 0.1);
  border-bottom-color: rgb(76 29 149 / 0.1);
}

.border-y-violet-900\/100{
  border-top-color: rgb(76 29 149 / 1);
  border-bottom-color: rgb(76 29 149 / 1);
}

.border-y-violet-900\/20{
  border-top-color: rgb(76 29 149 / 0.2);
  border-bottom-color: rgb(76 29 149 / 0.2);
}

.border-y-violet-900\/25{
  border-top-color: rgb(76 29 149 / 0.25);
  border-bottom-color: rgb(76 29 149 / 0.25);
}

.border-y-violet-900\/30{
  border-top-color: rgb(76 29 149 / 0.3);
  border-bottom-color: rgb(76 29 149 / 0.3);
}

.border-y-violet-900\/40{
  border-top-color: rgb(76 29 149 / 0.4);
  border-bottom-color: rgb(76 29 149 / 0.4);
}

.border-y-violet-900\/5{
  border-top-color: rgb(76 29 149 / 0.05);
  border-bottom-color: rgb(76 29 149 / 0.05);
}

.border-y-violet-900\/50{
  border-top-color: rgb(76 29 149 / 0.5);
  border-bottom-color: rgb(76 29 149 / 0.5);
}

.border-y-violet-900\/60{
  border-top-color: rgb(76 29 149 / 0.6);
  border-bottom-color: rgb(76 29 149 / 0.6);
}

.border-y-violet-900\/70{
  border-top-color: rgb(76 29 149 / 0.7);
  border-bottom-color: rgb(76 29 149 / 0.7);
}

.border-y-violet-900\/75{
  border-top-color: rgb(76 29 149 / 0.75);
  border-bottom-color: rgb(76 29 149 / 0.75);
}

.border-y-violet-900\/80{
  border-top-color: rgb(76 29 149 / 0.8);
  border-bottom-color: rgb(76 29 149 / 0.8);
}

.border-y-violet-900\/90{
  border-top-color: rgb(76 29 149 / 0.9);
  border-bottom-color: rgb(76 29 149 / 0.9);
}

.border-y-violet-900\/95{
  border-top-color: rgb(76 29 149 / 0.95);
  border-bottom-color: rgb(76 29 149 / 0.95);
}

.border-y-violet-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(46 16 101 / var(--tw-border-opacity));
  border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-y-violet-950\/0{
  border-top-color: rgb(46 16 101 / 0);
  border-bottom-color: rgb(46 16 101 / 0);
}

.border-y-violet-950\/10{
  border-top-color: rgb(46 16 101 / 0.1);
  border-bottom-color: rgb(46 16 101 / 0.1);
}

.border-y-violet-950\/100{
  border-top-color: rgb(46 16 101 / 1);
  border-bottom-color: rgb(46 16 101 / 1);
}

.border-y-violet-950\/20{
  border-top-color: rgb(46 16 101 / 0.2);
  border-bottom-color: rgb(46 16 101 / 0.2);
}

.border-y-violet-950\/25{
  border-top-color: rgb(46 16 101 / 0.25);
  border-bottom-color: rgb(46 16 101 / 0.25);
}

.border-y-violet-950\/30{
  border-top-color: rgb(46 16 101 / 0.3);
  border-bottom-color: rgb(46 16 101 / 0.3);
}

.border-y-violet-950\/40{
  border-top-color: rgb(46 16 101 / 0.4);
  border-bottom-color: rgb(46 16 101 / 0.4);
}

.border-y-violet-950\/5{
  border-top-color: rgb(46 16 101 / 0.05);
  border-bottom-color: rgb(46 16 101 / 0.05);
}

.border-y-violet-950\/50{
  border-top-color: rgb(46 16 101 / 0.5);
  border-bottom-color: rgb(46 16 101 / 0.5);
}

.border-y-violet-950\/60{
  border-top-color: rgb(46 16 101 / 0.6);
  border-bottom-color: rgb(46 16 101 / 0.6);
}

.border-y-violet-950\/70{
  border-top-color: rgb(46 16 101 / 0.7);
  border-bottom-color: rgb(46 16 101 / 0.7);
}

.border-y-violet-950\/75{
  border-top-color: rgb(46 16 101 / 0.75);
  border-bottom-color: rgb(46 16 101 / 0.75);
}

.border-y-violet-950\/80{
  border-top-color: rgb(46 16 101 / 0.8);
  border-bottom-color: rgb(46 16 101 / 0.8);
}

.border-y-violet-950\/90{
  border-top-color: rgb(46 16 101 / 0.9);
  border-bottom-color: rgb(46 16 101 / 0.9);
}

.border-y-violet-950\/95{
  border-top-color: rgb(46 16 101 / 0.95);
  border-bottom-color: rgb(46 16 101 / 0.95);
}

.border-y-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-y-white\/0{
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-y-white\/10{
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-y-white\/100{
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-y-white\/20{
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-y-white\/25{
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-y-white\/30{
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-y-white\/40{
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-y-white\/5{
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-y-white\/50{
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-y-white\/60{
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-y-white\/70{
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-y-white\/75{
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-y-white\/80{
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-y-white\/90{
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-y-white\/95{
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.border-y-yellow-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-y-yellow-100\/0{
  border-top-color: rgb(254 249 195 / 0);
  border-bottom-color: rgb(254 249 195 / 0);
}

.border-y-yellow-100\/10{
  border-top-color: rgb(254 249 195 / 0.1);
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.border-y-yellow-100\/100{
  border-top-color: rgb(254 249 195 / 1);
  border-bottom-color: rgb(254 249 195 / 1);
}

.border-y-yellow-100\/20{
  border-top-color: rgb(254 249 195 / 0.2);
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-y-yellow-100\/25{
  border-top-color: rgb(254 249 195 / 0.25);
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-y-yellow-100\/30{
  border-top-color: rgb(254 249 195 / 0.3);
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-y-yellow-100\/40{
  border-top-color: rgb(254 249 195 / 0.4);
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-y-yellow-100\/5{
  border-top-color: rgb(254 249 195 / 0.05);
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.border-y-yellow-100\/50{
  border-top-color: rgb(254 249 195 / 0.5);
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-y-yellow-100\/60{
  border-top-color: rgb(254 249 195 / 0.6);
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-y-yellow-100\/70{
  border-top-color: rgb(254 249 195 / 0.7);
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-y-yellow-100\/75{
  border-top-color: rgb(254 249 195 / 0.75);
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-y-yellow-100\/80{
  border-top-color: rgb(254 249 195 / 0.8);
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-y-yellow-100\/90{
  border-top-color: rgb(254 249 195 / 0.9);
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-y-yellow-100\/95{
  border-top-color: rgb(254 249 195 / 0.95);
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.border-y-yellow-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-y-yellow-200\/0{
  border-top-color: rgb(254 240 138 / 0);
  border-bottom-color: rgb(254 240 138 / 0);
}

.border-y-yellow-200\/10{
  border-top-color: rgb(254 240 138 / 0.1);
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.border-y-yellow-200\/100{
  border-top-color: rgb(254 240 138 / 1);
  border-bottom-color: rgb(254 240 138 / 1);
}

.border-y-yellow-200\/20{
  border-top-color: rgb(254 240 138 / 0.2);
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-y-yellow-200\/25{
  border-top-color: rgb(254 240 138 / 0.25);
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-y-yellow-200\/30{
  border-top-color: rgb(254 240 138 / 0.3);
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-y-yellow-200\/40{
  border-top-color: rgb(254 240 138 / 0.4);
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-y-yellow-200\/5{
  border-top-color: rgb(254 240 138 / 0.05);
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.border-y-yellow-200\/50{
  border-top-color: rgb(254 240 138 / 0.5);
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-y-yellow-200\/60{
  border-top-color: rgb(254 240 138 / 0.6);
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-y-yellow-200\/70{
  border-top-color: rgb(254 240 138 / 0.7);
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-y-yellow-200\/75{
  border-top-color: rgb(254 240 138 / 0.75);
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-y-yellow-200\/80{
  border-top-color: rgb(254 240 138 / 0.8);
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-y-yellow-200\/90{
  border-top-color: rgb(254 240 138 / 0.9);
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-y-yellow-200\/95{
  border-top-color: rgb(254 240 138 / 0.95);
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.border-y-yellow-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-y-yellow-300\/0{
  border-top-color: rgb(253 224 71 / 0);
  border-bottom-color: rgb(253 224 71 / 0);
}

.border-y-yellow-300\/10{
  border-top-color: rgb(253 224 71 / 0.1);
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.border-y-yellow-300\/100{
  border-top-color: rgb(253 224 71 / 1);
  border-bottom-color: rgb(253 224 71 / 1);
}

.border-y-yellow-300\/20{
  border-top-color: rgb(253 224 71 / 0.2);
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.border-y-yellow-300\/25{
  border-top-color: rgb(253 224 71 / 0.25);
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.border-y-yellow-300\/30{
  border-top-color: rgb(253 224 71 / 0.3);
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.border-y-yellow-300\/40{
  border-top-color: rgb(253 224 71 / 0.4);
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.border-y-yellow-300\/5{
  border-top-color: rgb(253 224 71 / 0.05);
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.border-y-yellow-300\/50{
  border-top-color: rgb(253 224 71 / 0.5);
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.border-y-yellow-300\/60{
  border-top-color: rgb(253 224 71 / 0.6);
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.border-y-yellow-300\/70{
  border-top-color: rgb(253 224 71 / 0.7);
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.border-y-yellow-300\/75{
  border-top-color: rgb(253 224 71 / 0.75);
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.border-y-yellow-300\/80{
  border-top-color: rgb(253 224 71 / 0.8);
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.border-y-yellow-300\/90{
  border-top-color: rgb(253 224 71 / 0.9);
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.border-y-yellow-300\/95{
  border-top-color: rgb(253 224 71 / 0.95);
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.border-y-yellow-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-y-yellow-400\/0{
  border-top-color: rgb(250 204 21 / 0);
  border-bottom-color: rgb(250 204 21 / 0);
}

.border-y-yellow-400\/10{
  border-top-color: rgb(250 204 21 / 0.1);
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.border-y-yellow-400\/100{
  border-top-color: rgb(250 204 21 / 1);
  border-bottom-color: rgb(250 204 21 / 1);
}

.border-y-yellow-400\/20{
  border-top-color: rgb(250 204 21 / 0.2);
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-y-yellow-400\/25{
  border-top-color: rgb(250 204 21 / 0.25);
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-y-yellow-400\/30{
  border-top-color: rgb(250 204 21 / 0.3);
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-y-yellow-400\/40{
  border-top-color: rgb(250 204 21 / 0.4);
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-y-yellow-400\/5{
  border-top-color: rgb(250 204 21 / 0.05);
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.border-y-yellow-400\/50{
  border-top-color: rgb(250 204 21 / 0.5);
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-y-yellow-400\/60{
  border-top-color: rgb(250 204 21 / 0.6);
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-y-yellow-400\/70{
  border-top-color: rgb(250 204 21 / 0.7);
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-y-yellow-400\/75{
  border-top-color: rgb(250 204 21 / 0.75);
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-y-yellow-400\/80{
  border-top-color: rgb(250 204 21 / 0.8);
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-y-yellow-400\/90{
  border-top-color: rgb(250 204 21 / 0.9);
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-y-yellow-400\/95{
  border-top-color: rgb(250 204 21 / 0.95);
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-y-yellow-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-y-yellow-50\/0{
  border-top-color: rgb(254 252 232 / 0);
  border-bottom-color: rgb(254 252 232 / 0);
}

.border-y-yellow-50\/10{
  border-top-color: rgb(254 252 232 / 0.1);
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.border-y-yellow-50\/100{
  border-top-color: rgb(254 252 232 / 1);
  border-bottom-color: rgb(254 252 232 / 1);
}

.border-y-yellow-50\/20{
  border-top-color: rgb(254 252 232 / 0.2);
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-y-yellow-50\/25{
  border-top-color: rgb(254 252 232 / 0.25);
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-y-yellow-50\/30{
  border-top-color: rgb(254 252 232 / 0.3);
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-y-yellow-50\/40{
  border-top-color: rgb(254 252 232 / 0.4);
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-y-yellow-50\/5{
  border-top-color: rgb(254 252 232 / 0.05);
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.border-y-yellow-50\/50{
  border-top-color: rgb(254 252 232 / 0.5);
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-y-yellow-50\/60{
  border-top-color: rgb(254 252 232 / 0.6);
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-y-yellow-50\/70{
  border-top-color: rgb(254 252 232 / 0.7);
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-y-yellow-50\/75{
  border-top-color: rgb(254 252 232 / 0.75);
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-y-yellow-50\/80{
  border-top-color: rgb(254 252 232 / 0.8);
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-y-yellow-50\/90{
  border-top-color: rgb(254 252 232 / 0.9);
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-y-yellow-50\/95{
  border-top-color: rgb(254 252 232 / 0.95);
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.border-y-yellow-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-y-yellow-500\/0{
  border-top-color: rgb(234 179 8 / 0);
  border-bottom-color: rgb(234 179 8 / 0);
}

.border-y-yellow-500\/10{
  border-top-color: rgb(234 179 8 / 0.1);
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.border-y-yellow-500\/100{
  border-top-color: rgb(234 179 8 / 1);
  border-bottom-color: rgb(234 179 8 / 1);
}

.border-y-yellow-500\/20{
  border-top-color: rgb(234 179 8 / 0.2);
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-y-yellow-500\/25{
  border-top-color: rgb(234 179 8 / 0.25);
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-y-yellow-500\/30{
  border-top-color: rgb(234 179 8 / 0.3);
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-y-yellow-500\/40{
  border-top-color: rgb(234 179 8 / 0.4);
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-y-yellow-500\/5{
  border-top-color: rgb(234 179 8 / 0.05);
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.border-y-yellow-500\/50{
  border-top-color: rgb(234 179 8 / 0.5);
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-y-yellow-500\/60{
  border-top-color: rgb(234 179 8 / 0.6);
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-y-yellow-500\/70{
  border-top-color: rgb(234 179 8 / 0.7);
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-y-yellow-500\/75{
  border-top-color: rgb(234 179 8 / 0.75);
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-y-yellow-500\/80{
  border-top-color: rgb(234 179 8 / 0.8);
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-y-yellow-500\/90{
  border-top-color: rgb(234 179 8 / 0.9);
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-y-yellow-500\/95{
  border-top-color: rgb(234 179 8 / 0.95);
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.border-y-yellow-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-y-yellow-600\/0{
  border-top-color: rgb(202 138 4 / 0);
  border-bottom-color: rgb(202 138 4 / 0);
}

.border-y-yellow-600\/10{
  border-top-color: rgb(202 138 4 / 0.1);
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.border-y-yellow-600\/100{
  border-top-color: rgb(202 138 4 / 1);
  border-bottom-color: rgb(202 138 4 / 1);
}

.border-y-yellow-600\/20{
  border-top-color: rgb(202 138 4 / 0.2);
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-y-yellow-600\/25{
  border-top-color: rgb(202 138 4 / 0.25);
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-y-yellow-600\/30{
  border-top-color: rgb(202 138 4 / 0.3);
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-y-yellow-600\/40{
  border-top-color: rgb(202 138 4 / 0.4);
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-y-yellow-600\/5{
  border-top-color: rgb(202 138 4 / 0.05);
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.border-y-yellow-600\/50{
  border-top-color: rgb(202 138 4 / 0.5);
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.border-y-yellow-600\/60{
  border-top-color: rgb(202 138 4 / 0.6);
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-y-yellow-600\/70{
  border-top-color: rgb(202 138 4 / 0.7);
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-y-yellow-600\/75{
  border-top-color: rgb(202 138 4 / 0.75);
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-y-yellow-600\/80{
  border-top-color: rgb(202 138 4 / 0.8);
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-y-yellow-600\/90{
  border-top-color: rgb(202 138 4 / 0.9);
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-y-yellow-600\/95{
  border-top-color: rgb(202 138 4 / 0.95);
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.border-y-yellow-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-y-yellow-700\/0{
  border-top-color: rgb(161 98 7 / 0);
  border-bottom-color: rgb(161 98 7 / 0);
}

.border-y-yellow-700\/10{
  border-top-color: rgb(161 98 7 / 0.1);
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.border-y-yellow-700\/100{
  border-top-color: rgb(161 98 7 / 1);
  border-bottom-color: rgb(161 98 7 / 1);
}

.border-y-yellow-700\/20{
  border-top-color: rgb(161 98 7 / 0.2);
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.border-y-yellow-700\/25{
  border-top-color: rgb(161 98 7 / 0.25);
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.border-y-yellow-700\/30{
  border-top-color: rgb(161 98 7 / 0.3);
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.border-y-yellow-700\/40{
  border-top-color: rgb(161 98 7 / 0.4);
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.border-y-yellow-700\/5{
  border-top-color: rgb(161 98 7 / 0.05);
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.border-y-yellow-700\/50{
  border-top-color: rgb(161 98 7 / 0.5);
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.border-y-yellow-700\/60{
  border-top-color: rgb(161 98 7 / 0.6);
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.border-y-yellow-700\/70{
  border-top-color: rgb(161 98 7 / 0.7);
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.border-y-yellow-700\/75{
  border-top-color: rgb(161 98 7 / 0.75);
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.border-y-yellow-700\/80{
  border-top-color: rgb(161 98 7 / 0.8);
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.border-y-yellow-700\/90{
  border-top-color: rgb(161 98 7 / 0.9);
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.border-y-yellow-700\/95{
  border-top-color: rgb(161 98 7 / 0.95);
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.border-y-yellow-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-y-yellow-800\/0{
  border-top-color: rgb(133 77 14 / 0);
  border-bottom-color: rgb(133 77 14 / 0);
}

.border-y-yellow-800\/10{
  border-top-color: rgb(133 77 14 / 0.1);
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.border-y-yellow-800\/100{
  border-top-color: rgb(133 77 14 / 1);
  border-bottom-color: rgb(133 77 14 / 1);
}

.border-y-yellow-800\/20{
  border-top-color: rgb(133 77 14 / 0.2);
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-y-yellow-800\/25{
  border-top-color: rgb(133 77 14 / 0.25);
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-y-yellow-800\/30{
  border-top-color: rgb(133 77 14 / 0.3);
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-y-yellow-800\/40{
  border-top-color: rgb(133 77 14 / 0.4);
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-y-yellow-800\/5{
  border-top-color: rgb(133 77 14 / 0.05);
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.border-y-yellow-800\/50{
  border-top-color: rgb(133 77 14 / 0.5);
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-y-yellow-800\/60{
  border-top-color: rgb(133 77 14 / 0.6);
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-y-yellow-800\/70{
  border-top-color: rgb(133 77 14 / 0.7);
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-y-yellow-800\/75{
  border-top-color: rgb(133 77 14 / 0.75);
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-y-yellow-800\/80{
  border-top-color: rgb(133 77 14 / 0.8);
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-y-yellow-800\/90{
  border-top-color: rgb(133 77 14 / 0.9);
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-y-yellow-800\/95{
  border-top-color: rgb(133 77 14 / 0.95);
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.border-y-yellow-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-y-yellow-900\/0{
  border-top-color: rgb(113 63 18 / 0);
  border-bottom-color: rgb(113 63 18 / 0);
}

.border-y-yellow-900\/10{
  border-top-color: rgb(113 63 18 / 0.1);
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.border-y-yellow-900\/100{
  border-top-color: rgb(113 63 18 / 1);
  border-bottom-color: rgb(113 63 18 / 1);
}

.border-y-yellow-900\/20{
  border-top-color: rgb(113 63 18 / 0.2);
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.border-y-yellow-900\/25{
  border-top-color: rgb(113 63 18 / 0.25);
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.border-y-yellow-900\/30{
  border-top-color: rgb(113 63 18 / 0.3);
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.border-y-yellow-900\/40{
  border-top-color: rgb(113 63 18 / 0.4);
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.border-y-yellow-900\/5{
  border-top-color: rgb(113 63 18 / 0.05);
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.border-y-yellow-900\/50{
  border-top-color: rgb(113 63 18 / 0.5);
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.border-y-yellow-900\/60{
  border-top-color: rgb(113 63 18 / 0.6);
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.border-y-yellow-900\/70{
  border-top-color: rgb(113 63 18 / 0.7);
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.border-y-yellow-900\/75{
  border-top-color: rgb(113 63 18 / 0.75);
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.border-y-yellow-900\/80{
  border-top-color: rgb(113 63 18 / 0.8);
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.border-y-yellow-900\/90{
  border-top-color: rgb(113 63 18 / 0.9);
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.border-y-yellow-900\/95{
  border-top-color: rgb(113 63 18 / 0.95);
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.border-y-yellow-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-y-yellow-950\/0{
  border-top-color: rgb(66 32 6 / 0);
  border-bottom-color: rgb(66 32 6 / 0);
}

.border-y-yellow-950\/10{
  border-top-color: rgb(66 32 6 / 0.1);
  border-bottom-color: rgb(66 32 6 / 0.1);
}

.border-y-yellow-950\/100{
  border-top-color: rgb(66 32 6 / 1);
  border-bottom-color: rgb(66 32 6 / 1);
}

.border-y-yellow-950\/20{
  border-top-color: rgb(66 32 6 / 0.2);
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.border-y-yellow-950\/25{
  border-top-color: rgb(66 32 6 / 0.25);
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.border-y-yellow-950\/30{
  border-top-color: rgb(66 32 6 / 0.3);
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.border-y-yellow-950\/40{
  border-top-color: rgb(66 32 6 / 0.4);
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.border-y-yellow-950\/5{
  border-top-color: rgb(66 32 6 / 0.05);
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.border-y-yellow-950\/50{
  border-top-color: rgb(66 32 6 / 0.5);
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.border-y-yellow-950\/60{
  border-top-color: rgb(66 32 6 / 0.6);
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.border-y-yellow-950\/70{
  border-top-color: rgb(66 32 6 / 0.7);
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.border-y-yellow-950\/75{
  border-top-color: rgb(66 32 6 / 0.75);
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.border-y-yellow-950\/80{
  border-top-color: rgb(66 32 6 / 0.8);
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.border-y-yellow-950\/90{
  border-top-color: rgb(66 32 6 / 0.9);
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.border-y-yellow-950\/95{
  border-top-color: rgb(66 32 6 / 0.95);
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.border-y-zinc-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity));
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-y-zinc-100\/0{
  border-top-color: rgb(244 244 245 / 0);
  border-bottom-color: rgb(244 244 245 / 0);
}

.border-y-zinc-100\/10{
  border-top-color: rgb(244 244 245 / 0.1);
  border-bottom-color: rgb(244 244 245 / 0.1);
}

.border-y-zinc-100\/100{
  border-top-color: rgb(244 244 245 / 1);
  border-bottom-color: rgb(244 244 245 / 1);
}

.border-y-zinc-100\/20{
  border-top-color: rgb(244 244 245 / 0.2);
  border-bottom-color: rgb(244 244 245 / 0.2);
}

.border-y-zinc-100\/25{
  border-top-color: rgb(244 244 245 / 0.25);
  border-bottom-color: rgb(244 244 245 / 0.25);
}

.border-y-zinc-100\/30{
  border-top-color: rgb(244 244 245 / 0.3);
  border-bottom-color: rgb(244 244 245 / 0.3);
}

.border-y-zinc-100\/40{
  border-top-color: rgb(244 244 245 / 0.4);
  border-bottom-color: rgb(244 244 245 / 0.4);
}

.border-y-zinc-100\/5{
  border-top-color: rgb(244 244 245 / 0.05);
  border-bottom-color: rgb(244 244 245 / 0.05);
}

.border-y-zinc-100\/50{
  border-top-color: rgb(244 244 245 / 0.5);
  border-bottom-color: rgb(244 244 245 / 0.5);
}

.border-y-zinc-100\/60{
  border-top-color: rgb(244 244 245 / 0.6);
  border-bottom-color: rgb(244 244 245 / 0.6);
}

.border-y-zinc-100\/70{
  border-top-color: rgb(244 244 245 / 0.7);
  border-bottom-color: rgb(244 244 245 / 0.7);
}

.border-y-zinc-100\/75{
  border-top-color: rgb(244 244 245 / 0.75);
  border-bottom-color: rgb(244 244 245 / 0.75);
}

.border-y-zinc-100\/80{
  border-top-color: rgb(244 244 245 / 0.8);
  border-bottom-color: rgb(244 244 245 / 0.8);
}

.border-y-zinc-100\/90{
  border-top-color: rgb(244 244 245 / 0.9);
  border-bottom-color: rgb(244 244 245 / 0.9);
}

.border-y-zinc-100\/95{
  border-top-color: rgb(244 244 245 / 0.95);
  border-bottom-color: rgb(244 244 245 / 0.95);
}

.border-y-zinc-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity));
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-y-zinc-200\/0{
  border-top-color: rgb(228 228 231 / 0);
  border-bottom-color: rgb(228 228 231 / 0);
}

.border-y-zinc-200\/10{
  border-top-color: rgb(228 228 231 / 0.1);
  border-bottom-color: rgb(228 228 231 / 0.1);
}

.border-y-zinc-200\/100{
  border-top-color: rgb(228 228 231 / 1);
  border-bottom-color: rgb(228 228 231 / 1);
}

.border-y-zinc-200\/20{
  border-top-color: rgb(228 228 231 / 0.2);
  border-bottom-color: rgb(228 228 231 / 0.2);
}

.border-y-zinc-200\/25{
  border-top-color: rgb(228 228 231 / 0.25);
  border-bottom-color: rgb(228 228 231 / 0.25);
}

.border-y-zinc-200\/30{
  border-top-color: rgb(228 228 231 / 0.3);
  border-bottom-color: rgb(228 228 231 / 0.3);
}

.border-y-zinc-200\/40{
  border-top-color: rgb(228 228 231 / 0.4);
  border-bottom-color: rgb(228 228 231 / 0.4);
}

.border-y-zinc-200\/5{
  border-top-color: rgb(228 228 231 / 0.05);
  border-bottom-color: rgb(228 228 231 / 0.05);
}

.border-y-zinc-200\/50{
  border-top-color: rgb(228 228 231 / 0.5);
  border-bottom-color: rgb(228 228 231 / 0.5);
}

.border-y-zinc-200\/60{
  border-top-color: rgb(228 228 231 / 0.6);
  border-bottom-color: rgb(228 228 231 / 0.6);
}

.border-y-zinc-200\/70{
  border-top-color: rgb(228 228 231 / 0.7);
  border-bottom-color: rgb(228 228 231 / 0.7);
}

.border-y-zinc-200\/75{
  border-top-color: rgb(228 228 231 / 0.75);
  border-bottom-color: rgb(228 228 231 / 0.75);
}

.border-y-zinc-200\/80{
  border-top-color: rgb(228 228 231 / 0.8);
  border-bottom-color: rgb(228 228 231 / 0.8);
}

.border-y-zinc-200\/90{
  border-top-color: rgb(228 228 231 / 0.9);
  border-bottom-color: rgb(228 228 231 / 0.9);
}

.border-y-zinc-200\/95{
  border-top-color: rgb(228 228 231 / 0.95);
  border-bottom-color: rgb(228 228 231 / 0.95);
}

.border-y-zinc-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity));
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-y-zinc-300\/0{
  border-top-color: rgb(212 212 216 / 0);
  border-bottom-color: rgb(212 212 216 / 0);
}

.border-y-zinc-300\/10{
  border-top-color: rgb(212 212 216 / 0.1);
  border-bottom-color: rgb(212 212 216 / 0.1);
}

.border-y-zinc-300\/100{
  border-top-color: rgb(212 212 216 / 1);
  border-bottom-color: rgb(212 212 216 / 1);
}

.border-y-zinc-300\/20{
  border-top-color: rgb(212 212 216 / 0.2);
  border-bottom-color: rgb(212 212 216 / 0.2);
}

.border-y-zinc-300\/25{
  border-top-color: rgb(212 212 216 / 0.25);
  border-bottom-color: rgb(212 212 216 / 0.25);
}

.border-y-zinc-300\/30{
  border-top-color: rgb(212 212 216 / 0.3);
  border-bottom-color: rgb(212 212 216 / 0.3);
}

.border-y-zinc-300\/40{
  border-top-color: rgb(212 212 216 / 0.4);
  border-bottom-color: rgb(212 212 216 / 0.4);
}

.border-y-zinc-300\/5{
  border-top-color: rgb(212 212 216 / 0.05);
  border-bottom-color: rgb(212 212 216 / 0.05);
}

.border-y-zinc-300\/50{
  border-top-color: rgb(212 212 216 / 0.5);
  border-bottom-color: rgb(212 212 216 / 0.5);
}

.border-y-zinc-300\/60{
  border-top-color: rgb(212 212 216 / 0.6);
  border-bottom-color: rgb(212 212 216 / 0.6);
}

.border-y-zinc-300\/70{
  border-top-color: rgb(212 212 216 / 0.7);
  border-bottom-color: rgb(212 212 216 / 0.7);
}

.border-y-zinc-300\/75{
  border-top-color: rgb(212 212 216 / 0.75);
  border-bottom-color: rgb(212 212 216 / 0.75);
}

.border-y-zinc-300\/80{
  border-top-color: rgb(212 212 216 / 0.8);
  border-bottom-color: rgb(212 212 216 / 0.8);
}

.border-y-zinc-300\/90{
  border-top-color: rgb(212 212 216 / 0.9);
  border-bottom-color: rgb(212 212 216 / 0.9);
}

.border-y-zinc-300\/95{
  border-top-color: rgb(212 212 216 / 0.95);
  border-bottom-color: rgb(212 212 216 / 0.95);
}

.border-y-zinc-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity));
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-y-zinc-400\/0{
  border-top-color: rgb(161 161 170 / 0);
  border-bottom-color: rgb(161 161 170 / 0);
}

.border-y-zinc-400\/10{
  border-top-color: rgb(161 161 170 / 0.1);
  border-bottom-color: rgb(161 161 170 / 0.1);
}

.border-y-zinc-400\/100{
  border-top-color: rgb(161 161 170 / 1);
  border-bottom-color: rgb(161 161 170 / 1);
}

.border-y-zinc-400\/20{
  border-top-color: rgb(161 161 170 / 0.2);
  border-bottom-color: rgb(161 161 170 / 0.2);
}

.border-y-zinc-400\/25{
  border-top-color: rgb(161 161 170 / 0.25);
  border-bottom-color: rgb(161 161 170 / 0.25);
}

.border-y-zinc-400\/30{
  border-top-color: rgb(161 161 170 / 0.3);
  border-bottom-color: rgb(161 161 170 / 0.3);
}

.border-y-zinc-400\/40{
  border-top-color: rgb(161 161 170 / 0.4);
  border-bottom-color: rgb(161 161 170 / 0.4);
}

.border-y-zinc-400\/5{
  border-top-color: rgb(161 161 170 / 0.05);
  border-bottom-color: rgb(161 161 170 / 0.05);
}

.border-y-zinc-400\/50{
  border-top-color: rgb(161 161 170 / 0.5);
  border-bottom-color: rgb(161 161 170 / 0.5);
}

.border-y-zinc-400\/60{
  border-top-color: rgb(161 161 170 / 0.6);
  border-bottom-color: rgb(161 161 170 / 0.6);
}

.border-y-zinc-400\/70{
  border-top-color: rgb(161 161 170 / 0.7);
  border-bottom-color: rgb(161 161 170 / 0.7);
}

.border-y-zinc-400\/75{
  border-top-color: rgb(161 161 170 / 0.75);
  border-bottom-color: rgb(161 161 170 / 0.75);
}

.border-y-zinc-400\/80{
  border-top-color: rgb(161 161 170 / 0.8);
  border-bottom-color: rgb(161 161 170 / 0.8);
}

.border-y-zinc-400\/90{
  border-top-color: rgb(161 161 170 / 0.9);
  border-bottom-color: rgb(161 161 170 / 0.9);
}

.border-y-zinc-400\/95{
  border-top-color: rgb(161 161 170 / 0.95);
  border-bottom-color: rgb(161 161 170 / 0.95);
}

.border-y-zinc-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-y-zinc-50\/0{
  border-top-color: rgb(250 250 250 / 0);
  border-bottom-color: rgb(250 250 250 / 0);
}

.border-y-zinc-50\/10{
  border-top-color: rgb(250 250 250 / 0.1);
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.border-y-zinc-50\/100{
  border-top-color: rgb(250 250 250 / 1);
  border-bottom-color: rgb(250 250 250 / 1);
}

.border-y-zinc-50\/20{
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.border-y-zinc-50\/25{
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.border-y-zinc-50\/30{
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.border-y-zinc-50\/40{
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.border-y-zinc-50\/5{
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.border-y-zinc-50\/50{
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.border-y-zinc-50\/60{
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.border-y-zinc-50\/70{
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.border-y-zinc-50\/75{
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.border-y-zinc-50\/80{
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.border-y-zinc-50\/90{
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.border-y-zinc-50\/95{
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.border-y-zinc-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity));
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-y-zinc-500\/0{
  border-top-color: rgb(113 113 122 / 0);
  border-bottom-color: rgb(113 113 122 / 0);
}

.border-y-zinc-500\/10{
  border-top-color: rgb(113 113 122 / 0.1);
  border-bottom-color: rgb(113 113 122 / 0.1);
}

.border-y-zinc-500\/100{
  border-top-color: rgb(113 113 122 / 1);
  border-bottom-color: rgb(113 113 122 / 1);
}

.border-y-zinc-500\/20{
  border-top-color: rgb(113 113 122 / 0.2);
  border-bottom-color: rgb(113 113 122 / 0.2);
}

.border-y-zinc-500\/25{
  border-top-color: rgb(113 113 122 / 0.25);
  border-bottom-color: rgb(113 113 122 / 0.25);
}

.border-y-zinc-500\/30{
  border-top-color: rgb(113 113 122 / 0.3);
  border-bottom-color: rgb(113 113 122 / 0.3);
}

.border-y-zinc-500\/40{
  border-top-color: rgb(113 113 122 / 0.4);
  border-bottom-color: rgb(113 113 122 / 0.4);
}

.border-y-zinc-500\/5{
  border-top-color: rgb(113 113 122 / 0.05);
  border-bottom-color: rgb(113 113 122 / 0.05);
}

.border-y-zinc-500\/50{
  border-top-color: rgb(113 113 122 / 0.5);
  border-bottom-color: rgb(113 113 122 / 0.5);
}

.border-y-zinc-500\/60{
  border-top-color: rgb(113 113 122 / 0.6);
  border-bottom-color: rgb(113 113 122 / 0.6);
}

.border-y-zinc-500\/70{
  border-top-color: rgb(113 113 122 / 0.7);
  border-bottom-color: rgb(113 113 122 / 0.7);
}

.border-y-zinc-500\/75{
  border-top-color: rgb(113 113 122 / 0.75);
  border-bottom-color: rgb(113 113 122 / 0.75);
}

.border-y-zinc-500\/80{
  border-top-color: rgb(113 113 122 / 0.8);
  border-bottom-color: rgb(113 113 122 / 0.8);
}

.border-y-zinc-500\/90{
  border-top-color: rgb(113 113 122 / 0.9);
  border-bottom-color: rgb(113 113 122 / 0.9);
}

.border-y-zinc-500\/95{
  border-top-color: rgb(113 113 122 / 0.95);
  border-bottom-color: rgb(113 113 122 / 0.95);
}

.border-y-zinc-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity));
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-y-zinc-600\/0{
  border-top-color: rgb(82 82 91 / 0);
  border-bottom-color: rgb(82 82 91 / 0);
}

.border-y-zinc-600\/10{
  border-top-color: rgb(82 82 91 / 0.1);
  border-bottom-color: rgb(82 82 91 / 0.1);
}

.border-y-zinc-600\/100{
  border-top-color: rgb(82 82 91 / 1);
  border-bottom-color: rgb(82 82 91 / 1);
}

.border-y-zinc-600\/20{
  border-top-color: rgb(82 82 91 / 0.2);
  border-bottom-color: rgb(82 82 91 / 0.2);
}

.border-y-zinc-600\/25{
  border-top-color: rgb(82 82 91 / 0.25);
  border-bottom-color: rgb(82 82 91 / 0.25);
}

.border-y-zinc-600\/30{
  border-top-color: rgb(82 82 91 / 0.3);
  border-bottom-color: rgb(82 82 91 / 0.3);
}

.border-y-zinc-600\/40{
  border-top-color: rgb(82 82 91 / 0.4);
  border-bottom-color: rgb(82 82 91 / 0.4);
}

.border-y-zinc-600\/5{
  border-top-color: rgb(82 82 91 / 0.05);
  border-bottom-color: rgb(82 82 91 / 0.05);
}

.border-y-zinc-600\/50{
  border-top-color: rgb(82 82 91 / 0.5);
  border-bottom-color: rgb(82 82 91 / 0.5);
}

.border-y-zinc-600\/60{
  border-top-color: rgb(82 82 91 / 0.6);
  border-bottom-color: rgb(82 82 91 / 0.6);
}

.border-y-zinc-600\/70{
  border-top-color: rgb(82 82 91 / 0.7);
  border-bottom-color: rgb(82 82 91 / 0.7);
}

.border-y-zinc-600\/75{
  border-top-color: rgb(82 82 91 / 0.75);
  border-bottom-color: rgb(82 82 91 / 0.75);
}

.border-y-zinc-600\/80{
  border-top-color: rgb(82 82 91 / 0.8);
  border-bottom-color: rgb(82 82 91 / 0.8);
}

.border-y-zinc-600\/90{
  border-top-color: rgb(82 82 91 / 0.9);
  border-bottom-color: rgb(82 82 91 / 0.9);
}

.border-y-zinc-600\/95{
  border-top-color: rgb(82 82 91 / 0.95);
  border-bottom-color: rgb(82 82 91 / 0.95);
}

.border-y-zinc-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity));
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-y-zinc-700\/0{
  border-top-color: rgb(63 63 70 / 0);
  border-bottom-color: rgb(63 63 70 / 0);
}

.border-y-zinc-700\/10{
  border-top-color: rgb(63 63 70 / 0.1);
  border-bottom-color: rgb(63 63 70 / 0.1);
}

.border-y-zinc-700\/100{
  border-top-color: rgb(63 63 70 / 1);
  border-bottom-color: rgb(63 63 70 / 1);
}

.border-y-zinc-700\/20{
  border-top-color: rgb(63 63 70 / 0.2);
  border-bottom-color: rgb(63 63 70 / 0.2);
}

.border-y-zinc-700\/25{
  border-top-color: rgb(63 63 70 / 0.25);
  border-bottom-color: rgb(63 63 70 / 0.25);
}

.border-y-zinc-700\/30{
  border-top-color: rgb(63 63 70 / 0.3);
  border-bottom-color: rgb(63 63 70 / 0.3);
}

.border-y-zinc-700\/40{
  border-top-color: rgb(63 63 70 / 0.4);
  border-bottom-color: rgb(63 63 70 / 0.4);
}

.border-y-zinc-700\/5{
  border-top-color: rgb(63 63 70 / 0.05);
  border-bottom-color: rgb(63 63 70 / 0.05);
}

.border-y-zinc-700\/50{
  border-top-color: rgb(63 63 70 / 0.5);
  border-bottom-color: rgb(63 63 70 / 0.5);
}

.border-y-zinc-700\/60{
  border-top-color: rgb(63 63 70 / 0.6);
  border-bottom-color: rgb(63 63 70 / 0.6);
}

.border-y-zinc-700\/70{
  border-top-color: rgb(63 63 70 / 0.7);
  border-bottom-color: rgb(63 63 70 / 0.7);
}

.border-y-zinc-700\/75{
  border-top-color: rgb(63 63 70 / 0.75);
  border-bottom-color: rgb(63 63 70 / 0.75);
}

.border-y-zinc-700\/80{
  border-top-color: rgb(63 63 70 / 0.8);
  border-bottom-color: rgb(63 63 70 / 0.8);
}

.border-y-zinc-700\/90{
  border-top-color: rgb(63 63 70 / 0.9);
  border-bottom-color: rgb(63 63 70 / 0.9);
}

.border-y-zinc-700\/95{
  border-top-color: rgb(63 63 70 / 0.95);
  border-bottom-color: rgb(63 63 70 / 0.95);
}

.border-y-zinc-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity));
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-y-zinc-800\/0{
  border-top-color: rgb(39 39 42 / 0);
  border-bottom-color: rgb(39 39 42 / 0);
}

.border-y-zinc-800\/10{
  border-top-color: rgb(39 39 42 / 0.1);
  border-bottom-color: rgb(39 39 42 / 0.1);
}

.border-y-zinc-800\/100{
  border-top-color: rgb(39 39 42 / 1);
  border-bottom-color: rgb(39 39 42 / 1);
}

.border-y-zinc-800\/20{
  border-top-color: rgb(39 39 42 / 0.2);
  border-bottom-color: rgb(39 39 42 / 0.2);
}

.border-y-zinc-800\/25{
  border-top-color: rgb(39 39 42 / 0.25);
  border-bottom-color: rgb(39 39 42 / 0.25);
}

.border-y-zinc-800\/30{
  border-top-color: rgb(39 39 42 / 0.3);
  border-bottom-color: rgb(39 39 42 / 0.3);
}

.border-y-zinc-800\/40{
  border-top-color: rgb(39 39 42 / 0.4);
  border-bottom-color: rgb(39 39 42 / 0.4);
}

.border-y-zinc-800\/5{
  border-top-color: rgb(39 39 42 / 0.05);
  border-bottom-color: rgb(39 39 42 / 0.05);
}

.border-y-zinc-800\/50{
  border-top-color: rgb(39 39 42 / 0.5);
  border-bottom-color: rgb(39 39 42 / 0.5);
}

.border-y-zinc-800\/60{
  border-top-color: rgb(39 39 42 / 0.6);
  border-bottom-color: rgb(39 39 42 / 0.6);
}

.border-y-zinc-800\/70{
  border-top-color: rgb(39 39 42 / 0.7);
  border-bottom-color: rgb(39 39 42 / 0.7);
}

.border-y-zinc-800\/75{
  border-top-color: rgb(39 39 42 / 0.75);
  border-bottom-color: rgb(39 39 42 / 0.75);
}

.border-y-zinc-800\/80{
  border-top-color: rgb(39 39 42 / 0.8);
  border-bottom-color: rgb(39 39 42 / 0.8);
}

.border-y-zinc-800\/90{
  border-top-color: rgb(39 39 42 / 0.9);
  border-bottom-color: rgb(39 39 42 / 0.9);
}

.border-y-zinc-800\/95{
  border-top-color: rgb(39 39 42 / 0.95);
  border-bottom-color: rgb(39 39 42 / 0.95);
}

.border-y-zinc-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity));
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-y-zinc-900\/0{
  border-top-color: rgb(24 24 27 / 0);
  border-bottom-color: rgb(24 24 27 / 0);
}

.border-y-zinc-900\/10{
  border-top-color: rgb(24 24 27 / 0.1);
  border-bottom-color: rgb(24 24 27 / 0.1);
}

.border-y-zinc-900\/100{
  border-top-color: rgb(24 24 27 / 1);
  border-bottom-color: rgb(24 24 27 / 1);
}

.border-y-zinc-900\/20{
  border-top-color: rgb(24 24 27 / 0.2);
  border-bottom-color: rgb(24 24 27 / 0.2);
}

.border-y-zinc-900\/25{
  border-top-color: rgb(24 24 27 / 0.25);
  border-bottom-color: rgb(24 24 27 / 0.25);
}

.border-y-zinc-900\/30{
  border-top-color: rgb(24 24 27 / 0.3);
  border-bottom-color: rgb(24 24 27 / 0.3);
}

.border-y-zinc-900\/40{
  border-top-color: rgb(24 24 27 / 0.4);
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.border-y-zinc-900\/5{
  border-top-color: rgb(24 24 27 / 0.05);
  border-bottom-color: rgb(24 24 27 / 0.05);
}

.border-y-zinc-900\/50{
  border-top-color: rgb(24 24 27 / 0.5);
  border-bottom-color: rgb(24 24 27 / 0.5);
}

.border-y-zinc-900\/60{
  border-top-color: rgb(24 24 27 / 0.6);
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.border-y-zinc-900\/70{
  border-top-color: rgb(24 24 27 / 0.7);
  border-bottom-color: rgb(24 24 27 / 0.7);
}

.border-y-zinc-900\/75{
  border-top-color: rgb(24 24 27 / 0.75);
  border-bottom-color: rgb(24 24 27 / 0.75);
}

.border-y-zinc-900\/80{
  border-top-color: rgb(24 24 27 / 0.8);
  border-bottom-color: rgb(24 24 27 / 0.8);
}

.border-y-zinc-900\/90{
  border-top-color: rgb(24 24 27 / 0.9);
  border-bottom-color: rgb(24 24 27 / 0.9);
}

.border-y-zinc-900\/95{
  border-top-color: rgb(24 24 27 / 0.95);
  border-bottom-color: rgb(24 24 27 / 0.95);
}

.border-y-zinc-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(9 9 11 / var(--tw-border-opacity));
  border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-y-zinc-950\/0{
  border-top-color: rgb(9 9 11 / 0);
  border-bottom-color: rgb(9 9 11 / 0);
}

.border-y-zinc-950\/10{
  border-top-color: rgb(9 9 11 / 0.1);
  border-bottom-color: rgb(9 9 11 / 0.1);
}

.border-y-zinc-950\/100{
  border-top-color: rgb(9 9 11 / 1);
  border-bottom-color: rgb(9 9 11 / 1);
}

.border-y-zinc-950\/20{
  border-top-color: rgb(9 9 11 / 0.2);
  border-bottom-color: rgb(9 9 11 / 0.2);
}

.border-y-zinc-950\/25{
  border-top-color: rgb(9 9 11 / 0.25);
  border-bottom-color: rgb(9 9 11 / 0.25);
}

.border-y-zinc-950\/30{
  border-top-color: rgb(9 9 11 / 0.3);
  border-bottom-color: rgb(9 9 11 / 0.3);
}

.border-y-zinc-950\/40{
  border-top-color: rgb(9 9 11 / 0.4);
  border-bottom-color: rgb(9 9 11 / 0.4);
}

.border-y-zinc-950\/5{
  border-top-color: rgb(9 9 11 / 0.05);
  border-bottom-color: rgb(9 9 11 / 0.05);
}

.border-y-zinc-950\/50{
  border-top-color: rgb(9 9 11 / 0.5);
  border-bottom-color: rgb(9 9 11 / 0.5);
}

.border-y-zinc-950\/60{
  border-top-color: rgb(9 9 11 / 0.6);
  border-bottom-color: rgb(9 9 11 / 0.6);
}

.border-y-zinc-950\/70{
  border-top-color: rgb(9 9 11 / 0.7);
  border-bottom-color: rgb(9 9 11 / 0.7);
}

.border-y-zinc-950\/75{
  border-top-color: rgb(9 9 11 / 0.75);
  border-bottom-color: rgb(9 9 11 / 0.75);
}

.border-y-zinc-950\/80{
  border-top-color: rgb(9 9 11 / 0.8);
  border-bottom-color: rgb(9 9 11 / 0.8);
}

.border-y-zinc-950\/90{
  border-top-color: rgb(9 9 11 / 0.9);
  border-bottom-color: rgb(9 9 11 / 0.9);
}

.border-y-zinc-950\/95{
  border-top-color: rgb(9 9 11 / 0.95);
  border-bottom-color: rgb(9 9 11 / 0.95);
}

.border-b-amber-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.border-b-amber-100\/0{
  border-bottom-color: rgb(254 243 199 / 0);
}

.border-b-amber-100\/10{
  border-bottom-color: rgb(254 243 199 / 0.1);
}

.border-b-amber-100\/100{
  border-bottom-color: rgb(254 243 199 / 1);
}

.border-b-amber-100\/20{
  border-bottom-color: rgb(254 243 199 / 0.2);
}

.border-b-amber-100\/25{
  border-bottom-color: rgb(254 243 199 / 0.25);
}

.border-b-amber-100\/30{
  border-bottom-color: rgb(254 243 199 / 0.3);
}

.border-b-amber-100\/40{
  border-bottom-color: rgb(254 243 199 / 0.4);
}

.border-b-amber-100\/5{
  border-bottom-color: rgb(254 243 199 / 0.05);
}

.border-b-amber-100\/50{
  border-bottom-color: rgb(254 243 199 / 0.5);
}

.border-b-amber-100\/60{
  border-bottom-color: rgb(254 243 199 / 0.6);
}

.border-b-amber-100\/70{
  border-bottom-color: rgb(254 243 199 / 0.7);
}

.border-b-amber-100\/75{
  border-bottom-color: rgb(254 243 199 / 0.75);
}

.border-b-amber-100\/80{
  border-bottom-color: rgb(254 243 199 / 0.8);
}

.border-b-amber-100\/90{
  border-bottom-color: rgb(254 243 199 / 0.9);
}

.border-b-amber-100\/95{
  border-bottom-color: rgb(254 243 199 / 0.95);
}

.border-b-amber-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.border-b-amber-200\/0{
  border-bottom-color: rgb(253 230 138 / 0);
}

.border-b-amber-200\/10{
  border-bottom-color: rgb(253 230 138 / 0.1);
}

.border-b-amber-200\/100{
  border-bottom-color: rgb(253 230 138 / 1);
}

.border-b-amber-200\/20{
  border-bottom-color: rgb(253 230 138 / 0.2);
}

.border-b-amber-200\/25{
  border-bottom-color: rgb(253 230 138 / 0.25);
}

.border-b-amber-200\/30{
  border-bottom-color: rgb(253 230 138 / 0.3);
}

.border-b-amber-200\/40{
  border-bottom-color: rgb(253 230 138 / 0.4);
}

.border-b-amber-200\/5{
  border-bottom-color: rgb(253 230 138 / 0.05);
}

.border-b-amber-200\/50{
  border-bottom-color: rgb(253 230 138 / 0.5);
}

.border-b-amber-200\/60{
  border-bottom-color: rgb(253 230 138 / 0.6);
}

.border-b-amber-200\/70{
  border-bottom-color: rgb(253 230 138 / 0.7);
}

.border-b-amber-200\/75{
  border-bottom-color: rgb(253 230 138 / 0.75);
}

.border-b-amber-200\/80{
  border-bottom-color: rgb(253 230 138 / 0.8);
}

.border-b-amber-200\/90{
  border-bottom-color: rgb(253 230 138 / 0.9);
}

.border-b-amber-200\/95{
  border-bottom-color: rgb(253 230 138 / 0.95);
}

.border-b-amber-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.border-b-amber-300\/0{
  border-bottom-color: rgb(252 211 77 / 0);
}

.border-b-amber-300\/10{
  border-bottom-color: rgb(252 211 77 / 0.1);
}

.border-b-amber-300\/100{
  border-bottom-color: rgb(252 211 77 / 1);
}

.border-b-amber-300\/20{
  border-bottom-color: rgb(252 211 77 / 0.2);
}

.border-b-amber-300\/25{
  border-bottom-color: rgb(252 211 77 / 0.25);
}

.border-b-amber-300\/30{
  border-bottom-color: rgb(252 211 77 / 0.3);
}

.border-b-amber-300\/40{
  border-bottom-color: rgb(252 211 77 / 0.4);
}

.border-b-amber-300\/5{
  border-bottom-color: rgb(252 211 77 / 0.05);
}

.border-b-amber-300\/50{
  border-bottom-color: rgb(252 211 77 / 0.5);
}

.border-b-amber-300\/60{
  border-bottom-color: rgb(252 211 77 / 0.6);
}

.border-b-amber-300\/70{
  border-bottom-color: rgb(252 211 77 / 0.7);
}

.border-b-amber-300\/75{
  border-bottom-color: rgb(252 211 77 / 0.75);
}

.border-b-amber-300\/80{
  border-bottom-color: rgb(252 211 77 / 0.8);
}

.border-b-amber-300\/90{
  border-bottom-color: rgb(252 211 77 / 0.9);
}

.border-b-amber-300\/95{
  border-bottom-color: rgb(252 211 77 / 0.95);
}

.border-b-amber-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.border-b-amber-400\/0{
  border-bottom-color: rgb(251 191 36 / 0);
}

.border-b-amber-400\/10{
  border-bottom-color: rgb(251 191 36 / 0.1);
}

.border-b-amber-400\/100{
  border-bottom-color: rgb(251 191 36 / 1);
}

.border-b-amber-400\/20{
  border-bottom-color: rgb(251 191 36 / 0.2);
}

.border-b-amber-400\/25{
  border-bottom-color: rgb(251 191 36 / 0.25);
}

.border-b-amber-400\/30{
  border-bottom-color: rgb(251 191 36 / 0.3);
}

.border-b-amber-400\/40{
  border-bottom-color: rgb(251 191 36 / 0.4);
}

.border-b-amber-400\/5{
  border-bottom-color: rgb(251 191 36 / 0.05);
}

.border-b-amber-400\/50{
  border-bottom-color: rgb(251 191 36 / 0.5);
}

.border-b-amber-400\/60{
  border-bottom-color: rgb(251 191 36 / 0.6);
}

.border-b-amber-400\/70{
  border-bottom-color: rgb(251 191 36 / 0.7);
}

.border-b-amber-400\/75{
  border-bottom-color: rgb(251 191 36 / 0.75);
}

.border-b-amber-400\/80{
  border-bottom-color: rgb(251 191 36 / 0.8);
}

.border-b-amber-400\/90{
  border-bottom-color: rgb(251 191 36 / 0.9);
}

.border-b-amber-400\/95{
  border-bottom-color: rgb(251 191 36 / 0.95);
}

.border-b-amber-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-b-amber-50\/0{
  border-bottom-color: rgb(255 251 235 / 0);
}

.border-b-amber-50\/10{
  border-bottom-color: rgb(255 251 235 / 0.1);
}

.border-b-amber-50\/100{
  border-bottom-color: rgb(255 251 235 / 1);
}

.border-b-amber-50\/20{
  border-bottom-color: rgb(255 251 235 / 0.2);
}

.border-b-amber-50\/25{
  border-bottom-color: rgb(255 251 235 / 0.25);
}

.border-b-amber-50\/30{
  border-bottom-color: rgb(255 251 235 / 0.3);
}

.border-b-amber-50\/40{
  border-bottom-color: rgb(255 251 235 / 0.4);
}

.border-b-amber-50\/5{
  border-bottom-color: rgb(255 251 235 / 0.05);
}

.border-b-amber-50\/50{
  border-bottom-color: rgb(255 251 235 / 0.5);
}

.border-b-amber-50\/60{
  border-bottom-color: rgb(255 251 235 / 0.6);
}

.border-b-amber-50\/70{
  border-bottom-color: rgb(255 251 235 / 0.7);
}

.border-b-amber-50\/75{
  border-bottom-color: rgb(255 251 235 / 0.75);
}

.border-b-amber-50\/80{
  border-bottom-color: rgb(255 251 235 / 0.8);
}

.border-b-amber-50\/90{
  border-bottom-color: rgb(255 251 235 / 0.9);
}

.border-b-amber-50\/95{
  border-bottom-color: rgb(255 251 235 / 0.95);
}

.border-b-amber-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.border-b-amber-500\/0{
  border-bottom-color: rgb(245 158 11 / 0);
}

.border-b-amber-500\/10{
  border-bottom-color: rgb(245 158 11 / 0.1);
}

.border-b-amber-500\/100{
  border-bottom-color: rgb(245 158 11 / 1);
}

.border-b-amber-500\/20{
  border-bottom-color: rgb(245 158 11 / 0.2);
}

.border-b-amber-500\/25{
  border-bottom-color: rgb(245 158 11 / 0.25);
}

.border-b-amber-500\/30{
  border-bottom-color: rgb(245 158 11 / 0.3);
}

.border-b-amber-500\/40{
  border-bottom-color: rgb(245 158 11 / 0.4);
}

.border-b-amber-500\/5{
  border-bottom-color: rgb(245 158 11 / 0.05);
}

.border-b-amber-500\/50{
  border-bottom-color: rgb(245 158 11 / 0.5);
}

.border-b-amber-500\/60{
  border-bottom-color: rgb(245 158 11 / 0.6);
}

.border-b-amber-500\/70{
  border-bottom-color: rgb(245 158 11 / 0.7);
}

.border-b-amber-500\/75{
  border-bottom-color: rgb(245 158 11 / 0.75);
}

.border-b-amber-500\/80{
  border-bottom-color: rgb(245 158 11 / 0.8);
}

.border-b-amber-500\/90{
  border-bottom-color: rgb(245 158 11 / 0.9);
}

.border-b-amber-500\/95{
  border-bottom-color: rgb(245 158 11 / 0.95);
}

.border-b-amber-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.border-b-amber-600\/0{
  border-bottom-color: rgb(217 119 6 / 0);
}

.border-b-amber-600\/10{
  border-bottom-color: rgb(217 119 6 / 0.1);
}

.border-b-amber-600\/100{
  border-bottom-color: rgb(217 119 6 / 1);
}

.border-b-amber-600\/20{
  border-bottom-color: rgb(217 119 6 / 0.2);
}

.border-b-amber-600\/25{
  border-bottom-color: rgb(217 119 6 / 0.25);
}

.border-b-amber-600\/30{
  border-bottom-color: rgb(217 119 6 / 0.3);
}

.border-b-amber-600\/40{
  border-bottom-color: rgb(217 119 6 / 0.4);
}

.border-b-amber-600\/5{
  border-bottom-color: rgb(217 119 6 / 0.05);
}

.border-b-amber-600\/50{
  border-bottom-color: rgb(217 119 6 / 0.5);
}

.border-b-amber-600\/60{
  border-bottom-color: rgb(217 119 6 / 0.6);
}

.border-b-amber-600\/70{
  border-bottom-color: rgb(217 119 6 / 0.7);
}

.border-b-amber-600\/75{
  border-bottom-color: rgb(217 119 6 / 0.75);
}

.border-b-amber-600\/80{
  border-bottom-color: rgb(217 119 6 / 0.8);
}

.border-b-amber-600\/90{
  border-bottom-color: rgb(217 119 6 / 0.9);
}

.border-b-amber-600\/95{
  border-bottom-color: rgb(217 119 6 / 0.95);
}

.border-b-amber-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.border-b-amber-700\/0{
  border-bottom-color: rgb(180 83 9 / 0);
}

.border-b-amber-700\/10{
  border-bottom-color: rgb(180 83 9 / 0.1);
}

.border-b-amber-700\/100{
  border-bottom-color: rgb(180 83 9 / 1);
}

.border-b-amber-700\/20{
  border-bottom-color: rgb(180 83 9 / 0.2);
}

.border-b-amber-700\/25{
  border-bottom-color: rgb(180 83 9 / 0.25);
}

.border-b-amber-700\/30{
  border-bottom-color: rgb(180 83 9 / 0.3);
}

.border-b-amber-700\/40{
  border-bottom-color: rgb(180 83 9 / 0.4);
}

.border-b-amber-700\/5{
  border-bottom-color: rgb(180 83 9 / 0.05);
}

.border-b-amber-700\/50{
  border-bottom-color: rgb(180 83 9 / 0.5);
}

.border-b-amber-700\/60{
  border-bottom-color: rgb(180 83 9 / 0.6);
}

.border-b-amber-700\/70{
  border-bottom-color: rgb(180 83 9 / 0.7);
}

.border-b-amber-700\/75{
  border-bottom-color: rgb(180 83 9 / 0.75);
}

.border-b-amber-700\/80{
  border-bottom-color: rgb(180 83 9 / 0.8);
}

.border-b-amber-700\/90{
  border-bottom-color: rgb(180 83 9 / 0.9);
}

.border-b-amber-700\/95{
  border-bottom-color: rgb(180 83 9 / 0.95);
}

.border-b-amber-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.border-b-amber-800\/0{
  border-bottom-color: rgb(146 64 14 / 0);
}

.border-b-amber-800\/10{
  border-bottom-color: rgb(146 64 14 / 0.1);
}

.border-b-amber-800\/100{
  border-bottom-color: rgb(146 64 14 / 1);
}

.border-b-amber-800\/20{
  border-bottom-color: rgb(146 64 14 / 0.2);
}

.border-b-amber-800\/25{
  border-bottom-color: rgb(146 64 14 / 0.25);
}

.border-b-amber-800\/30{
  border-bottom-color: rgb(146 64 14 / 0.3);
}

.border-b-amber-800\/40{
  border-bottom-color: rgb(146 64 14 / 0.4);
}

.border-b-amber-800\/5{
  border-bottom-color: rgb(146 64 14 / 0.05);
}

.border-b-amber-800\/50{
  border-bottom-color: rgb(146 64 14 / 0.5);
}

.border-b-amber-800\/60{
  border-bottom-color: rgb(146 64 14 / 0.6);
}

.border-b-amber-800\/70{
  border-bottom-color: rgb(146 64 14 / 0.7);
}

.border-b-amber-800\/75{
  border-bottom-color: rgb(146 64 14 / 0.75);
}

.border-b-amber-800\/80{
  border-bottom-color: rgb(146 64 14 / 0.8);
}

.border-b-amber-800\/90{
  border-bottom-color: rgb(146 64 14 / 0.9);
}

.border-b-amber-800\/95{
  border-bottom-color: rgb(146 64 14 / 0.95);
}

.border-b-amber-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.border-b-amber-900\/0{
  border-bottom-color: rgb(120 53 15 / 0);
}

.border-b-amber-900\/10{
  border-bottom-color: rgb(120 53 15 / 0.1);
}

.border-b-amber-900\/100{
  border-bottom-color: rgb(120 53 15 / 1);
}

.border-b-amber-900\/20{
  border-bottom-color: rgb(120 53 15 / 0.2);
}

.border-b-amber-900\/25{
  border-bottom-color: rgb(120 53 15 / 0.25);
}

.border-b-amber-900\/30{
  border-bottom-color: rgb(120 53 15 / 0.3);
}

.border-b-amber-900\/40{
  border-bottom-color: rgb(120 53 15 / 0.4);
}

.border-b-amber-900\/5{
  border-bottom-color: rgb(120 53 15 / 0.05);
}

.border-b-amber-900\/50{
  border-bottom-color: rgb(120 53 15 / 0.5);
}

.border-b-amber-900\/60{
  border-bottom-color: rgb(120 53 15 / 0.6);
}

.border-b-amber-900\/70{
  border-bottom-color: rgb(120 53 15 / 0.7);
}

.border-b-amber-900\/75{
  border-bottom-color: rgb(120 53 15 / 0.75);
}

.border-b-amber-900\/80{
  border-bottom-color: rgb(120 53 15 / 0.8);
}

.border-b-amber-900\/90{
  border-bottom-color: rgb(120 53 15 / 0.9);
}

.border-b-amber-900\/95{
  border-bottom-color: rgb(120 53 15 / 0.95);
}

.border-b-amber-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.border-b-amber-950\/0{
  border-bottom-color: rgb(69 26 3 / 0);
}

.border-b-amber-950\/10{
  border-bottom-color: rgb(69 26 3 / 0.1);
}

.border-b-amber-950\/100{
  border-bottom-color: rgb(69 26 3 / 1);
}

.border-b-amber-950\/20{
  border-bottom-color: rgb(69 26 3 / 0.2);
}

.border-b-amber-950\/25{
  border-bottom-color: rgb(69 26 3 / 0.25);
}

.border-b-amber-950\/30{
  border-bottom-color: rgb(69 26 3 / 0.3);
}

.border-b-amber-950\/40{
  border-bottom-color: rgb(69 26 3 / 0.4);
}

.border-b-amber-950\/5{
  border-bottom-color: rgb(69 26 3 / 0.05);
}

.border-b-amber-950\/50{
  border-bottom-color: rgb(69 26 3 / 0.5);
}

.border-b-amber-950\/60{
  border-bottom-color: rgb(69 26 3 / 0.6);
}

.border-b-amber-950\/70{
  border-bottom-color: rgb(69 26 3 / 0.7);
}

.border-b-amber-950\/75{
  border-bottom-color: rgb(69 26 3 / 0.75);
}

.border-b-amber-950\/80{
  border-bottom-color: rgb(69 26 3 / 0.8);
}

.border-b-amber-950\/90{
  border-bottom-color: rgb(69 26 3 / 0.9);
}

.border-b-amber-950\/95{
  border-bottom-color: rgb(69 26 3 / 0.95);
}

.border-b-black{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-b-black\/0{
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-b-black\/10{
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-b-black\/100{
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-b-black\/20{
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-b-black\/25{
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-b-black\/30{
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-b-black\/40{
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-b-black\/5{
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-b-black\/50{
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-b-black\/60{
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-b-black\/70{
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-b-black\/75{
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-b-black\/80{
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-b-black\/90{
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-b-black\/95{
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-b-blue-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.border-b-blue-100\/0{
  border-bottom-color: rgb(219 234 254 / 0);
}

.border-b-blue-100\/10{
  border-bottom-color: rgb(219 234 254 / 0.1);
}

.border-b-blue-100\/100{
  border-bottom-color: rgb(219 234 254 / 1);
}

.border-b-blue-100\/20{
  border-bottom-color: rgb(219 234 254 / 0.2);
}

.border-b-blue-100\/25{
  border-bottom-color: rgb(219 234 254 / 0.25);
}

.border-b-blue-100\/30{
  border-bottom-color: rgb(219 234 254 / 0.3);
}

.border-b-blue-100\/40{
  border-bottom-color: rgb(219 234 254 / 0.4);
}

.border-b-blue-100\/5{
  border-bottom-color: rgb(219 234 254 / 0.05);
}

.border-b-blue-100\/50{
  border-bottom-color: rgb(219 234 254 / 0.5);
}

.border-b-blue-100\/60{
  border-bottom-color: rgb(219 234 254 / 0.6);
}

.border-b-blue-100\/70{
  border-bottom-color: rgb(219 234 254 / 0.7);
}

.border-b-blue-100\/75{
  border-bottom-color: rgb(219 234 254 / 0.75);
}

.border-b-blue-100\/80{
  border-bottom-color: rgb(219 234 254 / 0.8);
}

.border-b-blue-100\/90{
  border-bottom-color: rgb(219 234 254 / 0.9);
}

.border-b-blue-100\/95{
  border-bottom-color: rgb(219 234 254 / 0.95);
}

.border-b-blue-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-b-blue-200\/0{
  border-bottom-color: rgb(191 219 254 / 0);
}

.border-b-blue-200\/10{
  border-bottom-color: rgb(191 219 254 / 0.1);
}

.border-b-blue-200\/100{
  border-bottom-color: rgb(191 219 254 / 1);
}

.border-b-blue-200\/20{
  border-bottom-color: rgb(191 219 254 / 0.2);
}

.border-b-blue-200\/25{
  border-bottom-color: rgb(191 219 254 / 0.25);
}

.border-b-blue-200\/30{
  border-bottom-color: rgb(191 219 254 / 0.3);
}

.border-b-blue-200\/40{
  border-bottom-color: rgb(191 219 254 / 0.4);
}

.border-b-blue-200\/5{
  border-bottom-color: rgb(191 219 254 / 0.05);
}

.border-b-blue-200\/50{
  border-bottom-color: rgb(191 219 254 / 0.5);
}

.border-b-blue-200\/60{
  border-bottom-color: rgb(191 219 254 / 0.6);
}

.border-b-blue-200\/70{
  border-bottom-color: rgb(191 219 254 / 0.7);
}

.border-b-blue-200\/75{
  border-bottom-color: rgb(191 219 254 / 0.75);
}

.border-b-blue-200\/80{
  border-bottom-color: rgb(191 219 254 / 0.8);
}

.border-b-blue-200\/90{
  border-bottom-color: rgb(191 219 254 / 0.9);
}

.border-b-blue-200\/95{
  border-bottom-color: rgb(191 219 254 / 0.95);
}

.border-b-blue-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-b-blue-300\/0{
  border-bottom-color: rgb(147 197 253 / 0);
}

.border-b-blue-300\/10{
  border-bottom-color: rgb(147 197 253 / 0.1);
}

.border-b-blue-300\/100{
  border-bottom-color: rgb(147 197 253 / 1);
}

.border-b-blue-300\/20{
  border-bottom-color: rgb(147 197 253 / 0.2);
}

.border-b-blue-300\/25{
  border-bottom-color: rgb(147 197 253 / 0.25);
}

.border-b-blue-300\/30{
  border-bottom-color: rgb(147 197 253 / 0.3);
}

.border-b-blue-300\/40{
  border-bottom-color: rgb(147 197 253 / 0.4);
}

.border-b-blue-300\/5{
  border-bottom-color: rgb(147 197 253 / 0.05);
}

.border-b-blue-300\/50{
  border-bottom-color: rgb(147 197 253 / 0.5);
}

.border-b-blue-300\/60{
  border-bottom-color: rgb(147 197 253 / 0.6);
}

.border-b-blue-300\/70{
  border-bottom-color: rgb(147 197 253 / 0.7);
}

.border-b-blue-300\/75{
  border-bottom-color: rgb(147 197 253 / 0.75);
}

.border-b-blue-300\/80{
  border-bottom-color: rgb(147 197 253 / 0.8);
}

.border-b-blue-300\/90{
  border-bottom-color: rgb(147 197 253 / 0.9);
}

.border-b-blue-300\/95{
  border-bottom-color: rgb(147 197 253 / 0.95);
}

.border-b-blue-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-b-blue-400\/0{
  border-bottom-color: rgb(96 165 250 / 0);
}

.border-b-blue-400\/10{
  border-bottom-color: rgb(96 165 250 / 0.1);
}

.border-b-blue-400\/100{
  border-bottom-color: rgb(96 165 250 / 1);
}

.border-b-blue-400\/20{
  border-bottom-color: rgb(96 165 250 / 0.2);
}

.border-b-blue-400\/25{
  border-bottom-color: rgb(96 165 250 / 0.25);
}

.border-b-blue-400\/30{
  border-bottom-color: rgb(96 165 250 / 0.3);
}

.border-b-blue-400\/40{
  border-bottom-color: rgb(96 165 250 / 0.4);
}

.border-b-blue-400\/5{
  border-bottom-color: rgb(96 165 250 / 0.05);
}

.border-b-blue-400\/50{
  border-bottom-color: rgb(96 165 250 / 0.5);
}

.border-b-blue-400\/60{
  border-bottom-color: rgb(96 165 250 / 0.6);
}

.border-b-blue-400\/70{
  border-bottom-color: rgb(96 165 250 / 0.7);
}

.border-b-blue-400\/75{
  border-bottom-color: rgb(96 165 250 / 0.75);
}

.border-b-blue-400\/80{
  border-bottom-color: rgb(96 165 250 / 0.8);
}

.border-b-blue-400\/90{
  border-bottom-color: rgb(96 165 250 / 0.9);
}

.border-b-blue-400\/95{
  border-bottom-color: rgb(96 165 250 / 0.95);
}

.border-b-blue-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-b-blue-50\/0{
  border-bottom-color: rgb(239 246 255 / 0);
}

.border-b-blue-50\/10{
  border-bottom-color: rgb(239 246 255 / 0.1);
}

.border-b-blue-50\/100{
  border-bottom-color: rgb(239 246 255 / 1);
}

.border-b-blue-50\/20{
  border-bottom-color: rgb(239 246 255 / 0.2);
}

.border-b-blue-50\/25{
  border-bottom-color: rgb(239 246 255 / 0.25);
}

.border-b-blue-50\/30{
  border-bottom-color: rgb(239 246 255 / 0.3);
}

.border-b-blue-50\/40{
  border-bottom-color: rgb(239 246 255 / 0.4);
}

.border-b-blue-50\/5{
  border-bottom-color: rgb(239 246 255 / 0.05);
}

.border-b-blue-50\/50{
  border-bottom-color: rgb(239 246 255 / 0.5);
}

.border-b-blue-50\/60{
  border-bottom-color: rgb(239 246 255 / 0.6);
}

.border-b-blue-50\/70{
  border-bottom-color: rgb(239 246 255 / 0.7);
}

.border-b-blue-50\/75{
  border-bottom-color: rgb(239 246 255 / 0.75);
}

.border-b-blue-50\/80{
  border-bottom-color: rgb(239 246 255 / 0.8);
}

.border-b-blue-50\/90{
  border-bottom-color: rgb(239 246 255 / 0.9);
}

.border-b-blue-50\/95{
  border-bottom-color: rgb(239 246 255 / 0.95);
}

.border-b-blue-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-b-blue-500\/0{
  border-bottom-color: rgb(59 130 246 / 0);
}

.border-b-blue-500\/10{
  border-bottom-color: rgb(59 130 246 / 0.1);
}

.border-b-blue-500\/100{
  border-bottom-color: rgb(59 130 246 / 1);
}

.border-b-blue-500\/20{
  border-bottom-color: rgb(59 130 246 / 0.2);
}

.border-b-blue-500\/25{
  border-bottom-color: rgb(59 130 246 / 0.25);
}

.border-b-blue-500\/30{
  border-bottom-color: rgb(59 130 246 / 0.3);
}

.border-b-blue-500\/40{
  border-bottom-color: rgb(59 130 246 / 0.4);
}

.border-b-blue-500\/5{
  border-bottom-color: rgb(59 130 246 / 0.05);
}

.border-b-blue-500\/50{
  border-bottom-color: rgb(59 130 246 / 0.5);
}

.border-b-blue-500\/60{
  border-bottom-color: rgb(59 130 246 / 0.6);
}

.border-b-blue-500\/70{
  border-bottom-color: rgb(59 130 246 / 0.7);
}

.border-b-blue-500\/75{
  border-bottom-color: rgb(59 130 246 / 0.75);
}

.border-b-blue-500\/80{
  border-bottom-color: rgb(59 130 246 / 0.8);
}

.border-b-blue-500\/90{
  border-bottom-color: rgb(59 130 246 / 0.9);
}

.border-b-blue-500\/95{
  border-bottom-color: rgb(59 130 246 / 0.95);
}

.border-b-blue-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-b-blue-600\/0{
  border-bottom-color: rgb(37 99 235 / 0);
}

.border-b-blue-600\/10{
  border-bottom-color: rgb(37 99 235 / 0.1);
}

.border-b-blue-600\/100{
  border-bottom-color: rgb(37 99 235 / 1);
}

.border-b-blue-600\/20{
  border-bottom-color: rgb(37 99 235 / 0.2);
}

.border-b-blue-600\/25{
  border-bottom-color: rgb(37 99 235 / 0.25);
}

.border-b-blue-600\/30{
  border-bottom-color: rgb(37 99 235 / 0.3);
}

.border-b-blue-600\/40{
  border-bottom-color: rgb(37 99 235 / 0.4);
}

.border-b-blue-600\/5{
  border-bottom-color: rgb(37 99 235 / 0.05);
}

.border-b-blue-600\/50{
  border-bottom-color: rgb(37 99 235 / 0.5);
}

.border-b-blue-600\/60{
  border-bottom-color: rgb(37 99 235 / 0.6);
}

.border-b-blue-600\/70{
  border-bottom-color: rgb(37 99 235 / 0.7);
}

.border-b-blue-600\/75{
  border-bottom-color: rgb(37 99 235 / 0.75);
}

.border-b-blue-600\/80{
  border-bottom-color: rgb(37 99 235 / 0.8);
}

.border-b-blue-600\/90{
  border-bottom-color: rgb(37 99 235 / 0.9);
}

.border-b-blue-600\/95{
  border-bottom-color: rgb(37 99 235 / 0.95);
}

.border-b-blue-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-b-blue-700\/0{
  border-bottom-color: rgb(29 78 216 / 0);
}

.border-b-blue-700\/10{
  border-bottom-color: rgb(29 78 216 / 0.1);
}

.border-b-blue-700\/100{
  border-bottom-color: rgb(29 78 216 / 1);
}

.border-b-blue-700\/20{
  border-bottom-color: rgb(29 78 216 / 0.2);
}

.border-b-blue-700\/25{
  border-bottom-color: rgb(29 78 216 / 0.25);
}

.border-b-blue-700\/30{
  border-bottom-color: rgb(29 78 216 / 0.3);
}

.border-b-blue-700\/40{
  border-bottom-color: rgb(29 78 216 / 0.4);
}

.border-b-blue-700\/5{
  border-bottom-color: rgb(29 78 216 / 0.05);
}

.border-b-blue-700\/50{
  border-bottom-color: rgb(29 78 216 / 0.5);
}

.border-b-blue-700\/60{
  border-bottom-color: rgb(29 78 216 / 0.6);
}

.border-b-blue-700\/70{
  border-bottom-color: rgb(29 78 216 / 0.7);
}

.border-b-blue-700\/75{
  border-bottom-color: rgb(29 78 216 / 0.75);
}

.border-b-blue-700\/80{
  border-bottom-color: rgb(29 78 216 / 0.8);
}

.border-b-blue-700\/90{
  border-bottom-color: rgb(29 78 216 / 0.9);
}

.border-b-blue-700\/95{
  border-bottom-color: rgb(29 78 216 / 0.95);
}

.border-b-blue-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-b-blue-800\/0{
  border-bottom-color: rgb(30 64 175 / 0);
}

.border-b-blue-800\/10{
  border-bottom-color: rgb(30 64 175 / 0.1);
}

.border-b-blue-800\/100{
  border-bottom-color: rgb(30 64 175 / 1);
}

.border-b-blue-800\/20{
  border-bottom-color: rgb(30 64 175 / 0.2);
}

.border-b-blue-800\/25{
  border-bottom-color: rgb(30 64 175 / 0.25);
}

.border-b-blue-800\/30{
  border-bottom-color: rgb(30 64 175 / 0.3);
}

.border-b-blue-800\/40{
  border-bottom-color: rgb(30 64 175 / 0.4);
}

.border-b-blue-800\/5{
  border-bottom-color: rgb(30 64 175 / 0.05);
}

.border-b-blue-800\/50{
  border-bottom-color: rgb(30 64 175 / 0.5);
}

.border-b-blue-800\/60{
  border-bottom-color: rgb(30 64 175 / 0.6);
}

.border-b-blue-800\/70{
  border-bottom-color: rgb(30 64 175 / 0.7);
}

.border-b-blue-800\/75{
  border-bottom-color: rgb(30 64 175 / 0.75);
}

.border-b-blue-800\/80{
  border-bottom-color: rgb(30 64 175 / 0.8);
}

.border-b-blue-800\/90{
  border-bottom-color: rgb(30 64 175 / 0.9);
}

.border-b-blue-800\/95{
  border-bottom-color: rgb(30 64 175 / 0.95);
}

.border-b-blue-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-b-blue-900\/0{
  border-bottom-color: rgb(30 58 138 / 0);
}

.border-b-blue-900\/10{
  border-bottom-color: rgb(30 58 138 / 0.1);
}

.border-b-blue-900\/100{
  border-bottom-color: rgb(30 58 138 / 1);
}

.border-b-blue-900\/20{
  border-bottom-color: rgb(30 58 138 / 0.2);
}

.border-b-blue-900\/25{
  border-bottom-color: rgb(30 58 138 / 0.25);
}

.border-b-blue-900\/30{
  border-bottom-color: rgb(30 58 138 / 0.3);
}

.border-b-blue-900\/40{
  border-bottom-color: rgb(30 58 138 / 0.4);
}

.border-b-blue-900\/5{
  border-bottom-color: rgb(30 58 138 / 0.05);
}

.border-b-blue-900\/50{
  border-bottom-color: rgb(30 58 138 / 0.5);
}

.border-b-blue-900\/60{
  border-bottom-color: rgb(30 58 138 / 0.6);
}

.border-b-blue-900\/70{
  border-bottom-color: rgb(30 58 138 / 0.7);
}

.border-b-blue-900\/75{
  border-bottom-color: rgb(30 58 138 / 0.75);
}

.border-b-blue-900\/80{
  border-bottom-color: rgb(30 58 138 / 0.8);
}

.border-b-blue-900\/90{
  border-bottom-color: rgb(30 58 138 / 0.9);
}

.border-b-blue-900\/95{
  border-bottom-color: rgb(30 58 138 / 0.95);
}

.border-b-blue-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-b-blue-950\/0{
  border-bottom-color: rgb(23 37 84 / 0);
}

.border-b-blue-950\/10{
  border-bottom-color: rgb(23 37 84 / 0.1);
}

.border-b-blue-950\/100{
  border-bottom-color: rgb(23 37 84 / 1);
}

.border-b-blue-950\/20{
  border-bottom-color: rgb(23 37 84 / 0.2);
}

.border-b-blue-950\/25{
  border-bottom-color: rgb(23 37 84 / 0.25);
}

.border-b-blue-950\/30{
  border-bottom-color: rgb(23 37 84 / 0.3);
}

.border-b-blue-950\/40{
  border-bottom-color: rgb(23 37 84 / 0.4);
}

.border-b-blue-950\/5{
  border-bottom-color: rgb(23 37 84 / 0.05);
}

.border-b-blue-950\/50{
  border-bottom-color: rgb(23 37 84 / 0.5);
}

.border-b-blue-950\/60{
  border-bottom-color: rgb(23 37 84 / 0.6);
}

.border-b-blue-950\/70{
  border-bottom-color: rgb(23 37 84 / 0.7);
}

.border-b-blue-950\/75{
  border-bottom-color: rgb(23 37 84 / 0.75);
}

.border-b-blue-950\/80{
  border-bottom-color: rgb(23 37 84 / 0.8);
}

.border-b-blue-950\/90{
  border-bottom-color: rgb(23 37 84 / 0.9);
}

.border-b-blue-950\/95{
  border-bottom-color: rgb(23 37 84 / 0.95);
}

.border-b-current{
  border-bottom-color: currentColor;
}

.border-b-cyan-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.border-b-cyan-100\/0{
  border-bottom-color: rgb(207 250 254 / 0);
}

.border-b-cyan-100\/10{
  border-bottom-color: rgb(207 250 254 / 0.1);
}

.border-b-cyan-100\/100{
  border-bottom-color: rgb(207 250 254 / 1);
}

.border-b-cyan-100\/20{
  border-bottom-color: rgb(207 250 254 / 0.2);
}

.border-b-cyan-100\/25{
  border-bottom-color: rgb(207 250 254 / 0.25);
}

.border-b-cyan-100\/30{
  border-bottom-color: rgb(207 250 254 / 0.3);
}

.border-b-cyan-100\/40{
  border-bottom-color: rgb(207 250 254 / 0.4);
}

.border-b-cyan-100\/5{
  border-bottom-color: rgb(207 250 254 / 0.05);
}

.border-b-cyan-100\/50{
  border-bottom-color: rgb(207 250 254 / 0.5);
}

.border-b-cyan-100\/60{
  border-bottom-color: rgb(207 250 254 / 0.6);
}

.border-b-cyan-100\/70{
  border-bottom-color: rgb(207 250 254 / 0.7);
}

.border-b-cyan-100\/75{
  border-bottom-color: rgb(207 250 254 / 0.75);
}

.border-b-cyan-100\/80{
  border-bottom-color: rgb(207 250 254 / 0.8);
}

.border-b-cyan-100\/90{
  border-bottom-color: rgb(207 250 254 / 0.9);
}

.border-b-cyan-100\/95{
  border-bottom-color: rgb(207 250 254 / 0.95);
}

.border-b-cyan-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-b-cyan-200\/0{
  border-bottom-color: rgb(165 243 252 / 0);
}

.border-b-cyan-200\/10{
  border-bottom-color: rgb(165 243 252 / 0.1);
}

.border-b-cyan-200\/100{
  border-bottom-color: rgb(165 243 252 / 1);
}

.border-b-cyan-200\/20{
  border-bottom-color: rgb(165 243 252 / 0.2);
}

.border-b-cyan-200\/25{
  border-bottom-color: rgb(165 243 252 / 0.25);
}

.border-b-cyan-200\/30{
  border-bottom-color: rgb(165 243 252 / 0.3);
}

.border-b-cyan-200\/40{
  border-bottom-color: rgb(165 243 252 / 0.4);
}

.border-b-cyan-200\/5{
  border-bottom-color: rgb(165 243 252 / 0.05);
}

.border-b-cyan-200\/50{
  border-bottom-color: rgb(165 243 252 / 0.5);
}

.border-b-cyan-200\/60{
  border-bottom-color: rgb(165 243 252 / 0.6);
}

.border-b-cyan-200\/70{
  border-bottom-color: rgb(165 243 252 / 0.7);
}

.border-b-cyan-200\/75{
  border-bottom-color: rgb(165 243 252 / 0.75);
}

.border-b-cyan-200\/80{
  border-bottom-color: rgb(165 243 252 / 0.8);
}

.border-b-cyan-200\/90{
  border-bottom-color: rgb(165 243 252 / 0.9);
}

.border-b-cyan-200\/95{
  border-bottom-color: rgb(165 243 252 / 0.95);
}

.border-b-cyan-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-b-cyan-300\/0{
  border-bottom-color: rgb(103 232 249 / 0);
}

.border-b-cyan-300\/10{
  border-bottom-color: rgb(103 232 249 / 0.1);
}

.border-b-cyan-300\/100{
  border-bottom-color: rgb(103 232 249 / 1);
}

.border-b-cyan-300\/20{
  border-bottom-color: rgb(103 232 249 / 0.2);
}

.border-b-cyan-300\/25{
  border-bottom-color: rgb(103 232 249 / 0.25);
}

.border-b-cyan-300\/30{
  border-bottom-color: rgb(103 232 249 / 0.3);
}

.border-b-cyan-300\/40{
  border-bottom-color: rgb(103 232 249 / 0.4);
}

.border-b-cyan-300\/5{
  border-bottom-color: rgb(103 232 249 / 0.05);
}

.border-b-cyan-300\/50{
  border-bottom-color: rgb(103 232 249 / 0.5);
}

.border-b-cyan-300\/60{
  border-bottom-color: rgb(103 232 249 / 0.6);
}

.border-b-cyan-300\/70{
  border-bottom-color: rgb(103 232 249 / 0.7);
}

.border-b-cyan-300\/75{
  border-bottom-color: rgb(103 232 249 / 0.75);
}

.border-b-cyan-300\/80{
  border-bottom-color: rgb(103 232 249 / 0.8);
}

.border-b-cyan-300\/90{
  border-bottom-color: rgb(103 232 249 / 0.9);
}

.border-b-cyan-300\/95{
  border-bottom-color: rgb(103 232 249 / 0.95);
}

.border-b-cyan-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-b-cyan-400\/0{
  border-bottom-color: rgb(34 211 238 / 0);
}

.border-b-cyan-400\/10{
  border-bottom-color: rgb(34 211 238 / 0.1);
}

.border-b-cyan-400\/100{
  border-bottom-color: rgb(34 211 238 / 1);
}

.border-b-cyan-400\/20{
  border-bottom-color: rgb(34 211 238 / 0.2);
}

.border-b-cyan-400\/25{
  border-bottom-color: rgb(34 211 238 / 0.25);
}

.border-b-cyan-400\/30{
  border-bottom-color: rgb(34 211 238 / 0.3);
}

.border-b-cyan-400\/40{
  border-bottom-color: rgb(34 211 238 / 0.4);
}

.border-b-cyan-400\/5{
  border-bottom-color: rgb(34 211 238 / 0.05);
}

.border-b-cyan-400\/50{
  border-bottom-color: rgb(34 211 238 / 0.5);
}

.border-b-cyan-400\/60{
  border-bottom-color: rgb(34 211 238 / 0.6);
}

.border-b-cyan-400\/70{
  border-bottom-color: rgb(34 211 238 / 0.7);
}

.border-b-cyan-400\/75{
  border-bottom-color: rgb(34 211 238 / 0.75);
}

.border-b-cyan-400\/80{
  border-bottom-color: rgb(34 211 238 / 0.8);
}

.border-b-cyan-400\/90{
  border-bottom-color: rgb(34 211 238 / 0.9);
}

.border-b-cyan-400\/95{
  border-bottom-color: rgb(34 211 238 / 0.95);
}

.border-b-cyan-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-b-cyan-50\/0{
  border-bottom-color: rgb(236 254 255 / 0);
}

.border-b-cyan-50\/10{
  border-bottom-color: rgb(236 254 255 / 0.1);
}

.border-b-cyan-50\/100{
  border-bottom-color: rgb(236 254 255 / 1);
}

.border-b-cyan-50\/20{
  border-bottom-color: rgb(236 254 255 / 0.2);
}

.border-b-cyan-50\/25{
  border-bottom-color: rgb(236 254 255 / 0.25);
}

.border-b-cyan-50\/30{
  border-bottom-color: rgb(236 254 255 / 0.3);
}

.border-b-cyan-50\/40{
  border-bottom-color: rgb(236 254 255 / 0.4);
}

.border-b-cyan-50\/5{
  border-bottom-color: rgb(236 254 255 / 0.05);
}

.border-b-cyan-50\/50{
  border-bottom-color: rgb(236 254 255 / 0.5);
}

.border-b-cyan-50\/60{
  border-bottom-color: rgb(236 254 255 / 0.6);
}

.border-b-cyan-50\/70{
  border-bottom-color: rgb(236 254 255 / 0.7);
}

.border-b-cyan-50\/75{
  border-bottom-color: rgb(236 254 255 / 0.75);
}

.border-b-cyan-50\/80{
  border-bottom-color: rgb(236 254 255 / 0.8);
}

.border-b-cyan-50\/90{
  border-bottom-color: rgb(236 254 255 / 0.9);
}

.border-b-cyan-50\/95{
  border-bottom-color: rgb(236 254 255 / 0.95);
}

.border-b-cyan-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-b-cyan-500\/0{
  border-bottom-color: rgb(6 182 212 / 0);
}

.border-b-cyan-500\/10{
  border-bottom-color: rgb(6 182 212 / 0.1);
}

.border-b-cyan-500\/100{
  border-bottom-color: rgb(6 182 212 / 1);
}

.border-b-cyan-500\/20{
  border-bottom-color: rgb(6 182 212 / 0.2);
}

.border-b-cyan-500\/25{
  border-bottom-color: rgb(6 182 212 / 0.25);
}

.border-b-cyan-500\/30{
  border-bottom-color: rgb(6 182 212 / 0.3);
}

.border-b-cyan-500\/40{
  border-bottom-color: rgb(6 182 212 / 0.4);
}

.border-b-cyan-500\/5{
  border-bottom-color: rgb(6 182 212 / 0.05);
}

.border-b-cyan-500\/50{
  border-bottom-color: rgb(6 182 212 / 0.5);
}

.border-b-cyan-500\/60{
  border-bottom-color: rgb(6 182 212 / 0.6);
}

.border-b-cyan-500\/70{
  border-bottom-color: rgb(6 182 212 / 0.7);
}

.border-b-cyan-500\/75{
  border-bottom-color: rgb(6 182 212 / 0.75);
}

.border-b-cyan-500\/80{
  border-bottom-color: rgb(6 182 212 / 0.8);
}

.border-b-cyan-500\/90{
  border-bottom-color: rgb(6 182 212 / 0.9);
}

.border-b-cyan-500\/95{
  border-bottom-color: rgb(6 182 212 / 0.95);
}

.border-b-cyan-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-b-cyan-600\/0{
  border-bottom-color: rgb(8 145 178 / 0);
}

.border-b-cyan-600\/10{
  border-bottom-color: rgb(8 145 178 / 0.1);
}

.border-b-cyan-600\/100{
  border-bottom-color: rgb(8 145 178 / 1);
}

.border-b-cyan-600\/20{
  border-bottom-color: rgb(8 145 178 / 0.2);
}

.border-b-cyan-600\/25{
  border-bottom-color: rgb(8 145 178 / 0.25);
}

.border-b-cyan-600\/30{
  border-bottom-color: rgb(8 145 178 / 0.3);
}

.border-b-cyan-600\/40{
  border-bottom-color: rgb(8 145 178 / 0.4);
}

.border-b-cyan-600\/5{
  border-bottom-color: rgb(8 145 178 / 0.05);
}

.border-b-cyan-600\/50{
  border-bottom-color: rgb(8 145 178 / 0.5);
}

.border-b-cyan-600\/60{
  border-bottom-color: rgb(8 145 178 / 0.6);
}

.border-b-cyan-600\/70{
  border-bottom-color: rgb(8 145 178 / 0.7);
}

.border-b-cyan-600\/75{
  border-bottom-color: rgb(8 145 178 / 0.75);
}

.border-b-cyan-600\/80{
  border-bottom-color: rgb(8 145 178 / 0.8);
}

.border-b-cyan-600\/90{
  border-bottom-color: rgb(8 145 178 / 0.9);
}

.border-b-cyan-600\/95{
  border-bottom-color: rgb(8 145 178 / 0.95);
}

.border-b-cyan-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-b-cyan-700\/0{
  border-bottom-color: rgb(14 116 144 / 0);
}

.border-b-cyan-700\/10{
  border-bottom-color: rgb(14 116 144 / 0.1);
}

.border-b-cyan-700\/100{
  border-bottom-color: rgb(14 116 144 / 1);
}

.border-b-cyan-700\/20{
  border-bottom-color: rgb(14 116 144 / 0.2);
}

.border-b-cyan-700\/25{
  border-bottom-color: rgb(14 116 144 / 0.25);
}

.border-b-cyan-700\/30{
  border-bottom-color: rgb(14 116 144 / 0.3);
}

.border-b-cyan-700\/40{
  border-bottom-color: rgb(14 116 144 / 0.4);
}

.border-b-cyan-700\/5{
  border-bottom-color: rgb(14 116 144 / 0.05);
}

.border-b-cyan-700\/50{
  border-bottom-color: rgb(14 116 144 / 0.5);
}

.border-b-cyan-700\/60{
  border-bottom-color: rgb(14 116 144 / 0.6);
}

.border-b-cyan-700\/70{
  border-bottom-color: rgb(14 116 144 / 0.7);
}

.border-b-cyan-700\/75{
  border-bottom-color: rgb(14 116 144 / 0.75);
}

.border-b-cyan-700\/80{
  border-bottom-color: rgb(14 116 144 / 0.8);
}

.border-b-cyan-700\/90{
  border-bottom-color: rgb(14 116 144 / 0.9);
}

.border-b-cyan-700\/95{
  border-bottom-color: rgb(14 116 144 / 0.95);
}

.border-b-cyan-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-b-cyan-800\/0{
  border-bottom-color: rgb(21 94 117 / 0);
}

.border-b-cyan-800\/10{
  border-bottom-color: rgb(21 94 117 / 0.1);
}

.border-b-cyan-800\/100{
  border-bottom-color: rgb(21 94 117 / 1);
}

.border-b-cyan-800\/20{
  border-bottom-color: rgb(21 94 117 / 0.2);
}

.border-b-cyan-800\/25{
  border-bottom-color: rgb(21 94 117 / 0.25);
}

.border-b-cyan-800\/30{
  border-bottom-color: rgb(21 94 117 / 0.3);
}

.border-b-cyan-800\/40{
  border-bottom-color: rgb(21 94 117 / 0.4);
}

.border-b-cyan-800\/5{
  border-bottom-color: rgb(21 94 117 / 0.05);
}

.border-b-cyan-800\/50{
  border-bottom-color: rgb(21 94 117 / 0.5);
}

.border-b-cyan-800\/60{
  border-bottom-color: rgb(21 94 117 / 0.6);
}

.border-b-cyan-800\/70{
  border-bottom-color: rgb(21 94 117 / 0.7);
}

.border-b-cyan-800\/75{
  border-bottom-color: rgb(21 94 117 / 0.75);
}

.border-b-cyan-800\/80{
  border-bottom-color: rgb(21 94 117 / 0.8);
}

.border-b-cyan-800\/90{
  border-bottom-color: rgb(21 94 117 / 0.9);
}

.border-b-cyan-800\/95{
  border-bottom-color: rgb(21 94 117 / 0.95);
}

.border-b-cyan-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-b-cyan-900\/0{
  border-bottom-color: rgb(22 78 99 / 0);
}

.border-b-cyan-900\/10{
  border-bottom-color: rgb(22 78 99 / 0.1);
}

.border-b-cyan-900\/100{
  border-bottom-color: rgb(22 78 99 / 1);
}

.border-b-cyan-900\/20{
  border-bottom-color: rgb(22 78 99 / 0.2);
}

.border-b-cyan-900\/25{
  border-bottom-color: rgb(22 78 99 / 0.25);
}

.border-b-cyan-900\/30{
  border-bottom-color: rgb(22 78 99 / 0.3);
}

.border-b-cyan-900\/40{
  border-bottom-color: rgb(22 78 99 / 0.4);
}

.border-b-cyan-900\/5{
  border-bottom-color: rgb(22 78 99 / 0.05);
}

.border-b-cyan-900\/50{
  border-bottom-color: rgb(22 78 99 / 0.5);
}

.border-b-cyan-900\/60{
  border-bottom-color: rgb(22 78 99 / 0.6);
}

.border-b-cyan-900\/70{
  border-bottom-color: rgb(22 78 99 / 0.7);
}

.border-b-cyan-900\/75{
  border-bottom-color: rgb(22 78 99 / 0.75);
}

.border-b-cyan-900\/80{
  border-bottom-color: rgb(22 78 99 / 0.8);
}

.border-b-cyan-900\/90{
  border-bottom-color: rgb(22 78 99 / 0.9);
}

.border-b-cyan-900\/95{
  border-bottom-color: rgb(22 78 99 / 0.95);
}

.border-b-cyan-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-b-cyan-950\/0{
  border-bottom-color: rgb(8 51 68 / 0);
}

.border-b-cyan-950\/10{
  border-bottom-color: rgb(8 51 68 / 0.1);
}

.border-b-cyan-950\/100{
  border-bottom-color: rgb(8 51 68 / 1);
}

.border-b-cyan-950\/20{
  border-bottom-color: rgb(8 51 68 / 0.2);
}

.border-b-cyan-950\/25{
  border-bottom-color: rgb(8 51 68 / 0.25);
}

.border-b-cyan-950\/30{
  border-bottom-color: rgb(8 51 68 / 0.3);
}

.border-b-cyan-950\/40{
  border-bottom-color: rgb(8 51 68 / 0.4);
}

.border-b-cyan-950\/5{
  border-bottom-color: rgb(8 51 68 / 0.05);
}

.border-b-cyan-950\/50{
  border-bottom-color: rgb(8 51 68 / 0.5);
}

.border-b-cyan-950\/60{
  border-bottom-color: rgb(8 51 68 / 0.6);
}

.border-b-cyan-950\/70{
  border-bottom-color: rgb(8 51 68 / 0.7);
}

.border-b-cyan-950\/75{
  border-bottom-color: rgb(8 51 68 / 0.75);
}

.border-b-cyan-950\/80{
  border-bottom-color: rgb(8 51 68 / 0.8);
}

.border-b-cyan-950\/90{
  border-bottom-color: rgb(8 51 68 / 0.9);
}

.border-b-cyan-950\/95{
  border-bottom-color: rgb(8 51 68 / 0.95);
}

.border-b-emerald-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.border-b-emerald-100\/0{
  border-bottom-color: rgb(209 250 229 / 0);
}

.border-b-emerald-100\/10{
  border-bottom-color: rgb(209 250 229 / 0.1);
}

.border-b-emerald-100\/100{
  border-bottom-color: rgb(209 250 229 / 1);
}

.border-b-emerald-100\/20{
  border-bottom-color: rgb(209 250 229 / 0.2);
}

.border-b-emerald-100\/25{
  border-bottom-color: rgb(209 250 229 / 0.25);
}

.border-b-emerald-100\/30{
  border-bottom-color: rgb(209 250 229 / 0.3);
}

.border-b-emerald-100\/40{
  border-bottom-color: rgb(209 250 229 / 0.4);
}

.border-b-emerald-100\/5{
  border-bottom-color: rgb(209 250 229 / 0.05);
}

.border-b-emerald-100\/50{
  border-bottom-color: rgb(209 250 229 / 0.5);
}

.border-b-emerald-100\/60{
  border-bottom-color: rgb(209 250 229 / 0.6);
}

.border-b-emerald-100\/70{
  border-bottom-color: rgb(209 250 229 / 0.7);
}

.border-b-emerald-100\/75{
  border-bottom-color: rgb(209 250 229 / 0.75);
}

.border-b-emerald-100\/80{
  border-bottom-color: rgb(209 250 229 / 0.8);
}

.border-b-emerald-100\/90{
  border-bottom-color: rgb(209 250 229 / 0.9);
}

.border-b-emerald-100\/95{
  border-bottom-color: rgb(209 250 229 / 0.95);
}

.border-b-emerald-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-b-emerald-200\/0{
  border-bottom-color: rgb(167 243 208 / 0);
}

.border-b-emerald-200\/10{
  border-bottom-color: rgb(167 243 208 / 0.1);
}

.border-b-emerald-200\/100{
  border-bottom-color: rgb(167 243 208 / 1);
}

.border-b-emerald-200\/20{
  border-bottom-color: rgb(167 243 208 / 0.2);
}

.border-b-emerald-200\/25{
  border-bottom-color: rgb(167 243 208 / 0.25);
}

.border-b-emerald-200\/30{
  border-bottom-color: rgb(167 243 208 / 0.3);
}

.border-b-emerald-200\/40{
  border-bottom-color: rgb(167 243 208 / 0.4);
}

.border-b-emerald-200\/5{
  border-bottom-color: rgb(167 243 208 / 0.05);
}

.border-b-emerald-200\/50{
  border-bottom-color: rgb(167 243 208 / 0.5);
}

.border-b-emerald-200\/60{
  border-bottom-color: rgb(167 243 208 / 0.6);
}

.border-b-emerald-200\/70{
  border-bottom-color: rgb(167 243 208 / 0.7);
}

.border-b-emerald-200\/75{
  border-bottom-color: rgb(167 243 208 / 0.75);
}

.border-b-emerald-200\/80{
  border-bottom-color: rgb(167 243 208 / 0.8);
}

.border-b-emerald-200\/90{
  border-bottom-color: rgb(167 243 208 / 0.9);
}

.border-b-emerald-200\/95{
  border-bottom-color: rgb(167 243 208 / 0.95);
}

.border-b-emerald-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-b-emerald-300\/0{
  border-bottom-color: rgb(110 231 183 / 0);
}

.border-b-emerald-300\/10{
  border-bottom-color: rgb(110 231 183 / 0.1);
}

.border-b-emerald-300\/100{
  border-bottom-color: rgb(110 231 183 / 1);
}

.border-b-emerald-300\/20{
  border-bottom-color: rgb(110 231 183 / 0.2);
}

.border-b-emerald-300\/25{
  border-bottom-color: rgb(110 231 183 / 0.25);
}

.border-b-emerald-300\/30{
  border-bottom-color: rgb(110 231 183 / 0.3);
}

.border-b-emerald-300\/40{
  border-bottom-color: rgb(110 231 183 / 0.4);
}

.border-b-emerald-300\/5{
  border-bottom-color: rgb(110 231 183 / 0.05);
}

.border-b-emerald-300\/50{
  border-bottom-color: rgb(110 231 183 / 0.5);
}

.border-b-emerald-300\/60{
  border-bottom-color: rgb(110 231 183 / 0.6);
}

.border-b-emerald-300\/70{
  border-bottom-color: rgb(110 231 183 / 0.7);
}

.border-b-emerald-300\/75{
  border-bottom-color: rgb(110 231 183 / 0.75);
}

.border-b-emerald-300\/80{
  border-bottom-color: rgb(110 231 183 / 0.8);
}

.border-b-emerald-300\/90{
  border-bottom-color: rgb(110 231 183 / 0.9);
}

.border-b-emerald-300\/95{
  border-bottom-color: rgb(110 231 183 / 0.95);
}

.border-b-emerald-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-b-emerald-400\/0{
  border-bottom-color: rgb(52 211 153 / 0);
}

.border-b-emerald-400\/10{
  border-bottom-color: rgb(52 211 153 / 0.1);
}

.border-b-emerald-400\/100{
  border-bottom-color: rgb(52 211 153 / 1);
}

.border-b-emerald-400\/20{
  border-bottom-color: rgb(52 211 153 / 0.2);
}

.border-b-emerald-400\/25{
  border-bottom-color: rgb(52 211 153 / 0.25);
}

.border-b-emerald-400\/30{
  border-bottom-color: rgb(52 211 153 / 0.3);
}

.border-b-emerald-400\/40{
  border-bottom-color: rgb(52 211 153 / 0.4);
}

.border-b-emerald-400\/5{
  border-bottom-color: rgb(52 211 153 / 0.05);
}

.border-b-emerald-400\/50{
  border-bottom-color: rgb(52 211 153 / 0.5);
}

.border-b-emerald-400\/60{
  border-bottom-color: rgb(52 211 153 / 0.6);
}

.border-b-emerald-400\/70{
  border-bottom-color: rgb(52 211 153 / 0.7);
}

.border-b-emerald-400\/75{
  border-bottom-color: rgb(52 211 153 / 0.75);
}

.border-b-emerald-400\/80{
  border-bottom-color: rgb(52 211 153 / 0.8);
}

.border-b-emerald-400\/90{
  border-bottom-color: rgb(52 211 153 / 0.9);
}

.border-b-emerald-400\/95{
  border-bottom-color: rgb(52 211 153 / 0.95);
}

.border-b-emerald-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-b-emerald-50\/0{
  border-bottom-color: rgb(236 253 245 / 0);
}

.border-b-emerald-50\/10{
  border-bottom-color: rgb(236 253 245 / 0.1);
}

.border-b-emerald-50\/100{
  border-bottom-color: rgb(236 253 245 / 1);
}

.border-b-emerald-50\/20{
  border-bottom-color: rgb(236 253 245 / 0.2);
}

.border-b-emerald-50\/25{
  border-bottom-color: rgb(236 253 245 / 0.25);
}

.border-b-emerald-50\/30{
  border-bottom-color: rgb(236 253 245 / 0.3);
}

.border-b-emerald-50\/40{
  border-bottom-color: rgb(236 253 245 / 0.4);
}

.border-b-emerald-50\/5{
  border-bottom-color: rgb(236 253 245 / 0.05);
}

.border-b-emerald-50\/50{
  border-bottom-color: rgb(236 253 245 / 0.5);
}

.border-b-emerald-50\/60{
  border-bottom-color: rgb(236 253 245 / 0.6);
}

.border-b-emerald-50\/70{
  border-bottom-color: rgb(236 253 245 / 0.7);
}

.border-b-emerald-50\/75{
  border-bottom-color: rgb(236 253 245 / 0.75);
}

.border-b-emerald-50\/80{
  border-bottom-color: rgb(236 253 245 / 0.8);
}

.border-b-emerald-50\/90{
  border-bottom-color: rgb(236 253 245 / 0.9);
}

.border-b-emerald-50\/95{
  border-bottom-color: rgb(236 253 245 / 0.95);
}

.border-b-emerald-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-b-emerald-500\/0{
  border-bottom-color: rgb(16 185 129 / 0);
}

.border-b-emerald-500\/10{
  border-bottom-color: rgb(16 185 129 / 0.1);
}

.border-b-emerald-500\/100{
  border-bottom-color: rgb(16 185 129 / 1);
}

.border-b-emerald-500\/20{
  border-bottom-color: rgb(16 185 129 / 0.2);
}

.border-b-emerald-500\/25{
  border-bottom-color: rgb(16 185 129 / 0.25);
}

.border-b-emerald-500\/30{
  border-bottom-color: rgb(16 185 129 / 0.3);
}

.border-b-emerald-500\/40{
  border-bottom-color: rgb(16 185 129 / 0.4);
}

.border-b-emerald-500\/5{
  border-bottom-color: rgb(16 185 129 / 0.05);
}

.border-b-emerald-500\/50{
  border-bottom-color: rgb(16 185 129 / 0.5);
}

.border-b-emerald-500\/60{
  border-bottom-color: rgb(16 185 129 / 0.6);
}

.border-b-emerald-500\/70{
  border-bottom-color: rgb(16 185 129 / 0.7);
}

.border-b-emerald-500\/75{
  border-bottom-color: rgb(16 185 129 / 0.75);
}

.border-b-emerald-500\/80{
  border-bottom-color: rgb(16 185 129 / 0.8);
}

.border-b-emerald-500\/90{
  border-bottom-color: rgb(16 185 129 / 0.9);
}

.border-b-emerald-500\/95{
  border-bottom-color: rgb(16 185 129 / 0.95);
}

.border-b-emerald-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-b-emerald-600\/0{
  border-bottom-color: rgb(5 150 105 / 0);
}

.border-b-emerald-600\/10{
  border-bottom-color: rgb(5 150 105 / 0.1);
}

.border-b-emerald-600\/100{
  border-bottom-color: rgb(5 150 105 / 1);
}

.border-b-emerald-600\/20{
  border-bottom-color: rgb(5 150 105 / 0.2);
}

.border-b-emerald-600\/25{
  border-bottom-color: rgb(5 150 105 / 0.25);
}

.border-b-emerald-600\/30{
  border-bottom-color: rgb(5 150 105 / 0.3);
}

.border-b-emerald-600\/40{
  border-bottom-color: rgb(5 150 105 / 0.4);
}

.border-b-emerald-600\/5{
  border-bottom-color: rgb(5 150 105 / 0.05);
}

.border-b-emerald-600\/50{
  border-bottom-color: rgb(5 150 105 / 0.5);
}

.border-b-emerald-600\/60{
  border-bottom-color: rgb(5 150 105 / 0.6);
}

.border-b-emerald-600\/70{
  border-bottom-color: rgb(5 150 105 / 0.7);
}

.border-b-emerald-600\/75{
  border-bottom-color: rgb(5 150 105 / 0.75);
}

.border-b-emerald-600\/80{
  border-bottom-color: rgb(5 150 105 / 0.8);
}

.border-b-emerald-600\/90{
  border-bottom-color: rgb(5 150 105 / 0.9);
}

.border-b-emerald-600\/95{
  border-bottom-color: rgb(5 150 105 / 0.95);
}

.border-b-emerald-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-b-emerald-700\/0{
  border-bottom-color: rgb(4 120 87 / 0);
}

.border-b-emerald-700\/10{
  border-bottom-color: rgb(4 120 87 / 0.1);
}

.border-b-emerald-700\/100{
  border-bottom-color: rgb(4 120 87 / 1);
}

.border-b-emerald-700\/20{
  border-bottom-color: rgb(4 120 87 / 0.2);
}

.border-b-emerald-700\/25{
  border-bottom-color: rgb(4 120 87 / 0.25);
}

.border-b-emerald-700\/30{
  border-bottom-color: rgb(4 120 87 / 0.3);
}

.border-b-emerald-700\/40{
  border-bottom-color: rgb(4 120 87 / 0.4);
}

.border-b-emerald-700\/5{
  border-bottom-color: rgb(4 120 87 / 0.05);
}

.border-b-emerald-700\/50{
  border-bottom-color: rgb(4 120 87 / 0.5);
}

.border-b-emerald-700\/60{
  border-bottom-color: rgb(4 120 87 / 0.6);
}

.border-b-emerald-700\/70{
  border-bottom-color: rgb(4 120 87 / 0.7);
}

.border-b-emerald-700\/75{
  border-bottom-color: rgb(4 120 87 / 0.75);
}

.border-b-emerald-700\/80{
  border-bottom-color: rgb(4 120 87 / 0.8);
}

.border-b-emerald-700\/90{
  border-bottom-color: rgb(4 120 87 / 0.9);
}

.border-b-emerald-700\/95{
  border-bottom-color: rgb(4 120 87 / 0.95);
}

.border-b-emerald-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-b-emerald-800\/0{
  border-bottom-color: rgb(6 95 70 / 0);
}

.border-b-emerald-800\/10{
  border-bottom-color: rgb(6 95 70 / 0.1);
}

.border-b-emerald-800\/100{
  border-bottom-color: rgb(6 95 70 / 1);
}

.border-b-emerald-800\/20{
  border-bottom-color: rgb(6 95 70 / 0.2);
}

.border-b-emerald-800\/25{
  border-bottom-color: rgb(6 95 70 / 0.25);
}

.border-b-emerald-800\/30{
  border-bottom-color: rgb(6 95 70 / 0.3);
}

.border-b-emerald-800\/40{
  border-bottom-color: rgb(6 95 70 / 0.4);
}

.border-b-emerald-800\/5{
  border-bottom-color: rgb(6 95 70 / 0.05);
}

.border-b-emerald-800\/50{
  border-bottom-color: rgb(6 95 70 / 0.5);
}

.border-b-emerald-800\/60{
  border-bottom-color: rgb(6 95 70 / 0.6);
}

.border-b-emerald-800\/70{
  border-bottom-color: rgb(6 95 70 / 0.7);
}

.border-b-emerald-800\/75{
  border-bottom-color: rgb(6 95 70 / 0.75);
}

.border-b-emerald-800\/80{
  border-bottom-color: rgb(6 95 70 / 0.8);
}

.border-b-emerald-800\/90{
  border-bottom-color: rgb(6 95 70 / 0.9);
}

.border-b-emerald-800\/95{
  border-bottom-color: rgb(6 95 70 / 0.95);
}

.border-b-emerald-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-b-emerald-900\/0{
  border-bottom-color: rgb(6 78 59 / 0);
}

.border-b-emerald-900\/10{
  border-bottom-color: rgb(6 78 59 / 0.1);
}

.border-b-emerald-900\/100{
  border-bottom-color: rgb(6 78 59 / 1);
}

.border-b-emerald-900\/20{
  border-bottom-color: rgb(6 78 59 / 0.2);
}

.border-b-emerald-900\/25{
  border-bottom-color: rgb(6 78 59 / 0.25);
}

.border-b-emerald-900\/30{
  border-bottom-color: rgb(6 78 59 / 0.3);
}

.border-b-emerald-900\/40{
  border-bottom-color: rgb(6 78 59 / 0.4);
}

.border-b-emerald-900\/5{
  border-bottom-color: rgb(6 78 59 / 0.05);
}

.border-b-emerald-900\/50{
  border-bottom-color: rgb(6 78 59 / 0.5);
}

.border-b-emerald-900\/60{
  border-bottom-color: rgb(6 78 59 / 0.6);
}

.border-b-emerald-900\/70{
  border-bottom-color: rgb(6 78 59 / 0.7);
}

.border-b-emerald-900\/75{
  border-bottom-color: rgb(6 78 59 / 0.75);
}

.border-b-emerald-900\/80{
  border-bottom-color: rgb(6 78 59 / 0.8);
}

.border-b-emerald-900\/90{
  border-bottom-color: rgb(6 78 59 / 0.9);
}

.border-b-emerald-900\/95{
  border-bottom-color: rgb(6 78 59 / 0.95);
}

.border-b-emerald-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-b-emerald-950\/0{
  border-bottom-color: rgb(2 44 34 / 0);
}

.border-b-emerald-950\/10{
  border-bottom-color: rgb(2 44 34 / 0.1);
}

.border-b-emerald-950\/100{
  border-bottom-color: rgb(2 44 34 / 1);
}

.border-b-emerald-950\/20{
  border-bottom-color: rgb(2 44 34 / 0.2);
}

.border-b-emerald-950\/25{
  border-bottom-color: rgb(2 44 34 / 0.25);
}

.border-b-emerald-950\/30{
  border-bottom-color: rgb(2 44 34 / 0.3);
}

.border-b-emerald-950\/40{
  border-bottom-color: rgb(2 44 34 / 0.4);
}

.border-b-emerald-950\/5{
  border-bottom-color: rgb(2 44 34 / 0.05);
}

.border-b-emerald-950\/50{
  border-bottom-color: rgb(2 44 34 / 0.5);
}

.border-b-emerald-950\/60{
  border-bottom-color: rgb(2 44 34 / 0.6);
}

.border-b-emerald-950\/70{
  border-bottom-color: rgb(2 44 34 / 0.7);
}

.border-b-emerald-950\/75{
  border-bottom-color: rgb(2 44 34 / 0.75);
}

.border-b-emerald-950\/80{
  border-bottom-color: rgb(2 44 34 / 0.8);
}

.border-b-emerald-950\/90{
  border-bottom-color: rgb(2 44 34 / 0.9);
}

.border-b-emerald-950\/95{
  border-bottom-color: rgb(2 44 34 / 0.95);
}

.border-b-event-text-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 57 66 / var(--tw-border-opacity));
}

.border-b-event-text-100\/0{
  border-bottom-color: rgb(3 57 66 / 0);
}

.border-b-event-text-100\/10{
  border-bottom-color: rgb(3 57 66 / 0.1);
}

.border-b-event-text-100\/100{
  border-bottom-color: rgb(3 57 66 / 1);
}

.border-b-event-text-100\/20{
  border-bottom-color: rgb(3 57 66 / 0.2);
}

.border-b-event-text-100\/25{
  border-bottom-color: rgb(3 57 66 / 0.25);
}

.border-b-event-text-100\/30{
  border-bottom-color: rgb(3 57 66 / 0.3);
}

.border-b-event-text-100\/40{
  border-bottom-color: rgb(3 57 66 / 0.4);
}

.border-b-event-text-100\/5{
  border-bottom-color: rgb(3 57 66 / 0.05);
}

.border-b-event-text-100\/50{
  border-bottom-color: rgb(3 57 66 / 0.5);
}

.border-b-event-text-100\/60{
  border-bottom-color: rgb(3 57 66 / 0.6);
}

.border-b-event-text-100\/70{
  border-bottom-color: rgb(3 57 66 / 0.7);
}

.border-b-event-text-100\/75{
  border-bottom-color: rgb(3 57 66 / 0.75);
}

.border-b-event-text-100\/80{
  border-bottom-color: rgb(3 57 66 / 0.8);
}

.border-b-event-text-100\/90{
  border-bottom-color: rgb(3 57 66 / 0.9);
}

.border-b-event-text-100\/95{
  border-bottom-color: rgb(3 57 66 / 0.95);
}

.border-b-event-text-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(56 59 68 / var(--tw-border-opacity));
}

.border-b-event-text-200\/0{
  border-bottom-color: rgb(56 59 68 / 0);
}

.border-b-event-text-200\/10{
  border-bottom-color: rgb(56 59 68 / 0.1);
}

.border-b-event-text-200\/100{
  border-bottom-color: rgb(56 59 68 / 1);
}

.border-b-event-text-200\/20{
  border-bottom-color: rgb(56 59 68 / 0.2);
}

.border-b-event-text-200\/25{
  border-bottom-color: rgb(56 59 68 / 0.25);
}

.border-b-event-text-200\/30{
  border-bottom-color: rgb(56 59 68 / 0.3);
}

.border-b-event-text-200\/40{
  border-bottom-color: rgb(56 59 68 / 0.4);
}

.border-b-event-text-200\/5{
  border-bottom-color: rgb(56 59 68 / 0.05);
}

.border-b-event-text-200\/50{
  border-bottom-color: rgb(56 59 68 / 0.5);
}

.border-b-event-text-200\/60{
  border-bottom-color: rgb(56 59 68 / 0.6);
}

.border-b-event-text-200\/70{
  border-bottom-color: rgb(56 59 68 / 0.7);
}

.border-b-event-text-200\/75{
  border-bottom-color: rgb(56 59 68 / 0.75);
}

.border-b-event-text-200\/80{
  border-bottom-color: rgb(56 59 68 / 0.8);
}

.border-b-event-text-200\/90{
  border-bottom-color: rgb(56 59 68 / 0.9);
}

.border-b-event-text-200\/95{
  border-bottom-color: rgb(56 59 68 / 0.95);
}

.border-b-fuchsia-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.border-b-fuchsia-100\/0{
  border-bottom-color: rgb(250 232 255 / 0);
}

.border-b-fuchsia-100\/10{
  border-bottom-color: rgb(250 232 255 / 0.1);
}

.border-b-fuchsia-100\/100{
  border-bottom-color: rgb(250 232 255 / 1);
}

.border-b-fuchsia-100\/20{
  border-bottom-color: rgb(250 232 255 / 0.2);
}

.border-b-fuchsia-100\/25{
  border-bottom-color: rgb(250 232 255 / 0.25);
}

.border-b-fuchsia-100\/30{
  border-bottom-color: rgb(250 232 255 / 0.3);
}

.border-b-fuchsia-100\/40{
  border-bottom-color: rgb(250 232 255 / 0.4);
}

.border-b-fuchsia-100\/5{
  border-bottom-color: rgb(250 232 255 / 0.05);
}

.border-b-fuchsia-100\/50{
  border-bottom-color: rgb(250 232 255 / 0.5);
}

.border-b-fuchsia-100\/60{
  border-bottom-color: rgb(250 232 255 / 0.6);
}

.border-b-fuchsia-100\/70{
  border-bottom-color: rgb(250 232 255 / 0.7);
}

.border-b-fuchsia-100\/75{
  border-bottom-color: rgb(250 232 255 / 0.75);
}

.border-b-fuchsia-100\/80{
  border-bottom-color: rgb(250 232 255 / 0.8);
}

.border-b-fuchsia-100\/90{
  border-bottom-color: rgb(250 232 255 / 0.9);
}

.border-b-fuchsia-100\/95{
  border-bottom-color: rgb(250 232 255 / 0.95);
}

.border-b-fuchsia-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-b-fuchsia-200\/0{
  border-bottom-color: rgb(245 208 254 / 0);
}

.border-b-fuchsia-200\/10{
  border-bottom-color: rgb(245 208 254 / 0.1);
}

.border-b-fuchsia-200\/100{
  border-bottom-color: rgb(245 208 254 / 1);
}

.border-b-fuchsia-200\/20{
  border-bottom-color: rgb(245 208 254 / 0.2);
}

.border-b-fuchsia-200\/25{
  border-bottom-color: rgb(245 208 254 / 0.25);
}

.border-b-fuchsia-200\/30{
  border-bottom-color: rgb(245 208 254 / 0.3);
}

.border-b-fuchsia-200\/40{
  border-bottom-color: rgb(245 208 254 / 0.4);
}

.border-b-fuchsia-200\/5{
  border-bottom-color: rgb(245 208 254 / 0.05);
}

.border-b-fuchsia-200\/50{
  border-bottom-color: rgb(245 208 254 / 0.5);
}

.border-b-fuchsia-200\/60{
  border-bottom-color: rgb(245 208 254 / 0.6);
}

.border-b-fuchsia-200\/70{
  border-bottom-color: rgb(245 208 254 / 0.7);
}

.border-b-fuchsia-200\/75{
  border-bottom-color: rgb(245 208 254 / 0.75);
}

.border-b-fuchsia-200\/80{
  border-bottom-color: rgb(245 208 254 / 0.8);
}

.border-b-fuchsia-200\/90{
  border-bottom-color: rgb(245 208 254 / 0.9);
}

.border-b-fuchsia-200\/95{
  border-bottom-color: rgb(245 208 254 / 0.95);
}

.border-b-fuchsia-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-b-fuchsia-300\/0{
  border-bottom-color: rgb(240 171 252 / 0);
}

.border-b-fuchsia-300\/10{
  border-bottom-color: rgb(240 171 252 / 0.1);
}

.border-b-fuchsia-300\/100{
  border-bottom-color: rgb(240 171 252 / 1);
}

.border-b-fuchsia-300\/20{
  border-bottom-color: rgb(240 171 252 / 0.2);
}

.border-b-fuchsia-300\/25{
  border-bottom-color: rgb(240 171 252 / 0.25);
}

.border-b-fuchsia-300\/30{
  border-bottom-color: rgb(240 171 252 / 0.3);
}

.border-b-fuchsia-300\/40{
  border-bottom-color: rgb(240 171 252 / 0.4);
}

.border-b-fuchsia-300\/5{
  border-bottom-color: rgb(240 171 252 / 0.05);
}

.border-b-fuchsia-300\/50{
  border-bottom-color: rgb(240 171 252 / 0.5);
}

.border-b-fuchsia-300\/60{
  border-bottom-color: rgb(240 171 252 / 0.6);
}

.border-b-fuchsia-300\/70{
  border-bottom-color: rgb(240 171 252 / 0.7);
}

.border-b-fuchsia-300\/75{
  border-bottom-color: rgb(240 171 252 / 0.75);
}

.border-b-fuchsia-300\/80{
  border-bottom-color: rgb(240 171 252 / 0.8);
}

.border-b-fuchsia-300\/90{
  border-bottom-color: rgb(240 171 252 / 0.9);
}

.border-b-fuchsia-300\/95{
  border-bottom-color: rgb(240 171 252 / 0.95);
}

.border-b-fuchsia-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-b-fuchsia-400\/0{
  border-bottom-color: rgb(232 121 249 / 0);
}

.border-b-fuchsia-400\/10{
  border-bottom-color: rgb(232 121 249 / 0.1);
}

.border-b-fuchsia-400\/100{
  border-bottom-color: rgb(232 121 249 / 1);
}

.border-b-fuchsia-400\/20{
  border-bottom-color: rgb(232 121 249 / 0.2);
}

.border-b-fuchsia-400\/25{
  border-bottom-color: rgb(232 121 249 / 0.25);
}

.border-b-fuchsia-400\/30{
  border-bottom-color: rgb(232 121 249 / 0.3);
}

.border-b-fuchsia-400\/40{
  border-bottom-color: rgb(232 121 249 / 0.4);
}

.border-b-fuchsia-400\/5{
  border-bottom-color: rgb(232 121 249 / 0.05);
}

.border-b-fuchsia-400\/50{
  border-bottom-color: rgb(232 121 249 / 0.5);
}

.border-b-fuchsia-400\/60{
  border-bottom-color: rgb(232 121 249 / 0.6);
}

.border-b-fuchsia-400\/70{
  border-bottom-color: rgb(232 121 249 / 0.7);
}

.border-b-fuchsia-400\/75{
  border-bottom-color: rgb(232 121 249 / 0.75);
}

.border-b-fuchsia-400\/80{
  border-bottom-color: rgb(232 121 249 / 0.8);
}

.border-b-fuchsia-400\/90{
  border-bottom-color: rgb(232 121 249 / 0.9);
}

.border-b-fuchsia-400\/95{
  border-bottom-color: rgb(232 121 249 / 0.95);
}

.border-b-fuchsia-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-b-fuchsia-50\/0{
  border-bottom-color: rgb(253 244 255 / 0);
}

.border-b-fuchsia-50\/10{
  border-bottom-color: rgb(253 244 255 / 0.1);
}

.border-b-fuchsia-50\/100{
  border-bottom-color: rgb(253 244 255 / 1);
}

.border-b-fuchsia-50\/20{
  border-bottom-color: rgb(253 244 255 / 0.2);
}

.border-b-fuchsia-50\/25{
  border-bottom-color: rgb(253 244 255 / 0.25);
}

.border-b-fuchsia-50\/30{
  border-bottom-color: rgb(253 244 255 / 0.3);
}

.border-b-fuchsia-50\/40{
  border-bottom-color: rgb(253 244 255 / 0.4);
}

.border-b-fuchsia-50\/5{
  border-bottom-color: rgb(253 244 255 / 0.05);
}

.border-b-fuchsia-50\/50{
  border-bottom-color: rgb(253 244 255 / 0.5);
}

.border-b-fuchsia-50\/60{
  border-bottom-color: rgb(253 244 255 / 0.6);
}

.border-b-fuchsia-50\/70{
  border-bottom-color: rgb(253 244 255 / 0.7);
}

.border-b-fuchsia-50\/75{
  border-bottom-color: rgb(253 244 255 / 0.75);
}

.border-b-fuchsia-50\/80{
  border-bottom-color: rgb(253 244 255 / 0.8);
}

.border-b-fuchsia-50\/90{
  border-bottom-color: rgb(253 244 255 / 0.9);
}

.border-b-fuchsia-50\/95{
  border-bottom-color: rgb(253 244 255 / 0.95);
}

.border-b-fuchsia-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-b-fuchsia-500\/0{
  border-bottom-color: rgb(217 70 239 / 0);
}

.border-b-fuchsia-500\/10{
  border-bottom-color: rgb(217 70 239 / 0.1);
}

.border-b-fuchsia-500\/100{
  border-bottom-color: rgb(217 70 239 / 1);
}

.border-b-fuchsia-500\/20{
  border-bottom-color: rgb(217 70 239 / 0.2);
}

.border-b-fuchsia-500\/25{
  border-bottom-color: rgb(217 70 239 / 0.25);
}

.border-b-fuchsia-500\/30{
  border-bottom-color: rgb(217 70 239 / 0.3);
}

.border-b-fuchsia-500\/40{
  border-bottom-color: rgb(217 70 239 / 0.4);
}

.border-b-fuchsia-500\/5{
  border-bottom-color: rgb(217 70 239 / 0.05);
}

.border-b-fuchsia-500\/50{
  border-bottom-color: rgb(217 70 239 / 0.5);
}

.border-b-fuchsia-500\/60{
  border-bottom-color: rgb(217 70 239 / 0.6);
}

.border-b-fuchsia-500\/70{
  border-bottom-color: rgb(217 70 239 / 0.7);
}

.border-b-fuchsia-500\/75{
  border-bottom-color: rgb(217 70 239 / 0.75);
}

.border-b-fuchsia-500\/80{
  border-bottom-color: rgb(217 70 239 / 0.8);
}

.border-b-fuchsia-500\/90{
  border-bottom-color: rgb(217 70 239 / 0.9);
}

.border-b-fuchsia-500\/95{
  border-bottom-color: rgb(217 70 239 / 0.95);
}

.border-b-fuchsia-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-b-fuchsia-600\/0{
  border-bottom-color: rgb(192 38 211 / 0);
}

.border-b-fuchsia-600\/10{
  border-bottom-color: rgb(192 38 211 / 0.1);
}

.border-b-fuchsia-600\/100{
  border-bottom-color: rgb(192 38 211 / 1);
}

.border-b-fuchsia-600\/20{
  border-bottom-color: rgb(192 38 211 / 0.2);
}

.border-b-fuchsia-600\/25{
  border-bottom-color: rgb(192 38 211 / 0.25);
}

.border-b-fuchsia-600\/30{
  border-bottom-color: rgb(192 38 211 / 0.3);
}

.border-b-fuchsia-600\/40{
  border-bottom-color: rgb(192 38 211 / 0.4);
}

.border-b-fuchsia-600\/5{
  border-bottom-color: rgb(192 38 211 / 0.05);
}

.border-b-fuchsia-600\/50{
  border-bottom-color: rgb(192 38 211 / 0.5);
}

.border-b-fuchsia-600\/60{
  border-bottom-color: rgb(192 38 211 / 0.6);
}

.border-b-fuchsia-600\/70{
  border-bottom-color: rgb(192 38 211 / 0.7);
}

.border-b-fuchsia-600\/75{
  border-bottom-color: rgb(192 38 211 / 0.75);
}

.border-b-fuchsia-600\/80{
  border-bottom-color: rgb(192 38 211 / 0.8);
}

.border-b-fuchsia-600\/90{
  border-bottom-color: rgb(192 38 211 / 0.9);
}

.border-b-fuchsia-600\/95{
  border-bottom-color: rgb(192 38 211 / 0.95);
}

.border-b-fuchsia-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-b-fuchsia-700\/0{
  border-bottom-color: rgb(162 28 175 / 0);
}

.border-b-fuchsia-700\/10{
  border-bottom-color: rgb(162 28 175 / 0.1);
}

.border-b-fuchsia-700\/100{
  border-bottom-color: rgb(162 28 175 / 1);
}

.border-b-fuchsia-700\/20{
  border-bottom-color: rgb(162 28 175 / 0.2);
}

.border-b-fuchsia-700\/25{
  border-bottom-color: rgb(162 28 175 / 0.25);
}

.border-b-fuchsia-700\/30{
  border-bottom-color: rgb(162 28 175 / 0.3);
}

.border-b-fuchsia-700\/40{
  border-bottom-color: rgb(162 28 175 / 0.4);
}

.border-b-fuchsia-700\/5{
  border-bottom-color: rgb(162 28 175 / 0.05);
}

.border-b-fuchsia-700\/50{
  border-bottom-color: rgb(162 28 175 / 0.5);
}

.border-b-fuchsia-700\/60{
  border-bottom-color: rgb(162 28 175 / 0.6);
}

.border-b-fuchsia-700\/70{
  border-bottom-color: rgb(162 28 175 / 0.7);
}

.border-b-fuchsia-700\/75{
  border-bottom-color: rgb(162 28 175 / 0.75);
}

.border-b-fuchsia-700\/80{
  border-bottom-color: rgb(162 28 175 / 0.8);
}

.border-b-fuchsia-700\/90{
  border-bottom-color: rgb(162 28 175 / 0.9);
}

.border-b-fuchsia-700\/95{
  border-bottom-color: rgb(162 28 175 / 0.95);
}

.border-b-fuchsia-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-b-fuchsia-800\/0{
  border-bottom-color: rgb(134 25 143 / 0);
}

.border-b-fuchsia-800\/10{
  border-bottom-color: rgb(134 25 143 / 0.1);
}

.border-b-fuchsia-800\/100{
  border-bottom-color: rgb(134 25 143 / 1);
}

.border-b-fuchsia-800\/20{
  border-bottom-color: rgb(134 25 143 / 0.2);
}

.border-b-fuchsia-800\/25{
  border-bottom-color: rgb(134 25 143 / 0.25);
}

.border-b-fuchsia-800\/30{
  border-bottom-color: rgb(134 25 143 / 0.3);
}

.border-b-fuchsia-800\/40{
  border-bottom-color: rgb(134 25 143 / 0.4);
}

.border-b-fuchsia-800\/5{
  border-bottom-color: rgb(134 25 143 / 0.05);
}

.border-b-fuchsia-800\/50{
  border-bottom-color: rgb(134 25 143 / 0.5);
}

.border-b-fuchsia-800\/60{
  border-bottom-color: rgb(134 25 143 / 0.6);
}

.border-b-fuchsia-800\/70{
  border-bottom-color: rgb(134 25 143 / 0.7);
}

.border-b-fuchsia-800\/75{
  border-bottom-color: rgb(134 25 143 / 0.75);
}

.border-b-fuchsia-800\/80{
  border-bottom-color: rgb(134 25 143 / 0.8);
}

.border-b-fuchsia-800\/90{
  border-bottom-color: rgb(134 25 143 / 0.9);
}

.border-b-fuchsia-800\/95{
  border-bottom-color: rgb(134 25 143 / 0.95);
}

.border-b-fuchsia-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-b-fuchsia-900\/0{
  border-bottom-color: rgb(112 26 117 / 0);
}

.border-b-fuchsia-900\/10{
  border-bottom-color: rgb(112 26 117 / 0.1);
}

.border-b-fuchsia-900\/100{
  border-bottom-color: rgb(112 26 117 / 1);
}

.border-b-fuchsia-900\/20{
  border-bottom-color: rgb(112 26 117 / 0.2);
}

.border-b-fuchsia-900\/25{
  border-bottom-color: rgb(112 26 117 / 0.25);
}

.border-b-fuchsia-900\/30{
  border-bottom-color: rgb(112 26 117 / 0.3);
}

.border-b-fuchsia-900\/40{
  border-bottom-color: rgb(112 26 117 / 0.4);
}

.border-b-fuchsia-900\/5{
  border-bottom-color: rgb(112 26 117 / 0.05);
}

.border-b-fuchsia-900\/50{
  border-bottom-color: rgb(112 26 117 / 0.5);
}

.border-b-fuchsia-900\/60{
  border-bottom-color: rgb(112 26 117 / 0.6);
}

.border-b-fuchsia-900\/70{
  border-bottom-color: rgb(112 26 117 / 0.7);
}

.border-b-fuchsia-900\/75{
  border-bottom-color: rgb(112 26 117 / 0.75);
}

.border-b-fuchsia-900\/80{
  border-bottom-color: rgb(112 26 117 / 0.8);
}

.border-b-fuchsia-900\/90{
  border-bottom-color: rgb(112 26 117 / 0.9);
}

.border-b-fuchsia-900\/95{
  border-bottom-color: rgb(112 26 117 / 0.95);
}

.border-b-fuchsia-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-b-fuchsia-950\/0{
  border-bottom-color: rgb(74 4 78 / 0);
}

.border-b-fuchsia-950\/10{
  border-bottom-color: rgb(74 4 78 / 0.1);
}

.border-b-fuchsia-950\/100{
  border-bottom-color: rgb(74 4 78 / 1);
}

.border-b-fuchsia-950\/20{
  border-bottom-color: rgb(74 4 78 / 0.2);
}

.border-b-fuchsia-950\/25{
  border-bottom-color: rgb(74 4 78 / 0.25);
}

.border-b-fuchsia-950\/30{
  border-bottom-color: rgb(74 4 78 / 0.3);
}

.border-b-fuchsia-950\/40{
  border-bottom-color: rgb(74 4 78 / 0.4);
}

.border-b-fuchsia-950\/5{
  border-bottom-color: rgb(74 4 78 / 0.05);
}

.border-b-fuchsia-950\/50{
  border-bottom-color: rgb(74 4 78 / 0.5);
}

.border-b-fuchsia-950\/60{
  border-bottom-color: rgb(74 4 78 / 0.6);
}

.border-b-fuchsia-950\/70{
  border-bottom-color: rgb(74 4 78 / 0.7);
}

.border-b-fuchsia-950\/75{
  border-bottom-color: rgb(74 4 78 / 0.75);
}

.border-b-fuchsia-950\/80{
  border-bottom-color: rgb(74 4 78 / 0.8);
}

.border-b-fuchsia-950\/90{
  border-bottom-color: rgb(74 4 78 / 0.9);
}

.border-b-fuchsia-950\/95{
  border-bottom-color: rgb(74 4 78 / 0.95);
}

.border-b-gray-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-b-gray-100\/0{
  border-bottom-color: rgb(243 244 246 / 0);
}

.border-b-gray-100\/10{
  border-bottom-color: rgb(243 244 246 / 0.1);
}

.border-b-gray-100\/100{
  border-bottom-color: rgb(243 244 246 / 1);
}

.border-b-gray-100\/20{
  border-bottom-color: rgb(243 244 246 / 0.2);
}

.border-b-gray-100\/25{
  border-bottom-color: rgb(243 244 246 / 0.25);
}

.border-b-gray-100\/30{
  border-bottom-color: rgb(243 244 246 / 0.3);
}

.border-b-gray-100\/40{
  border-bottom-color: rgb(243 244 246 / 0.4);
}

.border-b-gray-100\/5{
  border-bottom-color: rgb(243 244 246 / 0.05);
}

.border-b-gray-100\/50{
  border-bottom-color: rgb(243 244 246 / 0.5);
}

.border-b-gray-100\/60{
  border-bottom-color: rgb(243 244 246 / 0.6);
}

.border-b-gray-100\/70{
  border-bottom-color: rgb(243 244 246 / 0.7);
}

.border-b-gray-100\/75{
  border-bottom-color: rgb(243 244 246 / 0.75);
}

.border-b-gray-100\/80{
  border-bottom-color: rgb(243 244 246 / 0.8);
}

.border-b-gray-100\/90{
  border-bottom-color: rgb(243 244 246 / 0.9);
}

.border-b-gray-100\/95{
  border-bottom-color: rgb(243 244 246 / 0.95);
}

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

.border-b-gray-200\/0{
  border-bottom-color: rgb(229 231 235 / 0);
}

.border-b-gray-200\/10{
  border-bottom-color: rgb(229 231 235 / 0.1);
}

.border-b-gray-200\/100{
  border-bottom-color: rgb(229 231 235 / 1);
}

.border-b-gray-200\/20{
  border-bottom-color: rgb(229 231 235 / 0.2);
}

.border-b-gray-200\/25{
  border-bottom-color: rgb(229 231 235 / 0.25);
}

.border-b-gray-200\/30{
  border-bottom-color: rgb(229 231 235 / 0.3);
}

.border-b-gray-200\/40{
  border-bottom-color: rgb(229 231 235 / 0.4);
}

.border-b-gray-200\/5{
  border-bottom-color: rgb(229 231 235 / 0.05);
}

.border-b-gray-200\/50{
  border-bottom-color: rgb(229 231 235 / 0.5);
}

.border-b-gray-200\/60{
  border-bottom-color: rgb(229 231 235 / 0.6);
}

.border-b-gray-200\/70{
  border-bottom-color: rgb(229 231 235 / 0.7);
}

.border-b-gray-200\/75{
  border-bottom-color: rgb(229 231 235 / 0.75);
}

.border-b-gray-200\/80{
  border-bottom-color: rgb(229 231 235 / 0.8);
}

.border-b-gray-200\/90{
  border-bottom-color: rgb(229 231 235 / 0.9);
}

.border-b-gray-200\/95{
  border-bottom-color: rgb(229 231 235 / 0.95);
}

.border-b-gray-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-b-gray-300\/0{
  border-bottom-color: rgb(209 213 219 / 0);
}

.border-b-gray-300\/10{
  border-bottom-color: rgb(209 213 219 / 0.1);
}

.border-b-gray-300\/100{
  border-bottom-color: rgb(209 213 219 / 1);
}

.border-b-gray-300\/20{
  border-bottom-color: rgb(209 213 219 / 0.2);
}

.border-b-gray-300\/25{
  border-bottom-color: rgb(209 213 219 / 0.25);
}

.border-b-gray-300\/30{
  border-bottom-color: rgb(209 213 219 / 0.3);
}

.border-b-gray-300\/40{
  border-bottom-color: rgb(209 213 219 / 0.4);
}

.border-b-gray-300\/5{
  border-bottom-color: rgb(209 213 219 / 0.05);
}

.border-b-gray-300\/50{
  border-bottom-color: rgb(209 213 219 / 0.5);
}

.border-b-gray-300\/60{
  border-bottom-color: rgb(209 213 219 / 0.6);
}

.border-b-gray-300\/70{
  border-bottom-color: rgb(209 213 219 / 0.7);
}

.border-b-gray-300\/75{
  border-bottom-color: rgb(209 213 219 / 0.75);
}

.border-b-gray-300\/80{
  border-bottom-color: rgb(209 213 219 / 0.8);
}

.border-b-gray-300\/90{
  border-bottom-color: rgb(209 213 219 / 0.9);
}

.border-b-gray-300\/95{
  border-bottom-color: rgb(209 213 219 / 0.95);
}

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

.border-b-gray-400\/0{
  border-bottom-color: rgb(156 163 175 / 0);
}

.border-b-gray-400\/10{
  border-bottom-color: rgb(156 163 175 / 0.1);
}

.border-b-gray-400\/100{
  border-bottom-color: rgb(156 163 175 / 1);
}

.border-b-gray-400\/20{
  border-bottom-color: rgb(156 163 175 / 0.2);
}

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

.border-b-gray-400\/30{
  border-bottom-color: rgb(156 163 175 / 0.3);
}

.border-b-gray-400\/40{
  border-bottom-color: rgb(156 163 175 / 0.4);
}

.border-b-gray-400\/5{
  border-bottom-color: rgb(156 163 175 / 0.05);
}

.border-b-gray-400\/50{
  border-bottom-color: rgb(156 163 175 / 0.5);
}

.border-b-gray-400\/60{
  border-bottom-color: rgb(156 163 175 / 0.6);
}

.border-b-gray-400\/70{
  border-bottom-color: rgb(156 163 175 / 0.7);
}

.border-b-gray-400\/75{
  border-bottom-color: rgb(156 163 175 / 0.75);
}

.border-b-gray-400\/80{
  border-bottom-color: rgb(156 163 175 / 0.8);
}

.border-b-gray-400\/90{
  border-bottom-color: rgb(156 163 175 / 0.9);
}

.border-b-gray-400\/95{
  border-bottom-color: rgb(156 163 175 / 0.95);
}

.border-b-gray-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-b-gray-50\/0{
  border-bottom-color: rgb(249 250 251 / 0);
}

.border-b-gray-50\/10{
  border-bottom-color: rgb(249 250 251 / 0.1);
}

.border-b-gray-50\/100{
  border-bottom-color: rgb(249 250 251 / 1);
}

.border-b-gray-50\/20{
  border-bottom-color: rgb(249 250 251 / 0.2);
}

.border-b-gray-50\/25{
  border-bottom-color: rgb(249 250 251 / 0.25);
}

.border-b-gray-50\/30{
  border-bottom-color: rgb(249 250 251 / 0.3);
}

.border-b-gray-50\/40{
  border-bottom-color: rgb(249 250 251 / 0.4);
}

.border-b-gray-50\/5{
  border-bottom-color: rgb(249 250 251 / 0.05);
}

.border-b-gray-50\/50{
  border-bottom-color: rgb(249 250 251 / 0.5);
}

.border-b-gray-50\/60{
  border-bottom-color: rgb(249 250 251 / 0.6);
}

.border-b-gray-50\/70{
  border-bottom-color: rgb(249 250 251 / 0.7);
}

.border-b-gray-50\/75{
  border-bottom-color: rgb(249 250 251 / 0.75);
}

.border-b-gray-50\/80{
  border-bottom-color: rgb(249 250 251 / 0.8);
}

.border-b-gray-50\/90{
  border-bottom-color: rgb(249 250 251 / 0.9);
}

.border-b-gray-50\/95{
  border-bottom-color: rgb(249 250 251 / 0.95);
}

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

.border-b-gray-500\/0{
  border-bottom-color: rgb(107 114 128 / 0);
}

.border-b-gray-500\/10{
  border-bottom-color: rgb(107 114 128 / 0.1);
}

.border-b-gray-500\/100{
  border-bottom-color: rgb(107 114 128 / 1);
}

.border-b-gray-500\/20{
  border-bottom-color: rgb(107 114 128 / 0.2);
}

.border-b-gray-500\/25{
  border-bottom-color: rgb(107 114 128 / 0.25);
}

.border-b-gray-500\/30{
  border-bottom-color: rgb(107 114 128 / 0.3);
}

.border-b-gray-500\/40{
  border-bottom-color: rgb(107 114 128 / 0.4);
}

.border-b-gray-500\/5{
  border-bottom-color: rgb(107 114 128 / 0.05);
}

.border-b-gray-500\/50{
  border-bottom-color: rgb(107 114 128 / 0.5);
}

.border-b-gray-500\/60{
  border-bottom-color: rgb(107 114 128 / 0.6);
}

.border-b-gray-500\/70{
  border-bottom-color: rgb(107 114 128 / 0.7);
}

.border-b-gray-500\/75{
  border-bottom-color: rgb(107 114 128 / 0.75);
}

.border-b-gray-500\/80{
  border-bottom-color: rgb(107 114 128 / 0.8);
}

.border-b-gray-500\/90{
  border-bottom-color: rgb(107 114 128 / 0.9);
}

.border-b-gray-500\/95{
  border-bottom-color: rgb(107 114 128 / 0.95);
}

.border-b-gray-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-b-gray-600\/0{
  border-bottom-color: rgb(75 85 99 / 0);
}

.border-b-gray-600\/10{
  border-bottom-color: rgb(75 85 99 / 0.1);
}

.border-b-gray-600\/100{
  border-bottom-color: rgb(75 85 99 / 1);
}

.border-b-gray-600\/20{
  border-bottom-color: rgb(75 85 99 / 0.2);
}

.border-b-gray-600\/25{
  border-bottom-color: rgb(75 85 99 / 0.25);
}

.border-b-gray-600\/30{
  border-bottom-color: rgb(75 85 99 / 0.3);
}

.border-b-gray-600\/40{
  border-bottom-color: rgb(75 85 99 / 0.4);
}

.border-b-gray-600\/5{
  border-bottom-color: rgb(75 85 99 / 0.05);
}

.border-b-gray-600\/50{
  border-bottom-color: rgb(75 85 99 / 0.5);
}

.border-b-gray-600\/60{
  border-bottom-color: rgb(75 85 99 / 0.6);
}

.border-b-gray-600\/70{
  border-bottom-color: rgb(75 85 99 / 0.7);
}

.border-b-gray-600\/75{
  border-bottom-color: rgb(75 85 99 / 0.75);
}

.border-b-gray-600\/80{
  border-bottom-color: rgb(75 85 99 / 0.8);
}

.border-b-gray-600\/90{
  border-bottom-color: rgb(75 85 99 / 0.9);
}

.border-b-gray-600\/95{
  border-bottom-color: rgb(75 85 99 / 0.95);
}

.border-b-gray-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-b-gray-700\/0{
  border-bottom-color: rgb(55 65 81 / 0);
}

.border-b-gray-700\/10{
  border-bottom-color: rgb(55 65 81 / 0.1);
}

.border-b-gray-700\/100{
  border-bottom-color: rgb(55 65 81 / 1);
}

.border-b-gray-700\/20{
  border-bottom-color: rgb(55 65 81 / 0.2);
}

.border-b-gray-700\/25{
  border-bottom-color: rgb(55 65 81 / 0.25);
}

.border-b-gray-700\/30{
  border-bottom-color: rgb(55 65 81 / 0.3);
}

.border-b-gray-700\/40{
  border-bottom-color: rgb(55 65 81 / 0.4);
}

.border-b-gray-700\/5{
  border-bottom-color: rgb(55 65 81 / 0.05);
}

.border-b-gray-700\/50{
  border-bottom-color: rgb(55 65 81 / 0.5);
}

.border-b-gray-700\/60{
  border-bottom-color: rgb(55 65 81 / 0.6);
}

.border-b-gray-700\/70{
  border-bottom-color: rgb(55 65 81 / 0.7);
}

.border-b-gray-700\/75{
  border-bottom-color: rgb(55 65 81 / 0.75);
}

.border-b-gray-700\/80{
  border-bottom-color: rgb(55 65 81 / 0.8);
}

.border-b-gray-700\/90{
  border-bottom-color: rgb(55 65 81 / 0.9);
}

.border-b-gray-700\/95{
  border-bottom-color: rgb(55 65 81 / 0.95);
}

.border-b-gray-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-b-gray-800\/0{
  border-bottom-color: rgb(31 41 55 / 0);
}

.border-b-gray-800\/10{
  border-bottom-color: rgb(31 41 55 / 0.1);
}

.border-b-gray-800\/100{
  border-bottom-color: rgb(31 41 55 / 1);
}

.border-b-gray-800\/20{
  border-bottom-color: rgb(31 41 55 / 0.2);
}

.border-b-gray-800\/25{
  border-bottom-color: rgb(31 41 55 / 0.25);
}

.border-b-gray-800\/30{
  border-bottom-color: rgb(31 41 55 / 0.3);
}

.border-b-gray-800\/40{
  border-bottom-color: rgb(31 41 55 / 0.4);
}

.border-b-gray-800\/5{
  border-bottom-color: rgb(31 41 55 / 0.05);
}

.border-b-gray-800\/50{
  border-bottom-color: rgb(31 41 55 / 0.5);
}

.border-b-gray-800\/60{
  border-bottom-color: rgb(31 41 55 / 0.6);
}

.border-b-gray-800\/70{
  border-bottom-color: rgb(31 41 55 / 0.7);
}

.border-b-gray-800\/75{
  border-bottom-color: rgb(31 41 55 / 0.75);
}

.border-b-gray-800\/80{
  border-bottom-color: rgb(31 41 55 / 0.8);
}

.border-b-gray-800\/90{
  border-bottom-color: rgb(31 41 55 / 0.9);
}

.border-b-gray-800\/95{
  border-bottom-color: rgb(31 41 55 / 0.95);
}

.border-b-gray-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-b-gray-900\/0{
  border-bottom-color: rgb(17 24 39 / 0);
}

.border-b-gray-900\/10{
  border-bottom-color: rgb(17 24 39 / 0.1);
}

.border-b-gray-900\/100{
  border-bottom-color: rgb(17 24 39 / 1);
}

.border-b-gray-900\/20{
  border-bottom-color: rgb(17 24 39 / 0.2);
}

.border-b-gray-900\/25{
  border-bottom-color: rgb(17 24 39 / 0.25);
}

.border-b-gray-900\/30{
  border-bottom-color: rgb(17 24 39 / 0.3);
}

.border-b-gray-900\/40{
  border-bottom-color: rgb(17 24 39 / 0.4);
}

.border-b-gray-900\/5{
  border-bottom-color: rgb(17 24 39 / 0.05);
}

.border-b-gray-900\/50{
  border-bottom-color: rgb(17 24 39 / 0.5);
}

.border-b-gray-900\/60{
  border-bottom-color: rgb(17 24 39 / 0.6);
}

.border-b-gray-900\/70{
  border-bottom-color: rgb(17 24 39 / 0.7);
}

.border-b-gray-900\/75{
  border-bottom-color: rgb(17 24 39 / 0.75);
}

.border-b-gray-900\/80{
  border-bottom-color: rgb(17 24 39 / 0.8);
}

.border-b-gray-900\/90{
  border-bottom-color: rgb(17 24 39 / 0.9);
}

.border-b-gray-900\/95{
  border-bottom-color: rgb(17 24 39 / 0.95);
}

.border-b-gray-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-b-gray-950\/0{
  border-bottom-color: rgb(3 7 18 / 0);
}

.border-b-gray-950\/10{
  border-bottom-color: rgb(3 7 18 / 0.1);
}

.border-b-gray-950\/100{
  border-bottom-color: rgb(3 7 18 / 1);
}

.border-b-gray-950\/20{
  border-bottom-color: rgb(3 7 18 / 0.2);
}

.border-b-gray-950\/25{
  border-bottom-color: rgb(3 7 18 / 0.25);
}

.border-b-gray-950\/30{
  border-bottom-color: rgb(3 7 18 / 0.3);
}

.border-b-gray-950\/40{
  border-bottom-color: rgb(3 7 18 / 0.4);
}

.border-b-gray-950\/5{
  border-bottom-color: rgb(3 7 18 / 0.05);
}

.border-b-gray-950\/50{
  border-bottom-color: rgb(3 7 18 / 0.5);
}

.border-b-gray-950\/60{
  border-bottom-color: rgb(3 7 18 / 0.6);
}

.border-b-gray-950\/70{
  border-bottom-color: rgb(3 7 18 / 0.7);
}

.border-b-gray-950\/75{
  border-bottom-color: rgb(3 7 18 / 0.75);
}

.border-b-gray-950\/80{
  border-bottom-color: rgb(3 7 18 / 0.8);
}

.border-b-gray-950\/90{
  border-bottom-color: rgb(3 7 18 / 0.9);
}

.border-b-gray-950\/95{
  border-bottom-color: rgb(3 7 18 / 0.95);
}

.border-b-green-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-b-green-100\/0{
  border-bottom-color: rgb(220 252 231 / 0);
}

.border-b-green-100\/10{
  border-bottom-color: rgb(220 252 231 / 0.1);
}

.border-b-green-100\/100{
  border-bottom-color: rgb(220 252 231 / 1);
}

.border-b-green-100\/20{
  border-bottom-color: rgb(220 252 231 / 0.2);
}

.border-b-green-100\/25{
  border-bottom-color: rgb(220 252 231 / 0.25);
}

.border-b-green-100\/30{
  border-bottom-color: rgb(220 252 231 / 0.3);
}

.border-b-green-100\/40{
  border-bottom-color: rgb(220 252 231 / 0.4);
}

.border-b-green-100\/5{
  border-bottom-color: rgb(220 252 231 / 0.05);
}

.border-b-green-100\/50{
  border-bottom-color: rgb(220 252 231 / 0.5);
}

.border-b-green-100\/60{
  border-bottom-color: rgb(220 252 231 / 0.6);
}

.border-b-green-100\/70{
  border-bottom-color: rgb(220 252 231 / 0.7);
}

.border-b-green-100\/75{
  border-bottom-color: rgb(220 252 231 / 0.75);
}

.border-b-green-100\/80{
  border-bottom-color: rgb(220 252 231 / 0.8);
}

.border-b-green-100\/90{
  border-bottom-color: rgb(220 252 231 / 0.9);
}

.border-b-green-100\/95{
  border-bottom-color: rgb(220 252 231 / 0.95);
}

.border-b-green-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-b-green-200\/0{
  border-bottom-color: rgb(187 247 208 / 0);
}

.border-b-green-200\/10{
  border-bottom-color: rgb(187 247 208 / 0.1);
}

.border-b-green-200\/100{
  border-bottom-color: rgb(187 247 208 / 1);
}

.border-b-green-200\/20{
  border-bottom-color: rgb(187 247 208 / 0.2);
}

.border-b-green-200\/25{
  border-bottom-color: rgb(187 247 208 / 0.25);
}

.border-b-green-200\/30{
  border-bottom-color: rgb(187 247 208 / 0.3);
}

.border-b-green-200\/40{
  border-bottom-color: rgb(187 247 208 / 0.4);
}

.border-b-green-200\/5{
  border-bottom-color: rgb(187 247 208 / 0.05);
}

.border-b-green-200\/50{
  border-bottom-color: rgb(187 247 208 / 0.5);
}

.border-b-green-200\/60{
  border-bottom-color: rgb(187 247 208 / 0.6);
}

.border-b-green-200\/70{
  border-bottom-color: rgb(187 247 208 / 0.7);
}

.border-b-green-200\/75{
  border-bottom-color: rgb(187 247 208 / 0.75);
}

.border-b-green-200\/80{
  border-bottom-color: rgb(187 247 208 / 0.8);
}

.border-b-green-200\/90{
  border-bottom-color: rgb(187 247 208 / 0.9);
}

.border-b-green-200\/95{
  border-bottom-color: rgb(187 247 208 / 0.95);
}

.border-b-green-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-b-green-300\/0{
  border-bottom-color: rgb(134 239 172 / 0);
}

.border-b-green-300\/10{
  border-bottom-color: rgb(134 239 172 / 0.1);
}

.border-b-green-300\/100{
  border-bottom-color: rgb(134 239 172 / 1);
}

.border-b-green-300\/20{
  border-bottom-color: rgb(134 239 172 / 0.2);
}

.border-b-green-300\/25{
  border-bottom-color: rgb(134 239 172 / 0.25);
}

.border-b-green-300\/30{
  border-bottom-color: rgb(134 239 172 / 0.3);
}

.border-b-green-300\/40{
  border-bottom-color: rgb(134 239 172 / 0.4);
}

.border-b-green-300\/5{
  border-bottom-color: rgb(134 239 172 / 0.05);
}

.border-b-green-300\/50{
  border-bottom-color: rgb(134 239 172 / 0.5);
}

.border-b-green-300\/60{
  border-bottom-color: rgb(134 239 172 / 0.6);
}

.border-b-green-300\/70{
  border-bottom-color: rgb(134 239 172 / 0.7);
}

.border-b-green-300\/75{
  border-bottom-color: rgb(134 239 172 / 0.75);
}

.border-b-green-300\/80{
  border-bottom-color: rgb(134 239 172 / 0.8);
}

.border-b-green-300\/90{
  border-bottom-color: rgb(134 239 172 / 0.9);
}

.border-b-green-300\/95{
  border-bottom-color: rgb(134 239 172 / 0.95);
}

.border-b-green-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-b-green-400\/0{
  border-bottom-color: rgb(74 222 128 / 0);
}

.border-b-green-400\/10{
  border-bottom-color: rgb(74 222 128 / 0.1);
}

.border-b-green-400\/100{
  border-bottom-color: rgb(74 222 128 / 1);
}

.border-b-green-400\/20{
  border-bottom-color: rgb(74 222 128 / 0.2);
}

.border-b-green-400\/25{
  border-bottom-color: rgb(74 222 128 / 0.25);
}

.border-b-green-400\/30{
  border-bottom-color: rgb(74 222 128 / 0.3);
}

.border-b-green-400\/40{
  border-bottom-color: rgb(74 222 128 / 0.4);
}

.border-b-green-400\/5{
  border-bottom-color: rgb(74 222 128 / 0.05);
}

.border-b-green-400\/50{
  border-bottom-color: rgb(74 222 128 / 0.5);
}

.border-b-green-400\/60{
  border-bottom-color: rgb(74 222 128 / 0.6);
}

.border-b-green-400\/70{
  border-bottom-color: rgb(74 222 128 / 0.7);
}

.border-b-green-400\/75{
  border-bottom-color: rgb(74 222 128 / 0.75);
}

.border-b-green-400\/80{
  border-bottom-color: rgb(74 222 128 / 0.8);
}

.border-b-green-400\/90{
  border-bottom-color: rgb(74 222 128 / 0.9);
}

.border-b-green-400\/95{
  border-bottom-color: rgb(74 222 128 / 0.95);
}

.border-b-green-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-b-green-50\/0{
  border-bottom-color: rgb(240 253 244 / 0);
}

.border-b-green-50\/10{
  border-bottom-color: rgb(240 253 244 / 0.1);
}

.border-b-green-50\/100{
  border-bottom-color: rgb(240 253 244 / 1);
}

.border-b-green-50\/20{
  border-bottom-color: rgb(240 253 244 / 0.2);
}

.border-b-green-50\/25{
  border-bottom-color: rgb(240 253 244 / 0.25);
}

.border-b-green-50\/30{
  border-bottom-color: rgb(240 253 244 / 0.3);
}

.border-b-green-50\/40{
  border-bottom-color: rgb(240 253 244 / 0.4);
}

.border-b-green-50\/5{
  border-bottom-color: rgb(240 253 244 / 0.05);
}

.border-b-green-50\/50{
  border-bottom-color: rgb(240 253 244 / 0.5);
}

.border-b-green-50\/60{
  border-bottom-color: rgb(240 253 244 / 0.6);
}

.border-b-green-50\/70{
  border-bottom-color: rgb(240 253 244 / 0.7);
}

.border-b-green-50\/75{
  border-bottom-color: rgb(240 253 244 / 0.75);
}

.border-b-green-50\/80{
  border-bottom-color: rgb(240 253 244 / 0.8);
}

.border-b-green-50\/90{
  border-bottom-color: rgb(240 253 244 / 0.9);
}

.border-b-green-50\/95{
  border-bottom-color: rgb(240 253 244 / 0.95);
}

.border-b-green-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-b-green-500\/0{
  border-bottom-color: rgb(34 197 94 / 0);
}

.border-b-green-500\/10{
  border-bottom-color: rgb(34 197 94 / 0.1);
}

.border-b-green-500\/100{
  border-bottom-color: rgb(34 197 94 / 1);
}

.border-b-green-500\/20{
  border-bottom-color: rgb(34 197 94 / 0.2);
}

.border-b-green-500\/25{
  border-bottom-color: rgb(34 197 94 / 0.25);
}

.border-b-green-500\/30{
  border-bottom-color: rgb(34 197 94 / 0.3);
}

.border-b-green-500\/40{
  border-bottom-color: rgb(34 197 94 / 0.4);
}

.border-b-green-500\/5{
  border-bottom-color: rgb(34 197 94 / 0.05);
}

.border-b-green-500\/50{
  border-bottom-color: rgb(34 197 94 / 0.5);
}

.border-b-green-500\/60{
  border-bottom-color: rgb(34 197 94 / 0.6);
}

.border-b-green-500\/70{
  border-bottom-color: rgb(34 197 94 / 0.7);
}

.border-b-green-500\/75{
  border-bottom-color: rgb(34 197 94 / 0.75);
}

.border-b-green-500\/80{
  border-bottom-color: rgb(34 197 94 / 0.8);
}

.border-b-green-500\/90{
  border-bottom-color: rgb(34 197 94 / 0.9);
}

.border-b-green-500\/95{
  border-bottom-color: rgb(34 197 94 / 0.95);
}

.border-b-green-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-b-green-600\/0{
  border-bottom-color: rgb(22 163 74 / 0);
}

.border-b-green-600\/10{
  border-bottom-color: rgb(22 163 74 / 0.1);
}

.border-b-green-600\/100{
  border-bottom-color: rgb(22 163 74 / 1);
}

.border-b-green-600\/20{
  border-bottom-color: rgb(22 163 74 / 0.2);
}

.border-b-green-600\/25{
  border-bottom-color: rgb(22 163 74 / 0.25);
}

.border-b-green-600\/30{
  border-bottom-color: rgb(22 163 74 / 0.3);
}

.border-b-green-600\/40{
  border-bottom-color: rgb(22 163 74 / 0.4);
}

.border-b-green-600\/5{
  border-bottom-color: rgb(22 163 74 / 0.05);
}

.border-b-green-600\/50{
  border-bottom-color: rgb(22 163 74 / 0.5);
}

.border-b-green-600\/60{
  border-bottom-color: rgb(22 163 74 / 0.6);
}

.border-b-green-600\/70{
  border-bottom-color: rgb(22 163 74 / 0.7);
}

.border-b-green-600\/75{
  border-bottom-color: rgb(22 163 74 / 0.75);
}

.border-b-green-600\/80{
  border-bottom-color: rgb(22 163 74 / 0.8);
}

.border-b-green-600\/90{
  border-bottom-color: rgb(22 163 74 / 0.9);
}

.border-b-green-600\/95{
  border-bottom-color: rgb(22 163 74 / 0.95);
}

.border-b-green-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-b-green-700\/0{
  border-bottom-color: rgb(21 128 61 / 0);
}

.border-b-green-700\/10{
  border-bottom-color: rgb(21 128 61 / 0.1);
}

.border-b-green-700\/100{
  border-bottom-color: rgb(21 128 61 / 1);
}

.border-b-green-700\/20{
  border-bottom-color: rgb(21 128 61 / 0.2);
}

.border-b-green-700\/25{
  border-bottom-color: rgb(21 128 61 / 0.25);
}

.border-b-green-700\/30{
  border-bottom-color: rgb(21 128 61 / 0.3);
}

.border-b-green-700\/40{
  border-bottom-color: rgb(21 128 61 / 0.4);
}

.border-b-green-700\/5{
  border-bottom-color: rgb(21 128 61 / 0.05);
}

.border-b-green-700\/50{
  border-bottom-color: rgb(21 128 61 / 0.5);
}

.border-b-green-700\/60{
  border-bottom-color: rgb(21 128 61 / 0.6);
}

.border-b-green-700\/70{
  border-bottom-color: rgb(21 128 61 / 0.7);
}

.border-b-green-700\/75{
  border-bottom-color: rgb(21 128 61 / 0.75);
}

.border-b-green-700\/80{
  border-bottom-color: rgb(21 128 61 / 0.8);
}

.border-b-green-700\/90{
  border-bottom-color: rgb(21 128 61 / 0.9);
}

.border-b-green-700\/95{
  border-bottom-color: rgb(21 128 61 / 0.95);
}

.border-b-green-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-b-green-800\/0{
  border-bottom-color: rgb(22 101 52 / 0);
}

.border-b-green-800\/10{
  border-bottom-color: rgb(22 101 52 / 0.1);
}

.border-b-green-800\/100{
  border-bottom-color: rgb(22 101 52 / 1);
}

.border-b-green-800\/20{
  border-bottom-color: rgb(22 101 52 / 0.2);
}

.border-b-green-800\/25{
  border-bottom-color: rgb(22 101 52 / 0.25);
}

.border-b-green-800\/30{
  border-bottom-color: rgb(22 101 52 / 0.3);
}

.border-b-green-800\/40{
  border-bottom-color: rgb(22 101 52 / 0.4);
}

.border-b-green-800\/5{
  border-bottom-color: rgb(22 101 52 / 0.05);
}

.border-b-green-800\/50{
  border-bottom-color: rgb(22 101 52 / 0.5);
}

.border-b-green-800\/60{
  border-bottom-color: rgb(22 101 52 / 0.6);
}

.border-b-green-800\/70{
  border-bottom-color: rgb(22 101 52 / 0.7);
}

.border-b-green-800\/75{
  border-bottom-color: rgb(22 101 52 / 0.75);
}

.border-b-green-800\/80{
  border-bottom-color: rgb(22 101 52 / 0.8);
}

.border-b-green-800\/90{
  border-bottom-color: rgb(22 101 52 / 0.9);
}

.border-b-green-800\/95{
  border-bottom-color: rgb(22 101 52 / 0.95);
}

.border-b-green-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-b-green-900\/0{
  border-bottom-color: rgb(20 83 45 / 0);
}

.border-b-green-900\/10{
  border-bottom-color: rgb(20 83 45 / 0.1);
}

.border-b-green-900\/100{
  border-bottom-color: rgb(20 83 45 / 1);
}

.border-b-green-900\/20{
  border-bottom-color: rgb(20 83 45 / 0.2);
}

.border-b-green-900\/25{
  border-bottom-color: rgb(20 83 45 / 0.25);
}

.border-b-green-900\/30{
  border-bottom-color: rgb(20 83 45 / 0.3);
}

.border-b-green-900\/40{
  border-bottom-color: rgb(20 83 45 / 0.4);
}

.border-b-green-900\/5{
  border-bottom-color: rgb(20 83 45 / 0.05);
}

.border-b-green-900\/50{
  border-bottom-color: rgb(20 83 45 / 0.5);
}

.border-b-green-900\/60{
  border-bottom-color: rgb(20 83 45 / 0.6);
}

.border-b-green-900\/70{
  border-bottom-color: rgb(20 83 45 / 0.7);
}

.border-b-green-900\/75{
  border-bottom-color: rgb(20 83 45 / 0.75);
}

.border-b-green-900\/80{
  border-bottom-color: rgb(20 83 45 / 0.8);
}

.border-b-green-900\/90{
  border-bottom-color: rgb(20 83 45 / 0.9);
}

.border-b-green-900\/95{
  border-bottom-color: rgb(20 83 45 / 0.95);
}

.border-b-green-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-b-green-950\/0{
  border-bottom-color: rgb(5 46 22 / 0);
}

.border-b-green-950\/10{
  border-bottom-color: rgb(5 46 22 / 0.1);
}

.border-b-green-950\/100{
  border-bottom-color: rgb(5 46 22 / 1);
}

.border-b-green-950\/20{
  border-bottom-color: rgb(5 46 22 / 0.2);
}

.border-b-green-950\/25{
  border-bottom-color: rgb(5 46 22 / 0.25);
}

.border-b-green-950\/30{
  border-bottom-color: rgb(5 46 22 / 0.3);
}

.border-b-green-950\/40{
  border-bottom-color: rgb(5 46 22 / 0.4);
}

.border-b-green-950\/5{
  border-bottom-color: rgb(5 46 22 / 0.05);
}

.border-b-green-950\/50{
  border-bottom-color: rgb(5 46 22 / 0.5);
}

.border-b-green-950\/60{
  border-bottom-color: rgb(5 46 22 / 0.6);
}

.border-b-green-950\/70{
  border-bottom-color: rgb(5 46 22 / 0.7);
}

.border-b-green-950\/75{
  border-bottom-color: rgb(5 46 22 / 0.75);
}

.border-b-green-950\/80{
  border-bottom-color: rgb(5 46 22 / 0.8);
}

.border-b-green-950\/90{
  border-bottom-color: rgb(5 46 22 / 0.9);
}

.border-b-green-950\/95{
  border-bottom-color: rgb(5 46 22 / 0.95);
}

.border-b-indigo-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-b-indigo-100\/0{
  border-bottom-color: rgb(224 231 255 / 0);
}

.border-b-indigo-100\/10{
  border-bottom-color: rgb(224 231 255 / 0.1);
}

.border-b-indigo-100\/100{
  border-bottom-color: rgb(224 231 255 / 1);
}

.border-b-indigo-100\/20{
  border-bottom-color: rgb(224 231 255 / 0.2);
}

.border-b-indigo-100\/25{
  border-bottom-color: rgb(224 231 255 / 0.25);
}

.border-b-indigo-100\/30{
  border-bottom-color: rgb(224 231 255 / 0.3);
}

.border-b-indigo-100\/40{
  border-bottom-color: rgb(224 231 255 / 0.4);
}

.border-b-indigo-100\/5{
  border-bottom-color: rgb(224 231 255 / 0.05);
}

.border-b-indigo-100\/50{
  border-bottom-color: rgb(224 231 255 / 0.5);
}

.border-b-indigo-100\/60{
  border-bottom-color: rgb(224 231 255 / 0.6);
}

.border-b-indigo-100\/70{
  border-bottom-color: rgb(224 231 255 / 0.7);
}

.border-b-indigo-100\/75{
  border-bottom-color: rgb(224 231 255 / 0.75);
}

.border-b-indigo-100\/80{
  border-bottom-color: rgb(224 231 255 / 0.8);
}

.border-b-indigo-100\/90{
  border-bottom-color: rgb(224 231 255 / 0.9);
}

.border-b-indigo-100\/95{
  border-bottom-color: rgb(224 231 255 / 0.95);
}

.border-b-indigo-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-b-indigo-200\/0{
  border-bottom-color: rgb(199 210 254 / 0);
}

.border-b-indigo-200\/10{
  border-bottom-color: rgb(199 210 254 / 0.1);
}

.border-b-indigo-200\/100{
  border-bottom-color: rgb(199 210 254 / 1);
}

.border-b-indigo-200\/20{
  border-bottom-color: rgb(199 210 254 / 0.2);
}

.border-b-indigo-200\/25{
  border-bottom-color: rgb(199 210 254 / 0.25);
}

.border-b-indigo-200\/30{
  border-bottom-color: rgb(199 210 254 / 0.3);
}

.border-b-indigo-200\/40{
  border-bottom-color: rgb(199 210 254 / 0.4);
}

.border-b-indigo-200\/5{
  border-bottom-color: rgb(199 210 254 / 0.05);
}

.border-b-indigo-200\/50{
  border-bottom-color: rgb(199 210 254 / 0.5);
}

.border-b-indigo-200\/60{
  border-bottom-color: rgb(199 210 254 / 0.6);
}

.border-b-indigo-200\/70{
  border-bottom-color: rgb(199 210 254 / 0.7);
}

.border-b-indigo-200\/75{
  border-bottom-color: rgb(199 210 254 / 0.75);
}

.border-b-indigo-200\/80{
  border-bottom-color: rgb(199 210 254 / 0.8);
}

.border-b-indigo-200\/90{
  border-bottom-color: rgb(199 210 254 / 0.9);
}

.border-b-indigo-200\/95{
  border-bottom-color: rgb(199 210 254 / 0.95);
}

.border-b-indigo-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-b-indigo-300\/0{
  border-bottom-color: rgb(165 180 252 / 0);
}

.border-b-indigo-300\/10{
  border-bottom-color: rgb(165 180 252 / 0.1);
}

.border-b-indigo-300\/100{
  border-bottom-color: rgb(165 180 252 / 1);
}

.border-b-indigo-300\/20{
  border-bottom-color: rgb(165 180 252 / 0.2);
}

.border-b-indigo-300\/25{
  border-bottom-color: rgb(165 180 252 / 0.25);
}

.border-b-indigo-300\/30{
  border-bottom-color: rgb(165 180 252 / 0.3);
}

.border-b-indigo-300\/40{
  border-bottom-color: rgb(165 180 252 / 0.4);
}

.border-b-indigo-300\/5{
  border-bottom-color: rgb(165 180 252 / 0.05);
}

.border-b-indigo-300\/50{
  border-bottom-color: rgb(165 180 252 / 0.5);
}

.border-b-indigo-300\/60{
  border-bottom-color: rgb(165 180 252 / 0.6);
}

.border-b-indigo-300\/70{
  border-bottom-color: rgb(165 180 252 / 0.7);
}

.border-b-indigo-300\/75{
  border-bottom-color: rgb(165 180 252 / 0.75);
}

.border-b-indigo-300\/80{
  border-bottom-color: rgb(165 180 252 / 0.8);
}

.border-b-indigo-300\/90{
  border-bottom-color: rgb(165 180 252 / 0.9);
}

.border-b-indigo-300\/95{
  border-bottom-color: rgb(165 180 252 / 0.95);
}

.border-b-indigo-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-b-indigo-400\/0{
  border-bottom-color: rgb(129 140 248 / 0);
}

.border-b-indigo-400\/10{
  border-bottom-color: rgb(129 140 248 / 0.1);
}

.border-b-indigo-400\/100{
  border-bottom-color: rgb(129 140 248 / 1);
}

.border-b-indigo-400\/20{
  border-bottom-color: rgb(129 140 248 / 0.2);
}

.border-b-indigo-400\/25{
  border-bottom-color: rgb(129 140 248 / 0.25);
}

.border-b-indigo-400\/30{
  border-bottom-color: rgb(129 140 248 / 0.3);
}

.border-b-indigo-400\/40{
  border-bottom-color: rgb(129 140 248 / 0.4);
}

.border-b-indigo-400\/5{
  border-bottom-color: rgb(129 140 248 / 0.05);
}

.border-b-indigo-400\/50{
  border-bottom-color: rgb(129 140 248 / 0.5);
}

.border-b-indigo-400\/60{
  border-bottom-color: rgb(129 140 248 / 0.6);
}

.border-b-indigo-400\/70{
  border-bottom-color: rgb(129 140 248 / 0.7);
}

.border-b-indigo-400\/75{
  border-bottom-color: rgb(129 140 248 / 0.75);
}

.border-b-indigo-400\/80{
  border-bottom-color: rgb(129 140 248 / 0.8);
}

.border-b-indigo-400\/90{
  border-bottom-color: rgb(129 140 248 / 0.9);
}

.border-b-indigo-400\/95{
  border-bottom-color: rgb(129 140 248 / 0.95);
}

.border-b-indigo-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-b-indigo-50\/0{
  border-bottom-color: rgb(238 242 255 / 0);
}

.border-b-indigo-50\/10{
  border-bottom-color: rgb(238 242 255 / 0.1);
}

.border-b-indigo-50\/100{
  border-bottom-color: rgb(238 242 255 / 1);
}

.border-b-indigo-50\/20{
  border-bottom-color: rgb(238 242 255 / 0.2);
}

.border-b-indigo-50\/25{
  border-bottom-color: rgb(238 242 255 / 0.25);
}

.border-b-indigo-50\/30{
  border-bottom-color: rgb(238 242 255 / 0.3);
}

.border-b-indigo-50\/40{
  border-bottom-color: rgb(238 242 255 / 0.4);
}

.border-b-indigo-50\/5{
  border-bottom-color: rgb(238 242 255 / 0.05);
}

.border-b-indigo-50\/50{
  border-bottom-color: rgb(238 242 255 / 0.5);
}

.border-b-indigo-50\/60{
  border-bottom-color: rgb(238 242 255 / 0.6);
}

.border-b-indigo-50\/70{
  border-bottom-color: rgb(238 242 255 / 0.7);
}

.border-b-indigo-50\/75{
  border-bottom-color: rgb(238 242 255 / 0.75);
}

.border-b-indigo-50\/80{
  border-bottom-color: rgb(238 242 255 / 0.8);
}

.border-b-indigo-50\/90{
  border-bottom-color: rgb(238 242 255 / 0.9);
}

.border-b-indigo-50\/95{
  border-bottom-color: rgb(238 242 255 / 0.95);
}

.border-b-indigo-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-b-indigo-500\/0{
  border-bottom-color: rgb(99 102 241 / 0);
}

.border-b-indigo-500\/10{
  border-bottom-color: rgb(99 102 241 / 0.1);
}

.border-b-indigo-500\/100{
  border-bottom-color: rgb(99 102 241 / 1);
}

.border-b-indigo-500\/20{
  border-bottom-color: rgb(99 102 241 / 0.2);
}

.border-b-indigo-500\/25{
  border-bottom-color: rgb(99 102 241 / 0.25);
}

.border-b-indigo-500\/30{
  border-bottom-color: rgb(99 102 241 / 0.3);
}

.border-b-indigo-500\/40{
  border-bottom-color: rgb(99 102 241 / 0.4);
}

.border-b-indigo-500\/5{
  border-bottom-color: rgb(99 102 241 / 0.05);
}

.border-b-indigo-500\/50{
  border-bottom-color: rgb(99 102 241 / 0.5);
}

.border-b-indigo-500\/60{
  border-bottom-color: rgb(99 102 241 / 0.6);
}

.border-b-indigo-500\/70{
  border-bottom-color: rgb(99 102 241 / 0.7);
}

.border-b-indigo-500\/75{
  border-bottom-color: rgb(99 102 241 / 0.75);
}

.border-b-indigo-500\/80{
  border-bottom-color: rgb(99 102 241 / 0.8);
}

.border-b-indigo-500\/90{
  border-bottom-color: rgb(99 102 241 / 0.9);
}

.border-b-indigo-500\/95{
  border-bottom-color: rgb(99 102 241 / 0.95);
}

.border-b-indigo-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-b-indigo-600\/0{
  border-bottom-color: rgb(79 70 229 / 0);
}

.border-b-indigo-600\/10{
  border-bottom-color: rgb(79 70 229 / 0.1);
}

.border-b-indigo-600\/100{
  border-bottom-color: rgb(79 70 229 / 1);
}

.border-b-indigo-600\/20{
  border-bottom-color: rgb(79 70 229 / 0.2);
}

.border-b-indigo-600\/25{
  border-bottom-color: rgb(79 70 229 / 0.25);
}

.border-b-indigo-600\/30{
  border-bottom-color: rgb(79 70 229 / 0.3);
}

.border-b-indigo-600\/40{
  border-bottom-color: rgb(79 70 229 / 0.4);
}

.border-b-indigo-600\/5{
  border-bottom-color: rgb(79 70 229 / 0.05);
}

.border-b-indigo-600\/50{
  border-bottom-color: rgb(79 70 229 / 0.5);
}

.border-b-indigo-600\/60{
  border-bottom-color: rgb(79 70 229 / 0.6);
}

.border-b-indigo-600\/70{
  border-bottom-color: rgb(79 70 229 / 0.7);
}

.border-b-indigo-600\/75{
  border-bottom-color: rgb(79 70 229 / 0.75);
}

.border-b-indigo-600\/80{
  border-bottom-color: rgb(79 70 229 / 0.8);
}

.border-b-indigo-600\/90{
  border-bottom-color: rgb(79 70 229 / 0.9);
}

.border-b-indigo-600\/95{
  border-bottom-color: rgb(79 70 229 / 0.95);
}

.border-b-indigo-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-b-indigo-700\/0{
  border-bottom-color: rgb(67 56 202 / 0);
}

.border-b-indigo-700\/10{
  border-bottom-color: rgb(67 56 202 / 0.1);
}

.border-b-indigo-700\/100{
  border-bottom-color: rgb(67 56 202 / 1);
}

.border-b-indigo-700\/20{
  border-bottom-color: rgb(67 56 202 / 0.2);
}

.border-b-indigo-700\/25{
  border-bottom-color: rgb(67 56 202 / 0.25);
}

.border-b-indigo-700\/30{
  border-bottom-color: rgb(67 56 202 / 0.3);
}

.border-b-indigo-700\/40{
  border-bottom-color: rgb(67 56 202 / 0.4);
}

.border-b-indigo-700\/5{
  border-bottom-color: rgb(67 56 202 / 0.05);
}

.border-b-indigo-700\/50{
  border-bottom-color: rgb(67 56 202 / 0.5);
}

.border-b-indigo-700\/60{
  border-bottom-color: rgb(67 56 202 / 0.6);
}

.border-b-indigo-700\/70{
  border-bottom-color: rgb(67 56 202 / 0.7);
}

.border-b-indigo-700\/75{
  border-bottom-color: rgb(67 56 202 / 0.75);
}

.border-b-indigo-700\/80{
  border-bottom-color: rgb(67 56 202 / 0.8);
}

.border-b-indigo-700\/90{
  border-bottom-color: rgb(67 56 202 / 0.9);
}

.border-b-indigo-700\/95{
  border-bottom-color: rgb(67 56 202 / 0.95);
}

.border-b-indigo-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-b-indigo-800\/0{
  border-bottom-color: rgb(55 48 163 / 0);
}

.border-b-indigo-800\/10{
  border-bottom-color: rgb(55 48 163 / 0.1);
}

.border-b-indigo-800\/100{
  border-bottom-color: rgb(55 48 163 / 1);
}

.border-b-indigo-800\/20{
  border-bottom-color: rgb(55 48 163 / 0.2);
}

.border-b-indigo-800\/25{
  border-bottom-color: rgb(55 48 163 / 0.25);
}

.border-b-indigo-800\/30{
  border-bottom-color: rgb(55 48 163 / 0.3);
}

.border-b-indigo-800\/40{
  border-bottom-color: rgb(55 48 163 / 0.4);
}

.border-b-indigo-800\/5{
  border-bottom-color: rgb(55 48 163 / 0.05);
}

.border-b-indigo-800\/50{
  border-bottom-color: rgb(55 48 163 / 0.5);
}

.border-b-indigo-800\/60{
  border-bottom-color: rgb(55 48 163 / 0.6);
}

.border-b-indigo-800\/70{
  border-bottom-color: rgb(55 48 163 / 0.7);
}

.border-b-indigo-800\/75{
  border-bottom-color: rgb(55 48 163 / 0.75);
}

.border-b-indigo-800\/80{
  border-bottom-color: rgb(55 48 163 / 0.8);
}

.border-b-indigo-800\/90{
  border-bottom-color: rgb(55 48 163 / 0.9);
}

.border-b-indigo-800\/95{
  border-bottom-color: rgb(55 48 163 / 0.95);
}

.border-b-indigo-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-b-indigo-900\/0{
  border-bottom-color: rgb(49 46 129 / 0);
}

.border-b-indigo-900\/10{
  border-bottom-color: rgb(49 46 129 / 0.1);
}

.border-b-indigo-900\/100{
  border-bottom-color: rgb(49 46 129 / 1);
}

.border-b-indigo-900\/20{
  border-bottom-color: rgb(49 46 129 / 0.2);
}

.border-b-indigo-900\/25{
  border-bottom-color: rgb(49 46 129 / 0.25);
}

.border-b-indigo-900\/30{
  border-bottom-color: rgb(49 46 129 / 0.3);
}

.border-b-indigo-900\/40{
  border-bottom-color: rgb(49 46 129 / 0.4);
}

.border-b-indigo-900\/5{
  border-bottom-color: rgb(49 46 129 / 0.05);
}

.border-b-indigo-900\/50{
  border-bottom-color: rgb(49 46 129 / 0.5);
}

.border-b-indigo-900\/60{
  border-bottom-color: rgb(49 46 129 / 0.6);
}

.border-b-indigo-900\/70{
  border-bottom-color: rgb(49 46 129 / 0.7);
}

.border-b-indigo-900\/75{
  border-bottom-color: rgb(49 46 129 / 0.75);
}

.border-b-indigo-900\/80{
  border-bottom-color: rgb(49 46 129 / 0.8);
}

.border-b-indigo-900\/90{
  border-bottom-color: rgb(49 46 129 / 0.9);
}

.border-b-indigo-900\/95{
  border-bottom-color: rgb(49 46 129 / 0.95);
}

.border-b-indigo-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-b-indigo-950\/0{
  border-bottom-color: rgb(30 27 75 / 0);
}

.border-b-indigo-950\/10{
  border-bottom-color: rgb(30 27 75 / 0.1);
}

.border-b-indigo-950\/100{
  border-bottom-color: rgb(30 27 75 / 1);
}

.border-b-indigo-950\/20{
  border-bottom-color: rgb(30 27 75 / 0.2);
}

.border-b-indigo-950\/25{
  border-bottom-color: rgb(30 27 75 / 0.25);
}

.border-b-indigo-950\/30{
  border-bottom-color: rgb(30 27 75 / 0.3);
}

.border-b-indigo-950\/40{
  border-bottom-color: rgb(30 27 75 / 0.4);
}

.border-b-indigo-950\/5{
  border-bottom-color: rgb(30 27 75 / 0.05);
}

.border-b-indigo-950\/50{
  border-bottom-color: rgb(30 27 75 / 0.5);
}

.border-b-indigo-950\/60{
  border-bottom-color: rgb(30 27 75 / 0.6);
}

.border-b-indigo-950\/70{
  border-bottom-color: rgb(30 27 75 / 0.7);
}

.border-b-indigo-950\/75{
  border-bottom-color: rgb(30 27 75 / 0.75);
}

.border-b-indigo-950\/80{
  border-bottom-color: rgb(30 27 75 / 0.8);
}

.border-b-indigo-950\/90{
  border-bottom-color: rgb(30 27 75 / 0.9);
}

.border-b-indigo-950\/95{
  border-bottom-color: rgb(30 27 75 / 0.95);
}

.border-b-inherit{
  border-bottom-color: inherit;
}

.border-b-lime-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-b-lime-100\/0{
  border-bottom-color: rgb(236 252 203 / 0);
}

.border-b-lime-100\/10{
  border-bottom-color: rgb(236 252 203 / 0.1);
}

.border-b-lime-100\/100{
  border-bottom-color: rgb(236 252 203 / 1);
}

.border-b-lime-100\/20{
  border-bottom-color: rgb(236 252 203 / 0.2);
}

.border-b-lime-100\/25{
  border-bottom-color: rgb(236 252 203 / 0.25);
}

.border-b-lime-100\/30{
  border-bottom-color: rgb(236 252 203 / 0.3);
}

.border-b-lime-100\/40{
  border-bottom-color: rgb(236 252 203 / 0.4);
}

.border-b-lime-100\/5{
  border-bottom-color: rgb(236 252 203 / 0.05);
}

.border-b-lime-100\/50{
  border-bottom-color: rgb(236 252 203 / 0.5);
}

.border-b-lime-100\/60{
  border-bottom-color: rgb(236 252 203 / 0.6);
}

.border-b-lime-100\/70{
  border-bottom-color: rgb(236 252 203 / 0.7);
}

.border-b-lime-100\/75{
  border-bottom-color: rgb(236 252 203 / 0.75);
}

.border-b-lime-100\/80{
  border-bottom-color: rgb(236 252 203 / 0.8);
}

.border-b-lime-100\/90{
  border-bottom-color: rgb(236 252 203 / 0.9);
}

.border-b-lime-100\/95{
  border-bottom-color: rgb(236 252 203 / 0.95);
}

.border-b-lime-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-b-lime-200\/0{
  border-bottom-color: rgb(217 249 157 / 0);
}

.border-b-lime-200\/10{
  border-bottom-color: rgb(217 249 157 / 0.1);
}

.border-b-lime-200\/100{
  border-bottom-color: rgb(217 249 157 / 1);
}

.border-b-lime-200\/20{
  border-bottom-color: rgb(217 249 157 / 0.2);
}

.border-b-lime-200\/25{
  border-bottom-color: rgb(217 249 157 / 0.25);
}

.border-b-lime-200\/30{
  border-bottom-color: rgb(217 249 157 / 0.3);
}

.border-b-lime-200\/40{
  border-bottom-color: rgb(217 249 157 / 0.4);
}

.border-b-lime-200\/5{
  border-bottom-color: rgb(217 249 157 / 0.05);
}

.border-b-lime-200\/50{
  border-bottom-color: rgb(217 249 157 / 0.5);
}

.border-b-lime-200\/60{
  border-bottom-color: rgb(217 249 157 / 0.6);
}

.border-b-lime-200\/70{
  border-bottom-color: rgb(217 249 157 / 0.7);
}

.border-b-lime-200\/75{
  border-bottom-color: rgb(217 249 157 / 0.75);
}

.border-b-lime-200\/80{
  border-bottom-color: rgb(217 249 157 / 0.8);
}

.border-b-lime-200\/90{
  border-bottom-color: rgb(217 249 157 / 0.9);
}

.border-b-lime-200\/95{
  border-bottom-color: rgb(217 249 157 / 0.95);
}

.border-b-lime-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-b-lime-300\/0{
  border-bottom-color: rgb(190 242 100 / 0);
}

.border-b-lime-300\/10{
  border-bottom-color: rgb(190 242 100 / 0.1);
}

.border-b-lime-300\/100{
  border-bottom-color: rgb(190 242 100 / 1);
}

.border-b-lime-300\/20{
  border-bottom-color: rgb(190 242 100 / 0.2);
}

.border-b-lime-300\/25{
  border-bottom-color: rgb(190 242 100 / 0.25);
}

.border-b-lime-300\/30{
  border-bottom-color: rgb(190 242 100 / 0.3);
}

.border-b-lime-300\/40{
  border-bottom-color: rgb(190 242 100 / 0.4);
}

.border-b-lime-300\/5{
  border-bottom-color: rgb(190 242 100 / 0.05);
}

.border-b-lime-300\/50{
  border-bottom-color: rgb(190 242 100 / 0.5);
}

.border-b-lime-300\/60{
  border-bottom-color: rgb(190 242 100 / 0.6);
}

.border-b-lime-300\/70{
  border-bottom-color: rgb(190 242 100 / 0.7);
}

.border-b-lime-300\/75{
  border-bottom-color: rgb(190 242 100 / 0.75);
}

.border-b-lime-300\/80{
  border-bottom-color: rgb(190 242 100 / 0.8);
}

.border-b-lime-300\/90{
  border-bottom-color: rgb(190 242 100 / 0.9);
}

.border-b-lime-300\/95{
  border-bottom-color: rgb(190 242 100 / 0.95);
}

.border-b-lime-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-b-lime-400\/0{
  border-bottom-color: rgb(163 230 53 / 0);
}

.border-b-lime-400\/10{
  border-bottom-color: rgb(163 230 53 / 0.1);
}

.border-b-lime-400\/100{
  border-bottom-color: rgb(163 230 53 / 1);
}

.border-b-lime-400\/20{
  border-bottom-color: rgb(163 230 53 / 0.2);
}

.border-b-lime-400\/25{
  border-bottom-color: rgb(163 230 53 / 0.25);
}

.border-b-lime-400\/30{
  border-bottom-color: rgb(163 230 53 / 0.3);
}

.border-b-lime-400\/40{
  border-bottom-color: rgb(163 230 53 / 0.4);
}

.border-b-lime-400\/5{
  border-bottom-color: rgb(163 230 53 / 0.05);
}

.border-b-lime-400\/50{
  border-bottom-color: rgb(163 230 53 / 0.5);
}

.border-b-lime-400\/60{
  border-bottom-color: rgb(163 230 53 / 0.6);
}

.border-b-lime-400\/70{
  border-bottom-color: rgb(163 230 53 / 0.7);
}

.border-b-lime-400\/75{
  border-bottom-color: rgb(163 230 53 / 0.75);
}

.border-b-lime-400\/80{
  border-bottom-color: rgb(163 230 53 / 0.8);
}

.border-b-lime-400\/90{
  border-bottom-color: rgb(163 230 53 / 0.9);
}

.border-b-lime-400\/95{
  border-bottom-color: rgb(163 230 53 / 0.95);
}

.border-b-lime-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-b-lime-50\/0{
  border-bottom-color: rgb(247 254 231 / 0);
}

.border-b-lime-50\/10{
  border-bottom-color: rgb(247 254 231 / 0.1);
}

.border-b-lime-50\/100{
  border-bottom-color: rgb(247 254 231 / 1);
}

.border-b-lime-50\/20{
  border-bottom-color: rgb(247 254 231 / 0.2);
}

.border-b-lime-50\/25{
  border-bottom-color: rgb(247 254 231 / 0.25);
}

.border-b-lime-50\/30{
  border-bottom-color: rgb(247 254 231 / 0.3);
}

.border-b-lime-50\/40{
  border-bottom-color: rgb(247 254 231 / 0.4);
}

.border-b-lime-50\/5{
  border-bottom-color: rgb(247 254 231 / 0.05);
}

.border-b-lime-50\/50{
  border-bottom-color: rgb(247 254 231 / 0.5);
}

.border-b-lime-50\/60{
  border-bottom-color: rgb(247 254 231 / 0.6);
}

.border-b-lime-50\/70{
  border-bottom-color: rgb(247 254 231 / 0.7);
}

.border-b-lime-50\/75{
  border-bottom-color: rgb(247 254 231 / 0.75);
}

.border-b-lime-50\/80{
  border-bottom-color: rgb(247 254 231 / 0.8);
}

.border-b-lime-50\/90{
  border-bottom-color: rgb(247 254 231 / 0.9);
}

.border-b-lime-50\/95{
  border-bottom-color: rgb(247 254 231 / 0.95);
}

.border-b-lime-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-b-lime-500\/0{
  border-bottom-color: rgb(132 204 22 / 0);
}

.border-b-lime-500\/10{
  border-bottom-color: rgb(132 204 22 / 0.1);
}

.border-b-lime-500\/100{
  border-bottom-color: rgb(132 204 22 / 1);
}

.border-b-lime-500\/20{
  border-bottom-color: rgb(132 204 22 / 0.2);
}

.border-b-lime-500\/25{
  border-bottom-color: rgb(132 204 22 / 0.25);
}

.border-b-lime-500\/30{
  border-bottom-color: rgb(132 204 22 / 0.3);
}

.border-b-lime-500\/40{
  border-bottom-color: rgb(132 204 22 / 0.4);
}

.border-b-lime-500\/5{
  border-bottom-color: rgb(132 204 22 / 0.05);
}

.border-b-lime-500\/50{
  border-bottom-color: rgb(132 204 22 / 0.5);
}

.border-b-lime-500\/60{
  border-bottom-color: rgb(132 204 22 / 0.6);
}

.border-b-lime-500\/70{
  border-bottom-color: rgb(132 204 22 / 0.7);
}

.border-b-lime-500\/75{
  border-bottom-color: rgb(132 204 22 / 0.75);
}

.border-b-lime-500\/80{
  border-bottom-color: rgb(132 204 22 / 0.8);
}

.border-b-lime-500\/90{
  border-bottom-color: rgb(132 204 22 / 0.9);
}

.border-b-lime-500\/95{
  border-bottom-color: rgb(132 204 22 / 0.95);
}

.border-b-lime-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-b-lime-600\/0{
  border-bottom-color: rgb(101 163 13 / 0);
}

.border-b-lime-600\/10{
  border-bottom-color: rgb(101 163 13 / 0.1);
}

.border-b-lime-600\/100{
  border-bottom-color: rgb(101 163 13 / 1);
}

.border-b-lime-600\/20{
  border-bottom-color: rgb(101 163 13 / 0.2);
}

.border-b-lime-600\/25{
  border-bottom-color: rgb(101 163 13 / 0.25);
}

.border-b-lime-600\/30{
  border-bottom-color: rgb(101 163 13 / 0.3);
}

.border-b-lime-600\/40{
  border-bottom-color: rgb(101 163 13 / 0.4);
}

.border-b-lime-600\/5{
  border-bottom-color: rgb(101 163 13 / 0.05);
}

.border-b-lime-600\/50{
  border-bottom-color: rgb(101 163 13 / 0.5);
}

.border-b-lime-600\/60{
  border-bottom-color: rgb(101 163 13 / 0.6);
}

.border-b-lime-600\/70{
  border-bottom-color: rgb(101 163 13 / 0.7);
}

.border-b-lime-600\/75{
  border-bottom-color: rgb(101 163 13 / 0.75);
}

.border-b-lime-600\/80{
  border-bottom-color: rgb(101 163 13 / 0.8);
}

.border-b-lime-600\/90{
  border-bottom-color: rgb(101 163 13 / 0.9);
}

.border-b-lime-600\/95{
  border-bottom-color: rgb(101 163 13 / 0.95);
}

.border-b-lime-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-b-lime-700\/0{
  border-bottom-color: rgb(77 124 15 / 0);
}

.border-b-lime-700\/10{
  border-bottom-color: rgb(77 124 15 / 0.1);
}

.border-b-lime-700\/100{
  border-bottom-color: rgb(77 124 15 / 1);
}

.border-b-lime-700\/20{
  border-bottom-color: rgb(77 124 15 / 0.2);
}

.border-b-lime-700\/25{
  border-bottom-color: rgb(77 124 15 / 0.25);
}

.border-b-lime-700\/30{
  border-bottom-color: rgb(77 124 15 / 0.3);
}

.border-b-lime-700\/40{
  border-bottom-color: rgb(77 124 15 / 0.4);
}

.border-b-lime-700\/5{
  border-bottom-color: rgb(77 124 15 / 0.05);
}

.border-b-lime-700\/50{
  border-bottom-color: rgb(77 124 15 / 0.5);
}

.border-b-lime-700\/60{
  border-bottom-color: rgb(77 124 15 / 0.6);
}

.border-b-lime-700\/70{
  border-bottom-color: rgb(77 124 15 / 0.7);
}

.border-b-lime-700\/75{
  border-bottom-color: rgb(77 124 15 / 0.75);
}

.border-b-lime-700\/80{
  border-bottom-color: rgb(77 124 15 / 0.8);
}

.border-b-lime-700\/90{
  border-bottom-color: rgb(77 124 15 / 0.9);
}

.border-b-lime-700\/95{
  border-bottom-color: rgb(77 124 15 / 0.95);
}

.border-b-lime-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-b-lime-800\/0{
  border-bottom-color: rgb(63 98 18 / 0);
}

.border-b-lime-800\/10{
  border-bottom-color: rgb(63 98 18 / 0.1);
}

.border-b-lime-800\/100{
  border-bottom-color: rgb(63 98 18 / 1);
}

.border-b-lime-800\/20{
  border-bottom-color: rgb(63 98 18 / 0.2);
}

.border-b-lime-800\/25{
  border-bottom-color: rgb(63 98 18 / 0.25);
}

.border-b-lime-800\/30{
  border-bottom-color: rgb(63 98 18 / 0.3);
}

.border-b-lime-800\/40{
  border-bottom-color: rgb(63 98 18 / 0.4);
}

.border-b-lime-800\/5{
  border-bottom-color: rgb(63 98 18 / 0.05);
}

.border-b-lime-800\/50{
  border-bottom-color: rgb(63 98 18 / 0.5);
}

.border-b-lime-800\/60{
  border-bottom-color: rgb(63 98 18 / 0.6);
}

.border-b-lime-800\/70{
  border-bottom-color: rgb(63 98 18 / 0.7);
}

.border-b-lime-800\/75{
  border-bottom-color: rgb(63 98 18 / 0.75);
}

.border-b-lime-800\/80{
  border-bottom-color: rgb(63 98 18 / 0.8);
}

.border-b-lime-800\/90{
  border-bottom-color: rgb(63 98 18 / 0.9);
}

.border-b-lime-800\/95{
  border-bottom-color: rgb(63 98 18 / 0.95);
}

.border-b-lime-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-b-lime-900\/0{
  border-bottom-color: rgb(54 83 20 / 0);
}

.border-b-lime-900\/10{
  border-bottom-color: rgb(54 83 20 / 0.1);
}

.border-b-lime-900\/100{
  border-bottom-color: rgb(54 83 20 / 1);
}

.border-b-lime-900\/20{
  border-bottom-color: rgb(54 83 20 / 0.2);
}

.border-b-lime-900\/25{
  border-bottom-color: rgb(54 83 20 / 0.25);
}

.border-b-lime-900\/30{
  border-bottom-color: rgb(54 83 20 / 0.3);
}

.border-b-lime-900\/40{
  border-bottom-color: rgb(54 83 20 / 0.4);
}

.border-b-lime-900\/5{
  border-bottom-color: rgb(54 83 20 / 0.05);
}

.border-b-lime-900\/50{
  border-bottom-color: rgb(54 83 20 / 0.5);
}

.border-b-lime-900\/60{
  border-bottom-color: rgb(54 83 20 / 0.6);
}

.border-b-lime-900\/70{
  border-bottom-color: rgb(54 83 20 / 0.7);
}

.border-b-lime-900\/75{
  border-bottom-color: rgb(54 83 20 / 0.75);
}

.border-b-lime-900\/80{
  border-bottom-color: rgb(54 83 20 / 0.8);
}

.border-b-lime-900\/90{
  border-bottom-color: rgb(54 83 20 / 0.9);
}

.border-b-lime-900\/95{
  border-bottom-color: rgb(54 83 20 / 0.95);
}

.border-b-lime-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-b-lime-950\/0{
  border-bottom-color: rgb(26 46 5 / 0);
}

.border-b-lime-950\/10{
  border-bottom-color: rgb(26 46 5 / 0.1);
}

.border-b-lime-950\/100{
  border-bottom-color: rgb(26 46 5 / 1);
}

.border-b-lime-950\/20{
  border-bottom-color: rgb(26 46 5 / 0.2);
}

.border-b-lime-950\/25{
  border-bottom-color: rgb(26 46 5 / 0.25);
}

.border-b-lime-950\/30{
  border-bottom-color: rgb(26 46 5 / 0.3);
}

.border-b-lime-950\/40{
  border-bottom-color: rgb(26 46 5 / 0.4);
}

.border-b-lime-950\/5{
  border-bottom-color: rgb(26 46 5 / 0.05);
}

.border-b-lime-950\/50{
  border-bottom-color: rgb(26 46 5 / 0.5);
}

.border-b-lime-950\/60{
  border-bottom-color: rgb(26 46 5 / 0.6);
}

.border-b-lime-950\/70{
  border-bottom-color: rgb(26 46 5 / 0.7);
}

.border-b-lime-950\/75{
  border-bottom-color: rgb(26 46 5 / 0.75);
}

.border-b-lime-950\/80{
  border-bottom-color: rgb(26 46 5 / 0.8);
}

.border-b-lime-950\/90{
  border-bottom-color: rgb(26 46 5 / 0.9);
}

.border-b-lime-950\/95{
  border-bottom-color: rgb(26 46 5 / 0.95);
}

.border-b-neutral-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-b-neutral-100\/0{
  border-bottom-color: rgb(245 245 245 / 0);
}

.border-b-neutral-100\/10{
  border-bottom-color: rgb(245 245 245 / 0.1);
}

.border-b-neutral-100\/100{
  border-bottom-color: rgb(245 245 245 / 1);
}

.border-b-neutral-100\/20{
  border-bottom-color: rgb(245 245 245 / 0.2);
}

.border-b-neutral-100\/25{
  border-bottom-color: rgb(245 245 245 / 0.25);
}

.border-b-neutral-100\/30{
  border-bottom-color: rgb(245 245 245 / 0.3);
}

.border-b-neutral-100\/40{
  border-bottom-color: rgb(245 245 245 / 0.4);
}

.border-b-neutral-100\/5{
  border-bottom-color: rgb(245 245 245 / 0.05);
}

.border-b-neutral-100\/50{
  border-bottom-color: rgb(245 245 245 / 0.5);
}

.border-b-neutral-100\/60{
  border-bottom-color: rgb(245 245 245 / 0.6);
}

.border-b-neutral-100\/70{
  border-bottom-color: rgb(245 245 245 / 0.7);
}

.border-b-neutral-100\/75{
  border-bottom-color: rgb(245 245 245 / 0.75);
}

.border-b-neutral-100\/80{
  border-bottom-color: rgb(245 245 245 / 0.8);
}

.border-b-neutral-100\/90{
  border-bottom-color: rgb(245 245 245 / 0.9);
}

.border-b-neutral-100\/95{
  border-bottom-color: rgb(245 245 245 / 0.95);
}

.border-b-neutral-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-b-neutral-200\/0{
  border-bottom-color: rgb(229 229 229 / 0);
}

.border-b-neutral-200\/10{
  border-bottom-color: rgb(229 229 229 / 0.1);
}

.border-b-neutral-200\/100{
  border-bottom-color: rgb(229 229 229 / 1);
}

.border-b-neutral-200\/20{
  border-bottom-color: rgb(229 229 229 / 0.2);
}

.border-b-neutral-200\/25{
  border-bottom-color: rgb(229 229 229 / 0.25);
}

.border-b-neutral-200\/30{
  border-bottom-color: rgb(229 229 229 / 0.3);
}

.border-b-neutral-200\/40{
  border-bottom-color: rgb(229 229 229 / 0.4);
}

.border-b-neutral-200\/5{
  border-bottom-color: rgb(229 229 229 / 0.05);
}

.border-b-neutral-200\/50{
  border-bottom-color: rgb(229 229 229 / 0.5);
}

.border-b-neutral-200\/60{
  border-bottom-color: rgb(229 229 229 / 0.6);
}

.border-b-neutral-200\/70{
  border-bottom-color: rgb(229 229 229 / 0.7);
}

.border-b-neutral-200\/75{
  border-bottom-color: rgb(229 229 229 / 0.75);
}

.border-b-neutral-200\/80{
  border-bottom-color: rgb(229 229 229 / 0.8);
}

.border-b-neutral-200\/90{
  border-bottom-color: rgb(229 229 229 / 0.9);
}

.border-b-neutral-200\/95{
  border-bottom-color: rgb(229 229 229 / 0.95);
}

.border-b-neutral-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-b-neutral-300\/0{
  border-bottom-color: rgb(212 212 212 / 0);
}

.border-b-neutral-300\/10{
  border-bottom-color: rgb(212 212 212 / 0.1);
}

.border-b-neutral-300\/100{
  border-bottom-color: rgb(212 212 212 / 1);
}

.border-b-neutral-300\/20{
  border-bottom-color: rgb(212 212 212 / 0.2);
}

.border-b-neutral-300\/25{
  border-bottom-color: rgb(212 212 212 / 0.25);
}

.border-b-neutral-300\/30{
  border-bottom-color: rgb(212 212 212 / 0.3);
}

.border-b-neutral-300\/40{
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.border-b-neutral-300\/5{
  border-bottom-color: rgb(212 212 212 / 0.05);
}

.border-b-neutral-300\/50{
  border-bottom-color: rgb(212 212 212 / 0.5);
}

.border-b-neutral-300\/60{
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.border-b-neutral-300\/70{
  border-bottom-color: rgb(212 212 212 / 0.7);
}

.border-b-neutral-300\/75{
  border-bottom-color: rgb(212 212 212 / 0.75);
}

.border-b-neutral-300\/80{
  border-bottom-color: rgb(212 212 212 / 0.8);
}

.border-b-neutral-300\/90{
  border-bottom-color: rgb(212 212 212 / 0.9);
}

.border-b-neutral-300\/95{
  border-bottom-color: rgb(212 212 212 / 0.95);
}

.border-b-neutral-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-b-neutral-400\/0{
  border-bottom-color: rgb(163 163 163 / 0);
}

.border-b-neutral-400\/10{
  border-bottom-color: rgb(163 163 163 / 0.1);
}

.border-b-neutral-400\/100{
  border-bottom-color: rgb(163 163 163 / 1);
}

.border-b-neutral-400\/20{
  border-bottom-color: rgb(163 163 163 / 0.2);
}

.border-b-neutral-400\/25{
  border-bottom-color: rgb(163 163 163 / 0.25);
}

.border-b-neutral-400\/30{
  border-bottom-color: rgb(163 163 163 / 0.3);
}

.border-b-neutral-400\/40{
  border-bottom-color: rgb(163 163 163 / 0.4);
}

.border-b-neutral-400\/5{
  border-bottom-color: rgb(163 163 163 / 0.05);
}

.border-b-neutral-400\/50{
  border-bottom-color: rgb(163 163 163 / 0.5);
}

.border-b-neutral-400\/60{
  border-bottom-color: rgb(163 163 163 / 0.6);
}

.border-b-neutral-400\/70{
  border-bottom-color: rgb(163 163 163 / 0.7);
}

.border-b-neutral-400\/75{
  border-bottom-color: rgb(163 163 163 / 0.75);
}

.border-b-neutral-400\/80{
  border-bottom-color: rgb(163 163 163 / 0.8);
}

.border-b-neutral-400\/90{
  border-bottom-color: rgb(163 163 163 / 0.9);
}

.border-b-neutral-400\/95{
  border-bottom-color: rgb(163 163 163 / 0.95);
}

.border-b-neutral-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-b-neutral-50\/0{
  border-bottom-color: rgb(250 250 250 / 0);
}

.border-b-neutral-50\/10{
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.border-b-neutral-50\/100{
  border-bottom-color: rgb(250 250 250 / 1);
}

.border-b-neutral-50\/20{
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.border-b-neutral-50\/25{
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.border-b-neutral-50\/30{
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.border-b-neutral-50\/40{
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.border-b-neutral-50\/5{
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.border-b-neutral-50\/50{
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.border-b-neutral-50\/60{
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.border-b-neutral-50\/70{
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.border-b-neutral-50\/75{
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.border-b-neutral-50\/80{
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.border-b-neutral-50\/90{
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.border-b-neutral-50\/95{
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.border-b-neutral-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-b-neutral-500\/0{
  border-bottom-color: rgb(115 115 115 / 0);
}

.border-b-neutral-500\/10{
  border-bottom-color: rgb(115 115 115 / 0.1);
}

.border-b-neutral-500\/100{
  border-bottom-color: rgb(115 115 115 / 1);
}

.border-b-neutral-500\/20{
  border-bottom-color: rgb(115 115 115 / 0.2);
}

.border-b-neutral-500\/25{
  border-bottom-color: rgb(115 115 115 / 0.25);
}

.border-b-neutral-500\/30{
  border-bottom-color: rgb(115 115 115 / 0.3);
}

.border-b-neutral-500\/40{
  border-bottom-color: rgb(115 115 115 / 0.4);
}

.border-b-neutral-500\/5{
  border-bottom-color: rgb(115 115 115 / 0.05);
}

.border-b-neutral-500\/50{
  border-bottom-color: rgb(115 115 115 / 0.5);
}

.border-b-neutral-500\/60{
  border-bottom-color: rgb(115 115 115 / 0.6);
}

.border-b-neutral-500\/70{
  border-bottom-color: rgb(115 115 115 / 0.7);
}

.border-b-neutral-500\/75{
  border-bottom-color: rgb(115 115 115 / 0.75);
}

.border-b-neutral-500\/80{
  border-bottom-color: rgb(115 115 115 / 0.8);
}

.border-b-neutral-500\/90{
  border-bottom-color: rgb(115 115 115 / 0.9);
}

.border-b-neutral-500\/95{
  border-bottom-color: rgb(115 115 115 / 0.95);
}

.border-b-neutral-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-b-neutral-600\/0{
  border-bottom-color: rgb(82 82 82 / 0);
}

.border-b-neutral-600\/10{
  border-bottom-color: rgb(82 82 82 / 0.1);
}

.border-b-neutral-600\/100{
  border-bottom-color: rgb(82 82 82 / 1);
}

.border-b-neutral-600\/20{
  border-bottom-color: rgb(82 82 82 / 0.2);
}

.border-b-neutral-600\/25{
  border-bottom-color: rgb(82 82 82 / 0.25);
}

.border-b-neutral-600\/30{
  border-bottom-color: rgb(82 82 82 / 0.3);
}

.border-b-neutral-600\/40{
  border-bottom-color: rgb(82 82 82 / 0.4);
}

.border-b-neutral-600\/5{
  border-bottom-color: rgb(82 82 82 / 0.05);
}

.border-b-neutral-600\/50{
  border-bottom-color: rgb(82 82 82 / 0.5);
}

.border-b-neutral-600\/60{
  border-bottom-color: rgb(82 82 82 / 0.6);
}

.border-b-neutral-600\/70{
  border-bottom-color: rgb(82 82 82 / 0.7);
}

.border-b-neutral-600\/75{
  border-bottom-color: rgb(82 82 82 / 0.75);
}

.border-b-neutral-600\/80{
  border-bottom-color: rgb(82 82 82 / 0.8);
}

.border-b-neutral-600\/90{
  border-bottom-color: rgb(82 82 82 / 0.9);
}

.border-b-neutral-600\/95{
  border-bottom-color: rgb(82 82 82 / 0.95);
}

.border-b-neutral-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-b-neutral-700\/0{
  border-bottom-color: rgb(64 64 64 / 0);
}

.border-b-neutral-700\/10{
  border-bottom-color: rgb(64 64 64 / 0.1);
}

.border-b-neutral-700\/100{
  border-bottom-color: rgb(64 64 64 / 1);
}

.border-b-neutral-700\/20{
  border-bottom-color: rgb(64 64 64 / 0.2);
}

.border-b-neutral-700\/25{
  border-bottom-color: rgb(64 64 64 / 0.25);
}

.border-b-neutral-700\/30{
  border-bottom-color: rgb(64 64 64 / 0.3);
}

.border-b-neutral-700\/40{
  border-bottom-color: rgb(64 64 64 / 0.4);
}

.border-b-neutral-700\/5{
  border-bottom-color: rgb(64 64 64 / 0.05);
}

.border-b-neutral-700\/50{
  border-bottom-color: rgb(64 64 64 / 0.5);
}

.border-b-neutral-700\/60{
  border-bottom-color: rgb(64 64 64 / 0.6);
}

.border-b-neutral-700\/70{
  border-bottom-color: rgb(64 64 64 / 0.7);
}

.border-b-neutral-700\/75{
  border-bottom-color: rgb(64 64 64 / 0.75);
}

.border-b-neutral-700\/80{
  border-bottom-color: rgb(64 64 64 / 0.8);
}

.border-b-neutral-700\/90{
  border-bottom-color: rgb(64 64 64 / 0.9);
}

.border-b-neutral-700\/95{
  border-bottom-color: rgb(64 64 64 / 0.95);
}

.border-b-neutral-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-b-neutral-800\/0{
  border-bottom-color: rgb(38 38 38 / 0);
}

.border-b-neutral-800\/10{
  border-bottom-color: rgb(38 38 38 / 0.1);
}

.border-b-neutral-800\/100{
  border-bottom-color: rgb(38 38 38 / 1);
}

.border-b-neutral-800\/20{
  border-bottom-color: rgb(38 38 38 / 0.2);
}

.border-b-neutral-800\/25{
  border-bottom-color: rgb(38 38 38 / 0.25);
}

.border-b-neutral-800\/30{
  border-bottom-color: rgb(38 38 38 / 0.3);
}

.border-b-neutral-800\/40{
  border-bottom-color: rgb(38 38 38 / 0.4);
}

.border-b-neutral-800\/5{
  border-bottom-color: rgb(38 38 38 / 0.05);
}

.border-b-neutral-800\/50{
  border-bottom-color: rgb(38 38 38 / 0.5);
}

.border-b-neutral-800\/60{
  border-bottom-color: rgb(38 38 38 / 0.6);
}

.border-b-neutral-800\/70{
  border-bottom-color: rgb(38 38 38 / 0.7);
}

.border-b-neutral-800\/75{
  border-bottom-color: rgb(38 38 38 / 0.75);
}

.border-b-neutral-800\/80{
  border-bottom-color: rgb(38 38 38 / 0.8);
}

.border-b-neutral-800\/90{
  border-bottom-color: rgb(38 38 38 / 0.9);
}

.border-b-neutral-800\/95{
  border-bottom-color: rgb(38 38 38 / 0.95);
}

.border-b-neutral-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-b-neutral-900\/0{
  border-bottom-color: rgb(23 23 23 / 0);
}

.border-b-neutral-900\/10{
  border-bottom-color: rgb(23 23 23 / 0.1);
}

.border-b-neutral-900\/100{
  border-bottom-color: rgb(23 23 23 / 1);
}

.border-b-neutral-900\/20{
  border-bottom-color: rgb(23 23 23 / 0.2);
}

.border-b-neutral-900\/25{
  border-bottom-color: rgb(23 23 23 / 0.25);
}

.border-b-neutral-900\/30{
  border-bottom-color: rgb(23 23 23 / 0.3);
}

.border-b-neutral-900\/40{
  border-bottom-color: rgb(23 23 23 / 0.4);
}

.border-b-neutral-900\/5{
  border-bottom-color: rgb(23 23 23 / 0.05);
}

.border-b-neutral-900\/50{
  border-bottom-color: rgb(23 23 23 / 0.5);
}

.border-b-neutral-900\/60{
  border-bottom-color: rgb(23 23 23 / 0.6);
}

.border-b-neutral-900\/70{
  border-bottom-color: rgb(23 23 23 / 0.7);
}

.border-b-neutral-900\/75{
  border-bottom-color: rgb(23 23 23 / 0.75);
}

.border-b-neutral-900\/80{
  border-bottom-color: rgb(23 23 23 / 0.8);
}

.border-b-neutral-900\/90{
  border-bottom-color: rgb(23 23 23 / 0.9);
}

.border-b-neutral-900\/95{
  border-bottom-color: rgb(23 23 23 / 0.95);
}

.border-b-neutral-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-b-neutral-950\/0{
  border-bottom-color: rgb(10 10 10 / 0);
}

.border-b-neutral-950\/10{
  border-bottom-color: rgb(10 10 10 / 0.1);
}

.border-b-neutral-950\/100{
  border-bottom-color: rgb(10 10 10 / 1);
}

.border-b-neutral-950\/20{
  border-bottom-color: rgb(10 10 10 / 0.2);
}

.border-b-neutral-950\/25{
  border-bottom-color: rgb(10 10 10 / 0.25);
}

.border-b-neutral-950\/30{
  border-bottom-color: rgb(10 10 10 / 0.3);
}

.border-b-neutral-950\/40{
  border-bottom-color: rgb(10 10 10 / 0.4);
}

.border-b-neutral-950\/5{
  border-bottom-color: rgb(10 10 10 / 0.05);
}

.border-b-neutral-950\/50{
  border-bottom-color: rgb(10 10 10 / 0.5);
}

.border-b-neutral-950\/60{
  border-bottom-color: rgb(10 10 10 / 0.6);
}

.border-b-neutral-950\/70{
  border-bottom-color: rgb(10 10 10 / 0.7);
}

.border-b-neutral-950\/75{
  border-bottom-color: rgb(10 10 10 / 0.75);
}

.border-b-neutral-950\/80{
  border-bottom-color: rgb(10 10 10 / 0.8);
}

.border-b-neutral-950\/90{
  border-bottom-color: rgb(10 10 10 / 0.9);
}

.border-b-neutral-950\/95{
  border-bottom-color: rgb(10 10 10 / 0.95);
}

.border-b-orange-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-b-orange-100\/0{
  border-bottom-color: rgb(255 237 213 / 0);
}

.border-b-orange-100\/10{
  border-bottom-color: rgb(255 237 213 / 0.1);
}

.border-b-orange-100\/100{
  border-bottom-color: rgb(255 237 213 / 1);
}

.border-b-orange-100\/20{
  border-bottom-color: rgb(255 237 213 / 0.2);
}

.border-b-orange-100\/25{
  border-bottom-color: rgb(255 237 213 / 0.25);
}

.border-b-orange-100\/30{
  border-bottom-color: rgb(255 237 213 / 0.3);
}

.border-b-orange-100\/40{
  border-bottom-color: rgb(255 237 213 / 0.4);
}

.border-b-orange-100\/5{
  border-bottom-color: rgb(255 237 213 / 0.05);
}

.border-b-orange-100\/50{
  border-bottom-color: rgb(255 237 213 / 0.5);
}

.border-b-orange-100\/60{
  border-bottom-color: rgb(255 237 213 / 0.6);
}

.border-b-orange-100\/70{
  border-bottom-color: rgb(255 237 213 / 0.7);
}

.border-b-orange-100\/75{
  border-bottom-color: rgb(255 237 213 / 0.75);
}

.border-b-orange-100\/80{
  border-bottom-color: rgb(255 237 213 / 0.8);
}

.border-b-orange-100\/90{
  border-bottom-color: rgb(255 237 213 / 0.9);
}

.border-b-orange-100\/95{
  border-bottom-color: rgb(255 237 213 / 0.95);
}

.border-b-orange-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-b-orange-200\/0{
  border-bottom-color: rgb(254 215 170 / 0);
}

.border-b-orange-200\/10{
  border-bottom-color: rgb(254 215 170 / 0.1);
}

.border-b-orange-200\/100{
  border-bottom-color: rgb(254 215 170 / 1);
}

.border-b-orange-200\/20{
  border-bottom-color: rgb(254 215 170 / 0.2);
}

.border-b-orange-200\/25{
  border-bottom-color: rgb(254 215 170 / 0.25);
}

.border-b-orange-200\/30{
  border-bottom-color: rgb(254 215 170 / 0.3);
}

.border-b-orange-200\/40{
  border-bottom-color: rgb(254 215 170 / 0.4);
}

.border-b-orange-200\/5{
  border-bottom-color: rgb(254 215 170 / 0.05);
}

.border-b-orange-200\/50{
  border-bottom-color: rgb(254 215 170 / 0.5);
}

.border-b-orange-200\/60{
  border-bottom-color: rgb(254 215 170 / 0.6);
}

.border-b-orange-200\/70{
  border-bottom-color: rgb(254 215 170 / 0.7);
}

.border-b-orange-200\/75{
  border-bottom-color: rgb(254 215 170 / 0.75);
}

.border-b-orange-200\/80{
  border-bottom-color: rgb(254 215 170 / 0.8);
}

.border-b-orange-200\/90{
  border-bottom-color: rgb(254 215 170 / 0.9);
}

.border-b-orange-200\/95{
  border-bottom-color: rgb(254 215 170 / 0.95);
}

.border-b-orange-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-b-orange-300\/0{
  border-bottom-color: rgb(253 186 116 / 0);
}

.border-b-orange-300\/10{
  border-bottom-color: rgb(253 186 116 / 0.1);
}

.border-b-orange-300\/100{
  border-bottom-color: rgb(253 186 116 / 1);
}

.border-b-orange-300\/20{
  border-bottom-color: rgb(253 186 116 / 0.2);
}

.border-b-orange-300\/25{
  border-bottom-color: rgb(253 186 116 / 0.25);
}

.border-b-orange-300\/30{
  border-bottom-color: rgb(253 186 116 / 0.3);
}

.border-b-orange-300\/40{
  border-bottom-color: rgb(253 186 116 / 0.4);
}

.border-b-orange-300\/5{
  border-bottom-color: rgb(253 186 116 / 0.05);
}

.border-b-orange-300\/50{
  border-bottom-color: rgb(253 186 116 / 0.5);
}

.border-b-orange-300\/60{
  border-bottom-color: rgb(253 186 116 / 0.6);
}

.border-b-orange-300\/70{
  border-bottom-color: rgb(253 186 116 / 0.7);
}

.border-b-orange-300\/75{
  border-bottom-color: rgb(253 186 116 / 0.75);
}

.border-b-orange-300\/80{
  border-bottom-color: rgb(253 186 116 / 0.8);
}

.border-b-orange-300\/90{
  border-bottom-color: rgb(253 186 116 / 0.9);
}

.border-b-orange-300\/95{
  border-bottom-color: rgb(253 186 116 / 0.95);
}

.border-b-orange-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-b-orange-400\/0{
  border-bottom-color: rgb(251 146 60 / 0);
}

.border-b-orange-400\/10{
  border-bottom-color: rgb(251 146 60 / 0.1);
}

.border-b-orange-400\/100{
  border-bottom-color: rgb(251 146 60 / 1);
}

.border-b-orange-400\/20{
  border-bottom-color: rgb(251 146 60 / 0.2);
}

.border-b-orange-400\/25{
  border-bottom-color: rgb(251 146 60 / 0.25);
}

.border-b-orange-400\/30{
  border-bottom-color: rgb(251 146 60 / 0.3);
}

.border-b-orange-400\/40{
  border-bottom-color: rgb(251 146 60 / 0.4);
}

.border-b-orange-400\/5{
  border-bottom-color: rgb(251 146 60 / 0.05);
}

.border-b-orange-400\/50{
  border-bottom-color: rgb(251 146 60 / 0.5);
}

.border-b-orange-400\/60{
  border-bottom-color: rgb(251 146 60 / 0.6);
}

.border-b-orange-400\/70{
  border-bottom-color: rgb(251 146 60 / 0.7);
}

.border-b-orange-400\/75{
  border-bottom-color: rgb(251 146 60 / 0.75);
}

.border-b-orange-400\/80{
  border-bottom-color: rgb(251 146 60 / 0.8);
}

.border-b-orange-400\/90{
  border-bottom-color: rgb(251 146 60 / 0.9);
}

.border-b-orange-400\/95{
  border-bottom-color: rgb(251 146 60 / 0.95);
}

.border-b-orange-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-b-orange-50\/0{
  border-bottom-color: rgb(255 247 237 / 0);
}

.border-b-orange-50\/10{
  border-bottom-color: rgb(255 247 237 / 0.1);
}

.border-b-orange-50\/100{
  border-bottom-color: rgb(255 247 237 / 1);
}

.border-b-orange-50\/20{
  border-bottom-color: rgb(255 247 237 / 0.2);
}

.border-b-orange-50\/25{
  border-bottom-color: rgb(255 247 237 / 0.25);
}

.border-b-orange-50\/30{
  border-bottom-color: rgb(255 247 237 / 0.3);
}

.border-b-orange-50\/40{
  border-bottom-color: rgb(255 247 237 / 0.4);
}

.border-b-orange-50\/5{
  border-bottom-color: rgb(255 247 237 / 0.05);
}

.border-b-orange-50\/50{
  border-bottom-color: rgb(255 247 237 / 0.5);
}

.border-b-orange-50\/60{
  border-bottom-color: rgb(255 247 237 / 0.6);
}

.border-b-orange-50\/70{
  border-bottom-color: rgb(255 247 237 / 0.7);
}

.border-b-orange-50\/75{
  border-bottom-color: rgb(255 247 237 / 0.75);
}

.border-b-orange-50\/80{
  border-bottom-color: rgb(255 247 237 / 0.8);
}

.border-b-orange-50\/90{
  border-bottom-color: rgb(255 247 237 / 0.9);
}

.border-b-orange-50\/95{
  border-bottom-color: rgb(255 247 237 / 0.95);
}

.border-b-orange-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-b-orange-500\/0{
  border-bottom-color: rgb(249 115 22 / 0);
}

.border-b-orange-500\/10{
  border-bottom-color: rgb(249 115 22 / 0.1);
}

.border-b-orange-500\/100{
  border-bottom-color: rgb(249 115 22 / 1);
}

.border-b-orange-500\/20{
  border-bottom-color: rgb(249 115 22 / 0.2);
}

.border-b-orange-500\/25{
  border-bottom-color: rgb(249 115 22 / 0.25);
}

.border-b-orange-500\/30{
  border-bottom-color: rgb(249 115 22 / 0.3);
}

.border-b-orange-500\/40{
  border-bottom-color: rgb(249 115 22 / 0.4);
}

.border-b-orange-500\/5{
  border-bottom-color: rgb(249 115 22 / 0.05);
}

.border-b-orange-500\/50{
  border-bottom-color: rgb(249 115 22 / 0.5);
}

.border-b-orange-500\/60{
  border-bottom-color: rgb(249 115 22 / 0.6);
}

.border-b-orange-500\/70{
  border-bottom-color: rgb(249 115 22 / 0.7);
}

.border-b-orange-500\/75{
  border-bottom-color: rgb(249 115 22 / 0.75);
}

.border-b-orange-500\/80{
  border-bottom-color: rgb(249 115 22 / 0.8);
}

.border-b-orange-500\/90{
  border-bottom-color: rgb(249 115 22 / 0.9);
}

.border-b-orange-500\/95{
  border-bottom-color: rgb(249 115 22 / 0.95);
}

.border-b-orange-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-b-orange-600\/0{
  border-bottom-color: rgb(234 88 12 / 0);
}

.border-b-orange-600\/10{
  border-bottom-color: rgb(234 88 12 / 0.1);
}

.border-b-orange-600\/100{
  border-bottom-color: rgb(234 88 12 / 1);
}

.border-b-orange-600\/20{
  border-bottom-color: rgb(234 88 12 / 0.2);
}

.border-b-orange-600\/25{
  border-bottom-color: rgb(234 88 12 / 0.25);
}

.border-b-orange-600\/30{
  border-bottom-color: rgb(234 88 12 / 0.3);
}

.border-b-orange-600\/40{
  border-bottom-color: rgb(234 88 12 / 0.4);
}

.border-b-orange-600\/5{
  border-bottom-color: rgb(234 88 12 / 0.05);
}

.border-b-orange-600\/50{
  border-bottom-color: rgb(234 88 12 / 0.5);
}

.border-b-orange-600\/60{
  border-bottom-color: rgb(234 88 12 / 0.6);
}

.border-b-orange-600\/70{
  border-bottom-color: rgb(234 88 12 / 0.7);
}

.border-b-orange-600\/75{
  border-bottom-color: rgb(234 88 12 / 0.75);
}

.border-b-orange-600\/80{
  border-bottom-color: rgb(234 88 12 / 0.8);
}

.border-b-orange-600\/90{
  border-bottom-color: rgb(234 88 12 / 0.9);
}

.border-b-orange-600\/95{
  border-bottom-color: rgb(234 88 12 / 0.95);
}

.border-b-orange-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-b-orange-700\/0{
  border-bottom-color: rgb(194 65 12 / 0);
}

.border-b-orange-700\/10{
  border-bottom-color: rgb(194 65 12 / 0.1);
}

.border-b-orange-700\/100{
  border-bottom-color: rgb(194 65 12 / 1);
}

.border-b-orange-700\/20{
  border-bottom-color: rgb(194 65 12 / 0.2);
}

.border-b-orange-700\/25{
  border-bottom-color: rgb(194 65 12 / 0.25);
}

.border-b-orange-700\/30{
  border-bottom-color: rgb(194 65 12 / 0.3);
}

.border-b-orange-700\/40{
  border-bottom-color: rgb(194 65 12 / 0.4);
}

.border-b-orange-700\/5{
  border-bottom-color: rgb(194 65 12 / 0.05);
}

.border-b-orange-700\/50{
  border-bottom-color: rgb(194 65 12 / 0.5);
}

.border-b-orange-700\/60{
  border-bottom-color: rgb(194 65 12 / 0.6);
}

.border-b-orange-700\/70{
  border-bottom-color: rgb(194 65 12 / 0.7);
}

.border-b-orange-700\/75{
  border-bottom-color: rgb(194 65 12 / 0.75);
}

.border-b-orange-700\/80{
  border-bottom-color: rgb(194 65 12 / 0.8);
}

.border-b-orange-700\/90{
  border-bottom-color: rgb(194 65 12 / 0.9);
}

.border-b-orange-700\/95{
  border-bottom-color: rgb(194 65 12 / 0.95);
}

.border-b-orange-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-b-orange-800\/0{
  border-bottom-color: rgb(154 52 18 / 0);
}

.border-b-orange-800\/10{
  border-bottom-color: rgb(154 52 18 / 0.1);
}

.border-b-orange-800\/100{
  border-bottom-color: rgb(154 52 18 / 1);
}

.border-b-orange-800\/20{
  border-bottom-color: rgb(154 52 18 / 0.2);
}

.border-b-orange-800\/25{
  border-bottom-color: rgb(154 52 18 / 0.25);
}

.border-b-orange-800\/30{
  border-bottom-color: rgb(154 52 18 / 0.3);
}

.border-b-orange-800\/40{
  border-bottom-color: rgb(154 52 18 / 0.4);
}

.border-b-orange-800\/5{
  border-bottom-color: rgb(154 52 18 / 0.05);
}

.border-b-orange-800\/50{
  border-bottom-color: rgb(154 52 18 / 0.5);
}

.border-b-orange-800\/60{
  border-bottom-color: rgb(154 52 18 / 0.6);
}

.border-b-orange-800\/70{
  border-bottom-color: rgb(154 52 18 / 0.7);
}

.border-b-orange-800\/75{
  border-bottom-color: rgb(154 52 18 / 0.75);
}

.border-b-orange-800\/80{
  border-bottom-color: rgb(154 52 18 / 0.8);
}

.border-b-orange-800\/90{
  border-bottom-color: rgb(154 52 18 / 0.9);
}

.border-b-orange-800\/95{
  border-bottom-color: rgb(154 52 18 / 0.95);
}

.border-b-orange-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-b-orange-900\/0{
  border-bottom-color: rgb(124 45 18 / 0);
}

.border-b-orange-900\/10{
  border-bottom-color: rgb(124 45 18 / 0.1);
}

.border-b-orange-900\/100{
  border-bottom-color: rgb(124 45 18 / 1);
}

.border-b-orange-900\/20{
  border-bottom-color: rgb(124 45 18 / 0.2);
}

.border-b-orange-900\/25{
  border-bottom-color: rgb(124 45 18 / 0.25);
}

.border-b-orange-900\/30{
  border-bottom-color: rgb(124 45 18 / 0.3);
}

.border-b-orange-900\/40{
  border-bottom-color: rgb(124 45 18 / 0.4);
}

.border-b-orange-900\/5{
  border-bottom-color: rgb(124 45 18 / 0.05);
}

.border-b-orange-900\/50{
  border-bottom-color: rgb(124 45 18 / 0.5);
}

.border-b-orange-900\/60{
  border-bottom-color: rgb(124 45 18 / 0.6);
}

.border-b-orange-900\/70{
  border-bottom-color: rgb(124 45 18 / 0.7);
}

.border-b-orange-900\/75{
  border-bottom-color: rgb(124 45 18 / 0.75);
}

.border-b-orange-900\/80{
  border-bottom-color: rgb(124 45 18 / 0.8);
}

.border-b-orange-900\/90{
  border-bottom-color: rgb(124 45 18 / 0.9);
}

.border-b-orange-900\/95{
  border-bottom-color: rgb(124 45 18 / 0.95);
}

.border-b-orange-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-b-orange-950\/0{
  border-bottom-color: rgb(67 20 7 / 0);
}

.border-b-orange-950\/10{
  border-bottom-color: rgb(67 20 7 / 0.1);
}

.border-b-orange-950\/100{
  border-bottom-color: rgb(67 20 7 / 1);
}

.border-b-orange-950\/20{
  border-bottom-color: rgb(67 20 7 / 0.2);
}

.border-b-orange-950\/25{
  border-bottom-color: rgb(67 20 7 / 0.25);
}

.border-b-orange-950\/30{
  border-bottom-color: rgb(67 20 7 / 0.3);
}

.border-b-orange-950\/40{
  border-bottom-color: rgb(67 20 7 / 0.4);
}

.border-b-orange-950\/5{
  border-bottom-color: rgb(67 20 7 / 0.05);
}

.border-b-orange-950\/50{
  border-bottom-color: rgb(67 20 7 / 0.5);
}

.border-b-orange-950\/60{
  border-bottom-color: rgb(67 20 7 / 0.6);
}

.border-b-orange-950\/70{
  border-bottom-color: rgb(67 20 7 / 0.7);
}

.border-b-orange-950\/75{
  border-bottom-color: rgb(67 20 7 / 0.75);
}

.border-b-orange-950\/80{
  border-bottom-color: rgb(67 20 7 / 0.8);
}

.border-b-orange-950\/90{
  border-bottom-color: rgb(67 20 7 / 0.9);
}

.border-b-orange-950\/95{
  border-bottom-color: rgb(67 20 7 / 0.95);
}

.border-b-pink-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-b-pink-100\/0{
  border-bottom-color: rgb(252 231 243 / 0);
}

.border-b-pink-100\/10{
  border-bottom-color: rgb(252 231 243 / 0.1);
}

.border-b-pink-100\/100{
  border-bottom-color: rgb(252 231 243 / 1);
}

.border-b-pink-100\/20{
  border-bottom-color: rgb(252 231 243 / 0.2);
}

.border-b-pink-100\/25{
  border-bottom-color: rgb(252 231 243 / 0.25);
}

.border-b-pink-100\/30{
  border-bottom-color: rgb(252 231 243 / 0.3);
}

.border-b-pink-100\/40{
  border-bottom-color: rgb(252 231 243 / 0.4);
}

.border-b-pink-100\/5{
  border-bottom-color: rgb(252 231 243 / 0.05);
}

.border-b-pink-100\/50{
  border-bottom-color: rgb(252 231 243 / 0.5);
}

.border-b-pink-100\/60{
  border-bottom-color: rgb(252 231 243 / 0.6);
}

.border-b-pink-100\/70{
  border-bottom-color: rgb(252 231 243 / 0.7);
}

.border-b-pink-100\/75{
  border-bottom-color: rgb(252 231 243 / 0.75);
}

.border-b-pink-100\/80{
  border-bottom-color: rgb(252 231 243 / 0.8);
}

.border-b-pink-100\/90{
  border-bottom-color: rgb(252 231 243 / 0.9);
}

.border-b-pink-100\/95{
  border-bottom-color: rgb(252 231 243 / 0.95);
}

.border-b-pink-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-b-pink-200\/0{
  border-bottom-color: rgb(251 207 232 / 0);
}

.border-b-pink-200\/10{
  border-bottom-color: rgb(251 207 232 / 0.1);
}

.border-b-pink-200\/100{
  border-bottom-color: rgb(251 207 232 / 1);
}

.border-b-pink-200\/20{
  border-bottom-color: rgb(251 207 232 / 0.2);
}

.border-b-pink-200\/25{
  border-bottom-color: rgb(251 207 232 / 0.25);
}

.border-b-pink-200\/30{
  border-bottom-color: rgb(251 207 232 / 0.3);
}

.border-b-pink-200\/40{
  border-bottom-color: rgb(251 207 232 / 0.4);
}

.border-b-pink-200\/5{
  border-bottom-color: rgb(251 207 232 / 0.05);
}

.border-b-pink-200\/50{
  border-bottom-color: rgb(251 207 232 / 0.5);
}

.border-b-pink-200\/60{
  border-bottom-color: rgb(251 207 232 / 0.6);
}

.border-b-pink-200\/70{
  border-bottom-color: rgb(251 207 232 / 0.7);
}

.border-b-pink-200\/75{
  border-bottom-color: rgb(251 207 232 / 0.75);
}

.border-b-pink-200\/80{
  border-bottom-color: rgb(251 207 232 / 0.8);
}

.border-b-pink-200\/90{
  border-bottom-color: rgb(251 207 232 / 0.9);
}

.border-b-pink-200\/95{
  border-bottom-color: rgb(251 207 232 / 0.95);
}

.border-b-pink-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-b-pink-300\/0{
  border-bottom-color: rgb(249 168 212 / 0);
}

.border-b-pink-300\/10{
  border-bottom-color: rgb(249 168 212 / 0.1);
}

.border-b-pink-300\/100{
  border-bottom-color: rgb(249 168 212 / 1);
}

.border-b-pink-300\/20{
  border-bottom-color: rgb(249 168 212 / 0.2);
}

.border-b-pink-300\/25{
  border-bottom-color: rgb(249 168 212 / 0.25);
}

.border-b-pink-300\/30{
  border-bottom-color: rgb(249 168 212 / 0.3);
}

.border-b-pink-300\/40{
  border-bottom-color: rgb(249 168 212 / 0.4);
}

.border-b-pink-300\/5{
  border-bottom-color: rgb(249 168 212 / 0.05);
}

.border-b-pink-300\/50{
  border-bottom-color: rgb(249 168 212 / 0.5);
}

.border-b-pink-300\/60{
  border-bottom-color: rgb(249 168 212 / 0.6);
}

.border-b-pink-300\/70{
  border-bottom-color: rgb(249 168 212 / 0.7);
}

.border-b-pink-300\/75{
  border-bottom-color: rgb(249 168 212 / 0.75);
}

.border-b-pink-300\/80{
  border-bottom-color: rgb(249 168 212 / 0.8);
}

.border-b-pink-300\/90{
  border-bottom-color: rgb(249 168 212 / 0.9);
}

.border-b-pink-300\/95{
  border-bottom-color: rgb(249 168 212 / 0.95);
}

.border-b-pink-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-b-pink-400\/0{
  border-bottom-color: rgb(244 114 182 / 0);
}

.border-b-pink-400\/10{
  border-bottom-color: rgb(244 114 182 / 0.1);
}

.border-b-pink-400\/100{
  border-bottom-color: rgb(244 114 182 / 1);
}

.border-b-pink-400\/20{
  border-bottom-color: rgb(244 114 182 / 0.2);
}

.border-b-pink-400\/25{
  border-bottom-color: rgb(244 114 182 / 0.25);
}

.border-b-pink-400\/30{
  border-bottom-color: rgb(244 114 182 / 0.3);
}

.border-b-pink-400\/40{
  border-bottom-color: rgb(244 114 182 / 0.4);
}

.border-b-pink-400\/5{
  border-bottom-color: rgb(244 114 182 / 0.05);
}

.border-b-pink-400\/50{
  border-bottom-color: rgb(244 114 182 / 0.5);
}

.border-b-pink-400\/60{
  border-bottom-color: rgb(244 114 182 / 0.6);
}

.border-b-pink-400\/70{
  border-bottom-color: rgb(244 114 182 / 0.7);
}

.border-b-pink-400\/75{
  border-bottom-color: rgb(244 114 182 / 0.75);
}

.border-b-pink-400\/80{
  border-bottom-color: rgb(244 114 182 / 0.8);
}

.border-b-pink-400\/90{
  border-bottom-color: rgb(244 114 182 / 0.9);
}

.border-b-pink-400\/95{
  border-bottom-color: rgb(244 114 182 / 0.95);
}

.border-b-pink-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-b-pink-50\/0{
  border-bottom-color: rgb(253 242 248 / 0);
}

.border-b-pink-50\/10{
  border-bottom-color: rgb(253 242 248 / 0.1);
}

.border-b-pink-50\/100{
  border-bottom-color: rgb(253 242 248 / 1);
}

.border-b-pink-50\/20{
  border-bottom-color: rgb(253 242 248 / 0.2);
}

.border-b-pink-50\/25{
  border-bottom-color: rgb(253 242 248 / 0.25);
}

.border-b-pink-50\/30{
  border-bottom-color: rgb(253 242 248 / 0.3);
}

.border-b-pink-50\/40{
  border-bottom-color: rgb(253 242 248 / 0.4);
}

.border-b-pink-50\/5{
  border-bottom-color: rgb(253 242 248 / 0.05);
}

.border-b-pink-50\/50{
  border-bottom-color: rgb(253 242 248 / 0.5);
}

.border-b-pink-50\/60{
  border-bottom-color: rgb(253 242 248 / 0.6);
}

.border-b-pink-50\/70{
  border-bottom-color: rgb(253 242 248 / 0.7);
}

.border-b-pink-50\/75{
  border-bottom-color: rgb(253 242 248 / 0.75);
}

.border-b-pink-50\/80{
  border-bottom-color: rgb(253 242 248 / 0.8);
}

.border-b-pink-50\/90{
  border-bottom-color: rgb(253 242 248 / 0.9);
}

.border-b-pink-50\/95{
  border-bottom-color: rgb(253 242 248 / 0.95);
}

.border-b-pink-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-b-pink-500\/0{
  border-bottom-color: rgb(236 72 153 / 0);
}

.border-b-pink-500\/10{
  border-bottom-color: rgb(236 72 153 / 0.1);
}

.border-b-pink-500\/100{
  border-bottom-color: rgb(236 72 153 / 1);
}

.border-b-pink-500\/20{
  border-bottom-color: rgb(236 72 153 / 0.2);
}

.border-b-pink-500\/25{
  border-bottom-color: rgb(236 72 153 / 0.25);
}

.border-b-pink-500\/30{
  border-bottom-color: rgb(236 72 153 / 0.3);
}

.border-b-pink-500\/40{
  border-bottom-color: rgb(236 72 153 / 0.4);
}

.border-b-pink-500\/5{
  border-bottom-color: rgb(236 72 153 / 0.05);
}

.border-b-pink-500\/50{
  border-bottom-color: rgb(236 72 153 / 0.5);
}

.border-b-pink-500\/60{
  border-bottom-color: rgb(236 72 153 / 0.6);
}

.border-b-pink-500\/70{
  border-bottom-color: rgb(236 72 153 / 0.7);
}

.border-b-pink-500\/75{
  border-bottom-color: rgb(236 72 153 / 0.75);
}

.border-b-pink-500\/80{
  border-bottom-color: rgb(236 72 153 / 0.8);
}

.border-b-pink-500\/90{
  border-bottom-color: rgb(236 72 153 / 0.9);
}

.border-b-pink-500\/95{
  border-bottom-color: rgb(236 72 153 / 0.95);
}

.border-b-pink-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-b-pink-600\/0{
  border-bottom-color: rgb(219 39 119 / 0);
}

.border-b-pink-600\/10{
  border-bottom-color: rgb(219 39 119 / 0.1);
}

.border-b-pink-600\/100{
  border-bottom-color: rgb(219 39 119 / 1);
}

.border-b-pink-600\/20{
  border-bottom-color: rgb(219 39 119 / 0.2);
}

.border-b-pink-600\/25{
  border-bottom-color: rgb(219 39 119 / 0.25);
}

.border-b-pink-600\/30{
  border-bottom-color: rgb(219 39 119 / 0.3);
}

.border-b-pink-600\/40{
  border-bottom-color: rgb(219 39 119 / 0.4);
}

.border-b-pink-600\/5{
  border-bottom-color: rgb(219 39 119 / 0.05);
}

.border-b-pink-600\/50{
  border-bottom-color: rgb(219 39 119 / 0.5);
}

.border-b-pink-600\/60{
  border-bottom-color: rgb(219 39 119 / 0.6);
}

.border-b-pink-600\/70{
  border-bottom-color: rgb(219 39 119 / 0.7);
}

.border-b-pink-600\/75{
  border-bottom-color: rgb(219 39 119 / 0.75);
}

.border-b-pink-600\/80{
  border-bottom-color: rgb(219 39 119 / 0.8);
}

.border-b-pink-600\/90{
  border-bottom-color: rgb(219 39 119 / 0.9);
}

.border-b-pink-600\/95{
  border-bottom-color: rgb(219 39 119 / 0.95);
}

.border-b-pink-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-b-pink-700\/0{
  border-bottom-color: rgb(190 24 93 / 0);
}

.border-b-pink-700\/10{
  border-bottom-color: rgb(190 24 93 / 0.1);
}

.border-b-pink-700\/100{
  border-bottom-color: rgb(190 24 93 / 1);
}

.border-b-pink-700\/20{
  border-bottom-color: rgb(190 24 93 / 0.2);
}

.border-b-pink-700\/25{
  border-bottom-color: rgb(190 24 93 / 0.25);
}

.border-b-pink-700\/30{
  border-bottom-color: rgb(190 24 93 / 0.3);
}

.border-b-pink-700\/40{
  border-bottom-color: rgb(190 24 93 / 0.4);
}

.border-b-pink-700\/5{
  border-bottom-color: rgb(190 24 93 / 0.05);
}

.border-b-pink-700\/50{
  border-bottom-color: rgb(190 24 93 / 0.5);
}

.border-b-pink-700\/60{
  border-bottom-color: rgb(190 24 93 / 0.6);
}

.border-b-pink-700\/70{
  border-bottom-color: rgb(190 24 93 / 0.7);
}

.border-b-pink-700\/75{
  border-bottom-color: rgb(190 24 93 / 0.75);
}

.border-b-pink-700\/80{
  border-bottom-color: rgb(190 24 93 / 0.8);
}

.border-b-pink-700\/90{
  border-bottom-color: rgb(190 24 93 / 0.9);
}

.border-b-pink-700\/95{
  border-bottom-color: rgb(190 24 93 / 0.95);
}

.border-b-pink-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-b-pink-800\/0{
  border-bottom-color: rgb(157 23 77 / 0);
}

.border-b-pink-800\/10{
  border-bottom-color: rgb(157 23 77 / 0.1);
}

.border-b-pink-800\/100{
  border-bottom-color: rgb(157 23 77 / 1);
}

.border-b-pink-800\/20{
  border-bottom-color: rgb(157 23 77 / 0.2);
}

.border-b-pink-800\/25{
  border-bottom-color: rgb(157 23 77 / 0.25);
}

.border-b-pink-800\/30{
  border-bottom-color: rgb(157 23 77 / 0.3);
}

.border-b-pink-800\/40{
  border-bottom-color: rgb(157 23 77 / 0.4);
}

.border-b-pink-800\/5{
  border-bottom-color: rgb(157 23 77 / 0.05);
}

.border-b-pink-800\/50{
  border-bottom-color: rgb(157 23 77 / 0.5);
}

.border-b-pink-800\/60{
  border-bottom-color: rgb(157 23 77 / 0.6);
}

.border-b-pink-800\/70{
  border-bottom-color: rgb(157 23 77 / 0.7);
}

.border-b-pink-800\/75{
  border-bottom-color: rgb(157 23 77 / 0.75);
}

.border-b-pink-800\/80{
  border-bottom-color: rgb(157 23 77 / 0.8);
}

.border-b-pink-800\/90{
  border-bottom-color: rgb(157 23 77 / 0.9);
}

.border-b-pink-800\/95{
  border-bottom-color: rgb(157 23 77 / 0.95);
}

.border-b-pink-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-b-pink-900\/0{
  border-bottom-color: rgb(131 24 67 / 0);
}

.border-b-pink-900\/10{
  border-bottom-color: rgb(131 24 67 / 0.1);
}

.border-b-pink-900\/100{
  border-bottom-color: rgb(131 24 67 / 1);
}

.border-b-pink-900\/20{
  border-bottom-color: rgb(131 24 67 / 0.2);
}

.border-b-pink-900\/25{
  border-bottom-color: rgb(131 24 67 / 0.25);
}

.border-b-pink-900\/30{
  border-bottom-color: rgb(131 24 67 / 0.3);
}

.border-b-pink-900\/40{
  border-bottom-color: rgb(131 24 67 / 0.4);
}

.border-b-pink-900\/5{
  border-bottom-color: rgb(131 24 67 / 0.05);
}

.border-b-pink-900\/50{
  border-bottom-color: rgb(131 24 67 / 0.5);
}

.border-b-pink-900\/60{
  border-bottom-color: rgb(131 24 67 / 0.6);
}

.border-b-pink-900\/70{
  border-bottom-color: rgb(131 24 67 / 0.7);
}

.border-b-pink-900\/75{
  border-bottom-color: rgb(131 24 67 / 0.75);
}

.border-b-pink-900\/80{
  border-bottom-color: rgb(131 24 67 / 0.8);
}

.border-b-pink-900\/90{
  border-bottom-color: rgb(131 24 67 / 0.9);
}

.border-b-pink-900\/95{
  border-bottom-color: rgb(131 24 67 / 0.95);
}

.border-b-pink-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-b-pink-950\/0{
  border-bottom-color: rgb(80 7 36 / 0);
}

.border-b-pink-950\/10{
  border-bottom-color: rgb(80 7 36 / 0.1);
}

.border-b-pink-950\/100{
  border-bottom-color: rgb(80 7 36 / 1);
}

.border-b-pink-950\/20{
  border-bottom-color: rgb(80 7 36 / 0.2);
}

.border-b-pink-950\/25{
  border-bottom-color: rgb(80 7 36 / 0.25);
}

.border-b-pink-950\/30{
  border-bottom-color: rgb(80 7 36 / 0.3);
}

.border-b-pink-950\/40{
  border-bottom-color: rgb(80 7 36 / 0.4);
}

.border-b-pink-950\/5{
  border-bottom-color: rgb(80 7 36 / 0.05);
}

.border-b-pink-950\/50{
  border-bottom-color: rgb(80 7 36 / 0.5);
}

.border-b-pink-950\/60{
  border-bottom-color: rgb(80 7 36 / 0.6);
}

.border-b-pink-950\/70{
  border-bottom-color: rgb(80 7 36 / 0.7);
}

.border-b-pink-950\/75{
  border-bottom-color: rgb(80 7 36 / 0.75);
}

.border-b-pink-950\/80{
  border-bottom-color: rgb(80 7 36 / 0.8);
}

.border-b-pink-950\/90{
  border-bottom-color: rgb(80 7 36 / 0.9);
}

.border-b-pink-950\/95{
  border-bottom-color: rgb(80 7 36 / 0.95);
}

.border-b-purple-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.border-b-purple-100\/0{
  border-bottom-color: rgb(243 232 255 / 0);
}

.border-b-purple-100\/10{
  border-bottom-color: rgb(243 232 255 / 0.1);
}

.border-b-purple-100\/100{
  border-bottom-color: rgb(243 232 255 / 1);
}

.border-b-purple-100\/20{
  border-bottom-color: rgb(243 232 255 / 0.2);
}

.border-b-purple-100\/25{
  border-bottom-color: rgb(243 232 255 / 0.25);
}

.border-b-purple-100\/30{
  border-bottom-color: rgb(243 232 255 / 0.3);
}

.border-b-purple-100\/40{
  border-bottom-color: rgb(243 232 255 / 0.4);
}

.border-b-purple-100\/5{
  border-bottom-color: rgb(243 232 255 / 0.05);
}

.border-b-purple-100\/50{
  border-bottom-color: rgb(243 232 255 / 0.5);
}

.border-b-purple-100\/60{
  border-bottom-color: rgb(243 232 255 / 0.6);
}

.border-b-purple-100\/70{
  border-bottom-color: rgb(243 232 255 / 0.7);
}

.border-b-purple-100\/75{
  border-bottom-color: rgb(243 232 255 / 0.75);
}

.border-b-purple-100\/80{
  border-bottom-color: rgb(243 232 255 / 0.8);
}

.border-b-purple-100\/90{
  border-bottom-color: rgb(243 232 255 / 0.9);
}

.border-b-purple-100\/95{
  border-bottom-color: rgb(243 232 255 / 0.95);
}

.border-b-purple-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-b-purple-200\/0{
  border-bottom-color: rgb(233 213 255 / 0);
}

.border-b-purple-200\/10{
  border-bottom-color: rgb(233 213 255 / 0.1);
}

.border-b-purple-200\/100{
  border-bottom-color: rgb(233 213 255 / 1);
}

.border-b-purple-200\/20{
  border-bottom-color: rgb(233 213 255 / 0.2);
}

.border-b-purple-200\/25{
  border-bottom-color: rgb(233 213 255 / 0.25);
}

.border-b-purple-200\/30{
  border-bottom-color: rgb(233 213 255 / 0.3);
}

.border-b-purple-200\/40{
  border-bottom-color: rgb(233 213 255 / 0.4);
}

.border-b-purple-200\/5{
  border-bottom-color: rgb(233 213 255 / 0.05);
}

.border-b-purple-200\/50{
  border-bottom-color: rgb(233 213 255 / 0.5);
}

.border-b-purple-200\/60{
  border-bottom-color: rgb(233 213 255 / 0.6);
}

.border-b-purple-200\/70{
  border-bottom-color: rgb(233 213 255 / 0.7);
}

.border-b-purple-200\/75{
  border-bottom-color: rgb(233 213 255 / 0.75);
}

.border-b-purple-200\/80{
  border-bottom-color: rgb(233 213 255 / 0.8);
}

.border-b-purple-200\/90{
  border-bottom-color: rgb(233 213 255 / 0.9);
}

.border-b-purple-200\/95{
  border-bottom-color: rgb(233 213 255 / 0.95);
}

.border-b-purple-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-b-purple-300\/0{
  border-bottom-color: rgb(216 180 254 / 0);
}

.border-b-purple-300\/10{
  border-bottom-color: rgb(216 180 254 / 0.1);
}

.border-b-purple-300\/100{
  border-bottom-color: rgb(216 180 254 / 1);
}

.border-b-purple-300\/20{
  border-bottom-color: rgb(216 180 254 / 0.2);
}

.border-b-purple-300\/25{
  border-bottom-color: rgb(216 180 254 / 0.25);
}

.border-b-purple-300\/30{
  border-bottom-color: rgb(216 180 254 / 0.3);
}

.border-b-purple-300\/40{
  border-bottom-color: rgb(216 180 254 / 0.4);
}

.border-b-purple-300\/5{
  border-bottom-color: rgb(216 180 254 / 0.05);
}

.border-b-purple-300\/50{
  border-bottom-color: rgb(216 180 254 / 0.5);
}

.border-b-purple-300\/60{
  border-bottom-color: rgb(216 180 254 / 0.6);
}

.border-b-purple-300\/70{
  border-bottom-color: rgb(216 180 254 / 0.7);
}

.border-b-purple-300\/75{
  border-bottom-color: rgb(216 180 254 / 0.75);
}

.border-b-purple-300\/80{
  border-bottom-color: rgb(216 180 254 / 0.8);
}

.border-b-purple-300\/90{
  border-bottom-color: rgb(216 180 254 / 0.9);
}

.border-b-purple-300\/95{
  border-bottom-color: rgb(216 180 254 / 0.95);
}

.border-b-purple-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-b-purple-400\/0{
  border-bottom-color: rgb(192 132 252 / 0);
}

.border-b-purple-400\/10{
  border-bottom-color: rgb(192 132 252 / 0.1);
}

.border-b-purple-400\/100{
  border-bottom-color: rgb(192 132 252 / 1);
}

.border-b-purple-400\/20{
  border-bottom-color: rgb(192 132 252 / 0.2);
}

.border-b-purple-400\/25{
  border-bottom-color: rgb(192 132 252 / 0.25);
}

.border-b-purple-400\/30{
  border-bottom-color: rgb(192 132 252 / 0.3);
}

.border-b-purple-400\/40{
  border-bottom-color: rgb(192 132 252 / 0.4);
}

.border-b-purple-400\/5{
  border-bottom-color: rgb(192 132 252 / 0.05);
}

.border-b-purple-400\/50{
  border-bottom-color: rgb(192 132 252 / 0.5);
}

.border-b-purple-400\/60{
  border-bottom-color: rgb(192 132 252 / 0.6);
}

.border-b-purple-400\/70{
  border-bottom-color: rgb(192 132 252 / 0.7);
}

.border-b-purple-400\/75{
  border-bottom-color: rgb(192 132 252 / 0.75);
}

.border-b-purple-400\/80{
  border-bottom-color: rgb(192 132 252 / 0.8);
}

.border-b-purple-400\/90{
  border-bottom-color: rgb(192 132 252 / 0.9);
}

.border-b-purple-400\/95{
  border-bottom-color: rgb(192 132 252 / 0.95);
}

.border-b-purple-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-b-purple-50\/0{
  border-bottom-color: rgb(250 245 255 / 0);
}

.border-b-purple-50\/10{
  border-bottom-color: rgb(250 245 255 / 0.1);
}

.border-b-purple-50\/100{
  border-bottom-color: rgb(250 245 255 / 1);
}

.border-b-purple-50\/20{
  border-bottom-color: rgb(250 245 255 / 0.2);
}

.border-b-purple-50\/25{
  border-bottom-color: rgb(250 245 255 / 0.25);
}

.border-b-purple-50\/30{
  border-bottom-color: rgb(250 245 255 / 0.3);
}

.border-b-purple-50\/40{
  border-bottom-color: rgb(250 245 255 / 0.4);
}

.border-b-purple-50\/5{
  border-bottom-color: rgb(250 245 255 / 0.05);
}

.border-b-purple-50\/50{
  border-bottom-color: rgb(250 245 255 / 0.5);
}

.border-b-purple-50\/60{
  border-bottom-color: rgb(250 245 255 / 0.6);
}

.border-b-purple-50\/70{
  border-bottom-color: rgb(250 245 255 / 0.7);
}

.border-b-purple-50\/75{
  border-bottom-color: rgb(250 245 255 / 0.75);
}

.border-b-purple-50\/80{
  border-bottom-color: rgb(250 245 255 / 0.8);
}

.border-b-purple-50\/90{
  border-bottom-color: rgb(250 245 255 / 0.9);
}

.border-b-purple-50\/95{
  border-bottom-color: rgb(250 245 255 / 0.95);
}

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

.border-b-purple-500\/0{
  border-bottom-color: rgb(168 85 247 / 0);
}

.border-b-purple-500\/10{
  border-bottom-color: rgb(168 85 247 / 0.1);
}

.border-b-purple-500\/100{
  border-bottom-color: rgb(168 85 247 / 1);
}

.border-b-purple-500\/20{
  border-bottom-color: rgb(168 85 247 / 0.2);
}

.border-b-purple-500\/25{
  border-bottom-color: rgb(168 85 247 / 0.25);
}

.border-b-purple-500\/30{
  border-bottom-color: rgb(168 85 247 / 0.3);
}

.border-b-purple-500\/40{
  border-bottom-color: rgb(168 85 247 / 0.4);
}

.border-b-purple-500\/5{
  border-bottom-color: rgb(168 85 247 / 0.05);
}

.border-b-purple-500\/50{
  border-bottom-color: rgb(168 85 247 / 0.5);
}

.border-b-purple-500\/60{
  border-bottom-color: rgb(168 85 247 / 0.6);
}

.border-b-purple-500\/70{
  border-bottom-color: rgb(168 85 247 / 0.7);
}

.border-b-purple-500\/75{
  border-bottom-color: rgb(168 85 247 / 0.75);
}

.border-b-purple-500\/80{
  border-bottom-color: rgb(168 85 247 / 0.8);
}

.border-b-purple-500\/90{
  border-bottom-color: rgb(168 85 247 / 0.9);
}

.border-b-purple-500\/95{
  border-bottom-color: rgb(168 85 247 / 0.95);
}

.border-b-purple-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-b-purple-600\/0{
  border-bottom-color: rgb(147 51 234 / 0);
}

.border-b-purple-600\/10{
  border-bottom-color: rgb(147 51 234 / 0.1);
}

.border-b-purple-600\/100{
  border-bottom-color: rgb(147 51 234 / 1);
}

.border-b-purple-600\/20{
  border-bottom-color: rgb(147 51 234 / 0.2);
}

.border-b-purple-600\/25{
  border-bottom-color: rgb(147 51 234 / 0.25);
}

.border-b-purple-600\/30{
  border-bottom-color: rgb(147 51 234 / 0.3);
}

.border-b-purple-600\/40{
  border-bottom-color: rgb(147 51 234 / 0.4);
}

.border-b-purple-600\/5{
  border-bottom-color: rgb(147 51 234 / 0.05);
}

.border-b-purple-600\/50{
  border-bottom-color: rgb(147 51 234 / 0.5);
}

.border-b-purple-600\/60{
  border-bottom-color: rgb(147 51 234 / 0.6);
}

.border-b-purple-600\/70{
  border-bottom-color: rgb(147 51 234 / 0.7);
}

.border-b-purple-600\/75{
  border-bottom-color: rgb(147 51 234 / 0.75);
}

.border-b-purple-600\/80{
  border-bottom-color: rgb(147 51 234 / 0.8);
}

.border-b-purple-600\/90{
  border-bottom-color: rgb(147 51 234 / 0.9);
}

.border-b-purple-600\/95{
  border-bottom-color: rgb(147 51 234 / 0.95);
}

.border-b-purple-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-b-purple-700\/0{
  border-bottom-color: rgb(126 34 206 / 0);
}

.border-b-purple-700\/10{
  border-bottom-color: rgb(126 34 206 / 0.1);
}

.border-b-purple-700\/100{
  border-bottom-color: rgb(126 34 206 / 1);
}

.border-b-purple-700\/20{
  border-bottom-color: rgb(126 34 206 / 0.2);
}

.border-b-purple-700\/25{
  border-bottom-color: rgb(126 34 206 / 0.25);
}

.border-b-purple-700\/30{
  border-bottom-color: rgb(126 34 206 / 0.3);
}

.border-b-purple-700\/40{
  border-bottom-color: rgb(126 34 206 / 0.4);
}

.border-b-purple-700\/5{
  border-bottom-color: rgb(126 34 206 / 0.05);
}

.border-b-purple-700\/50{
  border-bottom-color: rgb(126 34 206 / 0.5);
}

.border-b-purple-700\/60{
  border-bottom-color: rgb(126 34 206 / 0.6);
}

.border-b-purple-700\/70{
  border-bottom-color: rgb(126 34 206 / 0.7);
}

.border-b-purple-700\/75{
  border-bottom-color: rgb(126 34 206 / 0.75);
}

.border-b-purple-700\/80{
  border-bottom-color: rgb(126 34 206 / 0.8);
}

.border-b-purple-700\/90{
  border-bottom-color: rgb(126 34 206 / 0.9);
}

.border-b-purple-700\/95{
  border-bottom-color: rgb(126 34 206 / 0.95);
}

.border-b-purple-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-b-purple-800\/0{
  border-bottom-color: rgb(107 33 168 / 0);
}

.border-b-purple-800\/10{
  border-bottom-color: rgb(107 33 168 / 0.1);
}

.border-b-purple-800\/100{
  border-bottom-color: rgb(107 33 168 / 1);
}

.border-b-purple-800\/20{
  border-bottom-color: rgb(107 33 168 / 0.2);
}

.border-b-purple-800\/25{
  border-bottom-color: rgb(107 33 168 / 0.25);
}

.border-b-purple-800\/30{
  border-bottom-color: rgb(107 33 168 / 0.3);
}

.border-b-purple-800\/40{
  border-bottom-color: rgb(107 33 168 / 0.4);
}

.border-b-purple-800\/5{
  border-bottom-color: rgb(107 33 168 / 0.05);
}

.border-b-purple-800\/50{
  border-bottom-color: rgb(107 33 168 / 0.5);
}

.border-b-purple-800\/60{
  border-bottom-color: rgb(107 33 168 / 0.6);
}

.border-b-purple-800\/70{
  border-bottom-color: rgb(107 33 168 / 0.7);
}

.border-b-purple-800\/75{
  border-bottom-color: rgb(107 33 168 / 0.75);
}

.border-b-purple-800\/80{
  border-bottom-color: rgb(107 33 168 / 0.8);
}

.border-b-purple-800\/90{
  border-bottom-color: rgb(107 33 168 / 0.9);
}

.border-b-purple-800\/95{
  border-bottom-color: rgb(107 33 168 / 0.95);
}

.border-b-purple-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-b-purple-900\/0{
  border-bottom-color: rgb(88 28 135 / 0);
}

.border-b-purple-900\/10{
  border-bottom-color: rgb(88 28 135 / 0.1);
}

.border-b-purple-900\/100{
  border-bottom-color: rgb(88 28 135 / 1);
}

.border-b-purple-900\/20{
  border-bottom-color: rgb(88 28 135 / 0.2);
}

.border-b-purple-900\/25{
  border-bottom-color: rgb(88 28 135 / 0.25);
}

.border-b-purple-900\/30{
  border-bottom-color: rgb(88 28 135 / 0.3);
}

.border-b-purple-900\/40{
  border-bottom-color: rgb(88 28 135 / 0.4);
}

.border-b-purple-900\/5{
  border-bottom-color: rgb(88 28 135 / 0.05);
}

.border-b-purple-900\/50{
  border-bottom-color: rgb(88 28 135 / 0.5);
}

.border-b-purple-900\/60{
  border-bottom-color: rgb(88 28 135 / 0.6);
}

.border-b-purple-900\/70{
  border-bottom-color: rgb(88 28 135 / 0.7);
}

.border-b-purple-900\/75{
  border-bottom-color: rgb(88 28 135 / 0.75);
}

.border-b-purple-900\/80{
  border-bottom-color: rgb(88 28 135 / 0.8);
}

.border-b-purple-900\/90{
  border-bottom-color: rgb(88 28 135 / 0.9);
}

.border-b-purple-900\/95{
  border-bottom-color: rgb(88 28 135 / 0.95);
}

.border-b-purple-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-b-purple-950\/0{
  border-bottom-color: rgb(59 7 100 / 0);
}

.border-b-purple-950\/10{
  border-bottom-color: rgb(59 7 100 / 0.1);
}

.border-b-purple-950\/100{
  border-bottom-color: rgb(59 7 100 / 1);
}

.border-b-purple-950\/20{
  border-bottom-color: rgb(59 7 100 / 0.2);
}

.border-b-purple-950\/25{
  border-bottom-color: rgb(59 7 100 / 0.25);
}

.border-b-purple-950\/30{
  border-bottom-color: rgb(59 7 100 / 0.3);
}

.border-b-purple-950\/40{
  border-bottom-color: rgb(59 7 100 / 0.4);
}

.border-b-purple-950\/5{
  border-bottom-color: rgb(59 7 100 / 0.05);
}

.border-b-purple-950\/50{
  border-bottom-color: rgb(59 7 100 / 0.5);
}

.border-b-purple-950\/60{
  border-bottom-color: rgb(59 7 100 / 0.6);
}

.border-b-purple-950\/70{
  border-bottom-color: rgb(59 7 100 / 0.7);
}

.border-b-purple-950\/75{
  border-bottom-color: rgb(59 7 100 / 0.75);
}

.border-b-purple-950\/80{
  border-bottom-color: rgb(59 7 100 / 0.8);
}

.border-b-purple-950\/90{
  border-bottom-color: rgb(59 7 100 / 0.9);
}

.border-b-purple-950\/95{
  border-bottom-color: rgb(59 7 100 / 0.95);
}

.border-b-red-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.border-b-red-100\/0{
  border-bottom-color: rgb(254 226 226 / 0);
}

.border-b-red-100\/10{
  border-bottom-color: rgb(254 226 226 / 0.1);
}

.border-b-red-100\/100{
  border-bottom-color: rgb(254 226 226 / 1);
}

.border-b-red-100\/20{
  border-bottom-color: rgb(254 226 226 / 0.2);
}

.border-b-red-100\/25{
  border-bottom-color: rgb(254 226 226 / 0.25);
}

.border-b-red-100\/30{
  border-bottom-color: rgb(254 226 226 / 0.3);
}

.border-b-red-100\/40{
  border-bottom-color: rgb(254 226 226 / 0.4);
}

.border-b-red-100\/5{
  border-bottom-color: rgb(254 226 226 / 0.05);
}

.border-b-red-100\/50{
  border-bottom-color: rgb(254 226 226 / 0.5);
}

.border-b-red-100\/60{
  border-bottom-color: rgb(254 226 226 / 0.6);
}

.border-b-red-100\/70{
  border-bottom-color: rgb(254 226 226 / 0.7);
}

.border-b-red-100\/75{
  border-bottom-color: rgb(254 226 226 / 0.75);
}

.border-b-red-100\/80{
  border-bottom-color: rgb(254 226 226 / 0.8);
}

.border-b-red-100\/90{
  border-bottom-color: rgb(254 226 226 / 0.9);
}

.border-b-red-100\/95{
  border-bottom-color: rgb(254 226 226 / 0.95);
}

.border-b-red-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-b-red-200\/0{
  border-bottom-color: rgb(254 202 202 / 0);
}

.border-b-red-200\/10{
  border-bottom-color: rgb(254 202 202 / 0.1);
}

.border-b-red-200\/100{
  border-bottom-color: rgb(254 202 202 / 1);
}

.border-b-red-200\/20{
  border-bottom-color: rgb(254 202 202 / 0.2);
}

.border-b-red-200\/25{
  border-bottom-color: rgb(254 202 202 / 0.25);
}

.border-b-red-200\/30{
  border-bottom-color: rgb(254 202 202 / 0.3);
}

.border-b-red-200\/40{
  border-bottom-color: rgb(254 202 202 / 0.4);
}

.border-b-red-200\/5{
  border-bottom-color: rgb(254 202 202 / 0.05);
}

.border-b-red-200\/50{
  border-bottom-color: rgb(254 202 202 / 0.5);
}

.border-b-red-200\/60{
  border-bottom-color: rgb(254 202 202 / 0.6);
}

.border-b-red-200\/70{
  border-bottom-color: rgb(254 202 202 / 0.7);
}

.border-b-red-200\/75{
  border-bottom-color: rgb(254 202 202 / 0.75);
}

.border-b-red-200\/80{
  border-bottom-color: rgb(254 202 202 / 0.8);
}

.border-b-red-200\/90{
  border-bottom-color: rgb(254 202 202 / 0.9);
}

.border-b-red-200\/95{
  border-bottom-color: rgb(254 202 202 / 0.95);
}

.border-b-red-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-b-red-300\/0{
  border-bottom-color: rgb(252 165 165 / 0);
}

.border-b-red-300\/10{
  border-bottom-color: rgb(252 165 165 / 0.1);
}

.border-b-red-300\/100{
  border-bottom-color: rgb(252 165 165 / 1);
}

.border-b-red-300\/20{
  border-bottom-color: rgb(252 165 165 / 0.2);
}

.border-b-red-300\/25{
  border-bottom-color: rgb(252 165 165 / 0.25);
}

.border-b-red-300\/30{
  border-bottom-color: rgb(252 165 165 / 0.3);
}

.border-b-red-300\/40{
  border-bottom-color: rgb(252 165 165 / 0.4);
}

.border-b-red-300\/5{
  border-bottom-color: rgb(252 165 165 / 0.05);
}

.border-b-red-300\/50{
  border-bottom-color: rgb(252 165 165 / 0.5);
}

.border-b-red-300\/60{
  border-bottom-color: rgb(252 165 165 / 0.6);
}

.border-b-red-300\/70{
  border-bottom-color: rgb(252 165 165 / 0.7);
}

.border-b-red-300\/75{
  border-bottom-color: rgb(252 165 165 / 0.75);
}

.border-b-red-300\/80{
  border-bottom-color: rgb(252 165 165 / 0.8);
}

.border-b-red-300\/90{
  border-bottom-color: rgb(252 165 165 / 0.9);
}

.border-b-red-300\/95{
  border-bottom-color: rgb(252 165 165 / 0.95);
}

.border-b-red-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-b-red-400\/0{
  border-bottom-color: rgb(248 113 113 / 0);
}

.border-b-red-400\/10{
  border-bottom-color: rgb(248 113 113 / 0.1);
}

.border-b-red-400\/100{
  border-bottom-color: rgb(248 113 113 / 1);
}

.border-b-red-400\/20{
  border-bottom-color: rgb(248 113 113 / 0.2);
}

.border-b-red-400\/25{
  border-bottom-color: rgb(248 113 113 / 0.25);
}

.border-b-red-400\/30{
  border-bottom-color: rgb(248 113 113 / 0.3);
}

.border-b-red-400\/40{
  border-bottom-color: rgb(248 113 113 / 0.4);
}

.border-b-red-400\/5{
  border-bottom-color: rgb(248 113 113 / 0.05);
}

.border-b-red-400\/50{
  border-bottom-color: rgb(248 113 113 / 0.5);
}

.border-b-red-400\/60{
  border-bottom-color: rgb(248 113 113 / 0.6);
}

.border-b-red-400\/70{
  border-bottom-color: rgb(248 113 113 / 0.7);
}

.border-b-red-400\/75{
  border-bottom-color: rgb(248 113 113 / 0.75);
}

.border-b-red-400\/80{
  border-bottom-color: rgb(248 113 113 / 0.8);
}

.border-b-red-400\/90{
  border-bottom-color: rgb(248 113 113 / 0.9);
}

.border-b-red-400\/95{
  border-bottom-color: rgb(248 113 113 / 0.95);
}

.border-b-red-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-b-red-50\/0{
  border-bottom-color: rgb(254 242 242 / 0);
}

.border-b-red-50\/10{
  border-bottom-color: rgb(254 242 242 / 0.1);
}

.border-b-red-50\/100{
  border-bottom-color: rgb(254 242 242 / 1);
}

.border-b-red-50\/20{
  border-bottom-color: rgb(254 242 242 / 0.2);
}

.border-b-red-50\/25{
  border-bottom-color: rgb(254 242 242 / 0.25);
}

.border-b-red-50\/30{
  border-bottom-color: rgb(254 242 242 / 0.3);
}

.border-b-red-50\/40{
  border-bottom-color: rgb(254 242 242 / 0.4);
}

.border-b-red-50\/5{
  border-bottom-color: rgb(254 242 242 / 0.05);
}

.border-b-red-50\/50{
  border-bottom-color: rgb(254 242 242 / 0.5);
}

.border-b-red-50\/60{
  border-bottom-color: rgb(254 242 242 / 0.6);
}

.border-b-red-50\/70{
  border-bottom-color: rgb(254 242 242 / 0.7);
}

.border-b-red-50\/75{
  border-bottom-color: rgb(254 242 242 / 0.75);
}

.border-b-red-50\/80{
  border-bottom-color: rgb(254 242 242 / 0.8);
}

.border-b-red-50\/90{
  border-bottom-color: rgb(254 242 242 / 0.9);
}

.border-b-red-50\/95{
  border-bottom-color: rgb(254 242 242 / 0.95);
}

.border-b-red-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-b-red-500\/0{
  border-bottom-color: rgb(239 68 68 / 0);
}

.border-b-red-500\/10{
  border-bottom-color: rgb(239 68 68 / 0.1);
}

.border-b-red-500\/100{
  border-bottom-color: rgb(239 68 68 / 1);
}

.border-b-red-500\/20{
  border-bottom-color: rgb(239 68 68 / 0.2);
}

.border-b-red-500\/25{
  border-bottom-color: rgb(239 68 68 / 0.25);
}

.border-b-red-500\/30{
  border-bottom-color: rgb(239 68 68 / 0.3);
}

.border-b-red-500\/40{
  border-bottom-color: rgb(239 68 68 / 0.4);
}

.border-b-red-500\/5{
  border-bottom-color: rgb(239 68 68 / 0.05);
}

.border-b-red-500\/50{
  border-bottom-color: rgb(239 68 68 / 0.5);
}

.border-b-red-500\/60{
  border-bottom-color: rgb(239 68 68 / 0.6);
}

.border-b-red-500\/70{
  border-bottom-color: rgb(239 68 68 / 0.7);
}

.border-b-red-500\/75{
  border-bottom-color: rgb(239 68 68 / 0.75);
}

.border-b-red-500\/80{
  border-bottom-color: rgb(239 68 68 / 0.8);
}

.border-b-red-500\/90{
  border-bottom-color: rgb(239 68 68 / 0.9);
}

.border-b-red-500\/95{
  border-bottom-color: rgb(239 68 68 / 0.95);
}

.border-b-red-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-b-red-600\/0{
  border-bottom-color: rgb(220 38 38 / 0);
}

.border-b-red-600\/10{
  border-bottom-color: rgb(220 38 38 / 0.1);
}

.border-b-red-600\/100{
  border-bottom-color: rgb(220 38 38 / 1);
}

.border-b-red-600\/20{
  border-bottom-color: rgb(220 38 38 / 0.2);
}

.border-b-red-600\/25{
  border-bottom-color: rgb(220 38 38 / 0.25);
}

.border-b-red-600\/30{
  border-bottom-color: rgb(220 38 38 / 0.3);
}

.border-b-red-600\/40{
  border-bottom-color: rgb(220 38 38 / 0.4);
}

.border-b-red-600\/5{
  border-bottom-color: rgb(220 38 38 / 0.05);
}

.border-b-red-600\/50{
  border-bottom-color: rgb(220 38 38 / 0.5);
}

.border-b-red-600\/60{
  border-bottom-color: rgb(220 38 38 / 0.6);
}

.border-b-red-600\/70{
  border-bottom-color: rgb(220 38 38 / 0.7);
}

.border-b-red-600\/75{
  border-bottom-color: rgb(220 38 38 / 0.75);
}

.border-b-red-600\/80{
  border-bottom-color: rgb(220 38 38 / 0.8);
}

.border-b-red-600\/90{
  border-bottom-color: rgb(220 38 38 / 0.9);
}

.border-b-red-600\/95{
  border-bottom-color: rgb(220 38 38 / 0.95);
}

.border-b-red-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-b-red-700\/0{
  border-bottom-color: rgb(185 28 28 / 0);
}

.border-b-red-700\/10{
  border-bottom-color: rgb(185 28 28 / 0.1);
}

.border-b-red-700\/100{
  border-bottom-color: rgb(185 28 28 / 1);
}

.border-b-red-700\/20{
  border-bottom-color: rgb(185 28 28 / 0.2);
}

.border-b-red-700\/25{
  border-bottom-color: rgb(185 28 28 / 0.25);
}

.border-b-red-700\/30{
  border-bottom-color: rgb(185 28 28 / 0.3);
}

.border-b-red-700\/40{
  border-bottom-color: rgb(185 28 28 / 0.4);
}

.border-b-red-700\/5{
  border-bottom-color: rgb(185 28 28 / 0.05);
}

.border-b-red-700\/50{
  border-bottom-color: rgb(185 28 28 / 0.5);
}

.border-b-red-700\/60{
  border-bottom-color: rgb(185 28 28 / 0.6);
}

.border-b-red-700\/70{
  border-bottom-color: rgb(185 28 28 / 0.7);
}

.border-b-red-700\/75{
  border-bottom-color: rgb(185 28 28 / 0.75);
}

.border-b-red-700\/80{
  border-bottom-color: rgb(185 28 28 / 0.8);
}

.border-b-red-700\/90{
  border-bottom-color: rgb(185 28 28 / 0.9);
}

.border-b-red-700\/95{
  border-bottom-color: rgb(185 28 28 / 0.95);
}

.border-b-red-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-b-red-800\/0{
  border-bottom-color: rgb(153 27 27 / 0);
}

.border-b-red-800\/10{
  border-bottom-color: rgb(153 27 27 / 0.1);
}

.border-b-red-800\/100{
  border-bottom-color: rgb(153 27 27 / 1);
}

.border-b-red-800\/20{
  border-bottom-color: rgb(153 27 27 / 0.2);
}

.border-b-red-800\/25{
  border-bottom-color: rgb(153 27 27 / 0.25);
}

.border-b-red-800\/30{
  border-bottom-color: rgb(153 27 27 / 0.3);
}

.border-b-red-800\/40{
  border-bottom-color: rgb(153 27 27 / 0.4);
}

.border-b-red-800\/5{
  border-bottom-color: rgb(153 27 27 / 0.05);
}

.border-b-red-800\/50{
  border-bottom-color: rgb(153 27 27 / 0.5);
}

.border-b-red-800\/60{
  border-bottom-color: rgb(153 27 27 / 0.6);
}

.border-b-red-800\/70{
  border-bottom-color: rgb(153 27 27 / 0.7);
}

.border-b-red-800\/75{
  border-bottom-color: rgb(153 27 27 / 0.75);
}

.border-b-red-800\/80{
  border-bottom-color: rgb(153 27 27 / 0.8);
}

.border-b-red-800\/90{
  border-bottom-color: rgb(153 27 27 / 0.9);
}

.border-b-red-800\/95{
  border-bottom-color: rgb(153 27 27 / 0.95);
}

.border-b-red-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-b-red-900\/0{
  border-bottom-color: rgb(127 29 29 / 0);
}

.border-b-red-900\/10{
  border-bottom-color: rgb(127 29 29 / 0.1);
}

.border-b-red-900\/100{
  border-bottom-color: rgb(127 29 29 / 1);
}

.border-b-red-900\/20{
  border-bottom-color: rgb(127 29 29 / 0.2);
}

.border-b-red-900\/25{
  border-bottom-color: rgb(127 29 29 / 0.25);
}

.border-b-red-900\/30{
  border-bottom-color: rgb(127 29 29 / 0.3);
}

.border-b-red-900\/40{
  border-bottom-color: rgb(127 29 29 / 0.4);
}

.border-b-red-900\/5{
  border-bottom-color: rgb(127 29 29 / 0.05);
}

.border-b-red-900\/50{
  border-bottom-color: rgb(127 29 29 / 0.5);
}

.border-b-red-900\/60{
  border-bottom-color: rgb(127 29 29 / 0.6);
}

.border-b-red-900\/70{
  border-bottom-color: rgb(127 29 29 / 0.7);
}

.border-b-red-900\/75{
  border-bottom-color: rgb(127 29 29 / 0.75);
}

.border-b-red-900\/80{
  border-bottom-color: rgb(127 29 29 / 0.8);
}

.border-b-red-900\/90{
  border-bottom-color: rgb(127 29 29 / 0.9);
}

.border-b-red-900\/95{
  border-bottom-color: rgb(127 29 29 / 0.95);
}

.border-b-red-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-b-red-950\/0{
  border-bottom-color: rgb(69 10 10 / 0);
}

.border-b-red-950\/10{
  border-bottom-color: rgb(69 10 10 / 0.1);
}

.border-b-red-950\/100{
  border-bottom-color: rgb(69 10 10 / 1);
}

.border-b-red-950\/20{
  border-bottom-color: rgb(69 10 10 / 0.2);
}

.border-b-red-950\/25{
  border-bottom-color: rgb(69 10 10 / 0.25);
}

.border-b-red-950\/30{
  border-bottom-color: rgb(69 10 10 / 0.3);
}

.border-b-red-950\/40{
  border-bottom-color: rgb(69 10 10 / 0.4);
}

.border-b-red-950\/5{
  border-bottom-color: rgb(69 10 10 / 0.05);
}

.border-b-red-950\/50{
  border-bottom-color: rgb(69 10 10 / 0.5);
}

.border-b-red-950\/60{
  border-bottom-color: rgb(69 10 10 / 0.6);
}

.border-b-red-950\/70{
  border-bottom-color: rgb(69 10 10 / 0.7);
}

.border-b-red-950\/75{
  border-bottom-color: rgb(69 10 10 / 0.75);
}

.border-b-red-950\/80{
  border-bottom-color: rgb(69 10 10 / 0.8);
}

.border-b-red-950\/90{
  border-bottom-color: rgb(69 10 10 / 0.9);
}

.border-b-red-950\/95{
  border-bottom-color: rgb(69 10 10 / 0.95);
}

.border-b-rose-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-b-rose-100\/0{
  border-bottom-color: rgb(255 228 230 / 0);
}

.border-b-rose-100\/10{
  border-bottom-color: rgb(255 228 230 / 0.1);
}

.border-b-rose-100\/100{
  border-bottom-color: rgb(255 228 230 / 1);
}

.border-b-rose-100\/20{
  border-bottom-color: rgb(255 228 230 / 0.2);
}

.border-b-rose-100\/25{
  border-bottom-color: rgb(255 228 230 / 0.25);
}

.border-b-rose-100\/30{
  border-bottom-color: rgb(255 228 230 / 0.3);
}

.border-b-rose-100\/40{
  border-bottom-color: rgb(255 228 230 / 0.4);
}

.border-b-rose-100\/5{
  border-bottom-color: rgb(255 228 230 / 0.05);
}

.border-b-rose-100\/50{
  border-bottom-color: rgb(255 228 230 / 0.5);
}

.border-b-rose-100\/60{
  border-bottom-color: rgb(255 228 230 / 0.6);
}

.border-b-rose-100\/70{
  border-bottom-color: rgb(255 228 230 / 0.7);
}

.border-b-rose-100\/75{
  border-bottom-color: rgb(255 228 230 / 0.75);
}

.border-b-rose-100\/80{
  border-bottom-color: rgb(255 228 230 / 0.8);
}

.border-b-rose-100\/90{
  border-bottom-color: rgb(255 228 230 / 0.9);
}

.border-b-rose-100\/95{
  border-bottom-color: rgb(255 228 230 / 0.95);
}

.border-b-rose-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-b-rose-200\/0{
  border-bottom-color: rgb(254 205 211 / 0);
}

.border-b-rose-200\/10{
  border-bottom-color: rgb(254 205 211 / 0.1);
}

.border-b-rose-200\/100{
  border-bottom-color: rgb(254 205 211 / 1);
}

.border-b-rose-200\/20{
  border-bottom-color: rgb(254 205 211 / 0.2);
}

.border-b-rose-200\/25{
  border-bottom-color: rgb(254 205 211 / 0.25);
}

.border-b-rose-200\/30{
  border-bottom-color: rgb(254 205 211 / 0.3);
}

.border-b-rose-200\/40{
  border-bottom-color: rgb(254 205 211 / 0.4);
}

.border-b-rose-200\/5{
  border-bottom-color: rgb(254 205 211 / 0.05);
}

.border-b-rose-200\/50{
  border-bottom-color: rgb(254 205 211 / 0.5);
}

.border-b-rose-200\/60{
  border-bottom-color: rgb(254 205 211 / 0.6);
}

.border-b-rose-200\/70{
  border-bottom-color: rgb(254 205 211 / 0.7);
}

.border-b-rose-200\/75{
  border-bottom-color: rgb(254 205 211 / 0.75);
}

.border-b-rose-200\/80{
  border-bottom-color: rgb(254 205 211 / 0.8);
}

.border-b-rose-200\/90{
  border-bottom-color: rgb(254 205 211 / 0.9);
}

.border-b-rose-200\/95{
  border-bottom-color: rgb(254 205 211 / 0.95);
}

.border-b-rose-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-b-rose-300\/0{
  border-bottom-color: rgb(253 164 175 / 0);
}

.border-b-rose-300\/10{
  border-bottom-color: rgb(253 164 175 / 0.1);
}

.border-b-rose-300\/100{
  border-bottom-color: rgb(253 164 175 / 1);
}

.border-b-rose-300\/20{
  border-bottom-color: rgb(253 164 175 / 0.2);
}

.border-b-rose-300\/25{
  border-bottom-color: rgb(253 164 175 / 0.25);
}

.border-b-rose-300\/30{
  border-bottom-color: rgb(253 164 175 / 0.3);
}

.border-b-rose-300\/40{
  border-bottom-color: rgb(253 164 175 / 0.4);
}

.border-b-rose-300\/5{
  border-bottom-color: rgb(253 164 175 / 0.05);
}

.border-b-rose-300\/50{
  border-bottom-color: rgb(253 164 175 / 0.5);
}

.border-b-rose-300\/60{
  border-bottom-color: rgb(253 164 175 / 0.6);
}

.border-b-rose-300\/70{
  border-bottom-color: rgb(253 164 175 / 0.7);
}

.border-b-rose-300\/75{
  border-bottom-color: rgb(253 164 175 / 0.75);
}

.border-b-rose-300\/80{
  border-bottom-color: rgb(253 164 175 / 0.8);
}

.border-b-rose-300\/90{
  border-bottom-color: rgb(253 164 175 / 0.9);
}

.border-b-rose-300\/95{
  border-bottom-color: rgb(253 164 175 / 0.95);
}

.border-b-rose-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-b-rose-400\/0{
  border-bottom-color: rgb(251 113 133 / 0);
}

.border-b-rose-400\/10{
  border-bottom-color: rgb(251 113 133 / 0.1);
}

.border-b-rose-400\/100{
  border-bottom-color: rgb(251 113 133 / 1);
}

.border-b-rose-400\/20{
  border-bottom-color: rgb(251 113 133 / 0.2);
}

.border-b-rose-400\/25{
  border-bottom-color: rgb(251 113 133 / 0.25);
}

.border-b-rose-400\/30{
  border-bottom-color: rgb(251 113 133 / 0.3);
}

.border-b-rose-400\/40{
  border-bottom-color: rgb(251 113 133 / 0.4);
}

.border-b-rose-400\/5{
  border-bottom-color: rgb(251 113 133 / 0.05);
}

.border-b-rose-400\/50{
  border-bottom-color: rgb(251 113 133 / 0.5);
}

.border-b-rose-400\/60{
  border-bottom-color: rgb(251 113 133 / 0.6);
}

.border-b-rose-400\/70{
  border-bottom-color: rgb(251 113 133 / 0.7);
}

.border-b-rose-400\/75{
  border-bottom-color: rgb(251 113 133 / 0.75);
}

.border-b-rose-400\/80{
  border-bottom-color: rgb(251 113 133 / 0.8);
}

.border-b-rose-400\/90{
  border-bottom-color: rgb(251 113 133 / 0.9);
}

.border-b-rose-400\/95{
  border-bottom-color: rgb(251 113 133 / 0.95);
}

.border-b-rose-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-b-rose-50\/0{
  border-bottom-color: rgb(255 241 242 / 0);
}

.border-b-rose-50\/10{
  border-bottom-color: rgb(255 241 242 / 0.1);
}

.border-b-rose-50\/100{
  border-bottom-color: rgb(255 241 242 / 1);
}

.border-b-rose-50\/20{
  border-bottom-color: rgb(255 241 242 / 0.2);
}

.border-b-rose-50\/25{
  border-bottom-color: rgb(255 241 242 / 0.25);
}

.border-b-rose-50\/30{
  border-bottom-color: rgb(255 241 242 / 0.3);
}

.border-b-rose-50\/40{
  border-bottom-color: rgb(255 241 242 / 0.4);
}

.border-b-rose-50\/5{
  border-bottom-color: rgb(255 241 242 / 0.05);
}

.border-b-rose-50\/50{
  border-bottom-color: rgb(255 241 242 / 0.5);
}

.border-b-rose-50\/60{
  border-bottom-color: rgb(255 241 242 / 0.6);
}

.border-b-rose-50\/70{
  border-bottom-color: rgb(255 241 242 / 0.7);
}

.border-b-rose-50\/75{
  border-bottom-color: rgb(255 241 242 / 0.75);
}

.border-b-rose-50\/80{
  border-bottom-color: rgb(255 241 242 / 0.8);
}

.border-b-rose-50\/90{
  border-bottom-color: rgb(255 241 242 / 0.9);
}

.border-b-rose-50\/95{
  border-bottom-color: rgb(255 241 242 / 0.95);
}

.border-b-rose-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-b-rose-500\/0{
  border-bottom-color: rgb(244 63 94 / 0);
}

.border-b-rose-500\/10{
  border-bottom-color: rgb(244 63 94 / 0.1);
}

.border-b-rose-500\/100{
  border-bottom-color: rgb(244 63 94 / 1);
}

.border-b-rose-500\/20{
  border-bottom-color: rgb(244 63 94 / 0.2);
}

.border-b-rose-500\/25{
  border-bottom-color: rgb(244 63 94 / 0.25);
}

.border-b-rose-500\/30{
  border-bottom-color: rgb(244 63 94 / 0.3);
}

.border-b-rose-500\/40{
  border-bottom-color: rgb(244 63 94 / 0.4);
}

.border-b-rose-500\/5{
  border-bottom-color: rgb(244 63 94 / 0.05);
}

.border-b-rose-500\/50{
  border-bottom-color: rgb(244 63 94 / 0.5);
}

.border-b-rose-500\/60{
  border-bottom-color: rgb(244 63 94 / 0.6);
}

.border-b-rose-500\/70{
  border-bottom-color: rgb(244 63 94 / 0.7);
}

.border-b-rose-500\/75{
  border-bottom-color: rgb(244 63 94 / 0.75);
}

.border-b-rose-500\/80{
  border-bottom-color: rgb(244 63 94 / 0.8);
}

.border-b-rose-500\/90{
  border-bottom-color: rgb(244 63 94 / 0.9);
}

.border-b-rose-500\/95{
  border-bottom-color: rgb(244 63 94 / 0.95);
}

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

.border-b-rose-600\/0{
  border-bottom-color: rgb(225 29 72 / 0);
}

.border-b-rose-600\/10{
  border-bottom-color: rgb(225 29 72 / 0.1);
}

.border-b-rose-600\/100{
  border-bottom-color: rgb(225 29 72 / 1);
}

.border-b-rose-600\/20{
  border-bottom-color: rgb(225 29 72 / 0.2);
}

.border-b-rose-600\/25{
  border-bottom-color: rgb(225 29 72 / 0.25);
}

.border-b-rose-600\/30{
  border-bottom-color: rgb(225 29 72 / 0.3);
}

.border-b-rose-600\/40{
  border-bottom-color: rgb(225 29 72 / 0.4);
}

.border-b-rose-600\/5{
  border-bottom-color: rgb(225 29 72 / 0.05);
}

.border-b-rose-600\/50{
  border-bottom-color: rgb(225 29 72 / 0.5);
}

.border-b-rose-600\/60{
  border-bottom-color: rgb(225 29 72 / 0.6);
}

.border-b-rose-600\/70{
  border-bottom-color: rgb(225 29 72 / 0.7);
}

.border-b-rose-600\/75{
  border-bottom-color: rgb(225 29 72 / 0.75);
}

.border-b-rose-600\/80{
  border-bottom-color: rgb(225 29 72 / 0.8);
}

.border-b-rose-600\/90{
  border-bottom-color: rgb(225 29 72 / 0.9);
}

.border-b-rose-600\/95{
  border-bottom-color: rgb(225 29 72 / 0.95);
}

.border-b-rose-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-b-rose-700\/0{
  border-bottom-color: rgb(190 18 60 / 0);
}

.border-b-rose-700\/10{
  border-bottom-color: rgb(190 18 60 / 0.1);
}

.border-b-rose-700\/100{
  border-bottom-color: rgb(190 18 60 / 1);
}

.border-b-rose-700\/20{
  border-bottom-color: rgb(190 18 60 / 0.2);
}

.border-b-rose-700\/25{
  border-bottom-color: rgb(190 18 60 / 0.25);
}

.border-b-rose-700\/30{
  border-bottom-color: rgb(190 18 60 / 0.3);
}

.border-b-rose-700\/40{
  border-bottom-color: rgb(190 18 60 / 0.4);
}

.border-b-rose-700\/5{
  border-bottom-color: rgb(190 18 60 / 0.05);
}

.border-b-rose-700\/50{
  border-bottom-color: rgb(190 18 60 / 0.5);
}

.border-b-rose-700\/60{
  border-bottom-color: rgb(190 18 60 / 0.6);
}

.border-b-rose-700\/70{
  border-bottom-color: rgb(190 18 60 / 0.7);
}

.border-b-rose-700\/75{
  border-bottom-color: rgb(190 18 60 / 0.75);
}

.border-b-rose-700\/80{
  border-bottom-color: rgb(190 18 60 / 0.8);
}

.border-b-rose-700\/90{
  border-bottom-color: rgb(190 18 60 / 0.9);
}

.border-b-rose-700\/95{
  border-bottom-color: rgb(190 18 60 / 0.95);
}

.border-b-rose-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-b-rose-800\/0{
  border-bottom-color: rgb(159 18 57 / 0);
}

.border-b-rose-800\/10{
  border-bottom-color: rgb(159 18 57 / 0.1);
}

.border-b-rose-800\/100{
  border-bottom-color: rgb(159 18 57 / 1);
}

.border-b-rose-800\/20{
  border-bottom-color: rgb(159 18 57 / 0.2);
}

.border-b-rose-800\/25{
  border-bottom-color: rgb(159 18 57 / 0.25);
}

.border-b-rose-800\/30{
  border-bottom-color: rgb(159 18 57 / 0.3);
}

.border-b-rose-800\/40{
  border-bottom-color: rgb(159 18 57 / 0.4);
}

.border-b-rose-800\/5{
  border-bottom-color: rgb(159 18 57 / 0.05);
}

.border-b-rose-800\/50{
  border-bottom-color: rgb(159 18 57 / 0.5);
}

.border-b-rose-800\/60{
  border-bottom-color: rgb(159 18 57 / 0.6);
}

.border-b-rose-800\/70{
  border-bottom-color: rgb(159 18 57 / 0.7);
}

.border-b-rose-800\/75{
  border-bottom-color: rgb(159 18 57 / 0.75);
}

.border-b-rose-800\/80{
  border-bottom-color: rgb(159 18 57 / 0.8);
}

.border-b-rose-800\/90{
  border-bottom-color: rgb(159 18 57 / 0.9);
}

.border-b-rose-800\/95{
  border-bottom-color: rgb(159 18 57 / 0.95);
}

.border-b-rose-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-b-rose-900\/0{
  border-bottom-color: rgb(136 19 55 / 0);
}

.border-b-rose-900\/10{
  border-bottom-color: rgb(136 19 55 / 0.1);
}

.border-b-rose-900\/100{
  border-bottom-color: rgb(136 19 55 / 1);
}

.border-b-rose-900\/20{
  border-bottom-color: rgb(136 19 55 / 0.2);
}

.border-b-rose-900\/25{
  border-bottom-color: rgb(136 19 55 / 0.25);
}

.border-b-rose-900\/30{
  border-bottom-color: rgb(136 19 55 / 0.3);
}

.border-b-rose-900\/40{
  border-bottom-color: rgb(136 19 55 / 0.4);
}

.border-b-rose-900\/5{
  border-bottom-color: rgb(136 19 55 / 0.05);
}

.border-b-rose-900\/50{
  border-bottom-color: rgb(136 19 55 / 0.5);
}

.border-b-rose-900\/60{
  border-bottom-color: rgb(136 19 55 / 0.6);
}

.border-b-rose-900\/70{
  border-bottom-color: rgb(136 19 55 / 0.7);
}

.border-b-rose-900\/75{
  border-bottom-color: rgb(136 19 55 / 0.75);
}

.border-b-rose-900\/80{
  border-bottom-color: rgb(136 19 55 / 0.8);
}

.border-b-rose-900\/90{
  border-bottom-color: rgb(136 19 55 / 0.9);
}

.border-b-rose-900\/95{
  border-bottom-color: rgb(136 19 55 / 0.95);
}

.border-b-rose-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-b-rose-950\/0{
  border-bottom-color: rgb(76 5 25 / 0);
}

.border-b-rose-950\/10{
  border-bottom-color: rgb(76 5 25 / 0.1);
}

.border-b-rose-950\/100{
  border-bottom-color: rgb(76 5 25 / 1);
}

.border-b-rose-950\/20{
  border-bottom-color: rgb(76 5 25 / 0.2);
}

.border-b-rose-950\/25{
  border-bottom-color: rgb(76 5 25 / 0.25);
}

.border-b-rose-950\/30{
  border-bottom-color: rgb(76 5 25 / 0.3);
}

.border-b-rose-950\/40{
  border-bottom-color: rgb(76 5 25 / 0.4);
}

.border-b-rose-950\/5{
  border-bottom-color: rgb(76 5 25 / 0.05);
}

.border-b-rose-950\/50{
  border-bottom-color: rgb(76 5 25 / 0.5);
}

.border-b-rose-950\/60{
  border-bottom-color: rgb(76 5 25 / 0.6);
}

.border-b-rose-950\/70{
  border-bottom-color: rgb(76 5 25 / 0.7);
}

.border-b-rose-950\/75{
  border-bottom-color: rgb(76 5 25 / 0.75);
}

.border-b-rose-950\/80{
  border-bottom-color: rgb(76 5 25 / 0.8);
}

.border-b-rose-950\/90{
  border-bottom-color: rgb(76 5 25 / 0.9);
}

.border-b-rose-950\/95{
  border-bottom-color: rgb(76 5 25 / 0.95);
}

.border-b-sky-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.border-b-sky-100\/0{
  border-bottom-color: rgb(224 242 254 / 0);
}

.border-b-sky-100\/10{
  border-bottom-color: rgb(224 242 254 / 0.1);
}

.border-b-sky-100\/100{
  border-bottom-color: rgb(224 242 254 / 1);
}

.border-b-sky-100\/20{
  border-bottom-color: rgb(224 242 254 / 0.2);
}

.border-b-sky-100\/25{
  border-bottom-color: rgb(224 242 254 / 0.25);
}

.border-b-sky-100\/30{
  border-bottom-color: rgb(224 242 254 / 0.3);
}

.border-b-sky-100\/40{
  border-bottom-color: rgb(224 242 254 / 0.4);
}

.border-b-sky-100\/5{
  border-bottom-color: rgb(224 242 254 / 0.05);
}

.border-b-sky-100\/50{
  border-bottom-color: rgb(224 242 254 / 0.5);
}

.border-b-sky-100\/60{
  border-bottom-color: rgb(224 242 254 / 0.6);
}

.border-b-sky-100\/70{
  border-bottom-color: rgb(224 242 254 / 0.7);
}

.border-b-sky-100\/75{
  border-bottom-color: rgb(224 242 254 / 0.75);
}

.border-b-sky-100\/80{
  border-bottom-color: rgb(224 242 254 / 0.8);
}

.border-b-sky-100\/90{
  border-bottom-color: rgb(224 242 254 / 0.9);
}

.border-b-sky-100\/95{
  border-bottom-color: rgb(224 242 254 / 0.95);
}

.border-b-sky-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-b-sky-200\/0{
  border-bottom-color: rgb(186 230 253 / 0);
}

.border-b-sky-200\/10{
  border-bottom-color: rgb(186 230 253 / 0.1);
}

.border-b-sky-200\/100{
  border-bottom-color: rgb(186 230 253 / 1);
}

.border-b-sky-200\/20{
  border-bottom-color: rgb(186 230 253 / 0.2);
}

.border-b-sky-200\/25{
  border-bottom-color: rgb(186 230 253 / 0.25);
}

.border-b-sky-200\/30{
  border-bottom-color: rgb(186 230 253 / 0.3);
}

.border-b-sky-200\/40{
  border-bottom-color: rgb(186 230 253 / 0.4);
}

.border-b-sky-200\/5{
  border-bottom-color: rgb(186 230 253 / 0.05);
}

.border-b-sky-200\/50{
  border-bottom-color: rgb(186 230 253 / 0.5);
}

.border-b-sky-200\/60{
  border-bottom-color: rgb(186 230 253 / 0.6);
}

.border-b-sky-200\/70{
  border-bottom-color: rgb(186 230 253 / 0.7);
}

.border-b-sky-200\/75{
  border-bottom-color: rgb(186 230 253 / 0.75);
}

.border-b-sky-200\/80{
  border-bottom-color: rgb(186 230 253 / 0.8);
}

.border-b-sky-200\/90{
  border-bottom-color: rgb(186 230 253 / 0.9);
}

.border-b-sky-200\/95{
  border-bottom-color: rgb(186 230 253 / 0.95);
}

.border-b-sky-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-b-sky-300\/0{
  border-bottom-color: rgb(125 211 252 / 0);
}

.border-b-sky-300\/10{
  border-bottom-color: rgb(125 211 252 / 0.1);
}

.border-b-sky-300\/100{
  border-bottom-color: rgb(125 211 252 / 1);
}

.border-b-sky-300\/20{
  border-bottom-color: rgb(125 211 252 / 0.2);
}

.border-b-sky-300\/25{
  border-bottom-color: rgb(125 211 252 / 0.25);
}

.border-b-sky-300\/30{
  border-bottom-color: rgb(125 211 252 / 0.3);
}

.border-b-sky-300\/40{
  border-bottom-color: rgb(125 211 252 / 0.4);
}

.border-b-sky-300\/5{
  border-bottom-color: rgb(125 211 252 / 0.05);
}

.border-b-sky-300\/50{
  border-bottom-color: rgb(125 211 252 / 0.5);
}

.border-b-sky-300\/60{
  border-bottom-color: rgb(125 211 252 / 0.6);
}

.border-b-sky-300\/70{
  border-bottom-color: rgb(125 211 252 / 0.7);
}

.border-b-sky-300\/75{
  border-bottom-color: rgb(125 211 252 / 0.75);
}

.border-b-sky-300\/80{
  border-bottom-color: rgb(125 211 252 / 0.8);
}

.border-b-sky-300\/90{
  border-bottom-color: rgb(125 211 252 / 0.9);
}

.border-b-sky-300\/95{
  border-bottom-color: rgb(125 211 252 / 0.95);
}

.border-b-sky-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-b-sky-400\/0{
  border-bottom-color: rgb(56 189 248 / 0);
}

.border-b-sky-400\/10{
  border-bottom-color: rgb(56 189 248 / 0.1);
}

.border-b-sky-400\/100{
  border-bottom-color: rgb(56 189 248 / 1);
}

.border-b-sky-400\/20{
  border-bottom-color: rgb(56 189 248 / 0.2);
}

.border-b-sky-400\/25{
  border-bottom-color: rgb(56 189 248 / 0.25);
}

.border-b-sky-400\/30{
  border-bottom-color: rgb(56 189 248 / 0.3);
}

.border-b-sky-400\/40{
  border-bottom-color: rgb(56 189 248 / 0.4);
}

.border-b-sky-400\/5{
  border-bottom-color: rgb(56 189 248 / 0.05);
}

.border-b-sky-400\/50{
  border-bottom-color: rgb(56 189 248 / 0.5);
}

.border-b-sky-400\/60{
  border-bottom-color: rgb(56 189 248 / 0.6);
}

.border-b-sky-400\/70{
  border-bottom-color: rgb(56 189 248 / 0.7);
}

.border-b-sky-400\/75{
  border-bottom-color: rgb(56 189 248 / 0.75);
}

.border-b-sky-400\/80{
  border-bottom-color: rgb(56 189 248 / 0.8);
}

.border-b-sky-400\/90{
  border-bottom-color: rgb(56 189 248 / 0.9);
}

.border-b-sky-400\/95{
  border-bottom-color: rgb(56 189 248 / 0.95);
}

.border-b-sky-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-b-sky-50\/0{
  border-bottom-color: rgb(240 249 255 / 0);
}

.border-b-sky-50\/10{
  border-bottom-color: rgb(240 249 255 / 0.1);
}

.border-b-sky-50\/100{
  border-bottom-color: rgb(240 249 255 / 1);
}

.border-b-sky-50\/20{
  border-bottom-color: rgb(240 249 255 / 0.2);
}

.border-b-sky-50\/25{
  border-bottom-color: rgb(240 249 255 / 0.25);
}

.border-b-sky-50\/30{
  border-bottom-color: rgb(240 249 255 / 0.3);
}

.border-b-sky-50\/40{
  border-bottom-color: rgb(240 249 255 / 0.4);
}

.border-b-sky-50\/5{
  border-bottom-color: rgb(240 249 255 / 0.05);
}

.border-b-sky-50\/50{
  border-bottom-color: rgb(240 249 255 / 0.5);
}

.border-b-sky-50\/60{
  border-bottom-color: rgb(240 249 255 / 0.6);
}

.border-b-sky-50\/70{
  border-bottom-color: rgb(240 249 255 / 0.7);
}

.border-b-sky-50\/75{
  border-bottom-color: rgb(240 249 255 / 0.75);
}

.border-b-sky-50\/80{
  border-bottom-color: rgb(240 249 255 / 0.8);
}

.border-b-sky-50\/90{
  border-bottom-color: rgb(240 249 255 / 0.9);
}

.border-b-sky-50\/95{
  border-bottom-color: rgb(240 249 255 / 0.95);
}

.border-b-sky-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-b-sky-500\/0{
  border-bottom-color: rgb(14 165 233 / 0);
}

.border-b-sky-500\/10{
  border-bottom-color: rgb(14 165 233 / 0.1);
}

.border-b-sky-500\/100{
  border-bottom-color: rgb(14 165 233 / 1);
}

.border-b-sky-500\/20{
  border-bottom-color: rgb(14 165 233 / 0.2);
}

.border-b-sky-500\/25{
  border-bottom-color: rgb(14 165 233 / 0.25);
}

.border-b-sky-500\/30{
  border-bottom-color: rgb(14 165 233 / 0.3);
}

.border-b-sky-500\/40{
  border-bottom-color: rgb(14 165 233 / 0.4);
}

.border-b-sky-500\/5{
  border-bottom-color: rgb(14 165 233 / 0.05);
}

.border-b-sky-500\/50{
  border-bottom-color: rgb(14 165 233 / 0.5);
}

.border-b-sky-500\/60{
  border-bottom-color: rgb(14 165 233 / 0.6);
}

.border-b-sky-500\/70{
  border-bottom-color: rgb(14 165 233 / 0.7);
}

.border-b-sky-500\/75{
  border-bottom-color: rgb(14 165 233 / 0.75);
}

.border-b-sky-500\/80{
  border-bottom-color: rgb(14 165 233 / 0.8);
}

.border-b-sky-500\/90{
  border-bottom-color: rgb(14 165 233 / 0.9);
}

.border-b-sky-500\/95{
  border-bottom-color: rgb(14 165 233 / 0.95);
}

.border-b-sky-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-b-sky-600\/0{
  border-bottom-color: rgb(2 132 199 / 0);
}

.border-b-sky-600\/10{
  border-bottom-color: rgb(2 132 199 / 0.1);
}

.border-b-sky-600\/100{
  border-bottom-color: rgb(2 132 199 / 1);
}

.border-b-sky-600\/20{
  border-bottom-color: rgb(2 132 199 / 0.2);
}

.border-b-sky-600\/25{
  border-bottom-color: rgb(2 132 199 / 0.25);
}

.border-b-sky-600\/30{
  border-bottom-color: rgb(2 132 199 / 0.3);
}

.border-b-sky-600\/40{
  border-bottom-color: rgb(2 132 199 / 0.4);
}

.border-b-sky-600\/5{
  border-bottom-color: rgb(2 132 199 / 0.05);
}

.border-b-sky-600\/50{
  border-bottom-color: rgb(2 132 199 / 0.5);
}

.border-b-sky-600\/60{
  border-bottom-color: rgb(2 132 199 / 0.6);
}

.border-b-sky-600\/70{
  border-bottom-color: rgb(2 132 199 / 0.7);
}

.border-b-sky-600\/75{
  border-bottom-color: rgb(2 132 199 / 0.75);
}

.border-b-sky-600\/80{
  border-bottom-color: rgb(2 132 199 / 0.8);
}

.border-b-sky-600\/90{
  border-bottom-color: rgb(2 132 199 / 0.9);
}

.border-b-sky-600\/95{
  border-bottom-color: rgb(2 132 199 / 0.95);
}

.border-b-sky-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-b-sky-700\/0{
  border-bottom-color: rgb(3 105 161 / 0);
}

.border-b-sky-700\/10{
  border-bottom-color: rgb(3 105 161 / 0.1);
}

.border-b-sky-700\/100{
  border-bottom-color: rgb(3 105 161 / 1);
}

.border-b-sky-700\/20{
  border-bottom-color: rgb(3 105 161 / 0.2);
}

.border-b-sky-700\/25{
  border-bottom-color: rgb(3 105 161 / 0.25);
}

.border-b-sky-700\/30{
  border-bottom-color: rgb(3 105 161 / 0.3);
}

.border-b-sky-700\/40{
  border-bottom-color: rgb(3 105 161 / 0.4);
}

.border-b-sky-700\/5{
  border-bottom-color: rgb(3 105 161 / 0.05);
}

.border-b-sky-700\/50{
  border-bottom-color: rgb(3 105 161 / 0.5);
}

.border-b-sky-700\/60{
  border-bottom-color: rgb(3 105 161 / 0.6);
}

.border-b-sky-700\/70{
  border-bottom-color: rgb(3 105 161 / 0.7);
}

.border-b-sky-700\/75{
  border-bottom-color: rgb(3 105 161 / 0.75);
}

.border-b-sky-700\/80{
  border-bottom-color: rgb(3 105 161 / 0.8);
}

.border-b-sky-700\/90{
  border-bottom-color: rgb(3 105 161 / 0.9);
}

.border-b-sky-700\/95{
  border-bottom-color: rgb(3 105 161 / 0.95);
}

.border-b-sky-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-b-sky-800\/0{
  border-bottom-color: rgb(7 89 133 / 0);
}

.border-b-sky-800\/10{
  border-bottom-color: rgb(7 89 133 / 0.1);
}

.border-b-sky-800\/100{
  border-bottom-color: rgb(7 89 133 / 1);
}

.border-b-sky-800\/20{
  border-bottom-color: rgb(7 89 133 / 0.2);
}

.border-b-sky-800\/25{
  border-bottom-color: rgb(7 89 133 / 0.25);
}

.border-b-sky-800\/30{
  border-bottom-color: rgb(7 89 133 / 0.3);
}

.border-b-sky-800\/40{
  border-bottom-color: rgb(7 89 133 / 0.4);
}

.border-b-sky-800\/5{
  border-bottom-color: rgb(7 89 133 / 0.05);
}

.border-b-sky-800\/50{
  border-bottom-color: rgb(7 89 133 / 0.5);
}

.border-b-sky-800\/60{
  border-bottom-color: rgb(7 89 133 / 0.6);
}

.border-b-sky-800\/70{
  border-bottom-color: rgb(7 89 133 / 0.7);
}

.border-b-sky-800\/75{
  border-bottom-color: rgb(7 89 133 / 0.75);
}

.border-b-sky-800\/80{
  border-bottom-color: rgb(7 89 133 / 0.8);
}

.border-b-sky-800\/90{
  border-bottom-color: rgb(7 89 133 / 0.9);
}

.border-b-sky-800\/95{
  border-bottom-color: rgb(7 89 133 / 0.95);
}

.border-b-sky-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-b-sky-900\/0{
  border-bottom-color: rgb(12 74 110 / 0);
}

.border-b-sky-900\/10{
  border-bottom-color: rgb(12 74 110 / 0.1);
}

.border-b-sky-900\/100{
  border-bottom-color: rgb(12 74 110 / 1);
}

.border-b-sky-900\/20{
  border-bottom-color: rgb(12 74 110 / 0.2);
}

.border-b-sky-900\/25{
  border-bottom-color: rgb(12 74 110 / 0.25);
}

.border-b-sky-900\/30{
  border-bottom-color: rgb(12 74 110 / 0.3);
}

.border-b-sky-900\/40{
  border-bottom-color: rgb(12 74 110 / 0.4);
}

.border-b-sky-900\/5{
  border-bottom-color: rgb(12 74 110 / 0.05);
}

.border-b-sky-900\/50{
  border-bottom-color: rgb(12 74 110 / 0.5);
}

.border-b-sky-900\/60{
  border-bottom-color: rgb(12 74 110 / 0.6);
}

.border-b-sky-900\/70{
  border-bottom-color: rgb(12 74 110 / 0.7);
}

.border-b-sky-900\/75{
  border-bottom-color: rgb(12 74 110 / 0.75);
}

.border-b-sky-900\/80{
  border-bottom-color: rgb(12 74 110 / 0.8);
}

.border-b-sky-900\/90{
  border-bottom-color: rgb(12 74 110 / 0.9);
}

.border-b-sky-900\/95{
  border-bottom-color: rgb(12 74 110 / 0.95);
}

.border-b-sky-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-b-sky-950\/0{
  border-bottom-color: rgb(8 47 73 / 0);
}

.border-b-sky-950\/10{
  border-bottom-color: rgb(8 47 73 / 0.1);
}

.border-b-sky-950\/100{
  border-bottom-color: rgb(8 47 73 / 1);
}

.border-b-sky-950\/20{
  border-bottom-color: rgb(8 47 73 / 0.2);
}

.border-b-sky-950\/25{
  border-bottom-color: rgb(8 47 73 / 0.25);
}

.border-b-sky-950\/30{
  border-bottom-color: rgb(8 47 73 / 0.3);
}

.border-b-sky-950\/40{
  border-bottom-color: rgb(8 47 73 / 0.4);
}

.border-b-sky-950\/5{
  border-bottom-color: rgb(8 47 73 / 0.05);
}

.border-b-sky-950\/50{
  border-bottom-color: rgb(8 47 73 / 0.5);
}

.border-b-sky-950\/60{
  border-bottom-color: rgb(8 47 73 / 0.6);
}

.border-b-sky-950\/70{
  border-bottom-color: rgb(8 47 73 / 0.7);
}

.border-b-sky-950\/75{
  border-bottom-color: rgb(8 47 73 / 0.75);
}

.border-b-sky-950\/80{
  border-bottom-color: rgb(8 47 73 / 0.8);
}

.border-b-sky-950\/90{
  border-bottom-color: rgb(8 47 73 / 0.9);
}

.border-b-sky-950\/95{
  border-bottom-color: rgb(8 47 73 / 0.95);
}

.border-b-slate-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-b-slate-100\/0{
  border-bottom-color: rgb(241 245 249 / 0);
}

.border-b-slate-100\/10{
  border-bottom-color: rgb(241 245 249 / 0.1);
}

.border-b-slate-100\/100{
  border-bottom-color: rgb(241 245 249 / 1);
}

.border-b-slate-100\/20{
  border-bottom-color: rgb(241 245 249 / 0.2);
}

.border-b-slate-100\/25{
  border-bottom-color: rgb(241 245 249 / 0.25);
}

.border-b-slate-100\/30{
  border-bottom-color: rgb(241 245 249 / 0.3);
}

.border-b-slate-100\/40{
  border-bottom-color: rgb(241 245 249 / 0.4);
}

.border-b-slate-100\/5{
  border-bottom-color: rgb(241 245 249 / 0.05);
}

.border-b-slate-100\/50{
  border-bottom-color: rgb(241 245 249 / 0.5);
}

.border-b-slate-100\/60{
  border-bottom-color: rgb(241 245 249 / 0.6);
}

.border-b-slate-100\/70{
  border-bottom-color: rgb(241 245 249 / 0.7);
}

.border-b-slate-100\/75{
  border-bottom-color: rgb(241 245 249 / 0.75);
}

.border-b-slate-100\/80{
  border-bottom-color: rgb(241 245 249 / 0.8);
}

.border-b-slate-100\/90{
  border-bottom-color: rgb(241 245 249 / 0.9);
}

.border-b-slate-100\/95{
  border-bottom-color: rgb(241 245 249 / 0.95);
}

.border-b-slate-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-b-slate-200\/0{
  border-bottom-color: rgb(226 232 240 / 0);
}

.border-b-slate-200\/10{
  border-bottom-color: rgb(226 232 240 / 0.1);
}

.border-b-slate-200\/100{
  border-bottom-color: rgb(226 232 240 / 1);
}

.border-b-slate-200\/20{
  border-bottom-color: rgb(226 232 240 / 0.2);
}

.border-b-slate-200\/25{
  border-bottom-color: rgb(226 232 240 / 0.25);
}

.border-b-slate-200\/30{
  border-bottom-color: rgb(226 232 240 / 0.3);
}

.border-b-slate-200\/40{
  border-bottom-color: rgb(226 232 240 / 0.4);
}

.border-b-slate-200\/5{
  border-bottom-color: rgb(226 232 240 / 0.05);
}

.border-b-slate-200\/50{
  border-bottom-color: rgb(226 232 240 / 0.5);
}

.border-b-slate-200\/60{
  border-bottom-color: rgb(226 232 240 / 0.6);
}

.border-b-slate-200\/70{
  border-bottom-color: rgb(226 232 240 / 0.7);
}

.border-b-slate-200\/75{
  border-bottom-color: rgb(226 232 240 / 0.75);
}

.border-b-slate-200\/80{
  border-bottom-color: rgb(226 232 240 / 0.8);
}

.border-b-slate-200\/90{
  border-bottom-color: rgb(226 232 240 / 0.9);
}

.border-b-slate-200\/95{
  border-bottom-color: rgb(226 232 240 / 0.95);
}

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

.border-b-slate-300\/0{
  border-bottom-color: rgb(203 213 225 / 0);
}

.border-b-slate-300\/10{
  border-bottom-color: rgb(203 213 225 / 0.1);
}

.border-b-slate-300\/100{
  border-bottom-color: rgb(203 213 225 / 1);
}

.border-b-slate-300\/20{
  border-bottom-color: rgb(203 213 225 / 0.2);
}

.border-b-slate-300\/25{
  border-bottom-color: rgb(203 213 225 / 0.25);
}

.border-b-slate-300\/30{
  border-bottom-color: rgb(203 213 225 / 0.3);
}

.border-b-slate-300\/40{
  border-bottom-color: rgb(203 213 225 / 0.4);
}

.border-b-slate-300\/5{
  border-bottom-color: rgb(203 213 225 / 0.05);
}

.border-b-slate-300\/50{
  border-bottom-color: rgb(203 213 225 / 0.5);
}

.border-b-slate-300\/60{
  border-bottom-color: rgb(203 213 225 / 0.6);
}

.border-b-slate-300\/70{
  border-bottom-color: rgb(203 213 225 / 0.7);
}

.border-b-slate-300\/75{
  border-bottom-color: rgb(203 213 225 / 0.75);
}

.border-b-slate-300\/80{
  border-bottom-color: rgb(203 213 225 / 0.8);
}

.border-b-slate-300\/90{
  border-bottom-color: rgb(203 213 225 / 0.9);
}

.border-b-slate-300\/95{
  border-bottom-color: rgb(203 213 225 / 0.95);
}

.border-b-slate-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-b-slate-400\/0{
  border-bottom-color: rgb(148 163 184 / 0);
}

.border-b-slate-400\/10{
  border-bottom-color: rgb(148 163 184 / 0.1);
}

.border-b-slate-400\/100{
  border-bottom-color: rgb(148 163 184 / 1);
}

.border-b-slate-400\/20{
  border-bottom-color: rgb(148 163 184 / 0.2);
}

.border-b-slate-400\/25{
  border-bottom-color: rgb(148 163 184 / 0.25);
}

.border-b-slate-400\/30{
  border-bottom-color: rgb(148 163 184 / 0.3);
}

.border-b-slate-400\/40{
  border-bottom-color: rgb(148 163 184 / 0.4);
}

.border-b-slate-400\/5{
  border-bottom-color: rgb(148 163 184 / 0.05);
}

.border-b-slate-400\/50{
  border-bottom-color: rgb(148 163 184 / 0.5);
}

.border-b-slate-400\/60{
  border-bottom-color: rgb(148 163 184 / 0.6);
}

.border-b-slate-400\/70{
  border-bottom-color: rgb(148 163 184 / 0.7);
}

.border-b-slate-400\/75{
  border-bottom-color: rgb(148 163 184 / 0.75);
}

.border-b-slate-400\/80{
  border-bottom-color: rgb(148 163 184 / 0.8);
}

.border-b-slate-400\/90{
  border-bottom-color: rgb(148 163 184 / 0.9);
}

.border-b-slate-400\/95{
  border-bottom-color: rgb(148 163 184 / 0.95);
}

.border-b-slate-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-b-slate-50\/0{
  border-bottom-color: rgb(248 250 252 / 0);
}

.border-b-slate-50\/10{
  border-bottom-color: rgb(248 250 252 / 0.1);
}

.border-b-slate-50\/100{
  border-bottom-color: rgb(248 250 252 / 1);
}

.border-b-slate-50\/20{
  border-bottom-color: rgb(248 250 252 / 0.2);
}

.border-b-slate-50\/25{
  border-bottom-color: rgb(248 250 252 / 0.25);
}

.border-b-slate-50\/30{
  border-bottom-color: rgb(248 250 252 / 0.3);
}

.border-b-slate-50\/40{
  border-bottom-color: rgb(248 250 252 / 0.4);
}

.border-b-slate-50\/5{
  border-bottom-color: rgb(248 250 252 / 0.05);
}

.border-b-slate-50\/50{
  border-bottom-color: rgb(248 250 252 / 0.5);
}

.border-b-slate-50\/60{
  border-bottom-color: rgb(248 250 252 / 0.6);
}

.border-b-slate-50\/70{
  border-bottom-color: rgb(248 250 252 / 0.7);
}

.border-b-slate-50\/75{
  border-bottom-color: rgb(248 250 252 / 0.75);
}

.border-b-slate-50\/80{
  border-bottom-color: rgb(248 250 252 / 0.8);
}

.border-b-slate-50\/90{
  border-bottom-color: rgb(248 250 252 / 0.9);
}

.border-b-slate-50\/95{
  border-bottom-color: rgb(248 250 252 / 0.95);
}

.border-b-slate-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-b-slate-500\/0{
  border-bottom-color: rgb(100 116 139 / 0);
}

.border-b-slate-500\/10{
  border-bottom-color: rgb(100 116 139 / 0.1);
}

.border-b-slate-500\/100{
  border-bottom-color: rgb(100 116 139 / 1);
}

.border-b-slate-500\/20{
  border-bottom-color: rgb(100 116 139 / 0.2);
}

.border-b-slate-500\/25{
  border-bottom-color: rgb(100 116 139 / 0.25);
}

.border-b-slate-500\/30{
  border-bottom-color: rgb(100 116 139 / 0.3);
}

.border-b-slate-500\/40{
  border-bottom-color: rgb(100 116 139 / 0.4);
}

.border-b-slate-500\/5{
  border-bottom-color: rgb(100 116 139 / 0.05);
}

.border-b-slate-500\/50{
  border-bottom-color: rgb(100 116 139 / 0.5);
}

.border-b-slate-500\/60{
  border-bottom-color: rgb(100 116 139 / 0.6);
}

.border-b-slate-500\/70{
  border-bottom-color: rgb(100 116 139 / 0.7);
}

.border-b-slate-500\/75{
  border-bottom-color: rgb(100 116 139 / 0.75);
}

.border-b-slate-500\/80{
  border-bottom-color: rgb(100 116 139 / 0.8);
}

.border-b-slate-500\/90{
  border-bottom-color: rgb(100 116 139 / 0.9);
}

.border-b-slate-500\/95{
  border-bottom-color: rgb(100 116 139 / 0.95);
}

.border-b-slate-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-b-slate-600\/0{
  border-bottom-color: rgb(71 85 105 / 0);
}

.border-b-slate-600\/10{
  border-bottom-color: rgb(71 85 105 / 0.1);
}

.border-b-slate-600\/100{
  border-bottom-color: rgb(71 85 105 / 1);
}

.border-b-slate-600\/20{
  border-bottom-color: rgb(71 85 105 / 0.2);
}

.border-b-slate-600\/25{
  border-bottom-color: rgb(71 85 105 / 0.25);
}

.border-b-slate-600\/30{
  border-bottom-color: rgb(71 85 105 / 0.3);
}

.border-b-slate-600\/40{
  border-bottom-color: rgb(71 85 105 / 0.4);
}

.border-b-slate-600\/5{
  border-bottom-color: rgb(71 85 105 / 0.05);
}

.border-b-slate-600\/50{
  border-bottom-color: rgb(71 85 105 / 0.5);
}

.border-b-slate-600\/60{
  border-bottom-color: rgb(71 85 105 / 0.6);
}

.border-b-slate-600\/70{
  border-bottom-color: rgb(71 85 105 / 0.7);
}

.border-b-slate-600\/75{
  border-bottom-color: rgb(71 85 105 / 0.75);
}

.border-b-slate-600\/80{
  border-bottom-color: rgb(71 85 105 / 0.8);
}

.border-b-slate-600\/90{
  border-bottom-color: rgb(71 85 105 / 0.9);
}

.border-b-slate-600\/95{
  border-bottom-color: rgb(71 85 105 / 0.95);
}

.border-b-slate-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-b-slate-700\/0{
  border-bottom-color: rgb(51 65 85 / 0);
}

.border-b-slate-700\/10{
  border-bottom-color: rgb(51 65 85 / 0.1);
}

.border-b-slate-700\/100{
  border-bottom-color: rgb(51 65 85 / 1);
}

.border-b-slate-700\/20{
  border-bottom-color: rgb(51 65 85 / 0.2);
}

.border-b-slate-700\/25{
  border-bottom-color: rgb(51 65 85 / 0.25);
}

.border-b-slate-700\/30{
  border-bottom-color: rgb(51 65 85 / 0.3);
}

.border-b-slate-700\/40{
  border-bottom-color: rgb(51 65 85 / 0.4);
}

.border-b-slate-700\/5{
  border-bottom-color: rgb(51 65 85 / 0.05);
}

.border-b-slate-700\/50{
  border-bottom-color: rgb(51 65 85 / 0.5);
}

.border-b-slate-700\/60{
  border-bottom-color: rgb(51 65 85 / 0.6);
}

.border-b-slate-700\/70{
  border-bottom-color: rgb(51 65 85 / 0.7);
}

.border-b-slate-700\/75{
  border-bottom-color: rgb(51 65 85 / 0.75);
}

.border-b-slate-700\/80{
  border-bottom-color: rgb(51 65 85 / 0.8);
}

.border-b-slate-700\/90{
  border-bottom-color: rgb(51 65 85 / 0.9);
}

.border-b-slate-700\/95{
  border-bottom-color: rgb(51 65 85 / 0.95);
}

.border-b-slate-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-b-slate-800\/0{
  border-bottom-color: rgb(30 41 59 / 0);
}

.border-b-slate-800\/10{
  border-bottom-color: rgb(30 41 59 / 0.1);
}

.border-b-slate-800\/100{
  border-bottom-color: rgb(30 41 59 / 1);
}

.border-b-slate-800\/20{
  border-bottom-color: rgb(30 41 59 / 0.2);
}

.border-b-slate-800\/25{
  border-bottom-color: rgb(30 41 59 / 0.25);
}

.border-b-slate-800\/30{
  border-bottom-color: rgb(30 41 59 / 0.3);
}

.border-b-slate-800\/40{
  border-bottom-color: rgb(30 41 59 / 0.4);
}

.border-b-slate-800\/5{
  border-bottom-color: rgb(30 41 59 / 0.05);
}

.border-b-slate-800\/50{
  border-bottom-color: rgb(30 41 59 / 0.5);
}

.border-b-slate-800\/60{
  border-bottom-color: rgb(30 41 59 / 0.6);
}

.border-b-slate-800\/70{
  border-bottom-color: rgb(30 41 59 / 0.7);
}

.border-b-slate-800\/75{
  border-bottom-color: rgb(30 41 59 / 0.75);
}

.border-b-slate-800\/80{
  border-bottom-color: rgb(30 41 59 / 0.8);
}

.border-b-slate-800\/90{
  border-bottom-color: rgb(30 41 59 / 0.9);
}

.border-b-slate-800\/95{
  border-bottom-color: rgb(30 41 59 / 0.95);
}

.border-b-slate-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-b-slate-900\/0{
  border-bottom-color: rgb(15 23 42 / 0);
}

.border-b-slate-900\/10{
  border-bottom-color: rgb(15 23 42 / 0.1);
}

.border-b-slate-900\/100{
  border-bottom-color: rgb(15 23 42 / 1);
}

.border-b-slate-900\/20{
  border-bottom-color: rgb(15 23 42 / 0.2);
}

.border-b-slate-900\/25{
  border-bottom-color: rgb(15 23 42 / 0.25);
}

.border-b-slate-900\/30{
  border-bottom-color: rgb(15 23 42 / 0.3);
}

.border-b-slate-900\/40{
  border-bottom-color: rgb(15 23 42 / 0.4);
}

.border-b-slate-900\/5{
  border-bottom-color: rgb(15 23 42 / 0.05);
}

.border-b-slate-900\/50{
  border-bottom-color: rgb(15 23 42 / 0.5);
}

.border-b-slate-900\/60{
  border-bottom-color: rgb(15 23 42 / 0.6);
}

.border-b-slate-900\/70{
  border-bottom-color: rgb(15 23 42 / 0.7);
}

.border-b-slate-900\/75{
  border-bottom-color: rgb(15 23 42 / 0.75);
}

.border-b-slate-900\/80{
  border-bottom-color: rgb(15 23 42 / 0.8);
}

.border-b-slate-900\/90{
  border-bottom-color: rgb(15 23 42 / 0.9);
}

.border-b-slate-900\/95{
  border-bottom-color: rgb(15 23 42 / 0.95);
}

.border-b-slate-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-b-slate-950\/0{
  border-bottom-color: rgb(2 6 23 / 0);
}

.border-b-slate-950\/10{
  border-bottom-color: rgb(2 6 23 / 0.1);
}

.border-b-slate-950\/100{
  border-bottom-color: rgb(2 6 23 / 1);
}

.border-b-slate-950\/20{
  border-bottom-color: rgb(2 6 23 / 0.2);
}

.border-b-slate-950\/25{
  border-bottom-color: rgb(2 6 23 / 0.25);
}

.border-b-slate-950\/30{
  border-bottom-color: rgb(2 6 23 / 0.3);
}

.border-b-slate-950\/40{
  border-bottom-color: rgb(2 6 23 / 0.4);
}

.border-b-slate-950\/5{
  border-bottom-color: rgb(2 6 23 / 0.05);
}

.border-b-slate-950\/50{
  border-bottom-color: rgb(2 6 23 / 0.5);
}

.border-b-slate-950\/60{
  border-bottom-color: rgb(2 6 23 / 0.6);
}

.border-b-slate-950\/70{
  border-bottom-color: rgb(2 6 23 / 0.7);
}

.border-b-slate-950\/75{
  border-bottom-color: rgb(2 6 23 / 0.75);
}

.border-b-slate-950\/80{
  border-bottom-color: rgb(2 6 23 / 0.8);
}

.border-b-slate-950\/90{
  border-bottom-color: rgb(2 6 23 / 0.9);
}

.border-b-slate-950\/95{
  border-bottom-color: rgb(2 6 23 / 0.95);
}

.border-b-stone-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-b-stone-100\/0{
  border-bottom-color: rgb(245 245 244 / 0);
}

.border-b-stone-100\/10{
  border-bottom-color: rgb(245 245 244 / 0.1);
}

.border-b-stone-100\/100{
  border-bottom-color: rgb(245 245 244 / 1);
}

.border-b-stone-100\/20{
  border-bottom-color: rgb(245 245 244 / 0.2);
}

.border-b-stone-100\/25{
  border-bottom-color: rgb(245 245 244 / 0.25);
}

.border-b-stone-100\/30{
  border-bottom-color: rgb(245 245 244 / 0.3);
}

.border-b-stone-100\/40{
  border-bottom-color: rgb(245 245 244 / 0.4);
}

.border-b-stone-100\/5{
  border-bottom-color: rgb(245 245 244 / 0.05);
}

.border-b-stone-100\/50{
  border-bottom-color: rgb(245 245 244 / 0.5);
}

.border-b-stone-100\/60{
  border-bottom-color: rgb(245 245 244 / 0.6);
}

.border-b-stone-100\/70{
  border-bottom-color: rgb(245 245 244 / 0.7);
}

.border-b-stone-100\/75{
  border-bottom-color: rgb(245 245 244 / 0.75);
}

.border-b-stone-100\/80{
  border-bottom-color: rgb(245 245 244 / 0.8);
}

.border-b-stone-100\/90{
  border-bottom-color: rgb(245 245 244 / 0.9);
}

.border-b-stone-100\/95{
  border-bottom-color: rgb(245 245 244 / 0.95);
}

.border-b-stone-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-b-stone-200\/0{
  border-bottom-color: rgb(231 229 228 / 0);
}

.border-b-stone-200\/10{
  border-bottom-color: rgb(231 229 228 / 0.1);
}

.border-b-stone-200\/100{
  border-bottom-color: rgb(231 229 228 / 1);
}

.border-b-stone-200\/20{
  border-bottom-color: rgb(231 229 228 / 0.2);
}

.border-b-stone-200\/25{
  border-bottom-color: rgb(231 229 228 / 0.25);
}

.border-b-stone-200\/30{
  border-bottom-color: rgb(231 229 228 / 0.3);
}

.border-b-stone-200\/40{
  border-bottom-color: rgb(231 229 228 / 0.4);
}

.border-b-stone-200\/5{
  border-bottom-color: rgb(231 229 228 / 0.05);
}

.border-b-stone-200\/50{
  border-bottom-color: rgb(231 229 228 / 0.5);
}

.border-b-stone-200\/60{
  border-bottom-color: rgb(231 229 228 / 0.6);
}

.border-b-stone-200\/70{
  border-bottom-color: rgb(231 229 228 / 0.7);
}

.border-b-stone-200\/75{
  border-bottom-color: rgb(231 229 228 / 0.75);
}

.border-b-stone-200\/80{
  border-bottom-color: rgb(231 229 228 / 0.8);
}

.border-b-stone-200\/90{
  border-bottom-color: rgb(231 229 228 / 0.9);
}

.border-b-stone-200\/95{
  border-bottom-color: rgb(231 229 228 / 0.95);
}

.border-b-stone-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-b-stone-300\/0{
  border-bottom-color: rgb(214 211 209 / 0);
}

.border-b-stone-300\/10{
  border-bottom-color: rgb(214 211 209 / 0.1);
}

.border-b-stone-300\/100{
  border-bottom-color: rgb(214 211 209 / 1);
}

.border-b-stone-300\/20{
  border-bottom-color: rgb(214 211 209 / 0.2);
}

.border-b-stone-300\/25{
  border-bottom-color: rgb(214 211 209 / 0.25);
}

.border-b-stone-300\/30{
  border-bottom-color: rgb(214 211 209 / 0.3);
}

.border-b-stone-300\/40{
  border-bottom-color: rgb(214 211 209 / 0.4);
}

.border-b-stone-300\/5{
  border-bottom-color: rgb(214 211 209 / 0.05);
}

.border-b-stone-300\/50{
  border-bottom-color: rgb(214 211 209 / 0.5);
}

.border-b-stone-300\/60{
  border-bottom-color: rgb(214 211 209 / 0.6);
}

.border-b-stone-300\/70{
  border-bottom-color: rgb(214 211 209 / 0.7);
}

.border-b-stone-300\/75{
  border-bottom-color: rgb(214 211 209 / 0.75);
}

.border-b-stone-300\/80{
  border-bottom-color: rgb(214 211 209 / 0.8);
}

.border-b-stone-300\/90{
  border-bottom-color: rgb(214 211 209 / 0.9);
}

.border-b-stone-300\/95{
  border-bottom-color: rgb(214 211 209 / 0.95);
}

.border-b-stone-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-b-stone-400\/0{
  border-bottom-color: rgb(168 162 158 / 0);
}

.border-b-stone-400\/10{
  border-bottom-color: rgb(168 162 158 / 0.1);
}

.border-b-stone-400\/100{
  border-bottom-color: rgb(168 162 158 / 1);
}

.border-b-stone-400\/20{
  border-bottom-color: rgb(168 162 158 / 0.2);
}

.border-b-stone-400\/25{
  border-bottom-color: rgb(168 162 158 / 0.25);
}

.border-b-stone-400\/30{
  border-bottom-color: rgb(168 162 158 / 0.3);
}

.border-b-stone-400\/40{
  border-bottom-color: rgb(168 162 158 / 0.4);
}

.border-b-stone-400\/5{
  border-bottom-color: rgb(168 162 158 / 0.05);
}

.border-b-stone-400\/50{
  border-bottom-color: rgb(168 162 158 / 0.5);
}

.border-b-stone-400\/60{
  border-bottom-color: rgb(168 162 158 / 0.6);
}

.border-b-stone-400\/70{
  border-bottom-color: rgb(168 162 158 / 0.7);
}

.border-b-stone-400\/75{
  border-bottom-color: rgb(168 162 158 / 0.75);
}

.border-b-stone-400\/80{
  border-bottom-color: rgb(168 162 158 / 0.8);
}

.border-b-stone-400\/90{
  border-bottom-color: rgb(168 162 158 / 0.9);
}

.border-b-stone-400\/95{
  border-bottom-color: rgb(168 162 158 / 0.95);
}

.border-b-stone-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-b-stone-50\/0{
  border-bottom-color: rgb(250 250 249 / 0);
}

.border-b-stone-50\/10{
  border-bottom-color: rgb(250 250 249 / 0.1);
}

.border-b-stone-50\/100{
  border-bottom-color: rgb(250 250 249 / 1);
}

.border-b-stone-50\/20{
  border-bottom-color: rgb(250 250 249 / 0.2);
}

.border-b-stone-50\/25{
  border-bottom-color: rgb(250 250 249 / 0.25);
}

.border-b-stone-50\/30{
  border-bottom-color: rgb(250 250 249 / 0.3);
}

.border-b-stone-50\/40{
  border-bottom-color: rgb(250 250 249 / 0.4);
}

.border-b-stone-50\/5{
  border-bottom-color: rgb(250 250 249 / 0.05);
}

.border-b-stone-50\/50{
  border-bottom-color: rgb(250 250 249 / 0.5);
}

.border-b-stone-50\/60{
  border-bottom-color: rgb(250 250 249 / 0.6);
}

.border-b-stone-50\/70{
  border-bottom-color: rgb(250 250 249 / 0.7);
}

.border-b-stone-50\/75{
  border-bottom-color: rgb(250 250 249 / 0.75);
}

.border-b-stone-50\/80{
  border-bottom-color: rgb(250 250 249 / 0.8);
}

.border-b-stone-50\/90{
  border-bottom-color: rgb(250 250 249 / 0.9);
}

.border-b-stone-50\/95{
  border-bottom-color: rgb(250 250 249 / 0.95);
}

.border-b-stone-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-b-stone-500\/0{
  border-bottom-color: rgb(120 113 108 / 0);
}

.border-b-stone-500\/10{
  border-bottom-color: rgb(120 113 108 / 0.1);
}

.border-b-stone-500\/100{
  border-bottom-color: rgb(120 113 108 / 1);
}

.border-b-stone-500\/20{
  border-bottom-color: rgb(120 113 108 / 0.2);
}

.border-b-stone-500\/25{
  border-bottom-color: rgb(120 113 108 / 0.25);
}

.border-b-stone-500\/30{
  border-bottom-color: rgb(120 113 108 / 0.3);
}

.border-b-stone-500\/40{
  border-bottom-color: rgb(120 113 108 / 0.4);
}

.border-b-stone-500\/5{
  border-bottom-color: rgb(120 113 108 / 0.05);
}

.border-b-stone-500\/50{
  border-bottom-color: rgb(120 113 108 / 0.5);
}

.border-b-stone-500\/60{
  border-bottom-color: rgb(120 113 108 / 0.6);
}

.border-b-stone-500\/70{
  border-bottom-color: rgb(120 113 108 / 0.7);
}

.border-b-stone-500\/75{
  border-bottom-color: rgb(120 113 108 / 0.75);
}

.border-b-stone-500\/80{
  border-bottom-color: rgb(120 113 108 / 0.8);
}

.border-b-stone-500\/90{
  border-bottom-color: rgb(120 113 108 / 0.9);
}

.border-b-stone-500\/95{
  border-bottom-color: rgb(120 113 108 / 0.95);
}

.border-b-stone-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-b-stone-600\/0{
  border-bottom-color: rgb(87 83 78 / 0);
}

.border-b-stone-600\/10{
  border-bottom-color: rgb(87 83 78 / 0.1);
}

.border-b-stone-600\/100{
  border-bottom-color: rgb(87 83 78 / 1);
}

.border-b-stone-600\/20{
  border-bottom-color: rgb(87 83 78 / 0.2);
}

.border-b-stone-600\/25{
  border-bottom-color: rgb(87 83 78 / 0.25);
}

.border-b-stone-600\/30{
  border-bottom-color: rgb(87 83 78 / 0.3);
}

.border-b-stone-600\/40{
  border-bottom-color: rgb(87 83 78 / 0.4);
}

.border-b-stone-600\/5{
  border-bottom-color: rgb(87 83 78 / 0.05);
}

.border-b-stone-600\/50{
  border-bottom-color: rgb(87 83 78 / 0.5);
}

.border-b-stone-600\/60{
  border-bottom-color: rgb(87 83 78 / 0.6);
}

.border-b-stone-600\/70{
  border-bottom-color: rgb(87 83 78 / 0.7);
}

.border-b-stone-600\/75{
  border-bottom-color: rgb(87 83 78 / 0.75);
}

.border-b-stone-600\/80{
  border-bottom-color: rgb(87 83 78 / 0.8);
}

.border-b-stone-600\/90{
  border-bottom-color: rgb(87 83 78 / 0.9);
}

.border-b-stone-600\/95{
  border-bottom-color: rgb(87 83 78 / 0.95);
}

.border-b-stone-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-b-stone-700\/0{
  border-bottom-color: rgb(68 64 60 / 0);
}

.border-b-stone-700\/10{
  border-bottom-color: rgb(68 64 60 / 0.1);
}

.border-b-stone-700\/100{
  border-bottom-color: rgb(68 64 60 / 1);
}

.border-b-stone-700\/20{
  border-bottom-color: rgb(68 64 60 / 0.2);
}

.border-b-stone-700\/25{
  border-bottom-color: rgb(68 64 60 / 0.25);
}

.border-b-stone-700\/30{
  border-bottom-color: rgb(68 64 60 / 0.3);
}

.border-b-stone-700\/40{
  border-bottom-color: rgb(68 64 60 / 0.4);
}

.border-b-stone-700\/5{
  border-bottom-color: rgb(68 64 60 / 0.05);
}

.border-b-stone-700\/50{
  border-bottom-color: rgb(68 64 60 / 0.5);
}

.border-b-stone-700\/60{
  border-bottom-color: rgb(68 64 60 / 0.6);
}

.border-b-stone-700\/70{
  border-bottom-color: rgb(68 64 60 / 0.7);
}

.border-b-stone-700\/75{
  border-bottom-color: rgb(68 64 60 / 0.75);
}

.border-b-stone-700\/80{
  border-bottom-color: rgb(68 64 60 / 0.8);
}

.border-b-stone-700\/90{
  border-bottom-color: rgb(68 64 60 / 0.9);
}

.border-b-stone-700\/95{
  border-bottom-color: rgb(68 64 60 / 0.95);
}

.border-b-stone-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-b-stone-800\/0{
  border-bottom-color: rgb(41 37 36 / 0);
}

.border-b-stone-800\/10{
  border-bottom-color: rgb(41 37 36 / 0.1);
}

.border-b-stone-800\/100{
  border-bottom-color: rgb(41 37 36 / 1);
}

.border-b-stone-800\/20{
  border-bottom-color: rgb(41 37 36 / 0.2);
}

.border-b-stone-800\/25{
  border-bottom-color: rgb(41 37 36 / 0.25);
}

.border-b-stone-800\/30{
  border-bottom-color: rgb(41 37 36 / 0.3);
}

.border-b-stone-800\/40{
  border-bottom-color: rgb(41 37 36 / 0.4);
}

.border-b-stone-800\/5{
  border-bottom-color: rgb(41 37 36 / 0.05);
}

.border-b-stone-800\/50{
  border-bottom-color: rgb(41 37 36 / 0.5);
}

.border-b-stone-800\/60{
  border-bottom-color: rgb(41 37 36 / 0.6);
}

.border-b-stone-800\/70{
  border-bottom-color: rgb(41 37 36 / 0.7);
}

.border-b-stone-800\/75{
  border-bottom-color: rgb(41 37 36 / 0.75);
}

.border-b-stone-800\/80{
  border-bottom-color: rgb(41 37 36 / 0.8);
}

.border-b-stone-800\/90{
  border-bottom-color: rgb(41 37 36 / 0.9);
}

.border-b-stone-800\/95{
  border-bottom-color: rgb(41 37 36 / 0.95);
}

.border-b-stone-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-b-stone-900\/0{
  border-bottom-color: rgb(28 25 23 / 0);
}

.border-b-stone-900\/10{
  border-bottom-color: rgb(28 25 23 / 0.1);
}

.border-b-stone-900\/100{
  border-bottom-color: rgb(28 25 23 / 1);
}

.border-b-stone-900\/20{
  border-bottom-color: rgb(28 25 23 / 0.2);
}

.border-b-stone-900\/25{
  border-bottom-color: rgb(28 25 23 / 0.25);
}

.border-b-stone-900\/30{
  border-bottom-color: rgb(28 25 23 / 0.3);
}

.border-b-stone-900\/40{
  border-bottom-color: rgb(28 25 23 / 0.4);
}

.border-b-stone-900\/5{
  border-bottom-color: rgb(28 25 23 / 0.05);
}

.border-b-stone-900\/50{
  border-bottom-color: rgb(28 25 23 / 0.5);
}

.border-b-stone-900\/60{
  border-bottom-color: rgb(28 25 23 / 0.6);
}

.border-b-stone-900\/70{
  border-bottom-color: rgb(28 25 23 / 0.7);
}

.border-b-stone-900\/75{
  border-bottom-color: rgb(28 25 23 / 0.75);
}

.border-b-stone-900\/80{
  border-bottom-color: rgb(28 25 23 / 0.8);
}

.border-b-stone-900\/90{
  border-bottom-color: rgb(28 25 23 / 0.9);
}

.border-b-stone-900\/95{
  border-bottom-color: rgb(28 25 23 / 0.95);
}

.border-b-stone-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-b-stone-950\/0{
  border-bottom-color: rgb(12 10 9 / 0);
}

.border-b-stone-950\/10{
  border-bottom-color: rgb(12 10 9 / 0.1);
}

.border-b-stone-950\/100{
  border-bottom-color: rgb(12 10 9 / 1);
}

.border-b-stone-950\/20{
  border-bottom-color: rgb(12 10 9 / 0.2);
}

.border-b-stone-950\/25{
  border-bottom-color: rgb(12 10 9 / 0.25);
}

.border-b-stone-950\/30{
  border-bottom-color: rgb(12 10 9 / 0.3);
}

.border-b-stone-950\/40{
  border-bottom-color: rgb(12 10 9 / 0.4);
}

.border-b-stone-950\/5{
  border-bottom-color: rgb(12 10 9 / 0.05);
}

.border-b-stone-950\/50{
  border-bottom-color: rgb(12 10 9 / 0.5);
}

.border-b-stone-950\/60{
  border-bottom-color: rgb(12 10 9 / 0.6);
}

.border-b-stone-950\/70{
  border-bottom-color: rgb(12 10 9 / 0.7);
}

.border-b-stone-950\/75{
  border-bottom-color: rgb(12 10 9 / 0.75);
}

.border-b-stone-950\/80{
  border-bottom-color: rgb(12 10 9 / 0.8);
}

.border-b-stone-950\/90{
  border-bottom-color: rgb(12 10 9 / 0.9);
}

.border-b-stone-950\/95{
  border-bottom-color: rgb(12 10 9 / 0.95);
}

.border-b-teal-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.border-b-teal-100\/0{
  border-bottom-color: rgb(204 251 241 / 0);
}

.border-b-teal-100\/10{
  border-bottom-color: rgb(204 251 241 / 0.1);
}

.border-b-teal-100\/100{
  border-bottom-color: rgb(204 251 241 / 1);
}

.border-b-teal-100\/20{
  border-bottom-color: rgb(204 251 241 / 0.2);
}

.border-b-teal-100\/25{
  border-bottom-color: rgb(204 251 241 / 0.25);
}

.border-b-teal-100\/30{
  border-bottom-color: rgb(204 251 241 / 0.3);
}

.border-b-teal-100\/40{
  border-bottom-color: rgb(204 251 241 / 0.4);
}

.border-b-teal-100\/5{
  border-bottom-color: rgb(204 251 241 / 0.05);
}

.border-b-teal-100\/50{
  border-bottom-color: rgb(204 251 241 / 0.5);
}

.border-b-teal-100\/60{
  border-bottom-color: rgb(204 251 241 / 0.6);
}

.border-b-teal-100\/70{
  border-bottom-color: rgb(204 251 241 / 0.7);
}

.border-b-teal-100\/75{
  border-bottom-color: rgb(204 251 241 / 0.75);
}

.border-b-teal-100\/80{
  border-bottom-color: rgb(204 251 241 / 0.8);
}

.border-b-teal-100\/90{
  border-bottom-color: rgb(204 251 241 / 0.9);
}

.border-b-teal-100\/95{
  border-bottom-color: rgb(204 251 241 / 0.95);
}

.border-b-teal-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-b-teal-200\/0{
  border-bottom-color: rgb(153 246 228 / 0);
}

.border-b-teal-200\/10{
  border-bottom-color: rgb(153 246 228 / 0.1);
}

.border-b-teal-200\/100{
  border-bottom-color: rgb(153 246 228 / 1);
}

.border-b-teal-200\/20{
  border-bottom-color: rgb(153 246 228 / 0.2);
}

.border-b-teal-200\/25{
  border-bottom-color: rgb(153 246 228 / 0.25);
}

.border-b-teal-200\/30{
  border-bottom-color: rgb(153 246 228 / 0.3);
}

.border-b-teal-200\/40{
  border-bottom-color: rgb(153 246 228 / 0.4);
}

.border-b-teal-200\/5{
  border-bottom-color: rgb(153 246 228 / 0.05);
}

.border-b-teal-200\/50{
  border-bottom-color: rgb(153 246 228 / 0.5);
}

.border-b-teal-200\/60{
  border-bottom-color: rgb(153 246 228 / 0.6);
}

.border-b-teal-200\/70{
  border-bottom-color: rgb(153 246 228 / 0.7);
}

.border-b-teal-200\/75{
  border-bottom-color: rgb(153 246 228 / 0.75);
}

.border-b-teal-200\/80{
  border-bottom-color: rgb(153 246 228 / 0.8);
}

.border-b-teal-200\/90{
  border-bottom-color: rgb(153 246 228 / 0.9);
}

.border-b-teal-200\/95{
  border-bottom-color: rgb(153 246 228 / 0.95);
}

.border-b-teal-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-b-teal-300\/0{
  border-bottom-color: rgb(94 234 212 / 0);
}

.border-b-teal-300\/10{
  border-bottom-color: rgb(94 234 212 / 0.1);
}

.border-b-teal-300\/100{
  border-bottom-color: rgb(94 234 212 / 1);
}

.border-b-teal-300\/20{
  border-bottom-color: rgb(94 234 212 / 0.2);
}

.border-b-teal-300\/25{
  border-bottom-color: rgb(94 234 212 / 0.25);
}

.border-b-teal-300\/30{
  border-bottom-color: rgb(94 234 212 / 0.3);
}

.border-b-teal-300\/40{
  border-bottom-color: rgb(94 234 212 / 0.4);
}

.border-b-teal-300\/5{
  border-bottom-color: rgb(94 234 212 / 0.05);
}

.border-b-teal-300\/50{
  border-bottom-color: rgb(94 234 212 / 0.5);
}

.border-b-teal-300\/60{
  border-bottom-color: rgb(94 234 212 / 0.6);
}

.border-b-teal-300\/70{
  border-bottom-color: rgb(94 234 212 / 0.7);
}

.border-b-teal-300\/75{
  border-bottom-color: rgb(94 234 212 / 0.75);
}

.border-b-teal-300\/80{
  border-bottom-color: rgb(94 234 212 / 0.8);
}

.border-b-teal-300\/90{
  border-bottom-color: rgb(94 234 212 / 0.9);
}

.border-b-teal-300\/95{
  border-bottom-color: rgb(94 234 212 / 0.95);
}

.border-b-teal-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-b-teal-400\/0{
  border-bottom-color: rgb(45 212 191 / 0);
}

.border-b-teal-400\/10{
  border-bottom-color: rgb(45 212 191 / 0.1);
}

.border-b-teal-400\/100{
  border-bottom-color: rgb(45 212 191 / 1);
}

.border-b-teal-400\/20{
  border-bottom-color: rgb(45 212 191 / 0.2);
}

.border-b-teal-400\/25{
  border-bottom-color: rgb(45 212 191 / 0.25);
}

.border-b-teal-400\/30{
  border-bottom-color: rgb(45 212 191 / 0.3);
}

.border-b-teal-400\/40{
  border-bottom-color: rgb(45 212 191 / 0.4);
}

.border-b-teal-400\/5{
  border-bottom-color: rgb(45 212 191 / 0.05);
}

.border-b-teal-400\/50{
  border-bottom-color: rgb(45 212 191 / 0.5);
}

.border-b-teal-400\/60{
  border-bottom-color: rgb(45 212 191 / 0.6);
}

.border-b-teal-400\/70{
  border-bottom-color: rgb(45 212 191 / 0.7);
}

.border-b-teal-400\/75{
  border-bottom-color: rgb(45 212 191 / 0.75);
}

.border-b-teal-400\/80{
  border-bottom-color: rgb(45 212 191 / 0.8);
}

.border-b-teal-400\/90{
  border-bottom-color: rgb(45 212 191 / 0.9);
}

.border-b-teal-400\/95{
  border-bottom-color: rgb(45 212 191 / 0.95);
}

.border-b-teal-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-b-teal-50\/0{
  border-bottom-color: rgb(240 253 250 / 0);
}

.border-b-teal-50\/10{
  border-bottom-color: rgb(240 253 250 / 0.1);
}

.border-b-teal-50\/100{
  border-bottom-color: rgb(240 253 250 / 1);
}

.border-b-teal-50\/20{
  border-bottom-color: rgb(240 253 250 / 0.2);
}

.border-b-teal-50\/25{
  border-bottom-color: rgb(240 253 250 / 0.25);
}

.border-b-teal-50\/30{
  border-bottom-color: rgb(240 253 250 / 0.3);
}

.border-b-teal-50\/40{
  border-bottom-color: rgb(240 253 250 / 0.4);
}

.border-b-teal-50\/5{
  border-bottom-color: rgb(240 253 250 / 0.05);
}

.border-b-teal-50\/50{
  border-bottom-color: rgb(240 253 250 / 0.5);
}

.border-b-teal-50\/60{
  border-bottom-color: rgb(240 253 250 / 0.6);
}

.border-b-teal-50\/70{
  border-bottom-color: rgb(240 253 250 / 0.7);
}

.border-b-teal-50\/75{
  border-bottom-color: rgb(240 253 250 / 0.75);
}

.border-b-teal-50\/80{
  border-bottom-color: rgb(240 253 250 / 0.8);
}

.border-b-teal-50\/90{
  border-bottom-color: rgb(240 253 250 / 0.9);
}

.border-b-teal-50\/95{
  border-bottom-color: rgb(240 253 250 / 0.95);
}

.border-b-teal-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-b-teal-500\/0{
  border-bottom-color: rgb(20 184 166 / 0);
}

.border-b-teal-500\/10{
  border-bottom-color: rgb(20 184 166 / 0.1);
}

.border-b-teal-500\/100{
  border-bottom-color: rgb(20 184 166 / 1);
}

.border-b-teal-500\/20{
  border-bottom-color: rgb(20 184 166 / 0.2);
}

.border-b-teal-500\/25{
  border-bottom-color: rgb(20 184 166 / 0.25);
}

.border-b-teal-500\/30{
  border-bottom-color: rgb(20 184 166 / 0.3);
}

.border-b-teal-500\/40{
  border-bottom-color: rgb(20 184 166 / 0.4);
}

.border-b-teal-500\/5{
  border-bottom-color: rgb(20 184 166 / 0.05);
}

.border-b-teal-500\/50{
  border-bottom-color: rgb(20 184 166 / 0.5);
}

.border-b-teal-500\/60{
  border-bottom-color: rgb(20 184 166 / 0.6);
}

.border-b-teal-500\/70{
  border-bottom-color: rgb(20 184 166 / 0.7);
}

.border-b-teal-500\/75{
  border-bottom-color: rgb(20 184 166 / 0.75);
}

.border-b-teal-500\/80{
  border-bottom-color: rgb(20 184 166 / 0.8);
}

.border-b-teal-500\/90{
  border-bottom-color: rgb(20 184 166 / 0.9);
}

.border-b-teal-500\/95{
  border-bottom-color: rgb(20 184 166 / 0.95);
}

.border-b-teal-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-b-teal-600\/0{
  border-bottom-color: rgb(13 148 136 / 0);
}

.border-b-teal-600\/10{
  border-bottom-color: rgb(13 148 136 / 0.1);
}

.border-b-teal-600\/100{
  border-bottom-color: rgb(13 148 136 / 1);
}

.border-b-teal-600\/20{
  border-bottom-color: rgb(13 148 136 / 0.2);
}

.border-b-teal-600\/25{
  border-bottom-color: rgb(13 148 136 / 0.25);
}

.border-b-teal-600\/30{
  border-bottom-color: rgb(13 148 136 / 0.3);
}

.border-b-teal-600\/40{
  border-bottom-color: rgb(13 148 136 / 0.4);
}

.border-b-teal-600\/5{
  border-bottom-color: rgb(13 148 136 / 0.05);
}

.border-b-teal-600\/50{
  border-bottom-color: rgb(13 148 136 / 0.5);
}

.border-b-teal-600\/60{
  border-bottom-color: rgb(13 148 136 / 0.6);
}

.border-b-teal-600\/70{
  border-bottom-color: rgb(13 148 136 / 0.7);
}

.border-b-teal-600\/75{
  border-bottom-color: rgb(13 148 136 / 0.75);
}

.border-b-teal-600\/80{
  border-bottom-color: rgb(13 148 136 / 0.8);
}

.border-b-teal-600\/90{
  border-bottom-color: rgb(13 148 136 / 0.9);
}

.border-b-teal-600\/95{
  border-bottom-color: rgb(13 148 136 / 0.95);
}

.border-b-teal-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-b-teal-700\/0{
  border-bottom-color: rgb(15 118 110 / 0);
}

.border-b-teal-700\/10{
  border-bottom-color: rgb(15 118 110 / 0.1);
}

.border-b-teal-700\/100{
  border-bottom-color: rgb(15 118 110 / 1);
}

.border-b-teal-700\/20{
  border-bottom-color: rgb(15 118 110 / 0.2);
}

.border-b-teal-700\/25{
  border-bottom-color: rgb(15 118 110 / 0.25);
}

.border-b-teal-700\/30{
  border-bottom-color: rgb(15 118 110 / 0.3);
}

.border-b-teal-700\/40{
  border-bottom-color: rgb(15 118 110 / 0.4);
}

.border-b-teal-700\/5{
  border-bottom-color: rgb(15 118 110 / 0.05);
}

.border-b-teal-700\/50{
  border-bottom-color: rgb(15 118 110 / 0.5);
}

.border-b-teal-700\/60{
  border-bottom-color: rgb(15 118 110 / 0.6);
}

.border-b-teal-700\/70{
  border-bottom-color: rgb(15 118 110 / 0.7);
}

.border-b-teal-700\/75{
  border-bottom-color: rgb(15 118 110 / 0.75);
}

.border-b-teal-700\/80{
  border-bottom-color: rgb(15 118 110 / 0.8);
}

.border-b-teal-700\/90{
  border-bottom-color: rgb(15 118 110 / 0.9);
}

.border-b-teal-700\/95{
  border-bottom-color: rgb(15 118 110 / 0.95);
}

.border-b-teal-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-b-teal-800\/0{
  border-bottom-color: rgb(17 94 89 / 0);
}

.border-b-teal-800\/10{
  border-bottom-color: rgb(17 94 89 / 0.1);
}

.border-b-teal-800\/100{
  border-bottom-color: rgb(17 94 89 / 1);
}

.border-b-teal-800\/20{
  border-bottom-color: rgb(17 94 89 / 0.2);
}

.border-b-teal-800\/25{
  border-bottom-color: rgb(17 94 89 / 0.25);
}

.border-b-teal-800\/30{
  border-bottom-color: rgb(17 94 89 / 0.3);
}

.border-b-teal-800\/40{
  border-bottom-color: rgb(17 94 89 / 0.4);
}

.border-b-teal-800\/5{
  border-bottom-color: rgb(17 94 89 / 0.05);
}

.border-b-teal-800\/50{
  border-bottom-color: rgb(17 94 89 / 0.5);
}

.border-b-teal-800\/60{
  border-bottom-color: rgb(17 94 89 / 0.6);
}

.border-b-teal-800\/70{
  border-bottom-color: rgb(17 94 89 / 0.7);
}

.border-b-teal-800\/75{
  border-bottom-color: rgb(17 94 89 / 0.75);
}

.border-b-teal-800\/80{
  border-bottom-color: rgb(17 94 89 / 0.8);
}

.border-b-teal-800\/90{
  border-bottom-color: rgb(17 94 89 / 0.9);
}

.border-b-teal-800\/95{
  border-bottom-color: rgb(17 94 89 / 0.95);
}

.border-b-teal-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-b-teal-900\/0{
  border-bottom-color: rgb(19 78 74 / 0);
}

.border-b-teal-900\/10{
  border-bottom-color: rgb(19 78 74 / 0.1);
}

.border-b-teal-900\/100{
  border-bottom-color: rgb(19 78 74 / 1);
}

.border-b-teal-900\/20{
  border-bottom-color: rgb(19 78 74 / 0.2);
}

.border-b-teal-900\/25{
  border-bottom-color: rgb(19 78 74 / 0.25);
}

.border-b-teal-900\/30{
  border-bottom-color: rgb(19 78 74 / 0.3);
}

.border-b-teal-900\/40{
  border-bottom-color: rgb(19 78 74 / 0.4);
}

.border-b-teal-900\/5{
  border-bottom-color: rgb(19 78 74 / 0.05);
}

.border-b-teal-900\/50{
  border-bottom-color: rgb(19 78 74 / 0.5);
}

.border-b-teal-900\/60{
  border-bottom-color: rgb(19 78 74 / 0.6);
}

.border-b-teal-900\/70{
  border-bottom-color: rgb(19 78 74 / 0.7);
}

.border-b-teal-900\/75{
  border-bottom-color: rgb(19 78 74 / 0.75);
}

.border-b-teal-900\/80{
  border-bottom-color: rgb(19 78 74 / 0.8);
}

.border-b-teal-900\/90{
  border-bottom-color: rgb(19 78 74 / 0.9);
}

.border-b-teal-900\/95{
  border-bottom-color: rgb(19 78 74 / 0.95);
}

.border-b-teal-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-b-teal-950\/0{
  border-bottom-color: rgb(4 47 46 / 0);
}

.border-b-teal-950\/10{
  border-bottom-color: rgb(4 47 46 / 0.1);
}

.border-b-teal-950\/100{
  border-bottom-color: rgb(4 47 46 / 1);
}

.border-b-teal-950\/20{
  border-bottom-color: rgb(4 47 46 / 0.2);
}

.border-b-teal-950\/25{
  border-bottom-color: rgb(4 47 46 / 0.25);
}

.border-b-teal-950\/30{
  border-bottom-color: rgb(4 47 46 / 0.3);
}

.border-b-teal-950\/40{
  border-bottom-color: rgb(4 47 46 / 0.4);
}

.border-b-teal-950\/5{
  border-bottom-color: rgb(4 47 46 / 0.05);
}

.border-b-teal-950\/50{
  border-bottom-color: rgb(4 47 46 / 0.5);
}

.border-b-teal-950\/60{
  border-bottom-color: rgb(4 47 46 / 0.6);
}

.border-b-teal-950\/70{
  border-bottom-color: rgb(4 47 46 / 0.7);
}

.border-b-teal-950\/75{
  border-bottom-color: rgb(4 47 46 / 0.75);
}

.border-b-teal-950\/80{
  border-bottom-color: rgb(4 47 46 / 0.8);
}

.border-b-teal-950\/90{
  border-bottom-color: rgb(4 47 46 / 0.9);
}

.border-b-teal-950\/95{
  border-bottom-color: rgb(4 47 46 / 0.95);
}

.border-b-transparent{
  border-bottom-color: transparent;
}

.border-b-transparent\/0{
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-b-transparent\/10{
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-b-transparent\/100{
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-b-transparent\/20{
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-b-transparent\/25{
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-b-transparent\/30{
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-b-transparent\/40{
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-b-transparent\/5{
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-b-transparent\/50{
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-b-transparent\/60{
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-b-transparent\/70{
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-b-transparent\/75{
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-b-transparent\/80{
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-b-transparent\/90{
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-b-transparent\/95{
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-b-violet-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-b-violet-100\/0{
  border-bottom-color: rgb(237 233 254 / 0);
}

.border-b-violet-100\/10{
  border-bottom-color: rgb(237 233 254 / 0.1);
}

.border-b-violet-100\/100{
  border-bottom-color: rgb(237 233 254 / 1);
}

.border-b-violet-100\/20{
  border-bottom-color: rgb(237 233 254 / 0.2);
}

.border-b-violet-100\/25{
  border-bottom-color: rgb(237 233 254 / 0.25);
}

.border-b-violet-100\/30{
  border-bottom-color: rgb(237 233 254 / 0.3);
}

.border-b-violet-100\/40{
  border-bottom-color: rgb(237 233 254 / 0.4);
}

.border-b-violet-100\/5{
  border-bottom-color: rgb(237 233 254 / 0.05);
}

.border-b-violet-100\/50{
  border-bottom-color: rgb(237 233 254 / 0.5);
}

.border-b-violet-100\/60{
  border-bottom-color: rgb(237 233 254 / 0.6);
}

.border-b-violet-100\/70{
  border-bottom-color: rgb(237 233 254 / 0.7);
}

.border-b-violet-100\/75{
  border-bottom-color: rgb(237 233 254 / 0.75);
}

.border-b-violet-100\/80{
  border-bottom-color: rgb(237 233 254 / 0.8);
}

.border-b-violet-100\/90{
  border-bottom-color: rgb(237 233 254 / 0.9);
}

.border-b-violet-100\/95{
  border-bottom-color: rgb(237 233 254 / 0.95);
}

.border-b-violet-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-b-violet-200\/0{
  border-bottom-color: rgb(221 214 254 / 0);
}

.border-b-violet-200\/10{
  border-bottom-color: rgb(221 214 254 / 0.1);
}

.border-b-violet-200\/100{
  border-bottom-color: rgb(221 214 254 / 1);
}

.border-b-violet-200\/20{
  border-bottom-color: rgb(221 214 254 / 0.2);
}

.border-b-violet-200\/25{
  border-bottom-color: rgb(221 214 254 / 0.25);
}

.border-b-violet-200\/30{
  border-bottom-color: rgb(221 214 254 / 0.3);
}

.border-b-violet-200\/40{
  border-bottom-color: rgb(221 214 254 / 0.4);
}

.border-b-violet-200\/5{
  border-bottom-color: rgb(221 214 254 / 0.05);
}

.border-b-violet-200\/50{
  border-bottom-color: rgb(221 214 254 / 0.5);
}

.border-b-violet-200\/60{
  border-bottom-color: rgb(221 214 254 / 0.6);
}

.border-b-violet-200\/70{
  border-bottom-color: rgb(221 214 254 / 0.7);
}

.border-b-violet-200\/75{
  border-bottom-color: rgb(221 214 254 / 0.75);
}

.border-b-violet-200\/80{
  border-bottom-color: rgb(221 214 254 / 0.8);
}

.border-b-violet-200\/90{
  border-bottom-color: rgb(221 214 254 / 0.9);
}

.border-b-violet-200\/95{
  border-bottom-color: rgb(221 214 254 / 0.95);
}

.border-b-violet-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-b-violet-300\/0{
  border-bottom-color: rgb(196 181 253 / 0);
}

.border-b-violet-300\/10{
  border-bottom-color: rgb(196 181 253 / 0.1);
}

.border-b-violet-300\/100{
  border-bottom-color: rgb(196 181 253 / 1);
}

.border-b-violet-300\/20{
  border-bottom-color: rgb(196 181 253 / 0.2);
}

.border-b-violet-300\/25{
  border-bottom-color: rgb(196 181 253 / 0.25);
}

.border-b-violet-300\/30{
  border-bottom-color: rgb(196 181 253 / 0.3);
}

.border-b-violet-300\/40{
  border-bottom-color: rgb(196 181 253 / 0.4);
}

.border-b-violet-300\/5{
  border-bottom-color: rgb(196 181 253 / 0.05);
}

.border-b-violet-300\/50{
  border-bottom-color: rgb(196 181 253 / 0.5);
}

.border-b-violet-300\/60{
  border-bottom-color: rgb(196 181 253 / 0.6);
}

.border-b-violet-300\/70{
  border-bottom-color: rgb(196 181 253 / 0.7);
}

.border-b-violet-300\/75{
  border-bottom-color: rgb(196 181 253 / 0.75);
}

.border-b-violet-300\/80{
  border-bottom-color: rgb(196 181 253 / 0.8);
}

.border-b-violet-300\/90{
  border-bottom-color: rgb(196 181 253 / 0.9);
}

.border-b-violet-300\/95{
  border-bottom-color: rgb(196 181 253 / 0.95);
}

.border-b-violet-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-b-violet-400\/0{
  border-bottom-color: rgb(167 139 250 / 0);
}

.border-b-violet-400\/10{
  border-bottom-color: rgb(167 139 250 / 0.1);
}

.border-b-violet-400\/100{
  border-bottom-color: rgb(167 139 250 / 1);
}

.border-b-violet-400\/20{
  border-bottom-color: rgb(167 139 250 / 0.2);
}

.border-b-violet-400\/25{
  border-bottom-color: rgb(167 139 250 / 0.25);
}

.border-b-violet-400\/30{
  border-bottom-color: rgb(167 139 250 / 0.3);
}

.border-b-violet-400\/40{
  border-bottom-color: rgb(167 139 250 / 0.4);
}

.border-b-violet-400\/5{
  border-bottom-color: rgb(167 139 250 / 0.05);
}

.border-b-violet-400\/50{
  border-bottom-color: rgb(167 139 250 / 0.5);
}

.border-b-violet-400\/60{
  border-bottom-color: rgb(167 139 250 / 0.6);
}

.border-b-violet-400\/70{
  border-bottom-color: rgb(167 139 250 / 0.7);
}

.border-b-violet-400\/75{
  border-bottom-color: rgb(167 139 250 / 0.75);
}

.border-b-violet-400\/80{
  border-bottom-color: rgb(167 139 250 / 0.8);
}

.border-b-violet-400\/90{
  border-bottom-color: rgb(167 139 250 / 0.9);
}

.border-b-violet-400\/95{
  border-bottom-color: rgb(167 139 250 / 0.95);
}

.border-b-violet-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-b-violet-50\/0{
  border-bottom-color: rgb(245 243 255 / 0);
}

.border-b-violet-50\/10{
  border-bottom-color: rgb(245 243 255 / 0.1);
}

.border-b-violet-50\/100{
  border-bottom-color: rgb(245 243 255 / 1);
}

.border-b-violet-50\/20{
  border-bottom-color: rgb(245 243 255 / 0.2);
}

.border-b-violet-50\/25{
  border-bottom-color: rgb(245 243 255 / 0.25);
}

.border-b-violet-50\/30{
  border-bottom-color: rgb(245 243 255 / 0.3);
}

.border-b-violet-50\/40{
  border-bottom-color: rgb(245 243 255 / 0.4);
}

.border-b-violet-50\/5{
  border-bottom-color: rgb(245 243 255 / 0.05);
}

.border-b-violet-50\/50{
  border-bottom-color: rgb(245 243 255 / 0.5);
}

.border-b-violet-50\/60{
  border-bottom-color: rgb(245 243 255 / 0.6);
}

.border-b-violet-50\/70{
  border-bottom-color: rgb(245 243 255 / 0.7);
}

.border-b-violet-50\/75{
  border-bottom-color: rgb(245 243 255 / 0.75);
}

.border-b-violet-50\/80{
  border-bottom-color: rgb(245 243 255 / 0.8);
}

.border-b-violet-50\/90{
  border-bottom-color: rgb(245 243 255 / 0.9);
}

.border-b-violet-50\/95{
  border-bottom-color: rgb(245 243 255 / 0.95);
}

.border-b-violet-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-b-violet-500\/0{
  border-bottom-color: rgb(139 92 246 / 0);
}

.border-b-violet-500\/10{
  border-bottom-color: rgb(139 92 246 / 0.1);
}

.border-b-violet-500\/100{
  border-bottom-color: rgb(139 92 246 / 1);
}

.border-b-violet-500\/20{
  border-bottom-color: rgb(139 92 246 / 0.2);
}

.border-b-violet-500\/25{
  border-bottom-color: rgb(139 92 246 / 0.25);
}

.border-b-violet-500\/30{
  border-bottom-color: rgb(139 92 246 / 0.3);
}

.border-b-violet-500\/40{
  border-bottom-color: rgb(139 92 246 / 0.4);
}

.border-b-violet-500\/5{
  border-bottom-color: rgb(139 92 246 / 0.05);
}

.border-b-violet-500\/50{
  border-bottom-color: rgb(139 92 246 / 0.5);
}

.border-b-violet-500\/60{
  border-bottom-color: rgb(139 92 246 / 0.6);
}

.border-b-violet-500\/70{
  border-bottom-color: rgb(139 92 246 / 0.7);
}

.border-b-violet-500\/75{
  border-bottom-color: rgb(139 92 246 / 0.75);
}

.border-b-violet-500\/80{
  border-bottom-color: rgb(139 92 246 / 0.8);
}

.border-b-violet-500\/90{
  border-bottom-color: rgb(139 92 246 / 0.9);
}

.border-b-violet-500\/95{
  border-bottom-color: rgb(139 92 246 / 0.95);
}

.border-b-violet-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-b-violet-600\/0{
  border-bottom-color: rgb(124 58 237 / 0);
}

.border-b-violet-600\/10{
  border-bottom-color: rgb(124 58 237 / 0.1);
}

.border-b-violet-600\/100{
  border-bottom-color: rgb(124 58 237 / 1);
}

.border-b-violet-600\/20{
  border-bottom-color: rgb(124 58 237 / 0.2);
}

.border-b-violet-600\/25{
  border-bottom-color: rgb(124 58 237 / 0.25);
}

.border-b-violet-600\/30{
  border-bottom-color: rgb(124 58 237 / 0.3);
}

.border-b-violet-600\/40{
  border-bottom-color: rgb(124 58 237 / 0.4);
}

.border-b-violet-600\/5{
  border-bottom-color: rgb(124 58 237 / 0.05);
}

.border-b-violet-600\/50{
  border-bottom-color: rgb(124 58 237 / 0.5);
}

.border-b-violet-600\/60{
  border-bottom-color: rgb(124 58 237 / 0.6);
}

.border-b-violet-600\/70{
  border-bottom-color: rgb(124 58 237 / 0.7);
}

.border-b-violet-600\/75{
  border-bottom-color: rgb(124 58 237 / 0.75);
}

.border-b-violet-600\/80{
  border-bottom-color: rgb(124 58 237 / 0.8);
}

.border-b-violet-600\/90{
  border-bottom-color: rgb(124 58 237 / 0.9);
}

.border-b-violet-600\/95{
  border-bottom-color: rgb(124 58 237 / 0.95);
}

.border-b-violet-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-b-violet-700\/0{
  border-bottom-color: rgb(109 40 217 / 0);
}

.border-b-violet-700\/10{
  border-bottom-color: rgb(109 40 217 / 0.1);
}

.border-b-violet-700\/100{
  border-bottom-color: rgb(109 40 217 / 1);
}

.border-b-violet-700\/20{
  border-bottom-color: rgb(109 40 217 / 0.2);
}

.border-b-violet-700\/25{
  border-bottom-color: rgb(109 40 217 / 0.25);
}

.border-b-violet-700\/30{
  border-bottom-color: rgb(109 40 217 / 0.3);
}

.border-b-violet-700\/40{
  border-bottom-color: rgb(109 40 217 / 0.4);
}

.border-b-violet-700\/5{
  border-bottom-color: rgb(109 40 217 / 0.05);
}

.border-b-violet-700\/50{
  border-bottom-color: rgb(109 40 217 / 0.5);
}

.border-b-violet-700\/60{
  border-bottom-color: rgb(109 40 217 / 0.6);
}

.border-b-violet-700\/70{
  border-bottom-color: rgb(109 40 217 / 0.7);
}

.border-b-violet-700\/75{
  border-bottom-color: rgb(109 40 217 / 0.75);
}

.border-b-violet-700\/80{
  border-bottom-color: rgb(109 40 217 / 0.8);
}

.border-b-violet-700\/90{
  border-bottom-color: rgb(109 40 217 / 0.9);
}

.border-b-violet-700\/95{
  border-bottom-color: rgb(109 40 217 / 0.95);
}

.border-b-violet-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-b-violet-800\/0{
  border-bottom-color: rgb(91 33 182 / 0);
}

.border-b-violet-800\/10{
  border-bottom-color: rgb(91 33 182 / 0.1);
}

.border-b-violet-800\/100{
  border-bottom-color: rgb(91 33 182 / 1);
}

.border-b-violet-800\/20{
  border-bottom-color: rgb(91 33 182 / 0.2);
}

.border-b-violet-800\/25{
  border-bottom-color: rgb(91 33 182 / 0.25);
}

.border-b-violet-800\/30{
  border-bottom-color: rgb(91 33 182 / 0.3);
}

.border-b-violet-800\/40{
  border-bottom-color: rgb(91 33 182 / 0.4);
}

.border-b-violet-800\/5{
  border-bottom-color: rgb(91 33 182 / 0.05);
}

.border-b-violet-800\/50{
  border-bottom-color: rgb(91 33 182 / 0.5);
}

.border-b-violet-800\/60{
  border-bottom-color: rgb(91 33 182 / 0.6);
}

.border-b-violet-800\/70{
  border-bottom-color: rgb(91 33 182 / 0.7);
}

.border-b-violet-800\/75{
  border-bottom-color: rgb(91 33 182 / 0.75);
}

.border-b-violet-800\/80{
  border-bottom-color: rgb(91 33 182 / 0.8);
}

.border-b-violet-800\/90{
  border-bottom-color: rgb(91 33 182 / 0.9);
}

.border-b-violet-800\/95{
  border-bottom-color: rgb(91 33 182 / 0.95);
}

.border-b-violet-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-b-violet-900\/0{
  border-bottom-color: rgb(76 29 149 / 0);
}

.border-b-violet-900\/10{
  border-bottom-color: rgb(76 29 149 / 0.1);
}

.border-b-violet-900\/100{
  border-bottom-color: rgb(76 29 149 / 1);
}

.border-b-violet-900\/20{
  border-bottom-color: rgb(76 29 149 / 0.2);
}

.border-b-violet-900\/25{
  border-bottom-color: rgb(76 29 149 / 0.25);
}

.border-b-violet-900\/30{
  border-bottom-color: rgb(76 29 149 / 0.3);
}

.border-b-violet-900\/40{
  border-bottom-color: rgb(76 29 149 / 0.4);
}

.border-b-violet-900\/5{
  border-bottom-color: rgb(76 29 149 / 0.05);
}

.border-b-violet-900\/50{
  border-bottom-color: rgb(76 29 149 / 0.5);
}

.border-b-violet-900\/60{
  border-bottom-color: rgb(76 29 149 / 0.6);
}

.border-b-violet-900\/70{
  border-bottom-color: rgb(76 29 149 / 0.7);
}

.border-b-violet-900\/75{
  border-bottom-color: rgb(76 29 149 / 0.75);
}

.border-b-violet-900\/80{
  border-bottom-color: rgb(76 29 149 / 0.8);
}

.border-b-violet-900\/90{
  border-bottom-color: rgb(76 29 149 / 0.9);
}

.border-b-violet-900\/95{
  border-bottom-color: rgb(76 29 149 / 0.95);
}

.border-b-violet-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-b-violet-950\/0{
  border-bottom-color: rgb(46 16 101 / 0);
}

.border-b-violet-950\/10{
  border-bottom-color: rgb(46 16 101 / 0.1);
}

.border-b-violet-950\/100{
  border-bottom-color: rgb(46 16 101 / 1);
}

.border-b-violet-950\/20{
  border-bottom-color: rgb(46 16 101 / 0.2);
}

.border-b-violet-950\/25{
  border-bottom-color: rgb(46 16 101 / 0.25);
}

.border-b-violet-950\/30{
  border-bottom-color: rgb(46 16 101 / 0.3);
}

.border-b-violet-950\/40{
  border-bottom-color: rgb(46 16 101 / 0.4);
}

.border-b-violet-950\/5{
  border-bottom-color: rgb(46 16 101 / 0.05);
}

.border-b-violet-950\/50{
  border-bottom-color: rgb(46 16 101 / 0.5);
}

.border-b-violet-950\/60{
  border-bottom-color: rgb(46 16 101 / 0.6);
}

.border-b-violet-950\/70{
  border-bottom-color: rgb(46 16 101 / 0.7);
}

.border-b-violet-950\/75{
  border-bottom-color: rgb(46 16 101 / 0.75);
}

.border-b-violet-950\/80{
  border-bottom-color: rgb(46 16 101 / 0.8);
}

.border-b-violet-950\/90{
  border-bottom-color: rgb(46 16 101 / 0.9);
}

.border-b-violet-950\/95{
  border-bottom-color: rgb(46 16 101 / 0.95);
}

.border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-b-white\/0{
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-b-white\/10{
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-b-white\/100{
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-b-white\/20{
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-b-white\/25{
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-b-white\/30{
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-b-white\/40{
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-b-white\/5{
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-b-white\/50{
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-b-white\/60{
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-b-white\/70{
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-b-white\/75{
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-b-white\/80{
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-b-white\/90{
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-b-white\/95{
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.border-b-yellow-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-b-yellow-100\/0{
  border-bottom-color: rgb(254 249 195 / 0);
}

.border-b-yellow-100\/10{
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.border-b-yellow-100\/100{
  border-bottom-color: rgb(254 249 195 / 1);
}

.border-b-yellow-100\/20{
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-b-yellow-100\/25{
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-b-yellow-100\/30{
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-b-yellow-100\/40{
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-b-yellow-100\/5{
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.border-b-yellow-100\/50{
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-b-yellow-100\/60{
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-b-yellow-100\/70{
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-b-yellow-100\/75{
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-b-yellow-100\/80{
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-b-yellow-100\/90{
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-b-yellow-100\/95{
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.border-b-yellow-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-b-yellow-200\/0{
  border-bottom-color: rgb(254 240 138 / 0);
}

.border-b-yellow-200\/10{
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.border-b-yellow-200\/100{
  border-bottom-color: rgb(254 240 138 / 1);
}

.border-b-yellow-200\/20{
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-b-yellow-200\/25{
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-b-yellow-200\/30{
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-b-yellow-200\/40{
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-b-yellow-200\/5{
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.border-b-yellow-200\/50{
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-b-yellow-200\/60{
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-b-yellow-200\/70{
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-b-yellow-200\/75{
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-b-yellow-200\/80{
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-b-yellow-200\/90{
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-b-yellow-200\/95{
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.border-b-yellow-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-b-yellow-300\/0{
  border-bottom-color: rgb(253 224 71 / 0);
}

.border-b-yellow-300\/10{
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.border-b-yellow-300\/100{
  border-bottom-color: rgb(253 224 71 / 1);
}

.border-b-yellow-300\/20{
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.border-b-yellow-300\/25{
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.border-b-yellow-300\/30{
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.border-b-yellow-300\/40{
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.border-b-yellow-300\/5{
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.border-b-yellow-300\/50{
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.border-b-yellow-300\/60{
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.border-b-yellow-300\/70{
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.border-b-yellow-300\/75{
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.border-b-yellow-300\/80{
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.border-b-yellow-300\/90{
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.border-b-yellow-300\/95{
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.border-b-yellow-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-b-yellow-400\/0{
  border-bottom-color: rgb(250 204 21 / 0);
}

.border-b-yellow-400\/10{
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.border-b-yellow-400\/100{
  border-bottom-color: rgb(250 204 21 / 1);
}

.border-b-yellow-400\/20{
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-b-yellow-400\/25{
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-b-yellow-400\/30{
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-b-yellow-400\/40{
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-b-yellow-400\/5{
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.border-b-yellow-400\/50{
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-b-yellow-400\/60{
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-b-yellow-400\/70{
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-b-yellow-400\/75{
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-b-yellow-400\/80{
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-b-yellow-400\/90{
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-b-yellow-400\/95{
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-b-yellow-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-b-yellow-50\/0{
  border-bottom-color: rgb(254 252 232 / 0);
}

.border-b-yellow-50\/10{
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.border-b-yellow-50\/100{
  border-bottom-color: rgb(254 252 232 / 1);
}

.border-b-yellow-50\/20{
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-b-yellow-50\/25{
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-b-yellow-50\/30{
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-b-yellow-50\/40{
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-b-yellow-50\/5{
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.border-b-yellow-50\/50{
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-b-yellow-50\/60{
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-b-yellow-50\/70{
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-b-yellow-50\/75{
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-b-yellow-50\/80{
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-b-yellow-50\/90{
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-b-yellow-50\/95{
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.border-b-yellow-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-b-yellow-500\/0{
  border-bottom-color: rgb(234 179 8 / 0);
}

.border-b-yellow-500\/10{
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.border-b-yellow-500\/100{
  border-bottom-color: rgb(234 179 8 / 1);
}

.border-b-yellow-500\/20{
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-b-yellow-500\/25{
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-b-yellow-500\/30{
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-b-yellow-500\/40{
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-b-yellow-500\/5{
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.border-b-yellow-500\/50{
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-b-yellow-500\/60{
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-b-yellow-500\/70{
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-b-yellow-500\/75{
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-b-yellow-500\/80{
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-b-yellow-500\/90{
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-b-yellow-500\/95{
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.border-b-yellow-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-b-yellow-600\/0{
  border-bottom-color: rgb(202 138 4 / 0);
}

.border-b-yellow-600\/10{
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.border-b-yellow-600\/100{
  border-bottom-color: rgb(202 138 4 / 1);
}

.border-b-yellow-600\/20{
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-b-yellow-600\/25{
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-b-yellow-600\/30{
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-b-yellow-600\/40{
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-b-yellow-600\/5{
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.border-b-yellow-600\/50{
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.border-b-yellow-600\/60{
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-b-yellow-600\/70{
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-b-yellow-600\/75{
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-b-yellow-600\/80{
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-b-yellow-600\/90{
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-b-yellow-600\/95{
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.border-b-yellow-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-b-yellow-700\/0{
  border-bottom-color: rgb(161 98 7 / 0);
}

.border-b-yellow-700\/10{
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.border-b-yellow-700\/100{
  border-bottom-color: rgb(161 98 7 / 1);
}

.border-b-yellow-700\/20{
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.border-b-yellow-700\/25{
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.border-b-yellow-700\/30{
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.border-b-yellow-700\/40{
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.border-b-yellow-700\/5{
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.border-b-yellow-700\/50{
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.border-b-yellow-700\/60{
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.border-b-yellow-700\/70{
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.border-b-yellow-700\/75{
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.border-b-yellow-700\/80{
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.border-b-yellow-700\/90{
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.border-b-yellow-700\/95{
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.border-b-yellow-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-b-yellow-800\/0{
  border-bottom-color: rgb(133 77 14 / 0);
}

.border-b-yellow-800\/10{
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.border-b-yellow-800\/100{
  border-bottom-color: rgb(133 77 14 / 1);
}

.border-b-yellow-800\/20{
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-b-yellow-800\/25{
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-b-yellow-800\/30{
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-b-yellow-800\/40{
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-b-yellow-800\/5{
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.border-b-yellow-800\/50{
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-b-yellow-800\/60{
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-b-yellow-800\/70{
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-b-yellow-800\/75{
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-b-yellow-800\/80{
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-b-yellow-800\/90{
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-b-yellow-800\/95{
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.border-b-yellow-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-b-yellow-900\/0{
  border-bottom-color: rgb(113 63 18 / 0);
}

.border-b-yellow-900\/10{
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.border-b-yellow-900\/100{
  border-bottom-color: rgb(113 63 18 / 1);
}

.border-b-yellow-900\/20{
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.border-b-yellow-900\/25{
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.border-b-yellow-900\/30{
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.border-b-yellow-900\/40{
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.border-b-yellow-900\/5{
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.border-b-yellow-900\/50{
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.border-b-yellow-900\/60{
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.border-b-yellow-900\/70{
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.border-b-yellow-900\/75{
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.border-b-yellow-900\/80{
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.border-b-yellow-900\/90{
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.border-b-yellow-900\/95{
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.border-b-yellow-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-b-yellow-950\/0{
  border-bottom-color: rgb(66 32 6 / 0);
}

.border-b-yellow-950\/10{
  border-bottom-color: rgb(66 32 6 / 0.1);
}

.border-b-yellow-950\/100{
  border-bottom-color: rgb(66 32 6 / 1);
}

.border-b-yellow-950\/20{
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.border-b-yellow-950\/25{
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.border-b-yellow-950\/30{
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.border-b-yellow-950\/40{
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.border-b-yellow-950\/5{
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.border-b-yellow-950\/50{
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.border-b-yellow-950\/60{
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.border-b-yellow-950\/70{
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.border-b-yellow-950\/75{
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.border-b-yellow-950\/80{
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.border-b-yellow-950\/90{
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.border-b-yellow-950\/95{
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.border-b-zinc-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-b-zinc-100\/0{
  border-bottom-color: rgb(244 244 245 / 0);
}

.border-b-zinc-100\/10{
  border-bottom-color: rgb(244 244 245 / 0.1);
}

.border-b-zinc-100\/100{
  border-bottom-color: rgb(244 244 245 / 1);
}

.border-b-zinc-100\/20{
  border-bottom-color: rgb(244 244 245 / 0.2);
}

.border-b-zinc-100\/25{
  border-bottom-color: rgb(244 244 245 / 0.25);
}

.border-b-zinc-100\/30{
  border-bottom-color: rgb(244 244 245 / 0.3);
}

.border-b-zinc-100\/40{
  border-bottom-color: rgb(244 244 245 / 0.4);
}

.border-b-zinc-100\/5{
  border-bottom-color: rgb(244 244 245 / 0.05);
}

.border-b-zinc-100\/50{
  border-bottom-color: rgb(244 244 245 / 0.5);
}

.border-b-zinc-100\/60{
  border-bottom-color: rgb(244 244 245 / 0.6);
}

.border-b-zinc-100\/70{
  border-bottom-color: rgb(244 244 245 / 0.7);
}

.border-b-zinc-100\/75{
  border-bottom-color: rgb(244 244 245 / 0.75);
}

.border-b-zinc-100\/80{
  border-bottom-color: rgb(244 244 245 / 0.8);
}

.border-b-zinc-100\/90{
  border-bottom-color: rgb(244 244 245 / 0.9);
}

.border-b-zinc-100\/95{
  border-bottom-color: rgb(244 244 245 / 0.95);
}

.border-b-zinc-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-b-zinc-200\/0{
  border-bottom-color: rgb(228 228 231 / 0);
}

.border-b-zinc-200\/10{
  border-bottom-color: rgb(228 228 231 / 0.1);
}

.border-b-zinc-200\/100{
  border-bottom-color: rgb(228 228 231 / 1);
}

.border-b-zinc-200\/20{
  border-bottom-color: rgb(228 228 231 / 0.2);
}

.border-b-zinc-200\/25{
  border-bottom-color: rgb(228 228 231 / 0.25);
}

.border-b-zinc-200\/30{
  border-bottom-color: rgb(228 228 231 / 0.3);
}

.border-b-zinc-200\/40{
  border-bottom-color: rgb(228 228 231 / 0.4);
}

.border-b-zinc-200\/5{
  border-bottom-color: rgb(228 228 231 / 0.05);
}

.border-b-zinc-200\/50{
  border-bottom-color: rgb(228 228 231 / 0.5);
}

.border-b-zinc-200\/60{
  border-bottom-color: rgb(228 228 231 / 0.6);
}

.border-b-zinc-200\/70{
  border-bottom-color: rgb(228 228 231 / 0.7);
}

.border-b-zinc-200\/75{
  border-bottom-color: rgb(228 228 231 / 0.75);
}

.border-b-zinc-200\/80{
  border-bottom-color: rgb(228 228 231 / 0.8);
}

.border-b-zinc-200\/90{
  border-bottom-color: rgb(228 228 231 / 0.9);
}

.border-b-zinc-200\/95{
  border-bottom-color: rgb(228 228 231 / 0.95);
}

.border-b-zinc-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-b-zinc-300\/0{
  border-bottom-color: rgb(212 212 216 / 0);
}

.border-b-zinc-300\/10{
  border-bottom-color: rgb(212 212 216 / 0.1);
}

.border-b-zinc-300\/100{
  border-bottom-color: rgb(212 212 216 / 1);
}

.border-b-zinc-300\/20{
  border-bottom-color: rgb(212 212 216 / 0.2);
}

.border-b-zinc-300\/25{
  border-bottom-color: rgb(212 212 216 / 0.25);
}

.border-b-zinc-300\/30{
  border-bottom-color: rgb(212 212 216 / 0.3);
}

.border-b-zinc-300\/40{
  border-bottom-color: rgb(212 212 216 / 0.4);
}

.border-b-zinc-300\/5{
  border-bottom-color: rgb(212 212 216 / 0.05);
}

.border-b-zinc-300\/50{
  border-bottom-color: rgb(212 212 216 / 0.5);
}

.border-b-zinc-300\/60{
  border-bottom-color: rgb(212 212 216 / 0.6);
}

.border-b-zinc-300\/70{
  border-bottom-color: rgb(212 212 216 / 0.7);
}

.border-b-zinc-300\/75{
  border-bottom-color: rgb(212 212 216 / 0.75);
}

.border-b-zinc-300\/80{
  border-bottom-color: rgb(212 212 216 / 0.8);
}

.border-b-zinc-300\/90{
  border-bottom-color: rgb(212 212 216 / 0.9);
}

.border-b-zinc-300\/95{
  border-bottom-color: rgb(212 212 216 / 0.95);
}

.border-b-zinc-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-b-zinc-400\/0{
  border-bottom-color: rgb(161 161 170 / 0);
}

.border-b-zinc-400\/10{
  border-bottom-color: rgb(161 161 170 / 0.1);
}

.border-b-zinc-400\/100{
  border-bottom-color: rgb(161 161 170 / 1);
}

.border-b-zinc-400\/20{
  border-bottom-color: rgb(161 161 170 / 0.2);
}

.border-b-zinc-400\/25{
  border-bottom-color: rgb(161 161 170 / 0.25);
}

.border-b-zinc-400\/30{
  border-bottom-color: rgb(161 161 170 / 0.3);
}

.border-b-zinc-400\/40{
  border-bottom-color: rgb(161 161 170 / 0.4);
}

.border-b-zinc-400\/5{
  border-bottom-color: rgb(161 161 170 / 0.05);
}

.border-b-zinc-400\/50{
  border-bottom-color: rgb(161 161 170 / 0.5);
}

.border-b-zinc-400\/60{
  border-bottom-color: rgb(161 161 170 / 0.6);
}

.border-b-zinc-400\/70{
  border-bottom-color: rgb(161 161 170 / 0.7);
}

.border-b-zinc-400\/75{
  border-bottom-color: rgb(161 161 170 / 0.75);
}

.border-b-zinc-400\/80{
  border-bottom-color: rgb(161 161 170 / 0.8);
}

.border-b-zinc-400\/90{
  border-bottom-color: rgb(161 161 170 / 0.9);
}

.border-b-zinc-400\/95{
  border-bottom-color: rgb(161 161 170 / 0.95);
}

.border-b-zinc-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-b-zinc-50\/0{
  border-bottom-color: rgb(250 250 250 / 0);
}

.border-b-zinc-50\/10{
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.border-b-zinc-50\/100{
  border-bottom-color: rgb(250 250 250 / 1);
}

.border-b-zinc-50\/20{
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.border-b-zinc-50\/25{
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.border-b-zinc-50\/30{
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.border-b-zinc-50\/40{
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.border-b-zinc-50\/5{
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.border-b-zinc-50\/50{
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.border-b-zinc-50\/60{
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.border-b-zinc-50\/70{
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.border-b-zinc-50\/75{
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.border-b-zinc-50\/80{
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.border-b-zinc-50\/90{
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.border-b-zinc-50\/95{
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.border-b-zinc-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-b-zinc-500\/0{
  border-bottom-color: rgb(113 113 122 / 0);
}

.border-b-zinc-500\/10{
  border-bottom-color: rgb(113 113 122 / 0.1);
}

.border-b-zinc-500\/100{
  border-bottom-color: rgb(113 113 122 / 1);
}

.border-b-zinc-500\/20{
  border-bottom-color: rgb(113 113 122 / 0.2);
}

.border-b-zinc-500\/25{
  border-bottom-color: rgb(113 113 122 / 0.25);
}

.border-b-zinc-500\/30{
  border-bottom-color: rgb(113 113 122 / 0.3);
}

.border-b-zinc-500\/40{
  border-bottom-color: rgb(113 113 122 / 0.4);
}

.border-b-zinc-500\/5{
  border-bottom-color: rgb(113 113 122 / 0.05);
}

.border-b-zinc-500\/50{
  border-bottom-color: rgb(113 113 122 / 0.5);
}

.border-b-zinc-500\/60{
  border-bottom-color: rgb(113 113 122 / 0.6);
}

.border-b-zinc-500\/70{
  border-bottom-color: rgb(113 113 122 / 0.7);
}

.border-b-zinc-500\/75{
  border-bottom-color: rgb(113 113 122 / 0.75);
}

.border-b-zinc-500\/80{
  border-bottom-color: rgb(113 113 122 / 0.8);
}

.border-b-zinc-500\/90{
  border-bottom-color: rgb(113 113 122 / 0.9);
}

.border-b-zinc-500\/95{
  border-bottom-color: rgb(113 113 122 / 0.95);
}

.border-b-zinc-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-b-zinc-600\/0{
  border-bottom-color: rgb(82 82 91 / 0);
}

.border-b-zinc-600\/10{
  border-bottom-color: rgb(82 82 91 / 0.1);
}

.border-b-zinc-600\/100{
  border-bottom-color: rgb(82 82 91 / 1);
}

.border-b-zinc-600\/20{
  border-bottom-color: rgb(82 82 91 / 0.2);
}

.border-b-zinc-600\/25{
  border-bottom-color: rgb(82 82 91 / 0.25);
}

.border-b-zinc-600\/30{
  border-bottom-color: rgb(82 82 91 / 0.3);
}

.border-b-zinc-600\/40{
  border-bottom-color: rgb(82 82 91 / 0.4);
}

.border-b-zinc-600\/5{
  border-bottom-color: rgb(82 82 91 / 0.05);
}

.border-b-zinc-600\/50{
  border-bottom-color: rgb(82 82 91 / 0.5);
}

.border-b-zinc-600\/60{
  border-bottom-color: rgb(82 82 91 / 0.6);
}

.border-b-zinc-600\/70{
  border-bottom-color: rgb(82 82 91 / 0.7);
}

.border-b-zinc-600\/75{
  border-bottom-color: rgb(82 82 91 / 0.75);
}

.border-b-zinc-600\/80{
  border-bottom-color: rgb(82 82 91 / 0.8);
}

.border-b-zinc-600\/90{
  border-bottom-color: rgb(82 82 91 / 0.9);
}

.border-b-zinc-600\/95{
  border-bottom-color: rgb(82 82 91 / 0.95);
}

.border-b-zinc-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-b-zinc-700\/0{
  border-bottom-color: rgb(63 63 70 / 0);
}

.border-b-zinc-700\/10{
  border-bottom-color: rgb(63 63 70 / 0.1);
}

.border-b-zinc-700\/100{
  border-bottom-color: rgb(63 63 70 / 1);
}

.border-b-zinc-700\/20{
  border-bottom-color: rgb(63 63 70 / 0.2);
}

.border-b-zinc-700\/25{
  border-bottom-color: rgb(63 63 70 / 0.25);
}

.border-b-zinc-700\/30{
  border-bottom-color: rgb(63 63 70 / 0.3);
}

.border-b-zinc-700\/40{
  border-bottom-color: rgb(63 63 70 / 0.4);
}

.border-b-zinc-700\/5{
  border-bottom-color: rgb(63 63 70 / 0.05);
}

.border-b-zinc-700\/50{
  border-bottom-color: rgb(63 63 70 / 0.5);
}

.border-b-zinc-700\/60{
  border-bottom-color: rgb(63 63 70 / 0.6);
}

.border-b-zinc-700\/70{
  border-bottom-color: rgb(63 63 70 / 0.7);
}

.border-b-zinc-700\/75{
  border-bottom-color: rgb(63 63 70 / 0.75);
}

.border-b-zinc-700\/80{
  border-bottom-color: rgb(63 63 70 / 0.8);
}

.border-b-zinc-700\/90{
  border-bottom-color: rgb(63 63 70 / 0.9);
}

.border-b-zinc-700\/95{
  border-bottom-color: rgb(63 63 70 / 0.95);
}

.border-b-zinc-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-b-zinc-800\/0{
  border-bottom-color: rgb(39 39 42 / 0);
}

.border-b-zinc-800\/10{
  border-bottom-color: rgb(39 39 42 / 0.1);
}

.border-b-zinc-800\/100{
  border-bottom-color: rgb(39 39 42 / 1);
}

.border-b-zinc-800\/20{
  border-bottom-color: rgb(39 39 42 / 0.2);
}

.border-b-zinc-800\/25{
  border-bottom-color: rgb(39 39 42 / 0.25);
}

.border-b-zinc-800\/30{
  border-bottom-color: rgb(39 39 42 / 0.3);
}

.border-b-zinc-800\/40{
  border-bottom-color: rgb(39 39 42 / 0.4);
}

.border-b-zinc-800\/5{
  border-bottom-color: rgb(39 39 42 / 0.05);
}

.border-b-zinc-800\/50{
  border-bottom-color: rgb(39 39 42 / 0.5);
}

.border-b-zinc-800\/60{
  border-bottom-color: rgb(39 39 42 / 0.6);
}

.border-b-zinc-800\/70{
  border-bottom-color: rgb(39 39 42 / 0.7);
}

.border-b-zinc-800\/75{
  border-bottom-color: rgb(39 39 42 / 0.75);
}

.border-b-zinc-800\/80{
  border-bottom-color: rgb(39 39 42 / 0.8);
}

.border-b-zinc-800\/90{
  border-bottom-color: rgb(39 39 42 / 0.9);
}

.border-b-zinc-800\/95{
  border-bottom-color: rgb(39 39 42 / 0.95);
}

.border-b-zinc-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-b-zinc-900\/0{
  border-bottom-color: rgb(24 24 27 / 0);
}

.border-b-zinc-900\/10{
  border-bottom-color: rgb(24 24 27 / 0.1);
}

.border-b-zinc-900\/100{
  border-bottom-color: rgb(24 24 27 / 1);
}

.border-b-zinc-900\/20{
  border-bottom-color: rgb(24 24 27 / 0.2);
}

.border-b-zinc-900\/25{
  border-bottom-color: rgb(24 24 27 / 0.25);
}

.border-b-zinc-900\/30{
  border-bottom-color: rgb(24 24 27 / 0.3);
}

.border-b-zinc-900\/40{
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.border-b-zinc-900\/5{
  border-bottom-color: rgb(24 24 27 / 0.05);
}

.border-b-zinc-900\/50{
  border-bottom-color: rgb(24 24 27 / 0.5);
}

.border-b-zinc-900\/60{
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.border-b-zinc-900\/70{
  border-bottom-color: rgb(24 24 27 / 0.7);
}

.border-b-zinc-900\/75{
  border-bottom-color: rgb(24 24 27 / 0.75);
}

.border-b-zinc-900\/80{
  border-bottom-color: rgb(24 24 27 / 0.8);
}

.border-b-zinc-900\/90{
  border-bottom-color: rgb(24 24 27 / 0.9);
}

.border-b-zinc-900\/95{
  border-bottom-color: rgb(24 24 27 / 0.95);
}

.border-b-zinc-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-b-zinc-950\/0{
  border-bottom-color: rgb(9 9 11 / 0);
}

.border-b-zinc-950\/10{
  border-bottom-color: rgb(9 9 11 / 0.1);
}

.border-b-zinc-950\/100{
  border-bottom-color: rgb(9 9 11 / 1);
}

.border-b-zinc-950\/20{
  border-bottom-color: rgb(9 9 11 / 0.2);
}

.border-b-zinc-950\/25{
  border-bottom-color: rgb(9 9 11 / 0.25);
}

.border-b-zinc-950\/30{
  border-bottom-color: rgb(9 9 11 / 0.3);
}

.border-b-zinc-950\/40{
  border-bottom-color: rgb(9 9 11 / 0.4);
}

.border-b-zinc-950\/5{
  border-bottom-color: rgb(9 9 11 / 0.05);
}

.border-b-zinc-950\/50{
  border-bottom-color: rgb(9 9 11 / 0.5);
}

.border-b-zinc-950\/60{
  border-bottom-color: rgb(9 9 11 / 0.6);
}

.border-b-zinc-950\/70{
  border-bottom-color: rgb(9 9 11 / 0.7);
}

.border-b-zinc-950\/75{
  border-bottom-color: rgb(9 9 11 / 0.75);
}

.border-b-zinc-950\/80{
  border-bottom-color: rgb(9 9 11 / 0.8);
}

.border-b-zinc-950\/90{
  border-bottom-color: rgb(9 9 11 / 0.9);
}

.border-b-zinc-950\/95{
  border-bottom-color: rgb(9 9 11 / 0.95);
}

.border-e-amber-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.border-e-amber-100\/0{
  border-inline-end-color: rgb(254 243 199 / 0);
}

.border-e-amber-100\/10{
  border-inline-end-color: rgb(254 243 199 / 0.1);
}

.border-e-amber-100\/100{
  border-inline-end-color: rgb(254 243 199 / 1);
}

.border-e-amber-100\/20{
  border-inline-end-color: rgb(254 243 199 / 0.2);
}

.border-e-amber-100\/25{
  border-inline-end-color: rgb(254 243 199 / 0.25);
}

.border-e-amber-100\/30{
  border-inline-end-color: rgb(254 243 199 / 0.3);
}

.border-e-amber-100\/40{
  border-inline-end-color: rgb(254 243 199 / 0.4);
}

.border-e-amber-100\/5{
  border-inline-end-color: rgb(254 243 199 / 0.05);
}

.border-e-amber-100\/50{
  border-inline-end-color: rgb(254 243 199 / 0.5);
}

.border-e-amber-100\/60{
  border-inline-end-color: rgb(254 243 199 / 0.6);
}

.border-e-amber-100\/70{
  border-inline-end-color: rgb(254 243 199 / 0.7);
}

.border-e-amber-100\/75{
  border-inline-end-color: rgb(254 243 199 / 0.75);
}

.border-e-amber-100\/80{
  border-inline-end-color: rgb(254 243 199 / 0.8);
}

.border-e-amber-100\/90{
  border-inline-end-color: rgb(254 243 199 / 0.9);
}

.border-e-amber-100\/95{
  border-inline-end-color: rgb(254 243 199 / 0.95);
}

.border-e-amber-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.border-e-amber-200\/0{
  border-inline-end-color: rgb(253 230 138 / 0);
}

.border-e-amber-200\/10{
  border-inline-end-color: rgb(253 230 138 / 0.1);
}

.border-e-amber-200\/100{
  border-inline-end-color: rgb(253 230 138 / 1);
}

.border-e-amber-200\/20{
  border-inline-end-color: rgb(253 230 138 / 0.2);
}

.border-e-amber-200\/25{
  border-inline-end-color: rgb(253 230 138 / 0.25);
}

.border-e-amber-200\/30{
  border-inline-end-color: rgb(253 230 138 / 0.3);
}

.border-e-amber-200\/40{
  border-inline-end-color: rgb(253 230 138 / 0.4);
}

.border-e-amber-200\/5{
  border-inline-end-color: rgb(253 230 138 / 0.05);
}

.border-e-amber-200\/50{
  border-inline-end-color: rgb(253 230 138 / 0.5);
}

.border-e-amber-200\/60{
  border-inline-end-color: rgb(253 230 138 / 0.6);
}

.border-e-amber-200\/70{
  border-inline-end-color: rgb(253 230 138 / 0.7);
}

.border-e-amber-200\/75{
  border-inline-end-color: rgb(253 230 138 / 0.75);
}

.border-e-amber-200\/80{
  border-inline-end-color: rgb(253 230 138 / 0.8);
}

.border-e-amber-200\/90{
  border-inline-end-color: rgb(253 230 138 / 0.9);
}

.border-e-amber-200\/95{
  border-inline-end-color: rgb(253 230 138 / 0.95);
}

.border-e-amber-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.border-e-amber-300\/0{
  border-inline-end-color: rgb(252 211 77 / 0);
}

.border-e-amber-300\/10{
  border-inline-end-color: rgb(252 211 77 / 0.1);
}

.border-e-amber-300\/100{
  border-inline-end-color: rgb(252 211 77 / 1);
}

.border-e-amber-300\/20{
  border-inline-end-color: rgb(252 211 77 / 0.2);
}

.border-e-amber-300\/25{
  border-inline-end-color: rgb(252 211 77 / 0.25);
}

.border-e-amber-300\/30{
  border-inline-end-color: rgb(252 211 77 / 0.3);
}

.border-e-amber-300\/40{
  border-inline-end-color: rgb(252 211 77 / 0.4);
}

.border-e-amber-300\/5{
  border-inline-end-color: rgb(252 211 77 / 0.05);
}

.border-e-amber-300\/50{
  border-inline-end-color: rgb(252 211 77 / 0.5);
}

.border-e-amber-300\/60{
  border-inline-end-color: rgb(252 211 77 / 0.6);
}

.border-e-amber-300\/70{
  border-inline-end-color: rgb(252 211 77 / 0.7);
}

.border-e-amber-300\/75{
  border-inline-end-color: rgb(252 211 77 / 0.75);
}

.border-e-amber-300\/80{
  border-inline-end-color: rgb(252 211 77 / 0.8);
}

.border-e-amber-300\/90{
  border-inline-end-color: rgb(252 211 77 / 0.9);
}

.border-e-amber-300\/95{
  border-inline-end-color: rgb(252 211 77 / 0.95);
}

.border-e-amber-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.border-e-amber-400\/0{
  border-inline-end-color: rgb(251 191 36 / 0);
}

.border-e-amber-400\/10{
  border-inline-end-color: rgb(251 191 36 / 0.1);
}

.border-e-amber-400\/100{
  border-inline-end-color: rgb(251 191 36 / 1);
}

.border-e-amber-400\/20{
  border-inline-end-color: rgb(251 191 36 / 0.2);
}

.border-e-amber-400\/25{
  border-inline-end-color: rgb(251 191 36 / 0.25);
}

.border-e-amber-400\/30{
  border-inline-end-color: rgb(251 191 36 / 0.3);
}

.border-e-amber-400\/40{
  border-inline-end-color: rgb(251 191 36 / 0.4);
}

.border-e-amber-400\/5{
  border-inline-end-color: rgb(251 191 36 / 0.05);
}

.border-e-amber-400\/50{
  border-inline-end-color: rgb(251 191 36 / 0.5);
}

.border-e-amber-400\/60{
  border-inline-end-color: rgb(251 191 36 / 0.6);
}

.border-e-amber-400\/70{
  border-inline-end-color: rgb(251 191 36 / 0.7);
}

.border-e-amber-400\/75{
  border-inline-end-color: rgb(251 191 36 / 0.75);
}

.border-e-amber-400\/80{
  border-inline-end-color: rgb(251 191 36 / 0.8);
}

.border-e-amber-400\/90{
  border-inline-end-color: rgb(251 191 36 / 0.9);
}

.border-e-amber-400\/95{
  border-inline-end-color: rgb(251 191 36 / 0.95);
}

.border-e-amber-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-e-amber-50\/0{
  border-inline-end-color: rgb(255 251 235 / 0);
}

.border-e-amber-50\/10{
  border-inline-end-color: rgb(255 251 235 / 0.1);
}

.border-e-amber-50\/100{
  border-inline-end-color: rgb(255 251 235 / 1);
}

.border-e-amber-50\/20{
  border-inline-end-color: rgb(255 251 235 / 0.2);
}

.border-e-amber-50\/25{
  border-inline-end-color: rgb(255 251 235 / 0.25);
}

.border-e-amber-50\/30{
  border-inline-end-color: rgb(255 251 235 / 0.3);
}

.border-e-amber-50\/40{
  border-inline-end-color: rgb(255 251 235 / 0.4);
}

.border-e-amber-50\/5{
  border-inline-end-color: rgb(255 251 235 / 0.05);
}

.border-e-amber-50\/50{
  border-inline-end-color: rgb(255 251 235 / 0.5);
}

.border-e-amber-50\/60{
  border-inline-end-color: rgb(255 251 235 / 0.6);
}

.border-e-amber-50\/70{
  border-inline-end-color: rgb(255 251 235 / 0.7);
}

.border-e-amber-50\/75{
  border-inline-end-color: rgb(255 251 235 / 0.75);
}

.border-e-amber-50\/80{
  border-inline-end-color: rgb(255 251 235 / 0.8);
}

.border-e-amber-50\/90{
  border-inline-end-color: rgb(255 251 235 / 0.9);
}

.border-e-amber-50\/95{
  border-inline-end-color: rgb(255 251 235 / 0.95);
}

.border-e-amber-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.border-e-amber-500\/0{
  border-inline-end-color: rgb(245 158 11 / 0);
}

.border-e-amber-500\/10{
  border-inline-end-color: rgb(245 158 11 / 0.1);
}

.border-e-amber-500\/100{
  border-inline-end-color: rgb(245 158 11 / 1);
}

.border-e-amber-500\/20{
  border-inline-end-color: rgb(245 158 11 / 0.2);
}

.border-e-amber-500\/25{
  border-inline-end-color: rgb(245 158 11 / 0.25);
}

.border-e-amber-500\/30{
  border-inline-end-color: rgb(245 158 11 / 0.3);
}

.border-e-amber-500\/40{
  border-inline-end-color: rgb(245 158 11 / 0.4);
}

.border-e-amber-500\/5{
  border-inline-end-color: rgb(245 158 11 / 0.05);
}

.border-e-amber-500\/50{
  border-inline-end-color: rgb(245 158 11 / 0.5);
}

.border-e-amber-500\/60{
  border-inline-end-color: rgb(245 158 11 / 0.6);
}

.border-e-amber-500\/70{
  border-inline-end-color: rgb(245 158 11 / 0.7);
}

.border-e-amber-500\/75{
  border-inline-end-color: rgb(245 158 11 / 0.75);
}

.border-e-amber-500\/80{
  border-inline-end-color: rgb(245 158 11 / 0.8);
}

.border-e-amber-500\/90{
  border-inline-end-color: rgb(245 158 11 / 0.9);
}

.border-e-amber-500\/95{
  border-inline-end-color: rgb(245 158 11 / 0.95);
}

.border-e-amber-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.border-e-amber-600\/0{
  border-inline-end-color: rgb(217 119 6 / 0);
}

.border-e-amber-600\/10{
  border-inline-end-color: rgb(217 119 6 / 0.1);
}

.border-e-amber-600\/100{
  border-inline-end-color: rgb(217 119 6 / 1);
}

.border-e-amber-600\/20{
  border-inline-end-color: rgb(217 119 6 / 0.2);
}

.border-e-amber-600\/25{
  border-inline-end-color: rgb(217 119 6 / 0.25);
}

.border-e-amber-600\/30{
  border-inline-end-color: rgb(217 119 6 / 0.3);
}

.border-e-amber-600\/40{
  border-inline-end-color: rgb(217 119 6 / 0.4);
}

.border-e-amber-600\/5{
  border-inline-end-color: rgb(217 119 6 / 0.05);
}

.border-e-amber-600\/50{
  border-inline-end-color: rgb(217 119 6 / 0.5);
}

.border-e-amber-600\/60{
  border-inline-end-color: rgb(217 119 6 / 0.6);
}

.border-e-amber-600\/70{
  border-inline-end-color: rgb(217 119 6 / 0.7);
}

.border-e-amber-600\/75{
  border-inline-end-color: rgb(217 119 6 / 0.75);
}

.border-e-amber-600\/80{
  border-inline-end-color: rgb(217 119 6 / 0.8);
}

.border-e-amber-600\/90{
  border-inline-end-color: rgb(217 119 6 / 0.9);
}

.border-e-amber-600\/95{
  border-inline-end-color: rgb(217 119 6 / 0.95);
}

.border-e-amber-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.border-e-amber-700\/0{
  border-inline-end-color: rgb(180 83 9 / 0);
}

.border-e-amber-700\/10{
  border-inline-end-color: rgb(180 83 9 / 0.1);
}

.border-e-amber-700\/100{
  border-inline-end-color: rgb(180 83 9 / 1);
}

.border-e-amber-700\/20{
  border-inline-end-color: rgb(180 83 9 / 0.2);
}

.border-e-amber-700\/25{
  border-inline-end-color: rgb(180 83 9 / 0.25);
}

.border-e-amber-700\/30{
  border-inline-end-color: rgb(180 83 9 / 0.3);
}

.border-e-amber-700\/40{
  border-inline-end-color: rgb(180 83 9 / 0.4);
}

.border-e-amber-700\/5{
  border-inline-end-color: rgb(180 83 9 / 0.05);
}

.border-e-amber-700\/50{
  border-inline-end-color: rgb(180 83 9 / 0.5);
}

.border-e-amber-700\/60{
  border-inline-end-color: rgb(180 83 9 / 0.6);
}

.border-e-amber-700\/70{
  border-inline-end-color: rgb(180 83 9 / 0.7);
}

.border-e-amber-700\/75{
  border-inline-end-color: rgb(180 83 9 / 0.75);
}

.border-e-amber-700\/80{
  border-inline-end-color: rgb(180 83 9 / 0.8);
}

.border-e-amber-700\/90{
  border-inline-end-color: rgb(180 83 9 / 0.9);
}

.border-e-amber-700\/95{
  border-inline-end-color: rgb(180 83 9 / 0.95);
}

.border-e-amber-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.border-e-amber-800\/0{
  border-inline-end-color: rgb(146 64 14 / 0);
}

.border-e-amber-800\/10{
  border-inline-end-color: rgb(146 64 14 / 0.1);
}

.border-e-amber-800\/100{
  border-inline-end-color: rgb(146 64 14 / 1);
}

.border-e-amber-800\/20{
  border-inline-end-color: rgb(146 64 14 / 0.2);
}

.border-e-amber-800\/25{
  border-inline-end-color: rgb(146 64 14 / 0.25);
}

.border-e-amber-800\/30{
  border-inline-end-color: rgb(146 64 14 / 0.3);
}

.border-e-amber-800\/40{
  border-inline-end-color: rgb(146 64 14 / 0.4);
}

.border-e-amber-800\/5{
  border-inline-end-color: rgb(146 64 14 / 0.05);
}

.border-e-amber-800\/50{
  border-inline-end-color: rgb(146 64 14 / 0.5);
}

.border-e-amber-800\/60{
  border-inline-end-color: rgb(146 64 14 / 0.6);
}

.border-e-amber-800\/70{
  border-inline-end-color: rgb(146 64 14 / 0.7);
}

.border-e-amber-800\/75{
  border-inline-end-color: rgb(146 64 14 / 0.75);
}

.border-e-amber-800\/80{
  border-inline-end-color: rgb(146 64 14 / 0.8);
}

.border-e-amber-800\/90{
  border-inline-end-color: rgb(146 64 14 / 0.9);
}

.border-e-amber-800\/95{
  border-inline-end-color: rgb(146 64 14 / 0.95);
}

.border-e-amber-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.border-e-amber-900\/0{
  border-inline-end-color: rgb(120 53 15 / 0);
}

.border-e-amber-900\/10{
  border-inline-end-color: rgb(120 53 15 / 0.1);
}

.border-e-amber-900\/100{
  border-inline-end-color: rgb(120 53 15 / 1);
}

.border-e-amber-900\/20{
  border-inline-end-color: rgb(120 53 15 / 0.2);
}

.border-e-amber-900\/25{
  border-inline-end-color: rgb(120 53 15 / 0.25);
}

.border-e-amber-900\/30{
  border-inline-end-color: rgb(120 53 15 / 0.3);
}

.border-e-amber-900\/40{
  border-inline-end-color: rgb(120 53 15 / 0.4);
}

.border-e-amber-900\/5{
  border-inline-end-color: rgb(120 53 15 / 0.05);
}

.border-e-amber-900\/50{
  border-inline-end-color: rgb(120 53 15 / 0.5);
}

.border-e-amber-900\/60{
  border-inline-end-color: rgb(120 53 15 / 0.6);
}

.border-e-amber-900\/70{
  border-inline-end-color: rgb(120 53 15 / 0.7);
}

.border-e-amber-900\/75{
  border-inline-end-color: rgb(120 53 15 / 0.75);
}

.border-e-amber-900\/80{
  border-inline-end-color: rgb(120 53 15 / 0.8);
}

.border-e-amber-900\/90{
  border-inline-end-color: rgb(120 53 15 / 0.9);
}

.border-e-amber-900\/95{
  border-inline-end-color: rgb(120 53 15 / 0.95);
}

.border-e-amber-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.border-e-amber-950\/0{
  border-inline-end-color: rgb(69 26 3 / 0);
}

.border-e-amber-950\/10{
  border-inline-end-color: rgb(69 26 3 / 0.1);
}

.border-e-amber-950\/100{
  border-inline-end-color: rgb(69 26 3 / 1);
}

.border-e-amber-950\/20{
  border-inline-end-color: rgb(69 26 3 / 0.2);
}

.border-e-amber-950\/25{
  border-inline-end-color: rgb(69 26 3 / 0.25);
}

.border-e-amber-950\/30{
  border-inline-end-color: rgb(69 26 3 / 0.3);
}

.border-e-amber-950\/40{
  border-inline-end-color: rgb(69 26 3 / 0.4);
}

.border-e-amber-950\/5{
  border-inline-end-color: rgb(69 26 3 / 0.05);
}

.border-e-amber-950\/50{
  border-inline-end-color: rgb(69 26 3 / 0.5);
}

.border-e-amber-950\/60{
  border-inline-end-color: rgb(69 26 3 / 0.6);
}

.border-e-amber-950\/70{
  border-inline-end-color: rgb(69 26 3 / 0.7);
}

.border-e-amber-950\/75{
  border-inline-end-color: rgb(69 26 3 / 0.75);
}

.border-e-amber-950\/80{
  border-inline-end-color: rgb(69 26 3 / 0.8);
}

.border-e-amber-950\/90{
  border-inline-end-color: rgb(69 26 3 / 0.9);
}

.border-e-amber-950\/95{
  border-inline-end-color: rgb(69 26 3 / 0.95);
}

.border-e-black{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-e-black\/0{
  border-inline-end-color: rgb(0 0 0 / 0);
}

.border-e-black\/10{
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.border-e-black\/100{
  border-inline-end-color: rgb(0 0 0 / 1);
}

.border-e-black\/20{
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.border-e-black\/25{
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.border-e-black\/30{
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.border-e-black\/40{
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.border-e-black\/5{
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.border-e-black\/50{
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.border-e-black\/60{
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.border-e-black\/70{
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.border-e-black\/75{
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.border-e-black\/80{
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.border-e-black\/90{
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.border-e-black\/95{
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.border-e-blue-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.border-e-blue-100\/0{
  border-inline-end-color: rgb(219 234 254 / 0);
}

.border-e-blue-100\/10{
  border-inline-end-color: rgb(219 234 254 / 0.1);
}

.border-e-blue-100\/100{
  border-inline-end-color: rgb(219 234 254 / 1);
}

.border-e-blue-100\/20{
  border-inline-end-color: rgb(219 234 254 / 0.2);
}

.border-e-blue-100\/25{
  border-inline-end-color: rgb(219 234 254 / 0.25);
}

.border-e-blue-100\/30{
  border-inline-end-color: rgb(219 234 254 / 0.3);
}

.border-e-blue-100\/40{
  border-inline-end-color: rgb(219 234 254 / 0.4);
}

.border-e-blue-100\/5{
  border-inline-end-color: rgb(219 234 254 / 0.05);
}

.border-e-blue-100\/50{
  border-inline-end-color: rgb(219 234 254 / 0.5);
}

.border-e-blue-100\/60{
  border-inline-end-color: rgb(219 234 254 / 0.6);
}

.border-e-blue-100\/70{
  border-inline-end-color: rgb(219 234 254 / 0.7);
}

.border-e-blue-100\/75{
  border-inline-end-color: rgb(219 234 254 / 0.75);
}

.border-e-blue-100\/80{
  border-inline-end-color: rgb(219 234 254 / 0.8);
}

.border-e-blue-100\/90{
  border-inline-end-color: rgb(219 234 254 / 0.9);
}

.border-e-blue-100\/95{
  border-inline-end-color: rgb(219 234 254 / 0.95);
}

.border-e-blue-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-e-blue-200\/0{
  border-inline-end-color: rgb(191 219 254 / 0);
}

.border-e-blue-200\/10{
  border-inline-end-color: rgb(191 219 254 / 0.1);
}

.border-e-blue-200\/100{
  border-inline-end-color: rgb(191 219 254 / 1);
}

.border-e-blue-200\/20{
  border-inline-end-color: rgb(191 219 254 / 0.2);
}

.border-e-blue-200\/25{
  border-inline-end-color: rgb(191 219 254 / 0.25);
}

.border-e-blue-200\/30{
  border-inline-end-color: rgb(191 219 254 / 0.3);
}

.border-e-blue-200\/40{
  border-inline-end-color: rgb(191 219 254 / 0.4);
}

.border-e-blue-200\/5{
  border-inline-end-color: rgb(191 219 254 / 0.05);
}

.border-e-blue-200\/50{
  border-inline-end-color: rgb(191 219 254 / 0.5);
}

.border-e-blue-200\/60{
  border-inline-end-color: rgb(191 219 254 / 0.6);
}

.border-e-blue-200\/70{
  border-inline-end-color: rgb(191 219 254 / 0.7);
}

.border-e-blue-200\/75{
  border-inline-end-color: rgb(191 219 254 / 0.75);
}

.border-e-blue-200\/80{
  border-inline-end-color: rgb(191 219 254 / 0.8);
}

.border-e-blue-200\/90{
  border-inline-end-color: rgb(191 219 254 / 0.9);
}

.border-e-blue-200\/95{
  border-inline-end-color: rgb(191 219 254 / 0.95);
}

.border-e-blue-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-e-blue-300\/0{
  border-inline-end-color: rgb(147 197 253 / 0);
}

.border-e-blue-300\/10{
  border-inline-end-color: rgb(147 197 253 / 0.1);
}

.border-e-blue-300\/100{
  border-inline-end-color: rgb(147 197 253 / 1);
}

.border-e-blue-300\/20{
  border-inline-end-color: rgb(147 197 253 / 0.2);
}

.border-e-blue-300\/25{
  border-inline-end-color: rgb(147 197 253 / 0.25);
}

.border-e-blue-300\/30{
  border-inline-end-color: rgb(147 197 253 / 0.3);
}

.border-e-blue-300\/40{
  border-inline-end-color: rgb(147 197 253 / 0.4);
}

.border-e-blue-300\/5{
  border-inline-end-color: rgb(147 197 253 / 0.05);
}

.border-e-blue-300\/50{
  border-inline-end-color: rgb(147 197 253 / 0.5);
}

.border-e-blue-300\/60{
  border-inline-end-color: rgb(147 197 253 / 0.6);
}

.border-e-blue-300\/70{
  border-inline-end-color: rgb(147 197 253 / 0.7);
}

.border-e-blue-300\/75{
  border-inline-end-color: rgb(147 197 253 / 0.75);
}

.border-e-blue-300\/80{
  border-inline-end-color: rgb(147 197 253 / 0.8);
}

.border-e-blue-300\/90{
  border-inline-end-color: rgb(147 197 253 / 0.9);
}

.border-e-blue-300\/95{
  border-inline-end-color: rgb(147 197 253 / 0.95);
}

.border-e-blue-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-e-blue-400\/0{
  border-inline-end-color: rgb(96 165 250 / 0);
}

.border-e-blue-400\/10{
  border-inline-end-color: rgb(96 165 250 / 0.1);
}

.border-e-blue-400\/100{
  border-inline-end-color: rgb(96 165 250 / 1);
}

.border-e-blue-400\/20{
  border-inline-end-color: rgb(96 165 250 / 0.2);
}

.border-e-blue-400\/25{
  border-inline-end-color: rgb(96 165 250 / 0.25);
}

.border-e-blue-400\/30{
  border-inline-end-color: rgb(96 165 250 / 0.3);
}

.border-e-blue-400\/40{
  border-inline-end-color: rgb(96 165 250 / 0.4);
}

.border-e-blue-400\/5{
  border-inline-end-color: rgb(96 165 250 / 0.05);
}

.border-e-blue-400\/50{
  border-inline-end-color: rgb(96 165 250 / 0.5);
}

.border-e-blue-400\/60{
  border-inline-end-color: rgb(96 165 250 / 0.6);
}

.border-e-blue-400\/70{
  border-inline-end-color: rgb(96 165 250 / 0.7);
}

.border-e-blue-400\/75{
  border-inline-end-color: rgb(96 165 250 / 0.75);
}

.border-e-blue-400\/80{
  border-inline-end-color: rgb(96 165 250 / 0.8);
}

.border-e-blue-400\/90{
  border-inline-end-color: rgb(96 165 250 / 0.9);
}

.border-e-blue-400\/95{
  border-inline-end-color: rgb(96 165 250 / 0.95);
}

.border-e-blue-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-e-blue-50\/0{
  border-inline-end-color: rgb(239 246 255 / 0);
}

.border-e-blue-50\/10{
  border-inline-end-color: rgb(239 246 255 / 0.1);
}

.border-e-blue-50\/100{
  border-inline-end-color: rgb(239 246 255 / 1);
}

.border-e-blue-50\/20{
  border-inline-end-color: rgb(239 246 255 / 0.2);
}

.border-e-blue-50\/25{
  border-inline-end-color: rgb(239 246 255 / 0.25);
}

.border-e-blue-50\/30{
  border-inline-end-color: rgb(239 246 255 / 0.3);
}

.border-e-blue-50\/40{
  border-inline-end-color: rgb(239 246 255 / 0.4);
}

.border-e-blue-50\/5{
  border-inline-end-color: rgb(239 246 255 / 0.05);
}

.border-e-blue-50\/50{
  border-inline-end-color: rgb(239 246 255 / 0.5);
}

.border-e-blue-50\/60{
  border-inline-end-color: rgb(239 246 255 / 0.6);
}

.border-e-blue-50\/70{
  border-inline-end-color: rgb(239 246 255 / 0.7);
}

.border-e-blue-50\/75{
  border-inline-end-color: rgb(239 246 255 / 0.75);
}

.border-e-blue-50\/80{
  border-inline-end-color: rgb(239 246 255 / 0.8);
}

.border-e-blue-50\/90{
  border-inline-end-color: rgb(239 246 255 / 0.9);
}

.border-e-blue-50\/95{
  border-inline-end-color: rgb(239 246 255 / 0.95);
}

.border-e-blue-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-e-blue-500\/0{
  border-inline-end-color: rgb(59 130 246 / 0);
}

.border-e-blue-500\/10{
  border-inline-end-color: rgb(59 130 246 / 0.1);
}

.border-e-blue-500\/100{
  border-inline-end-color: rgb(59 130 246 / 1);
}

.border-e-blue-500\/20{
  border-inline-end-color: rgb(59 130 246 / 0.2);
}

.border-e-blue-500\/25{
  border-inline-end-color: rgb(59 130 246 / 0.25);
}

.border-e-blue-500\/30{
  border-inline-end-color: rgb(59 130 246 / 0.3);
}

.border-e-blue-500\/40{
  border-inline-end-color: rgb(59 130 246 / 0.4);
}

.border-e-blue-500\/5{
  border-inline-end-color: rgb(59 130 246 / 0.05);
}

.border-e-blue-500\/50{
  border-inline-end-color: rgb(59 130 246 / 0.5);
}

.border-e-blue-500\/60{
  border-inline-end-color: rgb(59 130 246 / 0.6);
}

.border-e-blue-500\/70{
  border-inline-end-color: rgb(59 130 246 / 0.7);
}

.border-e-blue-500\/75{
  border-inline-end-color: rgb(59 130 246 / 0.75);
}

.border-e-blue-500\/80{
  border-inline-end-color: rgb(59 130 246 / 0.8);
}

.border-e-blue-500\/90{
  border-inline-end-color: rgb(59 130 246 / 0.9);
}

.border-e-blue-500\/95{
  border-inline-end-color: rgb(59 130 246 / 0.95);
}

.border-e-blue-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-e-blue-600\/0{
  border-inline-end-color: rgb(37 99 235 / 0);
}

.border-e-blue-600\/10{
  border-inline-end-color: rgb(37 99 235 / 0.1);
}

.border-e-blue-600\/100{
  border-inline-end-color: rgb(37 99 235 / 1);
}

.border-e-blue-600\/20{
  border-inline-end-color: rgb(37 99 235 / 0.2);
}

.border-e-blue-600\/25{
  border-inline-end-color: rgb(37 99 235 / 0.25);
}

.border-e-blue-600\/30{
  border-inline-end-color: rgb(37 99 235 / 0.3);
}

.border-e-blue-600\/40{
  border-inline-end-color: rgb(37 99 235 / 0.4);
}

.border-e-blue-600\/5{
  border-inline-end-color: rgb(37 99 235 / 0.05);
}

.border-e-blue-600\/50{
  border-inline-end-color: rgb(37 99 235 / 0.5);
}

.border-e-blue-600\/60{
  border-inline-end-color: rgb(37 99 235 / 0.6);
}

.border-e-blue-600\/70{
  border-inline-end-color: rgb(37 99 235 / 0.7);
}

.border-e-blue-600\/75{
  border-inline-end-color: rgb(37 99 235 / 0.75);
}

.border-e-blue-600\/80{
  border-inline-end-color: rgb(37 99 235 / 0.8);
}

.border-e-blue-600\/90{
  border-inline-end-color: rgb(37 99 235 / 0.9);
}

.border-e-blue-600\/95{
  border-inline-end-color: rgb(37 99 235 / 0.95);
}

.border-e-blue-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-e-blue-700\/0{
  border-inline-end-color: rgb(29 78 216 / 0);
}

.border-e-blue-700\/10{
  border-inline-end-color: rgb(29 78 216 / 0.1);
}

.border-e-blue-700\/100{
  border-inline-end-color: rgb(29 78 216 / 1);
}

.border-e-blue-700\/20{
  border-inline-end-color: rgb(29 78 216 / 0.2);
}

.border-e-blue-700\/25{
  border-inline-end-color: rgb(29 78 216 / 0.25);
}

.border-e-blue-700\/30{
  border-inline-end-color: rgb(29 78 216 / 0.3);
}

.border-e-blue-700\/40{
  border-inline-end-color: rgb(29 78 216 / 0.4);
}

.border-e-blue-700\/5{
  border-inline-end-color: rgb(29 78 216 / 0.05);
}

.border-e-blue-700\/50{
  border-inline-end-color: rgb(29 78 216 / 0.5);
}

.border-e-blue-700\/60{
  border-inline-end-color: rgb(29 78 216 / 0.6);
}

.border-e-blue-700\/70{
  border-inline-end-color: rgb(29 78 216 / 0.7);
}

.border-e-blue-700\/75{
  border-inline-end-color: rgb(29 78 216 / 0.75);
}

.border-e-blue-700\/80{
  border-inline-end-color: rgb(29 78 216 / 0.8);
}

.border-e-blue-700\/90{
  border-inline-end-color: rgb(29 78 216 / 0.9);
}

.border-e-blue-700\/95{
  border-inline-end-color: rgb(29 78 216 / 0.95);
}

.border-e-blue-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-e-blue-800\/0{
  border-inline-end-color: rgb(30 64 175 / 0);
}

.border-e-blue-800\/10{
  border-inline-end-color: rgb(30 64 175 / 0.1);
}

.border-e-blue-800\/100{
  border-inline-end-color: rgb(30 64 175 / 1);
}

.border-e-blue-800\/20{
  border-inline-end-color: rgb(30 64 175 / 0.2);
}

.border-e-blue-800\/25{
  border-inline-end-color: rgb(30 64 175 / 0.25);
}

.border-e-blue-800\/30{
  border-inline-end-color: rgb(30 64 175 / 0.3);
}

.border-e-blue-800\/40{
  border-inline-end-color: rgb(30 64 175 / 0.4);
}

.border-e-blue-800\/5{
  border-inline-end-color: rgb(30 64 175 / 0.05);
}

.border-e-blue-800\/50{
  border-inline-end-color: rgb(30 64 175 / 0.5);
}

.border-e-blue-800\/60{
  border-inline-end-color: rgb(30 64 175 / 0.6);
}

.border-e-blue-800\/70{
  border-inline-end-color: rgb(30 64 175 / 0.7);
}

.border-e-blue-800\/75{
  border-inline-end-color: rgb(30 64 175 / 0.75);
}

.border-e-blue-800\/80{
  border-inline-end-color: rgb(30 64 175 / 0.8);
}

.border-e-blue-800\/90{
  border-inline-end-color: rgb(30 64 175 / 0.9);
}

.border-e-blue-800\/95{
  border-inline-end-color: rgb(30 64 175 / 0.95);
}

.border-e-blue-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-e-blue-900\/0{
  border-inline-end-color: rgb(30 58 138 / 0);
}

.border-e-blue-900\/10{
  border-inline-end-color: rgb(30 58 138 / 0.1);
}

.border-e-blue-900\/100{
  border-inline-end-color: rgb(30 58 138 / 1);
}

.border-e-blue-900\/20{
  border-inline-end-color: rgb(30 58 138 / 0.2);
}

.border-e-blue-900\/25{
  border-inline-end-color: rgb(30 58 138 / 0.25);
}

.border-e-blue-900\/30{
  border-inline-end-color: rgb(30 58 138 / 0.3);
}

.border-e-blue-900\/40{
  border-inline-end-color: rgb(30 58 138 / 0.4);
}

.border-e-blue-900\/5{
  border-inline-end-color: rgb(30 58 138 / 0.05);
}

.border-e-blue-900\/50{
  border-inline-end-color: rgb(30 58 138 / 0.5);
}

.border-e-blue-900\/60{
  border-inline-end-color: rgb(30 58 138 / 0.6);
}

.border-e-blue-900\/70{
  border-inline-end-color: rgb(30 58 138 / 0.7);
}

.border-e-blue-900\/75{
  border-inline-end-color: rgb(30 58 138 / 0.75);
}

.border-e-blue-900\/80{
  border-inline-end-color: rgb(30 58 138 / 0.8);
}

.border-e-blue-900\/90{
  border-inline-end-color: rgb(30 58 138 / 0.9);
}

.border-e-blue-900\/95{
  border-inline-end-color: rgb(30 58 138 / 0.95);
}

.border-e-blue-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-e-blue-950\/0{
  border-inline-end-color: rgb(23 37 84 / 0);
}

.border-e-blue-950\/10{
  border-inline-end-color: rgb(23 37 84 / 0.1);
}

.border-e-blue-950\/100{
  border-inline-end-color: rgb(23 37 84 / 1);
}

.border-e-blue-950\/20{
  border-inline-end-color: rgb(23 37 84 / 0.2);
}

.border-e-blue-950\/25{
  border-inline-end-color: rgb(23 37 84 / 0.25);
}

.border-e-blue-950\/30{
  border-inline-end-color: rgb(23 37 84 / 0.3);
}

.border-e-blue-950\/40{
  border-inline-end-color: rgb(23 37 84 / 0.4);
}

.border-e-blue-950\/5{
  border-inline-end-color: rgb(23 37 84 / 0.05);
}

.border-e-blue-950\/50{
  border-inline-end-color: rgb(23 37 84 / 0.5);
}

.border-e-blue-950\/60{
  border-inline-end-color: rgb(23 37 84 / 0.6);
}

.border-e-blue-950\/70{
  border-inline-end-color: rgb(23 37 84 / 0.7);
}

.border-e-blue-950\/75{
  border-inline-end-color: rgb(23 37 84 / 0.75);
}

.border-e-blue-950\/80{
  border-inline-end-color: rgb(23 37 84 / 0.8);
}

.border-e-blue-950\/90{
  border-inline-end-color: rgb(23 37 84 / 0.9);
}

.border-e-blue-950\/95{
  border-inline-end-color: rgb(23 37 84 / 0.95);
}

.border-e-current{
  border-inline-end-color: currentColor;
}

.border-e-cyan-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.border-e-cyan-100\/0{
  border-inline-end-color: rgb(207 250 254 / 0);
}

.border-e-cyan-100\/10{
  border-inline-end-color: rgb(207 250 254 / 0.1);
}

.border-e-cyan-100\/100{
  border-inline-end-color: rgb(207 250 254 / 1);
}

.border-e-cyan-100\/20{
  border-inline-end-color: rgb(207 250 254 / 0.2);
}

.border-e-cyan-100\/25{
  border-inline-end-color: rgb(207 250 254 / 0.25);
}

.border-e-cyan-100\/30{
  border-inline-end-color: rgb(207 250 254 / 0.3);
}

.border-e-cyan-100\/40{
  border-inline-end-color: rgb(207 250 254 / 0.4);
}

.border-e-cyan-100\/5{
  border-inline-end-color: rgb(207 250 254 / 0.05);
}

.border-e-cyan-100\/50{
  border-inline-end-color: rgb(207 250 254 / 0.5);
}

.border-e-cyan-100\/60{
  border-inline-end-color: rgb(207 250 254 / 0.6);
}

.border-e-cyan-100\/70{
  border-inline-end-color: rgb(207 250 254 / 0.7);
}

.border-e-cyan-100\/75{
  border-inline-end-color: rgb(207 250 254 / 0.75);
}

.border-e-cyan-100\/80{
  border-inline-end-color: rgb(207 250 254 / 0.8);
}

.border-e-cyan-100\/90{
  border-inline-end-color: rgb(207 250 254 / 0.9);
}

.border-e-cyan-100\/95{
  border-inline-end-color: rgb(207 250 254 / 0.95);
}

.border-e-cyan-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-e-cyan-200\/0{
  border-inline-end-color: rgb(165 243 252 / 0);
}

.border-e-cyan-200\/10{
  border-inline-end-color: rgb(165 243 252 / 0.1);
}

.border-e-cyan-200\/100{
  border-inline-end-color: rgb(165 243 252 / 1);
}

.border-e-cyan-200\/20{
  border-inline-end-color: rgb(165 243 252 / 0.2);
}

.border-e-cyan-200\/25{
  border-inline-end-color: rgb(165 243 252 / 0.25);
}

.border-e-cyan-200\/30{
  border-inline-end-color: rgb(165 243 252 / 0.3);
}

.border-e-cyan-200\/40{
  border-inline-end-color: rgb(165 243 252 / 0.4);
}

.border-e-cyan-200\/5{
  border-inline-end-color: rgb(165 243 252 / 0.05);
}

.border-e-cyan-200\/50{
  border-inline-end-color: rgb(165 243 252 / 0.5);
}

.border-e-cyan-200\/60{
  border-inline-end-color: rgb(165 243 252 / 0.6);
}

.border-e-cyan-200\/70{
  border-inline-end-color: rgb(165 243 252 / 0.7);
}

.border-e-cyan-200\/75{
  border-inline-end-color: rgb(165 243 252 / 0.75);
}

.border-e-cyan-200\/80{
  border-inline-end-color: rgb(165 243 252 / 0.8);
}

.border-e-cyan-200\/90{
  border-inline-end-color: rgb(165 243 252 / 0.9);
}

.border-e-cyan-200\/95{
  border-inline-end-color: rgb(165 243 252 / 0.95);
}

.border-e-cyan-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-e-cyan-300\/0{
  border-inline-end-color: rgb(103 232 249 / 0);
}

.border-e-cyan-300\/10{
  border-inline-end-color: rgb(103 232 249 / 0.1);
}

.border-e-cyan-300\/100{
  border-inline-end-color: rgb(103 232 249 / 1);
}

.border-e-cyan-300\/20{
  border-inline-end-color: rgb(103 232 249 / 0.2);
}

.border-e-cyan-300\/25{
  border-inline-end-color: rgb(103 232 249 / 0.25);
}

.border-e-cyan-300\/30{
  border-inline-end-color: rgb(103 232 249 / 0.3);
}

.border-e-cyan-300\/40{
  border-inline-end-color: rgb(103 232 249 / 0.4);
}

.border-e-cyan-300\/5{
  border-inline-end-color: rgb(103 232 249 / 0.05);
}

.border-e-cyan-300\/50{
  border-inline-end-color: rgb(103 232 249 / 0.5);
}

.border-e-cyan-300\/60{
  border-inline-end-color: rgb(103 232 249 / 0.6);
}

.border-e-cyan-300\/70{
  border-inline-end-color: rgb(103 232 249 / 0.7);
}

.border-e-cyan-300\/75{
  border-inline-end-color: rgb(103 232 249 / 0.75);
}

.border-e-cyan-300\/80{
  border-inline-end-color: rgb(103 232 249 / 0.8);
}

.border-e-cyan-300\/90{
  border-inline-end-color: rgb(103 232 249 / 0.9);
}

.border-e-cyan-300\/95{
  border-inline-end-color: rgb(103 232 249 / 0.95);
}

.border-e-cyan-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-e-cyan-400\/0{
  border-inline-end-color: rgb(34 211 238 / 0);
}

.border-e-cyan-400\/10{
  border-inline-end-color: rgb(34 211 238 / 0.1);
}

.border-e-cyan-400\/100{
  border-inline-end-color: rgb(34 211 238 / 1);
}

.border-e-cyan-400\/20{
  border-inline-end-color: rgb(34 211 238 / 0.2);
}

.border-e-cyan-400\/25{
  border-inline-end-color: rgb(34 211 238 / 0.25);
}

.border-e-cyan-400\/30{
  border-inline-end-color: rgb(34 211 238 / 0.3);
}

.border-e-cyan-400\/40{
  border-inline-end-color: rgb(34 211 238 / 0.4);
}

.border-e-cyan-400\/5{
  border-inline-end-color: rgb(34 211 238 / 0.05);
}

.border-e-cyan-400\/50{
  border-inline-end-color: rgb(34 211 238 / 0.5);
}

.border-e-cyan-400\/60{
  border-inline-end-color: rgb(34 211 238 / 0.6);
}

.border-e-cyan-400\/70{
  border-inline-end-color: rgb(34 211 238 / 0.7);
}

.border-e-cyan-400\/75{
  border-inline-end-color: rgb(34 211 238 / 0.75);
}

.border-e-cyan-400\/80{
  border-inline-end-color: rgb(34 211 238 / 0.8);
}

.border-e-cyan-400\/90{
  border-inline-end-color: rgb(34 211 238 / 0.9);
}

.border-e-cyan-400\/95{
  border-inline-end-color: rgb(34 211 238 / 0.95);
}

.border-e-cyan-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-e-cyan-50\/0{
  border-inline-end-color: rgb(236 254 255 / 0);
}

.border-e-cyan-50\/10{
  border-inline-end-color: rgb(236 254 255 / 0.1);
}

.border-e-cyan-50\/100{
  border-inline-end-color: rgb(236 254 255 / 1);
}

.border-e-cyan-50\/20{
  border-inline-end-color: rgb(236 254 255 / 0.2);
}

.border-e-cyan-50\/25{
  border-inline-end-color: rgb(236 254 255 / 0.25);
}

.border-e-cyan-50\/30{
  border-inline-end-color: rgb(236 254 255 / 0.3);
}

.border-e-cyan-50\/40{
  border-inline-end-color: rgb(236 254 255 / 0.4);
}

.border-e-cyan-50\/5{
  border-inline-end-color: rgb(236 254 255 / 0.05);
}

.border-e-cyan-50\/50{
  border-inline-end-color: rgb(236 254 255 / 0.5);
}

.border-e-cyan-50\/60{
  border-inline-end-color: rgb(236 254 255 / 0.6);
}

.border-e-cyan-50\/70{
  border-inline-end-color: rgb(236 254 255 / 0.7);
}

.border-e-cyan-50\/75{
  border-inline-end-color: rgb(236 254 255 / 0.75);
}

.border-e-cyan-50\/80{
  border-inline-end-color: rgb(236 254 255 / 0.8);
}

.border-e-cyan-50\/90{
  border-inline-end-color: rgb(236 254 255 / 0.9);
}

.border-e-cyan-50\/95{
  border-inline-end-color: rgb(236 254 255 / 0.95);
}

.border-e-cyan-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-e-cyan-500\/0{
  border-inline-end-color: rgb(6 182 212 / 0);
}

.border-e-cyan-500\/10{
  border-inline-end-color: rgb(6 182 212 / 0.1);
}

.border-e-cyan-500\/100{
  border-inline-end-color: rgb(6 182 212 / 1);
}

.border-e-cyan-500\/20{
  border-inline-end-color: rgb(6 182 212 / 0.2);
}

.border-e-cyan-500\/25{
  border-inline-end-color: rgb(6 182 212 / 0.25);
}

.border-e-cyan-500\/30{
  border-inline-end-color: rgb(6 182 212 / 0.3);
}

.border-e-cyan-500\/40{
  border-inline-end-color: rgb(6 182 212 / 0.4);
}

.border-e-cyan-500\/5{
  border-inline-end-color: rgb(6 182 212 / 0.05);
}

.border-e-cyan-500\/50{
  border-inline-end-color: rgb(6 182 212 / 0.5);
}

.border-e-cyan-500\/60{
  border-inline-end-color: rgb(6 182 212 / 0.6);
}

.border-e-cyan-500\/70{
  border-inline-end-color: rgb(6 182 212 / 0.7);
}

.border-e-cyan-500\/75{
  border-inline-end-color: rgb(6 182 212 / 0.75);
}

.border-e-cyan-500\/80{
  border-inline-end-color: rgb(6 182 212 / 0.8);
}

.border-e-cyan-500\/90{
  border-inline-end-color: rgb(6 182 212 / 0.9);
}

.border-e-cyan-500\/95{
  border-inline-end-color: rgb(6 182 212 / 0.95);
}

.border-e-cyan-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-e-cyan-600\/0{
  border-inline-end-color: rgb(8 145 178 / 0);
}

.border-e-cyan-600\/10{
  border-inline-end-color: rgb(8 145 178 / 0.1);
}

.border-e-cyan-600\/100{
  border-inline-end-color: rgb(8 145 178 / 1);
}

.border-e-cyan-600\/20{
  border-inline-end-color: rgb(8 145 178 / 0.2);
}

.border-e-cyan-600\/25{
  border-inline-end-color: rgb(8 145 178 / 0.25);
}

.border-e-cyan-600\/30{
  border-inline-end-color: rgb(8 145 178 / 0.3);
}

.border-e-cyan-600\/40{
  border-inline-end-color: rgb(8 145 178 / 0.4);
}

.border-e-cyan-600\/5{
  border-inline-end-color: rgb(8 145 178 / 0.05);
}

.border-e-cyan-600\/50{
  border-inline-end-color: rgb(8 145 178 / 0.5);
}

.border-e-cyan-600\/60{
  border-inline-end-color: rgb(8 145 178 / 0.6);
}

.border-e-cyan-600\/70{
  border-inline-end-color: rgb(8 145 178 / 0.7);
}

.border-e-cyan-600\/75{
  border-inline-end-color: rgb(8 145 178 / 0.75);
}

.border-e-cyan-600\/80{
  border-inline-end-color: rgb(8 145 178 / 0.8);
}

.border-e-cyan-600\/90{
  border-inline-end-color: rgb(8 145 178 / 0.9);
}

.border-e-cyan-600\/95{
  border-inline-end-color: rgb(8 145 178 / 0.95);
}

.border-e-cyan-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-e-cyan-700\/0{
  border-inline-end-color: rgb(14 116 144 / 0);
}

.border-e-cyan-700\/10{
  border-inline-end-color: rgb(14 116 144 / 0.1);
}

.border-e-cyan-700\/100{
  border-inline-end-color: rgb(14 116 144 / 1);
}

.border-e-cyan-700\/20{
  border-inline-end-color: rgb(14 116 144 / 0.2);
}

.border-e-cyan-700\/25{
  border-inline-end-color: rgb(14 116 144 / 0.25);
}

.border-e-cyan-700\/30{
  border-inline-end-color: rgb(14 116 144 / 0.3);
}

.border-e-cyan-700\/40{
  border-inline-end-color: rgb(14 116 144 / 0.4);
}

.border-e-cyan-700\/5{
  border-inline-end-color: rgb(14 116 144 / 0.05);
}

.border-e-cyan-700\/50{
  border-inline-end-color: rgb(14 116 144 / 0.5);
}

.border-e-cyan-700\/60{
  border-inline-end-color: rgb(14 116 144 / 0.6);
}

.border-e-cyan-700\/70{
  border-inline-end-color: rgb(14 116 144 / 0.7);
}

.border-e-cyan-700\/75{
  border-inline-end-color: rgb(14 116 144 / 0.75);
}

.border-e-cyan-700\/80{
  border-inline-end-color: rgb(14 116 144 / 0.8);
}

.border-e-cyan-700\/90{
  border-inline-end-color: rgb(14 116 144 / 0.9);
}

.border-e-cyan-700\/95{
  border-inline-end-color: rgb(14 116 144 / 0.95);
}

.border-e-cyan-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-e-cyan-800\/0{
  border-inline-end-color: rgb(21 94 117 / 0);
}

.border-e-cyan-800\/10{
  border-inline-end-color: rgb(21 94 117 / 0.1);
}

.border-e-cyan-800\/100{
  border-inline-end-color: rgb(21 94 117 / 1);
}

.border-e-cyan-800\/20{
  border-inline-end-color: rgb(21 94 117 / 0.2);
}

.border-e-cyan-800\/25{
  border-inline-end-color: rgb(21 94 117 / 0.25);
}

.border-e-cyan-800\/30{
  border-inline-end-color: rgb(21 94 117 / 0.3);
}

.border-e-cyan-800\/40{
  border-inline-end-color: rgb(21 94 117 / 0.4);
}

.border-e-cyan-800\/5{
  border-inline-end-color: rgb(21 94 117 / 0.05);
}

.border-e-cyan-800\/50{
  border-inline-end-color: rgb(21 94 117 / 0.5);
}

.border-e-cyan-800\/60{
  border-inline-end-color: rgb(21 94 117 / 0.6);
}

.border-e-cyan-800\/70{
  border-inline-end-color: rgb(21 94 117 / 0.7);
}

.border-e-cyan-800\/75{
  border-inline-end-color: rgb(21 94 117 / 0.75);
}

.border-e-cyan-800\/80{
  border-inline-end-color: rgb(21 94 117 / 0.8);
}

.border-e-cyan-800\/90{
  border-inline-end-color: rgb(21 94 117 / 0.9);
}

.border-e-cyan-800\/95{
  border-inline-end-color: rgb(21 94 117 / 0.95);
}

.border-e-cyan-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-e-cyan-900\/0{
  border-inline-end-color: rgb(22 78 99 / 0);
}

.border-e-cyan-900\/10{
  border-inline-end-color: rgb(22 78 99 / 0.1);
}

.border-e-cyan-900\/100{
  border-inline-end-color: rgb(22 78 99 / 1);
}

.border-e-cyan-900\/20{
  border-inline-end-color: rgb(22 78 99 / 0.2);
}

.border-e-cyan-900\/25{
  border-inline-end-color: rgb(22 78 99 / 0.25);
}

.border-e-cyan-900\/30{
  border-inline-end-color: rgb(22 78 99 / 0.3);
}

.border-e-cyan-900\/40{
  border-inline-end-color: rgb(22 78 99 / 0.4);
}

.border-e-cyan-900\/5{
  border-inline-end-color: rgb(22 78 99 / 0.05);
}

.border-e-cyan-900\/50{
  border-inline-end-color: rgb(22 78 99 / 0.5);
}

.border-e-cyan-900\/60{
  border-inline-end-color: rgb(22 78 99 / 0.6);
}

.border-e-cyan-900\/70{
  border-inline-end-color: rgb(22 78 99 / 0.7);
}

.border-e-cyan-900\/75{
  border-inline-end-color: rgb(22 78 99 / 0.75);
}

.border-e-cyan-900\/80{
  border-inline-end-color: rgb(22 78 99 / 0.8);
}

.border-e-cyan-900\/90{
  border-inline-end-color: rgb(22 78 99 / 0.9);
}

.border-e-cyan-900\/95{
  border-inline-end-color: rgb(22 78 99 / 0.95);
}

.border-e-cyan-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-e-cyan-950\/0{
  border-inline-end-color: rgb(8 51 68 / 0);
}

.border-e-cyan-950\/10{
  border-inline-end-color: rgb(8 51 68 / 0.1);
}

.border-e-cyan-950\/100{
  border-inline-end-color: rgb(8 51 68 / 1);
}

.border-e-cyan-950\/20{
  border-inline-end-color: rgb(8 51 68 / 0.2);
}

.border-e-cyan-950\/25{
  border-inline-end-color: rgb(8 51 68 / 0.25);
}

.border-e-cyan-950\/30{
  border-inline-end-color: rgb(8 51 68 / 0.3);
}

.border-e-cyan-950\/40{
  border-inline-end-color: rgb(8 51 68 / 0.4);
}

.border-e-cyan-950\/5{
  border-inline-end-color: rgb(8 51 68 / 0.05);
}

.border-e-cyan-950\/50{
  border-inline-end-color: rgb(8 51 68 / 0.5);
}

.border-e-cyan-950\/60{
  border-inline-end-color: rgb(8 51 68 / 0.6);
}

.border-e-cyan-950\/70{
  border-inline-end-color: rgb(8 51 68 / 0.7);
}

.border-e-cyan-950\/75{
  border-inline-end-color: rgb(8 51 68 / 0.75);
}

.border-e-cyan-950\/80{
  border-inline-end-color: rgb(8 51 68 / 0.8);
}

.border-e-cyan-950\/90{
  border-inline-end-color: rgb(8 51 68 / 0.9);
}

.border-e-cyan-950\/95{
  border-inline-end-color: rgb(8 51 68 / 0.95);
}

.border-e-emerald-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.border-e-emerald-100\/0{
  border-inline-end-color: rgb(209 250 229 / 0);
}

.border-e-emerald-100\/10{
  border-inline-end-color: rgb(209 250 229 / 0.1);
}

.border-e-emerald-100\/100{
  border-inline-end-color: rgb(209 250 229 / 1);
}

.border-e-emerald-100\/20{
  border-inline-end-color: rgb(209 250 229 / 0.2);
}

.border-e-emerald-100\/25{
  border-inline-end-color: rgb(209 250 229 / 0.25);
}

.border-e-emerald-100\/30{
  border-inline-end-color: rgb(209 250 229 / 0.3);
}

.border-e-emerald-100\/40{
  border-inline-end-color: rgb(209 250 229 / 0.4);
}

.border-e-emerald-100\/5{
  border-inline-end-color: rgb(209 250 229 / 0.05);
}

.border-e-emerald-100\/50{
  border-inline-end-color: rgb(209 250 229 / 0.5);
}

.border-e-emerald-100\/60{
  border-inline-end-color: rgb(209 250 229 / 0.6);
}

.border-e-emerald-100\/70{
  border-inline-end-color: rgb(209 250 229 / 0.7);
}

.border-e-emerald-100\/75{
  border-inline-end-color: rgb(209 250 229 / 0.75);
}

.border-e-emerald-100\/80{
  border-inline-end-color: rgb(209 250 229 / 0.8);
}

.border-e-emerald-100\/90{
  border-inline-end-color: rgb(209 250 229 / 0.9);
}

.border-e-emerald-100\/95{
  border-inline-end-color: rgb(209 250 229 / 0.95);
}

.border-e-emerald-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-e-emerald-200\/0{
  border-inline-end-color: rgb(167 243 208 / 0);
}

.border-e-emerald-200\/10{
  border-inline-end-color: rgb(167 243 208 / 0.1);
}

.border-e-emerald-200\/100{
  border-inline-end-color: rgb(167 243 208 / 1);
}

.border-e-emerald-200\/20{
  border-inline-end-color: rgb(167 243 208 / 0.2);
}

.border-e-emerald-200\/25{
  border-inline-end-color: rgb(167 243 208 / 0.25);
}

.border-e-emerald-200\/30{
  border-inline-end-color: rgb(167 243 208 / 0.3);
}

.border-e-emerald-200\/40{
  border-inline-end-color: rgb(167 243 208 / 0.4);
}

.border-e-emerald-200\/5{
  border-inline-end-color: rgb(167 243 208 / 0.05);
}

.border-e-emerald-200\/50{
  border-inline-end-color: rgb(167 243 208 / 0.5);
}

.border-e-emerald-200\/60{
  border-inline-end-color: rgb(167 243 208 / 0.6);
}

.border-e-emerald-200\/70{
  border-inline-end-color: rgb(167 243 208 / 0.7);
}

.border-e-emerald-200\/75{
  border-inline-end-color: rgb(167 243 208 / 0.75);
}

.border-e-emerald-200\/80{
  border-inline-end-color: rgb(167 243 208 / 0.8);
}

.border-e-emerald-200\/90{
  border-inline-end-color: rgb(167 243 208 / 0.9);
}

.border-e-emerald-200\/95{
  border-inline-end-color: rgb(167 243 208 / 0.95);
}

.border-e-emerald-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-e-emerald-300\/0{
  border-inline-end-color: rgb(110 231 183 / 0);
}

.border-e-emerald-300\/10{
  border-inline-end-color: rgb(110 231 183 / 0.1);
}

.border-e-emerald-300\/100{
  border-inline-end-color: rgb(110 231 183 / 1);
}

.border-e-emerald-300\/20{
  border-inline-end-color: rgb(110 231 183 / 0.2);
}

.border-e-emerald-300\/25{
  border-inline-end-color: rgb(110 231 183 / 0.25);
}

.border-e-emerald-300\/30{
  border-inline-end-color: rgb(110 231 183 / 0.3);
}

.border-e-emerald-300\/40{
  border-inline-end-color: rgb(110 231 183 / 0.4);
}

.border-e-emerald-300\/5{
  border-inline-end-color: rgb(110 231 183 / 0.05);
}

.border-e-emerald-300\/50{
  border-inline-end-color: rgb(110 231 183 / 0.5);
}

.border-e-emerald-300\/60{
  border-inline-end-color: rgb(110 231 183 / 0.6);
}

.border-e-emerald-300\/70{
  border-inline-end-color: rgb(110 231 183 / 0.7);
}

.border-e-emerald-300\/75{
  border-inline-end-color: rgb(110 231 183 / 0.75);
}

.border-e-emerald-300\/80{
  border-inline-end-color: rgb(110 231 183 / 0.8);
}

.border-e-emerald-300\/90{
  border-inline-end-color: rgb(110 231 183 / 0.9);
}

.border-e-emerald-300\/95{
  border-inline-end-color: rgb(110 231 183 / 0.95);
}

.border-e-emerald-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-e-emerald-400\/0{
  border-inline-end-color: rgb(52 211 153 / 0);
}

.border-e-emerald-400\/10{
  border-inline-end-color: rgb(52 211 153 / 0.1);
}

.border-e-emerald-400\/100{
  border-inline-end-color: rgb(52 211 153 / 1);
}

.border-e-emerald-400\/20{
  border-inline-end-color: rgb(52 211 153 / 0.2);
}

.border-e-emerald-400\/25{
  border-inline-end-color: rgb(52 211 153 / 0.25);
}

.border-e-emerald-400\/30{
  border-inline-end-color: rgb(52 211 153 / 0.3);
}

.border-e-emerald-400\/40{
  border-inline-end-color: rgb(52 211 153 / 0.4);
}

.border-e-emerald-400\/5{
  border-inline-end-color: rgb(52 211 153 / 0.05);
}

.border-e-emerald-400\/50{
  border-inline-end-color: rgb(52 211 153 / 0.5);
}

.border-e-emerald-400\/60{
  border-inline-end-color: rgb(52 211 153 / 0.6);
}

.border-e-emerald-400\/70{
  border-inline-end-color: rgb(52 211 153 / 0.7);
}

.border-e-emerald-400\/75{
  border-inline-end-color: rgb(52 211 153 / 0.75);
}

.border-e-emerald-400\/80{
  border-inline-end-color: rgb(52 211 153 / 0.8);
}

.border-e-emerald-400\/90{
  border-inline-end-color: rgb(52 211 153 / 0.9);
}

.border-e-emerald-400\/95{
  border-inline-end-color: rgb(52 211 153 / 0.95);
}

.border-e-emerald-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-e-emerald-50\/0{
  border-inline-end-color: rgb(236 253 245 / 0);
}

.border-e-emerald-50\/10{
  border-inline-end-color: rgb(236 253 245 / 0.1);
}

.border-e-emerald-50\/100{
  border-inline-end-color: rgb(236 253 245 / 1);
}

.border-e-emerald-50\/20{
  border-inline-end-color: rgb(236 253 245 / 0.2);
}

.border-e-emerald-50\/25{
  border-inline-end-color: rgb(236 253 245 / 0.25);
}

.border-e-emerald-50\/30{
  border-inline-end-color: rgb(236 253 245 / 0.3);
}

.border-e-emerald-50\/40{
  border-inline-end-color: rgb(236 253 245 / 0.4);
}

.border-e-emerald-50\/5{
  border-inline-end-color: rgb(236 253 245 / 0.05);
}

.border-e-emerald-50\/50{
  border-inline-end-color: rgb(236 253 245 / 0.5);
}

.border-e-emerald-50\/60{
  border-inline-end-color: rgb(236 253 245 / 0.6);
}

.border-e-emerald-50\/70{
  border-inline-end-color: rgb(236 253 245 / 0.7);
}

.border-e-emerald-50\/75{
  border-inline-end-color: rgb(236 253 245 / 0.75);
}

.border-e-emerald-50\/80{
  border-inline-end-color: rgb(236 253 245 / 0.8);
}

.border-e-emerald-50\/90{
  border-inline-end-color: rgb(236 253 245 / 0.9);
}

.border-e-emerald-50\/95{
  border-inline-end-color: rgb(236 253 245 / 0.95);
}

.border-e-emerald-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-e-emerald-500\/0{
  border-inline-end-color: rgb(16 185 129 / 0);
}

.border-e-emerald-500\/10{
  border-inline-end-color: rgb(16 185 129 / 0.1);
}

.border-e-emerald-500\/100{
  border-inline-end-color: rgb(16 185 129 / 1);
}

.border-e-emerald-500\/20{
  border-inline-end-color: rgb(16 185 129 / 0.2);
}

.border-e-emerald-500\/25{
  border-inline-end-color: rgb(16 185 129 / 0.25);
}

.border-e-emerald-500\/30{
  border-inline-end-color: rgb(16 185 129 / 0.3);
}

.border-e-emerald-500\/40{
  border-inline-end-color: rgb(16 185 129 / 0.4);
}

.border-e-emerald-500\/5{
  border-inline-end-color: rgb(16 185 129 / 0.05);
}

.border-e-emerald-500\/50{
  border-inline-end-color: rgb(16 185 129 / 0.5);
}

.border-e-emerald-500\/60{
  border-inline-end-color: rgb(16 185 129 / 0.6);
}

.border-e-emerald-500\/70{
  border-inline-end-color: rgb(16 185 129 / 0.7);
}

.border-e-emerald-500\/75{
  border-inline-end-color: rgb(16 185 129 / 0.75);
}

.border-e-emerald-500\/80{
  border-inline-end-color: rgb(16 185 129 / 0.8);
}

.border-e-emerald-500\/90{
  border-inline-end-color: rgb(16 185 129 / 0.9);
}

.border-e-emerald-500\/95{
  border-inline-end-color: rgb(16 185 129 / 0.95);
}

.border-e-emerald-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-e-emerald-600\/0{
  border-inline-end-color: rgb(5 150 105 / 0);
}

.border-e-emerald-600\/10{
  border-inline-end-color: rgb(5 150 105 / 0.1);
}

.border-e-emerald-600\/100{
  border-inline-end-color: rgb(5 150 105 / 1);
}

.border-e-emerald-600\/20{
  border-inline-end-color: rgb(5 150 105 / 0.2);
}

.border-e-emerald-600\/25{
  border-inline-end-color: rgb(5 150 105 / 0.25);
}

.border-e-emerald-600\/30{
  border-inline-end-color: rgb(5 150 105 / 0.3);
}

.border-e-emerald-600\/40{
  border-inline-end-color: rgb(5 150 105 / 0.4);
}

.border-e-emerald-600\/5{
  border-inline-end-color: rgb(5 150 105 / 0.05);
}

.border-e-emerald-600\/50{
  border-inline-end-color: rgb(5 150 105 / 0.5);
}

.border-e-emerald-600\/60{
  border-inline-end-color: rgb(5 150 105 / 0.6);
}

.border-e-emerald-600\/70{
  border-inline-end-color: rgb(5 150 105 / 0.7);
}

.border-e-emerald-600\/75{
  border-inline-end-color: rgb(5 150 105 / 0.75);
}

.border-e-emerald-600\/80{
  border-inline-end-color: rgb(5 150 105 / 0.8);
}

.border-e-emerald-600\/90{
  border-inline-end-color: rgb(5 150 105 / 0.9);
}

.border-e-emerald-600\/95{
  border-inline-end-color: rgb(5 150 105 / 0.95);
}

.border-e-emerald-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-e-emerald-700\/0{
  border-inline-end-color: rgb(4 120 87 / 0);
}

.border-e-emerald-700\/10{
  border-inline-end-color: rgb(4 120 87 / 0.1);
}

.border-e-emerald-700\/100{
  border-inline-end-color: rgb(4 120 87 / 1);
}

.border-e-emerald-700\/20{
  border-inline-end-color: rgb(4 120 87 / 0.2);
}

.border-e-emerald-700\/25{
  border-inline-end-color: rgb(4 120 87 / 0.25);
}

.border-e-emerald-700\/30{
  border-inline-end-color: rgb(4 120 87 / 0.3);
}

.border-e-emerald-700\/40{
  border-inline-end-color: rgb(4 120 87 / 0.4);
}

.border-e-emerald-700\/5{
  border-inline-end-color: rgb(4 120 87 / 0.05);
}

.border-e-emerald-700\/50{
  border-inline-end-color: rgb(4 120 87 / 0.5);
}

.border-e-emerald-700\/60{
  border-inline-end-color: rgb(4 120 87 / 0.6);
}

.border-e-emerald-700\/70{
  border-inline-end-color: rgb(4 120 87 / 0.7);
}

.border-e-emerald-700\/75{
  border-inline-end-color: rgb(4 120 87 / 0.75);
}

.border-e-emerald-700\/80{
  border-inline-end-color: rgb(4 120 87 / 0.8);
}

.border-e-emerald-700\/90{
  border-inline-end-color: rgb(4 120 87 / 0.9);
}

.border-e-emerald-700\/95{
  border-inline-end-color: rgb(4 120 87 / 0.95);
}

.border-e-emerald-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-e-emerald-800\/0{
  border-inline-end-color: rgb(6 95 70 / 0);
}

.border-e-emerald-800\/10{
  border-inline-end-color: rgb(6 95 70 / 0.1);
}

.border-e-emerald-800\/100{
  border-inline-end-color: rgb(6 95 70 / 1);
}

.border-e-emerald-800\/20{
  border-inline-end-color: rgb(6 95 70 / 0.2);
}

.border-e-emerald-800\/25{
  border-inline-end-color: rgb(6 95 70 / 0.25);
}

.border-e-emerald-800\/30{
  border-inline-end-color: rgb(6 95 70 / 0.3);
}

.border-e-emerald-800\/40{
  border-inline-end-color: rgb(6 95 70 / 0.4);
}

.border-e-emerald-800\/5{
  border-inline-end-color: rgb(6 95 70 / 0.05);
}

.border-e-emerald-800\/50{
  border-inline-end-color: rgb(6 95 70 / 0.5);
}

.border-e-emerald-800\/60{
  border-inline-end-color: rgb(6 95 70 / 0.6);
}

.border-e-emerald-800\/70{
  border-inline-end-color: rgb(6 95 70 / 0.7);
}

.border-e-emerald-800\/75{
  border-inline-end-color: rgb(6 95 70 / 0.75);
}

.border-e-emerald-800\/80{
  border-inline-end-color: rgb(6 95 70 / 0.8);
}

.border-e-emerald-800\/90{
  border-inline-end-color: rgb(6 95 70 / 0.9);
}

.border-e-emerald-800\/95{
  border-inline-end-color: rgb(6 95 70 / 0.95);
}

.border-e-emerald-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-e-emerald-900\/0{
  border-inline-end-color: rgb(6 78 59 / 0);
}

.border-e-emerald-900\/10{
  border-inline-end-color: rgb(6 78 59 / 0.1);
}

.border-e-emerald-900\/100{
  border-inline-end-color: rgb(6 78 59 / 1);
}

.border-e-emerald-900\/20{
  border-inline-end-color: rgb(6 78 59 / 0.2);
}

.border-e-emerald-900\/25{
  border-inline-end-color: rgb(6 78 59 / 0.25);
}

.border-e-emerald-900\/30{
  border-inline-end-color: rgb(6 78 59 / 0.3);
}

.border-e-emerald-900\/40{
  border-inline-end-color: rgb(6 78 59 / 0.4);
}

.border-e-emerald-900\/5{
  border-inline-end-color: rgb(6 78 59 / 0.05);
}

.border-e-emerald-900\/50{
  border-inline-end-color: rgb(6 78 59 / 0.5);
}

.border-e-emerald-900\/60{
  border-inline-end-color: rgb(6 78 59 / 0.6);
}

.border-e-emerald-900\/70{
  border-inline-end-color: rgb(6 78 59 / 0.7);
}

.border-e-emerald-900\/75{
  border-inline-end-color: rgb(6 78 59 / 0.75);
}

.border-e-emerald-900\/80{
  border-inline-end-color: rgb(6 78 59 / 0.8);
}

.border-e-emerald-900\/90{
  border-inline-end-color: rgb(6 78 59 / 0.9);
}

.border-e-emerald-900\/95{
  border-inline-end-color: rgb(6 78 59 / 0.95);
}

.border-e-emerald-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-e-emerald-950\/0{
  border-inline-end-color: rgb(2 44 34 / 0);
}

.border-e-emerald-950\/10{
  border-inline-end-color: rgb(2 44 34 / 0.1);
}

.border-e-emerald-950\/100{
  border-inline-end-color: rgb(2 44 34 / 1);
}

.border-e-emerald-950\/20{
  border-inline-end-color: rgb(2 44 34 / 0.2);
}

.border-e-emerald-950\/25{
  border-inline-end-color: rgb(2 44 34 / 0.25);
}

.border-e-emerald-950\/30{
  border-inline-end-color: rgb(2 44 34 / 0.3);
}

.border-e-emerald-950\/40{
  border-inline-end-color: rgb(2 44 34 / 0.4);
}

.border-e-emerald-950\/5{
  border-inline-end-color: rgb(2 44 34 / 0.05);
}

.border-e-emerald-950\/50{
  border-inline-end-color: rgb(2 44 34 / 0.5);
}

.border-e-emerald-950\/60{
  border-inline-end-color: rgb(2 44 34 / 0.6);
}

.border-e-emerald-950\/70{
  border-inline-end-color: rgb(2 44 34 / 0.7);
}

.border-e-emerald-950\/75{
  border-inline-end-color: rgb(2 44 34 / 0.75);
}

.border-e-emerald-950\/80{
  border-inline-end-color: rgb(2 44 34 / 0.8);
}

.border-e-emerald-950\/90{
  border-inline-end-color: rgb(2 44 34 / 0.9);
}

.border-e-emerald-950\/95{
  border-inline-end-color: rgb(2 44 34 / 0.95);
}

.border-e-event-text-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 57 66 / var(--tw-border-opacity));
}

.border-e-event-text-100\/0{
  border-inline-end-color: rgb(3 57 66 / 0);
}

.border-e-event-text-100\/10{
  border-inline-end-color: rgb(3 57 66 / 0.1);
}

.border-e-event-text-100\/100{
  border-inline-end-color: rgb(3 57 66 / 1);
}

.border-e-event-text-100\/20{
  border-inline-end-color: rgb(3 57 66 / 0.2);
}

.border-e-event-text-100\/25{
  border-inline-end-color: rgb(3 57 66 / 0.25);
}

.border-e-event-text-100\/30{
  border-inline-end-color: rgb(3 57 66 / 0.3);
}

.border-e-event-text-100\/40{
  border-inline-end-color: rgb(3 57 66 / 0.4);
}

.border-e-event-text-100\/5{
  border-inline-end-color: rgb(3 57 66 / 0.05);
}

.border-e-event-text-100\/50{
  border-inline-end-color: rgb(3 57 66 / 0.5);
}

.border-e-event-text-100\/60{
  border-inline-end-color: rgb(3 57 66 / 0.6);
}

.border-e-event-text-100\/70{
  border-inline-end-color: rgb(3 57 66 / 0.7);
}

.border-e-event-text-100\/75{
  border-inline-end-color: rgb(3 57 66 / 0.75);
}

.border-e-event-text-100\/80{
  border-inline-end-color: rgb(3 57 66 / 0.8);
}

.border-e-event-text-100\/90{
  border-inline-end-color: rgb(3 57 66 / 0.9);
}

.border-e-event-text-100\/95{
  border-inline-end-color: rgb(3 57 66 / 0.95);
}

.border-e-event-text-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(56 59 68 / var(--tw-border-opacity));
}

.border-e-event-text-200\/0{
  border-inline-end-color: rgb(56 59 68 / 0);
}

.border-e-event-text-200\/10{
  border-inline-end-color: rgb(56 59 68 / 0.1);
}

.border-e-event-text-200\/100{
  border-inline-end-color: rgb(56 59 68 / 1);
}

.border-e-event-text-200\/20{
  border-inline-end-color: rgb(56 59 68 / 0.2);
}

.border-e-event-text-200\/25{
  border-inline-end-color: rgb(56 59 68 / 0.25);
}

.border-e-event-text-200\/30{
  border-inline-end-color: rgb(56 59 68 / 0.3);
}

.border-e-event-text-200\/40{
  border-inline-end-color: rgb(56 59 68 / 0.4);
}

.border-e-event-text-200\/5{
  border-inline-end-color: rgb(56 59 68 / 0.05);
}

.border-e-event-text-200\/50{
  border-inline-end-color: rgb(56 59 68 / 0.5);
}

.border-e-event-text-200\/60{
  border-inline-end-color: rgb(56 59 68 / 0.6);
}

.border-e-event-text-200\/70{
  border-inline-end-color: rgb(56 59 68 / 0.7);
}

.border-e-event-text-200\/75{
  border-inline-end-color: rgb(56 59 68 / 0.75);
}

.border-e-event-text-200\/80{
  border-inline-end-color: rgb(56 59 68 / 0.8);
}

.border-e-event-text-200\/90{
  border-inline-end-color: rgb(56 59 68 / 0.9);
}

.border-e-event-text-200\/95{
  border-inline-end-color: rgb(56 59 68 / 0.95);
}

.border-e-fuchsia-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.border-e-fuchsia-100\/0{
  border-inline-end-color: rgb(250 232 255 / 0);
}

.border-e-fuchsia-100\/10{
  border-inline-end-color: rgb(250 232 255 / 0.1);
}

.border-e-fuchsia-100\/100{
  border-inline-end-color: rgb(250 232 255 / 1);
}

.border-e-fuchsia-100\/20{
  border-inline-end-color: rgb(250 232 255 / 0.2);
}

.border-e-fuchsia-100\/25{
  border-inline-end-color: rgb(250 232 255 / 0.25);
}

.border-e-fuchsia-100\/30{
  border-inline-end-color: rgb(250 232 255 / 0.3);
}

.border-e-fuchsia-100\/40{
  border-inline-end-color: rgb(250 232 255 / 0.4);
}

.border-e-fuchsia-100\/5{
  border-inline-end-color: rgb(250 232 255 / 0.05);
}

.border-e-fuchsia-100\/50{
  border-inline-end-color: rgb(250 232 255 / 0.5);
}

.border-e-fuchsia-100\/60{
  border-inline-end-color: rgb(250 232 255 / 0.6);
}

.border-e-fuchsia-100\/70{
  border-inline-end-color: rgb(250 232 255 / 0.7);
}

.border-e-fuchsia-100\/75{
  border-inline-end-color: rgb(250 232 255 / 0.75);
}

.border-e-fuchsia-100\/80{
  border-inline-end-color: rgb(250 232 255 / 0.8);
}

.border-e-fuchsia-100\/90{
  border-inline-end-color: rgb(250 232 255 / 0.9);
}

.border-e-fuchsia-100\/95{
  border-inline-end-color: rgb(250 232 255 / 0.95);
}

.border-e-fuchsia-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-e-fuchsia-200\/0{
  border-inline-end-color: rgb(245 208 254 / 0);
}

.border-e-fuchsia-200\/10{
  border-inline-end-color: rgb(245 208 254 / 0.1);
}

.border-e-fuchsia-200\/100{
  border-inline-end-color: rgb(245 208 254 / 1);
}

.border-e-fuchsia-200\/20{
  border-inline-end-color: rgb(245 208 254 / 0.2);
}

.border-e-fuchsia-200\/25{
  border-inline-end-color: rgb(245 208 254 / 0.25);
}

.border-e-fuchsia-200\/30{
  border-inline-end-color: rgb(245 208 254 / 0.3);
}

.border-e-fuchsia-200\/40{
  border-inline-end-color: rgb(245 208 254 / 0.4);
}

.border-e-fuchsia-200\/5{
  border-inline-end-color: rgb(245 208 254 / 0.05);
}

.border-e-fuchsia-200\/50{
  border-inline-end-color: rgb(245 208 254 / 0.5);
}

.border-e-fuchsia-200\/60{
  border-inline-end-color: rgb(245 208 254 / 0.6);
}

.border-e-fuchsia-200\/70{
  border-inline-end-color: rgb(245 208 254 / 0.7);
}

.border-e-fuchsia-200\/75{
  border-inline-end-color: rgb(245 208 254 / 0.75);
}

.border-e-fuchsia-200\/80{
  border-inline-end-color: rgb(245 208 254 / 0.8);
}

.border-e-fuchsia-200\/90{
  border-inline-end-color: rgb(245 208 254 / 0.9);
}

.border-e-fuchsia-200\/95{
  border-inline-end-color: rgb(245 208 254 / 0.95);
}

.border-e-fuchsia-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-e-fuchsia-300\/0{
  border-inline-end-color: rgb(240 171 252 / 0);
}

.border-e-fuchsia-300\/10{
  border-inline-end-color: rgb(240 171 252 / 0.1);
}

.border-e-fuchsia-300\/100{
  border-inline-end-color: rgb(240 171 252 / 1);
}

.border-e-fuchsia-300\/20{
  border-inline-end-color: rgb(240 171 252 / 0.2);
}

.border-e-fuchsia-300\/25{
  border-inline-end-color: rgb(240 171 252 / 0.25);
}

.border-e-fuchsia-300\/30{
  border-inline-end-color: rgb(240 171 252 / 0.3);
}

.border-e-fuchsia-300\/40{
  border-inline-end-color: rgb(240 171 252 / 0.4);
}

.border-e-fuchsia-300\/5{
  border-inline-end-color: rgb(240 171 252 / 0.05);
}

.border-e-fuchsia-300\/50{
  border-inline-end-color: rgb(240 171 252 / 0.5);
}

.border-e-fuchsia-300\/60{
  border-inline-end-color: rgb(240 171 252 / 0.6);
}

.border-e-fuchsia-300\/70{
  border-inline-end-color: rgb(240 171 252 / 0.7);
}

.border-e-fuchsia-300\/75{
  border-inline-end-color: rgb(240 171 252 / 0.75);
}

.border-e-fuchsia-300\/80{
  border-inline-end-color: rgb(240 171 252 / 0.8);
}

.border-e-fuchsia-300\/90{
  border-inline-end-color: rgb(240 171 252 / 0.9);
}

.border-e-fuchsia-300\/95{
  border-inline-end-color: rgb(240 171 252 / 0.95);
}

.border-e-fuchsia-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-e-fuchsia-400\/0{
  border-inline-end-color: rgb(232 121 249 / 0);
}

.border-e-fuchsia-400\/10{
  border-inline-end-color: rgb(232 121 249 / 0.1);
}

.border-e-fuchsia-400\/100{
  border-inline-end-color: rgb(232 121 249 / 1);
}

.border-e-fuchsia-400\/20{
  border-inline-end-color: rgb(232 121 249 / 0.2);
}

.border-e-fuchsia-400\/25{
  border-inline-end-color: rgb(232 121 249 / 0.25);
}

.border-e-fuchsia-400\/30{
  border-inline-end-color: rgb(232 121 249 / 0.3);
}

.border-e-fuchsia-400\/40{
  border-inline-end-color: rgb(232 121 249 / 0.4);
}

.border-e-fuchsia-400\/5{
  border-inline-end-color: rgb(232 121 249 / 0.05);
}

.border-e-fuchsia-400\/50{
  border-inline-end-color: rgb(232 121 249 / 0.5);
}

.border-e-fuchsia-400\/60{
  border-inline-end-color: rgb(232 121 249 / 0.6);
}

.border-e-fuchsia-400\/70{
  border-inline-end-color: rgb(232 121 249 / 0.7);
}

.border-e-fuchsia-400\/75{
  border-inline-end-color: rgb(232 121 249 / 0.75);
}

.border-e-fuchsia-400\/80{
  border-inline-end-color: rgb(232 121 249 / 0.8);
}

.border-e-fuchsia-400\/90{
  border-inline-end-color: rgb(232 121 249 / 0.9);
}

.border-e-fuchsia-400\/95{
  border-inline-end-color: rgb(232 121 249 / 0.95);
}

.border-e-fuchsia-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-e-fuchsia-50\/0{
  border-inline-end-color: rgb(253 244 255 / 0);
}

.border-e-fuchsia-50\/10{
  border-inline-end-color: rgb(253 244 255 / 0.1);
}

.border-e-fuchsia-50\/100{
  border-inline-end-color: rgb(253 244 255 / 1);
}

.border-e-fuchsia-50\/20{
  border-inline-end-color: rgb(253 244 255 / 0.2);
}

.border-e-fuchsia-50\/25{
  border-inline-end-color: rgb(253 244 255 / 0.25);
}

.border-e-fuchsia-50\/30{
  border-inline-end-color: rgb(253 244 255 / 0.3);
}

.border-e-fuchsia-50\/40{
  border-inline-end-color: rgb(253 244 255 / 0.4);
}

.border-e-fuchsia-50\/5{
  border-inline-end-color: rgb(253 244 255 / 0.05);
}

.border-e-fuchsia-50\/50{
  border-inline-end-color: rgb(253 244 255 / 0.5);
}

.border-e-fuchsia-50\/60{
  border-inline-end-color: rgb(253 244 255 / 0.6);
}

.border-e-fuchsia-50\/70{
  border-inline-end-color: rgb(253 244 255 / 0.7);
}

.border-e-fuchsia-50\/75{
  border-inline-end-color: rgb(253 244 255 / 0.75);
}

.border-e-fuchsia-50\/80{
  border-inline-end-color: rgb(253 244 255 / 0.8);
}

.border-e-fuchsia-50\/90{
  border-inline-end-color: rgb(253 244 255 / 0.9);
}

.border-e-fuchsia-50\/95{
  border-inline-end-color: rgb(253 244 255 / 0.95);
}

.border-e-fuchsia-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-e-fuchsia-500\/0{
  border-inline-end-color: rgb(217 70 239 / 0);
}

.border-e-fuchsia-500\/10{
  border-inline-end-color: rgb(217 70 239 / 0.1);
}

.border-e-fuchsia-500\/100{
  border-inline-end-color: rgb(217 70 239 / 1);
}

.border-e-fuchsia-500\/20{
  border-inline-end-color: rgb(217 70 239 / 0.2);
}

.border-e-fuchsia-500\/25{
  border-inline-end-color: rgb(217 70 239 / 0.25);
}

.border-e-fuchsia-500\/30{
  border-inline-end-color: rgb(217 70 239 / 0.3);
}

.border-e-fuchsia-500\/40{
  border-inline-end-color: rgb(217 70 239 / 0.4);
}

.border-e-fuchsia-500\/5{
  border-inline-end-color: rgb(217 70 239 / 0.05);
}

.border-e-fuchsia-500\/50{
  border-inline-end-color: rgb(217 70 239 / 0.5);
}

.border-e-fuchsia-500\/60{
  border-inline-end-color: rgb(217 70 239 / 0.6);
}

.border-e-fuchsia-500\/70{
  border-inline-end-color: rgb(217 70 239 / 0.7);
}

.border-e-fuchsia-500\/75{
  border-inline-end-color: rgb(217 70 239 / 0.75);
}

.border-e-fuchsia-500\/80{
  border-inline-end-color: rgb(217 70 239 / 0.8);
}

.border-e-fuchsia-500\/90{
  border-inline-end-color: rgb(217 70 239 / 0.9);
}

.border-e-fuchsia-500\/95{
  border-inline-end-color: rgb(217 70 239 / 0.95);
}

.border-e-fuchsia-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-e-fuchsia-600\/0{
  border-inline-end-color: rgb(192 38 211 / 0);
}

.border-e-fuchsia-600\/10{
  border-inline-end-color: rgb(192 38 211 / 0.1);
}

.border-e-fuchsia-600\/100{
  border-inline-end-color: rgb(192 38 211 / 1);
}

.border-e-fuchsia-600\/20{
  border-inline-end-color: rgb(192 38 211 / 0.2);
}

.border-e-fuchsia-600\/25{
  border-inline-end-color: rgb(192 38 211 / 0.25);
}

.border-e-fuchsia-600\/30{
  border-inline-end-color: rgb(192 38 211 / 0.3);
}

.border-e-fuchsia-600\/40{
  border-inline-end-color: rgb(192 38 211 / 0.4);
}

.border-e-fuchsia-600\/5{
  border-inline-end-color: rgb(192 38 211 / 0.05);
}

.border-e-fuchsia-600\/50{
  border-inline-end-color: rgb(192 38 211 / 0.5);
}

.border-e-fuchsia-600\/60{
  border-inline-end-color: rgb(192 38 211 / 0.6);
}

.border-e-fuchsia-600\/70{
  border-inline-end-color: rgb(192 38 211 / 0.7);
}

.border-e-fuchsia-600\/75{
  border-inline-end-color: rgb(192 38 211 / 0.75);
}

.border-e-fuchsia-600\/80{
  border-inline-end-color: rgb(192 38 211 / 0.8);
}

.border-e-fuchsia-600\/90{
  border-inline-end-color: rgb(192 38 211 / 0.9);
}

.border-e-fuchsia-600\/95{
  border-inline-end-color: rgb(192 38 211 / 0.95);
}

.border-e-fuchsia-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-e-fuchsia-700\/0{
  border-inline-end-color: rgb(162 28 175 / 0);
}

.border-e-fuchsia-700\/10{
  border-inline-end-color: rgb(162 28 175 / 0.1);
}

.border-e-fuchsia-700\/100{
  border-inline-end-color: rgb(162 28 175 / 1);
}

.border-e-fuchsia-700\/20{
  border-inline-end-color: rgb(162 28 175 / 0.2);
}

.border-e-fuchsia-700\/25{
  border-inline-end-color: rgb(162 28 175 / 0.25);
}

.border-e-fuchsia-700\/30{
  border-inline-end-color: rgb(162 28 175 / 0.3);
}

.border-e-fuchsia-700\/40{
  border-inline-end-color: rgb(162 28 175 / 0.4);
}

.border-e-fuchsia-700\/5{
  border-inline-end-color: rgb(162 28 175 / 0.05);
}

.border-e-fuchsia-700\/50{
  border-inline-end-color: rgb(162 28 175 / 0.5);
}

.border-e-fuchsia-700\/60{
  border-inline-end-color: rgb(162 28 175 / 0.6);
}

.border-e-fuchsia-700\/70{
  border-inline-end-color: rgb(162 28 175 / 0.7);
}

.border-e-fuchsia-700\/75{
  border-inline-end-color: rgb(162 28 175 / 0.75);
}

.border-e-fuchsia-700\/80{
  border-inline-end-color: rgb(162 28 175 / 0.8);
}

.border-e-fuchsia-700\/90{
  border-inline-end-color: rgb(162 28 175 / 0.9);
}

.border-e-fuchsia-700\/95{
  border-inline-end-color: rgb(162 28 175 / 0.95);
}

.border-e-fuchsia-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-e-fuchsia-800\/0{
  border-inline-end-color: rgb(134 25 143 / 0);
}

.border-e-fuchsia-800\/10{
  border-inline-end-color: rgb(134 25 143 / 0.1);
}

.border-e-fuchsia-800\/100{
  border-inline-end-color: rgb(134 25 143 / 1);
}

.border-e-fuchsia-800\/20{
  border-inline-end-color: rgb(134 25 143 / 0.2);
}

.border-e-fuchsia-800\/25{
  border-inline-end-color: rgb(134 25 143 / 0.25);
}

.border-e-fuchsia-800\/30{
  border-inline-end-color: rgb(134 25 143 / 0.3);
}

.border-e-fuchsia-800\/40{
  border-inline-end-color: rgb(134 25 143 / 0.4);
}

.border-e-fuchsia-800\/5{
  border-inline-end-color: rgb(134 25 143 / 0.05);
}

.border-e-fuchsia-800\/50{
  border-inline-end-color: rgb(134 25 143 / 0.5);
}

.border-e-fuchsia-800\/60{
  border-inline-end-color: rgb(134 25 143 / 0.6);
}

.border-e-fuchsia-800\/70{
  border-inline-end-color: rgb(134 25 143 / 0.7);
}

.border-e-fuchsia-800\/75{
  border-inline-end-color: rgb(134 25 143 / 0.75);
}

.border-e-fuchsia-800\/80{
  border-inline-end-color: rgb(134 25 143 / 0.8);
}

.border-e-fuchsia-800\/90{
  border-inline-end-color: rgb(134 25 143 / 0.9);
}

.border-e-fuchsia-800\/95{
  border-inline-end-color: rgb(134 25 143 / 0.95);
}

.border-e-fuchsia-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-e-fuchsia-900\/0{
  border-inline-end-color: rgb(112 26 117 / 0);
}

.border-e-fuchsia-900\/10{
  border-inline-end-color: rgb(112 26 117 / 0.1);
}

.border-e-fuchsia-900\/100{
  border-inline-end-color: rgb(112 26 117 / 1);
}

.border-e-fuchsia-900\/20{
  border-inline-end-color: rgb(112 26 117 / 0.2);
}

.border-e-fuchsia-900\/25{
  border-inline-end-color: rgb(112 26 117 / 0.25);
}

.border-e-fuchsia-900\/30{
  border-inline-end-color: rgb(112 26 117 / 0.3);
}

.border-e-fuchsia-900\/40{
  border-inline-end-color: rgb(112 26 117 / 0.4);
}

.border-e-fuchsia-900\/5{
  border-inline-end-color: rgb(112 26 117 / 0.05);
}

.border-e-fuchsia-900\/50{
  border-inline-end-color: rgb(112 26 117 / 0.5);
}

.border-e-fuchsia-900\/60{
  border-inline-end-color: rgb(112 26 117 / 0.6);
}

.border-e-fuchsia-900\/70{
  border-inline-end-color: rgb(112 26 117 / 0.7);
}

.border-e-fuchsia-900\/75{
  border-inline-end-color: rgb(112 26 117 / 0.75);
}

.border-e-fuchsia-900\/80{
  border-inline-end-color: rgb(112 26 117 / 0.8);
}

.border-e-fuchsia-900\/90{
  border-inline-end-color: rgb(112 26 117 / 0.9);
}

.border-e-fuchsia-900\/95{
  border-inline-end-color: rgb(112 26 117 / 0.95);
}

.border-e-fuchsia-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-e-fuchsia-950\/0{
  border-inline-end-color: rgb(74 4 78 / 0);
}

.border-e-fuchsia-950\/10{
  border-inline-end-color: rgb(74 4 78 / 0.1);
}

.border-e-fuchsia-950\/100{
  border-inline-end-color: rgb(74 4 78 / 1);
}

.border-e-fuchsia-950\/20{
  border-inline-end-color: rgb(74 4 78 / 0.2);
}

.border-e-fuchsia-950\/25{
  border-inline-end-color: rgb(74 4 78 / 0.25);
}

.border-e-fuchsia-950\/30{
  border-inline-end-color: rgb(74 4 78 / 0.3);
}

.border-e-fuchsia-950\/40{
  border-inline-end-color: rgb(74 4 78 / 0.4);
}

.border-e-fuchsia-950\/5{
  border-inline-end-color: rgb(74 4 78 / 0.05);
}

.border-e-fuchsia-950\/50{
  border-inline-end-color: rgb(74 4 78 / 0.5);
}

.border-e-fuchsia-950\/60{
  border-inline-end-color: rgb(74 4 78 / 0.6);
}

.border-e-fuchsia-950\/70{
  border-inline-end-color: rgb(74 4 78 / 0.7);
}

.border-e-fuchsia-950\/75{
  border-inline-end-color: rgb(74 4 78 / 0.75);
}

.border-e-fuchsia-950\/80{
  border-inline-end-color: rgb(74 4 78 / 0.8);
}

.border-e-fuchsia-950\/90{
  border-inline-end-color: rgb(74 4 78 / 0.9);
}

.border-e-fuchsia-950\/95{
  border-inline-end-color: rgb(74 4 78 / 0.95);
}

.border-e-gray-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-e-gray-100\/0{
  border-inline-end-color: rgb(243 244 246 / 0);
}

.border-e-gray-100\/10{
  border-inline-end-color: rgb(243 244 246 / 0.1);
}

.border-e-gray-100\/100{
  border-inline-end-color: rgb(243 244 246 / 1);
}

.border-e-gray-100\/20{
  border-inline-end-color: rgb(243 244 246 / 0.2);
}

.border-e-gray-100\/25{
  border-inline-end-color: rgb(243 244 246 / 0.25);
}

.border-e-gray-100\/30{
  border-inline-end-color: rgb(243 244 246 / 0.3);
}

.border-e-gray-100\/40{
  border-inline-end-color: rgb(243 244 246 / 0.4);
}

.border-e-gray-100\/5{
  border-inline-end-color: rgb(243 244 246 / 0.05);
}

.border-e-gray-100\/50{
  border-inline-end-color: rgb(243 244 246 / 0.5);
}

.border-e-gray-100\/60{
  border-inline-end-color: rgb(243 244 246 / 0.6);
}

.border-e-gray-100\/70{
  border-inline-end-color: rgb(243 244 246 / 0.7);
}

.border-e-gray-100\/75{
  border-inline-end-color: rgb(243 244 246 / 0.75);
}

.border-e-gray-100\/80{
  border-inline-end-color: rgb(243 244 246 / 0.8);
}

.border-e-gray-100\/90{
  border-inline-end-color: rgb(243 244 246 / 0.9);
}

.border-e-gray-100\/95{
  border-inline-end-color: rgb(243 244 246 / 0.95);
}

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

.border-e-gray-200\/0{
  border-inline-end-color: rgb(229 231 235 / 0);
}

.border-e-gray-200\/10{
  border-inline-end-color: rgb(229 231 235 / 0.1);
}

.border-e-gray-200\/100{
  border-inline-end-color: rgb(229 231 235 / 1);
}

.border-e-gray-200\/20{
  border-inline-end-color: rgb(229 231 235 / 0.2);
}

.border-e-gray-200\/25{
  border-inline-end-color: rgb(229 231 235 / 0.25);
}

.border-e-gray-200\/30{
  border-inline-end-color: rgb(229 231 235 / 0.3);
}

.border-e-gray-200\/40{
  border-inline-end-color: rgb(229 231 235 / 0.4);
}

.border-e-gray-200\/5{
  border-inline-end-color: rgb(229 231 235 / 0.05);
}

.border-e-gray-200\/50{
  border-inline-end-color: rgb(229 231 235 / 0.5);
}

.border-e-gray-200\/60{
  border-inline-end-color: rgb(229 231 235 / 0.6);
}

.border-e-gray-200\/70{
  border-inline-end-color: rgb(229 231 235 / 0.7);
}

.border-e-gray-200\/75{
  border-inline-end-color: rgb(229 231 235 / 0.75);
}

.border-e-gray-200\/80{
  border-inline-end-color: rgb(229 231 235 / 0.8);
}

.border-e-gray-200\/90{
  border-inline-end-color: rgb(229 231 235 / 0.9);
}

.border-e-gray-200\/95{
  border-inline-end-color: rgb(229 231 235 / 0.95);
}

.border-e-gray-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-e-gray-300\/0{
  border-inline-end-color: rgb(209 213 219 / 0);
}

.border-e-gray-300\/10{
  border-inline-end-color: rgb(209 213 219 / 0.1);
}

.border-e-gray-300\/100{
  border-inline-end-color: rgb(209 213 219 / 1);
}

.border-e-gray-300\/20{
  border-inline-end-color: rgb(209 213 219 / 0.2);
}

.border-e-gray-300\/25{
  border-inline-end-color: rgb(209 213 219 / 0.25);
}

.border-e-gray-300\/30{
  border-inline-end-color: rgb(209 213 219 / 0.3);
}

.border-e-gray-300\/40{
  border-inline-end-color: rgb(209 213 219 / 0.4);
}

.border-e-gray-300\/5{
  border-inline-end-color: rgb(209 213 219 / 0.05);
}

.border-e-gray-300\/50{
  border-inline-end-color: rgb(209 213 219 / 0.5);
}

.border-e-gray-300\/60{
  border-inline-end-color: rgb(209 213 219 / 0.6);
}

.border-e-gray-300\/70{
  border-inline-end-color: rgb(209 213 219 / 0.7);
}

.border-e-gray-300\/75{
  border-inline-end-color: rgb(209 213 219 / 0.75);
}

.border-e-gray-300\/80{
  border-inline-end-color: rgb(209 213 219 / 0.8);
}

.border-e-gray-300\/90{
  border-inline-end-color: rgb(209 213 219 / 0.9);
}

.border-e-gray-300\/95{
  border-inline-end-color: rgb(209 213 219 / 0.95);
}

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

.border-e-gray-400\/0{
  border-inline-end-color: rgb(156 163 175 / 0);
}

.border-e-gray-400\/10{
  border-inline-end-color: rgb(156 163 175 / 0.1);
}

.border-e-gray-400\/100{
  border-inline-end-color: rgb(156 163 175 / 1);
}

.border-e-gray-400\/20{
  border-inline-end-color: rgb(156 163 175 / 0.2);
}

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

.border-e-gray-400\/30{
  border-inline-end-color: rgb(156 163 175 / 0.3);
}

.border-e-gray-400\/40{
  border-inline-end-color: rgb(156 163 175 / 0.4);
}

.border-e-gray-400\/5{
  border-inline-end-color: rgb(156 163 175 / 0.05);
}

.border-e-gray-400\/50{
  border-inline-end-color: rgb(156 163 175 / 0.5);
}

.border-e-gray-400\/60{
  border-inline-end-color: rgb(156 163 175 / 0.6);
}

.border-e-gray-400\/70{
  border-inline-end-color: rgb(156 163 175 / 0.7);
}

.border-e-gray-400\/75{
  border-inline-end-color: rgb(156 163 175 / 0.75);
}

.border-e-gray-400\/80{
  border-inline-end-color: rgb(156 163 175 / 0.8);
}

.border-e-gray-400\/90{
  border-inline-end-color: rgb(156 163 175 / 0.9);
}

.border-e-gray-400\/95{
  border-inline-end-color: rgb(156 163 175 / 0.95);
}

.border-e-gray-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-e-gray-50\/0{
  border-inline-end-color: rgb(249 250 251 / 0);
}

.border-e-gray-50\/10{
  border-inline-end-color: rgb(249 250 251 / 0.1);
}

.border-e-gray-50\/100{
  border-inline-end-color: rgb(249 250 251 / 1);
}

.border-e-gray-50\/20{
  border-inline-end-color: rgb(249 250 251 / 0.2);
}

.border-e-gray-50\/25{
  border-inline-end-color: rgb(249 250 251 / 0.25);
}

.border-e-gray-50\/30{
  border-inline-end-color: rgb(249 250 251 / 0.3);
}

.border-e-gray-50\/40{
  border-inline-end-color: rgb(249 250 251 / 0.4);
}

.border-e-gray-50\/5{
  border-inline-end-color: rgb(249 250 251 / 0.05);
}

.border-e-gray-50\/50{
  border-inline-end-color: rgb(249 250 251 / 0.5);
}

.border-e-gray-50\/60{
  border-inline-end-color: rgb(249 250 251 / 0.6);
}

.border-e-gray-50\/70{
  border-inline-end-color: rgb(249 250 251 / 0.7);
}

.border-e-gray-50\/75{
  border-inline-end-color: rgb(249 250 251 / 0.75);
}

.border-e-gray-50\/80{
  border-inline-end-color: rgb(249 250 251 / 0.8);
}

.border-e-gray-50\/90{
  border-inline-end-color: rgb(249 250 251 / 0.9);
}

.border-e-gray-50\/95{
  border-inline-end-color: rgb(249 250 251 / 0.95);
}

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

.border-e-gray-500\/0{
  border-inline-end-color: rgb(107 114 128 / 0);
}

.border-e-gray-500\/10{
  border-inline-end-color: rgb(107 114 128 / 0.1);
}

.border-e-gray-500\/100{
  border-inline-end-color: rgb(107 114 128 / 1);
}

.border-e-gray-500\/20{
  border-inline-end-color: rgb(107 114 128 / 0.2);
}

.border-e-gray-500\/25{
  border-inline-end-color: rgb(107 114 128 / 0.25);
}

.border-e-gray-500\/30{
  border-inline-end-color: rgb(107 114 128 / 0.3);
}

.border-e-gray-500\/40{
  border-inline-end-color: rgb(107 114 128 / 0.4);
}

.border-e-gray-500\/5{
  border-inline-end-color: rgb(107 114 128 / 0.05);
}

.border-e-gray-500\/50{
  border-inline-end-color: rgb(107 114 128 / 0.5);
}

.border-e-gray-500\/60{
  border-inline-end-color: rgb(107 114 128 / 0.6);
}

.border-e-gray-500\/70{
  border-inline-end-color: rgb(107 114 128 / 0.7);
}

.border-e-gray-500\/75{
  border-inline-end-color: rgb(107 114 128 / 0.75);
}

.border-e-gray-500\/80{
  border-inline-end-color: rgb(107 114 128 / 0.8);
}

.border-e-gray-500\/90{
  border-inline-end-color: rgb(107 114 128 / 0.9);
}

.border-e-gray-500\/95{
  border-inline-end-color: rgb(107 114 128 / 0.95);
}

.border-e-gray-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-e-gray-600\/0{
  border-inline-end-color: rgb(75 85 99 / 0);
}

.border-e-gray-600\/10{
  border-inline-end-color: rgb(75 85 99 / 0.1);
}

.border-e-gray-600\/100{
  border-inline-end-color: rgb(75 85 99 / 1);
}

.border-e-gray-600\/20{
  border-inline-end-color: rgb(75 85 99 / 0.2);
}

.border-e-gray-600\/25{
  border-inline-end-color: rgb(75 85 99 / 0.25);
}

.border-e-gray-600\/30{
  border-inline-end-color: rgb(75 85 99 / 0.3);
}

.border-e-gray-600\/40{
  border-inline-end-color: rgb(75 85 99 / 0.4);
}

.border-e-gray-600\/5{
  border-inline-end-color: rgb(75 85 99 / 0.05);
}

.border-e-gray-600\/50{
  border-inline-end-color: rgb(75 85 99 / 0.5);
}

.border-e-gray-600\/60{
  border-inline-end-color: rgb(75 85 99 / 0.6);
}

.border-e-gray-600\/70{
  border-inline-end-color: rgb(75 85 99 / 0.7);
}

.border-e-gray-600\/75{
  border-inline-end-color: rgb(75 85 99 / 0.75);
}

.border-e-gray-600\/80{
  border-inline-end-color: rgb(75 85 99 / 0.8);
}

.border-e-gray-600\/90{
  border-inline-end-color: rgb(75 85 99 / 0.9);
}

.border-e-gray-600\/95{
  border-inline-end-color: rgb(75 85 99 / 0.95);
}

.border-e-gray-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-e-gray-700\/0{
  border-inline-end-color: rgb(55 65 81 / 0);
}

.border-e-gray-700\/10{
  border-inline-end-color: rgb(55 65 81 / 0.1);
}

.border-e-gray-700\/100{
  border-inline-end-color: rgb(55 65 81 / 1);
}

.border-e-gray-700\/20{
  border-inline-end-color: rgb(55 65 81 / 0.2);
}

.border-e-gray-700\/25{
  border-inline-end-color: rgb(55 65 81 / 0.25);
}

.border-e-gray-700\/30{
  border-inline-end-color: rgb(55 65 81 / 0.3);
}

.border-e-gray-700\/40{
  border-inline-end-color: rgb(55 65 81 / 0.4);
}

.border-e-gray-700\/5{
  border-inline-end-color: rgb(55 65 81 / 0.05);
}

.border-e-gray-700\/50{
  border-inline-end-color: rgb(55 65 81 / 0.5);
}

.border-e-gray-700\/60{
  border-inline-end-color: rgb(55 65 81 / 0.6);
}

.border-e-gray-700\/70{
  border-inline-end-color: rgb(55 65 81 / 0.7);
}

.border-e-gray-700\/75{
  border-inline-end-color: rgb(55 65 81 / 0.75);
}

.border-e-gray-700\/80{
  border-inline-end-color: rgb(55 65 81 / 0.8);
}

.border-e-gray-700\/90{
  border-inline-end-color: rgb(55 65 81 / 0.9);
}

.border-e-gray-700\/95{
  border-inline-end-color: rgb(55 65 81 / 0.95);
}

.border-e-gray-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-e-gray-800\/0{
  border-inline-end-color: rgb(31 41 55 / 0);
}

.border-e-gray-800\/10{
  border-inline-end-color: rgb(31 41 55 / 0.1);
}

.border-e-gray-800\/100{
  border-inline-end-color: rgb(31 41 55 / 1);
}

.border-e-gray-800\/20{
  border-inline-end-color: rgb(31 41 55 / 0.2);
}

.border-e-gray-800\/25{
  border-inline-end-color: rgb(31 41 55 / 0.25);
}

.border-e-gray-800\/30{
  border-inline-end-color: rgb(31 41 55 / 0.3);
}

.border-e-gray-800\/40{
  border-inline-end-color: rgb(31 41 55 / 0.4);
}

.border-e-gray-800\/5{
  border-inline-end-color: rgb(31 41 55 / 0.05);
}

.border-e-gray-800\/50{
  border-inline-end-color: rgb(31 41 55 / 0.5);
}

.border-e-gray-800\/60{
  border-inline-end-color: rgb(31 41 55 / 0.6);
}

.border-e-gray-800\/70{
  border-inline-end-color: rgb(31 41 55 / 0.7);
}

.border-e-gray-800\/75{
  border-inline-end-color: rgb(31 41 55 / 0.75);
}

.border-e-gray-800\/80{
  border-inline-end-color: rgb(31 41 55 / 0.8);
}

.border-e-gray-800\/90{
  border-inline-end-color: rgb(31 41 55 / 0.9);
}

.border-e-gray-800\/95{
  border-inline-end-color: rgb(31 41 55 / 0.95);
}

.border-e-gray-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-e-gray-900\/0{
  border-inline-end-color: rgb(17 24 39 / 0);
}

.border-e-gray-900\/10{
  border-inline-end-color: rgb(17 24 39 / 0.1);
}

.border-e-gray-900\/100{
  border-inline-end-color: rgb(17 24 39 / 1);
}

.border-e-gray-900\/20{
  border-inline-end-color: rgb(17 24 39 / 0.2);
}

.border-e-gray-900\/25{
  border-inline-end-color: rgb(17 24 39 / 0.25);
}

.border-e-gray-900\/30{
  border-inline-end-color: rgb(17 24 39 / 0.3);
}

.border-e-gray-900\/40{
  border-inline-end-color: rgb(17 24 39 / 0.4);
}

.border-e-gray-900\/5{
  border-inline-end-color: rgb(17 24 39 / 0.05);
}

.border-e-gray-900\/50{
  border-inline-end-color: rgb(17 24 39 / 0.5);
}

.border-e-gray-900\/60{
  border-inline-end-color: rgb(17 24 39 / 0.6);
}

.border-e-gray-900\/70{
  border-inline-end-color: rgb(17 24 39 / 0.7);
}

.border-e-gray-900\/75{
  border-inline-end-color: rgb(17 24 39 / 0.75);
}

.border-e-gray-900\/80{
  border-inline-end-color: rgb(17 24 39 / 0.8);
}

.border-e-gray-900\/90{
  border-inline-end-color: rgb(17 24 39 / 0.9);
}

.border-e-gray-900\/95{
  border-inline-end-color: rgb(17 24 39 / 0.95);
}

.border-e-gray-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-e-gray-950\/0{
  border-inline-end-color: rgb(3 7 18 / 0);
}

.border-e-gray-950\/10{
  border-inline-end-color: rgb(3 7 18 / 0.1);
}

.border-e-gray-950\/100{
  border-inline-end-color: rgb(3 7 18 / 1);
}

.border-e-gray-950\/20{
  border-inline-end-color: rgb(3 7 18 / 0.2);
}

.border-e-gray-950\/25{
  border-inline-end-color: rgb(3 7 18 / 0.25);
}

.border-e-gray-950\/30{
  border-inline-end-color: rgb(3 7 18 / 0.3);
}

.border-e-gray-950\/40{
  border-inline-end-color: rgb(3 7 18 / 0.4);
}

.border-e-gray-950\/5{
  border-inline-end-color: rgb(3 7 18 / 0.05);
}

.border-e-gray-950\/50{
  border-inline-end-color: rgb(3 7 18 / 0.5);
}

.border-e-gray-950\/60{
  border-inline-end-color: rgb(3 7 18 / 0.6);
}

.border-e-gray-950\/70{
  border-inline-end-color: rgb(3 7 18 / 0.7);
}

.border-e-gray-950\/75{
  border-inline-end-color: rgb(3 7 18 / 0.75);
}

.border-e-gray-950\/80{
  border-inline-end-color: rgb(3 7 18 / 0.8);
}

.border-e-gray-950\/90{
  border-inline-end-color: rgb(3 7 18 / 0.9);
}

.border-e-gray-950\/95{
  border-inline-end-color: rgb(3 7 18 / 0.95);
}

.border-e-green-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-e-green-100\/0{
  border-inline-end-color: rgb(220 252 231 / 0);
}

.border-e-green-100\/10{
  border-inline-end-color: rgb(220 252 231 / 0.1);
}

.border-e-green-100\/100{
  border-inline-end-color: rgb(220 252 231 / 1);
}

.border-e-green-100\/20{
  border-inline-end-color: rgb(220 252 231 / 0.2);
}

.border-e-green-100\/25{
  border-inline-end-color: rgb(220 252 231 / 0.25);
}

.border-e-green-100\/30{
  border-inline-end-color: rgb(220 252 231 / 0.3);
}

.border-e-green-100\/40{
  border-inline-end-color: rgb(220 252 231 / 0.4);
}

.border-e-green-100\/5{
  border-inline-end-color: rgb(220 252 231 / 0.05);
}

.border-e-green-100\/50{
  border-inline-end-color: rgb(220 252 231 / 0.5);
}

.border-e-green-100\/60{
  border-inline-end-color: rgb(220 252 231 / 0.6);
}

.border-e-green-100\/70{
  border-inline-end-color: rgb(220 252 231 / 0.7);
}

.border-e-green-100\/75{
  border-inline-end-color: rgb(220 252 231 / 0.75);
}

.border-e-green-100\/80{
  border-inline-end-color: rgb(220 252 231 / 0.8);
}

.border-e-green-100\/90{
  border-inline-end-color: rgb(220 252 231 / 0.9);
}

.border-e-green-100\/95{
  border-inline-end-color: rgb(220 252 231 / 0.95);
}

.border-e-green-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-e-green-200\/0{
  border-inline-end-color: rgb(187 247 208 / 0);
}

.border-e-green-200\/10{
  border-inline-end-color: rgb(187 247 208 / 0.1);
}

.border-e-green-200\/100{
  border-inline-end-color: rgb(187 247 208 / 1);
}

.border-e-green-200\/20{
  border-inline-end-color: rgb(187 247 208 / 0.2);
}

.border-e-green-200\/25{
  border-inline-end-color: rgb(187 247 208 / 0.25);
}

.border-e-green-200\/30{
  border-inline-end-color: rgb(187 247 208 / 0.3);
}

.border-e-green-200\/40{
  border-inline-end-color: rgb(187 247 208 / 0.4);
}

.border-e-green-200\/5{
  border-inline-end-color: rgb(187 247 208 / 0.05);
}

.border-e-green-200\/50{
  border-inline-end-color: rgb(187 247 208 / 0.5);
}

.border-e-green-200\/60{
  border-inline-end-color: rgb(187 247 208 / 0.6);
}

.border-e-green-200\/70{
  border-inline-end-color: rgb(187 247 208 / 0.7);
}

.border-e-green-200\/75{
  border-inline-end-color: rgb(187 247 208 / 0.75);
}

.border-e-green-200\/80{
  border-inline-end-color: rgb(187 247 208 / 0.8);
}

.border-e-green-200\/90{
  border-inline-end-color: rgb(187 247 208 / 0.9);
}

.border-e-green-200\/95{
  border-inline-end-color: rgb(187 247 208 / 0.95);
}

.border-e-green-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-e-green-300\/0{
  border-inline-end-color: rgb(134 239 172 / 0);
}

.border-e-green-300\/10{
  border-inline-end-color: rgb(134 239 172 / 0.1);
}

.border-e-green-300\/100{
  border-inline-end-color: rgb(134 239 172 / 1);
}

.border-e-green-300\/20{
  border-inline-end-color: rgb(134 239 172 / 0.2);
}

.border-e-green-300\/25{
  border-inline-end-color: rgb(134 239 172 / 0.25);
}

.border-e-green-300\/30{
  border-inline-end-color: rgb(134 239 172 / 0.3);
}

.border-e-green-300\/40{
  border-inline-end-color: rgb(134 239 172 / 0.4);
}

.border-e-green-300\/5{
  border-inline-end-color: rgb(134 239 172 / 0.05);
}

.border-e-green-300\/50{
  border-inline-end-color: rgb(134 239 172 / 0.5);
}

.border-e-green-300\/60{
  border-inline-end-color: rgb(134 239 172 / 0.6);
}

.border-e-green-300\/70{
  border-inline-end-color: rgb(134 239 172 / 0.7);
}

.border-e-green-300\/75{
  border-inline-end-color: rgb(134 239 172 / 0.75);
}

.border-e-green-300\/80{
  border-inline-end-color: rgb(134 239 172 / 0.8);
}

.border-e-green-300\/90{
  border-inline-end-color: rgb(134 239 172 / 0.9);
}

.border-e-green-300\/95{
  border-inline-end-color: rgb(134 239 172 / 0.95);
}

.border-e-green-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-e-green-400\/0{
  border-inline-end-color: rgb(74 222 128 / 0);
}

.border-e-green-400\/10{
  border-inline-end-color: rgb(74 222 128 / 0.1);
}

.border-e-green-400\/100{
  border-inline-end-color: rgb(74 222 128 / 1);
}

.border-e-green-400\/20{
  border-inline-end-color: rgb(74 222 128 / 0.2);
}

.border-e-green-400\/25{
  border-inline-end-color: rgb(74 222 128 / 0.25);
}

.border-e-green-400\/30{
  border-inline-end-color: rgb(74 222 128 / 0.3);
}

.border-e-green-400\/40{
  border-inline-end-color: rgb(74 222 128 / 0.4);
}

.border-e-green-400\/5{
  border-inline-end-color: rgb(74 222 128 / 0.05);
}

.border-e-green-400\/50{
  border-inline-end-color: rgb(74 222 128 / 0.5);
}

.border-e-green-400\/60{
  border-inline-end-color: rgb(74 222 128 / 0.6);
}

.border-e-green-400\/70{
  border-inline-end-color: rgb(74 222 128 / 0.7);
}

.border-e-green-400\/75{
  border-inline-end-color: rgb(74 222 128 / 0.75);
}

.border-e-green-400\/80{
  border-inline-end-color: rgb(74 222 128 / 0.8);
}

.border-e-green-400\/90{
  border-inline-end-color: rgb(74 222 128 / 0.9);
}

.border-e-green-400\/95{
  border-inline-end-color: rgb(74 222 128 / 0.95);
}

.border-e-green-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-e-green-50\/0{
  border-inline-end-color: rgb(240 253 244 / 0);
}

.border-e-green-50\/10{
  border-inline-end-color: rgb(240 253 244 / 0.1);
}

.border-e-green-50\/100{
  border-inline-end-color: rgb(240 253 244 / 1);
}

.border-e-green-50\/20{
  border-inline-end-color: rgb(240 253 244 / 0.2);
}

.border-e-green-50\/25{
  border-inline-end-color: rgb(240 253 244 / 0.25);
}

.border-e-green-50\/30{
  border-inline-end-color: rgb(240 253 244 / 0.3);
}

.border-e-green-50\/40{
  border-inline-end-color: rgb(240 253 244 / 0.4);
}

.border-e-green-50\/5{
  border-inline-end-color: rgb(240 253 244 / 0.05);
}

.border-e-green-50\/50{
  border-inline-end-color: rgb(240 253 244 / 0.5);
}

.border-e-green-50\/60{
  border-inline-end-color: rgb(240 253 244 / 0.6);
}

.border-e-green-50\/70{
  border-inline-end-color: rgb(240 253 244 / 0.7);
}

.border-e-green-50\/75{
  border-inline-end-color: rgb(240 253 244 / 0.75);
}

.border-e-green-50\/80{
  border-inline-end-color: rgb(240 253 244 / 0.8);
}

.border-e-green-50\/90{
  border-inline-end-color: rgb(240 253 244 / 0.9);
}

.border-e-green-50\/95{
  border-inline-end-color: rgb(240 253 244 / 0.95);
}

.border-e-green-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-e-green-500\/0{
  border-inline-end-color: rgb(34 197 94 / 0);
}

.border-e-green-500\/10{
  border-inline-end-color: rgb(34 197 94 / 0.1);
}

.border-e-green-500\/100{
  border-inline-end-color: rgb(34 197 94 / 1);
}

.border-e-green-500\/20{
  border-inline-end-color: rgb(34 197 94 / 0.2);
}

.border-e-green-500\/25{
  border-inline-end-color: rgb(34 197 94 / 0.25);
}

.border-e-green-500\/30{
  border-inline-end-color: rgb(34 197 94 / 0.3);
}

.border-e-green-500\/40{
  border-inline-end-color: rgb(34 197 94 / 0.4);
}

.border-e-green-500\/5{
  border-inline-end-color: rgb(34 197 94 / 0.05);
}

.border-e-green-500\/50{
  border-inline-end-color: rgb(34 197 94 / 0.5);
}

.border-e-green-500\/60{
  border-inline-end-color: rgb(34 197 94 / 0.6);
}

.border-e-green-500\/70{
  border-inline-end-color: rgb(34 197 94 / 0.7);
}

.border-e-green-500\/75{
  border-inline-end-color: rgb(34 197 94 / 0.75);
}

.border-e-green-500\/80{
  border-inline-end-color: rgb(34 197 94 / 0.8);
}

.border-e-green-500\/90{
  border-inline-end-color: rgb(34 197 94 / 0.9);
}

.border-e-green-500\/95{
  border-inline-end-color: rgb(34 197 94 / 0.95);
}

.border-e-green-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-e-green-600\/0{
  border-inline-end-color: rgb(22 163 74 / 0);
}

.border-e-green-600\/10{
  border-inline-end-color: rgb(22 163 74 / 0.1);
}

.border-e-green-600\/100{
  border-inline-end-color: rgb(22 163 74 / 1);
}

.border-e-green-600\/20{
  border-inline-end-color: rgb(22 163 74 / 0.2);
}

.border-e-green-600\/25{
  border-inline-end-color: rgb(22 163 74 / 0.25);
}

.border-e-green-600\/30{
  border-inline-end-color: rgb(22 163 74 / 0.3);
}

.border-e-green-600\/40{
  border-inline-end-color: rgb(22 163 74 / 0.4);
}

.border-e-green-600\/5{
  border-inline-end-color: rgb(22 163 74 / 0.05);
}

.border-e-green-600\/50{
  border-inline-end-color: rgb(22 163 74 / 0.5);
}

.border-e-green-600\/60{
  border-inline-end-color: rgb(22 163 74 / 0.6);
}

.border-e-green-600\/70{
  border-inline-end-color: rgb(22 163 74 / 0.7);
}

.border-e-green-600\/75{
  border-inline-end-color: rgb(22 163 74 / 0.75);
}

.border-e-green-600\/80{
  border-inline-end-color: rgb(22 163 74 / 0.8);
}

.border-e-green-600\/90{
  border-inline-end-color: rgb(22 163 74 / 0.9);
}

.border-e-green-600\/95{
  border-inline-end-color: rgb(22 163 74 / 0.95);
}

.border-e-green-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-e-green-700\/0{
  border-inline-end-color: rgb(21 128 61 / 0);
}

.border-e-green-700\/10{
  border-inline-end-color: rgb(21 128 61 / 0.1);
}

.border-e-green-700\/100{
  border-inline-end-color: rgb(21 128 61 / 1);
}

.border-e-green-700\/20{
  border-inline-end-color: rgb(21 128 61 / 0.2);
}

.border-e-green-700\/25{
  border-inline-end-color: rgb(21 128 61 / 0.25);
}

.border-e-green-700\/30{
  border-inline-end-color: rgb(21 128 61 / 0.3);
}

.border-e-green-700\/40{
  border-inline-end-color: rgb(21 128 61 / 0.4);
}

.border-e-green-700\/5{
  border-inline-end-color: rgb(21 128 61 / 0.05);
}

.border-e-green-700\/50{
  border-inline-end-color: rgb(21 128 61 / 0.5);
}

.border-e-green-700\/60{
  border-inline-end-color: rgb(21 128 61 / 0.6);
}

.border-e-green-700\/70{
  border-inline-end-color: rgb(21 128 61 / 0.7);
}

.border-e-green-700\/75{
  border-inline-end-color: rgb(21 128 61 / 0.75);
}

.border-e-green-700\/80{
  border-inline-end-color: rgb(21 128 61 / 0.8);
}

.border-e-green-700\/90{
  border-inline-end-color: rgb(21 128 61 / 0.9);
}

.border-e-green-700\/95{
  border-inline-end-color: rgb(21 128 61 / 0.95);
}

.border-e-green-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-e-green-800\/0{
  border-inline-end-color: rgb(22 101 52 / 0);
}

.border-e-green-800\/10{
  border-inline-end-color: rgb(22 101 52 / 0.1);
}

.border-e-green-800\/100{
  border-inline-end-color: rgb(22 101 52 / 1);
}

.border-e-green-800\/20{
  border-inline-end-color: rgb(22 101 52 / 0.2);
}

.border-e-green-800\/25{
  border-inline-end-color: rgb(22 101 52 / 0.25);
}

.border-e-green-800\/30{
  border-inline-end-color: rgb(22 101 52 / 0.3);
}

.border-e-green-800\/40{
  border-inline-end-color: rgb(22 101 52 / 0.4);
}

.border-e-green-800\/5{
  border-inline-end-color: rgb(22 101 52 / 0.05);
}

.border-e-green-800\/50{
  border-inline-end-color: rgb(22 101 52 / 0.5);
}

.border-e-green-800\/60{
  border-inline-end-color: rgb(22 101 52 / 0.6);
}

.border-e-green-800\/70{
  border-inline-end-color: rgb(22 101 52 / 0.7);
}

.border-e-green-800\/75{
  border-inline-end-color: rgb(22 101 52 / 0.75);
}

.border-e-green-800\/80{
  border-inline-end-color: rgb(22 101 52 / 0.8);
}

.border-e-green-800\/90{
  border-inline-end-color: rgb(22 101 52 / 0.9);
}

.border-e-green-800\/95{
  border-inline-end-color: rgb(22 101 52 / 0.95);
}

.border-e-green-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-e-green-900\/0{
  border-inline-end-color: rgb(20 83 45 / 0);
}

.border-e-green-900\/10{
  border-inline-end-color: rgb(20 83 45 / 0.1);
}

.border-e-green-900\/100{
  border-inline-end-color: rgb(20 83 45 / 1);
}

.border-e-green-900\/20{
  border-inline-end-color: rgb(20 83 45 / 0.2);
}

.border-e-green-900\/25{
  border-inline-end-color: rgb(20 83 45 / 0.25);
}

.border-e-green-900\/30{
  border-inline-end-color: rgb(20 83 45 / 0.3);
}

.border-e-green-900\/40{
  border-inline-end-color: rgb(20 83 45 / 0.4);
}

.border-e-green-900\/5{
  border-inline-end-color: rgb(20 83 45 / 0.05);
}

.border-e-green-900\/50{
  border-inline-end-color: rgb(20 83 45 / 0.5);
}

.border-e-green-900\/60{
  border-inline-end-color: rgb(20 83 45 / 0.6);
}

.border-e-green-900\/70{
  border-inline-end-color: rgb(20 83 45 / 0.7);
}

.border-e-green-900\/75{
  border-inline-end-color: rgb(20 83 45 / 0.75);
}

.border-e-green-900\/80{
  border-inline-end-color: rgb(20 83 45 / 0.8);
}

.border-e-green-900\/90{
  border-inline-end-color: rgb(20 83 45 / 0.9);
}

.border-e-green-900\/95{
  border-inline-end-color: rgb(20 83 45 / 0.95);
}

.border-e-green-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-e-green-950\/0{
  border-inline-end-color: rgb(5 46 22 / 0);
}

.border-e-green-950\/10{
  border-inline-end-color: rgb(5 46 22 / 0.1);
}

.border-e-green-950\/100{
  border-inline-end-color: rgb(5 46 22 / 1);
}

.border-e-green-950\/20{
  border-inline-end-color: rgb(5 46 22 / 0.2);
}

.border-e-green-950\/25{
  border-inline-end-color: rgb(5 46 22 / 0.25);
}

.border-e-green-950\/30{
  border-inline-end-color: rgb(5 46 22 / 0.3);
}

.border-e-green-950\/40{
  border-inline-end-color: rgb(5 46 22 / 0.4);
}

.border-e-green-950\/5{
  border-inline-end-color: rgb(5 46 22 / 0.05);
}

.border-e-green-950\/50{
  border-inline-end-color: rgb(5 46 22 / 0.5);
}

.border-e-green-950\/60{
  border-inline-end-color: rgb(5 46 22 / 0.6);
}

.border-e-green-950\/70{
  border-inline-end-color: rgb(5 46 22 / 0.7);
}

.border-e-green-950\/75{
  border-inline-end-color: rgb(5 46 22 / 0.75);
}

.border-e-green-950\/80{
  border-inline-end-color: rgb(5 46 22 / 0.8);
}

.border-e-green-950\/90{
  border-inline-end-color: rgb(5 46 22 / 0.9);
}

.border-e-green-950\/95{
  border-inline-end-color: rgb(5 46 22 / 0.95);
}

.border-e-indigo-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-e-indigo-100\/0{
  border-inline-end-color: rgb(224 231 255 / 0);
}

.border-e-indigo-100\/10{
  border-inline-end-color: rgb(224 231 255 / 0.1);
}

.border-e-indigo-100\/100{
  border-inline-end-color: rgb(224 231 255 / 1);
}

.border-e-indigo-100\/20{
  border-inline-end-color: rgb(224 231 255 / 0.2);
}

.border-e-indigo-100\/25{
  border-inline-end-color: rgb(224 231 255 / 0.25);
}

.border-e-indigo-100\/30{
  border-inline-end-color: rgb(224 231 255 / 0.3);
}

.border-e-indigo-100\/40{
  border-inline-end-color: rgb(224 231 255 / 0.4);
}

.border-e-indigo-100\/5{
  border-inline-end-color: rgb(224 231 255 / 0.05);
}

.border-e-indigo-100\/50{
  border-inline-end-color: rgb(224 231 255 / 0.5);
}

.border-e-indigo-100\/60{
  border-inline-end-color: rgb(224 231 255 / 0.6);
}

.border-e-indigo-100\/70{
  border-inline-end-color: rgb(224 231 255 / 0.7);
}

.border-e-indigo-100\/75{
  border-inline-end-color: rgb(224 231 255 / 0.75);
}

.border-e-indigo-100\/80{
  border-inline-end-color: rgb(224 231 255 / 0.8);
}

.border-e-indigo-100\/90{
  border-inline-end-color: rgb(224 231 255 / 0.9);
}

.border-e-indigo-100\/95{
  border-inline-end-color: rgb(224 231 255 / 0.95);
}

.border-e-indigo-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-e-indigo-200\/0{
  border-inline-end-color: rgb(199 210 254 / 0);
}

.border-e-indigo-200\/10{
  border-inline-end-color: rgb(199 210 254 / 0.1);
}

.border-e-indigo-200\/100{
  border-inline-end-color: rgb(199 210 254 / 1);
}

.border-e-indigo-200\/20{
  border-inline-end-color: rgb(199 210 254 / 0.2);
}

.border-e-indigo-200\/25{
  border-inline-end-color: rgb(199 210 254 / 0.25);
}

.border-e-indigo-200\/30{
  border-inline-end-color: rgb(199 210 254 / 0.3);
}

.border-e-indigo-200\/40{
  border-inline-end-color: rgb(199 210 254 / 0.4);
}

.border-e-indigo-200\/5{
  border-inline-end-color: rgb(199 210 254 / 0.05);
}

.border-e-indigo-200\/50{
  border-inline-end-color: rgb(199 210 254 / 0.5);
}

.border-e-indigo-200\/60{
  border-inline-end-color: rgb(199 210 254 / 0.6);
}

.border-e-indigo-200\/70{
  border-inline-end-color: rgb(199 210 254 / 0.7);
}

.border-e-indigo-200\/75{
  border-inline-end-color: rgb(199 210 254 / 0.75);
}

.border-e-indigo-200\/80{
  border-inline-end-color: rgb(199 210 254 / 0.8);
}

.border-e-indigo-200\/90{
  border-inline-end-color: rgb(199 210 254 / 0.9);
}

.border-e-indigo-200\/95{
  border-inline-end-color: rgb(199 210 254 / 0.95);
}

.border-e-indigo-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-e-indigo-300\/0{
  border-inline-end-color: rgb(165 180 252 / 0);
}

.border-e-indigo-300\/10{
  border-inline-end-color: rgb(165 180 252 / 0.1);
}

.border-e-indigo-300\/100{
  border-inline-end-color: rgb(165 180 252 / 1);
}

.border-e-indigo-300\/20{
  border-inline-end-color: rgb(165 180 252 / 0.2);
}

.border-e-indigo-300\/25{
  border-inline-end-color: rgb(165 180 252 / 0.25);
}

.border-e-indigo-300\/30{
  border-inline-end-color: rgb(165 180 252 / 0.3);
}

.border-e-indigo-300\/40{
  border-inline-end-color: rgb(165 180 252 / 0.4);
}

.border-e-indigo-300\/5{
  border-inline-end-color: rgb(165 180 252 / 0.05);
}

.border-e-indigo-300\/50{
  border-inline-end-color: rgb(165 180 252 / 0.5);
}

.border-e-indigo-300\/60{
  border-inline-end-color: rgb(165 180 252 / 0.6);
}

.border-e-indigo-300\/70{
  border-inline-end-color: rgb(165 180 252 / 0.7);
}

.border-e-indigo-300\/75{
  border-inline-end-color: rgb(165 180 252 / 0.75);
}

.border-e-indigo-300\/80{
  border-inline-end-color: rgb(165 180 252 / 0.8);
}

.border-e-indigo-300\/90{
  border-inline-end-color: rgb(165 180 252 / 0.9);
}

.border-e-indigo-300\/95{
  border-inline-end-color: rgb(165 180 252 / 0.95);
}

.border-e-indigo-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-e-indigo-400\/0{
  border-inline-end-color: rgb(129 140 248 / 0);
}

.border-e-indigo-400\/10{
  border-inline-end-color: rgb(129 140 248 / 0.1);
}

.border-e-indigo-400\/100{
  border-inline-end-color: rgb(129 140 248 / 1);
}

.border-e-indigo-400\/20{
  border-inline-end-color: rgb(129 140 248 / 0.2);
}

.border-e-indigo-400\/25{
  border-inline-end-color: rgb(129 140 248 / 0.25);
}

.border-e-indigo-400\/30{
  border-inline-end-color: rgb(129 140 248 / 0.3);
}

.border-e-indigo-400\/40{
  border-inline-end-color: rgb(129 140 248 / 0.4);
}

.border-e-indigo-400\/5{
  border-inline-end-color: rgb(129 140 248 / 0.05);
}

.border-e-indigo-400\/50{
  border-inline-end-color: rgb(129 140 248 / 0.5);
}

.border-e-indigo-400\/60{
  border-inline-end-color: rgb(129 140 248 / 0.6);
}

.border-e-indigo-400\/70{
  border-inline-end-color: rgb(129 140 248 / 0.7);
}

.border-e-indigo-400\/75{
  border-inline-end-color: rgb(129 140 248 / 0.75);
}

.border-e-indigo-400\/80{
  border-inline-end-color: rgb(129 140 248 / 0.8);
}

.border-e-indigo-400\/90{
  border-inline-end-color: rgb(129 140 248 / 0.9);
}

.border-e-indigo-400\/95{
  border-inline-end-color: rgb(129 140 248 / 0.95);
}

.border-e-indigo-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-e-indigo-50\/0{
  border-inline-end-color: rgb(238 242 255 / 0);
}

.border-e-indigo-50\/10{
  border-inline-end-color: rgb(238 242 255 / 0.1);
}

.border-e-indigo-50\/100{
  border-inline-end-color: rgb(238 242 255 / 1);
}

.border-e-indigo-50\/20{
  border-inline-end-color: rgb(238 242 255 / 0.2);
}

.border-e-indigo-50\/25{
  border-inline-end-color: rgb(238 242 255 / 0.25);
}

.border-e-indigo-50\/30{
  border-inline-end-color: rgb(238 242 255 / 0.3);
}

.border-e-indigo-50\/40{
  border-inline-end-color: rgb(238 242 255 / 0.4);
}

.border-e-indigo-50\/5{
  border-inline-end-color: rgb(238 242 255 / 0.05);
}

.border-e-indigo-50\/50{
  border-inline-end-color: rgb(238 242 255 / 0.5);
}

.border-e-indigo-50\/60{
  border-inline-end-color: rgb(238 242 255 / 0.6);
}

.border-e-indigo-50\/70{
  border-inline-end-color: rgb(238 242 255 / 0.7);
}

.border-e-indigo-50\/75{
  border-inline-end-color: rgb(238 242 255 / 0.75);
}

.border-e-indigo-50\/80{
  border-inline-end-color: rgb(238 242 255 / 0.8);
}

.border-e-indigo-50\/90{
  border-inline-end-color: rgb(238 242 255 / 0.9);
}

.border-e-indigo-50\/95{
  border-inline-end-color: rgb(238 242 255 / 0.95);
}

.border-e-indigo-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-e-indigo-500\/0{
  border-inline-end-color: rgb(99 102 241 / 0);
}

.border-e-indigo-500\/10{
  border-inline-end-color: rgb(99 102 241 / 0.1);
}

.border-e-indigo-500\/100{
  border-inline-end-color: rgb(99 102 241 / 1);
}

.border-e-indigo-500\/20{
  border-inline-end-color: rgb(99 102 241 / 0.2);
}

.border-e-indigo-500\/25{
  border-inline-end-color: rgb(99 102 241 / 0.25);
}

.border-e-indigo-500\/30{
  border-inline-end-color: rgb(99 102 241 / 0.3);
}

.border-e-indigo-500\/40{
  border-inline-end-color: rgb(99 102 241 / 0.4);
}

.border-e-indigo-500\/5{
  border-inline-end-color: rgb(99 102 241 / 0.05);
}

.border-e-indigo-500\/50{
  border-inline-end-color: rgb(99 102 241 / 0.5);
}

.border-e-indigo-500\/60{
  border-inline-end-color: rgb(99 102 241 / 0.6);
}

.border-e-indigo-500\/70{
  border-inline-end-color: rgb(99 102 241 / 0.7);
}

.border-e-indigo-500\/75{
  border-inline-end-color: rgb(99 102 241 / 0.75);
}

.border-e-indigo-500\/80{
  border-inline-end-color: rgb(99 102 241 / 0.8);
}

.border-e-indigo-500\/90{
  border-inline-end-color: rgb(99 102 241 / 0.9);
}

.border-e-indigo-500\/95{
  border-inline-end-color: rgb(99 102 241 / 0.95);
}

.border-e-indigo-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-e-indigo-600\/0{
  border-inline-end-color: rgb(79 70 229 / 0);
}

.border-e-indigo-600\/10{
  border-inline-end-color: rgb(79 70 229 / 0.1);
}

.border-e-indigo-600\/100{
  border-inline-end-color: rgb(79 70 229 / 1);
}

.border-e-indigo-600\/20{
  border-inline-end-color: rgb(79 70 229 / 0.2);
}

.border-e-indigo-600\/25{
  border-inline-end-color: rgb(79 70 229 / 0.25);
}

.border-e-indigo-600\/30{
  border-inline-end-color: rgb(79 70 229 / 0.3);
}

.border-e-indigo-600\/40{
  border-inline-end-color: rgb(79 70 229 / 0.4);
}

.border-e-indigo-600\/5{
  border-inline-end-color: rgb(79 70 229 / 0.05);
}

.border-e-indigo-600\/50{
  border-inline-end-color: rgb(79 70 229 / 0.5);
}

.border-e-indigo-600\/60{
  border-inline-end-color: rgb(79 70 229 / 0.6);
}

.border-e-indigo-600\/70{
  border-inline-end-color: rgb(79 70 229 / 0.7);
}

.border-e-indigo-600\/75{
  border-inline-end-color: rgb(79 70 229 / 0.75);
}

.border-e-indigo-600\/80{
  border-inline-end-color: rgb(79 70 229 / 0.8);
}

.border-e-indigo-600\/90{
  border-inline-end-color: rgb(79 70 229 / 0.9);
}

.border-e-indigo-600\/95{
  border-inline-end-color: rgb(79 70 229 / 0.95);
}

.border-e-indigo-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-e-indigo-700\/0{
  border-inline-end-color: rgb(67 56 202 / 0);
}

.border-e-indigo-700\/10{
  border-inline-end-color: rgb(67 56 202 / 0.1);
}

.border-e-indigo-700\/100{
  border-inline-end-color: rgb(67 56 202 / 1);
}

.border-e-indigo-700\/20{
  border-inline-end-color: rgb(67 56 202 / 0.2);
}

.border-e-indigo-700\/25{
  border-inline-end-color: rgb(67 56 202 / 0.25);
}

.border-e-indigo-700\/30{
  border-inline-end-color: rgb(67 56 202 / 0.3);
}

.border-e-indigo-700\/40{
  border-inline-end-color: rgb(67 56 202 / 0.4);
}

.border-e-indigo-700\/5{
  border-inline-end-color: rgb(67 56 202 / 0.05);
}

.border-e-indigo-700\/50{
  border-inline-end-color: rgb(67 56 202 / 0.5);
}

.border-e-indigo-700\/60{
  border-inline-end-color: rgb(67 56 202 / 0.6);
}

.border-e-indigo-700\/70{
  border-inline-end-color: rgb(67 56 202 / 0.7);
}

.border-e-indigo-700\/75{
  border-inline-end-color: rgb(67 56 202 / 0.75);
}

.border-e-indigo-700\/80{
  border-inline-end-color: rgb(67 56 202 / 0.8);
}

.border-e-indigo-700\/90{
  border-inline-end-color: rgb(67 56 202 / 0.9);
}

.border-e-indigo-700\/95{
  border-inline-end-color: rgb(67 56 202 / 0.95);
}

.border-e-indigo-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-e-indigo-800\/0{
  border-inline-end-color: rgb(55 48 163 / 0);
}

.border-e-indigo-800\/10{
  border-inline-end-color: rgb(55 48 163 / 0.1);
}

.border-e-indigo-800\/100{
  border-inline-end-color: rgb(55 48 163 / 1);
}

.border-e-indigo-800\/20{
  border-inline-end-color: rgb(55 48 163 / 0.2);
}

.border-e-indigo-800\/25{
  border-inline-end-color: rgb(55 48 163 / 0.25);
}

.border-e-indigo-800\/30{
  border-inline-end-color: rgb(55 48 163 / 0.3);
}

.border-e-indigo-800\/40{
  border-inline-end-color: rgb(55 48 163 / 0.4);
}

.border-e-indigo-800\/5{
  border-inline-end-color: rgb(55 48 163 / 0.05);
}

.border-e-indigo-800\/50{
  border-inline-end-color: rgb(55 48 163 / 0.5);
}

.border-e-indigo-800\/60{
  border-inline-end-color: rgb(55 48 163 / 0.6);
}

.border-e-indigo-800\/70{
  border-inline-end-color: rgb(55 48 163 / 0.7);
}

.border-e-indigo-800\/75{
  border-inline-end-color: rgb(55 48 163 / 0.75);
}

.border-e-indigo-800\/80{
  border-inline-end-color: rgb(55 48 163 / 0.8);
}

.border-e-indigo-800\/90{
  border-inline-end-color: rgb(55 48 163 / 0.9);
}

.border-e-indigo-800\/95{
  border-inline-end-color: rgb(55 48 163 / 0.95);
}

.border-e-indigo-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-e-indigo-900\/0{
  border-inline-end-color: rgb(49 46 129 / 0);
}

.border-e-indigo-900\/10{
  border-inline-end-color: rgb(49 46 129 / 0.1);
}

.border-e-indigo-900\/100{
  border-inline-end-color: rgb(49 46 129 / 1);
}

.border-e-indigo-900\/20{
  border-inline-end-color: rgb(49 46 129 / 0.2);
}

.border-e-indigo-900\/25{
  border-inline-end-color: rgb(49 46 129 / 0.25);
}

.border-e-indigo-900\/30{
  border-inline-end-color: rgb(49 46 129 / 0.3);
}

.border-e-indigo-900\/40{
  border-inline-end-color: rgb(49 46 129 / 0.4);
}

.border-e-indigo-900\/5{
  border-inline-end-color: rgb(49 46 129 / 0.05);
}

.border-e-indigo-900\/50{
  border-inline-end-color: rgb(49 46 129 / 0.5);
}

.border-e-indigo-900\/60{
  border-inline-end-color: rgb(49 46 129 / 0.6);
}

.border-e-indigo-900\/70{
  border-inline-end-color: rgb(49 46 129 / 0.7);
}

.border-e-indigo-900\/75{
  border-inline-end-color: rgb(49 46 129 / 0.75);
}

.border-e-indigo-900\/80{
  border-inline-end-color: rgb(49 46 129 / 0.8);
}

.border-e-indigo-900\/90{
  border-inline-end-color: rgb(49 46 129 / 0.9);
}

.border-e-indigo-900\/95{
  border-inline-end-color: rgb(49 46 129 / 0.95);
}

.border-e-indigo-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-e-indigo-950\/0{
  border-inline-end-color: rgb(30 27 75 / 0);
}

.border-e-indigo-950\/10{
  border-inline-end-color: rgb(30 27 75 / 0.1);
}

.border-e-indigo-950\/100{
  border-inline-end-color: rgb(30 27 75 / 1);
}

.border-e-indigo-950\/20{
  border-inline-end-color: rgb(30 27 75 / 0.2);
}

.border-e-indigo-950\/25{
  border-inline-end-color: rgb(30 27 75 / 0.25);
}

.border-e-indigo-950\/30{
  border-inline-end-color: rgb(30 27 75 / 0.3);
}

.border-e-indigo-950\/40{
  border-inline-end-color: rgb(30 27 75 / 0.4);
}

.border-e-indigo-950\/5{
  border-inline-end-color: rgb(30 27 75 / 0.05);
}

.border-e-indigo-950\/50{
  border-inline-end-color: rgb(30 27 75 / 0.5);
}

.border-e-indigo-950\/60{
  border-inline-end-color: rgb(30 27 75 / 0.6);
}

.border-e-indigo-950\/70{
  border-inline-end-color: rgb(30 27 75 / 0.7);
}

.border-e-indigo-950\/75{
  border-inline-end-color: rgb(30 27 75 / 0.75);
}

.border-e-indigo-950\/80{
  border-inline-end-color: rgb(30 27 75 / 0.8);
}

.border-e-indigo-950\/90{
  border-inline-end-color: rgb(30 27 75 / 0.9);
}

.border-e-indigo-950\/95{
  border-inline-end-color: rgb(30 27 75 / 0.95);
}

.border-e-inherit{
  border-inline-end-color: inherit;
}

.border-e-lime-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-e-lime-100\/0{
  border-inline-end-color: rgb(236 252 203 / 0);
}

.border-e-lime-100\/10{
  border-inline-end-color: rgb(236 252 203 / 0.1);
}

.border-e-lime-100\/100{
  border-inline-end-color: rgb(236 252 203 / 1);
}

.border-e-lime-100\/20{
  border-inline-end-color: rgb(236 252 203 / 0.2);
}

.border-e-lime-100\/25{
  border-inline-end-color: rgb(236 252 203 / 0.25);
}

.border-e-lime-100\/30{
  border-inline-end-color: rgb(236 252 203 / 0.3);
}

.border-e-lime-100\/40{
  border-inline-end-color: rgb(236 252 203 / 0.4);
}

.border-e-lime-100\/5{
  border-inline-end-color: rgb(236 252 203 / 0.05);
}

.border-e-lime-100\/50{
  border-inline-end-color: rgb(236 252 203 / 0.5);
}

.border-e-lime-100\/60{
  border-inline-end-color: rgb(236 252 203 / 0.6);
}

.border-e-lime-100\/70{
  border-inline-end-color: rgb(236 252 203 / 0.7);
}

.border-e-lime-100\/75{
  border-inline-end-color: rgb(236 252 203 / 0.75);
}

.border-e-lime-100\/80{
  border-inline-end-color: rgb(236 252 203 / 0.8);
}

.border-e-lime-100\/90{
  border-inline-end-color: rgb(236 252 203 / 0.9);
}

.border-e-lime-100\/95{
  border-inline-end-color: rgb(236 252 203 / 0.95);
}

.border-e-lime-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-e-lime-200\/0{
  border-inline-end-color: rgb(217 249 157 / 0);
}

.border-e-lime-200\/10{
  border-inline-end-color: rgb(217 249 157 / 0.1);
}

.border-e-lime-200\/100{
  border-inline-end-color: rgb(217 249 157 / 1);
}

.border-e-lime-200\/20{
  border-inline-end-color: rgb(217 249 157 / 0.2);
}

.border-e-lime-200\/25{
  border-inline-end-color: rgb(217 249 157 / 0.25);
}

.border-e-lime-200\/30{
  border-inline-end-color: rgb(217 249 157 / 0.3);
}

.border-e-lime-200\/40{
  border-inline-end-color: rgb(217 249 157 / 0.4);
}

.border-e-lime-200\/5{
  border-inline-end-color: rgb(217 249 157 / 0.05);
}

.border-e-lime-200\/50{
  border-inline-end-color: rgb(217 249 157 / 0.5);
}

.border-e-lime-200\/60{
  border-inline-end-color: rgb(217 249 157 / 0.6);
}

.border-e-lime-200\/70{
  border-inline-end-color: rgb(217 249 157 / 0.7);
}

.border-e-lime-200\/75{
  border-inline-end-color: rgb(217 249 157 / 0.75);
}

.border-e-lime-200\/80{
  border-inline-end-color: rgb(217 249 157 / 0.8);
}

.border-e-lime-200\/90{
  border-inline-end-color: rgb(217 249 157 / 0.9);
}

.border-e-lime-200\/95{
  border-inline-end-color: rgb(217 249 157 / 0.95);
}

.border-e-lime-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-e-lime-300\/0{
  border-inline-end-color: rgb(190 242 100 / 0);
}

.border-e-lime-300\/10{
  border-inline-end-color: rgb(190 242 100 / 0.1);
}

.border-e-lime-300\/100{
  border-inline-end-color: rgb(190 242 100 / 1);
}

.border-e-lime-300\/20{
  border-inline-end-color: rgb(190 242 100 / 0.2);
}

.border-e-lime-300\/25{
  border-inline-end-color: rgb(190 242 100 / 0.25);
}

.border-e-lime-300\/30{
  border-inline-end-color: rgb(190 242 100 / 0.3);
}

.border-e-lime-300\/40{
  border-inline-end-color: rgb(190 242 100 / 0.4);
}

.border-e-lime-300\/5{
  border-inline-end-color: rgb(190 242 100 / 0.05);
}

.border-e-lime-300\/50{
  border-inline-end-color: rgb(190 242 100 / 0.5);
}

.border-e-lime-300\/60{
  border-inline-end-color: rgb(190 242 100 / 0.6);
}

.border-e-lime-300\/70{
  border-inline-end-color: rgb(190 242 100 / 0.7);
}

.border-e-lime-300\/75{
  border-inline-end-color: rgb(190 242 100 / 0.75);
}

.border-e-lime-300\/80{
  border-inline-end-color: rgb(190 242 100 / 0.8);
}

.border-e-lime-300\/90{
  border-inline-end-color: rgb(190 242 100 / 0.9);
}

.border-e-lime-300\/95{
  border-inline-end-color: rgb(190 242 100 / 0.95);
}

.border-e-lime-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-e-lime-400\/0{
  border-inline-end-color: rgb(163 230 53 / 0);
}

.border-e-lime-400\/10{
  border-inline-end-color: rgb(163 230 53 / 0.1);
}

.border-e-lime-400\/100{
  border-inline-end-color: rgb(163 230 53 / 1);
}

.border-e-lime-400\/20{
  border-inline-end-color: rgb(163 230 53 / 0.2);
}

.border-e-lime-400\/25{
  border-inline-end-color: rgb(163 230 53 / 0.25);
}

.border-e-lime-400\/30{
  border-inline-end-color: rgb(163 230 53 / 0.3);
}

.border-e-lime-400\/40{
  border-inline-end-color: rgb(163 230 53 / 0.4);
}

.border-e-lime-400\/5{
  border-inline-end-color: rgb(163 230 53 / 0.05);
}

.border-e-lime-400\/50{
  border-inline-end-color: rgb(163 230 53 / 0.5);
}

.border-e-lime-400\/60{
  border-inline-end-color: rgb(163 230 53 / 0.6);
}

.border-e-lime-400\/70{
  border-inline-end-color: rgb(163 230 53 / 0.7);
}

.border-e-lime-400\/75{
  border-inline-end-color: rgb(163 230 53 / 0.75);
}

.border-e-lime-400\/80{
  border-inline-end-color: rgb(163 230 53 / 0.8);
}

.border-e-lime-400\/90{
  border-inline-end-color: rgb(163 230 53 / 0.9);
}

.border-e-lime-400\/95{
  border-inline-end-color: rgb(163 230 53 / 0.95);
}

.border-e-lime-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-e-lime-50\/0{
  border-inline-end-color: rgb(247 254 231 / 0);
}

.border-e-lime-50\/10{
  border-inline-end-color: rgb(247 254 231 / 0.1);
}

.border-e-lime-50\/100{
  border-inline-end-color: rgb(247 254 231 / 1);
}

.border-e-lime-50\/20{
  border-inline-end-color: rgb(247 254 231 / 0.2);
}

.border-e-lime-50\/25{
  border-inline-end-color: rgb(247 254 231 / 0.25);
}

.border-e-lime-50\/30{
  border-inline-end-color: rgb(247 254 231 / 0.3);
}

.border-e-lime-50\/40{
  border-inline-end-color: rgb(247 254 231 / 0.4);
}

.border-e-lime-50\/5{
  border-inline-end-color: rgb(247 254 231 / 0.05);
}

.border-e-lime-50\/50{
  border-inline-end-color: rgb(247 254 231 / 0.5);
}

.border-e-lime-50\/60{
  border-inline-end-color: rgb(247 254 231 / 0.6);
}

.border-e-lime-50\/70{
  border-inline-end-color: rgb(247 254 231 / 0.7);
}

.border-e-lime-50\/75{
  border-inline-end-color: rgb(247 254 231 / 0.75);
}

.border-e-lime-50\/80{
  border-inline-end-color: rgb(247 254 231 / 0.8);
}

.border-e-lime-50\/90{
  border-inline-end-color: rgb(247 254 231 / 0.9);
}

.border-e-lime-50\/95{
  border-inline-end-color: rgb(247 254 231 / 0.95);
}

.border-e-lime-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-e-lime-500\/0{
  border-inline-end-color: rgb(132 204 22 / 0);
}

.border-e-lime-500\/10{
  border-inline-end-color: rgb(132 204 22 / 0.1);
}

.border-e-lime-500\/100{
  border-inline-end-color: rgb(132 204 22 / 1);
}

.border-e-lime-500\/20{
  border-inline-end-color: rgb(132 204 22 / 0.2);
}

.border-e-lime-500\/25{
  border-inline-end-color: rgb(132 204 22 / 0.25);
}

.border-e-lime-500\/30{
  border-inline-end-color: rgb(132 204 22 / 0.3);
}

.border-e-lime-500\/40{
  border-inline-end-color: rgb(132 204 22 / 0.4);
}

.border-e-lime-500\/5{
  border-inline-end-color: rgb(132 204 22 / 0.05);
}

.border-e-lime-500\/50{
  border-inline-end-color: rgb(132 204 22 / 0.5);
}

.border-e-lime-500\/60{
  border-inline-end-color: rgb(132 204 22 / 0.6);
}

.border-e-lime-500\/70{
  border-inline-end-color: rgb(132 204 22 / 0.7);
}

.border-e-lime-500\/75{
  border-inline-end-color: rgb(132 204 22 / 0.75);
}

.border-e-lime-500\/80{
  border-inline-end-color: rgb(132 204 22 / 0.8);
}

.border-e-lime-500\/90{
  border-inline-end-color: rgb(132 204 22 / 0.9);
}

.border-e-lime-500\/95{
  border-inline-end-color: rgb(132 204 22 / 0.95);
}

.border-e-lime-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-e-lime-600\/0{
  border-inline-end-color: rgb(101 163 13 / 0);
}

.border-e-lime-600\/10{
  border-inline-end-color: rgb(101 163 13 / 0.1);
}

.border-e-lime-600\/100{
  border-inline-end-color: rgb(101 163 13 / 1);
}

.border-e-lime-600\/20{
  border-inline-end-color: rgb(101 163 13 / 0.2);
}

.border-e-lime-600\/25{
  border-inline-end-color: rgb(101 163 13 / 0.25);
}

.border-e-lime-600\/30{
  border-inline-end-color: rgb(101 163 13 / 0.3);
}

.border-e-lime-600\/40{
  border-inline-end-color: rgb(101 163 13 / 0.4);
}

.border-e-lime-600\/5{
  border-inline-end-color: rgb(101 163 13 / 0.05);
}

.border-e-lime-600\/50{
  border-inline-end-color: rgb(101 163 13 / 0.5);
}

.border-e-lime-600\/60{
  border-inline-end-color: rgb(101 163 13 / 0.6);
}

.border-e-lime-600\/70{
  border-inline-end-color: rgb(101 163 13 / 0.7);
}

.border-e-lime-600\/75{
  border-inline-end-color: rgb(101 163 13 / 0.75);
}

.border-e-lime-600\/80{
  border-inline-end-color: rgb(101 163 13 / 0.8);
}

.border-e-lime-600\/90{
  border-inline-end-color: rgb(101 163 13 / 0.9);
}

.border-e-lime-600\/95{
  border-inline-end-color: rgb(101 163 13 / 0.95);
}

.border-e-lime-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-e-lime-700\/0{
  border-inline-end-color: rgb(77 124 15 / 0);
}

.border-e-lime-700\/10{
  border-inline-end-color: rgb(77 124 15 / 0.1);
}

.border-e-lime-700\/100{
  border-inline-end-color: rgb(77 124 15 / 1);
}

.border-e-lime-700\/20{
  border-inline-end-color: rgb(77 124 15 / 0.2);
}

.border-e-lime-700\/25{
  border-inline-end-color: rgb(77 124 15 / 0.25);
}

.border-e-lime-700\/30{
  border-inline-end-color: rgb(77 124 15 / 0.3);
}

.border-e-lime-700\/40{
  border-inline-end-color: rgb(77 124 15 / 0.4);
}

.border-e-lime-700\/5{
  border-inline-end-color: rgb(77 124 15 / 0.05);
}

.border-e-lime-700\/50{
  border-inline-end-color: rgb(77 124 15 / 0.5);
}

.border-e-lime-700\/60{
  border-inline-end-color: rgb(77 124 15 / 0.6);
}

.border-e-lime-700\/70{
  border-inline-end-color: rgb(77 124 15 / 0.7);
}

.border-e-lime-700\/75{
  border-inline-end-color: rgb(77 124 15 / 0.75);
}

.border-e-lime-700\/80{
  border-inline-end-color: rgb(77 124 15 / 0.8);
}

.border-e-lime-700\/90{
  border-inline-end-color: rgb(77 124 15 / 0.9);
}

.border-e-lime-700\/95{
  border-inline-end-color: rgb(77 124 15 / 0.95);
}

.border-e-lime-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-e-lime-800\/0{
  border-inline-end-color: rgb(63 98 18 / 0);
}

.border-e-lime-800\/10{
  border-inline-end-color: rgb(63 98 18 / 0.1);
}

.border-e-lime-800\/100{
  border-inline-end-color: rgb(63 98 18 / 1);
}

.border-e-lime-800\/20{
  border-inline-end-color: rgb(63 98 18 / 0.2);
}

.border-e-lime-800\/25{
  border-inline-end-color: rgb(63 98 18 / 0.25);
}

.border-e-lime-800\/30{
  border-inline-end-color: rgb(63 98 18 / 0.3);
}

.border-e-lime-800\/40{
  border-inline-end-color: rgb(63 98 18 / 0.4);
}

.border-e-lime-800\/5{
  border-inline-end-color: rgb(63 98 18 / 0.05);
}

.border-e-lime-800\/50{
  border-inline-end-color: rgb(63 98 18 / 0.5);
}

.border-e-lime-800\/60{
  border-inline-end-color: rgb(63 98 18 / 0.6);
}

.border-e-lime-800\/70{
  border-inline-end-color: rgb(63 98 18 / 0.7);
}

.border-e-lime-800\/75{
  border-inline-end-color: rgb(63 98 18 / 0.75);
}

.border-e-lime-800\/80{
  border-inline-end-color: rgb(63 98 18 / 0.8);
}

.border-e-lime-800\/90{
  border-inline-end-color: rgb(63 98 18 / 0.9);
}

.border-e-lime-800\/95{
  border-inline-end-color: rgb(63 98 18 / 0.95);
}

.border-e-lime-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-e-lime-900\/0{
  border-inline-end-color: rgb(54 83 20 / 0);
}

.border-e-lime-900\/10{
  border-inline-end-color: rgb(54 83 20 / 0.1);
}

.border-e-lime-900\/100{
  border-inline-end-color: rgb(54 83 20 / 1);
}

.border-e-lime-900\/20{
  border-inline-end-color: rgb(54 83 20 / 0.2);
}

.border-e-lime-900\/25{
  border-inline-end-color: rgb(54 83 20 / 0.25);
}

.border-e-lime-900\/30{
  border-inline-end-color: rgb(54 83 20 / 0.3);
}

.border-e-lime-900\/40{
  border-inline-end-color: rgb(54 83 20 / 0.4);
}

.border-e-lime-900\/5{
  border-inline-end-color: rgb(54 83 20 / 0.05);
}

.border-e-lime-900\/50{
  border-inline-end-color: rgb(54 83 20 / 0.5);
}

.border-e-lime-900\/60{
  border-inline-end-color: rgb(54 83 20 / 0.6);
}

.border-e-lime-900\/70{
  border-inline-end-color: rgb(54 83 20 / 0.7);
}

.border-e-lime-900\/75{
  border-inline-end-color: rgb(54 83 20 / 0.75);
}

.border-e-lime-900\/80{
  border-inline-end-color: rgb(54 83 20 / 0.8);
}

.border-e-lime-900\/90{
  border-inline-end-color: rgb(54 83 20 / 0.9);
}

.border-e-lime-900\/95{
  border-inline-end-color: rgb(54 83 20 / 0.95);
}

.border-e-lime-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-e-lime-950\/0{
  border-inline-end-color: rgb(26 46 5 / 0);
}

.border-e-lime-950\/10{
  border-inline-end-color: rgb(26 46 5 / 0.1);
}

.border-e-lime-950\/100{
  border-inline-end-color: rgb(26 46 5 / 1);
}

.border-e-lime-950\/20{
  border-inline-end-color: rgb(26 46 5 / 0.2);
}

.border-e-lime-950\/25{
  border-inline-end-color: rgb(26 46 5 / 0.25);
}

.border-e-lime-950\/30{
  border-inline-end-color: rgb(26 46 5 / 0.3);
}

.border-e-lime-950\/40{
  border-inline-end-color: rgb(26 46 5 / 0.4);
}

.border-e-lime-950\/5{
  border-inline-end-color: rgb(26 46 5 / 0.05);
}

.border-e-lime-950\/50{
  border-inline-end-color: rgb(26 46 5 / 0.5);
}

.border-e-lime-950\/60{
  border-inline-end-color: rgb(26 46 5 / 0.6);
}

.border-e-lime-950\/70{
  border-inline-end-color: rgb(26 46 5 / 0.7);
}

.border-e-lime-950\/75{
  border-inline-end-color: rgb(26 46 5 / 0.75);
}

.border-e-lime-950\/80{
  border-inline-end-color: rgb(26 46 5 / 0.8);
}

.border-e-lime-950\/90{
  border-inline-end-color: rgb(26 46 5 / 0.9);
}

.border-e-lime-950\/95{
  border-inline-end-color: rgb(26 46 5 / 0.95);
}

.border-e-neutral-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-e-neutral-100\/0{
  border-inline-end-color: rgb(245 245 245 / 0);
}

.border-e-neutral-100\/10{
  border-inline-end-color: rgb(245 245 245 / 0.1);
}

.border-e-neutral-100\/100{
  border-inline-end-color: rgb(245 245 245 / 1);
}

.border-e-neutral-100\/20{
  border-inline-end-color: rgb(245 245 245 / 0.2);
}

.border-e-neutral-100\/25{
  border-inline-end-color: rgb(245 245 245 / 0.25);
}

.border-e-neutral-100\/30{
  border-inline-end-color: rgb(245 245 245 / 0.3);
}

.border-e-neutral-100\/40{
  border-inline-end-color: rgb(245 245 245 / 0.4);
}

.border-e-neutral-100\/5{
  border-inline-end-color: rgb(245 245 245 / 0.05);
}

.border-e-neutral-100\/50{
  border-inline-end-color: rgb(245 245 245 / 0.5);
}

.border-e-neutral-100\/60{
  border-inline-end-color: rgb(245 245 245 / 0.6);
}

.border-e-neutral-100\/70{
  border-inline-end-color: rgb(245 245 245 / 0.7);
}

.border-e-neutral-100\/75{
  border-inline-end-color: rgb(245 245 245 / 0.75);
}

.border-e-neutral-100\/80{
  border-inline-end-color: rgb(245 245 245 / 0.8);
}

.border-e-neutral-100\/90{
  border-inline-end-color: rgb(245 245 245 / 0.9);
}

.border-e-neutral-100\/95{
  border-inline-end-color: rgb(245 245 245 / 0.95);
}

.border-e-neutral-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-e-neutral-200\/0{
  border-inline-end-color: rgb(229 229 229 / 0);
}

.border-e-neutral-200\/10{
  border-inline-end-color: rgb(229 229 229 / 0.1);
}

.border-e-neutral-200\/100{
  border-inline-end-color: rgb(229 229 229 / 1);
}

.border-e-neutral-200\/20{
  border-inline-end-color: rgb(229 229 229 / 0.2);
}

.border-e-neutral-200\/25{
  border-inline-end-color: rgb(229 229 229 / 0.25);
}

.border-e-neutral-200\/30{
  border-inline-end-color: rgb(229 229 229 / 0.3);
}

.border-e-neutral-200\/40{
  border-inline-end-color: rgb(229 229 229 / 0.4);
}

.border-e-neutral-200\/5{
  border-inline-end-color: rgb(229 229 229 / 0.05);
}

.border-e-neutral-200\/50{
  border-inline-end-color: rgb(229 229 229 / 0.5);
}

.border-e-neutral-200\/60{
  border-inline-end-color: rgb(229 229 229 / 0.6);
}

.border-e-neutral-200\/70{
  border-inline-end-color: rgb(229 229 229 / 0.7);
}

.border-e-neutral-200\/75{
  border-inline-end-color: rgb(229 229 229 / 0.75);
}

.border-e-neutral-200\/80{
  border-inline-end-color: rgb(229 229 229 / 0.8);
}

.border-e-neutral-200\/90{
  border-inline-end-color: rgb(229 229 229 / 0.9);
}

.border-e-neutral-200\/95{
  border-inline-end-color: rgb(229 229 229 / 0.95);
}

.border-e-neutral-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-e-neutral-300\/0{
  border-inline-end-color: rgb(212 212 212 / 0);
}

.border-e-neutral-300\/10{
  border-inline-end-color: rgb(212 212 212 / 0.1);
}

.border-e-neutral-300\/100{
  border-inline-end-color: rgb(212 212 212 / 1);
}

.border-e-neutral-300\/20{
  border-inline-end-color: rgb(212 212 212 / 0.2);
}

.border-e-neutral-300\/25{
  border-inline-end-color: rgb(212 212 212 / 0.25);
}

.border-e-neutral-300\/30{
  border-inline-end-color: rgb(212 212 212 / 0.3);
}

.border-e-neutral-300\/40{
  border-inline-end-color: rgb(212 212 212 / 0.4);
}

.border-e-neutral-300\/5{
  border-inline-end-color: rgb(212 212 212 / 0.05);
}

.border-e-neutral-300\/50{
  border-inline-end-color: rgb(212 212 212 / 0.5);
}

.border-e-neutral-300\/60{
  border-inline-end-color: rgb(212 212 212 / 0.6);
}

.border-e-neutral-300\/70{
  border-inline-end-color: rgb(212 212 212 / 0.7);
}

.border-e-neutral-300\/75{
  border-inline-end-color: rgb(212 212 212 / 0.75);
}

.border-e-neutral-300\/80{
  border-inline-end-color: rgb(212 212 212 / 0.8);
}

.border-e-neutral-300\/90{
  border-inline-end-color: rgb(212 212 212 / 0.9);
}

.border-e-neutral-300\/95{
  border-inline-end-color: rgb(212 212 212 / 0.95);
}

.border-e-neutral-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-e-neutral-400\/0{
  border-inline-end-color: rgb(163 163 163 / 0);
}

.border-e-neutral-400\/10{
  border-inline-end-color: rgb(163 163 163 / 0.1);
}

.border-e-neutral-400\/100{
  border-inline-end-color: rgb(163 163 163 / 1);
}

.border-e-neutral-400\/20{
  border-inline-end-color: rgb(163 163 163 / 0.2);
}

.border-e-neutral-400\/25{
  border-inline-end-color: rgb(163 163 163 / 0.25);
}

.border-e-neutral-400\/30{
  border-inline-end-color: rgb(163 163 163 / 0.3);
}

.border-e-neutral-400\/40{
  border-inline-end-color: rgb(163 163 163 / 0.4);
}

.border-e-neutral-400\/5{
  border-inline-end-color: rgb(163 163 163 / 0.05);
}

.border-e-neutral-400\/50{
  border-inline-end-color: rgb(163 163 163 / 0.5);
}

.border-e-neutral-400\/60{
  border-inline-end-color: rgb(163 163 163 / 0.6);
}

.border-e-neutral-400\/70{
  border-inline-end-color: rgb(163 163 163 / 0.7);
}

.border-e-neutral-400\/75{
  border-inline-end-color: rgb(163 163 163 / 0.75);
}

.border-e-neutral-400\/80{
  border-inline-end-color: rgb(163 163 163 / 0.8);
}

.border-e-neutral-400\/90{
  border-inline-end-color: rgb(163 163 163 / 0.9);
}

.border-e-neutral-400\/95{
  border-inline-end-color: rgb(163 163 163 / 0.95);
}

.border-e-neutral-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-e-neutral-50\/0{
  border-inline-end-color: rgb(250 250 250 / 0);
}

.border-e-neutral-50\/10{
  border-inline-end-color: rgb(250 250 250 / 0.1);
}

.border-e-neutral-50\/100{
  border-inline-end-color: rgb(250 250 250 / 1);
}

.border-e-neutral-50\/20{
  border-inline-end-color: rgb(250 250 250 / 0.2);
}

.border-e-neutral-50\/25{
  border-inline-end-color: rgb(250 250 250 / 0.25);
}

.border-e-neutral-50\/30{
  border-inline-end-color: rgb(250 250 250 / 0.3);
}

.border-e-neutral-50\/40{
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.border-e-neutral-50\/5{
  border-inline-end-color: rgb(250 250 250 / 0.05);
}

.border-e-neutral-50\/50{
  border-inline-end-color: rgb(250 250 250 / 0.5);
}

.border-e-neutral-50\/60{
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.border-e-neutral-50\/70{
  border-inline-end-color: rgb(250 250 250 / 0.7);
}

.border-e-neutral-50\/75{
  border-inline-end-color: rgb(250 250 250 / 0.75);
}

.border-e-neutral-50\/80{
  border-inline-end-color: rgb(250 250 250 / 0.8);
}

.border-e-neutral-50\/90{
  border-inline-end-color: rgb(250 250 250 / 0.9);
}

.border-e-neutral-50\/95{
  border-inline-end-color: rgb(250 250 250 / 0.95);
}

.border-e-neutral-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-e-neutral-500\/0{
  border-inline-end-color: rgb(115 115 115 / 0);
}

.border-e-neutral-500\/10{
  border-inline-end-color: rgb(115 115 115 / 0.1);
}

.border-e-neutral-500\/100{
  border-inline-end-color: rgb(115 115 115 / 1);
}

.border-e-neutral-500\/20{
  border-inline-end-color: rgb(115 115 115 / 0.2);
}

.border-e-neutral-500\/25{
  border-inline-end-color: rgb(115 115 115 / 0.25);
}

.border-e-neutral-500\/30{
  border-inline-end-color: rgb(115 115 115 / 0.3);
}

.border-e-neutral-500\/40{
  border-inline-end-color: rgb(115 115 115 / 0.4);
}

.border-e-neutral-500\/5{
  border-inline-end-color: rgb(115 115 115 / 0.05);
}

.border-e-neutral-500\/50{
  border-inline-end-color: rgb(115 115 115 / 0.5);
}

.border-e-neutral-500\/60{
  border-inline-end-color: rgb(115 115 115 / 0.6);
}

.border-e-neutral-500\/70{
  border-inline-end-color: rgb(115 115 115 / 0.7);
}

.border-e-neutral-500\/75{
  border-inline-end-color: rgb(115 115 115 / 0.75);
}

.border-e-neutral-500\/80{
  border-inline-end-color: rgb(115 115 115 / 0.8);
}

.border-e-neutral-500\/90{
  border-inline-end-color: rgb(115 115 115 / 0.9);
}

.border-e-neutral-500\/95{
  border-inline-end-color: rgb(115 115 115 / 0.95);
}

.border-e-neutral-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-e-neutral-600\/0{
  border-inline-end-color: rgb(82 82 82 / 0);
}

.border-e-neutral-600\/10{
  border-inline-end-color: rgb(82 82 82 / 0.1);
}

.border-e-neutral-600\/100{
  border-inline-end-color: rgb(82 82 82 / 1);
}

.border-e-neutral-600\/20{
  border-inline-end-color: rgb(82 82 82 / 0.2);
}

.border-e-neutral-600\/25{
  border-inline-end-color: rgb(82 82 82 / 0.25);
}

.border-e-neutral-600\/30{
  border-inline-end-color: rgb(82 82 82 / 0.3);
}

.border-e-neutral-600\/40{
  border-inline-end-color: rgb(82 82 82 / 0.4);
}

.border-e-neutral-600\/5{
  border-inline-end-color: rgb(82 82 82 / 0.05);
}

.border-e-neutral-600\/50{
  border-inline-end-color: rgb(82 82 82 / 0.5);
}

.border-e-neutral-600\/60{
  border-inline-end-color: rgb(82 82 82 / 0.6);
}

.border-e-neutral-600\/70{
  border-inline-end-color: rgb(82 82 82 / 0.7);
}

.border-e-neutral-600\/75{
  border-inline-end-color: rgb(82 82 82 / 0.75);
}

.border-e-neutral-600\/80{
  border-inline-end-color: rgb(82 82 82 / 0.8);
}

.border-e-neutral-600\/90{
  border-inline-end-color: rgb(82 82 82 / 0.9);
}

.border-e-neutral-600\/95{
  border-inline-end-color: rgb(82 82 82 / 0.95);
}

.border-e-neutral-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-e-neutral-700\/0{
  border-inline-end-color: rgb(64 64 64 / 0);
}

.border-e-neutral-700\/10{
  border-inline-end-color: rgb(64 64 64 / 0.1);
}

.border-e-neutral-700\/100{
  border-inline-end-color: rgb(64 64 64 / 1);
}

.border-e-neutral-700\/20{
  border-inline-end-color: rgb(64 64 64 / 0.2);
}

.border-e-neutral-700\/25{
  border-inline-end-color: rgb(64 64 64 / 0.25);
}

.border-e-neutral-700\/30{
  border-inline-end-color: rgb(64 64 64 / 0.3);
}

.border-e-neutral-700\/40{
  border-inline-end-color: rgb(64 64 64 / 0.4);
}

.border-e-neutral-700\/5{
  border-inline-end-color: rgb(64 64 64 / 0.05);
}

.border-e-neutral-700\/50{
  border-inline-end-color: rgb(64 64 64 / 0.5);
}

.border-e-neutral-700\/60{
  border-inline-end-color: rgb(64 64 64 / 0.6);
}

.border-e-neutral-700\/70{
  border-inline-end-color: rgb(64 64 64 / 0.7);
}

.border-e-neutral-700\/75{
  border-inline-end-color: rgb(64 64 64 / 0.75);
}

.border-e-neutral-700\/80{
  border-inline-end-color: rgb(64 64 64 / 0.8);
}

.border-e-neutral-700\/90{
  border-inline-end-color: rgb(64 64 64 / 0.9);
}

.border-e-neutral-700\/95{
  border-inline-end-color: rgb(64 64 64 / 0.95);
}

.border-e-neutral-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-e-neutral-800\/0{
  border-inline-end-color: rgb(38 38 38 / 0);
}

.border-e-neutral-800\/10{
  border-inline-end-color: rgb(38 38 38 / 0.1);
}

.border-e-neutral-800\/100{
  border-inline-end-color: rgb(38 38 38 / 1);
}

.border-e-neutral-800\/20{
  border-inline-end-color: rgb(38 38 38 / 0.2);
}

.border-e-neutral-800\/25{
  border-inline-end-color: rgb(38 38 38 / 0.25);
}

.border-e-neutral-800\/30{
  border-inline-end-color: rgb(38 38 38 / 0.3);
}

.border-e-neutral-800\/40{
  border-inline-end-color: rgb(38 38 38 / 0.4);
}

.border-e-neutral-800\/5{
  border-inline-end-color: rgb(38 38 38 / 0.05);
}

.border-e-neutral-800\/50{
  border-inline-end-color: rgb(38 38 38 / 0.5);
}

.border-e-neutral-800\/60{
  border-inline-end-color: rgb(38 38 38 / 0.6);
}

.border-e-neutral-800\/70{
  border-inline-end-color: rgb(38 38 38 / 0.7);
}

.border-e-neutral-800\/75{
  border-inline-end-color: rgb(38 38 38 / 0.75);
}

.border-e-neutral-800\/80{
  border-inline-end-color: rgb(38 38 38 / 0.8);
}

.border-e-neutral-800\/90{
  border-inline-end-color: rgb(38 38 38 / 0.9);
}

.border-e-neutral-800\/95{
  border-inline-end-color: rgb(38 38 38 / 0.95);
}

.border-e-neutral-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-e-neutral-900\/0{
  border-inline-end-color: rgb(23 23 23 / 0);
}

.border-e-neutral-900\/10{
  border-inline-end-color: rgb(23 23 23 / 0.1);
}

.border-e-neutral-900\/100{
  border-inline-end-color: rgb(23 23 23 / 1);
}

.border-e-neutral-900\/20{
  border-inline-end-color: rgb(23 23 23 / 0.2);
}

.border-e-neutral-900\/25{
  border-inline-end-color: rgb(23 23 23 / 0.25);
}

.border-e-neutral-900\/30{
  border-inline-end-color: rgb(23 23 23 / 0.3);
}

.border-e-neutral-900\/40{
  border-inline-end-color: rgb(23 23 23 / 0.4);
}

.border-e-neutral-900\/5{
  border-inline-end-color: rgb(23 23 23 / 0.05);
}

.border-e-neutral-900\/50{
  border-inline-end-color: rgb(23 23 23 / 0.5);
}

.border-e-neutral-900\/60{
  border-inline-end-color: rgb(23 23 23 / 0.6);
}

.border-e-neutral-900\/70{
  border-inline-end-color: rgb(23 23 23 / 0.7);
}

.border-e-neutral-900\/75{
  border-inline-end-color: rgb(23 23 23 / 0.75);
}

.border-e-neutral-900\/80{
  border-inline-end-color: rgb(23 23 23 / 0.8);
}

.border-e-neutral-900\/90{
  border-inline-end-color: rgb(23 23 23 / 0.9);
}

.border-e-neutral-900\/95{
  border-inline-end-color: rgb(23 23 23 / 0.95);
}

.border-e-neutral-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-e-neutral-950\/0{
  border-inline-end-color: rgb(10 10 10 / 0);
}

.border-e-neutral-950\/10{
  border-inline-end-color: rgb(10 10 10 / 0.1);
}

.border-e-neutral-950\/100{
  border-inline-end-color: rgb(10 10 10 / 1);
}

.border-e-neutral-950\/20{
  border-inline-end-color: rgb(10 10 10 / 0.2);
}

.border-e-neutral-950\/25{
  border-inline-end-color: rgb(10 10 10 / 0.25);
}

.border-e-neutral-950\/30{
  border-inline-end-color: rgb(10 10 10 / 0.3);
}

.border-e-neutral-950\/40{
  border-inline-end-color: rgb(10 10 10 / 0.4);
}

.border-e-neutral-950\/5{
  border-inline-end-color: rgb(10 10 10 / 0.05);
}

.border-e-neutral-950\/50{
  border-inline-end-color: rgb(10 10 10 / 0.5);
}

.border-e-neutral-950\/60{
  border-inline-end-color: rgb(10 10 10 / 0.6);
}

.border-e-neutral-950\/70{
  border-inline-end-color: rgb(10 10 10 / 0.7);
}

.border-e-neutral-950\/75{
  border-inline-end-color: rgb(10 10 10 / 0.75);
}

.border-e-neutral-950\/80{
  border-inline-end-color: rgb(10 10 10 / 0.8);
}

.border-e-neutral-950\/90{
  border-inline-end-color: rgb(10 10 10 / 0.9);
}

.border-e-neutral-950\/95{
  border-inline-end-color: rgb(10 10 10 / 0.95);
}

.border-e-orange-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-e-orange-100\/0{
  border-inline-end-color: rgb(255 237 213 / 0);
}

.border-e-orange-100\/10{
  border-inline-end-color: rgb(255 237 213 / 0.1);
}

.border-e-orange-100\/100{
  border-inline-end-color: rgb(255 237 213 / 1);
}

.border-e-orange-100\/20{
  border-inline-end-color: rgb(255 237 213 / 0.2);
}

.border-e-orange-100\/25{
  border-inline-end-color: rgb(255 237 213 / 0.25);
}

.border-e-orange-100\/30{
  border-inline-end-color: rgb(255 237 213 / 0.3);
}

.border-e-orange-100\/40{
  border-inline-end-color: rgb(255 237 213 / 0.4);
}

.border-e-orange-100\/5{
  border-inline-end-color: rgb(255 237 213 / 0.05);
}

.border-e-orange-100\/50{
  border-inline-end-color: rgb(255 237 213 / 0.5);
}

.border-e-orange-100\/60{
  border-inline-end-color: rgb(255 237 213 / 0.6);
}

.border-e-orange-100\/70{
  border-inline-end-color: rgb(255 237 213 / 0.7);
}

.border-e-orange-100\/75{
  border-inline-end-color: rgb(255 237 213 / 0.75);
}

.border-e-orange-100\/80{
  border-inline-end-color: rgb(255 237 213 / 0.8);
}

.border-e-orange-100\/90{
  border-inline-end-color: rgb(255 237 213 / 0.9);
}

.border-e-orange-100\/95{
  border-inline-end-color: rgb(255 237 213 / 0.95);
}

.border-e-orange-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-e-orange-200\/0{
  border-inline-end-color: rgb(254 215 170 / 0);
}

.border-e-orange-200\/10{
  border-inline-end-color: rgb(254 215 170 / 0.1);
}

.border-e-orange-200\/100{
  border-inline-end-color: rgb(254 215 170 / 1);
}

.border-e-orange-200\/20{
  border-inline-end-color: rgb(254 215 170 / 0.2);
}

.border-e-orange-200\/25{
  border-inline-end-color: rgb(254 215 170 / 0.25);
}

.border-e-orange-200\/30{
  border-inline-end-color: rgb(254 215 170 / 0.3);
}

.border-e-orange-200\/40{
  border-inline-end-color: rgb(254 215 170 / 0.4);
}

.border-e-orange-200\/5{
  border-inline-end-color: rgb(254 215 170 / 0.05);
}

.border-e-orange-200\/50{
  border-inline-end-color: rgb(254 215 170 / 0.5);
}

.border-e-orange-200\/60{
  border-inline-end-color: rgb(254 215 170 / 0.6);
}

.border-e-orange-200\/70{
  border-inline-end-color: rgb(254 215 170 / 0.7);
}

.border-e-orange-200\/75{
  border-inline-end-color: rgb(254 215 170 / 0.75);
}

.border-e-orange-200\/80{
  border-inline-end-color: rgb(254 215 170 / 0.8);
}

.border-e-orange-200\/90{
  border-inline-end-color: rgb(254 215 170 / 0.9);
}

.border-e-orange-200\/95{
  border-inline-end-color: rgb(254 215 170 / 0.95);
}

.border-e-orange-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-e-orange-300\/0{
  border-inline-end-color: rgb(253 186 116 / 0);
}

.border-e-orange-300\/10{
  border-inline-end-color: rgb(253 186 116 / 0.1);
}

.border-e-orange-300\/100{
  border-inline-end-color: rgb(253 186 116 / 1);
}

.border-e-orange-300\/20{
  border-inline-end-color: rgb(253 186 116 / 0.2);
}

.border-e-orange-300\/25{
  border-inline-end-color: rgb(253 186 116 / 0.25);
}

.border-e-orange-300\/30{
  border-inline-end-color: rgb(253 186 116 / 0.3);
}

.border-e-orange-300\/40{
  border-inline-end-color: rgb(253 186 116 / 0.4);
}

.border-e-orange-300\/5{
  border-inline-end-color: rgb(253 186 116 / 0.05);
}

.border-e-orange-300\/50{
  border-inline-end-color: rgb(253 186 116 / 0.5);
}

.border-e-orange-300\/60{
  border-inline-end-color: rgb(253 186 116 / 0.6);
}

.border-e-orange-300\/70{
  border-inline-end-color: rgb(253 186 116 / 0.7);
}

.border-e-orange-300\/75{
  border-inline-end-color: rgb(253 186 116 / 0.75);
}

.border-e-orange-300\/80{
  border-inline-end-color: rgb(253 186 116 / 0.8);
}

.border-e-orange-300\/90{
  border-inline-end-color: rgb(253 186 116 / 0.9);
}

.border-e-orange-300\/95{
  border-inline-end-color: rgb(253 186 116 / 0.95);
}

.border-e-orange-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-e-orange-400\/0{
  border-inline-end-color: rgb(251 146 60 / 0);
}

.border-e-orange-400\/10{
  border-inline-end-color: rgb(251 146 60 / 0.1);
}

.border-e-orange-400\/100{
  border-inline-end-color: rgb(251 146 60 / 1);
}

.border-e-orange-400\/20{
  border-inline-end-color: rgb(251 146 60 / 0.2);
}

.border-e-orange-400\/25{
  border-inline-end-color: rgb(251 146 60 / 0.25);
}

.border-e-orange-400\/30{
  border-inline-end-color: rgb(251 146 60 / 0.3);
}

.border-e-orange-400\/40{
  border-inline-end-color: rgb(251 146 60 / 0.4);
}

.border-e-orange-400\/5{
  border-inline-end-color: rgb(251 146 60 / 0.05);
}

.border-e-orange-400\/50{
  border-inline-end-color: rgb(251 146 60 / 0.5);
}

.border-e-orange-400\/60{
  border-inline-end-color: rgb(251 146 60 / 0.6);
}

.border-e-orange-400\/70{
  border-inline-end-color: rgb(251 146 60 / 0.7);
}

.border-e-orange-400\/75{
  border-inline-end-color: rgb(251 146 60 / 0.75);
}

.border-e-orange-400\/80{
  border-inline-end-color: rgb(251 146 60 / 0.8);
}

.border-e-orange-400\/90{
  border-inline-end-color: rgb(251 146 60 / 0.9);
}

.border-e-orange-400\/95{
  border-inline-end-color: rgb(251 146 60 / 0.95);
}

.border-e-orange-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-e-orange-50\/0{
  border-inline-end-color: rgb(255 247 237 / 0);
}

.border-e-orange-50\/10{
  border-inline-end-color: rgb(255 247 237 / 0.1);
}

.border-e-orange-50\/100{
  border-inline-end-color: rgb(255 247 237 / 1);
}

.border-e-orange-50\/20{
  border-inline-end-color: rgb(255 247 237 / 0.2);
}

.border-e-orange-50\/25{
  border-inline-end-color: rgb(255 247 237 / 0.25);
}

.border-e-orange-50\/30{
  border-inline-end-color: rgb(255 247 237 / 0.3);
}

.border-e-orange-50\/40{
  border-inline-end-color: rgb(255 247 237 / 0.4);
}

.border-e-orange-50\/5{
  border-inline-end-color: rgb(255 247 237 / 0.05);
}

.border-e-orange-50\/50{
  border-inline-end-color: rgb(255 247 237 / 0.5);
}

.border-e-orange-50\/60{
  border-inline-end-color: rgb(255 247 237 / 0.6);
}

.border-e-orange-50\/70{
  border-inline-end-color: rgb(255 247 237 / 0.7);
}

.border-e-orange-50\/75{
  border-inline-end-color: rgb(255 247 237 / 0.75);
}

.border-e-orange-50\/80{
  border-inline-end-color: rgb(255 247 237 / 0.8);
}

.border-e-orange-50\/90{
  border-inline-end-color: rgb(255 247 237 / 0.9);
}

.border-e-orange-50\/95{
  border-inline-end-color: rgb(255 247 237 / 0.95);
}

.border-e-orange-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-e-orange-500\/0{
  border-inline-end-color: rgb(249 115 22 / 0);
}

.border-e-orange-500\/10{
  border-inline-end-color: rgb(249 115 22 / 0.1);
}

.border-e-orange-500\/100{
  border-inline-end-color: rgb(249 115 22 / 1);
}

.border-e-orange-500\/20{
  border-inline-end-color: rgb(249 115 22 / 0.2);
}

.border-e-orange-500\/25{
  border-inline-end-color: rgb(249 115 22 / 0.25);
}

.border-e-orange-500\/30{
  border-inline-end-color: rgb(249 115 22 / 0.3);
}

.border-e-orange-500\/40{
  border-inline-end-color: rgb(249 115 22 / 0.4);
}

.border-e-orange-500\/5{
  border-inline-end-color: rgb(249 115 22 / 0.05);
}

.border-e-orange-500\/50{
  border-inline-end-color: rgb(249 115 22 / 0.5);
}

.border-e-orange-500\/60{
  border-inline-end-color: rgb(249 115 22 / 0.6);
}

.border-e-orange-500\/70{
  border-inline-end-color: rgb(249 115 22 / 0.7);
}

.border-e-orange-500\/75{
  border-inline-end-color: rgb(249 115 22 / 0.75);
}

.border-e-orange-500\/80{
  border-inline-end-color: rgb(249 115 22 / 0.8);
}

.border-e-orange-500\/90{
  border-inline-end-color: rgb(249 115 22 / 0.9);
}

.border-e-orange-500\/95{
  border-inline-end-color: rgb(249 115 22 / 0.95);
}

.border-e-orange-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-e-orange-600\/0{
  border-inline-end-color: rgb(234 88 12 / 0);
}

.border-e-orange-600\/10{
  border-inline-end-color: rgb(234 88 12 / 0.1);
}

.border-e-orange-600\/100{
  border-inline-end-color: rgb(234 88 12 / 1);
}

.border-e-orange-600\/20{
  border-inline-end-color: rgb(234 88 12 / 0.2);
}

.border-e-orange-600\/25{
  border-inline-end-color: rgb(234 88 12 / 0.25);
}

.border-e-orange-600\/30{
  border-inline-end-color: rgb(234 88 12 / 0.3);
}

.border-e-orange-600\/40{
  border-inline-end-color: rgb(234 88 12 / 0.4);
}

.border-e-orange-600\/5{
  border-inline-end-color: rgb(234 88 12 / 0.05);
}

.border-e-orange-600\/50{
  border-inline-end-color: rgb(234 88 12 / 0.5);
}

.border-e-orange-600\/60{
  border-inline-end-color: rgb(234 88 12 / 0.6);
}

.border-e-orange-600\/70{
  border-inline-end-color: rgb(234 88 12 / 0.7);
}

.border-e-orange-600\/75{
  border-inline-end-color: rgb(234 88 12 / 0.75);
}

.border-e-orange-600\/80{
  border-inline-end-color: rgb(234 88 12 / 0.8);
}

.border-e-orange-600\/90{
  border-inline-end-color: rgb(234 88 12 / 0.9);
}

.border-e-orange-600\/95{
  border-inline-end-color: rgb(234 88 12 / 0.95);
}

.border-e-orange-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-e-orange-700\/0{
  border-inline-end-color: rgb(194 65 12 / 0);
}

.border-e-orange-700\/10{
  border-inline-end-color: rgb(194 65 12 / 0.1);
}

.border-e-orange-700\/100{
  border-inline-end-color: rgb(194 65 12 / 1);
}

.border-e-orange-700\/20{
  border-inline-end-color: rgb(194 65 12 / 0.2);
}

.border-e-orange-700\/25{
  border-inline-end-color: rgb(194 65 12 / 0.25);
}

.border-e-orange-700\/30{
  border-inline-end-color: rgb(194 65 12 / 0.3);
}

.border-e-orange-700\/40{
  border-inline-end-color: rgb(194 65 12 / 0.4);
}

.border-e-orange-700\/5{
  border-inline-end-color: rgb(194 65 12 / 0.05);
}

.border-e-orange-700\/50{
  border-inline-end-color: rgb(194 65 12 / 0.5);
}

.border-e-orange-700\/60{
  border-inline-end-color: rgb(194 65 12 / 0.6);
}

.border-e-orange-700\/70{
  border-inline-end-color: rgb(194 65 12 / 0.7);
}

.border-e-orange-700\/75{
  border-inline-end-color: rgb(194 65 12 / 0.75);
}

.border-e-orange-700\/80{
  border-inline-end-color: rgb(194 65 12 / 0.8);
}

.border-e-orange-700\/90{
  border-inline-end-color: rgb(194 65 12 / 0.9);
}

.border-e-orange-700\/95{
  border-inline-end-color: rgb(194 65 12 / 0.95);
}

.border-e-orange-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-e-orange-800\/0{
  border-inline-end-color: rgb(154 52 18 / 0);
}

.border-e-orange-800\/10{
  border-inline-end-color: rgb(154 52 18 / 0.1);
}

.border-e-orange-800\/100{
  border-inline-end-color: rgb(154 52 18 / 1);
}

.border-e-orange-800\/20{
  border-inline-end-color: rgb(154 52 18 / 0.2);
}

.border-e-orange-800\/25{
  border-inline-end-color: rgb(154 52 18 / 0.25);
}

.border-e-orange-800\/30{
  border-inline-end-color: rgb(154 52 18 / 0.3);
}

.border-e-orange-800\/40{
  border-inline-end-color: rgb(154 52 18 / 0.4);
}

.border-e-orange-800\/5{
  border-inline-end-color: rgb(154 52 18 / 0.05);
}

.border-e-orange-800\/50{
  border-inline-end-color: rgb(154 52 18 / 0.5);
}

.border-e-orange-800\/60{
  border-inline-end-color: rgb(154 52 18 / 0.6);
}

.border-e-orange-800\/70{
  border-inline-end-color: rgb(154 52 18 / 0.7);
}

.border-e-orange-800\/75{
  border-inline-end-color: rgb(154 52 18 / 0.75);
}

.border-e-orange-800\/80{
  border-inline-end-color: rgb(154 52 18 / 0.8);
}

.border-e-orange-800\/90{
  border-inline-end-color: rgb(154 52 18 / 0.9);
}

.border-e-orange-800\/95{
  border-inline-end-color: rgb(154 52 18 / 0.95);
}

.border-e-orange-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-e-orange-900\/0{
  border-inline-end-color: rgb(124 45 18 / 0);
}

.border-e-orange-900\/10{
  border-inline-end-color: rgb(124 45 18 / 0.1);
}

.border-e-orange-900\/100{
  border-inline-end-color: rgb(124 45 18 / 1);
}

.border-e-orange-900\/20{
  border-inline-end-color: rgb(124 45 18 / 0.2);
}

.border-e-orange-900\/25{
  border-inline-end-color: rgb(124 45 18 / 0.25);
}

.border-e-orange-900\/30{
  border-inline-end-color: rgb(124 45 18 / 0.3);
}

.border-e-orange-900\/40{
  border-inline-end-color: rgb(124 45 18 / 0.4);
}

.border-e-orange-900\/5{
  border-inline-end-color: rgb(124 45 18 / 0.05);
}

.border-e-orange-900\/50{
  border-inline-end-color: rgb(124 45 18 / 0.5);
}

.border-e-orange-900\/60{
  border-inline-end-color: rgb(124 45 18 / 0.6);
}

.border-e-orange-900\/70{
  border-inline-end-color: rgb(124 45 18 / 0.7);
}

.border-e-orange-900\/75{
  border-inline-end-color: rgb(124 45 18 / 0.75);
}

.border-e-orange-900\/80{
  border-inline-end-color: rgb(124 45 18 / 0.8);
}

.border-e-orange-900\/90{
  border-inline-end-color: rgb(124 45 18 / 0.9);
}

.border-e-orange-900\/95{
  border-inline-end-color: rgb(124 45 18 / 0.95);
}

.border-e-orange-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-e-orange-950\/0{
  border-inline-end-color: rgb(67 20 7 / 0);
}

.border-e-orange-950\/10{
  border-inline-end-color: rgb(67 20 7 / 0.1);
}

.border-e-orange-950\/100{
  border-inline-end-color: rgb(67 20 7 / 1);
}

.border-e-orange-950\/20{
  border-inline-end-color: rgb(67 20 7 / 0.2);
}

.border-e-orange-950\/25{
  border-inline-end-color: rgb(67 20 7 / 0.25);
}

.border-e-orange-950\/30{
  border-inline-end-color: rgb(67 20 7 / 0.3);
}

.border-e-orange-950\/40{
  border-inline-end-color: rgb(67 20 7 / 0.4);
}

.border-e-orange-950\/5{
  border-inline-end-color: rgb(67 20 7 / 0.05);
}

.border-e-orange-950\/50{
  border-inline-end-color: rgb(67 20 7 / 0.5);
}

.border-e-orange-950\/60{
  border-inline-end-color: rgb(67 20 7 / 0.6);
}

.border-e-orange-950\/70{
  border-inline-end-color: rgb(67 20 7 / 0.7);
}

.border-e-orange-950\/75{
  border-inline-end-color: rgb(67 20 7 / 0.75);
}

.border-e-orange-950\/80{
  border-inline-end-color: rgb(67 20 7 / 0.8);
}

.border-e-orange-950\/90{
  border-inline-end-color: rgb(67 20 7 / 0.9);
}

.border-e-orange-950\/95{
  border-inline-end-color: rgb(67 20 7 / 0.95);
}

.border-e-pink-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-e-pink-100\/0{
  border-inline-end-color: rgb(252 231 243 / 0);
}

.border-e-pink-100\/10{
  border-inline-end-color: rgb(252 231 243 / 0.1);
}

.border-e-pink-100\/100{
  border-inline-end-color: rgb(252 231 243 / 1);
}

.border-e-pink-100\/20{
  border-inline-end-color: rgb(252 231 243 / 0.2);
}

.border-e-pink-100\/25{
  border-inline-end-color: rgb(252 231 243 / 0.25);
}

.border-e-pink-100\/30{
  border-inline-end-color: rgb(252 231 243 / 0.3);
}

.border-e-pink-100\/40{
  border-inline-end-color: rgb(252 231 243 / 0.4);
}

.border-e-pink-100\/5{
  border-inline-end-color: rgb(252 231 243 / 0.05);
}

.border-e-pink-100\/50{
  border-inline-end-color: rgb(252 231 243 / 0.5);
}

.border-e-pink-100\/60{
  border-inline-end-color: rgb(252 231 243 / 0.6);
}

.border-e-pink-100\/70{
  border-inline-end-color: rgb(252 231 243 / 0.7);
}

.border-e-pink-100\/75{
  border-inline-end-color: rgb(252 231 243 / 0.75);
}

.border-e-pink-100\/80{
  border-inline-end-color: rgb(252 231 243 / 0.8);
}

.border-e-pink-100\/90{
  border-inline-end-color: rgb(252 231 243 / 0.9);
}

.border-e-pink-100\/95{
  border-inline-end-color: rgb(252 231 243 / 0.95);
}

.border-e-pink-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-e-pink-200\/0{
  border-inline-end-color: rgb(251 207 232 / 0);
}

.border-e-pink-200\/10{
  border-inline-end-color: rgb(251 207 232 / 0.1);
}

.border-e-pink-200\/100{
  border-inline-end-color: rgb(251 207 232 / 1);
}

.border-e-pink-200\/20{
  border-inline-end-color: rgb(251 207 232 / 0.2);
}

.border-e-pink-200\/25{
  border-inline-end-color: rgb(251 207 232 / 0.25);
}

.border-e-pink-200\/30{
  border-inline-end-color: rgb(251 207 232 / 0.3);
}

.border-e-pink-200\/40{
  border-inline-end-color: rgb(251 207 232 / 0.4);
}

.border-e-pink-200\/5{
  border-inline-end-color: rgb(251 207 232 / 0.05);
}

.border-e-pink-200\/50{
  border-inline-end-color: rgb(251 207 232 / 0.5);
}

.border-e-pink-200\/60{
  border-inline-end-color: rgb(251 207 232 / 0.6);
}

.border-e-pink-200\/70{
  border-inline-end-color: rgb(251 207 232 / 0.7);
}

.border-e-pink-200\/75{
  border-inline-end-color: rgb(251 207 232 / 0.75);
}

.border-e-pink-200\/80{
  border-inline-end-color: rgb(251 207 232 / 0.8);
}

.border-e-pink-200\/90{
  border-inline-end-color: rgb(251 207 232 / 0.9);
}

.border-e-pink-200\/95{
  border-inline-end-color: rgb(251 207 232 / 0.95);
}

.border-e-pink-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-e-pink-300\/0{
  border-inline-end-color: rgb(249 168 212 / 0);
}

.border-e-pink-300\/10{
  border-inline-end-color: rgb(249 168 212 / 0.1);
}

.border-e-pink-300\/100{
  border-inline-end-color: rgb(249 168 212 / 1);
}

.border-e-pink-300\/20{
  border-inline-end-color: rgb(249 168 212 / 0.2);
}

.border-e-pink-300\/25{
  border-inline-end-color: rgb(249 168 212 / 0.25);
}

.border-e-pink-300\/30{
  border-inline-end-color: rgb(249 168 212 / 0.3);
}

.border-e-pink-300\/40{
  border-inline-end-color: rgb(249 168 212 / 0.4);
}

.border-e-pink-300\/5{
  border-inline-end-color: rgb(249 168 212 / 0.05);
}

.border-e-pink-300\/50{
  border-inline-end-color: rgb(249 168 212 / 0.5);
}

.border-e-pink-300\/60{
  border-inline-end-color: rgb(249 168 212 / 0.6);
}

.border-e-pink-300\/70{
  border-inline-end-color: rgb(249 168 212 / 0.7);
}

.border-e-pink-300\/75{
  border-inline-end-color: rgb(249 168 212 / 0.75);
}

.border-e-pink-300\/80{
  border-inline-end-color: rgb(249 168 212 / 0.8);
}

.border-e-pink-300\/90{
  border-inline-end-color: rgb(249 168 212 / 0.9);
}

.border-e-pink-300\/95{
  border-inline-end-color: rgb(249 168 212 / 0.95);
}

.border-e-pink-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-e-pink-400\/0{
  border-inline-end-color: rgb(244 114 182 / 0);
}

.border-e-pink-400\/10{
  border-inline-end-color: rgb(244 114 182 / 0.1);
}

.border-e-pink-400\/100{
  border-inline-end-color: rgb(244 114 182 / 1);
}

.border-e-pink-400\/20{
  border-inline-end-color: rgb(244 114 182 / 0.2);
}

.border-e-pink-400\/25{
  border-inline-end-color: rgb(244 114 182 / 0.25);
}

.border-e-pink-400\/30{
  border-inline-end-color: rgb(244 114 182 / 0.3);
}

.border-e-pink-400\/40{
  border-inline-end-color: rgb(244 114 182 / 0.4);
}

.border-e-pink-400\/5{
  border-inline-end-color: rgb(244 114 182 / 0.05);
}

.border-e-pink-400\/50{
  border-inline-end-color: rgb(244 114 182 / 0.5);
}

.border-e-pink-400\/60{
  border-inline-end-color: rgb(244 114 182 / 0.6);
}

.border-e-pink-400\/70{
  border-inline-end-color: rgb(244 114 182 / 0.7);
}

.border-e-pink-400\/75{
  border-inline-end-color: rgb(244 114 182 / 0.75);
}

.border-e-pink-400\/80{
  border-inline-end-color: rgb(244 114 182 / 0.8);
}

.border-e-pink-400\/90{
  border-inline-end-color: rgb(244 114 182 / 0.9);
}

.border-e-pink-400\/95{
  border-inline-end-color: rgb(244 114 182 / 0.95);
}

.border-e-pink-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-e-pink-50\/0{
  border-inline-end-color: rgb(253 242 248 / 0);
}

.border-e-pink-50\/10{
  border-inline-end-color: rgb(253 242 248 / 0.1);
}

.border-e-pink-50\/100{
  border-inline-end-color: rgb(253 242 248 / 1);
}

.border-e-pink-50\/20{
  border-inline-end-color: rgb(253 242 248 / 0.2);
}

.border-e-pink-50\/25{
  border-inline-end-color: rgb(253 242 248 / 0.25);
}

.border-e-pink-50\/30{
  border-inline-end-color: rgb(253 242 248 / 0.3);
}

.border-e-pink-50\/40{
  border-inline-end-color: rgb(253 242 248 / 0.4);
}

.border-e-pink-50\/5{
  border-inline-end-color: rgb(253 242 248 / 0.05);
}

.border-e-pink-50\/50{
  border-inline-end-color: rgb(253 242 248 / 0.5);
}

.border-e-pink-50\/60{
  border-inline-end-color: rgb(253 242 248 / 0.6);
}

.border-e-pink-50\/70{
  border-inline-end-color: rgb(253 242 248 / 0.7);
}

.border-e-pink-50\/75{
  border-inline-end-color: rgb(253 242 248 / 0.75);
}

.border-e-pink-50\/80{
  border-inline-end-color: rgb(253 242 248 / 0.8);
}

.border-e-pink-50\/90{
  border-inline-end-color: rgb(253 242 248 / 0.9);
}

.border-e-pink-50\/95{
  border-inline-end-color: rgb(253 242 248 / 0.95);
}

.border-e-pink-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-e-pink-500\/0{
  border-inline-end-color: rgb(236 72 153 / 0);
}

.border-e-pink-500\/10{
  border-inline-end-color: rgb(236 72 153 / 0.1);
}

.border-e-pink-500\/100{
  border-inline-end-color: rgb(236 72 153 / 1);
}

.border-e-pink-500\/20{
  border-inline-end-color: rgb(236 72 153 / 0.2);
}

.border-e-pink-500\/25{
  border-inline-end-color: rgb(236 72 153 / 0.25);
}

.border-e-pink-500\/30{
  border-inline-end-color: rgb(236 72 153 / 0.3);
}

.border-e-pink-500\/40{
  border-inline-end-color: rgb(236 72 153 / 0.4);
}

.border-e-pink-500\/5{
  border-inline-end-color: rgb(236 72 153 / 0.05);
}

.border-e-pink-500\/50{
  border-inline-end-color: rgb(236 72 153 / 0.5);
}

.border-e-pink-500\/60{
  border-inline-end-color: rgb(236 72 153 / 0.6);
}

.border-e-pink-500\/70{
  border-inline-end-color: rgb(236 72 153 / 0.7);
}

.border-e-pink-500\/75{
  border-inline-end-color: rgb(236 72 153 / 0.75);
}

.border-e-pink-500\/80{
  border-inline-end-color: rgb(236 72 153 / 0.8);
}

.border-e-pink-500\/90{
  border-inline-end-color: rgb(236 72 153 / 0.9);
}

.border-e-pink-500\/95{
  border-inline-end-color: rgb(236 72 153 / 0.95);
}

.border-e-pink-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-e-pink-600\/0{
  border-inline-end-color: rgb(219 39 119 / 0);
}

.border-e-pink-600\/10{
  border-inline-end-color: rgb(219 39 119 / 0.1);
}

.border-e-pink-600\/100{
  border-inline-end-color: rgb(219 39 119 / 1);
}

.border-e-pink-600\/20{
  border-inline-end-color: rgb(219 39 119 / 0.2);
}

.border-e-pink-600\/25{
  border-inline-end-color: rgb(219 39 119 / 0.25);
}

.border-e-pink-600\/30{
  border-inline-end-color: rgb(219 39 119 / 0.3);
}

.border-e-pink-600\/40{
  border-inline-end-color: rgb(219 39 119 / 0.4);
}

.border-e-pink-600\/5{
  border-inline-end-color: rgb(219 39 119 / 0.05);
}

.border-e-pink-600\/50{
  border-inline-end-color: rgb(219 39 119 / 0.5);
}

.border-e-pink-600\/60{
  border-inline-end-color: rgb(219 39 119 / 0.6);
}

.border-e-pink-600\/70{
  border-inline-end-color: rgb(219 39 119 / 0.7);
}

.border-e-pink-600\/75{
  border-inline-end-color: rgb(219 39 119 / 0.75);
}

.border-e-pink-600\/80{
  border-inline-end-color: rgb(219 39 119 / 0.8);
}

.border-e-pink-600\/90{
  border-inline-end-color: rgb(219 39 119 / 0.9);
}

.border-e-pink-600\/95{
  border-inline-end-color: rgb(219 39 119 / 0.95);
}

.border-e-pink-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-e-pink-700\/0{
  border-inline-end-color: rgb(190 24 93 / 0);
}

.border-e-pink-700\/10{
  border-inline-end-color: rgb(190 24 93 / 0.1);
}

.border-e-pink-700\/100{
  border-inline-end-color: rgb(190 24 93 / 1);
}

.border-e-pink-700\/20{
  border-inline-end-color: rgb(190 24 93 / 0.2);
}

.border-e-pink-700\/25{
  border-inline-end-color: rgb(190 24 93 / 0.25);
}

.border-e-pink-700\/30{
  border-inline-end-color: rgb(190 24 93 / 0.3);
}

.border-e-pink-700\/40{
  border-inline-end-color: rgb(190 24 93 / 0.4);
}

.border-e-pink-700\/5{
  border-inline-end-color: rgb(190 24 93 / 0.05);
}

.border-e-pink-700\/50{
  border-inline-end-color: rgb(190 24 93 / 0.5);
}

.border-e-pink-700\/60{
  border-inline-end-color: rgb(190 24 93 / 0.6);
}

.border-e-pink-700\/70{
  border-inline-end-color: rgb(190 24 93 / 0.7);
}

.border-e-pink-700\/75{
  border-inline-end-color: rgb(190 24 93 / 0.75);
}

.border-e-pink-700\/80{
  border-inline-end-color: rgb(190 24 93 / 0.8);
}

.border-e-pink-700\/90{
  border-inline-end-color: rgb(190 24 93 / 0.9);
}

.border-e-pink-700\/95{
  border-inline-end-color: rgb(190 24 93 / 0.95);
}

.border-e-pink-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-e-pink-800\/0{
  border-inline-end-color: rgb(157 23 77 / 0);
}

.border-e-pink-800\/10{
  border-inline-end-color: rgb(157 23 77 / 0.1);
}

.border-e-pink-800\/100{
  border-inline-end-color: rgb(157 23 77 / 1);
}

.border-e-pink-800\/20{
  border-inline-end-color: rgb(157 23 77 / 0.2);
}

.border-e-pink-800\/25{
  border-inline-end-color: rgb(157 23 77 / 0.25);
}

.border-e-pink-800\/30{
  border-inline-end-color: rgb(157 23 77 / 0.3);
}

.border-e-pink-800\/40{
  border-inline-end-color: rgb(157 23 77 / 0.4);
}

.border-e-pink-800\/5{
  border-inline-end-color: rgb(157 23 77 / 0.05);
}

.border-e-pink-800\/50{
  border-inline-end-color: rgb(157 23 77 / 0.5);
}

.border-e-pink-800\/60{
  border-inline-end-color: rgb(157 23 77 / 0.6);
}

.border-e-pink-800\/70{
  border-inline-end-color: rgb(157 23 77 / 0.7);
}

.border-e-pink-800\/75{
  border-inline-end-color: rgb(157 23 77 / 0.75);
}

.border-e-pink-800\/80{
  border-inline-end-color: rgb(157 23 77 / 0.8);
}

.border-e-pink-800\/90{
  border-inline-end-color: rgb(157 23 77 / 0.9);
}

.border-e-pink-800\/95{
  border-inline-end-color: rgb(157 23 77 / 0.95);
}

.border-e-pink-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-e-pink-900\/0{
  border-inline-end-color: rgb(131 24 67 / 0);
}

.border-e-pink-900\/10{
  border-inline-end-color: rgb(131 24 67 / 0.1);
}

.border-e-pink-900\/100{
  border-inline-end-color: rgb(131 24 67 / 1);
}

.border-e-pink-900\/20{
  border-inline-end-color: rgb(131 24 67 / 0.2);
}

.border-e-pink-900\/25{
  border-inline-end-color: rgb(131 24 67 / 0.25);
}

.border-e-pink-900\/30{
  border-inline-end-color: rgb(131 24 67 / 0.3);
}

.border-e-pink-900\/40{
  border-inline-end-color: rgb(131 24 67 / 0.4);
}

.border-e-pink-900\/5{
  border-inline-end-color: rgb(131 24 67 / 0.05);
}

.border-e-pink-900\/50{
  border-inline-end-color: rgb(131 24 67 / 0.5);
}

.border-e-pink-900\/60{
  border-inline-end-color: rgb(131 24 67 / 0.6);
}

.border-e-pink-900\/70{
  border-inline-end-color: rgb(131 24 67 / 0.7);
}

.border-e-pink-900\/75{
  border-inline-end-color: rgb(131 24 67 / 0.75);
}

.border-e-pink-900\/80{
  border-inline-end-color: rgb(131 24 67 / 0.8);
}

.border-e-pink-900\/90{
  border-inline-end-color: rgb(131 24 67 / 0.9);
}

.border-e-pink-900\/95{
  border-inline-end-color: rgb(131 24 67 / 0.95);
}

.border-e-pink-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-e-pink-950\/0{
  border-inline-end-color: rgb(80 7 36 / 0);
}

.border-e-pink-950\/10{
  border-inline-end-color: rgb(80 7 36 / 0.1);
}

.border-e-pink-950\/100{
  border-inline-end-color: rgb(80 7 36 / 1);
}

.border-e-pink-950\/20{
  border-inline-end-color: rgb(80 7 36 / 0.2);
}

.border-e-pink-950\/25{
  border-inline-end-color: rgb(80 7 36 / 0.25);
}

.border-e-pink-950\/30{
  border-inline-end-color: rgb(80 7 36 / 0.3);
}

.border-e-pink-950\/40{
  border-inline-end-color: rgb(80 7 36 / 0.4);
}

.border-e-pink-950\/5{
  border-inline-end-color: rgb(80 7 36 / 0.05);
}

.border-e-pink-950\/50{
  border-inline-end-color: rgb(80 7 36 / 0.5);
}

.border-e-pink-950\/60{
  border-inline-end-color: rgb(80 7 36 / 0.6);
}

.border-e-pink-950\/70{
  border-inline-end-color: rgb(80 7 36 / 0.7);
}

.border-e-pink-950\/75{
  border-inline-end-color: rgb(80 7 36 / 0.75);
}

.border-e-pink-950\/80{
  border-inline-end-color: rgb(80 7 36 / 0.8);
}

.border-e-pink-950\/90{
  border-inline-end-color: rgb(80 7 36 / 0.9);
}

.border-e-pink-950\/95{
  border-inline-end-color: rgb(80 7 36 / 0.95);
}

.border-e-purple-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.border-e-purple-100\/0{
  border-inline-end-color: rgb(243 232 255 / 0);
}

.border-e-purple-100\/10{
  border-inline-end-color: rgb(243 232 255 / 0.1);
}

.border-e-purple-100\/100{
  border-inline-end-color: rgb(243 232 255 / 1);
}

.border-e-purple-100\/20{
  border-inline-end-color: rgb(243 232 255 / 0.2);
}

.border-e-purple-100\/25{
  border-inline-end-color: rgb(243 232 255 / 0.25);
}

.border-e-purple-100\/30{
  border-inline-end-color: rgb(243 232 255 / 0.3);
}

.border-e-purple-100\/40{
  border-inline-end-color: rgb(243 232 255 / 0.4);
}

.border-e-purple-100\/5{
  border-inline-end-color: rgb(243 232 255 / 0.05);
}

.border-e-purple-100\/50{
  border-inline-end-color: rgb(243 232 255 / 0.5);
}

.border-e-purple-100\/60{
  border-inline-end-color: rgb(243 232 255 / 0.6);
}

.border-e-purple-100\/70{
  border-inline-end-color: rgb(243 232 255 / 0.7);
}

.border-e-purple-100\/75{
  border-inline-end-color: rgb(243 232 255 / 0.75);
}

.border-e-purple-100\/80{
  border-inline-end-color: rgb(243 232 255 / 0.8);
}

.border-e-purple-100\/90{
  border-inline-end-color: rgb(243 232 255 / 0.9);
}

.border-e-purple-100\/95{
  border-inline-end-color: rgb(243 232 255 / 0.95);
}

.border-e-purple-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-e-purple-200\/0{
  border-inline-end-color: rgb(233 213 255 / 0);
}

.border-e-purple-200\/10{
  border-inline-end-color: rgb(233 213 255 / 0.1);
}

.border-e-purple-200\/100{
  border-inline-end-color: rgb(233 213 255 / 1);
}

.border-e-purple-200\/20{
  border-inline-end-color: rgb(233 213 255 / 0.2);
}

.border-e-purple-200\/25{
  border-inline-end-color: rgb(233 213 255 / 0.25);
}

.border-e-purple-200\/30{
  border-inline-end-color: rgb(233 213 255 / 0.3);
}

.border-e-purple-200\/40{
  border-inline-end-color: rgb(233 213 255 / 0.4);
}

.border-e-purple-200\/5{
  border-inline-end-color: rgb(233 213 255 / 0.05);
}

.border-e-purple-200\/50{
  border-inline-end-color: rgb(233 213 255 / 0.5);
}

.border-e-purple-200\/60{
  border-inline-end-color: rgb(233 213 255 / 0.6);
}

.border-e-purple-200\/70{
  border-inline-end-color: rgb(233 213 255 / 0.7);
}

.border-e-purple-200\/75{
  border-inline-end-color: rgb(233 213 255 / 0.75);
}

.border-e-purple-200\/80{
  border-inline-end-color: rgb(233 213 255 / 0.8);
}

.border-e-purple-200\/90{
  border-inline-end-color: rgb(233 213 255 / 0.9);
}

.border-e-purple-200\/95{
  border-inline-end-color: rgb(233 213 255 / 0.95);
}

.border-e-purple-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-e-purple-300\/0{
  border-inline-end-color: rgb(216 180 254 / 0);
}

.border-e-purple-300\/10{
  border-inline-end-color: rgb(216 180 254 / 0.1);
}

.border-e-purple-300\/100{
  border-inline-end-color: rgb(216 180 254 / 1);
}

.border-e-purple-300\/20{
  border-inline-end-color: rgb(216 180 254 / 0.2);
}

.border-e-purple-300\/25{
  border-inline-end-color: rgb(216 180 254 / 0.25);
}

.border-e-purple-300\/30{
  border-inline-end-color: rgb(216 180 254 / 0.3);
}

.border-e-purple-300\/40{
  border-inline-end-color: rgb(216 180 254 / 0.4);
}

.border-e-purple-300\/5{
  border-inline-end-color: rgb(216 180 254 / 0.05);
}

.border-e-purple-300\/50{
  border-inline-end-color: rgb(216 180 254 / 0.5);
}

.border-e-purple-300\/60{
  border-inline-end-color: rgb(216 180 254 / 0.6);
}

.border-e-purple-300\/70{
  border-inline-end-color: rgb(216 180 254 / 0.7);
}

.border-e-purple-300\/75{
  border-inline-end-color: rgb(216 180 254 / 0.75);
}

.border-e-purple-300\/80{
  border-inline-end-color: rgb(216 180 254 / 0.8);
}

.border-e-purple-300\/90{
  border-inline-end-color: rgb(216 180 254 / 0.9);
}

.border-e-purple-300\/95{
  border-inline-end-color: rgb(216 180 254 / 0.95);
}

.border-e-purple-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-e-purple-400\/0{
  border-inline-end-color: rgb(192 132 252 / 0);
}

.border-e-purple-400\/10{
  border-inline-end-color: rgb(192 132 252 / 0.1);
}

.border-e-purple-400\/100{
  border-inline-end-color: rgb(192 132 252 / 1);
}

.border-e-purple-400\/20{
  border-inline-end-color: rgb(192 132 252 / 0.2);
}

.border-e-purple-400\/25{
  border-inline-end-color: rgb(192 132 252 / 0.25);
}

.border-e-purple-400\/30{
  border-inline-end-color: rgb(192 132 252 / 0.3);
}

.border-e-purple-400\/40{
  border-inline-end-color: rgb(192 132 252 / 0.4);
}

.border-e-purple-400\/5{
  border-inline-end-color: rgb(192 132 252 / 0.05);
}

.border-e-purple-400\/50{
  border-inline-end-color: rgb(192 132 252 / 0.5);
}

.border-e-purple-400\/60{
  border-inline-end-color: rgb(192 132 252 / 0.6);
}

.border-e-purple-400\/70{
  border-inline-end-color: rgb(192 132 252 / 0.7);
}

.border-e-purple-400\/75{
  border-inline-end-color: rgb(192 132 252 / 0.75);
}

.border-e-purple-400\/80{
  border-inline-end-color: rgb(192 132 252 / 0.8);
}

.border-e-purple-400\/90{
  border-inline-end-color: rgb(192 132 252 / 0.9);
}

.border-e-purple-400\/95{
  border-inline-end-color: rgb(192 132 252 / 0.95);
}

.border-e-purple-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-e-purple-50\/0{
  border-inline-end-color: rgb(250 245 255 / 0);
}

.border-e-purple-50\/10{
  border-inline-end-color: rgb(250 245 255 / 0.1);
}

.border-e-purple-50\/100{
  border-inline-end-color: rgb(250 245 255 / 1);
}

.border-e-purple-50\/20{
  border-inline-end-color: rgb(250 245 255 / 0.2);
}

.border-e-purple-50\/25{
  border-inline-end-color: rgb(250 245 255 / 0.25);
}

.border-e-purple-50\/30{
  border-inline-end-color: rgb(250 245 255 / 0.3);
}

.border-e-purple-50\/40{
  border-inline-end-color: rgb(250 245 255 / 0.4);
}

.border-e-purple-50\/5{
  border-inline-end-color: rgb(250 245 255 / 0.05);
}

.border-e-purple-50\/50{
  border-inline-end-color: rgb(250 245 255 / 0.5);
}

.border-e-purple-50\/60{
  border-inline-end-color: rgb(250 245 255 / 0.6);
}

.border-e-purple-50\/70{
  border-inline-end-color: rgb(250 245 255 / 0.7);
}

.border-e-purple-50\/75{
  border-inline-end-color: rgb(250 245 255 / 0.75);
}

.border-e-purple-50\/80{
  border-inline-end-color: rgb(250 245 255 / 0.8);
}

.border-e-purple-50\/90{
  border-inline-end-color: rgb(250 245 255 / 0.9);
}

.border-e-purple-50\/95{
  border-inline-end-color: rgb(250 245 255 / 0.95);
}

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

.border-e-purple-500\/0{
  border-inline-end-color: rgb(168 85 247 / 0);
}

.border-e-purple-500\/10{
  border-inline-end-color: rgb(168 85 247 / 0.1);
}

.border-e-purple-500\/100{
  border-inline-end-color: rgb(168 85 247 / 1);
}

.border-e-purple-500\/20{
  border-inline-end-color: rgb(168 85 247 / 0.2);
}

.border-e-purple-500\/25{
  border-inline-end-color: rgb(168 85 247 / 0.25);
}

.border-e-purple-500\/30{
  border-inline-end-color: rgb(168 85 247 / 0.3);
}

.border-e-purple-500\/40{
  border-inline-end-color: rgb(168 85 247 / 0.4);
}

.border-e-purple-500\/5{
  border-inline-end-color: rgb(168 85 247 / 0.05);
}

.border-e-purple-500\/50{
  border-inline-end-color: rgb(168 85 247 / 0.5);
}

.border-e-purple-500\/60{
  border-inline-end-color: rgb(168 85 247 / 0.6);
}

.border-e-purple-500\/70{
  border-inline-end-color: rgb(168 85 247 / 0.7);
}

.border-e-purple-500\/75{
  border-inline-end-color: rgb(168 85 247 / 0.75);
}

.border-e-purple-500\/80{
  border-inline-end-color: rgb(168 85 247 / 0.8);
}

.border-e-purple-500\/90{
  border-inline-end-color: rgb(168 85 247 / 0.9);
}

.border-e-purple-500\/95{
  border-inline-end-color: rgb(168 85 247 / 0.95);
}

.border-e-purple-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-e-purple-600\/0{
  border-inline-end-color: rgb(147 51 234 / 0);
}

.border-e-purple-600\/10{
  border-inline-end-color: rgb(147 51 234 / 0.1);
}

.border-e-purple-600\/100{
  border-inline-end-color: rgb(147 51 234 / 1);
}

.border-e-purple-600\/20{
  border-inline-end-color: rgb(147 51 234 / 0.2);
}

.border-e-purple-600\/25{
  border-inline-end-color: rgb(147 51 234 / 0.25);
}

.border-e-purple-600\/30{
  border-inline-end-color: rgb(147 51 234 / 0.3);
}

.border-e-purple-600\/40{
  border-inline-end-color: rgb(147 51 234 / 0.4);
}

.border-e-purple-600\/5{
  border-inline-end-color: rgb(147 51 234 / 0.05);
}

.border-e-purple-600\/50{
  border-inline-end-color: rgb(147 51 234 / 0.5);
}

.border-e-purple-600\/60{
  border-inline-end-color: rgb(147 51 234 / 0.6);
}

.border-e-purple-600\/70{
  border-inline-end-color: rgb(147 51 234 / 0.7);
}

.border-e-purple-600\/75{
  border-inline-end-color: rgb(147 51 234 / 0.75);
}

.border-e-purple-600\/80{
  border-inline-end-color: rgb(147 51 234 / 0.8);
}

.border-e-purple-600\/90{
  border-inline-end-color: rgb(147 51 234 / 0.9);
}

.border-e-purple-600\/95{
  border-inline-end-color: rgb(147 51 234 / 0.95);
}

.border-e-purple-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-e-purple-700\/0{
  border-inline-end-color: rgb(126 34 206 / 0);
}

.border-e-purple-700\/10{
  border-inline-end-color: rgb(126 34 206 / 0.1);
}

.border-e-purple-700\/100{
  border-inline-end-color: rgb(126 34 206 / 1);
}

.border-e-purple-700\/20{
  border-inline-end-color: rgb(126 34 206 / 0.2);
}

.border-e-purple-700\/25{
  border-inline-end-color: rgb(126 34 206 / 0.25);
}

.border-e-purple-700\/30{
  border-inline-end-color: rgb(126 34 206 / 0.3);
}

.border-e-purple-700\/40{
  border-inline-end-color: rgb(126 34 206 / 0.4);
}

.border-e-purple-700\/5{
  border-inline-end-color: rgb(126 34 206 / 0.05);
}

.border-e-purple-700\/50{
  border-inline-end-color: rgb(126 34 206 / 0.5);
}

.border-e-purple-700\/60{
  border-inline-end-color: rgb(126 34 206 / 0.6);
}

.border-e-purple-700\/70{
  border-inline-end-color: rgb(126 34 206 / 0.7);
}

.border-e-purple-700\/75{
  border-inline-end-color: rgb(126 34 206 / 0.75);
}

.border-e-purple-700\/80{
  border-inline-end-color: rgb(126 34 206 / 0.8);
}

.border-e-purple-700\/90{
  border-inline-end-color: rgb(126 34 206 / 0.9);
}

.border-e-purple-700\/95{
  border-inline-end-color: rgb(126 34 206 / 0.95);
}

.border-e-purple-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-e-purple-800\/0{
  border-inline-end-color: rgb(107 33 168 / 0);
}

.border-e-purple-800\/10{
  border-inline-end-color: rgb(107 33 168 / 0.1);
}

.border-e-purple-800\/100{
  border-inline-end-color: rgb(107 33 168 / 1);
}

.border-e-purple-800\/20{
  border-inline-end-color: rgb(107 33 168 / 0.2);
}

.border-e-purple-800\/25{
  border-inline-end-color: rgb(107 33 168 / 0.25);
}

.border-e-purple-800\/30{
  border-inline-end-color: rgb(107 33 168 / 0.3);
}

.border-e-purple-800\/40{
  border-inline-end-color: rgb(107 33 168 / 0.4);
}

.border-e-purple-800\/5{
  border-inline-end-color: rgb(107 33 168 / 0.05);
}

.border-e-purple-800\/50{
  border-inline-end-color: rgb(107 33 168 / 0.5);
}

.border-e-purple-800\/60{
  border-inline-end-color: rgb(107 33 168 / 0.6);
}

.border-e-purple-800\/70{
  border-inline-end-color: rgb(107 33 168 / 0.7);
}

.border-e-purple-800\/75{
  border-inline-end-color: rgb(107 33 168 / 0.75);
}

.border-e-purple-800\/80{
  border-inline-end-color: rgb(107 33 168 / 0.8);
}

.border-e-purple-800\/90{
  border-inline-end-color: rgb(107 33 168 / 0.9);
}

.border-e-purple-800\/95{
  border-inline-end-color: rgb(107 33 168 / 0.95);
}

.border-e-purple-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-e-purple-900\/0{
  border-inline-end-color: rgb(88 28 135 / 0);
}

.border-e-purple-900\/10{
  border-inline-end-color: rgb(88 28 135 / 0.1);
}

.border-e-purple-900\/100{
  border-inline-end-color: rgb(88 28 135 / 1);
}

.border-e-purple-900\/20{
  border-inline-end-color: rgb(88 28 135 / 0.2);
}

.border-e-purple-900\/25{
  border-inline-end-color: rgb(88 28 135 / 0.25);
}

.border-e-purple-900\/30{
  border-inline-end-color: rgb(88 28 135 / 0.3);
}

.border-e-purple-900\/40{
  border-inline-end-color: rgb(88 28 135 / 0.4);
}

.border-e-purple-900\/5{
  border-inline-end-color: rgb(88 28 135 / 0.05);
}

.border-e-purple-900\/50{
  border-inline-end-color: rgb(88 28 135 / 0.5);
}

.border-e-purple-900\/60{
  border-inline-end-color: rgb(88 28 135 / 0.6);
}

.border-e-purple-900\/70{
  border-inline-end-color: rgb(88 28 135 / 0.7);
}

.border-e-purple-900\/75{
  border-inline-end-color: rgb(88 28 135 / 0.75);
}

.border-e-purple-900\/80{
  border-inline-end-color: rgb(88 28 135 / 0.8);
}

.border-e-purple-900\/90{
  border-inline-end-color: rgb(88 28 135 / 0.9);
}

.border-e-purple-900\/95{
  border-inline-end-color: rgb(88 28 135 / 0.95);
}

.border-e-purple-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-e-purple-950\/0{
  border-inline-end-color: rgb(59 7 100 / 0);
}

.border-e-purple-950\/10{
  border-inline-end-color: rgb(59 7 100 / 0.1);
}

.border-e-purple-950\/100{
  border-inline-end-color: rgb(59 7 100 / 1);
}

.border-e-purple-950\/20{
  border-inline-end-color: rgb(59 7 100 / 0.2);
}

.border-e-purple-950\/25{
  border-inline-end-color: rgb(59 7 100 / 0.25);
}

.border-e-purple-950\/30{
  border-inline-end-color: rgb(59 7 100 / 0.3);
}

.border-e-purple-950\/40{
  border-inline-end-color: rgb(59 7 100 / 0.4);
}

.border-e-purple-950\/5{
  border-inline-end-color: rgb(59 7 100 / 0.05);
}

.border-e-purple-950\/50{
  border-inline-end-color: rgb(59 7 100 / 0.5);
}

.border-e-purple-950\/60{
  border-inline-end-color: rgb(59 7 100 / 0.6);
}

.border-e-purple-950\/70{
  border-inline-end-color: rgb(59 7 100 / 0.7);
}

.border-e-purple-950\/75{
  border-inline-end-color: rgb(59 7 100 / 0.75);
}

.border-e-purple-950\/80{
  border-inline-end-color: rgb(59 7 100 / 0.8);
}

.border-e-purple-950\/90{
  border-inline-end-color: rgb(59 7 100 / 0.9);
}

.border-e-purple-950\/95{
  border-inline-end-color: rgb(59 7 100 / 0.95);
}

.border-e-red-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.border-e-red-100\/0{
  border-inline-end-color: rgb(254 226 226 / 0);
}

.border-e-red-100\/10{
  border-inline-end-color: rgb(254 226 226 / 0.1);
}

.border-e-red-100\/100{
  border-inline-end-color: rgb(254 226 226 / 1);
}

.border-e-red-100\/20{
  border-inline-end-color: rgb(254 226 226 / 0.2);
}

.border-e-red-100\/25{
  border-inline-end-color: rgb(254 226 226 / 0.25);
}

.border-e-red-100\/30{
  border-inline-end-color: rgb(254 226 226 / 0.3);
}

.border-e-red-100\/40{
  border-inline-end-color: rgb(254 226 226 / 0.4);
}

.border-e-red-100\/5{
  border-inline-end-color: rgb(254 226 226 / 0.05);
}

.border-e-red-100\/50{
  border-inline-end-color: rgb(254 226 226 / 0.5);
}

.border-e-red-100\/60{
  border-inline-end-color: rgb(254 226 226 / 0.6);
}

.border-e-red-100\/70{
  border-inline-end-color: rgb(254 226 226 / 0.7);
}

.border-e-red-100\/75{
  border-inline-end-color: rgb(254 226 226 / 0.75);
}

.border-e-red-100\/80{
  border-inline-end-color: rgb(254 226 226 / 0.8);
}

.border-e-red-100\/90{
  border-inline-end-color: rgb(254 226 226 / 0.9);
}

.border-e-red-100\/95{
  border-inline-end-color: rgb(254 226 226 / 0.95);
}

.border-e-red-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-e-red-200\/0{
  border-inline-end-color: rgb(254 202 202 / 0);
}

.border-e-red-200\/10{
  border-inline-end-color: rgb(254 202 202 / 0.1);
}

.border-e-red-200\/100{
  border-inline-end-color: rgb(254 202 202 / 1);
}

.border-e-red-200\/20{
  border-inline-end-color: rgb(254 202 202 / 0.2);
}

.border-e-red-200\/25{
  border-inline-end-color: rgb(254 202 202 / 0.25);
}

.border-e-red-200\/30{
  border-inline-end-color: rgb(254 202 202 / 0.3);
}

.border-e-red-200\/40{
  border-inline-end-color: rgb(254 202 202 / 0.4);
}

.border-e-red-200\/5{
  border-inline-end-color: rgb(254 202 202 / 0.05);
}

.border-e-red-200\/50{
  border-inline-end-color: rgb(254 202 202 / 0.5);
}

.border-e-red-200\/60{
  border-inline-end-color: rgb(254 202 202 / 0.6);
}

.border-e-red-200\/70{
  border-inline-end-color: rgb(254 202 202 / 0.7);
}

.border-e-red-200\/75{
  border-inline-end-color: rgb(254 202 202 / 0.75);
}

.border-e-red-200\/80{
  border-inline-end-color: rgb(254 202 202 / 0.8);
}

.border-e-red-200\/90{
  border-inline-end-color: rgb(254 202 202 / 0.9);
}

.border-e-red-200\/95{
  border-inline-end-color: rgb(254 202 202 / 0.95);
}

.border-e-red-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-e-red-300\/0{
  border-inline-end-color: rgb(252 165 165 / 0);
}

.border-e-red-300\/10{
  border-inline-end-color: rgb(252 165 165 / 0.1);
}

.border-e-red-300\/100{
  border-inline-end-color: rgb(252 165 165 / 1);
}

.border-e-red-300\/20{
  border-inline-end-color: rgb(252 165 165 / 0.2);
}

.border-e-red-300\/25{
  border-inline-end-color: rgb(252 165 165 / 0.25);
}

.border-e-red-300\/30{
  border-inline-end-color: rgb(252 165 165 / 0.3);
}

.border-e-red-300\/40{
  border-inline-end-color: rgb(252 165 165 / 0.4);
}

.border-e-red-300\/5{
  border-inline-end-color: rgb(252 165 165 / 0.05);
}

.border-e-red-300\/50{
  border-inline-end-color: rgb(252 165 165 / 0.5);
}

.border-e-red-300\/60{
  border-inline-end-color: rgb(252 165 165 / 0.6);
}

.border-e-red-300\/70{
  border-inline-end-color: rgb(252 165 165 / 0.7);
}

.border-e-red-300\/75{
  border-inline-end-color: rgb(252 165 165 / 0.75);
}

.border-e-red-300\/80{
  border-inline-end-color: rgb(252 165 165 / 0.8);
}

.border-e-red-300\/90{
  border-inline-end-color: rgb(252 165 165 / 0.9);
}

.border-e-red-300\/95{
  border-inline-end-color: rgb(252 165 165 / 0.95);
}

.border-e-red-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-e-red-400\/0{
  border-inline-end-color: rgb(248 113 113 / 0);
}

.border-e-red-400\/10{
  border-inline-end-color: rgb(248 113 113 / 0.1);
}

.border-e-red-400\/100{
  border-inline-end-color: rgb(248 113 113 / 1);
}

.border-e-red-400\/20{
  border-inline-end-color: rgb(248 113 113 / 0.2);
}

.border-e-red-400\/25{
  border-inline-end-color: rgb(248 113 113 / 0.25);
}

.border-e-red-400\/30{
  border-inline-end-color: rgb(248 113 113 / 0.3);
}

.border-e-red-400\/40{
  border-inline-end-color: rgb(248 113 113 / 0.4);
}

.border-e-red-400\/5{
  border-inline-end-color: rgb(248 113 113 / 0.05);
}

.border-e-red-400\/50{
  border-inline-end-color: rgb(248 113 113 / 0.5);
}

.border-e-red-400\/60{
  border-inline-end-color: rgb(248 113 113 / 0.6);
}

.border-e-red-400\/70{
  border-inline-end-color: rgb(248 113 113 / 0.7);
}

.border-e-red-400\/75{
  border-inline-end-color: rgb(248 113 113 / 0.75);
}

.border-e-red-400\/80{
  border-inline-end-color: rgb(248 113 113 / 0.8);
}

.border-e-red-400\/90{
  border-inline-end-color: rgb(248 113 113 / 0.9);
}

.border-e-red-400\/95{
  border-inline-end-color: rgb(248 113 113 / 0.95);
}

.border-e-red-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-e-red-50\/0{
  border-inline-end-color: rgb(254 242 242 / 0);
}

.border-e-red-50\/10{
  border-inline-end-color: rgb(254 242 242 / 0.1);
}

.border-e-red-50\/100{
  border-inline-end-color: rgb(254 242 242 / 1);
}

.border-e-red-50\/20{
  border-inline-end-color: rgb(254 242 242 / 0.2);
}

.border-e-red-50\/25{
  border-inline-end-color: rgb(254 242 242 / 0.25);
}

.border-e-red-50\/30{
  border-inline-end-color: rgb(254 242 242 / 0.3);
}

.border-e-red-50\/40{
  border-inline-end-color: rgb(254 242 242 / 0.4);
}

.border-e-red-50\/5{
  border-inline-end-color: rgb(254 242 242 / 0.05);
}

.border-e-red-50\/50{
  border-inline-end-color: rgb(254 242 242 / 0.5);
}

.border-e-red-50\/60{
  border-inline-end-color: rgb(254 242 242 / 0.6);
}

.border-e-red-50\/70{
  border-inline-end-color: rgb(254 242 242 / 0.7);
}

.border-e-red-50\/75{
  border-inline-end-color: rgb(254 242 242 / 0.75);
}

.border-e-red-50\/80{
  border-inline-end-color: rgb(254 242 242 / 0.8);
}

.border-e-red-50\/90{
  border-inline-end-color: rgb(254 242 242 / 0.9);
}

.border-e-red-50\/95{
  border-inline-end-color: rgb(254 242 242 / 0.95);
}

.border-e-red-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-e-red-500\/0{
  border-inline-end-color: rgb(239 68 68 / 0);
}

.border-e-red-500\/10{
  border-inline-end-color: rgb(239 68 68 / 0.1);
}

.border-e-red-500\/100{
  border-inline-end-color: rgb(239 68 68 / 1);
}

.border-e-red-500\/20{
  border-inline-end-color: rgb(239 68 68 / 0.2);
}

.border-e-red-500\/25{
  border-inline-end-color: rgb(239 68 68 / 0.25);
}

.border-e-red-500\/30{
  border-inline-end-color: rgb(239 68 68 / 0.3);
}

.border-e-red-500\/40{
  border-inline-end-color: rgb(239 68 68 / 0.4);
}

.border-e-red-500\/5{
  border-inline-end-color: rgb(239 68 68 / 0.05);
}

.border-e-red-500\/50{
  border-inline-end-color: rgb(239 68 68 / 0.5);
}

.border-e-red-500\/60{
  border-inline-end-color: rgb(239 68 68 / 0.6);
}

.border-e-red-500\/70{
  border-inline-end-color: rgb(239 68 68 / 0.7);
}

.border-e-red-500\/75{
  border-inline-end-color: rgb(239 68 68 / 0.75);
}

.border-e-red-500\/80{
  border-inline-end-color: rgb(239 68 68 / 0.8);
}

.border-e-red-500\/90{
  border-inline-end-color: rgb(239 68 68 / 0.9);
}

.border-e-red-500\/95{
  border-inline-end-color: rgb(239 68 68 / 0.95);
}

.border-e-red-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-e-red-600\/0{
  border-inline-end-color: rgb(220 38 38 / 0);
}

.border-e-red-600\/10{
  border-inline-end-color: rgb(220 38 38 / 0.1);
}

.border-e-red-600\/100{
  border-inline-end-color: rgb(220 38 38 / 1);
}

.border-e-red-600\/20{
  border-inline-end-color: rgb(220 38 38 / 0.2);
}

.border-e-red-600\/25{
  border-inline-end-color: rgb(220 38 38 / 0.25);
}

.border-e-red-600\/30{
  border-inline-end-color: rgb(220 38 38 / 0.3);
}

.border-e-red-600\/40{
  border-inline-end-color: rgb(220 38 38 / 0.4);
}

.border-e-red-600\/5{
  border-inline-end-color: rgb(220 38 38 / 0.05);
}

.border-e-red-600\/50{
  border-inline-end-color: rgb(220 38 38 / 0.5);
}

.border-e-red-600\/60{
  border-inline-end-color: rgb(220 38 38 / 0.6);
}

.border-e-red-600\/70{
  border-inline-end-color: rgb(220 38 38 / 0.7);
}

.border-e-red-600\/75{
  border-inline-end-color: rgb(220 38 38 / 0.75);
}

.border-e-red-600\/80{
  border-inline-end-color: rgb(220 38 38 / 0.8);
}

.border-e-red-600\/90{
  border-inline-end-color: rgb(220 38 38 / 0.9);
}

.border-e-red-600\/95{
  border-inline-end-color: rgb(220 38 38 / 0.95);
}

.border-e-red-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-e-red-700\/0{
  border-inline-end-color: rgb(185 28 28 / 0);
}

.border-e-red-700\/10{
  border-inline-end-color: rgb(185 28 28 / 0.1);
}

.border-e-red-700\/100{
  border-inline-end-color: rgb(185 28 28 / 1);
}

.border-e-red-700\/20{
  border-inline-end-color: rgb(185 28 28 / 0.2);
}

.border-e-red-700\/25{
  border-inline-end-color: rgb(185 28 28 / 0.25);
}

.border-e-red-700\/30{
  border-inline-end-color: rgb(185 28 28 / 0.3);
}

.border-e-red-700\/40{
  border-inline-end-color: rgb(185 28 28 / 0.4);
}

.border-e-red-700\/5{
  border-inline-end-color: rgb(185 28 28 / 0.05);
}

.border-e-red-700\/50{
  border-inline-end-color: rgb(185 28 28 / 0.5);
}

.border-e-red-700\/60{
  border-inline-end-color: rgb(185 28 28 / 0.6);
}

.border-e-red-700\/70{
  border-inline-end-color: rgb(185 28 28 / 0.7);
}

.border-e-red-700\/75{
  border-inline-end-color: rgb(185 28 28 / 0.75);
}

.border-e-red-700\/80{
  border-inline-end-color: rgb(185 28 28 / 0.8);
}

.border-e-red-700\/90{
  border-inline-end-color: rgb(185 28 28 / 0.9);
}

.border-e-red-700\/95{
  border-inline-end-color: rgb(185 28 28 / 0.95);
}

.border-e-red-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-e-red-800\/0{
  border-inline-end-color: rgb(153 27 27 / 0);
}

.border-e-red-800\/10{
  border-inline-end-color: rgb(153 27 27 / 0.1);
}

.border-e-red-800\/100{
  border-inline-end-color: rgb(153 27 27 / 1);
}

.border-e-red-800\/20{
  border-inline-end-color: rgb(153 27 27 / 0.2);
}

.border-e-red-800\/25{
  border-inline-end-color: rgb(153 27 27 / 0.25);
}

.border-e-red-800\/30{
  border-inline-end-color: rgb(153 27 27 / 0.3);
}

.border-e-red-800\/40{
  border-inline-end-color: rgb(153 27 27 / 0.4);
}

.border-e-red-800\/5{
  border-inline-end-color: rgb(153 27 27 / 0.05);
}

.border-e-red-800\/50{
  border-inline-end-color: rgb(153 27 27 / 0.5);
}

.border-e-red-800\/60{
  border-inline-end-color: rgb(153 27 27 / 0.6);
}

.border-e-red-800\/70{
  border-inline-end-color: rgb(153 27 27 / 0.7);
}

.border-e-red-800\/75{
  border-inline-end-color: rgb(153 27 27 / 0.75);
}

.border-e-red-800\/80{
  border-inline-end-color: rgb(153 27 27 / 0.8);
}

.border-e-red-800\/90{
  border-inline-end-color: rgb(153 27 27 / 0.9);
}

.border-e-red-800\/95{
  border-inline-end-color: rgb(153 27 27 / 0.95);
}

.border-e-red-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-e-red-900\/0{
  border-inline-end-color: rgb(127 29 29 / 0);
}

.border-e-red-900\/10{
  border-inline-end-color: rgb(127 29 29 / 0.1);
}

.border-e-red-900\/100{
  border-inline-end-color: rgb(127 29 29 / 1);
}

.border-e-red-900\/20{
  border-inline-end-color: rgb(127 29 29 / 0.2);
}

.border-e-red-900\/25{
  border-inline-end-color: rgb(127 29 29 / 0.25);
}

.border-e-red-900\/30{
  border-inline-end-color: rgb(127 29 29 / 0.3);
}

.border-e-red-900\/40{
  border-inline-end-color: rgb(127 29 29 / 0.4);
}

.border-e-red-900\/5{
  border-inline-end-color: rgb(127 29 29 / 0.05);
}

.border-e-red-900\/50{
  border-inline-end-color: rgb(127 29 29 / 0.5);
}

.border-e-red-900\/60{
  border-inline-end-color: rgb(127 29 29 / 0.6);
}

.border-e-red-900\/70{
  border-inline-end-color: rgb(127 29 29 / 0.7);
}

.border-e-red-900\/75{
  border-inline-end-color: rgb(127 29 29 / 0.75);
}

.border-e-red-900\/80{
  border-inline-end-color: rgb(127 29 29 / 0.8);
}

.border-e-red-900\/90{
  border-inline-end-color: rgb(127 29 29 / 0.9);
}

.border-e-red-900\/95{
  border-inline-end-color: rgb(127 29 29 / 0.95);
}

.border-e-red-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-e-red-950\/0{
  border-inline-end-color: rgb(69 10 10 / 0);
}

.border-e-red-950\/10{
  border-inline-end-color: rgb(69 10 10 / 0.1);
}

.border-e-red-950\/100{
  border-inline-end-color: rgb(69 10 10 / 1);
}

.border-e-red-950\/20{
  border-inline-end-color: rgb(69 10 10 / 0.2);
}

.border-e-red-950\/25{
  border-inline-end-color: rgb(69 10 10 / 0.25);
}

.border-e-red-950\/30{
  border-inline-end-color: rgb(69 10 10 / 0.3);
}

.border-e-red-950\/40{
  border-inline-end-color: rgb(69 10 10 / 0.4);
}

.border-e-red-950\/5{
  border-inline-end-color: rgb(69 10 10 / 0.05);
}

.border-e-red-950\/50{
  border-inline-end-color: rgb(69 10 10 / 0.5);
}

.border-e-red-950\/60{
  border-inline-end-color: rgb(69 10 10 / 0.6);
}

.border-e-red-950\/70{
  border-inline-end-color: rgb(69 10 10 / 0.7);
}

.border-e-red-950\/75{
  border-inline-end-color: rgb(69 10 10 / 0.75);
}

.border-e-red-950\/80{
  border-inline-end-color: rgb(69 10 10 / 0.8);
}

.border-e-red-950\/90{
  border-inline-end-color: rgb(69 10 10 / 0.9);
}

.border-e-red-950\/95{
  border-inline-end-color: rgb(69 10 10 / 0.95);
}

.border-e-rose-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-e-rose-100\/0{
  border-inline-end-color: rgb(255 228 230 / 0);
}

.border-e-rose-100\/10{
  border-inline-end-color: rgb(255 228 230 / 0.1);
}

.border-e-rose-100\/100{
  border-inline-end-color: rgb(255 228 230 / 1);
}

.border-e-rose-100\/20{
  border-inline-end-color: rgb(255 228 230 / 0.2);
}

.border-e-rose-100\/25{
  border-inline-end-color: rgb(255 228 230 / 0.25);
}

.border-e-rose-100\/30{
  border-inline-end-color: rgb(255 228 230 / 0.3);
}

.border-e-rose-100\/40{
  border-inline-end-color: rgb(255 228 230 / 0.4);
}

.border-e-rose-100\/5{
  border-inline-end-color: rgb(255 228 230 / 0.05);
}

.border-e-rose-100\/50{
  border-inline-end-color: rgb(255 228 230 / 0.5);
}

.border-e-rose-100\/60{
  border-inline-end-color: rgb(255 228 230 / 0.6);
}

.border-e-rose-100\/70{
  border-inline-end-color: rgb(255 228 230 / 0.7);
}

.border-e-rose-100\/75{
  border-inline-end-color: rgb(255 228 230 / 0.75);
}

.border-e-rose-100\/80{
  border-inline-end-color: rgb(255 228 230 / 0.8);
}

.border-e-rose-100\/90{
  border-inline-end-color: rgb(255 228 230 / 0.9);
}

.border-e-rose-100\/95{
  border-inline-end-color: rgb(255 228 230 / 0.95);
}

.border-e-rose-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-e-rose-200\/0{
  border-inline-end-color: rgb(254 205 211 / 0);
}

.border-e-rose-200\/10{
  border-inline-end-color: rgb(254 205 211 / 0.1);
}

.border-e-rose-200\/100{
  border-inline-end-color: rgb(254 205 211 / 1);
}

.border-e-rose-200\/20{
  border-inline-end-color: rgb(254 205 211 / 0.2);
}

.border-e-rose-200\/25{
  border-inline-end-color: rgb(254 205 211 / 0.25);
}

.border-e-rose-200\/30{
  border-inline-end-color: rgb(254 205 211 / 0.3);
}

.border-e-rose-200\/40{
  border-inline-end-color: rgb(254 205 211 / 0.4);
}

.border-e-rose-200\/5{
  border-inline-end-color: rgb(254 205 211 / 0.05);
}

.border-e-rose-200\/50{
  border-inline-end-color: rgb(254 205 211 / 0.5);
}

.border-e-rose-200\/60{
  border-inline-end-color: rgb(254 205 211 / 0.6);
}

.border-e-rose-200\/70{
  border-inline-end-color: rgb(254 205 211 / 0.7);
}

.border-e-rose-200\/75{
  border-inline-end-color: rgb(254 205 211 / 0.75);
}

.border-e-rose-200\/80{
  border-inline-end-color: rgb(254 205 211 / 0.8);
}

.border-e-rose-200\/90{
  border-inline-end-color: rgb(254 205 211 / 0.9);
}

.border-e-rose-200\/95{
  border-inline-end-color: rgb(254 205 211 / 0.95);
}

.border-e-rose-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-e-rose-300\/0{
  border-inline-end-color: rgb(253 164 175 / 0);
}

.border-e-rose-300\/10{
  border-inline-end-color: rgb(253 164 175 / 0.1);
}

.border-e-rose-300\/100{
  border-inline-end-color: rgb(253 164 175 / 1);
}

.border-e-rose-300\/20{
  border-inline-end-color: rgb(253 164 175 / 0.2);
}

.border-e-rose-300\/25{
  border-inline-end-color: rgb(253 164 175 / 0.25);
}

.border-e-rose-300\/30{
  border-inline-end-color: rgb(253 164 175 / 0.3);
}

.border-e-rose-300\/40{
  border-inline-end-color: rgb(253 164 175 / 0.4);
}

.border-e-rose-300\/5{
  border-inline-end-color: rgb(253 164 175 / 0.05);
}

.border-e-rose-300\/50{
  border-inline-end-color: rgb(253 164 175 / 0.5);
}

.border-e-rose-300\/60{
  border-inline-end-color: rgb(253 164 175 / 0.6);
}

.border-e-rose-300\/70{
  border-inline-end-color: rgb(253 164 175 / 0.7);
}

.border-e-rose-300\/75{
  border-inline-end-color: rgb(253 164 175 / 0.75);
}

.border-e-rose-300\/80{
  border-inline-end-color: rgb(253 164 175 / 0.8);
}

.border-e-rose-300\/90{
  border-inline-end-color: rgb(253 164 175 / 0.9);
}

.border-e-rose-300\/95{
  border-inline-end-color: rgb(253 164 175 / 0.95);
}

.border-e-rose-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-e-rose-400\/0{
  border-inline-end-color: rgb(251 113 133 / 0);
}

.border-e-rose-400\/10{
  border-inline-end-color: rgb(251 113 133 / 0.1);
}

.border-e-rose-400\/100{
  border-inline-end-color: rgb(251 113 133 / 1);
}

.border-e-rose-400\/20{
  border-inline-end-color: rgb(251 113 133 / 0.2);
}

.border-e-rose-400\/25{
  border-inline-end-color: rgb(251 113 133 / 0.25);
}

.border-e-rose-400\/30{
  border-inline-end-color: rgb(251 113 133 / 0.3);
}

.border-e-rose-400\/40{
  border-inline-end-color: rgb(251 113 133 / 0.4);
}

.border-e-rose-400\/5{
  border-inline-end-color: rgb(251 113 133 / 0.05);
}

.border-e-rose-400\/50{
  border-inline-end-color: rgb(251 113 133 / 0.5);
}

.border-e-rose-400\/60{
  border-inline-end-color: rgb(251 113 133 / 0.6);
}

.border-e-rose-400\/70{
  border-inline-end-color: rgb(251 113 133 / 0.7);
}

.border-e-rose-400\/75{
  border-inline-end-color: rgb(251 113 133 / 0.75);
}

.border-e-rose-400\/80{
  border-inline-end-color: rgb(251 113 133 / 0.8);
}

.border-e-rose-400\/90{
  border-inline-end-color: rgb(251 113 133 / 0.9);
}

.border-e-rose-400\/95{
  border-inline-end-color: rgb(251 113 133 / 0.95);
}

.border-e-rose-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-e-rose-50\/0{
  border-inline-end-color: rgb(255 241 242 / 0);
}

.border-e-rose-50\/10{
  border-inline-end-color: rgb(255 241 242 / 0.1);
}

.border-e-rose-50\/100{
  border-inline-end-color: rgb(255 241 242 / 1);
}

.border-e-rose-50\/20{
  border-inline-end-color: rgb(255 241 242 / 0.2);
}

.border-e-rose-50\/25{
  border-inline-end-color: rgb(255 241 242 / 0.25);
}

.border-e-rose-50\/30{
  border-inline-end-color: rgb(255 241 242 / 0.3);
}

.border-e-rose-50\/40{
  border-inline-end-color: rgb(255 241 242 / 0.4);
}

.border-e-rose-50\/5{
  border-inline-end-color: rgb(255 241 242 / 0.05);
}

.border-e-rose-50\/50{
  border-inline-end-color: rgb(255 241 242 / 0.5);
}

.border-e-rose-50\/60{
  border-inline-end-color: rgb(255 241 242 / 0.6);
}

.border-e-rose-50\/70{
  border-inline-end-color: rgb(255 241 242 / 0.7);
}

.border-e-rose-50\/75{
  border-inline-end-color: rgb(255 241 242 / 0.75);
}

.border-e-rose-50\/80{
  border-inline-end-color: rgb(255 241 242 / 0.8);
}

.border-e-rose-50\/90{
  border-inline-end-color: rgb(255 241 242 / 0.9);
}

.border-e-rose-50\/95{
  border-inline-end-color: rgb(255 241 242 / 0.95);
}

.border-e-rose-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-e-rose-500\/0{
  border-inline-end-color: rgb(244 63 94 / 0);
}

.border-e-rose-500\/10{
  border-inline-end-color: rgb(244 63 94 / 0.1);
}

.border-e-rose-500\/100{
  border-inline-end-color: rgb(244 63 94 / 1);
}

.border-e-rose-500\/20{
  border-inline-end-color: rgb(244 63 94 / 0.2);
}

.border-e-rose-500\/25{
  border-inline-end-color: rgb(244 63 94 / 0.25);
}

.border-e-rose-500\/30{
  border-inline-end-color: rgb(244 63 94 / 0.3);
}

.border-e-rose-500\/40{
  border-inline-end-color: rgb(244 63 94 / 0.4);
}

.border-e-rose-500\/5{
  border-inline-end-color: rgb(244 63 94 / 0.05);
}

.border-e-rose-500\/50{
  border-inline-end-color: rgb(244 63 94 / 0.5);
}

.border-e-rose-500\/60{
  border-inline-end-color: rgb(244 63 94 / 0.6);
}

.border-e-rose-500\/70{
  border-inline-end-color: rgb(244 63 94 / 0.7);
}

.border-e-rose-500\/75{
  border-inline-end-color: rgb(244 63 94 / 0.75);
}

.border-e-rose-500\/80{
  border-inline-end-color: rgb(244 63 94 / 0.8);
}

.border-e-rose-500\/90{
  border-inline-end-color: rgb(244 63 94 / 0.9);
}

.border-e-rose-500\/95{
  border-inline-end-color: rgb(244 63 94 / 0.95);
}

.border-e-rose-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.border-e-rose-600\/0{
  border-inline-end-color: rgb(225 29 72 / 0);
}

.border-e-rose-600\/10{
  border-inline-end-color: rgb(225 29 72 / 0.1);
}

.border-e-rose-600\/100{
  border-inline-end-color: rgb(225 29 72 / 1);
}

.border-e-rose-600\/20{
  border-inline-end-color: rgb(225 29 72 / 0.2);
}

.border-e-rose-600\/25{
  border-inline-end-color: rgb(225 29 72 / 0.25);
}

.border-e-rose-600\/30{
  border-inline-end-color: rgb(225 29 72 / 0.3);
}

.border-e-rose-600\/40{
  border-inline-end-color: rgb(225 29 72 / 0.4);
}

.border-e-rose-600\/5{
  border-inline-end-color: rgb(225 29 72 / 0.05);
}

.border-e-rose-600\/50{
  border-inline-end-color: rgb(225 29 72 / 0.5);
}

.border-e-rose-600\/60{
  border-inline-end-color: rgb(225 29 72 / 0.6);
}

.border-e-rose-600\/70{
  border-inline-end-color: rgb(225 29 72 / 0.7);
}

.border-e-rose-600\/75{
  border-inline-end-color: rgb(225 29 72 / 0.75);
}

.border-e-rose-600\/80{
  border-inline-end-color: rgb(225 29 72 / 0.8);
}

.border-e-rose-600\/90{
  border-inline-end-color: rgb(225 29 72 / 0.9);
}

.border-e-rose-600\/95{
  border-inline-end-color: rgb(225 29 72 / 0.95);
}

.border-e-rose-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-e-rose-700\/0{
  border-inline-end-color: rgb(190 18 60 / 0);
}

.border-e-rose-700\/10{
  border-inline-end-color: rgb(190 18 60 / 0.1);
}

.border-e-rose-700\/100{
  border-inline-end-color: rgb(190 18 60 / 1);
}

.border-e-rose-700\/20{
  border-inline-end-color: rgb(190 18 60 / 0.2);
}

.border-e-rose-700\/25{
  border-inline-end-color: rgb(190 18 60 / 0.25);
}

.border-e-rose-700\/30{
  border-inline-end-color: rgb(190 18 60 / 0.3);
}

.border-e-rose-700\/40{
  border-inline-end-color: rgb(190 18 60 / 0.4);
}

.border-e-rose-700\/5{
  border-inline-end-color: rgb(190 18 60 / 0.05);
}

.border-e-rose-700\/50{
  border-inline-end-color: rgb(190 18 60 / 0.5);
}

.border-e-rose-700\/60{
  border-inline-end-color: rgb(190 18 60 / 0.6);
}

.border-e-rose-700\/70{
  border-inline-end-color: rgb(190 18 60 / 0.7);
}

.border-e-rose-700\/75{
  border-inline-end-color: rgb(190 18 60 / 0.75);
}

.border-e-rose-700\/80{
  border-inline-end-color: rgb(190 18 60 / 0.8);
}

.border-e-rose-700\/90{
  border-inline-end-color: rgb(190 18 60 / 0.9);
}

.border-e-rose-700\/95{
  border-inline-end-color: rgb(190 18 60 / 0.95);
}

.border-e-rose-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-e-rose-800\/0{
  border-inline-end-color: rgb(159 18 57 / 0);
}

.border-e-rose-800\/10{
  border-inline-end-color: rgb(159 18 57 / 0.1);
}

.border-e-rose-800\/100{
  border-inline-end-color: rgb(159 18 57 / 1);
}

.border-e-rose-800\/20{
  border-inline-end-color: rgb(159 18 57 / 0.2);
}

.border-e-rose-800\/25{
  border-inline-end-color: rgb(159 18 57 / 0.25);
}

.border-e-rose-800\/30{
  border-inline-end-color: rgb(159 18 57 / 0.3);
}

.border-e-rose-800\/40{
  border-inline-end-color: rgb(159 18 57 / 0.4);
}

.border-e-rose-800\/5{
  border-inline-end-color: rgb(159 18 57 / 0.05);
}

.border-e-rose-800\/50{
  border-inline-end-color: rgb(159 18 57 / 0.5);
}

.border-e-rose-800\/60{
  border-inline-end-color: rgb(159 18 57 / 0.6);
}

.border-e-rose-800\/70{
  border-inline-end-color: rgb(159 18 57 / 0.7);
}

.border-e-rose-800\/75{
  border-inline-end-color: rgb(159 18 57 / 0.75);
}

.border-e-rose-800\/80{
  border-inline-end-color: rgb(159 18 57 / 0.8);
}

.border-e-rose-800\/90{
  border-inline-end-color: rgb(159 18 57 / 0.9);
}

.border-e-rose-800\/95{
  border-inline-end-color: rgb(159 18 57 / 0.95);
}

.border-e-rose-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-e-rose-900\/0{
  border-inline-end-color: rgb(136 19 55 / 0);
}

.border-e-rose-900\/10{
  border-inline-end-color: rgb(136 19 55 / 0.1);
}

.border-e-rose-900\/100{
  border-inline-end-color: rgb(136 19 55 / 1);
}

.border-e-rose-900\/20{
  border-inline-end-color: rgb(136 19 55 / 0.2);
}

.border-e-rose-900\/25{
  border-inline-end-color: rgb(136 19 55 / 0.25);
}

.border-e-rose-900\/30{
  border-inline-end-color: rgb(136 19 55 / 0.3);
}

.border-e-rose-900\/40{
  border-inline-end-color: rgb(136 19 55 / 0.4);
}

.border-e-rose-900\/5{
  border-inline-end-color: rgb(136 19 55 / 0.05);
}

.border-e-rose-900\/50{
  border-inline-end-color: rgb(136 19 55 / 0.5);
}

.border-e-rose-900\/60{
  border-inline-end-color: rgb(136 19 55 / 0.6);
}

.border-e-rose-900\/70{
  border-inline-end-color: rgb(136 19 55 / 0.7);
}

.border-e-rose-900\/75{
  border-inline-end-color: rgb(136 19 55 / 0.75);
}

.border-e-rose-900\/80{
  border-inline-end-color: rgb(136 19 55 / 0.8);
}

.border-e-rose-900\/90{
  border-inline-end-color: rgb(136 19 55 / 0.9);
}

.border-e-rose-900\/95{
  border-inline-end-color: rgb(136 19 55 / 0.95);
}

.border-e-rose-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-e-rose-950\/0{
  border-inline-end-color: rgb(76 5 25 / 0);
}

.border-e-rose-950\/10{
  border-inline-end-color: rgb(76 5 25 / 0.1);
}

.border-e-rose-950\/100{
  border-inline-end-color: rgb(76 5 25 / 1);
}

.border-e-rose-950\/20{
  border-inline-end-color: rgb(76 5 25 / 0.2);
}

.border-e-rose-950\/25{
  border-inline-end-color: rgb(76 5 25 / 0.25);
}

.border-e-rose-950\/30{
  border-inline-end-color: rgb(76 5 25 / 0.3);
}

.border-e-rose-950\/40{
  border-inline-end-color: rgb(76 5 25 / 0.4);
}

.border-e-rose-950\/5{
  border-inline-end-color: rgb(76 5 25 / 0.05);
}

.border-e-rose-950\/50{
  border-inline-end-color: rgb(76 5 25 / 0.5);
}

.border-e-rose-950\/60{
  border-inline-end-color: rgb(76 5 25 / 0.6);
}

.border-e-rose-950\/70{
  border-inline-end-color: rgb(76 5 25 / 0.7);
}

.border-e-rose-950\/75{
  border-inline-end-color: rgb(76 5 25 / 0.75);
}

.border-e-rose-950\/80{
  border-inline-end-color: rgb(76 5 25 / 0.8);
}

.border-e-rose-950\/90{
  border-inline-end-color: rgb(76 5 25 / 0.9);
}

.border-e-rose-950\/95{
  border-inline-end-color: rgb(76 5 25 / 0.95);
}

.border-e-sky-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.border-e-sky-100\/0{
  border-inline-end-color: rgb(224 242 254 / 0);
}

.border-e-sky-100\/10{
  border-inline-end-color: rgb(224 242 254 / 0.1);
}

.border-e-sky-100\/100{
  border-inline-end-color: rgb(224 242 254 / 1);
}

.border-e-sky-100\/20{
  border-inline-end-color: rgb(224 242 254 / 0.2);
}

.border-e-sky-100\/25{
  border-inline-end-color: rgb(224 242 254 / 0.25);
}

.border-e-sky-100\/30{
  border-inline-end-color: rgb(224 242 254 / 0.3);
}

.border-e-sky-100\/40{
  border-inline-end-color: rgb(224 242 254 / 0.4);
}

.border-e-sky-100\/5{
  border-inline-end-color: rgb(224 242 254 / 0.05);
}

.border-e-sky-100\/50{
  border-inline-end-color: rgb(224 242 254 / 0.5);
}

.border-e-sky-100\/60{
  border-inline-end-color: rgb(224 242 254 / 0.6);
}

.border-e-sky-100\/70{
  border-inline-end-color: rgb(224 242 254 / 0.7);
}

.border-e-sky-100\/75{
  border-inline-end-color: rgb(224 242 254 / 0.75);
}

.border-e-sky-100\/80{
  border-inline-end-color: rgb(224 242 254 / 0.8);
}

.border-e-sky-100\/90{
  border-inline-end-color: rgb(224 242 254 / 0.9);
}

.border-e-sky-100\/95{
  border-inline-end-color: rgb(224 242 254 / 0.95);
}

.border-e-sky-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-e-sky-200\/0{
  border-inline-end-color: rgb(186 230 253 / 0);
}

.border-e-sky-200\/10{
  border-inline-end-color: rgb(186 230 253 / 0.1);
}

.border-e-sky-200\/100{
  border-inline-end-color: rgb(186 230 253 / 1);
}

.border-e-sky-200\/20{
  border-inline-end-color: rgb(186 230 253 / 0.2);
}

.border-e-sky-200\/25{
  border-inline-end-color: rgb(186 230 253 / 0.25);
}

.border-e-sky-200\/30{
  border-inline-end-color: rgb(186 230 253 / 0.3);
}

.border-e-sky-200\/40{
  border-inline-end-color: rgb(186 230 253 / 0.4);
}

.border-e-sky-200\/5{
  border-inline-end-color: rgb(186 230 253 / 0.05);
}

.border-e-sky-200\/50{
  border-inline-end-color: rgb(186 230 253 / 0.5);
}

.border-e-sky-200\/60{
  border-inline-end-color: rgb(186 230 253 / 0.6);
}

.border-e-sky-200\/70{
  border-inline-end-color: rgb(186 230 253 / 0.7);
}

.border-e-sky-200\/75{
  border-inline-end-color: rgb(186 230 253 / 0.75);
}

.border-e-sky-200\/80{
  border-inline-end-color: rgb(186 230 253 / 0.8);
}

.border-e-sky-200\/90{
  border-inline-end-color: rgb(186 230 253 / 0.9);
}

.border-e-sky-200\/95{
  border-inline-end-color: rgb(186 230 253 / 0.95);
}

.border-e-sky-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-e-sky-300\/0{
  border-inline-end-color: rgb(125 211 252 / 0);
}

.border-e-sky-300\/10{
  border-inline-end-color: rgb(125 211 252 / 0.1);
}

.border-e-sky-300\/100{
  border-inline-end-color: rgb(125 211 252 / 1);
}

.border-e-sky-300\/20{
  border-inline-end-color: rgb(125 211 252 / 0.2);
}

.border-e-sky-300\/25{
  border-inline-end-color: rgb(125 211 252 / 0.25);
}

.border-e-sky-300\/30{
  border-inline-end-color: rgb(125 211 252 / 0.3);
}

.border-e-sky-300\/40{
  border-inline-end-color: rgb(125 211 252 / 0.4);
}

.border-e-sky-300\/5{
  border-inline-end-color: rgb(125 211 252 / 0.05);
}

.border-e-sky-300\/50{
  border-inline-end-color: rgb(125 211 252 / 0.5);
}

.border-e-sky-300\/60{
  border-inline-end-color: rgb(125 211 252 / 0.6);
}

.border-e-sky-300\/70{
  border-inline-end-color: rgb(125 211 252 / 0.7);
}

.border-e-sky-300\/75{
  border-inline-end-color: rgb(125 211 252 / 0.75);
}

.border-e-sky-300\/80{
  border-inline-end-color: rgb(125 211 252 / 0.8);
}

.border-e-sky-300\/90{
  border-inline-end-color: rgb(125 211 252 / 0.9);
}

.border-e-sky-300\/95{
  border-inline-end-color: rgb(125 211 252 / 0.95);
}

.border-e-sky-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-e-sky-400\/0{
  border-inline-end-color: rgb(56 189 248 / 0);
}

.border-e-sky-400\/10{
  border-inline-end-color: rgb(56 189 248 / 0.1);
}

.border-e-sky-400\/100{
  border-inline-end-color: rgb(56 189 248 / 1);
}

.border-e-sky-400\/20{
  border-inline-end-color: rgb(56 189 248 / 0.2);
}

.border-e-sky-400\/25{
  border-inline-end-color: rgb(56 189 248 / 0.25);
}

.border-e-sky-400\/30{
  border-inline-end-color: rgb(56 189 248 / 0.3);
}

.border-e-sky-400\/40{
  border-inline-end-color: rgb(56 189 248 / 0.4);
}

.border-e-sky-400\/5{
  border-inline-end-color: rgb(56 189 248 / 0.05);
}

.border-e-sky-400\/50{
  border-inline-end-color: rgb(56 189 248 / 0.5);
}

.border-e-sky-400\/60{
  border-inline-end-color: rgb(56 189 248 / 0.6);
}

.border-e-sky-400\/70{
  border-inline-end-color: rgb(56 189 248 / 0.7);
}

.border-e-sky-400\/75{
  border-inline-end-color: rgb(56 189 248 / 0.75);
}

.border-e-sky-400\/80{
  border-inline-end-color: rgb(56 189 248 / 0.8);
}

.border-e-sky-400\/90{
  border-inline-end-color: rgb(56 189 248 / 0.9);
}

.border-e-sky-400\/95{
  border-inline-end-color: rgb(56 189 248 / 0.95);
}

.border-e-sky-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-e-sky-50\/0{
  border-inline-end-color: rgb(240 249 255 / 0);
}

.border-e-sky-50\/10{
  border-inline-end-color: rgb(240 249 255 / 0.1);
}

.border-e-sky-50\/100{
  border-inline-end-color: rgb(240 249 255 / 1);
}

.border-e-sky-50\/20{
  border-inline-end-color: rgb(240 249 255 / 0.2);
}

.border-e-sky-50\/25{
  border-inline-end-color: rgb(240 249 255 / 0.25);
}

.border-e-sky-50\/30{
  border-inline-end-color: rgb(240 249 255 / 0.3);
}

.border-e-sky-50\/40{
  border-inline-end-color: rgb(240 249 255 / 0.4);
}

.border-e-sky-50\/5{
  border-inline-end-color: rgb(240 249 255 / 0.05);
}

.border-e-sky-50\/50{
  border-inline-end-color: rgb(240 249 255 / 0.5);
}

.border-e-sky-50\/60{
  border-inline-end-color: rgb(240 249 255 / 0.6);
}

.border-e-sky-50\/70{
  border-inline-end-color: rgb(240 249 255 / 0.7);
}

.border-e-sky-50\/75{
  border-inline-end-color: rgb(240 249 255 / 0.75);
}

.border-e-sky-50\/80{
  border-inline-end-color: rgb(240 249 255 / 0.8);
}

.border-e-sky-50\/90{
  border-inline-end-color: rgb(240 249 255 / 0.9);
}

.border-e-sky-50\/95{
  border-inline-end-color: rgb(240 249 255 / 0.95);
}

.border-e-sky-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-e-sky-500\/0{
  border-inline-end-color: rgb(14 165 233 / 0);
}

.border-e-sky-500\/10{
  border-inline-end-color: rgb(14 165 233 / 0.1);
}

.border-e-sky-500\/100{
  border-inline-end-color: rgb(14 165 233 / 1);
}

.border-e-sky-500\/20{
  border-inline-end-color: rgb(14 165 233 / 0.2);
}

.border-e-sky-500\/25{
  border-inline-end-color: rgb(14 165 233 / 0.25);
}

.border-e-sky-500\/30{
  border-inline-end-color: rgb(14 165 233 / 0.3);
}

.border-e-sky-500\/40{
  border-inline-end-color: rgb(14 165 233 / 0.4);
}

.border-e-sky-500\/5{
  border-inline-end-color: rgb(14 165 233 / 0.05);
}

.border-e-sky-500\/50{
  border-inline-end-color: rgb(14 165 233 / 0.5);
}

.border-e-sky-500\/60{
  border-inline-end-color: rgb(14 165 233 / 0.6);
}

.border-e-sky-500\/70{
  border-inline-end-color: rgb(14 165 233 / 0.7);
}

.border-e-sky-500\/75{
  border-inline-end-color: rgb(14 165 233 / 0.75);
}

.border-e-sky-500\/80{
  border-inline-end-color: rgb(14 165 233 / 0.8);
}

.border-e-sky-500\/90{
  border-inline-end-color: rgb(14 165 233 / 0.9);
}

.border-e-sky-500\/95{
  border-inline-end-color: rgb(14 165 233 / 0.95);
}

.border-e-sky-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-e-sky-600\/0{
  border-inline-end-color: rgb(2 132 199 / 0);
}

.border-e-sky-600\/10{
  border-inline-end-color: rgb(2 132 199 / 0.1);
}

.border-e-sky-600\/100{
  border-inline-end-color: rgb(2 132 199 / 1);
}

.border-e-sky-600\/20{
  border-inline-end-color: rgb(2 132 199 / 0.2);
}

.border-e-sky-600\/25{
  border-inline-end-color: rgb(2 132 199 / 0.25);
}

.border-e-sky-600\/30{
  border-inline-end-color: rgb(2 132 199 / 0.3);
}

.border-e-sky-600\/40{
  border-inline-end-color: rgb(2 132 199 / 0.4);
}

.border-e-sky-600\/5{
  border-inline-end-color: rgb(2 132 199 / 0.05);
}

.border-e-sky-600\/50{
  border-inline-end-color: rgb(2 132 199 / 0.5);
}

.border-e-sky-600\/60{
  border-inline-end-color: rgb(2 132 199 / 0.6);
}

.border-e-sky-600\/70{
  border-inline-end-color: rgb(2 132 199 / 0.7);
}

.border-e-sky-600\/75{
  border-inline-end-color: rgb(2 132 199 / 0.75);
}

.border-e-sky-600\/80{
  border-inline-end-color: rgb(2 132 199 / 0.8);
}

.border-e-sky-600\/90{
  border-inline-end-color: rgb(2 132 199 / 0.9);
}

.border-e-sky-600\/95{
  border-inline-end-color: rgb(2 132 199 / 0.95);
}

.border-e-sky-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-e-sky-700\/0{
  border-inline-end-color: rgb(3 105 161 / 0);
}

.border-e-sky-700\/10{
  border-inline-end-color: rgb(3 105 161 / 0.1);
}

.border-e-sky-700\/100{
  border-inline-end-color: rgb(3 105 161 / 1);
}

.border-e-sky-700\/20{
  border-inline-end-color: rgb(3 105 161 / 0.2);
}

.border-e-sky-700\/25{
  border-inline-end-color: rgb(3 105 161 / 0.25);
}

.border-e-sky-700\/30{
  border-inline-end-color: rgb(3 105 161 / 0.3);
}

.border-e-sky-700\/40{
  border-inline-end-color: rgb(3 105 161 / 0.4);
}

.border-e-sky-700\/5{
  border-inline-end-color: rgb(3 105 161 / 0.05);
}

.border-e-sky-700\/50{
  border-inline-end-color: rgb(3 105 161 / 0.5);
}

.border-e-sky-700\/60{
  border-inline-end-color: rgb(3 105 161 / 0.6);
}

.border-e-sky-700\/70{
  border-inline-end-color: rgb(3 105 161 / 0.7);
}

.border-e-sky-700\/75{
  border-inline-end-color: rgb(3 105 161 / 0.75);
}

.border-e-sky-700\/80{
  border-inline-end-color: rgb(3 105 161 / 0.8);
}

.border-e-sky-700\/90{
  border-inline-end-color: rgb(3 105 161 / 0.9);
}

.border-e-sky-700\/95{
  border-inline-end-color: rgb(3 105 161 / 0.95);
}

.border-e-sky-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-e-sky-800\/0{
  border-inline-end-color: rgb(7 89 133 / 0);
}

.border-e-sky-800\/10{
  border-inline-end-color: rgb(7 89 133 / 0.1);
}

.border-e-sky-800\/100{
  border-inline-end-color: rgb(7 89 133 / 1);
}

.border-e-sky-800\/20{
  border-inline-end-color: rgb(7 89 133 / 0.2);
}

.border-e-sky-800\/25{
  border-inline-end-color: rgb(7 89 133 / 0.25);
}

.border-e-sky-800\/30{
  border-inline-end-color: rgb(7 89 133 / 0.3);
}

.border-e-sky-800\/40{
  border-inline-end-color: rgb(7 89 133 / 0.4);
}

.border-e-sky-800\/5{
  border-inline-end-color: rgb(7 89 133 / 0.05);
}

.border-e-sky-800\/50{
  border-inline-end-color: rgb(7 89 133 / 0.5);
}

.border-e-sky-800\/60{
  border-inline-end-color: rgb(7 89 133 / 0.6);
}

.border-e-sky-800\/70{
  border-inline-end-color: rgb(7 89 133 / 0.7);
}

.border-e-sky-800\/75{
  border-inline-end-color: rgb(7 89 133 / 0.75);
}

.border-e-sky-800\/80{
  border-inline-end-color: rgb(7 89 133 / 0.8);
}

.border-e-sky-800\/90{
  border-inline-end-color: rgb(7 89 133 / 0.9);
}

.border-e-sky-800\/95{
  border-inline-end-color: rgb(7 89 133 / 0.95);
}

.border-e-sky-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-e-sky-900\/0{
  border-inline-end-color: rgb(12 74 110 / 0);
}

.border-e-sky-900\/10{
  border-inline-end-color: rgb(12 74 110 / 0.1);
}

.border-e-sky-900\/100{
  border-inline-end-color: rgb(12 74 110 / 1);
}

.border-e-sky-900\/20{
  border-inline-end-color: rgb(12 74 110 / 0.2);
}

.border-e-sky-900\/25{
  border-inline-end-color: rgb(12 74 110 / 0.25);
}

.border-e-sky-900\/30{
  border-inline-end-color: rgb(12 74 110 / 0.3);
}

.border-e-sky-900\/40{
  border-inline-end-color: rgb(12 74 110 / 0.4);
}

.border-e-sky-900\/5{
  border-inline-end-color: rgb(12 74 110 / 0.05);
}

.border-e-sky-900\/50{
  border-inline-end-color: rgb(12 74 110 / 0.5);
}

.border-e-sky-900\/60{
  border-inline-end-color: rgb(12 74 110 / 0.6);
}

.border-e-sky-900\/70{
  border-inline-end-color: rgb(12 74 110 / 0.7);
}

.border-e-sky-900\/75{
  border-inline-end-color: rgb(12 74 110 / 0.75);
}

.border-e-sky-900\/80{
  border-inline-end-color: rgb(12 74 110 / 0.8);
}

.border-e-sky-900\/90{
  border-inline-end-color: rgb(12 74 110 / 0.9);
}

.border-e-sky-900\/95{
  border-inline-end-color: rgb(12 74 110 / 0.95);
}

.border-e-sky-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-e-sky-950\/0{
  border-inline-end-color: rgb(8 47 73 / 0);
}

.border-e-sky-950\/10{
  border-inline-end-color: rgb(8 47 73 / 0.1);
}

.border-e-sky-950\/100{
  border-inline-end-color: rgb(8 47 73 / 1);
}

.border-e-sky-950\/20{
  border-inline-end-color: rgb(8 47 73 / 0.2);
}

.border-e-sky-950\/25{
  border-inline-end-color: rgb(8 47 73 / 0.25);
}

.border-e-sky-950\/30{
  border-inline-end-color: rgb(8 47 73 / 0.3);
}

.border-e-sky-950\/40{
  border-inline-end-color: rgb(8 47 73 / 0.4);
}

.border-e-sky-950\/5{
  border-inline-end-color: rgb(8 47 73 / 0.05);
}

.border-e-sky-950\/50{
  border-inline-end-color: rgb(8 47 73 / 0.5);
}

.border-e-sky-950\/60{
  border-inline-end-color: rgb(8 47 73 / 0.6);
}

.border-e-sky-950\/70{
  border-inline-end-color: rgb(8 47 73 / 0.7);
}

.border-e-sky-950\/75{
  border-inline-end-color: rgb(8 47 73 / 0.75);
}

.border-e-sky-950\/80{
  border-inline-end-color: rgb(8 47 73 / 0.8);
}

.border-e-sky-950\/90{
  border-inline-end-color: rgb(8 47 73 / 0.9);
}

.border-e-sky-950\/95{
  border-inline-end-color: rgb(8 47 73 / 0.95);
}

.border-e-slate-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-e-slate-100\/0{
  border-inline-end-color: rgb(241 245 249 / 0);
}

.border-e-slate-100\/10{
  border-inline-end-color: rgb(241 245 249 / 0.1);
}

.border-e-slate-100\/100{
  border-inline-end-color: rgb(241 245 249 / 1);
}

.border-e-slate-100\/20{
  border-inline-end-color: rgb(241 245 249 / 0.2);
}

.border-e-slate-100\/25{
  border-inline-end-color: rgb(241 245 249 / 0.25);
}

.border-e-slate-100\/30{
  border-inline-end-color: rgb(241 245 249 / 0.3);
}

.border-e-slate-100\/40{
  border-inline-end-color: rgb(241 245 249 / 0.4);
}

.border-e-slate-100\/5{
  border-inline-end-color: rgb(241 245 249 / 0.05);
}

.border-e-slate-100\/50{
  border-inline-end-color: rgb(241 245 249 / 0.5);
}

.border-e-slate-100\/60{
  border-inline-end-color: rgb(241 245 249 / 0.6);
}

.border-e-slate-100\/70{
  border-inline-end-color: rgb(241 245 249 / 0.7);
}

.border-e-slate-100\/75{
  border-inline-end-color: rgb(241 245 249 / 0.75);
}

.border-e-slate-100\/80{
  border-inline-end-color: rgb(241 245 249 / 0.8);
}

.border-e-slate-100\/90{
  border-inline-end-color: rgb(241 245 249 / 0.9);
}

.border-e-slate-100\/95{
  border-inline-end-color: rgb(241 245 249 / 0.95);
}

.border-e-slate-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-e-slate-200\/0{
  border-inline-end-color: rgb(226 232 240 / 0);
}

.border-e-slate-200\/10{
  border-inline-end-color: rgb(226 232 240 / 0.1);
}

.border-e-slate-200\/100{
  border-inline-end-color: rgb(226 232 240 / 1);
}

.border-e-slate-200\/20{
  border-inline-end-color: rgb(226 232 240 / 0.2);
}

.border-e-slate-200\/25{
  border-inline-end-color: rgb(226 232 240 / 0.25);
}

.border-e-slate-200\/30{
  border-inline-end-color: rgb(226 232 240 / 0.3);
}

.border-e-slate-200\/40{
  border-inline-end-color: rgb(226 232 240 / 0.4);
}

.border-e-slate-200\/5{
  border-inline-end-color: rgb(226 232 240 / 0.05);
}

.border-e-slate-200\/50{
  border-inline-end-color: rgb(226 232 240 / 0.5);
}

.border-e-slate-200\/60{
  border-inline-end-color: rgb(226 232 240 / 0.6);
}

.border-e-slate-200\/70{
  border-inline-end-color: rgb(226 232 240 / 0.7);
}

.border-e-slate-200\/75{
  border-inline-end-color: rgb(226 232 240 / 0.75);
}

.border-e-slate-200\/80{
  border-inline-end-color: rgb(226 232 240 / 0.8);
}

.border-e-slate-200\/90{
  border-inline-end-color: rgb(226 232 240 / 0.9);
}

.border-e-slate-200\/95{
  border-inline-end-color: rgb(226 232 240 / 0.95);
}

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

.border-e-slate-300\/0{
  border-inline-end-color: rgb(203 213 225 / 0);
}

.border-e-slate-300\/10{
  border-inline-end-color: rgb(203 213 225 / 0.1);
}

.border-e-slate-300\/100{
  border-inline-end-color: rgb(203 213 225 / 1);
}

.border-e-slate-300\/20{
  border-inline-end-color: rgb(203 213 225 / 0.2);
}

.border-e-slate-300\/25{
  border-inline-end-color: rgb(203 213 225 / 0.25);
}

.border-e-slate-300\/30{
  border-inline-end-color: rgb(203 213 225 / 0.3);
}

.border-e-slate-300\/40{
  border-inline-end-color: rgb(203 213 225 / 0.4);
}

.border-e-slate-300\/5{
  border-inline-end-color: rgb(203 213 225 / 0.05);
}

.border-e-slate-300\/50{
  border-inline-end-color: rgb(203 213 225 / 0.5);
}

.border-e-slate-300\/60{
  border-inline-end-color: rgb(203 213 225 / 0.6);
}

.border-e-slate-300\/70{
  border-inline-end-color: rgb(203 213 225 / 0.7);
}

.border-e-slate-300\/75{
  border-inline-end-color: rgb(203 213 225 / 0.75);
}

.border-e-slate-300\/80{
  border-inline-end-color: rgb(203 213 225 / 0.8);
}

.border-e-slate-300\/90{
  border-inline-end-color: rgb(203 213 225 / 0.9);
}

.border-e-slate-300\/95{
  border-inline-end-color: rgb(203 213 225 / 0.95);
}

.border-e-slate-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-e-slate-400\/0{
  border-inline-end-color: rgb(148 163 184 / 0);
}

.border-e-slate-400\/10{
  border-inline-end-color: rgb(148 163 184 / 0.1);
}

.border-e-slate-400\/100{
  border-inline-end-color: rgb(148 163 184 / 1);
}

.border-e-slate-400\/20{
  border-inline-end-color: rgb(148 163 184 / 0.2);
}

.border-e-slate-400\/25{
  border-inline-end-color: rgb(148 163 184 / 0.25);
}

.border-e-slate-400\/30{
  border-inline-end-color: rgb(148 163 184 / 0.3);
}

.border-e-slate-400\/40{
  border-inline-end-color: rgb(148 163 184 / 0.4);
}

.border-e-slate-400\/5{
  border-inline-end-color: rgb(148 163 184 / 0.05);
}

.border-e-slate-400\/50{
  border-inline-end-color: rgb(148 163 184 / 0.5);
}

.border-e-slate-400\/60{
  border-inline-end-color: rgb(148 163 184 / 0.6);
}

.border-e-slate-400\/70{
  border-inline-end-color: rgb(148 163 184 / 0.7);
}

.border-e-slate-400\/75{
  border-inline-end-color: rgb(148 163 184 / 0.75);
}

.border-e-slate-400\/80{
  border-inline-end-color: rgb(148 163 184 / 0.8);
}

.border-e-slate-400\/90{
  border-inline-end-color: rgb(148 163 184 / 0.9);
}

.border-e-slate-400\/95{
  border-inline-end-color: rgb(148 163 184 / 0.95);
}

.border-e-slate-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-e-slate-50\/0{
  border-inline-end-color: rgb(248 250 252 / 0);
}

.border-e-slate-50\/10{
  border-inline-end-color: rgb(248 250 252 / 0.1);
}

.border-e-slate-50\/100{
  border-inline-end-color: rgb(248 250 252 / 1);
}

.border-e-slate-50\/20{
  border-inline-end-color: rgb(248 250 252 / 0.2);
}

.border-e-slate-50\/25{
  border-inline-end-color: rgb(248 250 252 / 0.25);
}

.border-e-slate-50\/30{
  border-inline-end-color: rgb(248 250 252 / 0.3);
}

.border-e-slate-50\/40{
  border-inline-end-color: rgb(248 250 252 / 0.4);
}

.border-e-slate-50\/5{
  border-inline-end-color: rgb(248 250 252 / 0.05);
}

.border-e-slate-50\/50{
  border-inline-end-color: rgb(248 250 252 / 0.5);
}

.border-e-slate-50\/60{
  border-inline-end-color: rgb(248 250 252 / 0.6);
}

.border-e-slate-50\/70{
  border-inline-end-color: rgb(248 250 252 / 0.7);
}

.border-e-slate-50\/75{
  border-inline-end-color: rgb(248 250 252 / 0.75);
}

.border-e-slate-50\/80{
  border-inline-end-color: rgb(248 250 252 / 0.8);
}

.border-e-slate-50\/90{
  border-inline-end-color: rgb(248 250 252 / 0.9);
}

.border-e-slate-50\/95{
  border-inline-end-color: rgb(248 250 252 / 0.95);
}

.border-e-slate-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-e-slate-500\/0{
  border-inline-end-color: rgb(100 116 139 / 0);
}

.border-e-slate-500\/10{
  border-inline-end-color: rgb(100 116 139 / 0.1);
}

.border-e-slate-500\/100{
  border-inline-end-color: rgb(100 116 139 / 1);
}

.border-e-slate-500\/20{
  border-inline-end-color: rgb(100 116 139 / 0.2);
}

.border-e-slate-500\/25{
  border-inline-end-color: rgb(100 116 139 / 0.25);
}

.border-e-slate-500\/30{
  border-inline-end-color: rgb(100 116 139 / 0.3);
}

.border-e-slate-500\/40{
  border-inline-end-color: rgb(100 116 139 / 0.4);
}

.border-e-slate-500\/5{
  border-inline-end-color: rgb(100 116 139 / 0.05);
}

.border-e-slate-500\/50{
  border-inline-end-color: rgb(100 116 139 / 0.5);
}

.border-e-slate-500\/60{
  border-inline-end-color: rgb(100 116 139 / 0.6);
}

.border-e-slate-500\/70{
  border-inline-end-color: rgb(100 116 139 / 0.7);
}

.border-e-slate-500\/75{
  border-inline-end-color: rgb(100 116 139 / 0.75);
}

.border-e-slate-500\/80{
  border-inline-end-color: rgb(100 116 139 / 0.8);
}

.border-e-slate-500\/90{
  border-inline-end-color: rgb(100 116 139 / 0.9);
}

.border-e-slate-500\/95{
  border-inline-end-color: rgb(100 116 139 / 0.95);
}

.border-e-slate-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-e-slate-600\/0{
  border-inline-end-color: rgb(71 85 105 / 0);
}

.border-e-slate-600\/10{
  border-inline-end-color: rgb(71 85 105 / 0.1);
}

.border-e-slate-600\/100{
  border-inline-end-color: rgb(71 85 105 / 1);
}

.border-e-slate-600\/20{
  border-inline-end-color: rgb(71 85 105 / 0.2);
}

.border-e-slate-600\/25{
  border-inline-end-color: rgb(71 85 105 / 0.25);
}

.border-e-slate-600\/30{
  border-inline-end-color: rgb(71 85 105 / 0.3);
}

.border-e-slate-600\/40{
  border-inline-end-color: rgb(71 85 105 / 0.4);
}

.border-e-slate-600\/5{
  border-inline-end-color: rgb(71 85 105 / 0.05);
}

.border-e-slate-600\/50{
  border-inline-end-color: rgb(71 85 105 / 0.5);
}

.border-e-slate-600\/60{
  border-inline-end-color: rgb(71 85 105 / 0.6);
}

.border-e-slate-600\/70{
  border-inline-end-color: rgb(71 85 105 / 0.7);
}

.border-e-slate-600\/75{
  border-inline-end-color: rgb(71 85 105 / 0.75);
}

.border-e-slate-600\/80{
  border-inline-end-color: rgb(71 85 105 / 0.8);
}

.border-e-slate-600\/90{
  border-inline-end-color: rgb(71 85 105 / 0.9);
}

.border-e-slate-600\/95{
  border-inline-end-color: rgb(71 85 105 / 0.95);
}

.border-e-slate-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-e-slate-700\/0{
  border-inline-end-color: rgb(51 65 85 / 0);
}

.border-e-slate-700\/10{
  border-inline-end-color: rgb(51 65 85 / 0.1);
}

.border-e-slate-700\/100{
  border-inline-end-color: rgb(51 65 85 / 1);
}

.border-e-slate-700\/20{
  border-inline-end-color: rgb(51 65 85 / 0.2);
}

.border-e-slate-700\/25{
  border-inline-end-color: rgb(51 65 85 / 0.25);
}

.border-e-slate-700\/30{
  border-inline-end-color: rgb(51 65 85 / 0.3);
}

.border-e-slate-700\/40{
  border-inline-end-color: rgb(51 65 85 / 0.4);
}

.border-e-slate-700\/5{
  border-inline-end-color: rgb(51 65 85 / 0.05);
}

.border-e-slate-700\/50{
  border-inline-end-color: rgb(51 65 85 / 0.5);
}

.border-e-slate-700\/60{
  border-inline-end-color: rgb(51 65 85 / 0.6);
}

.border-e-slate-700\/70{
  border-inline-end-color: rgb(51 65 85 / 0.7);
}

.border-e-slate-700\/75{
  border-inline-end-color: rgb(51 65 85 / 0.75);
}

.border-e-slate-700\/80{
  border-inline-end-color: rgb(51 65 85 / 0.8);
}

.border-e-slate-700\/90{
  border-inline-end-color: rgb(51 65 85 / 0.9);
}

.border-e-slate-700\/95{
  border-inline-end-color: rgb(51 65 85 / 0.95);
}

.border-e-slate-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-e-slate-800\/0{
  border-inline-end-color: rgb(30 41 59 / 0);
}

.border-e-slate-800\/10{
  border-inline-end-color: rgb(30 41 59 / 0.1);
}

.border-e-slate-800\/100{
  border-inline-end-color: rgb(30 41 59 / 1);
}

.border-e-slate-800\/20{
  border-inline-end-color: rgb(30 41 59 / 0.2);
}

.border-e-slate-800\/25{
  border-inline-end-color: rgb(30 41 59 / 0.25);
}

.border-e-slate-800\/30{
  border-inline-end-color: rgb(30 41 59 / 0.3);
}

.border-e-slate-800\/40{
  border-inline-end-color: rgb(30 41 59 / 0.4);
}

.border-e-slate-800\/5{
  border-inline-end-color: rgb(30 41 59 / 0.05);
}

.border-e-slate-800\/50{
  border-inline-end-color: rgb(30 41 59 / 0.5);
}

.border-e-slate-800\/60{
  border-inline-end-color: rgb(30 41 59 / 0.6);
}

.border-e-slate-800\/70{
  border-inline-end-color: rgb(30 41 59 / 0.7);
}

.border-e-slate-800\/75{
  border-inline-end-color: rgb(30 41 59 / 0.75);
}

.border-e-slate-800\/80{
  border-inline-end-color: rgb(30 41 59 / 0.8);
}

.border-e-slate-800\/90{
  border-inline-end-color: rgb(30 41 59 / 0.9);
}

.border-e-slate-800\/95{
  border-inline-end-color: rgb(30 41 59 / 0.95);
}

.border-e-slate-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-e-slate-900\/0{
  border-inline-end-color: rgb(15 23 42 / 0);
}

.border-e-slate-900\/10{
  border-inline-end-color: rgb(15 23 42 / 0.1);
}

.border-e-slate-900\/100{
  border-inline-end-color: rgb(15 23 42 / 1);
}

.border-e-slate-900\/20{
  border-inline-end-color: rgb(15 23 42 / 0.2);
}

.border-e-slate-900\/25{
  border-inline-end-color: rgb(15 23 42 / 0.25);
}

.border-e-slate-900\/30{
  border-inline-end-color: rgb(15 23 42 / 0.3);
}

.border-e-slate-900\/40{
  border-inline-end-color: rgb(15 23 42 / 0.4);
}

.border-e-slate-900\/5{
  border-inline-end-color: rgb(15 23 42 / 0.05);
}

.border-e-slate-900\/50{
  border-inline-end-color: rgb(15 23 42 / 0.5);
}

.border-e-slate-900\/60{
  border-inline-end-color: rgb(15 23 42 / 0.6);
}

.border-e-slate-900\/70{
  border-inline-end-color: rgb(15 23 42 / 0.7);
}

.border-e-slate-900\/75{
  border-inline-end-color: rgb(15 23 42 / 0.75);
}

.border-e-slate-900\/80{
  border-inline-end-color: rgb(15 23 42 / 0.8);
}

.border-e-slate-900\/90{
  border-inline-end-color: rgb(15 23 42 / 0.9);
}

.border-e-slate-900\/95{
  border-inline-end-color: rgb(15 23 42 / 0.95);
}

.border-e-slate-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-e-slate-950\/0{
  border-inline-end-color: rgb(2 6 23 / 0);
}

.border-e-slate-950\/10{
  border-inline-end-color: rgb(2 6 23 / 0.1);
}

.border-e-slate-950\/100{
  border-inline-end-color: rgb(2 6 23 / 1);
}

.border-e-slate-950\/20{
  border-inline-end-color: rgb(2 6 23 / 0.2);
}

.border-e-slate-950\/25{
  border-inline-end-color: rgb(2 6 23 / 0.25);
}

.border-e-slate-950\/30{
  border-inline-end-color: rgb(2 6 23 / 0.3);
}

.border-e-slate-950\/40{
  border-inline-end-color: rgb(2 6 23 / 0.4);
}

.border-e-slate-950\/5{
  border-inline-end-color: rgb(2 6 23 / 0.05);
}

.border-e-slate-950\/50{
  border-inline-end-color: rgb(2 6 23 / 0.5);
}

.border-e-slate-950\/60{
  border-inline-end-color: rgb(2 6 23 / 0.6);
}

.border-e-slate-950\/70{
  border-inline-end-color: rgb(2 6 23 / 0.7);
}

.border-e-slate-950\/75{
  border-inline-end-color: rgb(2 6 23 / 0.75);
}

.border-e-slate-950\/80{
  border-inline-end-color: rgb(2 6 23 / 0.8);
}

.border-e-slate-950\/90{
  border-inline-end-color: rgb(2 6 23 / 0.9);
}

.border-e-slate-950\/95{
  border-inline-end-color: rgb(2 6 23 / 0.95);
}

.border-e-stone-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-e-stone-100\/0{
  border-inline-end-color: rgb(245 245 244 / 0);
}

.border-e-stone-100\/10{
  border-inline-end-color: rgb(245 245 244 / 0.1);
}

.border-e-stone-100\/100{
  border-inline-end-color: rgb(245 245 244 / 1);
}

.border-e-stone-100\/20{
  border-inline-end-color: rgb(245 245 244 / 0.2);
}

.border-e-stone-100\/25{
  border-inline-end-color: rgb(245 245 244 / 0.25);
}

.border-e-stone-100\/30{
  border-inline-end-color: rgb(245 245 244 / 0.3);
}

.border-e-stone-100\/40{
  border-inline-end-color: rgb(245 245 244 / 0.4);
}

.border-e-stone-100\/5{
  border-inline-end-color: rgb(245 245 244 / 0.05);
}

.border-e-stone-100\/50{
  border-inline-end-color: rgb(245 245 244 / 0.5);
}

.border-e-stone-100\/60{
  border-inline-end-color: rgb(245 245 244 / 0.6);
}

.border-e-stone-100\/70{
  border-inline-end-color: rgb(245 245 244 / 0.7);
}

.border-e-stone-100\/75{
  border-inline-end-color: rgb(245 245 244 / 0.75);
}

.border-e-stone-100\/80{
  border-inline-end-color: rgb(245 245 244 / 0.8);
}

.border-e-stone-100\/90{
  border-inline-end-color: rgb(245 245 244 / 0.9);
}

.border-e-stone-100\/95{
  border-inline-end-color: rgb(245 245 244 / 0.95);
}

.border-e-stone-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-e-stone-200\/0{
  border-inline-end-color: rgb(231 229 228 / 0);
}

.border-e-stone-200\/10{
  border-inline-end-color: rgb(231 229 228 / 0.1);
}

.border-e-stone-200\/100{
  border-inline-end-color: rgb(231 229 228 / 1);
}

.border-e-stone-200\/20{
  border-inline-end-color: rgb(231 229 228 / 0.2);
}

.border-e-stone-200\/25{
  border-inline-end-color: rgb(231 229 228 / 0.25);
}

.border-e-stone-200\/30{
  border-inline-end-color: rgb(231 229 228 / 0.3);
}

.border-e-stone-200\/40{
  border-inline-end-color: rgb(231 229 228 / 0.4);
}

.border-e-stone-200\/5{
  border-inline-end-color: rgb(231 229 228 / 0.05);
}

.border-e-stone-200\/50{
  border-inline-end-color: rgb(231 229 228 / 0.5);
}

.border-e-stone-200\/60{
  border-inline-end-color: rgb(231 229 228 / 0.6);
}

.border-e-stone-200\/70{
  border-inline-end-color: rgb(231 229 228 / 0.7);
}

.border-e-stone-200\/75{
  border-inline-end-color: rgb(231 229 228 / 0.75);
}

.border-e-stone-200\/80{
  border-inline-end-color: rgb(231 229 228 / 0.8);
}

.border-e-stone-200\/90{
  border-inline-end-color: rgb(231 229 228 / 0.9);
}

.border-e-stone-200\/95{
  border-inline-end-color: rgb(231 229 228 / 0.95);
}

.border-e-stone-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-e-stone-300\/0{
  border-inline-end-color: rgb(214 211 209 / 0);
}

.border-e-stone-300\/10{
  border-inline-end-color: rgb(214 211 209 / 0.1);
}

.border-e-stone-300\/100{
  border-inline-end-color: rgb(214 211 209 / 1);
}

.border-e-stone-300\/20{
  border-inline-end-color: rgb(214 211 209 / 0.2);
}

.border-e-stone-300\/25{
  border-inline-end-color: rgb(214 211 209 / 0.25);
}

.border-e-stone-300\/30{
  border-inline-end-color: rgb(214 211 209 / 0.3);
}

.border-e-stone-300\/40{
  border-inline-end-color: rgb(214 211 209 / 0.4);
}

.border-e-stone-300\/5{
  border-inline-end-color: rgb(214 211 209 / 0.05);
}

.border-e-stone-300\/50{
  border-inline-end-color: rgb(214 211 209 / 0.5);
}

.border-e-stone-300\/60{
  border-inline-end-color: rgb(214 211 209 / 0.6);
}

.border-e-stone-300\/70{
  border-inline-end-color: rgb(214 211 209 / 0.7);
}

.border-e-stone-300\/75{
  border-inline-end-color: rgb(214 211 209 / 0.75);
}

.border-e-stone-300\/80{
  border-inline-end-color: rgb(214 211 209 / 0.8);
}

.border-e-stone-300\/90{
  border-inline-end-color: rgb(214 211 209 / 0.9);
}

.border-e-stone-300\/95{
  border-inline-end-color: rgb(214 211 209 / 0.95);
}

.border-e-stone-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-e-stone-400\/0{
  border-inline-end-color: rgb(168 162 158 / 0);
}

.border-e-stone-400\/10{
  border-inline-end-color: rgb(168 162 158 / 0.1);
}

.border-e-stone-400\/100{
  border-inline-end-color: rgb(168 162 158 / 1);
}

.border-e-stone-400\/20{
  border-inline-end-color: rgb(168 162 158 / 0.2);
}

.border-e-stone-400\/25{
  border-inline-end-color: rgb(168 162 158 / 0.25);
}

.border-e-stone-400\/30{
  border-inline-end-color: rgb(168 162 158 / 0.3);
}

.border-e-stone-400\/40{
  border-inline-end-color: rgb(168 162 158 / 0.4);
}

.border-e-stone-400\/5{
  border-inline-end-color: rgb(168 162 158 / 0.05);
}

.border-e-stone-400\/50{
  border-inline-end-color: rgb(168 162 158 / 0.5);
}

.border-e-stone-400\/60{
  border-inline-end-color: rgb(168 162 158 / 0.6);
}

.border-e-stone-400\/70{
  border-inline-end-color: rgb(168 162 158 / 0.7);
}

.border-e-stone-400\/75{
  border-inline-end-color: rgb(168 162 158 / 0.75);
}

.border-e-stone-400\/80{
  border-inline-end-color: rgb(168 162 158 / 0.8);
}

.border-e-stone-400\/90{
  border-inline-end-color: rgb(168 162 158 / 0.9);
}

.border-e-stone-400\/95{
  border-inline-end-color: rgb(168 162 158 / 0.95);
}

.border-e-stone-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-e-stone-50\/0{
  border-inline-end-color: rgb(250 250 249 / 0);
}

.border-e-stone-50\/10{
  border-inline-end-color: rgb(250 250 249 / 0.1);
}

.border-e-stone-50\/100{
  border-inline-end-color: rgb(250 250 249 / 1);
}

.border-e-stone-50\/20{
  border-inline-end-color: rgb(250 250 249 / 0.2);
}

.border-e-stone-50\/25{
  border-inline-end-color: rgb(250 250 249 / 0.25);
}

.border-e-stone-50\/30{
  border-inline-end-color: rgb(250 250 249 / 0.3);
}

.border-e-stone-50\/40{
  border-inline-end-color: rgb(250 250 249 / 0.4);
}

.border-e-stone-50\/5{
  border-inline-end-color: rgb(250 250 249 / 0.05);
}

.border-e-stone-50\/50{
  border-inline-end-color: rgb(250 250 249 / 0.5);
}

.border-e-stone-50\/60{
  border-inline-end-color: rgb(250 250 249 / 0.6);
}

.border-e-stone-50\/70{
  border-inline-end-color: rgb(250 250 249 / 0.7);
}

.border-e-stone-50\/75{
  border-inline-end-color: rgb(250 250 249 / 0.75);
}

.border-e-stone-50\/80{
  border-inline-end-color: rgb(250 250 249 / 0.8);
}

.border-e-stone-50\/90{
  border-inline-end-color: rgb(250 250 249 / 0.9);
}

.border-e-stone-50\/95{
  border-inline-end-color: rgb(250 250 249 / 0.95);
}

.border-e-stone-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-e-stone-500\/0{
  border-inline-end-color: rgb(120 113 108 / 0);
}

.border-e-stone-500\/10{
  border-inline-end-color: rgb(120 113 108 / 0.1);
}

.border-e-stone-500\/100{
  border-inline-end-color: rgb(120 113 108 / 1);
}

.border-e-stone-500\/20{
  border-inline-end-color: rgb(120 113 108 / 0.2);
}

.border-e-stone-500\/25{
  border-inline-end-color: rgb(120 113 108 / 0.25);
}

.border-e-stone-500\/30{
  border-inline-end-color: rgb(120 113 108 / 0.3);
}

.border-e-stone-500\/40{
  border-inline-end-color: rgb(120 113 108 / 0.4);
}

.border-e-stone-500\/5{
  border-inline-end-color: rgb(120 113 108 / 0.05);
}

.border-e-stone-500\/50{
  border-inline-end-color: rgb(120 113 108 / 0.5);
}

.border-e-stone-500\/60{
  border-inline-end-color: rgb(120 113 108 / 0.6);
}

.border-e-stone-500\/70{
  border-inline-end-color: rgb(120 113 108 / 0.7);
}

.border-e-stone-500\/75{
  border-inline-end-color: rgb(120 113 108 / 0.75);
}

.border-e-stone-500\/80{
  border-inline-end-color: rgb(120 113 108 / 0.8);
}

.border-e-stone-500\/90{
  border-inline-end-color: rgb(120 113 108 / 0.9);
}

.border-e-stone-500\/95{
  border-inline-end-color: rgb(120 113 108 / 0.95);
}

.border-e-stone-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-e-stone-600\/0{
  border-inline-end-color: rgb(87 83 78 / 0);
}

.border-e-stone-600\/10{
  border-inline-end-color: rgb(87 83 78 / 0.1);
}

.border-e-stone-600\/100{
  border-inline-end-color: rgb(87 83 78 / 1);
}

.border-e-stone-600\/20{
  border-inline-end-color: rgb(87 83 78 / 0.2);
}

.border-e-stone-600\/25{
  border-inline-end-color: rgb(87 83 78 / 0.25);
}

.border-e-stone-600\/30{
  border-inline-end-color: rgb(87 83 78 / 0.3);
}

.border-e-stone-600\/40{
  border-inline-end-color: rgb(87 83 78 / 0.4);
}

.border-e-stone-600\/5{
  border-inline-end-color: rgb(87 83 78 / 0.05);
}

.border-e-stone-600\/50{
  border-inline-end-color: rgb(87 83 78 / 0.5);
}

.border-e-stone-600\/60{
  border-inline-end-color: rgb(87 83 78 / 0.6);
}

.border-e-stone-600\/70{
  border-inline-end-color: rgb(87 83 78 / 0.7);
}

.border-e-stone-600\/75{
  border-inline-end-color: rgb(87 83 78 / 0.75);
}

.border-e-stone-600\/80{
  border-inline-end-color: rgb(87 83 78 / 0.8);
}

.border-e-stone-600\/90{
  border-inline-end-color: rgb(87 83 78 / 0.9);
}

.border-e-stone-600\/95{
  border-inline-end-color: rgb(87 83 78 / 0.95);
}

.border-e-stone-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-e-stone-700\/0{
  border-inline-end-color: rgb(68 64 60 / 0);
}

.border-e-stone-700\/10{
  border-inline-end-color: rgb(68 64 60 / 0.1);
}

.border-e-stone-700\/100{
  border-inline-end-color: rgb(68 64 60 / 1);
}

.border-e-stone-700\/20{
  border-inline-end-color: rgb(68 64 60 / 0.2);
}

.border-e-stone-700\/25{
  border-inline-end-color: rgb(68 64 60 / 0.25);
}

.border-e-stone-700\/30{
  border-inline-end-color: rgb(68 64 60 / 0.3);
}

.border-e-stone-700\/40{
  border-inline-end-color: rgb(68 64 60 / 0.4);
}

.border-e-stone-700\/5{
  border-inline-end-color: rgb(68 64 60 / 0.05);
}

.border-e-stone-700\/50{
  border-inline-end-color: rgb(68 64 60 / 0.5);
}

.border-e-stone-700\/60{
  border-inline-end-color: rgb(68 64 60 / 0.6);
}

.border-e-stone-700\/70{
  border-inline-end-color: rgb(68 64 60 / 0.7);
}

.border-e-stone-700\/75{
  border-inline-end-color: rgb(68 64 60 / 0.75);
}

.border-e-stone-700\/80{
  border-inline-end-color: rgb(68 64 60 / 0.8);
}

.border-e-stone-700\/90{
  border-inline-end-color: rgb(68 64 60 / 0.9);
}

.border-e-stone-700\/95{
  border-inline-end-color: rgb(68 64 60 / 0.95);
}

.border-e-stone-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-e-stone-800\/0{
  border-inline-end-color: rgb(41 37 36 / 0);
}

.border-e-stone-800\/10{
  border-inline-end-color: rgb(41 37 36 / 0.1);
}

.border-e-stone-800\/100{
  border-inline-end-color: rgb(41 37 36 / 1);
}

.border-e-stone-800\/20{
  border-inline-end-color: rgb(41 37 36 / 0.2);
}

.border-e-stone-800\/25{
  border-inline-end-color: rgb(41 37 36 / 0.25);
}

.border-e-stone-800\/30{
  border-inline-end-color: rgb(41 37 36 / 0.3);
}

.border-e-stone-800\/40{
  border-inline-end-color: rgb(41 37 36 / 0.4);
}

.border-e-stone-800\/5{
  border-inline-end-color: rgb(41 37 36 / 0.05);
}

.border-e-stone-800\/50{
  border-inline-end-color: rgb(41 37 36 / 0.5);
}

.border-e-stone-800\/60{
  border-inline-end-color: rgb(41 37 36 / 0.6);
}

.border-e-stone-800\/70{
  border-inline-end-color: rgb(41 37 36 / 0.7);
}

.border-e-stone-800\/75{
  border-inline-end-color: rgb(41 37 36 / 0.75);
}

.border-e-stone-800\/80{
  border-inline-end-color: rgb(41 37 36 / 0.8);
}

.border-e-stone-800\/90{
  border-inline-end-color: rgb(41 37 36 / 0.9);
}

.border-e-stone-800\/95{
  border-inline-end-color: rgb(41 37 36 / 0.95);
}

.border-e-stone-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-e-stone-900\/0{
  border-inline-end-color: rgb(28 25 23 / 0);
}

.border-e-stone-900\/10{
  border-inline-end-color: rgb(28 25 23 / 0.1);
}

.border-e-stone-900\/100{
  border-inline-end-color: rgb(28 25 23 / 1);
}

.border-e-stone-900\/20{
  border-inline-end-color: rgb(28 25 23 / 0.2);
}

.border-e-stone-900\/25{
  border-inline-end-color: rgb(28 25 23 / 0.25);
}

.border-e-stone-900\/30{
  border-inline-end-color: rgb(28 25 23 / 0.3);
}

.border-e-stone-900\/40{
  border-inline-end-color: rgb(28 25 23 / 0.4);
}

.border-e-stone-900\/5{
  border-inline-end-color: rgb(28 25 23 / 0.05);
}

.border-e-stone-900\/50{
  border-inline-end-color: rgb(28 25 23 / 0.5);
}

.border-e-stone-900\/60{
  border-inline-end-color: rgb(28 25 23 / 0.6);
}

.border-e-stone-900\/70{
  border-inline-end-color: rgb(28 25 23 / 0.7);
}

.border-e-stone-900\/75{
  border-inline-end-color: rgb(28 25 23 / 0.75);
}

.border-e-stone-900\/80{
  border-inline-end-color: rgb(28 25 23 / 0.8);
}

.border-e-stone-900\/90{
  border-inline-end-color: rgb(28 25 23 / 0.9);
}

.border-e-stone-900\/95{
  border-inline-end-color: rgb(28 25 23 / 0.95);
}

.border-e-stone-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-e-stone-950\/0{
  border-inline-end-color: rgb(12 10 9 / 0);
}

.border-e-stone-950\/10{
  border-inline-end-color: rgb(12 10 9 / 0.1);
}

.border-e-stone-950\/100{
  border-inline-end-color: rgb(12 10 9 / 1);
}

.border-e-stone-950\/20{
  border-inline-end-color: rgb(12 10 9 / 0.2);
}

.border-e-stone-950\/25{
  border-inline-end-color: rgb(12 10 9 / 0.25);
}

.border-e-stone-950\/30{
  border-inline-end-color: rgb(12 10 9 / 0.3);
}

.border-e-stone-950\/40{
  border-inline-end-color: rgb(12 10 9 / 0.4);
}

.border-e-stone-950\/5{
  border-inline-end-color: rgb(12 10 9 / 0.05);
}

.border-e-stone-950\/50{
  border-inline-end-color: rgb(12 10 9 / 0.5);
}

.border-e-stone-950\/60{
  border-inline-end-color: rgb(12 10 9 / 0.6);
}

.border-e-stone-950\/70{
  border-inline-end-color: rgb(12 10 9 / 0.7);
}

.border-e-stone-950\/75{
  border-inline-end-color: rgb(12 10 9 / 0.75);
}

.border-e-stone-950\/80{
  border-inline-end-color: rgb(12 10 9 / 0.8);
}

.border-e-stone-950\/90{
  border-inline-end-color: rgb(12 10 9 / 0.9);
}

.border-e-stone-950\/95{
  border-inline-end-color: rgb(12 10 9 / 0.95);
}

.border-e-teal-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.border-e-teal-100\/0{
  border-inline-end-color: rgb(204 251 241 / 0);
}

.border-e-teal-100\/10{
  border-inline-end-color: rgb(204 251 241 / 0.1);
}

.border-e-teal-100\/100{
  border-inline-end-color: rgb(204 251 241 / 1);
}

.border-e-teal-100\/20{
  border-inline-end-color: rgb(204 251 241 / 0.2);
}

.border-e-teal-100\/25{
  border-inline-end-color: rgb(204 251 241 / 0.25);
}

.border-e-teal-100\/30{
  border-inline-end-color: rgb(204 251 241 / 0.3);
}

.border-e-teal-100\/40{
  border-inline-end-color: rgb(204 251 241 / 0.4);
}

.border-e-teal-100\/5{
  border-inline-end-color: rgb(204 251 241 / 0.05);
}

.border-e-teal-100\/50{
  border-inline-end-color: rgb(204 251 241 / 0.5);
}

.border-e-teal-100\/60{
  border-inline-end-color: rgb(204 251 241 / 0.6);
}

.border-e-teal-100\/70{
  border-inline-end-color: rgb(204 251 241 / 0.7);
}

.border-e-teal-100\/75{
  border-inline-end-color: rgb(204 251 241 / 0.75);
}

.border-e-teal-100\/80{
  border-inline-end-color: rgb(204 251 241 / 0.8);
}

.border-e-teal-100\/90{
  border-inline-end-color: rgb(204 251 241 / 0.9);
}

.border-e-teal-100\/95{
  border-inline-end-color: rgb(204 251 241 / 0.95);
}

.border-e-teal-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-e-teal-200\/0{
  border-inline-end-color: rgb(153 246 228 / 0);
}

.border-e-teal-200\/10{
  border-inline-end-color: rgb(153 246 228 / 0.1);
}

.border-e-teal-200\/100{
  border-inline-end-color: rgb(153 246 228 / 1);
}

.border-e-teal-200\/20{
  border-inline-end-color: rgb(153 246 228 / 0.2);
}

.border-e-teal-200\/25{
  border-inline-end-color: rgb(153 246 228 / 0.25);
}

.border-e-teal-200\/30{
  border-inline-end-color: rgb(153 246 228 / 0.3);
}

.border-e-teal-200\/40{
  border-inline-end-color: rgb(153 246 228 / 0.4);
}

.border-e-teal-200\/5{
  border-inline-end-color: rgb(153 246 228 / 0.05);
}

.border-e-teal-200\/50{
  border-inline-end-color: rgb(153 246 228 / 0.5);
}

.border-e-teal-200\/60{
  border-inline-end-color: rgb(153 246 228 / 0.6);
}

.border-e-teal-200\/70{
  border-inline-end-color: rgb(153 246 228 / 0.7);
}

.border-e-teal-200\/75{
  border-inline-end-color: rgb(153 246 228 / 0.75);
}

.border-e-teal-200\/80{
  border-inline-end-color: rgb(153 246 228 / 0.8);
}

.border-e-teal-200\/90{
  border-inline-end-color: rgb(153 246 228 / 0.9);
}

.border-e-teal-200\/95{
  border-inline-end-color: rgb(153 246 228 / 0.95);
}

.border-e-teal-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-e-teal-300\/0{
  border-inline-end-color: rgb(94 234 212 / 0);
}

.border-e-teal-300\/10{
  border-inline-end-color: rgb(94 234 212 / 0.1);
}

.border-e-teal-300\/100{
  border-inline-end-color: rgb(94 234 212 / 1);
}

.border-e-teal-300\/20{
  border-inline-end-color: rgb(94 234 212 / 0.2);
}

.border-e-teal-300\/25{
  border-inline-end-color: rgb(94 234 212 / 0.25);
}

.border-e-teal-300\/30{
  border-inline-end-color: rgb(94 234 212 / 0.3);
}

.border-e-teal-300\/40{
  border-inline-end-color: rgb(94 234 212 / 0.4);
}

.border-e-teal-300\/5{
  border-inline-end-color: rgb(94 234 212 / 0.05);
}

.border-e-teal-300\/50{
  border-inline-end-color: rgb(94 234 212 / 0.5);
}

.border-e-teal-300\/60{
  border-inline-end-color: rgb(94 234 212 / 0.6);
}

.border-e-teal-300\/70{
  border-inline-end-color: rgb(94 234 212 / 0.7);
}

.border-e-teal-300\/75{
  border-inline-end-color: rgb(94 234 212 / 0.75);
}

.border-e-teal-300\/80{
  border-inline-end-color: rgb(94 234 212 / 0.8);
}

.border-e-teal-300\/90{
  border-inline-end-color: rgb(94 234 212 / 0.9);
}

.border-e-teal-300\/95{
  border-inline-end-color: rgb(94 234 212 / 0.95);
}

.border-e-teal-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-e-teal-400\/0{
  border-inline-end-color: rgb(45 212 191 / 0);
}

.border-e-teal-400\/10{
  border-inline-end-color: rgb(45 212 191 / 0.1);
}

.border-e-teal-400\/100{
  border-inline-end-color: rgb(45 212 191 / 1);
}

.border-e-teal-400\/20{
  border-inline-end-color: rgb(45 212 191 / 0.2);
}

.border-e-teal-400\/25{
  border-inline-end-color: rgb(45 212 191 / 0.25);
}

.border-e-teal-400\/30{
  border-inline-end-color: rgb(45 212 191 / 0.3);
}

.border-e-teal-400\/40{
  border-inline-end-color: rgb(45 212 191 / 0.4);
}

.border-e-teal-400\/5{
  border-inline-end-color: rgb(45 212 191 / 0.05);
}

.border-e-teal-400\/50{
  border-inline-end-color: rgb(45 212 191 / 0.5);
}

.border-e-teal-400\/60{
  border-inline-end-color: rgb(45 212 191 / 0.6);
}

.border-e-teal-400\/70{
  border-inline-end-color: rgb(45 212 191 / 0.7);
}

.border-e-teal-400\/75{
  border-inline-end-color: rgb(45 212 191 / 0.75);
}

.border-e-teal-400\/80{
  border-inline-end-color: rgb(45 212 191 / 0.8);
}

.border-e-teal-400\/90{
  border-inline-end-color: rgb(45 212 191 / 0.9);
}

.border-e-teal-400\/95{
  border-inline-end-color: rgb(45 212 191 / 0.95);
}

.border-e-teal-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-e-teal-50\/0{
  border-inline-end-color: rgb(240 253 250 / 0);
}

.border-e-teal-50\/10{
  border-inline-end-color: rgb(240 253 250 / 0.1);
}

.border-e-teal-50\/100{
  border-inline-end-color: rgb(240 253 250 / 1);
}

.border-e-teal-50\/20{
  border-inline-end-color: rgb(240 253 250 / 0.2);
}

.border-e-teal-50\/25{
  border-inline-end-color: rgb(240 253 250 / 0.25);
}

.border-e-teal-50\/30{
  border-inline-end-color: rgb(240 253 250 / 0.3);
}

.border-e-teal-50\/40{
  border-inline-end-color: rgb(240 253 250 / 0.4);
}

.border-e-teal-50\/5{
  border-inline-end-color: rgb(240 253 250 / 0.05);
}

.border-e-teal-50\/50{
  border-inline-end-color: rgb(240 253 250 / 0.5);
}

.border-e-teal-50\/60{
  border-inline-end-color: rgb(240 253 250 / 0.6);
}

.border-e-teal-50\/70{
  border-inline-end-color: rgb(240 253 250 / 0.7);
}

.border-e-teal-50\/75{
  border-inline-end-color: rgb(240 253 250 / 0.75);
}

.border-e-teal-50\/80{
  border-inline-end-color: rgb(240 253 250 / 0.8);
}

.border-e-teal-50\/90{
  border-inline-end-color: rgb(240 253 250 / 0.9);
}

.border-e-teal-50\/95{
  border-inline-end-color: rgb(240 253 250 / 0.95);
}

.border-e-teal-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-e-teal-500\/0{
  border-inline-end-color: rgb(20 184 166 / 0);
}

.border-e-teal-500\/10{
  border-inline-end-color: rgb(20 184 166 / 0.1);
}

.border-e-teal-500\/100{
  border-inline-end-color: rgb(20 184 166 / 1);
}

.border-e-teal-500\/20{
  border-inline-end-color: rgb(20 184 166 / 0.2);
}

.border-e-teal-500\/25{
  border-inline-end-color: rgb(20 184 166 / 0.25);
}

.border-e-teal-500\/30{
  border-inline-end-color: rgb(20 184 166 / 0.3);
}

.border-e-teal-500\/40{
  border-inline-end-color: rgb(20 184 166 / 0.4);
}

.border-e-teal-500\/5{
  border-inline-end-color: rgb(20 184 166 / 0.05);
}

.border-e-teal-500\/50{
  border-inline-end-color: rgb(20 184 166 / 0.5);
}

.border-e-teal-500\/60{
  border-inline-end-color: rgb(20 184 166 / 0.6);
}

.border-e-teal-500\/70{
  border-inline-end-color: rgb(20 184 166 / 0.7);
}

.border-e-teal-500\/75{
  border-inline-end-color: rgb(20 184 166 / 0.75);
}

.border-e-teal-500\/80{
  border-inline-end-color: rgb(20 184 166 / 0.8);
}

.border-e-teal-500\/90{
  border-inline-end-color: rgb(20 184 166 / 0.9);
}

.border-e-teal-500\/95{
  border-inline-end-color: rgb(20 184 166 / 0.95);
}

.border-e-teal-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-e-teal-600\/0{
  border-inline-end-color: rgb(13 148 136 / 0);
}

.border-e-teal-600\/10{
  border-inline-end-color: rgb(13 148 136 / 0.1);
}

.border-e-teal-600\/100{
  border-inline-end-color: rgb(13 148 136 / 1);
}

.border-e-teal-600\/20{
  border-inline-end-color: rgb(13 148 136 / 0.2);
}

.border-e-teal-600\/25{
  border-inline-end-color: rgb(13 148 136 / 0.25);
}

.border-e-teal-600\/30{
  border-inline-end-color: rgb(13 148 136 / 0.3);
}

.border-e-teal-600\/40{
  border-inline-end-color: rgb(13 148 136 / 0.4);
}

.border-e-teal-600\/5{
  border-inline-end-color: rgb(13 148 136 / 0.05);
}

.border-e-teal-600\/50{
  border-inline-end-color: rgb(13 148 136 / 0.5);
}

.border-e-teal-600\/60{
  border-inline-end-color: rgb(13 148 136 / 0.6);
}

.border-e-teal-600\/70{
  border-inline-end-color: rgb(13 148 136 / 0.7);
}

.border-e-teal-600\/75{
  border-inline-end-color: rgb(13 148 136 / 0.75);
}

.border-e-teal-600\/80{
  border-inline-end-color: rgb(13 148 136 / 0.8);
}

.border-e-teal-600\/90{
  border-inline-end-color: rgb(13 148 136 / 0.9);
}

.border-e-teal-600\/95{
  border-inline-end-color: rgb(13 148 136 / 0.95);
}

.border-e-teal-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-e-teal-700\/0{
  border-inline-end-color: rgb(15 118 110 / 0);
}

.border-e-teal-700\/10{
  border-inline-end-color: rgb(15 118 110 / 0.1);
}

.border-e-teal-700\/100{
  border-inline-end-color: rgb(15 118 110 / 1);
}

.border-e-teal-700\/20{
  border-inline-end-color: rgb(15 118 110 / 0.2);
}

.border-e-teal-700\/25{
  border-inline-end-color: rgb(15 118 110 / 0.25);
}

.border-e-teal-700\/30{
  border-inline-end-color: rgb(15 118 110 / 0.3);
}

.border-e-teal-700\/40{
  border-inline-end-color: rgb(15 118 110 / 0.4);
}

.border-e-teal-700\/5{
  border-inline-end-color: rgb(15 118 110 / 0.05);
}

.border-e-teal-700\/50{
  border-inline-end-color: rgb(15 118 110 / 0.5);
}

.border-e-teal-700\/60{
  border-inline-end-color: rgb(15 118 110 / 0.6);
}

.border-e-teal-700\/70{
  border-inline-end-color: rgb(15 118 110 / 0.7);
}

.border-e-teal-700\/75{
  border-inline-end-color: rgb(15 118 110 / 0.75);
}

.border-e-teal-700\/80{
  border-inline-end-color: rgb(15 118 110 / 0.8);
}

.border-e-teal-700\/90{
  border-inline-end-color: rgb(15 118 110 / 0.9);
}

.border-e-teal-700\/95{
  border-inline-end-color: rgb(15 118 110 / 0.95);
}

.border-e-teal-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-e-teal-800\/0{
  border-inline-end-color: rgb(17 94 89 / 0);
}

.border-e-teal-800\/10{
  border-inline-end-color: rgb(17 94 89 / 0.1);
}

.border-e-teal-800\/100{
  border-inline-end-color: rgb(17 94 89 / 1);
}

.border-e-teal-800\/20{
  border-inline-end-color: rgb(17 94 89 / 0.2);
}

.border-e-teal-800\/25{
  border-inline-end-color: rgb(17 94 89 / 0.25);
}

.border-e-teal-800\/30{
  border-inline-end-color: rgb(17 94 89 / 0.3);
}

.border-e-teal-800\/40{
  border-inline-end-color: rgb(17 94 89 / 0.4);
}

.border-e-teal-800\/5{
  border-inline-end-color: rgb(17 94 89 / 0.05);
}

.border-e-teal-800\/50{
  border-inline-end-color: rgb(17 94 89 / 0.5);
}

.border-e-teal-800\/60{
  border-inline-end-color: rgb(17 94 89 / 0.6);
}

.border-e-teal-800\/70{
  border-inline-end-color: rgb(17 94 89 / 0.7);
}

.border-e-teal-800\/75{
  border-inline-end-color: rgb(17 94 89 / 0.75);
}

.border-e-teal-800\/80{
  border-inline-end-color: rgb(17 94 89 / 0.8);
}

.border-e-teal-800\/90{
  border-inline-end-color: rgb(17 94 89 / 0.9);
}

.border-e-teal-800\/95{
  border-inline-end-color: rgb(17 94 89 / 0.95);
}

.border-e-teal-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-e-teal-900\/0{
  border-inline-end-color: rgb(19 78 74 / 0);
}

.border-e-teal-900\/10{
  border-inline-end-color: rgb(19 78 74 / 0.1);
}

.border-e-teal-900\/100{
  border-inline-end-color: rgb(19 78 74 / 1);
}

.border-e-teal-900\/20{
  border-inline-end-color: rgb(19 78 74 / 0.2);
}

.border-e-teal-900\/25{
  border-inline-end-color: rgb(19 78 74 / 0.25);
}

.border-e-teal-900\/30{
  border-inline-end-color: rgb(19 78 74 / 0.3);
}

.border-e-teal-900\/40{
  border-inline-end-color: rgb(19 78 74 / 0.4);
}

.border-e-teal-900\/5{
  border-inline-end-color: rgb(19 78 74 / 0.05);
}

.border-e-teal-900\/50{
  border-inline-end-color: rgb(19 78 74 / 0.5);
}

.border-e-teal-900\/60{
  border-inline-end-color: rgb(19 78 74 / 0.6);
}

.border-e-teal-900\/70{
  border-inline-end-color: rgb(19 78 74 / 0.7);
}

.border-e-teal-900\/75{
  border-inline-end-color: rgb(19 78 74 / 0.75);
}

.border-e-teal-900\/80{
  border-inline-end-color: rgb(19 78 74 / 0.8);
}

.border-e-teal-900\/90{
  border-inline-end-color: rgb(19 78 74 / 0.9);
}

.border-e-teal-900\/95{
  border-inline-end-color: rgb(19 78 74 / 0.95);
}

.border-e-teal-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-e-teal-950\/0{
  border-inline-end-color: rgb(4 47 46 / 0);
}

.border-e-teal-950\/10{
  border-inline-end-color: rgb(4 47 46 / 0.1);
}

.border-e-teal-950\/100{
  border-inline-end-color: rgb(4 47 46 / 1);
}

.border-e-teal-950\/20{
  border-inline-end-color: rgb(4 47 46 / 0.2);
}

.border-e-teal-950\/25{
  border-inline-end-color: rgb(4 47 46 / 0.25);
}

.border-e-teal-950\/30{
  border-inline-end-color: rgb(4 47 46 / 0.3);
}

.border-e-teal-950\/40{
  border-inline-end-color: rgb(4 47 46 / 0.4);
}

.border-e-teal-950\/5{
  border-inline-end-color: rgb(4 47 46 / 0.05);
}

.border-e-teal-950\/50{
  border-inline-end-color: rgb(4 47 46 / 0.5);
}

.border-e-teal-950\/60{
  border-inline-end-color: rgb(4 47 46 / 0.6);
}

.border-e-teal-950\/70{
  border-inline-end-color: rgb(4 47 46 / 0.7);
}

.border-e-teal-950\/75{
  border-inline-end-color: rgb(4 47 46 / 0.75);
}

.border-e-teal-950\/80{
  border-inline-end-color: rgb(4 47 46 / 0.8);
}

.border-e-teal-950\/90{
  border-inline-end-color: rgb(4 47 46 / 0.9);
}

.border-e-teal-950\/95{
  border-inline-end-color: rgb(4 47 46 / 0.95);
}

.border-e-transparent{
  border-inline-end-color: transparent;
}

.border-e-transparent\/0{
  border-inline-end-color: rgb(0 0 0 / 0);
}

.border-e-transparent\/10{
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.border-e-transparent\/100{
  border-inline-end-color: rgb(0 0 0 / 1);
}

.border-e-transparent\/20{
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.border-e-transparent\/25{
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.border-e-transparent\/30{
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.border-e-transparent\/40{
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.border-e-transparent\/5{
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.border-e-transparent\/50{
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.border-e-transparent\/60{
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.border-e-transparent\/70{
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.border-e-transparent\/75{
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.border-e-transparent\/80{
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.border-e-transparent\/90{
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.border-e-transparent\/95{
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.border-e-violet-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-e-violet-100\/0{
  border-inline-end-color: rgb(237 233 254 / 0);
}

.border-e-violet-100\/10{
  border-inline-end-color: rgb(237 233 254 / 0.1);
}

.border-e-violet-100\/100{
  border-inline-end-color: rgb(237 233 254 / 1);
}

.border-e-violet-100\/20{
  border-inline-end-color: rgb(237 233 254 / 0.2);
}

.border-e-violet-100\/25{
  border-inline-end-color: rgb(237 233 254 / 0.25);
}

.border-e-violet-100\/30{
  border-inline-end-color: rgb(237 233 254 / 0.3);
}

.border-e-violet-100\/40{
  border-inline-end-color: rgb(237 233 254 / 0.4);
}

.border-e-violet-100\/5{
  border-inline-end-color: rgb(237 233 254 / 0.05);
}

.border-e-violet-100\/50{
  border-inline-end-color: rgb(237 233 254 / 0.5);
}

.border-e-violet-100\/60{
  border-inline-end-color: rgb(237 233 254 / 0.6);
}

.border-e-violet-100\/70{
  border-inline-end-color: rgb(237 233 254 / 0.7);
}

.border-e-violet-100\/75{
  border-inline-end-color: rgb(237 233 254 / 0.75);
}

.border-e-violet-100\/80{
  border-inline-end-color: rgb(237 233 254 / 0.8);
}

.border-e-violet-100\/90{
  border-inline-end-color: rgb(237 233 254 / 0.9);
}

.border-e-violet-100\/95{
  border-inline-end-color: rgb(237 233 254 / 0.95);
}

.border-e-violet-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-e-violet-200\/0{
  border-inline-end-color: rgb(221 214 254 / 0);
}

.border-e-violet-200\/10{
  border-inline-end-color: rgb(221 214 254 / 0.1);
}

.border-e-violet-200\/100{
  border-inline-end-color: rgb(221 214 254 / 1);
}

.border-e-violet-200\/20{
  border-inline-end-color: rgb(221 214 254 / 0.2);
}

.border-e-violet-200\/25{
  border-inline-end-color: rgb(221 214 254 / 0.25);
}

.border-e-violet-200\/30{
  border-inline-end-color: rgb(221 214 254 / 0.3);
}

.border-e-violet-200\/40{
  border-inline-end-color: rgb(221 214 254 / 0.4);
}

.border-e-violet-200\/5{
  border-inline-end-color: rgb(221 214 254 / 0.05);
}

.border-e-violet-200\/50{
  border-inline-end-color: rgb(221 214 254 / 0.5);
}

.border-e-violet-200\/60{
  border-inline-end-color: rgb(221 214 254 / 0.6);
}

.border-e-violet-200\/70{
  border-inline-end-color: rgb(221 214 254 / 0.7);
}

.border-e-violet-200\/75{
  border-inline-end-color: rgb(221 214 254 / 0.75);
}

.border-e-violet-200\/80{
  border-inline-end-color: rgb(221 214 254 / 0.8);
}

.border-e-violet-200\/90{
  border-inline-end-color: rgb(221 214 254 / 0.9);
}

.border-e-violet-200\/95{
  border-inline-end-color: rgb(221 214 254 / 0.95);
}

.border-e-violet-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-e-violet-300\/0{
  border-inline-end-color: rgb(196 181 253 / 0);
}

.border-e-violet-300\/10{
  border-inline-end-color: rgb(196 181 253 / 0.1);
}

.border-e-violet-300\/100{
  border-inline-end-color: rgb(196 181 253 / 1);
}

.border-e-violet-300\/20{
  border-inline-end-color: rgb(196 181 253 / 0.2);
}

.border-e-violet-300\/25{
  border-inline-end-color: rgb(196 181 253 / 0.25);
}

.border-e-violet-300\/30{
  border-inline-end-color: rgb(196 181 253 / 0.3);
}

.border-e-violet-300\/40{
  border-inline-end-color: rgb(196 181 253 / 0.4);
}

.border-e-violet-300\/5{
  border-inline-end-color: rgb(196 181 253 / 0.05);
}

.border-e-violet-300\/50{
  border-inline-end-color: rgb(196 181 253 / 0.5);
}

.border-e-violet-300\/60{
  border-inline-end-color: rgb(196 181 253 / 0.6);
}

.border-e-violet-300\/70{
  border-inline-end-color: rgb(196 181 253 / 0.7);
}

.border-e-violet-300\/75{
  border-inline-end-color: rgb(196 181 253 / 0.75);
}

.border-e-violet-300\/80{
  border-inline-end-color: rgb(196 181 253 / 0.8);
}

.border-e-violet-300\/90{
  border-inline-end-color: rgb(196 181 253 / 0.9);
}

.border-e-violet-300\/95{
  border-inline-end-color: rgb(196 181 253 / 0.95);
}

.border-e-violet-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-e-violet-400\/0{
  border-inline-end-color: rgb(167 139 250 / 0);
}

.border-e-violet-400\/10{
  border-inline-end-color: rgb(167 139 250 / 0.1);
}

.border-e-violet-400\/100{
  border-inline-end-color: rgb(167 139 250 / 1);
}

.border-e-violet-400\/20{
  border-inline-end-color: rgb(167 139 250 / 0.2);
}

.border-e-violet-400\/25{
  border-inline-end-color: rgb(167 139 250 / 0.25);
}

.border-e-violet-400\/30{
  border-inline-end-color: rgb(167 139 250 / 0.3);
}

.border-e-violet-400\/40{
  border-inline-end-color: rgb(167 139 250 / 0.4);
}

.border-e-violet-400\/5{
  border-inline-end-color: rgb(167 139 250 / 0.05);
}

.border-e-violet-400\/50{
  border-inline-end-color: rgb(167 139 250 / 0.5);
}

.border-e-violet-400\/60{
  border-inline-end-color: rgb(167 139 250 / 0.6);
}

.border-e-violet-400\/70{
  border-inline-end-color: rgb(167 139 250 / 0.7);
}

.border-e-violet-400\/75{
  border-inline-end-color: rgb(167 139 250 / 0.75);
}

.border-e-violet-400\/80{
  border-inline-end-color: rgb(167 139 250 / 0.8);
}

.border-e-violet-400\/90{
  border-inline-end-color: rgb(167 139 250 / 0.9);
}

.border-e-violet-400\/95{
  border-inline-end-color: rgb(167 139 250 / 0.95);
}

.border-e-violet-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-e-violet-50\/0{
  border-inline-end-color: rgb(245 243 255 / 0);
}

.border-e-violet-50\/10{
  border-inline-end-color: rgb(245 243 255 / 0.1);
}

.border-e-violet-50\/100{
  border-inline-end-color: rgb(245 243 255 / 1);
}

.border-e-violet-50\/20{
  border-inline-end-color: rgb(245 243 255 / 0.2);
}

.border-e-violet-50\/25{
  border-inline-end-color: rgb(245 243 255 / 0.25);
}

.border-e-violet-50\/30{
  border-inline-end-color: rgb(245 243 255 / 0.3);
}

.border-e-violet-50\/40{
  border-inline-end-color: rgb(245 243 255 / 0.4);
}

.border-e-violet-50\/5{
  border-inline-end-color: rgb(245 243 255 / 0.05);
}

.border-e-violet-50\/50{
  border-inline-end-color: rgb(245 243 255 / 0.5);
}

.border-e-violet-50\/60{
  border-inline-end-color: rgb(245 243 255 / 0.6);
}

.border-e-violet-50\/70{
  border-inline-end-color: rgb(245 243 255 / 0.7);
}

.border-e-violet-50\/75{
  border-inline-end-color: rgb(245 243 255 / 0.75);
}

.border-e-violet-50\/80{
  border-inline-end-color: rgb(245 243 255 / 0.8);
}

.border-e-violet-50\/90{
  border-inline-end-color: rgb(245 243 255 / 0.9);
}

.border-e-violet-50\/95{
  border-inline-end-color: rgb(245 243 255 / 0.95);
}

.border-e-violet-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-e-violet-500\/0{
  border-inline-end-color: rgb(139 92 246 / 0);
}

.border-e-violet-500\/10{
  border-inline-end-color: rgb(139 92 246 / 0.1);
}

.border-e-violet-500\/100{
  border-inline-end-color: rgb(139 92 246 / 1);
}

.border-e-violet-500\/20{
  border-inline-end-color: rgb(139 92 246 / 0.2);
}

.border-e-violet-500\/25{
  border-inline-end-color: rgb(139 92 246 / 0.25);
}

.border-e-violet-500\/30{
  border-inline-end-color: rgb(139 92 246 / 0.3);
}

.border-e-violet-500\/40{
  border-inline-end-color: rgb(139 92 246 / 0.4);
}

.border-e-violet-500\/5{
  border-inline-end-color: rgb(139 92 246 / 0.05);
}

.border-e-violet-500\/50{
  border-inline-end-color: rgb(139 92 246 / 0.5);
}

.border-e-violet-500\/60{
  border-inline-end-color: rgb(139 92 246 / 0.6);
}

.border-e-violet-500\/70{
  border-inline-end-color: rgb(139 92 246 / 0.7);
}

.border-e-violet-500\/75{
  border-inline-end-color: rgb(139 92 246 / 0.75);
}

.border-e-violet-500\/80{
  border-inline-end-color: rgb(139 92 246 / 0.8);
}

.border-e-violet-500\/90{
  border-inline-end-color: rgb(139 92 246 / 0.9);
}

.border-e-violet-500\/95{
  border-inline-end-color: rgb(139 92 246 / 0.95);
}

.border-e-violet-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-e-violet-600\/0{
  border-inline-end-color: rgb(124 58 237 / 0);
}

.border-e-violet-600\/10{
  border-inline-end-color: rgb(124 58 237 / 0.1);
}

.border-e-violet-600\/100{
  border-inline-end-color: rgb(124 58 237 / 1);
}

.border-e-violet-600\/20{
  border-inline-end-color: rgb(124 58 237 / 0.2);
}

.border-e-violet-600\/25{
  border-inline-end-color: rgb(124 58 237 / 0.25);
}

.border-e-violet-600\/30{
  border-inline-end-color: rgb(124 58 237 / 0.3);
}

.border-e-violet-600\/40{
  border-inline-end-color: rgb(124 58 237 / 0.4);
}

.border-e-violet-600\/5{
  border-inline-end-color: rgb(124 58 237 / 0.05);
}

.border-e-violet-600\/50{
  border-inline-end-color: rgb(124 58 237 / 0.5);
}

.border-e-violet-600\/60{
  border-inline-end-color: rgb(124 58 237 / 0.6);
}

.border-e-violet-600\/70{
  border-inline-end-color: rgb(124 58 237 / 0.7);
}

.border-e-violet-600\/75{
  border-inline-end-color: rgb(124 58 237 / 0.75);
}

.border-e-violet-600\/80{
  border-inline-end-color: rgb(124 58 237 / 0.8);
}

.border-e-violet-600\/90{
  border-inline-end-color: rgb(124 58 237 / 0.9);
}

.border-e-violet-600\/95{
  border-inline-end-color: rgb(124 58 237 / 0.95);
}

.border-e-violet-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-e-violet-700\/0{
  border-inline-end-color: rgb(109 40 217 / 0);
}

.border-e-violet-700\/10{
  border-inline-end-color: rgb(109 40 217 / 0.1);
}

.border-e-violet-700\/100{
  border-inline-end-color: rgb(109 40 217 / 1);
}

.border-e-violet-700\/20{
  border-inline-end-color: rgb(109 40 217 / 0.2);
}

.border-e-violet-700\/25{
  border-inline-end-color: rgb(109 40 217 / 0.25);
}

.border-e-violet-700\/30{
  border-inline-end-color: rgb(109 40 217 / 0.3);
}

.border-e-violet-700\/40{
  border-inline-end-color: rgb(109 40 217 / 0.4);
}

.border-e-violet-700\/5{
  border-inline-end-color: rgb(109 40 217 / 0.05);
}

.border-e-violet-700\/50{
  border-inline-end-color: rgb(109 40 217 / 0.5);
}

.border-e-violet-700\/60{
  border-inline-end-color: rgb(109 40 217 / 0.6);
}

.border-e-violet-700\/70{
  border-inline-end-color: rgb(109 40 217 / 0.7);
}

.border-e-violet-700\/75{
  border-inline-end-color: rgb(109 40 217 / 0.75);
}

.border-e-violet-700\/80{
  border-inline-end-color: rgb(109 40 217 / 0.8);
}

.border-e-violet-700\/90{
  border-inline-end-color: rgb(109 40 217 / 0.9);
}

.border-e-violet-700\/95{
  border-inline-end-color: rgb(109 40 217 / 0.95);
}

.border-e-violet-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-e-violet-800\/0{
  border-inline-end-color: rgb(91 33 182 / 0);
}

.border-e-violet-800\/10{
  border-inline-end-color: rgb(91 33 182 / 0.1);
}

.border-e-violet-800\/100{
  border-inline-end-color: rgb(91 33 182 / 1);
}

.border-e-violet-800\/20{
  border-inline-end-color: rgb(91 33 182 / 0.2);
}

.border-e-violet-800\/25{
  border-inline-end-color: rgb(91 33 182 / 0.25);
}

.border-e-violet-800\/30{
  border-inline-end-color: rgb(91 33 182 / 0.3);
}

.border-e-violet-800\/40{
  border-inline-end-color: rgb(91 33 182 / 0.4);
}

.border-e-violet-800\/5{
  border-inline-end-color: rgb(91 33 182 / 0.05);
}

.border-e-violet-800\/50{
  border-inline-end-color: rgb(91 33 182 / 0.5);
}

.border-e-violet-800\/60{
  border-inline-end-color: rgb(91 33 182 / 0.6);
}

.border-e-violet-800\/70{
  border-inline-end-color: rgb(91 33 182 / 0.7);
}

.border-e-violet-800\/75{
  border-inline-end-color: rgb(91 33 182 / 0.75);
}

.border-e-violet-800\/80{
  border-inline-end-color: rgb(91 33 182 / 0.8);
}

.border-e-violet-800\/90{
  border-inline-end-color: rgb(91 33 182 / 0.9);
}

.border-e-violet-800\/95{
  border-inline-end-color: rgb(91 33 182 / 0.95);
}

.border-e-violet-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-e-violet-900\/0{
  border-inline-end-color: rgb(76 29 149 / 0);
}

.border-e-violet-900\/10{
  border-inline-end-color: rgb(76 29 149 / 0.1);
}

.border-e-violet-900\/100{
  border-inline-end-color: rgb(76 29 149 / 1);
}

.border-e-violet-900\/20{
  border-inline-end-color: rgb(76 29 149 / 0.2);
}

.border-e-violet-900\/25{
  border-inline-end-color: rgb(76 29 149 / 0.25);
}

.border-e-violet-900\/30{
  border-inline-end-color: rgb(76 29 149 / 0.3);
}

.border-e-violet-900\/40{
  border-inline-end-color: rgb(76 29 149 / 0.4);
}

.border-e-violet-900\/5{
  border-inline-end-color: rgb(76 29 149 / 0.05);
}

.border-e-violet-900\/50{
  border-inline-end-color: rgb(76 29 149 / 0.5);
}

.border-e-violet-900\/60{
  border-inline-end-color: rgb(76 29 149 / 0.6);
}

.border-e-violet-900\/70{
  border-inline-end-color: rgb(76 29 149 / 0.7);
}

.border-e-violet-900\/75{
  border-inline-end-color: rgb(76 29 149 / 0.75);
}

.border-e-violet-900\/80{
  border-inline-end-color: rgb(76 29 149 / 0.8);
}

.border-e-violet-900\/90{
  border-inline-end-color: rgb(76 29 149 / 0.9);
}

.border-e-violet-900\/95{
  border-inline-end-color: rgb(76 29 149 / 0.95);
}

.border-e-violet-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-e-violet-950\/0{
  border-inline-end-color: rgb(46 16 101 / 0);
}

.border-e-violet-950\/10{
  border-inline-end-color: rgb(46 16 101 / 0.1);
}

.border-e-violet-950\/100{
  border-inline-end-color: rgb(46 16 101 / 1);
}

.border-e-violet-950\/20{
  border-inline-end-color: rgb(46 16 101 / 0.2);
}

.border-e-violet-950\/25{
  border-inline-end-color: rgb(46 16 101 / 0.25);
}

.border-e-violet-950\/30{
  border-inline-end-color: rgb(46 16 101 / 0.3);
}

.border-e-violet-950\/40{
  border-inline-end-color: rgb(46 16 101 / 0.4);
}

.border-e-violet-950\/5{
  border-inline-end-color: rgb(46 16 101 / 0.05);
}

.border-e-violet-950\/50{
  border-inline-end-color: rgb(46 16 101 / 0.5);
}

.border-e-violet-950\/60{
  border-inline-end-color: rgb(46 16 101 / 0.6);
}

.border-e-violet-950\/70{
  border-inline-end-color: rgb(46 16 101 / 0.7);
}

.border-e-violet-950\/75{
  border-inline-end-color: rgb(46 16 101 / 0.75);
}

.border-e-violet-950\/80{
  border-inline-end-color: rgb(46 16 101 / 0.8);
}

.border-e-violet-950\/90{
  border-inline-end-color: rgb(46 16 101 / 0.9);
}

.border-e-violet-950\/95{
  border-inline-end-color: rgb(46 16 101 / 0.95);
}

.border-e-white{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-e-white\/0{
  border-inline-end-color: rgb(255 255 255 / 0);
}

.border-e-white\/10{
  border-inline-end-color: rgb(255 255 255 / 0.1);
}

.border-e-white\/100{
  border-inline-end-color: rgb(255 255 255 / 1);
}

.border-e-white\/20{
  border-inline-end-color: rgb(255 255 255 / 0.2);
}

.border-e-white\/25{
  border-inline-end-color: rgb(255 255 255 / 0.25);
}

.border-e-white\/30{
  border-inline-end-color: rgb(255 255 255 / 0.3);
}

.border-e-white\/40{
  border-inline-end-color: rgb(255 255 255 / 0.4);
}

.border-e-white\/5{
  border-inline-end-color: rgb(255 255 255 / 0.05);
}

.border-e-white\/50{
  border-inline-end-color: rgb(255 255 255 / 0.5);
}

.border-e-white\/60{
  border-inline-end-color: rgb(255 255 255 / 0.6);
}

.border-e-white\/70{
  border-inline-end-color: rgb(255 255 255 / 0.7);
}

.border-e-white\/75{
  border-inline-end-color: rgb(255 255 255 / 0.75);
}

.border-e-white\/80{
  border-inline-end-color: rgb(255 255 255 / 0.8);
}

.border-e-white\/90{
  border-inline-end-color: rgb(255 255 255 / 0.9);
}

.border-e-white\/95{
  border-inline-end-color: rgb(255 255 255 / 0.95);
}

.border-e-yellow-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-e-yellow-100\/0{
  border-inline-end-color: rgb(254 249 195 / 0);
}

.border-e-yellow-100\/10{
  border-inline-end-color: rgb(254 249 195 / 0.1);
}

.border-e-yellow-100\/100{
  border-inline-end-color: rgb(254 249 195 / 1);
}

.border-e-yellow-100\/20{
  border-inline-end-color: rgb(254 249 195 / 0.2);
}

.border-e-yellow-100\/25{
  border-inline-end-color: rgb(254 249 195 / 0.25);
}

.border-e-yellow-100\/30{
  border-inline-end-color: rgb(254 249 195 / 0.3);
}

.border-e-yellow-100\/40{
  border-inline-end-color: rgb(254 249 195 / 0.4);
}

.border-e-yellow-100\/5{
  border-inline-end-color: rgb(254 249 195 / 0.05);
}

.border-e-yellow-100\/50{
  border-inline-end-color: rgb(254 249 195 / 0.5);
}

.border-e-yellow-100\/60{
  border-inline-end-color: rgb(254 249 195 / 0.6);
}

.border-e-yellow-100\/70{
  border-inline-end-color: rgb(254 249 195 / 0.7);
}

.border-e-yellow-100\/75{
  border-inline-end-color: rgb(254 249 195 / 0.75);
}

.border-e-yellow-100\/80{
  border-inline-end-color: rgb(254 249 195 / 0.8);
}

.border-e-yellow-100\/90{
  border-inline-end-color: rgb(254 249 195 / 0.9);
}

.border-e-yellow-100\/95{
  border-inline-end-color: rgb(254 249 195 / 0.95);
}

.border-e-yellow-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-e-yellow-200\/0{
  border-inline-end-color: rgb(254 240 138 / 0);
}

.border-e-yellow-200\/10{
  border-inline-end-color: rgb(254 240 138 / 0.1);
}

.border-e-yellow-200\/100{
  border-inline-end-color: rgb(254 240 138 / 1);
}

.border-e-yellow-200\/20{
  border-inline-end-color: rgb(254 240 138 / 0.2);
}

.border-e-yellow-200\/25{
  border-inline-end-color: rgb(254 240 138 / 0.25);
}

.border-e-yellow-200\/30{
  border-inline-end-color: rgb(254 240 138 / 0.3);
}

.border-e-yellow-200\/40{
  border-inline-end-color: rgb(254 240 138 / 0.4);
}

.border-e-yellow-200\/5{
  border-inline-end-color: rgb(254 240 138 / 0.05);
}

.border-e-yellow-200\/50{
  border-inline-end-color: rgb(254 240 138 / 0.5);
}

.border-e-yellow-200\/60{
  border-inline-end-color: rgb(254 240 138 / 0.6);
}

.border-e-yellow-200\/70{
  border-inline-end-color: rgb(254 240 138 / 0.7);
}

.border-e-yellow-200\/75{
  border-inline-end-color: rgb(254 240 138 / 0.75);
}

.border-e-yellow-200\/80{
  border-inline-end-color: rgb(254 240 138 / 0.8);
}

.border-e-yellow-200\/90{
  border-inline-end-color: rgb(254 240 138 / 0.9);
}

.border-e-yellow-200\/95{
  border-inline-end-color: rgb(254 240 138 / 0.95);
}

.border-e-yellow-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-e-yellow-300\/0{
  border-inline-end-color: rgb(253 224 71 / 0);
}

.border-e-yellow-300\/10{
  border-inline-end-color: rgb(253 224 71 / 0.1);
}

.border-e-yellow-300\/100{
  border-inline-end-color: rgb(253 224 71 / 1);
}

.border-e-yellow-300\/20{
  border-inline-end-color: rgb(253 224 71 / 0.2);
}

.border-e-yellow-300\/25{
  border-inline-end-color: rgb(253 224 71 / 0.25);
}

.border-e-yellow-300\/30{
  border-inline-end-color: rgb(253 224 71 / 0.3);
}

.border-e-yellow-300\/40{
  border-inline-end-color: rgb(253 224 71 / 0.4);
}

.border-e-yellow-300\/5{
  border-inline-end-color: rgb(253 224 71 / 0.05);
}

.border-e-yellow-300\/50{
  border-inline-end-color: rgb(253 224 71 / 0.5);
}

.border-e-yellow-300\/60{
  border-inline-end-color: rgb(253 224 71 / 0.6);
}

.border-e-yellow-300\/70{
  border-inline-end-color: rgb(253 224 71 / 0.7);
}

.border-e-yellow-300\/75{
  border-inline-end-color: rgb(253 224 71 / 0.75);
}

.border-e-yellow-300\/80{
  border-inline-end-color: rgb(253 224 71 / 0.8);
}

.border-e-yellow-300\/90{
  border-inline-end-color: rgb(253 224 71 / 0.9);
}

.border-e-yellow-300\/95{
  border-inline-end-color: rgb(253 224 71 / 0.95);
}

.border-e-yellow-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-e-yellow-400\/0{
  border-inline-end-color: rgb(250 204 21 / 0);
}

.border-e-yellow-400\/10{
  border-inline-end-color: rgb(250 204 21 / 0.1);
}

.border-e-yellow-400\/100{
  border-inline-end-color: rgb(250 204 21 / 1);
}

.border-e-yellow-400\/20{
  border-inline-end-color: rgb(250 204 21 / 0.2);
}

.border-e-yellow-400\/25{
  border-inline-end-color: rgb(250 204 21 / 0.25);
}

.border-e-yellow-400\/30{
  border-inline-end-color: rgb(250 204 21 / 0.3);
}

.border-e-yellow-400\/40{
  border-inline-end-color: rgb(250 204 21 / 0.4);
}

.border-e-yellow-400\/5{
  border-inline-end-color: rgb(250 204 21 / 0.05);
}

.border-e-yellow-400\/50{
  border-inline-end-color: rgb(250 204 21 / 0.5);
}

.border-e-yellow-400\/60{
  border-inline-end-color: rgb(250 204 21 / 0.6);
}

.border-e-yellow-400\/70{
  border-inline-end-color: rgb(250 204 21 / 0.7);
}

.border-e-yellow-400\/75{
  border-inline-end-color: rgb(250 204 21 / 0.75);
}

.border-e-yellow-400\/80{
  border-inline-end-color: rgb(250 204 21 / 0.8);
}

.border-e-yellow-400\/90{
  border-inline-end-color: rgb(250 204 21 / 0.9);
}

.border-e-yellow-400\/95{
  border-inline-end-color: rgb(250 204 21 / 0.95);
}

.border-e-yellow-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-e-yellow-50\/0{
  border-inline-end-color: rgb(254 252 232 / 0);
}

.border-e-yellow-50\/10{
  border-inline-end-color: rgb(254 252 232 / 0.1);
}

.border-e-yellow-50\/100{
  border-inline-end-color: rgb(254 252 232 / 1);
}

.border-e-yellow-50\/20{
  border-inline-end-color: rgb(254 252 232 / 0.2);
}

.border-e-yellow-50\/25{
  border-inline-end-color: rgb(254 252 232 / 0.25);
}

.border-e-yellow-50\/30{
  border-inline-end-color: rgb(254 252 232 / 0.3);
}

.border-e-yellow-50\/40{
  border-inline-end-color: rgb(254 252 232 / 0.4);
}

.border-e-yellow-50\/5{
  border-inline-end-color: rgb(254 252 232 / 0.05);
}

.border-e-yellow-50\/50{
  border-inline-end-color: rgb(254 252 232 / 0.5);
}

.border-e-yellow-50\/60{
  border-inline-end-color: rgb(254 252 232 / 0.6);
}

.border-e-yellow-50\/70{
  border-inline-end-color: rgb(254 252 232 / 0.7);
}

.border-e-yellow-50\/75{
  border-inline-end-color: rgb(254 252 232 / 0.75);
}

.border-e-yellow-50\/80{
  border-inline-end-color: rgb(254 252 232 / 0.8);
}

.border-e-yellow-50\/90{
  border-inline-end-color: rgb(254 252 232 / 0.9);
}

.border-e-yellow-50\/95{
  border-inline-end-color: rgb(254 252 232 / 0.95);
}

.border-e-yellow-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-e-yellow-500\/0{
  border-inline-end-color: rgb(234 179 8 / 0);
}

.border-e-yellow-500\/10{
  border-inline-end-color: rgb(234 179 8 / 0.1);
}

.border-e-yellow-500\/100{
  border-inline-end-color: rgb(234 179 8 / 1);
}

.border-e-yellow-500\/20{
  border-inline-end-color: rgb(234 179 8 / 0.2);
}

.border-e-yellow-500\/25{
  border-inline-end-color: rgb(234 179 8 / 0.25);
}

.border-e-yellow-500\/30{
  border-inline-end-color: rgb(234 179 8 / 0.3);
}

.border-e-yellow-500\/40{
  border-inline-end-color: rgb(234 179 8 / 0.4);
}

.border-e-yellow-500\/5{
  border-inline-end-color: rgb(234 179 8 / 0.05);
}

.border-e-yellow-500\/50{
  border-inline-end-color: rgb(234 179 8 / 0.5);
}

.border-e-yellow-500\/60{
  border-inline-end-color: rgb(234 179 8 / 0.6);
}

.border-e-yellow-500\/70{
  border-inline-end-color: rgb(234 179 8 / 0.7);
}

.border-e-yellow-500\/75{
  border-inline-end-color: rgb(234 179 8 / 0.75);
}

.border-e-yellow-500\/80{
  border-inline-end-color: rgb(234 179 8 / 0.8);
}

.border-e-yellow-500\/90{
  border-inline-end-color: rgb(234 179 8 / 0.9);
}

.border-e-yellow-500\/95{
  border-inline-end-color: rgb(234 179 8 / 0.95);
}

.border-e-yellow-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-e-yellow-600\/0{
  border-inline-end-color: rgb(202 138 4 / 0);
}

.border-e-yellow-600\/10{
  border-inline-end-color: rgb(202 138 4 / 0.1);
}

.border-e-yellow-600\/100{
  border-inline-end-color: rgb(202 138 4 / 1);
}

.border-e-yellow-600\/20{
  border-inline-end-color: rgb(202 138 4 / 0.2);
}

.border-e-yellow-600\/25{
  border-inline-end-color: rgb(202 138 4 / 0.25);
}

.border-e-yellow-600\/30{
  border-inline-end-color: rgb(202 138 4 / 0.3);
}

.border-e-yellow-600\/40{
  border-inline-end-color: rgb(202 138 4 / 0.4);
}

.border-e-yellow-600\/5{
  border-inline-end-color: rgb(202 138 4 / 0.05);
}

.border-e-yellow-600\/50{
  border-inline-end-color: rgb(202 138 4 / 0.5);
}

.border-e-yellow-600\/60{
  border-inline-end-color: rgb(202 138 4 / 0.6);
}

.border-e-yellow-600\/70{
  border-inline-end-color: rgb(202 138 4 / 0.7);
}

.border-e-yellow-600\/75{
  border-inline-end-color: rgb(202 138 4 / 0.75);
}

.border-e-yellow-600\/80{
  border-inline-end-color: rgb(202 138 4 / 0.8);
}

.border-e-yellow-600\/90{
  border-inline-end-color: rgb(202 138 4 / 0.9);
}

.border-e-yellow-600\/95{
  border-inline-end-color: rgb(202 138 4 / 0.95);
}

.border-e-yellow-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-e-yellow-700\/0{
  border-inline-end-color: rgb(161 98 7 / 0);
}

.border-e-yellow-700\/10{
  border-inline-end-color: rgb(161 98 7 / 0.1);
}

.border-e-yellow-700\/100{
  border-inline-end-color: rgb(161 98 7 / 1);
}

.border-e-yellow-700\/20{
  border-inline-end-color: rgb(161 98 7 / 0.2);
}

.border-e-yellow-700\/25{
  border-inline-end-color: rgb(161 98 7 / 0.25);
}

.border-e-yellow-700\/30{
  border-inline-end-color: rgb(161 98 7 / 0.3);
}

.border-e-yellow-700\/40{
  border-inline-end-color: rgb(161 98 7 / 0.4);
}

.border-e-yellow-700\/5{
  border-inline-end-color: rgb(161 98 7 / 0.05);
}

.border-e-yellow-700\/50{
  border-inline-end-color: rgb(161 98 7 / 0.5);
}

.border-e-yellow-700\/60{
  border-inline-end-color: rgb(161 98 7 / 0.6);
}

.border-e-yellow-700\/70{
  border-inline-end-color: rgb(161 98 7 / 0.7);
}

.border-e-yellow-700\/75{
  border-inline-end-color: rgb(161 98 7 / 0.75);
}

.border-e-yellow-700\/80{
  border-inline-end-color: rgb(161 98 7 / 0.8);
}

.border-e-yellow-700\/90{
  border-inline-end-color: rgb(161 98 7 / 0.9);
}

.border-e-yellow-700\/95{
  border-inline-end-color: rgb(161 98 7 / 0.95);
}

.border-e-yellow-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-e-yellow-800\/0{
  border-inline-end-color: rgb(133 77 14 / 0);
}

.border-e-yellow-800\/10{
  border-inline-end-color: rgb(133 77 14 / 0.1);
}

.border-e-yellow-800\/100{
  border-inline-end-color: rgb(133 77 14 / 1);
}

.border-e-yellow-800\/20{
  border-inline-end-color: rgb(133 77 14 / 0.2);
}

.border-e-yellow-800\/25{
  border-inline-end-color: rgb(133 77 14 / 0.25);
}

.border-e-yellow-800\/30{
  border-inline-end-color: rgb(133 77 14 / 0.3);
}

.border-e-yellow-800\/40{
  border-inline-end-color: rgb(133 77 14 / 0.4);
}

.border-e-yellow-800\/5{
  border-inline-end-color: rgb(133 77 14 / 0.05);
}

.border-e-yellow-800\/50{
  border-inline-end-color: rgb(133 77 14 / 0.5);
}

.border-e-yellow-800\/60{
  border-inline-end-color: rgb(133 77 14 / 0.6);
}

.border-e-yellow-800\/70{
  border-inline-end-color: rgb(133 77 14 / 0.7);
}

.border-e-yellow-800\/75{
  border-inline-end-color: rgb(133 77 14 / 0.75);
}

.border-e-yellow-800\/80{
  border-inline-end-color: rgb(133 77 14 / 0.8);
}

.border-e-yellow-800\/90{
  border-inline-end-color: rgb(133 77 14 / 0.9);
}

.border-e-yellow-800\/95{
  border-inline-end-color: rgb(133 77 14 / 0.95);
}

.border-e-yellow-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-e-yellow-900\/0{
  border-inline-end-color: rgb(113 63 18 / 0);
}

.border-e-yellow-900\/10{
  border-inline-end-color: rgb(113 63 18 / 0.1);
}

.border-e-yellow-900\/100{
  border-inline-end-color: rgb(113 63 18 / 1);
}

.border-e-yellow-900\/20{
  border-inline-end-color: rgb(113 63 18 / 0.2);
}

.border-e-yellow-900\/25{
  border-inline-end-color: rgb(113 63 18 / 0.25);
}

.border-e-yellow-900\/30{
  border-inline-end-color: rgb(113 63 18 / 0.3);
}

.border-e-yellow-900\/40{
  border-inline-end-color: rgb(113 63 18 / 0.4);
}

.border-e-yellow-900\/5{
  border-inline-end-color: rgb(113 63 18 / 0.05);
}

.border-e-yellow-900\/50{
  border-inline-end-color: rgb(113 63 18 / 0.5);
}

.border-e-yellow-900\/60{
  border-inline-end-color: rgb(113 63 18 / 0.6);
}

.border-e-yellow-900\/70{
  border-inline-end-color: rgb(113 63 18 / 0.7);
}

.border-e-yellow-900\/75{
  border-inline-end-color: rgb(113 63 18 / 0.75);
}

.border-e-yellow-900\/80{
  border-inline-end-color: rgb(113 63 18 / 0.8);
}

.border-e-yellow-900\/90{
  border-inline-end-color: rgb(113 63 18 / 0.9);
}

.border-e-yellow-900\/95{
  border-inline-end-color: rgb(113 63 18 / 0.95);
}

.border-e-yellow-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-e-yellow-950\/0{
  border-inline-end-color: rgb(66 32 6 / 0);
}

.border-e-yellow-950\/10{
  border-inline-end-color: rgb(66 32 6 / 0.1);
}

.border-e-yellow-950\/100{
  border-inline-end-color: rgb(66 32 6 / 1);
}

.border-e-yellow-950\/20{
  border-inline-end-color: rgb(66 32 6 / 0.2);
}

.border-e-yellow-950\/25{
  border-inline-end-color: rgb(66 32 6 / 0.25);
}

.border-e-yellow-950\/30{
  border-inline-end-color: rgb(66 32 6 / 0.3);
}

.border-e-yellow-950\/40{
  border-inline-end-color: rgb(66 32 6 / 0.4);
}

.border-e-yellow-950\/5{
  border-inline-end-color: rgb(66 32 6 / 0.05);
}

.border-e-yellow-950\/50{
  border-inline-end-color: rgb(66 32 6 / 0.5);
}

.border-e-yellow-950\/60{
  border-inline-end-color: rgb(66 32 6 / 0.6);
}

.border-e-yellow-950\/70{
  border-inline-end-color: rgb(66 32 6 / 0.7);
}

.border-e-yellow-950\/75{
  border-inline-end-color: rgb(66 32 6 / 0.75);
}

.border-e-yellow-950\/80{
  border-inline-end-color: rgb(66 32 6 / 0.8);
}

.border-e-yellow-950\/90{
  border-inline-end-color: rgb(66 32 6 / 0.9);
}

.border-e-yellow-950\/95{
  border-inline-end-color: rgb(66 32 6 / 0.95);
}

.border-e-zinc-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-e-zinc-100\/0{
  border-inline-end-color: rgb(244 244 245 / 0);
}

.border-e-zinc-100\/10{
  border-inline-end-color: rgb(244 244 245 / 0.1);
}

.border-e-zinc-100\/100{
  border-inline-end-color: rgb(244 244 245 / 1);
}

.border-e-zinc-100\/20{
  border-inline-end-color: rgb(244 244 245 / 0.2);
}

.border-e-zinc-100\/25{
  border-inline-end-color: rgb(244 244 245 / 0.25);
}

.border-e-zinc-100\/30{
  border-inline-end-color: rgb(244 244 245 / 0.3);
}

.border-e-zinc-100\/40{
  border-inline-end-color: rgb(244 244 245 / 0.4);
}

.border-e-zinc-100\/5{
  border-inline-end-color: rgb(244 244 245 / 0.05);
}

.border-e-zinc-100\/50{
  border-inline-end-color: rgb(244 244 245 / 0.5);
}

.border-e-zinc-100\/60{
  border-inline-end-color: rgb(244 244 245 / 0.6);
}

.border-e-zinc-100\/70{
  border-inline-end-color: rgb(244 244 245 / 0.7);
}

.border-e-zinc-100\/75{
  border-inline-end-color: rgb(244 244 245 / 0.75);
}

.border-e-zinc-100\/80{
  border-inline-end-color: rgb(244 244 245 / 0.8);
}

.border-e-zinc-100\/90{
  border-inline-end-color: rgb(244 244 245 / 0.9);
}

.border-e-zinc-100\/95{
  border-inline-end-color: rgb(244 244 245 / 0.95);
}

.border-e-zinc-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-e-zinc-200\/0{
  border-inline-end-color: rgb(228 228 231 / 0);
}

.border-e-zinc-200\/10{
  border-inline-end-color: rgb(228 228 231 / 0.1);
}

.border-e-zinc-200\/100{
  border-inline-end-color: rgb(228 228 231 / 1);
}

.border-e-zinc-200\/20{
  border-inline-end-color: rgb(228 228 231 / 0.2);
}

.border-e-zinc-200\/25{
  border-inline-end-color: rgb(228 228 231 / 0.25);
}

.border-e-zinc-200\/30{
  border-inline-end-color: rgb(228 228 231 / 0.3);
}

.border-e-zinc-200\/40{
  border-inline-end-color: rgb(228 228 231 / 0.4);
}

.border-e-zinc-200\/5{
  border-inline-end-color: rgb(228 228 231 / 0.05);
}

.border-e-zinc-200\/50{
  border-inline-end-color: rgb(228 228 231 / 0.5);
}

.border-e-zinc-200\/60{
  border-inline-end-color: rgb(228 228 231 / 0.6);
}

.border-e-zinc-200\/70{
  border-inline-end-color: rgb(228 228 231 / 0.7);
}

.border-e-zinc-200\/75{
  border-inline-end-color: rgb(228 228 231 / 0.75);
}

.border-e-zinc-200\/80{
  border-inline-end-color: rgb(228 228 231 / 0.8);
}

.border-e-zinc-200\/90{
  border-inline-end-color: rgb(228 228 231 / 0.9);
}

.border-e-zinc-200\/95{
  border-inline-end-color: rgb(228 228 231 / 0.95);
}

.border-e-zinc-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-e-zinc-300\/0{
  border-inline-end-color: rgb(212 212 216 / 0);
}

.border-e-zinc-300\/10{
  border-inline-end-color: rgb(212 212 216 / 0.1);
}

.border-e-zinc-300\/100{
  border-inline-end-color: rgb(212 212 216 / 1);
}

.border-e-zinc-300\/20{
  border-inline-end-color: rgb(212 212 216 / 0.2);
}

.border-e-zinc-300\/25{
  border-inline-end-color: rgb(212 212 216 / 0.25);
}

.border-e-zinc-300\/30{
  border-inline-end-color: rgb(212 212 216 / 0.3);
}

.border-e-zinc-300\/40{
  border-inline-end-color: rgb(212 212 216 / 0.4);
}

.border-e-zinc-300\/5{
  border-inline-end-color: rgb(212 212 216 / 0.05);
}

.border-e-zinc-300\/50{
  border-inline-end-color: rgb(212 212 216 / 0.5);
}

.border-e-zinc-300\/60{
  border-inline-end-color: rgb(212 212 216 / 0.6);
}

.border-e-zinc-300\/70{
  border-inline-end-color: rgb(212 212 216 / 0.7);
}

.border-e-zinc-300\/75{
  border-inline-end-color: rgb(212 212 216 / 0.75);
}

.border-e-zinc-300\/80{
  border-inline-end-color: rgb(212 212 216 / 0.8);
}

.border-e-zinc-300\/90{
  border-inline-end-color: rgb(212 212 216 / 0.9);
}

.border-e-zinc-300\/95{
  border-inline-end-color: rgb(212 212 216 / 0.95);
}

.border-e-zinc-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-e-zinc-400\/0{
  border-inline-end-color: rgb(161 161 170 / 0);
}

.border-e-zinc-400\/10{
  border-inline-end-color: rgb(161 161 170 / 0.1);
}

.border-e-zinc-400\/100{
  border-inline-end-color: rgb(161 161 170 / 1);
}

.border-e-zinc-400\/20{
  border-inline-end-color: rgb(161 161 170 / 0.2);
}

.border-e-zinc-400\/25{
  border-inline-end-color: rgb(161 161 170 / 0.25);
}

.border-e-zinc-400\/30{
  border-inline-end-color: rgb(161 161 170 / 0.3);
}

.border-e-zinc-400\/40{
  border-inline-end-color: rgb(161 161 170 / 0.4);
}

.border-e-zinc-400\/5{
  border-inline-end-color: rgb(161 161 170 / 0.05);
}

.border-e-zinc-400\/50{
  border-inline-end-color: rgb(161 161 170 / 0.5);
}

.border-e-zinc-400\/60{
  border-inline-end-color: rgb(161 161 170 / 0.6);
}

.border-e-zinc-400\/70{
  border-inline-end-color: rgb(161 161 170 / 0.7);
}

.border-e-zinc-400\/75{
  border-inline-end-color: rgb(161 161 170 / 0.75);
}

.border-e-zinc-400\/80{
  border-inline-end-color: rgb(161 161 170 / 0.8);
}

.border-e-zinc-400\/90{
  border-inline-end-color: rgb(161 161 170 / 0.9);
}

.border-e-zinc-400\/95{
  border-inline-end-color: rgb(161 161 170 / 0.95);
}

.border-e-zinc-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-e-zinc-50\/0{
  border-inline-end-color: rgb(250 250 250 / 0);
}

.border-e-zinc-50\/10{
  border-inline-end-color: rgb(250 250 250 / 0.1);
}

.border-e-zinc-50\/100{
  border-inline-end-color: rgb(250 250 250 / 1);
}

.border-e-zinc-50\/20{
  border-inline-end-color: rgb(250 250 250 / 0.2);
}

.border-e-zinc-50\/25{
  border-inline-end-color: rgb(250 250 250 / 0.25);
}

.border-e-zinc-50\/30{
  border-inline-end-color: rgb(250 250 250 / 0.3);
}

.border-e-zinc-50\/40{
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.border-e-zinc-50\/5{
  border-inline-end-color: rgb(250 250 250 / 0.05);
}

.border-e-zinc-50\/50{
  border-inline-end-color: rgb(250 250 250 / 0.5);
}

.border-e-zinc-50\/60{
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.border-e-zinc-50\/70{
  border-inline-end-color: rgb(250 250 250 / 0.7);
}

.border-e-zinc-50\/75{
  border-inline-end-color: rgb(250 250 250 / 0.75);
}

.border-e-zinc-50\/80{
  border-inline-end-color: rgb(250 250 250 / 0.8);
}

.border-e-zinc-50\/90{
  border-inline-end-color: rgb(250 250 250 / 0.9);
}

.border-e-zinc-50\/95{
  border-inline-end-color: rgb(250 250 250 / 0.95);
}

.border-e-zinc-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-e-zinc-500\/0{
  border-inline-end-color: rgb(113 113 122 / 0);
}

.border-e-zinc-500\/10{
  border-inline-end-color: rgb(113 113 122 / 0.1);
}

.border-e-zinc-500\/100{
  border-inline-end-color: rgb(113 113 122 / 1);
}

.border-e-zinc-500\/20{
  border-inline-end-color: rgb(113 113 122 / 0.2);
}

.border-e-zinc-500\/25{
  border-inline-end-color: rgb(113 113 122 / 0.25);
}

.border-e-zinc-500\/30{
  border-inline-end-color: rgb(113 113 122 / 0.3);
}

.border-e-zinc-500\/40{
  border-inline-end-color: rgb(113 113 122 / 0.4);
}

.border-e-zinc-500\/5{
  border-inline-end-color: rgb(113 113 122 / 0.05);
}

.border-e-zinc-500\/50{
  border-inline-end-color: rgb(113 113 122 / 0.5);
}

.border-e-zinc-500\/60{
  border-inline-end-color: rgb(113 113 122 / 0.6);
}

.border-e-zinc-500\/70{
  border-inline-end-color: rgb(113 113 122 / 0.7);
}

.border-e-zinc-500\/75{
  border-inline-end-color: rgb(113 113 122 / 0.75);
}

.border-e-zinc-500\/80{
  border-inline-end-color: rgb(113 113 122 / 0.8);
}

.border-e-zinc-500\/90{
  border-inline-end-color: rgb(113 113 122 / 0.9);
}

.border-e-zinc-500\/95{
  border-inline-end-color: rgb(113 113 122 / 0.95);
}

.border-e-zinc-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-e-zinc-600\/0{
  border-inline-end-color: rgb(82 82 91 / 0);
}

.border-e-zinc-600\/10{
  border-inline-end-color: rgb(82 82 91 / 0.1);
}

.border-e-zinc-600\/100{
  border-inline-end-color: rgb(82 82 91 / 1);
}

.border-e-zinc-600\/20{
  border-inline-end-color: rgb(82 82 91 / 0.2);
}

.border-e-zinc-600\/25{
  border-inline-end-color: rgb(82 82 91 / 0.25);
}

.border-e-zinc-600\/30{
  border-inline-end-color: rgb(82 82 91 / 0.3);
}

.border-e-zinc-600\/40{
  border-inline-end-color: rgb(82 82 91 / 0.4);
}

.border-e-zinc-600\/5{
  border-inline-end-color: rgb(82 82 91 / 0.05);
}

.border-e-zinc-600\/50{
  border-inline-end-color: rgb(82 82 91 / 0.5);
}

.border-e-zinc-600\/60{
  border-inline-end-color: rgb(82 82 91 / 0.6);
}

.border-e-zinc-600\/70{
  border-inline-end-color: rgb(82 82 91 / 0.7);
}

.border-e-zinc-600\/75{
  border-inline-end-color: rgb(82 82 91 / 0.75);
}

.border-e-zinc-600\/80{
  border-inline-end-color: rgb(82 82 91 / 0.8);
}

.border-e-zinc-600\/90{
  border-inline-end-color: rgb(82 82 91 / 0.9);
}

.border-e-zinc-600\/95{
  border-inline-end-color: rgb(82 82 91 / 0.95);
}

.border-e-zinc-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-e-zinc-700\/0{
  border-inline-end-color: rgb(63 63 70 / 0);
}

.border-e-zinc-700\/10{
  border-inline-end-color: rgb(63 63 70 / 0.1);
}

.border-e-zinc-700\/100{
  border-inline-end-color: rgb(63 63 70 / 1);
}

.border-e-zinc-700\/20{
  border-inline-end-color: rgb(63 63 70 / 0.2);
}

.border-e-zinc-700\/25{
  border-inline-end-color: rgb(63 63 70 / 0.25);
}

.border-e-zinc-700\/30{
  border-inline-end-color: rgb(63 63 70 / 0.3);
}

.border-e-zinc-700\/40{
  border-inline-end-color: rgb(63 63 70 / 0.4);
}

.border-e-zinc-700\/5{
  border-inline-end-color: rgb(63 63 70 / 0.05);
}

.border-e-zinc-700\/50{
  border-inline-end-color: rgb(63 63 70 / 0.5);
}

.border-e-zinc-700\/60{
  border-inline-end-color: rgb(63 63 70 / 0.6);
}

.border-e-zinc-700\/70{
  border-inline-end-color: rgb(63 63 70 / 0.7);
}

.border-e-zinc-700\/75{
  border-inline-end-color: rgb(63 63 70 / 0.75);
}

.border-e-zinc-700\/80{
  border-inline-end-color: rgb(63 63 70 / 0.8);
}

.border-e-zinc-700\/90{
  border-inline-end-color: rgb(63 63 70 / 0.9);
}

.border-e-zinc-700\/95{
  border-inline-end-color: rgb(63 63 70 / 0.95);
}

.border-e-zinc-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-e-zinc-800\/0{
  border-inline-end-color: rgb(39 39 42 / 0);
}

.border-e-zinc-800\/10{
  border-inline-end-color: rgb(39 39 42 / 0.1);
}

.border-e-zinc-800\/100{
  border-inline-end-color: rgb(39 39 42 / 1);
}

.border-e-zinc-800\/20{
  border-inline-end-color: rgb(39 39 42 / 0.2);
}

.border-e-zinc-800\/25{
  border-inline-end-color: rgb(39 39 42 / 0.25);
}

.border-e-zinc-800\/30{
  border-inline-end-color: rgb(39 39 42 / 0.3);
}

.border-e-zinc-800\/40{
  border-inline-end-color: rgb(39 39 42 / 0.4);
}

.border-e-zinc-800\/5{
  border-inline-end-color: rgb(39 39 42 / 0.05);
}

.border-e-zinc-800\/50{
  border-inline-end-color: rgb(39 39 42 / 0.5);
}

.border-e-zinc-800\/60{
  border-inline-end-color: rgb(39 39 42 / 0.6);
}

.border-e-zinc-800\/70{
  border-inline-end-color: rgb(39 39 42 / 0.7);
}

.border-e-zinc-800\/75{
  border-inline-end-color: rgb(39 39 42 / 0.75);
}

.border-e-zinc-800\/80{
  border-inline-end-color: rgb(39 39 42 / 0.8);
}

.border-e-zinc-800\/90{
  border-inline-end-color: rgb(39 39 42 / 0.9);
}

.border-e-zinc-800\/95{
  border-inline-end-color: rgb(39 39 42 / 0.95);
}

.border-e-zinc-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-e-zinc-900\/0{
  border-inline-end-color: rgb(24 24 27 / 0);
}

.border-e-zinc-900\/10{
  border-inline-end-color: rgb(24 24 27 / 0.1);
}

.border-e-zinc-900\/100{
  border-inline-end-color: rgb(24 24 27 / 1);
}

.border-e-zinc-900\/20{
  border-inline-end-color: rgb(24 24 27 / 0.2);
}

.border-e-zinc-900\/25{
  border-inline-end-color: rgb(24 24 27 / 0.25);
}

.border-e-zinc-900\/30{
  border-inline-end-color: rgb(24 24 27 / 0.3);
}

.border-e-zinc-900\/40{
  border-inline-end-color: rgb(24 24 27 / 0.4);
}

.border-e-zinc-900\/5{
  border-inline-end-color: rgb(24 24 27 / 0.05);
}

.border-e-zinc-900\/50{
  border-inline-end-color: rgb(24 24 27 / 0.5);
}

.border-e-zinc-900\/60{
  border-inline-end-color: rgb(24 24 27 / 0.6);
}

.border-e-zinc-900\/70{
  border-inline-end-color: rgb(24 24 27 / 0.7);
}

.border-e-zinc-900\/75{
  border-inline-end-color: rgb(24 24 27 / 0.75);
}

.border-e-zinc-900\/80{
  border-inline-end-color: rgb(24 24 27 / 0.8);
}

.border-e-zinc-900\/90{
  border-inline-end-color: rgb(24 24 27 / 0.9);
}

.border-e-zinc-900\/95{
  border-inline-end-color: rgb(24 24 27 / 0.95);
}

.border-e-zinc-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-e-zinc-950\/0{
  border-inline-end-color: rgb(9 9 11 / 0);
}

.border-e-zinc-950\/10{
  border-inline-end-color: rgb(9 9 11 / 0.1);
}

.border-e-zinc-950\/100{
  border-inline-end-color: rgb(9 9 11 / 1);
}

.border-e-zinc-950\/20{
  border-inline-end-color: rgb(9 9 11 / 0.2);
}

.border-e-zinc-950\/25{
  border-inline-end-color: rgb(9 9 11 / 0.25);
}

.border-e-zinc-950\/30{
  border-inline-end-color: rgb(9 9 11 / 0.3);
}

.border-e-zinc-950\/40{
  border-inline-end-color: rgb(9 9 11 / 0.4);
}

.border-e-zinc-950\/5{
  border-inline-end-color: rgb(9 9 11 / 0.05);
}

.border-e-zinc-950\/50{
  border-inline-end-color: rgb(9 9 11 / 0.5);
}

.border-e-zinc-950\/60{
  border-inline-end-color: rgb(9 9 11 / 0.6);
}

.border-e-zinc-950\/70{
  border-inline-end-color: rgb(9 9 11 / 0.7);
}

.border-e-zinc-950\/75{
  border-inline-end-color: rgb(9 9 11 / 0.75);
}

.border-e-zinc-950\/80{
  border-inline-end-color: rgb(9 9 11 / 0.8);
}

.border-e-zinc-950\/90{
  border-inline-end-color: rgb(9 9 11 / 0.9);
}

.border-e-zinc-950\/95{
  border-inline-end-color: rgb(9 9 11 / 0.95);
}

.border-l-amber-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.border-l-amber-100\/0{
  border-left-color: rgb(254 243 199 / 0);
}

.border-l-amber-100\/10{
  border-left-color: rgb(254 243 199 / 0.1);
}

.border-l-amber-100\/100{
  border-left-color: rgb(254 243 199 / 1);
}

.border-l-amber-100\/20{
  border-left-color: rgb(254 243 199 / 0.2);
}

.border-l-amber-100\/25{
  border-left-color: rgb(254 243 199 / 0.25);
}

.border-l-amber-100\/30{
  border-left-color: rgb(254 243 199 / 0.3);
}

.border-l-amber-100\/40{
  border-left-color: rgb(254 243 199 / 0.4);
}

.border-l-amber-100\/5{
  border-left-color: rgb(254 243 199 / 0.05);
}

.border-l-amber-100\/50{
  border-left-color: rgb(254 243 199 / 0.5);
}

.border-l-amber-100\/60{
  border-left-color: rgb(254 243 199 / 0.6);
}

.border-l-amber-100\/70{
  border-left-color: rgb(254 243 199 / 0.7);
}

.border-l-amber-100\/75{
  border-left-color: rgb(254 243 199 / 0.75);
}

.border-l-amber-100\/80{
  border-left-color: rgb(254 243 199 / 0.8);
}

.border-l-amber-100\/90{
  border-left-color: rgb(254 243 199 / 0.9);
}

.border-l-amber-100\/95{
  border-left-color: rgb(254 243 199 / 0.95);
}

.border-l-amber-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.border-l-amber-200\/0{
  border-left-color: rgb(253 230 138 / 0);
}

.border-l-amber-200\/10{
  border-left-color: rgb(253 230 138 / 0.1);
}

.border-l-amber-200\/100{
  border-left-color: rgb(253 230 138 / 1);
}

.border-l-amber-200\/20{
  border-left-color: rgb(253 230 138 / 0.2);
}

.border-l-amber-200\/25{
  border-left-color: rgb(253 230 138 / 0.25);
}

.border-l-amber-200\/30{
  border-left-color: rgb(253 230 138 / 0.3);
}

.border-l-amber-200\/40{
  border-left-color: rgb(253 230 138 / 0.4);
}

.border-l-amber-200\/5{
  border-left-color: rgb(253 230 138 / 0.05);
}

.border-l-amber-200\/50{
  border-left-color: rgb(253 230 138 / 0.5);
}

.border-l-amber-200\/60{
  border-left-color: rgb(253 230 138 / 0.6);
}

.border-l-amber-200\/70{
  border-left-color: rgb(253 230 138 / 0.7);
}

.border-l-amber-200\/75{
  border-left-color: rgb(253 230 138 / 0.75);
}

.border-l-amber-200\/80{
  border-left-color: rgb(253 230 138 / 0.8);
}

.border-l-amber-200\/90{
  border-left-color: rgb(253 230 138 / 0.9);
}

.border-l-amber-200\/95{
  border-left-color: rgb(253 230 138 / 0.95);
}

.border-l-amber-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.border-l-amber-300\/0{
  border-left-color: rgb(252 211 77 / 0);
}

.border-l-amber-300\/10{
  border-left-color: rgb(252 211 77 / 0.1);
}

.border-l-amber-300\/100{
  border-left-color: rgb(252 211 77 / 1);
}

.border-l-amber-300\/20{
  border-left-color: rgb(252 211 77 / 0.2);
}

.border-l-amber-300\/25{
  border-left-color: rgb(252 211 77 / 0.25);
}

.border-l-amber-300\/30{
  border-left-color: rgb(252 211 77 / 0.3);
}

.border-l-amber-300\/40{
  border-left-color: rgb(252 211 77 / 0.4);
}

.border-l-amber-300\/5{
  border-left-color: rgb(252 211 77 / 0.05);
}

.border-l-amber-300\/50{
  border-left-color: rgb(252 211 77 / 0.5);
}

.border-l-amber-300\/60{
  border-left-color: rgb(252 211 77 / 0.6);
}

.border-l-amber-300\/70{
  border-left-color: rgb(252 211 77 / 0.7);
}

.border-l-amber-300\/75{
  border-left-color: rgb(252 211 77 / 0.75);
}

.border-l-amber-300\/80{
  border-left-color: rgb(252 211 77 / 0.8);
}

.border-l-amber-300\/90{
  border-left-color: rgb(252 211 77 / 0.9);
}

.border-l-amber-300\/95{
  border-left-color: rgb(252 211 77 / 0.95);
}

.border-l-amber-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.border-l-amber-400\/0{
  border-left-color: rgb(251 191 36 / 0);
}

.border-l-amber-400\/10{
  border-left-color: rgb(251 191 36 / 0.1);
}

.border-l-amber-400\/100{
  border-left-color: rgb(251 191 36 / 1);
}

.border-l-amber-400\/20{
  border-left-color: rgb(251 191 36 / 0.2);
}

.border-l-amber-400\/25{
  border-left-color: rgb(251 191 36 / 0.25);
}

.border-l-amber-400\/30{
  border-left-color: rgb(251 191 36 / 0.3);
}

.border-l-amber-400\/40{
  border-left-color: rgb(251 191 36 / 0.4);
}

.border-l-amber-400\/5{
  border-left-color: rgb(251 191 36 / 0.05);
}

.border-l-amber-400\/50{
  border-left-color: rgb(251 191 36 / 0.5);
}

.border-l-amber-400\/60{
  border-left-color: rgb(251 191 36 / 0.6);
}

.border-l-amber-400\/70{
  border-left-color: rgb(251 191 36 / 0.7);
}

.border-l-amber-400\/75{
  border-left-color: rgb(251 191 36 / 0.75);
}

.border-l-amber-400\/80{
  border-left-color: rgb(251 191 36 / 0.8);
}

.border-l-amber-400\/90{
  border-left-color: rgb(251 191 36 / 0.9);
}

.border-l-amber-400\/95{
  border-left-color: rgb(251 191 36 / 0.95);
}

.border-l-amber-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-l-amber-50\/0{
  border-left-color: rgb(255 251 235 / 0);
}

.border-l-amber-50\/10{
  border-left-color: rgb(255 251 235 / 0.1);
}

.border-l-amber-50\/100{
  border-left-color: rgb(255 251 235 / 1);
}

.border-l-amber-50\/20{
  border-left-color: rgb(255 251 235 / 0.2);
}

.border-l-amber-50\/25{
  border-left-color: rgb(255 251 235 / 0.25);
}

.border-l-amber-50\/30{
  border-left-color: rgb(255 251 235 / 0.3);
}

.border-l-amber-50\/40{
  border-left-color: rgb(255 251 235 / 0.4);
}

.border-l-amber-50\/5{
  border-left-color: rgb(255 251 235 / 0.05);
}

.border-l-amber-50\/50{
  border-left-color: rgb(255 251 235 / 0.5);
}

.border-l-amber-50\/60{
  border-left-color: rgb(255 251 235 / 0.6);
}

.border-l-amber-50\/70{
  border-left-color: rgb(255 251 235 / 0.7);
}

.border-l-amber-50\/75{
  border-left-color: rgb(255 251 235 / 0.75);
}

.border-l-amber-50\/80{
  border-left-color: rgb(255 251 235 / 0.8);
}

.border-l-amber-50\/90{
  border-left-color: rgb(255 251 235 / 0.9);
}

.border-l-amber-50\/95{
  border-left-color: rgb(255 251 235 / 0.95);
}

.border-l-amber-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.border-l-amber-500\/0{
  border-left-color: rgb(245 158 11 / 0);
}

.border-l-amber-500\/10{
  border-left-color: rgb(245 158 11 / 0.1);
}

.border-l-amber-500\/100{
  border-left-color: rgb(245 158 11 / 1);
}

.border-l-amber-500\/20{
  border-left-color: rgb(245 158 11 / 0.2);
}

.border-l-amber-500\/25{
  border-left-color: rgb(245 158 11 / 0.25);
}

.border-l-amber-500\/30{
  border-left-color: rgb(245 158 11 / 0.3);
}

.border-l-amber-500\/40{
  border-left-color: rgb(245 158 11 / 0.4);
}

.border-l-amber-500\/5{
  border-left-color: rgb(245 158 11 / 0.05);
}

.border-l-amber-500\/50{
  border-left-color: rgb(245 158 11 / 0.5);
}

.border-l-amber-500\/60{
  border-left-color: rgb(245 158 11 / 0.6);
}

.border-l-amber-500\/70{
  border-left-color: rgb(245 158 11 / 0.7);
}

.border-l-amber-500\/75{
  border-left-color: rgb(245 158 11 / 0.75);
}

.border-l-amber-500\/80{
  border-left-color: rgb(245 158 11 / 0.8);
}

.border-l-amber-500\/90{
  border-left-color: rgb(245 158 11 / 0.9);
}

.border-l-amber-500\/95{
  border-left-color: rgb(245 158 11 / 0.95);
}

.border-l-amber-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.border-l-amber-600\/0{
  border-left-color: rgb(217 119 6 / 0);
}

.border-l-amber-600\/10{
  border-left-color: rgb(217 119 6 / 0.1);
}

.border-l-amber-600\/100{
  border-left-color: rgb(217 119 6 / 1);
}

.border-l-amber-600\/20{
  border-left-color: rgb(217 119 6 / 0.2);
}

.border-l-amber-600\/25{
  border-left-color: rgb(217 119 6 / 0.25);
}

.border-l-amber-600\/30{
  border-left-color: rgb(217 119 6 / 0.3);
}

.border-l-amber-600\/40{
  border-left-color: rgb(217 119 6 / 0.4);
}

.border-l-amber-600\/5{
  border-left-color: rgb(217 119 6 / 0.05);
}

.border-l-amber-600\/50{
  border-left-color: rgb(217 119 6 / 0.5);
}

.border-l-amber-600\/60{
  border-left-color: rgb(217 119 6 / 0.6);
}

.border-l-amber-600\/70{
  border-left-color: rgb(217 119 6 / 0.7);
}

.border-l-amber-600\/75{
  border-left-color: rgb(217 119 6 / 0.75);
}

.border-l-amber-600\/80{
  border-left-color: rgb(217 119 6 / 0.8);
}

.border-l-amber-600\/90{
  border-left-color: rgb(217 119 6 / 0.9);
}

.border-l-amber-600\/95{
  border-left-color: rgb(217 119 6 / 0.95);
}

.border-l-amber-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.border-l-amber-700\/0{
  border-left-color: rgb(180 83 9 / 0);
}

.border-l-amber-700\/10{
  border-left-color: rgb(180 83 9 / 0.1);
}

.border-l-amber-700\/100{
  border-left-color: rgb(180 83 9 / 1);
}

.border-l-amber-700\/20{
  border-left-color: rgb(180 83 9 / 0.2);
}

.border-l-amber-700\/25{
  border-left-color: rgb(180 83 9 / 0.25);
}

.border-l-amber-700\/30{
  border-left-color: rgb(180 83 9 / 0.3);
}

.border-l-amber-700\/40{
  border-left-color: rgb(180 83 9 / 0.4);
}

.border-l-amber-700\/5{
  border-left-color: rgb(180 83 9 / 0.05);
}

.border-l-amber-700\/50{
  border-left-color: rgb(180 83 9 / 0.5);
}

.border-l-amber-700\/60{
  border-left-color: rgb(180 83 9 / 0.6);
}

.border-l-amber-700\/70{
  border-left-color: rgb(180 83 9 / 0.7);
}

.border-l-amber-700\/75{
  border-left-color: rgb(180 83 9 / 0.75);
}

.border-l-amber-700\/80{
  border-left-color: rgb(180 83 9 / 0.8);
}

.border-l-amber-700\/90{
  border-left-color: rgb(180 83 9 / 0.9);
}

.border-l-amber-700\/95{
  border-left-color: rgb(180 83 9 / 0.95);
}

.border-l-amber-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.border-l-amber-800\/0{
  border-left-color: rgb(146 64 14 / 0);
}

.border-l-amber-800\/10{
  border-left-color: rgb(146 64 14 / 0.1);
}

.border-l-amber-800\/100{
  border-left-color: rgb(146 64 14 / 1);
}

.border-l-amber-800\/20{
  border-left-color: rgb(146 64 14 / 0.2);
}

.border-l-amber-800\/25{
  border-left-color: rgb(146 64 14 / 0.25);
}

.border-l-amber-800\/30{
  border-left-color: rgb(146 64 14 / 0.3);
}

.border-l-amber-800\/40{
  border-left-color: rgb(146 64 14 / 0.4);
}

.border-l-amber-800\/5{
  border-left-color: rgb(146 64 14 / 0.05);
}

.border-l-amber-800\/50{
  border-left-color: rgb(146 64 14 / 0.5);
}

.border-l-amber-800\/60{
  border-left-color: rgb(146 64 14 / 0.6);
}

.border-l-amber-800\/70{
  border-left-color: rgb(146 64 14 / 0.7);
}

.border-l-amber-800\/75{
  border-left-color: rgb(146 64 14 / 0.75);
}

.border-l-amber-800\/80{
  border-left-color: rgb(146 64 14 / 0.8);
}

.border-l-amber-800\/90{
  border-left-color: rgb(146 64 14 / 0.9);
}

.border-l-amber-800\/95{
  border-left-color: rgb(146 64 14 / 0.95);
}

.border-l-amber-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.border-l-amber-900\/0{
  border-left-color: rgb(120 53 15 / 0);
}

.border-l-amber-900\/10{
  border-left-color: rgb(120 53 15 / 0.1);
}

.border-l-amber-900\/100{
  border-left-color: rgb(120 53 15 / 1);
}

.border-l-amber-900\/20{
  border-left-color: rgb(120 53 15 / 0.2);
}

.border-l-amber-900\/25{
  border-left-color: rgb(120 53 15 / 0.25);
}

.border-l-amber-900\/30{
  border-left-color: rgb(120 53 15 / 0.3);
}

.border-l-amber-900\/40{
  border-left-color: rgb(120 53 15 / 0.4);
}

.border-l-amber-900\/5{
  border-left-color: rgb(120 53 15 / 0.05);
}

.border-l-amber-900\/50{
  border-left-color: rgb(120 53 15 / 0.5);
}

.border-l-amber-900\/60{
  border-left-color: rgb(120 53 15 / 0.6);
}

.border-l-amber-900\/70{
  border-left-color: rgb(120 53 15 / 0.7);
}

.border-l-amber-900\/75{
  border-left-color: rgb(120 53 15 / 0.75);
}

.border-l-amber-900\/80{
  border-left-color: rgb(120 53 15 / 0.8);
}

.border-l-amber-900\/90{
  border-left-color: rgb(120 53 15 / 0.9);
}

.border-l-amber-900\/95{
  border-left-color: rgb(120 53 15 / 0.95);
}

.border-l-amber-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.border-l-amber-950\/0{
  border-left-color: rgb(69 26 3 / 0);
}

.border-l-amber-950\/10{
  border-left-color: rgb(69 26 3 / 0.1);
}

.border-l-amber-950\/100{
  border-left-color: rgb(69 26 3 / 1);
}

.border-l-amber-950\/20{
  border-left-color: rgb(69 26 3 / 0.2);
}

.border-l-amber-950\/25{
  border-left-color: rgb(69 26 3 / 0.25);
}

.border-l-amber-950\/30{
  border-left-color: rgb(69 26 3 / 0.3);
}

.border-l-amber-950\/40{
  border-left-color: rgb(69 26 3 / 0.4);
}

.border-l-amber-950\/5{
  border-left-color: rgb(69 26 3 / 0.05);
}

.border-l-amber-950\/50{
  border-left-color: rgb(69 26 3 / 0.5);
}

.border-l-amber-950\/60{
  border-left-color: rgb(69 26 3 / 0.6);
}

.border-l-amber-950\/70{
  border-left-color: rgb(69 26 3 / 0.7);
}

.border-l-amber-950\/75{
  border-left-color: rgb(69 26 3 / 0.75);
}

.border-l-amber-950\/80{
  border-left-color: rgb(69 26 3 / 0.8);
}

.border-l-amber-950\/90{
  border-left-color: rgb(69 26 3 / 0.9);
}

.border-l-amber-950\/95{
  border-left-color: rgb(69 26 3 / 0.95);
}

.border-l-black{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-l-black\/0{
  border-left-color: rgb(0 0 0 / 0);
}

.border-l-black\/10{
  border-left-color: rgb(0 0 0 / 0.1);
}

.border-l-black\/100{
  border-left-color: rgb(0 0 0 / 1);
}

.border-l-black\/20{
  border-left-color: rgb(0 0 0 / 0.2);
}

.border-l-black\/25{
  border-left-color: rgb(0 0 0 / 0.25);
}

.border-l-black\/30{
  border-left-color: rgb(0 0 0 / 0.3);
}

.border-l-black\/40{
  border-left-color: rgb(0 0 0 / 0.4);
}

.border-l-black\/5{
  border-left-color: rgb(0 0 0 / 0.05);
}

.border-l-black\/50{
  border-left-color: rgb(0 0 0 / 0.5);
}

.border-l-black\/60{
  border-left-color: rgb(0 0 0 / 0.6);
}

.border-l-black\/70{
  border-left-color: rgb(0 0 0 / 0.7);
}

.border-l-black\/75{
  border-left-color: rgb(0 0 0 / 0.75);
}

.border-l-black\/80{
  border-left-color: rgb(0 0 0 / 0.8);
}

.border-l-black\/90{
  border-left-color: rgb(0 0 0 / 0.9);
}

.border-l-black\/95{
  border-left-color: rgb(0 0 0 / 0.95);
}

.border-l-blue-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.border-l-blue-100\/0{
  border-left-color: rgb(219 234 254 / 0);
}

.border-l-blue-100\/10{
  border-left-color: rgb(219 234 254 / 0.1);
}

.border-l-blue-100\/100{
  border-left-color: rgb(219 234 254 / 1);
}

.border-l-blue-100\/20{
  border-left-color: rgb(219 234 254 / 0.2);
}

.border-l-blue-100\/25{
  border-left-color: rgb(219 234 254 / 0.25);
}

.border-l-blue-100\/30{
  border-left-color: rgb(219 234 254 / 0.3);
}

.border-l-blue-100\/40{
  border-left-color: rgb(219 234 254 / 0.4);
}

.border-l-blue-100\/5{
  border-left-color: rgb(219 234 254 / 0.05);
}

.border-l-blue-100\/50{
  border-left-color: rgb(219 234 254 / 0.5);
}

.border-l-blue-100\/60{
  border-left-color: rgb(219 234 254 / 0.6);
}

.border-l-blue-100\/70{
  border-left-color: rgb(219 234 254 / 0.7);
}

.border-l-blue-100\/75{
  border-left-color: rgb(219 234 254 / 0.75);
}

.border-l-blue-100\/80{
  border-left-color: rgb(219 234 254 / 0.8);
}

.border-l-blue-100\/90{
  border-left-color: rgb(219 234 254 / 0.9);
}

.border-l-blue-100\/95{
  border-left-color: rgb(219 234 254 / 0.95);
}

.border-l-blue-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-l-blue-200\/0{
  border-left-color: rgb(191 219 254 / 0);
}

.border-l-blue-200\/10{
  border-left-color: rgb(191 219 254 / 0.1);
}

.border-l-blue-200\/100{
  border-left-color: rgb(191 219 254 / 1);
}

.border-l-blue-200\/20{
  border-left-color: rgb(191 219 254 / 0.2);
}

.border-l-blue-200\/25{
  border-left-color: rgb(191 219 254 / 0.25);
}

.border-l-blue-200\/30{
  border-left-color: rgb(191 219 254 / 0.3);
}

.border-l-blue-200\/40{
  border-left-color: rgb(191 219 254 / 0.4);
}

.border-l-blue-200\/5{
  border-left-color: rgb(191 219 254 / 0.05);
}

.border-l-blue-200\/50{
  border-left-color: rgb(191 219 254 / 0.5);
}

.border-l-blue-200\/60{
  border-left-color: rgb(191 219 254 / 0.6);
}

.border-l-blue-200\/70{
  border-left-color: rgb(191 219 254 / 0.7);
}

.border-l-blue-200\/75{
  border-left-color: rgb(191 219 254 / 0.75);
}

.border-l-blue-200\/80{
  border-left-color: rgb(191 219 254 / 0.8);
}

.border-l-blue-200\/90{
  border-left-color: rgb(191 219 254 / 0.9);
}

.border-l-blue-200\/95{
  border-left-color: rgb(191 219 254 / 0.95);
}

.border-l-blue-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-l-blue-300\/0{
  border-left-color: rgb(147 197 253 / 0);
}

.border-l-blue-300\/10{
  border-left-color: rgb(147 197 253 / 0.1);
}

.border-l-blue-300\/100{
  border-left-color: rgb(147 197 253 / 1);
}

.border-l-blue-300\/20{
  border-left-color: rgb(147 197 253 / 0.2);
}

.border-l-blue-300\/25{
  border-left-color: rgb(147 197 253 / 0.25);
}

.border-l-blue-300\/30{
  border-left-color: rgb(147 197 253 / 0.3);
}

.border-l-blue-300\/40{
  border-left-color: rgb(147 197 253 / 0.4);
}

.border-l-blue-300\/5{
  border-left-color: rgb(147 197 253 / 0.05);
}

.border-l-blue-300\/50{
  border-left-color: rgb(147 197 253 / 0.5);
}

.border-l-blue-300\/60{
  border-left-color: rgb(147 197 253 / 0.6);
}

.border-l-blue-300\/70{
  border-left-color: rgb(147 197 253 / 0.7);
}

.border-l-blue-300\/75{
  border-left-color: rgb(147 197 253 / 0.75);
}

.border-l-blue-300\/80{
  border-left-color: rgb(147 197 253 / 0.8);
}

.border-l-blue-300\/90{
  border-left-color: rgb(147 197 253 / 0.9);
}

.border-l-blue-300\/95{
  border-left-color: rgb(147 197 253 / 0.95);
}

.border-l-blue-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-l-blue-400\/0{
  border-left-color: rgb(96 165 250 / 0);
}

.border-l-blue-400\/10{
  border-left-color: rgb(96 165 250 / 0.1);
}

.border-l-blue-400\/100{
  border-left-color: rgb(96 165 250 / 1);
}

.border-l-blue-400\/20{
  border-left-color: rgb(96 165 250 / 0.2);
}

.border-l-blue-400\/25{
  border-left-color: rgb(96 165 250 / 0.25);
}

.border-l-blue-400\/30{
  border-left-color: rgb(96 165 250 / 0.3);
}

.border-l-blue-400\/40{
  border-left-color: rgb(96 165 250 / 0.4);
}

.border-l-blue-400\/5{
  border-left-color: rgb(96 165 250 / 0.05);
}

.border-l-blue-400\/50{
  border-left-color: rgb(96 165 250 / 0.5);
}

.border-l-blue-400\/60{
  border-left-color: rgb(96 165 250 / 0.6);
}

.border-l-blue-400\/70{
  border-left-color: rgb(96 165 250 / 0.7);
}

.border-l-blue-400\/75{
  border-left-color: rgb(96 165 250 / 0.75);
}

.border-l-blue-400\/80{
  border-left-color: rgb(96 165 250 / 0.8);
}

.border-l-blue-400\/90{
  border-left-color: rgb(96 165 250 / 0.9);
}

.border-l-blue-400\/95{
  border-left-color: rgb(96 165 250 / 0.95);
}

.border-l-blue-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-l-blue-50\/0{
  border-left-color: rgb(239 246 255 / 0);
}

.border-l-blue-50\/10{
  border-left-color: rgb(239 246 255 / 0.1);
}

.border-l-blue-50\/100{
  border-left-color: rgb(239 246 255 / 1);
}

.border-l-blue-50\/20{
  border-left-color: rgb(239 246 255 / 0.2);
}

.border-l-blue-50\/25{
  border-left-color: rgb(239 246 255 / 0.25);
}

.border-l-blue-50\/30{
  border-left-color: rgb(239 246 255 / 0.3);
}

.border-l-blue-50\/40{
  border-left-color: rgb(239 246 255 / 0.4);
}

.border-l-blue-50\/5{
  border-left-color: rgb(239 246 255 / 0.05);
}

.border-l-blue-50\/50{
  border-left-color: rgb(239 246 255 / 0.5);
}

.border-l-blue-50\/60{
  border-left-color: rgb(239 246 255 / 0.6);
}

.border-l-blue-50\/70{
  border-left-color: rgb(239 246 255 / 0.7);
}

.border-l-blue-50\/75{
  border-left-color: rgb(239 246 255 / 0.75);
}

.border-l-blue-50\/80{
  border-left-color: rgb(239 246 255 / 0.8);
}

.border-l-blue-50\/90{
  border-left-color: rgb(239 246 255 / 0.9);
}

.border-l-blue-50\/95{
  border-left-color: rgb(239 246 255 / 0.95);
}

.border-l-blue-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-l-blue-500\/0{
  border-left-color: rgb(59 130 246 / 0);
}

.border-l-blue-500\/10{
  border-left-color: rgb(59 130 246 / 0.1);
}

.border-l-blue-500\/100{
  border-left-color: rgb(59 130 246 / 1);
}

.border-l-blue-500\/20{
  border-left-color: rgb(59 130 246 / 0.2);
}

.border-l-blue-500\/25{
  border-left-color: rgb(59 130 246 / 0.25);
}

.border-l-blue-500\/30{
  border-left-color: rgb(59 130 246 / 0.3);
}

.border-l-blue-500\/40{
  border-left-color: rgb(59 130 246 / 0.4);
}

.border-l-blue-500\/5{
  border-left-color: rgb(59 130 246 / 0.05);
}

.border-l-blue-500\/50{
  border-left-color: rgb(59 130 246 / 0.5);
}

.border-l-blue-500\/60{
  border-left-color: rgb(59 130 246 / 0.6);
}

.border-l-blue-500\/70{
  border-left-color: rgb(59 130 246 / 0.7);
}

.border-l-blue-500\/75{
  border-left-color: rgb(59 130 246 / 0.75);
}

.border-l-blue-500\/80{
  border-left-color: rgb(59 130 246 / 0.8);
}

.border-l-blue-500\/90{
  border-left-color: rgb(59 130 246 / 0.9);
}

.border-l-blue-500\/95{
  border-left-color: rgb(59 130 246 / 0.95);
}

.border-l-blue-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-l-blue-600\/0{
  border-left-color: rgb(37 99 235 / 0);
}

.border-l-blue-600\/10{
  border-left-color: rgb(37 99 235 / 0.1);
}

.border-l-blue-600\/100{
  border-left-color: rgb(37 99 235 / 1);
}

.border-l-blue-600\/20{
  border-left-color: rgb(37 99 235 / 0.2);
}

.border-l-blue-600\/25{
  border-left-color: rgb(37 99 235 / 0.25);
}

.border-l-blue-600\/30{
  border-left-color: rgb(37 99 235 / 0.3);
}

.border-l-blue-600\/40{
  border-left-color: rgb(37 99 235 / 0.4);
}

.border-l-blue-600\/5{
  border-left-color: rgb(37 99 235 / 0.05);
}

.border-l-blue-600\/50{
  border-left-color: rgb(37 99 235 / 0.5);
}

.border-l-blue-600\/60{
  border-left-color: rgb(37 99 235 / 0.6);
}

.border-l-blue-600\/70{
  border-left-color: rgb(37 99 235 / 0.7);
}

.border-l-blue-600\/75{
  border-left-color: rgb(37 99 235 / 0.75);
}

.border-l-blue-600\/80{
  border-left-color: rgb(37 99 235 / 0.8);
}

.border-l-blue-600\/90{
  border-left-color: rgb(37 99 235 / 0.9);
}

.border-l-blue-600\/95{
  border-left-color: rgb(37 99 235 / 0.95);
}

.border-l-blue-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-l-blue-700\/0{
  border-left-color: rgb(29 78 216 / 0);
}

.border-l-blue-700\/10{
  border-left-color: rgb(29 78 216 / 0.1);
}

.border-l-blue-700\/100{
  border-left-color: rgb(29 78 216 / 1);
}

.border-l-blue-700\/20{
  border-left-color: rgb(29 78 216 / 0.2);
}

.border-l-blue-700\/25{
  border-left-color: rgb(29 78 216 / 0.25);
}

.border-l-blue-700\/30{
  border-left-color: rgb(29 78 216 / 0.3);
}

.border-l-blue-700\/40{
  border-left-color: rgb(29 78 216 / 0.4);
}

.border-l-blue-700\/5{
  border-left-color: rgb(29 78 216 / 0.05);
}

.border-l-blue-700\/50{
  border-left-color: rgb(29 78 216 / 0.5);
}

.border-l-blue-700\/60{
  border-left-color: rgb(29 78 216 / 0.6);
}

.border-l-blue-700\/70{
  border-left-color: rgb(29 78 216 / 0.7);
}

.border-l-blue-700\/75{
  border-left-color: rgb(29 78 216 / 0.75);
}

.border-l-blue-700\/80{
  border-left-color: rgb(29 78 216 / 0.8);
}

.border-l-blue-700\/90{
  border-left-color: rgb(29 78 216 / 0.9);
}

.border-l-blue-700\/95{
  border-left-color: rgb(29 78 216 / 0.95);
}

.border-l-blue-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-l-blue-800\/0{
  border-left-color: rgb(30 64 175 / 0);
}

.border-l-blue-800\/10{
  border-left-color: rgb(30 64 175 / 0.1);
}

.border-l-blue-800\/100{
  border-left-color: rgb(30 64 175 / 1);
}

.border-l-blue-800\/20{
  border-left-color: rgb(30 64 175 / 0.2);
}

.border-l-blue-800\/25{
  border-left-color: rgb(30 64 175 / 0.25);
}

.border-l-blue-800\/30{
  border-left-color: rgb(30 64 175 / 0.3);
}

.border-l-blue-800\/40{
  border-left-color: rgb(30 64 175 / 0.4);
}

.border-l-blue-800\/5{
  border-left-color: rgb(30 64 175 / 0.05);
}

.border-l-blue-800\/50{
  border-left-color: rgb(30 64 175 / 0.5);
}

.border-l-blue-800\/60{
  border-left-color: rgb(30 64 175 / 0.6);
}

.border-l-blue-800\/70{
  border-left-color: rgb(30 64 175 / 0.7);
}

.border-l-blue-800\/75{
  border-left-color: rgb(30 64 175 / 0.75);
}

.border-l-blue-800\/80{
  border-left-color: rgb(30 64 175 / 0.8);
}

.border-l-blue-800\/90{
  border-left-color: rgb(30 64 175 / 0.9);
}

.border-l-blue-800\/95{
  border-left-color: rgb(30 64 175 / 0.95);
}

.border-l-blue-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-l-blue-900\/0{
  border-left-color: rgb(30 58 138 / 0);
}

.border-l-blue-900\/10{
  border-left-color: rgb(30 58 138 / 0.1);
}

.border-l-blue-900\/100{
  border-left-color: rgb(30 58 138 / 1);
}

.border-l-blue-900\/20{
  border-left-color: rgb(30 58 138 / 0.2);
}

.border-l-blue-900\/25{
  border-left-color: rgb(30 58 138 / 0.25);
}

.border-l-blue-900\/30{
  border-left-color: rgb(30 58 138 / 0.3);
}

.border-l-blue-900\/40{
  border-left-color: rgb(30 58 138 / 0.4);
}

.border-l-blue-900\/5{
  border-left-color: rgb(30 58 138 / 0.05);
}

.border-l-blue-900\/50{
  border-left-color: rgb(30 58 138 / 0.5);
}

.border-l-blue-900\/60{
  border-left-color: rgb(30 58 138 / 0.6);
}

.border-l-blue-900\/70{
  border-left-color: rgb(30 58 138 / 0.7);
}

.border-l-blue-900\/75{
  border-left-color: rgb(30 58 138 / 0.75);
}

.border-l-blue-900\/80{
  border-left-color: rgb(30 58 138 / 0.8);
}

.border-l-blue-900\/90{
  border-left-color: rgb(30 58 138 / 0.9);
}

.border-l-blue-900\/95{
  border-left-color: rgb(30 58 138 / 0.95);
}

.border-l-blue-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-l-blue-950\/0{
  border-left-color: rgb(23 37 84 / 0);
}

.border-l-blue-950\/10{
  border-left-color: rgb(23 37 84 / 0.1);
}

.border-l-blue-950\/100{
  border-left-color: rgb(23 37 84 / 1);
}

.border-l-blue-950\/20{
  border-left-color: rgb(23 37 84 / 0.2);
}

.border-l-blue-950\/25{
  border-left-color: rgb(23 37 84 / 0.25);
}

.border-l-blue-950\/30{
  border-left-color: rgb(23 37 84 / 0.3);
}

.border-l-blue-950\/40{
  border-left-color: rgb(23 37 84 / 0.4);
}

.border-l-blue-950\/5{
  border-left-color: rgb(23 37 84 / 0.05);
}

.border-l-blue-950\/50{
  border-left-color: rgb(23 37 84 / 0.5);
}

.border-l-blue-950\/60{
  border-left-color: rgb(23 37 84 / 0.6);
}

.border-l-blue-950\/70{
  border-left-color: rgb(23 37 84 / 0.7);
}

.border-l-blue-950\/75{
  border-left-color: rgb(23 37 84 / 0.75);
}

.border-l-blue-950\/80{
  border-left-color: rgb(23 37 84 / 0.8);
}

.border-l-blue-950\/90{
  border-left-color: rgb(23 37 84 / 0.9);
}

.border-l-blue-950\/95{
  border-left-color: rgb(23 37 84 / 0.95);
}

.border-l-current{
  border-left-color: currentColor;
}

.border-l-cyan-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.border-l-cyan-100\/0{
  border-left-color: rgb(207 250 254 / 0);
}

.border-l-cyan-100\/10{
  border-left-color: rgb(207 250 254 / 0.1);
}

.border-l-cyan-100\/100{
  border-left-color: rgb(207 250 254 / 1);
}

.border-l-cyan-100\/20{
  border-left-color: rgb(207 250 254 / 0.2);
}

.border-l-cyan-100\/25{
  border-left-color: rgb(207 250 254 / 0.25);
}

.border-l-cyan-100\/30{
  border-left-color: rgb(207 250 254 / 0.3);
}

.border-l-cyan-100\/40{
  border-left-color: rgb(207 250 254 / 0.4);
}

.border-l-cyan-100\/5{
  border-left-color: rgb(207 250 254 / 0.05);
}

.border-l-cyan-100\/50{
  border-left-color: rgb(207 250 254 / 0.5);
}

.border-l-cyan-100\/60{
  border-left-color: rgb(207 250 254 / 0.6);
}

.border-l-cyan-100\/70{
  border-left-color: rgb(207 250 254 / 0.7);
}

.border-l-cyan-100\/75{
  border-left-color: rgb(207 250 254 / 0.75);
}

.border-l-cyan-100\/80{
  border-left-color: rgb(207 250 254 / 0.8);
}

.border-l-cyan-100\/90{
  border-left-color: rgb(207 250 254 / 0.9);
}

.border-l-cyan-100\/95{
  border-left-color: rgb(207 250 254 / 0.95);
}

.border-l-cyan-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-l-cyan-200\/0{
  border-left-color: rgb(165 243 252 / 0);
}

.border-l-cyan-200\/10{
  border-left-color: rgb(165 243 252 / 0.1);
}

.border-l-cyan-200\/100{
  border-left-color: rgb(165 243 252 / 1);
}

.border-l-cyan-200\/20{
  border-left-color: rgb(165 243 252 / 0.2);
}

.border-l-cyan-200\/25{
  border-left-color: rgb(165 243 252 / 0.25);
}

.border-l-cyan-200\/30{
  border-left-color: rgb(165 243 252 / 0.3);
}

.border-l-cyan-200\/40{
  border-left-color: rgb(165 243 252 / 0.4);
}

.border-l-cyan-200\/5{
  border-left-color: rgb(165 243 252 / 0.05);
}

.border-l-cyan-200\/50{
  border-left-color: rgb(165 243 252 / 0.5);
}

.border-l-cyan-200\/60{
  border-left-color: rgb(165 243 252 / 0.6);
}

.border-l-cyan-200\/70{
  border-left-color: rgb(165 243 252 / 0.7);
}

.border-l-cyan-200\/75{
  border-left-color: rgb(165 243 252 / 0.75);
}

.border-l-cyan-200\/80{
  border-left-color: rgb(165 243 252 / 0.8);
}

.border-l-cyan-200\/90{
  border-left-color: rgb(165 243 252 / 0.9);
}

.border-l-cyan-200\/95{
  border-left-color: rgb(165 243 252 / 0.95);
}

.border-l-cyan-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-l-cyan-300\/0{
  border-left-color: rgb(103 232 249 / 0);
}

.border-l-cyan-300\/10{
  border-left-color: rgb(103 232 249 / 0.1);
}

.border-l-cyan-300\/100{
  border-left-color: rgb(103 232 249 / 1);
}

.border-l-cyan-300\/20{
  border-left-color: rgb(103 232 249 / 0.2);
}

.border-l-cyan-300\/25{
  border-left-color: rgb(103 232 249 / 0.25);
}

.border-l-cyan-300\/30{
  border-left-color: rgb(103 232 249 / 0.3);
}

.border-l-cyan-300\/40{
  border-left-color: rgb(103 232 249 / 0.4);
}

.border-l-cyan-300\/5{
  border-left-color: rgb(103 232 249 / 0.05);
}

.border-l-cyan-300\/50{
  border-left-color: rgb(103 232 249 / 0.5);
}

.border-l-cyan-300\/60{
  border-left-color: rgb(103 232 249 / 0.6);
}

.border-l-cyan-300\/70{
  border-left-color: rgb(103 232 249 / 0.7);
}

.border-l-cyan-300\/75{
  border-left-color: rgb(103 232 249 / 0.75);
}

.border-l-cyan-300\/80{
  border-left-color: rgb(103 232 249 / 0.8);
}

.border-l-cyan-300\/90{
  border-left-color: rgb(103 232 249 / 0.9);
}

.border-l-cyan-300\/95{
  border-left-color: rgb(103 232 249 / 0.95);
}

.border-l-cyan-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-l-cyan-400\/0{
  border-left-color: rgb(34 211 238 / 0);
}

.border-l-cyan-400\/10{
  border-left-color: rgb(34 211 238 / 0.1);
}

.border-l-cyan-400\/100{
  border-left-color: rgb(34 211 238 / 1);
}

.border-l-cyan-400\/20{
  border-left-color: rgb(34 211 238 / 0.2);
}

.border-l-cyan-400\/25{
  border-left-color: rgb(34 211 238 / 0.25);
}

.border-l-cyan-400\/30{
  border-left-color: rgb(34 211 238 / 0.3);
}

.border-l-cyan-400\/40{
  border-left-color: rgb(34 211 238 / 0.4);
}

.border-l-cyan-400\/5{
  border-left-color: rgb(34 211 238 / 0.05);
}

.border-l-cyan-400\/50{
  border-left-color: rgb(34 211 238 / 0.5);
}

.border-l-cyan-400\/60{
  border-left-color: rgb(34 211 238 / 0.6);
}

.border-l-cyan-400\/70{
  border-left-color: rgb(34 211 238 / 0.7);
}

.border-l-cyan-400\/75{
  border-left-color: rgb(34 211 238 / 0.75);
}

.border-l-cyan-400\/80{
  border-left-color: rgb(34 211 238 / 0.8);
}

.border-l-cyan-400\/90{
  border-left-color: rgb(34 211 238 / 0.9);
}

.border-l-cyan-400\/95{
  border-left-color: rgb(34 211 238 / 0.95);
}

.border-l-cyan-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-l-cyan-50\/0{
  border-left-color: rgb(236 254 255 / 0);
}

.border-l-cyan-50\/10{
  border-left-color: rgb(236 254 255 / 0.1);
}

.border-l-cyan-50\/100{
  border-left-color: rgb(236 254 255 / 1);
}

.border-l-cyan-50\/20{
  border-left-color: rgb(236 254 255 / 0.2);
}

.border-l-cyan-50\/25{
  border-left-color: rgb(236 254 255 / 0.25);
}

.border-l-cyan-50\/30{
  border-left-color: rgb(236 254 255 / 0.3);
}

.border-l-cyan-50\/40{
  border-left-color: rgb(236 254 255 / 0.4);
}

.border-l-cyan-50\/5{
  border-left-color: rgb(236 254 255 / 0.05);
}

.border-l-cyan-50\/50{
  border-left-color: rgb(236 254 255 / 0.5);
}

.border-l-cyan-50\/60{
  border-left-color: rgb(236 254 255 / 0.6);
}

.border-l-cyan-50\/70{
  border-left-color: rgb(236 254 255 / 0.7);
}

.border-l-cyan-50\/75{
  border-left-color: rgb(236 254 255 / 0.75);
}

.border-l-cyan-50\/80{
  border-left-color: rgb(236 254 255 / 0.8);
}

.border-l-cyan-50\/90{
  border-left-color: rgb(236 254 255 / 0.9);
}

.border-l-cyan-50\/95{
  border-left-color: rgb(236 254 255 / 0.95);
}

.border-l-cyan-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-l-cyan-500\/0{
  border-left-color: rgb(6 182 212 / 0);
}

.border-l-cyan-500\/10{
  border-left-color: rgb(6 182 212 / 0.1);
}

.border-l-cyan-500\/100{
  border-left-color: rgb(6 182 212 / 1);
}

.border-l-cyan-500\/20{
  border-left-color: rgb(6 182 212 / 0.2);
}

.border-l-cyan-500\/25{
  border-left-color: rgb(6 182 212 / 0.25);
}

.border-l-cyan-500\/30{
  border-left-color: rgb(6 182 212 / 0.3);
}

.border-l-cyan-500\/40{
  border-left-color: rgb(6 182 212 / 0.4);
}

.border-l-cyan-500\/5{
  border-left-color: rgb(6 182 212 / 0.05);
}

.border-l-cyan-500\/50{
  border-left-color: rgb(6 182 212 / 0.5);
}

.border-l-cyan-500\/60{
  border-left-color: rgb(6 182 212 / 0.6);
}

.border-l-cyan-500\/70{
  border-left-color: rgb(6 182 212 / 0.7);
}

.border-l-cyan-500\/75{
  border-left-color: rgb(6 182 212 / 0.75);
}

.border-l-cyan-500\/80{
  border-left-color: rgb(6 182 212 / 0.8);
}

.border-l-cyan-500\/90{
  border-left-color: rgb(6 182 212 / 0.9);
}

.border-l-cyan-500\/95{
  border-left-color: rgb(6 182 212 / 0.95);
}

.border-l-cyan-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-l-cyan-600\/0{
  border-left-color: rgb(8 145 178 / 0);
}

.border-l-cyan-600\/10{
  border-left-color: rgb(8 145 178 / 0.1);
}

.border-l-cyan-600\/100{
  border-left-color: rgb(8 145 178 / 1);
}

.border-l-cyan-600\/20{
  border-left-color: rgb(8 145 178 / 0.2);
}

.border-l-cyan-600\/25{
  border-left-color: rgb(8 145 178 / 0.25);
}

.border-l-cyan-600\/30{
  border-left-color: rgb(8 145 178 / 0.3);
}

.border-l-cyan-600\/40{
  border-left-color: rgb(8 145 178 / 0.4);
}

.border-l-cyan-600\/5{
  border-left-color: rgb(8 145 178 / 0.05);
}

.border-l-cyan-600\/50{
  border-left-color: rgb(8 145 178 / 0.5);
}

.border-l-cyan-600\/60{
  border-left-color: rgb(8 145 178 / 0.6);
}

.border-l-cyan-600\/70{
  border-left-color: rgb(8 145 178 / 0.7);
}

.border-l-cyan-600\/75{
  border-left-color: rgb(8 145 178 / 0.75);
}

.border-l-cyan-600\/80{
  border-left-color: rgb(8 145 178 / 0.8);
}

.border-l-cyan-600\/90{
  border-left-color: rgb(8 145 178 / 0.9);
}

.border-l-cyan-600\/95{
  border-left-color: rgb(8 145 178 / 0.95);
}

.border-l-cyan-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-l-cyan-700\/0{
  border-left-color: rgb(14 116 144 / 0);
}

.border-l-cyan-700\/10{
  border-left-color: rgb(14 116 144 / 0.1);
}

.border-l-cyan-700\/100{
  border-left-color: rgb(14 116 144 / 1);
}

.border-l-cyan-700\/20{
  border-left-color: rgb(14 116 144 / 0.2);
}

.border-l-cyan-700\/25{
  border-left-color: rgb(14 116 144 / 0.25);
}

.border-l-cyan-700\/30{
  border-left-color: rgb(14 116 144 / 0.3);
}

.border-l-cyan-700\/40{
  border-left-color: rgb(14 116 144 / 0.4);
}

.border-l-cyan-700\/5{
  border-left-color: rgb(14 116 144 / 0.05);
}

.border-l-cyan-700\/50{
  border-left-color: rgb(14 116 144 / 0.5);
}

.border-l-cyan-700\/60{
  border-left-color: rgb(14 116 144 / 0.6);
}

.border-l-cyan-700\/70{
  border-left-color: rgb(14 116 144 / 0.7);
}

.border-l-cyan-700\/75{
  border-left-color: rgb(14 116 144 / 0.75);
}

.border-l-cyan-700\/80{
  border-left-color: rgb(14 116 144 / 0.8);
}

.border-l-cyan-700\/90{
  border-left-color: rgb(14 116 144 / 0.9);
}

.border-l-cyan-700\/95{
  border-left-color: rgb(14 116 144 / 0.95);
}

.border-l-cyan-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-l-cyan-800\/0{
  border-left-color: rgb(21 94 117 / 0);
}

.border-l-cyan-800\/10{
  border-left-color: rgb(21 94 117 / 0.1);
}

.border-l-cyan-800\/100{
  border-left-color: rgb(21 94 117 / 1);
}

.border-l-cyan-800\/20{
  border-left-color: rgb(21 94 117 / 0.2);
}

.border-l-cyan-800\/25{
  border-left-color: rgb(21 94 117 / 0.25);
}

.border-l-cyan-800\/30{
  border-left-color: rgb(21 94 117 / 0.3);
}

.border-l-cyan-800\/40{
  border-left-color: rgb(21 94 117 / 0.4);
}

.border-l-cyan-800\/5{
  border-left-color: rgb(21 94 117 / 0.05);
}

.border-l-cyan-800\/50{
  border-left-color: rgb(21 94 117 / 0.5);
}

.border-l-cyan-800\/60{
  border-left-color: rgb(21 94 117 / 0.6);
}

.border-l-cyan-800\/70{
  border-left-color: rgb(21 94 117 / 0.7);
}

.border-l-cyan-800\/75{
  border-left-color: rgb(21 94 117 / 0.75);
}

.border-l-cyan-800\/80{
  border-left-color: rgb(21 94 117 / 0.8);
}

.border-l-cyan-800\/90{
  border-left-color: rgb(21 94 117 / 0.9);
}

.border-l-cyan-800\/95{
  border-left-color: rgb(21 94 117 / 0.95);
}

.border-l-cyan-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-l-cyan-900\/0{
  border-left-color: rgb(22 78 99 / 0);
}

.border-l-cyan-900\/10{
  border-left-color: rgb(22 78 99 / 0.1);
}

.border-l-cyan-900\/100{
  border-left-color: rgb(22 78 99 / 1);
}

.border-l-cyan-900\/20{
  border-left-color: rgb(22 78 99 / 0.2);
}

.border-l-cyan-900\/25{
  border-left-color: rgb(22 78 99 / 0.25);
}

.border-l-cyan-900\/30{
  border-left-color: rgb(22 78 99 / 0.3);
}

.border-l-cyan-900\/40{
  border-left-color: rgb(22 78 99 / 0.4);
}

.border-l-cyan-900\/5{
  border-left-color: rgb(22 78 99 / 0.05);
}

.border-l-cyan-900\/50{
  border-left-color: rgb(22 78 99 / 0.5);
}

.border-l-cyan-900\/60{
  border-left-color: rgb(22 78 99 / 0.6);
}

.border-l-cyan-900\/70{
  border-left-color: rgb(22 78 99 / 0.7);
}

.border-l-cyan-900\/75{
  border-left-color: rgb(22 78 99 / 0.75);
}

.border-l-cyan-900\/80{
  border-left-color: rgb(22 78 99 / 0.8);
}

.border-l-cyan-900\/90{
  border-left-color: rgb(22 78 99 / 0.9);
}

.border-l-cyan-900\/95{
  border-left-color: rgb(22 78 99 / 0.95);
}

.border-l-cyan-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-l-cyan-950\/0{
  border-left-color: rgb(8 51 68 / 0);
}

.border-l-cyan-950\/10{
  border-left-color: rgb(8 51 68 / 0.1);
}

.border-l-cyan-950\/100{
  border-left-color: rgb(8 51 68 / 1);
}

.border-l-cyan-950\/20{
  border-left-color: rgb(8 51 68 / 0.2);
}

.border-l-cyan-950\/25{
  border-left-color: rgb(8 51 68 / 0.25);
}

.border-l-cyan-950\/30{
  border-left-color: rgb(8 51 68 / 0.3);
}

.border-l-cyan-950\/40{
  border-left-color: rgb(8 51 68 / 0.4);
}

.border-l-cyan-950\/5{
  border-left-color: rgb(8 51 68 / 0.05);
}

.border-l-cyan-950\/50{
  border-left-color: rgb(8 51 68 / 0.5);
}

.border-l-cyan-950\/60{
  border-left-color: rgb(8 51 68 / 0.6);
}

.border-l-cyan-950\/70{
  border-left-color: rgb(8 51 68 / 0.7);
}

.border-l-cyan-950\/75{
  border-left-color: rgb(8 51 68 / 0.75);
}

.border-l-cyan-950\/80{
  border-left-color: rgb(8 51 68 / 0.8);
}

.border-l-cyan-950\/90{
  border-left-color: rgb(8 51 68 / 0.9);
}

.border-l-cyan-950\/95{
  border-left-color: rgb(8 51 68 / 0.95);
}

.border-l-emerald-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.border-l-emerald-100\/0{
  border-left-color: rgb(209 250 229 / 0);
}

.border-l-emerald-100\/10{
  border-left-color: rgb(209 250 229 / 0.1);
}

.border-l-emerald-100\/100{
  border-left-color: rgb(209 250 229 / 1);
}

.border-l-emerald-100\/20{
  border-left-color: rgb(209 250 229 / 0.2);
}

.border-l-emerald-100\/25{
  border-left-color: rgb(209 250 229 / 0.25);
}

.border-l-emerald-100\/30{
  border-left-color: rgb(209 250 229 / 0.3);
}

.border-l-emerald-100\/40{
  border-left-color: rgb(209 250 229 / 0.4);
}

.border-l-emerald-100\/5{
  border-left-color: rgb(209 250 229 / 0.05);
}

.border-l-emerald-100\/50{
  border-left-color: rgb(209 250 229 / 0.5);
}

.border-l-emerald-100\/60{
  border-left-color: rgb(209 250 229 / 0.6);
}

.border-l-emerald-100\/70{
  border-left-color: rgb(209 250 229 / 0.7);
}

.border-l-emerald-100\/75{
  border-left-color: rgb(209 250 229 / 0.75);
}

.border-l-emerald-100\/80{
  border-left-color: rgb(209 250 229 / 0.8);
}

.border-l-emerald-100\/90{
  border-left-color: rgb(209 250 229 / 0.9);
}

.border-l-emerald-100\/95{
  border-left-color: rgb(209 250 229 / 0.95);
}

.border-l-emerald-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-l-emerald-200\/0{
  border-left-color: rgb(167 243 208 / 0);
}

.border-l-emerald-200\/10{
  border-left-color: rgb(167 243 208 / 0.1);
}

.border-l-emerald-200\/100{
  border-left-color: rgb(167 243 208 / 1);
}

.border-l-emerald-200\/20{
  border-left-color: rgb(167 243 208 / 0.2);
}

.border-l-emerald-200\/25{
  border-left-color: rgb(167 243 208 / 0.25);
}

.border-l-emerald-200\/30{
  border-left-color: rgb(167 243 208 / 0.3);
}

.border-l-emerald-200\/40{
  border-left-color: rgb(167 243 208 / 0.4);
}

.border-l-emerald-200\/5{
  border-left-color: rgb(167 243 208 / 0.05);
}

.border-l-emerald-200\/50{
  border-left-color: rgb(167 243 208 / 0.5);
}

.border-l-emerald-200\/60{
  border-left-color: rgb(167 243 208 / 0.6);
}

.border-l-emerald-200\/70{
  border-left-color: rgb(167 243 208 / 0.7);
}

.border-l-emerald-200\/75{
  border-left-color: rgb(167 243 208 / 0.75);
}

.border-l-emerald-200\/80{
  border-left-color: rgb(167 243 208 / 0.8);
}

.border-l-emerald-200\/90{
  border-left-color: rgb(167 243 208 / 0.9);
}

.border-l-emerald-200\/95{
  border-left-color: rgb(167 243 208 / 0.95);
}

.border-l-emerald-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-l-emerald-300\/0{
  border-left-color: rgb(110 231 183 / 0);
}

.border-l-emerald-300\/10{
  border-left-color: rgb(110 231 183 / 0.1);
}

.border-l-emerald-300\/100{
  border-left-color: rgb(110 231 183 / 1);
}

.border-l-emerald-300\/20{
  border-left-color: rgb(110 231 183 / 0.2);
}

.border-l-emerald-300\/25{
  border-left-color: rgb(110 231 183 / 0.25);
}

.border-l-emerald-300\/30{
  border-left-color: rgb(110 231 183 / 0.3);
}

.border-l-emerald-300\/40{
  border-left-color: rgb(110 231 183 / 0.4);
}

.border-l-emerald-300\/5{
  border-left-color: rgb(110 231 183 / 0.05);
}

.border-l-emerald-300\/50{
  border-left-color: rgb(110 231 183 / 0.5);
}

.border-l-emerald-300\/60{
  border-left-color: rgb(110 231 183 / 0.6);
}

.border-l-emerald-300\/70{
  border-left-color: rgb(110 231 183 / 0.7);
}

.border-l-emerald-300\/75{
  border-left-color: rgb(110 231 183 / 0.75);
}

.border-l-emerald-300\/80{
  border-left-color: rgb(110 231 183 / 0.8);
}

.border-l-emerald-300\/90{
  border-left-color: rgb(110 231 183 / 0.9);
}

.border-l-emerald-300\/95{
  border-left-color: rgb(110 231 183 / 0.95);
}

.border-l-emerald-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-l-emerald-400\/0{
  border-left-color: rgb(52 211 153 / 0);
}

.border-l-emerald-400\/10{
  border-left-color: rgb(52 211 153 / 0.1);
}

.border-l-emerald-400\/100{
  border-left-color: rgb(52 211 153 / 1);
}

.border-l-emerald-400\/20{
  border-left-color: rgb(52 211 153 / 0.2);
}

.border-l-emerald-400\/25{
  border-left-color: rgb(52 211 153 / 0.25);
}

.border-l-emerald-400\/30{
  border-left-color: rgb(52 211 153 / 0.3);
}

.border-l-emerald-400\/40{
  border-left-color: rgb(52 211 153 / 0.4);
}

.border-l-emerald-400\/5{
  border-left-color: rgb(52 211 153 / 0.05);
}

.border-l-emerald-400\/50{
  border-left-color: rgb(52 211 153 / 0.5);
}

.border-l-emerald-400\/60{
  border-left-color: rgb(52 211 153 / 0.6);
}

.border-l-emerald-400\/70{
  border-left-color: rgb(52 211 153 / 0.7);
}

.border-l-emerald-400\/75{
  border-left-color: rgb(52 211 153 / 0.75);
}

.border-l-emerald-400\/80{
  border-left-color: rgb(52 211 153 / 0.8);
}

.border-l-emerald-400\/90{
  border-left-color: rgb(52 211 153 / 0.9);
}

.border-l-emerald-400\/95{
  border-left-color: rgb(52 211 153 / 0.95);
}

.border-l-emerald-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-l-emerald-50\/0{
  border-left-color: rgb(236 253 245 / 0);
}

.border-l-emerald-50\/10{
  border-left-color: rgb(236 253 245 / 0.1);
}

.border-l-emerald-50\/100{
  border-left-color: rgb(236 253 245 / 1);
}

.border-l-emerald-50\/20{
  border-left-color: rgb(236 253 245 / 0.2);
}

.border-l-emerald-50\/25{
  border-left-color: rgb(236 253 245 / 0.25);
}

.border-l-emerald-50\/30{
  border-left-color: rgb(236 253 245 / 0.3);
}

.border-l-emerald-50\/40{
  border-left-color: rgb(236 253 245 / 0.4);
}

.border-l-emerald-50\/5{
  border-left-color: rgb(236 253 245 / 0.05);
}

.border-l-emerald-50\/50{
  border-left-color: rgb(236 253 245 / 0.5);
}

.border-l-emerald-50\/60{
  border-left-color: rgb(236 253 245 / 0.6);
}

.border-l-emerald-50\/70{
  border-left-color: rgb(236 253 245 / 0.7);
}

.border-l-emerald-50\/75{
  border-left-color: rgb(236 253 245 / 0.75);
}

.border-l-emerald-50\/80{
  border-left-color: rgb(236 253 245 / 0.8);
}

.border-l-emerald-50\/90{
  border-left-color: rgb(236 253 245 / 0.9);
}

.border-l-emerald-50\/95{
  border-left-color: rgb(236 253 245 / 0.95);
}

.border-l-emerald-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-l-emerald-500\/0{
  border-left-color: rgb(16 185 129 / 0);
}

.border-l-emerald-500\/10{
  border-left-color: rgb(16 185 129 / 0.1);
}

.border-l-emerald-500\/100{
  border-left-color: rgb(16 185 129 / 1);
}

.border-l-emerald-500\/20{
  border-left-color: rgb(16 185 129 / 0.2);
}

.border-l-emerald-500\/25{
  border-left-color: rgb(16 185 129 / 0.25);
}

.border-l-emerald-500\/30{
  border-left-color: rgb(16 185 129 / 0.3);
}

.border-l-emerald-500\/40{
  border-left-color: rgb(16 185 129 / 0.4);
}

.border-l-emerald-500\/5{
  border-left-color: rgb(16 185 129 / 0.05);
}

.border-l-emerald-500\/50{
  border-left-color: rgb(16 185 129 / 0.5);
}

.border-l-emerald-500\/60{
  border-left-color: rgb(16 185 129 / 0.6);
}

.border-l-emerald-500\/70{
  border-left-color: rgb(16 185 129 / 0.7);
}

.border-l-emerald-500\/75{
  border-left-color: rgb(16 185 129 / 0.75);
}

.border-l-emerald-500\/80{
  border-left-color: rgb(16 185 129 / 0.8);
}

.border-l-emerald-500\/90{
  border-left-color: rgb(16 185 129 / 0.9);
}

.border-l-emerald-500\/95{
  border-left-color: rgb(16 185 129 / 0.95);
}

.border-l-emerald-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-l-emerald-600\/0{
  border-left-color: rgb(5 150 105 / 0);
}

.border-l-emerald-600\/10{
  border-left-color: rgb(5 150 105 / 0.1);
}

.border-l-emerald-600\/100{
  border-left-color: rgb(5 150 105 / 1);
}

.border-l-emerald-600\/20{
  border-left-color: rgb(5 150 105 / 0.2);
}

.border-l-emerald-600\/25{
  border-left-color: rgb(5 150 105 / 0.25);
}

.border-l-emerald-600\/30{
  border-left-color: rgb(5 150 105 / 0.3);
}

.border-l-emerald-600\/40{
  border-left-color: rgb(5 150 105 / 0.4);
}

.border-l-emerald-600\/5{
  border-left-color: rgb(5 150 105 / 0.05);
}

.border-l-emerald-600\/50{
  border-left-color: rgb(5 150 105 / 0.5);
}

.border-l-emerald-600\/60{
  border-left-color: rgb(5 150 105 / 0.6);
}

.border-l-emerald-600\/70{
  border-left-color: rgb(5 150 105 / 0.7);
}

.border-l-emerald-600\/75{
  border-left-color: rgb(5 150 105 / 0.75);
}

.border-l-emerald-600\/80{
  border-left-color: rgb(5 150 105 / 0.8);
}

.border-l-emerald-600\/90{
  border-left-color: rgb(5 150 105 / 0.9);
}

.border-l-emerald-600\/95{
  border-left-color: rgb(5 150 105 / 0.95);
}

.border-l-emerald-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-l-emerald-700\/0{
  border-left-color: rgb(4 120 87 / 0);
}

.border-l-emerald-700\/10{
  border-left-color: rgb(4 120 87 / 0.1);
}

.border-l-emerald-700\/100{
  border-left-color: rgb(4 120 87 / 1);
}

.border-l-emerald-700\/20{
  border-left-color: rgb(4 120 87 / 0.2);
}

.border-l-emerald-700\/25{
  border-left-color: rgb(4 120 87 / 0.25);
}

.border-l-emerald-700\/30{
  border-left-color: rgb(4 120 87 / 0.3);
}

.border-l-emerald-700\/40{
  border-left-color: rgb(4 120 87 / 0.4);
}

.border-l-emerald-700\/5{
  border-left-color: rgb(4 120 87 / 0.05);
}

.border-l-emerald-700\/50{
  border-left-color: rgb(4 120 87 / 0.5);
}

.border-l-emerald-700\/60{
  border-left-color: rgb(4 120 87 / 0.6);
}

.border-l-emerald-700\/70{
  border-left-color: rgb(4 120 87 / 0.7);
}

.border-l-emerald-700\/75{
  border-left-color: rgb(4 120 87 / 0.75);
}

.border-l-emerald-700\/80{
  border-left-color: rgb(4 120 87 / 0.8);
}

.border-l-emerald-700\/90{
  border-left-color: rgb(4 120 87 / 0.9);
}

.border-l-emerald-700\/95{
  border-left-color: rgb(4 120 87 / 0.95);
}

.border-l-emerald-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-l-emerald-800\/0{
  border-left-color: rgb(6 95 70 / 0);
}

.border-l-emerald-800\/10{
  border-left-color: rgb(6 95 70 / 0.1);
}

.border-l-emerald-800\/100{
  border-left-color: rgb(6 95 70 / 1);
}

.border-l-emerald-800\/20{
  border-left-color: rgb(6 95 70 / 0.2);
}

.border-l-emerald-800\/25{
  border-left-color: rgb(6 95 70 / 0.25);
}

.border-l-emerald-800\/30{
  border-left-color: rgb(6 95 70 / 0.3);
}

.border-l-emerald-800\/40{
  border-left-color: rgb(6 95 70 / 0.4);
}

.border-l-emerald-800\/5{
  border-left-color: rgb(6 95 70 / 0.05);
}

.border-l-emerald-800\/50{
  border-left-color: rgb(6 95 70 / 0.5);
}

.border-l-emerald-800\/60{
  border-left-color: rgb(6 95 70 / 0.6);
}

.border-l-emerald-800\/70{
  border-left-color: rgb(6 95 70 / 0.7);
}

.border-l-emerald-800\/75{
  border-left-color: rgb(6 95 70 / 0.75);
}

.border-l-emerald-800\/80{
  border-left-color: rgb(6 95 70 / 0.8);
}

.border-l-emerald-800\/90{
  border-left-color: rgb(6 95 70 / 0.9);
}

.border-l-emerald-800\/95{
  border-left-color: rgb(6 95 70 / 0.95);
}

.border-l-emerald-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-l-emerald-900\/0{
  border-left-color: rgb(6 78 59 / 0);
}

.border-l-emerald-900\/10{
  border-left-color: rgb(6 78 59 / 0.1);
}

.border-l-emerald-900\/100{
  border-left-color: rgb(6 78 59 / 1);
}

.border-l-emerald-900\/20{
  border-left-color: rgb(6 78 59 / 0.2);
}

.border-l-emerald-900\/25{
  border-left-color: rgb(6 78 59 / 0.25);
}

.border-l-emerald-900\/30{
  border-left-color: rgb(6 78 59 / 0.3);
}

.border-l-emerald-900\/40{
  border-left-color: rgb(6 78 59 / 0.4);
}

.border-l-emerald-900\/5{
  border-left-color: rgb(6 78 59 / 0.05);
}

.border-l-emerald-900\/50{
  border-left-color: rgb(6 78 59 / 0.5);
}

.border-l-emerald-900\/60{
  border-left-color: rgb(6 78 59 / 0.6);
}

.border-l-emerald-900\/70{
  border-left-color: rgb(6 78 59 / 0.7);
}

.border-l-emerald-900\/75{
  border-left-color: rgb(6 78 59 / 0.75);
}

.border-l-emerald-900\/80{
  border-left-color: rgb(6 78 59 / 0.8);
}

.border-l-emerald-900\/90{
  border-left-color: rgb(6 78 59 / 0.9);
}

.border-l-emerald-900\/95{
  border-left-color: rgb(6 78 59 / 0.95);
}

.border-l-emerald-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-l-emerald-950\/0{
  border-left-color: rgb(2 44 34 / 0);
}

.border-l-emerald-950\/10{
  border-left-color: rgb(2 44 34 / 0.1);
}

.border-l-emerald-950\/100{
  border-left-color: rgb(2 44 34 / 1);
}

.border-l-emerald-950\/20{
  border-left-color: rgb(2 44 34 / 0.2);
}

.border-l-emerald-950\/25{
  border-left-color: rgb(2 44 34 / 0.25);
}

.border-l-emerald-950\/30{
  border-left-color: rgb(2 44 34 / 0.3);
}

.border-l-emerald-950\/40{
  border-left-color: rgb(2 44 34 / 0.4);
}

.border-l-emerald-950\/5{
  border-left-color: rgb(2 44 34 / 0.05);
}

.border-l-emerald-950\/50{
  border-left-color: rgb(2 44 34 / 0.5);
}

.border-l-emerald-950\/60{
  border-left-color: rgb(2 44 34 / 0.6);
}

.border-l-emerald-950\/70{
  border-left-color: rgb(2 44 34 / 0.7);
}

.border-l-emerald-950\/75{
  border-left-color: rgb(2 44 34 / 0.75);
}

.border-l-emerald-950\/80{
  border-left-color: rgb(2 44 34 / 0.8);
}

.border-l-emerald-950\/90{
  border-left-color: rgb(2 44 34 / 0.9);
}

.border-l-emerald-950\/95{
  border-left-color: rgb(2 44 34 / 0.95);
}

.border-l-event-text-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 57 66 / var(--tw-border-opacity));
}

.border-l-event-text-100\/0{
  border-left-color: rgb(3 57 66 / 0);
}

.border-l-event-text-100\/10{
  border-left-color: rgb(3 57 66 / 0.1);
}

.border-l-event-text-100\/100{
  border-left-color: rgb(3 57 66 / 1);
}

.border-l-event-text-100\/20{
  border-left-color: rgb(3 57 66 / 0.2);
}

.border-l-event-text-100\/25{
  border-left-color: rgb(3 57 66 / 0.25);
}

.border-l-event-text-100\/30{
  border-left-color: rgb(3 57 66 / 0.3);
}

.border-l-event-text-100\/40{
  border-left-color: rgb(3 57 66 / 0.4);
}

.border-l-event-text-100\/5{
  border-left-color: rgb(3 57 66 / 0.05);
}

.border-l-event-text-100\/50{
  border-left-color: rgb(3 57 66 / 0.5);
}

.border-l-event-text-100\/60{
  border-left-color: rgb(3 57 66 / 0.6);
}

.border-l-event-text-100\/70{
  border-left-color: rgb(3 57 66 / 0.7);
}

.border-l-event-text-100\/75{
  border-left-color: rgb(3 57 66 / 0.75);
}

.border-l-event-text-100\/80{
  border-left-color: rgb(3 57 66 / 0.8);
}

.border-l-event-text-100\/90{
  border-left-color: rgb(3 57 66 / 0.9);
}

.border-l-event-text-100\/95{
  border-left-color: rgb(3 57 66 / 0.95);
}

.border-l-event-text-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(56 59 68 / var(--tw-border-opacity));
}

.border-l-event-text-200\/0{
  border-left-color: rgb(56 59 68 / 0);
}

.border-l-event-text-200\/10{
  border-left-color: rgb(56 59 68 / 0.1);
}

.border-l-event-text-200\/100{
  border-left-color: rgb(56 59 68 / 1);
}

.border-l-event-text-200\/20{
  border-left-color: rgb(56 59 68 / 0.2);
}

.border-l-event-text-200\/25{
  border-left-color: rgb(56 59 68 / 0.25);
}

.border-l-event-text-200\/30{
  border-left-color: rgb(56 59 68 / 0.3);
}

.border-l-event-text-200\/40{
  border-left-color: rgb(56 59 68 / 0.4);
}

.border-l-event-text-200\/5{
  border-left-color: rgb(56 59 68 / 0.05);
}

.border-l-event-text-200\/50{
  border-left-color: rgb(56 59 68 / 0.5);
}

.border-l-event-text-200\/60{
  border-left-color: rgb(56 59 68 / 0.6);
}

.border-l-event-text-200\/70{
  border-left-color: rgb(56 59 68 / 0.7);
}

.border-l-event-text-200\/75{
  border-left-color: rgb(56 59 68 / 0.75);
}

.border-l-event-text-200\/80{
  border-left-color: rgb(56 59 68 / 0.8);
}

.border-l-event-text-200\/90{
  border-left-color: rgb(56 59 68 / 0.9);
}

.border-l-event-text-200\/95{
  border-left-color: rgb(56 59 68 / 0.95);
}

.border-l-fuchsia-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.border-l-fuchsia-100\/0{
  border-left-color: rgb(250 232 255 / 0);
}

.border-l-fuchsia-100\/10{
  border-left-color: rgb(250 232 255 / 0.1);
}

.border-l-fuchsia-100\/100{
  border-left-color: rgb(250 232 255 / 1);
}

.border-l-fuchsia-100\/20{
  border-left-color: rgb(250 232 255 / 0.2);
}

.border-l-fuchsia-100\/25{
  border-left-color: rgb(250 232 255 / 0.25);
}

.border-l-fuchsia-100\/30{
  border-left-color: rgb(250 232 255 / 0.3);
}

.border-l-fuchsia-100\/40{
  border-left-color: rgb(250 232 255 / 0.4);
}

.border-l-fuchsia-100\/5{
  border-left-color: rgb(250 232 255 / 0.05);
}

.border-l-fuchsia-100\/50{
  border-left-color: rgb(250 232 255 / 0.5);
}

.border-l-fuchsia-100\/60{
  border-left-color: rgb(250 232 255 / 0.6);
}

.border-l-fuchsia-100\/70{
  border-left-color: rgb(250 232 255 / 0.7);
}

.border-l-fuchsia-100\/75{
  border-left-color: rgb(250 232 255 / 0.75);
}

.border-l-fuchsia-100\/80{
  border-left-color: rgb(250 232 255 / 0.8);
}

.border-l-fuchsia-100\/90{
  border-left-color: rgb(250 232 255 / 0.9);
}

.border-l-fuchsia-100\/95{
  border-left-color: rgb(250 232 255 / 0.95);
}

.border-l-fuchsia-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-l-fuchsia-200\/0{
  border-left-color: rgb(245 208 254 / 0);
}

.border-l-fuchsia-200\/10{
  border-left-color: rgb(245 208 254 / 0.1);
}

.border-l-fuchsia-200\/100{
  border-left-color: rgb(245 208 254 / 1);
}

.border-l-fuchsia-200\/20{
  border-left-color: rgb(245 208 254 / 0.2);
}

.border-l-fuchsia-200\/25{
  border-left-color: rgb(245 208 254 / 0.25);
}

.border-l-fuchsia-200\/30{
  border-left-color: rgb(245 208 254 / 0.3);
}

.border-l-fuchsia-200\/40{
  border-left-color: rgb(245 208 254 / 0.4);
}

.border-l-fuchsia-200\/5{
  border-left-color: rgb(245 208 254 / 0.05);
}

.border-l-fuchsia-200\/50{
  border-left-color: rgb(245 208 254 / 0.5);
}

.border-l-fuchsia-200\/60{
  border-left-color: rgb(245 208 254 / 0.6);
}

.border-l-fuchsia-200\/70{
  border-left-color: rgb(245 208 254 / 0.7);
}

.border-l-fuchsia-200\/75{
  border-left-color: rgb(245 208 254 / 0.75);
}

.border-l-fuchsia-200\/80{
  border-left-color: rgb(245 208 254 / 0.8);
}

.border-l-fuchsia-200\/90{
  border-left-color: rgb(245 208 254 / 0.9);
}

.border-l-fuchsia-200\/95{
  border-left-color: rgb(245 208 254 / 0.95);
}

.border-l-fuchsia-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-l-fuchsia-300\/0{
  border-left-color: rgb(240 171 252 / 0);
}

.border-l-fuchsia-300\/10{
  border-left-color: rgb(240 171 252 / 0.1);
}

.border-l-fuchsia-300\/100{
  border-left-color: rgb(240 171 252 / 1);
}

.border-l-fuchsia-300\/20{
  border-left-color: rgb(240 171 252 / 0.2);
}

.border-l-fuchsia-300\/25{
  border-left-color: rgb(240 171 252 / 0.25);
}

.border-l-fuchsia-300\/30{
  border-left-color: rgb(240 171 252 / 0.3);
}

.border-l-fuchsia-300\/40{
  border-left-color: rgb(240 171 252 / 0.4);
}

.border-l-fuchsia-300\/5{
  border-left-color: rgb(240 171 252 / 0.05);
}

.border-l-fuchsia-300\/50{
  border-left-color: rgb(240 171 252 / 0.5);
}

.border-l-fuchsia-300\/60{
  border-left-color: rgb(240 171 252 / 0.6);
}

.border-l-fuchsia-300\/70{
  border-left-color: rgb(240 171 252 / 0.7);
}

.border-l-fuchsia-300\/75{
  border-left-color: rgb(240 171 252 / 0.75);
}

.border-l-fuchsia-300\/80{
  border-left-color: rgb(240 171 252 / 0.8);
}

.border-l-fuchsia-300\/90{
  border-left-color: rgb(240 171 252 / 0.9);
}

.border-l-fuchsia-300\/95{
  border-left-color: rgb(240 171 252 / 0.95);
}

.border-l-fuchsia-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-l-fuchsia-400\/0{
  border-left-color: rgb(232 121 249 / 0);
}

.border-l-fuchsia-400\/10{
  border-left-color: rgb(232 121 249 / 0.1);
}

.border-l-fuchsia-400\/100{
  border-left-color: rgb(232 121 249 / 1);
}

.border-l-fuchsia-400\/20{
  border-left-color: rgb(232 121 249 / 0.2);
}

.border-l-fuchsia-400\/25{
  border-left-color: rgb(232 121 249 / 0.25);
}

.border-l-fuchsia-400\/30{
  border-left-color: rgb(232 121 249 / 0.3);
}

.border-l-fuchsia-400\/40{
  border-left-color: rgb(232 121 249 / 0.4);
}

.border-l-fuchsia-400\/5{
  border-left-color: rgb(232 121 249 / 0.05);
}

.border-l-fuchsia-400\/50{
  border-left-color: rgb(232 121 249 / 0.5);
}

.border-l-fuchsia-400\/60{
  border-left-color: rgb(232 121 249 / 0.6);
}

.border-l-fuchsia-400\/70{
  border-left-color: rgb(232 121 249 / 0.7);
}

.border-l-fuchsia-400\/75{
  border-left-color: rgb(232 121 249 / 0.75);
}

.border-l-fuchsia-400\/80{
  border-left-color: rgb(232 121 249 / 0.8);
}

.border-l-fuchsia-400\/90{
  border-left-color: rgb(232 121 249 / 0.9);
}

.border-l-fuchsia-400\/95{
  border-left-color: rgb(232 121 249 / 0.95);
}

.border-l-fuchsia-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-l-fuchsia-50\/0{
  border-left-color: rgb(253 244 255 / 0);
}

.border-l-fuchsia-50\/10{
  border-left-color: rgb(253 244 255 / 0.1);
}

.border-l-fuchsia-50\/100{
  border-left-color: rgb(253 244 255 / 1);
}

.border-l-fuchsia-50\/20{
  border-left-color: rgb(253 244 255 / 0.2);
}

.border-l-fuchsia-50\/25{
  border-left-color: rgb(253 244 255 / 0.25);
}

.border-l-fuchsia-50\/30{
  border-left-color: rgb(253 244 255 / 0.3);
}

.border-l-fuchsia-50\/40{
  border-left-color: rgb(253 244 255 / 0.4);
}

.border-l-fuchsia-50\/5{
  border-left-color: rgb(253 244 255 / 0.05);
}

.border-l-fuchsia-50\/50{
  border-left-color: rgb(253 244 255 / 0.5);
}

.border-l-fuchsia-50\/60{
  border-left-color: rgb(253 244 255 / 0.6);
}

.border-l-fuchsia-50\/70{
  border-left-color: rgb(253 244 255 / 0.7);
}

.border-l-fuchsia-50\/75{
  border-left-color: rgb(253 244 255 / 0.75);
}

.border-l-fuchsia-50\/80{
  border-left-color: rgb(253 244 255 / 0.8);
}

.border-l-fuchsia-50\/90{
  border-left-color: rgb(253 244 255 / 0.9);
}

.border-l-fuchsia-50\/95{
  border-left-color: rgb(253 244 255 / 0.95);
}

.border-l-fuchsia-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-l-fuchsia-500\/0{
  border-left-color: rgb(217 70 239 / 0);
}

.border-l-fuchsia-500\/10{
  border-left-color: rgb(217 70 239 / 0.1);
}

.border-l-fuchsia-500\/100{
  border-left-color: rgb(217 70 239 / 1);
}

.border-l-fuchsia-500\/20{
  border-left-color: rgb(217 70 239 / 0.2);
}

.border-l-fuchsia-500\/25{
  border-left-color: rgb(217 70 239 / 0.25);
}

.border-l-fuchsia-500\/30{
  border-left-color: rgb(217 70 239 / 0.3);
}

.border-l-fuchsia-500\/40{
  border-left-color: rgb(217 70 239 / 0.4);
}

.border-l-fuchsia-500\/5{
  border-left-color: rgb(217 70 239 / 0.05);
}

.border-l-fuchsia-500\/50{
  border-left-color: rgb(217 70 239 / 0.5);
}

.border-l-fuchsia-500\/60{
  border-left-color: rgb(217 70 239 / 0.6);
}

.border-l-fuchsia-500\/70{
  border-left-color: rgb(217 70 239 / 0.7);
}

.border-l-fuchsia-500\/75{
  border-left-color: rgb(217 70 239 / 0.75);
}

.border-l-fuchsia-500\/80{
  border-left-color: rgb(217 70 239 / 0.8);
}

.border-l-fuchsia-500\/90{
  border-left-color: rgb(217 70 239 / 0.9);
}

.border-l-fuchsia-500\/95{
  border-left-color: rgb(217 70 239 / 0.95);
}

.border-l-fuchsia-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-l-fuchsia-600\/0{
  border-left-color: rgb(192 38 211 / 0);
}

.border-l-fuchsia-600\/10{
  border-left-color: rgb(192 38 211 / 0.1);
}

.border-l-fuchsia-600\/100{
  border-left-color: rgb(192 38 211 / 1);
}

.border-l-fuchsia-600\/20{
  border-left-color: rgb(192 38 211 / 0.2);
}

.border-l-fuchsia-600\/25{
  border-left-color: rgb(192 38 211 / 0.25);
}

.border-l-fuchsia-600\/30{
  border-left-color: rgb(192 38 211 / 0.3);
}

.border-l-fuchsia-600\/40{
  border-left-color: rgb(192 38 211 / 0.4);
}

.border-l-fuchsia-600\/5{
  border-left-color: rgb(192 38 211 / 0.05);
}

.border-l-fuchsia-600\/50{
  border-left-color: rgb(192 38 211 / 0.5);
}

.border-l-fuchsia-600\/60{
  border-left-color: rgb(192 38 211 / 0.6);
}

.border-l-fuchsia-600\/70{
  border-left-color: rgb(192 38 211 / 0.7);
}

.border-l-fuchsia-600\/75{
  border-left-color: rgb(192 38 211 / 0.75);
}

.border-l-fuchsia-600\/80{
  border-left-color: rgb(192 38 211 / 0.8);
}

.border-l-fuchsia-600\/90{
  border-left-color: rgb(192 38 211 / 0.9);
}

.border-l-fuchsia-600\/95{
  border-left-color: rgb(192 38 211 / 0.95);
}

.border-l-fuchsia-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-l-fuchsia-700\/0{
  border-left-color: rgb(162 28 175 / 0);
}

.border-l-fuchsia-700\/10{
  border-left-color: rgb(162 28 175 / 0.1);
}

.border-l-fuchsia-700\/100{
  border-left-color: rgb(162 28 175 / 1);
}

.border-l-fuchsia-700\/20{
  border-left-color: rgb(162 28 175 / 0.2);
}

.border-l-fuchsia-700\/25{
  border-left-color: rgb(162 28 175 / 0.25);
}

.border-l-fuchsia-700\/30{
  border-left-color: rgb(162 28 175 / 0.3);
}

.border-l-fuchsia-700\/40{
  border-left-color: rgb(162 28 175 / 0.4);
}

.border-l-fuchsia-700\/5{
  border-left-color: rgb(162 28 175 / 0.05);
}

.border-l-fuchsia-700\/50{
  border-left-color: rgb(162 28 175 / 0.5);
}

.border-l-fuchsia-700\/60{
  border-left-color: rgb(162 28 175 / 0.6);
}

.border-l-fuchsia-700\/70{
  border-left-color: rgb(162 28 175 / 0.7);
}

.border-l-fuchsia-700\/75{
  border-left-color: rgb(162 28 175 / 0.75);
}

.border-l-fuchsia-700\/80{
  border-left-color: rgb(162 28 175 / 0.8);
}

.border-l-fuchsia-700\/90{
  border-left-color: rgb(162 28 175 / 0.9);
}

.border-l-fuchsia-700\/95{
  border-left-color: rgb(162 28 175 / 0.95);
}

.border-l-fuchsia-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-l-fuchsia-800\/0{
  border-left-color: rgb(134 25 143 / 0);
}

.border-l-fuchsia-800\/10{
  border-left-color: rgb(134 25 143 / 0.1);
}

.border-l-fuchsia-800\/100{
  border-left-color: rgb(134 25 143 / 1);
}

.border-l-fuchsia-800\/20{
  border-left-color: rgb(134 25 143 / 0.2);
}

.border-l-fuchsia-800\/25{
  border-left-color: rgb(134 25 143 / 0.25);
}

.border-l-fuchsia-800\/30{
  border-left-color: rgb(134 25 143 / 0.3);
}

.border-l-fuchsia-800\/40{
  border-left-color: rgb(134 25 143 / 0.4);
}

.border-l-fuchsia-800\/5{
  border-left-color: rgb(134 25 143 / 0.05);
}

.border-l-fuchsia-800\/50{
  border-left-color: rgb(134 25 143 / 0.5);
}

.border-l-fuchsia-800\/60{
  border-left-color: rgb(134 25 143 / 0.6);
}

.border-l-fuchsia-800\/70{
  border-left-color: rgb(134 25 143 / 0.7);
}

.border-l-fuchsia-800\/75{
  border-left-color: rgb(134 25 143 / 0.75);
}

.border-l-fuchsia-800\/80{
  border-left-color: rgb(134 25 143 / 0.8);
}

.border-l-fuchsia-800\/90{
  border-left-color: rgb(134 25 143 / 0.9);
}

.border-l-fuchsia-800\/95{
  border-left-color: rgb(134 25 143 / 0.95);
}

.border-l-fuchsia-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-l-fuchsia-900\/0{
  border-left-color: rgb(112 26 117 / 0);
}

.border-l-fuchsia-900\/10{
  border-left-color: rgb(112 26 117 / 0.1);
}

.border-l-fuchsia-900\/100{
  border-left-color: rgb(112 26 117 / 1);
}

.border-l-fuchsia-900\/20{
  border-left-color: rgb(112 26 117 / 0.2);
}

.border-l-fuchsia-900\/25{
  border-left-color: rgb(112 26 117 / 0.25);
}

.border-l-fuchsia-900\/30{
  border-left-color: rgb(112 26 117 / 0.3);
}

.border-l-fuchsia-900\/40{
  border-left-color: rgb(112 26 117 / 0.4);
}

.border-l-fuchsia-900\/5{
  border-left-color: rgb(112 26 117 / 0.05);
}

.border-l-fuchsia-900\/50{
  border-left-color: rgb(112 26 117 / 0.5);
}

.border-l-fuchsia-900\/60{
  border-left-color: rgb(112 26 117 / 0.6);
}

.border-l-fuchsia-900\/70{
  border-left-color: rgb(112 26 117 / 0.7);
}

.border-l-fuchsia-900\/75{
  border-left-color: rgb(112 26 117 / 0.75);
}

.border-l-fuchsia-900\/80{
  border-left-color: rgb(112 26 117 / 0.8);
}

.border-l-fuchsia-900\/90{
  border-left-color: rgb(112 26 117 / 0.9);
}

.border-l-fuchsia-900\/95{
  border-left-color: rgb(112 26 117 / 0.95);
}

.border-l-fuchsia-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-l-fuchsia-950\/0{
  border-left-color: rgb(74 4 78 / 0);
}

.border-l-fuchsia-950\/10{
  border-left-color: rgb(74 4 78 / 0.1);
}

.border-l-fuchsia-950\/100{
  border-left-color: rgb(74 4 78 / 1);
}

.border-l-fuchsia-950\/20{
  border-left-color: rgb(74 4 78 / 0.2);
}

.border-l-fuchsia-950\/25{
  border-left-color: rgb(74 4 78 / 0.25);
}

.border-l-fuchsia-950\/30{
  border-left-color: rgb(74 4 78 / 0.3);
}

.border-l-fuchsia-950\/40{
  border-left-color: rgb(74 4 78 / 0.4);
}

.border-l-fuchsia-950\/5{
  border-left-color: rgb(74 4 78 / 0.05);
}

.border-l-fuchsia-950\/50{
  border-left-color: rgb(74 4 78 / 0.5);
}

.border-l-fuchsia-950\/60{
  border-left-color: rgb(74 4 78 / 0.6);
}

.border-l-fuchsia-950\/70{
  border-left-color: rgb(74 4 78 / 0.7);
}

.border-l-fuchsia-950\/75{
  border-left-color: rgb(74 4 78 / 0.75);
}

.border-l-fuchsia-950\/80{
  border-left-color: rgb(74 4 78 / 0.8);
}

.border-l-fuchsia-950\/90{
  border-left-color: rgb(74 4 78 / 0.9);
}

.border-l-fuchsia-950\/95{
  border-left-color: rgb(74 4 78 / 0.95);
}

.border-l-gray-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-l-gray-100\/0{
  border-left-color: rgb(243 244 246 / 0);
}

.border-l-gray-100\/10{
  border-left-color: rgb(243 244 246 / 0.1);
}

.border-l-gray-100\/100{
  border-left-color: rgb(243 244 246 / 1);
}

.border-l-gray-100\/20{
  border-left-color: rgb(243 244 246 / 0.2);
}

.border-l-gray-100\/25{
  border-left-color: rgb(243 244 246 / 0.25);
}

.border-l-gray-100\/30{
  border-left-color: rgb(243 244 246 / 0.3);
}

.border-l-gray-100\/40{
  border-left-color: rgb(243 244 246 / 0.4);
}

.border-l-gray-100\/5{
  border-left-color: rgb(243 244 246 / 0.05);
}

.border-l-gray-100\/50{
  border-left-color: rgb(243 244 246 / 0.5);
}

.border-l-gray-100\/60{
  border-left-color: rgb(243 244 246 / 0.6);
}

.border-l-gray-100\/70{
  border-left-color: rgb(243 244 246 / 0.7);
}

.border-l-gray-100\/75{
  border-left-color: rgb(243 244 246 / 0.75);
}

.border-l-gray-100\/80{
  border-left-color: rgb(243 244 246 / 0.8);
}

.border-l-gray-100\/90{
  border-left-color: rgb(243 244 246 / 0.9);
}

.border-l-gray-100\/95{
  border-left-color: rgb(243 244 246 / 0.95);
}

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

.border-l-gray-200\/0{
  border-left-color: rgb(229 231 235 / 0);
}

.border-l-gray-200\/10{
  border-left-color: rgb(229 231 235 / 0.1);
}

.border-l-gray-200\/100{
  border-left-color: rgb(229 231 235 / 1);
}

.border-l-gray-200\/20{
  border-left-color: rgb(229 231 235 / 0.2);
}

.border-l-gray-200\/25{
  border-left-color: rgb(229 231 235 / 0.25);
}

.border-l-gray-200\/30{
  border-left-color: rgb(229 231 235 / 0.3);
}

.border-l-gray-200\/40{
  border-left-color: rgb(229 231 235 / 0.4);
}

.border-l-gray-200\/5{
  border-left-color: rgb(229 231 235 / 0.05);
}

.border-l-gray-200\/50{
  border-left-color: rgb(229 231 235 / 0.5);
}

.border-l-gray-200\/60{
  border-left-color: rgb(229 231 235 / 0.6);
}

.border-l-gray-200\/70{
  border-left-color: rgb(229 231 235 / 0.7);
}

.border-l-gray-200\/75{
  border-left-color: rgb(229 231 235 / 0.75);
}

.border-l-gray-200\/80{
  border-left-color: rgb(229 231 235 / 0.8);
}

.border-l-gray-200\/90{
  border-left-color: rgb(229 231 235 / 0.9);
}

.border-l-gray-200\/95{
  border-left-color: rgb(229 231 235 / 0.95);
}

.border-l-gray-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-l-gray-300\/0{
  border-left-color: rgb(209 213 219 / 0);
}

.border-l-gray-300\/10{
  border-left-color: rgb(209 213 219 / 0.1);
}

.border-l-gray-300\/100{
  border-left-color: rgb(209 213 219 / 1);
}

.border-l-gray-300\/20{
  border-left-color: rgb(209 213 219 / 0.2);
}

.border-l-gray-300\/25{
  border-left-color: rgb(209 213 219 / 0.25);
}

.border-l-gray-300\/30{
  border-left-color: rgb(209 213 219 / 0.3);
}

.border-l-gray-300\/40{
  border-left-color: rgb(209 213 219 / 0.4);
}

.border-l-gray-300\/5{
  border-left-color: rgb(209 213 219 / 0.05);
}

.border-l-gray-300\/50{
  border-left-color: rgb(209 213 219 / 0.5);
}

.border-l-gray-300\/60{
  border-left-color: rgb(209 213 219 / 0.6);
}

.border-l-gray-300\/70{
  border-left-color: rgb(209 213 219 / 0.7);
}

.border-l-gray-300\/75{
  border-left-color: rgb(209 213 219 / 0.75);
}

.border-l-gray-300\/80{
  border-left-color: rgb(209 213 219 / 0.8);
}

.border-l-gray-300\/90{
  border-left-color: rgb(209 213 219 / 0.9);
}

.border-l-gray-300\/95{
  border-left-color: rgb(209 213 219 / 0.95);
}

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

.border-l-gray-400\/0{
  border-left-color: rgb(156 163 175 / 0);
}

.border-l-gray-400\/10{
  border-left-color: rgb(156 163 175 / 0.1);
}

.border-l-gray-400\/100{
  border-left-color: rgb(156 163 175 / 1);
}

.border-l-gray-400\/20{
  border-left-color: rgb(156 163 175 / 0.2);
}

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

.border-l-gray-400\/30{
  border-left-color: rgb(156 163 175 / 0.3);
}

.border-l-gray-400\/40{
  border-left-color: rgb(156 163 175 / 0.4);
}

.border-l-gray-400\/5{
  border-left-color: rgb(156 163 175 / 0.05);
}

.border-l-gray-400\/50{
  border-left-color: rgb(156 163 175 / 0.5);
}

.border-l-gray-400\/60{
  border-left-color: rgb(156 163 175 / 0.6);
}

.border-l-gray-400\/70{
  border-left-color: rgb(156 163 175 / 0.7);
}

.border-l-gray-400\/75{
  border-left-color: rgb(156 163 175 / 0.75);
}

.border-l-gray-400\/80{
  border-left-color: rgb(156 163 175 / 0.8);
}

.border-l-gray-400\/90{
  border-left-color: rgb(156 163 175 / 0.9);
}

.border-l-gray-400\/95{
  border-left-color: rgb(156 163 175 / 0.95);
}

.border-l-gray-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-l-gray-50\/0{
  border-left-color: rgb(249 250 251 / 0);
}

.border-l-gray-50\/10{
  border-left-color: rgb(249 250 251 / 0.1);
}

.border-l-gray-50\/100{
  border-left-color: rgb(249 250 251 / 1);
}

.border-l-gray-50\/20{
  border-left-color: rgb(249 250 251 / 0.2);
}

.border-l-gray-50\/25{
  border-left-color: rgb(249 250 251 / 0.25);
}

.border-l-gray-50\/30{
  border-left-color: rgb(249 250 251 / 0.3);
}

.border-l-gray-50\/40{
  border-left-color: rgb(249 250 251 / 0.4);
}

.border-l-gray-50\/5{
  border-left-color: rgb(249 250 251 / 0.05);
}

.border-l-gray-50\/50{
  border-left-color: rgb(249 250 251 / 0.5);
}

.border-l-gray-50\/60{
  border-left-color: rgb(249 250 251 / 0.6);
}

.border-l-gray-50\/70{
  border-left-color: rgb(249 250 251 / 0.7);
}

.border-l-gray-50\/75{
  border-left-color: rgb(249 250 251 / 0.75);
}

.border-l-gray-50\/80{
  border-left-color: rgb(249 250 251 / 0.8);
}

.border-l-gray-50\/90{
  border-left-color: rgb(249 250 251 / 0.9);
}

.border-l-gray-50\/95{
  border-left-color: rgb(249 250 251 / 0.95);
}

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

.border-l-gray-500\/0{
  border-left-color: rgb(107 114 128 / 0);
}

.border-l-gray-500\/10{
  border-left-color: rgb(107 114 128 / 0.1);
}

.border-l-gray-500\/100{
  border-left-color: rgb(107 114 128 / 1);
}

.border-l-gray-500\/20{
  border-left-color: rgb(107 114 128 / 0.2);
}

.border-l-gray-500\/25{
  border-left-color: rgb(107 114 128 / 0.25);
}

.border-l-gray-500\/30{
  border-left-color: rgb(107 114 128 / 0.3);
}

.border-l-gray-500\/40{
  border-left-color: rgb(107 114 128 / 0.4);
}

.border-l-gray-500\/5{
  border-left-color: rgb(107 114 128 / 0.05);
}

.border-l-gray-500\/50{
  border-left-color: rgb(107 114 128 / 0.5);
}

.border-l-gray-500\/60{
  border-left-color: rgb(107 114 128 / 0.6);
}

.border-l-gray-500\/70{
  border-left-color: rgb(107 114 128 / 0.7);
}

.border-l-gray-500\/75{
  border-left-color: rgb(107 114 128 / 0.75);
}

.border-l-gray-500\/80{
  border-left-color: rgb(107 114 128 / 0.8);
}

.border-l-gray-500\/90{
  border-left-color: rgb(107 114 128 / 0.9);
}

.border-l-gray-500\/95{
  border-left-color: rgb(107 114 128 / 0.95);
}

.border-l-gray-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-l-gray-600\/0{
  border-left-color: rgb(75 85 99 / 0);
}

.border-l-gray-600\/10{
  border-left-color: rgb(75 85 99 / 0.1);
}

.border-l-gray-600\/100{
  border-left-color: rgb(75 85 99 / 1);
}

.border-l-gray-600\/20{
  border-left-color: rgb(75 85 99 / 0.2);
}

.border-l-gray-600\/25{
  border-left-color: rgb(75 85 99 / 0.25);
}

.border-l-gray-600\/30{
  border-left-color: rgb(75 85 99 / 0.3);
}

.border-l-gray-600\/40{
  border-left-color: rgb(75 85 99 / 0.4);
}

.border-l-gray-600\/5{
  border-left-color: rgb(75 85 99 / 0.05);
}

.border-l-gray-600\/50{
  border-left-color: rgb(75 85 99 / 0.5);
}

.border-l-gray-600\/60{
  border-left-color: rgb(75 85 99 / 0.6);
}

.border-l-gray-600\/70{
  border-left-color: rgb(75 85 99 / 0.7);
}

.border-l-gray-600\/75{
  border-left-color: rgb(75 85 99 / 0.75);
}

.border-l-gray-600\/80{
  border-left-color: rgb(75 85 99 / 0.8);
}

.border-l-gray-600\/90{
  border-left-color: rgb(75 85 99 / 0.9);
}

.border-l-gray-600\/95{
  border-left-color: rgb(75 85 99 / 0.95);
}

.border-l-gray-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-l-gray-700\/0{
  border-left-color: rgb(55 65 81 / 0);
}

.border-l-gray-700\/10{
  border-left-color: rgb(55 65 81 / 0.1);
}

.border-l-gray-700\/100{
  border-left-color: rgb(55 65 81 / 1);
}

.border-l-gray-700\/20{
  border-left-color: rgb(55 65 81 / 0.2);
}

.border-l-gray-700\/25{
  border-left-color: rgb(55 65 81 / 0.25);
}

.border-l-gray-700\/30{
  border-left-color: rgb(55 65 81 / 0.3);
}

.border-l-gray-700\/40{
  border-left-color: rgb(55 65 81 / 0.4);
}

.border-l-gray-700\/5{
  border-left-color: rgb(55 65 81 / 0.05);
}

.border-l-gray-700\/50{
  border-left-color: rgb(55 65 81 / 0.5);
}

.border-l-gray-700\/60{
  border-left-color: rgb(55 65 81 / 0.6);
}

.border-l-gray-700\/70{
  border-left-color: rgb(55 65 81 / 0.7);
}

.border-l-gray-700\/75{
  border-left-color: rgb(55 65 81 / 0.75);
}

.border-l-gray-700\/80{
  border-left-color: rgb(55 65 81 / 0.8);
}

.border-l-gray-700\/90{
  border-left-color: rgb(55 65 81 / 0.9);
}

.border-l-gray-700\/95{
  border-left-color: rgb(55 65 81 / 0.95);
}

.border-l-gray-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-l-gray-800\/0{
  border-left-color: rgb(31 41 55 / 0);
}

.border-l-gray-800\/10{
  border-left-color: rgb(31 41 55 / 0.1);
}

.border-l-gray-800\/100{
  border-left-color: rgb(31 41 55 / 1);
}

.border-l-gray-800\/20{
  border-left-color: rgb(31 41 55 / 0.2);
}

.border-l-gray-800\/25{
  border-left-color: rgb(31 41 55 / 0.25);
}

.border-l-gray-800\/30{
  border-left-color: rgb(31 41 55 / 0.3);
}

.border-l-gray-800\/40{
  border-left-color: rgb(31 41 55 / 0.4);
}

.border-l-gray-800\/5{
  border-left-color: rgb(31 41 55 / 0.05);
}

.border-l-gray-800\/50{
  border-left-color: rgb(31 41 55 / 0.5);
}

.border-l-gray-800\/60{
  border-left-color: rgb(31 41 55 / 0.6);
}

.border-l-gray-800\/70{
  border-left-color: rgb(31 41 55 / 0.7);
}

.border-l-gray-800\/75{
  border-left-color: rgb(31 41 55 / 0.75);
}

.border-l-gray-800\/80{
  border-left-color: rgb(31 41 55 / 0.8);
}

.border-l-gray-800\/90{
  border-left-color: rgb(31 41 55 / 0.9);
}

.border-l-gray-800\/95{
  border-left-color: rgb(31 41 55 / 0.95);
}

.border-l-gray-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-l-gray-900\/0{
  border-left-color: rgb(17 24 39 / 0);
}

.border-l-gray-900\/10{
  border-left-color: rgb(17 24 39 / 0.1);
}

.border-l-gray-900\/100{
  border-left-color: rgb(17 24 39 / 1);
}

.border-l-gray-900\/20{
  border-left-color: rgb(17 24 39 / 0.2);
}

.border-l-gray-900\/25{
  border-left-color: rgb(17 24 39 / 0.25);
}

.border-l-gray-900\/30{
  border-left-color: rgb(17 24 39 / 0.3);
}

.border-l-gray-900\/40{
  border-left-color: rgb(17 24 39 / 0.4);
}

.border-l-gray-900\/5{
  border-left-color: rgb(17 24 39 / 0.05);
}

.border-l-gray-900\/50{
  border-left-color: rgb(17 24 39 / 0.5);
}

.border-l-gray-900\/60{
  border-left-color: rgb(17 24 39 / 0.6);
}

.border-l-gray-900\/70{
  border-left-color: rgb(17 24 39 / 0.7);
}

.border-l-gray-900\/75{
  border-left-color: rgb(17 24 39 / 0.75);
}

.border-l-gray-900\/80{
  border-left-color: rgb(17 24 39 / 0.8);
}

.border-l-gray-900\/90{
  border-left-color: rgb(17 24 39 / 0.9);
}

.border-l-gray-900\/95{
  border-left-color: rgb(17 24 39 / 0.95);
}

.border-l-gray-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-l-gray-950\/0{
  border-left-color: rgb(3 7 18 / 0);
}

.border-l-gray-950\/10{
  border-left-color: rgb(3 7 18 / 0.1);
}

.border-l-gray-950\/100{
  border-left-color: rgb(3 7 18 / 1);
}

.border-l-gray-950\/20{
  border-left-color: rgb(3 7 18 / 0.2);
}

.border-l-gray-950\/25{
  border-left-color: rgb(3 7 18 / 0.25);
}

.border-l-gray-950\/30{
  border-left-color: rgb(3 7 18 / 0.3);
}

.border-l-gray-950\/40{
  border-left-color: rgb(3 7 18 / 0.4);
}

.border-l-gray-950\/5{
  border-left-color: rgb(3 7 18 / 0.05);
}

.border-l-gray-950\/50{
  border-left-color: rgb(3 7 18 / 0.5);
}

.border-l-gray-950\/60{
  border-left-color: rgb(3 7 18 / 0.6);
}

.border-l-gray-950\/70{
  border-left-color: rgb(3 7 18 / 0.7);
}

.border-l-gray-950\/75{
  border-left-color: rgb(3 7 18 / 0.75);
}

.border-l-gray-950\/80{
  border-left-color: rgb(3 7 18 / 0.8);
}

.border-l-gray-950\/90{
  border-left-color: rgb(3 7 18 / 0.9);
}

.border-l-gray-950\/95{
  border-left-color: rgb(3 7 18 / 0.95);
}

.border-l-green-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-l-green-100\/0{
  border-left-color: rgb(220 252 231 / 0);
}

.border-l-green-100\/10{
  border-left-color: rgb(220 252 231 / 0.1);
}

.border-l-green-100\/100{
  border-left-color: rgb(220 252 231 / 1);
}

.border-l-green-100\/20{
  border-left-color: rgb(220 252 231 / 0.2);
}

.border-l-green-100\/25{
  border-left-color: rgb(220 252 231 / 0.25);
}

.border-l-green-100\/30{
  border-left-color: rgb(220 252 231 / 0.3);
}

.border-l-green-100\/40{
  border-left-color: rgb(220 252 231 / 0.4);
}

.border-l-green-100\/5{
  border-left-color: rgb(220 252 231 / 0.05);
}

.border-l-green-100\/50{
  border-left-color: rgb(220 252 231 / 0.5);
}

.border-l-green-100\/60{
  border-left-color: rgb(220 252 231 / 0.6);
}

.border-l-green-100\/70{
  border-left-color: rgb(220 252 231 / 0.7);
}

.border-l-green-100\/75{
  border-left-color: rgb(220 252 231 / 0.75);
}

.border-l-green-100\/80{
  border-left-color: rgb(220 252 231 / 0.8);
}

.border-l-green-100\/90{
  border-left-color: rgb(220 252 231 / 0.9);
}

.border-l-green-100\/95{
  border-left-color: rgb(220 252 231 / 0.95);
}

.border-l-green-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-l-green-200\/0{
  border-left-color: rgb(187 247 208 / 0);
}

.border-l-green-200\/10{
  border-left-color: rgb(187 247 208 / 0.1);
}

.border-l-green-200\/100{
  border-left-color: rgb(187 247 208 / 1);
}

.border-l-green-200\/20{
  border-left-color: rgb(187 247 208 / 0.2);
}

.border-l-green-200\/25{
  border-left-color: rgb(187 247 208 / 0.25);
}

.border-l-green-200\/30{
  border-left-color: rgb(187 247 208 / 0.3);
}

.border-l-green-200\/40{
  border-left-color: rgb(187 247 208 / 0.4);
}

.border-l-green-200\/5{
  border-left-color: rgb(187 247 208 / 0.05);
}

.border-l-green-200\/50{
  border-left-color: rgb(187 247 208 / 0.5);
}

.border-l-green-200\/60{
  border-left-color: rgb(187 247 208 / 0.6);
}

.border-l-green-200\/70{
  border-left-color: rgb(187 247 208 / 0.7);
}

.border-l-green-200\/75{
  border-left-color: rgb(187 247 208 / 0.75);
}

.border-l-green-200\/80{
  border-left-color: rgb(187 247 208 / 0.8);
}

.border-l-green-200\/90{
  border-left-color: rgb(187 247 208 / 0.9);
}

.border-l-green-200\/95{
  border-left-color: rgb(187 247 208 / 0.95);
}

.border-l-green-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-l-green-300\/0{
  border-left-color: rgb(134 239 172 / 0);
}

.border-l-green-300\/10{
  border-left-color: rgb(134 239 172 / 0.1);
}

.border-l-green-300\/100{
  border-left-color: rgb(134 239 172 / 1);
}

.border-l-green-300\/20{
  border-left-color: rgb(134 239 172 / 0.2);
}

.border-l-green-300\/25{
  border-left-color: rgb(134 239 172 / 0.25);
}

.border-l-green-300\/30{
  border-left-color: rgb(134 239 172 / 0.3);
}

.border-l-green-300\/40{
  border-left-color: rgb(134 239 172 / 0.4);
}

.border-l-green-300\/5{
  border-left-color: rgb(134 239 172 / 0.05);
}

.border-l-green-300\/50{
  border-left-color: rgb(134 239 172 / 0.5);
}

.border-l-green-300\/60{
  border-left-color: rgb(134 239 172 / 0.6);
}

.border-l-green-300\/70{
  border-left-color: rgb(134 239 172 / 0.7);
}

.border-l-green-300\/75{
  border-left-color: rgb(134 239 172 / 0.75);
}

.border-l-green-300\/80{
  border-left-color: rgb(134 239 172 / 0.8);
}

.border-l-green-300\/90{
  border-left-color: rgb(134 239 172 / 0.9);
}

.border-l-green-300\/95{
  border-left-color: rgb(134 239 172 / 0.95);
}

.border-l-green-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-l-green-400\/0{
  border-left-color: rgb(74 222 128 / 0);
}

.border-l-green-400\/10{
  border-left-color: rgb(74 222 128 / 0.1);
}

.border-l-green-400\/100{
  border-left-color: rgb(74 222 128 / 1);
}

.border-l-green-400\/20{
  border-left-color: rgb(74 222 128 / 0.2);
}

.border-l-green-400\/25{
  border-left-color: rgb(74 222 128 / 0.25);
}

.border-l-green-400\/30{
  border-left-color: rgb(74 222 128 / 0.3);
}

.border-l-green-400\/40{
  border-left-color: rgb(74 222 128 / 0.4);
}

.border-l-green-400\/5{
  border-left-color: rgb(74 222 128 / 0.05);
}

.border-l-green-400\/50{
  border-left-color: rgb(74 222 128 / 0.5);
}

.border-l-green-400\/60{
  border-left-color: rgb(74 222 128 / 0.6);
}

.border-l-green-400\/70{
  border-left-color: rgb(74 222 128 / 0.7);
}

.border-l-green-400\/75{
  border-left-color: rgb(74 222 128 / 0.75);
}

.border-l-green-400\/80{
  border-left-color: rgb(74 222 128 / 0.8);
}

.border-l-green-400\/90{
  border-left-color: rgb(74 222 128 / 0.9);
}

.border-l-green-400\/95{
  border-left-color: rgb(74 222 128 / 0.95);
}

.border-l-green-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-l-green-50\/0{
  border-left-color: rgb(240 253 244 / 0);
}

.border-l-green-50\/10{
  border-left-color: rgb(240 253 244 / 0.1);
}

.border-l-green-50\/100{
  border-left-color: rgb(240 253 244 / 1);
}

.border-l-green-50\/20{
  border-left-color: rgb(240 253 244 / 0.2);
}

.border-l-green-50\/25{
  border-left-color: rgb(240 253 244 / 0.25);
}

.border-l-green-50\/30{
  border-left-color: rgb(240 253 244 / 0.3);
}

.border-l-green-50\/40{
  border-left-color: rgb(240 253 244 / 0.4);
}

.border-l-green-50\/5{
  border-left-color: rgb(240 253 244 / 0.05);
}

.border-l-green-50\/50{
  border-left-color: rgb(240 253 244 / 0.5);
}

.border-l-green-50\/60{
  border-left-color: rgb(240 253 244 / 0.6);
}

.border-l-green-50\/70{
  border-left-color: rgb(240 253 244 / 0.7);
}

.border-l-green-50\/75{
  border-left-color: rgb(240 253 244 / 0.75);
}

.border-l-green-50\/80{
  border-left-color: rgb(240 253 244 / 0.8);
}

.border-l-green-50\/90{
  border-left-color: rgb(240 253 244 / 0.9);
}

.border-l-green-50\/95{
  border-left-color: rgb(240 253 244 / 0.95);
}

.border-l-green-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-l-green-500\/0{
  border-left-color: rgb(34 197 94 / 0);
}

.border-l-green-500\/10{
  border-left-color: rgb(34 197 94 / 0.1);
}

.border-l-green-500\/100{
  border-left-color: rgb(34 197 94 / 1);
}

.border-l-green-500\/20{
  border-left-color: rgb(34 197 94 / 0.2);
}

.border-l-green-500\/25{
  border-left-color: rgb(34 197 94 / 0.25);
}

.border-l-green-500\/30{
  border-left-color: rgb(34 197 94 / 0.3);
}

.border-l-green-500\/40{
  border-left-color: rgb(34 197 94 / 0.4);
}

.border-l-green-500\/5{
  border-left-color: rgb(34 197 94 / 0.05);
}

.border-l-green-500\/50{
  border-left-color: rgb(34 197 94 / 0.5);
}

.border-l-green-500\/60{
  border-left-color: rgb(34 197 94 / 0.6);
}

.border-l-green-500\/70{
  border-left-color: rgb(34 197 94 / 0.7);
}

.border-l-green-500\/75{
  border-left-color: rgb(34 197 94 / 0.75);
}

.border-l-green-500\/80{
  border-left-color: rgb(34 197 94 / 0.8);
}

.border-l-green-500\/90{
  border-left-color: rgb(34 197 94 / 0.9);
}

.border-l-green-500\/95{
  border-left-color: rgb(34 197 94 / 0.95);
}

.border-l-green-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-l-green-600\/0{
  border-left-color: rgb(22 163 74 / 0);
}

.border-l-green-600\/10{
  border-left-color: rgb(22 163 74 / 0.1);
}

.border-l-green-600\/100{
  border-left-color: rgb(22 163 74 / 1);
}

.border-l-green-600\/20{
  border-left-color: rgb(22 163 74 / 0.2);
}

.border-l-green-600\/25{
  border-left-color: rgb(22 163 74 / 0.25);
}

.border-l-green-600\/30{
  border-left-color: rgb(22 163 74 / 0.3);
}

.border-l-green-600\/40{
  border-left-color: rgb(22 163 74 / 0.4);
}

.border-l-green-600\/5{
  border-left-color: rgb(22 163 74 / 0.05);
}

.border-l-green-600\/50{
  border-left-color: rgb(22 163 74 / 0.5);
}

.border-l-green-600\/60{
  border-left-color: rgb(22 163 74 / 0.6);
}

.border-l-green-600\/70{
  border-left-color: rgb(22 163 74 / 0.7);
}

.border-l-green-600\/75{
  border-left-color: rgb(22 163 74 / 0.75);
}

.border-l-green-600\/80{
  border-left-color: rgb(22 163 74 / 0.8);
}

.border-l-green-600\/90{
  border-left-color: rgb(22 163 74 / 0.9);
}

.border-l-green-600\/95{
  border-left-color: rgb(22 163 74 / 0.95);
}

.border-l-green-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-l-green-700\/0{
  border-left-color: rgb(21 128 61 / 0);
}

.border-l-green-700\/10{
  border-left-color: rgb(21 128 61 / 0.1);
}

.border-l-green-700\/100{
  border-left-color: rgb(21 128 61 / 1);
}

.border-l-green-700\/20{
  border-left-color: rgb(21 128 61 / 0.2);
}

.border-l-green-700\/25{
  border-left-color: rgb(21 128 61 / 0.25);
}

.border-l-green-700\/30{
  border-left-color: rgb(21 128 61 / 0.3);
}

.border-l-green-700\/40{
  border-left-color: rgb(21 128 61 / 0.4);
}

.border-l-green-700\/5{
  border-left-color: rgb(21 128 61 / 0.05);
}

.border-l-green-700\/50{
  border-left-color: rgb(21 128 61 / 0.5);
}

.border-l-green-700\/60{
  border-left-color: rgb(21 128 61 / 0.6);
}

.border-l-green-700\/70{
  border-left-color: rgb(21 128 61 / 0.7);
}

.border-l-green-700\/75{
  border-left-color: rgb(21 128 61 / 0.75);
}

.border-l-green-700\/80{
  border-left-color: rgb(21 128 61 / 0.8);
}

.border-l-green-700\/90{
  border-left-color: rgb(21 128 61 / 0.9);
}

.border-l-green-700\/95{
  border-left-color: rgb(21 128 61 / 0.95);
}

.border-l-green-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-l-green-800\/0{
  border-left-color: rgb(22 101 52 / 0);
}

.border-l-green-800\/10{
  border-left-color: rgb(22 101 52 / 0.1);
}

.border-l-green-800\/100{
  border-left-color: rgb(22 101 52 / 1);
}

.border-l-green-800\/20{
  border-left-color: rgb(22 101 52 / 0.2);
}

.border-l-green-800\/25{
  border-left-color: rgb(22 101 52 / 0.25);
}

.border-l-green-800\/30{
  border-left-color: rgb(22 101 52 / 0.3);
}

.border-l-green-800\/40{
  border-left-color: rgb(22 101 52 / 0.4);
}

.border-l-green-800\/5{
  border-left-color: rgb(22 101 52 / 0.05);
}

.border-l-green-800\/50{
  border-left-color: rgb(22 101 52 / 0.5);
}

.border-l-green-800\/60{
  border-left-color: rgb(22 101 52 / 0.6);
}

.border-l-green-800\/70{
  border-left-color: rgb(22 101 52 / 0.7);
}

.border-l-green-800\/75{
  border-left-color: rgb(22 101 52 / 0.75);
}

.border-l-green-800\/80{
  border-left-color: rgb(22 101 52 / 0.8);
}

.border-l-green-800\/90{
  border-left-color: rgb(22 101 52 / 0.9);
}

.border-l-green-800\/95{
  border-left-color: rgb(22 101 52 / 0.95);
}

.border-l-green-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-l-green-900\/0{
  border-left-color: rgb(20 83 45 / 0);
}

.border-l-green-900\/10{
  border-left-color: rgb(20 83 45 / 0.1);
}

.border-l-green-900\/100{
  border-left-color: rgb(20 83 45 / 1);
}

.border-l-green-900\/20{
  border-left-color: rgb(20 83 45 / 0.2);
}

.border-l-green-900\/25{
  border-left-color: rgb(20 83 45 / 0.25);
}

.border-l-green-900\/30{
  border-left-color: rgb(20 83 45 / 0.3);
}

.border-l-green-900\/40{
  border-left-color: rgb(20 83 45 / 0.4);
}

.border-l-green-900\/5{
  border-left-color: rgb(20 83 45 / 0.05);
}

.border-l-green-900\/50{
  border-left-color: rgb(20 83 45 / 0.5);
}

.border-l-green-900\/60{
  border-left-color: rgb(20 83 45 / 0.6);
}

.border-l-green-900\/70{
  border-left-color: rgb(20 83 45 / 0.7);
}

.border-l-green-900\/75{
  border-left-color: rgb(20 83 45 / 0.75);
}

.border-l-green-900\/80{
  border-left-color: rgb(20 83 45 / 0.8);
}

.border-l-green-900\/90{
  border-left-color: rgb(20 83 45 / 0.9);
}

.border-l-green-900\/95{
  border-left-color: rgb(20 83 45 / 0.95);
}

.border-l-green-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-l-green-950\/0{
  border-left-color: rgb(5 46 22 / 0);
}

.border-l-green-950\/10{
  border-left-color: rgb(5 46 22 / 0.1);
}

.border-l-green-950\/100{
  border-left-color: rgb(5 46 22 / 1);
}

.border-l-green-950\/20{
  border-left-color: rgb(5 46 22 / 0.2);
}

.border-l-green-950\/25{
  border-left-color: rgb(5 46 22 / 0.25);
}

.border-l-green-950\/30{
  border-left-color: rgb(5 46 22 / 0.3);
}

.border-l-green-950\/40{
  border-left-color: rgb(5 46 22 / 0.4);
}

.border-l-green-950\/5{
  border-left-color: rgb(5 46 22 / 0.05);
}

.border-l-green-950\/50{
  border-left-color: rgb(5 46 22 / 0.5);
}

.border-l-green-950\/60{
  border-left-color: rgb(5 46 22 / 0.6);
}

.border-l-green-950\/70{
  border-left-color: rgb(5 46 22 / 0.7);
}

.border-l-green-950\/75{
  border-left-color: rgb(5 46 22 / 0.75);
}

.border-l-green-950\/80{
  border-left-color: rgb(5 46 22 / 0.8);
}

.border-l-green-950\/90{
  border-left-color: rgb(5 46 22 / 0.9);
}

.border-l-green-950\/95{
  border-left-color: rgb(5 46 22 / 0.95);
}

.border-l-indigo-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-l-indigo-100\/0{
  border-left-color: rgb(224 231 255 / 0);
}

.border-l-indigo-100\/10{
  border-left-color: rgb(224 231 255 / 0.1);
}

.border-l-indigo-100\/100{
  border-left-color: rgb(224 231 255 / 1);
}

.border-l-indigo-100\/20{
  border-left-color: rgb(224 231 255 / 0.2);
}

.border-l-indigo-100\/25{
  border-left-color: rgb(224 231 255 / 0.25);
}

.border-l-indigo-100\/30{
  border-left-color: rgb(224 231 255 / 0.3);
}

.border-l-indigo-100\/40{
  border-left-color: rgb(224 231 255 / 0.4);
}

.border-l-indigo-100\/5{
  border-left-color: rgb(224 231 255 / 0.05);
}

.border-l-indigo-100\/50{
  border-left-color: rgb(224 231 255 / 0.5);
}

.border-l-indigo-100\/60{
  border-left-color: rgb(224 231 255 / 0.6);
}

.border-l-indigo-100\/70{
  border-left-color: rgb(224 231 255 / 0.7);
}

.border-l-indigo-100\/75{
  border-left-color: rgb(224 231 255 / 0.75);
}

.border-l-indigo-100\/80{
  border-left-color: rgb(224 231 255 / 0.8);
}

.border-l-indigo-100\/90{
  border-left-color: rgb(224 231 255 / 0.9);
}

.border-l-indigo-100\/95{
  border-left-color: rgb(224 231 255 / 0.95);
}

.border-l-indigo-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-l-indigo-200\/0{
  border-left-color: rgb(199 210 254 / 0);
}

.border-l-indigo-200\/10{
  border-left-color: rgb(199 210 254 / 0.1);
}

.border-l-indigo-200\/100{
  border-left-color: rgb(199 210 254 / 1);
}

.border-l-indigo-200\/20{
  border-left-color: rgb(199 210 254 / 0.2);
}

.border-l-indigo-200\/25{
  border-left-color: rgb(199 210 254 / 0.25);
}

.border-l-indigo-200\/30{
  border-left-color: rgb(199 210 254 / 0.3);
}

.border-l-indigo-200\/40{
  border-left-color: rgb(199 210 254 / 0.4);
}

.border-l-indigo-200\/5{
  border-left-color: rgb(199 210 254 / 0.05);
}

.border-l-indigo-200\/50{
  border-left-color: rgb(199 210 254 / 0.5);
}

.border-l-indigo-200\/60{
  border-left-color: rgb(199 210 254 / 0.6);
}

.border-l-indigo-200\/70{
  border-left-color: rgb(199 210 254 / 0.7);
}

.border-l-indigo-200\/75{
  border-left-color: rgb(199 210 254 / 0.75);
}

.border-l-indigo-200\/80{
  border-left-color: rgb(199 210 254 / 0.8);
}

.border-l-indigo-200\/90{
  border-left-color: rgb(199 210 254 / 0.9);
}

.border-l-indigo-200\/95{
  border-left-color: rgb(199 210 254 / 0.95);
}

.border-l-indigo-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-l-indigo-300\/0{
  border-left-color: rgb(165 180 252 / 0);
}

.border-l-indigo-300\/10{
  border-left-color: rgb(165 180 252 / 0.1);
}

.border-l-indigo-300\/100{
  border-left-color: rgb(165 180 252 / 1);
}

.border-l-indigo-300\/20{
  border-left-color: rgb(165 180 252 / 0.2);
}

.border-l-indigo-300\/25{
  border-left-color: rgb(165 180 252 / 0.25);
}

.border-l-indigo-300\/30{
  border-left-color: rgb(165 180 252 / 0.3);
}

.border-l-indigo-300\/40{
  border-left-color: rgb(165 180 252 / 0.4);
}

.border-l-indigo-300\/5{
  border-left-color: rgb(165 180 252 / 0.05);
}

.border-l-indigo-300\/50{
  border-left-color: rgb(165 180 252 / 0.5);
}

.border-l-indigo-300\/60{
  border-left-color: rgb(165 180 252 / 0.6);
}

.border-l-indigo-300\/70{
  border-left-color: rgb(165 180 252 / 0.7);
}

.border-l-indigo-300\/75{
  border-left-color: rgb(165 180 252 / 0.75);
}

.border-l-indigo-300\/80{
  border-left-color: rgb(165 180 252 / 0.8);
}

.border-l-indigo-300\/90{
  border-left-color: rgb(165 180 252 / 0.9);
}

.border-l-indigo-300\/95{
  border-left-color: rgb(165 180 252 / 0.95);
}

.border-l-indigo-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-l-indigo-400\/0{
  border-left-color: rgb(129 140 248 / 0);
}

.border-l-indigo-400\/10{
  border-left-color: rgb(129 140 248 / 0.1);
}

.border-l-indigo-400\/100{
  border-left-color: rgb(129 140 248 / 1);
}

.border-l-indigo-400\/20{
  border-left-color: rgb(129 140 248 / 0.2);
}

.border-l-indigo-400\/25{
  border-left-color: rgb(129 140 248 / 0.25);
}

.border-l-indigo-400\/30{
  border-left-color: rgb(129 140 248 / 0.3);
}

.border-l-indigo-400\/40{
  border-left-color: rgb(129 140 248 / 0.4);
}

.border-l-indigo-400\/5{
  border-left-color: rgb(129 140 248 / 0.05);
}

.border-l-indigo-400\/50{
  border-left-color: rgb(129 140 248 / 0.5);
}

.border-l-indigo-400\/60{
  border-left-color: rgb(129 140 248 / 0.6);
}

.border-l-indigo-400\/70{
  border-left-color: rgb(129 140 248 / 0.7);
}

.border-l-indigo-400\/75{
  border-left-color: rgb(129 140 248 / 0.75);
}

.border-l-indigo-400\/80{
  border-left-color: rgb(129 140 248 / 0.8);
}

.border-l-indigo-400\/90{
  border-left-color: rgb(129 140 248 / 0.9);
}

.border-l-indigo-400\/95{
  border-left-color: rgb(129 140 248 / 0.95);
}

.border-l-indigo-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-l-indigo-50\/0{
  border-left-color: rgb(238 242 255 / 0);
}

.border-l-indigo-50\/10{
  border-left-color: rgb(238 242 255 / 0.1);
}

.border-l-indigo-50\/100{
  border-left-color: rgb(238 242 255 / 1);
}

.border-l-indigo-50\/20{
  border-left-color: rgb(238 242 255 / 0.2);
}

.border-l-indigo-50\/25{
  border-left-color: rgb(238 242 255 / 0.25);
}

.border-l-indigo-50\/30{
  border-left-color: rgb(238 242 255 / 0.3);
}

.border-l-indigo-50\/40{
  border-left-color: rgb(238 242 255 / 0.4);
}

.border-l-indigo-50\/5{
  border-left-color: rgb(238 242 255 / 0.05);
}

.border-l-indigo-50\/50{
  border-left-color: rgb(238 242 255 / 0.5);
}

.border-l-indigo-50\/60{
  border-left-color: rgb(238 242 255 / 0.6);
}

.border-l-indigo-50\/70{
  border-left-color: rgb(238 242 255 / 0.7);
}

.border-l-indigo-50\/75{
  border-left-color: rgb(238 242 255 / 0.75);
}

.border-l-indigo-50\/80{
  border-left-color: rgb(238 242 255 / 0.8);
}

.border-l-indigo-50\/90{
  border-left-color: rgb(238 242 255 / 0.9);
}

.border-l-indigo-50\/95{
  border-left-color: rgb(238 242 255 / 0.95);
}

.border-l-indigo-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-l-indigo-500\/0{
  border-left-color: rgb(99 102 241 / 0);
}

.border-l-indigo-500\/10{
  border-left-color: rgb(99 102 241 / 0.1);
}

.border-l-indigo-500\/100{
  border-left-color: rgb(99 102 241 / 1);
}

.border-l-indigo-500\/20{
  border-left-color: rgb(99 102 241 / 0.2);
}

.border-l-indigo-500\/25{
  border-left-color: rgb(99 102 241 / 0.25);
}

.border-l-indigo-500\/30{
  border-left-color: rgb(99 102 241 / 0.3);
}

.border-l-indigo-500\/40{
  border-left-color: rgb(99 102 241 / 0.4);
}

.border-l-indigo-500\/5{
  border-left-color: rgb(99 102 241 / 0.05);
}

.border-l-indigo-500\/50{
  border-left-color: rgb(99 102 241 / 0.5);
}

.border-l-indigo-500\/60{
  border-left-color: rgb(99 102 241 / 0.6);
}

.border-l-indigo-500\/70{
  border-left-color: rgb(99 102 241 / 0.7);
}

.border-l-indigo-500\/75{
  border-left-color: rgb(99 102 241 / 0.75);
}

.border-l-indigo-500\/80{
  border-left-color: rgb(99 102 241 / 0.8);
}

.border-l-indigo-500\/90{
  border-left-color: rgb(99 102 241 / 0.9);
}

.border-l-indigo-500\/95{
  border-left-color: rgb(99 102 241 / 0.95);
}

.border-l-indigo-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-l-indigo-600\/0{
  border-left-color: rgb(79 70 229 / 0);
}

.border-l-indigo-600\/10{
  border-left-color: rgb(79 70 229 / 0.1);
}

.border-l-indigo-600\/100{
  border-left-color: rgb(79 70 229 / 1);
}

.border-l-indigo-600\/20{
  border-left-color: rgb(79 70 229 / 0.2);
}

.border-l-indigo-600\/25{
  border-left-color: rgb(79 70 229 / 0.25);
}

.border-l-indigo-600\/30{
  border-left-color: rgb(79 70 229 / 0.3);
}

.border-l-indigo-600\/40{
  border-left-color: rgb(79 70 229 / 0.4);
}

.border-l-indigo-600\/5{
  border-left-color: rgb(79 70 229 / 0.05);
}

.border-l-indigo-600\/50{
  border-left-color: rgb(79 70 229 / 0.5);
}

.border-l-indigo-600\/60{
  border-left-color: rgb(79 70 229 / 0.6);
}

.border-l-indigo-600\/70{
  border-left-color: rgb(79 70 229 / 0.7);
}

.border-l-indigo-600\/75{
  border-left-color: rgb(79 70 229 / 0.75);
}

.border-l-indigo-600\/80{
  border-left-color: rgb(79 70 229 / 0.8);
}

.border-l-indigo-600\/90{
  border-left-color: rgb(79 70 229 / 0.9);
}

.border-l-indigo-600\/95{
  border-left-color: rgb(79 70 229 / 0.95);
}

.border-l-indigo-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-l-indigo-700\/0{
  border-left-color: rgb(67 56 202 / 0);
}

.border-l-indigo-700\/10{
  border-left-color: rgb(67 56 202 / 0.1);
}

.border-l-indigo-700\/100{
  border-left-color: rgb(67 56 202 / 1);
}

.border-l-indigo-700\/20{
  border-left-color: rgb(67 56 202 / 0.2);
}

.border-l-indigo-700\/25{
  border-left-color: rgb(67 56 202 / 0.25);
}

.border-l-indigo-700\/30{
  border-left-color: rgb(67 56 202 / 0.3);
}

.border-l-indigo-700\/40{
  border-left-color: rgb(67 56 202 / 0.4);
}

.border-l-indigo-700\/5{
  border-left-color: rgb(67 56 202 / 0.05);
}

.border-l-indigo-700\/50{
  border-left-color: rgb(67 56 202 / 0.5);
}

.border-l-indigo-700\/60{
  border-left-color: rgb(67 56 202 / 0.6);
}

.border-l-indigo-700\/70{
  border-left-color: rgb(67 56 202 / 0.7);
}

.border-l-indigo-700\/75{
  border-left-color: rgb(67 56 202 / 0.75);
}

.border-l-indigo-700\/80{
  border-left-color: rgb(67 56 202 / 0.8);
}

.border-l-indigo-700\/90{
  border-left-color: rgb(67 56 202 / 0.9);
}

.border-l-indigo-700\/95{
  border-left-color: rgb(67 56 202 / 0.95);
}

.border-l-indigo-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-l-indigo-800\/0{
  border-left-color: rgb(55 48 163 / 0);
}

.border-l-indigo-800\/10{
  border-left-color: rgb(55 48 163 / 0.1);
}

.border-l-indigo-800\/100{
  border-left-color: rgb(55 48 163 / 1);
}

.border-l-indigo-800\/20{
  border-left-color: rgb(55 48 163 / 0.2);
}

.border-l-indigo-800\/25{
  border-left-color: rgb(55 48 163 / 0.25);
}

.border-l-indigo-800\/30{
  border-left-color: rgb(55 48 163 / 0.3);
}

.border-l-indigo-800\/40{
  border-left-color: rgb(55 48 163 / 0.4);
}

.border-l-indigo-800\/5{
  border-left-color: rgb(55 48 163 / 0.05);
}

.border-l-indigo-800\/50{
  border-left-color: rgb(55 48 163 / 0.5);
}

.border-l-indigo-800\/60{
  border-left-color: rgb(55 48 163 / 0.6);
}

.border-l-indigo-800\/70{
  border-left-color: rgb(55 48 163 / 0.7);
}

.border-l-indigo-800\/75{
  border-left-color: rgb(55 48 163 / 0.75);
}

.border-l-indigo-800\/80{
  border-left-color: rgb(55 48 163 / 0.8);
}

.border-l-indigo-800\/90{
  border-left-color: rgb(55 48 163 / 0.9);
}

.border-l-indigo-800\/95{
  border-left-color: rgb(55 48 163 / 0.95);
}

.border-l-indigo-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-l-indigo-900\/0{
  border-left-color: rgb(49 46 129 / 0);
}

.border-l-indigo-900\/10{
  border-left-color: rgb(49 46 129 / 0.1);
}

.border-l-indigo-900\/100{
  border-left-color: rgb(49 46 129 / 1);
}

.border-l-indigo-900\/20{
  border-left-color: rgb(49 46 129 / 0.2);
}

.border-l-indigo-900\/25{
  border-left-color: rgb(49 46 129 / 0.25);
}

.border-l-indigo-900\/30{
  border-left-color: rgb(49 46 129 / 0.3);
}

.border-l-indigo-900\/40{
  border-left-color: rgb(49 46 129 / 0.4);
}

.border-l-indigo-900\/5{
  border-left-color: rgb(49 46 129 / 0.05);
}

.border-l-indigo-900\/50{
  border-left-color: rgb(49 46 129 / 0.5);
}

.border-l-indigo-900\/60{
  border-left-color: rgb(49 46 129 / 0.6);
}

.border-l-indigo-900\/70{
  border-left-color: rgb(49 46 129 / 0.7);
}

.border-l-indigo-900\/75{
  border-left-color: rgb(49 46 129 / 0.75);
}

.border-l-indigo-900\/80{
  border-left-color: rgb(49 46 129 / 0.8);
}

.border-l-indigo-900\/90{
  border-left-color: rgb(49 46 129 / 0.9);
}

.border-l-indigo-900\/95{
  border-left-color: rgb(49 46 129 / 0.95);
}

.border-l-indigo-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-l-indigo-950\/0{
  border-left-color: rgb(30 27 75 / 0);
}

.border-l-indigo-950\/10{
  border-left-color: rgb(30 27 75 / 0.1);
}

.border-l-indigo-950\/100{
  border-left-color: rgb(30 27 75 / 1);
}

.border-l-indigo-950\/20{
  border-left-color: rgb(30 27 75 / 0.2);
}

.border-l-indigo-950\/25{
  border-left-color: rgb(30 27 75 / 0.25);
}

.border-l-indigo-950\/30{
  border-left-color: rgb(30 27 75 / 0.3);
}

.border-l-indigo-950\/40{
  border-left-color: rgb(30 27 75 / 0.4);
}

.border-l-indigo-950\/5{
  border-left-color: rgb(30 27 75 / 0.05);
}

.border-l-indigo-950\/50{
  border-left-color: rgb(30 27 75 / 0.5);
}

.border-l-indigo-950\/60{
  border-left-color: rgb(30 27 75 / 0.6);
}

.border-l-indigo-950\/70{
  border-left-color: rgb(30 27 75 / 0.7);
}

.border-l-indigo-950\/75{
  border-left-color: rgb(30 27 75 / 0.75);
}

.border-l-indigo-950\/80{
  border-left-color: rgb(30 27 75 / 0.8);
}

.border-l-indigo-950\/90{
  border-left-color: rgb(30 27 75 / 0.9);
}

.border-l-indigo-950\/95{
  border-left-color: rgb(30 27 75 / 0.95);
}

.border-l-inherit{
  border-left-color: inherit;
}

.border-l-lime-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-l-lime-100\/0{
  border-left-color: rgb(236 252 203 / 0);
}

.border-l-lime-100\/10{
  border-left-color: rgb(236 252 203 / 0.1);
}

.border-l-lime-100\/100{
  border-left-color: rgb(236 252 203 / 1);
}

.border-l-lime-100\/20{
  border-left-color: rgb(236 252 203 / 0.2);
}

.border-l-lime-100\/25{
  border-left-color: rgb(236 252 203 / 0.25);
}

.border-l-lime-100\/30{
  border-left-color: rgb(236 252 203 / 0.3);
}

.border-l-lime-100\/40{
  border-left-color: rgb(236 252 203 / 0.4);
}

.border-l-lime-100\/5{
  border-left-color: rgb(236 252 203 / 0.05);
}

.border-l-lime-100\/50{
  border-left-color: rgb(236 252 203 / 0.5);
}

.border-l-lime-100\/60{
  border-left-color: rgb(236 252 203 / 0.6);
}

.border-l-lime-100\/70{
  border-left-color: rgb(236 252 203 / 0.7);
}

.border-l-lime-100\/75{
  border-left-color: rgb(236 252 203 / 0.75);
}

.border-l-lime-100\/80{
  border-left-color: rgb(236 252 203 / 0.8);
}

.border-l-lime-100\/90{
  border-left-color: rgb(236 252 203 / 0.9);
}

.border-l-lime-100\/95{
  border-left-color: rgb(236 252 203 / 0.95);
}

.border-l-lime-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-l-lime-200\/0{
  border-left-color: rgb(217 249 157 / 0);
}

.border-l-lime-200\/10{
  border-left-color: rgb(217 249 157 / 0.1);
}

.border-l-lime-200\/100{
  border-left-color: rgb(217 249 157 / 1);
}

.border-l-lime-200\/20{
  border-left-color: rgb(217 249 157 / 0.2);
}

.border-l-lime-200\/25{
  border-left-color: rgb(217 249 157 / 0.25);
}

.border-l-lime-200\/30{
  border-left-color: rgb(217 249 157 / 0.3);
}

.border-l-lime-200\/40{
  border-left-color: rgb(217 249 157 / 0.4);
}

.border-l-lime-200\/5{
  border-left-color: rgb(217 249 157 / 0.05);
}

.border-l-lime-200\/50{
  border-left-color: rgb(217 249 157 / 0.5);
}

.border-l-lime-200\/60{
  border-left-color: rgb(217 249 157 / 0.6);
}

.border-l-lime-200\/70{
  border-left-color: rgb(217 249 157 / 0.7);
}

.border-l-lime-200\/75{
  border-left-color: rgb(217 249 157 / 0.75);
}

.border-l-lime-200\/80{
  border-left-color: rgb(217 249 157 / 0.8);
}

.border-l-lime-200\/90{
  border-left-color: rgb(217 249 157 / 0.9);
}

.border-l-lime-200\/95{
  border-left-color: rgb(217 249 157 / 0.95);
}

.border-l-lime-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-l-lime-300\/0{
  border-left-color: rgb(190 242 100 / 0);
}

.border-l-lime-300\/10{
  border-left-color: rgb(190 242 100 / 0.1);
}

.border-l-lime-300\/100{
  border-left-color: rgb(190 242 100 / 1);
}

.border-l-lime-300\/20{
  border-left-color: rgb(190 242 100 / 0.2);
}

.border-l-lime-300\/25{
  border-left-color: rgb(190 242 100 / 0.25);
}

.border-l-lime-300\/30{
  border-left-color: rgb(190 242 100 / 0.3);
}

.border-l-lime-300\/40{
  border-left-color: rgb(190 242 100 / 0.4);
}

.border-l-lime-300\/5{
  border-left-color: rgb(190 242 100 / 0.05);
}

.border-l-lime-300\/50{
  border-left-color: rgb(190 242 100 / 0.5);
}

.border-l-lime-300\/60{
  border-left-color: rgb(190 242 100 / 0.6);
}

.border-l-lime-300\/70{
  border-left-color: rgb(190 242 100 / 0.7);
}

.border-l-lime-300\/75{
  border-left-color: rgb(190 242 100 / 0.75);
}

.border-l-lime-300\/80{
  border-left-color: rgb(190 242 100 / 0.8);
}

.border-l-lime-300\/90{
  border-left-color: rgb(190 242 100 / 0.9);
}

.border-l-lime-300\/95{
  border-left-color: rgb(190 242 100 / 0.95);
}

.border-l-lime-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-l-lime-400\/0{
  border-left-color: rgb(163 230 53 / 0);
}

.border-l-lime-400\/10{
  border-left-color: rgb(163 230 53 / 0.1);
}

.border-l-lime-400\/100{
  border-left-color: rgb(163 230 53 / 1);
}

.border-l-lime-400\/20{
  border-left-color: rgb(163 230 53 / 0.2);
}

.border-l-lime-400\/25{
  border-left-color: rgb(163 230 53 / 0.25);
}

.border-l-lime-400\/30{
  border-left-color: rgb(163 230 53 / 0.3);
}

.border-l-lime-400\/40{
  border-left-color: rgb(163 230 53 / 0.4);
}

.border-l-lime-400\/5{
  border-left-color: rgb(163 230 53 / 0.05);
}

.border-l-lime-400\/50{
  border-left-color: rgb(163 230 53 / 0.5);
}

.border-l-lime-400\/60{
  border-left-color: rgb(163 230 53 / 0.6);
}

.border-l-lime-400\/70{
  border-left-color: rgb(163 230 53 / 0.7);
}

.border-l-lime-400\/75{
  border-left-color: rgb(163 230 53 / 0.75);
}

.border-l-lime-400\/80{
  border-left-color: rgb(163 230 53 / 0.8);
}

.border-l-lime-400\/90{
  border-left-color: rgb(163 230 53 / 0.9);
}

.border-l-lime-400\/95{
  border-left-color: rgb(163 230 53 / 0.95);
}

.border-l-lime-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-l-lime-50\/0{
  border-left-color: rgb(247 254 231 / 0);
}

.border-l-lime-50\/10{
  border-left-color: rgb(247 254 231 / 0.1);
}

.border-l-lime-50\/100{
  border-left-color: rgb(247 254 231 / 1);
}

.border-l-lime-50\/20{
  border-left-color: rgb(247 254 231 / 0.2);
}

.border-l-lime-50\/25{
  border-left-color: rgb(247 254 231 / 0.25);
}

.border-l-lime-50\/30{
  border-left-color: rgb(247 254 231 / 0.3);
}

.border-l-lime-50\/40{
  border-left-color: rgb(247 254 231 / 0.4);
}

.border-l-lime-50\/5{
  border-left-color: rgb(247 254 231 / 0.05);
}

.border-l-lime-50\/50{
  border-left-color: rgb(247 254 231 / 0.5);
}

.border-l-lime-50\/60{
  border-left-color: rgb(247 254 231 / 0.6);
}

.border-l-lime-50\/70{
  border-left-color: rgb(247 254 231 / 0.7);
}

.border-l-lime-50\/75{
  border-left-color: rgb(247 254 231 / 0.75);
}

.border-l-lime-50\/80{
  border-left-color: rgb(247 254 231 / 0.8);
}

.border-l-lime-50\/90{
  border-left-color: rgb(247 254 231 / 0.9);
}

.border-l-lime-50\/95{
  border-left-color: rgb(247 254 231 / 0.95);
}

.border-l-lime-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-l-lime-500\/0{
  border-left-color: rgb(132 204 22 / 0);
}

.border-l-lime-500\/10{
  border-left-color: rgb(132 204 22 / 0.1);
}

.border-l-lime-500\/100{
  border-left-color: rgb(132 204 22 / 1);
}

.border-l-lime-500\/20{
  border-left-color: rgb(132 204 22 / 0.2);
}

.border-l-lime-500\/25{
  border-left-color: rgb(132 204 22 / 0.25);
}

.border-l-lime-500\/30{
  border-left-color: rgb(132 204 22 / 0.3);
}

.border-l-lime-500\/40{
  border-left-color: rgb(132 204 22 / 0.4);
}

.border-l-lime-500\/5{
  border-left-color: rgb(132 204 22 / 0.05);
}

.border-l-lime-500\/50{
  border-left-color: rgb(132 204 22 / 0.5);
}

.border-l-lime-500\/60{
  border-left-color: rgb(132 204 22 / 0.6);
}

.border-l-lime-500\/70{
  border-left-color: rgb(132 204 22 / 0.7);
}

.border-l-lime-500\/75{
  border-left-color: rgb(132 204 22 / 0.75);
}

.border-l-lime-500\/80{
  border-left-color: rgb(132 204 22 / 0.8);
}

.border-l-lime-500\/90{
  border-left-color: rgb(132 204 22 / 0.9);
}

.border-l-lime-500\/95{
  border-left-color: rgb(132 204 22 / 0.95);
}

.border-l-lime-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-l-lime-600\/0{
  border-left-color: rgb(101 163 13 / 0);
}

.border-l-lime-600\/10{
  border-left-color: rgb(101 163 13 / 0.1);
}

.border-l-lime-600\/100{
  border-left-color: rgb(101 163 13 / 1);
}

.border-l-lime-600\/20{
  border-left-color: rgb(101 163 13 / 0.2);
}

.border-l-lime-600\/25{
  border-left-color: rgb(101 163 13 / 0.25);
}

.border-l-lime-600\/30{
  border-left-color: rgb(101 163 13 / 0.3);
}

.border-l-lime-600\/40{
  border-left-color: rgb(101 163 13 / 0.4);
}

.border-l-lime-600\/5{
  border-left-color: rgb(101 163 13 / 0.05);
}

.border-l-lime-600\/50{
  border-left-color: rgb(101 163 13 / 0.5);
}

.border-l-lime-600\/60{
  border-left-color: rgb(101 163 13 / 0.6);
}

.border-l-lime-600\/70{
  border-left-color: rgb(101 163 13 / 0.7);
}

.border-l-lime-600\/75{
  border-left-color: rgb(101 163 13 / 0.75);
}

.border-l-lime-600\/80{
  border-left-color: rgb(101 163 13 / 0.8);
}

.border-l-lime-600\/90{
  border-left-color: rgb(101 163 13 / 0.9);
}

.border-l-lime-600\/95{
  border-left-color: rgb(101 163 13 / 0.95);
}

.border-l-lime-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-l-lime-700\/0{
  border-left-color: rgb(77 124 15 / 0);
}

.border-l-lime-700\/10{
  border-left-color: rgb(77 124 15 / 0.1);
}

.border-l-lime-700\/100{
  border-left-color: rgb(77 124 15 / 1);
}

.border-l-lime-700\/20{
  border-left-color: rgb(77 124 15 / 0.2);
}

.border-l-lime-700\/25{
  border-left-color: rgb(77 124 15 / 0.25);
}

.border-l-lime-700\/30{
  border-left-color: rgb(77 124 15 / 0.3);
}

.border-l-lime-700\/40{
  border-left-color: rgb(77 124 15 / 0.4);
}

.border-l-lime-700\/5{
  border-left-color: rgb(77 124 15 / 0.05);
}

.border-l-lime-700\/50{
  border-left-color: rgb(77 124 15 / 0.5);
}

.border-l-lime-700\/60{
  border-left-color: rgb(77 124 15 / 0.6);
}

.border-l-lime-700\/70{
  border-left-color: rgb(77 124 15 / 0.7);
}

.border-l-lime-700\/75{
  border-left-color: rgb(77 124 15 / 0.75);
}

.border-l-lime-700\/80{
  border-left-color: rgb(77 124 15 / 0.8);
}

.border-l-lime-700\/90{
  border-left-color: rgb(77 124 15 / 0.9);
}

.border-l-lime-700\/95{
  border-left-color: rgb(77 124 15 / 0.95);
}

.border-l-lime-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-l-lime-800\/0{
  border-left-color: rgb(63 98 18 / 0);
}

.border-l-lime-800\/10{
  border-left-color: rgb(63 98 18 / 0.1);
}

.border-l-lime-800\/100{
  border-left-color: rgb(63 98 18 / 1);
}

.border-l-lime-800\/20{
  border-left-color: rgb(63 98 18 / 0.2);
}

.border-l-lime-800\/25{
  border-left-color: rgb(63 98 18 / 0.25);
}

.border-l-lime-800\/30{
  border-left-color: rgb(63 98 18 / 0.3);
}

.border-l-lime-800\/40{
  border-left-color: rgb(63 98 18 / 0.4);
}

.border-l-lime-800\/5{
  border-left-color: rgb(63 98 18 / 0.05);
}

.border-l-lime-800\/50{
  border-left-color: rgb(63 98 18 / 0.5);
}

.border-l-lime-800\/60{
  border-left-color: rgb(63 98 18 / 0.6);
}

.border-l-lime-800\/70{
  border-left-color: rgb(63 98 18 / 0.7);
}

.border-l-lime-800\/75{
  border-left-color: rgb(63 98 18 / 0.75);
}

.border-l-lime-800\/80{
  border-left-color: rgb(63 98 18 / 0.8);
}

.border-l-lime-800\/90{
  border-left-color: rgb(63 98 18 / 0.9);
}

.border-l-lime-800\/95{
  border-left-color: rgb(63 98 18 / 0.95);
}

.border-l-lime-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-l-lime-900\/0{
  border-left-color: rgb(54 83 20 / 0);
}

.border-l-lime-900\/10{
  border-left-color: rgb(54 83 20 / 0.1);
}

.border-l-lime-900\/100{
  border-left-color: rgb(54 83 20 / 1);
}

.border-l-lime-900\/20{
  border-left-color: rgb(54 83 20 / 0.2);
}

.border-l-lime-900\/25{
  border-left-color: rgb(54 83 20 / 0.25);
}

.border-l-lime-900\/30{
  border-left-color: rgb(54 83 20 / 0.3);
}

.border-l-lime-900\/40{
  border-left-color: rgb(54 83 20 / 0.4);
}

.border-l-lime-900\/5{
  border-left-color: rgb(54 83 20 / 0.05);
}

.border-l-lime-900\/50{
  border-left-color: rgb(54 83 20 / 0.5);
}

.border-l-lime-900\/60{
  border-left-color: rgb(54 83 20 / 0.6);
}

.border-l-lime-900\/70{
  border-left-color: rgb(54 83 20 / 0.7);
}

.border-l-lime-900\/75{
  border-left-color: rgb(54 83 20 / 0.75);
}

.border-l-lime-900\/80{
  border-left-color: rgb(54 83 20 / 0.8);
}

.border-l-lime-900\/90{
  border-left-color: rgb(54 83 20 / 0.9);
}

.border-l-lime-900\/95{
  border-left-color: rgb(54 83 20 / 0.95);
}

.border-l-lime-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-l-lime-950\/0{
  border-left-color: rgb(26 46 5 / 0);
}

.border-l-lime-950\/10{
  border-left-color: rgb(26 46 5 / 0.1);
}

.border-l-lime-950\/100{
  border-left-color: rgb(26 46 5 / 1);
}

.border-l-lime-950\/20{
  border-left-color: rgb(26 46 5 / 0.2);
}

.border-l-lime-950\/25{
  border-left-color: rgb(26 46 5 / 0.25);
}

.border-l-lime-950\/30{
  border-left-color: rgb(26 46 5 / 0.3);
}

.border-l-lime-950\/40{
  border-left-color: rgb(26 46 5 / 0.4);
}

.border-l-lime-950\/5{
  border-left-color: rgb(26 46 5 / 0.05);
}

.border-l-lime-950\/50{
  border-left-color: rgb(26 46 5 / 0.5);
}

.border-l-lime-950\/60{
  border-left-color: rgb(26 46 5 / 0.6);
}

.border-l-lime-950\/70{
  border-left-color: rgb(26 46 5 / 0.7);
}

.border-l-lime-950\/75{
  border-left-color: rgb(26 46 5 / 0.75);
}

.border-l-lime-950\/80{
  border-left-color: rgb(26 46 5 / 0.8);
}

.border-l-lime-950\/90{
  border-left-color: rgb(26 46 5 / 0.9);
}

.border-l-lime-950\/95{
  border-left-color: rgb(26 46 5 / 0.95);
}

.border-l-neutral-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-l-neutral-100\/0{
  border-left-color: rgb(245 245 245 / 0);
}

.border-l-neutral-100\/10{
  border-left-color: rgb(245 245 245 / 0.1);
}

.border-l-neutral-100\/100{
  border-left-color: rgb(245 245 245 / 1);
}

.border-l-neutral-100\/20{
  border-left-color: rgb(245 245 245 / 0.2);
}

.border-l-neutral-100\/25{
  border-left-color: rgb(245 245 245 / 0.25);
}

.border-l-neutral-100\/30{
  border-left-color: rgb(245 245 245 / 0.3);
}

.border-l-neutral-100\/40{
  border-left-color: rgb(245 245 245 / 0.4);
}

.border-l-neutral-100\/5{
  border-left-color: rgb(245 245 245 / 0.05);
}

.border-l-neutral-100\/50{
  border-left-color: rgb(245 245 245 / 0.5);
}

.border-l-neutral-100\/60{
  border-left-color: rgb(245 245 245 / 0.6);
}

.border-l-neutral-100\/70{
  border-left-color: rgb(245 245 245 / 0.7);
}

.border-l-neutral-100\/75{
  border-left-color: rgb(245 245 245 / 0.75);
}

.border-l-neutral-100\/80{
  border-left-color: rgb(245 245 245 / 0.8);
}

.border-l-neutral-100\/90{
  border-left-color: rgb(245 245 245 / 0.9);
}

.border-l-neutral-100\/95{
  border-left-color: rgb(245 245 245 / 0.95);
}

.border-l-neutral-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-l-neutral-200\/0{
  border-left-color: rgb(229 229 229 / 0);
}

.border-l-neutral-200\/10{
  border-left-color: rgb(229 229 229 / 0.1);
}

.border-l-neutral-200\/100{
  border-left-color: rgb(229 229 229 / 1);
}

.border-l-neutral-200\/20{
  border-left-color: rgb(229 229 229 / 0.2);
}

.border-l-neutral-200\/25{
  border-left-color: rgb(229 229 229 / 0.25);
}

.border-l-neutral-200\/30{
  border-left-color: rgb(229 229 229 / 0.3);
}

.border-l-neutral-200\/40{
  border-left-color: rgb(229 229 229 / 0.4);
}

.border-l-neutral-200\/5{
  border-left-color: rgb(229 229 229 / 0.05);
}

.border-l-neutral-200\/50{
  border-left-color: rgb(229 229 229 / 0.5);
}

.border-l-neutral-200\/60{
  border-left-color: rgb(229 229 229 / 0.6);
}

.border-l-neutral-200\/70{
  border-left-color: rgb(229 229 229 / 0.7);
}

.border-l-neutral-200\/75{
  border-left-color: rgb(229 229 229 / 0.75);
}

.border-l-neutral-200\/80{
  border-left-color: rgb(229 229 229 / 0.8);
}

.border-l-neutral-200\/90{
  border-left-color: rgb(229 229 229 / 0.9);
}

.border-l-neutral-200\/95{
  border-left-color: rgb(229 229 229 / 0.95);
}

.border-l-neutral-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-l-neutral-300\/0{
  border-left-color: rgb(212 212 212 / 0);
}

.border-l-neutral-300\/10{
  border-left-color: rgb(212 212 212 / 0.1);
}

.border-l-neutral-300\/100{
  border-left-color: rgb(212 212 212 / 1);
}

.border-l-neutral-300\/20{
  border-left-color: rgb(212 212 212 / 0.2);
}

.border-l-neutral-300\/25{
  border-left-color: rgb(212 212 212 / 0.25);
}

.border-l-neutral-300\/30{
  border-left-color: rgb(212 212 212 / 0.3);
}

.border-l-neutral-300\/40{
  border-left-color: rgb(212 212 212 / 0.4);
}

.border-l-neutral-300\/5{
  border-left-color: rgb(212 212 212 / 0.05);
}

.border-l-neutral-300\/50{
  border-left-color: rgb(212 212 212 / 0.5);
}

.border-l-neutral-300\/60{
  border-left-color: rgb(212 212 212 / 0.6);
}

.border-l-neutral-300\/70{
  border-left-color: rgb(212 212 212 / 0.7);
}

.border-l-neutral-300\/75{
  border-left-color: rgb(212 212 212 / 0.75);
}

.border-l-neutral-300\/80{
  border-left-color: rgb(212 212 212 / 0.8);
}

.border-l-neutral-300\/90{
  border-left-color: rgb(212 212 212 / 0.9);
}

.border-l-neutral-300\/95{
  border-left-color: rgb(212 212 212 / 0.95);
}

.border-l-neutral-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-l-neutral-400\/0{
  border-left-color: rgb(163 163 163 / 0);
}

.border-l-neutral-400\/10{
  border-left-color: rgb(163 163 163 / 0.1);
}

.border-l-neutral-400\/100{
  border-left-color: rgb(163 163 163 / 1);
}

.border-l-neutral-400\/20{
  border-left-color: rgb(163 163 163 / 0.2);
}

.border-l-neutral-400\/25{
  border-left-color: rgb(163 163 163 / 0.25);
}

.border-l-neutral-400\/30{
  border-left-color: rgb(163 163 163 / 0.3);
}

.border-l-neutral-400\/40{
  border-left-color: rgb(163 163 163 / 0.4);
}

.border-l-neutral-400\/5{
  border-left-color: rgb(163 163 163 / 0.05);
}

.border-l-neutral-400\/50{
  border-left-color: rgb(163 163 163 / 0.5);
}

.border-l-neutral-400\/60{
  border-left-color: rgb(163 163 163 / 0.6);
}

.border-l-neutral-400\/70{
  border-left-color: rgb(163 163 163 / 0.7);
}

.border-l-neutral-400\/75{
  border-left-color: rgb(163 163 163 / 0.75);
}

.border-l-neutral-400\/80{
  border-left-color: rgb(163 163 163 / 0.8);
}

.border-l-neutral-400\/90{
  border-left-color: rgb(163 163 163 / 0.9);
}

.border-l-neutral-400\/95{
  border-left-color: rgb(163 163 163 / 0.95);
}

.border-l-neutral-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-l-neutral-50\/0{
  border-left-color: rgb(250 250 250 / 0);
}

.border-l-neutral-50\/10{
  border-left-color: rgb(250 250 250 / 0.1);
}

.border-l-neutral-50\/100{
  border-left-color: rgb(250 250 250 / 1);
}

.border-l-neutral-50\/20{
  border-left-color: rgb(250 250 250 / 0.2);
}

.border-l-neutral-50\/25{
  border-left-color: rgb(250 250 250 / 0.25);
}

.border-l-neutral-50\/30{
  border-left-color: rgb(250 250 250 / 0.3);
}

.border-l-neutral-50\/40{
  border-left-color: rgb(250 250 250 / 0.4);
}

.border-l-neutral-50\/5{
  border-left-color: rgb(250 250 250 / 0.05);
}

.border-l-neutral-50\/50{
  border-left-color: rgb(250 250 250 / 0.5);
}

.border-l-neutral-50\/60{
  border-left-color: rgb(250 250 250 / 0.6);
}

.border-l-neutral-50\/70{
  border-left-color: rgb(250 250 250 / 0.7);
}

.border-l-neutral-50\/75{
  border-left-color: rgb(250 250 250 / 0.75);
}

.border-l-neutral-50\/80{
  border-left-color: rgb(250 250 250 / 0.8);
}

.border-l-neutral-50\/90{
  border-left-color: rgb(250 250 250 / 0.9);
}

.border-l-neutral-50\/95{
  border-left-color: rgb(250 250 250 / 0.95);
}

.border-l-neutral-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-l-neutral-500\/0{
  border-left-color: rgb(115 115 115 / 0);
}

.border-l-neutral-500\/10{
  border-left-color: rgb(115 115 115 / 0.1);
}

.border-l-neutral-500\/100{
  border-left-color: rgb(115 115 115 / 1);
}

.border-l-neutral-500\/20{
  border-left-color: rgb(115 115 115 / 0.2);
}

.border-l-neutral-500\/25{
  border-left-color: rgb(115 115 115 / 0.25);
}

.border-l-neutral-500\/30{
  border-left-color: rgb(115 115 115 / 0.3);
}

.border-l-neutral-500\/40{
  border-left-color: rgb(115 115 115 / 0.4);
}

.border-l-neutral-500\/5{
  border-left-color: rgb(115 115 115 / 0.05);
}

.border-l-neutral-500\/50{
  border-left-color: rgb(115 115 115 / 0.5);
}

.border-l-neutral-500\/60{
  border-left-color: rgb(115 115 115 / 0.6);
}

.border-l-neutral-500\/70{
  border-left-color: rgb(115 115 115 / 0.7);
}

.border-l-neutral-500\/75{
  border-left-color: rgb(115 115 115 / 0.75);
}

.border-l-neutral-500\/80{
  border-left-color: rgb(115 115 115 / 0.8);
}

.border-l-neutral-500\/90{
  border-left-color: rgb(115 115 115 / 0.9);
}

.border-l-neutral-500\/95{
  border-left-color: rgb(115 115 115 / 0.95);
}

.border-l-neutral-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-l-neutral-600\/0{
  border-left-color: rgb(82 82 82 / 0);
}

.border-l-neutral-600\/10{
  border-left-color: rgb(82 82 82 / 0.1);
}

.border-l-neutral-600\/100{
  border-left-color: rgb(82 82 82 / 1);
}

.border-l-neutral-600\/20{
  border-left-color: rgb(82 82 82 / 0.2);
}

.border-l-neutral-600\/25{
  border-left-color: rgb(82 82 82 / 0.25);
}

.border-l-neutral-600\/30{
  border-left-color: rgb(82 82 82 / 0.3);
}

.border-l-neutral-600\/40{
  border-left-color: rgb(82 82 82 / 0.4);
}

.border-l-neutral-600\/5{
  border-left-color: rgb(82 82 82 / 0.05);
}

.border-l-neutral-600\/50{
  border-left-color: rgb(82 82 82 / 0.5);
}

.border-l-neutral-600\/60{
  border-left-color: rgb(82 82 82 / 0.6);
}

.border-l-neutral-600\/70{
  border-left-color: rgb(82 82 82 / 0.7);
}

.border-l-neutral-600\/75{
  border-left-color: rgb(82 82 82 / 0.75);
}

.border-l-neutral-600\/80{
  border-left-color: rgb(82 82 82 / 0.8);
}

.border-l-neutral-600\/90{
  border-left-color: rgb(82 82 82 / 0.9);
}

.border-l-neutral-600\/95{
  border-left-color: rgb(82 82 82 / 0.95);
}

.border-l-neutral-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-l-neutral-700\/0{
  border-left-color: rgb(64 64 64 / 0);
}

.border-l-neutral-700\/10{
  border-left-color: rgb(64 64 64 / 0.1);
}

.border-l-neutral-700\/100{
  border-left-color: rgb(64 64 64 / 1);
}

.border-l-neutral-700\/20{
  border-left-color: rgb(64 64 64 / 0.2);
}

.border-l-neutral-700\/25{
  border-left-color: rgb(64 64 64 / 0.25);
}

.border-l-neutral-700\/30{
  border-left-color: rgb(64 64 64 / 0.3);
}

.border-l-neutral-700\/40{
  border-left-color: rgb(64 64 64 / 0.4);
}

.border-l-neutral-700\/5{
  border-left-color: rgb(64 64 64 / 0.05);
}

.border-l-neutral-700\/50{
  border-left-color: rgb(64 64 64 / 0.5);
}

.border-l-neutral-700\/60{
  border-left-color: rgb(64 64 64 / 0.6);
}

.border-l-neutral-700\/70{
  border-left-color: rgb(64 64 64 / 0.7);
}

.border-l-neutral-700\/75{
  border-left-color: rgb(64 64 64 / 0.75);
}

.border-l-neutral-700\/80{
  border-left-color: rgb(64 64 64 / 0.8);
}

.border-l-neutral-700\/90{
  border-left-color: rgb(64 64 64 / 0.9);
}

.border-l-neutral-700\/95{
  border-left-color: rgb(64 64 64 / 0.95);
}

.border-l-neutral-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-l-neutral-800\/0{
  border-left-color: rgb(38 38 38 / 0);
}

.border-l-neutral-800\/10{
  border-left-color: rgb(38 38 38 / 0.1);
}

.border-l-neutral-800\/100{
  border-left-color: rgb(38 38 38 / 1);
}

.border-l-neutral-800\/20{
  border-left-color: rgb(38 38 38 / 0.2);
}

.border-l-neutral-800\/25{
  border-left-color: rgb(38 38 38 / 0.25);
}

.border-l-neutral-800\/30{
  border-left-color: rgb(38 38 38 / 0.3);
}

.border-l-neutral-800\/40{
  border-left-color: rgb(38 38 38 / 0.4);
}

.border-l-neutral-800\/5{
  border-left-color: rgb(38 38 38 / 0.05);
}

.border-l-neutral-800\/50{
  border-left-color: rgb(38 38 38 / 0.5);
}

.border-l-neutral-800\/60{
  border-left-color: rgb(38 38 38 / 0.6);
}

.border-l-neutral-800\/70{
  border-left-color: rgb(38 38 38 / 0.7);
}

.border-l-neutral-800\/75{
  border-left-color: rgb(38 38 38 / 0.75);
}

.border-l-neutral-800\/80{
  border-left-color: rgb(38 38 38 / 0.8);
}

.border-l-neutral-800\/90{
  border-left-color: rgb(38 38 38 / 0.9);
}

.border-l-neutral-800\/95{
  border-left-color: rgb(38 38 38 / 0.95);
}

.border-l-neutral-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-l-neutral-900\/0{
  border-left-color: rgb(23 23 23 / 0);
}

.border-l-neutral-900\/10{
  border-left-color: rgb(23 23 23 / 0.1);
}

.border-l-neutral-900\/100{
  border-left-color: rgb(23 23 23 / 1);
}

.border-l-neutral-900\/20{
  border-left-color: rgb(23 23 23 / 0.2);
}

.border-l-neutral-900\/25{
  border-left-color: rgb(23 23 23 / 0.25);
}

.border-l-neutral-900\/30{
  border-left-color: rgb(23 23 23 / 0.3);
}

.border-l-neutral-900\/40{
  border-left-color: rgb(23 23 23 / 0.4);
}

.border-l-neutral-900\/5{
  border-left-color: rgb(23 23 23 / 0.05);
}

.border-l-neutral-900\/50{
  border-left-color: rgb(23 23 23 / 0.5);
}

.border-l-neutral-900\/60{
  border-left-color: rgb(23 23 23 / 0.6);
}

.border-l-neutral-900\/70{
  border-left-color: rgb(23 23 23 / 0.7);
}

.border-l-neutral-900\/75{
  border-left-color: rgb(23 23 23 / 0.75);
}

.border-l-neutral-900\/80{
  border-left-color: rgb(23 23 23 / 0.8);
}

.border-l-neutral-900\/90{
  border-left-color: rgb(23 23 23 / 0.9);
}

.border-l-neutral-900\/95{
  border-left-color: rgb(23 23 23 / 0.95);
}

.border-l-neutral-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-l-neutral-950\/0{
  border-left-color: rgb(10 10 10 / 0);
}

.border-l-neutral-950\/10{
  border-left-color: rgb(10 10 10 / 0.1);
}

.border-l-neutral-950\/100{
  border-left-color: rgb(10 10 10 / 1);
}

.border-l-neutral-950\/20{
  border-left-color: rgb(10 10 10 / 0.2);
}

.border-l-neutral-950\/25{
  border-left-color: rgb(10 10 10 / 0.25);
}

.border-l-neutral-950\/30{
  border-left-color: rgb(10 10 10 / 0.3);
}

.border-l-neutral-950\/40{
  border-left-color: rgb(10 10 10 / 0.4);
}

.border-l-neutral-950\/5{
  border-left-color: rgb(10 10 10 / 0.05);
}

.border-l-neutral-950\/50{
  border-left-color: rgb(10 10 10 / 0.5);
}

.border-l-neutral-950\/60{
  border-left-color: rgb(10 10 10 / 0.6);
}

.border-l-neutral-950\/70{
  border-left-color: rgb(10 10 10 / 0.7);
}

.border-l-neutral-950\/75{
  border-left-color: rgb(10 10 10 / 0.75);
}

.border-l-neutral-950\/80{
  border-left-color: rgb(10 10 10 / 0.8);
}

.border-l-neutral-950\/90{
  border-left-color: rgb(10 10 10 / 0.9);
}

.border-l-neutral-950\/95{
  border-left-color: rgb(10 10 10 / 0.95);
}

.border-l-orange-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-l-orange-100\/0{
  border-left-color: rgb(255 237 213 / 0);
}

.border-l-orange-100\/10{
  border-left-color: rgb(255 237 213 / 0.1);
}

.border-l-orange-100\/100{
  border-left-color: rgb(255 237 213 / 1);
}

.border-l-orange-100\/20{
  border-left-color: rgb(255 237 213 / 0.2);
}

.border-l-orange-100\/25{
  border-left-color: rgb(255 237 213 / 0.25);
}

.border-l-orange-100\/30{
  border-left-color: rgb(255 237 213 / 0.3);
}

.border-l-orange-100\/40{
  border-left-color: rgb(255 237 213 / 0.4);
}

.border-l-orange-100\/5{
  border-left-color: rgb(255 237 213 / 0.05);
}

.border-l-orange-100\/50{
  border-left-color: rgb(255 237 213 / 0.5);
}

.border-l-orange-100\/60{
  border-left-color: rgb(255 237 213 / 0.6);
}

.border-l-orange-100\/70{
  border-left-color: rgb(255 237 213 / 0.7);
}

.border-l-orange-100\/75{
  border-left-color: rgb(255 237 213 / 0.75);
}

.border-l-orange-100\/80{
  border-left-color: rgb(255 237 213 / 0.8);
}

.border-l-orange-100\/90{
  border-left-color: rgb(255 237 213 / 0.9);
}

.border-l-orange-100\/95{
  border-left-color: rgb(255 237 213 / 0.95);
}

.border-l-orange-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-l-orange-200\/0{
  border-left-color: rgb(254 215 170 / 0);
}

.border-l-orange-200\/10{
  border-left-color: rgb(254 215 170 / 0.1);
}

.border-l-orange-200\/100{
  border-left-color: rgb(254 215 170 / 1);
}

.border-l-orange-200\/20{
  border-left-color: rgb(254 215 170 / 0.2);
}

.border-l-orange-200\/25{
  border-left-color: rgb(254 215 170 / 0.25);
}

.border-l-orange-200\/30{
  border-left-color: rgb(254 215 170 / 0.3);
}

.border-l-orange-200\/40{
  border-left-color: rgb(254 215 170 / 0.4);
}

.border-l-orange-200\/5{
  border-left-color: rgb(254 215 170 / 0.05);
}

.border-l-orange-200\/50{
  border-left-color: rgb(254 215 170 / 0.5);
}

.border-l-orange-200\/60{
  border-left-color: rgb(254 215 170 / 0.6);
}

.border-l-orange-200\/70{
  border-left-color: rgb(254 215 170 / 0.7);
}

.border-l-orange-200\/75{
  border-left-color: rgb(254 215 170 / 0.75);
}

.border-l-orange-200\/80{
  border-left-color: rgb(254 215 170 / 0.8);
}

.border-l-orange-200\/90{
  border-left-color: rgb(254 215 170 / 0.9);
}

.border-l-orange-200\/95{
  border-left-color: rgb(254 215 170 / 0.95);
}

.border-l-orange-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-l-orange-300\/0{
  border-left-color: rgb(253 186 116 / 0);
}

.border-l-orange-300\/10{
  border-left-color: rgb(253 186 116 / 0.1);
}

.border-l-orange-300\/100{
  border-left-color: rgb(253 186 116 / 1);
}

.border-l-orange-300\/20{
  border-left-color: rgb(253 186 116 / 0.2);
}

.border-l-orange-300\/25{
  border-left-color: rgb(253 186 116 / 0.25);
}

.border-l-orange-300\/30{
  border-left-color: rgb(253 186 116 / 0.3);
}

.border-l-orange-300\/40{
  border-left-color: rgb(253 186 116 / 0.4);
}

.border-l-orange-300\/5{
  border-left-color: rgb(253 186 116 / 0.05);
}

.border-l-orange-300\/50{
  border-left-color: rgb(253 186 116 / 0.5);
}

.border-l-orange-300\/60{
  border-left-color: rgb(253 186 116 / 0.6);
}

.border-l-orange-300\/70{
  border-left-color: rgb(253 186 116 / 0.7);
}

.border-l-orange-300\/75{
  border-left-color: rgb(253 186 116 / 0.75);
}

.border-l-orange-300\/80{
  border-left-color: rgb(253 186 116 / 0.8);
}

.border-l-orange-300\/90{
  border-left-color: rgb(253 186 116 / 0.9);
}

.border-l-orange-300\/95{
  border-left-color: rgb(253 186 116 / 0.95);
}

.border-l-orange-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-l-orange-400\/0{
  border-left-color: rgb(251 146 60 / 0);
}

.border-l-orange-400\/10{
  border-left-color: rgb(251 146 60 / 0.1);
}

.border-l-orange-400\/100{
  border-left-color: rgb(251 146 60 / 1);
}

.border-l-orange-400\/20{
  border-left-color: rgb(251 146 60 / 0.2);
}

.border-l-orange-400\/25{
  border-left-color: rgb(251 146 60 / 0.25);
}

.border-l-orange-400\/30{
  border-left-color: rgb(251 146 60 / 0.3);
}

.border-l-orange-400\/40{
  border-left-color: rgb(251 146 60 / 0.4);
}

.border-l-orange-400\/5{
  border-left-color: rgb(251 146 60 / 0.05);
}

.border-l-orange-400\/50{
  border-left-color: rgb(251 146 60 / 0.5);
}

.border-l-orange-400\/60{
  border-left-color: rgb(251 146 60 / 0.6);
}

.border-l-orange-400\/70{
  border-left-color: rgb(251 146 60 / 0.7);
}

.border-l-orange-400\/75{
  border-left-color: rgb(251 146 60 / 0.75);
}

.border-l-orange-400\/80{
  border-left-color: rgb(251 146 60 / 0.8);
}

.border-l-orange-400\/90{
  border-left-color: rgb(251 146 60 / 0.9);
}

.border-l-orange-400\/95{
  border-left-color: rgb(251 146 60 / 0.95);
}

.border-l-orange-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-l-orange-50\/0{
  border-left-color: rgb(255 247 237 / 0);
}

.border-l-orange-50\/10{
  border-left-color: rgb(255 247 237 / 0.1);
}

.border-l-orange-50\/100{
  border-left-color: rgb(255 247 237 / 1);
}

.border-l-orange-50\/20{
  border-left-color: rgb(255 247 237 / 0.2);
}

.border-l-orange-50\/25{
  border-left-color: rgb(255 247 237 / 0.25);
}

.border-l-orange-50\/30{
  border-left-color: rgb(255 247 237 / 0.3);
}

.border-l-orange-50\/40{
  border-left-color: rgb(255 247 237 / 0.4);
}

.border-l-orange-50\/5{
  border-left-color: rgb(255 247 237 / 0.05);
}

.border-l-orange-50\/50{
  border-left-color: rgb(255 247 237 / 0.5);
}

.border-l-orange-50\/60{
  border-left-color: rgb(255 247 237 / 0.6);
}

.border-l-orange-50\/70{
  border-left-color: rgb(255 247 237 / 0.7);
}

.border-l-orange-50\/75{
  border-left-color: rgb(255 247 237 / 0.75);
}

.border-l-orange-50\/80{
  border-left-color: rgb(255 247 237 / 0.8);
}

.border-l-orange-50\/90{
  border-left-color: rgb(255 247 237 / 0.9);
}

.border-l-orange-50\/95{
  border-left-color: rgb(255 247 237 / 0.95);
}

.border-l-orange-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-l-orange-500\/0{
  border-left-color: rgb(249 115 22 / 0);
}

.border-l-orange-500\/10{
  border-left-color: rgb(249 115 22 / 0.1);
}

.border-l-orange-500\/100{
  border-left-color: rgb(249 115 22 / 1);
}

.border-l-orange-500\/20{
  border-left-color: rgb(249 115 22 / 0.2);
}

.border-l-orange-500\/25{
  border-left-color: rgb(249 115 22 / 0.25);
}

.border-l-orange-500\/30{
  border-left-color: rgb(249 115 22 / 0.3);
}

.border-l-orange-500\/40{
  border-left-color: rgb(249 115 22 / 0.4);
}

.border-l-orange-500\/5{
  border-left-color: rgb(249 115 22 / 0.05);
}

.border-l-orange-500\/50{
  border-left-color: rgb(249 115 22 / 0.5);
}

.border-l-orange-500\/60{
  border-left-color: rgb(249 115 22 / 0.6);
}

.border-l-orange-500\/70{
  border-left-color: rgb(249 115 22 / 0.7);
}

.border-l-orange-500\/75{
  border-left-color: rgb(249 115 22 / 0.75);
}

.border-l-orange-500\/80{
  border-left-color: rgb(249 115 22 / 0.8);
}

.border-l-orange-500\/90{
  border-left-color: rgb(249 115 22 / 0.9);
}

.border-l-orange-500\/95{
  border-left-color: rgb(249 115 22 / 0.95);
}

.border-l-orange-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-l-orange-600\/0{
  border-left-color: rgb(234 88 12 / 0);
}

.border-l-orange-600\/10{
  border-left-color: rgb(234 88 12 / 0.1);
}

.border-l-orange-600\/100{
  border-left-color: rgb(234 88 12 / 1);
}

.border-l-orange-600\/20{
  border-left-color: rgb(234 88 12 / 0.2);
}

.border-l-orange-600\/25{
  border-left-color: rgb(234 88 12 / 0.25);
}

.border-l-orange-600\/30{
  border-left-color: rgb(234 88 12 / 0.3);
}

.border-l-orange-600\/40{
  border-left-color: rgb(234 88 12 / 0.4);
}

.border-l-orange-600\/5{
  border-left-color: rgb(234 88 12 / 0.05);
}

.border-l-orange-600\/50{
  border-left-color: rgb(234 88 12 / 0.5);
}

.border-l-orange-600\/60{
  border-left-color: rgb(234 88 12 / 0.6);
}

.border-l-orange-600\/70{
  border-left-color: rgb(234 88 12 / 0.7);
}

.border-l-orange-600\/75{
  border-left-color: rgb(234 88 12 / 0.75);
}

.border-l-orange-600\/80{
  border-left-color: rgb(234 88 12 / 0.8);
}

.border-l-orange-600\/90{
  border-left-color: rgb(234 88 12 / 0.9);
}

.border-l-orange-600\/95{
  border-left-color: rgb(234 88 12 / 0.95);
}

.border-l-orange-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-l-orange-700\/0{
  border-left-color: rgb(194 65 12 / 0);
}

.border-l-orange-700\/10{
  border-left-color: rgb(194 65 12 / 0.1);
}

.border-l-orange-700\/100{
  border-left-color: rgb(194 65 12 / 1);
}

.border-l-orange-700\/20{
  border-left-color: rgb(194 65 12 / 0.2);
}

.border-l-orange-700\/25{
  border-left-color: rgb(194 65 12 / 0.25);
}

.border-l-orange-700\/30{
  border-left-color: rgb(194 65 12 / 0.3);
}

.border-l-orange-700\/40{
  border-left-color: rgb(194 65 12 / 0.4);
}

.border-l-orange-700\/5{
  border-left-color: rgb(194 65 12 / 0.05);
}

.border-l-orange-700\/50{
  border-left-color: rgb(194 65 12 / 0.5);
}

.border-l-orange-700\/60{
  border-left-color: rgb(194 65 12 / 0.6);
}

.border-l-orange-700\/70{
  border-left-color: rgb(194 65 12 / 0.7);
}

.border-l-orange-700\/75{
  border-left-color: rgb(194 65 12 / 0.75);
}

.border-l-orange-700\/80{
  border-left-color: rgb(194 65 12 / 0.8);
}

.border-l-orange-700\/90{
  border-left-color: rgb(194 65 12 / 0.9);
}

.border-l-orange-700\/95{
  border-left-color: rgb(194 65 12 / 0.95);
}

.border-l-orange-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-l-orange-800\/0{
  border-left-color: rgb(154 52 18 / 0);
}

.border-l-orange-800\/10{
  border-left-color: rgb(154 52 18 / 0.1);
}

.border-l-orange-800\/100{
  border-left-color: rgb(154 52 18 / 1);
}

.border-l-orange-800\/20{
  border-left-color: rgb(154 52 18 / 0.2);
}

.border-l-orange-800\/25{
  border-left-color: rgb(154 52 18 / 0.25);
}

.border-l-orange-800\/30{
  border-left-color: rgb(154 52 18 / 0.3);
}

.border-l-orange-800\/40{
  border-left-color: rgb(154 52 18 / 0.4);
}

.border-l-orange-800\/5{
  border-left-color: rgb(154 52 18 / 0.05);
}

.border-l-orange-800\/50{
  border-left-color: rgb(154 52 18 / 0.5);
}

.border-l-orange-800\/60{
  border-left-color: rgb(154 52 18 / 0.6);
}

.border-l-orange-800\/70{
  border-left-color: rgb(154 52 18 / 0.7);
}

.border-l-orange-800\/75{
  border-left-color: rgb(154 52 18 / 0.75);
}

.border-l-orange-800\/80{
  border-left-color: rgb(154 52 18 / 0.8);
}

.border-l-orange-800\/90{
  border-left-color: rgb(154 52 18 / 0.9);
}

.border-l-orange-800\/95{
  border-left-color: rgb(154 52 18 / 0.95);
}

.border-l-orange-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-l-orange-900\/0{
  border-left-color: rgb(124 45 18 / 0);
}

.border-l-orange-900\/10{
  border-left-color: rgb(124 45 18 / 0.1);
}

.border-l-orange-900\/100{
  border-left-color: rgb(124 45 18 / 1);
}

.border-l-orange-900\/20{
  border-left-color: rgb(124 45 18 / 0.2);
}

.border-l-orange-900\/25{
  border-left-color: rgb(124 45 18 / 0.25);
}

.border-l-orange-900\/30{
  border-left-color: rgb(124 45 18 / 0.3);
}

.border-l-orange-900\/40{
  border-left-color: rgb(124 45 18 / 0.4);
}

.border-l-orange-900\/5{
  border-left-color: rgb(124 45 18 / 0.05);
}

.border-l-orange-900\/50{
  border-left-color: rgb(124 45 18 / 0.5);
}

.border-l-orange-900\/60{
  border-left-color: rgb(124 45 18 / 0.6);
}

.border-l-orange-900\/70{
  border-left-color: rgb(124 45 18 / 0.7);
}

.border-l-orange-900\/75{
  border-left-color: rgb(124 45 18 / 0.75);
}

.border-l-orange-900\/80{
  border-left-color: rgb(124 45 18 / 0.8);
}

.border-l-orange-900\/90{
  border-left-color: rgb(124 45 18 / 0.9);
}

.border-l-orange-900\/95{
  border-left-color: rgb(124 45 18 / 0.95);
}

.border-l-orange-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-l-orange-950\/0{
  border-left-color: rgb(67 20 7 / 0);
}

.border-l-orange-950\/10{
  border-left-color: rgb(67 20 7 / 0.1);
}

.border-l-orange-950\/100{
  border-left-color: rgb(67 20 7 / 1);
}

.border-l-orange-950\/20{
  border-left-color: rgb(67 20 7 / 0.2);
}

.border-l-orange-950\/25{
  border-left-color: rgb(67 20 7 / 0.25);
}

.border-l-orange-950\/30{
  border-left-color: rgb(67 20 7 / 0.3);
}

.border-l-orange-950\/40{
  border-left-color: rgb(67 20 7 / 0.4);
}

.border-l-orange-950\/5{
  border-left-color: rgb(67 20 7 / 0.05);
}

.border-l-orange-950\/50{
  border-left-color: rgb(67 20 7 / 0.5);
}

.border-l-orange-950\/60{
  border-left-color: rgb(67 20 7 / 0.6);
}

.border-l-orange-950\/70{
  border-left-color: rgb(67 20 7 / 0.7);
}

.border-l-orange-950\/75{
  border-left-color: rgb(67 20 7 / 0.75);
}

.border-l-orange-950\/80{
  border-left-color: rgb(67 20 7 / 0.8);
}

.border-l-orange-950\/90{
  border-left-color: rgb(67 20 7 / 0.9);
}

.border-l-orange-950\/95{
  border-left-color: rgb(67 20 7 / 0.95);
}

.border-l-pink-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-l-pink-100\/0{
  border-left-color: rgb(252 231 243 / 0);
}

.border-l-pink-100\/10{
  border-left-color: rgb(252 231 243 / 0.1);
}

.border-l-pink-100\/100{
  border-left-color: rgb(252 231 243 / 1);
}

.border-l-pink-100\/20{
  border-left-color: rgb(252 231 243 / 0.2);
}

.border-l-pink-100\/25{
  border-left-color: rgb(252 231 243 / 0.25);
}

.border-l-pink-100\/30{
  border-left-color: rgb(252 231 243 / 0.3);
}

.border-l-pink-100\/40{
  border-left-color: rgb(252 231 243 / 0.4);
}

.border-l-pink-100\/5{
  border-left-color: rgb(252 231 243 / 0.05);
}

.border-l-pink-100\/50{
  border-left-color: rgb(252 231 243 / 0.5);
}

.border-l-pink-100\/60{
  border-left-color: rgb(252 231 243 / 0.6);
}

.border-l-pink-100\/70{
  border-left-color: rgb(252 231 243 / 0.7);
}

.border-l-pink-100\/75{
  border-left-color: rgb(252 231 243 / 0.75);
}

.border-l-pink-100\/80{
  border-left-color: rgb(252 231 243 / 0.8);
}

.border-l-pink-100\/90{
  border-left-color: rgb(252 231 243 / 0.9);
}

.border-l-pink-100\/95{
  border-left-color: rgb(252 231 243 / 0.95);
}

.border-l-pink-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-l-pink-200\/0{
  border-left-color: rgb(251 207 232 / 0);
}

.border-l-pink-200\/10{
  border-left-color: rgb(251 207 232 / 0.1);
}

.border-l-pink-200\/100{
  border-left-color: rgb(251 207 232 / 1);
}

.border-l-pink-200\/20{
  border-left-color: rgb(251 207 232 / 0.2);
}

.border-l-pink-200\/25{
  border-left-color: rgb(251 207 232 / 0.25);
}

.border-l-pink-200\/30{
  border-left-color: rgb(251 207 232 / 0.3);
}

.border-l-pink-200\/40{
  border-left-color: rgb(251 207 232 / 0.4);
}

.border-l-pink-200\/5{
  border-left-color: rgb(251 207 232 / 0.05);
}

.border-l-pink-200\/50{
  border-left-color: rgb(251 207 232 / 0.5);
}

.border-l-pink-200\/60{
  border-left-color: rgb(251 207 232 / 0.6);
}

.border-l-pink-200\/70{
  border-left-color: rgb(251 207 232 / 0.7);
}

.border-l-pink-200\/75{
  border-left-color: rgb(251 207 232 / 0.75);
}

.border-l-pink-200\/80{
  border-left-color: rgb(251 207 232 / 0.8);
}

.border-l-pink-200\/90{
  border-left-color: rgb(251 207 232 / 0.9);
}

.border-l-pink-200\/95{
  border-left-color: rgb(251 207 232 / 0.95);
}

.border-l-pink-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-l-pink-300\/0{
  border-left-color: rgb(249 168 212 / 0);
}

.border-l-pink-300\/10{
  border-left-color: rgb(249 168 212 / 0.1);
}

.border-l-pink-300\/100{
  border-left-color: rgb(249 168 212 / 1);
}

.border-l-pink-300\/20{
  border-left-color: rgb(249 168 212 / 0.2);
}

.border-l-pink-300\/25{
  border-left-color: rgb(249 168 212 / 0.25);
}

.border-l-pink-300\/30{
  border-left-color: rgb(249 168 212 / 0.3);
}

.border-l-pink-300\/40{
  border-left-color: rgb(249 168 212 / 0.4);
}

.border-l-pink-300\/5{
  border-left-color: rgb(249 168 212 / 0.05);
}

.border-l-pink-300\/50{
  border-left-color: rgb(249 168 212 / 0.5);
}

.border-l-pink-300\/60{
  border-left-color: rgb(249 168 212 / 0.6);
}

.border-l-pink-300\/70{
  border-left-color: rgb(249 168 212 / 0.7);
}

.border-l-pink-300\/75{
  border-left-color: rgb(249 168 212 / 0.75);
}

.border-l-pink-300\/80{
  border-left-color: rgb(249 168 212 / 0.8);
}

.border-l-pink-300\/90{
  border-left-color: rgb(249 168 212 / 0.9);
}

.border-l-pink-300\/95{
  border-left-color: rgb(249 168 212 / 0.95);
}

.border-l-pink-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-l-pink-400\/0{
  border-left-color: rgb(244 114 182 / 0);
}

.border-l-pink-400\/10{
  border-left-color: rgb(244 114 182 / 0.1);
}

.border-l-pink-400\/100{
  border-left-color: rgb(244 114 182 / 1);
}

.border-l-pink-400\/20{
  border-left-color: rgb(244 114 182 / 0.2);
}

.border-l-pink-400\/25{
  border-left-color: rgb(244 114 182 / 0.25);
}

.border-l-pink-400\/30{
  border-left-color: rgb(244 114 182 / 0.3);
}

.border-l-pink-400\/40{
  border-left-color: rgb(244 114 182 / 0.4);
}

.border-l-pink-400\/5{
  border-left-color: rgb(244 114 182 / 0.05);
}

.border-l-pink-400\/50{
  border-left-color: rgb(244 114 182 / 0.5);
}

.border-l-pink-400\/60{
  border-left-color: rgb(244 114 182 / 0.6);
}

.border-l-pink-400\/70{
  border-left-color: rgb(244 114 182 / 0.7);
}

.border-l-pink-400\/75{
  border-left-color: rgb(244 114 182 / 0.75);
}

.border-l-pink-400\/80{
  border-left-color: rgb(244 114 182 / 0.8);
}

.border-l-pink-400\/90{
  border-left-color: rgb(244 114 182 / 0.9);
}

.border-l-pink-400\/95{
  border-left-color: rgb(244 114 182 / 0.95);
}

.border-l-pink-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-l-pink-50\/0{
  border-left-color: rgb(253 242 248 / 0);
}

.border-l-pink-50\/10{
  border-left-color: rgb(253 242 248 / 0.1);
}

.border-l-pink-50\/100{
  border-left-color: rgb(253 242 248 / 1);
}

.border-l-pink-50\/20{
  border-left-color: rgb(253 242 248 / 0.2);
}

.border-l-pink-50\/25{
  border-left-color: rgb(253 242 248 / 0.25);
}

.border-l-pink-50\/30{
  border-left-color: rgb(253 242 248 / 0.3);
}

.border-l-pink-50\/40{
  border-left-color: rgb(253 242 248 / 0.4);
}

.border-l-pink-50\/5{
  border-left-color: rgb(253 242 248 / 0.05);
}

.border-l-pink-50\/50{
  border-left-color: rgb(253 242 248 / 0.5);
}

.border-l-pink-50\/60{
  border-left-color: rgb(253 242 248 / 0.6);
}

.border-l-pink-50\/70{
  border-left-color: rgb(253 242 248 / 0.7);
}

.border-l-pink-50\/75{
  border-left-color: rgb(253 242 248 / 0.75);
}

.border-l-pink-50\/80{
  border-left-color: rgb(253 242 248 / 0.8);
}

.border-l-pink-50\/90{
  border-left-color: rgb(253 242 248 / 0.9);
}

.border-l-pink-50\/95{
  border-left-color: rgb(253 242 248 / 0.95);
}

.border-l-pink-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-l-pink-500\/0{
  border-left-color: rgb(236 72 153 / 0);
}

.border-l-pink-500\/10{
  border-left-color: rgb(236 72 153 / 0.1);
}

.border-l-pink-500\/100{
  border-left-color: rgb(236 72 153 / 1);
}

.border-l-pink-500\/20{
  border-left-color: rgb(236 72 153 / 0.2);
}

.border-l-pink-500\/25{
  border-left-color: rgb(236 72 153 / 0.25);
}

.border-l-pink-500\/30{
  border-left-color: rgb(236 72 153 / 0.3);
}

.border-l-pink-500\/40{
  border-left-color: rgb(236 72 153 / 0.4);
}

.border-l-pink-500\/5{
  border-left-color: rgb(236 72 153 / 0.05);
}

.border-l-pink-500\/50{
  border-left-color: rgb(236 72 153 / 0.5);
}

.border-l-pink-500\/60{
  border-left-color: rgb(236 72 153 / 0.6);
}

.border-l-pink-500\/70{
  border-left-color: rgb(236 72 153 / 0.7);
}

.border-l-pink-500\/75{
  border-left-color: rgb(236 72 153 / 0.75);
}

.border-l-pink-500\/80{
  border-left-color: rgb(236 72 153 / 0.8);
}

.border-l-pink-500\/90{
  border-left-color: rgb(236 72 153 / 0.9);
}

.border-l-pink-500\/95{
  border-left-color: rgb(236 72 153 / 0.95);
}

.border-l-pink-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-l-pink-600\/0{
  border-left-color: rgb(219 39 119 / 0);
}

.border-l-pink-600\/10{
  border-left-color: rgb(219 39 119 / 0.1);
}

.border-l-pink-600\/100{
  border-left-color: rgb(219 39 119 / 1);
}

.border-l-pink-600\/20{
  border-left-color: rgb(219 39 119 / 0.2);
}

.border-l-pink-600\/25{
  border-left-color: rgb(219 39 119 / 0.25);
}

.border-l-pink-600\/30{
  border-left-color: rgb(219 39 119 / 0.3);
}

.border-l-pink-600\/40{
  border-left-color: rgb(219 39 119 / 0.4);
}

.border-l-pink-600\/5{
  border-left-color: rgb(219 39 119 / 0.05);
}

.border-l-pink-600\/50{
  border-left-color: rgb(219 39 119 / 0.5);
}

.border-l-pink-600\/60{
  border-left-color: rgb(219 39 119 / 0.6);
}

.border-l-pink-600\/70{
  border-left-color: rgb(219 39 119 / 0.7);
}

.border-l-pink-600\/75{
  border-left-color: rgb(219 39 119 / 0.75);
}

.border-l-pink-600\/80{
  border-left-color: rgb(219 39 119 / 0.8);
}

.border-l-pink-600\/90{
  border-left-color: rgb(219 39 119 / 0.9);
}

.border-l-pink-600\/95{
  border-left-color: rgb(219 39 119 / 0.95);
}

.border-l-pink-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-l-pink-700\/0{
  border-left-color: rgb(190 24 93 / 0);
}

.border-l-pink-700\/10{
  border-left-color: rgb(190 24 93 / 0.1);
}

.border-l-pink-700\/100{
  border-left-color: rgb(190 24 93 / 1);
}

.border-l-pink-700\/20{
  border-left-color: rgb(190 24 93 / 0.2);
}

.border-l-pink-700\/25{
  border-left-color: rgb(190 24 93 / 0.25);
}

.border-l-pink-700\/30{
  border-left-color: rgb(190 24 93 / 0.3);
}

.border-l-pink-700\/40{
  border-left-color: rgb(190 24 93 / 0.4);
}

.border-l-pink-700\/5{
  border-left-color: rgb(190 24 93 / 0.05);
}

.border-l-pink-700\/50{
  border-left-color: rgb(190 24 93 / 0.5);
}

.border-l-pink-700\/60{
  border-left-color: rgb(190 24 93 / 0.6);
}

.border-l-pink-700\/70{
  border-left-color: rgb(190 24 93 / 0.7);
}

.border-l-pink-700\/75{
  border-left-color: rgb(190 24 93 / 0.75);
}

.border-l-pink-700\/80{
  border-left-color: rgb(190 24 93 / 0.8);
}

.border-l-pink-700\/90{
  border-left-color: rgb(190 24 93 / 0.9);
}

.border-l-pink-700\/95{
  border-left-color: rgb(190 24 93 / 0.95);
}

.border-l-pink-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-l-pink-800\/0{
  border-left-color: rgb(157 23 77 / 0);
}

.border-l-pink-800\/10{
  border-left-color: rgb(157 23 77 / 0.1);
}

.border-l-pink-800\/100{
  border-left-color: rgb(157 23 77 / 1);
}

.border-l-pink-800\/20{
  border-left-color: rgb(157 23 77 / 0.2);
}

.border-l-pink-800\/25{
  border-left-color: rgb(157 23 77 / 0.25);
}

.border-l-pink-800\/30{
  border-left-color: rgb(157 23 77 / 0.3);
}

.border-l-pink-800\/40{
  border-left-color: rgb(157 23 77 / 0.4);
}

.border-l-pink-800\/5{
  border-left-color: rgb(157 23 77 / 0.05);
}

.border-l-pink-800\/50{
  border-left-color: rgb(157 23 77 / 0.5);
}

.border-l-pink-800\/60{
  border-left-color: rgb(157 23 77 / 0.6);
}

.border-l-pink-800\/70{
  border-left-color: rgb(157 23 77 / 0.7);
}

.border-l-pink-800\/75{
  border-left-color: rgb(157 23 77 / 0.75);
}

.border-l-pink-800\/80{
  border-left-color: rgb(157 23 77 / 0.8);
}

.border-l-pink-800\/90{
  border-left-color: rgb(157 23 77 / 0.9);
}

.border-l-pink-800\/95{
  border-left-color: rgb(157 23 77 / 0.95);
}

.border-l-pink-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-l-pink-900\/0{
  border-left-color: rgb(131 24 67 / 0);
}

.border-l-pink-900\/10{
  border-left-color: rgb(131 24 67 / 0.1);
}

.border-l-pink-900\/100{
  border-left-color: rgb(131 24 67 / 1);
}

.border-l-pink-900\/20{
  border-left-color: rgb(131 24 67 / 0.2);
}

.border-l-pink-900\/25{
  border-left-color: rgb(131 24 67 / 0.25);
}

.border-l-pink-900\/30{
  border-left-color: rgb(131 24 67 / 0.3);
}

.border-l-pink-900\/40{
  border-left-color: rgb(131 24 67 / 0.4);
}

.border-l-pink-900\/5{
  border-left-color: rgb(131 24 67 / 0.05);
}

.border-l-pink-900\/50{
  border-left-color: rgb(131 24 67 / 0.5);
}

.border-l-pink-900\/60{
  border-left-color: rgb(131 24 67 / 0.6);
}

.border-l-pink-900\/70{
  border-left-color: rgb(131 24 67 / 0.7);
}

.border-l-pink-900\/75{
  border-left-color: rgb(131 24 67 / 0.75);
}

.border-l-pink-900\/80{
  border-left-color: rgb(131 24 67 / 0.8);
}

.border-l-pink-900\/90{
  border-left-color: rgb(131 24 67 / 0.9);
}

.border-l-pink-900\/95{
  border-left-color: rgb(131 24 67 / 0.95);
}

.border-l-pink-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-l-pink-950\/0{
  border-left-color: rgb(80 7 36 / 0);
}

.border-l-pink-950\/10{
  border-left-color: rgb(80 7 36 / 0.1);
}

.border-l-pink-950\/100{
  border-left-color: rgb(80 7 36 / 1);
}

.border-l-pink-950\/20{
  border-left-color: rgb(80 7 36 / 0.2);
}

.border-l-pink-950\/25{
  border-left-color: rgb(80 7 36 / 0.25);
}

.border-l-pink-950\/30{
  border-left-color: rgb(80 7 36 / 0.3);
}

.border-l-pink-950\/40{
  border-left-color: rgb(80 7 36 / 0.4);
}

.border-l-pink-950\/5{
  border-left-color: rgb(80 7 36 / 0.05);
}

.border-l-pink-950\/50{
  border-left-color: rgb(80 7 36 / 0.5);
}

.border-l-pink-950\/60{
  border-left-color: rgb(80 7 36 / 0.6);
}

.border-l-pink-950\/70{
  border-left-color: rgb(80 7 36 / 0.7);
}

.border-l-pink-950\/75{
  border-left-color: rgb(80 7 36 / 0.75);
}

.border-l-pink-950\/80{
  border-left-color: rgb(80 7 36 / 0.8);
}

.border-l-pink-950\/90{
  border-left-color: rgb(80 7 36 / 0.9);
}

.border-l-pink-950\/95{
  border-left-color: rgb(80 7 36 / 0.95);
}

.border-l-purple-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.border-l-purple-100\/0{
  border-left-color: rgb(243 232 255 / 0);
}

.border-l-purple-100\/10{
  border-left-color: rgb(243 232 255 / 0.1);
}

.border-l-purple-100\/100{
  border-left-color: rgb(243 232 255 / 1);
}

.border-l-purple-100\/20{
  border-left-color: rgb(243 232 255 / 0.2);
}

.border-l-purple-100\/25{
  border-left-color: rgb(243 232 255 / 0.25);
}

.border-l-purple-100\/30{
  border-left-color: rgb(243 232 255 / 0.3);
}

.border-l-purple-100\/40{
  border-left-color: rgb(243 232 255 / 0.4);
}

.border-l-purple-100\/5{
  border-left-color: rgb(243 232 255 / 0.05);
}

.border-l-purple-100\/50{
  border-left-color: rgb(243 232 255 / 0.5);
}

.border-l-purple-100\/60{
  border-left-color: rgb(243 232 255 / 0.6);
}

.border-l-purple-100\/70{
  border-left-color: rgb(243 232 255 / 0.7);
}

.border-l-purple-100\/75{
  border-left-color: rgb(243 232 255 / 0.75);
}

.border-l-purple-100\/80{
  border-left-color: rgb(243 232 255 / 0.8);
}

.border-l-purple-100\/90{
  border-left-color: rgb(243 232 255 / 0.9);
}

.border-l-purple-100\/95{
  border-left-color: rgb(243 232 255 / 0.95);
}

.border-l-purple-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-l-purple-200\/0{
  border-left-color: rgb(233 213 255 / 0);
}

.border-l-purple-200\/10{
  border-left-color: rgb(233 213 255 / 0.1);
}

.border-l-purple-200\/100{
  border-left-color: rgb(233 213 255 / 1);
}

.border-l-purple-200\/20{
  border-left-color: rgb(233 213 255 / 0.2);
}

.border-l-purple-200\/25{
  border-left-color: rgb(233 213 255 / 0.25);
}

.border-l-purple-200\/30{
  border-left-color: rgb(233 213 255 / 0.3);
}

.border-l-purple-200\/40{
  border-left-color: rgb(233 213 255 / 0.4);
}

.border-l-purple-200\/5{
  border-left-color: rgb(233 213 255 / 0.05);
}

.border-l-purple-200\/50{
  border-left-color: rgb(233 213 255 / 0.5);
}

.border-l-purple-200\/60{
  border-left-color: rgb(233 213 255 / 0.6);
}

.border-l-purple-200\/70{
  border-left-color: rgb(233 213 255 / 0.7);
}

.border-l-purple-200\/75{
  border-left-color: rgb(233 213 255 / 0.75);
}

.border-l-purple-200\/80{
  border-left-color: rgb(233 213 255 / 0.8);
}

.border-l-purple-200\/90{
  border-left-color: rgb(233 213 255 / 0.9);
}

.border-l-purple-200\/95{
  border-left-color: rgb(233 213 255 / 0.95);
}

.border-l-purple-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-l-purple-300\/0{
  border-left-color: rgb(216 180 254 / 0);
}

.border-l-purple-300\/10{
  border-left-color: rgb(216 180 254 / 0.1);
}

.border-l-purple-300\/100{
  border-left-color: rgb(216 180 254 / 1);
}

.border-l-purple-300\/20{
  border-left-color: rgb(216 180 254 / 0.2);
}

.border-l-purple-300\/25{
  border-left-color: rgb(216 180 254 / 0.25);
}

.border-l-purple-300\/30{
  border-left-color: rgb(216 180 254 / 0.3);
}

.border-l-purple-300\/40{
  border-left-color: rgb(216 180 254 / 0.4);
}

.border-l-purple-300\/5{
  border-left-color: rgb(216 180 254 / 0.05);
}

.border-l-purple-300\/50{
  border-left-color: rgb(216 180 254 / 0.5);
}

.border-l-purple-300\/60{
  border-left-color: rgb(216 180 254 / 0.6);
}

.border-l-purple-300\/70{
  border-left-color: rgb(216 180 254 / 0.7);
}

.border-l-purple-300\/75{
  border-left-color: rgb(216 180 254 / 0.75);
}

.border-l-purple-300\/80{
  border-left-color: rgb(216 180 254 / 0.8);
}

.border-l-purple-300\/90{
  border-left-color: rgb(216 180 254 / 0.9);
}

.border-l-purple-300\/95{
  border-left-color: rgb(216 180 254 / 0.95);
}

.border-l-purple-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-l-purple-400\/0{
  border-left-color: rgb(192 132 252 / 0);
}

.border-l-purple-400\/10{
  border-left-color: rgb(192 132 252 / 0.1);
}

.border-l-purple-400\/100{
  border-left-color: rgb(192 132 252 / 1);
}

.border-l-purple-400\/20{
  border-left-color: rgb(192 132 252 / 0.2);
}

.border-l-purple-400\/25{
  border-left-color: rgb(192 132 252 / 0.25);
}

.border-l-purple-400\/30{
  border-left-color: rgb(192 132 252 / 0.3);
}

.border-l-purple-400\/40{
  border-left-color: rgb(192 132 252 / 0.4);
}

.border-l-purple-400\/5{
  border-left-color: rgb(192 132 252 / 0.05);
}

.border-l-purple-400\/50{
  border-left-color: rgb(192 132 252 / 0.5);
}

.border-l-purple-400\/60{
  border-left-color: rgb(192 132 252 / 0.6);
}

.border-l-purple-400\/70{
  border-left-color: rgb(192 132 252 / 0.7);
}

.border-l-purple-400\/75{
  border-left-color: rgb(192 132 252 / 0.75);
}

.border-l-purple-400\/80{
  border-left-color: rgb(192 132 252 / 0.8);
}

.border-l-purple-400\/90{
  border-left-color: rgb(192 132 252 / 0.9);
}

.border-l-purple-400\/95{
  border-left-color: rgb(192 132 252 / 0.95);
}

.border-l-purple-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-l-purple-50\/0{
  border-left-color: rgb(250 245 255 / 0);
}

.border-l-purple-50\/10{
  border-left-color: rgb(250 245 255 / 0.1);
}

.border-l-purple-50\/100{
  border-left-color: rgb(250 245 255 / 1);
}

.border-l-purple-50\/20{
  border-left-color: rgb(250 245 255 / 0.2);
}

.border-l-purple-50\/25{
  border-left-color: rgb(250 245 255 / 0.25);
}

.border-l-purple-50\/30{
  border-left-color: rgb(250 245 255 / 0.3);
}

.border-l-purple-50\/40{
  border-left-color: rgb(250 245 255 / 0.4);
}

.border-l-purple-50\/5{
  border-left-color: rgb(250 245 255 / 0.05);
}

.border-l-purple-50\/50{
  border-left-color: rgb(250 245 255 / 0.5);
}

.border-l-purple-50\/60{
  border-left-color: rgb(250 245 255 / 0.6);
}

.border-l-purple-50\/70{
  border-left-color: rgb(250 245 255 / 0.7);
}

.border-l-purple-50\/75{
  border-left-color: rgb(250 245 255 / 0.75);
}

.border-l-purple-50\/80{
  border-left-color: rgb(250 245 255 / 0.8);
}

.border-l-purple-50\/90{
  border-left-color: rgb(250 245 255 / 0.9);
}

.border-l-purple-50\/95{
  border-left-color: rgb(250 245 255 / 0.95);
}

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

.border-l-purple-500\/0{
  border-left-color: rgb(168 85 247 / 0);
}

.border-l-purple-500\/10{
  border-left-color: rgb(168 85 247 / 0.1);
}

.border-l-purple-500\/100{
  border-left-color: rgb(168 85 247 / 1);
}

.border-l-purple-500\/20{
  border-left-color: rgb(168 85 247 / 0.2);
}

.border-l-purple-500\/25{
  border-left-color: rgb(168 85 247 / 0.25);
}

.border-l-purple-500\/30{
  border-left-color: rgb(168 85 247 / 0.3);
}

.border-l-purple-500\/40{
  border-left-color: rgb(168 85 247 / 0.4);
}

.border-l-purple-500\/5{
  border-left-color: rgb(168 85 247 / 0.05);
}

.border-l-purple-500\/50{
  border-left-color: rgb(168 85 247 / 0.5);
}

.border-l-purple-500\/60{
  border-left-color: rgb(168 85 247 / 0.6);
}

.border-l-purple-500\/70{
  border-left-color: rgb(168 85 247 / 0.7);
}

.border-l-purple-500\/75{
  border-left-color: rgb(168 85 247 / 0.75);
}

.border-l-purple-500\/80{
  border-left-color: rgb(168 85 247 / 0.8);
}

.border-l-purple-500\/90{
  border-left-color: rgb(168 85 247 / 0.9);
}

.border-l-purple-500\/95{
  border-left-color: rgb(168 85 247 / 0.95);
}

.border-l-purple-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-l-purple-600\/0{
  border-left-color: rgb(147 51 234 / 0);
}

.border-l-purple-600\/10{
  border-left-color: rgb(147 51 234 / 0.1);
}

.border-l-purple-600\/100{
  border-left-color: rgb(147 51 234 / 1);
}

.border-l-purple-600\/20{
  border-left-color: rgb(147 51 234 / 0.2);
}

.border-l-purple-600\/25{
  border-left-color: rgb(147 51 234 / 0.25);
}

.border-l-purple-600\/30{
  border-left-color: rgb(147 51 234 / 0.3);
}

.border-l-purple-600\/40{
  border-left-color: rgb(147 51 234 / 0.4);
}

.border-l-purple-600\/5{
  border-left-color: rgb(147 51 234 / 0.05);
}

.border-l-purple-600\/50{
  border-left-color: rgb(147 51 234 / 0.5);
}

.border-l-purple-600\/60{
  border-left-color: rgb(147 51 234 / 0.6);
}

.border-l-purple-600\/70{
  border-left-color: rgb(147 51 234 / 0.7);
}

.border-l-purple-600\/75{
  border-left-color: rgb(147 51 234 / 0.75);
}

.border-l-purple-600\/80{
  border-left-color: rgb(147 51 234 / 0.8);
}

.border-l-purple-600\/90{
  border-left-color: rgb(147 51 234 / 0.9);
}

.border-l-purple-600\/95{
  border-left-color: rgb(147 51 234 / 0.95);
}

.border-l-purple-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-l-purple-700\/0{
  border-left-color: rgb(126 34 206 / 0);
}

.border-l-purple-700\/10{
  border-left-color: rgb(126 34 206 / 0.1);
}

.border-l-purple-700\/100{
  border-left-color: rgb(126 34 206 / 1);
}

.border-l-purple-700\/20{
  border-left-color: rgb(126 34 206 / 0.2);
}

.border-l-purple-700\/25{
  border-left-color: rgb(126 34 206 / 0.25);
}

.border-l-purple-700\/30{
  border-left-color: rgb(126 34 206 / 0.3);
}

.border-l-purple-700\/40{
  border-left-color: rgb(126 34 206 / 0.4);
}

.border-l-purple-700\/5{
  border-left-color: rgb(126 34 206 / 0.05);
}

.border-l-purple-700\/50{
  border-left-color: rgb(126 34 206 / 0.5);
}

.border-l-purple-700\/60{
  border-left-color: rgb(126 34 206 / 0.6);
}

.border-l-purple-700\/70{
  border-left-color: rgb(126 34 206 / 0.7);
}

.border-l-purple-700\/75{
  border-left-color: rgb(126 34 206 / 0.75);
}

.border-l-purple-700\/80{
  border-left-color: rgb(126 34 206 / 0.8);
}

.border-l-purple-700\/90{
  border-left-color: rgb(126 34 206 / 0.9);
}

.border-l-purple-700\/95{
  border-left-color: rgb(126 34 206 / 0.95);
}

.border-l-purple-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-l-purple-800\/0{
  border-left-color: rgb(107 33 168 / 0);
}

.border-l-purple-800\/10{
  border-left-color: rgb(107 33 168 / 0.1);
}

.border-l-purple-800\/100{
  border-left-color: rgb(107 33 168 / 1);
}

.border-l-purple-800\/20{
  border-left-color: rgb(107 33 168 / 0.2);
}

.border-l-purple-800\/25{
  border-left-color: rgb(107 33 168 / 0.25);
}

.border-l-purple-800\/30{
  border-left-color: rgb(107 33 168 / 0.3);
}

.border-l-purple-800\/40{
  border-left-color: rgb(107 33 168 / 0.4);
}

.border-l-purple-800\/5{
  border-left-color: rgb(107 33 168 / 0.05);
}

.border-l-purple-800\/50{
  border-left-color: rgb(107 33 168 / 0.5);
}

.border-l-purple-800\/60{
  border-left-color: rgb(107 33 168 / 0.6);
}

.border-l-purple-800\/70{
  border-left-color: rgb(107 33 168 / 0.7);
}

.border-l-purple-800\/75{
  border-left-color: rgb(107 33 168 / 0.75);
}

.border-l-purple-800\/80{
  border-left-color: rgb(107 33 168 / 0.8);
}

.border-l-purple-800\/90{
  border-left-color: rgb(107 33 168 / 0.9);
}

.border-l-purple-800\/95{
  border-left-color: rgb(107 33 168 / 0.95);
}

.border-l-purple-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-l-purple-900\/0{
  border-left-color: rgb(88 28 135 / 0);
}

.border-l-purple-900\/10{
  border-left-color: rgb(88 28 135 / 0.1);
}

.border-l-purple-900\/100{
  border-left-color: rgb(88 28 135 / 1);
}

.border-l-purple-900\/20{
  border-left-color: rgb(88 28 135 / 0.2);
}

.border-l-purple-900\/25{
  border-left-color: rgb(88 28 135 / 0.25);
}

.border-l-purple-900\/30{
  border-left-color: rgb(88 28 135 / 0.3);
}

.border-l-purple-900\/40{
  border-left-color: rgb(88 28 135 / 0.4);
}

.border-l-purple-900\/5{
  border-left-color: rgb(88 28 135 / 0.05);
}

.border-l-purple-900\/50{
  border-left-color: rgb(88 28 135 / 0.5);
}

.border-l-purple-900\/60{
  border-left-color: rgb(88 28 135 / 0.6);
}

.border-l-purple-900\/70{
  border-left-color: rgb(88 28 135 / 0.7);
}

.border-l-purple-900\/75{
  border-left-color: rgb(88 28 135 / 0.75);
}

.border-l-purple-900\/80{
  border-left-color: rgb(88 28 135 / 0.8);
}

.border-l-purple-900\/90{
  border-left-color: rgb(88 28 135 / 0.9);
}

.border-l-purple-900\/95{
  border-left-color: rgb(88 28 135 / 0.95);
}

.border-l-purple-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-l-purple-950\/0{
  border-left-color: rgb(59 7 100 / 0);
}

.border-l-purple-950\/10{
  border-left-color: rgb(59 7 100 / 0.1);
}

.border-l-purple-950\/100{
  border-left-color: rgb(59 7 100 / 1);
}

.border-l-purple-950\/20{
  border-left-color: rgb(59 7 100 / 0.2);
}

.border-l-purple-950\/25{
  border-left-color: rgb(59 7 100 / 0.25);
}

.border-l-purple-950\/30{
  border-left-color: rgb(59 7 100 / 0.3);
}

.border-l-purple-950\/40{
  border-left-color: rgb(59 7 100 / 0.4);
}

.border-l-purple-950\/5{
  border-left-color: rgb(59 7 100 / 0.05);
}

.border-l-purple-950\/50{
  border-left-color: rgb(59 7 100 / 0.5);
}

.border-l-purple-950\/60{
  border-left-color: rgb(59 7 100 / 0.6);
}

.border-l-purple-950\/70{
  border-left-color: rgb(59 7 100 / 0.7);
}

.border-l-purple-950\/75{
  border-left-color: rgb(59 7 100 / 0.75);
}

.border-l-purple-950\/80{
  border-left-color: rgb(59 7 100 / 0.8);
}

.border-l-purple-950\/90{
  border-left-color: rgb(59 7 100 / 0.9);
}

.border-l-purple-950\/95{
  border-left-color: rgb(59 7 100 / 0.95);
}

.border-l-red-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.border-l-red-100\/0{
  border-left-color: rgb(254 226 226 / 0);
}

.border-l-red-100\/10{
  border-left-color: rgb(254 226 226 / 0.1);
}

.border-l-red-100\/100{
  border-left-color: rgb(254 226 226 / 1);
}

.border-l-red-100\/20{
  border-left-color: rgb(254 226 226 / 0.2);
}

.border-l-red-100\/25{
  border-left-color: rgb(254 226 226 / 0.25);
}

.border-l-red-100\/30{
  border-left-color: rgb(254 226 226 / 0.3);
}

.border-l-red-100\/40{
  border-left-color: rgb(254 226 226 / 0.4);
}

.border-l-red-100\/5{
  border-left-color: rgb(254 226 226 / 0.05);
}

.border-l-red-100\/50{
  border-left-color: rgb(254 226 226 / 0.5);
}

.border-l-red-100\/60{
  border-left-color: rgb(254 226 226 / 0.6);
}

.border-l-red-100\/70{
  border-left-color: rgb(254 226 226 / 0.7);
}

.border-l-red-100\/75{
  border-left-color: rgb(254 226 226 / 0.75);
}

.border-l-red-100\/80{
  border-left-color: rgb(254 226 226 / 0.8);
}

.border-l-red-100\/90{
  border-left-color: rgb(254 226 226 / 0.9);
}

.border-l-red-100\/95{
  border-left-color: rgb(254 226 226 / 0.95);
}

.border-l-red-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-l-red-200\/0{
  border-left-color: rgb(254 202 202 / 0);
}

.border-l-red-200\/10{
  border-left-color: rgb(254 202 202 / 0.1);
}

.border-l-red-200\/100{
  border-left-color: rgb(254 202 202 / 1);
}

.border-l-red-200\/20{
  border-left-color: rgb(254 202 202 / 0.2);
}

.border-l-red-200\/25{
  border-left-color: rgb(254 202 202 / 0.25);
}

.border-l-red-200\/30{
  border-left-color: rgb(254 202 202 / 0.3);
}

.border-l-red-200\/40{
  border-left-color: rgb(254 202 202 / 0.4);
}

.border-l-red-200\/5{
  border-left-color: rgb(254 202 202 / 0.05);
}

.border-l-red-200\/50{
  border-left-color: rgb(254 202 202 / 0.5);
}

.border-l-red-200\/60{
  border-left-color: rgb(254 202 202 / 0.6);
}

.border-l-red-200\/70{
  border-left-color: rgb(254 202 202 / 0.7);
}

.border-l-red-200\/75{
  border-left-color: rgb(254 202 202 / 0.75);
}

.border-l-red-200\/80{
  border-left-color: rgb(254 202 202 / 0.8);
}

.border-l-red-200\/90{
  border-left-color: rgb(254 202 202 / 0.9);
}

.border-l-red-200\/95{
  border-left-color: rgb(254 202 202 / 0.95);
}

.border-l-red-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-l-red-300\/0{
  border-left-color: rgb(252 165 165 / 0);
}

.border-l-red-300\/10{
  border-left-color: rgb(252 165 165 / 0.1);
}

.border-l-red-300\/100{
  border-left-color: rgb(252 165 165 / 1);
}

.border-l-red-300\/20{
  border-left-color: rgb(252 165 165 / 0.2);
}

.border-l-red-300\/25{
  border-left-color: rgb(252 165 165 / 0.25);
}

.border-l-red-300\/30{
  border-left-color: rgb(252 165 165 / 0.3);
}

.border-l-red-300\/40{
  border-left-color: rgb(252 165 165 / 0.4);
}

.border-l-red-300\/5{
  border-left-color: rgb(252 165 165 / 0.05);
}

.border-l-red-300\/50{
  border-left-color: rgb(252 165 165 / 0.5);
}

.border-l-red-300\/60{
  border-left-color: rgb(252 165 165 / 0.6);
}

.border-l-red-300\/70{
  border-left-color: rgb(252 165 165 / 0.7);
}

.border-l-red-300\/75{
  border-left-color: rgb(252 165 165 / 0.75);
}

.border-l-red-300\/80{
  border-left-color: rgb(252 165 165 / 0.8);
}

.border-l-red-300\/90{
  border-left-color: rgb(252 165 165 / 0.9);
}

.border-l-red-300\/95{
  border-left-color: rgb(252 165 165 / 0.95);
}

.border-l-red-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-l-red-400\/0{
  border-left-color: rgb(248 113 113 / 0);
}

.border-l-red-400\/10{
  border-left-color: rgb(248 113 113 / 0.1);
}

.border-l-red-400\/100{
  border-left-color: rgb(248 113 113 / 1);
}

.border-l-red-400\/20{
  border-left-color: rgb(248 113 113 / 0.2);
}

.border-l-red-400\/25{
  border-left-color: rgb(248 113 113 / 0.25);
}

.border-l-red-400\/30{
  border-left-color: rgb(248 113 113 / 0.3);
}

.border-l-red-400\/40{
  border-left-color: rgb(248 113 113 / 0.4);
}

.border-l-red-400\/5{
  border-left-color: rgb(248 113 113 / 0.05);
}

.border-l-red-400\/50{
  border-left-color: rgb(248 113 113 / 0.5);
}

.border-l-red-400\/60{
  border-left-color: rgb(248 113 113 / 0.6);
}

.border-l-red-400\/70{
  border-left-color: rgb(248 113 113 / 0.7);
}

.border-l-red-400\/75{
  border-left-color: rgb(248 113 113 / 0.75);
}

.border-l-red-400\/80{
  border-left-color: rgb(248 113 113 / 0.8);
}

.border-l-red-400\/90{
  border-left-color: rgb(248 113 113 / 0.9);
}

.border-l-red-400\/95{
  border-left-color: rgb(248 113 113 / 0.95);
}

.border-l-red-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-l-red-50\/0{
  border-left-color: rgb(254 242 242 / 0);
}

.border-l-red-50\/10{
  border-left-color: rgb(254 242 242 / 0.1);
}

.border-l-red-50\/100{
  border-left-color: rgb(254 242 242 / 1);
}

.border-l-red-50\/20{
  border-left-color: rgb(254 242 242 / 0.2);
}

.border-l-red-50\/25{
  border-left-color: rgb(254 242 242 / 0.25);
}

.border-l-red-50\/30{
  border-left-color: rgb(254 242 242 / 0.3);
}

.border-l-red-50\/40{
  border-left-color: rgb(254 242 242 / 0.4);
}

.border-l-red-50\/5{
  border-left-color: rgb(254 242 242 / 0.05);
}

.border-l-red-50\/50{
  border-left-color: rgb(254 242 242 / 0.5);
}

.border-l-red-50\/60{
  border-left-color: rgb(254 242 242 / 0.6);
}

.border-l-red-50\/70{
  border-left-color: rgb(254 242 242 / 0.7);
}

.border-l-red-50\/75{
  border-left-color: rgb(254 242 242 / 0.75);
}

.border-l-red-50\/80{
  border-left-color: rgb(254 242 242 / 0.8);
}

.border-l-red-50\/90{
  border-left-color: rgb(254 242 242 / 0.9);
}

.border-l-red-50\/95{
  border-left-color: rgb(254 242 242 / 0.95);
}

.border-l-red-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-l-red-500\/0{
  border-left-color: rgb(239 68 68 / 0);
}

.border-l-red-500\/10{
  border-left-color: rgb(239 68 68 / 0.1);
}

.border-l-red-500\/100{
  border-left-color: rgb(239 68 68 / 1);
}

.border-l-red-500\/20{
  border-left-color: rgb(239 68 68 / 0.2);
}

.border-l-red-500\/25{
  border-left-color: rgb(239 68 68 / 0.25);
}

.border-l-red-500\/30{
  border-left-color: rgb(239 68 68 / 0.3);
}

.border-l-red-500\/40{
  border-left-color: rgb(239 68 68 / 0.4);
}

.border-l-red-500\/5{
  border-left-color: rgb(239 68 68 / 0.05);
}

.border-l-red-500\/50{
  border-left-color: rgb(239 68 68 / 0.5);
}

.border-l-red-500\/60{
  border-left-color: rgb(239 68 68 / 0.6);
}

.border-l-red-500\/70{
  border-left-color: rgb(239 68 68 / 0.7);
}

.border-l-red-500\/75{
  border-left-color: rgb(239 68 68 / 0.75);
}

.border-l-red-500\/80{
  border-left-color: rgb(239 68 68 / 0.8);
}

.border-l-red-500\/90{
  border-left-color: rgb(239 68 68 / 0.9);
}

.border-l-red-500\/95{
  border-left-color: rgb(239 68 68 / 0.95);
}

.border-l-red-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-l-red-600\/0{
  border-left-color: rgb(220 38 38 / 0);
}

.border-l-red-600\/10{
  border-left-color: rgb(220 38 38 / 0.1);
}

.border-l-red-600\/100{
  border-left-color: rgb(220 38 38 / 1);
}

.border-l-red-600\/20{
  border-left-color: rgb(220 38 38 / 0.2);
}

.border-l-red-600\/25{
  border-left-color: rgb(220 38 38 / 0.25);
}

.border-l-red-600\/30{
  border-left-color: rgb(220 38 38 / 0.3);
}

.border-l-red-600\/40{
  border-left-color: rgb(220 38 38 / 0.4);
}

.border-l-red-600\/5{
  border-left-color: rgb(220 38 38 / 0.05);
}

.border-l-red-600\/50{
  border-left-color: rgb(220 38 38 / 0.5);
}

.border-l-red-600\/60{
  border-left-color: rgb(220 38 38 / 0.6);
}

.border-l-red-600\/70{
  border-left-color: rgb(220 38 38 / 0.7);
}

.border-l-red-600\/75{
  border-left-color: rgb(220 38 38 / 0.75);
}

.border-l-red-600\/80{
  border-left-color: rgb(220 38 38 / 0.8);
}

.border-l-red-600\/90{
  border-left-color: rgb(220 38 38 / 0.9);
}

.border-l-red-600\/95{
  border-left-color: rgb(220 38 38 / 0.95);
}

.border-l-red-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-l-red-700\/0{
  border-left-color: rgb(185 28 28 / 0);
}

.border-l-red-700\/10{
  border-left-color: rgb(185 28 28 / 0.1);
}

.border-l-red-700\/100{
  border-left-color: rgb(185 28 28 / 1);
}

.border-l-red-700\/20{
  border-left-color: rgb(185 28 28 / 0.2);
}

.border-l-red-700\/25{
  border-left-color: rgb(185 28 28 / 0.25);
}

.border-l-red-700\/30{
  border-left-color: rgb(185 28 28 / 0.3);
}

.border-l-red-700\/40{
  border-left-color: rgb(185 28 28 / 0.4);
}

.border-l-red-700\/5{
  border-left-color: rgb(185 28 28 / 0.05);
}

.border-l-red-700\/50{
  border-left-color: rgb(185 28 28 / 0.5);
}

.border-l-red-700\/60{
  border-left-color: rgb(185 28 28 / 0.6);
}

.border-l-red-700\/70{
  border-left-color: rgb(185 28 28 / 0.7);
}

.border-l-red-700\/75{
  border-left-color: rgb(185 28 28 / 0.75);
}

.border-l-red-700\/80{
  border-left-color: rgb(185 28 28 / 0.8);
}

.border-l-red-700\/90{
  border-left-color: rgb(185 28 28 / 0.9);
}

.border-l-red-700\/95{
  border-left-color: rgb(185 28 28 / 0.95);
}

.border-l-red-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-l-red-800\/0{
  border-left-color: rgb(153 27 27 / 0);
}

.border-l-red-800\/10{
  border-left-color: rgb(153 27 27 / 0.1);
}

.border-l-red-800\/100{
  border-left-color: rgb(153 27 27 / 1);
}

.border-l-red-800\/20{
  border-left-color: rgb(153 27 27 / 0.2);
}

.border-l-red-800\/25{
  border-left-color: rgb(153 27 27 / 0.25);
}

.border-l-red-800\/30{
  border-left-color: rgb(153 27 27 / 0.3);
}

.border-l-red-800\/40{
  border-left-color: rgb(153 27 27 / 0.4);
}

.border-l-red-800\/5{
  border-left-color: rgb(153 27 27 / 0.05);
}

.border-l-red-800\/50{
  border-left-color: rgb(153 27 27 / 0.5);
}

.border-l-red-800\/60{
  border-left-color: rgb(153 27 27 / 0.6);
}

.border-l-red-800\/70{
  border-left-color: rgb(153 27 27 / 0.7);
}

.border-l-red-800\/75{
  border-left-color: rgb(153 27 27 / 0.75);
}

.border-l-red-800\/80{
  border-left-color: rgb(153 27 27 / 0.8);
}

.border-l-red-800\/90{
  border-left-color: rgb(153 27 27 / 0.9);
}

.border-l-red-800\/95{
  border-left-color: rgb(153 27 27 / 0.95);
}

.border-l-red-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-l-red-900\/0{
  border-left-color: rgb(127 29 29 / 0);
}

.border-l-red-900\/10{
  border-left-color: rgb(127 29 29 / 0.1);
}

.border-l-red-900\/100{
  border-left-color: rgb(127 29 29 / 1);
}

.border-l-red-900\/20{
  border-left-color: rgb(127 29 29 / 0.2);
}

.border-l-red-900\/25{
  border-left-color: rgb(127 29 29 / 0.25);
}

.border-l-red-900\/30{
  border-left-color: rgb(127 29 29 / 0.3);
}

.border-l-red-900\/40{
  border-left-color: rgb(127 29 29 / 0.4);
}

.border-l-red-900\/5{
  border-left-color: rgb(127 29 29 / 0.05);
}

.border-l-red-900\/50{
  border-left-color: rgb(127 29 29 / 0.5);
}

.border-l-red-900\/60{
  border-left-color: rgb(127 29 29 / 0.6);
}

.border-l-red-900\/70{
  border-left-color: rgb(127 29 29 / 0.7);
}

.border-l-red-900\/75{
  border-left-color: rgb(127 29 29 / 0.75);
}

.border-l-red-900\/80{
  border-left-color: rgb(127 29 29 / 0.8);
}

.border-l-red-900\/90{
  border-left-color: rgb(127 29 29 / 0.9);
}

.border-l-red-900\/95{
  border-left-color: rgb(127 29 29 / 0.95);
}

.border-l-red-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-l-red-950\/0{
  border-left-color: rgb(69 10 10 / 0);
}

.border-l-red-950\/10{
  border-left-color: rgb(69 10 10 / 0.1);
}

.border-l-red-950\/100{
  border-left-color: rgb(69 10 10 / 1);
}

.border-l-red-950\/20{
  border-left-color: rgb(69 10 10 / 0.2);
}

.border-l-red-950\/25{
  border-left-color: rgb(69 10 10 / 0.25);
}

.border-l-red-950\/30{
  border-left-color: rgb(69 10 10 / 0.3);
}

.border-l-red-950\/40{
  border-left-color: rgb(69 10 10 / 0.4);
}

.border-l-red-950\/5{
  border-left-color: rgb(69 10 10 / 0.05);
}

.border-l-red-950\/50{
  border-left-color: rgb(69 10 10 / 0.5);
}

.border-l-red-950\/60{
  border-left-color: rgb(69 10 10 / 0.6);
}

.border-l-red-950\/70{
  border-left-color: rgb(69 10 10 / 0.7);
}

.border-l-red-950\/75{
  border-left-color: rgb(69 10 10 / 0.75);
}

.border-l-red-950\/80{
  border-left-color: rgb(69 10 10 / 0.8);
}

.border-l-red-950\/90{
  border-left-color: rgb(69 10 10 / 0.9);
}

.border-l-red-950\/95{
  border-left-color: rgb(69 10 10 / 0.95);
}

.border-l-rose-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-l-rose-100\/0{
  border-left-color: rgb(255 228 230 / 0);
}

.border-l-rose-100\/10{
  border-left-color: rgb(255 228 230 / 0.1);
}

.border-l-rose-100\/100{
  border-left-color: rgb(255 228 230 / 1);
}

.border-l-rose-100\/20{
  border-left-color: rgb(255 228 230 / 0.2);
}

.border-l-rose-100\/25{
  border-left-color: rgb(255 228 230 / 0.25);
}

.border-l-rose-100\/30{
  border-left-color: rgb(255 228 230 / 0.3);
}

.border-l-rose-100\/40{
  border-left-color: rgb(255 228 230 / 0.4);
}

.border-l-rose-100\/5{
  border-left-color: rgb(255 228 230 / 0.05);
}

.border-l-rose-100\/50{
  border-left-color: rgb(255 228 230 / 0.5);
}

.border-l-rose-100\/60{
  border-left-color: rgb(255 228 230 / 0.6);
}

.border-l-rose-100\/70{
  border-left-color: rgb(255 228 230 / 0.7);
}

.border-l-rose-100\/75{
  border-left-color: rgb(255 228 230 / 0.75);
}

.border-l-rose-100\/80{
  border-left-color: rgb(255 228 230 / 0.8);
}

.border-l-rose-100\/90{
  border-left-color: rgb(255 228 230 / 0.9);
}

.border-l-rose-100\/95{
  border-left-color: rgb(255 228 230 / 0.95);
}

.border-l-rose-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-l-rose-200\/0{
  border-left-color: rgb(254 205 211 / 0);
}

.border-l-rose-200\/10{
  border-left-color: rgb(254 205 211 / 0.1);
}

.border-l-rose-200\/100{
  border-left-color: rgb(254 205 211 / 1);
}

.border-l-rose-200\/20{
  border-left-color: rgb(254 205 211 / 0.2);
}

.border-l-rose-200\/25{
  border-left-color: rgb(254 205 211 / 0.25);
}

.border-l-rose-200\/30{
  border-left-color: rgb(254 205 211 / 0.3);
}

.border-l-rose-200\/40{
  border-left-color: rgb(254 205 211 / 0.4);
}

.border-l-rose-200\/5{
  border-left-color: rgb(254 205 211 / 0.05);
}

.border-l-rose-200\/50{
  border-left-color: rgb(254 205 211 / 0.5);
}

.border-l-rose-200\/60{
  border-left-color: rgb(254 205 211 / 0.6);
}

.border-l-rose-200\/70{
  border-left-color: rgb(254 205 211 / 0.7);
}

.border-l-rose-200\/75{
  border-left-color: rgb(254 205 211 / 0.75);
}

.border-l-rose-200\/80{
  border-left-color: rgb(254 205 211 / 0.8);
}

.border-l-rose-200\/90{
  border-left-color: rgb(254 205 211 / 0.9);
}

.border-l-rose-200\/95{
  border-left-color: rgb(254 205 211 / 0.95);
}

.border-l-rose-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-l-rose-300\/0{
  border-left-color: rgb(253 164 175 / 0);
}

.border-l-rose-300\/10{
  border-left-color: rgb(253 164 175 / 0.1);
}

.border-l-rose-300\/100{
  border-left-color: rgb(253 164 175 / 1);
}

.border-l-rose-300\/20{
  border-left-color: rgb(253 164 175 / 0.2);
}

.border-l-rose-300\/25{
  border-left-color: rgb(253 164 175 / 0.25);
}

.border-l-rose-300\/30{
  border-left-color: rgb(253 164 175 / 0.3);
}

.border-l-rose-300\/40{
  border-left-color: rgb(253 164 175 / 0.4);
}

.border-l-rose-300\/5{
  border-left-color: rgb(253 164 175 / 0.05);
}

.border-l-rose-300\/50{
  border-left-color: rgb(253 164 175 / 0.5);
}

.border-l-rose-300\/60{
  border-left-color: rgb(253 164 175 / 0.6);
}

.border-l-rose-300\/70{
  border-left-color: rgb(253 164 175 / 0.7);
}

.border-l-rose-300\/75{
  border-left-color: rgb(253 164 175 / 0.75);
}

.border-l-rose-300\/80{
  border-left-color: rgb(253 164 175 / 0.8);
}

.border-l-rose-300\/90{
  border-left-color: rgb(253 164 175 / 0.9);
}

.border-l-rose-300\/95{
  border-left-color: rgb(253 164 175 / 0.95);
}

.border-l-rose-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-l-rose-400\/0{
  border-left-color: rgb(251 113 133 / 0);
}

.border-l-rose-400\/10{
  border-left-color: rgb(251 113 133 / 0.1);
}

.border-l-rose-400\/100{
  border-left-color: rgb(251 113 133 / 1);
}

.border-l-rose-400\/20{
  border-left-color: rgb(251 113 133 / 0.2);
}

.border-l-rose-400\/25{
  border-left-color: rgb(251 113 133 / 0.25);
}

.border-l-rose-400\/30{
  border-left-color: rgb(251 113 133 / 0.3);
}

.border-l-rose-400\/40{
  border-left-color: rgb(251 113 133 / 0.4);
}

.border-l-rose-400\/5{
  border-left-color: rgb(251 113 133 / 0.05);
}

.border-l-rose-400\/50{
  border-left-color: rgb(251 113 133 / 0.5);
}

.border-l-rose-400\/60{
  border-left-color: rgb(251 113 133 / 0.6);
}

.border-l-rose-400\/70{
  border-left-color: rgb(251 113 133 / 0.7);
}

.border-l-rose-400\/75{
  border-left-color: rgb(251 113 133 / 0.75);
}

.border-l-rose-400\/80{
  border-left-color: rgb(251 113 133 / 0.8);
}

.border-l-rose-400\/90{
  border-left-color: rgb(251 113 133 / 0.9);
}

.border-l-rose-400\/95{
  border-left-color: rgb(251 113 133 / 0.95);
}

.border-l-rose-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-l-rose-50\/0{
  border-left-color: rgb(255 241 242 / 0);
}

.border-l-rose-50\/10{
  border-left-color: rgb(255 241 242 / 0.1);
}

.border-l-rose-50\/100{
  border-left-color: rgb(255 241 242 / 1);
}

.border-l-rose-50\/20{
  border-left-color: rgb(255 241 242 / 0.2);
}

.border-l-rose-50\/25{
  border-left-color: rgb(255 241 242 / 0.25);
}

.border-l-rose-50\/30{
  border-left-color: rgb(255 241 242 / 0.3);
}

.border-l-rose-50\/40{
  border-left-color: rgb(255 241 242 / 0.4);
}

.border-l-rose-50\/5{
  border-left-color: rgb(255 241 242 / 0.05);
}

.border-l-rose-50\/50{
  border-left-color: rgb(255 241 242 / 0.5);
}

.border-l-rose-50\/60{
  border-left-color: rgb(255 241 242 / 0.6);
}

.border-l-rose-50\/70{
  border-left-color: rgb(255 241 242 / 0.7);
}

.border-l-rose-50\/75{
  border-left-color: rgb(255 241 242 / 0.75);
}

.border-l-rose-50\/80{
  border-left-color: rgb(255 241 242 / 0.8);
}

.border-l-rose-50\/90{
  border-left-color: rgb(255 241 242 / 0.9);
}

.border-l-rose-50\/95{
  border-left-color: rgb(255 241 242 / 0.95);
}

.border-l-rose-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-l-rose-500\/0{
  border-left-color: rgb(244 63 94 / 0);
}

.border-l-rose-500\/10{
  border-left-color: rgb(244 63 94 / 0.1);
}

.border-l-rose-500\/100{
  border-left-color: rgb(244 63 94 / 1);
}

.border-l-rose-500\/20{
  border-left-color: rgb(244 63 94 / 0.2);
}

.border-l-rose-500\/25{
  border-left-color: rgb(244 63 94 / 0.25);
}

.border-l-rose-500\/30{
  border-left-color: rgb(244 63 94 / 0.3);
}

.border-l-rose-500\/40{
  border-left-color: rgb(244 63 94 / 0.4);
}

.border-l-rose-500\/5{
  border-left-color: rgb(244 63 94 / 0.05);
}

.border-l-rose-500\/50{
  border-left-color: rgb(244 63 94 / 0.5);
}

.border-l-rose-500\/60{
  border-left-color: rgb(244 63 94 / 0.6);
}

.border-l-rose-500\/70{
  border-left-color: rgb(244 63 94 / 0.7);
}

.border-l-rose-500\/75{
  border-left-color: rgb(244 63 94 / 0.75);
}

.border-l-rose-500\/80{
  border-left-color: rgb(244 63 94 / 0.8);
}

.border-l-rose-500\/90{
  border-left-color: rgb(244 63 94 / 0.9);
}

.border-l-rose-500\/95{
  border-left-color: rgb(244 63 94 / 0.95);
}

.border-l-rose-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.border-l-rose-600\/0{
  border-left-color: rgb(225 29 72 / 0);
}

.border-l-rose-600\/10{
  border-left-color: rgb(225 29 72 / 0.1);
}

.border-l-rose-600\/100{
  border-left-color: rgb(225 29 72 / 1);
}

.border-l-rose-600\/20{
  border-left-color: rgb(225 29 72 / 0.2);
}

.border-l-rose-600\/25{
  border-left-color: rgb(225 29 72 / 0.25);
}

.border-l-rose-600\/30{
  border-left-color: rgb(225 29 72 / 0.3);
}

.border-l-rose-600\/40{
  border-left-color: rgb(225 29 72 / 0.4);
}

.border-l-rose-600\/5{
  border-left-color: rgb(225 29 72 / 0.05);
}

.border-l-rose-600\/50{
  border-left-color: rgb(225 29 72 / 0.5);
}

.border-l-rose-600\/60{
  border-left-color: rgb(225 29 72 / 0.6);
}

.border-l-rose-600\/70{
  border-left-color: rgb(225 29 72 / 0.7);
}

.border-l-rose-600\/75{
  border-left-color: rgb(225 29 72 / 0.75);
}

.border-l-rose-600\/80{
  border-left-color: rgb(225 29 72 / 0.8);
}

.border-l-rose-600\/90{
  border-left-color: rgb(225 29 72 / 0.9);
}

.border-l-rose-600\/95{
  border-left-color: rgb(225 29 72 / 0.95);
}

.border-l-rose-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-l-rose-700\/0{
  border-left-color: rgb(190 18 60 / 0);
}

.border-l-rose-700\/10{
  border-left-color: rgb(190 18 60 / 0.1);
}

.border-l-rose-700\/100{
  border-left-color: rgb(190 18 60 / 1);
}

.border-l-rose-700\/20{
  border-left-color: rgb(190 18 60 / 0.2);
}

.border-l-rose-700\/25{
  border-left-color: rgb(190 18 60 / 0.25);
}

.border-l-rose-700\/30{
  border-left-color: rgb(190 18 60 / 0.3);
}

.border-l-rose-700\/40{
  border-left-color: rgb(190 18 60 / 0.4);
}

.border-l-rose-700\/5{
  border-left-color: rgb(190 18 60 / 0.05);
}

.border-l-rose-700\/50{
  border-left-color: rgb(190 18 60 / 0.5);
}

.border-l-rose-700\/60{
  border-left-color: rgb(190 18 60 / 0.6);
}

.border-l-rose-700\/70{
  border-left-color: rgb(190 18 60 / 0.7);
}

.border-l-rose-700\/75{
  border-left-color: rgb(190 18 60 / 0.75);
}

.border-l-rose-700\/80{
  border-left-color: rgb(190 18 60 / 0.8);
}

.border-l-rose-700\/90{
  border-left-color: rgb(190 18 60 / 0.9);
}

.border-l-rose-700\/95{
  border-left-color: rgb(190 18 60 / 0.95);
}

.border-l-rose-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-l-rose-800\/0{
  border-left-color: rgb(159 18 57 / 0);
}

.border-l-rose-800\/10{
  border-left-color: rgb(159 18 57 / 0.1);
}

.border-l-rose-800\/100{
  border-left-color: rgb(159 18 57 / 1);
}

.border-l-rose-800\/20{
  border-left-color: rgb(159 18 57 / 0.2);
}

.border-l-rose-800\/25{
  border-left-color: rgb(159 18 57 / 0.25);
}

.border-l-rose-800\/30{
  border-left-color: rgb(159 18 57 / 0.3);
}

.border-l-rose-800\/40{
  border-left-color: rgb(159 18 57 / 0.4);
}

.border-l-rose-800\/5{
  border-left-color: rgb(159 18 57 / 0.05);
}

.border-l-rose-800\/50{
  border-left-color: rgb(159 18 57 / 0.5);
}

.border-l-rose-800\/60{
  border-left-color: rgb(159 18 57 / 0.6);
}

.border-l-rose-800\/70{
  border-left-color: rgb(159 18 57 / 0.7);
}

.border-l-rose-800\/75{
  border-left-color: rgb(159 18 57 / 0.75);
}

.border-l-rose-800\/80{
  border-left-color: rgb(159 18 57 / 0.8);
}

.border-l-rose-800\/90{
  border-left-color: rgb(159 18 57 / 0.9);
}

.border-l-rose-800\/95{
  border-left-color: rgb(159 18 57 / 0.95);
}

.border-l-rose-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-l-rose-900\/0{
  border-left-color: rgb(136 19 55 / 0);
}

.border-l-rose-900\/10{
  border-left-color: rgb(136 19 55 / 0.1);
}

.border-l-rose-900\/100{
  border-left-color: rgb(136 19 55 / 1);
}

.border-l-rose-900\/20{
  border-left-color: rgb(136 19 55 / 0.2);
}

.border-l-rose-900\/25{
  border-left-color: rgb(136 19 55 / 0.25);
}

.border-l-rose-900\/30{
  border-left-color: rgb(136 19 55 / 0.3);
}

.border-l-rose-900\/40{
  border-left-color: rgb(136 19 55 / 0.4);
}

.border-l-rose-900\/5{
  border-left-color: rgb(136 19 55 / 0.05);
}

.border-l-rose-900\/50{
  border-left-color: rgb(136 19 55 / 0.5);
}

.border-l-rose-900\/60{
  border-left-color: rgb(136 19 55 / 0.6);
}

.border-l-rose-900\/70{
  border-left-color: rgb(136 19 55 / 0.7);
}

.border-l-rose-900\/75{
  border-left-color: rgb(136 19 55 / 0.75);
}

.border-l-rose-900\/80{
  border-left-color: rgb(136 19 55 / 0.8);
}

.border-l-rose-900\/90{
  border-left-color: rgb(136 19 55 / 0.9);
}

.border-l-rose-900\/95{
  border-left-color: rgb(136 19 55 / 0.95);
}

.border-l-rose-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-l-rose-950\/0{
  border-left-color: rgb(76 5 25 / 0);
}

.border-l-rose-950\/10{
  border-left-color: rgb(76 5 25 / 0.1);
}

.border-l-rose-950\/100{
  border-left-color: rgb(76 5 25 / 1);
}

.border-l-rose-950\/20{
  border-left-color: rgb(76 5 25 / 0.2);
}

.border-l-rose-950\/25{
  border-left-color: rgb(76 5 25 / 0.25);
}

.border-l-rose-950\/30{
  border-left-color: rgb(76 5 25 / 0.3);
}

.border-l-rose-950\/40{
  border-left-color: rgb(76 5 25 / 0.4);
}

.border-l-rose-950\/5{
  border-left-color: rgb(76 5 25 / 0.05);
}

.border-l-rose-950\/50{
  border-left-color: rgb(76 5 25 / 0.5);
}

.border-l-rose-950\/60{
  border-left-color: rgb(76 5 25 / 0.6);
}

.border-l-rose-950\/70{
  border-left-color: rgb(76 5 25 / 0.7);
}

.border-l-rose-950\/75{
  border-left-color: rgb(76 5 25 / 0.75);
}

.border-l-rose-950\/80{
  border-left-color: rgb(76 5 25 / 0.8);
}

.border-l-rose-950\/90{
  border-left-color: rgb(76 5 25 / 0.9);
}

.border-l-rose-950\/95{
  border-left-color: rgb(76 5 25 / 0.95);
}

.border-l-sky-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.border-l-sky-100\/0{
  border-left-color: rgb(224 242 254 / 0);
}

.border-l-sky-100\/10{
  border-left-color: rgb(224 242 254 / 0.1);
}

.border-l-sky-100\/100{
  border-left-color: rgb(224 242 254 / 1);
}

.border-l-sky-100\/20{
  border-left-color: rgb(224 242 254 / 0.2);
}

.border-l-sky-100\/25{
  border-left-color: rgb(224 242 254 / 0.25);
}

.border-l-sky-100\/30{
  border-left-color: rgb(224 242 254 / 0.3);
}

.border-l-sky-100\/40{
  border-left-color: rgb(224 242 254 / 0.4);
}

.border-l-sky-100\/5{
  border-left-color: rgb(224 242 254 / 0.05);
}

.border-l-sky-100\/50{
  border-left-color: rgb(224 242 254 / 0.5);
}

.border-l-sky-100\/60{
  border-left-color: rgb(224 242 254 / 0.6);
}

.border-l-sky-100\/70{
  border-left-color: rgb(224 242 254 / 0.7);
}

.border-l-sky-100\/75{
  border-left-color: rgb(224 242 254 / 0.75);
}

.border-l-sky-100\/80{
  border-left-color: rgb(224 242 254 / 0.8);
}

.border-l-sky-100\/90{
  border-left-color: rgb(224 242 254 / 0.9);
}

.border-l-sky-100\/95{
  border-left-color: rgb(224 242 254 / 0.95);
}

.border-l-sky-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-l-sky-200\/0{
  border-left-color: rgb(186 230 253 / 0);
}

.border-l-sky-200\/10{
  border-left-color: rgb(186 230 253 / 0.1);
}

.border-l-sky-200\/100{
  border-left-color: rgb(186 230 253 / 1);
}

.border-l-sky-200\/20{
  border-left-color: rgb(186 230 253 / 0.2);
}

.border-l-sky-200\/25{
  border-left-color: rgb(186 230 253 / 0.25);
}

.border-l-sky-200\/30{
  border-left-color: rgb(186 230 253 / 0.3);
}

.border-l-sky-200\/40{
  border-left-color: rgb(186 230 253 / 0.4);
}

.border-l-sky-200\/5{
  border-left-color: rgb(186 230 253 / 0.05);
}

.border-l-sky-200\/50{
  border-left-color: rgb(186 230 253 / 0.5);
}

.border-l-sky-200\/60{
  border-left-color: rgb(186 230 253 / 0.6);
}

.border-l-sky-200\/70{
  border-left-color: rgb(186 230 253 / 0.7);
}

.border-l-sky-200\/75{
  border-left-color: rgb(186 230 253 / 0.75);
}

.border-l-sky-200\/80{
  border-left-color: rgb(186 230 253 / 0.8);
}

.border-l-sky-200\/90{
  border-left-color: rgb(186 230 253 / 0.9);
}

.border-l-sky-200\/95{
  border-left-color: rgb(186 230 253 / 0.95);
}

.border-l-sky-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-l-sky-300\/0{
  border-left-color: rgb(125 211 252 / 0);
}

.border-l-sky-300\/10{
  border-left-color: rgb(125 211 252 / 0.1);
}

.border-l-sky-300\/100{
  border-left-color: rgb(125 211 252 / 1);
}

.border-l-sky-300\/20{
  border-left-color: rgb(125 211 252 / 0.2);
}

.border-l-sky-300\/25{
  border-left-color: rgb(125 211 252 / 0.25);
}

.border-l-sky-300\/30{
  border-left-color: rgb(125 211 252 / 0.3);
}

.border-l-sky-300\/40{
  border-left-color: rgb(125 211 252 / 0.4);
}

.border-l-sky-300\/5{
  border-left-color: rgb(125 211 252 / 0.05);
}

.border-l-sky-300\/50{
  border-left-color: rgb(125 211 252 / 0.5);
}

.border-l-sky-300\/60{
  border-left-color: rgb(125 211 252 / 0.6);
}

.border-l-sky-300\/70{
  border-left-color: rgb(125 211 252 / 0.7);
}

.border-l-sky-300\/75{
  border-left-color: rgb(125 211 252 / 0.75);
}

.border-l-sky-300\/80{
  border-left-color: rgb(125 211 252 / 0.8);
}

.border-l-sky-300\/90{
  border-left-color: rgb(125 211 252 / 0.9);
}

.border-l-sky-300\/95{
  border-left-color: rgb(125 211 252 / 0.95);
}

.border-l-sky-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-l-sky-400\/0{
  border-left-color: rgb(56 189 248 / 0);
}

.border-l-sky-400\/10{
  border-left-color: rgb(56 189 248 / 0.1);
}

.border-l-sky-400\/100{
  border-left-color: rgb(56 189 248 / 1);
}

.border-l-sky-400\/20{
  border-left-color: rgb(56 189 248 / 0.2);
}

.border-l-sky-400\/25{
  border-left-color: rgb(56 189 248 / 0.25);
}

.border-l-sky-400\/30{
  border-left-color: rgb(56 189 248 / 0.3);
}

.border-l-sky-400\/40{
  border-left-color: rgb(56 189 248 / 0.4);
}

.border-l-sky-400\/5{
  border-left-color: rgb(56 189 248 / 0.05);
}

.border-l-sky-400\/50{
  border-left-color: rgb(56 189 248 / 0.5);
}

.border-l-sky-400\/60{
  border-left-color: rgb(56 189 248 / 0.6);
}

.border-l-sky-400\/70{
  border-left-color: rgb(56 189 248 / 0.7);
}

.border-l-sky-400\/75{
  border-left-color: rgb(56 189 248 / 0.75);
}

.border-l-sky-400\/80{
  border-left-color: rgb(56 189 248 / 0.8);
}

.border-l-sky-400\/90{
  border-left-color: rgb(56 189 248 / 0.9);
}

.border-l-sky-400\/95{
  border-left-color: rgb(56 189 248 / 0.95);
}

.border-l-sky-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-l-sky-50\/0{
  border-left-color: rgb(240 249 255 / 0);
}

.border-l-sky-50\/10{
  border-left-color: rgb(240 249 255 / 0.1);
}

.border-l-sky-50\/100{
  border-left-color: rgb(240 249 255 / 1);
}

.border-l-sky-50\/20{
  border-left-color: rgb(240 249 255 / 0.2);
}

.border-l-sky-50\/25{
  border-left-color: rgb(240 249 255 / 0.25);
}

.border-l-sky-50\/30{
  border-left-color: rgb(240 249 255 / 0.3);
}

.border-l-sky-50\/40{
  border-left-color: rgb(240 249 255 / 0.4);
}

.border-l-sky-50\/5{
  border-left-color: rgb(240 249 255 / 0.05);
}

.border-l-sky-50\/50{
  border-left-color: rgb(240 249 255 / 0.5);
}

.border-l-sky-50\/60{
  border-left-color: rgb(240 249 255 / 0.6);
}

.border-l-sky-50\/70{
  border-left-color: rgb(240 249 255 / 0.7);
}

.border-l-sky-50\/75{
  border-left-color: rgb(240 249 255 / 0.75);
}

.border-l-sky-50\/80{
  border-left-color: rgb(240 249 255 / 0.8);
}

.border-l-sky-50\/90{
  border-left-color: rgb(240 249 255 / 0.9);
}

.border-l-sky-50\/95{
  border-left-color: rgb(240 249 255 / 0.95);
}

.border-l-sky-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-l-sky-500\/0{
  border-left-color: rgb(14 165 233 / 0);
}

.border-l-sky-500\/10{
  border-left-color: rgb(14 165 233 / 0.1);
}

.border-l-sky-500\/100{
  border-left-color: rgb(14 165 233 / 1);
}

.border-l-sky-500\/20{
  border-left-color: rgb(14 165 233 / 0.2);
}

.border-l-sky-500\/25{
  border-left-color: rgb(14 165 233 / 0.25);
}

.border-l-sky-500\/30{
  border-left-color: rgb(14 165 233 / 0.3);
}

.border-l-sky-500\/40{
  border-left-color: rgb(14 165 233 / 0.4);
}

.border-l-sky-500\/5{
  border-left-color: rgb(14 165 233 / 0.05);
}

.border-l-sky-500\/50{
  border-left-color: rgb(14 165 233 / 0.5);
}

.border-l-sky-500\/60{
  border-left-color: rgb(14 165 233 / 0.6);
}

.border-l-sky-500\/70{
  border-left-color: rgb(14 165 233 / 0.7);
}

.border-l-sky-500\/75{
  border-left-color: rgb(14 165 233 / 0.75);
}

.border-l-sky-500\/80{
  border-left-color: rgb(14 165 233 / 0.8);
}

.border-l-sky-500\/90{
  border-left-color: rgb(14 165 233 / 0.9);
}

.border-l-sky-500\/95{
  border-left-color: rgb(14 165 233 / 0.95);
}

.border-l-sky-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-l-sky-600\/0{
  border-left-color: rgb(2 132 199 / 0);
}

.border-l-sky-600\/10{
  border-left-color: rgb(2 132 199 / 0.1);
}

.border-l-sky-600\/100{
  border-left-color: rgb(2 132 199 / 1);
}

.border-l-sky-600\/20{
  border-left-color: rgb(2 132 199 / 0.2);
}

.border-l-sky-600\/25{
  border-left-color: rgb(2 132 199 / 0.25);
}

.border-l-sky-600\/30{
  border-left-color: rgb(2 132 199 / 0.3);
}

.border-l-sky-600\/40{
  border-left-color: rgb(2 132 199 / 0.4);
}

.border-l-sky-600\/5{
  border-left-color: rgb(2 132 199 / 0.05);
}

.border-l-sky-600\/50{
  border-left-color: rgb(2 132 199 / 0.5);
}

.border-l-sky-600\/60{
  border-left-color: rgb(2 132 199 / 0.6);
}

.border-l-sky-600\/70{
  border-left-color: rgb(2 132 199 / 0.7);
}

.border-l-sky-600\/75{
  border-left-color: rgb(2 132 199 / 0.75);
}

.border-l-sky-600\/80{
  border-left-color: rgb(2 132 199 / 0.8);
}

.border-l-sky-600\/90{
  border-left-color: rgb(2 132 199 / 0.9);
}

.border-l-sky-600\/95{
  border-left-color: rgb(2 132 199 / 0.95);
}

.border-l-sky-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-l-sky-700\/0{
  border-left-color: rgb(3 105 161 / 0);
}

.border-l-sky-700\/10{
  border-left-color: rgb(3 105 161 / 0.1);
}

.border-l-sky-700\/100{
  border-left-color: rgb(3 105 161 / 1);
}

.border-l-sky-700\/20{
  border-left-color: rgb(3 105 161 / 0.2);
}

.border-l-sky-700\/25{
  border-left-color: rgb(3 105 161 / 0.25);
}

.border-l-sky-700\/30{
  border-left-color: rgb(3 105 161 / 0.3);
}

.border-l-sky-700\/40{
  border-left-color: rgb(3 105 161 / 0.4);
}

.border-l-sky-700\/5{
  border-left-color: rgb(3 105 161 / 0.05);
}

.border-l-sky-700\/50{
  border-left-color: rgb(3 105 161 / 0.5);
}

.border-l-sky-700\/60{
  border-left-color: rgb(3 105 161 / 0.6);
}

.border-l-sky-700\/70{
  border-left-color: rgb(3 105 161 / 0.7);
}

.border-l-sky-700\/75{
  border-left-color: rgb(3 105 161 / 0.75);
}

.border-l-sky-700\/80{
  border-left-color: rgb(3 105 161 / 0.8);
}

.border-l-sky-700\/90{
  border-left-color: rgb(3 105 161 / 0.9);
}

.border-l-sky-700\/95{
  border-left-color: rgb(3 105 161 / 0.95);
}

.border-l-sky-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-l-sky-800\/0{
  border-left-color: rgb(7 89 133 / 0);
}

.border-l-sky-800\/10{
  border-left-color: rgb(7 89 133 / 0.1);
}

.border-l-sky-800\/100{
  border-left-color: rgb(7 89 133 / 1);
}

.border-l-sky-800\/20{
  border-left-color: rgb(7 89 133 / 0.2);
}

.border-l-sky-800\/25{
  border-left-color: rgb(7 89 133 / 0.25);
}

.border-l-sky-800\/30{
  border-left-color: rgb(7 89 133 / 0.3);
}

.border-l-sky-800\/40{
  border-left-color: rgb(7 89 133 / 0.4);
}

.border-l-sky-800\/5{
  border-left-color: rgb(7 89 133 / 0.05);
}

.border-l-sky-800\/50{
  border-left-color: rgb(7 89 133 / 0.5);
}

.border-l-sky-800\/60{
  border-left-color: rgb(7 89 133 / 0.6);
}

.border-l-sky-800\/70{
  border-left-color: rgb(7 89 133 / 0.7);
}

.border-l-sky-800\/75{
  border-left-color: rgb(7 89 133 / 0.75);
}

.border-l-sky-800\/80{
  border-left-color: rgb(7 89 133 / 0.8);
}

.border-l-sky-800\/90{
  border-left-color: rgb(7 89 133 / 0.9);
}

.border-l-sky-800\/95{
  border-left-color: rgb(7 89 133 / 0.95);
}

.border-l-sky-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-l-sky-900\/0{
  border-left-color: rgb(12 74 110 / 0);
}

.border-l-sky-900\/10{
  border-left-color: rgb(12 74 110 / 0.1);
}

.border-l-sky-900\/100{
  border-left-color: rgb(12 74 110 / 1);
}

.border-l-sky-900\/20{
  border-left-color: rgb(12 74 110 / 0.2);
}

.border-l-sky-900\/25{
  border-left-color: rgb(12 74 110 / 0.25);
}

.border-l-sky-900\/30{
  border-left-color: rgb(12 74 110 / 0.3);
}

.border-l-sky-900\/40{
  border-left-color: rgb(12 74 110 / 0.4);
}

.border-l-sky-900\/5{
  border-left-color: rgb(12 74 110 / 0.05);
}

.border-l-sky-900\/50{
  border-left-color: rgb(12 74 110 / 0.5);
}

.border-l-sky-900\/60{
  border-left-color: rgb(12 74 110 / 0.6);
}

.border-l-sky-900\/70{
  border-left-color: rgb(12 74 110 / 0.7);
}

.border-l-sky-900\/75{
  border-left-color: rgb(12 74 110 / 0.75);
}

.border-l-sky-900\/80{
  border-left-color: rgb(12 74 110 / 0.8);
}

.border-l-sky-900\/90{
  border-left-color: rgb(12 74 110 / 0.9);
}

.border-l-sky-900\/95{
  border-left-color: rgb(12 74 110 / 0.95);
}

.border-l-sky-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-l-sky-950\/0{
  border-left-color: rgb(8 47 73 / 0);
}

.border-l-sky-950\/10{
  border-left-color: rgb(8 47 73 / 0.1);
}

.border-l-sky-950\/100{
  border-left-color: rgb(8 47 73 / 1);
}

.border-l-sky-950\/20{
  border-left-color: rgb(8 47 73 / 0.2);
}

.border-l-sky-950\/25{
  border-left-color: rgb(8 47 73 / 0.25);
}

.border-l-sky-950\/30{
  border-left-color: rgb(8 47 73 / 0.3);
}

.border-l-sky-950\/40{
  border-left-color: rgb(8 47 73 / 0.4);
}

.border-l-sky-950\/5{
  border-left-color: rgb(8 47 73 / 0.05);
}

.border-l-sky-950\/50{
  border-left-color: rgb(8 47 73 / 0.5);
}

.border-l-sky-950\/60{
  border-left-color: rgb(8 47 73 / 0.6);
}

.border-l-sky-950\/70{
  border-left-color: rgb(8 47 73 / 0.7);
}

.border-l-sky-950\/75{
  border-left-color: rgb(8 47 73 / 0.75);
}

.border-l-sky-950\/80{
  border-left-color: rgb(8 47 73 / 0.8);
}

.border-l-sky-950\/90{
  border-left-color: rgb(8 47 73 / 0.9);
}

.border-l-sky-950\/95{
  border-left-color: rgb(8 47 73 / 0.95);
}

.border-l-slate-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-l-slate-100\/0{
  border-left-color: rgb(241 245 249 / 0);
}

.border-l-slate-100\/10{
  border-left-color: rgb(241 245 249 / 0.1);
}

.border-l-slate-100\/100{
  border-left-color: rgb(241 245 249 / 1);
}

.border-l-slate-100\/20{
  border-left-color: rgb(241 245 249 / 0.2);
}

.border-l-slate-100\/25{
  border-left-color: rgb(241 245 249 / 0.25);
}

.border-l-slate-100\/30{
  border-left-color: rgb(241 245 249 / 0.3);
}

.border-l-slate-100\/40{
  border-left-color: rgb(241 245 249 / 0.4);
}

.border-l-slate-100\/5{
  border-left-color: rgb(241 245 249 / 0.05);
}

.border-l-slate-100\/50{
  border-left-color: rgb(241 245 249 / 0.5);
}

.border-l-slate-100\/60{
  border-left-color: rgb(241 245 249 / 0.6);
}

.border-l-slate-100\/70{
  border-left-color: rgb(241 245 249 / 0.7);
}

.border-l-slate-100\/75{
  border-left-color: rgb(241 245 249 / 0.75);
}

.border-l-slate-100\/80{
  border-left-color: rgb(241 245 249 / 0.8);
}

.border-l-slate-100\/90{
  border-left-color: rgb(241 245 249 / 0.9);
}

.border-l-slate-100\/95{
  border-left-color: rgb(241 245 249 / 0.95);
}

.border-l-slate-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-l-slate-200\/0{
  border-left-color: rgb(226 232 240 / 0);
}

.border-l-slate-200\/10{
  border-left-color: rgb(226 232 240 / 0.1);
}

.border-l-slate-200\/100{
  border-left-color: rgb(226 232 240 / 1);
}

.border-l-slate-200\/20{
  border-left-color: rgb(226 232 240 / 0.2);
}

.border-l-slate-200\/25{
  border-left-color: rgb(226 232 240 / 0.25);
}

.border-l-slate-200\/30{
  border-left-color: rgb(226 232 240 / 0.3);
}

.border-l-slate-200\/40{
  border-left-color: rgb(226 232 240 / 0.4);
}

.border-l-slate-200\/5{
  border-left-color: rgb(226 232 240 / 0.05);
}

.border-l-slate-200\/50{
  border-left-color: rgb(226 232 240 / 0.5);
}

.border-l-slate-200\/60{
  border-left-color: rgb(226 232 240 / 0.6);
}

.border-l-slate-200\/70{
  border-left-color: rgb(226 232 240 / 0.7);
}

.border-l-slate-200\/75{
  border-left-color: rgb(226 232 240 / 0.75);
}

.border-l-slate-200\/80{
  border-left-color: rgb(226 232 240 / 0.8);
}

.border-l-slate-200\/90{
  border-left-color: rgb(226 232 240 / 0.9);
}

.border-l-slate-200\/95{
  border-left-color: rgb(226 232 240 / 0.95);
}

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

.border-l-slate-300\/0{
  border-left-color: rgb(203 213 225 / 0);
}

.border-l-slate-300\/10{
  border-left-color: rgb(203 213 225 / 0.1);
}

.border-l-slate-300\/100{
  border-left-color: rgb(203 213 225 / 1);
}

.border-l-slate-300\/20{
  border-left-color: rgb(203 213 225 / 0.2);
}

.border-l-slate-300\/25{
  border-left-color: rgb(203 213 225 / 0.25);
}

.border-l-slate-300\/30{
  border-left-color: rgb(203 213 225 / 0.3);
}

.border-l-slate-300\/40{
  border-left-color: rgb(203 213 225 / 0.4);
}

.border-l-slate-300\/5{
  border-left-color: rgb(203 213 225 / 0.05);
}

.border-l-slate-300\/50{
  border-left-color: rgb(203 213 225 / 0.5);
}

.border-l-slate-300\/60{
  border-left-color: rgb(203 213 225 / 0.6);
}

.border-l-slate-300\/70{
  border-left-color: rgb(203 213 225 / 0.7);
}

.border-l-slate-300\/75{
  border-left-color: rgb(203 213 225 / 0.75);
}

.border-l-slate-300\/80{
  border-left-color: rgb(203 213 225 / 0.8);
}

.border-l-slate-300\/90{
  border-left-color: rgb(203 213 225 / 0.9);
}

.border-l-slate-300\/95{
  border-left-color: rgb(203 213 225 / 0.95);
}

.border-l-slate-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-l-slate-400\/0{
  border-left-color: rgb(148 163 184 / 0);
}

.border-l-slate-400\/10{
  border-left-color: rgb(148 163 184 / 0.1);
}

.border-l-slate-400\/100{
  border-left-color: rgb(148 163 184 / 1);
}

.border-l-slate-400\/20{
  border-left-color: rgb(148 163 184 / 0.2);
}

.border-l-slate-400\/25{
  border-left-color: rgb(148 163 184 / 0.25);
}

.border-l-slate-400\/30{
  border-left-color: rgb(148 163 184 / 0.3);
}

.border-l-slate-400\/40{
  border-left-color: rgb(148 163 184 / 0.4);
}

.border-l-slate-400\/5{
  border-left-color: rgb(148 163 184 / 0.05);
}

.border-l-slate-400\/50{
  border-left-color: rgb(148 163 184 / 0.5);
}

.border-l-slate-400\/60{
  border-left-color: rgb(148 163 184 / 0.6);
}

.border-l-slate-400\/70{
  border-left-color: rgb(148 163 184 / 0.7);
}

.border-l-slate-400\/75{
  border-left-color: rgb(148 163 184 / 0.75);
}

.border-l-slate-400\/80{
  border-left-color: rgb(148 163 184 / 0.8);
}

.border-l-slate-400\/90{
  border-left-color: rgb(148 163 184 / 0.9);
}

.border-l-slate-400\/95{
  border-left-color: rgb(148 163 184 / 0.95);
}

.border-l-slate-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-l-slate-50\/0{
  border-left-color: rgb(248 250 252 / 0);
}

.border-l-slate-50\/10{
  border-left-color: rgb(248 250 252 / 0.1);
}

.border-l-slate-50\/100{
  border-left-color: rgb(248 250 252 / 1);
}

.border-l-slate-50\/20{
  border-left-color: rgb(248 250 252 / 0.2);
}

.border-l-slate-50\/25{
  border-left-color: rgb(248 250 252 / 0.25);
}

.border-l-slate-50\/30{
  border-left-color: rgb(248 250 252 / 0.3);
}

.border-l-slate-50\/40{
  border-left-color: rgb(248 250 252 / 0.4);
}

.border-l-slate-50\/5{
  border-left-color: rgb(248 250 252 / 0.05);
}

.border-l-slate-50\/50{
  border-left-color: rgb(248 250 252 / 0.5);
}

.border-l-slate-50\/60{
  border-left-color: rgb(248 250 252 / 0.6);
}

.border-l-slate-50\/70{
  border-left-color: rgb(248 250 252 / 0.7);
}

.border-l-slate-50\/75{
  border-left-color: rgb(248 250 252 / 0.75);
}

.border-l-slate-50\/80{
  border-left-color: rgb(248 250 252 / 0.8);
}

.border-l-slate-50\/90{
  border-left-color: rgb(248 250 252 / 0.9);
}

.border-l-slate-50\/95{
  border-left-color: rgb(248 250 252 / 0.95);
}

.border-l-slate-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-l-slate-500\/0{
  border-left-color: rgb(100 116 139 / 0);
}

.border-l-slate-500\/10{
  border-left-color: rgb(100 116 139 / 0.1);
}

.border-l-slate-500\/100{
  border-left-color: rgb(100 116 139 / 1);
}

.border-l-slate-500\/20{
  border-left-color: rgb(100 116 139 / 0.2);
}

.border-l-slate-500\/25{
  border-left-color: rgb(100 116 139 / 0.25);
}

.border-l-slate-500\/30{
  border-left-color: rgb(100 116 139 / 0.3);
}

.border-l-slate-500\/40{
  border-left-color: rgb(100 116 139 / 0.4);
}

.border-l-slate-500\/5{
  border-left-color: rgb(100 116 139 / 0.05);
}

.border-l-slate-500\/50{
  border-left-color: rgb(100 116 139 / 0.5);
}

.border-l-slate-500\/60{
  border-left-color: rgb(100 116 139 / 0.6);
}

.border-l-slate-500\/70{
  border-left-color: rgb(100 116 139 / 0.7);
}

.border-l-slate-500\/75{
  border-left-color: rgb(100 116 139 / 0.75);
}

.border-l-slate-500\/80{
  border-left-color: rgb(100 116 139 / 0.8);
}

.border-l-slate-500\/90{
  border-left-color: rgb(100 116 139 / 0.9);
}

.border-l-slate-500\/95{
  border-left-color: rgb(100 116 139 / 0.95);
}

.border-l-slate-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-l-slate-600\/0{
  border-left-color: rgb(71 85 105 / 0);
}

.border-l-slate-600\/10{
  border-left-color: rgb(71 85 105 / 0.1);
}

.border-l-slate-600\/100{
  border-left-color: rgb(71 85 105 / 1);
}

.border-l-slate-600\/20{
  border-left-color: rgb(71 85 105 / 0.2);
}

.border-l-slate-600\/25{
  border-left-color: rgb(71 85 105 / 0.25);
}

.border-l-slate-600\/30{
  border-left-color: rgb(71 85 105 / 0.3);
}

.border-l-slate-600\/40{
  border-left-color: rgb(71 85 105 / 0.4);
}

.border-l-slate-600\/5{
  border-left-color: rgb(71 85 105 / 0.05);
}

.border-l-slate-600\/50{
  border-left-color: rgb(71 85 105 / 0.5);
}

.border-l-slate-600\/60{
  border-left-color: rgb(71 85 105 / 0.6);
}

.border-l-slate-600\/70{
  border-left-color: rgb(71 85 105 / 0.7);
}

.border-l-slate-600\/75{
  border-left-color: rgb(71 85 105 / 0.75);
}

.border-l-slate-600\/80{
  border-left-color: rgb(71 85 105 / 0.8);
}

.border-l-slate-600\/90{
  border-left-color: rgb(71 85 105 / 0.9);
}

.border-l-slate-600\/95{
  border-left-color: rgb(71 85 105 / 0.95);
}

.border-l-slate-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-l-slate-700\/0{
  border-left-color: rgb(51 65 85 / 0);
}

.border-l-slate-700\/10{
  border-left-color: rgb(51 65 85 / 0.1);
}

.border-l-slate-700\/100{
  border-left-color: rgb(51 65 85 / 1);
}

.border-l-slate-700\/20{
  border-left-color: rgb(51 65 85 / 0.2);
}

.border-l-slate-700\/25{
  border-left-color: rgb(51 65 85 / 0.25);
}

.border-l-slate-700\/30{
  border-left-color: rgb(51 65 85 / 0.3);
}

.border-l-slate-700\/40{
  border-left-color: rgb(51 65 85 / 0.4);
}

.border-l-slate-700\/5{
  border-left-color: rgb(51 65 85 / 0.05);
}

.border-l-slate-700\/50{
  border-left-color: rgb(51 65 85 / 0.5);
}

.border-l-slate-700\/60{
  border-left-color: rgb(51 65 85 / 0.6);
}

.border-l-slate-700\/70{
  border-left-color: rgb(51 65 85 / 0.7);
}

.border-l-slate-700\/75{
  border-left-color: rgb(51 65 85 / 0.75);
}

.border-l-slate-700\/80{
  border-left-color: rgb(51 65 85 / 0.8);
}

.border-l-slate-700\/90{
  border-left-color: rgb(51 65 85 / 0.9);
}

.border-l-slate-700\/95{
  border-left-color: rgb(51 65 85 / 0.95);
}

.border-l-slate-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-l-slate-800\/0{
  border-left-color: rgb(30 41 59 / 0);
}

.border-l-slate-800\/10{
  border-left-color: rgb(30 41 59 / 0.1);
}

.border-l-slate-800\/100{
  border-left-color: rgb(30 41 59 / 1);
}

.border-l-slate-800\/20{
  border-left-color: rgb(30 41 59 / 0.2);
}

.border-l-slate-800\/25{
  border-left-color: rgb(30 41 59 / 0.25);
}

.border-l-slate-800\/30{
  border-left-color: rgb(30 41 59 / 0.3);
}

.border-l-slate-800\/40{
  border-left-color: rgb(30 41 59 / 0.4);
}

.border-l-slate-800\/5{
  border-left-color: rgb(30 41 59 / 0.05);
}

.border-l-slate-800\/50{
  border-left-color: rgb(30 41 59 / 0.5);
}

.border-l-slate-800\/60{
  border-left-color: rgb(30 41 59 / 0.6);
}

.border-l-slate-800\/70{
  border-left-color: rgb(30 41 59 / 0.7);
}

.border-l-slate-800\/75{
  border-left-color: rgb(30 41 59 / 0.75);
}

.border-l-slate-800\/80{
  border-left-color: rgb(30 41 59 / 0.8);
}

.border-l-slate-800\/90{
  border-left-color: rgb(30 41 59 / 0.9);
}

.border-l-slate-800\/95{
  border-left-color: rgb(30 41 59 / 0.95);
}

.border-l-slate-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-l-slate-900\/0{
  border-left-color: rgb(15 23 42 / 0);
}

.border-l-slate-900\/10{
  border-left-color: rgb(15 23 42 / 0.1);
}

.border-l-slate-900\/100{
  border-left-color: rgb(15 23 42 / 1);
}

.border-l-slate-900\/20{
  border-left-color: rgb(15 23 42 / 0.2);
}

.border-l-slate-900\/25{
  border-left-color: rgb(15 23 42 / 0.25);
}

.border-l-slate-900\/30{
  border-left-color: rgb(15 23 42 / 0.3);
}

.border-l-slate-900\/40{
  border-left-color: rgb(15 23 42 / 0.4);
}

.border-l-slate-900\/5{
  border-left-color: rgb(15 23 42 / 0.05);
}

.border-l-slate-900\/50{
  border-left-color: rgb(15 23 42 / 0.5);
}

.border-l-slate-900\/60{
  border-left-color: rgb(15 23 42 / 0.6);
}

.border-l-slate-900\/70{
  border-left-color: rgb(15 23 42 / 0.7);
}

.border-l-slate-900\/75{
  border-left-color: rgb(15 23 42 / 0.75);
}

.border-l-slate-900\/80{
  border-left-color: rgb(15 23 42 / 0.8);
}

.border-l-slate-900\/90{
  border-left-color: rgb(15 23 42 / 0.9);
}

.border-l-slate-900\/95{
  border-left-color: rgb(15 23 42 / 0.95);
}

.border-l-slate-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-l-slate-950\/0{
  border-left-color: rgb(2 6 23 / 0);
}

.border-l-slate-950\/10{
  border-left-color: rgb(2 6 23 / 0.1);
}

.border-l-slate-950\/100{
  border-left-color: rgb(2 6 23 / 1);
}

.border-l-slate-950\/20{
  border-left-color: rgb(2 6 23 / 0.2);
}

.border-l-slate-950\/25{
  border-left-color: rgb(2 6 23 / 0.25);
}

.border-l-slate-950\/30{
  border-left-color: rgb(2 6 23 / 0.3);
}

.border-l-slate-950\/40{
  border-left-color: rgb(2 6 23 / 0.4);
}

.border-l-slate-950\/5{
  border-left-color: rgb(2 6 23 / 0.05);
}

.border-l-slate-950\/50{
  border-left-color: rgb(2 6 23 / 0.5);
}

.border-l-slate-950\/60{
  border-left-color: rgb(2 6 23 / 0.6);
}

.border-l-slate-950\/70{
  border-left-color: rgb(2 6 23 / 0.7);
}

.border-l-slate-950\/75{
  border-left-color: rgb(2 6 23 / 0.75);
}

.border-l-slate-950\/80{
  border-left-color: rgb(2 6 23 / 0.8);
}

.border-l-slate-950\/90{
  border-left-color: rgb(2 6 23 / 0.9);
}

.border-l-slate-950\/95{
  border-left-color: rgb(2 6 23 / 0.95);
}

.border-l-stone-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-l-stone-100\/0{
  border-left-color: rgb(245 245 244 / 0);
}

.border-l-stone-100\/10{
  border-left-color: rgb(245 245 244 / 0.1);
}

.border-l-stone-100\/100{
  border-left-color: rgb(245 245 244 / 1);
}

.border-l-stone-100\/20{
  border-left-color: rgb(245 245 244 / 0.2);
}

.border-l-stone-100\/25{
  border-left-color: rgb(245 245 244 / 0.25);
}

.border-l-stone-100\/30{
  border-left-color: rgb(245 245 244 / 0.3);
}

.border-l-stone-100\/40{
  border-left-color: rgb(245 245 244 / 0.4);
}

.border-l-stone-100\/5{
  border-left-color: rgb(245 245 244 / 0.05);
}

.border-l-stone-100\/50{
  border-left-color: rgb(245 245 244 / 0.5);
}

.border-l-stone-100\/60{
  border-left-color: rgb(245 245 244 / 0.6);
}

.border-l-stone-100\/70{
  border-left-color: rgb(245 245 244 / 0.7);
}

.border-l-stone-100\/75{
  border-left-color: rgb(245 245 244 / 0.75);
}

.border-l-stone-100\/80{
  border-left-color: rgb(245 245 244 / 0.8);
}

.border-l-stone-100\/90{
  border-left-color: rgb(245 245 244 / 0.9);
}

.border-l-stone-100\/95{
  border-left-color: rgb(245 245 244 / 0.95);
}

.border-l-stone-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-l-stone-200\/0{
  border-left-color: rgb(231 229 228 / 0);
}

.border-l-stone-200\/10{
  border-left-color: rgb(231 229 228 / 0.1);
}

.border-l-stone-200\/100{
  border-left-color: rgb(231 229 228 / 1);
}

.border-l-stone-200\/20{
  border-left-color: rgb(231 229 228 / 0.2);
}

.border-l-stone-200\/25{
  border-left-color: rgb(231 229 228 / 0.25);
}

.border-l-stone-200\/30{
  border-left-color: rgb(231 229 228 / 0.3);
}

.border-l-stone-200\/40{
  border-left-color: rgb(231 229 228 / 0.4);
}

.border-l-stone-200\/5{
  border-left-color: rgb(231 229 228 / 0.05);
}

.border-l-stone-200\/50{
  border-left-color: rgb(231 229 228 / 0.5);
}

.border-l-stone-200\/60{
  border-left-color: rgb(231 229 228 / 0.6);
}

.border-l-stone-200\/70{
  border-left-color: rgb(231 229 228 / 0.7);
}

.border-l-stone-200\/75{
  border-left-color: rgb(231 229 228 / 0.75);
}

.border-l-stone-200\/80{
  border-left-color: rgb(231 229 228 / 0.8);
}

.border-l-stone-200\/90{
  border-left-color: rgb(231 229 228 / 0.9);
}

.border-l-stone-200\/95{
  border-left-color: rgb(231 229 228 / 0.95);
}

.border-l-stone-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-l-stone-300\/0{
  border-left-color: rgb(214 211 209 / 0);
}

.border-l-stone-300\/10{
  border-left-color: rgb(214 211 209 / 0.1);
}

.border-l-stone-300\/100{
  border-left-color: rgb(214 211 209 / 1);
}

.border-l-stone-300\/20{
  border-left-color: rgb(214 211 209 / 0.2);
}

.border-l-stone-300\/25{
  border-left-color: rgb(214 211 209 / 0.25);
}

.border-l-stone-300\/30{
  border-left-color: rgb(214 211 209 / 0.3);
}

.border-l-stone-300\/40{
  border-left-color: rgb(214 211 209 / 0.4);
}

.border-l-stone-300\/5{
  border-left-color: rgb(214 211 209 / 0.05);
}

.border-l-stone-300\/50{
  border-left-color: rgb(214 211 209 / 0.5);
}

.border-l-stone-300\/60{
  border-left-color: rgb(214 211 209 / 0.6);
}

.border-l-stone-300\/70{
  border-left-color: rgb(214 211 209 / 0.7);
}

.border-l-stone-300\/75{
  border-left-color: rgb(214 211 209 / 0.75);
}

.border-l-stone-300\/80{
  border-left-color: rgb(214 211 209 / 0.8);
}

.border-l-stone-300\/90{
  border-left-color: rgb(214 211 209 / 0.9);
}

.border-l-stone-300\/95{
  border-left-color: rgb(214 211 209 / 0.95);
}

.border-l-stone-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-l-stone-400\/0{
  border-left-color: rgb(168 162 158 / 0);
}

.border-l-stone-400\/10{
  border-left-color: rgb(168 162 158 / 0.1);
}

.border-l-stone-400\/100{
  border-left-color: rgb(168 162 158 / 1);
}

.border-l-stone-400\/20{
  border-left-color: rgb(168 162 158 / 0.2);
}

.border-l-stone-400\/25{
  border-left-color: rgb(168 162 158 / 0.25);
}

.border-l-stone-400\/30{
  border-left-color: rgb(168 162 158 / 0.3);
}

.border-l-stone-400\/40{
  border-left-color: rgb(168 162 158 / 0.4);
}

.border-l-stone-400\/5{
  border-left-color: rgb(168 162 158 / 0.05);
}

.border-l-stone-400\/50{
  border-left-color: rgb(168 162 158 / 0.5);
}

.border-l-stone-400\/60{
  border-left-color: rgb(168 162 158 / 0.6);
}

.border-l-stone-400\/70{
  border-left-color: rgb(168 162 158 / 0.7);
}

.border-l-stone-400\/75{
  border-left-color: rgb(168 162 158 / 0.75);
}

.border-l-stone-400\/80{
  border-left-color: rgb(168 162 158 / 0.8);
}

.border-l-stone-400\/90{
  border-left-color: rgb(168 162 158 / 0.9);
}

.border-l-stone-400\/95{
  border-left-color: rgb(168 162 158 / 0.95);
}

.border-l-stone-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-l-stone-50\/0{
  border-left-color: rgb(250 250 249 / 0);
}

.border-l-stone-50\/10{
  border-left-color: rgb(250 250 249 / 0.1);
}

.border-l-stone-50\/100{
  border-left-color: rgb(250 250 249 / 1);
}

.border-l-stone-50\/20{
  border-left-color: rgb(250 250 249 / 0.2);
}

.border-l-stone-50\/25{
  border-left-color: rgb(250 250 249 / 0.25);
}

.border-l-stone-50\/30{
  border-left-color: rgb(250 250 249 / 0.3);
}

.border-l-stone-50\/40{
  border-left-color: rgb(250 250 249 / 0.4);
}

.border-l-stone-50\/5{
  border-left-color: rgb(250 250 249 / 0.05);
}

.border-l-stone-50\/50{
  border-left-color: rgb(250 250 249 / 0.5);
}

.border-l-stone-50\/60{
  border-left-color: rgb(250 250 249 / 0.6);
}

.border-l-stone-50\/70{
  border-left-color: rgb(250 250 249 / 0.7);
}

.border-l-stone-50\/75{
  border-left-color: rgb(250 250 249 / 0.75);
}

.border-l-stone-50\/80{
  border-left-color: rgb(250 250 249 / 0.8);
}

.border-l-stone-50\/90{
  border-left-color: rgb(250 250 249 / 0.9);
}

.border-l-stone-50\/95{
  border-left-color: rgb(250 250 249 / 0.95);
}

.border-l-stone-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-l-stone-500\/0{
  border-left-color: rgb(120 113 108 / 0);
}

.border-l-stone-500\/10{
  border-left-color: rgb(120 113 108 / 0.1);
}

.border-l-stone-500\/100{
  border-left-color: rgb(120 113 108 / 1);
}

.border-l-stone-500\/20{
  border-left-color: rgb(120 113 108 / 0.2);
}

.border-l-stone-500\/25{
  border-left-color: rgb(120 113 108 / 0.25);
}

.border-l-stone-500\/30{
  border-left-color: rgb(120 113 108 / 0.3);
}

.border-l-stone-500\/40{
  border-left-color: rgb(120 113 108 / 0.4);
}

.border-l-stone-500\/5{
  border-left-color: rgb(120 113 108 / 0.05);
}

.border-l-stone-500\/50{
  border-left-color: rgb(120 113 108 / 0.5);
}

.border-l-stone-500\/60{
  border-left-color: rgb(120 113 108 / 0.6);
}

.border-l-stone-500\/70{
  border-left-color: rgb(120 113 108 / 0.7);
}

.border-l-stone-500\/75{
  border-left-color: rgb(120 113 108 / 0.75);
}

.border-l-stone-500\/80{
  border-left-color: rgb(120 113 108 / 0.8);
}

.border-l-stone-500\/90{
  border-left-color: rgb(120 113 108 / 0.9);
}

.border-l-stone-500\/95{
  border-left-color: rgb(120 113 108 / 0.95);
}

.border-l-stone-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-l-stone-600\/0{
  border-left-color: rgb(87 83 78 / 0);
}

.border-l-stone-600\/10{
  border-left-color: rgb(87 83 78 / 0.1);
}

.border-l-stone-600\/100{
  border-left-color: rgb(87 83 78 / 1);
}

.border-l-stone-600\/20{
  border-left-color: rgb(87 83 78 / 0.2);
}

.border-l-stone-600\/25{
  border-left-color: rgb(87 83 78 / 0.25);
}

.border-l-stone-600\/30{
  border-left-color: rgb(87 83 78 / 0.3);
}

.border-l-stone-600\/40{
  border-left-color: rgb(87 83 78 / 0.4);
}

.border-l-stone-600\/5{
  border-left-color: rgb(87 83 78 / 0.05);
}

.border-l-stone-600\/50{
  border-left-color: rgb(87 83 78 / 0.5);
}

.border-l-stone-600\/60{
  border-left-color: rgb(87 83 78 / 0.6);
}

.border-l-stone-600\/70{
  border-left-color: rgb(87 83 78 / 0.7);
}

.border-l-stone-600\/75{
  border-left-color: rgb(87 83 78 / 0.75);
}

.border-l-stone-600\/80{
  border-left-color: rgb(87 83 78 / 0.8);
}

.border-l-stone-600\/90{
  border-left-color: rgb(87 83 78 / 0.9);
}

.border-l-stone-600\/95{
  border-left-color: rgb(87 83 78 / 0.95);
}

.border-l-stone-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-l-stone-700\/0{
  border-left-color: rgb(68 64 60 / 0);
}

.border-l-stone-700\/10{
  border-left-color: rgb(68 64 60 / 0.1);
}

.border-l-stone-700\/100{
  border-left-color: rgb(68 64 60 / 1);
}

.border-l-stone-700\/20{
  border-left-color: rgb(68 64 60 / 0.2);
}

.border-l-stone-700\/25{
  border-left-color: rgb(68 64 60 / 0.25);
}

.border-l-stone-700\/30{
  border-left-color: rgb(68 64 60 / 0.3);
}

.border-l-stone-700\/40{
  border-left-color: rgb(68 64 60 / 0.4);
}

.border-l-stone-700\/5{
  border-left-color: rgb(68 64 60 / 0.05);
}

.border-l-stone-700\/50{
  border-left-color: rgb(68 64 60 / 0.5);
}

.border-l-stone-700\/60{
  border-left-color: rgb(68 64 60 / 0.6);
}

.border-l-stone-700\/70{
  border-left-color: rgb(68 64 60 / 0.7);
}

.border-l-stone-700\/75{
  border-left-color: rgb(68 64 60 / 0.75);
}

.border-l-stone-700\/80{
  border-left-color: rgb(68 64 60 / 0.8);
}

.border-l-stone-700\/90{
  border-left-color: rgb(68 64 60 / 0.9);
}

.border-l-stone-700\/95{
  border-left-color: rgb(68 64 60 / 0.95);
}

.border-l-stone-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-l-stone-800\/0{
  border-left-color: rgb(41 37 36 / 0);
}

.border-l-stone-800\/10{
  border-left-color: rgb(41 37 36 / 0.1);
}

.border-l-stone-800\/100{
  border-left-color: rgb(41 37 36 / 1);
}

.border-l-stone-800\/20{
  border-left-color: rgb(41 37 36 / 0.2);
}

.border-l-stone-800\/25{
  border-left-color: rgb(41 37 36 / 0.25);
}

.border-l-stone-800\/30{
  border-left-color: rgb(41 37 36 / 0.3);
}

.border-l-stone-800\/40{
  border-left-color: rgb(41 37 36 / 0.4);
}

.border-l-stone-800\/5{
  border-left-color: rgb(41 37 36 / 0.05);
}

.border-l-stone-800\/50{
  border-left-color: rgb(41 37 36 / 0.5);
}

.border-l-stone-800\/60{
  border-left-color: rgb(41 37 36 / 0.6);
}

.border-l-stone-800\/70{
  border-left-color: rgb(41 37 36 / 0.7);
}

.border-l-stone-800\/75{
  border-left-color: rgb(41 37 36 / 0.75);
}

.border-l-stone-800\/80{
  border-left-color: rgb(41 37 36 / 0.8);
}

.border-l-stone-800\/90{
  border-left-color: rgb(41 37 36 / 0.9);
}

.border-l-stone-800\/95{
  border-left-color: rgb(41 37 36 / 0.95);
}

.border-l-stone-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-l-stone-900\/0{
  border-left-color: rgb(28 25 23 / 0);
}

.border-l-stone-900\/10{
  border-left-color: rgb(28 25 23 / 0.1);
}

.border-l-stone-900\/100{
  border-left-color: rgb(28 25 23 / 1);
}

.border-l-stone-900\/20{
  border-left-color: rgb(28 25 23 / 0.2);
}

.border-l-stone-900\/25{
  border-left-color: rgb(28 25 23 / 0.25);
}

.border-l-stone-900\/30{
  border-left-color: rgb(28 25 23 / 0.3);
}

.border-l-stone-900\/40{
  border-left-color: rgb(28 25 23 / 0.4);
}

.border-l-stone-900\/5{
  border-left-color: rgb(28 25 23 / 0.05);
}

.border-l-stone-900\/50{
  border-left-color: rgb(28 25 23 / 0.5);
}

.border-l-stone-900\/60{
  border-left-color: rgb(28 25 23 / 0.6);
}

.border-l-stone-900\/70{
  border-left-color: rgb(28 25 23 / 0.7);
}

.border-l-stone-900\/75{
  border-left-color: rgb(28 25 23 / 0.75);
}

.border-l-stone-900\/80{
  border-left-color: rgb(28 25 23 / 0.8);
}

.border-l-stone-900\/90{
  border-left-color: rgb(28 25 23 / 0.9);
}

.border-l-stone-900\/95{
  border-left-color: rgb(28 25 23 / 0.95);
}

.border-l-stone-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-l-stone-950\/0{
  border-left-color: rgb(12 10 9 / 0);
}

.border-l-stone-950\/10{
  border-left-color: rgb(12 10 9 / 0.1);
}

.border-l-stone-950\/100{
  border-left-color: rgb(12 10 9 / 1);
}

.border-l-stone-950\/20{
  border-left-color: rgb(12 10 9 / 0.2);
}

.border-l-stone-950\/25{
  border-left-color: rgb(12 10 9 / 0.25);
}

.border-l-stone-950\/30{
  border-left-color: rgb(12 10 9 / 0.3);
}

.border-l-stone-950\/40{
  border-left-color: rgb(12 10 9 / 0.4);
}

.border-l-stone-950\/5{
  border-left-color: rgb(12 10 9 / 0.05);
}

.border-l-stone-950\/50{
  border-left-color: rgb(12 10 9 / 0.5);
}

.border-l-stone-950\/60{
  border-left-color: rgb(12 10 9 / 0.6);
}

.border-l-stone-950\/70{
  border-left-color: rgb(12 10 9 / 0.7);
}

.border-l-stone-950\/75{
  border-left-color: rgb(12 10 9 / 0.75);
}

.border-l-stone-950\/80{
  border-left-color: rgb(12 10 9 / 0.8);
}

.border-l-stone-950\/90{
  border-left-color: rgb(12 10 9 / 0.9);
}

.border-l-stone-950\/95{
  border-left-color: rgb(12 10 9 / 0.95);
}

.border-l-teal-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.border-l-teal-100\/0{
  border-left-color: rgb(204 251 241 / 0);
}

.border-l-teal-100\/10{
  border-left-color: rgb(204 251 241 / 0.1);
}

.border-l-teal-100\/100{
  border-left-color: rgb(204 251 241 / 1);
}

.border-l-teal-100\/20{
  border-left-color: rgb(204 251 241 / 0.2);
}

.border-l-teal-100\/25{
  border-left-color: rgb(204 251 241 / 0.25);
}

.border-l-teal-100\/30{
  border-left-color: rgb(204 251 241 / 0.3);
}

.border-l-teal-100\/40{
  border-left-color: rgb(204 251 241 / 0.4);
}

.border-l-teal-100\/5{
  border-left-color: rgb(204 251 241 / 0.05);
}

.border-l-teal-100\/50{
  border-left-color: rgb(204 251 241 / 0.5);
}

.border-l-teal-100\/60{
  border-left-color: rgb(204 251 241 / 0.6);
}

.border-l-teal-100\/70{
  border-left-color: rgb(204 251 241 / 0.7);
}

.border-l-teal-100\/75{
  border-left-color: rgb(204 251 241 / 0.75);
}

.border-l-teal-100\/80{
  border-left-color: rgb(204 251 241 / 0.8);
}

.border-l-teal-100\/90{
  border-left-color: rgb(204 251 241 / 0.9);
}

.border-l-teal-100\/95{
  border-left-color: rgb(204 251 241 / 0.95);
}

.border-l-teal-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-l-teal-200\/0{
  border-left-color: rgb(153 246 228 / 0);
}

.border-l-teal-200\/10{
  border-left-color: rgb(153 246 228 / 0.1);
}

.border-l-teal-200\/100{
  border-left-color: rgb(153 246 228 / 1);
}

.border-l-teal-200\/20{
  border-left-color: rgb(153 246 228 / 0.2);
}

.border-l-teal-200\/25{
  border-left-color: rgb(153 246 228 / 0.25);
}

.border-l-teal-200\/30{
  border-left-color: rgb(153 246 228 / 0.3);
}

.border-l-teal-200\/40{
  border-left-color: rgb(153 246 228 / 0.4);
}

.border-l-teal-200\/5{
  border-left-color: rgb(153 246 228 / 0.05);
}

.border-l-teal-200\/50{
  border-left-color: rgb(153 246 228 / 0.5);
}

.border-l-teal-200\/60{
  border-left-color: rgb(153 246 228 / 0.6);
}

.border-l-teal-200\/70{
  border-left-color: rgb(153 246 228 / 0.7);
}

.border-l-teal-200\/75{
  border-left-color: rgb(153 246 228 / 0.75);
}

.border-l-teal-200\/80{
  border-left-color: rgb(153 246 228 / 0.8);
}

.border-l-teal-200\/90{
  border-left-color: rgb(153 246 228 / 0.9);
}

.border-l-teal-200\/95{
  border-left-color: rgb(153 246 228 / 0.95);
}

.border-l-teal-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-l-teal-300\/0{
  border-left-color: rgb(94 234 212 / 0);
}

.border-l-teal-300\/10{
  border-left-color: rgb(94 234 212 / 0.1);
}

.border-l-teal-300\/100{
  border-left-color: rgb(94 234 212 / 1);
}

.border-l-teal-300\/20{
  border-left-color: rgb(94 234 212 / 0.2);
}

.border-l-teal-300\/25{
  border-left-color: rgb(94 234 212 / 0.25);
}

.border-l-teal-300\/30{
  border-left-color: rgb(94 234 212 / 0.3);
}

.border-l-teal-300\/40{
  border-left-color: rgb(94 234 212 / 0.4);
}

.border-l-teal-300\/5{
  border-left-color: rgb(94 234 212 / 0.05);
}

.border-l-teal-300\/50{
  border-left-color: rgb(94 234 212 / 0.5);
}

.border-l-teal-300\/60{
  border-left-color: rgb(94 234 212 / 0.6);
}

.border-l-teal-300\/70{
  border-left-color: rgb(94 234 212 / 0.7);
}

.border-l-teal-300\/75{
  border-left-color: rgb(94 234 212 / 0.75);
}

.border-l-teal-300\/80{
  border-left-color: rgb(94 234 212 / 0.8);
}

.border-l-teal-300\/90{
  border-left-color: rgb(94 234 212 / 0.9);
}

.border-l-teal-300\/95{
  border-left-color: rgb(94 234 212 / 0.95);
}

.border-l-teal-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-l-teal-400\/0{
  border-left-color: rgb(45 212 191 / 0);
}

.border-l-teal-400\/10{
  border-left-color: rgb(45 212 191 / 0.1);
}

.border-l-teal-400\/100{
  border-left-color: rgb(45 212 191 / 1);
}

.border-l-teal-400\/20{
  border-left-color: rgb(45 212 191 / 0.2);
}

.border-l-teal-400\/25{
  border-left-color: rgb(45 212 191 / 0.25);
}

.border-l-teal-400\/30{
  border-left-color: rgb(45 212 191 / 0.3);
}

.border-l-teal-400\/40{
  border-left-color: rgb(45 212 191 / 0.4);
}

.border-l-teal-400\/5{
  border-left-color: rgb(45 212 191 / 0.05);
}

.border-l-teal-400\/50{
  border-left-color: rgb(45 212 191 / 0.5);
}

.border-l-teal-400\/60{
  border-left-color: rgb(45 212 191 / 0.6);
}

.border-l-teal-400\/70{
  border-left-color: rgb(45 212 191 / 0.7);
}

.border-l-teal-400\/75{
  border-left-color: rgb(45 212 191 / 0.75);
}

.border-l-teal-400\/80{
  border-left-color: rgb(45 212 191 / 0.8);
}

.border-l-teal-400\/90{
  border-left-color: rgb(45 212 191 / 0.9);
}

.border-l-teal-400\/95{
  border-left-color: rgb(45 212 191 / 0.95);
}

.border-l-teal-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-l-teal-50\/0{
  border-left-color: rgb(240 253 250 / 0);
}

.border-l-teal-50\/10{
  border-left-color: rgb(240 253 250 / 0.1);
}

.border-l-teal-50\/100{
  border-left-color: rgb(240 253 250 / 1);
}

.border-l-teal-50\/20{
  border-left-color: rgb(240 253 250 / 0.2);
}

.border-l-teal-50\/25{
  border-left-color: rgb(240 253 250 / 0.25);
}

.border-l-teal-50\/30{
  border-left-color: rgb(240 253 250 / 0.3);
}

.border-l-teal-50\/40{
  border-left-color: rgb(240 253 250 / 0.4);
}

.border-l-teal-50\/5{
  border-left-color: rgb(240 253 250 / 0.05);
}

.border-l-teal-50\/50{
  border-left-color: rgb(240 253 250 / 0.5);
}

.border-l-teal-50\/60{
  border-left-color: rgb(240 253 250 / 0.6);
}

.border-l-teal-50\/70{
  border-left-color: rgb(240 253 250 / 0.7);
}

.border-l-teal-50\/75{
  border-left-color: rgb(240 253 250 / 0.75);
}

.border-l-teal-50\/80{
  border-left-color: rgb(240 253 250 / 0.8);
}

.border-l-teal-50\/90{
  border-left-color: rgb(240 253 250 / 0.9);
}

.border-l-teal-50\/95{
  border-left-color: rgb(240 253 250 / 0.95);
}

.border-l-teal-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-l-teal-500\/0{
  border-left-color: rgb(20 184 166 / 0);
}

.border-l-teal-500\/10{
  border-left-color: rgb(20 184 166 / 0.1);
}

.border-l-teal-500\/100{
  border-left-color: rgb(20 184 166 / 1);
}

.border-l-teal-500\/20{
  border-left-color: rgb(20 184 166 / 0.2);
}

.border-l-teal-500\/25{
  border-left-color: rgb(20 184 166 / 0.25);
}

.border-l-teal-500\/30{
  border-left-color: rgb(20 184 166 / 0.3);
}

.border-l-teal-500\/40{
  border-left-color: rgb(20 184 166 / 0.4);
}

.border-l-teal-500\/5{
  border-left-color: rgb(20 184 166 / 0.05);
}

.border-l-teal-500\/50{
  border-left-color: rgb(20 184 166 / 0.5);
}

.border-l-teal-500\/60{
  border-left-color: rgb(20 184 166 / 0.6);
}

.border-l-teal-500\/70{
  border-left-color: rgb(20 184 166 / 0.7);
}

.border-l-teal-500\/75{
  border-left-color: rgb(20 184 166 / 0.75);
}

.border-l-teal-500\/80{
  border-left-color: rgb(20 184 166 / 0.8);
}

.border-l-teal-500\/90{
  border-left-color: rgb(20 184 166 / 0.9);
}

.border-l-teal-500\/95{
  border-left-color: rgb(20 184 166 / 0.95);
}

.border-l-teal-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-l-teal-600\/0{
  border-left-color: rgb(13 148 136 / 0);
}

.border-l-teal-600\/10{
  border-left-color: rgb(13 148 136 / 0.1);
}

.border-l-teal-600\/100{
  border-left-color: rgb(13 148 136 / 1);
}

.border-l-teal-600\/20{
  border-left-color: rgb(13 148 136 / 0.2);
}

.border-l-teal-600\/25{
  border-left-color: rgb(13 148 136 / 0.25);
}

.border-l-teal-600\/30{
  border-left-color: rgb(13 148 136 / 0.3);
}

.border-l-teal-600\/40{
  border-left-color: rgb(13 148 136 / 0.4);
}

.border-l-teal-600\/5{
  border-left-color: rgb(13 148 136 / 0.05);
}

.border-l-teal-600\/50{
  border-left-color: rgb(13 148 136 / 0.5);
}

.border-l-teal-600\/60{
  border-left-color: rgb(13 148 136 / 0.6);
}

.border-l-teal-600\/70{
  border-left-color: rgb(13 148 136 / 0.7);
}

.border-l-teal-600\/75{
  border-left-color: rgb(13 148 136 / 0.75);
}

.border-l-teal-600\/80{
  border-left-color: rgb(13 148 136 / 0.8);
}

.border-l-teal-600\/90{
  border-left-color: rgb(13 148 136 / 0.9);
}

.border-l-teal-600\/95{
  border-left-color: rgb(13 148 136 / 0.95);
}

.border-l-teal-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-l-teal-700\/0{
  border-left-color: rgb(15 118 110 / 0);
}

.border-l-teal-700\/10{
  border-left-color: rgb(15 118 110 / 0.1);
}

.border-l-teal-700\/100{
  border-left-color: rgb(15 118 110 / 1);
}

.border-l-teal-700\/20{
  border-left-color: rgb(15 118 110 / 0.2);
}

.border-l-teal-700\/25{
  border-left-color: rgb(15 118 110 / 0.25);
}

.border-l-teal-700\/30{
  border-left-color: rgb(15 118 110 / 0.3);
}

.border-l-teal-700\/40{
  border-left-color: rgb(15 118 110 / 0.4);
}

.border-l-teal-700\/5{
  border-left-color: rgb(15 118 110 / 0.05);
}

.border-l-teal-700\/50{
  border-left-color: rgb(15 118 110 / 0.5);
}

.border-l-teal-700\/60{
  border-left-color: rgb(15 118 110 / 0.6);
}

.border-l-teal-700\/70{
  border-left-color: rgb(15 118 110 / 0.7);
}

.border-l-teal-700\/75{
  border-left-color: rgb(15 118 110 / 0.75);
}

.border-l-teal-700\/80{
  border-left-color: rgb(15 118 110 / 0.8);
}

.border-l-teal-700\/90{
  border-left-color: rgb(15 118 110 / 0.9);
}

.border-l-teal-700\/95{
  border-left-color: rgb(15 118 110 / 0.95);
}

.border-l-teal-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-l-teal-800\/0{
  border-left-color: rgb(17 94 89 / 0);
}

.border-l-teal-800\/10{
  border-left-color: rgb(17 94 89 / 0.1);
}

.border-l-teal-800\/100{
  border-left-color: rgb(17 94 89 / 1);
}

.border-l-teal-800\/20{
  border-left-color: rgb(17 94 89 / 0.2);
}

.border-l-teal-800\/25{
  border-left-color: rgb(17 94 89 / 0.25);
}

.border-l-teal-800\/30{
  border-left-color: rgb(17 94 89 / 0.3);
}

.border-l-teal-800\/40{
  border-left-color: rgb(17 94 89 / 0.4);
}

.border-l-teal-800\/5{
  border-left-color: rgb(17 94 89 / 0.05);
}

.border-l-teal-800\/50{
  border-left-color: rgb(17 94 89 / 0.5);
}

.border-l-teal-800\/60{
  border-left-color: rgb(17 94 89 / 0.6);
}

.border-l-teal-800\/70{
  border-left-color: rgb(17 94 89 / 0.7);
}

.border-l-teal-800\/75{
  border-left-color: rgb(17 94 89 / 0.75);
}

.border-l-teal-800\/80{
  border-left-color: rgb(17 94 89 / 0.8);
}

.border-l-teal-800\/90{
  border-left-color: rgb(17 94 89 / 0.9);
}

.border-l-teal-800\/95{
  border-left-color: rgb(17 94 89 / 0.95);
}

.border-l-teal-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-l-teal-900\/0{
  border-left-color: rgb(19 78 74 / 0);
}

.border-l-teal-900\/10{
  border-left-color: rgb(19 78 74 / 0.1);
}

.border-l-teal-900\/100{
  border-left-color: rgb(19 78 74 / 1);
}

.border-l-teal-900\/20{
  border-left-color: rgb(19 78 74 / 0.2);
}

.border-l-teal-900\/25{
  border-left-color: rgb(19 78 74 / 0.25);
}

.border-l-teal-900\/30{
  border-left-color: rgb(19 78 74 / 0.3);
}

.border-l-teal-900\/40{
  border-left-color: rgb(19 78 74 / 0.4);
}

.border-l-teal-900\/5{
  border-left-color: rgb(19 78 74 / 0.05);
}

.border-l-teal-900\/50{
  border-left-color: rgb(19 78 74 / 0.5);
}

.border-l-teal-900\/60{
  border-left-color: rgb(19 78 74 / 0.6);
}

.border-l-teal-900\/70{
  border-left-color: rgb(19 78 74 / 0.7);
}

.border-l-teal-900\/75{
  border-left-color: rgb(19 78 74 / 0.75);
}

.border-l-teal-900\/80{
  border-left-color: rgb(19 78 74 / 0.8);
}

.border-l-teal-900\/90{
  border-left-color: rgb(19 78 74 / 0.9);
}

.border-l-teal-900\/95{
  border-left-color: rgb(19 78 74 / 0.95);
}

.border-l-teal-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-l-teal-950\/0{
  border-left-color: rgb(4 47 46 / 0);
}

.border-l-teal-950\/10{
  border-left-color: rgb(4 47 46 / 0.1);
}

.border-l-teal-950\/100{
  border-left-color: rgb(4 47 46 / 1);
}

.border-l-teal-950\/20{
  border-left-color: rgb(4 47 46 / 0.2);
}

.border-l-teal-950\/25{
  border-left-color: rgb(4 47 46 / 0.25);
}

.border-l-teal-950\/30{
  border-left-color: rgb(4 47 46 / 0.3);
}

.border-l-teal-950\/40{
  border-left-color: rgb(4 47 46 / 0.4);
}

.border-l-teal-950\/5{
  border-left-color: rgb(4 47 46 / 0.05);
}

.border-l-teal-950\/50{
  border-left-color: rgb(4 47 46 / 0.5);
}

.border-l-teal-950\/60{
  border-left-color: rgb(4 47 46 / 0.6);
}

.border-l-teal-950\/70{
  border-left-color: rgb(4 47 46 / 0.7);
}

.border-l-teal-950\/75{
  border-left-color: rgb(4 47 46 / 0.75);
}

.border-l-teal-950\/80{
  border-left-color: rgb(4 47 46 / 0.8);
}

.border-l-teal-950\/90{
  border-left-color: rgb(4 47 46 / 0.9);
}

.border-l-teal-950\/95{
  border-left-color: rgb(4 47 46 / 0.95);
}

.border-l-transparent{
  border-left-color: transparent;
}

.border-l-transparent\/0{
  border-left-color: rgb(0 0 0 / 0);
}

.border-l-transparent\/10{
  border-left-color: rgb(0 0 0 / 0.1);
}

.border-l-transparent\/100{
  border-left-color: rgb(0 0 0 / 1);
}

.border-l-transparent\/20{
  border-left-color: rgb(0 0 0 / 0.2);
}

.border-l-transparent\/25{
  border-left-color: rgb(0 0 0 / 0.25);
}

.border-l-transparent\/30{
  border-left-color: rgb(0 0 0 / 0.3);
}

.border-l-transparent\/40{
  border-left-color: rgb(0 0 0 / 0.4);
}

.border-l-transparent\/5{
  border-left-color: rgb(0 0 0 / 0.05);
}

.border-l-transparent\/50{
  border-left-color: rgb(0 0 0 / 0.5);
}

.border-l-transparent\/60{
  border-left-color: rgb(0 0 0 / 0.6);
}

.border-l-transparent\/70{
  border-left-color: rgb(0 0 0 / 0.7);
}

.border-l-transparent\/75{
  border-left-color: rgb(0 0 0 / 0.75);
}

.border-l-transparent\/80{
  border-left-color: rgb(0 0 0 / 0.8);
}

.border-l-transparent\/90{
  border-left-color: rgb(0 0 0 / 0.9);
}

.border-l-transparent\/95{
  border-left-color: rgb(0 0 0 / 0.95);
}

.border-l-violet-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-l-violet-100\/0{
  border-left-color: rgb(237 233 254 / 0);
}

.border-l-violet-100\/10{
  border-left-color: rgb(237 233 254 / 0.1);
}

.border-l-violet-100\/100{
  border-left-color: rgb(237 233 254 / 1);
}

.border-l-violet-100\/20{
  border-left-color: rgb(237 233 254 / 0.2);
}

.border-l-violet-100\/25{
  border-left-color: rgb(237 233 254 / 0.25);
}

.border-l-violet-100\/30{
  border-left-color: rgb(237 233 254 / 0.3);
}

.border-l-violet-100\/40{
  border-left-color: rgb(237 233 254 / 0.4);
}

.border-l-violet-100\/5{
  border-left-color: rgb(237 233 254 / 0.05);
}

.border-l-violet-100\/50{
  border-left-color: rgb(237 233 254 / 0.5);
}

.border-l-violet-100\/60{
  border-left-color: rgb(237 233 254 / 0.6);
}

.border-l-violet-100\/70{
  border-left-color: rgb(237 233 254 / 0.7);
}

.border-l-violet-100\/75{
  border-left-color: rgb(237 233 254 / 0.75);
}

.border-l-violet-100\/80{
  border-left-color: rgb(237 233 254 / 0.8);
}

.border-l-violet-100\/90{
  border-left-color: rgb(237 233 254 / 0.9);
}

.border-l-violet-100\/95{
  border-left-color: rgb(237 233 254 / 0.95);
}

.border-l-violet-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-l-violet-200\/0{
  border-left-color: rgb(221 214 254 / 0);
}

.border-l-violet-200\/10{
  border-left-color: rgb(221 214 254 / 0.1);
}

.border-l-violet-200\/100{
  border-left-color: rgb(221 214 254 / 1);
}

.border-l-violet-200\/20{
  border-left-color: rgb(221 214 254 / 0.2);
}

.border-l-violet-200\/25{
  border-left-color: rgb(221 214 254 / 0.25);
}

.border-l-violet-200\/30{
  border-left-color: rgb(221 214 254 / 0.3);
}

.border-l-violet-200\/40{
  border-left-color: rgb(221 214 254 / 0.4);
}

.border-l-violet-200\/5{
  border-left-color: rgb(221 214 254 / 0.05);
}

.border-l-violet-200\/50{
  border-left-color: rgb(221 214 254 / 0.5);
}

.border-l-violet-200\/60{
  border-left-color: rgb(221 214 254 / 0.6);
}

.border-l-violet-200\/70{
  border-left-color: rgb(221 214 254 / 0.7);
}

.border-l-violet-200\/75{
  border-left-color: rgb(221 214 254 / 0.75);
}

.border-l-violet-200\/80{
  border-left-color: rgb(221 214 254 / 0.8);
}

.border-l-violet-200\/90{
  border-left-color: rgb(221 214 254 / 0.9);
}

.border-l-violet-200\/95{
  border-left-color: rgb(221 214 254 / 0.95);
}

.border-l-violet-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-l-violet-300\/0{
  border-left-color: rgb(196 181 253 / 0);
}

.border-l-violet-300\/10{
  border-left-color: rgb(196 181 253 / 0.1);
}

.border-l-violet-300\/100{
  border-left-color: rgb(196 181 253 / 1);
}

.border-l-violet-300\/20{
  border-left-color: rgb(196 181 253 / 0.2);
}

.border-l-violet-300\/25{
  border-left-color: rgb(196 181 253 / 0.25);
}

.border-l-violet-300\/30{
  border-left-color: rgb(196 181 253 / 0.3);
}

.border-l-violet-300\/40{
  border-left-color: rgb(196 181 253 / 0.4);
}

.border-l-violet-300\/5{
  border-left-color: rgb(196 181 253 / 0.05);
}

.border-l-violet-300\/50{
  border-left-color: rgb(196 181 253 / 0.5);
}

.border-l-violet-300\/60{
  border-left-color: rgb(196 181 253 / 0.6);
}

.border-l-violet-300\/70{
  border-left-color: rgb(196 181 253 / 0.7);
}

.border-l-violet-300\/75{
  border-left-color: rgb(196 181 253 / 0.75);
}

.border-l-violet-300\/80{
  border-left-color: rgb(196 181 253 / 0.8);
}

.border-l-violet-300\/90{
  border-left-color: rgb(196 181 253 / 0.9);
}

.border-l-violet-300\/95{
  border-left-color: rgb(196 181 253 / 0.95);
}

.border-l-violet-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-l-violet-400\/0{
  border-left-color: rgb(167 139 250 / 0);
}

.border-l-violet-400\/10{
  border-left-color: rgb(167 139 250 / 0.1);
}

.border-l-violet-400\/100{
  border-left-color: rgb(167 139 250 / 1);
}

.border-l-violet-400\/20{
  border-left-color: rgb(167 139 250 / 0.2);
}

.border-l-violet-400\/25{
  border-left-color: rgb(167 139 250 / 0.25);
}

.border-l-violet-400\/30{
  border-left-color: rgb(167 139 250 / 0.3);
}

.border-l-violet-400\/40{
  border-left-color: rgb(167 139 250 / 0.4);
}

.border-l-violet-400\/5{
  border-left-color: rgb(167 139 250 / 0.05);
}

.border-l-violet-400\/50{
  border-left-color: rgb(167 139 250 / 0.5);
}

.border-l-violet-400\/60{
  border-left-color: rgb(167 139 250 / 0.6);
}

.border-l-violet-400\/70{
  border-left-color: rgb(167 139 250 / 0.7);
}

.border-l-violet-400\/75{
  border-left-color: rgb(167 139 250 / 0.75);
}

.border-l-violet-400\/80{
  border-left-color: rgb(167 139 250 / 0.8);
}

.border-l-violet-400\/90{
  border-left-color: rgb(167 139 250 / 0.9);
}

.border-l-violet-400\/95{
  border-left-color: rgb(167 139 250 / 0.95);
}

.border-l-violet-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-l-violet-50\/0{
  border-left-color: rgb(245 243 255 / 0);
}

.border-l-violet-50\/10{
  border-left-color: rgb(245 243 255 / 0.1);
}

.border-l-violet-50\/100{
  border-left-color: rgb(245 243 255 / 1);
}

.border-l-violet-50\/20{
  border-left-color: rgb(245 243 255 / 0.2);
}

.border-l-violet-50\/25{
  border-left-color: rgb(245 243 255 / 0.25);
}

.border-l-violet-50\/30{
  border-left-color: rgb(245 243 255 / 0.3);
}

.border-l-violet-50\/40{
  border-left-color: rgb(245 243 255 / 0.4);
}

.border-l-violet-50\/5{
  border-left-color: rgb(245 243 255 / 0.05);
}

.border-l-violet-50\/50{
  border-left-color: rgb(245 243 255 / 0.5);
}

.border-l-violet-50\/60{
  border-left-color: rgb(245 243 255 / 0.6);
}

.border-l-violet-50\/70{
  border-left-color: rgb(245 243 255 / 0.7);
}

.border-l-violet-50\/75{
  border-left-color: rgb(245 243 255 / 0.75);
}

.border-l-violet-50\/80{
  border-left-color: rgb(245 243 255 / 0.8);
}

.border-l-violet-50\/90{
  border-left-color: rgb(245 243 255 / 0.9);
}

.border-l-violet-50\/95{
  border-left-color: rgb(245 243 255 / 0.95);
}

.border-l-violet-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-l-violet-500\/0{
  border-left-color: rgb(139 92 246 / 0);
}

.border-l-violet-500\/10{
  border-left-color: rgb(139 92 246 / 0.1);
}

.border-l-violet-500\/100{
  border-left-color: rgb(139 92 246 / 1);
}

.border-l-violet-500\/20{
  border-left-color: rgb(139 92 246 / 0.2);
}

.border-l-violet-500\/25{
  border-left-color: rgb(139 92 246 / 0.25);
}

.border-l-violet-500\/30{
  border-left-color: rgb(139 92 246 / 0.3);
}

.border-l-violet-500\/40{
  border-left-color: rgb(139 92 246 / 0.4);
}

.border-l-violet-500\/5{
  border-left-color: rgb(139 92 246 / 0.05);
}

.border-l-violet-500\/50{
  border-left-color: rgb(139 92 246 / 0.5);
}

.border-l-violet-500\/60{
  border-left-color: rgb(139 92 246 / 0.6);
}

.border-l-violet-500\/70{
  border-left-color: rgb(139 92 246 / 0.7);
}

.border-l-violet-500\/75{
  border-left-color: rgb(139 92 246 / 0.75);
}

.border-l-violet-500\/80{
  border-left-color: rgb(139 92 246 / 0.8);
}

.border-l-violet-500\/90{
  border-left-color: rgb(139 92 246 / 0.9);
}

.border-l-violet-500\/95{
  border-left-color: rgb(139 92 246 / 0.95);
}

.border-l-violet-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-l-violet-600\/0{
  border-left-color: rgb(124 58 237 / 0);
}

.border-l-violet-600\/10{
  border-left-color: rgb(124 58 237 / 0.1);
}

.border-l-violet-600\/100{
  border-left-color: rgb(124 58 237 / 1);
}

.border-l-violet-600\/20{
  border-left-color: rgb(124 58 237 / 0.2);
}

.border-l-violet-600\/25{
  border-left-color: rgb(124 58 237 / 0.25);
}

.border-l-violet-600\/30{
  border-left-color: rgb(124 58 237 / 0.3);
}

.border-l-violet-600\/40{
  border-left-color: rgb(124 58 237 / 0.4);
}

.border-l-violet-600\/5{
  border-left-color: rgb(124 58 237 / 0.05);
}

.border-l-violet-600\/50{
  border-left-color: rgb(124 58 237 / 0.5);
}

.border-l-violet-600\/60{
  border-left-color: rgb(124 58 237 / 0.6);
}

.border-l-violet-600\/70{
  border-left-color: rgb(124 58 237 / 0.7);
}

.border-l-violet-600\/75{
  border-left-color: rgb(124 58 237 / 0.75);
}

.border-l-violet-600\/80{
  border-left-color: rgb(124 58 237 / 0.8);
}

.border-l-violet-600\/90{
  border-left-color: rgb(124 58 237 / 0.9);
}

.border-l-violet-600\/95{
  border-left-color: rgb(124 58 237 / 0.95);
}

.border-l-violet-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-l-violet-700\/0{
  border-left-color: rgb(109 40 217 / 0);
}

.border-l-violet-700\/10{
  border-left-color: rgb(109 40 217 / 0.1);
}

.border-l-violet-700\/100{
  border-left-color: rgb(109 40 217 / 1);
}

.border-l-violet-700\/20{
  border-left-color: rgb(109 40 217 / 0.2);
}

.border-l-violet-700\/25{
  border-left-color: rgb(109 40 217 / 0.25);
}

.border-l-violet-700\/30{
  border-left-color: rgb(109 40 217 / 0.3);
}

.border-l-violet-700\/40{
  border-left-color: rgb(109 40 217 / 0.4);
}

.border-l-violet-700\/5{
  border-left-color: rgb(109 40 217 / 0.05);
}

.border-l-violet-700\/50{
  border-left-color: rgb(109 40 217 / 0.5);
}

.border-l-violet-700\/60{
  border-left-color: rgb(109 40 217 / 0.6);
}

.border-l-violet-700\/70{
  border-left-color: rgb(109 40 217 / 0.7);
}

.border-l-violet-700\/75{
  border-left-color: rgb(109 40 217 / 0.75);
}

.border-l-violet-700\/80{
  border-left-color: rgb(109 40 217 / 0.8);
}

.border-l-violet-700\/90{
  border-left-color: rgb(109 40 217 / 0.9);
}

.border-l-violet-700\/95{
  border-left-color: rgb(109 40 217 / 0.95);
}

.border-l-violet-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-l-violet-800\/0{
  border-left-color: rgb(91 33 182 / 0);
}

.border-l-violet-800\/10{
  border-left-color: rgb(91 33 182 / 0.1);
}

.border-l-violet-800\/100{
  border-left-color: rgb(91 33 182 / 1);
}

.border-l-violet-800\/20{
  border-left-color: rgb(91 33 182 / 0.2);
}

.border-l-violet-800\/25{
  border-left-color: rgb(91 33 182 / 0.25);
}

.border-l-violet-800\/30{
  border-left-color: rgb(91 33 182 / 0.3);
}

.border-l-violet-800\/40{
  border-left-color: rgb(91 33 182 / 0.4);
}

.border-l-violet-800\/5{
  border-left-color: rgb(91 33 182 / 0.05);
}

.border-l-violet-800\/50{
  border-left-color: rgb(91 33 182 / 0.5);
}

.border-l-violet-800\/60{
  border-left-color: rgb(91 33 182 / 0.6);
}

.border-l-violet-800\/70{
  border-left-color: rgb(91 33 182 / 0.7);
}

.border-l-violet-800\/75{
  border-left-color: rgb(91 33 182 / 0.75);
}

.border-l-violet-800\/80{
  border-left-color: rgb(91 33 182 / 0.8);
}

.border-l-violet-800\/90{
  border-left-color: rgb(91 33 182 / 0.9);
}

.border-l-violet-800\/95{
  border-left-color: rgb(91 33 182 / 0.95);
}

.border-l-violet-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-l-violet-900\/0{
  border-left-color: rgb(76 29 149 / 0);
}

.border-l-violet-900\/10{
  border-left-color: rgb(76 29 149 / 0.1);
}

.border-l-violet-900\/100{
  border-left-color: rgb(76 29 149 / 1);
}

.border-l-violet-900\/20{
  border-left-color: rgb(76 29 149 / 0.2);
}

.border-l-violet-900\/25{
  border-left-color: rgb(76 29 149 / 0.25);
}

.border-l-violet-900\/30{
  border-left-color: rgb(76 29 149 / 0.3);
}

.border-l-violet-900\/40{
  border-left-color: rgb(76 29 149 / 0.4);
}

.border-l-violet-900\/5{
  border-left-color: rgb(76 29 149 / 0.05);
}

.border-l-violet-900\/50{
  border-left-color: rgb(76 29 149 / 0.5);
}

.border-l-violet-900\/60{
  border-left-color: rgb(76 29 149 / 0.6);
}

.border-l-violet-900\/70{
  border-left-color: rgb(76 29 149 / 0.7);
}

.border-l-violet-900\/75{
  border-left-color: rgb(76 29 149 / 0.75);
}

.border-l-violet-900\/80{
  border-left-color: rgb(76 29 149 / 0.8);
}

.border-l-violet-900\/90{
  border-left-color: rgb(76 29 149 / 0.9);
}

.border-l-violet-900\/95{
  border-left-color: rgb(76 29 149 / 0.95);
}

.border-l-violet-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-l-violet-950\/0{
  border-left-color: rgb(46 16 101 / 0);
}

.border-l-violet-950\/10{
  border-left-color: rgb(46 16 101 / 0.1);
}

.border-l-violet-950\/100{
  border-left-color: rgb(46 16 101 / 1);
}

.border-l-violet-950\/20{
  border-left-color: rgb(46 16 101 / 0.2);
}

.border-l-violet-950\/25{
  border-left-color: rgb(46 16 101 / 0.25);
}

.border-l-violet-950\/30{
  border-left-color: rgb(46 16 101 / 0.3);
}

.border-l-violet-950\/40{
  border-left-color: rgb(46 16 101 / 0.4);
}

.border-l-violet-950\/5{
  border-left-color: rgb(46 16 101 / 0.05);
}

.border-l-violet-950\/50{
  border-left-color: rgb(46 16 101 / 0.5);
}

.border-l-violet-950\/60{
  border-left-color: rgb(46 16 101 / 0.6);
}

.border-l-violet-950\/70{
  border-left-color: rgb(46 16 101 / 0.7);
}

.border-l-violet-950\/75{
  border-left-color: rgb(46 16 101 / 0.75);
}

.border-l-violet-950\/80{
  border-left-color: rgb(46 16 101 / 0.8);
}

.border-l-violet-950\/90{
  border-left-color: rgb(46 16 101 / 0.9);
}

.border-l-violet-950\/95{
  border-left-color: rgb(46 16 101 / 0.95);
}

.border-l-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-l-white\/0{
  border-left-color: rgb(255 255 255 / 0);
}

.border-l-white\/10{
  border-left-color: rgb(255 255 255 / 0.1);
}

.border-l-white\/100{
  border-left-color: rgb(255 255 255 / 1);
}

.border-l-white\/20{
  border-left-color: rgb(255 255 255 / 0.2);
}

.border-l-white\/25{
  border-left-color: rgb(255 255 255 / 0.25);
}

.border-l-white\/30{
  border-left-color: rgb(255 255 255 / 0.3);
}

.border-l-white\/40{
  border-left-color: rgb(255 255 255 / 0.4);
}

.border-l-white\/5{
  border-left-color: rgb(255 255 255 / 0.05);
}

.border-l-white\/50{
  border-left-color: rgb(255 255 255 / 0.5);
}

.border-l-white\/60{
  border-left-color: rgb(255 255 255 / 0.6);
}

.border-l-white\/70{
  border-left-color: rgb(255 255 255 / 0.7);
}

.border-l-white\/75{
  border-left-color: rgb(255 255 255 / 0.75);
}

.border-l-white\/80{
  border-left-color: rgb(255 255 255 / 0.8);
}

.border-l-white\/90{
  border-left-color: rgb(255 255 255 / 0.9);
}

.border-l-white\/95{
  border-left-color: rgb(255 255 255 / 0.95);
}

.border-l-yellow-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-l-yellow-100\/0{
  border-left-color: rgb(254 249 195 / 0);
}

.border-l-yellow-100\/10{
  border-left-color: rgb(254 249 195 / 0.1);
}

.border-l-yellow-100\/100{
  border-left-color: rgb(254 249 195 / 1);
}

.border-l-yellow-100\/20{
  border-left-color: rgb(254 249 195 / 0.2);
}

.border-l-yellow-100\/25{
  border-left-color: rgb(254 249 195 / 0.25);
}

.border-l-yellow-100\/30{
  border-left-color: rgb(254 249 195 / 0.3);
}

.border-l-yellow-100\/40{
  border-left-color: rgb(254 249 195 / 0.4);
}

.border-l-yellow-100\/5{
  border-left-color: rgb(254 249 195 / 0.05);
}

.border-l-yellow-100\/50{
  border-left-color: rgb(254 249 195 / 0.5);
}

.border-l-yellow-100\/60{
  border-left-color: rgb(254 249 195 / 0.6);
}

.border-l-yellow-100\/70{
  border-left-color: rgb(254 249 195 / 0.7);
}

.border-l-yellow-100\/75{
  border-left-color: rgb(254 249 195 / 0.75);
}

.border-l-yellow-100\/80{
  border-left-color: rgb(254 249 195 / 0.8);
}

.border-l-yellow-100\/90{
  border-left-color: rgb(254 249 195 / 0.9);
}

.border-l-yellow-100\/95{
  border-left-color: rgb(254 249 195 / 0.95);
}

.border-l-yellow-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-l-yellow-200\/0{
  border-left-color: rgb(254 240 138 / 0);
}

.border-l-yellow-200\/10{
  border-left-color: rgb(254 240 138 / 0.1);
}

.border-l-yellow-200\/100{
  border-left-color: rgb(254 240 138 / 1);
}

.border-l-yellow-200\/20{
  border-left-color: rgb(254 240 138 / 0.2);
}

.border-l-yellow-200\/25{
  border-left-color: rgb(254 240 138 / 0.25);
}

.border-l-yellow-200\/30{
  border-left-color: rgb(254 240 138 / 0.3);
}

.border-l-yellow-200\/40{
  border-left-color: rgb(254 240 138 / 0.4);
}

.border-l-yellow-200\/5{
  border-left-color: rgb(254 240 138 / 0.05);
}

.border-l-yellow-200\/50{
  border-left-color: rgb(254 240 138 / 0.5);
}

.border-l-yellow-200\/60{
  border-left-color: rgb(254 240 138 / 0.6);
}

.border-l-yellow-200\/70{
  border-left-color: rgb(254 240 138 / 0.7);
}

.border-l-yellow-200\/75{
  border-left-color: rgb(254 240 138 / 0.75);
}

.border-l-yellow-200\/80{
  border-left-color: rgb(254 240 138 / 0.8);
}

.border-l-yellow-200\/90{
  border-left-color: rgb(254 240 138 / 0.9);
}

.border-l-yellow-200\/95{
  border-left-color: rgb(254 240 138 / 0.95);
}

.border-l-yellow-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-l-yellow-300\/0{
  border-left-color: rgb(253 224 71 / 0);
}

.border-l-yellow-300\/10{
  border-left-color: rgb(253 224 71 / 0.1);
}

.border-l-yellow-300\/100{
  border-left-color: rgb(253 224 71 / 1);
}

.border-l-yellow-300\/20{
  border-left-color: rgb(253 224 71 / 0.2);
}

.border-l-yellow-300\/25{
  border-left-color: rgb(253 224 71 / 0.25);
}

.border-l-yellow-300\/30{
  border-left-color: rgb(253 224 71 / 0.3);
}

.border-l-yellow-300\/40{
  border-left-color: rgb(253 224 71 / 0.4);
}

.border-l-yellow-300\/5{
  border-left-color: rgb(253 224 71 / 0.05);
}

.border-l-yellow-300\/50{
  border-left-color: rgb(253 224 71 / 0.5);
}

.border-l-yellow-300\/60{
  border-left-color: rgb(253 224 71 / 0.6);
}

.border-l-yellow-300\/70{
  border-left-color: rgb(253 224 71 / 0.7);
}

.border-l-yellow-300\/75{
  border-left-color: rgb(253 224 71 / 0.75);
}

.border-l-yellow-300\/80{
  border-left-color: rgb(253 224 71 / 0.8);
}

.border-l-yellow-300\/90{
  border-left-color: rgb(253 224 71 / 0.9);
}

.border-l-yellow-300\/95{
  border-left-color: rgb(253 224 71 / 0.95);
}

.border-l-yellow-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-l-yellow-400\/0{
  border-left-color: rgb(250 204 21 / 0);
}

.border-l-yellow-400\/10{
  border-left-color: rgb(250 204 21 / 0.1);
}

.border-l-yellow-400\/100{
  border-left-color: rgb(250 204 21 / 1);
}

.border-l-yellow-400\/20{
  border-left-color: rgb(250 204 21 / 0.2);
}

.border-l-yellow-400\/25{
  border-left-color: rgb(250 204 21 / 0.25);
}

.border-l-yellow-400\/30{
  border-left-color: rgb(250 204 21 / 0.3);
}

.border-l-yellow-400\/40{
  border-left-color: rgb(250 204 21 / 0.4);
}

.border-l-yellow-400\/5{
  border-left-color: rgb(250 204 21 / 0.05);
}

.border-l-yellow-400\/50{
  border-left-color: rgb(250 204 21 / 0.5);
}

.border-l-yellow-400\/60{
  border-left-color: rgb(250 204 21 / 0.6);
}

.border-l-yellow-400\/70{
  border-left-color: rgb(250 204 21 / 0.7);
}

.border-l-yellow-400\/75{
  border-left-color: rgb(250 204 21 / 0.75);
}

.border-l-yellow-400\/80{
  border-left-color: rgb(250 204 21 / 0.8);
}

.border-l-yellow-400\/90{
  border-left-color: rgb(250 204 21 / 0.9);
}

.border-l-yellow-400\/95{
  border-left-color: rgb(250 204 21 / 0.95);
}

.border-l-yellow-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-l-yellow-50\/0{
  border-left-color: rgb(254 252 232 / 0);
}

.border-l-yellow-50\/10{
  border-left-color: rgb(254 252 232 / 0.1);
}

.border-l-yellow-50\/100{
  border-left-color: rgb(254 252 232 / 1);
}

.border-l-yellow-50\/20{
  border-left-color: rgb(254 252 232 / 0.2);
}

.border-l-yellow-50\/25{
  border-left-color: rgb(254 252 232 / 0.25);
}

.border-l-yellow-50\/30{
  border-left-color: rgb(254 252 232 / 0.3);
}

.border-l-yellow-50\/40{
  border-left-color: rgb(254 252 232 / 0.4);
}

.border-l-yellow-50\/5{
  border-left-color: rgb(254 252 232 / 0.05);
}

.border-l-yellow-50\/50{
  border-left-color: rgb(254 252 232 / 0.5);
}

.border-l-yellow-50\/60{
  border-left-color: rgb(254 252 232 / 0.6);
}

.border-l-yellow-50\/70{
  border-left-color: rgb(254 252 232 / 0.7);
}

.border-l-yellow-50\/75{
  border-left-color: rgb(254 252 232 / 0.75);
}

.border-l-yellow-50\/80{
  border-left-color: rgb(254 252 232 / 0.8);
}

.border-l-yellow-50\/90{
  border-left-color: rgb(254 252 232 / 0.9);
}

.border-l-yellow-50\/95{
  border-left-color: rgb(254 252 232 / 0.95);
}

.border-l-yellow-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-l-yellow-500\/0{
  border-left-color: rgb(234 179 8 / 0);
}

.border-l-yellow-500\/10{
  border-left-color: rgb(234 179 8 / 0.1);
}

.border-l-yellow-500\/100{
  border-left-color: rgb(234 179 8 / 1);
}

.border-l-yellow-500\/20{
  border-left-color: rgb(234 179 8 / 0.2);
}

.border-l-yellow-500\/25{
  border-left-color: rgb(234 179 8 / 0.25);
}

.border-l-yellow-500\/30{
  border-left-color: rgb(234 179 8 / 0.3);
}

.border-l-yellow-500\/40{
  border-left-color: rgb(234 179 8 / 0.4);
}

.border-l-yellow-500\/5{
  border-left-color: rgb(234 179 8 / 0.05);
}

.border-l-yellow-500\/50{
  border-left-color: rgb(234 179 8 / 0.5);
}

.border-l-yellow-500\/60{
  border-left-color: rgb(234 179 8 / 0.6);
}

.border-l-yellow-500\/70{
  border-left-color: rgb(234 179 8 / 0.7);
}

.border-l-yellow-500\/75{
  border-left-color: rgb(234 179 8 / 0.75);
}

.border-l-yellow-500\/80{
  border-left-color: rgb(234 179 8 / 0.8);
}

.border-l-yellow-500\/90{
  border-left-color: rgb(234 179 8 / 0.9);
}

.border-l-yellow-500\/95{
  border-left-color: rgb(234 179 8 / 0.95);
}

.border-l-yellow-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-l-yellow-600\/0{
  border-left-color: rgb(202 138 4 / 0);
}

.border-l-yellow-600\/10{
  border-left-color: rgb(202 138 4 / 0.1);
}

.border-l-yellow-600\/100{
  border-left-color: rgb(202 138 4 / 1);
}

.border-l-yellow-600\/20{
  border-left-color: rgb(202 138 4 / 0.2);
}

.border-l-yellow-600\/25{
  border-left-color: rgb(202 138 4 / 0.25);
}

.border-l-yellow-600\/30{
  border-left-color: rgb(202 138 4 / 0.3);
}

.border-l-yellow-600\/40{
  border-left-color: rgb(202 138 4 / 0.4);
}

.border-l-yellow-600\/5{
  border-left-color: rgb(202 138 4 / 0.05);
}

.border-l-yellow-600\/50{
  border-left-color: rgb(202 138 4 / 0.5);
}

.border-l-yellow-600\/60{
  border-left-color: rgb(202 138 4 / 0.6);
}

.border-l-yellow-600\/70{
  border-left-color: rgb(202 138 4 / 0.7);
}

.border-l-yellow-600\/75{
  border-left-color: rgb(202 138 4 / 0.75);
}

.border-l-yellow-600\/80{
  border-left-color: rgb(202 138 4 / 0.8);
}

.border-l-yellow-600\/90{
  border-left-color: rgb(202 138 4 / 0.9);
}

.border-l-yellow-600\/95{
  border-left-color: rgb(202 138 4 / 0.95);
}

.border-l-yellow-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-l-yellow-700\/0{
  border-left-color: rgb(161 98 7 / 0);
}

.border-l-yellow-700\/10{
  border-left-color: rgb(161 98 7 / 0.1);
}

.border-l-yellow-700\/100{
  border-left-color: rgb(161 98 7 / 1);
}

.border-l-yellow-700\/20{
  border-left-color: rgb(161 98 7 / 0.2);
}

.border-l-yellow-700\/25{
  border-left-color: rgb(161 98 7 / 0.25);
}

.border-l-yellow-700\/30{
  border-left-color: rgb(161 98 7 / 0.3);
}

.border-l-yellow-700\/40{
  border-left-color: rgb(161 98 7 / 0.4);
}

.border-l-yellow-700\/5{
  border-left-color: rgb(161 98 7 / 0.05);
}

.border-l-yellow-700\/50{
  border-left-color: rgb(161 98 7 / 0.5);
}

.border-l-yellow-700\/60{
  border-left-color: rgb(161 98 7 / 0.6);
}

.border-l-yellow-700\/70{
  border-left-color: rgb(161 98 7 / 0.7);
}

.border-l-yellow-700\/75{
  border-left-color: rgb(161 98 7 / 0.75);
}

.border-l-yellow-700\/80{
  border-left-color: rgb(161 98 7 / 0.8);
}

.border-l-yellow-700\/90{
  border-left-color: rgb(161 98 7 / 0.9);
}

.border-l-yellow-700\/95{
  border-left-color: rgb(161 98 7 / 0.95);
}

.border-l-yellow-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-l-yellow-800\/0{
  border-left-color: rgb(133 77 14 / 0);
}

.border-l-yellow-800\/10{
  border-left-color: rgb(133 77 14 / 0.1);
}

.border-l-yellow-800\/100{
  border-left-color: rgb(133 77 14 / 1);
}

.border-l-yellow-800\/20{
  border-left-color: rgb(133 77 14 / 0.2);
}

.border-l-yellow-800\/25{
  border-left-color: rgb(133 77 14 / 0.25);
}

.border-l-yellow-800\/30{
  border-left-color: rgb(133 77 14 / 0.3);
}

.border-l-yellow-800\/40{
  border-left-color: rgb(133 77 14 / 0.4);
}

.border-l-yellow-800\/5{
  border-left-color: rgb(133 77 14 / 0.05);
}

.border-l-yellow-800\/50{
  border-left-color: rgb(133 77 14 / 0.5);
}

.border-l-yellow-800\/60{
  border-left-color: rgb(133 77 14 / 0.6);
}

.border-l-yellow-800\/70{
  border-left-color: rgb(133 77 14 / 0.7);
}

.border-l-yellow-800\/75{
  border-left-color: rgb(133 77 14 / 0.75);
}

.border-l-yellow-800\/80{
  border-left-color: rgb(133 77 14 / 0.8);
}

.border-l-yellow-800\/90{
  border-left-color: rgb(133 77 14 / 0.9);
}

.border-l-yellow-800\/95{
  border-left-color: rgb(133 77 14 / 0.95);
}

.border-l-yellow-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-l-yellow-900\/0{
  border-left-color: rgb(113 63 18 / 0);
}

.border-l-yellow-900\/10{
  border-left-color: rgb(113 63 18 / 0.1);
}

.border-l-yellow-900\/100{
  border-left-color: rgb(113 63 18 / 1);
}

.border-l-yellow-900\/20{
  border-left-color: rgb(113 63 18 / 0.2);
}

.border-l-yellow-900\/25{
  border-left-color: rgb(113 63 18 / 0.25);
}

.border-l-yellow-900\/30{
  border-left-color: rgb(113 63 18 / 0.3);
}

.border-l-yellow-900\/40{
  border-left-color: rgb(113 63 18 / 0.4);
}

.border-l-yellow-900\/5{
  border-left-color: rgb(113 63 18 / 0.05);
}

.border-l-yellow-900\/50{
  border-left-color: rgb(113 63 18 / 0.5);
}

.border-l-yellow-900\/60{
  border-left-color: rgb(113 63 18 / 0.6);
}

.border-l-yellow-900\/70{
  border-left-color: rgb(113 63 18 / 0.7);
}

.border-l-yellow-900\/75{
  border-left-color: rgb(113 63 18 / 0.75);
}

.border-l-yellow-900\/80{
  border-left-color: rgb(113 63 18 / 0.8);
}

.border-l-yellow-900\/90{
  border-left-color: rgb(113 63 18 / 0.9);
}

.border-l-yellow-900\/95{
  border-left-color: rgb(113 63 18 / 0.95);
}

.border-l-yellow-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-l-yellow-950\/0{
  border-left-color: rgb(66 32 6 / 0);
}

.border-l-yellow-950\/10{
  border-left-color: rgb(66 32 6 / 0.1);
}

.border-l-yellow-950\/100{
  border-left-color: rgb(66 32 6 / 1);
}

.border-l-yellow-950\/20{
  border-left-color: rgb(66 32 6 / 0.2);
}

.border-l-yellow-950\/25{
  border-left-color: rgb(66 32 6 / 0.25);
}

.border-l-yellow-950\/30{
  border-left-color: rgb(66 32 6 / 0.3);
}

.border-l-yellow-950\/40{
  border-left-color: rgb(66 32 6 / 0.4);
}

.border-l-yellow-950\/5{
  border-left-color: rgb(66 32 6 / 0.05);
}

.border-l-yellow-950\/50{
  border-left-color: rgb(66 32 6 / 0.5);
}

.border-l-yellow-950\/60{
  border-left-color: rgb(66 32 6 / 0.6);
}

.border-l-yellow-950\/70{
  border-left-color: rgb(66 32 6 / 0.7);
}

.border-l-yellow-950\/75{
  border-left-color: rgb(66 32 6 / 0.75);
}

.border-l-yellow-950\/80{
  border-left-color: rgb(66 32 6 / 0.8);
}

.border-l-yellow-950\/90{
  border-left-color: rgb(66 32 6 / 0.9);
}

.border-l-yellow-950\/95{
  border-left-color: rgb(66 32 6 / 0.95);
}

.border-l-zinc-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-l-zinc-100\/0{
  border-left-color: rgb(244 244 245 / 0);
}

.border-l-zinc-100\/10{
  border-left-color: rgb(244 244 245 / 0.1);
}

.border-l-zinc-100\/100{
  border-left-color: rgb(244 244 245 / 1);
}

.border-l-zinc-100\/20{
  border-left-color: rgb(244 244 245 / 0.2);
}

.border-l-zinc-100\/25{
  border-left-color: rgb(244 244 245 / 0.25);
}

.border-l-zinc-100\/30{
  border-left-color: rgb(244 244 245 / 0.3);
}

.border-l-zinc-100\/40{
  border-left-color: rgb(244 244 245 / 0.4);
}

.border-l-zinc-100\/5{
  border-left-color: rgb(244 244 245 / 0.05);
}

.border-l-zinc-100\/50{
  border-left-color: rgb(244 244 245 / 0.5);
}

.border-l-zinc-100\/60{
  border-left-color: rgb(244 244 245 / 0.6);
}

.border-l-zinc-100\/70{
  border-left-color: rgb(244 244 245 / 0.7);
}

.border-l-zinc-100\/75{
  border-left-color: rgb(244 244 245 / 0.75);
}

.border-l-zinc-100\/80{
  border-left-color: rgb(244 244 245 / 0.8);
}

.border-l-zinc-100\/90{
  border-left-color: rgb(244 244 245 / 0.9);
}

.border-l-zinc-100\/95{
  border-left-color: rgb(244 244 245 / 0.95);
}

.border-l-zinc-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-l-zinc-200\/0{
  border-left-color: rgb(228 228 231 / 0);
}

.border-l-zinc-200\/10{
  border-left-color: rgb(228 228 231 / 0.1);
}

.border-l-zinc-200\/100{
  border-left-color: rgb(228 228 231 / 1);
}

.border-l-zinc-200\/20{
  border-left-color: rgb(228 228 231 / 0.2);
}

.border-l-zinc-200\/25{
  border-left-color: rgb(228 228 231 / 0.25);
}

.border-l-zinc-200\/30{
  border-left-color: rgb(228 228 231 / 0.3);
}

.border-l-zinc-200\/40{
  border-left-color: rgb(228 228 231 / 0.4);
}

.border-l-zinc-200\/5{
  border-left-color: rgb(228 228 231 / 0.05);
}

.border-l-zinc-200\/50{
  border-left-color: rgb(228 228 231 / 0.5);
}

.border-l-zinc-200\/60{
  border-left-color: rgb(228 228 231 / 0.6);
}

.border-l-zinc-200\/70{
  border-left-color: rgb(228 228 231 / 0.7);
}

.border-l-zinc-200\/75{
  border-left-color: rgb(228 228 231 / 0.75);
}

.border-l-zinc-200\/80{
  border-left-color: rgb(228 228 231 / 0.8);
}

.border-l-zinc-200\/90{
  border-left-color: rgb(228 228 231 / 0.9);
}

.border-l-zinc-200\/95{
  border-left-color: rgb(228 228 231 / 0.95);
}

.border-l-zinc-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-l-zinc-300\/0{
  border-left-color: rgb(212 212 216 / 0);
}

.border-l-zinc-300\/10{
  border-left-color: rgb(212 212 216 / 0.1);
}

.border-l-zinc-300\/100{
  border-left-color: rgb(212 212 216 / 1);
}

.border-l-zinc-300\/20{
  border-left-color: rgb(212 212 216 / 0.2);
}

.border-l-zinc-300\/25{
  border-left-color: rgb(212 212 216 / 0.25);
}

.border-l-zinc-300\/30{
  border-left-color: rgb(212 212 216 / 0.3);
}

.border-l-zinc-300\/40{
  border-left-color: rgb(212 212 216 / 0.4);
}

.border-l-zinc-300\/5{
  border-left-color: rgb(212 212 216 / 0.05);
}

.border-l-zinc-300\/50{
  border-left-color: rgb(212 212 216 / 0.5);
}

.border-l-zinc-300\/60{
  border-left-color: rgb(212 212 216 / 0.6);
}

.border-l-zinc-300\/70{
  border-left-color: rgb(212 212 216 / 0.7);
}

.border-l-zinc-300\/75{
  border-left-color: rgb(212 212 216 / 0.75);
}

.border-l-zinc-300\/80{
  border-left-color: rgb(212 212 216 / 0.8);
}

.border-l-zinc-300\/90{
  border-left-color: rgb(212 212 216 / 0.9);
}

.border-l-zinc-300\/95{
  border-left-color: rgb(212 212 216 / 0.95);
}

.border-l-zinc-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-l-zinc-400\/0{
  border-left-color: rgb(161 161 170 / 0);
}

.border-l-zinc-400\/10{
  border-left-color: rgb(161 161 170 / 0.1);
}

.border-l-zinc-400\/100{
  border-left-color: rgb(161 161 170 / 1);
}

.border-l-zinc-400\/20{
  border-left-color: rgb(161 161 170 / 0.2);
}

.border-l-zinc-400\/25{
  border-left-color: rgb(161 161 170 / 0.25);
}

.border-l-zinc-400\/30{
  border-left-color: rgb(161 161 170 / 0.3);
}

.border-l-zinc-400\/40{
  border-left-color: rgb(161 161 170 / 0.4);
}

.border-l-zinc-400\/5{
  border-left-color: rgb(161 161 170 / 0.05);
}

.border-l-zinc-400\/50{
  border-left-color: rgb(161 161 170 / 0.5);
}

.border-l-zinc-400\/60{
  border-left-color: rgb(161 161 170 / 0.6);
}

.border-l-zinc-400\/70{
  border-left-color: rgb(161 161 170 / 0.7);
}

.border-l-zinc-400\/75{
  border-left-color: rgb(161 161 170 / 0.75);
}

.border-l-zinc-400\/80{
  border-left-color: rgb(161 161 170 / 0.8);
}

.border-l-zinc-400\/90{
  border-left-color: rgb(161 161 170 / 0.9);
}

.border-l-zinc-400\/95{
  border-left-color: rgb(161 161 170 / 0.95);
}

.border-l-zinc-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-l-zinc-50\/0{
  border-left-color: rgb(250 250 250 / 0);
}

.border-l-zinc-50\/10{
  border-left-color: rgb(250 250 250 / 0.1);
}

.border-l-zinc-50\/100{
  border-left-color: rgb(250 250 250 / 1);
}

.border-l-zinc-50\/20{
  border-left-color: rgb(250 250 250 / 0.2);
}

.border-l-zinc-50\/25{
  border-left-color: rgb(250 250 250 / 0.25);
}

.border-l-zinc-50\/30{
  border-left-color: rgb(250 250 250 / 0.3);
}

.border-l-zinc-50\/40{
  border-left-color: rgb(250 250 250 / 0.4);
}

.border-l-zinc-50\/5{
  border-left-color: rgb(250 250 250 / 0.05);
}

.border-l-zinc-50\/50{
  border-left-color: rgb(250 250 250 / 0.5);
}

.border-l-zinc-50\/60{
  border-left-color: rgb(250 250 250 / 0.6);
}

.border-l-zinc-50\/70{
  border-left-color: rgb(250 250 250 / 0.7);
}

.border-l-zinc-50\/75{
  border-left-color: rgb(250 250 250 / 0.75);
}

.border-l-zinc-50\/80{
  border-left-color: rgb(250 250 250 / 0.8);
}

.border-l-zinc-50\/90{
  border-left-color: rgb(250 250 250 / 0.9);
}

.border-l-zinc-50\/95{
  border-left-color: rgb(250 250 250 / 0.95);
}

.border-l-zinc-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-l-zinc-500\/0{
  border-left-color: rgb(113 113 122 / 0);
}

.border-l-zinc-500\/10{
  border-left-color: rgb(113 113 122 / 0.1);
}

.border-l-zinc-500\/100{
  border-left-color: rgb(113 113 122 / 1);
}

.border-l-zinc-500\/20{
  border-left-color: rgb(113 113 122 / 0.2);
}

.border-l-zinc-500\/25{
  border-left-color: rgb(113 113 122 / 0.25);
}

.border-l-zinc-500\/30{
  border-left-color: rgb(113 113 122 / 0.3);
}

.border-l-zinc-500\/40{
  border-left-color: rgb(113 113 122 / 0.4);
}

.border-l-zinc-500\/5{
  border-left-color: rgb(113 113 122 / 0.05);
}

.border-l-zinc-500\/50{
  border-left-color: rgb(113 113 122 / 0.5);
}

.border-l-zinc-500\/60{
  border-left-color: rgb(113 113 122 / 0.6);
}

.border-l-zinc-500\/70{
  border-left-color: rgb(113 113 122 / 0.7);
}

.border-l-zinc-500\/75{
  border-left-color: rgb(113 113 122 / 0.75);
}

.border-l-zinc-500\/80{
  border-left-color: rgb(113 113 122 / 0.8);
}

.border-l-zinc-500\/90{
  border-left-color: rgb(113 113 122 / 0.9);
}

.border-l-zinc-500\/95{
  border-left-color: rgb(113 113 122 / 0.95);
}

.border-l-zinc-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-l-zinc-600\/0{
  border-left-color: rgb(82 82 91 / 0);
}

.border-l-zinc-600\/10{
  border-left-color: rgb(82 82 91 / 0.1);
}

.border-l-zinc-600\/100{
  border-left-color: rgb(82 82 91 / 1);
}

.border-l-zinc-600\/20{
  border-left-color: rgb(82 82 91 / 0.2);
}

.border-l-zinc-600\/25{
  border-left-color: rgb(82 82 91 / 0.25);
}

.border-l-zinc-600\/30{
  border-left-color: rgb(82 82 91 / 0.3);
}

.border-l-zinc-600\/40{
  border-left-color: rgb(82 82 91 / 0.4);
}

.border-l-zinc-600\/5{
  border-left-color: rgb(82 82 91 / 0.05);
}

.border-l-zinc-600\/50{
  border-left-color: rgb(82 82 91 / 0.5);
}

.border-l-zinc-600\/60{
  border-left-color: rgb(82 82 91 / 0.6);
}

.border-l-zinc-600\/70{
  border-left-color: rgb(82 82 91 / 0.7);
}

.border-l-zinc-600\/75{
  border-left-color: rgb(82 82 91 / 0.75);
}

.border-l-zinc-600\/80{
  border-left-color: rgb(82 82 91 / 0.8);
}

.border-l-zinc-600\/90{
  border-left-color: rgb(82 82 91 / 0.9);
}

.border-l-zinc-600\/95{
  border-left-color: rgb(82 82 91 / 0.95);
}

.border-l-zinc-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-l-zinc-700\/0{
  border-left-color: rgb(63 63 70 / 0);
}

.border-l-zinc-700\/10{
  border-left-color: rgb(63 63 70 / 0.1);
}

.border-l-zinc-700\/100{
  border-left-color: rgb(63 63 70 / 1);
}

.border-l-zinc-700\/20{
  border-left-color: rgb(63 63 70 / 0.2);
}

.border-l-zinc-700\/25{
  border-left-color: rgb(63 63 70 / 0.25);
}

.border-l-zinc-700\/30{
  border-left-color: rgb(63 63 70 / 0.3);
}

.border-l-zinc-700\/40{
  border-left-color: rgb(63 63 70 / 0.4);
}

.border-l-zinc-700\/5{
  border-left-color: rgb(63 63 70 / 0.05);
}

.border-l-zinc-700\/50{
  border-left-color: rgb(63 63 70 / 0.5);
}

.border-l-zinc-700\/60{
  border-left-color: rgb(63 63 70 / 0.6);
}

.border-l-zinc-700\/70{
  border-left-color: rgb(63 63 70 / 0.7);
}

.border-l-zinc-700\/75{
  border-left-color: rgb(63 63 70 / 0.75);
}

.border-l-zinc-700\/80{
  border-left-color: rgb(63 63 70 / 0.8);
}

.border-l-zinc-700\/90{
  border-left-color: rgb(63 63 70 / 0.9);
}

.border-l-zinc-700\/95{
  border-left-color: rgb(63 63 70 / 0.95);
}

.border-l-zinc-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-l-zinc-800\/0{
  border-left-color: rgb(39 39 42 / 0);
}

.border-l-zinc-800\/10{
  border-left-color: rgb(39 39 42 / 0.1);
}

.border-l-zinc-800\/100{
  border-left-color: rgb(39 39 42 / 1);
}

.border-l-zinc-800\/20{
  border-left-color: rgb(39 39 42 / 0.2);
}

.border-l-zinc-800\/25{
  border-left-color: rgb(39 39 42 / 0.25);
}

.border-l-zinc-800\/30{
  border-left-color: rgb(39 39 42 / 0.3);
}

.border-l-zinc-800\/40{
  border-left-color: rgb(39 39 42 / 0.4);
}

.border-l-zinc-800\/5{
  border-left-color: rgb(39 39 42 / 0.05);
}

.border-l-zinc-800\/50{
  border-left-color: rgb(39 39 42 / 0.5);
}

.border-l-zinc-800\/60{
  border-left-color: rgb(39 39 42 / 0.6);
}

.border-l-zinc-800\/70{
  border-left-color: rgb(39 39 42 / 0.7);
}

.border-l-zinc-800\/75{
  border-left-color: rgb(39 39 42 / 0.75);
}

.border-l-zinc-800\/80{
  border-left-color: rgb(39 39 42 / 0.8);
}

.border-l-zinc-800\/90{
  border-left-color: rgb(39 39 42 / 0.9);
}

.border-l-zinc-800\/95{
  border-left-color: rgb(39 39 42 / 0.95);
}

.border-l-zinc-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-l-zinc-900\/0{
  border-left-color: rgb(24 24 27 / 0);
}

.border-l-zinc-900\/10{
  border-left-color: rgb(24 24 27 / 0.1);
}

.border-l-zinc-900\/100{
  border-left-color: rgb(24 24 27 / 1);
}

.border-l-zinc-900\/20{
  border-left-color: rgb(24 24 27 / 0.2);
}

.border-l-zinc-900\/25{
  border-left-color: rgb(24 24 27 / 0.25);
}

.border-l-zinc-900\/30{
  border-left-color: rgb(24 24 27 / 0.3);
}

.border-l-zinc-900\/40{
  border-left-color: rgb(24 24 27 / 0.4);
}

.border-l-zinc-900\/5{
  border-left-color: rgb(24 24 27 / 0.05);
}

.border-l-zinc-900\/50{
  border-left-color: rgb(24 24 27 / 0.5);
}

.border-l-zinc-900\/60{
  border-left-color: rgb(24 24 27 / 0.6);
}

.border-l-zinc-900\/70{
  border-left-color: rgb(24 24 27 / 0.7);
}

.border-l-zinc-900\/75{
  border-left-color: rgb(24 24 27 / 0.75);
}

.border-l-zinc-900\/80{
  border-left-color: rgb(24 24 27 / 0.8);
}

.border-l-zinc-900\/90{
  border-left-color: rgb(24 24 27 / 0.9);
}

.border-l-zinc-900\/95{
  border-left-color: rgb(24 24 27 / 0.95);
}

.border-l-zinc-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-l-zinc-950\/0{
  border-left-color: rgb(9 9 11 / 0);
}

.border-l-zinc-950\/10{
  border-left-color: rgb(9 9 11 / 0.1);
}

.border-l-zinc-950\/100{
  border-left-color: rgb(9 9 11 / 1);
}

.border-l-zinc-950\/20{
  border-left-color: rgb(9 9 11 / 0.2);
}

.border-l-zinc-950\/25{
  border-left-color: rgb(9 9 11 / 0.25);
}

.border-l-zinc-950\/30{
  border-left-color: rgb(9 9 11 / 0.3);
}

.border-l-zinc-950\/40{
  border-left-color: rgb(9 9 11 / 0.4);
}

.border-l-zinc-950\/5{
  border-left-color: rgb(9 9 11 / 0.05);
}

.border-l-zinc-950\/50{
  border-left-color: rgb(9 9 11 / 0.5);
}

.border-l-zinc-950\/60{
  border-left-color: rgb(9 9 11 / 0.6);
}

.border-l-zinc-950\/70{
  border-left-color: rgb(9 9 11 / 0.7);
}

.border-l-zinc-950\/75{
  border-left-color: rgb(9 9 11 / 0.75);
}

.border-l-zinc-950\/80{
  border-left-color: rgb(9 9 11 / 0.8);
}

.border-l-zinc-950\/90{
  border-left-color: rgb(9 9 11 / 0.9);
}

.border-l-zinc-950\/95{
  border-left-color: rgb(9 9 11 / 0.95);
}

.border-r-amber-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.border-r-amber-100\/0{
  border-right-color: rgb(254 243 199 / 0);
}

.border-r-amber-100\/10{
  border-right-color: rgb(254 243 199 / 0.1);
}

.border-r-amber-100\/100{
  border-right-color: rgb(254 243 199 / 1);
}

.border-r-amber-100\/20{
  border-right-color: rgb(254 243 199 / 0.2);
}

.border-r-amber-100\/25{
  border-right-color: rgb(254 243 199 / 0.25);
}

.border-r-amber-100\/30{
  border-right-color: rgb(254 243 199 / 0.3);
}

.border-r-amber-100\/40{
  border-right-color: rgb(254 243 199 / 0.4);
}

.border-r-amber-100\/5{
  border-right-color: rgb(254 243 199 / 0.05);
}

.border-r-amber-100\/50{
  border-right-color: rgb(254 243 199 / 0.5);
}

.border-r-amber-100\/60{
  border-right-color: rgb(254 243 199 / 0.6);
}

.border-r-amber-100\/70{
  border-right-color: rgb(254 243 199 / 0.7);
}

.border-r-amber-100\/75{
  border-right-color: rgb(254 243 199 / 0.75);
}

.border-r-amber-100\/80{
  border-right-color: rgb(254 243 199 / 0.8);
}

.border-r-amber-100\/90{
  border-right-color: rgb(254 243 199 / 0.9);
}

.border-r-amber-100\/95{
  border-right-color: rgb(254 243 199 / 0.95);
}

.border-r-amber-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.border-r-amber-200\/0{
  border-right-color: rgb(253 230 138 / 0);
}

.border-r-amber-200\/10{
  border-right-color: rgb(253 230 138 / 0.1);
}

.border-r-amber-200\/100{
  border-right-color: rgb(253 230 138 / 1);
}

.border-r-amber-200\/20{
  border-right-color: rgb(253 230 138 / 0.2);
}

.border-r-amber-200\/25{
  border-right-color: rgb(253 230 138 / 0.25);
}

.border-r-amber-200\/30{
  border-right-color: rgb(253 230 138 / 0.3);
}

.border-r-amber-200\/40{
  border-right-color: rgb(253 230 138 / 0.4);
}

.border-r-amber-200\/5{
  border-right-color: rgb(253 230 138 / 0.05);
}

.border-r-amber-200\/50{
  border-right-color: rgb(253 230 138 / 0.5);
}

.border-r-amber-200\/60{
  border-right-color: rgb(253 230 138 / 0.6);
}

.border-r-amber-200\/70{
  border-right-color: rgb(253 230 138 / 0.7);
}

.border-r-amber-200\/75{
  border-right-color: rgb(253 230 138 / 0.75);
}

.border-r-amber-200\/80{
  border-right-color: rgb(253 230 138 / 0.8);
}

.border-r-amber-200\/90{
  border-right-color: rgb(253 230 138 / 0.9);
}

.border-r-amber-200\/95{
  border-right-color: rgb(253 230 138 / 0.95);
}

.border-r-amber-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.border-r-amber-300\/0{
  border-right-color: rgb(252 211 77 / 0);
}

.border-r-amber-300\/10{
  border-right-color: rgb(252 211 77 / 0.1);
}

.border-r-amber-300\/100{
  border-right-color: rgb(252 211 77 / 1);
}

.border-r-amber-300\/20{
  border-right-color: rgb(252 211 77 / 0.2);
}

.border-r-amber-300\/25{
  border-right-color: rgb(252 211 77 / 0.25);
}

.border-r-amber-300\/30{
  border-right-color: rgb(252 211 77 / 0.3);
}

.border-r-amber-300\/40{
  border-right-color: rgb(252 211 77 / 0.4);
}

.border-r-amber-300\/5{
  border-right-color: rgb(252 211 77 / 0.05);
}

.border-r-amber-300\/50{
  border-right-color: rgb(252 211 77 / 0.5);
}

.border-r-amber-300\/60{
  border-right-color: rgb(252 211 77 / 0.6);
}

.border-r-amber-300\/70{
  border-right-color: rgb(252 211 77 / 0.7);
}

.border-r-amber-300\/75{
  border-right-color: rgb(252 211 77 / 0.75);
}

.border-r-amber-300\/80{
  border-right-color: rgb(252 211 77 / 0.8);
}

.border-r-amber-300\/90{
  border-right-color: rgb(252 211 77 / 0.9);
}

.border-r-amber-300\/95{
  border-right-color: rgb(252 211 77 / 0.95);
}

.border-r-amber-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.border-r-amber-400\/0{
  border-right-color: rgb(251 191 36 / 0);
}

.border-r-amber-400\/10{
  border-right-color: rgb(251 191 36 / 0.1);
}

.border-r-amber-400\/100{
  border-right-color: rgb(251 191 36 / 1);
}

.border-r-amber-400\/20{
  border-right-color: rgb(251 191 36 / 0.2);
}

.border-r-amber-400\/25{
  border-right-color: rgb(251 191 36 / 0.25);
}

.border-r-amber-400\/30{
  border-right-color: rgb(251 191 36 / 0.3);
}

.border-r-amber-400\/40{
  border-right-color: rgb(251 191 36 / 0.4);
}

.border-r-amber-400\/5{
  border-right-color: rgb(251 191 36 / 0.05);
}

.border-r-amber-400\/50{
  border-right-color: rgb(251 191 36 / 0.5);
}

.border-r-amber-400\/60{
  border-right-color: rgb(251 191 36 / 0.6);
}

.border-r-amber-400\/70{
  border-right-color: rgb(251 191 36 / 0.7);
}

.border-r-amber-400\/75{
  border-right-color: rgb(251 191 36 / 0.75);
}

.border-r-amber-400\/80{
  border-right-color: rgb(251 191 36 / 0.8);
}

.border-r-amber-400\/90{
  border-right-color: rgb(251 191 36 / 0.9);
}

.border-r-amber-400\/95{
  border-right-color: rgb(251 191 36 / 0.95);
}

.border-r-amber-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-r-amber-50\/0{
  border-right-color: rgb(255 251 235 / 0);
}

.border-r-amber-50\/10{
  border-right-color: rgb(255 251 235 / 0.1);
}

.border-r-amber-50\/100{
  border-right-color: rgb(255 251 235 / 1);
}

.border-r-amber-50\/20{
  border-right-color: rgb(255 251 235 / 0.2);
}

.border-r-amber-50\/25{
  border-right-color: rgb(255 251 235 / 0.25);
}

.border-r-amber-50\/30{
  border-right-color: rgb(255 251 235 / 0.3);
}

.border-r-amber-50\/40{
  border-right-color: rgb(255 251 235 / 0.4);
}

.border-r-amber-50\/5{
  border-right-color: rgb(255 251 235 / 0.05);
}

.border-r-amber-50\/50{
  border-right-color: rgb(255 251 235 / 0.5);
}

.border-r-amber-50\/60{
  border-right-color: rgb(255 251 235 / 0.6);
}

.border-r-amber-50\/70{
  border-right-color: rgb(255 251 235 / 0.7);
}

.border-r-amber-50\/75{
  border-right-color: rgb(255 251 235 / 0.75);
}

.border-r-amber-50\/80{
  border-right-color: rgb(255 251 235 / 0.8);
}

.border-r-amber-50\/90{
  border-right-color: rgb(255 251 235 / 0.9);
}

.border-r-amber-50\/95{
  border-right-color: rgb(255 251 235 / 0.95);
}

.border-r-amber-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.border-r-amber-500\/0{
  border-right-color: rgb(245 158 11 / 0);
}

.border-r-amber-500\/10{
  border-right-color: rgb(245 158 11 / 0.1);
}

.border-r-amber-500\/100{
  border-right-color: rgb(245 158 11 / 1);
}

.border-r-amber-500\/20{
  border-right-color: rgb(245 158 11 / 0.2);
}

.border-r-amber-500\/25{
  border-right-color: rgb(245 158 11 / 0.25);
}

.border-r-amber-500\/30{
  border-right-color: rgb(245 158 11 / 0.3);
}

.border-r-amber-500\/40{
  border-right-color: rgb(245 158 11 / 0.4);
}

.border-r-amber-500\/5{
  border-right-color: rgb(245 158 11 / 0.05);
}

.border-r-amber-500\/50{
  border-right-color: rgb(245 158 11 / 0.5);
}

.border-r-amber-500\/60{
  border-right-color: rgb(245 158 11 / 0.6);
}

.border-r-amber-500\/70{
  border-right-color: rgb(245 158 11 / 0.7);
}

.border-r-amber-500\/75{
  border-right-color: rgb(245 158 11 / 0.75);
}

.border-r-amber-500\/80{
  border-right-color: rgb(245 158 11 / 0.8);
}

.border-r-amber-500\/90{
  border-right-color: rgb(245 158 11 / 0.9);
}

.border-r-amber-500\/95{
  border-right-color: rgb(245 158 11 / 0.95);
}

.border-r-amber-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.border-r-amber-600\/0{
  border-right-color: rgb(217 119 6 / 0);
}

.border-r-amber-600\/10{
  border-right-color: rgb(217 119 6 / 0.1);
}

.border-r-amber-600\/100{
  border-right-color: rgb(217 119 6 / 1);
}

.border-r-amber-600\/20{
  border-right-color: rgb(217 119 6 / 0.2);
}

.border-r-amber-600\/25{
  border-right-color: rgb(217 119 6 / 0.25);
}

.border-r-amber-600\/30{
  border-right-color: rgb(217 119 6 / 0.3);
}

.border-r-amber-600\/40{
  border-right-color: rgb(217 119 6 / 0.4);
}

.border-r-amber-600\/5{
  border-right-color: rgb(217 119 6 / 0.05);
}

.border-r-amber-600\/50{
  border-right-color: rgb(217 119 6 / 0.5);
}

.border-r-amber-600\/60{
  border-right-color: rgb(217 119 6 / 0.6);
}

.border-r-amber-600\/70{
  border-right-color: rgb(217 119 6 / 0.7);
}

.border-r-amber-600\/75{
  border-right-color: rgb(217 119 6 / 0.75);
}

.border-r-amber-600\/80{
  border-right-color: rgb(217 119 6 / 0.8);
}

.border-r-amber-600\/90{
  border-right-color: rgb(217 119 6 / 0.9);
}

.border-r-amber-600\/95{
  border-right-color: rgb(217 119 6 / 0.95);
}

.border-r-amber-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.border-r-amber-700\/0{
  border-right-color: rgb(180 83 9 / 0);
}

.border-r-amber-700\/10{
  border-right-color: rgb(180 83 9 / 0.1);
}

.border-r-amber-700\/100{
  border-right-color: rgb(180 83 9 / 1);
}

.border-r-amber-700\/20{
  border-right-color: rgb(180 83 9 / 0.2);
}

.border-r-amber-700\/25{
  border-right-color: rgb(180 83 9 / 0.25);
}

.border-r-amber-700\/30{
  border-right-color: rgb(180 83 9 / 0.3);
}

.border-r-amber-700\/40{
  border-right-color: rgb(180 83 9 / 0.4);
}

.border-r-amber-700\/5{
  border-right-color: rgb(180 83 9 / 0.05);
}

.border-r-amber-700\/50{
  border-right-color: rgb(180 83 9 / 0.5);
}

.border-r-amber-700\/60{
  border-right-color: rgb(180 83 9 / 0.6);
}

.border-r-amber-700\/70{
  border-right-color: rgb(180 83 9 / 0.7);
}

.border-r-amber-700\/75{
  border-right-color: rgb(180 83 9 / 0.75);
}

.border-r-amber-700\/80{
  border-right-color: rgb(180 83 9 / 0.8);
}

.border-r-amber-700\/90{
  border-right-color: rgb(180 83 9 / 0.9);
}

.border-r-amber-700\/95{
  border-right-color: rgb(180 83 9 / 0.95);
}

.border-r-amber-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.border-r-amber-800\/0{
  border-right-color: rgb(146 64 14 / 0);
}

.border-r-amber-800\/10{
  border-right-color: rgb(146 64 14 / 0.1);
}

.border-r-amber-800\/100{
  border-right-color: rgb(146 64 14 / 1);
}

.border-r-amber-800\/20{
  border-right-color: rgb(146 64 14 / 0.2);
}

.border-r-amber-800\/25{
  border-right-color: rgb(146 64 14 / 0.25);
}

.border-r-amber-800\/30{
  border-right-color: rgb(146 64 14 / 0.3);
}

.border-r-amber-800\/40{
  border-right-color: rgb(146 64 14 / 0.4);
}

.border-r-amber-800\/5{
  border-right-color: rgb(146 64 14 / 0.05);
}

.border-r-amber-800\/50{
  border-right-color: rgb(146 64 14 / 0.5);
}

.border-r-amber-800\/60{
  border-right-color: rgb(146 64 14 / 0.6);
}

.border-r-amber-800\/70{
  border-right-color: rgb(146 64 14 / 0.7);
}

.border-r-amber-800\/75{
  border-right-color: rgb(146 64 14 / 0.75);
}

.border-r-amber-800\/80{
  border-right-color: rgb(146 64 14 / 0.8);
}

.border-r-amber-800\/90{
  border-right-color: rgb(146 64 14 / 0.9);
}

.border-r-amber-800\/95{
  border-right-color: rgb(146 64 14 / 0.95);
}

.border-r-amber-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.border-r-amber-900\/0{
  border-right-color: rgb(120 53 15 / 0);
}

.border-r-amber-900\/10{
  border-right-color: rgb(120 53 15 / 0.1);
}

.border-r-amber-900\/100{
  border-right-color: rgb(120 53 15 / 1);
}

.border-r-amber-900\/20{
  border-right-color: rgb(120 53 15 / 0.2);
}

.border-r-amber-900\/25{
  border-right-color: rgb(120 53 15 / 0.25);
}

.border-r-amber-900\/30{
  border-right-color: rgb(120 53 15 / 0.3);
}

.border-r-amber-900\/40{
  border-right-color: rgb(120 53 15 / 0.4);
}

.border-r-amber-900\/5{
  border-right-color: rgb(120 53 15 / 0.05);
}

.border-r-amber-900\/50{
  border-right-color: rgb(120 53 15 / 0.5);
}

.border-r-amber-900\/60{
  border-right-color: rgb(120 53 15 / 0.6);
}

.border-r-amber-900\/70{
  border-right-color: rgb(120 53 15 / 0.7);
}

.border-r-amber-900\/75{
  border-right-color: rgb(120 53 15 / 0.75);
}

.border-r-amber-900\/80{
  border-right-color: rgb(120 53 15 / 0.8);
}

.border-r-amber-900\/90{
  border-right-color: rgb(120 53 15 / 0.9);
}

.border-r-amber-900\/95{
  border-right-color: rgb(120 53 15 / 0.95);
}

.border-r-amber-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.border-r-amber-950\/0{
  border-right-color: rgb(69 26 3 / 0);
}

.border-r-amber-950\/10{
  border-right-color: rgb(69 26 3 / 0.1);
}

.border-r-amber-950\/100{
  border-right-color: rgb(69 26 3 / 1);
}

.border-r-amber-950\/20{
  border-right-color: rgb(69 26 3 / 0.2);
}

.border-r-amber-950\/25{
  border-right-color: rgb(69 26 3 / 0.25);
}

.border-r-amber-950\/30{
  border-right-color: rgb(69 26 3 / 0.3);
}

.border-r-amber-950\/40{
  border-right-color: rgb(69 26 3 / 0.4);
}

.border-r-amber-950\/5{
  border-right-color: rgb(69 26 3 / 0.05);
}

.border-r-amber-950\/50{
  border-right-color: rgb(69 26 3 / 0.5);
}

.border-r-amber-950\/60{
  border-right-color: rgb(69 26 3 / 0.6);
}

.border-r-amber-950\/70{
  border-right-color: rgb(69 26 3 / 0.7);
}

.border-r-amber-950\/75{
  border-right-color: rgb(69 26 3 / 0.75);
}

.border-r-amber-950\/80{
  border-right-color: rgb(69 26 3 / 0.8);
}

.border-r-amber-950\/90{
  border-right-color: rgb(69 26 3 / 0.9);
}

.border-r-amber-950\/95{
  border-right-color: rgb(69 26 3 / 0.95);
}

.border-r-black{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-r-black\/0{
  border-right-color: rgb(0 0 0 / 0);
}

.border-r-black\/10{
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-r-black\/100{
  border-right-color: rgb(0 0 0 / 1);
}

.border-r-black\/20{
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-r-black\/25{
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-r-black\/30{
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-r-black\/40{
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-r-black\/5{
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-r-black\/50{
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-r-black\/60{
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-r-black\/70{
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-r-black\/75{
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-r-black\/80{
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-r-black\/90{
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-r-black\/95{
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-r-blue-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.border-r-blue-100\/0{
  border-right-color: rgb(219 234 254 / 0);
}

.border-r-blue-100\/10{
  border-right-color: rgb(219 234 254 / 0.1);
}

.border-r-blue-100\/100{
  border-right-color: rgb(219 234 254 / 1);
}

.border-r-blue-100\/20{
  border-right-color: rgb(219 234 254 / 0.2);
}

.border-r-blue-100\/25{
  border-right-color: rgb(219 234 254 / 0.25);
}

.border-r-blue-100\/30{
  border-right-color: rgb(219 234 254 / 0.3);
}

.border-r-blue-100\/40{
  border-right-color: rgb(219 234 254 / 0.4);
}

.border-r-blue-100\/5{
  border-right-color: rgb(219 234 254 / 0.05);
}

.border-r-blue-100\/50{
  border-right-color: rgb(219 234 254 / 0.5);
}

.border-r-blue-100\/60{
  border-right-color: rgb(219 234 254 / 0.6);
}

.border-r-blue-100\/70{
  border-right-color: rgb(219 234 254 / 0.7);
}

.border-r-blue-100\/75{
  border-right-color: rgb(219 234 254 / 0.75);
}

.border-r-blue-100\/80{
  border-right-color: rgb(219 234 254 / 0.8);
}

.border-r-blue-100\/90{
  border-right-color: rgb(219 234 254 / 0.9);
}

.border-r-blue-100\/95{
  border-right-color: rgb(219 234 254 / 0.95);
}

.border-r-blue-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-r-blue-200\/0{
  border-right-color: rgb(191 219 254 / 0);
}

.border-r-blue-200\/10{
  border-right-color: rgb(191 219 254 / 0.1);
}

.border-r-blue-200\/100{
  border-right-color: rgb(191 219 254 / 1);
}

.border-r-blue-200\/20{
  border-right-color: rgb(191 219 254 / 0.2);
}

.border-r-blue-200\/25{
  border-right-color: rgb(191 219 254 / 0.25);
}

.border-r-blue-200\/30{
  border-right-color: rgb(191 219 254 / 0.3);
}

.border-r-blue-200\/40{
  border-right-color: rgb(191 219 254 / 0.4);
}

.border-r-blue-200\/5{
  border-right-color: rgb(191 219 254 / 0.05);
}

.border-r-blue-200\/50{
  border-right-color: rgb(191 219 254 / 0.5);
}

.border-r-blue-200\/60{
  border-right-color: rgb(191 219 254 / 0.6);
}

.border-r-blue-200\/70{
  border-right-color: rgb(191 219 254 / 0.7);
}

.border-r-blue-200\/75{
  border-right-color: rgb(191 219 254 / 0.75);
}

.border-r-blue-200\/80{
  border-right-color: rgb(191 219 254 / 0.8);
}

.border-r-blue-200\/90{
  border-right-color: rgb(191 219 254 / 0.9);
}

.border-r-blue-200\/95{
  border-right-color: rgb(191 219 254 / 0.95);
}

.border-r-blue-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-r-blue-300\/0{
  border-right-color: rgb(147 197 253 / 0);
}

.border-r-blue-300\/10{
  border-right-color: rgb(147 197 253 / 0.1);
}

.border-r-blue-300\/100{
  border-right-color: rgb(147 197 253 / 1);
}

.border-r-blue-300\/20{
  border-right-color: rgb(147 197 253 / 0.2);
}

.border-r-blue-300\/25{
  border-right-color: rgb(147 197 253 / 0.25);
}

.border-r-blue-300\/30{
  border-right-color: rgb(147 197 253 / 0.3);
}

.border-r-blue-300\/40{
  border-right-color: rgb(147 197 253 / 0.4);
}

.border-r-blue-300\/5{
  border-right-color: rgb(147 197 253 / 0.05);
}

.border-r-blue-300\/50{
  border-right-color: rgb(147 197 253 / 0.5);
}

.border-r-blue-300\/60{
  border-right-color: rgb(147 197 253 / 0.6);
}

.border-r-blue-300\/70{
  border-right-color: rgb(147 197 253 / 0.7);
}

.border-r-blue-300\/75{
  border-right-color: rgb(147 197 253 / 0.75);
}

.border-r-blue-300\/80{
  border-right-color: rgb(147 197 253 / 0.8);
}

.border-r-blue-300\/90{
  border-right-color: rgb(147 197 253 / 0.9);
}

.border-r-blue-300\/95{
  border-right-color: rgb(147 197 253 / 0.95);
}

.border-r-blue-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-r-blue-400\/0{
  border-right-color: rgb(96 165 250 / 0);
}

.border-r-blue-400\/10{
  border-right-color: rgb(96 165 250 / 0.1);
}

.border-r-blue-400\/100{
  border-right-color: rgb(96 165 250 / 1);
}

.border-r-blue-400\/20{
  border-right-color: rgb(96 165 250 / 0.2);
}

.border-r-blue-400\/25{
  border-right-color: rgb(96 165 250 / 0.25);
}

.border-r-blue-400\/30{
  border-right-color: rgb(96 165 250 / 0.3);
}

.border-r-blue-400\/40{
  border-right-color: rgb(96 165 250 / 0.4);
}

.border-r-blue-400\/5{
  border-right-color: rgb(96 165 250 / 0.05);
}

.border-r-blue-400\/50{
  border-right-color: rgb(96 165 250 / 0.5);
}

.border-r-blue-400\/60{
  border-right-color: rgb(96 165 250 / 0.6);
}

.border-r-blue-400\/70{
  border-right-color: rgb(96 165 250 / 0.7);
}

.border-r-blue-400\/75{
  border-right-color: rgb(96 165 250 / 0.75);
}

.border-r-blue-400\/80{
  border-right-color: rgb(96 165 250 / 0.8);
}

.border-r-blue-400\/90{
  border-right-color: rgb(96 165 250 / 0.9);
}

.border-r-blue-400\/95{
  border-right-color: rgb(96 165 250 / 0.95);
}

.border-r-blue-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-r-blue-50\/0{
  border-right-color: rgb(239 246 255 / 0);
}

.border-r-blue-50\/10{
  border-right-color: rgb(239 246 255 / 0.1);
}

.border-r-blue-50\/100{
  border-right-color: rgb(239 246 255 / 1);
}

.border-r-blue-50\/20{
  border-right-color: rgb(239 246 255 / 0.2);
}

.border-r-blue-50\/25{
  border-right-color: rgb(239 246 255 / 0.25);
}

.border-r-blue-50\/30{
  border-right-color: rgb(239 246 255 / 0.3);
}

.border-r-blue-50\/40{
  border-right-color: rgb(239 246 255 / 0.4);
}

.border-r-blue-50\/5{
  border-right-color: rgb(239 246 255 / 0.05);
}

.border-r-blue-50\/50{
  border-right-color: rgb(239 246 255 / 0.5);
}

.border-r-blue-50\/60{
  border-right-color: rgb(239 246 255 / 0.6);
}

.border-r-blue-50\/70{
  border-right-color: rgb(239 246 255 / 0.7);
}

.border-r-blue-50\/75{
  border-right-color: rgb(239 246 255 / 0.75);
}

.border-r-blue-50\/80{
  border-right-color: rgb(239 246 255 / 0.8);
}

.border-r-blue-50\/90{
  border-right-color: rgb(239 246 255 / 0.9);
}

.border-r-blue-50\/95{
  border-right-color: rgb(239 246 255 / 0.95);
}

.border-r-blue-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-r-blue-500\/0{
  border-right-color: rgb(59 130 246 / 0);
}

.border-r-blue-500\/10{
  border-right-color: rgb(59 130 246 / 0.1);
}

.border-r-blue-500\/100{
  border-right-color: rgb(59 130 246 / 1);
}

.border-r-blue-500\/20{
  border-right-color: rgb(59 130 246 / 0.2);
}

.border-r-blue-500\/25{
  border-right-color: rgb(59 130 246 / 0.25);
}

.border-r-blue-500\/30{
  border-right-color: rgb(59 130 246 / 0.3);
}

.border-r-blue-500\/40{
  border-right-color: rgb(59 130 246 / 0.4);
}

.border-r-blue-500\/5{
  border-right-color: rgb(59 130 246 / 0.05);
}

.border-r-blue-500\/50{
  border-right-color: rgb(59 130 246 / 0.5);
}

.border-r-blue-500\/60{
  border-right-color: rgb(59 130 246 / 0.6);
}

.border-r-blue-500\/70{
  border-right-color: rgb(59 130 246 / 0.7);
}

.border-r-blue-500\/75{
  border-right-color: rgb(59 130 246 / 0.75);
}

.border-r-blue-500\/80{
  border-right-color: rgb(59 130 246 / 0.8);
}

.border-r-blue-500\/90{
  border-right-color: rgb(59 130 246 / 0.9);
}

.border-r-blue-500\/95{
  border-right-color: rgb(59 130 246 / 0.95);
}

.border-r-blue-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-r-blue-600\/0{
  border-right-color: rgb(37 99 235 / 0);
}

.border-r-blue-600\/10{
  border-right-color: rgb(37 99 235 / 0.1);
}

.border-r-blue-600\/100{
  border-right-color: rgb(37 99 235 / 1);
}

.border-r-blue-600\/20{
  border-right-color: rgb(37 99 235 / 0.2);
}

.border-r-blue-600\/25{
  border-right-color: rgb(37 99 235 / 0.25);
}

.border-r-blue-600\/30{
  border-right-color: rgb(37 99 235 / 0.3);
}

.border-r-blue-600\/40{
  border-right-color: rgb(37 99 235 / 0.4);
}

.border-r-blue-600\/5{
  border-right-color: rgb(37 99 235 / 0.05);
}

.border-r-blue-600\/50{
  border-right-color: rgb(37 99 235 / 0.5);
}

.border-r-blue-600\/60{
  border-right-color: rgb(37 99 235 / 0.6);
}

.border-r-blue-600\/70{
  border-right-color: rgb(37 99 235 / 0.7);
}

.border-r-blue-600\/75{
  border-right-color: rgb(37 99 235 / 0.75);
}

.border-r-blue-600\/80{
  border-right-color: rgb(37 99 235 / 0.8);
}

.border-r-blue-600\/90{
  border-right-color: rgb(37 99 235 / 0.9);
}

.border-r-blue-600\/95{
  border-right-color: rgb(37 99 235 / 0.95);
}

.border-r-blue-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-r-blue-700\/0{
  border-right-color: rgb(29 78 216 / 0);
}

.border-r-blue-700\/10{
  border-right-color: rgb(29 78 216 / 0.1);
}

.border-r-blue-700\/100{
  border-right-color: rgb(29 78 216 / 1);
}

.border-r-blue-700\/20{
  border-right-color: rgb(29 78 216 / 0.2);
}

.border-r-blue-700\/25{
  border-right-color: rgb(29 78 216 / 0.25);
}

.border-r-blue-700\/30{
  border-right-color: rgb(29 78 216 / 0.3);
}

.border-r-blue-700\/40{
  border-right-color: rgb(29 78 216 / 0.4);
}

.border-r-blue-700\/5{
  border-right-color: rgb(29 78 216 / 0.05);
}

.border-r-blue-700\/50{
  border-right-color: rgb(29 78 216 / 0.5);
}

.border-r-blue-700\/60{
  border-right-color: rgb(29 78 216 / 0.6);
}

.border-r-blue-700\/70{
  border-right-color: rgb(29 78 216 / 0.7);
}

.border-r-blue-700\/75{
  border-right-color: rgb(29 78 216 / 0.75);
}

.border-r-blue-700\/80{
  border-right-color: rgb(29 78 216 / 0.8);
}

.border-r-blue-700\/90{
  border-right-color: rgb(29 78 216 / 0.9);
}

.border-r-blue-700\/95{
  border-right-color: rgb(29 78 216 / 0.95);
}

.border-r-blue-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-r-blue-800\/0{
  border-right-color: rgb(30 64 175 / 0);
}

.border-r-blue-800\/10{
  border-right-color: rgb(30 64 175 / 0.1);
}

.border-r-blue-800\/100{
  border-right-color: rgb(30 64 175 / 1);
}

.border-r-blue-800\/20{
  border-right-color: rgb(30 64 175 / 0.2);
}

.border-r-blue-800\/25{
  border-right-color: rgb(30 64 175 / 0.25);
}

.border-r-blue-800\/30{
  border-right-color: rgb(30 64 175 / 0.3);
}

.border-r-blue-800\/40{
  border-right-color: rgb(30 64 175 / 0.4);
}

.border-r-blue-800\/5{
  border-right-color: rgb(30 64 175 / 0.05);
}

.border-r-blue-800\/50{
  border-right-color: rgb(30 64 175 / 0.5);
}

.border-r-blue-800\/60{
  border-right-color: rgb(30 64 175 / 0.6);
}

.border-r-blue-800\/70{
  border-right-color: rgb(30 64 175 / 0.7);
}

.border-r-blue-800\/75{
  border-right-color: rgb(30 64 175 / 0.75);
}

.border-r-blue-800\/80{
  border-right-color: rgb(30 64 175 / 0.8);
}

.border-r-blue-800\/90{
  border-right-color: rgb(30 64 175 / 0.9);
}

.border-r-blue-800\/95{
  border-right-color: rgb(30 64 175 / 0.95);
}

.border-r-blue-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-r-blue-900\/0{
  border-right-color: rgb(30 58 138 / 0);
}

.border-r-blue-900\/10{
  border-right-color: rgb(30 58 138 / 0.1);
}

.border-r-blue-900\/100{
  border-right-color: rgb(30 58 138 / 1);
}

.border-r-blue-900\/20{
  border-right-color: rgb(30 58 138 / 0.2);
}

.border-r-blue-900\/25{
  border-right-color: rgb(30 58 138 / 0.25);
}

.border-r-blue-900\/30{
  border-right-color: rgb(30 58 138 / 0.3);
}

.border-r-blue-900\/40{
  border-right-color: rgb(30 58 138 / 0.4);
}

.border-r-blue-900\/5{
  border-right-color: rgb(30 58 138 / 0.05);
}

.border-r-blue-900\/50{
  border-right-color: rgb(30 58 138 / 0.5);
}

.border-r-blue-900\/60{
  border-right-color: rgb(30 58 138 / 0.6);
}

.border-r-blue-900\/70{
  border-right-color: rgb(30 58 138 / 0.7);
}

.border-r-blue-900\/75{
  border-right-color: rgb(30 58 138 / 0.75);
}

.border-r-blue-900\/80{
  border-right-color: rgb(30 58 138 / 0.8);
}

.border-r-blue-900\/90{
  border-right-color: rgb(30 58 138 / 0.9);
}

.border-r-blue-900\/95{
  border-right-color: rgb(30 58 138 / 0.95);
}

.border-r-blue-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-r-blue-950\/0{
  border-right-color: rgb(23 37 84 / 0);
}

.border-r-blue-950\/10{
  border-right-color: rgb(23 37 84 / 0.1);
}

.border-r-blue-950\/100{
  border-right-color: rgb(23 37 84 / 1);
}

.border-r-blue-950\/20{
  border-right-color: rgb(23 37 84 / 0.2);
}

.border-r-blue-950\/25{
  border-right-color: rgb(23 37 84 / 0.25);
}

.border-r-blue-950\/30{
  border-right-color: rgb(23 37 84 / 0.3);
}

.border-r-blue-950\/40{
  border-right-color: rgb(23 37 84 / 0.4);
}

.border-r-blue-950\/5{
  border-right-color: rgb(23 37 84 / 0.05);
}

.border-r-blue-950\/50{
  border-right-color: rgb(23 37 84 / 0.5);
}

.border-r-blue-950\/60{
  border-right-color: rgb(23 37 84 / 0.6);
}

.border-r-blue-950\/70{
  border-right-color: rgb(23 37 84 / 0.7);
}

.border-r-blue-950\/75{
  border-right-color: rgb(23 37 84 / 0.75);
}

.border-r-blue-950\/80{
  border-right-color: rgb(23 37 84 / 0.8);
}

.border-r-blue-950\/90{
  border-right-color: rgb(23 37 84 / 0.9);
}

.border-r-blue-950\/95{
  border-right-color: rgb(23 37 84 / 0.95);
}

.border-r-current{
  border-right-color: currentColor;
}

.border-r-cyan-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.border-r-cyan-100\/0{
  border-right-color: rgb(207 250 254 / 0);
}

.border-r-cyan-100\/10{
  border-right-color: rgb(207 250 254 / 0.1);
}

.border-r-cyan-100\/100{
  border-right-color: rgb(207 250 254 / 1);
}

.border-r-cyan-100\/20{
  border-right-color: rgb(207 250 254 / 0.2);
}

.border-r-cyan-100\/25{
  border-right-color: rgb(207 250 254 / 0.25);
}

.border-r-cyan-100\/30{
  border-right-color: rgb(207 250 254 / 0.3);
}

.border-r-cyan-100\/40{
  border-right-color: rgb(207 250 254 / 0.4);
}

.border-r-cyan-100\/5{
  border-right-color: rgb(207 250 254 / 0.05);
}

.border-r-cyan-100\/50{
  border-right-color: rgb(207 250 254 / 0.5);
}

.border-r-cyan-100\/60{
  border-right-color: rgb(207 250 254 / 0.6);
}

.border-r-cyan-100\/70{
  border-right-color: rgb(207 250 254 / 0.7);
}

.border-r-cyan-100\/75{
  border-right-color: rgb(207 250 254 / 0.75);
}

.border-r-cyan-100\/80{
  border-right-color: rgb(207 250 254 / 0.8);
}

.border-r-cyan-100\/90{
  border-right-color: rgb(207 250 254 / 0.9);
}

.border-r-cyan-100\/95{
  border-right-color: rgb(207 250 254 / 0.95);
}

.border-r-cyan-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-r-cyan-200\/0{
  border-right-color: rgb(165 243 252 / 0);
}

.border-r-cyan-200\/10{
  border-right-color: rgb(165 243 252 / 0.1);
}

.border-r-cyan-200\/100{
  border-right-color: rgb(165 243 252 / 1);
}

.border-r-cyan-200\/20{
  border-right-color: rgb(165 243 252 / 0.2);
}

.border-r-cyan-200\/25{
  border-right-color: rgb(165 243 252 / 0.25);
}

.border-r-cyan-200\/30{
  border-right-color: rgb(165 243 252 / 0.3);
}

.border-r-cyan-200\/40{
  border-right-color: rgb(165 243 252 / 0.4);
}

.border-r-cyan-200\/5{
  border-right-color: rgb(165 243 252 / 0.05);
}

.border-r-cyan-200\/50{
  border-right-color: rgb(165 243 252 / 0.5);
}

.border-r-cyan-200\/60{
  border-right-color: rgb(165 243 252 / 0.6);
}

.border-r-cyan-200\/70{
  border-right-color: rgb(165 243 252 / 0.7);
}

.border-r-cyan-200\/75{
  border-right-color: rgb(165 243 252 / 0.75);
}

.border-r-cyan-200\/80{
  border-right-color: rgb(165 243 252 / 0.8);
}

.border-r-cyan-200\/90{
  border-right-color: rgb(165 243 252 / 0.9);
}

.border-r-cyan-200\/95{
  border-right-color: rgb(165 243 252 / 0.95);
}

.border-r-cyan-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-r-cyan-300\/0{
  border-right-color: rgb(103 232 249 / 0);
}

.border-r-cyan-300\/10{
  border-right-color: rgb(103 232 249 / 0.1);
}

.border-r-cyan-300\/100{
  border-right-color: rgb(103 232 249 / 1);
}

.border-r-cyan-300\/20{
  border-right-color: rgb(103 232 249 / 0.2);
}

.border-r-cyan-300\/25{
  border-right-color: rgb(103 232 249 / 0.25);
}

.border-r-cyan-300\/30{
  border-right-color: rgb(103 232 249 / 0.3);
}

.border-r-cyan-300\/40{
  border-right-color: rgb(103 232 249 / 0.4);
}

.border-r-cyan-300\/5{
  border-right-color: rgb(103 232 249 / 0.05);
}

.border-r-cyan-300\/50{
  border-right-color: rgb(103 232 249 / 0.5);
}

.border-r-cyan-300\/60{
  border-right-color: rgb(103 232 249 / 0.6);
}

.border-r-cyan-300\/70{
  border-right-color: rgb(103 232 249 / 0.7);
}

.border-r-cyan-300\/75{
  border-right-color: rgb(103 232 249 / 0.75);
}

.border-r-cyan-300\/80{
  border-right-color: rgb(103 232 249 / 0.8);
}

.border-r-cyan-300\/90{
  border-right-color: rgb(103 232 249 / 0.9);
}

.border-r-cyan-300\/95{
  border-right-color: rgb(103 232 249 / 0.95);
}

.border-r-cyan-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-r-cyan-400\/0{
  border-right-color: rgb(34 211 238 / 0);
}

.border-r-cyan-400\/10{
  border-right-color: rgb(34 211 238 / 0.1);
}

.border-r-cyan-400\/100{
  border-right-color: rgb(34 211 238 / 1);
}

.border-r-cyan-400\/20{
  border-right-color: rgb(34 211 238 / 0.2);
}

.border-r-cyan-400\/25{
  border-right-color: rgb(34 211 238 / 0.25);
}

.border-r-cyan-400\/30{
  border-right-color: rgb(34 211 238 / 0.3);
}

.border-r-cyan-400\/40{
  border-right-color: rgb(34 211 238 / 0.4);
}

.border-r-cyan-400\/5{
  border-right-color: rgb(34 211 238 / 0.05);
}

.border-r-cyan-400\/50{
  border-right-color: rgb(34 211 238 / 0.5);
}

.border-r-cyan-400\/60{
  border-right-color: rgb(34 211 238 / 0.6);
}

.border-r-cyan-400\/70{
  border-right-color: rgb(34 211 238 / 0.7);
}

.border-r-cyan-400\/75{
  border-right-color: rgb(34 211 238 / 0.75);
}

.border-r-cyan-400\/80{
  border-right-color: rgb(34 211 238 / 0.8);
}

.border-r-cyan-400\/90{
  border-right-color: rgb(34 211 238 / 0.9);
}

.border-r-cyan-400\/95{
  border-right-color: rgb(34 211 238 / 0.95);
}

.border-r-cyan-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-r-cyan-50\/0{
  border-right-color: rgb(236 254 255 / 0);
}

.border-r-cyan-50\/10{
  border-right-color: rgb(236 254 255 / 0.1);
}

.border-r-cyan-50\/100{
  border-right-color: rgb(236 254 255 / 1);
}

.border-r-cyan-50\/20{
  border-right-color: rgb(236 254 255 / 0.2);
}

.border-r-cyan-50\/25{
  border-right-color: rgb(236 254 255 / 0.25);
}

.border-r-cyan-50\/30{
  border-right-color: rgb(236 254 255 / 0.3);
}

.border-r-cyan-50\/40{
  border-right-color: rgb(236 254 255 / 0.4);
}

.border-r-cyan-50\/5{
  border-right-color: rgb(236 254 255 / 0.05);
}

.border-r-cyan-50\/50{
  border-right-color: rgb(236 254 255 / 0.5);
}

.border-r-cyan-50\/60{
  border-right-color: rgb(236 254 255 / 0.6);
}

.border-r-cyan-50\/70{
  border-right-color: rgb(236 254 255 / 0.7);
}

.border-r-cyan-50\/75{
  border-right-color: rgb(236 254 255 / 0.75);
}

.border-r-cyan-50\/80{
  border-right-color: rgb(236 254 255 / 0.8);
}

.border-r-cyan-50\/90{
  border-right-color: rgb(236 254 255 / 0.9);
}

.border-r-cyan-50\/95{
  border-right-color: rgb(236 254 255 / 0.95);
}

.border-r-cyan-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-r-cyan-500\/0{
  border-right-color: rgb(6 182 212 / 0);
}

.border-r-cyan-500\/10{
  border-right-color: rgb(6 182 212 / 0.1);
}

.border-r-cyan-500\/100{
  border-right-color: rgb(6 182 212 / 1);
}

.border-r-cyan-500\/20{
  border-right-color: rgb(6 182 212 / 0.2);
}

.border-r-cyan-500\/25{
  border-right-color: rgb(6 182 212 / 0.25);
}

.border-r-cyan-500\/30{
  border-right-color: rgb(6 182 212 / 0.3);
}

.border-r-cyan-500\/40{
  border-right-color: rgb(6 182 212 / 0.4);
}

.border-r-cyan-500\/5{
  border-right-color: rgb(6 182 212 / 0.05);
}

.border-r-cyan-500\/50{
  border-right-color: rgb(6 182 212 / 0.5);
}

.border-r-cyan-500\/60{
  border-right-color: rgb(6 182 212 / 0.6);
}

.border-r-cyan-500\/70{
  border-right-color: rgb(6 182 212 / 0.7);
}

.border-r-cyan-500\/75{
  border-right-color: rgb(6 182 212 / 0.75);
}

.border-r-cyan-500\/80{
  border-right-color: rgb(6 182 212 / 0.8);
}

.border-r-cyan-500\/90{
  border-right-color: rgb(6 182 212 / 0.9);
}

.border-r-cyan-500\/95{
  border-right-color: rgb(6 182 212 / 0.95);
}

.border-r-cyan-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-r-cyan-600\/0{
  border-right-color: rgb(8 145 178 / 0);
}

.border-r-cyan-600\/10{
  border-right-color: rgb(8 145 178 / 0.1);
}

.border-r-cyan-600\/100{
  border-right-color: rgb(8 145 178 / 1);
}

.border-r-cyan-600\/20{
  border-right-color: rgb(8 145 178 / 0.2);
}

.border-r-cyan-600\/25{
  border-right-color: rgb(8 145 178 / 0.25);
}

.border-r-cyan-600\/30{
  border-right-color: rgb(8 145 178 / 0.3);
}

.border-r-cyan-600\/40{
  border-right-color: rgb(8 145 178 / 0.4);
}

.border-r-cyan-600\/5{
  border-right-color: rgb(8 145 178 / 0.05);
}

.border-r-cyan-600\/50{
  border-right-color: rgb(8 145 178 / 0.5);
}

.border-r-cyan-600\/60{
  border-right-color: rgb(8 145 178 / 0.6);
}

.border-r-cyan-600\/70{
  border-right-color: rgb(8 145 178 / 0.7);
}

.border-r-cyan-600\/75{
  border-right-color: rgb(8 145 178 / 0.75);
}

.border-r-cyan-600\/80{
  border-right-color: rgb(8 145 178 / 0.8);
}

.border-r-cyan-600\/90{
  border-right-color: rgb(8 145 178 / 0.9);
}

.border-r-cyan-600\/95{
  border-right-color: rgb(8 145 178 / 0.95);
}

.border-r-cyan-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-r-cyan-700\/0{
  border-right-color: rgb(14 116 144 / 0);
}

.border-r-cyan-700\/10{
  border-right-color: rgb(14 116 144 / 0.1);
}

.border-r-cyan-700\/100{
  border-right-color: rgb(14 116 144 / 1);
}

.border-r-cyan-700\/20{
  border-right-color: rgb(14 116 144 / 0.2);
}

.border-r-cyan-700\/25{
  border-right-color: rgb(14 116 144 / 0.25);
}

.border-r-cyan-700\/30{
  border-right-color: rgb(14 116 144 / 0.3);
}

.border-r-cyan-700\/40{
  border-right-color: rgb(14 116 144 / 0.4);
}

.border-r-cyan-700\/5{
  border-right-color: rgb(14 116 144 / 0.05);
}

.border-r-cyan-700\/50{
  border-right-color: rgb(14 116 144 / 0.5);
}

.border-r-cyan-700\/60{
  border-right-color: rgb(14 116 144 / 0.6);
}

.border-r-cyan-700\/70{
  border-right-color: rgb(14 116 144 / 0.7);
}

.border-r-cyan-700\/75{
  border-right-color: rgb(14 116 144 / 0.75);
}

.border-r-cyan-700\/80{
  border-right-color: rgb(14 116 144 / 0.8);
}

.border-r-cyan-700\/90{
  border-right-color: rgb(14 116 144 / 0.9);
}

.border-r-cyan-700\/95{
  border-right-color: rgb(14 116 144 / 0.95);
}

.border-r-cyan-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-r-cyan-800\/0{
  border-right-color: rgb(21 94 117 / 0);
}

.border-r-cyan-800\/10{
  border-right-color: rgb(21 94 117 / 0.1);
}

.border-r-cyan-800\/100{
  border-right-color: rgb(21 94 117 / 1);
}

.border-r-cyan-800\/20{
  border-right-color: rgb(21 94 117 / 0.2);
}

.border-r-cyan-800\/25{
  border-right-color: rgb(21 94 117 / 0.25);
}

.border-r-cyan-800\/30{
  border-right-color: rgb(21 94 117 / 0.3);
}

.border-r-cyan-800\/40{
  border-right-color: rgb(21 94 117 / 0.4);
}

.border-r-cyan-800\/5{
  border-right-color: rgb(21 94 117 / 0.05);
}

.border-r-cyan-800\/50{
  border-right-color: rgb(21 94 117 / 0.5);
}

.border-r-cyan-800\/60{
  border-right-color: rgb(21 94 117 / 0.6);
}

.border-r-cyan-800\/70{
  border-right-color: rgb(21 94 117 / 0.7);
}

.border-r-cyan-800\/75{
  border-right-color: rgb(21 94 117 / 0.75);
}

.border-r-cyan-800\/80{
  border-right-color: rgb(21 94 117 / 0.8);
}

.border-r-cyan-800\/90{
  border-right-color: rgb(21 94 117 / 0.9);
}

.border-r-cyan-800\/95{
  border-right-color: rgb(21 94 117 / 0.95);
}

.border-r-cyan-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-r-cyan-900\/0{
  border-right-color: rgb(22 78 99 / 0);
}

.border-r-cyan-900\/10{
  border-right-color: rgb(22 78 99 / 0.1);
}

.border-r-cyan-900\/100{
  border-right-color: rgb(22 78 99 / 1);
}

.border-r-cyan-900\/20{
  border-right-color: rgb(22 78 99 / 0.2);
}

.border-r-cyan-900\/25{
  border-right-color: rgb(22 78 99 / 0.25);
}

.border-r-cyan-900\/30{
  border-right-color: rgb(22 78 99 / 0.3);
}

.border-r-cyan-900\/40{
  border-right-color: rgb(22 78 99 / 0.4);
}

.border-r-cyan-900\/5{
  border-right-color: rgb(22 78 99 / 0.05);
}

.border-r-cyan-900\/50{
  border-right-color: rgb(22 78 99 / 0.5);
}

.border-r-cyan-900\/60{
  border-right-color: rgb(22 78 99 / 0.6);
}

.border-r-cyan-900\/70{
  border-right-color: rgb(22 78 99 / 0.7);
}

.border-r-cyan-900\/75{
  border-right-color: rgb(22 78 99 / 0.75);
}

.border-r-cyan-900\/80{
  border-right-color: rgb(22 78 99 / 0.8);
}

.border-r-cyan-900\/90{
  border-right-color: rgb(22 78 99 / 0.9);
}

.border-r-cyan-900\/95{
  border-right-color: rgb(22 78 99 / 0.95);
}

.border-r-cyan-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-r-cyan-950\/0{
  border-right-color: rgb(8 51 68 / 0);
}

.border-r-cyan-950\/10{
  border-right-color: rgb(8 51 68 / 0.1);
}

.border-r-cyan-950\/100{
  border-right-color: rgb(8 51 68 / 1);
}

.border-r-cyan-950\/20{
  border-right-color: rgb(8 51 68 / 0.2);
}

.border-r-cyan-950\/25{
  border-right-color: rgb(8 51 68 / 0.25);
}

.border-r-cyan-950\/30{
  border-right-color: rgb(8 51 68 / 0.3);
}

.border-r-cyan-950\/40{
  border-right-color: rgb(8 51 68 / 0.4);
}

.border-r-cyan-950\/5{
  border-right-color: rgb(8 51 68 / 0.05);
}

.border-r-cyan-950\/50{
  border-right-color: rgb(8 51 68 / 0.5);
}

.border-r-cyan-950\/60{
  border-right-color: rgb(8 51 68 / 0.6);
}

.border-r-cyan-950\/70{
  border-right-color: rgb(8 51 68 / 0.7);
}

.border-r-cyan-950\/75{
  border-right-color: rgb(8 51 68 / 0.75);
}

.border-r-cyan-950\/80{
  border-right-color: rgb(8 51 68 / 0.8);
}

.border-r-cyan-950\/90{
  border-right-color: rgb(8 51 68 / 0.9);
}

.border-r-cyan-950\/95{
  border-right-color: rgb(8 51 68 / 0.95);
}

.border-r-emerald-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.border-r-emerald-100\/0{
  border-right-color: rgb(209 250 229 / 0);
}

.border-r-emerald-100\/10{
  border-right-color: rgb(209 250 229 / 0.1);
}

.border-r-emerald-100\/100{
  border-right-color: rgb(209 250 229 / 1);
}

.border-r-emerald-100\/20{
  border-right-color: rgb(209 250 229 / 0.2);
}

.border-r-emerald-100\/25{
  border-right-color: rgb(209 250 229 / 0.25);
}

.border-r-emerald-100\/30{
  border-right-color: rgb(209 250 229 / 0.3);
}

.border-r-emerald-100\/40{
  border-right-color: rgb(209 250 229 / 0.4);
}

.border-r-emerald-100\/5{
  border-right-color: rgb(209 250 229 / 0.05);
}

.border-r-emerald-100\/50{
  border-right-color: rgb(209 250 229 / 0.5);
}

.border-r-emerald-100\/60{
  border-right-color: rgb(209 250 229 / 0.6);
}

.border-r-emerald-100\/70{
  border-right-color: rgb(209 250 229 / 0.7);
}

.border-r-emerald-100\/75{
  border-right-color: rgb(209 250 229 / 0.75);
}

.border-r-emerald-100\/80{
  border-right-color: rgb(209 250 229 / 0.8);
}

.border-r-emerald-100\/90{
  border-right-color: rgb(209 250 229 / 0.9);
}

.border-r-emerald-100\/95{
  border-right-color: rgb(209 250 229 / 0.95);
}

.border-r-emerald-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-r-emerald-200\/0{
  border-right-color: rgb(167 243 208 / 0);
}

.border-r-emerald-200\/10{
  border-right-color: rgb(167 243 208 / 0.1);
}

.border-r-emerald-200\/100{
  border-right-color: rgb(167 243 208 / 1);
}

.border-r-emerald-200\/20{
  border-right-color: rgb(167 243 208 / 0.2);
}

.border-r-emerald-200\/25{
  border-right-color: rgb(167 243 208 / 0.25);
}

.border-r-emerald-200\/30{
  border-right-color: rgb(167 243 208 / 0.3);
}

.border-r-emerald-200\/40{
  border-right-color: rgb(167 243 208 / 0.4);
}

.border-r-emerald-200\/5{
  border-right-color: rgb(167 243 208 / 0.05);
}

.border-r-emerald-200\/50{
  border-right-color: rgb(167 243 208 / 0.5);
}

.border-r-emerald-200\/60{
  border-right-color: rgb(167 243 208 / 0.6);
}

.border-r-emerald-200\/70{
  border-right-color: rgb(167 243 208 / 0.7);
}

.border-r-emerald-200\/75{
  border-right-color: rgb(167 243 208 / 0.75);
}

.border-r-emerald-200\/80{
  border-right-color: rgb(167 243 208 / 0.8);
}

.border-r-emerald-200\/90{
  border-right-color: rgb(167 243 208 / 0.9);
}

.border-r-emerald-200\/95{
  border-right-color: rgb(167 243 208 / 0.95);
}

.border-r-emerald-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-r-emerald-300\/0{
  border-right-color: rgb(110 231 183 / 0);
}

.border-r-emerald-300\/10{
  border-right-color: rgb(110 231 183 / 0.1);
}

.border-r-emerald-300\/100{
  border-right-color: rgb(110 231 183 / 1);
}

.border-r-emerald-300\/20{
  border-right-color: rgb(110 231 183 / 0.2);
}

.border-r-emerald-300\/25{
  border-right-color: rgb(110 231 183 / 0.25);
}

.border-r-emerald-300\/30{
  border-right-color: rgb(110 231 183 / 0.3);
}

.border-r-emerald-300\/40{
  border-right-color: rgb(110 231 183 / 0.4);
}

.border-r-emerald-300\/5{
  border-right-color: rgb(110 231 183 / 0.05);
}

.border-r-emerald-300\/50{
  border-right-color: rgb(110 231 183 / 0.5);
}

.border-r-emerald-300\/60{
  border-right-color: rgb(110 231 183 / 0.6);
}

.border-r-emerald-300\/70{
  border-right-color: rgb(110 231 183 / 0.7);
}

.border-r-emerald-300\/75{
  border-right-color: rgb(110 231 183 / 0.75);
}

.border-r-emerald-300\/80{
  border-right-color: rgb(110 231 183 / 0.8);
}

.border-r-emerald-300\/90{
  border-right-color: rgb(110 231 183 / 0.9);
}

.border-r-emerald-300\/95{
  border-right-color: rgb(110 231 183 / 0.95);
}

.border-r-emerald-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-r-emerald-400\/0{
  border-right-color: rgb(52 211 153 / 0);
}

.border-r-emerald-400\/10{
  border-right-color: rgb(52 211 153 / 0.1);
}

.border-r-emerald-400\/100{
  border-right-color: rgb(52 211 153 / 1);
}

.border-r-emerald-400\/20{
  border-right-color: rgb(52 211 153 / 0.2);
}

.border-r-emerald-400\/25{
  border-right-color: rgb(52 211 153 / 0.25);
}

.border-r-emerald-400\/30{
  border-right-color: rgb(52 211 153 / 0.3);
}

.border-r-emerald-400\/40{
  border-right-color: rgb(52 211 153 / 0.4);
}

.border-r-emerald-400\/5{
  border-right-color: rgb(52 211 153 / 0.05);
}

.border-r-emerald-400\/50{
  border-right-color: rgb(52 211 153 / 0.5);
}

.border-r-emerald-400\/60{
  border-right-color: rgb(52 211 153 / 0.6);
}

.border-r-emerald-400\/70{
  border-right-color: rgb(52 211 153 / 0.7);
}

.border-r-emerald-400\/75{
  border-right-color: rgb(52 211 153 / 0.75);
}

.border-r-emerald-400\/80{
  border-right-color: rgb(52 211 153 / 0.8);
}

.border-r-emerald-400\/90{
  border-right-color: rgb(52 211 153 / 0.9);
}

.border-r-emerald-400\/95{
  border-right-color: rgb(52 211 153 / 0.95);
}

.border-r-emerald-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-r-emerald-50\/0{
  border-right-color: rgb(236 253 245 / 0);
}

.border-r-emerald-50\/10{
  border-right-color: rgb(236 253 245 / 0.1);
}

.border-r-emerald-50\/100{
  border-right-color: rgb(236 253 245 / 1);
}

.border-r-emerald-50\/20{
  border-right-color: rgb(236 253 245 / 0.2);
}

.border-r-emerald-50\/25{
  border-right-color: rgb(236 253 245 / 0.25);
}

.border-r-emerald-50\/30{
  border-right-color: rgb(236 253 245 / 0.3);
}

.border-r-emerald-50\/40{
  border-right-color: rgb(236 253 245 / 0.4);
}

.border-r-emerald-50\/5{
  border-right-color: rgb(236 253 245 / 0.05);
}

.border-r-emerald-50\/50{
  border-right-color: rgb(236 253 245 / 0.5);
}

.border-r-emerald-50\/60{
  border-right-color: rgb(236 253 245 / 0.6);
}

.border-r-emerald-50\/70{
  border-right-color: rgb(236 253 245 / 0.7);
}

.border-r-emerald-50\/75{
  border-right-color: rgb(236 253 245 / 0.75);
}

.border-r-emerald-50\/80{
  border-right-color: rgb(236 253 245 / 0.8);
}

.border-r-emerald-50\/90{
  border-right-color: rgb(236 253 245 / 0.9);
}

.border-r-emerald-50\/95{
  border-right-color: rgb(236 253 245 / 0.95);
}

.border-r-emerald-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-r-emerald-500\/0{
  border-right-color: rgb(16 185 129 / 0);
}

.border-r-emerald-500\/10{
  border-right-color: rgb(16 185 129 / 0.1);
}

.border-r-emerald-500\/100{
  border-right-color: rgb(16 185 129 / 1);
}

.border-r-emerald-500\/20{
  border-right-color: rgb(16 185 129 / 0.2);
}

.border-r-emerald-500\/25{
  border-right-color: rgb(16 185 129 / 0.25);
}

.border-r-emerald-500\/30{
  border-right-color: rgb(16 185 129 / 0.3);
}

.border-r-emerald-500\/40{
  border-right-color: rgb(16 185 129 / 0.4);
}

.border-r-emerald-500\/5{
  border-right-color: rgb(16 185 129 / 0.05);
}

.border-r-emerald-500\/50{
  border-right-color: rgb(16 185 129 / 0.5);
}

.border-r-emerald-500\/60{
  border-right-color: rgb(16 185 129 / 0.6);
}

.border-r-emerald-500\/70{
  border-right-color: rgb(16 185 129 / 0.7);
}

.border-r-emerald-500\/75{
  border-right-color: rgb(16 185 129 / 0.75);
}

.border-r-emerald-500\/80{
  border-right-color: rgb(16 185 129 / 0.8);
}

.border-r-emerald-500\/90{
  border-right-color: rgb(16 185 129 / 0.9);
}

.border-r-emerald-500\/95{
  border-right-color: rgb(16 185 129 / 0.95);
}

.border-r-emerald-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-r-emerald-600\/0{
  border-right-color: rgb(5 150 105 / 0);
}

.border-r-emerald-600\/10{
  border-right-color: rgb(5 150 105 / 0.1);
}

.border-r-emerald-600\/100{
  border-right-color: rgb(5 150 105 / 1);
}

.border-r-emerald-600\/20{
  border-right-color: rgb(5 150 105 / 0.2);
}

.border-r-emerald-600\/25{
  border-right-color: rgb(5 150 105 / 0.25);
}

.border-r-emerald-600\/30{
  border-right-color: rgb(5 150 105 / 0.3);
}

.border-r-emerald-600\/40{
  border-right-color: rgb(5 150 105 / 0.4);
}

.border-r-emerald-600\/5{
  border-right-color: rgb(5 150 105 / 0.05);
}

.border-r-emerald-600\/50{
  border-right-color: rgb(5 150 105 / 0.5);
}

.border-r-emerald-600\/60{
  border-right-color: rgb(5 150 105 / 0.6);
}

.border-r-emerald-600\/70{
  border-right-color: rgb(5 150 105 / 0.7);
}

.border-r-emerald-600\/75{
  border-right-color: rgb(5 150 105 / 0.75);
}

.border-r-emerald-600\/80{
  border-right-color: rgb(5 150 105 / 0.8);
}

.border-r-emerald-600\/90{
  border-right-color: rgb(5 150 105 / 0.9);
}

.border-r-emerald-600\/95{
  border-right-color: rgb(5 150 105 / 0.95);
}

.border-r-emerald-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-r-emerald-700\/0{
  border-right-color: rgb(4 120 87 / 0);
}

.border-r-emerald-700\/10{
  border-right-color: rgb(4 120 87 / 0.1);
}

.border-r-emerald-700\/100{
  border-right-color: rgb(4 120 87 / 1);
}

.border-r-emerald-700\/20{
  border-right-color: rgb(4 120 87 / 0.2);
}

.border-r-emerald-700\/25{
  border-right-color: rgb(4 120 87 / 0.25);
}

.border-r-emerald-700\/30{
  border-right-color: rgb(4 120 87 / 0.3);
}

.border-r-emerald-700\/40{
  border-right-color: rgb(4 120 87 / 0.4);
}

.border-r-emerald-700\/5{
  border-right-color: rgb(4 120 87 / 0.05);
}

.border-r-emerald-700\/50{
  border-right-color: rgb(4 120 87 / 0.5);
}

.border-r-emerald-700\/60{
  border-right-color: rgb(4 120 87 / 0.6);
}

.border-r-emerald-700\/70{
  border-right-color: rgb(4 120 87 / 0.7);
}

.border-r-emerald-700\/75{
  border-right-color: rgb(4 120 87 / 0.75);
}

.border-r-emerald-700\/80{
  border-right-color: rgb(4 120 87 / 0.8);
}

.border-r-emerald-700\/90{
  border-right-color: rgb(4 120 87 / 0.9);
}

.border-r-emerald-700\/95{
  border-right-color: rgb(4 120 87 / 0.95);
}

.border-r-emerald-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-r-emerald-800\/0{
  border-right-color: rgb(6 95 70 / 0);
}

.border-r-emerald-800\/10{
  border-right-color: rgb(6 95 70 / 0.1);
}

.border-r-emerald-800\/100{
  border-right-color: rgb(6 95 70 / 1);
}

.border-r-emerald-800\/20{
  border-right-color: rgb(6 95 70 / 0.2);
}

.border-r-emerald-800\/25{
  border-right-color: rgb(6 95 70 / 0.25);
}

.border-r-emerald-800\/30{
  border-right-color: rgb(6 95 70 / 0.3);
}

.border-r-emerald-800\/40{
  border-right-color: rgb(6 95 70 / 0.4);
}

.border-r-emerald-800\/5{
  border-right-color: rgb(6 95 70 / 0.05);
}

.border-r-emerald-800\/50{
  border-right-color: rgb(6 95 70 / 0.5);
}

.border-r-emerald-800\/60{
  border-right-color: rgb(6 95 70 / 0.6);
}

.border-r-emerald-800\/70{
  border-right-color: rgb(6 95 70 / 0.7);
}

.border-r-emerald-800\/75{
  border-right-color: rgb(6 95 70 / 0.75);
}

.border-r-emerald-800\/80{
  border-right-color: rgb(6 95 70 / 0.8);
}

.border-r-emerald-800\/90{
  border-right-color: rgb(6 95 70 / 0.9);
}

.border-r-emerald-800\/95{
  border-right-color: rgb(6 95 70 / 0.95);
}

.border-r-emerald-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-r-emerald-900\/0{
  border-right-color: rgb(6 78 59 / 0);
}

.border-r-emerald-900\/10{
  border-right-color: rgb(6 78 59 / 0.1);
}

.border-r-emerald-900\/100{
  border-right-color: rgb(6 78 59 / 1);
}

.border-r-emerald-900\/20{
  border-right-color: rgb(6 78 59 / 0.2);
}

.border-r-emerald-900\/25{
  border-right-color: rgb(6 78 59 / 0.25);
}

.border-r-emerald-900\/30{
  border-right-color: rgb(6 78 59 / 0.3);
}

.border-r-emerald-900\/40{
  border-right-color: rgb(6 78 59 / 0.4);
}

.border-r-emerald-900\/5{
  border-right-color: rgb(6 78 59 / 0.05);
}

.border-r-emerald-900\/50{
  border-right-color: rgb(6 78 59 / 0.5);
}

.border-r-emerald-900\/60{
  border-right-color: rgb(6 78 59 / 0.6);
}

.border-r-emerald-900\/70{
  border-right-color: rgb(6 78 59 / 0.7);
}

.border-r-emerald-900\/75{
  border-right-color: rgb(6 78 59 / 0.75);
}

.border-r-emerald-900\/80{
  border-right-color: rgb(6 78 59 / 0.8);
}

.border-r-emerald-900\/90{
  border-right-color: rgb(6 78 59 / 0.9);
}

.border-r-emerald-900\/95{
  border-right-color: rgb(6 78 59 / 0.95);
}

.border-r-emerald-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-r-emerald-950\/0{
  border-right-color: rgb(2 44 34 / 0);
}

.border-r-emerald-950\/10{
  border-right-color: rgb(2 44 34 / 0.1);
}

.border-r-emerald-950\/100{
  border-right-color: rgb(2 44 34 / 1);
}

.border-r-emerald-950\/20{
  border-right-color: rgb(2 44 34 / 0.2);
}

.border-r-emerald-950\/25{
  border-right-color: rgb(2 44 34 / 0.25);
}

.border-r-emerald-950\/30{
  border-right-color: rgb(2 44 34 / 0.3);
}

.border-r-emerald-950\/40{
  border-right-color: rgb(2 44 34 / 0.4);
}

.border-r-emerald-950\/5{
  border-right-color: rgb(2 44 34 / 0.05);
}

.border-r-emerald-950\/50{
  border-right-color: rgb(2 44 34 / 0.5);
}

.border-r-emerald-950\/60{
  border-right-color: rgb(2 44 34 / 0.6);
}

.border-r-emerald-950\/70{
  border-right-color: rgb(2 44 34 / 0.7);
}

.border-r-emerald-950\/75{
  border-right-color: rgb(2 44 34 / 0.75);
}

.border-r-emerald-950\/80{
  border-right-color: rgb(2 44 34 / 0.8);
}

.border-r-emerald-950\/90{
  border-right-color: rgb(2 44 34 / 0.9);
}

.border-r-emerald-950\/95{
  border-right-color: rgb(2 44 34 / 0.95);
}

.border-r-event-text-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(3 57 66 / var(--tw-border-opacity));
}

.border-r-event-text-100\/0{
  border-right-color: rgb(3 57 66 / 0);
}

.border-r-event-text-100\/10{
  border-right-color: rgb(3 57 66 / 0.1);
}

.border-r-event-text-100\/100{
  border-right-color: rgb(3 57 66 / 1);
}

.border-r-event-text-100\/20{
  border-right-color: rgb(3 57 66 / 0.2);
}

.border-r-event-text-100\/25{
  border-right-color: rgb(3 57 66 / 0.25);
}

.border-r-event-text-100\/30{
  border-right-color: rgb(3 57 66 / 0.3);
}

.border-r-event-text-100\/40{
  border-right-color: rgb(3 57 66 / 0.4);
}

.border-r-event-text-100\/5{
  border-right-color: rgb(3 57 66 / 0.05);
}

.border-r-event-text-100\/50{
  border-right-color: rgb(3 57 66 / 0.5);
}

.border-r-event-text-100\/60{
  border-right-color: rgb(3 57 66 / 0.6);
}

.border-r-event-text-100\/70{
  border-right-color: rgb(3 57 66 / 0.7);
}

.border-r-event-text-100\/75{
  border-right-color: rgb(3 57 66 / 0.75);
}

.border-r-event-text-100\/80{
  border-right-color: rgb(3 57 66 / 0.8);
}

.border-r-event-text-100\/90{
  border-right-color: rgb(3 57 66 / 0.9);
}

.border-r-event-text-100\/95{
  border-right-color: rgb(3 57 66 / 0.95);
}

.border-r-event-text-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(56 59 68 / var(--tw-border-opacity));
}

.border-r-event-text-200\/0{
  border-right-color: rgb(56 59 68 / 0);
}

.border-r-event-text-200\/10{
  border-right-color: rgb(56 59 68 / 0.1);
}

.border-r-event-text-200\/100{
  border-right-color: rgb(56 59 68 / 1);
}

.border-r-event-text-200\/20{
  border-right-color: rgb(56 59 68 / 0.2);
}

.border-r-event-text-200\/25{
  border-right-color: rgb(56 59 68 / 0.25);
}

.border-r-event-text-200\/30{
  border-right-color: rgb(56 59 68 / 0.3);
}

.border-r-event-text-200\/40{
  border-right-color: rgb(56 59 68 / 0.4);
}

.border-r-event-text-200\/5{
  border-right-color: rgb(56 59 68 / 0.05);
}

.border-r-event-text-200\/50{
  border-right-color: rgb(56 59 68 / 0.5);
}

.border-r-event-text-200\/60{
  border-right-color: rgb(56 59 68 / 0.6);
}

.border-r-event-text-200\/70{
  border-right-color: rgb(56 59 68 / 0.7);
}

.border-r-event-text-200\/75{
  border-right-color: rgb(56 59 68 / 0.75);
}

.border-r-event-text-200\/80{
  border-right-color: rgb(56 59 68 / 0.8);
}

.border-r-event-text-200\/90{
  border-right-color: rgb(56 59 68 / 0.9);
}

.border-r-event-text-200\/95{
  border-right-color: rgb(56 59 68 / 0.95);
}

.border-r-fuchsia-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.border-r-fuchsia-100\/0{
  border-right-color: rgb(250 232 255 / 0);
}

.border-r-fuchsia-100\/10{
  border-right-color: rgb(250 232 255 / 0.1);
}

.border-r-fuchsia-100\/100{
  border-right-color: rgb(250 232 255 / 1);
}

.border-r-fuchsia-100\/20{
  border-right-color: rgb(250 232 255 / 0.2);
}

.border-r-fuchsia-100\/25{
  border-right-color: rgb(250 232 255 / 0.25);
}

.border-r-fuchsia-100\/30{
  border-right-color: rgb(250 232 255 / 0.3);
}

.border-r-fuchsia-100\/40{
  border-right-color: rgb(250 232 255 / 0.4);
}

.border-r-fuchsia-100\/5{
  border-right-color: rgb(250 232 255 / 0.05);
}

.border-r-fuchsia-100\/50{
  border-right-color: rgb(250 232 255 / 0.5);
}

.border-r-fuchsia-100\/60{
  border-right-color: rgb(250 232 255 / 0.6);
}

.border-r-fuchsia-100\/70{
  border-right-color: rgb(250 232 255 / 0.7);
}

.border-r-fuchsia-100\/75{
  border-right-color: rgb(250 232 255 / 0.75);
}

.border-r-fuchsia-100\/80{
  border-right-color: rgb(250 232 255 / 0.8);
}

.border-r-fuchsia-100\/90{
  border-right-color: rgb(250 232 255 / 0.9);
}

.border-r-fuchsia-100\/95{
  border-right-color: rgb(250 232 255 / 0.95);
}

.border-r-fuchsia-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-r-fuchsia-200\/0{
  border-right-color: rgb(245 208 254 / 0);
}

.border-r-fuchsia-200\/10{
  border-right-color: rgb(245 208 254 / 0.1);
}

.border-r-fuchsia-200\/100{
  border-right-color: rgb(245 208 254 / 1);
}

.border-r-fuchsia-200\/20{
  border-right-color: rgb(245 208 254 / 0.2);
}

.border-r-fuchsia-200\/25{
  border-right-color: rgb(245 208 254 / 0.25);
}

.border-r-fuchsia-200\/30{
  border-right-color: rgb(245 208 254 / 0.3);
}

.border-r-fuchsia-200\/40{
  border-right-color: rgb(245 208 254 / 0.4);
}

.border-r-fuchsia-200\/5{
  border-right-color: rgb(245 208 254 / 0.05);
}

.border-r-fuchsia-200\/50{
  border-right-color: rgb(245 208 254 / 0.5);
}

.border-r-fuchsia-200\/60{
  border-right-color: rgb(245 208 254 / 0.6);
}

.border-r-fuchsia-200\/70{
  border-right-color: rgb(245 208 254 / 0.7);
}

.border-r-fuchsia-200\/75{
  border-right-color: rgb(245 208 254 / 0.75);
}

.border-r-fuchsia-200\/80{
  border-right-color: rgb(245 208 254 / 0.8);
}

.border-r-fuchsia-200\/90{
  border-right-color: rgb(245 208 254 / 0.9);
}

.border-r-fuchsia-200\/95{
  border-right-color: rgb(245 208 254 / 0.95);
}

.border-r-fuchsia-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-r-fuchsia-300\/0{
  border-right-color: rgb(240 171 252 / 0);
}

.border-r-fuchsia-300\/10{
  border-right-color: rgb(240 171 252 / 0.1);
}

.border-r-fuchsia-300\/100{
  border-right-color: rgb(240 171 252 / 1);
}

.border-r-fuchsia-300\/20{
  border-right-color: rgb(240 171 252 / 0.2);
}

.border-r-fuchsia-300\/25{
  border-right-color: rgb(240 171 252 / 0.25);
}

.border-r-fuchsia-300\/30{
  border-right-color: rgb(240 171 252 / 0.3);
}

.border-r-fuchsia-300\/40{
  border-right-color: rgb(240 171 252 / 0.4);
}

.border-r-fuchsia-300\/5{
  border-right-color: rgb(240 171 252 / 0.05);
}

.border-r-fuchsia-300\/50{
  border-right-color: rgb(240 171 252 / 0.5);
}

.border-r-fuchsia-300\/60{
  border-right-color: rgb(240 171 252 / 0.6);
}

.border-r-fuchsia-300\/70{
  border-right-color: rgb(240 171 252 / 0.7);
}

.border-r-fuchsia-300\/75{
  border-right-color: rgb(240 171 252 / 0.75);
}

.border-r-fuchsia-300\/80{
  border-right-color: rgb(240 171 252 / 0.8);
}

.border-r-fuchsia-300\/90{
  border-right-color: rgb(240 171 252 / 0.9);
}

.border-r-fuchsia-300\/95{
  border-right-color: rgb(240 171 252 / 0.95);
}

.border-r-fuchsia-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-r-fuchsia-400\/0{
  border-right-color: rgb(232 121 249 / 0);
}

.border-r-fuchsia-400\/10{
  border-right-color: rgb(232 121 249 / 0.1);
}

.border-r-fuchsia-400\/100{
  border-right-color: rgb(232 121 249 / 1);
}

.border-r-fuchsia-400\/20{
  border-right-color: rgb(232 121 249 / 0.2);
}

.border-r-fuchsia-400\/25{
  border-right-color: rgb(232 121 249 / 0.25);
}

.border-r-fuchsia-400\/30{
  border-right-color: rgb(232 121 249 / 0.3);
}

.border-r-fuchsia-400\/40{
  border-right-color: rgb(232 121 249 / 0.4);
}

.border-r-fuchsia-400\/5{
  border-right-color: rgb(232 121 249 / 0.05);
}

.border-r-fuchsia-400\/50{
  border-right-color: rgb(232 121 249 / 0.5);
}

.border-r-fuchsia-400\/60{
  border-right-color: rgb(232 121 249 / 0.6);
}

.border-r-fuchsia-400\/70{
  border-right-color: rgb(232 121 249 / 0.7);
}

.border-r-fuchsia-400\/75{
  border-right-color: rgb(232 121 249 / 0.75);
}

.border-r-fuchsia-400\/80{
  border-right-color: rgb(232 121 249 / 0.8);
}

.border-r-fuchsia-400\/90{
  border-right-color: rgb(232 121 249 / 0.9);
}

.border-r-fuchsia-400\/95{
  border-right-color: rgb(232 121 249 / 0.95);
}

.border-r-fuchsia-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-r-fuchsia-50\/0{
  border-right-color: rgb(253 244 255 / 0);
}

.border-r-fuchsia-50\/10{
  border-right-color: rgb(253 244 255 / 0.1);
}

.border-r-fuchsia-50\/100{
  border-right-color: rgb(253 244 255 / 1);
}

.border-r-fuchsia-50\/20{
  border-right-color: rgb(253 244 255 / 0.2);
}

.border-r-fuchsia-50\/25{
  border-right-color: rgb(253 244 255 / 0.25);
}

.border-r-fuchsia-50\/30{
  border-right-color: rgb(253 244 255 / 0.3);
}

.border-r-fuchsia-50\/40{
  border-right-color: rgb(253 244 255 / 0.4);
}

.border-r-fuchsia-50\/5{
  border-right-color: rgb(253 244 255 / 0.05);
}

.border-r-fuchsia-50\/50{
  border-right-color: rgb(253 244 255 / 0.5);
}

.border-r-fuchsia-50\/60{
  border-right-color: rgb(253 244 255 / 0.6);
}

.border-r-fuchsia-50\/70{
  border-right-color: rgb(253 244 255 / 0.7);
}

.border-r-fuchsia-50\/75{
  border-right-color: rgb(253 244 255 / 0.75);
}

.border-r-fuchsia-50\/80{
  border-right-color: rgb(253 244 255 / 0.8);
}

.border-r-fuchsia-50\/90{
  border-right-color: rgb(253 244 255 / 0.9);
}

.border-r-fuchsia-50\/95{
  border-right-color: rgb(253 244 255 / 0.95);
}

.border-r-fuchsia-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-r-fuchsia-500\/0{
  border-right-color: rgb(217 70 239 / 0);
}

.border-r-fuchsia-500\/10{
  border-right-color: rgb(217 70 239 / 0.1);
}

.border-r-fuchsia-500\/100{
  border-right-color: rgb(217 70 239 / 1);
}

.border-r-fuchsia-500\/20{
  border-right-color: rgb(217 70 239 / 0.2);
}

.border-r-fuchsia-500\/25{
  border-right-color: rgb(217 70 239 / 0.25);
}

.border-r-fuchsia-500\/30{
  border-right-color: rgb(217 70 239 / 0.3);
}

.border-r-fuchsia-500\/40{
  border-right-color: rgb(217 70 239 / 0.4);
}

.border-r-fuchsia-500\/5{
  border-right-color: rgb(217 70 239 / 0.05);
}

.border-r-fuchsia-500\/50{
  border-right-color: rgb(217 70 239 / 0.5);
}

.border-r-fuchsia-500\/60{
  border-right-color: rgb(217 70 239 / 0.6);
}

.border-r-fuchsia-500\/70{
  border-right-color: rgb(217 70 239 / 0.7);
}

.border-r-fuchsia-500\/75{
  border-right-color: rgb(217 70 239 / 0.75);
}

.border-r-fuchsia-500\/80{
  border-right-color: rgb(217 70 239 / 0.8);
}

.border-r-fuchsia-500\/90{
  border-right-color: rgb(217 70 239 / 0.9);
}

.border-r-fuchsia-500\/95{
  border-right-color: rgb(217 70 239 / 0.95);
}

.border-r-fuchsia-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-r-fuchsia-600\/0{
  border-right-color: rgb(192 38 211 / 0);
}

.border-r-fuchsia-600\/10{
  border-right-color: rgb(192 38 211 / 0.1);
}

.border-r-fuchsia-600\/100{
  border-right-color: rgb(192 38 211 / 1);
}

.border-r-fuchsia-600\/20{
  border-right-color: rgb(192 38 211 / 0.2);
}

.border-r-fuchsia-600\/25{
  border-right-color: rgb(192 38 211 / 0.25);
}

.border-r-fuchsia-600\/30{
  border-right-color: rgb(192 38 211 / 0.3);
}

.border-r-fuchsia-600\/40{
  border-right-color: rgb(192 38 211 / 0.4);
}

.border-r-fuchsia-600\/5{
  border-right-color: rgb(192 38 211 / 0.05);
}

.border-r-fuchsia-600\/50{
  border-right-color: rgb(192 38 211 / 0.5);
}

.border-r-fuchsia-600\/60{
  border-right-color: rgb(192 38 211 / 0.6);
}

.border-r-fuchsia-600\/70{
  border-right-color: rgb(192 38 211 / 0.7);
}

.border-r-fuchsia-600\/75{
  border-right-color: rgb(192 38 211 / 0.75);
}

.border-r-fuchsia-600\/80{
  border-right-color: rgb(192 38 211 / 0.8);
}

.border-r-fuchsia-600\/90{
  border-right-color: rgb(192 38 211 / 0.9);
}

.border-r-fuchsia-600\/95{
  border-right-color: rgb(192 38 211 / 0.95);
}

.border-r-fuchsia-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-r-fuchsia-700\/0{
  border-right-color: rgb(162 28 175 / 0);
}

.border-r-fuchsia-700\/10{
  border-right-color: rgb(162 28 175 / 0.1);
}

.border-r-fuchsia-700\/100{
  border-right-color: rgb(162 28 175 / 1);
}

.border-r-fuchsia-700\/20{
  border-right-color: rgb(162 28 175 / 0.2);
}

.border-r-fuchsia-700\/25{
  border-right-color: rgb(162 28 175 / 0.25);
}

.border-r-fuchsia-700\/30{
  border-right-color: rgb(162 28 175 / 0.3);
}

.border-r-fuchsia-700\/40{
  border-right-color: rgb(162 28 175 / 0.4);
}

.border-r-fuchsia-700\/5{
  border-right-color: rgb(162 28 175 / 0.05);
}

.border-r-fuchsia-700\/50{
  border-right-color: rgb(162 28 175 / 0.5);
}

.border-r-fuchsia-700\/60{
  border-right-color: rgb(162 28 175 / 0.6);
}

.border-r-fuchsia-700\/70{
  border-right-color: rgb(162 28 175 / 0.7);
}

.border-r-fuchsia-700\/75{
  border-right-color: rgb(162 28 175 / 0.75);
}

.border-r-fuchsia-700\/80{
  border-right-color: rgb(162 28 175 / 0.8);
}

.border-r-fuchsia-700\/90{
  border-right-color: rgb(162 28 175 / 0.9);
}

.border-r-fuchsia-700\/95{
  border-right-color: rgb(162 28 175 / 0.95);
}

.border-r-fuchsia-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-r-fuchsia-800\/0{
  border-right-color: rgb(134 25 143 / 0);
}

.border-r-fuchsia-800\/10{
  border-right-color: rgb(134 25 143 / 0.1);
}

.border-r-fuchsia-800\/100{
  border-right-color: rgb(134 25 143 / 1);
}

.border-r-fuchsia-800\/20{
  border-right-color: rgb(134 25 143 / 0.2);
}

.border-r-fuchsia-800\/25{
  border-right-color: rgb(134 25 143 / 0.25);
}

.border-r-fuchsia-800\/30{
  border-right-color: rgb(134 25 143 / 0.3);
}

.border-r-fuchsia-800\/40{
  border-right-color: rgb(134 25 143 / 0.4);
}

.border-r-fuchsia-800\/5{
  border-right-color: rgb(134 25 143 / 0.05);
}

.border-r-fuchsia-800\/50{
  border-right-color: rgb(134 25 143 / 0.5);
}

.border-r-fuchsia-800\/60{
  border-right-color: rgb(134 25 143 / 0.6);
}

.border-r-fuchsia-800\/70{
  border-right-color: rgb(134 25 143 / 0.7);
}

.border-r-fuchsia-800\/75{
  border-right-color: rgb(134 25 143 / 0.75);
}

.border-r-fuchsia-800\/80{
  border-right-color: rgb(134 25 143 / 0.8);
}

.border-r-fuchsia-800\/90{
  border-right-color: rgb(134 25 143 / 0.9);
}

.border-r-fuchsia-800\/95{
  border-right-color: rgb(134 25 143 / 0.95);
}

.border-r-fuchsia-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-r-fuchsia-900\/0{
  border-right-color: rgb(112 26 117 / 0);
}

.border-r-fuchsia-900\/10{
  border-right-color: rgb(112 26 117 / 0.1);
}

.border-r-fuchsia-900\/100{
  border-right-color: rgb(112 26 117 / 1);
}

.border-r-fuchsia-900\/20{
  border-right-color: rgb(112 26 117 / 0.2);
}

.border-r-fuchsia-900\/25{
  border-right-color: rgb(112 26 117 / 0.25);
}

.border-r-fuchsia-900\/30{
  border-right-color: rgb(112 26 117 / 0.3);
}

.border-r-fuchsia-900\/40{
  border-right-color: rgb(112 26 117 / 0.4);
}

.border-r-fuchsia-900\/5{
  border-right-color: rgb(112 26 117 / 0.05);
}

.border-r-fuchsia-900\/50{
  border-right-color: rgb(112 26 117 / 0.5);
}

.border-r-fuchsia-900\/60{
  border-right-color: rgb(112 26 117 / 0.6);
}

.border-r-fuchsia-900\/70{
  border-right-color: rgb(112 26 117 / 0.7);
}

.border-r-fuchsia-900\/75{
  border-right-color: rgb(112 26 117 / 0.75);
}

.border-r-fuchsia-900\/80{
  border-right-color: rgb(112 26 117 / 0.8);
}

.border-r-fuchsia-900\/90{
  border-right-color: rgb(112 26 117 / 0.9);
}

.border-r-fuchsia-900\/95{
  border-right-color: rgb(112 26 117 / 0.95);
}

.border-r-fuchsia-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-r-fuchsia-950\/0{
  border-right-color: rgb(74 4 78 / 0);
}

.border-r-fuchsia-950\/10{
  border-right-color: rgb(74 4 78 / 0.1);
}

.border-r-fuchsia-950\/100{
  border-right-color: rgb(74 4 78 / 1);
}

.border-r-fuchsia-950\/20{
  border-right-color: rgb(74 4 78 / 0.2);
}

.border-r-fuchsia-950\/25{
  border-right-color: rgb(74 4 78 / 0.25);
}

.border-r-fuchsia-950\/30{
  border-right-color: rgb(74 4 78 / 0.3);
}

.border-r-fuchsia-950\/40{
  border-right-color: rgb(74 4 78 / 0.4);
}

.border-r-fuchsia-950\/5{
  border-right-color: rgb(74 4 78 / 0.05);
}

.border-r-fuchsia-950\/50{
  border-right-color: rgb(74 4 78 / 0.5);
}

.border-r-fuchsia-950\/60{
  border-right-color: rgb(74 4 78 / 0.6);
}

.border-r-fuchsia-950\/70{
  border-right-color: rgb(74 4 78 / 0.7);
}

.border-r-fuchsia-950\/75{
  border-right-color: rgb(74 4 78 / 0.75);
}

.border-r-fuchsia-950\/80{
  border-right-color: rgb(74 4 78 / 0.8);
}

.border-r-fuchsia-950\/90{
  border-right-color: rgb(74 4 78 / 0.9);
}

.border-r-fuchsia-950\/95{
  border-right-color: rgb(74 4 78 / 0.95);
}

.border-r-gray-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-r-gray-100\/0{
  border-right-color: rgb(243 244 246 / 0);
}

.border-r-gray-100\/10{
  border-right-color: rgb(243 244 246 / 0.1);
}

.border-r-gray-100\/100{
  border-right-color: rgb(243 244 246 / 1);
}

.border-r-gray-100\/20{
  border-right-color: rgb(243 244 246 / 0.2);
}

.border-r-gray-100\/25{
  border-right-color: rgb(243 244 246 / 0.25);
}

.border-r-gray-100\/30{
  border-right-color: rgb(243 244 246 / 0.3);
}

.border-r-gray-100\/40{
  border-right-color: rgb(243 244 246 / 0.4);
}

.border-r-gray-100\/5{
  border-right-color: rgb(243 244 246 / 0.05);
}

.border-r-gray-100\/50{
  border-right-color: rgb(243 244 246 / 0.5);
}

.border-r-gray-100\/60{
  border-right-color: rgb(243 244 246 / 0.6);
}

.border-r-gray-100\/70{
  border-right-color: rgb(243 244 246 / 0.7);
}

.border-r-gray-100\/75{
  border-right-color: rgb(243 244 246 / 0.75);
}

.border-r-gray-100\/80{
  border-right-color: rgb(243 244 246 / 0.8);
}

.border-r-gray-100\/90{
  border-right-color: rgb(243 244 246 / 0.9);
}

.border-r-gray-100\/95{
  border-right-color: rgb(243 244 246 / 0.95);
}

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

.border-r-gray-200\/0{
  border-right-color: rgb(229 231 235 / 0);
}

.border-r-gray-200\/10{
  border-right-color: rgb(229 231 235 / 0.1);
}

.border-r-gray-200\/100{
  border-right-color: rgb(229 231 235 / 1);
}

.border-r-gray-200\/20{
  border-right-color: rgb(229 231 235 / 0.2);
}

.border-r-gray-200\/25{
  border-right-color: rgb(229 231 235 / 0.25);
}

.border-r-gray-200\/30{
  border-right-color: rgb(229 231 235 / 0.3);
}

.border-r-gray-200\/40{
  border-right-color: rgb(229 231 235 / 0.4);
}

.border-r-gray-200\/5{
  border-right-color: rgb(229 231 235 / 0.05);
}

.border-r-gray-200\/50{
  border-right-color: rgb(229 231 235 / 0.5);
}

.border-r-gray-200\/60{
  border-right-color: rgb(229 231 235 / 0.6);
}

.border-r-gray-200\/70{
  border-right-color: rgb(229 231 235 / 0.7);
}

.border-r-gray-200\/75{
  border-right-color: rgb(229 231 235 / 0.75);
}

.border-r-gray-200\/80{
  border-right-color: rgb(229 231 235 / 0.8);
}

.border-r-gray-200\/90{
  border-right-color: rgb(229 231 235 / 0.9);
}

.border-r-gray-200\/95{
  border-right-color: rgb(229 231 235 / 0.95);
}

.border-r-gray-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-r-gray-300\/0{
  border-right-color: rgb(209 213 219 / 0);
}

.border-r-gray-300\/10{
  border-right-color: rgb(209 213 219 / 0.1);
}

.border-r-gray-300\/100{
  border-right-color: rgb(209 213 219 / 1);
}

.border-r-gray-300\/20{
  border-right-color: rgb(209 213 219 / 0.2);
}

.border-r-gray-300\/25{
  border-right-color: rgb(209 213 219 / 0.25);
}

.border-r-gray-300\/30{
  border-right-color: rgb(209 213 219 / 0.3);
}

.border-r-gray-300\/40{
  border-right-color: rgb(209 213 219 / 0.4);
}

.border-r-gray-300\/5{
  border-right-color: rgb(209 213 219 / 0.05);
}

.border-r-gray-300\/50{
  border-right-color: rgb(209 213 219 / 0.5);
}

.border-r-gray-300\/60{
  border-right-color: rgb(209 213 219 / 0.6);
}

.border-r-gray-300\/70{
  border-right-color: rgb(209 213 219 / 0.7);
}

.border-r-gray-300\/75{
  border-right-color: rgb(209 213 219 / 0.75);
}

.border-r-gray-300\/80{
  border-right-color: rgb(209 213 219 / 0.8);
}

.border-r-gray-300\/90{
  border-right-color: rgb(209 213 219 / 0.9);
}

.border-r-gray-300\/95{
  border-right-color: rgb(209 213 219 / 0.95);
}

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

.border-r-gray-400\/0{
  border-right-color: rgb(156 163 175 / 0);
}

.border-r-gray-400\/10{
  border-right-color: rgb(156 163 175 / 0.1);
}

.border-r-gray-400\/100{
  border-right-color: rgb(156 163 175 / 1);
}

.border-r-gray-400\/20{
  border-right-color: rgb(156 163 175 / 0.2);
}

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

.border-r-gray-400\/30{
  border-right-color: rgb(156 163 175 / 0.3);
}

.border-r-gray-400\/40{
  border-right-color: rgb(156 163 175 / 0.4);
}

.border-r-gray-400\/5{
  border-right-color: rgb(156 163 175 / 0.05);
}

.border-r-gray-400\/50{
  border-right-color: rgb(156 163 175 / 0.5);
}

.border-r-gray-400\/60{
  border-right-color: rgb(156 163 175 / 0.6);
}

.border-r-gray-400\/70{
  border-right-color: rgb(156 163 175 / 0.7);
}

.border-r-gray-400\/75{
  border-right-color: rgb(156 163 175 / 0.75);
}

.border-r-gray-400\/80{
  border-right-color: rgb(156 163 175 / 0.8);
}

.border-r-gray-400\/90{
  border-right-color: rgb(156 163 175 / 0.9);
}

.border-r-gray-400\/95{
  border-right-color: rgb(156 163 175 / 0.95);
}

.border-r-gray-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-r-gray-50\/0{
  border-right-color: rgb(249 250 251 / 0);
}

.border-r-gray-50\/10{
  border-right-color: rgb(249 250 251 / 0.1);
}

.border-r-gray-50\/100{
  border-right-color: rgb(249 250 251 / 1);
}

.border-r-gray-50\/20{
  border-right-color: rgb(249 250 251 / 0.2);
}

.border-r-gray-50\/25{
  border-right-color: rgb(249 250 251 / 0.25);
}

.border-r-gray-50\/30{
  border-right-color: rgb(249 250 251 / 0.3);
}

.border-r-gray-50\/40{
  border-right-color: rgb(249 250 251 / 0.4);
}

.border-r-gray-50\/5{
  border-right-color: rgb(249 250 251 / 0.05);
}

.border-r-gray-50\/50{
  border-right-color: rgb(249 250 251 / 0.5);
}

.border-r-gray-50\/60{
  border-right-color: rgb(249 250 251 / 0.6);
}

.border-r-gray-50\/70{
  border-right-color: rgb(249 250 251 / 0.7);
}

.border-r-gray-50\/75{
  border-right-color: rgb(249 250 251 / 0.75);
}

.border-r-gray-50\/80{
  border-right-color: rgb(249 250 251 / 0.8);
}

.border-r-gray-50\/90{
  border-right-color: rgb(249 250 251 / 0.9);
}

.border-r-gray-50\/95{
  border-right-color: rgb(249 250 251 / 0.95);
}

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

.border-r-gray-500\/0{
  border-right-color: rgb(107 114 128 / 0);
}

.border-r-gray-500\/10{
  border-right-color: rgb(107 114 128 / 0.1);
}

.border-r-gray-500\/100{
  border-right-color: rgb(107 114 128 / 1);
}

.border-r-gray-500\/20{
  border-right-color: rgb(107 114 128 / 0.2);
}

.border-r-gray-500\/25{
  border-right-color: rgb(107 114 128 / 0.25);
}

.border-r-gray-500\/30{
  border-right-color: rgb(107 114 128 / 0.3);
}

.border-r-gray-500\/40{
  border-right-color: rgb(107 114 128 / 0.4);
}

.border-r-gray-500\/5{
  border-right-color: rgb(107 114 128 / 0.05);
}

.border-r-gray-500\/50{
  border-right-color: rgb(107 114 128 / 0.5);
}

.border-r-gray-500\/60{
  border-right-color: rgb(107 114 128 / 0.6);
}

.border-r-gray-500\/70{
  border-right-color: rgb(107 114 128 / 0.7);
}

.border-r-gray-500\/75{
  border-right-color: rgb(107 114 128 / 0.75);
}

.border-r-gray-500\/80{
  border-right-color: rgb(107 114 128 / 0.8);
}

.border-r-gray-500\/90{
  border-right-color: rgb(107 114 128 / 0.9);
}

.border-r-gray-500\/95{
  border-right-color: rgb(107 114 128 / 0.95);
}

.border-r-gray-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-r-gray-600\/0{
  border-right-color: rgb(75 85 99 / 0);
}

.border-r-gray-600\/10{
  border-right-color: rgb(75 85 99 / 0.1);
}

.border-r-gray-600\/100{
  border-right-color: rgb(75 85 99 / 1);
}

.border-r-gray-600\/20{
  border-right-color: rgb(75 85 99 / 0.2);
}

.border-r-gray-600\/25{
  border-right-color: rgb(75 85 99 / 0.25);
}

.border-r-gray-600\/30{
  border-right-color: rgb(75 85 99 / 0.3);
}

.border-r-gray-600\/40{
  border-right-color: rgb(75 85 99 / 0.4);
}

.border-r-gray-600\/5{
  border-right-color: rgb(75 85 99 / 0.05);
}

.border-r-gray-600\/50{
  border-right-color: rgb(75 85 99 / 0.5);
}

.border-r-gray-600\/60{
  border-right-color: rgb(75 85 99 / 0.6);
}

.border-r-gray-600\/70{
  border-right-color: rgb(75 85 99 / 0.7);
}

.border-r-gray-600\/75{
  border-right-color: rgb(75 85 99 / 0.75);
}

.border-r-gray-600\/80{
  border-right-color: rgb(75 85 99 / 0.8);
}

.border-r-gray-600\/90{
  border-right-color: rgb(75 85 99 / 0.9);
}

.border-r-gray-600\/95{
  border-right-color: rgb(75 85 99 / 0.95);
}

.border-r-gray-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-r-gray-700\/0{
  border-right-color: rgb(55 65 81 / 0);
}

.border-r-gray-700\/10{
  border-right-color: rgb(55 65 81 / 0.1);
}

.border-r-gray-700\/100{
  border-right-color: rgb(55 65 81 / 1);
}

.border-r-gray-700\/20{
  border-right-color: rgb(55 65 81 / 0.2);
}

.border-r-gray-700\/25{
  border-right-color: rgb(55 65 81 / 0.25);
}

.border-r-gray-700\/30{
  border-right-color: rgb(55 65 81 / 0.3);
}

.border-r-gray-700\/40{
  border-right-color: rgb(55 65 81 / 0.4);
}

.border-r-gray-700\/5{
  border-right-color: rgb(55 65 81 / 0.05);
}

.border-r-gray-700\/50{
  border-right-color: rgb(55 65 81 / 0.5);
}

.border-r-gray-700\/60{
  border-right-color: rgb(55 65 81 / 0.6);
}

.border-r-gray-700\/70{
  border-right-color: rgb(55 65 81 / 0.7);
}

.border-r-gray-700\/75{
  border-right-color: rgb(55 65 81 / 0.75);
}

.border-r-gray-700\/80{
  border-right-color: rgb(55 65 81 / 0.8);
}

.border-r-gray-700\/90{
  border-right-color: rgb(55 65 81 / 0.9);
}

.border-r-gray-700\/95{
  border-right-color: rgb(55 65 81 / 0.95);
}

.border-r-gray-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-r-gray-800\/0{
  border-right-color: rgb(31 41 55 / 0);
}

.border-r-gray-800\/10{
  border-right-color: rgb(31 41 55 / 0.1);
}

.border-r-gray-800\/100{
  border-right-color: rgb(31 41 55 / 1);
}

.border-r-gray-800\/20{
  border-right-color: rgb(31 41 55 / 0.2);
}

.border-r-gray-800\/25{
  border-right-color: rgb(31 41 55 / 0.25);
}

.border-r-gray-800\/30{
  border-right-color: rgb(31 41 55 / 0.3);
}

.border-r-gray-800\/40{
  border-right-color: rgb(31 41 55 / 0.4);
}

.border-r-gray-800\/5{
  border-right-color: rgb(31 41 55 / 0.05);
}

.border-r-gray-800\/50{
  border-right-color: rgb(31 41 55 / 0.5);
}

.border-r-gray-800\/60{
  border-right-color: rgb(31 41 55 / 0.6);
}

.border-r-gray-800\/70{
  border-right-color: rgb(31 41 55 / 0.7);
}

.border-r-gray-800\/75{
  border-right-color: rgb(31 41 55 / 0.75);
}

.border-r-gray-800\/80{
  border-right-color: rgb(31 41 55 / 0.8);
}

.border-r-gray-800\/90{
  border-right-color: rgb(31 41 55 / 0.9);
}

.border-r-gray-800\/95{
  border-right-color: rgb(31 41 55 / 0.95);
}

.border-r-gray-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-r-gray-900\/0{
  border-right-color: rgb(17 24 39 / 0);
}

.border-r-gray-900\/10{
  border-right-color: rgb(17 24 39 / 0.1);
}

.border-r-gray-900\/100{
  border-right-color: rgb(17 24 39 / 1);
}

.border-r-gray-900\/20{
  border-right-color: rgb(17 24 39 / 0.2);
}

.border-r-gray-900\/25{
  border-right-color: rgb(17 24 39 / 0.25);
}

.border-r-gray-900\/30{
  border-right-color: rgb(17 24 39 / 0.3);
}

.border-r-gray-900\/40{
  border-right-color: rgb(17 24 39 / 0.4);
}

.border-r-gray-900\/5{
  border-right-color: rgb(17 24 39 / 0.05);
}

.border-r-gray-900\/50{
  border-right-color: rgb(17 24 39 / 0.5);
}

.border-r-gray-900\/60{
  border-right-color: rgb(17 24 39 / 0.6);
}

.border-r-gray-900\/70{
  border-right-color: rgb(17 24 39 / 0.7);
}

.border-r-gray-900\/75{
  border-right-color: rgb(17 24 39 / 0.75);
}

.border-r-gray-900\/80{
  border-right-color: rgb(17 24 39 / 0.8);
}

.border-r-gray-900\/90{
  border-right-color: rgb(17 24 39 / 0.9);
}

.border-r-gray-900\/95{
  border-right-color: rgb(17 24 39 / 0.95);
}

.border-r-gray-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-r-gray-950\/0{
  border-right-color: rgb(3 7 18 / 0);
}

.border-r-gray-950\/10{
  border-right-color: rgb(3 7 18 / 0.1);
}

.border-r-gray-950\/100{
  border-right-color: rgb(3 7 18 / 1);
}

.border-r-gray-950\/20{
  border-right-color: rgb(3 7 18 / 0.2);
}

.border-r-gray-950\/25{
  border-right-color: rgb(3 7 18 / 0.25);
}

.border-r-gray-950\/30{
  border-right-color: rgb(3 7 18 / 0.3);
}

.border-r-gray-950\/40{
  border-right-color: rgb(3 7 18 / 0.4);
}

.border-r-gray-950\/5{
  border-right-color: rgb(3 7 18 / 0.05);
}

.border-r-gray-950\/50{
  border-right-color: rgb(3 7 18 / 0.5);
}

.border-r-gray-950\/60{
  border-right-color: rgb(3 7 18 / 0.6);
}

.border-r-gray-950\/70{
  border-right-color: rgb(3 7 18 / 0.7);
}

.border-r-gray-950\/75{
  border-right-color: rgb(3 7 18 / 0.75);
}

.border-r-gray-950\/80{
  border-right-color: rgb(3 7 18 / 0.8);
}

.border-r-gray-950\/90{
  border-right-color: rgb(3 7 18 / 0.9);
}

.border-r-gray-950\/95{
  border-right-color: rgb(3 7 18 / 0.95);
}

.border-r-green-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-r-green-100\/0{
  border-right-color: rgb(220 252 231 / 0);
}

.border-r-green-100\/10{
  border-right-color: rgb(220 252 231 / 0.1);
}

.border-r-green-100\/100{
  border-right-color: rgb(220 252 231 / 1);
}

.border-r-green-100\/20{
  border-right-color: rgb(220 252 231 / 0.2);
}

.border-r-green-100\/25{
  border-right-color: rgb(220 252 231 / 0.25);
}

.border-r-green-100\/30{
  border-right-color: rgb(220 252 231 / 0.3);
}

.border-r-green-100\/40{
  border-right-color: rgb(220 252 231 / 0.4);
}

.border-r-green-100\/5{
  border-right-color: rgb(220 252 231 / 0.05);
}

.border-r-green-100\/50{
  border-right-color: rgb(220 252 231 / 0.5);
}

.border-r-green-100\/60{
  border-right-color: rgb(220 252 231 / 0.6);
}

.border-r-green-100\/70{
  border-right-color: rgb(220 252 231 / 0.7);
}

.border-r-green-100\/75{
  border-right-color: rgb(220 252 231 / 0.75);
}

.border-r-green-100\/80{
  border-right-color: rgb(220 252 231 / 0.8);
}

.border-r-green-100\/90{
  border-right-color: rgb(220 252 231 / 0.9);
}

.border-r-green-100\/95{
  border-right-color: rgb(220 252 231 / 0.95);
}

.border-r-green-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-r-green-200\/0{
  border-right-color: rgb(187 247 208 / 0);
}

.border-r-green-200\/10{
  border-right-color: rgb(187 247 208 / 0.1);
}

.border-r-green-200\/100{
  border-right-color: rgb(187 247 208 / 1);
}

.border-r-green-200\/20{
  border-right-color: rgb(187 247 208 / 0.2);
}

.border-r-green-200\/25{
  border-right-color: rgb(187 247 208 / 0.25);
}

.border-r-green-200\/30{
  border-right-color: rgb(187 247 208 / 0.3);
}

.border-r-green-200\/40{
  border-right-color: rgb(187 247 208 / 0.4);
}

.border-r-green-200\/5{
  border-right-color: rgb(187 247 208 / 0.05);
}

.border-r-green-200\/50{
  border-right-color: rgb(187 247 208 / 0.5);
}

.border-r-green-200\/60{
  border-right-color: rgb(187 247 208 / 0.6);
}

.border-r-green-200\/70{
  border-right-color: rgb(187 247 208 / 0.7);
}

.border-r-green-200\/75{
  border-right-color: rgb(187 247 208 / 0.75);
}

.border-r-green-200\/80{
  border-right-color: rgb(187 247 208 / 0.8);
}

.border-r-green-200\/90{
  border-right-color: rgb(187 247 208 / 0.9);
}

.border-r-green-200\/95{
  border-right-color: rgb(187 247 208 / 0.95);
}

.border-r-green-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-r-green-300\/0{
  border-right-color: rgb(134 239 172 / 0);
}

.border-r-green-300\/10{
  border-right-color: rgb(134 239 172 / 0.1);
}

.border-r-green-300\/100{
  border-right-color: rgb(134 239 172 / 1);
}

.border-r-green-300\/20{
  border-right-color: rgb(134 239 172 / 0.2);
}

.border-r-green-300\/25{
  border-right-color: rgb(134 239 172 / 0.25);
}

.border-r-green-300\/30{
  border-right-color: rgb(134 239 172 / 0.3);
}

.border-r-green-300\/40{
  border-right-color: rgb(134 239 172 / 0.4);
}

.border-r-green-300\/5{
  border-right-color: rgb(134 239 172 / 0.05);
}

.border-r-green-300\/50{
  border-right-color: rgb(134 239 172 / 0.5);
}

.border-r-green-300\/60{
  border-right-color: rgb(134 239 172 / 0.6);
}

.border-r-green-300\/70{
  border-right-color: rgb(134 239 172 / 0.7);
}

.border-r-green-300\/75{
  border-right-color: rgb(134 239 172 / 0.75);
}

.border-r-green-300\/80{
  border-right-color: rgb(134 239 172 / 0.8);
}

.border-r-green-300\/90{
  border-right-color: rgb(134 239 172 / 0.9);
}

.border-r-green-300\/95{
  border-right-color: rgb(134 239 172 / 0.95);
}

.border-r-green-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-r-green-400\/0{
  border-right-color: rgb(74 222 128 / 0);
}

.border-r-green-400\/10{
  border-right-color: rgb(74 222 128 / 0.1);
}

.border-r-green-400\/100{
  border-right-color: rgb(74 222 128 / 1);
}

.border-r-green-400\/20{
  border-right-color: rgb(74 222 128 / 0.2);
}

.border-r-green-400\/25{
  border-right-color: rgb(74 222 128 / 0.25);
}

.border-r-green-400\/30{
  border-right-color: rgb(74 222 128 / 0.3);
}

.border-r-green-400\/40{
  border-right-color: rgb(74 222 128 / 0.4);
}

.border-r-green-400\/5{
  border-right-color: rgb(74 222 128 / 0.05);
}

.border-r-green-400\/50{
  border-right-color: rgb(74 222 128 / 0.5);
}

.border-r-green-400\/60{
  border-right-color: rgb(74 222 128 / 0.6);
}

.border-r-green-400\/70{
  border-right-color: rgb(74 222 128 / 0.7);
}

.border-r-green-400\/75{
  border-right-color: rgb(74 222 128 / 0.75);
}

.border-r-green-400\/80{
  border-right-color: rgb(74 222 128 / 0.8);
}

.border-r-green-400\/90{
  border-right-color: rgb(74 222 128 / 0.9);
}

.border-r-green-400\/95{
  border-right-color: rgb(74 222 128 / 0.95);
}

.border-r-green-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-r-green-50\/0{
  border-right-color: rgb(240 253 244 / 0);
}

.border-r-green-50\/10{
  border-right-color: rgb(240 253 244 / 0.1);
}

.border-r-green-50\/100{
  border-right-color: rgb(240 253 244 / 1);
}

.border-r-green-50\/20{
  border-right-color: rgb(240 253 244 / 0.2);
}

.border-r-green-50\/25{
  border-right-color: rgb(240 253 244 / 0.25);
}

.border-r-green-50\/30{
  border-right-color: rgb(240 253 244 / 0.3);
}

.border-r-green-50\/40{
  border-right-color: rgb(240 253 244 / 0.4);
}

.border-r-green-50\/5{
  border-right-color: rgb(240 253 244 / 0.05);
}

.border-r-green-50\/50{
  border-right-color: rgb(240 253 244 / 0.5);
}

.border-r-green-50\/60{
  border-right-color: rgb(240 253 244 / 0.6);
}

.border-r-green-50\/70{
  border-right-color: rgb(240 253 244 / 0.7);
}

.border-r-green-50\/75{
  border-right-color: rgb(240 253 244 / 0.75);
}

.border-r-green-50\/80{
  border-right-color: rgb(240 253 244 / 0.8);
}

.border-r-green-50\/90{
  border-right-color: rgb(240 253 244 / 0.9);
}

.border-r-green-50\/95{
  border-right-color: rgb(240 253 244 / 0.95);
}

.border-r-green-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-r-green-500\/0{
  border-right-color: rgb(34 197 94 / 0);
}

.border-r-green-500\/10{
  border-right-color: rgb(34 197 94 / 0.1);
}

.border-r-green-500\/100{
  border-right-color: rgb(34 197 94 / 1);
}

.border-r-green-500\/20{
  border-right-color: rgb(34 197 94 / 0.2);
}

.border-r-green-500\/25{
  border-right-color: rgb(34 197 94 / 0.25);
}

.border-r-green-500\/30{
  border-right-color: rgb(34 197 94 / 0.3);
}

.border-r-green-500\/40{
  border-right-color: rgb(34 197 94 / 0.4);
}

.border-r-green-500\/5{
  border-right-color: rgb(34 197 94 / 0.05);
}

.border-r-green-500\/50{
  border-right-color: rgb(34 197 94 / 0.5);
}

.border-r-green-500\/60{
  border-right-color: rgb(34 197 94 / 0.6);
}

.border-r-green-500\/70{
  border-right-color: rgb(34 197 94 / 0.7);
}

.border-r-green-500\/75{
  border-right-color: rgb(34 197 94 / 0.75);
}

.border-r-green-500\/80{
  border-right-color: rgb(34 197 94 / 0.8);
}

.border-r-green-500\/90{
  border-right-color: rgb(34 197 94 / 0.9);
}

.border-r-green-500\/95{
  border-right-color: rgb(34 197 94 / 0.95);
}

.border-r-green-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-r-green-600\/0{
  border-right-color: rgb(22 163 74 / 0);
}

.border-r-green-600\/10{
  border-right-color: rgb(22 163 74 / 0.1);
}

.border-r-green-600\/100{
  border-right-color: rgb(22 163 74 / 1);
}

.border-r-green-600\/20{
  border-right-color: rgb(22 163 74 / 0.2);
}

.border-r-green-600\/25{
  border-right-color: rgb(22 163 74 / 0.25);
}

.border-r-green-600\/30{
  border-right-color: rgb(22 163 74 / 0.3);
}

.border-r-green-600\/40{
  border-right-color: rgb(22 163 74 / 0.4);
}

.border-r-green-600\/5{
  border-right-color: rgb(22 163 74 / 0.05);
}

.border-r-green-600\/50{
  border-right-color: rgb(22 163 74 / 0.5);
}

.border-r-green-600\/60{
  border-right-color: rgb(22 163 74 / 0.6);
}

.border-r-green-600\/70{
  border-right-color: rgb(22 163 74 / 0.7);
}

.border-r-green-600\/75{
  border-right-color: rgb(22 163 74 / 0.75);
}

.border-r-green-600\/80{
  border-right-color: rgb(22 163 74 / 0.8);
}

.border-r-green-600\/90{
  border-right-color: rgb(22 163 74 / 0.9);
}

.border-r-green-600\/95{
  border-right-color: rgb(22 163 74 / 0.95);
}

.border-r-green-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-r-green-700\/0{
  border-right-color: rgb(21 128 61 / 0);
}

.border-r-green-700\/10{
  border-right-color: rgb(21 128 61 / 0.1);
}

.border-r-green-700\/100{
  border-right-color: rgb(21 128 61 / 1);
}

.border-r-green-700\/20{
  border-right-color: rgb(21 128 61 / 0.2);
}

.border-r-green-700\/25{
  border-right-color: rgb(21 128 61 / 0.25);
}

.border-r-green-700\/30{
  border-right-color: rgb(21 128 61 / 0.3);
}

.border-r-green-700\/40{
  border-right-color: rgb(21 128 61 / 0.4);
}

.border-r-green-700\/5{
  border-right-color: rgb(21 128 61 / 0.05);
}

.border-r-green-700\/50{
  border-right-color: rgb(21 128 61 / 0.5);
}

.border-r-green-700\/60{
  border-right-color: rgb(21 128 61 / 0.6);
}

.border-r-green-700\/70{
  border-right-color: rgb(21 128 61 / 0.7);
}

.border-r-green-700\/75{
  border-right-color: rgb(21 128 61 / 0.75);
}

.border-r-green-700\/80{
  border-right-color: rgb(21 128 61 / 0.8);
}

.border-r-green-700\/90{
  border-right-color: rgb(21 128 61 / 0.9);
}

.border-r-green-700\/95{
  border-right-color: rgb(21 128 61 / 0.95);
}

.border-r-green-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-r-green-800\/0{
  border-right-color: rgb(22 101 52 / 0);
}

.border-r-green-800\/10{
  border-right-color: rgb(22 101 52 / 0.1);
}

.border-r-green-800\/100{
  border-right-color: rgb(22 101 52 / 1);
}

.border-r-green-800\/20{
  border-right-color: rgb(22 101 52 / 0.2);
}

.border-r-green-800\/25{
  border-right-color: rgb(22 101 52 / 0.25);
}

.border-r-green-800\/30{
  border-right-color: rgb(22 101 52 / 0.3);
}

.border-r-green-800\/40{
  border-right-color: rgb(22 101 52 / 0.4);
}

.border-r-green-800\/5{
  border-right-color: rgb(22 101 52 / 0.05);
}

.border-r-green-800\/50{
  border-right-color: rgb(22 101 52 / 0.5);
}

.border-r-green-800\/60{
  border-right-color: rgb(22 101 52 / 0.6);
}

.border-r-green-800\/70{
  border-right-color: rgb(22 101 52 / 0.7);
}

.border-r-green-800\/75{
  border-right-color: rgb(22 101 52 / 0.75);
}

.border-r-green-800\/80{
  border-right-color: rgb(22 101 52 / 0.8);
}

.border-r-green-800\/90{
  border-right-color: rgb(22 101 52 / 0.9);
}

.border-r-green-800\/95{
  border-right-color: rgb(22 101 52 / 0.95);
}

.border-r-green-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-r-green-900\/0{
  border-right-color: rgb(20 83 45 / 0);
}

.border-r-green-900\/10{
  border-right-color: rgb(20 83 45 / 0.1);
}

.border-r-green-900\/100{
  border-right-color: rgb(20 83 45 / 1);
}

.border-r-green-900\/20{
  border-right-color: rgb(20 83 45 / 0.2);
}

.border-r-green-900\/25{
  border-right-color: rgb(20 83 45 / 0.25);
}

.border-r-green-900\/30{
  border-right-color: rgb(20 83 45 / 0.3);
}

.border-r-green-900\/40{
  border-right-color: rgb(20 83 45 / 0.4);
}

.border-r-green-900\/5{
  border-right-color: rgb(20 83 45 / 0.05);
}

.border-r-green-900\/50{
  border-right-color: rgb(20 83 45 / 0.5);
}

.border-r-green-900\/60{
  border-right-color: rgb(20 83 45 / 0.6);
}

.border-r-green-900\/70{
  border-right-color: rgb(20 83 45 / 0.7);
}

.border-r-green-900\/75{
  border-right-color: rgb(20 83 45 / 0.75);
}

.border-r-green-900\/80{
  border-right-color: rgb(20 83 45 / 0.8);
}

.border-r-green-900\/90{
  border-right-color: rgb(20 83 45 / 0.9);
}

.border-r-green-900\/95{
  border-right-color: rgb(20 83 45 / 0.95);
}

.border-r-green-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-r-green-950\/0{
  border-right-color: rgb(5 46 22 / 0);
}

.border-r-green-950\/10{
  border-right-color: rgb(5 46 22 / 0.1);
}

.border-r-green-950\/100{
  border-right-color: rgb(5 46 22 / 1);
}

.border-r-green-950\/20{
  border-right-color: rgb(5 46 22 / 0.2);
}

.border-r-green-950\/25{
  border-right-color: rgb(5 46 22 / 0.25);
}

.border-r-green-950\/30{
  border-right-color: rgb(5 46 22 / 0.3);
}

.border-r-green-950\/40{
  border-right-color: rgb(5 46 22 / 0.4);
}

.border-r-green-950\/5{
  border-right-color: rgb(5 46 22 / 0.05);
}

.border-r-green-950\/50{
  border-right-color: rgb(5 46 22 / 0.5);
}

.border-r-green-950\/60{
  border-right-color: rgb(5 46 22 / 0.6);
}

.border-r-green-950\/70{
  border-right-color: rgb(5 46 22 / 0.7);
}

.border-r-green-950\/75{
  border-right-color: rgb(5 46 22 / 0.75);
}

.border-r-green-950\/80{
  border-right-color: rgb(5 46 22 / 0.8);
}

.border-r-green-950\/90{
  border-right-color: rgb(5 46 22 / 0.9);
}

.border-r-green-950\/95{
  border-right-color: rgb(5 46 22 / 0.95);
}

.border-r-indigo-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-r-indigo-100\/0{
  border-right-color: rgb(224 231 255 / 0);
}

.border-r-indigo-100\/10{
  border-right-color: rgb(224 231 255 / 0.1);
}

.border-r-indigo-100\/100{
  border-right-color: rgb(224 231 255 / 1);
}

.border-r-indigo-100\/20{
  border-right-color: rgb(224 231 255 / 0.2);
}

.border-r-indigo-100\/25{
  border-right-color: rgb(224 231 255 / 0.25);
}

.border-r-indigo-100\/30{
  border-right-color: rgb(224 231 255 / 0.3);
}

.border-r-indigo-100\/40{
  border-right-color: rgb(224 231 255 / 0.4);
}

.border-r-indigo-100\/5{
  border-right-color: rgb(224 231 255 / 0.05);
}

.border-r-indigo-100\/50{
  border-right-color: rgb(224 231 255 / 0.5);
}

.border-r-indigo-100\/60{
  border-right-color: rgb(224 231 255 / 0.6);
}

.border-r-indigo-100\/70{
  border-right-color: rgb(224 231 255 / 0.7);
}

.border-r-indigo-100\/75{
  border-right-color: rgb(224 231 255 / 0.75);
}

.border-r-indigo-100\/80{
  border-right-color: rgb(224 231 255 / 0.8);
}

.border-r-indigo-100\/90{
  border-right-color: rgb(224 231 255 / 0.9);
}

.border-r-indigo-100\/95{
  border-right-color: rgb(224 231 255 / 0.95);
}

.border-r-indigo-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-r-indigo-200\/0{
  border-right-color: rgb(199 210 254 / 0);
}

.border-r-indigo-200\/10{
  border-right-color: rgb(199 210 254 / 0.1);
}

.border-r-indigo-200\/100{
  border-right-color: rgb(199 210 254 / 1);
}

.border-r-indigo-200\/20{
  border-right-color: rgb(199 210 254 / 0.2);
}

.border-r-indigo-200\/25{
  border-right-color: rgb(199 210 254 / 0.25);
}

.border-r-indigo-200\/30{
  border-right-color: rgb(199 210 254 / 0.3);
}

.border-r-indigo-200\/40{
  border-right-color: rgb(199 210 254 / 0.4);
}

.border-r-indigo-200\/5{
  border-right-color: rgb(199 210 254 / 0.05);
}

.border-r-indigo-200\/50{
  border-right-color: rgb(199 210 254 / 0.5);
}

.border-r-indigo-200\/60{
  border-right-color: rgb(199 210 254 / 0.6);
}

.border-r-indigo-200\/70{
  border-right-color: rgb(199 210 254 / 0.7);
}

.border-r-indigo-200\/75{
  border-right-color: rgb(199 210 254 / 0.75);
}

.border-r-indigo-200\/80{
  border-right-color: rgb(199 210 254 / 0.8);
}

.border-r-indigo-200\/90{
  border-right-color: rgb(199 210 254 / 0.9);
}

.border-r-indigo-200\/95{
  border-right-color: rgb(199 210 254 / 0.95);
}

.border-r-indigo-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-r-indigo-300\/0{
  border-right-color: rgb(165 180 252 / 0);
}

.border-r-indigo-300\/10{
  border-right-color: rgb(165 180 252 / 0.1);
}

.border-r-indigo-300\/100{
  border-right-color: rgb(165 180 252 / 1);
}

.border-r-indigo-300\/20{
  border-right-color: rgb(165 180 252 / 0.2);
}

.border-r-indigo-300\/25{
  border-right-color: rgb(165 180 252 / 0.25);
}

.border-r-indigo-300\/30{
  border-right-color: rgb(165 180 252 / 0.3);
}

.border-r-indigo-300\/40{
  border-right-color: rgb(165 180 252 / 0.4);
}

.border-r-indigo-300\/5{
  border-right-color: rgb(165 180 252 / 0.05);
}

.border-r-indigo-300\/50{
  border-right-color: rgb(165 180 252 / 0.5);
}

.border-r-indigo-300\/60{
  border-right-color: rgb(165 180 252 / 0.6);
}

.border-r-indigo-300\/70{
  border-right-color: rgb(165 180 252 / 0.7);
}

.border-r-indigo-300\/75{
  border-right-color: rgb(165 180 252 / 0.75);
}

.border-r-indigo-300\/80{
  border-right-color: rgb(165 180 252 / 0.8);
}

.border-r-indigo-300\/90{
  border-right-color: rgb(165 180 252 / 0.9);
}

.border-r-indigo-300\/95{
  border-right-color: rgb(165 180 252 / 0.95);
}

.border-r-indigo-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-r-indigo-400\/0{
  border-right-color: rgb(129 140 248 / 0);
}

.border-r-indigo-400\/10{
  border-right-color: rgb(129 140 248 / 0.1);
}

.border-r-indigo-400\/100{
  border-right-color: rgb(129 140 248 / 1);
}

.border-r-indigo-400\/20{
  border-right-color: rgb(129 140 248 / 0.2);
}

.border-r-indigo-400\/25{
  border-right-color: rgb(129 140 248 / 0.25);
}

.border-r-indigo-400\/30{
  border-right-color: rgb(129 140 248 / 0.3);
}

.border-r-indigo-400\/40{
  border-right-color: rgb(129 140 248 / 0.4);
}

.border-r-indigo-400\/5{
  border-right-color: rgb(129 140 248 / 0.05);
}

.border-r-indigo-400\/50{
  border-right-color: rgb(129 140 248 / 0.5);
}

.border-r-indigo-400\/60{
  border-right-color: rgb(129 140 248 / 0.6);
}

.border-r-indigo-400\/70{
  border-right-color: rgb(129 140 248 / 0.7);
}

.border-r-indigo-400\/75{
  border-right-color: rgb(129 140 248 / 0.75);
}

.border-r-indigo-400\/80{
  border-right-color: rgb(129 140 248 / 0.8);
}

.border-r-indigo-400\/90{
  border-right-color: rgb(129 140 248 / 0.9);
}

.border-r-indigo-400\/95{
  border-right-color: rgb(129 140 248 / 0.95);
}

.border-r-indigo-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-r-indigo-50\/0{
  border-right-color: rgb(238 242 255 / 0);
}

.border-r-indigo-50\/10{
  border-right-color: rgb(238 242 255 / 0.1);
}

.border-r-indigo-50\/100{
  border-right-color: rgb(238 242 255 / 1);
}

.border-r-indigo-50\/20{
  border-right-color: rgb(238 242 255 / 0.2);
}

.border-r-indigo-50\/25{
  border-right-color: rgb(238 242 255 / 0.25);
}

.border-r-indigo-50\/30{
  border-right-color: rgb(238 242 255 / 0.3);
}

.border-r-indigo-50\/40{
  border-right-color: rgb(238 242 255 / 0.4);
}

.border-r-indigo-50\/5{
  border-right-color: rgb(238 242 255 / 0.05);
}

.border-r-indigo-50\/50{
  border-right-color: rgb(238 242 255 / 0.5);
}

.border-r-indigo-50\/60{
  border-right-color: rgb(238 242 255 / 0.6);
}

.border-r-indigo-50\/70{
  border-right-color: rgb(238 242 255 / 0.7);
}

.border-r-indigo-50\/75{
  border-right-color: rgb(238 242 255 / 0.75);
}

.border-r-indigo-50\/80{
  border-right-color: rgb(238 242 255 / 0.8);
}

.border-r-indigo-50\/90{
  border-right-color: rgb(238 242 255 / 0.9);
}

.border-r-indigo-50\/95{
  border-right-color: rgb(238 242 255 / 0.95);
}

.border-r-indigo-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-r-indigo-500\/0{
  border-right-color: rgb(99 102 241 / 0);
}

.border-r-indigo-500\/10{
  border-right-color: rgb(99 102 241 / 0.1);
}

.border-r-indigo-500\/100{
  border-right-color: rgb(99 102 241 / 1);
}

.border-r-indigo-500\/20{
  border-right-color: rgb(99 102 241 / 0.2);
}

.border-r-indigo-500\/25{
  border-right-color: rgb(99 102 241 / 0.25);
}

.border-r-indigo-500\/30{
  border-right-color: rgb(99 102 241 / 0.3);
}

.border-r-indigo-500\/40{
  border-right-color: rgb(99 102 241 / 0.4);
}

.border-r-indigo-500\/5{
  border-right-color: rgb(99 102 241 / 0.05);
}

.border-r-indigo-500\/50{
  border-right-color: rgb(99 102 241 / 0.5);
}

.border-r-indigo-500\/60{
  border-right-color: rgb(99 102 241 / 0.6);
}

.border-r-indigo-500\/70{
  border-right-color: rgb(99 102 241 / 0.7);
}

.border-r-indigo-500\/75{
  border-right-color: rgb(99 102 241 / 0.75);
}

.border-r-indigo-500\/80{
  border-right-color: rgb(99 102 241 / 0.8);
}

.border-r-indigo-500\/90{
  border-right-color: rgb(99 102 241 / 0.9);
}

.border-r-indigo-500\/95{
  border-right-color: rgb(99 102 241 / 0.95);
}

.border-r-indigo-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-r-indigo-600\/0{
  border-right-color: rgb(79 70 229 / 0);
}

.border-r-indigo-600\/10{
  border-right-color: rgb(79 70 229 / 0.1);
}

.border-r-indigo-600\/100{
  border-right-color: rgb(79 70 229 / 1);
}

.border-r-indigo-600\/20{
  border-right-color: rgb(79 70 229 / 0.2);
}

.border-r-indigo-600\/25{
  border-right-color: rgb(79 70 229 / 0.25);
}

.border-r-indigo-600\/30{
  border-right-color: rgb(79 70 229 / 0.3);
}

.border-r-indigo-600\/40{
  border-right-color: rgb(79 70 229 / 0.4);
}

.border-r-indigo-600\/5{
  border-right-color: rgb(79 70 229 / 0.05);
}

.border-r-indigo-600\/50{
  border-right-color: rgb(79 70 229 / 0.5);
}

.border-r-indigo-600\/60{
  border-right-color: rgb(79 70 229 / 0.6);
}

.border-r-indigo-600\/70{
  border-right-color: rgb(79 70 229 / 0.7);
}

.border-r-indigo-600\/75{
  border-right-color: rgb(79 70 229 / 0.75);
}

.border-r-indigo-600\/80{
  border-right-color: rgb(79 70 229 / 0.8);
}

.border-r-indigo-600\/90{
  border-right-color: rgb(79 70 229 / 0.9);
}

.border-r-indigo-600\/95{
  border-right-color: rgb(79 70 229 / 0.95);
}

.border-r-indigo-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-r-indigo-700\/0{
  border-right-color: rgb(67 56 202 / 0);
}

.border-r-indigo-700\/10{
  border-right-color: rgb(67 56 202 / 0.1);
}

.border-r-indigo-700\/100{
  border-right-color: rgb(67 56 202 / 1);
}

.border-r-indigo-700\/20{
  border-right-color: rgb(67 56 202 / 0.2);
}

.border-r-indigo-700\/25{
  border-right-color: rgb(67 56 202 / 0.25);
}

.border-r-indigo-700\/30{
  border-right-color: rgb(67 56 202 / 0.3);
}

.border-r-indigo-700\/40{
  border-right-color: rgb(67 56 202 / 0.4);
}

.border-r-indigo-700\/5{
  border-right-color: rgb(67 56 202 / 0.05);
}

.border-r-indigo-700\/50{
  border-right-color: rgb(67 56 202 / 0.5);
}

.border-r-indigo-700\/60{
  border-right-color: rgb(67 56 202 / 0.6);
}

.border-r-indigo-700\/70{
  border-right-color: rgb(67 56 202 / 0.7);
}

.border-r-indigo-700\/75{
  border-right-color: rgb(67 56 202 / 0.75);
}

.border-r-indigo-700\/80{
  border-right-color: rgb(67 56 202 / 0.8);
}

.border-r-indigo-700\/90{
  border-right-color: rgb(67 56 202 / 0.9);
}

.border-r-indigo-700\/95{
  border-right-color: rgb(67 56 202 / 0.95);
}

.border-r-indigo-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-r-indigo-800\/0{
  border-right-color: rgb(55 48 163 / 0);
}

.border-r-indigo-800\/10{
  border-right-color: rgb(55 48 163 / 0.1);
}

.border-r-indigo-800\/100{
  border-right-color: rgb(55 48 163 / 1);
}

.border-r-indigo-800\/20{
  border-right-color: rgb(55 48 163 / 0.2);
}

.border-r-indigo-800\/25{
  border-right-color: rgb(55 48 163 / 0.25);
}

.border-r-indigo-800\/30{
  border-right-color: rgb(55 48 163 / 0.3);
}

.border-r-indigo-800\/40{
  border-right-color: rgb(55 48 163 / 0.4);
}

.border-r-indigo-800\/5{
  border-right-color: rgb(55 48 163 / 0.05);
}

.border-r-indigo-800\/50{
  border-right-color: rgb(55 48 163 / 0.5);
}

.border-r-indigo-800\/60{
  border-right-color: rgb(55 48 163 / 0.6);
}

.border-r-indigo-800\/70{
  border-right-color: rgb(55 48 163 / 0.7);
}

.border-r-indigo-800\/75{
  border-right-color: rgb(55 48 163 / 0.75);
}

.border-r-indigo-800\/80{
  border-right-color: rgb(55 48 163 / 0.8);
}

.border-r-indigo-800\/90{
  border-right-color: rgb(55 48 163 / 0.9);
}

.border-r-indigo-800\/95{
  border-right-color: rgb(55 48 163 / 0.95);
}

.border-r-indigo-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-r-indigo-900\/0{
  border-right-color: rgb(49 46 129 / 0);
}

.border-r-indigo-900\/10{
  border-right-color: rgb(49 46 129 / 0.1);
}

.border-r-indigo-900\/100{
  border-right-color: rgb(49 46 129 / 1);
}

.border-r-indigo-900\/20{
  border-right-color: rgb(49 46 129 / 0.2);
}

.border-r-indigo-900\/25{
  border-right-color: rgb(49 46 129 / 0.25);
}

.border-r-indigo-900\/30{
  border-right-color: rgb(49 46 129 / 0.3);
}

.border-r-indigo-900\/40{
  border-right-color: rgb(49 46 129 / 0.4);
}

.border-r-indigo-900\/5{
  border-right-color: rgb(49 46 129 / 0.05);
}

.border-r-indigo-900\/50{
  border-right-color: rgb(49 46 129 / 0.5);
}

.border-r-indigo-900\/60{
  border-right-color: rgb(49 46 129 / 0.6);
}

.border-r-indigo-900\/70{
  border-right-color: rgb(49 46 129 / 0.7);
}

.border-r-indigo-900\/75{
  border-right-color: rgb(49 46 129 / 0.75);
}

.border-r-indigo-900\/80{
  border-right-color: rgb(49 46 129 / 0.8);
}

.border-r-indigo-900\/90{
  border-right-color: rgb(49 46 129 / 0.9);
}

.border-r-indigo-900\/95{
  border-right-color: rgb(49 46 129 / 0.95);
}

.border-r-indigo-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-r-indigo-950\/0{
  border-right-color: rgb(30 27 75 / 0);
}

.border-r-indigo-950\/10{
  border-right-color: rgb(30 27 75 / 0.1);
}

.border-r-indigo-950\/100{
  border-right-color: rgb(30 27 75 / 1);
}

.border-r-indigo-950\/20{
  border-right-color: rgb(30 27 75 / 0.2);
}

.border-r-indigo-950\/25{
  border-right-color: rgb(30 27 75 / 0.25);
}

.border-r-indigo-950\/30{
  border-right-color: rgb(30 27 75 / 0.3);
}

.border-r-indigo-950\/40{
  border-right-color: rgb(30 27 75 / 0.4);
}

.border-r-indigo-950\/5{
  border-right-color: rgb(30 27 75 / 0.05);
}

.border-r-indigo-950\/50{
  border-right-color: rgb(30 27 75 / 0.5);
}

.border-r-indigo-950\/60{
  border-right-color: rgb(30 27 75 / 0.6);
}

.border-r-indigo-950\/70{
  border-right-color: rgb(30 27 75 / 0.7);
}

.border-r-indigo-950\/75{
  border-right-color: rgb(30 27 75 / 0.75);
}

.border-r-indigo-950\/80{
  border-right-color: rgb(30 27 75 / 0.8);
}

.border-r-indigo-950\/90{
  border-right-color: rgb(30 27 75 / 0.9);
}

.border-r-indigo-950\/95{
  border-right-color: rgb(30 27 75 / 0.95);
}

.border-r-inherit{
  border-right-color: inherit;
}

.border-r-lime-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-r-lime-100\/0{
  border-right-color: rgb(236 252 203 / 0);
}

.border-r-lime-100\/10{
  border-right-color: rgb(236 252 203 / 0.1);
}

.border-r-lime-100\/100{
  border-right-color: rgb(236 252 203 / 1);
}

.border-r-lime-100\/20{
  border-right-color: rgb(236 252 203 / 0.2);
}

.border-r-lime-100\/25{
  border-right-color: rgb(236 252 203 / 0.25);
}

.border-r-lime-100\/30{
  border-right-color: rgb(236 252 203 / 0.3);
}

.border-r-lime-100\/40{
  border-right-color: rgb(236 252 203 / 0.4);
}

.border-r-lime-100\/5{
  border-right-color: rgb(236 252 203 / 0.05);
}

.border-r-lime-100\/50{
  border-right-color: rgb(236 252 203 / 0.5);
}

.border-r-lime-100\/60{
  border-right-color: rgb(236 252 203 / 0.6);
}

.border-r-lime-100\/70{
  border-right-color: rgb(236 252 203 / 0.7);
}

.border-r-lime-100\/75{
  border-right-color: rgb(236 252 203 / 0.75);
}

.border-r-lime-100\/80{
  border-right-color: rgb(236 252 203 / 0.8);
}

.border-r-lime-100\/90{
  border-right-color: rgb(236 252 203 / 0.9);
}

.border-r-lime-100\/95{
  border-right-color: rgb(236 252 203 / 0.95);
}

.border-r-lime-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-r-lime-200\/0{
  border-right-color: rgb(217 249 157 / 0);
}

.border-r-lime-200\/10{
  border-right-color: rgb(217 249 157 / 0.1);
}

.border-r-lime-200\/100{
  border-right-color: rgb(217 249 157 / 1);
}

.border-r-lime-200\/20{
  border-right-color: rgb(217 249 157 / 0.2);
}

.border-r-lime-200\/25{
  border-right-color: rgb(217 249 157 / 0.25);
}

.border-r-lime-200\/30{
  border-right-color: rgb(217 249 157 / 0.3);
}

.border-r-lime-200\/40{
  border-right-color: rgb(217 249 157 / 0.4);
}

.border-r-lime-200\/5{
  border-right-color: rgb(217 249 157 / 0.05);
}

.border-r-lime-200\/50{
  border-right-color: rgb(217 249 157 / 0.5);
}

.border-r-lime-200\/60{
  border-right-color: rgb(217 249 157 / 0.6);
}

.border-r-lime-200\/70{
  border-right-color: rgb(217 249 157 / 0.7);
}

.border-r-lime-200\/75{
  border-right-color: rgb(217 249 157 / 0.75);
}

.border-r-lime-200\/80{
  border-right-color: rgb(217 249 157 / 0.8);
}

.border-r-lime-200\/90{
  border-right-color: rgb(217 249 157 / 0.9);
}

.border-r-lime-200\/95{
  border-right-color: rgb(217 249 157 / 0.95);
}

.border-r-lime-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-r-lime-300\/0{
  border-right-color: rgb(190 242 100 / 0);
}

.border-r-lime-300\/10{
  border-right-color: rgb(190 242 100 / 0.1);
}

.border-r-lime-300\/100{
  border-right-color: rgb(190 242 100 / 1);
}

.border-r-lime-300\/20{
  border-right-color: rgb(190 242 100 / 0.2);
}

.border-r-lime-300\/25{
  border-right-color: rgb(190 242 100 / 0.25);
}

.border-r-lime-300\/30{
  border-right-color: rgb(190 242 100 / 0.3);
}

.border-r-lime-300\/40{
  border-right-color: rgb(190 242 100 / 0.4);
}

.border-r-lime-300\/5{
  border-right-color: rgb(190 242 100 / 0.05);
}

.border-r-lime-300\/50{
  border-right-color: rgb(190 242 100 / 0.5);
}

.border-r-lime-300\/60{
  border-right-color: rgb(190 242 100 / 0.6);
}

.border-r-lime-300\/70{
  border-right-color: rgb(190 242 100 / 0.7);
}

.border-r-lime-300\/75{
  border-right-color: rgb(190 242 100 / 0.75);
}

.border-r-lime-300\/80{
  border-right-color: rgb(190 242 100 / 0.8);
}

.border-r-lime-300\/90{
  border-right-color: rgb(190 242 100 / 0.9);
}

.border-r-lime-300\/95{
  border-right-color: rgb(190 242 100 / 0.95);
}

.border-r-lime-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-r-lime-400\/0{
  border-right-color: rgb(163 230 53 / 0);
}

.border-r-lime-400\/10{
  border-right-color: rgb(163 230 53 / 0.1);
}

.border-r-lime-400\/100{
  border-right-color: rgb(163 230 53 / 1);
}

.border-r-lime-400\/20{
  border-right-color: rgb(163 230 53 / 0.2);
}

.border-r-lime-400\/25{
  border-right-color: rgb(163 230 53 / 0.25);
}

.border-r-lime-400\/30{
  border-right-color: rgb(163 230 53 / 0.3);
}

.border-r-lime-400\/40{
  border-right-color: rgb(163 230 53 / 0.4);
}

.border-r-lime-400\/5{
  border-right-color: rgb(163 230 53 / 0.05);
}

.border-r-lime-400\/50{
  border-right-color: rgb(163 230 53 / 0.5);
}

.border-r-lime-400\/60{
  border-right-color: rgb(163 230 53 / 0.6);
}

.border-r-lime-400\/70{
  border-right-color: rgb(163 230 53 / 0.7);
}

.border-r-lime-400\/75{
  border-right-color: rgb(163 230 53 / 0.75);
}

.border-r-lime-400\/80{
  border-right-color: rgb(163 230 53 / 0.8);
}

.border-r-lime-400\/90{
  border-right-color: rgb(163 230 53 / 0.9);
}

.border-r-lime-400\/95{
  border-right-color: rgb(163 230 53 / 0.95);
}

.border-r-lime-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-r-lime-50\/0{
  border-right-color: rgb(247 254 231 / 0);
}

.border-r-lime-50\/10{
  border-right-color: rgb(247 254 231 / 0.1);
}

.border-r-lime-50\/100{
  border-right-color: rgb(247 254 231 / 1);
}

.border-r-lime-50\/20{
  border-right-color: rgb(247 254 231 / 0.2);
}

.border-r-lime-50\/25{
  border-right-color: rgb(247 254 231 / 0.25);
}

.border-r-lime-50\/30{
  border-right-color: rgb(247 254 231 / 0.3);
}

.border-r-lime-50\/40{
  border-right-color: rgb(247 254 231 / 0.4);
}

.border-r-lime-50\/5{
  border-right-color: rgb(247 254 231 / 0.05);
}

.border-r-lime-50\/50{
  border-right-color: rgb(247 254 231 / 0.5);
}

.border-r-lime-50\/60{
  border-right-color: rgb(247 254 231 / 0.6);
}

.border-r-lime-50\/70{
  border-right-color: rgb(247 254 231 / 0.7);
}

.border-r-lime-50\/75{
  border-right-color: rgb(247 254 231 / 0.75);
}

.border-r-lime-50\/80{
  border-right-color: rgb(247 254 231 / 0.8);
}

.border-r-lime-50\/90{
  border-right-color: rgb(247 254 231 / 0.9);
}

.border-r-lime-50\/95{
  border-right-color: rgb(247 254 231 / 0.95);
}

.border-r-lime-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-r-lime-500\/0{
  border-right-color: rgb(132 204 22 / 0);
}

.border-r-lime-500\/10{
  border-right-color: rgb(132 204 22 / 0.1);
}

.border-r-lime-500\/100{
  border-right-color: rgb(132 204 22 / 1);
}

.border-r-lime-500\/20{
  border-right-color: rgb(132 204 22 / 0.2);
}

.border-r-lime-500\/25{
  border-right-color: rgb(132 204 22 / 0.25);
}

.border-r-lime-500\/30{
  border-right-color: rgb(132 204 22 / 0.3);
}

.border-r-lime-500\/40{
  border-right-color: rgb(132 204 22 / 0.4);
}

.border-r-lime-500\/5{
  border-right-color: rgb(132 204 22 / 0.05);
}

.border-r-lime-500\/50{
  border-right-color: rgb(132 204 22 / 0.5);
}

.border-r-lime-500\/60{
  border-right-color: rgb(132 204 22 / 0.6);
}

.border-r-lime-500\/70{
  border-right-color: rgb(132 204 22 / 0.7);
}

.border-r-lime-500\/75{
  border-right-color: rgb(132 204 22 / 0.75);
}

.border-r-lime-500\/80{
  border-right-color: rgb(132 204 22 / 0.8);
}

.border-r-lime-500\/90{
  border-right-color: rgb(132 204 22 / 0.9);
}

.border-r-lime-500\/95{
  border-right-color: rgb(132 204 22 / 0.95);
}

.border-r-lime-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-r-lime-600\/0{
  border-right-color: rgb(101 163 13 / 0);
}

.border-r-lime-600\/10{
  border-right-color: rgb(101 163 13 / 0.1);
}

.border-r-lime-600\/100{
  border-right-color: rgb(101 163 13 / 1);
}

.border-r-lime-600\/20{
  border-right-color: rgb(101 163 13 / 0.2);
}

.border-r-lime-600\/25{
  border-right-color: rgb(101 163 13 / 0.25);
}

.border-r-lime-600\/30{
  border-right-color: rgb(101 163 13 / 0.3);
}

.border-r-lime-600\/40{
  border-right-color: rgb(101 163 13 / 0.4);
}

.border-r-lime-600\/5{
  border-right-color: rgb(101 163 13 / 0.05);
}

.border-r-lime-600\/50{
  border-right-color: rgb(101 163 13 / 0.5);
}

.border-r-lime-600\/60{
  border-right-color: rgb(101 163 13 / 0.6);
}

.border-r-lime-600\/70{
  border-right-color: rgb(101 163 13 / 0.7);
}

.border-r-lime-600\/75{
  border-right-color: rgb(101 163 13 / 0.75);
}

.border-r-lime-600\/80{
  border-right-color: rgb(101 163 13 / 0.8);
}

.border-r-lime-600\/90{
  border-right-color: rgb(101 163 13 / 0.9);
}

.border-r-lime-600\/95{
  border-right-color: rgb(101 163 13 / 0.95);
}

.border-r-lime-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-r-lime-700\/0{
  border-right-color: rgb(77 124 15 / 0);
}

.border-r-lime-700\/10{
  border-right-color: rgb(77 124 15 / 0.1);
}

.border-r-lime-700\/100{
  border-right-color: rgb(77 124 15 / 1);
}

.border-r-lime-700\/20{
  border-right-color: rgb(77 124 15 / 0.2);
}

.border-r-lime-700\/25{
  border-right-color: rgb(77 124 15 / 0.25);
}

.border-r-lime-700\/30{
  border-right-color: rgb(77 124 15 / 0.3);
}

.border-r-lime-700\/40{
  border-right-color: rgb(77 124 15 / 0.4);
}

.border-r-lime-700\/5{
  border-right-color: rgb(77 124 15 / 0.05);
}

.border-r-lime-700\/50{
  border-right-color: rgb(77 124 15 / 0.5);
}

.border-r-lime-700\/60{
  border-right-color: rgb(77 124 15 / 0.6);
}

.border-r-lime-700\/70{
  border-right-color: rgb(77 124 15 / 0.7);
}

.border-r-lime-700\/75{
  border-right-color: rgb(77 124 15 / 0.75);
}

.border-r-lime-700\/80{
  border-right-color: rgb(77 124 15 / 0.8);
}

.border-r-lime-700\/90{
  border-right-color: rgb(77 124 15 / 0.9);
}

.border-r-lime-700\/95{
  border-right-color: rgb(77 124 15 / 0.95);
}

.border-r-lime-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-r-lime-800\/0{
  border-right-color: rgb(63 98 18 / 0);
}

.border-r-lime-800\/10{
  border-right-color: rgb(63 98 18 / 0.1);
}

.border-r-lime-800\/100{
  border-right-color: rgb(63 98 18 / 1);
}

.border-r-lime-800\/20{
  border-right-color: rgb(63 98 18 / 0.2);
}

.border-r-lime-800\/25{
  border-right-color: rgb(63 98 18 / 0.25);
}

.border-r-lime-800\/30{
  border-right-color: rgb(63 98 18 / 0.3);
}

.border-r-lime-800\/40{
  border-right-color: rgb(63 98 18 / 0.4);
}

.border-r-lime-800\/5{
  border-right-color: rgb(63 98 18 / 0.05);
}

.border-r-lime-800\/50{
  border-right-color: rgb(63 98 18 / 0.5);
}

.border-r-lime-800\/60{
  border-right-color: rgb(63 98 18 / 0.6);
}

.border-r-lime-800\/70{
  border-right-color: rgb(63 98 18 / 0.7);
}

.border-r-lime-800\/75{
  border-right-color: rgb(63 98 18 / 0.75);
}

.border-r-lime-800\/80{
  border-right-color: rgb(63 98 18 / 0.8);
}

.border-r-lime-800\/90{
  border-right-color: rgb(63 98 18 / 0.9);
}

.border-r-lime-800\/95{
  border-right-color: rgb(63 98 18 / 0.95);
}

.border-r-lime-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-r-lime-900\/0{
  border-right-color: rgb(54 83 20 / 0);
}

.border-r-lime-900\/10{
  border-right-color: rgb(54 83 20 / 0.1);
}

.border-r-lime-900\/100{
  border-right-color: rgb(54 83 20 / 1);
}

.border-r-lime-900\/20{
  border-right-color: rgb(54 83 20 / 0.2);
}

.border-r-lime-900\/25{
  border-right-color: rgb(54 83 20 / 0.25);
}

.border-r-lime-900\/30{
  border-right-color: rgb(54 83 20 / 0.3);
}

.border-r-lime-900\/40{
  border-right-color: rgb(54 83 20 / 0.4);
}

.border-r-lime-900\/5{
  border-right-color: rgb(54 83 20 / 0.05);
}

.border-r-lime-900\/50{
  border-right-color: rgb(54 83 20 / 0.5);
}

.border-r-lime-900\/60{
  border-right-color: rgb(54 83 20 / 0.6);
}

.border-r-lime-900\/70{
  border-right-color: rgb(54 83 20 / 0.7);
}

.border-r-lime-900\/75{
  border-right-color: rgb(54 83 20 / 0.75);
}

.border-r-lime-900\/80{
  border-right-color: rgb(54 83 20 / 0.8);
}

.border-r-lime-900\/90{
  border-right-color: rgb(54 83 20 / 0.9);
}

.border-r-lime-900\/95{
  border-right-color: rgb(54 83 20 / 0.95);
}

.border-r-lime-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-r-lime-950\/0{
  border-right-color: rgb(26 46 5 / 0);
}

.border-r-lime-950\/10{
  border-right-color: rgb(26 46 5 / 0.1);
}

.border-r-lime-950\/100{
  border-right-color: rgb(26 46 5 / 1);
}

.border-r-lime-950\/20{
  border-right-color: rgb(26 46 5 / 0.2);
}

.border-r-lime-950\/25{
  border-right-color: rgb(26 46 5 / 0.25);
}

.border-r-lime-950\/30{
  border-right-color: rgb(26 46 5 / 0.3);
}

.border-r-lime-950\/40{
  border-right-color: rgb(26 46 5 / 0.4);
}

.border-r-lime-950\/5{
  border-right-color: rgb(26 46 5 / 0.05);
}

.border-r-lime-950\/50{
  border-right-color: rgb(26 46 5 / 0.5);
}

.border-r-lime-950\/60{
  border-right-color: rgb(26 46 5 / 0.6);
}

.border-r-lime-950\/70{
  border-right-color: rgb(26 46 5 / 0.7);
}

.border-r-lime-950\/75{
  border-right-color: rgb(26 46 5 / 0.75);
}

.border-r-lime-950\/80{
  border-right-color: rgb(26 46 5 / 0.8);
}

.border-r-lime-950\/90{
  border-right-color: rgb(26 46 5 / 0.9);
}

.border-r-lime-950\/95{
  border-right-color: rgb(26 46 5 / 0.95);
}

.border-r-neutral-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-r-neutral-100\/0{
  border-right-color: rgb(245 245 245 / 0);
}

.border-r-neutral-100\/10{
  border-right-color: rgb(245 245 245 / 0.1);
}

.border-r-neutral-100\/100{
  border-right-color: rgb(245 245 245 / 1);
}

.border-r-neutral-100\/20{
  border-right-color: rgb(245 245 245 / 0.2);
}

.border-r-neutral-100\/25{
  border-right-color: rgb(245 245 245 / 0.25);
}

.border-r-neutral-100\/30{
  border-right-color: rgb(245 245 245 / 0.3);
}

.border-r-neutral-100\/40{
  border-right-color: rgb(245 245 245 / 0.4);
}

.border-r-neutral-100\/5{
  border-right-color: rgb(245 245 245 / 0.05);
}

.border-r-neutral-100\/50{
  border-right-color: rgb(245 245 245 / 0.5);
}

.border-r-neutral-100\/60{
  border-right-color: rgb(245 245 245 / 0.6);
}

.border-r-neutral-100\/70{
  border-right-color: rgb(245 245 245 / 0.7);
}

.border-r-neutral-100\/75{
  border-right-color: rgb(245 245 245 / 0.75);
}

.border-r-neutral-100\/80{
  border-right-color: rgb(245 245 245 / 0.8);
}

.border-r-neutral-100\/90{
  border-right-color: rgb(245 245 245 / 0.9);
}

.border-r-neutral-100\/95{
  border-right-color: rgb(245 245 245 / 0.95);
}

.border-r-neutral-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-r-neutral-200\/0{
  border-right-color: rgb(229 229 229 / 0);
}

.border-r-neutral-200\/10{
  border-right-color: rgb(229 229 229 / 0.1);
}

.border-r-neutral-200\/100{
  border-right-color: rgb(229 229 229 / 1);
}

.border-r-neutral-200\/20{
  border-right-color: rgb(229 229 229 / 0.2);
}

.border-r-neutral-200\/25{
  border-right-color: rgb(229 229 229 / 0.25);
}

.border-r-neutral-200\/30{
  border-right-color: rgb(229 229 229 / 0.3);
}

.border-r-neutral-200\/40{
  border-right-color: rgb(229 229 229 / 0.4);
}

.border-r-neutral-200\/5{
  border-right-color: rgb(229 229 229 / 0.05);
}

.border-r-neutral-200\/50{
  border-right-color: rgb(229 229 229 / 0.5);
}

.border-r-neutral-200\/60{
  border-right-color: rgb(229 229 229 / 0.6);
}

.border-r-neutral-200\/70{
  border-right-color: rgb(229 229 229 / 0.7);
}

.border-r-neutral-200\/75{
  border-right-color: rgb(229 229 229 / 0.75);
}

.border-r-neutral-200\/80{
  border-right-color: rgb(229 229 229 / 0.8);
}

.border-r-neutral-200\/90{
  border-right-color: rgb(229 229 229 / 0.9);
}

.border-r-neutral-200\/95{
  border-right-color: rgb(229 229 229 / 0.95);
}

.border-r-neutral-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-r-neutral-300\/0{
  border-right-color: rgb(212 212 212 / 0);
}

.border-r-neutral-300\/10{
  border-right-color: rgb(212 212 212 / 0.1);
}

.border-r-neutral-300\/100{
  border-right-color: rgb(212 212 212 / 1);
}

.border-r-neutral-300\/20{
  border-right-color: rgb(212 212 212 / 0.2);
}

.border-r-neutral-300\/25{
  border-right-color: rgb(212 212 212 / 0.25);
}

.border-r-neutral-300\/30{
  border-right-color: rgb(212 212 212 / 0.3);
}

.border-r-neutral-300\/40{
  border-right-color: rgb(212 212 212 / 0.4);
}

.border-r-neutral-300\/5{
  border-right-color: rgb(212 212 212 / 0.05);
}

.border-r-neutral-300\/50{
  border-right-color: rgb(212 212 212 / 0.5);
}

.border-r-neutral-300\/60{
  border-right-color: rgb(212 212 212 / 0.6);
}

.border-r-neutral-300\/70{
  border-right-color: rgb(212 212 212 / 0.7);
}

.border-r-neutral-300\/75{
  border-right-color: rgb(212 212 212 / 0.75);
}

.border-r-neutral-300\/80{
  border-right-color: rgb(212 212 212 / 0.8);
}

.border-r-neutral-300\/90{
  border-right-color: rgb(212 212 212 / 0.9);
}

.border-r-neutral-300\/95{
  border-right-color: rgb(212 212 212 / 0.95);
}

.border-r-neutral-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-r-neutral-400\/0{
  border-right-color: rgb(163 163 163 / 0);
}

.border-r-neutral-400\/10{
  border-right-color: rgb(163 163 163 / 0.1);
}

.border-r-neutral-400\/100{
  border-right-color: rgb(163 163 163 / 1);
}

.border-r-neutral-400\/20{
  border-right-color: rgb(163 163 163 / 0.2);
}

.border-r-neutral-400\/25{
  border-right-color: rgb(163 163 163 / 0.25);
}

.border-r-neutral-400\/30{
  border-right-color: rgb(163 163 163 / 0.3);
}

.border-r-neutral-400\/40{
  border-right-color: rgb(163 163 163 / 0.4);
}

.border-r-neutral-400\/5{
  border-right-color: rgb(163 163 163 / 0.05);
}

.border-r-neutral-400\/50{
  border-right-color: rgb(163 163 163 / 0.5);
}

.border-r-neutral-400\/60{
  border-right-color: rgb(163 163 163 / 0.6);
}

.border-r-neutral-400\/70{
  border-right-color: rgb(163 163 163 / 0.7);
}

.border-r-neutral-400\/75{
  border-right-color: rgb(163 163 163 / 0.75);
}

.border-r-neutral-400\/80{
  border-right-color: rgb(163 163 163 / 0.8);
}

.border-r-neutral-400\/90{
  border-right-color: rgb(163 163 163 / 0.9);
}

.border-r-neutral-400\/95{
  border-right-color: rgb(163 163 163 / 0.95);
}

.border-r-neutral-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-r-neutral-50\/0{
  border-right-color: rgb(250 250 250 / 0);
}

.border-r-neutral-50\/10{
  border-right-color: rgb(250 250 250 / 0.1);
}

.border-r-neutral-50\/100{
  border-right-color: rgb(250 250 250 / 1);
}

.border-r-neutral-50\/20{
  border-right-color: rgb(250 250 250 / 0.2);
}

.border-r-neutral-50\/25{
  border-right-color: rgb(250 250 250 / 0.25);
}

.border-r-neutral-50\/30{
  border-right-color: rgb(250 250 250 / 0.3);
}

.border-r-neutral-50\/40{
  border-right-color: rgb(250 250 250 / 0.4);
}

.border-r-neutral-50\/5{
  border-right-color: rgb(250 250 250 / 0.05);
}

.border-r-neutral-50\/50{
  border-right-color: rgb(250 250 250 / 0.5);
}

.border-r-neutral-50\/60{
  border-right-color: rgb(250 250 250 / 0.6);
}

.border-r-neutral-50\/70{
  border-right-color: rgb(250 250 250 / 0.7);
}

.border-r-neutral-50\/75{
  border-right-color: rgb(250 250 250 / 0.75);
}

.border-r-neutral-50\/80{
  border-right-color: rgb(250 250 250 / 0.8);
}

.border-r-neutral-50\/90{
  border-right-color: rgb(250 250 250 / 0.9);
}

.border-r-neutral-50\/95{
  border-right-color: rgb(250 250 250 / 0.95);
}

.border-r-neutral-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-r-neutral-500\/0{
  border-right-color: rgb(115 115 115 / 0);
}

.border-r-neutral-500\/10{
  border-right-color: rgb(115 115 115 / 0.1);
}

.border-r-neutral-500\/100{
  border-right-color: rgb(115 115 115 / 1);
}

.border-r-neutral-500\/20{
  border-right-color: rgb(115 115 115 / 0.2);
}

.border-r-neutral-500\/25{
  border-right-color: rgb(115 115 115 / 0.25);
}

.border-r-neutral-500\/30{
  border-right-color: rgb(115 115 115 / 0.3);
}

.border-r-neutral-500\/40{
  border-right-color: rgb(115 115 115 / 0.4);
}

.border-r-neutral-500\/5{
  border-right-color: rgb(115 115 115 / 0.05);
}

.border-r-neutral-500\/50{
  border-right-color: rgb(115 115 115 / 0.5);
}

.border-r-neutral-500\/60{
  border-right-color: rgb(115 115 115 / 0.6);
}

.border-r-neutral-500\/70{
  border-right-color: rgb(115 115 115 / 0.7);
}

.border-r-neutral-500\/75{
  border-right-color: rgb(115 115 115 / 0.75);
}

.border-r-neutral-500\/80{
  border-right-color: rgb(115 115 115 / 0.8);
}

.border-r-neutral-500\/90{
  border-right-color: rgb(115 115 115 / 0.9);
}

.border-r-neutral-500\/95{
  border-right-color: rgb(115 115 115 / 0.95);
}

.border-r-neutral-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-r-neutral-600\/0{
  border-right-color: rgb(82 82 82 / 0);
}

.border-r-neutral-600\/10{
  border-right-color: rgb(82 82 82 / 0.1);
}

.border-r-neutral-600\/100{
  border-right-color: rgb(82 82 82 / 1);
}

.border-r-neutral-600\/20{
  border-right-color: rgb(82 82 82 / 0.2);
}

.border-r-neutral-600\/25{
  border-right-color: rgb(82 82 82 / 0.25);
}

.border-r-neutral-600\/30{
  border-right-color: rgb(82 82 82 / 0.3);
}

.border-r-neutral-600\/40{
  border-right-color: rgb(82 82 82 / 0.4);
}

.border-r-neutral-600\/5{
  border-right-color: rgb(82 82 82 / 0.05);
}

.border-r-neutral-600\/50{
  border-right-color: rgb(82 82 82 / 0.5);
}

.border-r-neutral-600\/60{
  border-right-color: rgb(82 82 82 / 0.6);
}

.border-r-neutral-600\/70{
  border-right-color: rgb(82 82 82 / 0.7);
}

.border-r-neutral-600\/75{
  border-right-color: rgb(82 82 82 / 0.75);
}

.border-r-neutral-600\/80{
  border-right-color: rgb(82 82 82 / 0.8);
}

.border-r-neutral-600\/90{
  border-right-color: rgb(82 82 82 / 0.9);
}

.border-r-neutral-600\/95{
  border-right-color: rgb(82 82 82 / 0.95);
}

.border-r-neutral-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-r-neutral-700\/0{
  border-right-color: rgb(64 64 64 / 0);
}

.border-r-neutral-700\/10{
  border-right-color: rgb(64 64 64 / 0.1);
}

.border-r-neutral-700\/100{
  border-right-color: rgb(64 64 64 / 1);
}

.border-r-neutral-700\/20{
  border-right-color: rgb(64 64 64 / 0.2);
}

.border-r-neutral-700\/25{
  border-right-color: rgb(64 64 64 / 0.25);
}

.border-r-neutral-700\/30{
  border-right-color: rgb(64 64 64 / 0.3);
}

.border-r-neutral-700\/40{
  border-right-color: rgb(64 64 64 / 0.4);
}

.border-r-neutral-700\/5{
  border-right-color: rgb(64 64 64 / 0.05);
}

.border-r-neutral-700\/50{
  border-right-color: rgb(64 64 64 / 0.5);
}

.border-r-neutral-700\/60{
  border-right-color: rgb(64 64 64 / 0.6);
}

.border-r-neutral-700\/70{
  border-right-color: rgb(64 64 64 / 0.7);
}

.border-r-neutral-700\/75{
  border-right-color: rgb(64 64 64 / 0.75);
}

.border-r-neutral-700\/80{
  border-right-color: rgb(64 64 64 / 0.8);
}

.border-r-neutral-700\/90{
  border-right-color: rgb(64 64 64 / 0.9);
}

.border-r-neutral-700\/95{
  border-right-color: rgb(64 64 64 / 0.95);
}

.border-r-neutral-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-r-neutral-800\/0{
  border-right-color: rgb(38 38 38 / 0);
}

.border-r-neutral-800\/10{
  border-right-color: rgb(38 38 38 / 0.1);
}

.border-r-neutral-800\/100{
  border-right-color: rgb(38 38 38 / 1);
}

.border-r-neutral-800\/20{
  border-right-color: rgb(38 38 38 / 0.2);
}

.border-r-neutral-800\/25{
  border-right-color: rgb(38 38 38 / 0.25);
}

.border-r-neutral-800\/30{
  border-right-color: rgb(38 38 38 / 0.3);
}

.border-r-neutral-800\/40{
  border-right-color: rgb(38 38 38 / 0.4);
}

.border-r-neutral-800\/5{
  border-right-color: rgb(38 38 38 / 0.05);
}

.border-r-neutral-800\/50{
  border-right-color: rgb(38 38 38 / 0.5);
}

.border-r-neutral-800\/60{
  border-right-color: rgb(38 38 38 / 0.6);
}

.border-r-neutral-800\/70{
  border-right-color: rgb(38 38 38 / 0.7);
}

.border-r-neutral-800\/75{
  border-right-color: rgb(38 38 38 / 0.75);
}

.border-r-neutral-800\/80{
  border-right-color: rgb(38 38 38 / 0.8);
}

.border-r-neutral-800\/90{
  border-right-color: rgb(38 38 38 / 0.9);
}

.border-r-neutral-800\/95{
  border-right-color: rgb(38 38 38 / 0.95);
}

.border-r-neutral-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-r-neutral-900\/0{
  border-right-color: rgb(23 23 23 / 0);
}

.border-r-neutral-900\/10{
  border-right-color: rgb(23 23 23 / 0.1);
}

.border-r-neutral-900\/100{
  border-right-color: rgb(23 23 23 / 1);
}

.border-r-neutral-900\/20{
  border-right-color: rgb(23 23 23 / 0.2);
}

.border-r-neutral-900\/25{
  border-right-color: rgb(23 23 23 / 0.25);
}

.border-r-neutral-900\/30{
  border-right-color: rgb(23 23 23 / 0.3);
}

.border-r-neutral-900\/40{
  border-right-color: rgb(23 23 23 / 0.4);
}

.border-r-neutral-900\/5{
  border-right-color: rgb(23 23 23 / 0.05);
}

.border-r-neutral-900\/50{
  border-right-color: rgb(23 23 23 / 0.5);
}

.border-r-neutral-900\/60{
  border-right-color: rgb(23 23 23 / 0.6);
}

.border-r-neutral-900\/70{
  border-right-color: rgb(23 23 23 / 0.7);
}

.border-r-neutral-900\/75{
  border-right-color: rgb(23 23 23 / 0.75);
}

.border-r-neutral-900\/80{
  border-right-color: rgb(23 23 23 / 0.8);
}

.border-r-neutral-900\/90{
  border-right-color: rgb(23 23 23 / 0.9);
}

.border-r-neutral-900\/95{
  border-right-color: rgb(23 23 23 / 0.95);
}

.border-r-neutral-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-r-neutral-950\/0{
  border-right-color: rgb(10 10 10 / 0);
}

.border-r-neutral-950\/10{
  border-right-color: rgb(10 10 10 / 0.1);
}

.border-r-neutral-950\/100{
  border-right-color: rgb(10 10 10 / 1);
}

.border-r-neutral-950\/20{
  border-right-color: rgb(10 10 10 / 0.2);
}

.border-r-neutral-950\/25{
  border-right-color: rgb(10 10 10 / 0.25);
}

.border-r-neutral-950\/30{
  border-right-color: rgb(10 10 10 / 0.3);
}

.border-r-neutral-950\/40{
  border-right-color: rgb(10 10 10 / 0.4);
}

.border-r-neutral-950\/5{
  border-right-color: rgb(10 10 10 / 0.05);
}

.border-r-neutral-950\/50{
  border-right-color: rgb(10 10 10 / 0.5);
}

.border-r-neutral-950\/60{
  border-right-color: rgb(10 10 10 / 0.6);
}

.border-r-neutral-950\/70{
  border-right-color: rgb(10 10 10 / 0.7);
}

.border-r-neutral-950\/75{
  border-right-color: rgb(10 10 10 / 0.75);
}

.border-r-neutral-950\/80{
  border-right-color: rgb(10 10 10 / 0.8);
}

.border-r-neutral-950\/90{
  border-right-color: rgb(10 10 10 / 0.9);
}

.border-r-neutral-950\/95{
  border-right-color: rgb(10 10 10 / 0.95);
}

.border-r-orange-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-r-orange-100\/0{
  border-right-color: rgb(255 237 213 / 0);
}

.border-r-orange-100\/10{
  border-right-color: rgb(255 237 213 / 0.1);
}

.border-r-orange-100\/100{
  border-right-color: rgb(255 237 213 / 1);
}

.border-r-orange-100\/20{
  border-right-color: rgb(255 237 213 / 0.2);
}

.border-r-orange-100\/25{
  border-right-color: rgb(255 237 213 / 0.25);
}

.border-r-orange-100\/30{
  border-right-color: rgb(255 237 213 / 0.3);
}

.border-r-orange-100\/40{
  border-right-color: rgb(255 237 213 / 0.4);
}

.border-r-orange-100\/5{
  border-right-color: rgb(255 237 213 / 0.05);
}

.border-r-orange-100\/50{
  border-right-color: rgb(255 237 213 / 0.5);
}

.border-r-orange-100\/60{
  border-right-color: rgb(255 237 213 / 0.6);
}

.border-r-orange-100\/70{
  border-right-color: rgb(255 237 213 / 0.7);
}

.border-r-orange-100\/75{
  border-right-color: rgb(255 237 213 / 0.75);
}

.border-r-orange-100\/80{
  border-right-color: rgb(255 237 213 / 0.8);
}

.border-r-orange-100\/90{
  border-right-color: rgb(255 237 213 / 0.9);
}

.border-r-orange-100\/95{
  border-right-color: rgb(255 237 213 / 0.95);
}

.border-r-orange-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-r-orange-200\/0{
  border-right-color: rgb(254 215 170 / 0);
}

.border-r-orange-200\/10{
  border-right-color: rgb(254 215 170 / 0.1);
}

.border-r-orange-200\/100{
  border-right-color: rgb(254 215 170 / 1);
}

.border-r-orange-200\/20{
  border-right-color: rgb(254 215 170 / 0.2);
}

.border-r-orange-200\/25{
  border-right-color: rgb(254 215 170 / 0.25);
}

.border-r-orange-200\/30{
  border-right-color: rgb(254 215 170 / 0.3);
}

.border-r-orange-200\/40{
  border-right-color: rgb(254 215 170 / 0.4);
}

.border-r-orange-200\/5{
  border-right-color: rgb(254 215 170 / 0.05);
}

.border-r-orange-200\/50{
  border-right-color: rgb(254 215 170 / 0.5);
}

.border-r-orange-200\/60{
  border-right-color: rgb(254 215 170 / 0.6);
}

.border-r-orange-200\/70{
  border-right-color: rgb(254 215 170 / 0.7);
}

.border-r-orange-200\/75{
  border-right-color: rgb(254 215 170 / 0.75);
}

.border-r-orange-200\/80{
  border-right-color: rgb(254 215 170 / 0.8);
}

.border-r-orange-200\/90{
  border-right-color: rgb(254 215 170 / 0.9);
}

.border-r-orange-200\/95{
  border-right-color: rgb(254 215 170 / 0.95);
}

.border-r-orange-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-r-orange-300\/0{
  border-right-color: rgb(253 186 116 / 0);
}

.border-r-orange-300\/10{
  border-right-color: rgb(253 186 116 / 0.1);
}

.border-r-orange-300\/100{
  border-right-color: rgb(253 186 116 / 1);
}

.border-r-orange-300\/20{
  border-right-color: rgb(253 186 116 / 0.2);
}

.border-r-orange-300\/25{
  border-right-color: rgb(253 186 116 / 0.25);
}

.border-r-orange-300\/30{
  border-right-color: rgb(253 186 116 / 0.3);
}

.border-r-orange-300\/40{
  border-right-color: rgb(253 186 116 / 0.4);
}

.border-r-orange-300\/5{
  border-right-color: rgb(253 186 116 / 0.05);
}

.border-r-orange-300\/50{
  border-right-color: rgb(253 186 116 / 0.5);
}

.border-r-orange-300\/60{
  border-right-color: rgb(253 186 116 / 0.6);
}

.border-r-orange-300\/70{
  border-right-color: rgb(253 186 116 / 0.7);
}

.border-r-orange-300\/75{
  border-right-color: rgb(253 186 116 / 0.75);
}

.border-r-orange-300\/80{
  border-right-color: rgb(253 186 116 / 0.8);
}

.border-r-orange-300\/90{
  border-right-color: rgb(253 186 116 / 0.9);
}

.border-r-orange-300\/95{
  border-right-color: rgb(253 186 116 / 0.95);
}

.border-r-orange-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-r-orange-400\/0{
  border-right-color: rgb(251 146 60 / 0);
}

.border-r-orange-400\/10{
  border-right-color: rgb(251 146 60 / 0.1);
}

.border-r-orange-400\/100{
  border-right-color: rgb(251 146 60 / 1);
}

.border-r-orange-400\/20{
  border-right-color: rgb(251 146 60 / 0.2);
}

.border-r-orange-400\/25{
  border-right-color: rgb(251 146 60 / 0.25);
}

.border-r-orange-400\/30{
  border-right-color: rgb(251 146 60 / 0.3);
}

.border-r-orange-400\/40{
  border-right-color: rgb(251 146 60 / 0.4);
}

.border-r-orange-400\/5{
  border-right-color: rgb(251 146 60 / 0.05);
}

.border-r-orange-400\/50{
  border-right-color: rgb(251 146 60 / 0.5);
}

.border-r-orange-400\/60{
  border-right-color: rgb(251 146 60 / 0.6);
}

.border-r-orange-400\/70{
  border-right-color: rgb(251 146 60 / 0.7);
}

.border-r-orange-400\/75{
  border-right-color: rgb(251 146 60 / 0.75);
}

.border-r-orange-400\/80{
  border-right-color: rgb(251 146 60 / 0.8);
}

.border-r-orange-400\/90{
  border-right-color: rgb(251 146 60 / 0.9);
}

.border-r-orange-400\/95{
  border-right-color: rgb(251 146 60 / 0.95);
}

.border-r-orange-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-r-orange-50\/0{
  border-right-color: rgb(255 247 237 / 0);
}

.border-r-orange-50\/10{
  border-right-color: rgb(255 247 237 / 0.1);
}

.border-r-orange-50\/100{
  border-right-color: rgb(255 247 237 / 1);
}

.border-r-orange-50\/20{
  border-right-color: rgb(255 247 237 / 0.2);
}

.border-r-orange-50\/25{
  border-right-color: rgb(255 247 237 / 0.25);
}

.border-r-orange-50\/30{
  border-right-color: rgb(255 247 237 / 0.3);
}

.border-r-orange-50\/40{
  border-right-color: rgb(255 247 237 / 0.4);
}

.border-r-orange-50\/5{
  border-right-color: rgb(255 247 237 / 0.05);
}

.border-r-orange-50\/50{
  border-right-color: rgb(255 247 237 / 0.5);
}

.border-r-orange-50\/60{
  border-right-color: rgb(255 247 237 / 0.6);
}

.border-r-orange-50\/70{
  border-right-color: rgb(255 247 237 / 0.7);
}

.border-r-orange-50\/75{
  border-right-color: rgb(255 247 237 / 0.75);
}

.border-r-orange-50\/80{
  border-right-color: rgb(255 247 237 / 0.8);
}

.border-r-orange-50\/90{
  border-right-color: rgb(255 247 237 / 0.9);
}

.border-r-orange-50\/95{
  border-right-color: rgb(255 247 237 / 0.95);
}

.border-r-orange-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-r-orange-500\/0{
  border-right-color: rgb(249 115 22 / 0);
}

.border-r-orange-500\/10{
  border-right-color: rgb(249 115 22 / 0.1);
}

.border-r-orange-500\/100{
  border-right-color: rgb(249 115 22 / 1);
}

.border-r-orange-500\/20{
  border-right-color: rgb(249 115 22 / 0.2);
}

.border-r-orange-500\/25{
  border-right-color: rgb(249 115 22 / 0.25);
}

.border-r-orange-500\/30{
  border-right-color: rgb(249 115 22 / 0.3);
}

.border-r-orange-500\/40{
  border-right-color: rgb(249 115 22 / 0.4);
}

.border-r-orange-500\/5{
  border-right-color: rgb(249 115 22 / 0.05);
}

.border-r-orange-500\/50{
  border-right-color: rgb(249 115 22 / 0.5);
}

.border-r-orange-500\/60{
  border-right-color: rgb(249 115 22 / 0.6);
}

.border-r-orange-500\/70{
  border-right-color: rgb(249 115 22 / 0.7);
}

.border-r-orange-500\/75{
  border-right-color: rgb(249 115 22 / 0.75);
}

.border-r-orange-500\/80{
  border-right-color: rgb(249 115 22 / 0.8);
}

.border-r-orange-500\/90{
  border-right-color: rgb(249 115 22 / 0.9);
}

.border-r-orange-500\/95{
  border-right-color: rgb(249 115 22 / 0.95);
}

.border-r-orange-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-r-orange-600\/0{
  border-right-color: rgb(234 88 12 / 0);
}

.border-r-orange-600\/10{
  border-right-color: rgb(234 88 12 / 0.1);
}

.border-r-orange-600\/100{
  border-right-color: rgb(234 88 12 / 1);
}

.border-r-orange-600\/20{
  border-right-color: rgb(234 88 12 / 0.2);
}

.border-r-orange-600\/25{
  border-right-color: rgb(234 88 12 / 0.25);
}

.border-r-orange-600\/30{
  border-right-color: rgb(234 88 12 / 0.3);
}

.border-r-orange-600\/40{
  border-right-color: rgb(234 88 12 / 0.4);
}

.border-r-orange-600\/5{
  border-right-color: rgb(234 88 12 / 0.05);
}

.border-r-orange-600\/50{
  border-right-color: rgb(234 88 12 / 0.5);
}

.border-r-orange-600\/60{
  border-right-color: rgb(234 88 12 / 0.6);
}

.border-r-orange-600\/70{
  border-right-color: rgb(234 88 12 / 0.7);
}

.border-r-orange-600\/75{
  border-right-color: rgb(234 88 12 / 0.75);
}

.border-r-orange-600\/80{
  border-right-color: rgb(234 88 12 / 0.8);
}

.border-r-orange-600\/90{
  border-right-color: rgb(234 88 12 / 0.9);
}

.border-r-orange-600\/95{
  border-right-color: rgb(234 88 12 / 0.95);
}

.border-r-orange-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-r-orange-700\/0{
  border-right-color: rgb(194 65 12 / 0);
}

.border-r-orange-700\/10{
  border-right-color: rgb(194 65 12 / 0.1);
}

.border-r-orange-700\/100{
  border-right-color: rgb(194 65 12 / 1);
}

.border-r-orange-700\/20{
  border-right-color: rgb(194 65 12 / 0.2);
}

.border-r-orange-700\/25{
  border-right-color: rgb(194 65 12 / 0.25);
}

.border-r-orange-700\/30{
  border-right-color: rgb(194 65 12 / 0.3);
}

.border-r-orange-700\/40{
  border-right-color: rgb(194 65 12 / 0.4);
}

.border-r-orange-700\/5{
  border-right-color: rgb(194 65 12 / 0.05);
}

.border-r-orange-700\/50{
  border-right-color: rgb(194 65 12 / 0.5);
}

.border-r-orange-700\/60{
  border-right-color: rgb(194 65 12 / 0.6);
}

.border-r-orange-700\/70{
  border-right-color: rgb(194 65 12 / 0.7);
}

.border-r-orange-700\/75{
  border-right-color: rgb(194 65 12 / 0.75);
}

.border-r-orange-700\/80{
  border-right-color: rgb(194 65 12 / 0.8);
}

.border-r-orange-700\/90{
  border-right-color: rgb(194 65 12 / 0.9);
}

.border-r-orange-700\/95{
  border-right-color: rgb(194 65 12 / 0.95);
}

.border-r-orange-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-r-orange-800\/0{
  border-right-color: rgb(154 52 18 / 0);
}

.border-r-orange-800\/10{
  border-right-color: rgb(154 52 18 / 0.1);
}

.border-r-orange-800\/100{
  border-right-color: rgb(154 52 18 / 1);
}

.border-r-orange-800\/20{
  border-right-color: rgb(154 52 18 / 0.2);
}

.border-r-orange-800\/25{
  border-right-color: rgb(154 52 18 / 0.25);
}

.border-r-orange-800\/30{
  border-right-color: rgb(154 52 18 / 0.3);
}

.border-r-orange-800\/40{
  border-right-color: rgb(154 52 18 / 0.4);
}

.border-r-orange-800\/5{
  border-right-color: rgb(154 52 18 / 0.05);
}

.border-r-orange-800\/50{
  border-right-color: rgb(154 52 18 / 0.5);
}

.border-r-orange-800\/60{
  border-right-color: rgb(154 52 18 / 0.6);
}

.border-r-orange-800\/70{
  border-right-color: rgb(154 52 18 / 0.7);
}

.border-r-orange-800\/75{
  border-right-color: rgb(154 52 18 / 0.75);
}

.border-r-orange-800\/80{
  border-right-color: rgb(154 52 18 / 0.8);
}

.border-r-orange-800\/90{
  border-right-color: rgb(154 52 18 / 0.9);
}

.border-r-orange-800\/95{
  border-right-color: rgb(154 52 18 / 0.95);
}

.border-r-orange-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-r-orange-900\/0{
  border-right-color: rgb(124 45 18 / 0);
}

.border-r-orange-900\/10{
  border-right-color: rgb(124 45 18 / 0.1);
}

.border-r-orange-900\/100{
  border-right-color: rgb(124 45 18 / 1);
}

.border-r-orange-900\/20{
  border-right-color: rgb(124 45 18 / 0.2);
}

.border-r-orange-900\/25{
  border-right-color: rgb(124 45 18 / 0.25);
}

.border-r-orange-900\/30{
  border-right-color: rgb(124 45 18 / 0.3);
}

.border-r-orange-900\/40{
  border-right-color: rgb(124 45 18 / 0.4);
}

.border-r-orange-900\/5{
  border-right-color: rgb(124 45 18 / 0.05);
}

.border-r-orange-900\/50{
  border-right-color: rgb(124 45 18 / 0.5);
}

.border-r-orange-900\/60{
  border-right-color: rgb(124 45 18 / 0.6);
}

.border-r-orange-900\/70{
  border-right-color: rgb(124 45 18 / 0.7);
}

.border-r-orange-900\/75{
  border-right-color: rgb(124 45 18 / 0.75);
}

.border-r-orange-900\/80{
  border-right-color: rgb(124 45 18 / 0.8);
}

.border-r-orange-900\/90{
  border-right-color: rgb(124 45 18 / 0.9);
}

.border-r-orange-900\/95{
  border-right-color: rgb(124 45 18 / 0.95);
}

.border-r-orange-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-r-orange-950\/0{
  border-right-color: rgb(67 20 7 / 0);
}

.border-r-orange-950\/10{
  border-right-color: rgb(67 20 7 / 0.1);
}

.border-r-orange-950\/100{
  border-right-color: rgb(67 20 7 / 1);
}

.border-r-orange-950\/20{
  border-right-color: rgb(67 20 7 / 0.2);
}

.border-r-orange-950\/25{
  border-right-color: rgb(67 20 7 / 0.25);
}

.border-r-orange-950\/30{
  border-right-color: rgb(67 20 7 / 0.3);
}

.border-r-orange-950\/40{
  border-right-color: rgb(67 20 7 / 0.4);
}

.border-r-orange-950\/5{
  border-right-color: rgb(67 20 7 / 0.05);
}

.border-r-orange-950\/50{
  border-right-color: rgb(67 20 7 / 0.5);
}

.border-r-orange-950\/60{
  border-right-color: rgb(67 20 7 / 0.6);
}

.border-r-orange-950\/70{
  border-right-color: rgb(67 20 7 / 0.7);
}

.border-r-orange-950\/75{
  border-right-color: rgb(67 20 7 / 0.75);
}

.border-r-orange-950\/80{
  border-right-color: rgb(67 20 7 / 0.8);
}

.border-r-orange-950\/90{
  border-right-color: rgb(67 20 7 / 0.9);
}

.border-r-orange-950\/95{
  border-right-color: rgb(67 20 7 / 0.95);
}

.border-r-pink-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-r-pink-100\/0{
  border-right-color: rgb(252 231 243 / 0);
}

.border-r-pink-100\/10{
  border-right-color: rgb(252 231 243 / 0.1);
}

.border-r-pink-100\/100{
  border-right-color: rgb(252 231 243 / 1);
}

.border-r-pink-100\/20{
  border-right-color: rgb(252 231 243 / 0.2);
}

.border-r-pink-100\/25{
  border-right-color: rgb(252 231 243 / 0.25);
}

.border-r-pink-100\/30{
  border-right-color: rgb(252 231 243 / 0.3);
}

.border-r-pink-100\/40{
  border-right-color: rgb(252 231 243 / 0.4);
}

.border-r-pink-100\/5{
  border-right-color: rgb(252 231 243 / 0.05);
}

.border-r-pink-100\/50{
  border-right-color: rgb(252 231 243 / 0.5);
}

.border-r-pink-100\/60{
  border-right-color: rgb(252 231 243 / 0.6);
}

.border-r-pink-100\/70{
  border-right-color: rgb(252 231 243 / 0.7);
}

.border-r-pink-100\/75{
  border-right-color: rgb(252 231 243 / 0.75);
}

.border-r-pink-100\/80{
  border-right-color: rgb(252 231 243 / 0.8);
}

.border-r-pink-100\/90{
  border-right-color: rgb(252 231 243 / 0.9);
}

.border-r-pink-100\/95{
  border-right-color: rgb(252 231 243 / 0.95);
}

.border-r-pink-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-r-pink-200\/0{
  border-right-color: rgb(251 207 232 / 0);
}

.border-r-pink-200\/10{
  border-right-color: rgb(251 207 232 / 0.1);
}

.border-r-pink-200\/100{
  border-right-color: rgb(251 207 232 / 1);
}

.border-r-pink-200\/20{
  border-right-color: rgb(251 207 232 / 0.2);
}

.border-r-pink-200\/25{
  border-right-color: rgb(251 207 232 / 0.25);
}

.border-r-pink-200\/30{
  border-right-color: rgb(251 207 232 / 0.3);
}

.border-r-pink-200\/40{
  border-right-color: rgb(251 207 232 / 0.4);
}

.border-r-pink-200\/5{
  border-right-color: rgb(251 207 232 / 0.05);
}

.border-r-pink-200\/50{
  border-right-color: rgb(251 207 232 / 0.5);
}

.border-r-pink-200\/60{
  border-right-color: rgb(251 207 232 / 0.6);
}

.border-r-pink-200\/70{
  border-right-color: rgb(251 207 232 / 0.7);
}

.border-r-pink-200\/75{
  border-right-color: rgb(251 207 232 / 0.75);
}

.border-r-pink-200\/80{
  border-right-color: rgb(251 207 232 / 0.8);
}

.border-r-pink-200\/90{
  border-right-color: rgb(251 207 232 / 0.9);
}

.border-r-pink-200\/95{
  border-right-color: rgb(251 207 232 / 0.95);
}

.border-r-pink-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-r-pink-300\/0{
  border-right-color: rgb(249 168 212 / 0);
}

.border-r-pink-300\/10{
  border-right-color: rgb(249 168 212 / 0.1);
}

.border-r-pink-300\/100{
  border-right-color: rgb(249 168 212 / 1);
}

.border-r-pink-300\/20{
  border-right-color: rgb(249 168 212 / 0.2);
}

.border-r-pink-300\/25{
  border-right-color: rgb(249 168 212 / 0.25);
}

.border-r-pink-300\/30{
  border-right-color: rgb(249 168 212 / 0.3);
}

.border-r-pink-300\/40{
  border-right-color: rgb(249 168 212 / 0.4);
}

.border-r-pink-300\/5{
  border-right-color: rgb(249 168 212 / 0.05);
}

.border-r-pink-300\/50{
  border-right-color: rgb(249 168 212 / 0.5);
}

.border-r-pink-300\/60{
  border-right-color: rgb(249 168 212 / 0.6);
}

.border-r-pink-300\/70{
  border-right-color: rgb(249 168 212 / 0.7);
}

.border-r-pink-300\/75{
  border-right-color: rgb(249 168 212 / 0.75);
}

.border-r-pink-300\/80{
  border-right-color: rgb(249 168 212 / 0.8);
}

.border-r-pink-300\/90{
  border-right-color: rgb(249 168 212 / 0.9);
}

.border-r-pink-300\/95{
  border-right-color: rgb(249 168 212 / 0.95);
}

.border-r-pink-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-r-pink-400\/0{
  border-right-color: rgb(244 114 182 / 0);
}

.border-r-pink-400\/10{
  border-right-color: rgb(244 114 182 / 0.1);
}

.border-r-pink-400\/100{
  border-right-color: rgb(244 114 182 / 1);
}

.border-r-pink-400\/20{
  border-right-color: rgb(244 114 182 / 0.2);
}

.border-r-pink-400\/25{
  border-right-color: rgb(244 114 182 / 0.25);
}

.border-r-pink-400\/30{
  border-right-color: rgb(244 114 182 / 0.3);
}

.border-r-pink-400\/40{
  border-right-color: rgb(244 114 182 / 0.4);
}

.border-r-pink-400\/5{
  border-right-color: rgb(244 114 182 / 0.05);
}

.border-r-pink-400\/50{
  border-right-color: rgb(244 114 182 / 0.5);
}

.border-r-pink-400\/60{
  border-right-color: rgb(244 114 182 / 0.6);
}

.border-r-pink-400\/70{
  border-right-color: rgb(244 114 182 / 0.7);
}

.border-r-pink-400\/75{
  border-right-color: rgb(244 114 182 / 0.75);
}

.border-r-pink-400\/80{
  border-right-color: rgb(244 114 182 / 0.8);
}

.border-r-pink-400\/90{
  border-right-color: rgb(244 114 182 / 0.9);
}

.border-r-pink-400\/95{
  border-right-color: rgb(244 114 182 / 0.95);
}

.border-r-pink-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-r-pink-50\/0{
  border-right-color: rgb(253 242 248 / 0);
}

.border-r-pink-50\/10{
  border-right-color: rgb(253 242 248 / 0.1);
}

.border-r-pink-50\/100{
  border-right-color: rgb(253 242 248 / 1);
}

.border-r-pink-50\/20{
  border-right-color: rgb(253 242 248 / 0.2);
}

.border-r-pink-50\/25{
  border-right-color: rgb(253 242 248 / 0.25);
}

.border-r-pink-50\/30{
  border-right-color: rgb(253 242 248 / 0.3);
}

.border-r-pink-50\/40{
  border-right-color: rgb(253 242 248 / 0.4);
}

.border-r-pink-50\/5{
  border-right-color: rgb(253 242 248 / 0.05);
}

.border-r-pink-50\/50{
  border-right-color: rgb(253 242 248 / 0.5);
}

.border-r-pink-50\/60{
  border-right-color: rgb(253 242 248 / 0.6);
}

.border-r-pink-50\/70{
  border-right-color: rgb(253 242 248 / 0.7);
}

.border-r-pink-50\/75{
  border-right-color: rgb(253 242 248 / 0.75);
}

.border-r-pink-50\/80{
  border-right-color: rgb(253 242 248 / 0.8);
}

.border-r-pink-50\/90{
  border-right-color: rgb(253 242 248 / 0.9);
}

.border-r-pink-50\/95{
  border-right-color: rgb(253 242 248 / 0.95);
}

.border-r-pink-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-r-pink-500\/0{
  border-right-color: rgb(236 72 153 / 0);
}

.border-r-pink-500\/10{
  border-right-color: rgb(236 72 153 / 0.1);
}

.border-r-pink-500\/100{
  border-right-color: rgb(236 72 153 / 1);
}

.border-r-pink-500\/20{
  border-right-color: rgb(236 72 153 / 0.2);
}

.border-r-pink-500\/25{
  border-right-color: rgb(236 72 153 / 0.25);
}

.border-r-pink-500\/30{
  border-right-color: rgb(236 72 153 / 0.3);
}

.border-r-pink-500\/40{
  border-right-color: rgb(236 72 153 / 0.4);
}

.border-r-pink-500\/5{
  border-right-color: rgb(236 72 153 / 0.05);
}

.border-r-pink-500\/50{
  border-right-color: rgb(236 72 153 / 0.5);
}

.border-r-pink-500\/60{
  border-right-color: rgb(236 72 153 / 0.6);
}

.border-r-pink-500\/70{
  border-right-color: rgb(236 72 153 / 0.7);
}

.border-r-pink-500\/75{
  border-right-color: rgb(236 72 153 / 0.75);
}

.border-r-pink-500\/80{
  border-right-color: rgb(236 72 153 / 0.8);
}

.border-r-pink-500\/90{
  border-right-color: rgb(236 72 153 / 0.9);
}

.border-r-pink-500\/95{
  border-right-color: rgb(236 72 153 / 0.95);
}

.border-r-pink-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-r-pink-600\/0{
  border-right-color: rgb(219 39 119 / 0);
}

.border-r-pink-600\/10{
  border-right-color: rgb(219 39 119 / 0.1);
}

.border-r-pink-600\/100{
  border-right-color: rgb(219 39 119 / 1);
}

.border-r-pink-600\/20{
  border-right-color: rgb(219 39 119 / 0.2);
}

.border-r-pink-600\/25{
  border-right-color: rgb(219 39 119 / 0.25);
}

.border-r-pink-600\/30{
  border-right-color: rgb(219 39 119 / 0.3);
}

.border-r-pink-600\/40{
  border-right-color: rgb(219 39 119 / 0.4);
}

.border-r-pink-600\/5{
  border-right-color: rgb(219 39 119 / 0.05);
}

.border-r-pink-600\/50{
  border-right-color: rgb(219 39 119 / 0.5);
}

.border-r-pink-600\/60{
  border-right-color: rgb(219 39 119 / 0.6);
}

.border-r-pink-600\/70{
  border-right-color: rgb(219 39 119 / 0.7);
}

.border-r-pink-600\/75{
  border-right-color: rgb(219 39 119 / 0.75);
}

.border-r-pink-600\/80{
  border-right-color: rgb(219 39 119 / 0.8);
}

.border-r-pink-600\/90{
  border-right-color: rgb(219 39 119 / 0.9);
}

.border-r-pink-600\/95{
  border-right-color: rgb(219 39 119 / 0.95);
}

.border-r-pink-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-r-pink-700\/0{
  border-right-color: rgb(190 24 93 / 0);
}

.border-r-pink-700\/10{
  border-right-color: rgb(190 24 93 / 0.1);
}

.border-r-pink-700\/100{
  border-right-color: rgb(190 24 93 / 1);
}

.border-r-pink-700\/20{
  border-right-color: rgb(190 24 93 / 0.2);
}

.border-r-pink-700\/25{
  border-right-color: rgb(190 24 93 / 0.25);
}

.border-r-pink-700\/30{
  border-right-color: rgb(190 24 93 / 0.3);
}

.border-r-pink-700\/40{
  border-right-color: rgb(190 24 93 / 0.4);
}

.border-r-pink-700\/5{
  border-right-color: rgb(190 24 93 / 0.05);
}

.border-r-pink-700\/50{
  border-right-color: rgb(190 24 93 / 0.5);
}

.border-r-pink-700\/60{
  border-right-color: rgb(190 24 93 / 0.6);
}

.border-r-pink-700\/70{
  border-right-color: rgb(190 24 93 / 0.7);
}

.border-r-pink-700\/75{
  border-right-color: rgb(190 24 93 / 0.75);
}

.border-r-pink-700\/80{
  border-right-color: rgb(190 24 93 / 0.8);
}

.border-r-pink-700\/90{
  border-right-color: rgb(190 24 93 / 0.9);
}

.border-r-pink-700\/95{
  border-right-color: rgb(190 24 93 / 0.95);
}

.border-r-pink-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-r-pink-800\/0{
  border-right-color: rgb(157 23 77 / 0);
}

.border-r-pink-800\/10{
  border-right-color: rgb(157 23 77 / 0.1);
}

.border-r-pink-800\/100{
  border-right-color: rgb(157 23 77 / 1);
}

.border-r-pink-800\/20{
  border-right-color: rgb(157 23 77 / 0.2);
}

.border-r-pink-800\/25{
  border-right-color: rgb(157 23 77 / 0.25);
}

.border-r-pink-800\/30{
  border-right-color: rgb(157 23 77 / 0.3);
}

.border-r-pink-800\/40{
  border-right-color: rgb(157 23 77 / 0.4);
}

.border-r-pink-800\/5{
  border-right-color: rgb(157 23 77 / 0.05);
}

.border-r-pink-800\/50{
  border-right-color: rgb(157 23 77 / 0.5);
}

.border-r-pink-800\/60{
  border-right-color: rgb(157 23 77 / 0.6);
}

.border-r-pink-800\/70{
  border-right-color: rgb(157 23 77 / 0.7);
}

.border-r-pink-800\/75{
  border-right-color: rgb(157 23 77 / 0.75);
}

.border-r-pink-800\/80{
  border-right-color: rgb(157 23 77 / 0.8);
}

.border-r-pink-800\/90{
  border-right-color: rgb(157 23 77 / 0.9);
}

.border-r-pink-800\/95{
  border-right-color: rgb(157 23 77 / 0.95);
}

.border-r-pink-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-r-pink-900\/0{
  border-right-color: rgb(131 24 67 / 0);
}

.border-r-pink-900\/10{
  border-right-color: rgb(131 24 67 / 0.1);
}

.border-r-pink-900\/100{
  border-right-color: rgb(131 24 67 / 1);
}

.border-r-pink-900\/20{
  border-right-color: rgb(131 24 67 / 0.2);
}

.border-r-pink-900\/25{
  border-right-color: rgb(131 24 67 / 0.25);
}

.border-r-pink-900\/30{
  border-right-color: rgb(131 24 67 / 0.3);
}

.border-r-pink-900\/40{
  border-right-color: rgb(131 24 67 / 0.4);
}

.border-r-pink-900\/5{
  border-right-color: rgb(131 24 67 / 0.05);
}

.border-r-pink-900\/50{
  border-right-color: rgb(131 24 67 / 0.5);
}

.border-r-pink-900\/60{
  border-right-color: rgb(131 24 67 / 0.6);
}

.border-r-pink-900\/70{
  border-right-color: rgb(131 24 67 / 0.7);
}

.border-r-pink-900\/75{
  border-right-color: rgb(131 24 67 / 0.75);
}

.border-r-pink-900\/80{
  border-right-color: rgb(131 24 67 / 0.8);
}

.border-r-pink-900\/90{
  border-right-color: rgb(131 24 67 / 0.9);
}

.border-r-pink-900\/95{
  border-right-color: rgb(131 24 67 / 0.95);
}

.border-r-pink-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-r-pink-950\/0{
  border-right-color: rgb(80 7 36 / 0);
}

.border-r-pink-950\/10{
  border-right-color: rgb(80 7 36 / 0.1);
}

.border-r-pink-950\/100{
  border-right-color: rgb(80 7 36 / 1);
}

.border-r-pink-950\/20{
  border-right-color: rgb(80 7 36 / 0.2);
}

.border-r-pink-950\/25{
  border-right-color: rgb(80 7 36 / 0.25);
}

.border-r-pink-950\/30{
  border-right-color: rgb(80 7 36 / 0.3);
}

.border-r-pink-950\/40{
  border-right-color: rgb(80 7 36 / 0.4);
}

.border-r-pink-950\/5{
  border-right-color: rgb(80 7 36 / 0.05);
}

.border-r-pink-950\/50{
  border-right-color: rgb(80 7 36 / 0.5);
}

.border-r-pink-950\/60{
  border-right-color: rgb(80 7 36 / 0.6);
}

.border-r-pink-950\/70{
  border-right-color: rgb(80 7 36 / 0.7);
}

.border-r-pink-950\/75{
  border-right-color: rgb(80 7 36 / 0.75);
}

.border-r-pink-950\/80{
  border-right-color: rgb(80 7 36 / 0.8);
}

.border-r-pink-950\/90{
  border-right-color: rgb(80 7 36 / 0.9);
}

.border-r-pink-950\/95{
  border-right-color: rgb(80 7 36 / 0.95);
}

.border-r-purple-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.border-r-purple-100\/0{
  border-right-color: rgb(243 232 255 / 0);
}

.border-r-purple-100\/10{
  border-right-color: rgb(243 232 255 / 0.1);
}

.border-r-purple-100\/100{
  border-right-color: rgb(243 232 255 / 1);
}

.border-r-purple-100\/20{
  border-right-color: rgb(243 232 255 / 0.2);
}

.border-r-purple-100\/25{
  border-right-color: rgb(243 232 255 / 0.25);
}

.border-r-purple-100\/30{
  border-right-color: rgb(243 232 255 / 0.3);
}

.border-r-purple-100\/40{
  border-right-color: rgb(243 232 255 / 0.4);
}

.border-r-purple-100\/5{
  border-right-color: rgb(243 232 255 / 0.05);
}

.border-r-purple-100\/50{
  border-right-color: rgb(243 232 255 / 0.5);
}

.border-r-purple-100\/60{
  border-right-color: rgb(243 232 255 / 0.6);
}

.border-r-purple-100\/70{
  border-right-color: rgb(243 232 255 / 0.7);
}

.border-r-purple-100\/75{
  border-right-color: rgb(243 232 255 / 0.75);
}

.border-r-purple-100\/80{
  border-right-color: rgb(243 232 255 / 0.8);
}

.border-r-purple-100\/90{
  border-right-color: rgb(243 232 255 / 0.9);
}

.border-r-purple-100\/95{
  border-right-color: rgb(243 232 255 / 0.95);
}

.border-r-purple-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-r-purple-200\/0{
  border-right-color: rgb(233 213 255 / 0);
}

.border-r-purple-200\/10{
  border-right-color: rgb(233 213 255 / 0.1);
}

.border-r-purple-200\/100{
  border-right-color: rgb(233 213 255 / 1);
}

.border-r-purple-200\/20{
  border-right-color: rgb(233 213 255 / 0.2);
}

.border-r-purple-200\/25{
  border-right-color: rgb(233 213 255 / 0.25);
}

.border-r-purple-200\/30{
  border-right-color: rgb(233 213 255 / 0.3);
}

.border-r-purple-200\/40{
  border-right-color: rgb(233 213 255 / 0.4);
}

.border-r-purple-200\/5{
  border-right-color: rgb(233 213 255 / 0.05);
}

.border-r-purple-200\/50{
  border-right-color: rgb(233 213 255 / 0.5);
}

.border-r-purple-200\/60{
  border-right-color: rgb(233 213 255 / 0.6);
}

.border-r-purple-200\/70{
  border-right-color: rgb(233 213 255 / 0.7);
}

.border-r-purple-200\/75{
  border-right-color: rgb(233 213 255 / 0.75);
}

.border-r-purple-200\/80{
  border-right-color: rgb(233 213 255 / 0.8);
}

.border-r-purple-200\/90{
  border-right-color: rgb(233 213 255 / 0.9);
}

.border-r-purple-200\/95{
  border-right-color: rgb(233 213 255 / 0.95);
}

.border-r-purple-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-r-purple-300\/0{
  border-right-color: rgb(216 180 254 / 0);
}

.border-r-purple-300\/10{
  border-right-color: rgb(216 180 254 / 0.1);
}

.border-r-purple-300\/100{
  border-right-color: rgb(216 180 254 / 1);
}

.border-r-purple-300\/20{
  border-right-color: rgb(216 180 254 / 0.2);
}

.border-r-purple-300\/25{
  border-right-color: rgb(216 180 254 / 0.25);
}

.border-r-purple-300\/30{
  border-right-color: rgb(216 180 254 / 0.3);
}

.border-r-purple-300\/40{
  border-right-color: rgb(216 180 254 / 0.4);
}

.border-r-purple-300\/5{
  border-right-color: rgb(216 180 254 / 0.05);
}

.border-r-purple-300\/50{
  border-right-color: rgb(216 180 254 / 0.5);
}

.border-r-purple-300\/60{
  border-right-color: rgb(216 180 254 / 0.6);
}

.border-r-purple-300\/70{
  border-right-color: rgb(216 180 254 / 0.7);
}

.border-r-purple-300\/75{
  border-right-color: rgb(216 180 254 / 0.75);
}

.border-r-purple-300\/80{
  border-right-color: rgb(216 180 254 / 0.8);
}

.border-r-purple-300\/90{
  border-right-color: rgb(216 180 254 / 0.9);
}

.border-r-purple-300\/95{
  border-right-color: rgb(216 180 254 / 0.95);
}

.border-r-purple-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-r-purple-400\/0{
  border-right-color: rgb(192 132 252 / 0);
}

.border-r-purple-400\/10{
  border-right-color: rgb(192 132 252 / 0.1);
}

.border-r-purple-400\/100{
  border-right-color: rgb(192 132 252 / 1);
}

.border-r-purple-400\/20{
  border-right-color: rgb(192 132 252 / 0.2);
}

.border-r-purple-400\/25{
  border-right-color: rgb(192 132 252 / 0.25);
}

.border-r-purple-400\/30{
  border-right-color: rgb(192 132 252 / 0.3);
}

.border-r-purple-400\/40{
  border-right-color: rgb(192 132 252 / 0.4);
}

.border-r-purple-400\/5{
  border-right-color: rgb(192 132 252 / 0.05);
}

.border-r-purple-400\/50{
  border-right-color: rgb(192 132 252 / 0.5);
}

.border-r-purple-400\/60{
  border-right-color: rgb(192 132 252 / 0.6);
}

.border-r-purple-400\/70{
  border-right-color: rgb(192 132 252 / 0.7);
}

.border-r-purple-400\/75{
  border-right-color: rgb(192 132 252 / 0.75);
}

.border-r-purple-400\/80{
  border-right-color: rgb(192 132 252 / 0.8);
}

.border-r-purple-400\/90{
  border-right-color: rgb(192 132 252 / 0.9);
}

.border-r-purple-400\/95{
  border-right-color: rgb(192 132 252 / 0.95);
}

.border-r-purple-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-r-purple-50\/0{
  border-right-color: rgb(250 245 255 / 0);
}

.border-r-purple-50\/10{
  border-right-color: rgb(250 245 255 / 0.1);
}

.border-r-purple-50\/100{
  border-right-color: rgb(250 245 255 / 1);
}

.border-r-purple-50\/20{
  border-right-color: rgb(250 245 255 / 0.2);
}

.border-r-purple-50\/25{
  border-right-color: rgb(250 245 255 / 0.25);
}

.border-r-purple-50\/30{
  border-right-color: rgb(250 245 255 / 0.3);
}

.border-r-purple-50\/40{
  border-right-color: rgb(250 245 255 / 0.4);
}

.border-r-purple-50\/5{
  border-right-color: rgb(250 245 255 / 0.05);
}

.border-r-purple-50\/50{
  border-right-color: rgb(250 245 255 / 0.5);
}

.border-r-purple-50\/60{
  border-right-color: rgb(250 245 255 / 0.6);
}

.border-r-purple-50\/70{
  border-right-color: rgb(250 245 255 / 0.7);
}

.border-r-purple-50\/75{
  border-right-color: rgb(250 245 255 / 0.75);
}

.border-r-purple-50\/80{
  border-right-color: rgb(250 245 255 / 0.8);
}

.border-r-purple-50\/90{
  border-right-color: rgb(250 245 255 / 0.9);
}

.border-r-purple-50\/95{
  border-right-color: rgb(250 245 255 / 0.95);
}

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

.border-r-purple-500\/0{
  border-right-color: rgb(168 85 247 / 0);
}

.border-r-purple-500\/10{
  border-right-color: rgb(168 85 247 / 0.1);
}

.border-r-purple-500\/100{
  border-right-color: rgb(168 85 247 / 1);
}

.border-r-purple-500\/20{
  border-right-color: rgb(168 85 247 / 0.2);
}

.border-r-purple-500\/25{
  border-right-color: rgb(168 85 247 / 0.25);
}

.border-r-purple-500\/30{
  border-right-color: rgb(168 85 247 / 0.3);
}

.border-r-purple-500\/40{
  border-right-color: rgb(168 85 247 / 0.4);
}

.border-r-purple-500\/5{
  border-right-color: rgb(168 85 247 / 0.05);
}

.border-r-purple-500\/50{
  border-right-color: rgb(168 85 247 / 0.5);
}

.border-r-purple-500\/60{
  border-right-color: rgb(168 85 247 / 0.6);
}

.border-r-purple-500\/70{
  border-right-color: rgb(168 85 247 / 0.7);
}

.border-r-purple-500\/75{
  border-right-color: rgb(168 85 247 / 0.75);
}

.border-r-purple-500\/80{
  border-right-color: rgb(168 85 247 / 0.8);
}

.border-r-purple-500\/90{
  border-right-color: rgb(168 85 247 / 0.9);
}

.border-r-purple-500\/95{
  border-right-color: rgb(168 85 247 / 0.95);
}

.border-r-purple-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-r-purple-600\/0{
  border-right-color: rgb(147 51 234 / 0);
}

.border-r-purple-600\/10{
  border-right-color: rgb(147 51 234 / 0.1);
}

.border-r-purple-600\/100{
  border-right-color: rgb(147 51 234 / 1);
}

.border-r-purple-600\/20{
  border-right-color: rgb(147 51 234 / 0.2);
}

.border-r-purple-600\/25{
  border-right-color: rgb(147 51 234 / 0.25);
}

.border-r-purple-600\/30{
  border-right-color: rgb(147 51 234 / 0.3);
}

.border-r-purple-600\/40{
  border-right-color: rgb(147 51 234 / 0.4);
}

.border-r-purple-600\/5{
  border-right-color: rgb(147 51 234 / 0.05);
}

.border-r-purple-600\/50{
  border-right-color: rgb(147 51 234 / 0.5);
}

.border-r-purple-600\/60{
  border-right-color: rgb(147 51 234 / 0.6);
}

.border-r-purple-600\/70{
  border-right-color: rgb(147 51 234 / 0.7);
}

.border-r-purple-600\/75{
  border-right-color: rgb(147 51 234 / 0.75);
}

.border-r-purple-600\/80{
  border-right-color: rgb(147 51 234 / 0.8);
}

.border-r-purple-600\/90{
  border-right-color: rgb(147 51 234 / 0.9);
}

.border-r-purple-600\/95{
  border-right-color: rgb(147 51 234 / 0.95);
}

.border-r-purple-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-r-purple-700\/0{
  border-right-color: rgb(126 34 206 / 0);
}

.border-r-purple-700\/10{
  border-right-color: rgb(126 34 206 / 0.1);
}

.border-r-purple-700\/100{
  border-right-color: rgb(126 34 206 / 1);
}

.border-r-purple-700\/20{
  border-right-color: rgb(126 34 206 / 0.2);
}

.border-r-purple-700\/25{
  border-right-color: rgb(126 34 206 / 0.25);
}

.border-r-purple-700\/30{
  border-right-color: rgb(126 34 206 / 0.3);
}

.border-r-purple-700\/40{
  border-right-color: rgb(126 34 206 / 0.4);
}

.border-r-purple-700\/5{
  border-right-color: rgb(126 34 206 / 0.05);
}

.border-r-purple-700\/50{
  border-right-color: rgb(126 34 206 / 0.5);
}

.border-r-purple-700\/60{
  border-right-color: rgb(126 34 206 / 0.6);
}

.border-r-purple-700\/70{
  border-right-color: rgb(126 34 206 / 0.7);
}

.border-r-purple-700\/75{
  border-right-color: rgb(126 34 206 / 0.75);
}

.border-r-purple-700\/80{
  border-right-color: rgb(126 34 206 / 0.8);
}

.border-r-purple-700\/90{
  border-right-color: rgb(126 34 206 / 0.9);
}

.border-r-purple-700\/95{
  border-right-color: rgb(126 34 206 / 0.95);
}

.border-r-purple-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-r-purple-800\/0{
  border-right-color: rgb(107 33 168 / 0);
}

.border-r-purple-800\/10{
  border-right-color: rgb(107 33 168 / 0.1);
}

.border-r-purple-800\/100{
  border-right-color: rgb(107 33 168 / 1);
}

.border-r-purple-800\/20{
  border-right-color: rgb(107 33 168 / 0.2);
}

.border-r-purple-800\/25{
  border-right-color: rgb(107 33 168 / 0.25);
}

.border-r-purple-800\/30{
  border-right-color: rgb(107 33 168 / 0.3);
}

.border-r-purple-800\/40{
  border-right-color: rgb(107 33 168 / 0.4);
}

.border-r-purple-800\/5{
  border-right-color: rgb(107 33 168 / 0.05);
}

.border-r-purple-800\/50{
  border-right-color: rgb(107 33 168 / 0.5);
}

.border-r-purple-800\/60{
  border-right-color: rgb(107 33 168 / 0.6);
}

.border-r-purple-800\/70{
  border-right-color: rgb(107 33 168 / 0.7);
}

.border-r-purple-800\/75{
  border-right-color: rgb(107 33 168 / 0.75);
}

.border-r-purple-800\/80{
  border-right-color: rgb(107 33 168 / 0.8);
}

.border-r-purple-800\/90{
  border-right-color: rgb(107 33 168 / 0.9);
}

.border-r-purple-800\/95{
  border-right-color: rgb(107 33 168 / 0.95);
}

.border-r-purple-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-r-purple-900\/0{
  border-right-color: rgb(88 28 135 / 0);
}

.border-r-purple-900\/10{
  border-right-color: rgb(88 28 135 / 0.1);
}

.border-r-purple-900\/100{
  border-right-color: rgb(88 28 135 / 1);
}

.border-r-purple-900\/20{
  border-right-color: rgb(88 28 135 / 0.2);
}

.border-r-purple-900\/25{
  border-right-color: rgb(88 28 135 / 0.25);
}

.border-r-purple-900\/30{
  border-right-color: rgb(88 28 135 / 0.3);
}

.border-r-purple-900\/40{
  border-right-color: rgb(88 28 135 / 0.4);
}

.border-r-purple-900\/5{
  border-right-color: rgb(88 28 135 / 0.05);
}

.border-r-purple-900\/50{
  border-right-color: rgb(88 28 135 / 0.5);
}

.border-r-purple-900\/60{
  border-right-color: rgb(88 28 135 / 0.6);
}

.border-r-purple-900\/70{
  border-right-color: rgb(88 28 135 / 0.7);
}

.border-r-purple-900\/75{
  border-right-color: rgb(88 28 135 / 0.75);
}

.border-r-purple-900\/80{
  border-right-color: rgb(88 28 135 / 0.8);
}

.border-r-purple-900\/90{
  border-right-color: rgb(88 28 135 / 0.9);
}

.border-r-purple-900\/95{
  border-right-color: rgb(88 28 135 / 0.95);
}

.border-r-purple-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-r-purple-950\/0{
  border-right-color: rgb(59 7 100 / 0);
}

.border-r-purple-950\/10{
  border-right-color: rgb(59 7 100 / 0.1);
}

.border-r-purple-950\/100{
  border-right-color: rgb(59 7 100 / 1);
}

.border-r-purple-950\/20{
  border-right-color: rgb(59 7 100 / 0.2);
}

.border-r-purple-950\/25{
  border-right-color: rgb(59 7 100 / 0.25);
}

.border-r-purple-950\/30{
  border-right-color: rgb(59 7 100 / 0.3);
}

.border-r-purple-950\/40{
  border-right-color: rgb(59 7 100 / 0.4);
}

.border-r-purple-950\/5{
  border-right-color: rgb(59 7 100 / 0.05);
}

.border-r-purple-950\/50{
  border-right-color: rgb(59 7 100 / 0.5);
}

.border-r-purple-950\/60{
  border-right-color: rgb(59 7 100 / 0.6);
}

.border-r-purple-950\/70{
  border-right-color: rgb(59 7 100 / 0.7);
}

.border-r-purple-950\/75{
  border-right-color: rgb(59 7 100 / 0.75);
}

.border-r-purple-950\/80{
  border-right-color: rgb(59 7 100 / 0.8);
}

.border-r-purple-950\/90{
  border-right-color: rgb(59 7 100 / 0.9);
}

.border-r-purple-950\/95{
  border-right-color: rgb(59 7 100 / 0.95);
}

.border-r-red-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.border-r-red-100\/0{
  border-right-color: rgb(254 226 226 / 0);
}

.border-r-red-100\/10{
  border-right-color: rgb(254 226 226 / 0.1);
}

.border-r-red-100\/100{
  border-right-color: rgb(254 226 226 / 1);
}

.border-r-red-100\/20{
  border-right-color: rgb(254 226 226 / 0.2);
}

.border-r-red-100\/25{
  border-right-color: rgb(254 226 226 / 0.25);
}

.border-r-red-100\/30{
  border-right-color: rgb(254 226 226 / 0.3);
}

.border-r-red-100\/40{
  border-right-color: rgb(254 226 226 / 0.4);
}

.border-r-red-100\/5{
  border-right-color: rgb(254 226 226 / 0.05);
}

.border-r-red-100\/50{
  border-right-color: rgb(254 226 226 / 0.5);
}

.border-r-red-100\/60{
  border-right-color: rgb(254 226 226 / 0.6);
}

.border-r-red-100\/70{
  border-right-color: rgb(254 226 226 / 0.7);
}

.border-r-red-100\/75{
  border-right-color: rgb(254 226 226 / 0.75);
}

.border-r-red-100\/80{
  border-right-color: rgb(254 226 226 / 0.8);
}

.border-r-red-100\/90{
  border-right-color: rgb(254 226 226 / 0.9);
}

.border-r-red-100\/95{
  border-right-color: rgb(254 226 226 / 0.95);
}

.border-r-red-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-r-red-200\/0{
  border-right-color: rgb(254 202 202 / 0);
}

.border-r-red-200\/10{
  border-right-color: rgb(254 202 202 / 0.1);
}

.border-r-red-200\/100{
  border-right-color: rgb(254 202 202 / 1);
}

.border-r-red-200\/20{
  border-right-color: rgb(254 202 202 / 0.2);
}

.border-r-red-200\/25{
  border-right-color: rgb(254 202 202 / 0.25);
}

.border-r-red-200\/30{
  border-right-color: rgb(254 202 202 / 0.3);
}

.border-r-red-200\/40{
  border-right-color: rgb(254 202 202 / 0.4);
}

.border-r-red-200\/5{
  border-right-color: rgb(254 202 202 / 0.05);
}

.border-r-red-200\/50{
  border-right-color: rgb(254 202 202 / 0.5);
}

.border-r-red-200\/60{
  border-right-color: rgb(254 202 202 / 0.6);
}

.border-r-red-200\/70{
  border-right-color: rgb(254 202 202 / 0.7);
}

.border-r-red-200\/75{
  border-right-color: rgb(254 202 202 / 0.75);
}

.border-r-red-200\/80{
  border-right-color: rgb(254 202 202 / 0.8);
}

.border-r-red-200\/90{
  border-right-color: rgb(254 202 202 / 0.9);
}

.border-r-red-200\/95{
  border-right-color: rgb(254 202 202 / 0.95);
}

.border-r-red-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-r-red-300\/0{
  border-right-color: rgb(252 165 165 / 0);
}

.border-r-red-300\/10{
  border-right-color: rgb(252 165 165 / 0.1);
}

.border-r-red-300\/100{
  border-right-color: rgb(252 165 165 / 1);
}

.border-r-red-300\/20{
  border-right-color: rgb(252 165 165 / 0.2);
}

.border-r-red-300\/25{
  border-right-color: rgb(252 165 165 / 0.25);
}

.border-r-red-300\/30{
  border-right-color: rgb(252 165 165 / 0.3);
}

.border-r-red-300\/40{
  border-right-color: rgb(252 165 165 / 0.4);
}

.border-r-red-300\/5{
  border-right-color: rgb(252 165 165 / 0.05);
}

.border-r-red-300\/50{
  border-right-color: rgb(252 165 165 / 0.5);
}

.border-r-red-300\/60{
  border-right-color: rgb(252 165 165 / 0.6);
}

.border-r-red-300\/70{
  border-right-color: rgb(252 165 165 / 0.7);
}

.border-r-red-300\/75{
  border-right-color: rgb(252 165 165 / 0.75);
}

.border-r-red-300\/80{
  border-right-color: rgb(252 165 165 / 0.8);
}

.border-r-red-300\/90{
  border-right-color: rgb(252 165 165 / 0.9);
}

.border-r-red-300\/95{
  border-right-color: rgb(252 165 165 / 0.95);
}

.border-r-red-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-r-red-400\/0{
  border-right-color: rgb(248 113 113 / 0);
}

.border-r-red-400\/10{
  border-right-color: rgb(248 113 113 / 0.1);
}

.border-r-red-400\/100{
  border-right-color: rgb(248 113 113 / 1);
}

.border-r-red-400\/20{
  border-right-color: rgb(248 113 113 / 0.2);
}

.border-r-red-400\/25{
  border-right-color: rgb(248 113 113 / 0.25);
}

.border-r-red-400\/30{
  border-right-color: rgb(248 113 113 / 0.3);
}

.border-r-red-400\/40{
  border-right-color: rgb(248 113 113 / 0.4);
}

.border-r-red-400\/5{
  border-right-color: rgb(248 113 113 / 0.05);
}

.border-r-red-400\/50{
  border-right-color: rgb(248 113 113 / 0.5);
}

.border-r-red-400\/60{
  border-right-color: rgb(248 113 113 / 0.6);
}

.border-r-red-400\/70{
  border-right-color: rgb(248 113 113 / 0.7);
}

.border-r-red-400\/75{
  border-right-color: rgb(248 113 113 / 0.75);
}

.border-r-red-400\/80{
  border-right-color: rgb(248 113 113 / 0.8);
}

.border-r-red-400\/90{
  border-right-color: rgb(248 113 113 / 0.9);
}

.border-r-red-400\/95{
  border-right-color: rgb(248 113 113 / 0.95);
}

.border-r-red-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-r-red-50\/0{
  border-right-color: rgb(254 242 242 / 0);
}

.border-r-red-50\/10{
  border-right-color: rgb(254 242 242 / 0.1);
}

.border-r-red-50\/100{
  border-right-color: rgb(254 242 242 / 1);
}

.border-r-red-50\/20{
  border-right-color: rgb(254 242 242 / 0.2);
}

.border-r-red-50\/25{
  border-right-color: rgb(254 242 242 / 0.25);
}

.border-r-red-50\/30{
  border-right-color: rgb(254 242 242 / 0.3);
}

.border-r-red-50\/40{
  border-right-color: rgb(254 242 242 / 0.4);
}

.border-r-red-50\/5{
  border-right-color: rgb(254 242 242 / 0.05);
}

.border-r-red-50\/50{
  border-right-color: rgb(254 242 242 / 0.5);
}

.border-r-red-50\/60{
  border-right-color: rgb(254 242 242 / 0.6);
}

.border-r-red-50\/70{
  border-right-color: rgb(254 242 242 / 0.7);
}

.border-r-red-50\/75{
  border-right-color: rgb(254 242 242 / 0.75);
}

.border-r-red-50\/80{
  border-right-color: rgb(254 242 242 / 0.8);
}

.border-r-red-50\/90{
  border-right-color: rgb(254 242 242 / 0.9);
}

.border-r-red-50\/95{
  border-right-color: rgb(254 242 242 / 0.95);
}

.border-r-red-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-r-red-500\/0{
  border-right-color: rgb(239 68 68 / 0);
}

.border-r-red-500\/10{
  border-right-color: rgb(239 68 68 / 0.1);
}

.border-r-red-500\/100{
  border-right-color: rgb(239 68 68 / 1);
}

.border-r-red-500\/20{
  border-right-color: rgb(239 68 68 / 0.2);
}

.border-r-red-500\/25{
  border-right-color: rgb(239 68 68 / 0.25);
}

.border-r-red-500\/30{
  border-right-color: rgb(239 68 68 / 0.3);
}

.border-r-red-500\/40{
  border-right-color: rgb(239 68 68 / 0.4);
}

.border-r-red-500\/5{
  border-right-color: rgb(239 68 68 / 0.05);
}

.border-r-red-500\/50{
  border-right-color: rgb(239 68 68 / 0.5);
}

.border-r-red-500\/60{
  border-right-color: rgb(239 68 68 / 0.6);
}

.border-r-red-500\/70{
  border-right-color: rgb(239 68 68 / 0.7);
}

.border-r-red-500\/75{
  border-right-color: rgb(239 68 68 / 0.75);
}

.border-r-red-500\/80{
  border-right-color: rgb(239 68 68 / 0.8);
}

.border-r-red-500\/90{
  border-right-color: rgb(239 68 68 / 0.9);
}

.border-r-red-500\/95{
  border-right-color: rgb(239 68 68 / 0.95);
}

.border-r-red-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-r-red-600\/0{
  border-right-color: rgb(220 38 38 / 0);
}

.border-r-red-600\/10{
  border-right-color: rgb(220 38 38 / 0.1);
}

.border-r-red-600\/100{
  border-right-color: rgb(220 38 38 / 1);
}

.border-r-red-600\/20{
  border-right-color: rgb(220 38 38 / 0.2);
}

.border-r-red-600\/25{
  border-right-color: rgb(220 38 38 / 0.25);
}

.border-r-red-600\/30{
  border-right-color: rgb(220 38 38 / 0.3);
}

.border-r-red-600\/40{
  border-right-color: rgb(220 38 38 / 0.4);
}

.border-r-red-600\/5{
  border-right-color: rgb(220 38 38 / 0.05);
}

.border-r-red-600\/50{
  border-right-color: rgb(220 38 38 / 0.5);
}

.border-r-red-600\/60{
  border-right-color: rgb(220 38 38 / 0.6);
}

.border-r-red-600\/70{
  border-right-color: rgb(220 38 38 / 0.7);
}

.border-r-red-600\/75{
  border-right-color: rgb(220 38 38 / 0.75);
}

.border-r-red-600\/80{
  border-right-color: rgb(220 38 38 / 0.8);
}

.border-r-red-600\/90{
  border-right-color: rgb(220 38 38 / 0.9);
}

.border-r-red-600\/95{
  border-right-color: rgb(220 38 38 / 0.95);
}

.border-r-red-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-r-red-700\/0{
  border-right-color: rgb(185 28 28 / 0);
}

.border-r-red-700\/10{
  border-right-color: rgb(185 28 28 / 0.1);
}

.border-r-red-700\/100{
  border-right-color: rgb(185 28 28 / 1);
}

.border-r-red-700\/20{
  border-right-color: rgb(185 28 28 / 0.2);
}

.border-r-red-700\/25{
  border-right-color: rgb(185 28 28 / 0.25);
}

.border-r-red-700\/30{
  border-right-color: rgb(185 28 28 / 0.3);
}

.border-r-red-700\/40{
  border-right-color: rgb(185 28 28 / 0.4);
}

.border-r-red-700\/5{
  border-right-color: rgb(185 28 28 / 0.05);
}

.border-r-red-700\/50{
  border-right-color: rgb(185 28 28 / 0.5);
}

.border-r-red-700\/60{
  border-right-color: rgb(185 28 28 / 0.6);
}

.border-r-red-700\/70{
  border-right-color: rgb(185 28 28 / 0.7);
}

.border-r-red-700\/75{
  border-right-color: rgb(185 28 28 / 0.75);
}

.border-r-red-700\/80{
  border-right-color: rgb(185 28 28 / 0.8);
}

.border-r-red-700\/90{
  border-right-color: rgb(185 28 28 / 0.9);
}

.border-r-red-700\/95{
  border-right-color: rgb(185 28 28 / 0.95);
}

.border-r-red-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-r-red-800\/0{
  border-right-color: rgb(153 27 27 / 0);
}

.border-r-red-800\/10{
  border-right-color: rgb(153 27 27 / 0.1);
}

.border-r-red-800\/100{
  border-right-color: rgb(153 27 27 / 1);
}

.border-r-red-800\/20{
  border-right-color: rgb(153 27 27 / 0.2);
}

.border-r-red-800\/25{
  border-right-color: rgb(153 27 27 / 0.25);
}

.border-r-red-800\/30{
  border-right-color: rgb(153 27 27 / 0.3);
}

.border-r-red-800\/40{
  border-right-color: rgb(153 27 27 / 0.4);
}

.border-r-red-800\/5{
  border-right-color: rgb(153 27 27 / 0.05);
}

.border-r-red-800\/50{
  border-right-color: rgb(153 27 27 / 0.5);
}

.border-r-red-800\/60{
  border-right-color: rgb(153 27 27 / 0.6);
}

.border-r-red-800\/70{
  border-right-color: rgb(153 27 27 / 0.7);
}

.border-r-red-800\/75{
  border-right-color: rgb(153 27 27 / 0.75);
}

.border-r-red-800\/80{
  border-right-color: rgb(153 27 27 / 0.8);
}

.border-r-red-800\/90{
  border-right-color: rgb(153 27 27 / 0.9);
}

.border-r-red-800\/95{
  border-right-color: rgb(153 27 27 / 0.95);
}

.border-r-red-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-r-red-900\/0{
  border-right-color: rgb(127 29 29 / 0);
}

.border-r-red-900\/10{
  border-right-color: rgb(127 29 29 / 0.1);
}

.border-r-red-900\/100{
  border-right-color: rgb(127 29 29 / 1);
}

.border-r-red-900\/20{
  border-right-color: rgb(127 29 29 / 0.2);
}

.border-r-red-900\/25{
  border-right-color: rgb(127 29 29 / 0.25);
}

.border-r-red-900\/30{
  border-right-color: rgb(127 29 29 / 0.3);
}

.border-r-red-900\/40{
  border-right-color: rgb(127 29 29 / 0.4);
}

.border-r-red-900\/5{
  border-right-color: rgb(127 29 29 / 0.05);
}

.border-r-red-900\/50{
  border-right-color: rgb(127 29 29 / 0.5);
}

.border-r-red-900\/60{
  border-right-color: rgb(127 29 29 / 0.6);
}

.border-r-red-900\/70{
  border-right-color: rgb(127 29 29 / 0.7);
}

.border-r-red-900\/75{
  border-right-color: rgb(127 29 29 / 0.75);
}

.border-r-red-900\/80{
  border-right-color: rgb(127 29 29 / 0.8);
}

.border-r-red-900\/90{
  border-right-color: rgb(127 29 29 / 0.9);
}

.border-r-red-900\/95{
  border-right-color: rgb(127 29 29 / 0.95);
}

.border-r-red-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-r-red-950\/0{
  border-right-color: rgb(69 10 10 / 0);
}

.border-r-red-950\/10{
  border-right-color: rgb(69 10 10 / 0.1);
}

.border-r-red-950\/100{
  border-right-color: rgb(69 10 10 / 1);
}

.border-r-red-950\/20{
  border-right-color: rgb(69 10 10 / 0.2);
}

.border-r-red-950\/25{
  border-right-color: rgb(69 10 10 / 0.25);
}

.border-r-red-950\/30{
  border-right-color: rgb(69 10 10 / 0.3);
}

.border-r-red-950\/40{
  border-right-color: rgb(69 10 10 / 0.4);
}

.border-r-red-950\/5{
  border-right-color: rgb(69 10 10 / 0.05);
}

.border-r-red-950\/50{
  border-right-color: rgb(69 10 10 / 0.5);
}

.border-r-red-950\/60{
  border-right-color: rgb(69 10 10 / 0.6);
}

.border-r-red-950\/70{
  border-right-color: rgb(69 10 10 / 0.7);
}

.border-r-red-950\/75{
  border-right-color: rgb(69 10 10 / 0.75);
}

.border-r-red-950\/80{
  border-right-color: rgb(69 10 10 / 0.8);
}

.border-r-red-950\/90{
  border-right-color: rgb(69 10 10 / 0.9);
}

.border-r-red-950\/95{
  border-right-color: rgb(69 10 10 / 0.95);
}

.border-r-rose-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-r-rose-100\/0{
  border-right-color: rgb(255 228 230 / 0);
}

.border-r-rose-100\/10{
  border-right-color: rgb(255 228 230 / 0.1);
}

.border-r-rose-100\/100{
  border-right-color: rgb(255 228 230 / 1);
}

.border-r-rose-100\/20{
  border-right-color: rgb(255 228 230 / 0.2);
}

.border-r-rose-100\/25{
  border-right-color: rgb(255 228 230 / 0.25);
}

.border-r-rose-100\/30{
  border-right-color: rgb(255 228 230 / 0.3);
}

.border-r-rose-100\/40{
  border-right-color: rgb(255 228 230 / 0.4);
}

.border-r-rose-100\/5{
  border-right-color: rgb(255 228 230 / 0.05);
}

.border-r-rose-100\/50{
  border-right-color: rgb(255 228 230 / 0.5);
}

.border-r-rose-100\/60{
  border-right-color: rgb(255 228 230 / 0.6);
}

.border-r-rose-100\/70{
  border-right-color: rgb(255 228 230 / 0.7);
}

.border-r-rose-100\/75{
  border-right-color: rgb(255 228 230 / 0.75);
}

.border-r-rose-100\/80{
  border-right-color: rgb(255 228 230 / 0.8);
}

.border-r-rose-100\/90{
  border-right-color: rgb(255 228 230 / 0.9);
}

.border-r-rose-100\/95{
  border-right-color: rgb(255 228 230 / 0.95);
}

.border-r-rose-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-r-rose-200\/0{
  border-right-color: rgb(254 205 211 / 0);
}

.border-r-rose-200\/10{
  border-right-color: rgb(254 205 211 / 0.1);
}

.border-r-rose-200\/100{
  border-right-color: rgb(254 205 211 / 1);
}

.border-r-rose-200\/20{
  border-right-color: rgb(254 205 211 / 0.2);
}

.border-r-rose-200\/25{
  border-right-color: rgb(254 205 211 / 0.25);
}

.border-r-rose-200\/30{
  border-right-color: rgb(254 205 211 / 0.3);
}

.border-r-rose-200\/40{
  border-right-color: rgb(254 205 211 / 0.4);
}

.border-r-rose-200\/5{
  border-right-color: rgb(254 205 211 / 0.05);
}

.border-r-rose-200\/50{
  border-right-color: rgb(254 205 211 / 0.5);
}

.border-r-rose-200\/60{
  border-right-color: rgb(254 205 211 / 0.6);
}

.border-r-rose-200\/70{
  border-right-color: rgb(254 205 211 / 0.7);
}

.border-r-rose-200\/75{
  border-right-color: rgb(254 205 211 / 0.75);
}

.border-r-rose-200\/80{
  border-right-color: rgb(254 205 211 / 0.8);
}

.border-r-rose-200\/90{
  border-right-color: rgb(254 205 211 / 0.9);
}

.border-r-rose-200\/95{
  border-right-color: rgb(254 205 211 / 0.95);
}

.border-r-rose-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-r-rose-300\/0{
  border-right-color: rgb(253 164 175 / 0);
}

.border-r-rose-300\/10{
  border-right-color: rgb(253 164 175 / 0.1);
}

.border-r-rose-300\/100{
  border-right-color: rgb(253 164 175 / 1);
}

.border-r-rose-300\/20{
  border-right-color: rgb(253 164 175 / 0.2);
}

.border-r-rose-300\/25{
  border-right-color: rgb(253 164 175 / 0.25);
}

.border-r-rose-300\/30{
  border-right-color: rgb(253 164 175 / 0.3);
}

.border-r-rose-300\/40{
  border-right-color: rgb(253 164 175 / 0.4);
}

.border-r-rose-300\/5{
  border-right-color: rgb(253 164 175 / 0.05);
}

.border-r-rose-300\/50{
  border-right-color: rgb(253 164 175 / 0.5);
}

.border-r-rose-300\/60{
  border-right-color: rgb(253 164 175 / 0.6);
}

.border-r-rose-300\/70{
  border-right-color: rgb(253 164 175 / 0.7);
}

.border-r-rose-300\/75{
  border-right-color: rgb(253 164 175 / 0.75);
}

.border-r-rose-300\/80{
  border-right-color: rgb(253 164 175 / 0.8);
}

.border-r-rose-300\/90{
  border-right-color: rgb(253 164 175 / 0.9);
}

.border-r-rose-300\/95{
  border-right-color: rgb(253 164 175 / 0.95);
}

.border-r-rose-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-r-rose-400\/0{
  border-right-color: rgb(251 113 133 / 0);
}

.border-r-rose-400\/10{
  border-right-color: rgb(251 113 133 / 0.1);
}

.border-r-rose-400\/100{
  border-right-color: rgb(251 113 133 / 1);
}

.border-r-rose-400\/20{
  border-right-color: rgb(251 113 133 / 0.2);
}

.border-r-rose-400\/25{
  border-right-color: rgb(251 113 133 / 0.25);
}

.border-r-rose-400\/30{
  border-right-color: rgb(251 113 133 / 0.3);
}

.border-r-rose-400\/40{
  border-right-color: rgb(251 113 133 / 0.4);
}

.border-r-rose-400\/5{
  border-right-color: rgb(251 113 133 / 0.05);
}

.border-r-rose-400\/50{
  border-right-color: rgb(251 113 133 / 0.5);
}

.border-r-rose-400\/60{
  border-right-color: rgb(251 113 133 / 0.6);
}

.border-r-rose-400\/70{
  border-right-color: rgb(251 113 133 / 0.7);
}

.border-r-rose-400\/75{
  border-right-color: rgb(251 113 133 / 0.75);
}

.border-r-rose-400\/80{
  border-right-color: rgb(251 113 133 / 0.8);
}

.border-r-rose-400\/90{
  border-right-color: rgb(251 113 133 / 0.9);
}

.border-r-rose-400\/95{
  border-right-color: rgb(251 113 133 / 0.95);
}

.border-r-rose-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-r-rose-50\/0{
  border-right-color: rgb(255 241 242 / 0);
}

.border-r-rose-50\/10{
  border-right-color: rgb(255 241 242 / 0.1);
}

.border-r-rose-50\/100{
  border-right-color: rgb(255 241 242 / 1);
}

.border-r-rose-50\/20{
  border-right-color: rgb(255 241 242 / 0.2);
}

.border-r-rose-50\/25{
  border-right-color: rgb(255 241 242 / 0.25);
}

.border-r-rose-50\/30{
  border-right-color: rgb(255 241 242 / 0.3);
}

.border-r-rose-50\/40{
  border-right-color: rgb(255 241 242 / 0.4);
}

.border-r-rose-50\/5{
  border-right-color: rgb(255 241 242 / 0.05);
}

.border-r-rose-50\/50{
  border-right-color: rgb(255 241 242 / 0.5);
}

.border-r-rose-50\/60{
  border-right-color: rgb(255 241 242 / 0.6);
}

.border-r-rose-50\/70{
  border-right-color: rgb(255 241 242 / 0.7);
}

.border-r-rose-50\/75{
  border-right-color: rgb(255 241 242 / 0.75);
}

.border-r-rose-50\/80{
  border-right-color: rgb(255 241 242 / 0.8);
}

.border-r-rose-50\/90{
  border-right-color: rgb(255 241 242 / 0.9);
}

.border-r-rose-50\/95{
  border-right-color: rgb(255 241 242 / 0.95);
}

.border-r-rose-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-r-rose-500\/0{
  border-right-color: rgb(244 63 94 / 0);
}

.border-r-rose-500\/10{
  border-right-color: rgb(244 63 94 / 0.1);
}

.border-r-rose-500\/100{
  border-right-color: rgb(244 63 94 / 1);
}

.border-r-rose-500\/20{
  border-right-color: rgb(244 63 94 / 0.2);
}

.border-r-rose-500\/25{
  border-right-color: rgb(244 63 94 / 0.25);
}

.border-r-rose-500\/30{
  border-right-color: rgb(244 63 94 / 0.3);
}

.border-r-rose-500\/40{
  border-right-color: rgb(244 63 94 / 0.4);
}

.border-r-rose-500\/5{
  border-right-color: rgb(244 63 94 / 0.05);
}

.border-r-rose-500\/50{
  border-right-color: rgb(244 63 94 / 0.5);
}

.border-r-rose-500\/60{
  border-right-color: rgb(244 63 94 / 0.6);
}

.border-r-rose-500\/70{
  border-right-color: rgb(244 63 94 / 0.7);
}

.border-r-rose-500\/75{
  border-right-color: rgb(244 63 94 / 0.75);
}

.border-r-rose-500\/80{
  border-right-color: rgb(244 63 94 / 0.8);
}

.border-r-rose-500\/90{
  border-right-color: rgb(244 63 94 / 0.9);
}

.border-r-rose-500\/95{
  border-right-color: rgb(244 63 94 / 0.95);
}

.border-r-rose-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.border-r-rose-600\/0{
  border-right-color: rgb(225 29 72 / 0);
}

.border-r-rose-600\/10{
  border-right-color: rgb(225 29 72 / 0.1);
}

.border-r-rose-600\/100{
  border-right-color: rgb(225 29 72 / 1);
}

.border-r-rose-600\/20{
  border-right-color: rgb(225 29 72 / 0.2);
}

.border-r-rose-600\/25{
  border-right-color: rgb(225 29 72 / 0.25);
}

.border-r-rose-600\/30{
  border-right-color: rgb(225 29 72 / 0.3);
}

.border-r-rose-600\/40{
  border-right-color: rgb(225 29 72 / 0.4);
}

.border-r-rose-600\/5{
  border-right-color: rgb(225 29 72 / 0.05);
}

.border-r-rose-600\/50{
  border-right-color: rgb(225 29 72 / 0.5);
}

.border-r-rose-600\/60{
  border-right-color: rgb(225 29 72 / 0.6);
}

.border-r-rose-600\/70{
  border-right-color: rgb(225 29 72 / 0.7);
}

.border-r-rose-600\/75{
  border-right-color: rgb(225 29 72 / 0.75);
}

.border-r-rose-600\/80{
  border-right-color: rgb(225 29 72 / 0.8);
}

.border-r-rose-600\/90{
  border-right-color: rgb(225 29 72 / 0.9);
}

.border-r-rose-600\/95{
  border-right-color: rgb(225 29 72 / 0.95);
}

.border-r-rose-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-r-rose-700\/0{
  border-right-color: rgb(190 18 60 / 0);
}

.border-r-rose-700\/10{
  border-right-color: rgb(190 18 60 / 0.1);
}

.border-r-rose-700\/100{
  border-right-color: rgb(190 18 60 / 1);
}

.border-r-rose-700\/20{
  border-right-color: rgb(190 18 60 / 0.2);
}

.border-r-rose-700\/25{
  border-right-color: rgb(190 18 60 / 0.25);
}

.border-r-rose-700\/30{
  border-right-color: rgb(190 18 60 / 0.3);
}

.border-r-rose-700\/40{
  border-right-color: rgb(190 18 60 / 0.4);
}

.border-r-rose-700\/5{
  border-right-color: rgb(190 18 60 / 0.05);
}

.border-r-rose-700\/50{
  border-right-color: rgb(190 18 60 / 0.5);
}

.border-r-rose-700\/60{
  border-right-color: rgb(190 18 60 / 0.6);
}

.border-r-rose-700\/70{
  border-right-color: rgb(190 18 60 / 0.7);
}

.border-r-rose-700\/75{
  border-right-color: rgb(190 18 60 / 0.75);
}

.border-r-rose-700\/80{
  border-right-color: rgb(190 18 60 / 0.8);
}

.border-r-rose-700\/90{
  border-right-color: rgb(190 18 60 / 0.9);
}

.border-r-rose-700\/95{
  border-right-color: rgb(190 18 60 / 0.95);
}

.border-r-rose-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-r-rose-800\/0{
  border-right-color: rgb(159 18 57 / 0);
}

.border-r-rose-800\/10{
  border-right-color: rgb(159 18 57 / 0.1);
}

.border-r-rose-800\/100{
  border-right-color: rgb(159 18 57 / 1);
}

.border-r-rose-800\/20{
  border-right-color: rgb(159 18 57 / 0.2);
}

.border-r-rose-800\/25{
  border-right-color: rgb(159 18 57 / 0.25);
}

.border-r-rose-800\/30{
  border-right-color: rgb(159 18 57 / 0.3);
}

.border-r-rose-800\/40{
  border-right-color: rgb(159 18 57 / 0.4);
}

.border-r-rose-800\/5{
  border-right-color: rgb(159 18 57 / 0.05);
}

.border-r-rose-800\/50{
  border-right-color: rgb(159 18 57 / 0.5);
}

.border-r-rose-800\/60{
  border-right-color: rgb(159 18 57 / 0.6);
}

.border-r-rose-800\/70{
  border-right-color: rgb(159 18 57 / 0.7);
}

.border-r-rose-800\/75{
  border-right-color: rgb(159 18 57 / 0.75);
}

.border-r-rose-800\/80{
  border-right-color: rgb(159 18 57 / 0.8);
}

.border-r-rose-800\/90{
  border-right-color: rgb(159 18 57 / 0.9);
}

.border-r-rose-800\/95{
  border-right-color: rgb(159 18 57 / 0.95);
}

.border-r-rose-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-r-rose-900\/0{
  border-right-color: rgb(136 19 55 / 0);
}

.border-r-rose-900\/10{
  border-right-color: rgb(136 19 55 / 0.1);
}

.border-r-rose-900\/100{
  border-right-color: rgb(136 19 55 / 1);
}

.border-r-rose-900\/20{
  border-right-color: rgb(136 19 55 / 0.2);
}

.border-r-rose-900\/25{
  border-right-color: rgb(136 19 55 / 0.25);
}

.border-r-rose-900\/30{
  border-right-color: rgb(136 19 55 / 0.3);
}

.border-r-rose-900\/40{
  border-right-color: rgb(136 19 55 / 0.4);
}

.border-r-rose-900\/5{
  border-right-color: rgb(136 19 55 / 0.05);
}

.border-r-rose-900\/50{
  border-right-color: rgb(136 19 55 / 0.5);
}

.border-r-rose-900\/60{
  border-right-color: rgb(136 19 55 / 0.6);
}

.border-r-rose-900\/70{
  border-right-color: rgb(136 19 55 / 0.7);
}

.border-r-rose-900\/75{
  border-right-color: rgb(136 19 55 / 0.75);
}

.border-r-rose-900\/80{
  border-right-color: rgb(136 19 55 / 0.8);
}

.border-r-rose-900\/90{
  border-right-color: rgb(136 19 55 / 0.9);
}

.border-r-rose-900\/95{
  border-right-color: rgb(136 19 55 / 0.95);
}

.border-r-rose-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-r-rose-950\/0{
  border-right-color: rgb(76 5 25 / 0);
}

.border-r-rose-950\/10{
  border-right-color: rgb(76 5 25 / 0.1);
}

.border-r-rose-950\/100{
  border-right-color: rgb(76 5 25 / 1);
}

.border-r-rose-950\/20{
  border-right-color: rgb(76 5 25 / 0.2);
}

.border-r-rose-950\/25{
  border-right-color: rgb(76 5 25 / 0.25);
}

.border-r-rose-950\/30{
  border-right-color: rgb(76 5 25 / 0.3);
}

.border-r-rose-950\/40{
  border-right-color: rgb(76 5 25 / 0.4);
}

.border-r-rose-950\/5{
  border-right-color: rgb(76 5 25 / 0.05);
}

.border-r-rose-950\/50{
  border-right-color: rgb(76 5 25 / 0.5);
}

.border-r-rose-950\/60{
  border-right-color: rgb(76 5 25 / 0.6);
}

.border-r-rose-950\/70{
  border-right-color: rgb(76 5 25 / 0.7);
}

.border-r-rose-950\/75{
  border-right-color: rgb(76 5 25 / 0.75);
}

.border-r-rose-950\/80{
  border-right-color: rgb(76 5 25 / 0.8);
}

.border-r-rose-950\/90{
  border-right-color: rgb(76 5 25 / 0.9);
}

.border-r-rose-950\/95{
  border-right-color: rgb(76 5 25 / 0.95);
}

.border-r-sky-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.border-r-sky-100\/0{
  border-right-color: rgb(224 242 254 / 0);
}

.border-r-sky-100\/10{
  border-right-color: rgb(224 242 254 / 0.1);
}

.border-r-sky-100\/100{
  border-right-color: rgb(224 242 254 / 1);
}

.border-r-sky-100\/20{
  border-right-color: rgb(224 242 254 / 0.2);
}

.border-r-sky-100\/25{
  border-right-color: rgb(224 242 254 / 0.25);
}

.border-r-sky-100\/30{
  border-right-color: rgb(224 242 254 / 0.3);
}

.border-r-sky-100\/40{
  border-right-color: rgb(224 242 254 / 0.4);
}

.border-r-sky-100\/5{
  border-right-color: rgb(224 242 254 / 0.05);
}

.border-r-sky-100\/50{
  border-right-color: rgb(224 242 254 / 0.5);
}

.border-r-sky-100\/60{
  border-right-color: rgb(224 242 254 / 0.6);
}

.border-r-sky-100\/70{
  border-right-color: rgb(224 242 254 / 0.7);
}

.border-r-sky-100\/75{
  border-right-color: rgb(224 242 254 / 0.75);
}

.border-r-sky-100\/80{
  border-right-color: rgb(224 242 254 / 0.8);
}

.border-r-sky-100\/90{
  border-right-color: rgb(224 242 254 / 0.9);
}

.border-r-sky-100\/95{
  border-right-color: rgb(224 242 254 / 0.95);
}

.border-r-sky-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-r-sky-200\/0{
  border-right-color: rgb(186 230 253 / 0);
}

.border-r-sky-200\/10{
  border-right-color: rgb(186 230 253 / 0.1);
}

.border-r-sky-200\/100{
  border-right-color: rgb(186 230 253 / 1);
}

.border-r-sky-200\/20{
  border-right-color: rgb(186 230 253 / 0.2);
}

.border-r-sky-200\/25{
  border-right-color: rgb(186 230 253 / 0.25);
}

.border-r-sky-200\/30{
  border-right-color: rgb(186 230 253 / 0.3);
}

.border-r-sky-200\/40{
  border-right-color: rgb(186 230 253 / 0.4);
}

.border-r-sky-200\/5{
  border-right-color: rgb(186 230 253 / 0.05);
}

.border-r-sky-200\/50{
  border-right-color: rgb(186 230 253 / 0.5);
}

.border-r-sky-200\/60{
  border-right-color: rgb(186 230 253 / 0.6);
}

.border-r-sky-200\/70{
  border-right-color: rgb(186 230 253 / 0.7);
}

.border-r-sky-200\/75{
  border-right-color: rgb(186 230 253 / 0.75);
}

.border-r-sky-200\/80{
  border-right-color: rgb(186 230 253 / 0.8);
}

.border-r-sky-200\/90{
  border-right-color: rgb(186 230 253 / 0.9);
}

.border-r-sky-200\/95{
  border-right-color: rgb(186 230 253 / 0.95);
}

.border-r-sky-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-r-sky-300\/0{
  border-right-color: rgb(125 211 252 / 0);
}

.border-r-sky-300\/10{
  border-right-color: rgb(125 211 252 / 0.1);
}

.border-r-sky-300\/100{
  border-right-color: rgb(125 211 252 / 1);
}

.border-r-sky-300\/20{
  border-right-color: rgb(125 211 252 / 0.2);
}

.border-r-sky-300\/25{
  border-right-color: rgb(125 211 252 / 0.25);
}

.border-r-sky-300\/30{
  border-right-color: rgb(125 211 252 / 0.3);
}

.border-r-sky-300\/40{
  border-right-color: rgb(125 211 252 / 0.4);
}

.border-r-sky-300\/5{
  border-right-color: rgb(125 211 252 / 0.05);
}

.border-r-sky-300\/50{
  border-right-color: rgb(125 211 252 / 0.5);
}

.border-r-sky-300\/60{
  border-right-color: rgb(125 211 252 / 0.6);
}

.border-r-sky-300\/70{
  border-right-color: rgb(125 211 252 / 0.7);
}

.border-r-sky-300\/75{
  border-right-color: rgb(125 211 252 / 0.75);
}

.border-r-sky-300\/80{
  border-right-color: rgb(125 211 252 / 0.8);
}

.border-r-sky-300\/90{
  border-right-color: rgb(125 211 252 / 0.9);
}

.border-r-sky-300\/95{
  border-right-color: rgb(125 211 252 / 0.95);
}

.border-r-sky-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-r-sky-400\/0{
  border-right-color: rgb(56 189 248 / 0);
}

.border-r-sky-400\/10{
  border-right-color: rgb(56 189 248 / 0.1);
}

.border-r-sky-400\/100{
  border-right-color: rgb(56 189 248 / 1);
}

.border-r-sky-400\/20{
  border-right-color: rgb(56 189 248 / 0.2);
}

.border-r-sky-400\/25{
  border-right-color: rgb(56 189 248 / 0.25);
}

.border-r-sky-400\/30{
  border-right-color: rgb(56 189 248 / 0.3);
}

.border-r-sky-400\/40{
  border-right-color: rgb(56 189 248 / 0.4);
}

.border-r-sky-400\/5{
  border-right-color: rgb(56 189 248 / 0.05);
}

.border-r-sky-400\/50{
  border-right-color: rgb(56 189 248 / 0.5);
}

.border-r-sky-400\/60{
  border-right-color: rgb(56 189 248 / 0.6);
}

.border-r-sky-400\/70{
  border-right-color: rgb(56 189 248 / 0.7);
}

.border-r-sky-400\/75{
  border-right-color: rgb(56 189 248 / 0.75);
}

.border-r-sky-400\/80{
  border-right-color: rgb(56 189 248 / 0.8);
}

.border-r-sky-400\/90{
  border-right-color: rgb(56 189 248 / 0.9);
}

.border-r-sky-400\/95{
  border-right-color: rgb(56 189 248 / 0.95);
}

.border-r-sky-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-r-sky-50\/0{
  border-right-color: rgb(240 249 255 / 0);
}

.border-r-sky-50\/10{
  border-right-color: rgb(240 249 255 / 0.1);
}

.border-r-sky-50\/100{
  border-right-color: rgb(240 249 255 / 1);
}

.border-r-sky-50\/20{
  border-right-color: rgb(240 249 255 / 0.2);
}

.border-r-sky-50\/25{
  border-right-color: rgb(240 249 255 / 0.25);
}

.border-r-sky-50\/30{
  border-right-color: rgb(240 249 255 / 0.3);
}

.border-r-sky-50\/40{
  border-right-color: rgb(240 249 255 / 0.4);
}

.border-r-sky-50\/5{
  border-right-color: rgb(240 249 255 / 0.05);
}

.border-r-sky-50\/50{
  border-right-color: rgb(240 249 255 / 0.5);
}

.border-r-sky-50\/60{
  border-right-color: rgb(240 249 255 / 0.6);
}

.border-r-sky-50\/70{
  border-right-color: rgb(240 249 255 / 0.7);
}

.border-r-sky-50\/75{
  border-right-color: rgb(240 249 255 / 0.75);
}

.border-r-sky-50\/80{
  border-right-color: rgb(240 249 255 / 0.8);
}

.border-r-sky-50\/90{
  border-right-color: rgb(240 249 255 / 0.9);
}

.border-r-sky-50\/95{
  border-right-color: rgb(240 249 255 / 0.95);
}

.border-r-sky-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-r-sky-500\/0{
  border-right-color: rgb(14 165 233 / 0);
}

.border-r-sky-500\/10{
  border-right-color: rgb(14 165 233 / 0.1);
}

.border-r-sky-500\/100{
  border-right-color: rgb(14 165 233 / 1);
}

.border-r-sky-500\/20{
  border-right-color: rgb(14 165 233 / 0.2);
}

.border-r-sky-500\/25{
  border-right-color: rgb(14 165 233 / 0.25);
}

.border-r-sky-500\/30{
  border-right-color: rgb(14 165 233 / 0.3);
}

.border-r-sky-500\/40{
  border-right-color: rgb(14 165 233 / 0.4);
}

.border-r-sky-500\/5{
  border-right-color: rgb(14 165 233 / 0.05);
}

.border-r-sky-500\/50{
  border-right-color: rgb(14 165 233 / 0.5);
}

.border-r-sky-500\/60{
  border-right-color: rgb(14 165 233 / 0.6);
}

.border-r-sky-500\/70{
  border-right-color: rgb(14 165 233 / 0.7);
}

.border-r-sky-500\/75{
  border-right-color: rgb(14 165 233 / 0.75);
}

.border-r-sky-500\/80{
  border-right-color: rgb(14 165 233 / 0.8);
}

.border-r-sky-500\/90{
  border-right-color: rgb(14 165 233 / 0.9);
}

.border-r-sky-500\/95{
  border-right-color: rgb(14 165 233 / 0.95);
}

.border-r-sky-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-r-sky-600\/0{
  border-right-color: rgb(2 132 199 / 0);
}

.border-r-sky-600\/10{
  border-right-color: rgb(2 132 199 / 0.1);
}

.border-r-sky-600\/100{
  border-right-color: rgb(2 132 199 / 1);
}

.border-r-sky-600\/20{
  border-right-color: rgb(2 132 199 / 0.2);
}

.border-r-sky-600\/25{
  border-right-color: rgb(2 132 199 / 0.25);
}

.border-r-sky-600\/30{
  border-right-color: rgb(2 132 199 / 0.3);
}

.border-r-sky-600\/40{
  border-right-color: rgb(2 132 199 / 0.4);
}

.border-r-sky-600\/5{
  border-right-color: rgb(2 132 199 / 0.05);
}

.border-r-sky-600\/50{
  border-right-color: rgb(2 132 199 / 0.5);
}

.border-r-sky-600\/60{
  border-right-color: rgb(2 132 199 / 0.6);
}

.border-r-sky-600\/70{
  border-right-color: rgb(2 132 199 / 0.7);
}

.border-r-sky-600\/75{
  border-right-color: rgb(2 132 199 / 0.75);
}

.border-r-sky-600\/80{
  border-right-color: rgb(2 132 199 / 0.8);
}

.border-r-sky-600\/90{
  border-right-color: rgb(2 132 199 / 0.9);
}

.border-r-sky-600\/95{
  border-right-color: rgb(2 132 199 / 0.95);
}

.border-r-sky-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-r-sky-700\/0{
  border-right-color: rgb(3 105 161 / 0);
}

.border-r-sky-700\/10{
  border-right-color: rgb(3 105 161 / 0.1);
}

.border-r-sky-700\/100{
  border-right-color: rgb(3 105 161 / 1);
}

.border-r-sky-700\/20{
  border-right-color: rgb(3 105 161 / 0.2);
}

.border-r-sky-700\/25{
  border-right-color: rgb(3 105 161 / 0.25);
}

.border-r-sky-700\/30{
  border-right-color: rgb(3 105 161 / 0.3);
}

.border-r-sky-700\/40{
  border-right-color: rgb(3 105 161 / 0.4);
}

.border-r-sky-700\/5{
  border-right-color: rgb(3 105 161 / 0.05);
}

.border-r-sky-700\/50{
  border-right-color: rgb(3 105 161 / 0.5);
}

.border-r-sky-700\/60{
  border-right-color: rgb(3 105 161 / 0.6);
}

.border-r-sky-700\/70{
  border-right-color: rgb(3 105 161 / 0.7);
}

.border-r-sky-700\/75{
  border-right-color: rgb(3 105 161 / 0.75);
}

.border-r-sky-700\/80{
  border-right-color: rgb(3 105 161 / 0.8);
}

.border-r-sky-700\/90{
  border-right-color: rgb(3 105 161 / 0.9);
}

.border-r-sky-700\/95{
  border-right-color: rgb(3 105 161 / 0.95);
}

.border-r-sky-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-r-sky-800\/0{
  border-right-color: rgb(7 89 133 / 0);
}

.border-r-sky-800\/10{
  border-right-color: rgb(7 89 133 / 0.1);
}

.border-r-sky-800\/100{
  border-right-color: rgb(7 89 133 / 1);
}

.border-r-sky-800\/20{
  border-right-color: rgb(7 89 133 / 0.2);
}

.border-r-sky-800\/25{
  border-right-color: rgb(7 89 133 / 0.25);
}

.border-r-sky-800\/30{
  border-right-color: rgb(7 89 133 / 0.3);
}

.border-r-sky-800\/40{
  border-right-color: rgb(7 89 133 / 0.4);
}

.border-r-sky-800\/5{
  border-right-color: rgb(7 89 133 / 0.05);
}

.border-r-sky-800\/50{
  border-right-color: rgb(7 89 133 / 0.5);
}

.border-r-sky-800\/60{
  border-right-color: rgb(7 89 133 / 0.6);
}

.border-r-sky-800\/70{
  border-right-color: rgb(7 89 133 / 0.7);
}

.border-r-sky-800\/75{
  border-right-color: rgb(7 89 133 / 0.75);
}

.border-r-sky-800\/80{
  border-right-color: rgb(7 89 133 / 0.8);
}

.border-r-sky-800\/90{
  border-right-color: rgb(7 89 133 / 0.9);
}

.border-r-sky-800\/95{
  border-right-color: rgb(7 89 133 / 0.95);
}

.border-r-sky-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-r-sky-900\/0{
  border-right-color: rgb(12 74 110 / 0);
}

.border-r-sky-900\/10{
  border-right-color: rgb(12 74 110 / 0.1);
}

.border-r-sky-900\/100{
  border-right-color: rgb(12 74 110 / 1);
}

.border-r-sky-900\/20{
  border-right-color: rgb(12 74 110 / 0.2);
}

.border-r-sky-900\/25{
  border-right-color: rgb(12 74 110 / 0.25);
}

.border-r-sky-900\/30{
  border-right-color: rgb(12 74 110 / 0.3);
}

.border-r-sky-900\/40{
  border-right-color: rgb(12 74 110 / 0.4);
}

.border-r-sky-900\/5{
  border-right-color: rgb(12 74 110 / 0.05);
}

.border-r-sky-900\/50{
  border-right-color: rgb(12 74 110 / 0.5);
}

.border-r-sky-900\/60{
  border-right-color: rgb(12 74 110 / 0.6);
}

.border-r-sky-900\/70{
  border-right-color: rgb(12 74 110 / 0.7);
}

.border-r-sky-900\/75{
  border-right-color: rgb(12 74 110 / 0.75);
}

.border-r-sky-900\/80{
  border-right-color: rgb(12 74 110 / 0.8);
}

.border-r-sky-900\/90{
  border-right-color: rgb(12 74 110 / 0.9);
}

.border-r-sky-900\/95{
  border-right-color: rgb(12 74 110 / 0.95);
}

.border-r-sky-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-r-sky-950\/0{
  border-right-color: rgb(8 47 73 / 0);
}

.border-r-sky-950\/10{
  border-right-color: rgb(8 47 73 / 0.1);
}

.border-r-sky-950\/100{
  border-right-color: rgb(8 47 73 / 1);
}

.border-r-sky-950\/20{
  border-right-color: rgb(8 47 73 / 0.2);
}

.border-r-sky-950\/25{
  border-right-color: rgb(8 47 73 / 0.25);
}

.border-r-sky-950\/30{
  border-right-color: rgb(8 47 73 / 0.3);
}

.border-r-sky-950\/40{
  border-right-color: rgb(8 47 73 / 0.4);
}

.border-r-sky-950\/5{
  border-right-color: rgb(8 47 73 / 0.05);
}

.border-r-sky-950\/50{
  border-right-color: rgb(8 47 73 / 0.5);
}

.border-r-sky-950\/60{
  border-right-color: rgb(8 47 73 / 0.6);
}

.border-r-sky-950\/70{
  border-right-color: rgb(8 47 73 / 0.7);
}

.border-r-sky-950\/75{
  border-right-color: rgb(8 47 73 / 0.75);
}

.border-r-sky-950\/80{
  border-right-color: rgb(8 47 73 / 0.8);
}

.border-r-sky-950\/90{
  border-right-color: rgb(8 47 73 / 0.9);
}

.border-r-sky-950\/95{
  border-right-color: rgb(8 47 73 / 0.95);
}

.border-r-slate-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-r-slate-100\/0{
  border-right-color: rgb(241 245 249 / 0);
}

.border-r-slate-100\/10{
  border-right-color: rgb(241 245 249 / 0.1);
}

.border-r-slate-100\/100{
  border-right-color: rgb(241 245 249 / 1);
}

.border-r-slate-100\/20{
  border-right-color: rgb(241 245 249 / 0.2);
}

.border-r-slate-100\/25{
  border-right-color: rgb(241 245 249 / 0.25);
}

.border-r-slate-100\/30{
  border-right-color: rgb(241 245 249 / 0.3);
}

.border-r-slate-100\/40{
  border-right-color: rgb(241 245 249 / 0.4);
}

.border-r-slate-100\/5{
  border-right-color: rgb(241 245 249 / 0.05);
}

.border-r-slate-100\/50{
  border-right-color: rgb(241 245 249 / 0.5);
}

.border-r-slate-100\/60{
  border-right-color: rgb(241 245 249 / 0.6);
}

.border-r-slate-100\/70{
  border-right-color: rgb(241 245 249 / 0.7);
}

.border-r-slate-100\/75{
  border-right-color: rgb(241 245 249 / 0.75);
}

.border-r-slate-100\/80{
  border-right-color: rgb(241 245 249 / 0.8);
}

.border-r-slate-100\/90{
  border-right-color: rgb(241 245 249 / 0.9);
}

.border-r-slate-100\/95{
  border-right-color: rgb(241 245 249 / 0.95);
}

.border-r-slate-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-r-slate-200\/0{
  border-right-color: rgb(226 232 240 / 0);
}

.border-r-slate-200\/10{
  border-right-color: rgb(226 232 240 / 0.1);
}

.border-r-slate-200\/100{
  border-right-color: rgb(226 232 240 / 1);
}

.border-r-slate-200\/20{
  border-right-color: rgb(226 232 240 / 0.2);
}

.border-r-slate-200\/25{
  border-right-color: rgb(226 232 240 / 0.25);
}

.border-r-slate-200\/30{
  border-right-color: rgb(226 232 240 / 0.3);
}

.border-r-slate-200\/40{
  border-right-color: rgb(226 232 240 / 0.4);
}

.border-r-slate-200\/5{
  border-right-color: rgb(226 232 240 / 0.05);
}

.border-r-slate-200\/50{
  border-right-color: rgb(226 232 240 / 0.5);
}

.border-r-slate-200\/60{
  border-right-color: rgb(226 232 240 / 0.6);
}

.border-r-slate-200\/70{
  border-right-color: rgb(226 232 240 / 0.7);
}

.border-r-slate-200\/75{
  border-right-color: rgb(226 232 240 / 0.75);
}

.border-r-slate-200\/80{
  border-right-color: rgb(226 232 240 / 0.8);
}

.border-r-slate-200\/90{
  border-right-color: rgb(226 232 240 / 0.9);
}

.border-r-slate-200\/95{
  border-right-color: rgb(226 232 240 / 0.95);
}

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

.border-r-slate-300\/0{
  border-right-color: rgb(203 213 225 / 0);
}

.border-r-slate-300\/10{
  border-right-color: rgb(203 213 225 / 0.1);
}

.border-r-slate-300\/100{
  border-right-color: rgb(203 213 225 / 1);
}

.border-r-slate-300\/20{
  border-right-color: rgb(203 213 225 / 0.2);
}

.border-r-slate-300\/25{
  border-right-color: rgb(203 213 225 / 0.25);
}

.border-r-slate-300\/30{
  border-right-color: rgb(203 213 225 / 0.3);
}

.border-r-slate-300\/40{
  border-right-color: rgb(203 213 225 / 0.4);
}

.border-r-slate-300\/5{
  border-right-color: rgb(203 213 225 / 0.05);
}

.border-r-slate-300\/50{
  border-right-color: rgb(203 213 225 / 0.5);
}

.border-r-slate-300\/60{
  border-right-color: rgb(203 213 225 / 0.6);
}

.border-r-slate-300\/70{
  border-right-color: rgb(203 213 225 / 0.7);
}

.border-r-slate-300\/75{
  border-right-color: rgb(203 213 225 / 0.75);
}

.border-r-slate-300\/80{
  border-right-color: rgb(203 213 225 / 0.8);
}

.border-r-slate-300\/90{
  border-right-color: rgb(203 213 225 / 0.9);
}

.border-r-slate-300\/95{
  border-right-color: rgb(203 213 225 / 0.95);
}

.border-r-slate-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-r-slate-400\/0{
  border-right-color: rgb(148 163 184 / 0);
}

.border-r-slate-400\/10{
  border-right-color: rgb(148 163 184 / 0.1);
}

.border-r-slate-400\/100{
  border-right-color: rgb(148 163 184 / 1);
}

.border-r-slate-400\/20{
  border-right-color: rgb(148 163 184 / 0.2);
}

.border-r-slate-400\/25{
  border-right-color: rgb(148 163 184 / 0.25);
}

.border-r-slate-400\/30{
  border-right-color: rgb(148 163 184 / 0.3);
}

.border-r-slate-400\/40{
  border-right-color: rgb(148 163 184 / 0.4);
}

.border-r-slate-400\/5{
  border-right-color: rgb(148 163 184 / 0.05);
}

.border-r-slate-400\/50{
  border-right-color: rgb(148 163 184 / 0.5);
}

.border-r-slate-400\/60{
  border-right-color: rgb(148 163 184 / 0.6);
}

.border-r-slate-400\/70{
  border-right-color: rgb(148 163 184 / 0.7);
}

.border-r-slate-400\/75{
  border-right-color: rgb(148 163 184 / 0.75);
}

.border-r-slate-400\/80{
  border-right-color: rgb(148 163 184 / 0.8);
}

.border-r-slate-400\/90{
  border-right-color: rgb(148 163 184 / 0.9);
}

.border-r-slate-400\/95{
  border-right-color: rgb(148 163 184 / 0.95);
}

.border-r-slate-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-r-slate-50\/0{
  border-right-color: rgb(248 250 252 / 0);
}

.border-r-slate-50\/10{
  border-right-color: rgb(248 250 252 / 0.1);
}

.border-r-slate-50\/100{
  border-right-color: rgb(248 250 252 / 1);
}

.border-r-slate-50\/20{
  border-right-color: rgb(248 250 252 / 0.2);
}

.border-r-slate-50\/25{
  border-right-color: rgb(248 250 252 / 0.25);
}

.border-r-slate-50\/30{
  border-right-color: rgb(248 250 252 / 0.3);
}

.border-r-slate-50\/40{
  border-right-color: rgb(248 250 252 / 0.4);
}

.border-r-slate-50\/5{
  border-right-color: rgb(248 250 252 / 0.05);
}

.border-r-slate-50\/50{
  border-right-color: rgb(248 250 252 / 0.5);
}

.border-r-slate-50\/60{
  border-right-color: rgb(248 250 252 / 0.6);
}

.border-r-slate-50\/70{
  border-right-color: rgb(248 250 252 / 0.7);
}

.border-r-slate-50\/75{
  border-right-color: rgb(248 250 252 / 0.75);
}

.border-r-slate-50\/80{
  border-right-color: rgb(248 250 252 / 0.8);
}

.border-r-slate-50\/90{
  border-right-color: rgb(248 250 252 / 0.9);
}

.border-r-slate-50\/95{
  border-right-color: rgb(248 250 252 / 0.95);
}

.border-r-slate-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-r-slate-500\/0{
  border-right-color: rgb(100 116 139 / 0);
}

.border-r-slate-500\/10{
  border-right-color: rgb(100 116 139 / 0.1);
}

.border-r-slate-500\/100{
  border-right-color: rgb(100 116 139 / 1);
}

.border-r-slate-500\/20{
  border-right-color: rgb(100 116 139 / 0.2);
}

.border-r-slate-500\/25{
  border-right-color: rgb(100 116 139 / 0.25);
}

.border-r-slate-500\/30{
  border-right-color: rgb(100 116 139 / 0.3);
}

.border-r-slate-500\/40{
  border-right-color: rgb(100 116 139 / 0.4);
}

.border-r-slate-500\/5{
  border-right-color: rgb(100 116 139 / 0.05);
}

.border-r-slate-500\/50{
  border-right-color: rgb(100 116 139 / 0.5);
}

.border-r-slate-500\/60{
  border-right-color: rgb(100 116 139 / 0.6);
}

.border-r-slate-500\/70{
  border-right-color: rgb(100 116 139 / 0.7);
}

.border-r-slate-500\/75{
  border-right-color: rgb(100 116 139 / 0.75);
}

.border-r-slate-500\/80{
  border-right-color: rgb(100 116 139 / 0.8);
}

.border-r-slate-500\/90{
  border-right-color: rgb(100 116 139 / 0.9);
}

.border-r-slate-500\/95{
  border-right-color: rgb(100 116 139 / 0.95);
}

.border-r-slate-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-r-slate-600\/0{
  border-right-color: rgb(71 85 105 / 0);
}

.border-r-slate-600\/10{
  border-right-color: rgb(71 85 105 / 0.1);
}

.border-r-slate-600\/100{
  border-right-color: rgb(71 85 105 / 1);
}

.border-r-slate-600\/20{
  border-right-color: rgb(71 85 105 / 0.2);
}

.border-r-slate-600\/25{
  border-right-color: rgb(71 85 105 / 0.25);
}

.border-r-slate-600\/30{
  border-right-color: rgb(71 85 105 / 0.3);
}

.border-r-slate-600\/40{
  border-right-color: rgb(71 85 105 / 0.4);
}

.border-r-slate-600\/5{
  border-right-color: rgb(71 85 105 / 0.05);
}

.border-r-slate-600\/50{
  border-right-color: rgb(71 85 105 / 0.5);
}

.border-r-slate-600\/60{
  border-right-color: rgb(71 85 105 / 0.6);
}

.border-r-slate-600\/70{
  border-right-color: rgb(71 85 105 / 0.7);
}

.border-r-slate-600\/75{
  border-right-color: rgb(71 85 105 / 0.75);
}

.border-r-slate-600\/80{
  border-right-color: rgb(71 85 105 / 0.8);
}

.border-r-slate-600\/90{
  border-right-color: rgb(71 85 105 / 0.9);
}

.border-r-slate-600\/95{
  border-right-color: rgb(71 85 105 / 0.95);
}

.border-r-slate-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-r-slate-700\/0{
  border-right-color: rgb(51 65 85 / 0);
}

.border-r-slate-700\/10{
  border-right-color: rgb(51 65 85 / 0.1);
}

.border-r-slate-700\/100{
  border-right-color: rgb(51 65 85 / 1);
}

.border-r-slate-700\/20{
  border-right-color: rgb(51 65 85 / 0.2);
}

.border-r-slate-700\/25{
  border-right-color: rgb(51 65 85 / 0.25);
}

.border-r-slate-700\/30{
  border-right-color: rgb(51 65 85 / 0.3);
}

.border-r-slate-700\/40{
  border-right-color: rgb(51 65 85 / 0.4);
}

.border-r-slate-700\/5{
  border-right-color: rgb(51 65 85 / 0.05);
}

.border-r-slate-700\/50{
  border-right-color: rgb(51 65 85 / 0.5);
}

.border-r-slate-700\/60{
  border-right-color: rgb(51 65 85 / 0.6);
}

.border-r-slate-700\/70{
  border-right-color: rgb(51 65 85 / 0.7);
}

.border-r-slate-700\/75{
  border-right-color: rgb(51 65 85 / 0.75);
}

.border-r-slate-700\/80{
  border-right-color: rgb(51 65 85 / 0.8);
}

.border-r-slate-700\/90{
  border-right-color: rgb(51 65 85 / 0.9);
}

.border-r-slate-700\/95{
  border-right-color: rgb(51 65 85 / 0.95);
}

.border-r-slate-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-r-slate-800\/0{
  border-right-color: rgb(30 41 59 / 0);
}

.border-r-slate-800\/10{
  border-right-color: rgb(30 41 59 / 0.1);
}

.border-r-slate-800\/100{
  border-right-color: rgb(30 41 59 / 1);
}

.border-r-slate-800\/20{
  border-right-color: rgb(30 41 59 / 0.2);
}

.border-r-slate-800\/25{
  border-right-color: rgb(30 41 59 / 0.25);
}

.border-r-slate-800\/30{
  border-right-color: rgb(30 41 59 / 0.3);
}

.border-r-slate-800\/40{
  border-right-color: rgb(30 41 59 / 0.4);
}

.border-r-slate-800\/5{
  border-right-color: rgb(30 41 59 / 0.05);
}

.border-r-slate-800\/50{
  border-right-color: rgb(30 41 59 / 0.5);
}

.border-r-slate-800\/60{
  border-right-color: rgb(30 41 59 / 0.6);
}

.border-r-slate-800\/70{
  border-right-color: rgb(30 41 59 / 0.7);
}

.border-r-slate-800\/75{
  border-right-color: rgb(30 41 59 / 0.75);
}

.border-r-slate-800\/80{
  border-right-color: rgb(30 41 59 / 0.8);
}

.border-r-slate-800\/90{
  border-right-color: rgb(30 41 59 / 0.9);
}

.border-r-slate-800\/95{
  border-right-color: rgb(30 41 59 / 0.95);
}

.border-r-slate-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-r-slate-900\/0{
  border-right-color: rgb(15 23 42 / 0);
}

.border-r-slate-900\/10{
  border-right-color: rgb(15 23 42 / 0.1);
}

.border-r-slate-900\/100{
  border-right-color: rgb(15 23 42 / 1);
}

.border-r-slate-900\/20{
  border-right-color: rgb(15 23 42 / 0.2);
}

.border-r-slate-900\/25{
  border-right-color: rgb(15 23 42 / 0.25);
}

.border-r-slate-900\/30{
  border-right-color: rgb(15 23 42 / 0.3);
}

.border-r-slate-900\/40{
  border-right-color: rgb(15 23 42 / 0.4);
}

.border-r-slate-900\/5{
  border-right-color: rgb(15 23 42 / 0.05);
}

.border-r-slate-900\/50{
  border-right-color: rgb(15 23 42 / 0.5);
}

.border-r-slate-900\/60{
  border-right-color: rgb(15 23 42 / 0.6);
}

.border-r-slate-900\/70{
  border-right-color: rgb(15 23 42 / 0.7);
}

.border-r-slate-900\/75{
  border-right-color: rgb(15 23 42 / 0.75);
}

.border-r-slate-900\/80{
  border-right-color: rgb(15 23 42 / 0.8);
}

.border-r-slate-900\/90{
  border-right-color: rgb(15 23 42 / 0.9);
}

.border-r-slate-900\/95{
  border-right-color: rgb(15 23 42 / 0.95);
}

.border-r-slate-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-r-slate-950\/0{
  border-right-color: rgb(2 6 23 / 0);
}

.border-r-slate-950\/10{
  border-right-color: rgb(2 6 23 / 0.1);
}

.border-r-slate-950\/100{
  border-right-color: rgb(2 6 23 / 1);
}

.border-r-slate-950\/20{
  border-right-color: rgb(2 6 23 / 0.2);
}

.border-r-slate-950\/25{
  border-right-color: rgb(2 6 23 / 0.25);
}

.border-r-slate-950\/30{
  border-right-color: rgb(2 6 23 / 0.3);
}

.border-r-slate-950\/40{
  border-right-color: rgb(2 6 23 / 0.4);
}

.border-r-slate-950\/5{
  border-right-color: rgb(2 6 23 / 0.05);
}

.border-r-slate-950\/50{
  border-right-color: rgb(2 6 23 / 0.5);
}

.border-r-slate-950\/60{
  border-right-color: rgb(2 6 23 / 0.6);
}

.border-r-slate-950\/70{
  border-right-color: rgb(2 6 23 / 0.7);
}

.border-r-slate-950\/75{
  border-right-color: rgb(2 6 23 / 0.75);
}

.border-r-slate-950\/80{
  border-right-color: rgb(2 6 23 / 0.8);
}

.border-r-slate-950\/90{
  border-right-color: rgb(2 6 23 / 0.9);
}

.border-r-slate-950\/95{
  border-right-color: rgb(2 6 23 / 0.95);
}

.border-r-stone-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-r-stone-100\/0{
  border-right-color: rgb(245 245 244 / 0);
}

.border-r-stone-100\/10{
  border-right-color: rgb(245 245 244 / 0.1);
}

.border-r-stone-100\/100{
  border-right-color: rgb(245 245 244 / 1);
}

.border-r-stone-100\/20{
  border-right-color: rgb(245 245 244 / 0.2);
}

.border-r-stone-100\/25{
  border-right-color: rgb(245 245 244 / 0.25);
}

.border-r-stone-100\/30{
  border-right-color: rgb(245 245 244 / 0.3);
}

.border-r-stone-100\/40{
  border-right-color: rgb(245 245 244 / 0.4);
}

.border-r-stone-100\/5{
  border-right-color: rgb(245 245 244 / 0.05);
}

.border-r-stone-100\/50{
  border-right-color: rgb(245 245 244 / 0.5);
}

.border-r-stone-100\/60{
  border-right-color: rgb(245 245 244 / 0.6);
}

.border-r-stone-100\/70{
  border-right-color: rgb(245 245 244 / 0.7);
}

.border-r-stone-100\/75{
  border-right-color: rgb(245 245 244 / 0.75);
}

.border-r-stone-100\/80{
  border-right-color: rgb(245 245 244 / 0.8);
}

.border-r-stone-100\/90{
  border-right-color: rgb(245 245 244 / 0.9);
}

.border-r-stone-100\/95{
  border-right-color: rgb(245 245 244 / 0.95);
}

.border-r-stone-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-r-stone-200\/0{
  border-right-color: rgb(231 229 228 / 0);
}

.border-r-stone-200\/10{
  border-right-color: rgb(231 229 228 / 0.1);
}

.border-r-stone-200\/100{
  border-right-color: rgb(231 229 228 / 1);
}

.border-r-stone-200\/20{
  border-right-color: rgb(231 229 228 / 0.2);
}

.border-r-stone-200\/25{
  border-right-color: rgb(231 229 228 / 0.25);
}

.border-r-stone-200\/30{
  border-right-color: rgb(231 229 228 / 0.3);
}

.border-r-stone-200\/40{
  border-right-color: rgb(231 229 228 / 0.4);
}

.border-r-stone-200\/5{
  border-right-color: rgb(231 229 228 / 0.05);
}

.border-r-stone-200\/50{
  border-right-color: rgb(231 229 228 / 0.5);
}

.border-r-stone-200\/60{
  border-right-color: rgb(231 229 228 / 0.6);
}

.border-r-stone-200\/70{
  border-right-color: rgb(231 229 228 / 0.7);
}

.border-r-stone-200\/75{
  border-right-color: rgb(231 229 228 / 0.75);
}

.border-r-stone-200\/80{
  border-right-color: rgb(231 229 228 / 0.8);
}

.border-r-stone-200\/90{
  border-right-color: rgb(231 229 228 / 0.9);
}

.border-r-stone-200\/95{
  border-right-color: rgb(231 229 228 / 0.95);
}

.border-r-stone-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-r-stone-300\/0{
  border-right-color: rgb(214 211 209 / 0);
}

.border-r-stone-300\/10{
  border-right-color: rgb(214 211 209 / 0.1);
}

.border-r-stone-300\/100{
  border-right-color: rgb(214 211 209 / 1);
}

.border-r-stone-300\/20{
  border-right-color: rgb(214 211 209 / 0.2);
}

.border-r-stone-300\/25{
  border-right-color: rgb(214 211 209 / 0.25);
}

.border-r-stone-300\/30{
  border-right-color: rgb(214 211 209 / 0.3);
}

.border-r-stone-300\/40{
  border-right-color: rgb(214 211 209 / 0.4);
}

.border-r-stone-300\/5{
  border-right-color: rgb(214 211 209 / 0.05);
}

.border-r-stone-300\/50{
  border-right-color: rgb(214 211 209 / 0.5);
}

.border-r-stone-300\/60{
  border-right-color: rgb(214 211 209 / 0.6);
}

.border-r-stone-300\/70{
  border-right-color: rgb(214 211 209 / 0.7);
}

.border-r-stone-300\/75{
  border-right-color: rgb(214 211 209 / 0.75);
}

.border-r-stone-300\/80{
  border-right-color: rgb(214 211 209 / 0.8);
}

.border-r-stone-300\/90{
  border-right-color: rgb(214 211 209 / 0.9);
}

.border-r-stone-300\/95{
  border-right-color: rgb(214 211 209 / 0.95);
}

.border-r-stone-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-r-stone-400\/0{
  border-right-color: rgb(168 162 158 / 0);
}

.border-r-stone-400\/10{
  border-right-color: rgb(168 162 158 / 0.1);
}

.border-r-stone-400\/100{
  border-right-color: rgb(168 162 158 / 1);
}

.border-r-stone-400\/20{
  border-right-color: rgb(168 162 158 / 0.2);
}

.border-r-stone-400\/25{
  border-right-color: rgb(168 162 158 / 0.25);
}

.border-r-stone-400\/30{
  border-right-color: rgb(168 162 158 / 0.3);
}

.border-r-stone-400\/40{
  border-right-color: rgb(168 162 158 / 0.4);
}

.border-r-stone-400\/5{
  border-right-color: rgb(168 162 158 / 0.05);
}

.border-r-stone-400\/50{
  border-right-color: rgb(168 162 158 / 0.5);
}

.border-r-stone-400\/60{
  border-right-color: rgb(168 162 158 / 0.6);
}

.border-r-stone-400\/70{
  border-right-color: rgb(168 162 158 / 0.7);
}

.border-r-stone-400\/75{
  border-right-color: rgb(168 162 158 / 0.75);
}

.border-r-stone-400\/80{
  border-right-color: rgb(168 162 158 / 0.8);
}

.border-r-stone-400\/90{
  border-right-color: rgb(168 162 158 / 0.9);
}

.border-r-stone-400\/95{
  border-right-color: rgb(168 162 158 / 0.95);
}

.border-r-stone-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-r-stone-50\/0{
  border-right-color: rgb(250 250 249 / 0);
}

.border-r-stone-50\/10{
  border-right-color: rgb(250 250 249 / 0.1);
}

.border-r-stone-50\/100{
  border-right-color: rgb(250 250 249 / 1);
}

.border-r-stone-50\/20{
  border-right-color: rgb(250 250 249 / 0.2);
}

.border-r-stone-50\/25{
  border-right-color: rgb(250 250 249 / 0.25);
}

.border-r-stone-50\/30{
  border-right-color: rgb(250 250 249 / 0.3);
}

.border-r-stone-50\/40{
  border-right-color: rgb(250 250 249 / 0.4);
}

.border-r-stone-50\/5{
  border-right-color: rgb(250 250 249 / 0.05);
}

.border-r-stone-50\/50{
  border-right-color: rgb(250 250 249 / 0.5);
}

.border-r-stone-50\/60{
  border-right-color: rgb(250 250 249 / 0.6);
}

.border-r-stone-50\/70{
  border-right-color: rgb(250 250 249 / 0.7);
}

.border-r-stone-50\/75{
  border-right-color: rgb(250 250 249 / 0.75);
}

.border-r-stone-50\/80{
  border-right-color: rgb(250 250 249 / 0.8);
}

.border-r-stone-50\/90{
  border-right-color: rgb(250 250 249 / 0.9);
}

.border-r-stone-50\/95{
  border-right-color: rgb(250 250 249 / 0.95);
}

.border-r-stone-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-r-stone-500\/0{
  border-right-color: rgb(120 113 108 / 0);
}

.border-r-stone-500\/10{
  border-right-color: rgb(120 113 108 / 0.1);
}

.border-r-stone-500\/100{
  border-right-color: rgb(120 113 108 / 1);
}

.border-r-stone-500\/20{
  border-right-color: rgb(120 113 108 / 0.2);
}

.border-r-stone-500\/25{
  border-right-color: rgb(120 113 108 / 0.25);
}

.border-r-stone-500\/30{
  border-right-color: rgb(120 113 108 / 0.3);
}

.border-r-stone-500\/40{
  border-right-color: rgb(120 113 108 / 0.4);
}

.border-r-stone-500\/5{
  border-right-color: rgb(120 113 108 / 0.05);
}

.border-r-stone-500\/50{
  border-right-color: rgb(120 113 108 / 0.5);
}

.border-r-stone-500\/60{
  border-right-color: rgb(120 113 108 / 0.6);
}

.border-r-stone-500\/70{
  border-right-color: rgb(120 113 108 / 0.7);
}

.border-r-stone-500\/75{
  border-right-color: rgb(120 113 108 / 0.75);
}

.border-r-stone-500\/80{
  border-right-color: rgb(120 113 108 / 0.8);
}

.border-r-stone-500\/90{
  border-right-color: rgb(120 113 108 / 0.9);
}

.border-r-stone-500\/95{
  border-right-color: rgb(120 113 108 / 0.95);
}

.border-r-stone-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-r-stone-600\/0{
  border-right-color: rgb(87 83 78 / 0);
}

.border-r-stone-600\/10{
  border-right-color: rgb(87 83 78 / 0.1);
}

.border-r-stone-600\/100{
  border-right-color: rgb(87 83 78 / 1);
}

.border-r-stone-600\/20{
  border-right-color: rgb(87 83 78 / 0.2);
}

.border-r-stone-600\/25{
  border-right-color: rgb(87 83 78 / 0.25);
}

.border-r-stone-600\/30{
  border-right-color: rgb(87 83 78 / 0.3);
}

.border-r-stone-600\/40{
  border-right-color: rgb(87 83 78 / 0.4);
}

.border-r-stone-600\/5{
  border-right-color: rgb(87 83 78 / 0.05);
}

.border-r-stone-600\/50{
  border-right-color: rgb(87 83 78 / 0.5);
}

.border-r-stone-600\/60{
  border-right-color: rgb(87 83 78 / 0.6);
}

.border-r-stone-600\/70{
  border-right-color: rgb(87 83 78 / 0.7);
}

.border-r-stone-600\/75{
  border-right-color: rgb(87 83 78 / 0.75);
}

.border-r-stone-600\/80{
  border-right-color: rgb(87 83 78 / 0.8);
}

.border-r-stone-600\/90{
  border-right-color: rgb(87 83 78 / 0.9);
}

.border-r-stone-600\/95{
  border-right-color: rgb(87 83 78 / 0.95);
}

.border-r-stone-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-r-stone-700\/0{
  border-right-color: rgb(68 64 60 / 0);
}

.border-r-stone-700\/10{
  border-right-color: rgb(68 64 60 / 0.1);
}

.border-r-stone-700\/100{
  border-right-color: rgb(68 64 60 / 1);
}

.border-r-stone-700\/20{
  border-right-color: rgb(68 64 60 / 0.2);
}

.border-r-stone-700\/25{
  border-right-color: rgb(68 64 60 / 0.25);
}

.border-r-stone-700\/30{
  border-right-color: rgb(68 64 60 / 0.3);
}

.border-r-stone-700\/40{
  border-right-color: rgb(68 64 60 / 0.4);
}

.border-r-stone-700\/5{
  border-right-color: rgb(68 64 60 / 0.05);
}

.border-r-stone-700\/50{
  border-right-color: rgb(68 64 60 / 0.5);
}

.border-r-stone-700\/60{
  border-right-color: rgb(68 64 60 / 0.6);
}

.border-r-stone-700\/70{
  border-right-color: rgb(68 64 60 / 0.7);
}

.border-r-stone-700\/75{
  border-right-color: rgb(68 64 60 / 0.75);
}

.border-r-stone-700\/80{
  border-right-color: rgb(68 64 60 / 0.8);
}

.border-r-stone-700\/90{
  border-right-color: rgb(68 64 60 / 0.9);
}

.border-r-stone-700\/95{
  border-right-color: rgb(68 64 60 / 0.95);
}

.border-r-stone-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-r-stone-800\/0{
  border-right-color: rgb(41 37 36 / 0);
}

.border-r-stone-800\/10{
  border-right-color: rgb(41 37 36 / 0.1);
}

.border-r-stone-800\/100{
  border-right-color: rgb(41 37 36 / 1);
}

.border-r-stone-800\/20{
  border-right-color: rgb(41 37 36 / 0.2);
}

.border-r-stone-800\/25{
  border-right-color: rgb(41 37 36 / 0.25);
}

.border-r-stone-800\/30{
  border-right-color: rgb(41 37 36 / 0.3);
}

.border-r-stone-800\/40{
  border-right-color: rgb(41 37 36 / 0.4);
}

.border-r-stone-800\/5{
  border-right-color: rgb(41 37 36 / 0.05);
}

.border-r-stone-800\/50{
  border-right-color: rgb(41 37 36 / 0.5);
}

.border-r-stone-800\/60{
  border-right-color: rgb(41 37 36 / 0.6);
}

.border-r-stone-800\/70{
  border-right-color: rgb(41 37 36 / 0.7);
}

.border-r-stone-800\/75{
  border-right-color: rgb(41 37 36 / 0.75);
}

.border-r-stone-800\/80{
  border-right-color: rgb(41 37 36 / 0.8);
}

.border-r-stone-800\/90{
  border-right-color: rgb(41 37 36 / 0.9);
}

.border-r-stone-800\/95{
  border-right-color: rgb(41 37 36 / 0.95);
}

.border-r-stone-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-r-stone-900\/0{
  border-right-color: rgb(28 25 23 / 0);
}

.border-r-stone-900\/10{
  border-right-color: rgb(28 25 23 / 0.1);
}

.border-r-stone-900\/100{
  border-right-color: rgb(28 25 23 / 1);
}

.border-r-stone-900\/20{
  border-right-color: rgb(28 25 23 / 0.2);
}

.border-r-stone-900\/25{
  border-right-color: rgb(28 25 23 / 0.25);
}

.border-r-stone-900\/30{
  border-right-color: rgb(28 25 23 / 0.3);
}

.border-r-stone-900\/40{
  border-right-color: rgb(28 25 23 / 0.4);
}

.border-r-stone-900\/5{
  border-right-color: rgb(28 25 23 / 0.05);
}

.border-r-stone-900\/50{
  border-right-color: rgb(28 25 23 / 0.5);
}

.border-r-stone-900\/60{
  border-right-color: rgb(28 25 23 / 0.6);
}

.border-r-stone-900\/70{
  border-right-color: rgb(28 25 23 / 0.7);
}

.border-r-stone-900\/75{
  border-right-color: rgb(28 25 23 / 0.75);
}

.border-r-stone-900\/80{
  border-right-color: rgb(28 25 23 / 0.8);
}

.border-r-stone-900\/90{
  border-right-color: rgb(28 25 23 / 0.9);
}

.border-r-stone-900\/95{
  border-right-color: rgb(28 25 23 / 0.95);
}

.border-r-stone-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-r-stone-950\/0{
  border-right-color: rgb(12 10 9 / 0);
}

.border-r-stone-950\/10{
  border-right-color: rgb(12 10 9 / 0.1);
}

.border-r-stone-950\/100{
  border-right-color: rgb(12 10 9 / 1);
}

.border-r-stone-950\/20{
  border-right-color: rgb(12 10 9 / 0.2);
}

.border-r-stone-950\/25{
  border-right-color: rgb(12 10 9 / 0.25);
}

.border-r-stone-950\/30{
  border-right-color: rgb(12 10 9 / 0.3);
}

.border-r-stone-950\/40{
  border-right-color: rgb(12 10 9 / 0.4);
}

.border-r-stone-950\/5{
  border-right-color: rgb(12 10 9 / 0.05);
}

.border-r-stone-950\/50{
  border-right-color: rgb(12 10 9 / 0.5);
}

.border-r-stone-950\/60{
  border-right-color: rgb(12 10 9 / 0.6);
}

.border-r-stone-950\/70{
  border-right-color: rgb(12 10 9 / 0.7);
}

.border-r-stone-950\/75{
  border-right-color: rgb(12 10 9 / 0.75);
}

.border-r-stone-950\/80{
  border-right-color: rgb(12 10 9 / 0.8);
}

.border-r-stone-950\/90{
  border-right-color: rgb(12 10 9 / 0.9);
}

.border-r-stone-950\/95{
  border-right-color: rgb(12 10 9 / 0.95);
}

.border-r-teal-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.border-r-teal-100\/0{
  border-right-color: rgb(204 251 241 / 0);
}

.border-r-teal-100\/10{
  border-right-color: rgb(204 251 241 / 0.1);
}

.border-r-teal-100\/100{
  border-right-color: rgb(204 251 241 / 1);
}

.border-r-teal-100\/20{
  border-right-color: rgb(204 251 241 / 0.2);
}

.border-r-teal-100\/25{
  border-right-color: rgb(204 251 241 / 0.25);
}

.border-r-teal-100\/30{
  border-right-color: rgb(204 251 241 / 0.3);
}

.border-r-teal-100\/40{
  border-right-color: rgb(204 251 241 / 0.4);
}

.border-r-teal-100\/5{
  border-right-color: rgb(204 251 241 / 0.05);
}

.border-r-teal-100\/50{
  border-right-color: rgb(204 251 241 / 0.5);
}

.border-r-teal-100\/60{
  border-right-color: rgb(204 251 241 / 0.6);
}

.border-r-teal-100\/70{
  border-right-color: rgb(204 251 241 / 0.7);
}

.border-r-teal-100\/75{
  border-right-color: rgb(204 251 241 / 0.75);
}

.border-r-teal-100\/80{
  border-right-color: rgb(204 251 241 / 0.8);
}

.border-r-teal-100\/90{
  border-right-color: rgb(204 251 241 / 0.9);
}

.border-r-teal-100\/95{
  border-right-color: rgb(204 251 241 / 0.95);
}

.border-r-teal-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-r-teal-200\/0{
  border-right-color: rgb(153 246 228 / 0);
}

.border-r-teal-200\/10{
  border-right-color: rgb(153 246 228 / 0.1);
}

.border-r-teal-200\/100{
  border-right-color: rgb(153 246 228 / 1);
}

.border-r-teal-200\/20{
  border-right-color: rgb(153 246 228 / 0.2);
}

.border-r-teal-200\/25{
  border-right-color: rgb(153 246 228 / 0.25);
}

.border-r-teal-200\/30{
  border-right-color: rgb(153 246 228 / 0.3);
}

.border-r-teal-200\/40{
  border-right-color: rgb(153 246 228 / 0.4);
}

.border-r-teal-200\/5{
  border-right-color: rgb(153 246 228 / 0.05);
}

.border-r-teal-200\/50{
  border-right-color: rgb(153 246 228 / 0.5);
}

.border-r-teal-200\/60{
  border-right-color: rgb(153 246 228 / 0.6);
}

.border-r-teal-200\/70{
  border-right-color: rgb(153 246 228 / 0.7);
}

.border-r-teal-200\/75{
  border-right-color: rgb(153 246 228 / 0.75);
}

.border-r-teal-200\/80{
  border-right-color: rgb(153 246 228 / 0.8);
}

.border-r-teal-200\/90{
  border-right-color: rgb(153 246 228 / 0.9);
}

.border-r-teal-200\/95{
  border-right-color: rgb(153 246 228 / 0.95);
}

.border-r-teal-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-r-teal-300\/0{
  border-right-color: rgb(94 234 212 / 0);
}

.border-r-teal-300\/10{
  border-right-color: rgb(94 234 212 / 0.1);
}

.border-r-teal-300\/100{
  border-right-color: rgb(94 234 212 / 1);
}

.border-r-teal-300\/20{
  border-right-color: rgb(94 234 212 / 0.2);
}

.border-r-teal-300\/25{
  border-right-color: rgb(94 234 212 / 0.25);
}

.border-r-teal-300\/30{
  border-right-color: rgb(94 234 212 / 0.3);
}

.border-r-teal-300\/40{
  border-right-color: rgb(94 234 212 / 0.4);
}

.border-r-teal-300\/5{
  border-right-color: rgb(94 234 212 / 0.05);
}

.border-r-teal-300\/50{
  border-right-color: rgb(94 234 212 / 0.5);
}

.border-r-teal-300\/60{
  border-right-color: rgb(94 234 212 / 0.6);
}

.border-r-teal-300\/70{
  border-right-color: rgb(94 234 212 / 0.7);
}

.border-r-teal-300\/75{
  border-right-color: rgb(94 234 212 / 0.75);
}

.border-r-teal-300\/80{
  border-right-color: rgb(94 234 212 / 0.8);
}

.border-r-teal-300\/90{
  border-right-color: rgb(94 234 212 / 0.9);
}

.border-r-teal-300\/95{
  border-right-color: rgb(94 234 212 / 0.95);
}

.border-r-teal-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-r-teal-400\/0{
  border-right-color: rgb(45 212 191 / 0);
}

.border-r-teal-400\/10{
  border-right-color: rgb(45 212 191 / 0.1);
}

.border-r-teal-400\/100{
  border-right-color: rgb(45 212 191 / 1);
}

.border-r-teal-400\/20{
  border-right-color: rgb(45 212 191 / 0.2);
}

.border-r-teal-400\/25{
  border-right-color: rgb(45 212 191 / 0.25);
}

.border-r-teal-400\/30{
  border-right-color: rgb(45 212 191 / 0.3);
}

.border-r-teal-400\/40{
  border-right-color: rgb(45 212 191 / 0.4);
}

.border-r-teal-400\/5{
  border-right-color: rgb(45 212 191 / 0.05);
}

.border-r-teal-400\/50{
  border-right-color: rgb(45 212 191 / 0.5);
}

.border-r-teal-400\/60{
  border-right-color: rgb(45 212 191 / 0.6);
}

.border-r-teal-400\/70{
  border-right-color: rgb(45 212 191 / 0.7);
}

.border-r-teal-400\/75{
  border-right-color: rgb(45 212 191 / 0.75);
}

.border-r-teal-400\/80{
  border-right-color: rgb(45 212 191 / 0.8);
}

.border-r-teal-400\/90{
  border-right-color: rgb(45 212 191 / 0.9);
}

.border-r-teal-400\/95{
  border-right-color: rgb(45 212 191 / 0.95);
}

.border-r-teal-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-r-teal-50\/0{
  border-right-color: rgb(240 253 250 / 0);
}

.border-r-teal-50\/10{
  border-right-color: rgb(240 253 250 / 0.1);
}

.border-r-teal-50\/100{
  border-right-color: rgb(240 253 250 / 1);
}

.border-r-teal-50\/20{
  border-right-color: rgb(240 253 250 / 0.2);
}

.border-r-teal-50\/25{
  border-right-color: rgb(240 253 250 / 0.25);
}

.border-r-teal-50\/30{
  border-right-color: rgb(240 253 250 / 0.3);
}

.border-r-teal-50\/40{
  border-right-color: rgb(240 253 250 / 0.4);
}

.border-r-teal-50\/5{
  border-right-color: rgb(240 253 250 / 0.05);
}

.border-r-teal-50\/50{
  border-right-color: rgb(240 253 250 / 0.5);
}

.border-r-teal-50\/60{
  border-right-color: rgb(240 253 250 / 0.6);
}

.border-r-teal-50\/70{
  border-right-color: rgb(240 253 250 / 0.7);
}

.border-r-teal-50\/75{
  border-right-color: rgb(240 253 250 / 0.75);
}

.border-r-teal-50\/80{
  border-right-color: rgb(240 253 250 / 0.8);
}

.border-r-teal-50\/90{
  border-right-color: rgb(240 253 250 / 0.9);
}

.border-r-teal-50\/95{
  border-right-color: rgb(240 253 250 / 0.95);
}

.border-r-teal-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-r-teal-500\/0{
  border-right-color: rgb(20 184 166 / 0);
}

.border-r-teal-500\/10{
  border-right-color: rgb(20 184 166 / 0.1);
}

.border-r-teal-500\/100{
  border-right-color: rgb(20 184 166 / 1);
}

.border-r-teal-500\/20{
  border-right-color: rgb(20 184 166 / 0.2);
}

.border-r-teal-500\/25{
  border-right-color: rgb(20 184 166 / 0.25);
}

.border-r-teal-500\/30{
  border-right-color: rgb(20 184 166 / 0.3);
}

.border-r-teal-500\/40{
  border-right-color: rgb(20 184 166 / 0.4);
}

.border-r-teal-500\/5{
  border-right-color: rgb(20 184 166 / 0.05);
}

.border-r-teal-500\/50{
  border-right-color: rgb(20 184 166 / 0.5);
}

.border-r-teal-500\/60{
  border-right-color: rgb(20 184 166 / 0.6);
}

.border-r-teal-500\/70{
  border-right-color: rgb(20 184 166 / 0.7);
}

.border-r-teal-500\/75{
  border-right-color: rgb(20 184 166 / 0.75);
}

.border-r-teal-500\/80{
  border-right-color: rgb(20 184 166 / 0.8);
}

.border-r-teal-500\/90{
  border-right-color: rgb(20 184 166 / 0.9);
}

.border-r-teal-500\/95{
  border-right-color: rgb(20 184 166 / 0.95);
}

.border-r-teal-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-r-teal-600\/0{
  border-right-color: rgb(13 148 136 / 0);
}

.border-r-teal-600\/10{
  border-right-color: rgb(13 148 136 / 0.1);
}

.border-r-teal-600\/100{
  border-right-color: rgb(13 148 136 / 1);
}

.border-r-teal-600\/20{
  border-right-color: rgb(13 148 136 / 0.2);
}

.border-r-teal-600\/25{
  border-right-color: rgb(13 148 136 / 0.25);
}

.border-r-teal-600\/30{
  border-right-color: rgb(13 148 136 / 0.3);
}

.border-r-teal-600\/40{
  border-right-color: rgb(13 148 136 / 0.4);
}

.border-r-teal-600\/5{
  border-right-color: rgb(13 148 136 / 0.05);
}

.border-r-teal-600\/50{
  border-right-color: rgb(13 148 136 / 0.5);
}

.border-r-teal-600\/60{
  border-right-color: rgb(13 148 136 / 0.6);
}

.border-r-teal-600\/70{
  border-right-color: rgb(13 148 136 / 0.7);
}

.border-r-teal-600\/75{
  border-right-color: rgb(13 148 136 / 0.75);
}

.border-r-teal-600\/80{
  border-right-color: rgb(13 148 136 / 0.8);
}

.border-r-teal-600\/90{
  border-right-color: rgb(13 148 136 / 0.9);
}

.border-r-teal-600\/95{
  border-right-color: rgb(13 148 136 / 0.95);
}

.border-r-teal-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-r-teal-700\/0{
  border-right-color: rgb(15 118 110 / 0);
}

.border-r-teal-700\/10{
  border-right-color: rgb(15 118 110 / 0.1);
}

.border-r-teal-700\/100{
  border-right-color: rgb(15 118 110 / 1);
}

.border-r-teal-700\/20{
  border-right-color: rgb(15 118 110 / 0.2);
}

.border-r-teal-700\/25{
  border-right-color: rgb(15 118 110 / 0.25);
}

.border-r-teal-700\/30{
  border-right-color: rgb(15 118 110 / 0.3);
}

.border-r-teal-700\/40{
  border-right-color: rgb(15 118 110 / 0.4);
}

.border-r-teal-700\/5{
  border-right-color: rgb(15 118 110 / 0.05);
}

.border-r-teal-700\/50{
  border-right-color: rgb(15 118 110 / 0.5);
}

.border-r-teal-700\/60{
  border-right-color: rgb(15 118 110 / 0.6);
}

.border-r-teal-700\/70{
  border-right-color: rgb(15 118 110 / 0.7);
}

.border-r-teal-700\/75{
  border-right-color: rgb(15 118 110 / 0.75);
}

.border-r-teal-700\/80{
  border-right-color: rgb(15 118 110 / 0.8);
}

.border-r-teal-700\/90{
  border-right-color: rgb(15 118 110 / 0.9);
}

.border-r-teal-700\/95{
  border-right-color: rgb(15 118 110 / 0.95);
}

.border-r-teal-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-r-teal-800\/0{
  border-right-color: rgb(17 94 89 / 0);
}

.border-r-teal-800\/10{
  border-right-color: rgb(17 94 89 / 0.1);
}

.border-r-teal-800\/100{
  border-right-color: rgb(17 94 89 / 1);
}

.border-r-teal-800\/20{
  border-right-color: rgb(17 94 89 / 0.2);
}

.border-r-teal-800\/25{
  border-right-color: rgb(17 94 89 / 0.25);
}

.border-r-teal-800\/30{
  border-right-color: rgb(17 94 89 / 0.3);
}

.border-r-teal-800\/40{
  border-right-color: rgb(17 94 89 / 0.4);
}

.border-r-teal-800\/5{
  border-right-color: rgb(17 94 89 / 0.05);
}

.border-r-teal-800\/50{
  border-right-color: rgb(17 94 89 / 0.5);
}

.border-r-teal-800\/60{
  border-right-color: rgb(17 94 89 / 0.6);
}

.border-r-teal-800\/70{
  border-right-color: rgb(17 94 89 / 0.7);
}

.border-r-teal-800\/75{
  border-right-color: rgb(17 94 89 / 0.75);
}

.border-r-teal-800\/80{
  border-right-color: rgb(17 94 89 / 0.8);
}

.border-r-teal-800\/90{
  border-right-color: rgb(17 94 89 / 0.9);
}

.border-r-teal-800\/95{
  border-right-color: rgb(17 94 89 / 0.95);
}

.border-r-teal-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-r-teal-900\/0{
  border-right-color: rgb(19 78 74 / 0);
}

.border-r-teal-900\/10{
  border-right-color: rgb(19 78 74 / 0.1);
}

.border-r-teal-900\/100{
  border-right-color: rgb(19 78 74 / 1);
}

.border-r-teal-900\/20{
  border-right-color: rgb(19 78 74 / 0.2);
}

.border-r-teal-900\/25{
  border-right-color: rgb(19 78 74 / 0.25);
}

.border-r-teal-900\/30{
  border-right-color: rgb(19 78 74 / 0.3);
}

.border-r-teal-900\/40{
  border-right-color: rgb(19 78 74 / 0.4);
}

.border-r-teal-900\/5{
  border-right-color: rgb(19 78 74 / 0.05);
}

.border-r-teal-900\/50{
  border-right-color: rgb(19 78 74 / 0.5);
}

.border-r-teal-900\/60{
  border-right-color: rgb(19 78 74 / 0.6);
}

.border-r-teal-900\/70{
  border-right-color: rgb(19 78 74 / 0.7);
}

.border-r-teal-900\/75{
  border-right-color: rgb(19 78 74 / 0.75);
}

.border-r-teal-900\/80{
  border-right-color: rgb(19 78 74 / 0.8);
}

.border-r-teal-900\/90{
  border-right-color: rgb(19 78 74 / 0.9);
}

.border-r-teal-900\/95{
  border-right-color: rgb(19 78 74 / 0.95);
}

.border-r-teal-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-r-teal-950\/0{
  border-right-color: rgb(4 47 46 / 0);
}

.border-r-teal-950\/10{
  border-right-color: rgb(4 47 46 / 0.1);
}

.border-r-teal-950\/100{
  border-right-color: rgb(4 47 46 / 1);
}

.border-r-teal-950\/20{
  border-right-color: rgb(4 47 46 / 0.2);
}

.border-r-teal-950\/25{
  border-right-color: rgb(4 47 46 / 0.25);
}

.border-r-teal-950\/30{
  border-right-color: rgb(4 47 46 / 0.3);
}

.border-r-teal-950\/40{
  border-right-color: rgb(4 47 46 / 0.4);
}

.border-r-teal-950\/5{
  border-right-color: rgb(4 47 46 / 0.05);
}

.border-r-teal-950\/50{
  border-right-color: rgb(4 47 46 / 0.5);
}

.border-r-teal-950\/60{
  border-right-color: rgb(4 47 46 / 0.6);
}

.border-r-teal-950\/70{
  border-right-color: rgb(4 47 46 / 0.7);
}

.border-r-teal-950\/75{
  border-right-color: rgb(4 47 46 / 0.75);
}

.border-r-teal-950\/80{
  border-right-color: rgb(4 47 46 / 0.8);
}

.border-r-teal-950\/90{
  border-right-color: rgb(4 47 46 / 0.9);
}

.border-r-teal-950\/95{
  border-right-color: rgb(4 47 46 / 0.95);
}

.border-r-transparent{
  border-right-color: transparent;
}

.border-r-transparent\/0{
  border-right-color: rgb(0 0 0 / 0);
}

.border-r-transparent\/10{
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-r-transparent\/100{
  border-right-color: rgb(0 0 0 / 1);
}

.border-r-transparent\/20{
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-r-transparent\/25{
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-r-transparent\/30{
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-r-transparent\/40{
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-r-transparent\/5{
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-r-transparent\/50{
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-r-transparent\/60{
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-r-transparent\/70{
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-r-transparent\/75{
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-r-transparent\/80{
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-r-transparent\/90{
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-r-transparent\/95{
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-r-violet-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-r-violet-100\/0{
  border-right-color: rgb(237 233 254 / 0);
}

.border-r-violet-100\/10{
  border-right-color: rgb(237 233 254 / 0.1);
}

.border-r-violet-100\/100{
  border-right-color: rgb(237 233 254 / 1);
}

.border-r-violet-100\/20{
  border-right-color: rgb(237 233 254 / 0.2);
}

.border-r-violet-100\/25{
  border-right-color: rgb(237 233 254 / 0.25);
}

.border-r-violet-100\/30{
  border-right-color: rgb(237 233 254 / 0.3);
}

.border-r-violet-100\/40{
  border-right-color: rgb(237 233 254 / 0.4);
}

.border-r-violet-100\/5{
  border-right-color: rgb(237 233 254 / 0.05);
}

.border-r-violet-100\/50{
  border-right-color: rgb(237 233 254 / 0.5);
}

.border-r-violet-100\/60{
  border-right-color: rgb(237 233 254 / 0.6);
}

.border-r-violet-100\/70{
  border-right-color: rgb(237 233 254 / 0.7);
}

.border-r-violet-100\/75{
  border-right-color: rgb(237 233 254 / 0.75);
}

.border-r-violet-100\/80{
  border-right-color: rgb(237 233 254 / 0.8);
}

.border-r-violet-100\/90{
  border-right-color: rgb(237 233 254 / 0.9);
}

.border-r-violet-100\/95{
  border-right-color: rgb(237 233 254 / 0.95);
}

.border-r-violet-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-r-violet-200\/0{
  border-right-color: rgb(221 214 254 / 0);
}

.border-r-violet-200\/10{
  border-right-color: rgb(221 214 254 / 0.1);
}

.border-r-violet-200\/100{
  border-right-color: rgb(221 214 254 / 1);
}

.border-r-violet-200\/20{
  border-right-color: rgb(221 214 254 / 0.2);
}

.border-r-violet-200\/25{
  border-right-color: rgb(221 214 254 / 0.25);
}

.border-r-violet-200\/30{
  border-right-color: rgb(221 214 254 / 0.3);
}

.border-r-violet-200\/40{
  border-right-color: rgb(221 214 254 / 0.4);
}

.border-r-violet-200\/5{
  border-right-color: rgb(221 214 254 / 0.05);
}

.border-r-violet-200\/50{
  border-right-color: rgb(221 214 254 / 0.5);
}

.border-r-violet-200\/60{
  border-right-color: rgb(221 214 254 / 0.6);
}

.border-r-violet-200\/70{
  border-right-color: rgb(221 214 254 / 0.7);
}

.border-r-violet-200\/75{
  border-right-color: rgb(221 214 254 / 0.75);
}

.border-r-violet-200\/80{
  border-right-color: rgb(221 214 254 / 0.8);
}

.border-r-violet-200\/90{
  border-right-color: rgb(221 214 254 / 0.9);
}

.border-r-violet-200\/95{
  border-right-color: rgb(221 214 254 / 0.95);
}

.border-r-violet-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-r-violet-300\/0{
  border-right-color: rgb(196 181 253 / 0);
}

.border-r-violet-300\/10{
  border-right-color: rgb(196 181 253 / 0.1);
}

.border-r-violet-300\/100{
  border-right-color: rgb(196 181 253 / 1);
}

.border-r-violet-300\/20{
  border-right-color: rgb(196 181 253 / 0.2);
}

.border-r-violet-300\/25{
  border-right-color: rgb(196 181 253 / 0.25);
}

.border-r-violet-300\/30{
  border-right-color: rgb(196 181 253 / 0.3);
}

.border-r-violet-300\/40{
  border-right-color: rgb(196 181 253 / 0.4);
}

.border-r-violet-300\/5{
  border-right-color: rgb(196 181 253 / 0.05);
}

.border-r-violet-300\/50{
  border-right-color: rgb(196 181 253 / 0.5);
}

.border-r-violet-300\/60{
  border-right-color: rgb(196 181 253 / 0.6);
}

.border-r-violet-300\/70{
  border-right-color: rgb(196 181 253 / 0.7);
}

.border-r-violet-300\/75{
  border-right-color: rgb(196 181 253 / 0.75);
}

.border-r-violet-300\/80{
  border-right-color: rgb(196 181 253 / 0.8);
}

.border-r-violet-300\/90{
  border-right-color: rgb(196 181 253 / 0.9);
}

.border-r-violet-300\/95{
  border-right-color: rgb(196 181 253 / 0.95);
}

.border-r-violet-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-r-violet-400\/0{
  border-right-color: rgb(167 139 250 / 0);
}

.border-r-violet-400\/10{
  border-right-color: rgb(167 139 250 / 0.1);
}

.border-r-violet-400\/100{
  border-right-color: rgb(167 139 250 / 1);
}

.border-r-violet-400\/20{
  border-right-color: rgb(167 139 250 / 0.2);
}

.border-r-violet-400\/25{
  border-right-color: rgb(167 139 250 / 0.25);
}

.border-r-violet-400\/30{
  border-right-color: rgb(167 139 250 / 0.3);
}

.border-r-violet-400\/40{
  border-right-color: rgb(167 139 250 / 0.4);
}

.border-r-violet-400\/5{
  border-right-color: rgb(167 139 250 / 0.05);
}

.border-r-violet-400\/50{
  border-right-color: rgb(167 139 250 / 0.5);
}

.border-r-violet-400\/60{
  border-right-color: rgb(167 139 250 / 0.6);
}

.border-r-violet-400\/70{
  border-right-color: rgb(167 139 250 / 0.7);
}

.border-r-violet-400\/75{
  border-right-color: rgb(167 139 250 / 0.75);
}

.border-r-violet-400\/80{
  border-right-color: rgb(167 139 250 / 0.8);
}

.border-r-violet-400\/90{
  border-right-color: rgb(167 139 250 / 0.9);
}

.border-r-violet-400\/95{
  border-right-color: rgb(167 139 250 / 0.95);
}

.border-r-violet-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-r-violet-50\/0{
  border-right-color: rgb(245 243 255 / 0);
}

.border-r-violet-50\/10{
  border-right-color: rgb(245 243 255 / 0.1);
}

.border-r-violet-50\/100{
  border-right-color: rgb(245 243 255 / 1);
}

.border-r-violet-50\/20{
  border-right-color: rgb(245 243 255 / 0.2);
}

.border-r-violet-50\/25{
  border-right-color: rgb(245 243 255 / 0.25);
}

.border-r-violet-50\/30{
  border-right-color: rgb(245 243 255 / 0.3);
}

.border-r-violet-50\/40{
  border-right-color: rgb(245 243 255 / 0.4);
}

.border-r-violet-50\/5{
  border-right-color: rgb(245 243 255 / 0.05);
}

.border-r-violet-50\/50{
  border-right-color: rgb(245 243 255 / 0.5);
}

.border-r-violet-50\/60{
  border-right-color: rgb(245 243 255 / 0.6);
}

.border-r-violet-50\/70{
  border-right-color: rgb(245 243 255 / 0.7);
}

.border-r-violet-50\/75{
  border-right-color: rgb(245 243 255 / 0.75);
}

.border-r-violet-50\/80{
  border-right-color: rgb(245 243 255 / 0.8);
}

.border-r-violet-50\/90{
  border-right-color: rgb(245 243 255 / 0.9);
}

.border-r-violet-50\/95{
  border-right-color: rgb(245 243 255 / 0.95);
}

.border-r-violet-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-r-violet-500\/0{
  border-right-color: rgb(139 92 246 / 0);
}

.border-r-violet-500\/10{
  border-right-color: rgb(139 92 246 / 0.1);
}

.border-r-violet-500\/100{
  border-right-color: rgb(139 92 246 / 1);
}

.border-r-violet-500\/20{
  border-right-color: rgb(139 92 246 / 0.2);
}

.border-r-violet-500\/25{
  border-right-color: rgb(139 92 246 / 0.25);
}

.border-r-violet-500\/30{
  border-right-color: rgb(139 92 246 / 0.3);
}

.border-r-violet-500\/40{
  border-right-color: rgb(139 92 246 / 0.4);
}

.border-r-violet-500\/5{
  border-right-color: rgb(139 92 246 / 0.05);
}

.border-r-violet-500\/50{
  border-right-color: rgb(139 92 246 / 0.5);
}

.border-r-violet-500\/60{
  border-right-color: rgb(139 92 246 / 0.6);
}

.border-r-violet-500\/70{
  border-right-color: rgb(139 92 246 / 0.7);
}

.border-r-violet-500\/75{
  border-right-color: rgb(139 92 246 / 0.75);
}

.border-r-violet-500\/80{
  border-right-color: rgb(139 92 246 / 0.8);
}

.border-r-violet-500\/90{
  border-right-color: rgb(139 92 246 / 0.9);
}

.border-r-violet-500\/95{
  border-right-color: rgb(139 92 246 / 0.95);
}

.border-r-violet-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-r-violet-600\/0{
  border-right-color: rgb(124 58 237 / 0);
}

.border-r-violet-600\/10{
  border-right-color: rgb(124 58 237 / 0.1);
}

.border-r-violet-600\/100{
  border-right-color: rgb(124 58 237 / 1);
}

.border-r-violet-600\/20{
  border-right-color: rgb(124 58 237 / 0.2);
}

.border-r-violet-600\/25{
  border-right-color: rgb(124 58 237 / 0.25);
}

.border-r-violet-600\/30{
  border-right-color: rgb(124 58 237 / 0.3);
}

.border-r-violet-600\/40{
  border-right-color: rgb(124 58 237 / 0.4);
}

.border-r-violet-600\/5{
  border-right-color: rgb(124 58 237 / 0.05);
}

.border-r-violet-600\/50{
  border-right-color: rgb(124 58 237 / 0.5);
}

.border-r-violet-600\/60{
  border-right-color: rgb(124 58 237 / 0.6);
}

.border-r-violet-600\/70{
  border-right-color: rgb(124 58 237 / 0.7);
}

.border-r-violet-600\/75{
  border-right-color: rgb(124 58 237 / 0.75);
}

.border-r-violet-600\/80{
  border-right-color: rgb(124 58 237 / 0.8);
}

.border-r-violet-600\/90{
  border-right-color: rgb(124 58 237 / 0.9);
}

.border-r-violet-600\/95{
  border-right-color: rgb(124 58 237 / 0.95);
}

.border-r-violet-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-r-violet-700\/0{
  border-right-color: rgb(109 40 217 / 0);
}

.border-r-violet-700\/10{
  border-right-color: rgb(109 40 217 / 0.1);
}

.border-r-violet-700\/100{
  border-right-color: rgb(109 40 217 / 1);
}

.border-r-violet-700\/20{
  border-right-color: rgb(109 40 217 / 0.2);
}

.border-r-violet-700\/25{
  border-right-color: rgb(109 40 217 / 0.25);
}

.border-r-violet-700\/30{
  border-right-color: rgb(109 40 217 / 0.3);
}

.border-r-violet-700\/40{
  border-right-color: rgb(109 40 217 / 0.4);
}

.border-r-violet-700\/5{
  border-right-color: rgb(109 40 217 / 0.05);
}

.border-r-violet-700\/50{
  border-right-color: rgb(109 40 217 / 0.5);
}

.border-r-violet-700\/60{
  border-right-color: rgb(109 40 217 / 0.6);
}

.border-r-violet-700\/70{
  border-right-color: rgb(109 40 217 / 0.7);
}

.border-r-violet-700\/75{
  border-right-color: rgb(109 40 217 / 0.75);
}

.border-r-violet-700\/80{
  border-right-color: rgb(109 40 217 / 0.8);
}

.border-r-violet-700\/90{
  border-right-color: rgb(109 40 217 / 0.9);
}

.border-r-violet-700\/95{
  border-right-color: rgb(109 40 217 / 0.95);
}

.border-r-violet-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-r-violet-800\/0{
  border-right-color: rgb(91 33 182 / 0);
}

.border-r-violet-800\/10{
  border-right-color: rgb(91 33 182 / 0.1);
}

.border-r-violet-800\/100{
  border-right-color: rgb(91 33 182 / 1);
}

.border-r-violet-800\/20{
  border-right-color: rgb(91 33 182 / 0.2);
}

.border-r-violet-800\/25{
  border-right-color: rgb(91 33 182 / 0.25);
}

.border-r-violet-800\/30{
  border-right-color: rgb(91 33 182 / 0.3);
}

.border-r-violet-800\/40{
  border-right-color: rgb(91 33 182 / 0.4);
}

.border-r-violet-800\/5{
  border-right-color: rgb(91 33 182 / 0.05);
}

.border-r-violet-800\/50{
  border-right-color: rgb(91 33 182 / 0.5);
}

.border-r-violet-800\/60{
  border-right-color: rgb(91 33 182 / 0.6);
}

.border-r-violet-800\/70{
  border-right-color: rgb(91 33 182 / 0.7);
}

.border-r-violet-800\/75{
  border-right-color: rgb(91 33 182 / 0.75);
}

.border-r-violet-800\/80{
  border-right-color: rgb(91 33 182 / 0.8);
}

.border-r-violet-800\/90{
  border-right-color: rgb(91 33 182 / 0.9);
}

.border-r-violet-800\/95{
  border-right-color: rgb(91 33 182 / 0.95);
}

.border-r-violet-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-r-violet-900\/0{
  border-right-color: rgb(76 29 149 / 0);
}

.border-r-violet-900\/10{
  border-right-color: rgb(76 29 149 / 0.1);
}

.border-r-violet-900\/100{
  border-right-color: rgb(76 29 149 / 1);
}

.border-r-violet-900\/20{
  border-right-color: rgb(76 29 149 / 0.2);
}

.border-r-violet-900\/25{
  border-right-color: rgb(76 29 149 / 0.25);
}

.border-r-violet-900\/30{
  border-right-color: rgb(76 29 149 / 0.3);
}

.border-r-violet-900\/40{
  border-right-color: rgb(76 29 149 / 0.4);
}

.border-r-violet-900\/5{
  border-right-color: rgb(76 29 149 / 0.05);
}

.border-r-violet-900\/50{
  border-right-color: rgb(76 29 149 / 0.5);
}

.border-r-violet-900\/60{
  border-right-color: rgb(76 29 149 / 0.6);
}

.border-r-violet-900\/70{
  border-right-color: rgb(76 29 149 / 0.7);
}

.border-r-violet-900\/75{
  border-right-color: rgb(76 29 149 / 0.75);
}

.border-r-violet-900\/80{
  border-right-color: rgb(76 29 149 / 0.8);
}

.border-r-violet-900\/90{
  border-right-color: rgb(76 29 149 / 0.9);
}

.border-r-violet-900\/95{
  border-right-color: rgb(76 29 149 / 0.95);
}

.border-r-violet-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-r-violet-950\/0{
  border-right-color: rgb(46 16 101 / 0);
}

.border-r-violet-950\/10{
  border-right-color: rgb(46 16 101 / 0.1);
}

.border-r-violet-950\/100{
  border-right-color: rgb(46 16 101 / 1);
}

.border-r-violet-950\/20{
  border-right-color: rgb(46 16 101 / 0.2);
}

.border-r-violet-950\/25{
  border-right-color: rgb(46 16 101 / 0.25);
}

.border-r-violet-950\/30{
  border-right-color: rgb(46 16 101 / 0.3);
}

.border-r-violet-950\/40{
  border-right-color: rgb(46 16 101 / 0.4);
}

.border-r-violet-950\/5{
  border-right-color: rgb(46 16 101 / 0.05);
}

.border-r-violet-950\/50{
  border-right-color: rgb(46 16 101 / 0.5);
}

.border-r-violet-950\/60{
  border-right-color: rgb(46 16 101 / 0.6);
}

.border-r-violet-950\/70{
  border-right-color: rgb(46 16 101 / 0.7);
}

.border-r-violet-950\/75{
  border-right-color: rgb(46 16 101 / 0.75);
}

.border-r-violet-950\/80{
  border-right-color: rgb(46 16 101 / 0.8);
}

.border-r-violet-950\/90{
  border-right-color: rgb(46 16 101 / 0.9);
}

.border-r-violet-950\/95{
  border-right-color: rgb(46 16 101 / 0.95);
}

.border-r-white{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-r-white\/0{
  border-right-color: rgb(255 255 255 / 0);
}

.border-r-white\/10{
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-r-white\/100{
  border-right-color: rgb(255 255 255 / 1);
}

.border-r-white\/20{
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-r-white\/25{
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-r-white\/30{
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-r-white\/40{
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-r-white\/5{
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-r-white\/50{
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-r-white\/60{
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-r-white\/70{
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-r-white\/75{
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-r-white\/80{
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-r-white\/90{
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-r-white\/95{
  border-right-color: rgb(255 255 255 / 0.95);
}

.border-r-yellow-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-r-yellow-100\/0{
  border-right-color: rgb(254 249 195 / 0);
}

.border-r-yellow-100\/10{
  border-right-color: rgb(254 249 195 / 0.1);
}

.border-r-yellow-100\/100{
  border-right-color: rgb(254 249 195 / 1);
}

.border-r-yellow-100\/20{
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-r-yellow-100\/25{
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-r-yellow-100\/30{
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-r-yellow-100\/40{
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-r-yellow-100\/5{
  border-right-color: rgb(254 249 195 / 0.05);
}

.border-r-yellow-100\/50{
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-r-yellow-100\/60{
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-r-yellow-100\/70{
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-r-yellow-100\/75{
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-r-yellow-100\/80{
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-r-yellow-100\/90{
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-r-yellow-100\/95{
  border-right-color: rgb(254 249 195 / 0.95);
}

.border-r-yellow-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-r-yellow-200\/0{
  border-right-color: rgb(254 240 138 / 0);
}

.border-r-yellow-200\/10{
  border-right-color: rgb(254 240 138 / 0.1);
}

.border-r-yellow-200\/100{
  border-right-color: rgb(254 240 138 / 1);
}

.border-r-yellow-200\/20{
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-r-yellow-200\/25{
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-r-yellow-200\/30{
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-r-yellow-200\/40{
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-r-yellow-200\/5{
  border-right-color: rgb(254 240 138 / 0.05);
}

.border-r-yellow-200\/50{
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-r-yellow-200\/60{
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-r-yellow-200\/70{
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-r-yellow-200\/75{
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-r-yellow-200\/80{
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-r-yellow-200\/90{
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-r-yellow-200\/95{
  border-right-color: rgb(254 240 138 / 0.95);
}

.border-r-yellow-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-r-yellow-300\/0{
  border-right-color: rgb(253 224 71 / 0);
}

.border-r-yellow-300\/10{
  border-right-color: rgb(253 224 71 / 0.1);
}

.border-r-yellow-300\/100{
  border-right-color: rgb(253 224 71 / 1);
}

.border-r-yellow-300\/20{
  border-right-color: rgb(253 224 71 / 0.2);
}

.border-r-yellow-300\/25{
  border-right-color: rgb(253 224 71 / 0.25);
}

.border-r-yellow-300\/30{
  border-right-color: rgb(253 224 71 / 0.3);
}

.border-r-yellow-300\/40{
  border-right-color: rgb(253 224 71 / 0.4);
}

.border-r-yellow-300\/5{
  border-right-color: rgb(253 224 71 / 0.05);
}

.border-r-yellow-300\/50{
  border-right-color: rgb(253 224 71 / 0.5);
}

.border-r-yellow-300\/60{
  border-right-color: rgb(253 224 71 / 0.6);
}

.border-r-yellow-300\/70{
  border-right-color: rgb(253 224 71 / 0.7);
}

.border-r-yellow-300\/75{
  border-right-color: rgb(253 224 71 / 0.75);
}

.border-r-yellow-300\/80{
  border-right-color: rgb(253 224 71 / 0.8);
}

.border-r-yellow-300\/90{
  border-right-color: rgb(253 224 71 / 0.9);
}

.border-r-yellow-300\/95{
  border-right-color: rgb(253 224 71 / 0.95);
}

.border-r-yellow-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-r-yellow-400\/0{
  border-right-color: rgb(250 204 21 / 0);
}

.border-r-yellow-400\/10{
  border-right-color: rgb(250 204 21 / 0.1);
}

.border-r-yellow-400\/100{
  border-right-color: rgb(250 204 21 / 1);
}

.border-r-yellow-400\/20{
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-r-yellow-400\/25{
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-r-yellow-400\/30{
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-r-yellow-400\/40{
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-r-yellow-400\/5{
  border-right-color: rgb(250 204 21 / 0.05);
}

.border-r-yellow-400\/50{
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-r-yellow-400\/60{
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-r-yellow-400\/70{
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-r-yellow-400\/75{
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-r-yellow-400\/80{
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-r-yellow-400\/90{
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-r-yellow-400\/95{
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-r-yellow-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-r-yellow-50\/0{
  border-right-color: rgb(254 252 232 / 0);
}

.border-r-yellow-50\/10{
  border-right-color: rgb(254 252 232 / 0.1);
}

.border-r-yellow-50\/100{
  border-right-color: rgb(254 252 232 / 1);
}

.border-r-yellow-50\/20{
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-r-yellow-50\/25{
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-r-yellow-50\/30{
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-r-yellow-50\/40{
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-r-yellow-50\/5{
  border-right-color: rgb(254 252 232 / 0.05);
}

.border-r-yellow-50\/50{
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-r-yellow-50\/60{
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-r-yellow-50\/70{
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-r-yellow-50\/75{
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-r-yellow-50\/80{
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-r-yellow-50\/90{
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-r-yellow-50\/95{
  border-right-color: rgb(254 252 232 / 0.95);
}

.border-r-yellow-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-r-yellow-500\/0{
  border-right-color: rgb(234 179 8 / 0);
}

.border-r-yellow-500\/10{
  border-right-color: rgb(234 179 8 / 0.1);
}

.border-r-yellow-500\/100{
  border-right-color: rgb(234 179 8 / 1);
}

.border-r-yellow-500\/20{
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-r-yellow-500\/25{
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-r-yellow-500\/30{
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-r-yellow-500\/40{
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-r-yellow-500\/5{
  border-right-color: rgb(234 179 8 / 0.05);
}

.border-r-yellow-500\/50{
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-r-yellow-500\/60{
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-r-yellow-500\/70{
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-r-yellow-500\/75{
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-r-yellow-500\/80{
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-r-yellow-500\/90{
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-r-yellow-500\/95{
  border-right-color: rgb(234 179 8 / 0.95);
}

.border-r-yellow-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-r-yellow-600\/0{
  border-right-color: rgb(202 138 4 / 0);
}

.border-r-yellow-600\/10{
  border-right-color: rgb(202 138 4 / 0.1);
}

.border-r-yellow-600\/100{
  border-right-color: rgb(202 138 4 / 1);
}

.border-r-yellow-600\/20{
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-r-yellow-600\/25{
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-r-yellow-600\/30{
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-r-yellow-600\/40{
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-r-yellow-600\/5{
  border-right-color: rgb(202 138 4 / 0.05);
}

.border-r-yellow-600\/50{
  border-right-color: rgb(202 138 4 / 0.5);
}

.border-r-yellow-600\/60{
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-r-yellow-600\/70{
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-r-yellow-600\/75{
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-r-yellow-600\/80{
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-r-yellow-600\/90{
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-r-yellow-600\/95{
  border-right-color: rgb(202 138 4 / 0.95);
}

.border-r-yellow-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-r-yellow-700\/0{
  border-right-color: rgb(161 98 7 / 0);
}

.border-r-yellow-700\/10{
  border-right-color: rgb(161 98 7 / 0.1);
}

.border-r-yellow-700\/100{
  border-right-color: rgb(161 98 7 / 1);
}

.border-r-yellow-700\/20{
  border-right-color: rgb(161 98 7 / 0.2);
}

.border-r-yellow-700\/25{
  border-right-color: rgb(161 98 7 / 0.25);
}

.border-r-yellow-700\/30{
  border-right-color: rgb(161 98 7 / 0.3);
}

.border-r-yellow-700\/40{
  border-right-color: rgb(161 98 7 / 0.4);
}

.border-r-yellow-700\/5{
  border-right-color: rgb(161 98 7 / 0.05);
}

.border-r-yellow-700\/50{
  border-right-color: rgb(161 98 7 / 0.5);
}

.border-r-yellow-700\/60{
  border-right-color: rgb(161 98 7 / 0.6);
}

.border-r-yellow-700\/70{
  border-right-color: rgb(161 98 7 / 0.7);
}

.border-r-yellow-700\/75{
  border-right-color: rgb(161 98 7 / 0.75);
}

.border-r-yellow-700\/80{
  border-right-color: rgb(161 98 7 / 0.8);
}

.border-r-yellow-700\/90{
  border-right-color: rgb(161 98 7 / 0.9);
}

.border-r-yellow-700\/95{
  border-right-color: rgb(161 98 7 / 0.95);
}

.border-r-yellow-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-r-yellow-800\/0{
  border-right-color: rgb(133 77 14 / 0);
}

.border-r-yellow-800\/10{
  border-right-color: rgb(133 77 14 / 0.1);
}

.border-r-yellow-800\/100{
  border-right-color: rgb(133 77 14 / 1);
}

.border-r-yellow-800\/20{
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-r-yellow-800\/25{
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-r-yellow-800\/30{
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-r-yellow-800\/40{
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-r-yellow-800\/5{
  border-right-color: rgb(133 77 14 / 0.05);
}

.border-r-yellow-800\/50{
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-r-yellow-800\/60{
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-r-yellow-800\/70{
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-r-yellow-800\/75{
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-r-yellow-800\/80{
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-r-yellow-800\/90{
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-r-yellow-800\/95{
  border-right-color: rgb(133 77 14 / 0.95);
}

.border-r-yellow-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-r-yellow-900\/0{
  border-right-color: rgb(113 63 18 / 0);
}

.border-r-yellow-900\/10{
  border-right-color: rgb(113 63 18 / 0.1);
}

.border-r-yellow-900\/100{
  border-right-color: rgb(113 63 18 / 1);
}

.border-r-yellow-900\/20{
  border-right-color: rgb(113 63 18 / 0.2);
}

.border-r-yellow-900\/25{
  border-right-color: rgb(113 63 18 / 0.25);
}

.border-r-yellow-900\/30{
  border-right-color: rgb(113 63 18 / 0.3);
}

.border-r-yellow-900\/40{
  border-right-color: rgb(113 63 18 / 0.4);
}

.border-r-yellow-900\/5{
  border-right-color: rgb(113 63 18 / 0.05);
}

.border-r-yellow-900\/50{
  border-right-color: rgb(113 63 18 / 0.5);
}

.border-r-yellow-900\/60{
  border-right-color: rgb(113 63 18 / 0.6);
}

.border-r-yellow-900\/70{
  border-right-color: rgb(113 63 18 / 0.7);
}

.border-r-yellow-900\/75{
  border-right-color: rgb(113 63 18 / 0.75);
}

.border-r-yellow-900\/80{
  border-right-color: rgb(113 63 18 / 0.8);
}

.border-r-yellow-900\/90{
  border-right-color: rgb(113 63 18 / 0.9);
}

.border-r-yellow-900\/95{
  border-right-color: rgb(113 63 18 / 0.95);
}

.border-r-yellow-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-r-yellow-950\/0{
  border-right-color: rgb(66 32 6 / 0);
}

.border-r-yellow-950\/10{
  border-right-color: rgb(66 32 6 / 0.1);
}

.border-r-yellow-950\/100{
  border-right-color: rgb(66 32 6 / 1);
}

.border-r-yellow-950\/20{
  border-right-color: rgb(66 32 6 / 0.2);
}

.border-r-yellow-950\/25{
  border-right-color: rgb(66 32 6 / 0.25);
}

.border-r-yellow-950\/30{
  border-right-color: rgb(66 32 6 / 0.3);
}

.border-r-yellow-950\/40{
  border-right-color: rgb(66 32 6 / 0.4);
}

.border-r-yellow-950\/5{
  border-right-color: rgb(66 32 6 / 0.05);
}

.border-r-yellow-950\/50{
  border-right-color: rgb(66 32 6 / 0.5);
}

.border-r-yellow-950\/60{
  border-right-color: rgb(66 32 6 / 0.6);
}

.border-r-yellow-950\/70{
  border-right-color: rgb(66 32 6 / 0.7);
}

.border-r-yellow-950\/75{
  border-right-color: rgb(66 32 6 / 0.75);
}

.border-r-yellow-950\/80{
  border-right-color: rgb(66 32 6 / 0.8);
}

.border-r-yellow-950\/90{
  border-right-color: rgb(66 32 6 / 0.9);
}

.border-r-yellow-950\/95{
  border-right-color: rgb(66 32 6 / 0.95);
}

.border-r-zinc-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-r-zinc-100\/0{
  border-right-color: rgb(244 244 245 / 0);
}

.border-r-zinc-100\/10{
  border-right-color: rgb(244 244 245 / 0.1);
}

.border-r-zinc-100\/100{
  border-right-color: rgb(244 244 245 / 1);
}

.border-r-zinc-100\/20{
  border-right-color: rgb(244 244 245 / 0.2);
}

.border-r-zinc-100\/25{
  border-right-color: rgb(244 244 245 / 0.25);
}

.border-r-zinc-100\/30{
  border-right-color: rgb(244 244 245 / 0.3);
}

.border-r-zinc-100\/40{
  border-right-color: rgb(244 244 245 / 0.4);
}

.border-r-zinc-100\/5{
  border-right-color: rgb(244 244 245 / 0.05);
}

.border-r-zinc-100\/50{
  border-right-color: rgb(244 244 245 / 0.5);
}

.border-r-zinc-100\/60{
  border-right-color: rgb(244 244 245 / 0.6);
}

.border-r-zinc-100\/70{
  border-right-color: rgb(244 244 245 / 0.7);
}

.border-r-zinc-100\/75{
  border-right-color: rgb(244 244 245 / 0.75);
}

.border-r-zinc-100\/80{
  border-right-color: rgb(244 244 245 / 0.8);
}

.border-r-zinc-100\/90{
  border-right-color: rgb(244 244 245 / 0.9);
}

.border-r-zinc-100\/95{
  border-right-color: rgb(244 244 245 / 0.95);
}

.border-r-zinc-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-r-zinc-200\/0{
  border-right-color: rgb(228 228 231 / 0);
}

.border-r-zinc-200\/10{
  border-right-color: rgb(228 228 231 / 0.1);
}

.border-r-zinc-200\/100{
  border-right-color: rgb(228 228 231 / 1);
}

.border-r-zinc-200\/20{
  border-right-color: rgb(228 228 231 / 0.2);
}

.border-r-zinc-200\/25{
  border-right-color: rgb(228 228 231 / 0.25);
}

.border-r-zinc-200\/30{
  border-right-color: rgb(228 228 231 / 0.3);
}

.border-r-zinc-200\/40{
  border-right-color: rgb(228 228 231 / 0.4);
}

.border-r-zinc-200\/5{
  border-right-color: rgb(228 228 231 / 0.05);
}

.border-r-zinc-200\/50{
  border-right-color: rgb(228 228 231 / 0.5);
}

.border-r-zinc-200\/60{
  border-right-color: rgb(228 228 231 / 0.6);
}

.border-r-zinc-200\/70{
  border-right-color: rgb(228 228 231 / 0.7);
}

.border-r-zinc-200\/75{
  border-right-color: rgb(228 228 231 / 0.75);
}

.border-r-zinc-200\/80{
  border-right-color: rgb(228 228 231 / 0.8);
}

.border-r-zinc-200\/90{
  border-right-color: rgb(228 228 231 / 0.9);
}

.border-r-zinc-200\/95{
  border-right-color: rgb(228 228 231 / 0.95);
}

.border-r-zinc-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-r-zinc-300\/0{
  border-right-color: rgb(212 212 216 / 0);
}

.border-r-zinc-300\/10{
  border-right-color: rgb(212 212 216 / 0.1);
}

.border-r-zinc-300\/100{
  border-right-color: rgb(212 212 216 / 1);
}

.border-r-zinc-300\/20{
  border-right-color: rgb(212 212 216 / 0.2);
}

.border-r-zinc-300\/25{
  border-right-color: rgb(212 212 216 / 0.25);
}

.border-r-zinc-300\/30{
  border-right-color: rgb(212 212 216 / 0.3);
}

.border-r-zinc-300\/40{
  border-right-color: rgb(212 212 216 / 0.4);
}

.border-r-zinc-300\/5{
  border-right-color: rgb(212 212 216 / 0.05);
}

.border-r-zinc-300\/50{
  border-right-color: rgb(212 212 216 / 0.5);
}

.border-r-zinc-300\/60{
  border-right-color: rgb(212 212 216 / 0.6);
}

.border-r-zinc-300\/70{
  border-right-color: rgb(212 212 216 / 0.7);
}

.border-r-zinc-300\/75{
  border-right-color: rgb(212 212 216 / 0.75);
}

.border-r-zinc-300\/80{
  border-right-color: rgb(212 212 216 / 0.8);
}

.border-r-zinc-300\/90{
  border-right-color: rgb(212 212 216 / 0.9);
}

.border-r-zinc-300\/95{
  border-right-color: rgb(212 212 216 / 0.95);
}

.border-r-zinc-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-r-zinc-400\/0{
  border-right-color: rgb(161 161 170 / 0);
}

.border-r-zinc-400\/10{
  border-right-color: rgb(161 161 170 / 0.1);
}

.border-r-zinc-400\/100{
  border-right-color: rgb(161 161 170 / 1);
}

.border-r-zinc-400\/20{
  border-right-color: rgb(161 161 170 / 0.2);
}

.border-r-zinc-400\/25{
  border-right-color: rgb(161 161 170 / 0.25);
}

.border-r-zinc-400\/30{
  border-right-color: rgb(161 161 170 / 0.3);
}

.border-r-zinc-400\/40{
  border-right-color: rgb(161 161 170 / 0.4);
}

.border-r-zinc-400\/5{
  border-right-color: rgb(161 161 170 / 0.05);
}

.border-r-zinc-400\/50{
  border-right-color: rgb(161 161 170 / 0.5);
}

.border-r-zinc-400\/60{
  border-right-color: rgb(161 161 170 / 0.6);
}

.border-r-zinc-400\/70{
  border-right-color: rgb(161 161 170 / 0.7);
}

.border-r-zinc-400\/75{
  border-right-color: rgb(161 161 170 / 0.75);
}

.border-r-zinc-400\/80{
  border-right-color: rgb(161 161 170 / 0.8);
}

.border-r-zinc-400\/90{
  border-right-color: rgb(161 161 170 / 0.9);
}

.border-r-zinc-400\/95{
  border-right-color: rgb(161 161 170 / 0.95);
}

.border-r-zinc-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-r-zinc-50\/0{
  border-right-color: rgb(250 250 250 / 0);
}

.border-r-zinc-50\/10{
  border-right-color: rgb(250 250 250 / 0.1);
}

.border-r-zinc-50\/100{
  border-right-color: rgb(250 250 250 / 1);
}

.border-r-zinc-50\/20{
  border-right-color: rgb(250 250 250 / 0.2);
}

.border-r-zinc-50\/25{
  border-right-color: rgb(250 250 250 / 0.25);
}

.border-r-zinc-50\/30{
  border-right-color: rgb(250 250 250 / 0.3);
}

.border-r-zinc-50\/40{
  border-right-color: rgb(250 250 250 / 0.4);
}

.border-r-zinc-50\/5{
  border-right-color: rgb(250 250 250 / 0.05);
}

.border-r-zinc-50\/50{
  border-right-color: rgb(250 250 250 / 0.5);
}

.border-r-zinc-50\/60{
  border-right-color: rgb(250 250 250 / 0.6);
}

.border-r-zinc-50\/70{
  border-right-color: rgb(250 250 250 / 0.7);
}

.border-r-zinc-50\/75{
  border-right-color: rgb(250 250 250 / 0.75);
}

.border-r-zinc-50\/80{
  border-right-color: rgb(250 250 250 / 0.8);
}

.border-r-zinc-50\/90{
  border-right-color: rgb(250 250 250 / 0.9);
}

.border-r-zinc-50\/95{
  border-right-color: rgb(250 250 250 / 0.95);
}

.border-r-zinc-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-r-zinc-500\/0{
  border-right-color: rgb(113 113 122 / 0);
}

.border-r-zinc-500\/10{
  border-right-color: rgb(113 113 122 / 0.1);
}

.border-r-zinc-500\/100{
  border-right-color: rgb(113 113 122 / 1);
}

.border-r-zinc-500\/20{
  border-right-color: rgb(113 113 122 / 0.2);
}

.border-r-zinc-500\/25{
  border-right-color: rgb(113 113 122 / 0.25);
}

.border-r-zinc-500\/30{
  border-right-color: rgb(113 113 122 / 0.3);
}

.border-r-zinc-500\/40{
  border-right-color: rgb(113 113 122 / 0.4);
}

.border-r-zinc-500\/5{
  border-right-color: rgb(113 113 122 / 0.05);
}

.border-r-zinc-500\/50{
  border-right-color: rgb(113 113 122 / 0.5);
}

.border-r-zinc-500\/60{
  border-right-color: rgb(113 113 122 / 0.6);
}

.border-r-zinc-500\/70{
  border-right-color: rgb(113 113 122 / 0.7);
}

.border-r-zinc-500\/75{
  border-right-color: rgb(113 113 122 / 0.75);
}

.border-r-zinc-500\/80{
  border-right-color: rgb(113 113 122 / 0.8);
}

.border-r-zinc-500\/90{
  border-right-color: rgb(113 113 122 / 0.9);
}

.border-r-zinc-500\/95{
  border-right-color: rgb(113 113 122 / 0.95);
}

.border-r-zinc-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-r-zinc-600\/0{
  border-right-color: rgb(82 82 91 / 0);
}

.border-r-zinc-600\/10{
  border-right-color: rgb(82 82 91 / 0.1);
}

.border-r-zinc-600\/100{
  border-right-color: rgb(82 82 91 / 1);
}

.border-r-zinc-600\/20{
  border-right-color: rgb(82 82 91 / 0.2);
}

.border-r-zinc-600\/25{
  border-right-color: rgb(82 82 91 / 0.25);
}

.border-r-zinc-600\/30{
  border-right-color: rgb(82 82 91 / 0.3);
}

.border-r-zinc-600\/40{
  border-right-color: rgb(82 82 91 / 0.4);
}

.border-r-zinc-600\/5{
  border-right-color: rgb(82 82 91 / 0.05);
}

.border-r-zinc-600\/50{
  border-right-color: rgb(82 82 91 / 0.5);
}

.border-r-zinc-600\/60{
  border-right-color: rgb(82 82 91 / 0.6);
}

.border-r-zinc-600\/70{
  border-right-color: rgb(82 82 91 / 0.7);
}

.border-r-zinc-600\/75{
  border-right-color: rgb(82 82 91 / 0.75);
}

.border-r-zinc-600\/80{
  border-right-color: rgb(82 82 91 / 0.8);
}

.border-r-zinc-600\/90{
  border-right-color: rgb(82 82 91 / 0.9);
}

.border-r-zinc-600\/95{
  border-right-color: rgb(82 82 91 / 0.95);
}

.border-r-zinc-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-r-zinc-700\/0{
  border-right-color: rgb(63 63 70 / 0);
}

.border-r-zinc-700\/10{
  border-right-color: rgb(63 63 70 / 0.1);
}

.border-r-zinc-700\/100{
  border-right-color: rgb(63 63 70 / 1);
}

.border-r-zinc-700\/20{
  border-right-color: rgb(63 63 70 / 0.2);
}

.border-r-zinc-700\/25{
  border-right-color: rgb(63 63 70 / 0.25);
}

.border-r-zinc-700\/30{
  border-right-color: rgb(63 63 70 / 0.3);
}

.border-r-zinc-700\/40{
  border-right-color: rgb(63 63 70 / 0.4);
}

.border-r-zinc-700\/5{
  border-right-color: rgb(63 63 70 / 0.05);
}

.border-r-zinc-700\/50{
  border-right-color: rgb(63 63 70 / 0.5);
}

.border-r-zinc-700\/60{
  border-right-color: rgb(63 63 70 / 0.6);
}

.border-r-zinc-700\/70{
  border-right-color: rgb(63 63 70 / 0.7);
}

.border-r-zinc-700\/75{
  border-right-color: rgb(63 63 70 / 0.75);
}

.border-r-zinc-700\/80{
  border-right-color: rgb(63 63 70 / 0.8);
}

.border-r-zinc-700\/90{
  border-right-color: rgb(63 63 70 / 0.9);
}

.border-r-zinc-700\/95{
  border-right-color: rgb(63 63 70 / 0.95);
}

.border-r-zinc-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-r-zinc-800\/0{
  border-right-color: rgb(39 39 42 / 0);
}

.border-r-zinc-800\/10{
  border-right-color: rgb(39 39 42 / 0.1);
}

.border-r-zinc-800\/100{
  border-right-color: rgb(39 39 42 / 1);
}

.border-r-zinc-800\/20{
  border-right-color: rgb(39 39 42 / 0.2);
}

.border-r-zinc-800\/25{
  border-right-color: rgb(39 39 42 / 0.25);
}

.border-r-zinc-800\/30{
  border-right-color: rgb(39 39 42 / 0.3);
}

.border-r-zinc-800\/40{
  border-right-color: rgb(39 39 42 / 0.4);
}

.border-r-zinc-800\/5{
  border-right-color: rgb(39 39 42 / 0.05);
}

.border-r-zinc-800\/50{
  border-right-color: rgb(39 39 42 / 0.5);
}

.border-r-zinc-800\/60{
  border-right-color: rgb(39 39 42 / 0.6);
}

.border-r-zinc-800\/70{
  border-right-color: rgb(39 39 42 / 0.7);
}

.border-r-zinc-800\/75{
  border-right-color: rgb(39 39 42 / 0.75);
}

.border-r-zinc-800\/80{
  border-right-color: rgb(39 39 42 / 0.8);
}

.border-r-zinc-800\/90{
  border-right-color: rgb(39 39 42 / 0.9);
}

.border-r-zinc-800\/95{
  border-right-color: rgb(39 39 42 / 0.95);
}

.border-r-zinc-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-r-zinc-900\/0{
  border-right-color: rgb(24 24 27 / 0);
}

.border-r-zinc-900\/10{
  border-right-color: rgb(24 24 27 / 0.1);
}

.border-r-zinc-900\/100{
  border-right-color: rgb(24 24 27 / 1);
}

.border-r-zinc-900\/20{
  border-right-color: rgb(24 24 27 / 0.2);
}

.border-r-zinc-900\/25{
  border-right-color: rgb(24 24 27 / 0.25);
}

.border-r-zinc-900\/30{
  border-right-color: rgb(24 24 27 / 0.3);
}

.border-r-zinc-900\/40{
  border-right-color: rgb(24 24 27 / 0.4);
}

.border-r-zinc-900\/5{
  border-right-color: rgb(24 24 27 / 0.05);
}

.border-r-zinc-900\/50{
  border-right-color: rgb(24 24 27 / 0.5);
}

.border-r-zinc-900\/60{
  border-right-color: rgb(24 24 27 / 0.6);
}

.border-r-zinc-900\/70{
  border-right-color: rgb(24 24 27 / 0.7);
}

.border-r-zinc-900\/75{
  border-right-color: rgb(24 24 27 / 0.75);
}

.border-r-zinc-900\/80{
  border-right-color: rgb(24 24 27 / 0.8);
}

.border-r-zinc-900\/90{
  border-right-color: rgb(24 24 27 / 0.9);
}

.border-r-zinc-900\/95{
  border-right-color: rgb(24 24 27 / 0.95);
}

.border-r-zinc-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-r-zinc-950\/0{
  border-right-color: rgb(9 9 11 / 0);
}

.border-r-zinc-950\/10{
  border-right-color: rgb(9 9 11 / 0.1);
}

.border-r-zinc-950\/100{
  border-right-color: rgb(9 9 11 / 1);
}

.border-r-zinc-950\/20{
  border-right-color: rgb(9 9 11 / 0.2);
}

.border-r-zinc-950\/25{
  border-right-color: rgb(9 9 11 / 0.25);
}

.border-r-zinc-950\/30{
  border-right-color: rgb(9 9 11 / 0.3);
}

.border-r-zinc-950\/40{
  border-right-color: rgb(9 9 11 / 0.4);
}

.border-r-zinc-950\/5{
  border-right-color: rgb(9 9 11 / 0.05);
}

.border-r-zinc-950\/50{
  border-right-color: rgb(9 9 11 / 0.5);
}

.border-r-zinc-950\/60{
  border-right-color: rgb(9 9 11 / 0.6);
}

.border-r-zinc-950\/70{
  border-right-color: rgb(9 9 11 / 0.7);
}

.border-r-zinc-950\/75{
  border-right-color: rgb(9 9 11 / 0.75);
}

.border-r-zinc-950\/80{
  border-right-color: rgb(9 9 11 / 0.8);
}

.border-r-zinc-950\/90{
  border-right-color: rgb(9 9 11 / 0.9);
}

.border-r-zinc-950\/95{
  border-right-color: rgb(9 9 11 / 0.95);
}

.border-s-amber-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.border-s-amber-100\/0{
  border-inline-start-color: rgb(254 243 199 / 0);
}

.border-s-amber-100\/10{
  border-inline-start-color: rgb(254 243 199 / 0.1);
}

.border-s-amber-100\/100{
  border-inline-start-color: rgb(254 243 199 / 1);
}

.border-s-amber-100\/20{
  border-inline-start-color: rgb(254 243 199 / 0.2);
}

.border-s-amber-100\/25{
  border-inline-start-color: rgb(254 243 199 / 0.25);
}

.border-s-amber-100\/30{
  border-inline-start-color: rgb(254 243 199 / 0.3);
}

.border-s-amber-100\/40{
  border-inline-start-color: rgb(254 243 199 / 0.4);
}

.border-s-amber-100\/5{
  border-inline-start-color: rgb(254 243 199 / 0.05);
}

.border-s-amber-100\/50{
  border-inline-start-color: rgb(254 243 199 / 0.5);
}

.border-s-amber-100\/60{
  border-inline-start-color: rgb(254 243 199 / 0.6);
}

.border-s-amber-100\/70{
  border-inline-start-color: rgb(254 243 199 / 0.7);
}

.border-s-amber-100\/75{
  border-inline-start-color: rgb(254 243 199 / 0.75);
}

.border-s-amber-100\/80{
  border-inline-start-color: rgb(254 243 199 / 0.8);
}

.border-s-amber-100\/90{
  border-inline-start-color: rgb(254 243 199 / 0.9);
}

.border-s-amber-100\/95{
  border-inline-start-color: rgb(254 243 199 / 0.95);
}

.border-s-amber-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.border-s-amber-200\/0{
  border-inline-start-color: rgb(253 230 138 / 0);
}

.border-s-amber-200\/10{
  border-inline-start-color: rgb(253 230 138 / 0.1);
}

.border-s-amber-200\/100{
  border-inline-start-color: rgb(253 230 138 / 1);
}

.border-s-amber-200\/20{
  border-inline-start-color: rgb(253 230 138 / 0.2);
}

.border-s-amber-200\/25{
  border-inline-start-color: rgb(253 230 138 / 0.25);
}

.border-s-amber-200\/30{
  border-inline-start-color: rgb(253 230 138 / 0.3);
}

.border-s-amber-200\/40{
  border-inline-start-color: rgb(253 230 138 / 0.4);
}

.border-s-amber-200\/5{
  border-inline-start-color: rgb(253 230 138 / 0.05);
}

.border-s-amber-200\/50{
  border-inline-start-color: rgb(253 230 138 / 0.5);
}

.border-s-amber-200\/60{
  border-inline-start-color: rgb(253 230 138 / 0.6);
}

.border-s-amber-200\/70{
  border-inline-start-color: rgb(253 230 138 / 0.7);
}

.border-s-amber-200\/75{
  border-inline-start-color: rgb(253 230 138 / 0.75);
}

.border-s-amber-200\/80{
  border-inline-start-color: rgb(253 230 138 / 0.8);
}

.border-s-amber-200\/90{
  border-inline-start-color: rgb(253 230 138 / 0.9);
}

.border-s-amber-200\/95{
  border-inline-start-color: rgb(253 230 138 / 0.95);
}

.border-s-amber-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.border-s-amber-300\/0{
  border-inline-start-color: rgb(252 211 77 / 0);
}

.border-s-amber-300\/10{
  border-inline-start-color: rgb(252 211 77 / 0.1);
}

.border-s-amber-300\/100{
  border-inline-start-color: rgb(252 211 77 / 1);
}

.border-s-amber-300\/20{
  border-inline-start-color: rgb(252 211 77 / 0.2);
}

.border-s-amber-300\/25{
  border-inline-start-color: rgb(252 211 77 / 0.25);
}

.border-s-amber-300\/30{
  border-inline-start-color: rgb(252 211 77 / 0.3);
}

.border-s-amber-300\/40{
  border-inline-start-color: rgb(252 211 77 / 0.4);
}

.border-s-amber-300\/5{
  border-inline-start-color: rgb(252 211 77 / 0.05);
}

.border-s-amber-300\/50{
  border-inline-start-color: rgb(252 211 77 / 0.5);
}

.border-s-amber-300\/60{
  border-inline-start-color: rgb(252 211 77 / 0.6);
}

.border-s-amber-300\/70{
  border-inline-start-color: rgb(252 211 77 / 0.7);
}

.border-s-amber-300\/75{
  border-inline-start-color: rgb(252 211 77 / 0.75);
}

.border-s-amber-300\/80{
  border-inline-start-color: rgb(252 211 77 / 0.8);
}

.border-s-amber-300\/90{
  border-inline-start-color: rgb(252 211 77 / 0.9);
}

.border-s-amber-300\/95{
  border-inline-start-color: rgb(252 211 77 / 0.95);
}

.border-s-amber-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.border-s-amber-400\/0{
  border-inline-start-color: rgb(251 191 36 / 0);
}

.border-s-amber-400\/10{
  border-inline-start-color: rgb(251 191 36 / 0.1);
}

.border-s-amber-400\/100{
  border-inline-start-color: rgb(251 191 36 / 1);
}

.border-s-amber-400\/20{
  border-inline-start-color: rgb(251 191 36 / 0.2);
}

.border-s-amber-400\/25{
  border-inline-start-color: rgb(251 191 36 / 0.25);
}

.border-s-amber-400\/30{
  border-inline-start-color: rgb(251 191 36 / 0.3);
}

.border-s-amber-400\/40{
  border-inline-start-color: rgb(251 191 36 / 0.4);
}

.border-s-amber-400\/5{
  border-inline-start-color: rgb(251 191 36 / 0.05);
}

.border-s-amber-400\/50{
  border-inline-start-color: rgb(251 191 36 / 0.5);
}

.border-s-amber-400\/60{
  border-inline-start-color: rgb(251 191 36 / 0.6);
}

.border-s-amber-400\/70{
  border-inline-start-color: rgb(251 191 36 / 0.7);
}

.border-s-amber-400\/75{
  border-inline-start-color: rgb(251 191 36 / 0.75);
}

.border-s-amber-400\/80{
  border-inline-start-color: rgb(251 191 36 / 0.8);
}

.border-s-amber-400\/90{
  border-inline-start-color: rgb(251 191 36 / 0.9);
}

.border-s-amber-400\/95{
  border-inline-start-color: rgb(251 191 36 / 0.95);
}

.border-s-amber-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-s-amber-50\/0{
  border-inline-start-color: rgb(255 251 235 / 0);
}

.border-s-amber-50\/10{
  border-inline-start-color: rgb(255 251 235 / 0.1);
}

.border-s-amber-50\/100{
  border-inline-start-color: rgb(255 251 235 / 1);
}

.border-s-amber-50\/20{
  border-inline-start-color: rgb(255 251 235 / 0.2);
}

.border-s-amber-50\/25{
  border-inline-start-color: rgb(255 251 235 / 0.25);
}

.border-s-amber-50\/30{
  border-inline-start-color: rgb(255 251 235 / 0.3);
}

.border-s-amber-50\/40{
  border-inline-start-color: rgb(255 251 235 / 0.4);
}

.border-s-amber-50\/5{
  border-inline-start-color: rgb(255 251 235 / 0.05);
}

.border-s-amber-50\/50{
  border-inline-start-color: rgb(255 251 235 / 0.5);
}

.border-s-amber-50\/60{
  border-inline-start-color: rgb(255 251 235 / 0.6);
}

.border-s-amber-50\/70{
  border-inline-start-color: rgb(255 251 235 / 0.7);
}

.border-s-amber-50\/75{
  border-inline-start-color: rgb(255 251 235 / 0.75);
}

.border-s-amber-50\/80{
  border-inline-start-color: rgb(255 251 235 / 0.8);
}

.border-s-amber-50\/90{
  border-inline-start-color: rgb(255 251 235 / 0.9);
}

.border-s-amber-50\/95{
  border-inline-start-color: rgb(255 251 235 / 0.95);
}

.border-s-amber-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.border-s-amber-500\/0{
  border-inline-start-color: rgb(245 158 11 / 0);
}

.border-s-amber-500\/10{
  border-inline-start-color: rgb(245 158 11 / 0.1);
}

.border-s-amber-500\/100{
  border-inline-start-color: rgb(245 158 11 / 1);
}

.border-s-amber-500\/20{
  border-inline-start-color: rgb(245 158 11 / 0.2);
}

.border-s-amber-500\/25{
  border-inline-start-color: rgb(245 158 11 / 0.25);
}

.border-s-amber-500\/30{
  border-inline-start-color: rgb(245 158 11 / 0.3);
}

.border-s-amber-500\/40{
  border-inline-start-color: rgb(245 158 11 / 0.4);
}

.border-s-amber-500\/5{
  border-inline-start-color: rgb(245 158 11 / 0.05);
}

.border-s-amber-500\/50{
  border-inline-start-color: rgb(245 158 11 / 0.5);
}

.border-s-amber-500\/60{
  border-inline-start-color: rgb(245 158 11 / 0.6);
}

.border-s-amber-500\/70{
  border-inline-start-color: rgb(245 158 11 / 0.7);
}

.border-s-amber-500\/75{
  border-inline-start-color: rgb(245 158 11 / 0.75);
}

.border-s-amber-500\/80{
  border-inline-start-color: rgb(245 158 11 / 0.8);
}

.border-s-amber-500\/90{
  border-inline-start-color: rgb(245 158 11 / 0.9);
}

.border-s-amber-500\/95{
  border-inline-start-color: rgb(245 158 11 / 0.95);
}

.border-s-amber-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.border-s-amber-600\/0{
  border-inline-start-color: rgb(217 119 6 / 0);
}

.border-s-amber-600\/10{
  border-inline-start-color: rgb(217 119 6 / 0.1);
}

.border-s-amber-600\/100{
  border-inline-start-color: rgb(217 119 6 / 1);
}

.border-s-amber-600\/20{
  border-inline-start-color: rgb(217 119 6 / 0.2);
}

.border-s-amber-600\/25{
  border-inline-start-color: rgb(217 119 6 / 0.25);
}

.border-s-amber-600\/30{
  border-inline-start-color: rgb(217 119 6 / 0.3);
}

.border-s-amber-600\/40{
  border-inline-start-color: rgb(217 119 6 / 0.4);
}

.border-s-amber-600\/5{
  border-inline-start-color: rgb(217 119 6 / 0.05);
}

.border-s-amber-600\/50{
  border-inline-start-color: rgb(217 119 6 / 0.5);
}

.border-s-amber-600\/60{
  border-inline-start-color: rgb(217 119 6 / 0.6);
}

.border-s-amber-600\/70{
  border-inline-start-color: rgb(217 119 6 / 0.7);
}

.border-s-amber-600\/75{
  border-inline-start-color: rgb(217 119 6 / 0.75);
}

.border-s-amber-600\/80{
  border-inline-start-color: rgb(217 119 6 / 0.8);
}

.border-s-amber-600\/90{
  border-inline-start-color: rgb(217 119 6 / 0.9);
}

.border-s-amber-600\/95{
  border-inline-start-color: rgb(217 119 6 / 0.95);
}

.border-s-amber-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.border-s-amber-700\/0{
  border-inline-start-color: rgb(180 83 9 / 0);
}

.border-s-amber-700\/10{
  border-inline-start-color: rgb(180 83 9 / 0.1);
}

.border-s-amber-700\/100{
  border-inline-start-color: rgb(180 83 9 / 1);
}

.border-s-amber-700\/20{
  border-inline-start-color: rgb(180 83 9 / 0.2);
}

.border-s-amber-700\/25{
  border-inline-start-color: rgb(180 83 9 / 0.25);
}

.border-s-amber-700\/30{
  border-inline-start-color: rgb(180 83 9 / 0.3);
}

.border-s-amber-700\/40{
  border-inline-start-color: rgb(180 83 9 / 0.4);
}

.border-s-amber-700\/5{
  border-inline-start-color: rgb(180 83 9 / 0.05);
}

.border-s-amber-700\/50{
  border-inline-start-color: rgb(180 83 9 / 0.5);
}

.border-s-amber-700\/60{
  border-inline-start-color: rgb(180 83 9 / 0.6);
}

.border-s-amber-700\/70{
  border-inline-start-color: rgb(180 83 9 / 0.7);
}

.border-s-amber-700\/75{
  border-inline-start-color: rgb(180 83 9 / 0.75);
}

.border-s-amber-700\/80{
  border-inline-start-color: rgb(180 83 9 / 0.8);
}

.border-s-amber-700\/90{
  border-inline-start-color: rgb(180 83 9 / 0.9);
}

.border-s-amber-700\/95{
  border-inline-start-color: rgb(180 83 9 / 0.95);
}

.border-s-amber-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.border-s-amber-800\/0{
  border-inline-start-color: rgb(146 64 14 / 0);
}

.border-s-amber-800\/10{
  border-inline-start-color: rgb(146 64 14 / 0.1);
}

.border-s-amber-800\/100{
  border-inline-start-color: rgb(146 64 14 / 1);
}

.border-s-amber-800\/20{
  border-inline-start-color: rgb(146 64 14 / 0.2);
}

.border-s-amber-800\/25{
  border-inline-start-color: rgb(146 64 14 / 0.25);
}

.border-s-amber-800\/30{
  border-inline-start-color: rgb(146 64 14 / 0.3);
}

.border-s-amber-800\/40{
  border-inline-start-color: rgb(146 64 14 / 0.4);
}

.border-s-amber-800\/5{
  border-inline-start-color: rgb(146 64 14 / 0.05);
}

.border-s-amber-800\/50{
  border-inline-start-color: rgb(146 64 14 / 0.5);
}

.border-s-amber-800\/60{
  border-inline-start-color: rgb(146 64 14 / 0.6);
}

.border-s-amber-800\/70{
  border-inline-start-color: rgb(146 64 14 / 0.7);
}

.border-s-amber-800\/75{
  border-inline-start-color: rgb(146 64 14 / 0.75);
}

.border-s-amber-800\/80{
  border-inline-start-color: rgb(146 64 14 / 0.8);
}

.border-s-amber-800\/90{
  border-inline-start-color: rgb(146 64 14 / 0.9);
}

.border-s-amber-800\/95{
  border-inline-start-color: rgb(146 64 14 / 0.95);
}

.border-s-amber-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.border-s-amber-900\/0{
  border-inline-start-color: rgb(120 53 15 / 0);
}

.border-s-amber-900\/10{
  border-inline-start-color: rgb(120 53 15 / 0.1);
}

.border-s-amber-900\/100{
  border-inline-start-color: rgb(120 53 15 / 1);
}

.border-s-amber-900\/20{
  border-inline-start-color: rgb(120 53 15 / 0.2);
}

.border-s-amber-900\/25{
  border-inline-start-color: rgb(120 53 15 / 0.25);
}

.border-s-amber-900\/30{
  border-inline-start-color: rgb(120 53 15 / 0.3);
}

.border-s-amber-900\/40{
  border-inline-start-color: rgb(120 53 15 / 0.4);
}

.border-s-amber-900\/5{
  border-inline-start-color: rgb(120 53 15 / 0.05);
}

.border-s-amber-900\/50{
  border-inline-start-color: rgb(120 53 15 / 0.5);
}

.border-s-amber-900\/60{
  border-inline-start-color: rgb(120 53 15 / 0.6);
}

.border-s-amber-900\/70{
  border-inline-start-color: rgb(120 53 15 / 0.7);
}

.border-s-amber-900\/75{
  border-inline-start-color: rgb(120 53 15 / 0.75);
}

.border-s-amber-900\/80{
  border-inline-start-color: rgb(120 53 15 / 0.8);
}

.border-s-amber-900\/90{
  border-inline-start-color: rgb(120 53 15 / 0.9);
}

.border-s-amber-900\/95{
  border-inline-start-color: rgb(120 53 15 / 0.95);
}

.border-s-amber-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.border-s-amber-950\/0{
  border-inline-start-color: rgb(69 26 3 / 0);
}

.border-s-amber-950\/10{
  border-inline-start-color: rgb(69 26 3 / 0.1);
}

.border-s-amber-950\/100{
  border-inline-start-color: rgb(69 26 3 / 1);
}

.border-s-amber-950\/20{
  border-inline-start-color: rgb(69 26 3 / 0.2);
}

.border-s-amber-950\/25{
  border-inline-start-color: rgb(69 26 3 / 0.25);
}

.border-s-amber-950\/30{
  border-inline-start-color: rgb(69 26 3 / 0.3);
}

.border-s-amber-950\/40{
  border-inline-start-color: rgb(69 26 3 / 0.4);
}

.border-s-amber-950\/5{
  border-inline-start-color: rgb(69 26 3 / 0.05);
}

.border-s-amber-950\/50{
  border-inline-start-color: rgb(69 26 3 / 0.5);
}

.border-s-amber-950\/60{
  border-inline-start-color: rgb(69 26 3 / 0.6);
}

.border-s-amber-950\/70{
  border-inline-start-color: rgb(69 26 3 / 0.7);
}

.border-s-amber-950\/75{
  border-inline-start-color: rgb(69 26 3 / 0.75);
}

.border-s-amber-950\/80{
  border-inline-start-color: rgb(69 26 3 / 0.8);
}

.border-s-amber-950\/90{
  border-inline-start-color: rgb(69 26 3 / 0.9);
}

.border-s-amber-950\/95{
  border-inline-start-color: rgb(69 26 3 / 0.95);
}

.border-s-black{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-s-black\/0{
  border-inline-start-color: rgb(0 0 0 / 0);
}

.border-s-black\/10{
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.border-s-black\/100{
  border-inline-start-color: rgb(0 0 0 / 1);
}

.border-s-black\/20{
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.border-s-black\/25{
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.border-s-black\/30{
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.border-s-black\/40{
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.border-s-black\/5{
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.border-s-black\/50{
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.border-s-black\/60{
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.border-s-black\/70{
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.border-s-black\/75{
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.border-s-black\/80{
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.border-s-black\/90{
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.border-s-black\/95{
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.border-s-blue-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.border-s-blue-100\/0{
  border-inline-start-color: rgb(219 234 254 / 0);
}

.border-s-blue-100\/10{
  border-inline-start-color: rgb(219 234 254 / 0.1);
}

.border-s-blue-100\/100{
  border-inline-start-color: rgb(219 234 254 / 1);
}

.border-s-blue-100\/20{
  border-inline-start-color: rgb(219 234 254 / 0.2);
}

.border-s-blue-100\/25{
  border-inline-start-color: rgb(219 234 254 / 0.25);
}

.border-s-blue-100\/30{
  border-inline-start-color: rgb(219 234 254 / 0.3);
}

.border-s-blue-100\/40{
  border-inline-start-color: rgb(219 234 254 / 0.4);
}

.border-s-blue-100\/5{
  border-inline-start-color: rgb(219 234 254 / 0.05);
}

.border-s-blue-100\/50{
  border-inline-start-color: rgb(219 234 254 / 0.5);
}

.border-s-blue-100\/60{
  border-inline-start-color: rgb(219 234 254 / 0.6);
}

.border-s-blue-100\/70{
  border-inline-start-color: rgb(219 234 254 / 0.7);
}

.border-s-blue-100\/75{
  border-inline-start-color: rgb(219 234 254 / 0.75);
}

.border-s-blue-100\/80{
  border-inline-start-color: rgb(219 234 254 / 0.8);
}

.border-s-blue-100\/90{
  border-inline-start-color: rgb(219 234 254 / 0.9);
}

.border-s-blue-100\/95{
  border-inline-start-color: rgb(219 234 254 / 0.95);
}

.border-s-blue-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-s-blue-200\/0{
  border-inline-start-color: rgb(191 219 254 / 0);
}

.border-s-blue-200\/10{
  border-inline-start-color: rgb(191 219 254 / 0.1);
}

.border-s-blue-200\/100{
  border-inline-start-color: rgb(191 219 254 / 1);
}

.border-s-blue-200\/20{
  border-inline-start-color: rgb(191 219 254 / 0.2);
}

.border-s-blue-200\/25{
  border-inline-start-color: rgb(191 219 254 / 0.25);
}

.border-s-blue-200\/30{
  border-inline-start-color: rgb(191 219 254 / 0.3);
}

.border-s-blue-200\/40{
  border-inline-start-color: rgb(191 219 254 / 0.4);
}

.border-s-blue-200\/5{
  border-inline-start-color: rgb(191 219 254 / 0.05);
}

.border-s-blue-200\/50{
  border-inline-start-color: rgb(191 219 254 / 0.5);
}

.border-s-blue-200\/60{
  border-inline-start-color: rgb(191 219 254 / 0.6);
}

.border-s-blue-200\/70{
  border-inline-start-color: rgb(191 219 254 / 0.7);
}

.border-s-blue-200\/75{
  border-inline-start-color: rgb(191 219 254 / 0.75);
}

.border-s-blue-200\/80{
  border-inline-start-color: rgb(191 219 254 / 0.8);
}

.border-s-blue-200\/90{
  border-inline-start-color: rgb(191 219 254 / 0.9);
}

.border-s-blue-200\/95{
  border-inline-start-color: rgb(191 219 254 / 0.95);
}

.border-s-blue-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-s-blue-300\/0{
  border-inline-start-color: rgb(147 197 253 / 0);
}

.border-s-blue-300\/10{
  border-inline-start-color: rgb(147 197 253 / 0.1);
}

.border-s-blue-300\/100{
  border-inline-start-color: rgb(147 197 253 / 1);
}

.border-s-blue-300\/20{
  border-inline-start-color: rgb(147 197 253 / 0.2);
}

.border-s-blue-300\/25{
  border-inline-start-color: rgb(147 197 253 / 0.25);
}

.border-s-blue-300\/30{
  border-inline-start-color: rgb(147 197 253 / 0.3);
}

.border-s-blue-300\/40{
  border-inline-start-color: rgb(147 197 253 / 0.4);
}

.border-s-blue-300\/5{
  border-inline-start-color: rgb(147 197 253 / 0.05);
}

.border-s-blue-300\/50{
  border-inline-start-color: rgb(147 197 253 / 0.5);
}

.border-s-blue-300\/60{
  border-inline-start-color: rgb(147 197 253 / 0.6);
}

.border-s-blue-300\/70{
  border-inline-start-color: rgb(147 197 253 / 0.7);
}

.border-s-blue-300\/75{
  border-inline-start-color: rgb(147 197 253 / 0.75);
}

.border-s-blue-300\/80{
  border-inline-start-color: rgb(147 197 253 / 0.8);
}

.border-s-blue-300\/90{
  border-inline-start-color: rgb(147 197 253 / 0.9);
}

.border-s-blue-300\/95{
  border-inline-start-color: rgb(147 197 253 / 0.95);
}

.border-s-blue-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-s-blue-400\/0{
  border-inline-start-color: rgb(96 165 250 / 0);
}

.border-s-blue-400\/10{
  border-inline-start-color: rgb(96 165 250 / 0.1);
}

.border-s-blue-400\/100{
  border-inline-start-color: rgb(96 165 250 / 1);
}

.border-s-blue-400\/20{
  border-inline-start-color: rgb(96 165 250 / 0.2);
}

.border-s-blue-400\/25{
  border-inline-start-color: rgb(96 165 250 / 0.25);
}

.border-s-blue-400\/30{
  border-inline-start-color: rgb(96 165 250 / 0.3);
}

.border-s-blue-400\/40{
  border-inline-start-color: rgb(96 165 250 / 0.4);
}

.border-s-blue-400\/5{
  border-inline-start-color: rgb(96 165 250 / 0.05);
}

.border-s-blue-400\/50{
  border-inline-start-color: rgb(96 165 250 / 0.5);
}

.border-s-blue-400\/60{
  border-inline-start-color: rgb(96 165 250 / 0.6);
}

.border-s-blue-400\/70{
  border-inline-start-color: rgb(96 165 250 / 0.7);
}

.border-s-blue-400\/75{
  border-inline-start-color: rgb(96 165 250 / 0.75);
}

.border-s-blue-400\/80{
  border-inline-start-color: rgb(96 165 250 / 0.8);
}

.border-s-blue-400\/90{
  border-inline-start-color: rgb(96 165 250 / 0.9);
}

.border-s-blue-400\/95{
  border-inline-start-color: rgb(96 165 250 / 0.95);
}

.border-s-blue-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-s-blue-50\/0{
  border-inline-start-color: rgb(239 246 255 / 0);
}

.border-s-blue-50\/10{
  border-inline-start-color: rgb(239 246 255 / 0.1);
}

.border-s-blue-50\/100{
  border-inline-start-color: rgb(239 246 255 / 1);
}

.border-s-blue-50\/20{
  border-inline-start-color: rgb(239 246 255 / 0.2);
}

.border-s-blue-50\/25{
  border-inline-start-color: rgb(239 246 255 / 0.25);
}

.border-s-blue-50\/30{
  border-inline-start-color: rgb(239 246 255 / 0.3);
}

.border-s-blue-50\/40{
  border-inline-start-color: rgb(239 246 255 / 0.4);
}

.border-s-blue-50\/5{
  border-inline-start-color: rgb(239 246 255 / 0.05);
}

.border-s-blue-50\/50{
  border-inline-start-color: rgb(239 246 255 / 0.5);
}

.border-s-blue-50\/60{
  border-inline-start-color: rgb(239 246 255 / 0.6);
}

.border-s-blue-50\/70{
  border-inline-start-color: rgb(239 246 255 / 0.7);
}

.border-s-blue-50\/75{
  border-inline-start-color: rgb(239 246 255 / 0.75);
}

.border-s-blue-50\/80{
  border-inline-start-color: rgb(239 246 255 / 0.8);
}

.border-s-blue-50\/90{
  border-inline-start-color: rgb(239 246 255 / 0.9);
}

.border-s-blue-50\/95{
  border-inline-start-color: rgb(239 246 255 / 0.95);
}

.border-s-blue-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-s-blue-500\/0{
  border-inline-start-color: rgb(59 130 246 / 0);
}

.border-s-blue-500\/10{
  border-inline-start-color: rgb(59 130 246 / 0.1);
}

.border-s-blue-500\/100{
  border-inline-start-color: rgb(59 130 246 / 1);
}

.border-s-blue-500\/20{
  border-inline-start-color: rgb(59 130 246 / 0.2);
}

.border-s-blue-500\/25{
  border-inline-start-color: rgb(59 130 246 / 0.25);
}

.border-s-blue-500\/30{
  border-inline-start-color: rgb(59 130 246 / 0.3);
}

.border-s-blue-500\/40{
  border-inline-start-color: rgb(59 130 246 / 0.4);
}

.border-s-blue-500\/5{
  border-inline-start-color: rgb(59 130 246 / 0.05);
}

.border-s-blue-500\/50{
  border-inline-start-color: rgb(59 130 246 / 0.5);
}

.border-s-blue-500\/60{
  border-inline-start-color: rgb(59 130 246 / 0.6);
}

.border-s-blue-500\/70{
  border-inline-start-color: rgb(59 130 246 / 0.7);
}

.border-s-blue-500\/75{
  border-inline-start-color: rgb(59 130 246 / 0.75);
}

.border-s-blue-500\/80{
  border-inline-start-color: rgb(59 130 246 / 0.8);
}

.border-s-blue-500\/90{
  border-inline-start-color: rgb(59 130 246 / 0.9);
}

.border-s-blue-500\/95{
  border-inline-start-color: rgb(59 130 246 / 0.95);
}

.border-s-blue-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-s-blue-600\/0{
  border-inline-start-color: rgb(37 99 235 / 0);
}

.border-s-blue-600\/10{
  border-inline-start-color: rgb(37 99 235 / 0.1);
}

.border-s-blue-600\/100{
  border-inline-start-color: rgb(37 99 235 / 1);
}

.border-s-blue-600\/20{
  border-inline-start-color: rgb(37 99 235 / 0.2);
}

.border-s-blue-600\/25{
  border-inline-start-color: rgb(37 99 235 / 0.25);
}

.border-s-blue-600\/30{
  border-inline-start-color: rgb(37 99 235 / 0.3);
}

.border-s-blue-600\/40{
  border-inline-start-color: rgb(37 99 235 / 0.4);
}

.border-s-blue-600\/5{
  border-inline-start-color: rgb(37 99 235 / 0.05);
}

.border-s-blue-600\/50{
  border-inline-start-color: rgb(37 99 235 / 0.5);
}

.border-s-blue-600\/60{
  border-inline-start-color: rgb(37 99 235 / 0.6);
}

.border-s-blue-600\/70{
  border-inline-start-color: rgb(37 99 235 / 0.7);
}

.border-s-blue-600\/75{
  border-inline-start-color: rgb(37 99 235 / 0.75);
}

.border-s-blue-600\/80{
  border-inline-start-color: rgb(37 99 235 / 0.8);
}

.border-s-blue-600\/90{
  border-inline-start-color: rgb(37 99 235 / 0.9);
}

.border-s-blue-600\/95{
  border-inline-start-color: rgb(37 99 235 / 0.95);
}

.border-s-blue-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-s-blue-700\/0{
  border-inline-start-color: rgb(29 78 216 / 0);
}

.border-s-blue-700\/10{
  border-inline-start-color: rgb(29 78 216 / 0.1);
}

.border-s-blue-700\/100{
  border-inline-start-color: rgb(29 78 216 / 1);
}

.border-s-blue-700\/20{
  border-inline-start-color: rgb(29 78 216 / 0.2);
}

.border-s-blue-700\/25{
  border-inline-start-color: rgb(29 78 216 / 0.25);
}

.border-s-blue-700\/30{
  border-inline-start-color: rgb(29 78 216 / 0.3);
}

.border-s-blue-700\/40{
  border-inline-start-color: rgb(29 78 216 / 0.4);
}

.border-s-blue-700\/5{
  border-inline-start-color: rgb(29 78 216 / 0.05);
}

.border-s-blue-700\/50{
  border-inline-start-color: rgb(29 78 216 / 0.5);
}

.border-s-blue-700\/60{
  border-inline-start-color: rgb(29 78 216 / 0.6);
}

.border-s-blue-700\/70{
  border-inline-start-color: rgb(29 78 216 / 0.7);
}

.border-s-blue-700\/75{
  border-inline-start-color: rgb(29 78 216 / 0.75);
}

.border-s-blue-700\/80{
  border-inline-start-color: rgb(29 78 216 / 0.8);
}

.border-s-blue-700\/90{
  border-inline-start-color: rgb(29 78 216 / 0.9);
}

.border-s-blue-700\/95{
  border-inline-start-color: rgb(29 78 216 / 0.95);
}

.border-s-blue-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-s-blue-800\/0{
  border-inline-start-color: rgb(30 64 175 / 0);
}

.border-s-blue-800\/10{
  border-inline-start-color: rgb(30 64 175 / 0.1);
}

.border-s-blue-800\/100{
  border-inline-start-color: rgb(30 64 175 / 1);
}

.border-s-blue-800\/20{
  border-inline-start-color: rgb(30 64 175 / 0.2);
}

.border-s-blue-800\/25{
  border-inline-start-color: rgb(30 64 175 / 0.25);
}

.border-s-blue-800\/30{
  border-inline-start-color: rgb(30 64 175 / 0.3);
}

.border-s-blue-800\/40{
  border-inline-start-color: rgb(30 64 175 / 0.4);
}

.border-s-blue-800\/5{
  border-inline-start-color: rgb(30 64 175 / 0.05);
}

.border-s-blue-800\/50{
  border-inline-start-color: rgb(30 64 175 / 0.5);
}

.border-s-blue-800\/60{
  border-inline-start-color: rgb(30 64 175 / 0.6);
}

.border-s-blue-800\/70{
  border-inline-start-color: rgb(30 64 175 / 0.7);
}

.border-s-blue-800\/75{
  border-inline-start-color: rgb(30 64 175 / 0.75);
}

.border-s-blue-800\/80{
  border-inline-start-color: rgb(30 64 175 / 0.8);
}

.border-s-blue-800\/90{
  border-inline-start-color: rgb(30 64 175 / 0.9);
}

.border-s-blue-800\/95{
  border-inline-start-color: rgb(30 64 175 / 0.95);
}

.border-s-blue-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-s-blue-900\/0{
  border-inline-start-color: rgb(30 58 138 / 0);
}

.border-s-blue-900\/10{
  border-inline-start-color: rgb(30 58 138 / 0.1);
}

.border-s-blue-900\/100{
  border-inline-start-color: rgb(30 58 138 / 1);
}

.border-s-blue-900\/20{
  border-inline-start-color: rgb(30 58 138 / 0.2);
}

.border-s-blue-900\/25{
  border-inline-start-color: rgb(30 58 138 / 0.25);
}

.border-s-blue-900\/30{
  border-inline-start-color: rgb(30 58 138 / 0.3);
}

.border-s-blue-900\/40{
  border-inline-start-color: rgb(30 58 138 / 0.4);
}

.border-s-blue-900\/5{
  border-inline-start-color: rgb(30 58 138 / 0.05);
}

.border-s-blue-900\/50{
  border-inline-start-color: rgb(30 58 138 / 0.5);
}

.border-s-blue-900\/60{
  border-inline-start-color: rgb(30 58 138 / 0.6);
}

.border-s-blue-900\/70{
  border-inline-start-color: rgb(30 58 138 / 0.7);
}

.border-s-blue-900\/75{
  border-inline-start-color: rgb(30 58 138 / 0.75);
}

.border-s-blue-900\/80{
  border-inline-start-color: rgb(30 58 138 / 0.8);
}

.border-s-blue-900\/90{
  border-inline-start-color: rgb(30 58 138 / 0.9);
}

.border-s-blue-900\/95{
  border-inline-start-color: rgb(30 58 138 / 0.95);
}

.border-s-blue-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-s-blue-950\/0{
  border-inline-start-color: rgb(23 37 84 / 0);
}

.border-s-blue-950\/10{
  border-inline-start-color: rgb(23 37 84 / 0.1);
}

.border-s-blue-950\/100{
  border-inline-start-color: rgb(23 37 84 / 1);
}

.border-s-blue-950\/20{
  border-inline-start-color: rgb(23 37 84 / 0.2);
}

.border-s-blue-950\/25{
  border-inline-start-color: rgb(23 37 84 / 0.25);
}

.border-s-blue-950\/30{
  border-inline-start-color: rgb(23 37 84 / 0.3);
}

.border-s-blue-950\/40{
  border-inline-start-color: rgb(23 37 84 / 0.4);
}

.border-s-blue-950\/5{
  border-inline-start-color: rgb(23 37 84 / 0.05);
}

.border-s-blue-950\/50{
  border-inline-start-color: rgb(23 37 84 / 0.5);
}

.border-s-blue-950\/60{
  border-inline-start-color: rgb(23 37 84 / 0.6);
}

.border-s-blue-950\/70{
  border-inline-start-color: rgb(23 37 84 / 0.7);
}

.border-s-blue-950\/75{
  border-inline-start-color: rgb(23 37 84 / 0.75);
}

.border-s-blue-950\/80{
  border-inline-start-color: rgb(23 37 84 / 0.8);
}

.border-s-blue-950\/90{
  border-inline-start-color: rgb(23 37 84 / 0.9);
}

.border-s-blue-950\/95{
  border-inline-start-color: rgb(23 37 84 / 0.95);
}

.border-s-current{
  border-inline-start-color: currentColor;
}

.border-s-cyan-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.border-s-cyan-100\/0{
  border-inline-start-color: rgb(207 250 254 / 0);
}

.border-s-cyan-100\/10{
  border-inline-start-color: rgb(207 250 254 / 0.1);
}

.border-s-cyan-100\/100{
  border-inline-start-color: rgb(207 250 254 / 1);
}

.border-s-cyan-100\/20{
  border-inline-start-color: rgb(207 250 254 / 0.2);
}

.border-s-cyan-100\/25{
  border-inline-start-color: rgb(207 250 254 / 0.25);
}

.border-s-cyan-100\/30{
  border-inline-start-color: rgb(207 250 254 / 0.3);
}

.border-s-cyan-100\/40{
  border-inline-start-color: rgb(207 250 254 / 0.4);
}

.border-s-cyan-100\/5{
  border-inline-start-color: rgb(207 250 254 / 0.05);
}

.border-s-cyan-100\/50{
  border-inline-start-color: rgb(207 250 254 / 0.5);
}

.border-s-cyan-100\/60{
  border-inline-start-color: rgb(207 250 254 / 0.6);
}

.border-s-cyan-100\/70{
  border-inline-start-color: rgb(207 250 254 / 0.7);
}

.border-s-cyan-100\/75{
  border-inline-start-color: rgb(207 250 254 / 0.75);
}

.border-s-cyan-100\/80{
  border-inline-start-color: rgb(207 250 254 / 0.8);
}

.border-s-cyan-100\/90{
  border-inline-start-color: rgb(207 250 254 / 0.9);
}

.border-s-cyan-100\/95{
  border-inline-start-color: rgb(207 250 254 / 0.95);
}

.border-s-cyan-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-s-cyan-200\/0{
  border-inline-start-color: rgb(165 243 252 / 0);
}

.border-s-cyan-200\/10{
  border-inline-start-color: rgb(165 243 252 / 0.1);
}

.border-s-cyan-200\/100{
  border-inline-start-color: rgb(165 243 252 / 1);
}

.border-s-cyan-200\/20{
  border-inline-start-color: rgb(165 243 252 / 0.2);
}

.border-s-cyan-200\/25{
  border-inline-start-color: rgb(165 243 252 / 0.25);
}

.border-s-cyan-200\/30{
  border-inline-start-color: rgb(165 243 252 / 0.3);
}

.border-s-cyan-200\/40{
  border-inline-start-color: rgb(165 243 252 / 0.4);
}

.border-s-cyan-200\/5{
  border-inline-start-color: rgb(165 243 252 / 0.05);
}

.border-s-cyan-200\/50{
  border-inline-start-color: rgb(165 243 252 / 0.5);
}

.border-s-cyan-200\/60{
  border-inline-start-color: rgb(165 243 252 / 0.6);
}

.border-s-cyan-200\/70{
  border-inline-start-color: rgb(165 243 252 / 0.7);
}

.border-s-cyan-200\/75{
  border-inline-start-color: rgb(165 243 252 / 0.75);
}

.border-s-cyan-200\/80{
  border-inline-start-color: rgb(165 243 252 / 0.8);
}

.border-s-cyan-200\/90{
  border-inline-start-color: rgb(165 243 252 / 0.9);
}

.border-s-cyan-200\/95{
  border-inline-start-color: rgb(165 243 252 / 0.95);
}

.border-s-cyan-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-s-cyan-300\/0{
  border-inline-start-color: rgb(103 232 249 / 0);
}

.border-s-cyan-300\/10{
  border-inline-start-color: rgb(103 232 249 / 0.1);
}

.border-s-cyan-300\/100{
  border-inline-start-color: rgb(103 232 249 / 1);
}

.border-s-cyan-300\/20{
  border-inline-start-color: rgb(103 232 249 / 0.2);
}

.border-s-cyan-300\/25{
  border-inline-start-color: rgb(103 232 249 / 0.25);
}

.border-s-cyan-300\/30{
  border-inline-start-color: rgb(103 232 249 / 0.3);
}

.border-s-cyan-300\/40{
  border-inline-start-color: rgb(103 232 249 / 0.4);
}

.border-s-cyan-300\/5{
  border-inline-start-color: rgb(103 232 249 / 0.05);
}

.border-s-cyan-300\/50{
  border-inline-start-color: rgb(103 232 249 / 0.5);
}

.border-s-cyan-300\/60{
  border-inline-start-color: rgb(103 232 249 / 0.6);
}

.border-s-cyan-300\/70{
  border-inline-start-color: rgb(103 232 249 / 0.7);
}

.border-s-cyan-300\/75{
  border-inline-start-color: rgb(103 232 249 / 0.75);
}

.border-s-cyan-300\/80{
  border-inline-start-color: rgb(103 232 249 / 0.8);
}

.border-s-cyan-300\/90{
  border-inline-start-color: rgb(103 232 249 / 0.9);
}

.border-s-cyan-300\/95{
  border-inline-start-color: rgb(103 232 249 / 0.95);
}

.border-s-cyan-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-s-cyan-400\/0{
  border-inline-start-color: rgb(34 211 238 / 0);
}

.border-s-cyan-400\/10{
  border-inline-start-color: rgb(34 211 238 / 0.1);
}

.border-s-cyan-400\/100{
  border-inline-start-color: rgb(34 211 238 / 1);
}

.border-s-cyan-400\/20{
  border-inline-start-color: rgb(34 211 238 / 0.2);
}

.border-s-cyan-400\/25{
  border-inline-start-color: rgb(34 211 238 / 0.25);
}

.border-s-cyan-400\/30{
  border-inline-start-color: rgb(34 211 238 / 0.3);
}

.border-s-cyan-400\/40{
  border-inline-start-color: rgb(34 211 238 / 0.4);
}

.border-s-cyan-400\/5{
  border-inline-start-color: rgb(34 211 238 / 0.05);
}

.border-s-cyan-400\/50{
  border-inline-start-color: rgb(34 211 238 / 0.5);
}

.border-s-cyan-400\/60{
  border-inline-start-color: rgb(34 211 238 / 0.6);
}

.border-s-cyan-400\/70{
  border-inline-start-color: rgb(34 211 238 / 0.7);
}

.border-s-cyan-400\/75{
  border-inline-start-color: rgb(34 211 238 / 0.75);
}

.border-s-cyan-400\/80{
  border-inline-start-color: rgb(34 211 238 / 0.8);
}

.border-s-cyan-400\/90{
  border-inline-start-color: rgb(34 211 238 / 0.9);
}

.border-s-cyan-400\/95{
  border-inline-start-color: rgb(34 211 238 / 0.95);
}

.border-s-cyan-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-s-cyan-50\/0{
  border-inline-start-color: rgb(236 254 255 / 0);
}

.border-s-cyan-50\/10{
  border-inline-start-color: rgb(236 254 255 / 0.1);
}

.border-s-cyan-50\/100{
  border-inline-start-color: rgb(236 254 255 / 1);
}

.border-s-cyan-50\/20{
  border-inline-start-color: rgb(236 254 255 / 0.2);
}

.border-s-cyan-50\/25{
  border-inline-start-color: rgb(236 254 255 / 0.25);
}

.border-s-cyan-50\/30{
  border-inline-start-color: rgb(236 254 255 / 0.3);
}

.border-s-cyan-50\/40{
  border-inline-start-color: rgb(236 254 255 / 0.4);
}

.border-s-cyan-50\/5{
  border-inline-start-color: rgb(236 254 255 / 0.05);
}

.border-s-cyan-50\/50{
  border-inline-start-color: rgb(236 254 255 / 0.5);
}

.border-s-cyan-50\/60{
  border-inline-start-color: rgb(236 254 255 / 0.6);
}

.border-s-cyan-50\/70{
  border-inline-start-color: rgb(236 254 255 / 0.7);
}

.border-s-cyan-50\/75{
  border-inline-start-color: rgb(236 254 255 / 0.75);
}

.border-s-cyan-50\/80{
  border-inline-start-color: rgb(236 254 255 / 0.8);
}

.border-s-cyan-50\/90{
  border-inline-start-color: rgb(236 254 255 / 0.9);
}

.border-s-cyan-50\/95{
  border-inline-start-color: rgb(236 254 255 / 0.95);
}

.border-s-cyan-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-s-cyan-500\/0{
  border-inline-start-color: rgb(6 182 212 / 0);
}

.border-s-cyan-500\/10{
  border-inline-start-color: rgb(6 182 212 / 0.1);
}

.border-s-cyan-500\/100{
  border-inline-start-color: rgb(6 182 212 / 1);
}

.border-s-cyan-500\/20{
  border-inline-start-color: rgb(6 182 212 / 0.2);
}

.border-s-cyan-500\/25{
  border-inline-start-color: rgb(6 182 212 / 0.25);
}

.border-s-cyan-500\/30{
  border-inline-start-color: rgb(6 182 212 / 0.3);
}

.border-s-cyan-500\/40{
  border-inline-start-color: rgb(6 182 212 / 0.4);
}

.border-s-cyan-500\/5{
  border-inline-start-color: rgb(6 182 212 / 0.05);
}

.border-s-cyan-500\/50{
  border-inline-start-color: rgb(6 182 212 / 0.5);
}

.border-s-cyan-500\/60{
  border-inline-start-color: rgb(6 182 212 / 0.6);
}

.border-s-cyan-500\/70{
  border-inline-start-color: rgb(6 182 212 / 0.7);
}

.border-s-cyan-500\/75{
  border-inline-start-color: rgb(6 182 212 / 0.75);
}

.border-s-cyan-500\/80{
  border-inline-start-color: rgb(6 182 212 / 0.8);
}

.border-s-cyan-500\/90{
  border-inline-start-color: rgb(6 182 212 / 0.9);
}

.border-s-cyan-500\/95{
  border-inline-start-color: rgb(6 182 212 / 0.95);
}

.border-s-cyan-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-s-cyan-600\/0{
  border-inline-start-color: rgb(8 145 178 / 0);
}

.border-s-cyan-600\/10{
  border-inline-start-color: rgb(8 145 178 / 0.1);
}

.border-s-cyan-600\/100{
  border-inline-start-color: rgb(8 145 178 / 1);
}

.border-s-cyan-600\/20{
  border-inline-start-color: rgb(8 145 178 / 0.2);
}

.border-s-cyan-600\/25{
  border-inline-start-color: rgb(8 145 178 / 0.25);
}

.border-s-cyan-600\/30{
  border-inline-start-color: rgb(8 145 178 / 0.3);
}

.border-s-cyan-600\/40{
  border-inline-start-color: rgb(8 145 178 / 0.4);
}

.border-s-cyan-600\/5{
  border-inline-start-color: rgb(8 145 178 / 0.05);
}

.border-s-cyan-600\/50{
  border-inline-start-color: rgb(8 145 178 / 0.5);
}

.border-s-cyan-600\/60{
  border-inline-start-color: rgb(8 145 178 / 0.6);
}

.border-s-cyan-600\/70{
  border-inline-start-color: rgb(8 145 178 / 0.7);
}

.border-s-cyan-600\/75{
  border-inline-start-color: rgb(8 145 178 / 0.75);
}

.border-s-cyan-600\/80{
  border-inline-start-color: rgb(8 145 178 / 0.8);
}

.border-s-cyan-600\/90{
  border-inline-start-color: rgb(8 145 178 / 0.9);
}

.border-s-cyan-600\/95{
  border-inline-start-color: rgb(8 145 178 / 0.95);
}

.border-s-cyan-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-s-cyan-700\/0{
  border-inline-start-color: rgb(14 116 144 / 0);
}

.border-s-cyan-700\/10{
  border-inline-start-color: rgb(14 116 144 / 0.1);
}

.border-s-cyan-700\/100{
  border-inline-start-color: rgb(14 116 144 / 1);
}

.border-s-cyan-700\/20{
  border-inline-start-color: rgb(14 116 144 / 0.2);
}

.border-s-cyan-700\/25{
  border-inline-start-color: rgb(14 116 144 / 0.25);
}

.border-s-cyan-700\/30{
  border-inline-start-color: rgb(14 116 144 / 0.3);
}

.border-s-cyan-700\/40{
  border-inline-start-color: rgb(14 116 144 / 0.4);
}

.border-s-cyan-700\/5{
  border-inline-start-color: rgb(14 116 144 / 0.05);
}

.border-s-cyan-700\/50{
  border-inline-start-color: rgb(14 116 144 / 0.5);
}

.border-s-cyan-700\/60{
  border-inline-start-color: rgb(14 116 144 / 0.6);
}

.border-s-cyan-700\/70{
  border-inline-start-color: rgb(14 116 144 / 0.7);
}

.border-s-cyan-700\/75{
  border-inline-start-color: rgb(14 116 144 / 0.75);
}

.border-s-cyan-700\/80{
  border-inline-start-color: rgb(14 116 144 / 0.8);
}

.border-s-cyan-700\/90{
  border-inline-start-color: rgb(14 116 144 / 0.9);
}

.border-s-cyan-700\/95{
  border-inline-start-color: rgb(14 116 144 / 0.95);
}

.border-s-cyan-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-s-cyan-800\/0{
  border-inline-start-color: rgb(21 94 117 / 0);
}

.border-s-cyan-800\/10{
  border-inline-start-color: rgb(21 94 117 / 0.1);
}

.border-s-cyan-800\/100{
  border-inline-start-color: rgb(21 94 117 / 1);
}

.border-s-cyan-800\/20{
  border-inline-start-color: rgb(21 94 117 / 0.2);
}

.border-s-cyan-800\/25{
  border-inline-start-color: rgb(21 94 117 / 0.25);
}

.border-s-cyan-800\/30{
  border-inline-start-color: rgb(21 94 117 / 0.3);
}

.border-s-cyan-800\/40{
  border-inline-start-color: rgb(21 94 117 / 0.4);
}

.border-s-cyan-800\/5{
  border-inline-start-color: rgb(21 94 117 / 0.05);
}

.border-s-cyan-800\/50{
  border-inline-start-color: rgb(21 94 117 / 0.5);
}

.border-s-cyan-800\/60{
  border-inline-start-color: rgb(21 94 117 / 0.6);
}

.border-s-cyan-800\/70{
  border-inline-start-color: rgb(21 94 117 / 0.7);
}

.border-s-cyan-800\/75{
  border-inline-start-color: rgb(21 94 117 / 0.75);
}

.border-s-cyan-800\/80{
  border-inline-start-color: rgb(21 94 117 / 0.8);
}

.border-s-cyan-800\/90{
  border-inline-start-color: rgb(21 94 117 / 0.9);
}

.border-s-cyan-800\/95{
  border-inline-start-color: rgb(21 94 117 / 0.95);
}

.border-s-cyan-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-s-cyan-900\/0{
  border-inline-start-color: rgb(22 78 99 / 0);
}

.border-s-cyan-900\/10{
  border-inline-start-color: rgb(22 78 99 / 0.1);
}

.border-s-cyan-900\/100{
  border-inline-start-color: rgb(22 78 99 / 1);
}

.border-s-cyan-900\/20{
  border-inline-start-color: rgb(22 78 99 / 0.2);
}

.border-s-cyan-900\/25{
  border-inline-start-color: rgb(22 78 99 / 0.25);
}

.border-s-cyan-900\/30{
  border-inline-start-color: rgb(22 78 99 / 0.3);
}

.border-s-cyan-900\/40{
  border-inline-start-color: rgb(22 78 99 / 0.4);
}

.border-s-cyan-900\/5{
  border-inline-start-color: rgb(22 78 99 / 0.05);
}

.border-s-cyan-900\/50{
  border-inline-start-color: rgb(22 78 99 / 0.5);
}

.border-s-cyan-900\/60{
  border-inline-start-color: rgb(22 78 99 / 0.6);
}

.border-s-cyan-900\/70{
  border-inline-start-color: rgb(22 78 99 / 0.7);
}

.border-s-cyan-900\/75{
  border-inline-start-color: rgb(22 78 99 / 0.75);
}

.border-s-cyan-900\/80{
  border-inline-start-color: rgb(22 78 99 / 0.8);
}

.border-s-cyan-900\/90{
  border-inline-start-color: rgb(22 78 99 / 0.9);
}

.border-s-cyan-900\/95{
  border-inline-start-color: rgb(22 78 99 / 0.95);
}

.border-s-cyan-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-s-cyan-950\/0{
  border-inline-start-color: rgb(8 51 68 / 0);
}

.border-s-cyan-950\/10{
  border-inline-start-color: rgb(8 51 68 / 0.1);
}

.border-s-cyan-950\/100{
  border-inline-start-color: rgb(8 51 68 / 1);
}

.border-s-cyan-950\/20{
  border-inline-start-color: rgb(8 51 68 / 0.2);
}

.border-s-cyan-950\/25{
  border-inline-start-color: rgb(8 51 68 / 0.25);
}

.border-s-cyan-950\/30{
  border-inline-start-color: rgb(8 51 68 / 0.3);
}

.border-s-cyan-950\/40{
  border-inline-start-color: rgb(8 51 68 / 0.4);
}

.border-s-cyan-950\/5{
  border-inline-start-color: rgb(8 51 68 / 0.05);
}

.border-s-cyan-950\/50{
  border-inline-start-color: rgb(8 51 68 / 0.5);
}

.border-s-cyan-950\/60{
  border-inline-start-color: rgb(8 51 68 / 0.6);
}

.border-s-cyan-950\/70{
  border-inline-start-color: rgb(8 51 68 / 0.7);
}

.border-s-cyan-950\/75{
  border-inline-start-color: rgb(8 51 68 / 0.75);
}

.border-s-cyan-950\/80{
  border-inline-start-color: rgb(8 51 68 / 0.8);
}

.border-s-cyan-950\/90{
  border-inline-start-color: rgb(8 51 68 / 0.9);
}

.border-s-cyan-950\/95{
  border-inline-start-color: rgb(8 51 68 / 0.95);
}

.border-s-emerald-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.border-s-emerald-100\/0{
  border-inline-start-color: rgb(209 250 229 / 0);
}

.border-s-emerald-100\/10{
  border-inline-start-color: rgb(209 250 229 / 0.1);
}

.border-s-emerald-100\/100{
  border-inline-start-color: rgb(209 250 229 / 1);
}

.border-s-emerald-100\/20{
  border-inline-start-color: rgb(209 250 229 / 0.2);
}

.border-s-emerald-100\/25{
  border-inline-start-color: rgb(209 250 229 / 0.25);
}

.border-s-emerald-100\/30{
  border-inline-start-color: rgb(209 250 229 / 0.3);
}

.border-s-emerald-100\/40{
  border-inline-start-color: rgb(209 250 229 / 0.4);
}

.border-s-emerald-100\/5{
  border-inline-start-color: rgb(209 250 229 / 0.05);
}

.border-s-emerald-100\/50{
  border-inline-start-color: rgb(209 250 229 / 0.5);
}

.border-s-emerald-100\/60{
  border-inline-start-color: rgb(209 250 229 / 0.6);
}

.border-s-emerald-100\/70{
  border-inline-start-color: rgb(209 250 229 / 0.7);
}

.border-s-emerald-100\/75{
  border-inline-start-color: rgb(209 250 229 / 0.75);
}

.border-s-emerald-100\/80{
  border-inline-start-color: rgb(209 250 229 / 0.8);
}

.border-s-emerald-100\/90{
  border-inline-start-color: rgb(209 250 229 / 0.9);
}

.border-s-emerald-100\/95{
  border-inline-start-color: rgb(209 250 229 / 0.95);
}

.border-s-emerald-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-s-emerald-200\/0{
  border-inline-start-color: rgb(167 243 208 / 0);
}

.border-s-emerald-200\/10{
  border-inline-start-color: rgb(167 243 208 / 0.1);
}

.border-s-emerald-200\/100{
  border-inline-start-color: rgb(167 243 208 / 1);
}

.border-s-emerald-200\/20{
  border-inline-start-color: rgb(167 243 208 / 0.2);
}

.border-s-emerald-200\/25{
  border-inline-start-color: rgb(167 243 208 / 0.25);
}

.border-s-emerald-200\/30{
  border-inline-start-color: rgb(167 243 208 / 0.3);
}

.border-s-emerald-200\/40{
  border-inline-start-color: rgb(167 243 208 / 0.4);
}

.border-s-emerald-200\/5{
  border-inline-start-color: rgb(167 243 208 / 0.05);
}

.border-s-emerald-200\/50{
  border-inline-start-color: rgb(167 243 208 / 0.5);
}

.border-s-emerald-200\/60{
  border-inline-start-color: rgb(167 243 208 / 0.6);
}

.border-s-emerald-200\/70{
  border-inline-start-color: rgb(167 243 208 / 0.7);
}

.border-s-emerald-200\/75{
  border-inline-start-color: rgb(167 243 208 / 0.75);
}

.border-s-emerald-200\/80{
  border-inline-start-color: rgb(167 243 208 / 0.8);
}

.border-s-emerald-200\/90{
  border-inline-start-color: rgb(167 243 208 / 0.9);
}

.border-s-emerald-200\/95{
  border-inline-start-color: rgb(167 243 208 / 0.95);
}

.border-s-emerald-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-s-emerald-300\/0{
  border-inline-start-color: rgb(110 231 183 / 0);
}

.border-s-emerald-300\/10{
  border-inline-start-color: rgb(110 231 183 / 0.1);
}

.border-s-emerald-300\/100{
  border-inline-start-color: rgb(110 231 183 / 1);
}

.border-s-emerald-300\/20{
  border-inline-start-color: rgb(110 231 183 / 0.2);
}

.border-s-emerald-300\/25{
  border-inline-start-color: rgb(110 231 183 / 0.25);
}

.border-s-emerald-300\/30{
  border-inline-start-color: rgb(110 231 183 / 0.3);
}

.border-s-emerald-300\/40{
  border-inline-start-color: rgb(110 231 183 / 0.4);
}

.border-s-emerald-300\/5{
  border-inline-start-color: rgb(110 231 183 / 0.05);
}

.border-s-emerald-300\/50{
  border-inline-start-color: rgb(110 231 183 / 0.5);
}

.border-s-emerald-300\/60{
  border-inline-start-color: rgb(110 231 183 / 0.6);
}

.border-s-emerald-300\/70{
  border-inline-start-color: rgb(110 231 183 / 0.7);
}

.border-s-emerald-300\/75{
  border-inline-start-color: rgb(110 231 183 / 0.75);
}

.border-s-emerald-300\/80{
  border-inline-start-color: rgb(110 231 183 / 0.8);
}

.border-s-emerald-300\/90{
  border-inline-start-color: rgb(110 231 183 / 0.9);
}

.border-s-emerald-300\/95{
  border-inline-start-color: rgb(110 231 183 / 0.95);
}

.border-s-emerald-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-s-emerald-400\/0{
  border-inline-start-color: rgb(52 211 153 / 0);
}

.border-s-emerald-400\/10{
  border-inline-start-color: rgb(52 211 153 / 0.1);
}

.border-s-emerald-400\/100{
  border-inline-start-color: rgb(52 211 153 / 1);
}

.border-s-emerald-400\/20{
  border-inline-start-color: rgb(52 211 153 / 0.2);
}

.border-s-emerald-400\/25{
  border-inline-start-color: rgb(52 211 153 / 0.25);
}

.border-s-emerald-400\/30{
  border-inline-start-color: rgb(52 211 153 / 0.3);
}

.border-s-emerald-400\/40{
  border-inline-start-color: rgb(52 211 153 / 0.4);
}

.border-s-emerald-400\/5{
  border-inline-start-color: rgb(52 211 153 / 0.05);
}

.border-s-emerald-400\/50{
  border-inline-start-color: rgb(52 211 153 / 0.5);
}

.border-s-emerald-400\/60{
  border-inline-start-color: rgb(52 211 153 / 0.6);
}

.border-s-emerald-400\/70{
  border-inline-start-color: rgb(52 211 153 / 0.7);
}

.border-s-emerald-400\/75{
  border-inline-start-color: rgb(52 211 153 / 0.75);
}

.border-s-emerald-400\/80{
  border-inline-start-color: rgb(52 211 153 / 0.8);
}

.border-s-emerald-400\/90{
  border-inline-start-color: rgb(52 211 153 / 0.9);
}

.border-s-emerald-400\/95{
  border-inline-start-color: rgb(52 211 153 / 0.95);
}

.border-s-emerald-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-s-emerald-50\/0{
  border-inline-start-color: rgb(236 253 245 / 0);
}

.border-s-emerald-50\/10{
  border-inline-start-color: rgb(236 253 245 / 0.1);
}

.border-s-emerald-50\/100{
  border-inline-start-color: rgb(236 253 245 / 1);
}

.border-s-emerald-50\/20{
  border-inline-start-color: rgb(236 253 245 / 0.2);
}

.border-s-emerald-50\/25{
  border-inline-start-color: rgb(236 253 245 / 0.25);
}

.border-s-emerald-50\/30{
  border-inline-start-color: rgb(236 253 245 / 0.3);
}

.border-s-emerald-50\/40{
  border-inline-start-color: rgb(236 253 245 / 0.4);
}

.border-s-emerald-50\/5{
  border-inline-start-color: rgb(236 253 245 / 0.05);
}

.border-s-emerald-50\/50{
  border-inline-start-color: rgb(236 253 245 / 0.5);
}

.border-s-emerald-50\/60{
  border-inline-start-color: rgb(236 253 245 / 0.6);
}

.border-s-emerald-50\/70{
  border-inline-start-color: rgb(236 253 245 / 0.7);
}

.border-s-emerald-50\/75{
  border-inline-start-color: rgb(236 253 245 / 0.75);
}

.border-s-emerald-50\/80{
  border-inline-start-color: rgb(236 253 245 / 0.8);
}

.border-s-emerald-50\/90{
  border-inline-start-color: rgb(236 253 245 / 0.9);
}

.border-s-emerald-50\/95{
  border-inline-start-color: rgb(236 253 245 / 0.95);
}

.border-s-emerald-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-s-emerald-500\/0{
  border-inline-start-color: rgb(16 185 129 / 0);
}

.border-s-emerald-500\/10{
  border-inline-start-color: rgb(16 185 129 / 0.1);
}

.border-s-emerald-500\/100{
  border-inline-start-color: rgb(16 185 129 / 1);
}

.border-s-emerald-500\/20{
  border-inline-start-color: rgb(16 185 129 / 0.2);
}

.border-s-emerald-500\/25{
  border-inline-start-color: rgb(16 185 129 / 0.25);
}

.border-s-emerald-500\/30{
  border-inline-start-color: rgb(16 185 129 / 0.3);
}

.border-s-emerald-500\/40{
  border-inline-start-color: rgb(16 185 129 / 0.4);
}

.border-s-emerald-500\/5{
  border-inline-start-color: rgb(16 185 129 / 0.05);
}

.border-s-emerald-500\/50{
  border-inline-start-color: rgb(16 185 129 / 0.5);
}

.border-s-emerald-500\/60{
  border-inline-start-color: rgb(16 185 129 / 0.6);
}

.border-s-emerald-500\/70{
  border-inline-start-color: rgb(16 185 129 / 0.7);
}

.border-s-emerald-500\/75{
  border-inline-start-color: rgb(16 185 129 / 0.75);
}

.border-s-emerald-500\/80{
  border-inline-start-color: rgb(16 185 129 / 0.8);
}

.border-s-emerald-500\/90{
  border-inline-start-color: rgb(16 185 129 / 0.9);
}

.border-s-emerald-500\/95{
  border-inline-start-color: rgb(16 185 129 / 0.95);
}

.border-s-emerald-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-s-emerald-600\/0{
  border-inline-start-color: rgb(5 150 105 / 0);
}

.border-s-emerald-600\/10{
  border-inline-start-color: rgb(5 150 105 / 0.1);
}

.border-s-emerald-600\/100{
  border-inline-start-color: rgb(5 150 105 / 1);
}

.border-s-emerald-600\/20{
  border-inline-start-color: rgb(5 150 105 / 0.2);
}

.border-s-emerald-600\/25{
  border-inline-start-color: rgb(5 150 105 / 0.25);
}

.border-s-emerald-600\/30{
  border-inline-start-color: rgb(5 150 105 / 0.3);
}

.border-s-emerald-600\/40{
  border-inline-start-color: rgb(5 150 105 / 0.4);
}

.border-s-emerald-600\/5{
  border-inline-start-color: rgb(5 150 105 / 0.05);
}

.border-s-emerald-600\/50{
  border-inline-start-color: rgb(5 150 105 / 0.5);
}

.border-s-emerald-600\/60{
  border-inline-start-color: rgb(5 150 105 / 0.6);
}

.border-s-emerald-600\/70{
  border-inline-start-color: rgb(5 150 105 / 0.7);
}

.border-s-emerald-600\/75{
  border-inline-start-color: rgb(5 150 105 / 0.75);
}

.border-s-emerald-600\/80{
  border-inline-start-color: rgb(5 150 105 / 0.8);
}

.border-s-emerald-600\/90{
  border-inline-start-color: rgb(5 150 105 / 0.9);
}

.border-s-emerald-600\/95{
  border-inline-start-color: rgb(5 150 105 / 0.95);
}

.border-s-emerald-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-s-emerald-700\/0{
  border-inline-start-color: rgb(4 120 87 / 0);
}

.border-s-emerald-700\/10{
  border-inline-start-color: rgb(4 120 87 / 0.1);
}

.border-s-emerald-700\/100{
  border-inline-start-color: rgb(4 120 87 / 1);
}

.border-s-emerald-700\/20{
  border-inline-start-color: rgb(4 120 87 / 0.2);
}

.border-s-emerald-700\/25{
  border-inline-start-color: rgb(4 120 87 / 0.25);
}

.border-s-emerald-700\/30{
  border-inline-start-color: rgb(4 120 87 / 0.3);
}

.border-s-emerald-700\/40{
  border-inline-start-color: rgb(4 120 87 / 0.4);
}

.border-s-emerald-700\/5{
  border-inline-start-color: rgb(4 120 87 / 0.05);
}

.border-s-emerald-700\/50{
  border-inline-start-color: rgb(4 120 87 / 0.5);
}

.border-s-emerald-700\/60{
  border-inline-start-color: rgb(4 120 87 / 0.6);
}

.border-s-emerald-700\/70{
  border-inline-start-color: rgb(4 120 87 / 0.7);
}

.border-s-emerald-700\/75{
  border-inline-start-color: rgb(4 120 87 / 0.75);
}

.border-s-emerald-700\/80{
  border-inline-start-color: rgb(4 120 87 / 0.8);
}

.border-s-emerald-700\/90{
  border-inline-start-color: rgb(4 120 87 / 0.9);
}

.border-s-emerald-700\/95{
  border-inline-start-color: rgb(4 120 87 / 0.95);
}

.border-s-emerald-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-s-emerald-800\/0{
  border-inline-start-color: rgb(6 95 70 / 0);
}

.border-s-emerald-800\/10{
  border-inline-start-color: rgb(6 95 70 / 0.1);
}

.border-s-emerald-800\/100{
  border-inline-start-color: rgb(6 95 70 / 1);
}

.border-s-emerald-800\/20{
  border-inline-start-color: rgb(6 95 70 / 0.2);
}

.border-s-emerald-800\/25{
  border-inline-start-color: rgb(6 95 70 / 0.25);
}

.border-s-emerald-800\/30{
  border-inline-start-color: rgb(6 95 70 / 0.3);
}

.border-s-emerald-800\/40{
  border-inline-start-color: rgb(6 95 70 / 0.4);
}

.border-s-emerald-800\/5{
  border-inline-start-color: rgb(6 95 70 / 0.05);
}

.border-s-emerald-800\/50{
  border-inline-start-color: rgb(6 95 70 / 0.5);
}

.border-s-emerald-800\/60{
  border-inline-start-color: rgb(6 95 70 / 0.6);
}

.border-s-emerald-800\/70{
  border-inline-start-color: rgb(6 95 70 / 0.7);
}

.border-s-emerald-800\/75{
  border-inline-start-color: rgb(6 95 70 / 0.75);
}

.border-s-emerald-800\/80{
  border-inline-start-color: rgb(6 95 70 / 0.8);
}

.border-s-emerald-800\/90{
  border-inline-start-color: rgb(6 95 70 / 0.9);
}

.border-s-emerald-800\/95{
  border-inline-start-color: rgb(6 95 70 / 0.95);
}

.border-s-emerald-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-s-emerald-900\/0{
  border-inline-start-color: rgb(6 78 59 / 0);
}

.border-s-emerald-900\/10{
  border-inline-start-color: rgb(6 78 59 / 0.1);
}

.border-s-emerald-900\/100{
  border-inline-start-color: rgb(6 78 59 / 1);
}

.border-s-emerald-900\/20{
  border-inline-start-color: rgb(6 78 59 / 0.2);
}

.border-s-emerald-900\/25{
  border-inline-start-color: rgb(6 78 59 / 0.25);
}

.border-s-emerald-900\/30{
  border-inline-start-color: rgb(6 78 59 / 0.3);
}

.border-s-emerald-900\/40{
  border-inline-start-color: rgb(6 78 59 / 0.4);
}

.border-s-emerald-900\/5{
  border-inline-start-color: rgb(6 78 59 / 0.05);
}

.border-s-emerald-900\/50{
  border-inline-start-color: rgb(6 78 59 / 0.5);
}

.border-s-emerald-900\/60{
  border-inline-start-color: rgb(6 78 59 / 0.6);
}

.border-s-emerald-900\/70{
  border-inline-start-color: rgb(6 78 59 / 0.7);
}

.border-s-emerald-900\/75{
  border-inline-start-color: rgb(6 78 59 / 0.75);
}

.border-s-emerald-900\/80{
  border-inline-start-color: rgb(6 78 59 / 0.8);
}

.border-s-emerald-900\/90{
  border-inline-start-color: rgb(6 78 59 / 0.9);
}

.border-s-emerald-900\/95{
  border-inline-start-color: rgb(6 78 59 / 0.95);
}

.border-s-emerald-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-s-emerald-950\/0{
  border-inline-start-color: rgb(2 44 34 / 0);
}

.border-s-emerald-950\/10{
  border-inline-start-color: rgb(2 44 34 / 0.1);
}

.border-s-emerald-950\/100{
  border-inline-start-color: rgb(2 44 34 / 1);
}

.border-s-emerald-950\/20{
  border-inline-start-color: rgb(2 44 34 / 0.2);
}

.border-s-emerald-950\/25{
  border-inline-start-color: rgb(2 44 34 / 0.25);
}

.border-s-emerald-950\/30{
  border-inline-start-color: rgb(2 44 34 / 0.3);
}

.border-s-emerald-950\/40{
  border-inline-start-color: rgb(2 44 34 / 0.4);
}

.border-s-emerald-950\/5{
  border-inline-start-color: rgb(2 44 34 / 0.05);
}

.border-s-emerald-950\/50{
  border-inline-start-color: rgb(2 44 34 / 0.5);
}

.border-s-emerald-950\/60{
  border-inline-start-color: rgb(2 44 34 / 0.6);
}

.border-s-emerald-950\/70{
  border-inline-start-color: rgb(2 44 34 / 0.7);
}

.border-s-emerald-950\/75{
  border-inline-start-color: rgb(2 44 34 / 0.75);
}

.border-s-emerald-950\/80{
  border-inline-start-color: rgb(2 44 34 / 0.8);
}

.border-s-emerald-950\/90{
  border-inline-start-color: rgb(2 44 34 / 0.9);
}

.border-s-emerald-950\/95{
  border-inline-start-color: rgb(2 44 34 / 0.95);
}

.border-s-event-text-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 57 66 / var(--tw-border-opacity));
}

.border-s-event-text-100\/0{
  border-inline-start-color: rgb(3 57 66 / 0);
}

.border-s-event-text-100\/10{
  border-inline-start-color: rgb(3 57 66 / 0.1);
}

.border-s-event-text-100\/100{
  border-inline-start-color: rgb(3 57 66 / 1);
}

.border-s-event-text-100\/20{
  border-inline-start-color: rgb(3 57 66 / 0.2);
}

.border-s-event-text-100\/25{
  border-inline-start-color: rgb(3 57 66 / 0.25);
}

.border-s-event-text-100\/30{
  border-inline-start-color: rgb(3 57 66 / 0.3);
}

.border-s-event-text-100\/40{
  border-inline-start-color: rgb(3 57 66 / 0.4);
}

.border-s-event-text-100\/5{
  border-inline-start-color: rgb(3 57 66 / 0.05);
}

.border-s-event-text-100\/50{
  border-inline-start-color: rgb(3 57 66 / 0.5);
}

.border-s-event-text-100\/60{
  border-inline-start-color: rgb(3 57 66 / 0.6);
}

.border-s-event-text-100\/70{
  border-inline-start-color: rgb(3 57 66 / 0.7);
}

.border-s-event-text-100\/75{
  border-inline-start-color: rgb(3 57 66 / 0.75);
}

.border-s-event-text-100\/80{
  border-inline-start-color: rgb(3 57 66 / 0.8);
}

.border-s-event-text-100\/90{
  border-inline-start-color: rgb(3 57 66 / 0.9);
}

.border-s-event-text-100\/95{
  border-inline-start-color: rgb(3 57 66 / 0.95);
}

.border-s-event-text-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(56 59 68 / var(--tw-border-opacity));
}

.border-s-event-text-200\/0{
  border-inline-start-color: rgb(56 59 68 / 0);
}

.border-s-event-text-200\/10{
  border-inline-start-color: rgb(56 59 68 / 0.1);
}

.border-s-event-text-200\/100{
  border-inline-start-color: rgb(56 59 68 / 1);
}

.border-s-event-text-200\/20{
  border-inline-start-color: rgb(56 59 68 / 0.2);
}

.border-s-event-text-200\/25{
  border-inline-start-color: rgb(56 59 68 / 0.25);
}

.border-s-event-text-200\/30{
  border-inline-start-color: rgb(56 59 68 / 0.3);
}

.border-s-event-text-200\/40{
  border-inline-start-color: rgb(56 59 68 / 0.4);
}

.border-s-event-text-200\/5{
  border-inline-start-color: rgb(56 59 68 / 0.05);
}

.border-s-event-text-200\/50{
  border-inline-start-color: rgb(56 59 68 / 0.5);
}

.border-s-event-text-200\/60{
  border-inline-start-color: rgb(56 59 68 / 0.6);
}

.border-s-event-text-200\/70{
  border-inline-start-color: rgb(56 59 68 / 0.7);
}

.border-s-event-text-200\/75{
  border-inline-start-color: rgb(56 59 68 / 0.75);
}

.border-s-event-text-200\/80{
  border-inline-start-color: rgb(56 59 68 / 0.8);
}

.border-s-event-text-200\/90{
  border-inline-start-color: rgb(56 59 68 / 0.9);
}

.border-s-event-text-200\/95{
  border-inline-start-color: rgb(56 59 68 / 0.95);
}

.border-s-fuchsia-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.border-s-fuchsia-100\/0{
  border-inline-start-color: rgb(250 232 255 / 0);
}

.border-s-fuchsia-100\/10{
  border-inline-start-color: rgb(250 232 255 / 0.1);
}

.border-s-fuchsia-100\/100{
  border-inline-start-color: rgb(250 232 255 / 1);
}

.border-s-fuchsia-100\/20{
  border-inline-start-color: rgb(250 232 255 / 0.2);
}

.border-s-fuchsia-100\/25{
  border-inline-start-color: rgb(250 232 255 / 0.25);
}

.border-s-fuchsia-100\/30{
  border-inline-start-color: rgb(250 232 255 / 0.3);
}

.border-s-fuchsia-100\/40{
  border-inline-start-color: rgb(250 232 255 / 0.4);
}

.border-s-fuchsia-100\/5{
  border-inline-start-color: rgb(250 232 255 / 0.05);
}

.border-s-fuchsia-100\/50{
  border-inline-start-color: rgb(250 232 255 / 0.5);
}

.border-s-fuchsia-100\/60{
  border-inline-start-color: rgb(250 232 255 / 0.6);
}

.border-s-fuchsia-100\/70{
  border-inline-start-color: rgb(250 232 255 / 0.7);
}

.border-s-fuchsia-100\/75{
  border-inline-start-color: rgb(250 232 255 / 0.75);
}

.border-s-fuchsia-100\/80{
  border-inline-start-color: rgb(250 232 255 / 0.8);
}

.border-s-fuchsia-100\/90{
  border-inline-start-color: rgb(250 232 255 / 0.9);
}

.border-s-fuchsia-100\/95{
  border-inline-start-color: rgb(250 232 255 / 0.95);
}

.border-s-fuchsia-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-s-fuchsia-200\/0{
  border-inline-start-color: rgb(245 208 254 / 0);
}

.border-s-fuchsia-200\/10{
  border-inline-start-color: rgb(245 208 254 / 0.1);
}

.border-s-fuchsia-200\/100{
  border-inline-start-color: rgb(245 208 254 / 1);
}

.border-s-fuchsia-200\/20{
  border-inline-start-color: rgb(245 208 254 / 0.2);
}

.border-s-fuchsia-200\/25{
  border-inline-start-color: rgb(245 208 254 / 0.25);
}

.border-s-fuchsia-200\/30{
  border-inline-start-color: rgb(245 208 254 / 0.3);
}

.border-s-fuchsia-200\/40{
  border-inline-start-color: rgb(245 208 254 / 0.4);
}

.border-s-fuchsia-200\/5{
  border-inline-start-color: rgb(245 208 254 / 0.05);
}

.border-s-fuchsia-200\/50{
  border-inline-start-color: rgb(245 208 254 / 0.5);
}

.border-s-fuchsia-200\/60{
  border-inline-start-color: rgb(245 208 254 / 0.6);
}

.border-s-fuchsia-200\/70{
  border-inline-start-color: rgb(245 208 254 / 0.7);
}

.border-s-fuchsia-200\/75{
  border-inline-start-color: rgb(245 208 254 / 0.75);
}

.border-s-fuchsia-200\/80{
  border-inline-start-color: rgb(245 208 254 / 0.8);
}

.border-s-fuchsia-200\/90{
  border-inline-start-color: rgb(245 208 254 / 0.9);
}

.border-s-fuchsia-200\/95{
  border-inline-start-color: rgb(245 208 254 / 0.95);
}

.border-s-fuchsia-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-s-fuchsia-300\/0{
  border-inline-start-color: rgb(240 171 252 / 0);
}

.border-s-fuchsia-300\/10{
  border-inline-start-color: rgb(240 171 252 / 0.1);
}

.border-s-fuchsia-300\/100{
  border-inline-start-color: rgb(240 171 252 / 1);
}

.border-s-fuchsia-300\/20{
  border-inline-start-color: rgb(240 171 252 / 0.2);
}

.border-s-fuchsia-300\/25{
  border-inline-start-color: rgb(240 171 252 / 0.25);
}

.border-s-fuchsia-300\/30{
  border-inline-start-color: rgb(240 171 252 / 0.3);
}

.border-s-fuchsia-300\/40{
  border-inline-start-color: rgb(240 171 252 / 0.4);
}

.border-s-fuchsia-300\/5{
  border-inline-start-color: rgb(240 171 252 / 0.05);
}

.border-s-fuchsia-300\/50{
  border-inline-start-color: rgb(240 171 252 / 0.5);
}

.border-s-fuchsia-300\/60{
  border-inline-start-color: rgb(240 171 252 / 0.6);
}

.border-s-fuchsia-300\/70{
  border-inline-start-color: rgb(240 171 252 / 0.7);
}

.border-s-fuchsia-300\/75{
  border-inline-start-color: rgb(240 171 252 / 0.75);
}

.border-s-fuchsia-300\/80{
  border-inline-start-color: rgb(240 171 252 / 0.8);
}

.border-s-fuchsia-300\/90{
  border-inline-start-color: rgb(240 171 252 / 0.9);
}

.border-s-fuchsia-300\/95{
  border-inline-start-color: rgb(240 171 252 / 0.95);
}

.border-s-fuchsia-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-s-fuchsia-400\/0{
  border-inline-start-color: rgb(232 121 249 / 0);
}

.border-s-fuchsia-400\/10{
  border-inline-start-color: rgb(232 121 249 / 0.1);
}

.border-s-fuchsia-400\/100{
  border-inline-start-color: rgb(232 121 249 / 1);
}

.border-s-fuchsia-400\/20{
  border-inline-start-color: rgb(232 121 249 / 0.2);
}

.border-s-fuchsia-400\/25{
  border-inline-start-color: rgb(232 121 249 / 0.25);
}

.border-s-fuchsia-400\/30{
  border-inline-start-color: rgb(232 121 249 / 0.3);
}

.border-s-fuchsia-400\/40{
  border-inline-start-color: rgb(232 121 249 / 0.4);
}

.border-s-fuchsia-400\/5{
  border-inline-start-color: rgb(232 121 249 / 0.05);
}

.border-s-fuchsia-400\/50{
  border-inline-start-color: rgb(232 121 249 / 0.5);
}

.border-s-fuchsia-400\/60{
  border-inline-start-color: rgb(232 121 249 / 0.6);
}

.border-s-fuchsia-400\/70{
  border-inline-start-color: rgb(232 121 249 / 0.7);
}

.border-s-fuchsia-400\/75{
  border-inline-start-color: rgb(232 121 249 / 0.75);
}

.border-s-fuchsia-400\/80{
  border-inline-start-color: rgb(232 121 249 / 0.8);
}

.border-s-fuchsia-400\/90{
  border-inline-start-color: rgb(232 121 249 / 0.9);
}

.border-s-fuchsia-400\/95{
  border-inline-start-color: rgb(232 121 249 / 0.95);
}

.border-s-fuchsia-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-s-fuchsia-50\/0{
  border-inline-start-color: rgb(253 244 255 / 0);
}

.border-s-fuchsia-50\/10{
  border-inline-start-color: rgb(253 244 255 / 0.1);
}

.border-s-fuchsia-50\/100{
  border-inline-start-color: rgb(253 244 255 / 1);
}

.border-s-fuchsia-50\/20{
  border-inline-start-color: rgb(253 244 255 / 0.2);
}

.border-s-fuchsia-50\/25{
  border-inline-start-color: rgb(253 244 255 / 0.25);
}

.border-s-fuchsia-50\/30{
  border-inline-start-color: rgb(253 244 255 / 0.3);
}

.border-s-fuchsia-50\/40{
  border-inline-start-color: rgb(253 244 255 / 0.4);
}

.border-s-fuchsia-50\/5{
  border-inline-start-color: rgb(253 244 255 / 0.05);
}

.border-s-fuchsia-50\/50{
  border-inline-start-color: rgb(253 244 255 / 0.5);
}

.border-s-fuchsia-50\/60{
  border-inline-start-color: rgb(253 244 255 / 0.6);
}

.border-s-fuchsia-50\/70{
  border-inline-start-color: rgb(253 244 255 / 0.7);
}

.border-s-fuchsia-50\/75{
  border-inline-start-color: rgb(253 244 255 / 0.75);
}

.border-s-fuchsia-50\/80{
  border-inline-start-color: rgb(253 244 255 / 0.8);
}

.border-s-fuchsia-50\/90{
  border-inline-start-color: rgb(253 244 255 / 0.9);
}

.border-s-fuchsia-50\/95{
  border-inline-start-color: rgb(253 244 255 / 0.95);
}

.border-s-fuchsia-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-s-fuchsia-500\/0{
  border-inline-start-color: rgb(217 70 239 / 0);
}

.border-s-fuchsia-500\/10{
  border-inline-start-color: rgb(217 70 239 / 0.1);
}

.border-s-fuchsia-500\/100{
  border-inline-start-color: rgb(217 70 239 / 1);
}

.border-s-fuchsia-500\/20{
  border-inline-start-color: rgb(217 70 239 / 0.2);
}

.border-s-fuchsia-500\/25{
  border-inline-start-color: rgb(217 70 239 / 0.25);
}

.border-s-fuchsia-500\/30{
  border-inline-start-color: rgb(217 70 239 / 0.3);
}

.border-s-fuchsia-500\/40{
  border-inline-start-color: rgb(217 70 239 / 0.4);
}

.border-s-fuchsia-500\/5{
  border-inline-start-color: rgb(217 70 239 / 0.05);
}

.border-s-fuchsia-500\/50{
  border-inline-start-color: rgb(217 70 239 / 0.5);
}

.border-s-fuchsia-500\/60{
  border-inline-start-color: rgb(217 70 239 / 0.6);
}

.border-s-fuchsia-500\/70{
  border-inline-start-color: rgb(217 70 239 / 0.7);
}

.border-s-fuchsia-500\/75{
  border-inline-start-color: rgb(217 70 239 / 0.75);
}

.border-s-fuchsia-500\/80{
  border-inline-start-color: rgb(217 70 239 / 0.8);
}

.border-s-fuchsia-500\/90{
  border-inline-start-color: rgb(217 70 239 / 0.9);
}

.border-s-fuchsia-500\/95{
  border-inline-start-color: rgb(217 70 239 / 0.95);
}

.border-s-fuchsia-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-s-fuchsia-600\/0{
  border-inline-start-color: rgb(192 38 211 / 0);
}

.border-s-fuchsia-600\/10{
  border-inline-start-color: rgb(192 38 211 / 0.1);
}

.border-s-fuchsia-600\/100{
  border-inline-start-color: rgb(192 38 211 / 1);
}

.border-s-fuchsia-600\/20{
  border-inline-start-color: rgb(192 38 211 / 0.2);
}

.border-s-fuchsia-600\/25{
  border-inline-start-color: rgb(192 38 211 / 0.25);
}

.border-s-fuchsia-600\/30{
  border-inline-start-color: rgb(192 38 211 / 0.3);
}

.border-s-fuchsia-600\/40{
  border-inline-start-color: rgb(192 38 211 / 0.4);
}

.border-s-fuchsia-600\/5{
  border-inline-start-color: rgb(192 38 211 / 0.05);
}

.border-s-fuchsia-600\/50{
  border-inline-start-color: rgb(192 38 211 / 0.5);
}

.border-s-fuchsia-600\/60{
  border-inline-start-color: rgb(192 38 211 / 0.6);
}

.border-s-fuchsia-600\/70{
  border-inline-start-color: rgb(192 38 211 / 0.7);
}

.border-s-fuchsia-600\/75{
  border-inline-start-color: rgb(192 38 211 / 0.75);
}

.border-s-fuchsia-600\/80{
  border-inline-start-color: rgb(192 38 211 / 0.8);
}

.border-s-fuchsia-600\/90{
  border-inline-start-color: rgb(192 38 211 / 0.9);
}

.border-s-fuchsia-600\/95{
  border-inline-start-color: rgb(192 38 211 / 0.95);
}

.border-s-fuchsia-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-s-fuchsia-700\/0{
  border-inline-start-color: rgb(162 28 175 / 0);
}

.border-s-fuchsia-700\/10{
  border-inline-start-color: rgb(162 28 175 / 0.1);
}

.border-s-fuchsia-700\/100{
  border-inline-start-color: rgb(162 28 175 / 1);
}

.border-s-fuchsia-700\/20{
  border-inline-start-color: rgb(162 28 175 / 0.2);
}

.border-s-fuchsia-700\/25{
  border-inline-start-color: rgb(162 28 175 / 0.25);
}

.border-s-fuchsia-700\/30{
  border-inline-start-color: rgb(162 28 175 / 0.3);
}

.border-s-fuchsia-700\/40{
  border-inline-start-color: rgb(162 28 175 / 0.4);
}

.border-s-fuchsia-700\/5{
  border-inline-start-color: rgb(162 28 175 / 0.05);
}

.border-s-fuchsia-700\/50{
  border-inline-start-color: rgb(162 28 175 / 0.5);
}

.border-s-fuchsia-700\/60{
  border-inline-start-color: rgb(162 28 175 / 0.6);
}

.border-s-fuchsia-700\/70{
  border-inline-start-color: rgb(162 28 175 / 0.7);
}

.border-s-fuchsia-700\/75{
  border-inline-start-color: rgb(162 28 175 / 0.75);
}

.border-s-fuchsia-700\/80{
  border-inline-start-color: rgb(162 28 175 / 0.8);
}

.border-s-fuchsia-700\/90{
  border-inline-start-color: rgb(162 28 175 / 0.9);
}

.border-s-fuchsia-700\/95{
  border-inline-start-color: rgb(162 28 175 / 0.95);
}

.border-s-fuchsia-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-s-fuchsia-800\/0{
  border-inline-start-color: rgb(134 25 143 / 0);
}

.border-s-fuchsia-800\/10{
  border-inline-start-color: rgb(134 25 143 / 0.1);
}

.border-s-fuchsia-800\/100{
  border-inline-start-color: rgb(134 25 143 / 1);
}

.border-s-fuchsia-800\/20{
  border-inline-start-color: rgb(134 25 143 / 0.2);
}

.border-s-fuchsia-800\/25{
  border-inline-start-color: rgb(134 25 143 / 0.25);
}

.border-s-fuchsia-800\/30{
  border-inline-start-color: rgb(134 25 143 / 0.3);
}

.border-s-fuchsia-800\/40{
  border-inline-start-color: rgb(134 25 143 / 0.4);
}

.border-s-fuchsia-800\/5{
  border-inline-start-color: rgb(134 25 143 / 0.05);
}

.border-s-fuchsia-800\/50{
  border-inline-start-color: rgb(134 25 143 / 0.5);
}

.border-s-fuchsia-800\/60{
  border-inline-start-color: rgb(134 25 143 / 0.6);
}

.border-s-fuchsia-800\/70{
  border-inline-start-color: rgb(134 25 143 / 0.7);
}

.border-s-fuchsia-800\/75{
  border-inline-start-color: rgb(134 25 143 / 0.75);
}

.border-s-fuchsia-800\/80{
  border-inline-start-color: rgb(134 25 143 / 0.8);
}

.border-s-fuchsia-800\/90{
  border-inline-start-color: rgb(134 25 143 / 0.9);
}

.border-s-fuchsia-800\/95{
  border-inline-start-color: rgb(134 25 143 / 0.95);
}

.border-s-fuchsia-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-s-fuchsia-900\/0{
  border-inline-start-color: rgb(112 26 117 / 0);
}

.border-s-fuchsia-900\/10{
  border-inline-start-color: rgb(112 26 117 / 0.1);
}

.border-s-fuchsia-900\/100{
  border-inline-start-color: rgb(112 26 117 / 1);
}

.border-s-fuchsia-900\/20{
  border-inline-start-color: rgb(112 26 117 / 0.2);
}

.border-s-fuchsia-900\/25{
  border-inline-start-color: rgb(112 26 117 / 0.25);
}

.border-s-fuchsia-900\/30{
  border-inline-start-color: rgb(112 26 117 / 0.3);
}

.border-s-fuchsia-900\/40{
  border-inline-start-color: rgb(112 26 117 / 0.4);
}

.border-s-fuchsia-900\/5{
  border-inline-start-color: rgb(112 26 117 / 0.05);
}

.border-s-fuchsia-900\/50{
  border-inline-start-color: rgb(112 26 117 / 0.5);
}

.border-s-fuchsia-900\/60{
  border-inline-start-color: rgb(112 26 117 / 0.6);
}

.border-s-fuchsia-900\/70{
  border-inline-start-color: rgb(112 26 117 / 0.7);
}

.border-s-fuchsia-900\/75{
  border-inline-start-color: rgb(112 26 117 / 0.75);
}

.border-s-fuchsia-900\/80{
  border-inline-start-color: rgb(112 26 117 / 0.8);
}

.border-s-fuchsia-900\/90{
  border-inline-start-color: rgb(112 26 117 / 0.9);
}

.border-s-fuchsia-900\/95{
  border-inline-start-color: rgb(112 26 117 / 0.95);
}

.border-s-fuchsia-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-s-fuchsia-950\/0{
  border-inline-start-color: rgb(74 4 78 / 0);
}

.border-s-fuchsia-950\/10{
  border-inline-start-color: rgb(74 4 78 / 0.1);
}

.border-s-fuchsia-950\/100{
  border-inline-start-color: rgb(74 4 78 / 1);
}

.border-s-fuchsia-950\/20{
  border-inline-start-color: rgb(74 4 78 / 0.2);
}

.border-s-fuchsia-950\/25{
  border-inline-start-color: rgb(74 4 78 / 0.25);
}

.border-s-fuchsia-950\/30{
  border-inline-start-color: rgb(74 4 78 / 0.3);
}

.border-s-fuchsia-950\/40{
  border-inline-start-color: rgb(74 4 78 / 0.4);
}

.border-s-fuchsia-950\/5{
  border-inline-start-color: rgb(74 4 78 / 0.05);
}

.border-s-fuchsia-950\/50{
  border-inline-start-color: rgb(74 4 78 / 0.5);
}

.border-s-fuchsia-950\/60{
  border-inline-start-color: rgb(74 4 78 / 0.6);
}

.border-s-fuchsia-950\/70{
  border-inline-start-color: rgb(74 4 78 / 0.7);
}

.border-s-fuchsia-950\/75{
  border-inline-start-color: rgb(74 4 78 / 0.75);
}

.border-s-fuchsia-950\/80{
  border-inline-start-color: rgb(74 4 78 / 0.8);
}

.border-s-fuchsia-950\/90{
  border-inline-start-color: rgb(74 4 78 / 0.9);
}

.border-s-fuchsia-950\/95{
  border-inline-start-color: rgb(74 4 78 / 0.95);
}

.border-s-gray-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-s-gray-100\/0{
  border-inline-start-color: rgb(243 244 246 / 0);
}

.border-s-gray-100\/10{
  border-inline-start-color: rgb(243 244 246 / 0.1);
}

.border-s-gray-100\/100{
  border-inline-start-color: rgb(243 244 246 / 1);
}

.border-s-gray-100\/20{
  border-inline-start-color: rgb(243 244 246 / 0.2);
}

.border-s-gray-100\/25{
  border-inline-start-color: rgb(243 244 246 / 0.25);
}

.border-s-gray-100\/30{
  border-inline-start-color: rgb(243 244 246 / 0.3);
}

.border-s-gray-100\/40{
  border-inline-start-color: rgb(243 244 246 / 0.4);
}

.border-s-gray-100\/5{
  border-inline-start-color: rgb(243 244 246 / 0.05);
}

.border-s-gray-100\/50{
  border-inline-start-color: rgb(243 244 246 / 0.5);
}

.border-s-gray-100\/60{
  border-inline-start-color: rgb(243 244 246 / 0.6);
}

.border-s-gray-100\/70{
  border-inline-start-color: rgb(243 244 246 / 0.7);
}

.border-s-gray-100\/75{
  border-inline-start-color: rgb(243 244 246 / 0.75);
}

.border-s-gray-100\/80{
  border-inline-start-color: rgb(243 244 246 / 0.8);
}

.border-s-gray-100\/90{
  border-inline-start-color: rgb(243 244 246 / 0.9);
}

.border-s-gray-100\/95{
  border-inline-start-color: rgb(243 244 246 / 0.95);
}

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

.border-s-gray-200\/0{
  border-inline-start-color: rgb(229 231 235 / 0);
}

.border-s-gray-200\/10{
  border-inline-start-color: rgb(229 231 235 / 0.1);
}

.border-s-gray-200\/100{
  border-inline-start-color: rgb(229 231 235 / 1);
}

.border-s-gray-200\/20{
  border-inline-start-color: rgb(229 231 235 / 0.2);
}

.border-s-gray-200\/25{
  border-inline-start-color: rgb(229 231 235 / 0.25);
}

.border-s-gray-200\/30{
  border-inline-start-color: rgb(229 231 235 / 0.3);
}

.border-s-gray-200\/40{
  border-inline-start-color: rgb(229 231 235 / 0.4);
}

.border-s-gray-200\/5{
  border-inline-start-color: rgb(229 231 235 / 0.05);
}

.border-s-gray-200\/50{
  border-inline-start-color: rgb(229 231 235 / 0.5);
}

.border-s-gray-200\/60{
  border-inline-start-color: rgb(229 231 235 / 0.6);
}

.border-s-gray-200\/70{
  border-inline-start-color: rgb(229 231 235 / 0.7);
}

.border-s-gray-200\/75{
  border-inline-start-color: rgb(229 231 235 / 0.75);
}

.border-s-gray-200\/80{
  border-inline-start-color: rgb(229 231 235 / 0.8);
}

.border-s-gray-200\/90{
  border-inline-start-color: rgb(229 231 235 / 0.9);
}

.border-s-gray-200\/95{
  border-inline-start-color: rgb(229 231 235 / 0.95);
}

.border-s-gray-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-s-gray-300\/0{
  border-inline-start-color: rgb(209 213 219 / 0);
}

.border-s-gray-300\/10{
  border-inline-start-color: rgb(209 213 219 / 0.1);
}

.border-s-gray-300\/100{
  border-inline-start-color: rgb(209 213 219 / 1);
}

.border-s-gray-300\/20{
  border-inline-start-color: rgb(209 213 219 / 0.2);
}

.border-s-gray-300\/25{
  border-inline-start-color: rgb(209 213 219 / 0.25);
}

.border-s-gray-300\/30{
  border-inline-start-color: rgb(209 213 219 / 0.3);
}

.border-s-gray-300\/40{
  border-inline-start-color: rgb(209 213 219 / 0.4);
}

.border-s-gray-300\/5{
  border-inline-start-color: rgb(209 213 219 / 0.05);
}

.border-s-gray-300\/50{
  border-inline-start-color: rgb(209 213 219 / 0.5);
}

.border-s-gray-300\/60{
  border-inline-start-color: rgb(209 213 219 / 0.6);
}

.border-s-gray-300\/70{
  border-inline-start-color: rgb(209 213 219 / 0.7);
}

.border-s-gray-300\/75{
  border-inline-start-color: rgb(209 213 219 / 0.75);
}

.border-s-gray-300\/80{
  border-inline-start-color: rgb(209 213 219 / 0.8);
}

.border-s-gray-300\/90{
  border-inline-start-color: rgb(209 213 219 / 0.9);
}

.border-s-gray-300\/95{
  border-inline-start-color: rgb(209 213 219 / 0.95);
}

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

.border-s-gray-400\/0{
  border-inline-start-color: rgb(156 163 175 / 0);
}

.border-s-gray-400\/10{
  border-inline-start-color: rgb(156 163 175 / 0.1);
}

.border-s-gray-400\/100{
  border-inline-start-color: rgb(156 163 175 / 1);
}

.border-s-gray-400\/20{
  border-inline-start-color: rgb(156 163 175 / 0.2);
}

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

.border-s-gray-400\/30{
  border-inline-start-color: rgb(156 163 175 / 0.3);
}

.border-s-gray-400\/40{
  border-inline-start-color: rgb(156 163 175 / 0.4);
}

.border-s-gray-400\/5{
  border-inline-start-color: rgb(156 163 175 / 0.05);
}

.border-s-gray-400\/50{
  border-inline-start-color: rgb(156 163 175 / 0.5);
}

.border-s-gray-400\/60{
  border-inline-start-color: rgb(156 163 175 / 0.6);
}

.border-s-gray-400\/70{
  border-inline-start-color: rgb(156 163 175 / 0.7);
}

.border-s-gray-400\/75{
  border-inline-start-color: rgb(156 163 175 / 0.75);
}

.border-s-gray-400\/80{
  border-inline-start-color: rgb(156 163 175 / 0.8);
}

.border-s-gray-400\/90{
  border-inline-start-color: rgb(156 163 175 / 0.9);
}

.border-s-gray-400\/95{
  border-inline-start-color: rgb(156 163 175 / 0.95);
}

.border-s-gray-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-s-gray-50\/0{
  border-inline-start-color: rgb(249 250 251 / 0);
}

.border-s-gray-50\/10{
  border-inline-start-color: rgb(249 250 251 / 0.1);
}

.border-s-gray-50\/100{
  border-inline-start-color: rgb(249 250 251 / 1);
}

.border-s-gray-50\/20{
  border-inline-start-color: rgb(249 250 251 / 0.2);
}

.border-s-gray-50\/25{
  border-inline-start-color: rgb(249 250 251 / 0.25);
}

.border-s-gray-50\/30{
  border-inline-start-color: rgb(249 250 251 / 0.3);
}

.border-s-gray-50\/40{
  border-inline-start-color: rgb(249 250 251 / 0.4);
}

.border-s-gray-50\/5{
  border-inline-start-color: rgb(249 250 251 / 0.05);
}

.border-s-gray-50\/50{
  border-inline-start-color: rgb(249 250 251 / 0.5);
}

.border-s-gray-50\/60{
  border-inline-start-color: rgb(249 250 251 / 0.6);
}

.border-s-gray-50\/70{
  border-inline-start-color: rgb(249 250 251 / 0.7);
}

.border-s-gray-50\/75{
  border-inline-start-color: rgb(249 250 251 / 0.75);
}

.border-s-gray-50\/80{
  border-inline-start-color: rgb(249 250 251 / 0.8);
}

.border-s-gray-50\/90{
  border-inline-start-color: rgb(249 250 251 / 0.9);
}

.border-s-gray-50\/95{
  border-inline-start-color: rgb(249 250 251 / 0.95);
}

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

.border-s-gray-500\/0{
  border-inline-start-color: rgb(107 114 128 / 0);
}

.border-s-gray-500\/10{
  border-inline-start-color: rgb(107 114 128 / 0.1);
}

.border-s-gray-500\/100{
  border-inline-start-color: rgb(107 114 128 / 1);
}

.border-s-gray-500\/20{
  border-inline-start-color: rgb(107 114 128 / 0.2);
}

.border-s-gray-500\/25{
  border-inline-start-color: rgb(107 114 128 / 0.25);
}

.border-s-gray-500\/30{
  border-inline-start-color: rgb(107 114 128 / 0.3);
}

.border-s-gray-500\/40{
  border-inline-start-color: rgb(107 114 128 / 0.4);
}

.border-s-gray-500\/5{
  border-inline-start-color: rgb(107 114 128 / 0.05);
}

.border-s-gray-500\/50{
  border-inline-start-color: rgb(107 114 128 / 0.5);
}

.border-s-gray-500\/60{
  border-inline-start-color: rgb(107 114 128 / 0.6);
}

.border-s-gray-500\/70{
  border-inline-start-color: rgb(107 114 128 / 0.7);
}

.border-s-gray-500\/75{
  border-inline-start-color: rgb(107 114 128 / 0.75);
}

.border-s-gray-500\/80{
  border-inline-start-color: rgb(107 114 128 / 0.8);
}

.border-s-gray-500\/90{
  border-inline-start-color: rgb(107 114 128 / 0.9);
}

.border-s-gray-500\/95{
  border-inline-start-color: rgb(107 114 128 / 0.95);
}

.border-s-gray-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-s-gray-600\/0{
  border-inline-start-color: rgb(75 85 99 / 0);
}

.border-s-gray-600\/10{
  border-inline-start-color: rgb(75 85 99 / 0.1);
}

.border-s-gray-600\/100{
  border-inline-start-color: rgb(75 85 99 / 1);
}

.border-s-gray-600\/20{
  border-inline-start-color: rgb(75 85 99 / 0.2);
}

.border-s-gray-600\/25{
  border-inline-start-color: rgb(75 85 99 / 0.25);
}

.border-s-gray-600\/30{
  border-inline-start-color: rgb(75 85 99 / 0.3);
}

.border-s-gray-600\/40{
  border-inline-start-color: rgb(75 85 99 / 0.4);
}

.border-s-gray-600\/5{
  border-inline-start-color: rgb(75 85 99 / 0.05);
}

.border-s-gray-600\/50{
  border-inline-start-color: rgb(75 85 99 / 0.5);
}

.border-s-gray-600\/60{
  border-inline-start-color: rgb(75 85 99 / 0.6);
}

.border-s-gray-600\/70{
  border-inline-start-color: rgb(75 85 99 / 0.7);
}

.border-s-gray-600\/75{
  border-inline-start-color: rgb(75 85 99 / 0.75);
}

.border-s-gray-600\/80{
  border-inline-start-color: rgb(75 85 99 / 0.8);
}

.border-s-gray-600\/90{
  border-inline-start-color: rgb(75 85 99 / 0.9);
}

.border-s-gray-600\/95{
  border-inline-start-color: rgb(75 85 99 / 0.95);
}

.border-s-gray-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-s-gray-700\/0{
  border-inline-start-color: rgb(55 65 81 / 0);
}

.border-s-gray-700\/10{
  border-inline-start-color: rgb(55 65 81 / 0.1);
}

.border-s-gray-700\/100{
  border-inline-start-color: rgb(55 65 81 / 1);
}

.border-s-gray-700\/20{
  border-inline-start-color: rgb(55 65 81 / 0.2);
}

.border-s-gray-700\/25{
  border-inline-start-color: rgb(55 65 81 / 0.25);
}

.border-s-gray-700\/30{
  border-inline-start-color: rgb(55 65 81 / 0.3);
}

.border-s-gray-700\/40{
  border-inline-start-color: rgb(55 65 81 / 0.4);
}

.border-s-gray-700\/5{
  border-inline-start-color: rgb(55 65 81 / 0.05);
}

.border-s-gray-700\/50{
  border-inline-start-color: rgb(55 65 81 / 0.5);
}

.border-s-gray-700\/60{
  border-inline-start-color: rgb(55 65 81 / 0.6);
}

.border-s-gray-700\/70{
  border-inline-start-color: rgb(55 65 81 / 0.7);
}

.border-s-gray-700\/75{
  border-inline-start-color: rgb(55 65 81 / 0.75);
}

.border-s-gray-700\/80{
  border-inline-start-color: rgb(55 65 81 / 0.8);
}

.border-s-gray-700\/90{
  border-inline-start-color: rgb(55 65 81 / 0.9);
}

.border-s-gray-700\/95{
  border-inline-start-color: rgb(55 65 81 / 0.95);
}

.border-s-gray-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-s-gray-800\/0{
  border-inline-start-color: rgb(31 41 55 / 0);
}

.border-s-gray-800\/10{
  border-inline-start-color: rgb(31 41 55 / 0.1);
}

.border-s-gray-800\/100{
  border-inline-start-color: rgb(31 41 55 / 1);
}

.border-s-gray-800\/20{
  border-inline-start-color: rgb(31 41 55 / 0.2);
}

.border-s-gray-800\/25{
  border-inline-start-color: rgb(31 41 55 / 0.25);
}

.border-s-gray-800\/30{
  border-inline-start-color: rgb(31 41 55 / 0.3);
}

.border-s-gray-800\/40{
  border-inline-start-color: rgb(31 41 55 / 0.4);
}

.border-s-gray-800\/5{
  border-inline-start-color: rgb(31 41 55 / 0.05);
}

.border-s-gray-800\/50{
  border-inline-start-color: rgb(31 41 55 / 0.5);
}

.border-s-gray-800\/60{
  border-inline-start-color: rgb(31 41 55 / 0.6);
}

.border-s-gray-800\/70{
  border-inline-start-color: rgb(31 41 55 / 0.7);
}

.border-s-gray-800\/75{
  border-inline-start-color: rgb(31 41 55 / 0.75);
}

.border-s-gray-800\/80{
  border-inline-start-color: rgb(31 41 55 / 0.8);
}

.border-s-gray-800\/90{
  border-inline-start-color: rgb(31 41 55 / 0.9);
}

.border-s-gray-800\/95{
  border-inline-start-color: rgb(31 41 55 / 0.95);
}

.border-s-gray-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-s-gray-900\/0{
  border-inline-start-color: rgb(17 24 39 / 0);
}

.border-s-gray-900\/10{
  border-inline-start-color: rgb(17 24 39 / 0.1);
}

.border-s-gray-900\/100{
  border-inline-start-color: rgb(17 24 39 / 1);
}

.border-s-gray-900\/20{
  border-inline-start-color: rgb(17 24 39 / 0.2);
}

.border-s-gray-900\/25{
  border-inline-start-color: rgb(17 24 39 / 0.25);
}

.border-s-gray-900\/30{
  border-inline-start-color: rgb(17 24 39 / 0.3);
}

.border-s-gray-900\/40{
  border-inline-start-color: rgb(17 24 39 / 0.4);
}

.border-s-gray-900\/5{
  border-inline-start-color: rgb(17 24 39 / 0.05);
}

.border-s-gray-900\/50{
  border-inline-start-color: rgb(17 24 39 / 0.5);
}

.border-s-gray-900\/60{
  border-inline-start-color: rgb(17 24 39 / 0.6);
}

.border-s-gray-900\/70{
  border-inline-start-color: rgb(17 24 39 / 0.7);
}

.border-s-gray-900\/75{
  border-inline-start-color: rgb(17 24 39 / 0.75);
}

.border-s-gray-900\/80{
  border-inline-start-color: rgb(17 24 39 / 0.8);
}

.border-s-gray-900\/90{
  border-inline-start-color: rgb(17 24 39 / 0.9);
}

.border-s-gray-900\/95{
  border-inline-start-color: rgb(17 24 39 / 0.95);
}

.border-s-gray-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-s-gray-950\/0{
  border-inline-start-color: rgb(3 7 18 / 0);
}

.border-s-gray-950\/10{
  border-inline-start-color: rgb(3 7 18 / 0.1);
}

.border-s-gray-950\/100{
  border-inline-start-color: rgb(3 7 18 / 1);
}

.border-s-gray-950\/20{
  border-inline-start-color: rgb(3 7 18 / 0.2);
}

.border-s-gray-950\/25{
  border-inline-start-color: rgb(3 7 18 / 0.25);
}

.border-s-gray-950\/30{
  border-inline-start-color: rgb(3 7 18 / 0.3);
}

.border-s-gray-950\/40{
  border-inline-start-color: rgb(3 7 18 / 0.4);
}

.border-s-gray-950\/5{
  border-inline-start-color: rgb(3 7 18 / 0.05);
}

.border-s-gray-950\/50{
  border-inline-start-color: rgb(3 7 18 / 0.5);
}

.border-s-gray-950\/60{
  border-inline-start-color: rgb(3 7 18 / 0.6);
}

.border-s-gray-950\/70{
  border-inline-start-color: rgb(3 7 18 / 0.7);
}

.border-s-gray-950\/75{
  border-inline-start-color: rgb(3 7 18 / 0.75);
}

.border-s-gray-950\/80{
  border-inline-start-color: rgb(3 7 18 / 0.8);
}

.border-s-gray-950\/90{
  border-inline-start-color: rgb(3 7 18 / 0.9);
}

.border-s-gray-950\/95{
  border-inline-start-color: rgb(3 7 18 / 0.95);
}

.border-s-green-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-s-green-100\/0{
  border-inline-start-color: rgb(220 252 231 / 0);
}

.border-s-green-100\/10{
  border-inline-start-color: rgb(220 252 231 / 0.1);
}

.border-s-green-100\/100{
  border-inline-start-color: rgb(220 252 231 / 1);
}

.border-s-green-100\/20{
  border-inline-start-color: rgb(220 252 231 / 0.2);
}

.border-s-green-100\/25{
  border-inline-start-color: rgb(220 252 231 / 0.25);
}

.border-s-green-100\/30{
  border-inline-start-color: rgb(220 252 231 / 0.3);
}

.border-s-green-100\/40{
  border-inline-start-color: rgb(220 252 231 / 0.4);
}

.border-s-green-100\/5{
  border-inline-start-color: rgb(220 252 231 / 0.05);
}

.border-s-green-100\/50{
  border-inline-start-color: rgb(220 252 231 / 0.5);
}

.border-s-green-100\/60{
  border-inline-start-color: rgb(220 252 231 / 0.6);
}

.border-s-green-100\/70{
  border-inline-start-color: rgb(220 252 231 / 0.7);
}

.border-s-green-100\/75{
  border-inline-start-color: rgb(220 252 231 / 0.75);
}

.border-s-green-100\/80{
  border-inline-start-color: rgb(220 252 231 / 0.8);
}

.border-s-green-100\/90{
  border-inline-start-color: rgb(220 252 231 / 0.9);
}

.border-s-green-100\/95{
  border-inline-start-color: rgb(220 252 231 / 0.95);
}

.border-s-green-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-s-green-200\/0{
  border-inline-start-color: rgb(187 247 208 / 0);
}

.border-s-green-200\/10{
  border-inline-start-color: rgb(187 247 208 / 0.1);
}

.border-s-green-200\/100{
  border-inline-start-color: rgb(187 247 208 / 1);
}

.border-s-green-200\/20{
  border-inline-start-color: rgb(187 247 208 / 0.2);
}

.border-s-green-200\/25{
  border-inline-start-color: rgb(187 247 208 / 0.25);
}

.border-s-green-200\/30{
  border-inline-start-color: rgb(187 247 208 / 0.3);
}

.border-s-green-200\/40{
  border-inline-start-color: rgb(187 247 208 / 0.4);
}

.border-s-green-200\/5{
  border-inline-start-color: rgb(187 247 208 / 0.05);
}

.border-s-green-200\/50{
  border-inline-start-color: rgb(187 247 208 / 0.5);
}

.border-s-green-200\/60{
  border-inline-start-color: rgb(187 247 208 / 0.6);
}

.border-s-green-200\/70{
  border-inline-start-color: rgb(187 247 208 / 0.7);
}

.border-s-green-200\/75{
  border-inline-start-color: rgb(187 247 208 / 0.75);
}

.border-s-green-200\/80{
  border-inline-start-color: rgb(187 247 208 / 0.8);
}

.border-s-green-200\/90{
  border-inline-start-color: rgb(187 247 208 / 0.9);
}

.border-s-green-200\/95{
  border-inline-start-color: rgb(187 247 208 / 0.95);
}

.border-s-green-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-s-green-300\/0{
  border-inline-start-color: rgb(134 239 172 / 0);
}

.border-s-green-300\/10{
  border-inline-start-color: rgb(134 239 172 / 0.1);
}

.border-s-green-300\/100{
  border-inline-start-color: rgb(134 239 172 / 1);
}

.border-s-green-300\/20{
  border-inline-start-color: rgb(134 239 172 / 0.2);
}

.border-s-green-300\/25{
  border-inline-start-color: rgb(134 239 172 / 0.25);
}

.border-s-green-300\/30{
  border-inline-start-color: rgb(134 239 172 / 0.3);
}

.border-s-green-300\/40{
  border-inline-start-color: rgb(134 239 172 / 0.4);
}

.border-s-green-300\/5{
  border-inline-start-color: rgb(134 239 172 / 0.05);
}

.border-s-green-300\/50{
  border-inline-start-color: rgb(134 239 172 / 0.5);
}

.border-s-green-300\/60{
  border-inline-start-color: rgb(134 239 172 / 0.6);
}

.border-s-green-300\/70{
  border-inline-start-color: rgb(134 239 172 / 0.7);
}

.border-s-green-300\/75{
  border-inline-start-color: rgb(134 239 172 / 0.75);
}

.border-s-green-300\/80{
  border-inline-start-color: rgb(134 239 172 / 0.8);
}

.border-s-green-300\/90{
  border-inline-start-color: rgb(134 239 172 / 0.9);
}

.border-s-green-300\/95{
  border-inline-start-color: rgb(134 239 172 / 0.95);
}

.border-s-green-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-s-green-400\/0{
  border-inline-start-color: rgb(74 222 128 / 0);
}

.border-s-green-400\/10{
  border-inline-start-color: rgb(74 222 128 / 0.1);
}

.border-s-green-400\/100{
  border-inline-start-color: rgb(74 222 128 / 1);
}

.border-s-green-400\/20{
  border-inline-start-color: rgb(74 222 128 / 0.2);
}

.border-s-green-400\/25{
  border-inline-start-color: rgb(74 222 128 / 0.25);
}

.border-s-green-400\/30{
  border-inline-start-color: rgb(74 222 128 / 0.3);
}

.border-s-green-400\/40{
  border-inline-start-color: rgb(74 222 128 / 0.4);
}

.border-s-green-400\/5{
  border-inline-start-color: rgb(74 222 128 / 0.05);
}

.border-s-green-400\/50{
  border-inline-start-color: rgb(74 222 128 / 0.5);
}

.border-s-green-400\/60{
  border-inline-start-color: rgb(74 222 128 / 0.6);
}

.border-s-green-400\/70{
  border-inline-start-color: rgb(74 222 128 / 0.7);
}

.border-s-green-400\/75{
  border-inline-start-color: rgb(74 222 128 / 0.75);
}

.border-s-green-400\/80{
  border-inline-start-color: rgb(74 222 128 / 0.8);
}

.border-s-green-400\/90{
  border-inline-start-color: rgb(74 222 128 / 0.9);
}

.border-s-green-400\/95{
  border-inline-start-color: rgb(74 222 128 / 0.95);
}

.border-s-green-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-s-green-50\/0{
  border-inline-start-color: rgb(240 253 244 / 0);
}

.border-s-green-50\/10{
  border-inline-start-color: rgb(240 253 244 / 0.1);
}

.border-s-green-50\/100{
  border-inline-start-color: rgb(240 253 244 / 1);
}

.border-s-green-50\/20{
  border-inline-start-color: rgb(240 253 244 / 0.2);
}

.border-s-green-50\/25{
  border-inline-start-color: rgb(240 253 244 / 0.25);
}

.border-s-green-50\/30{
  border-inline-start-color: rgb(240 253 244 / 0.3);
}

.border-s-green-50\/40{
  border-inline-start-color: rgb(240 253 244 / 0.4);
}

.border-s-green-50\/5{
  border-inline-start-color: rgb(240 253 244 / 0.05);
}

.border-s-green-50\/50{
  border-inline-start-color: rgb(240 253 244 / 0.5);
}

.border-s-green-50\/60{
  border-inline-start-color: rgb(240 253 244 / 0.6);
}

.border-s-green-50\/70{
  border-inline-start-color: rgb(240 253 244 / 0.7);
}

.border-s-green-50\/75{
  border-inline-start-color: rgb(240 253 244 / 0.75);
}

.border-s-green-50\/80{
  border-inline-start-color: rgb(240 253 244 / 0.8);
}

.border-s-green-50\/90{
  border-inline-start-color: rgb(240 253 244 / 0.9);
}

.border-s-green-50\/95{
  border-inline-start-color: rgb(240 253 244 / 0.95);
}

.border-s-green-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-s-green-500\/0{
  border-inline-start-color: rgb(34 197 94 / 0);
}

.border-s-green-500\/10{
  border-inline-start-color: rgb(34 197 94 / 0.1);
}

.border-s-green-500\/100{
  border-inline-start-color: rgb(34 197 94 / 1);
}

.border-s-green-500\/20{
  border-inline-start-color: rgb(34 197 94 / 0.2);
}

.border-s-green-500\/25{
  border-inline-start-color: rgb(34 197 94 / 0.25);
}

.border-s-green-500\/30{
  border-inline-start-color: rgb(34 197 94 / 0.3);
}

.border-s-green-500\/40{
  border-inline-start-color: rgb(34 197 94 / 0.4);
}

.border-s-green-500\/5{
  border-inline-start-color: rgb(34 197 94 / 0.05);
}

.border-s-green-500\/50{
  border-inline-start-color: rgb(34 197 94 / 0.5);
}

.border-s-green-500\/60{
  border-inline-start-color: rgb(34 197 94 / 0.6);
}

.border-s-green-500\/70{
  border-inline-start-color: rgb(34 197 94 / 0.7);
}

.border-s-green-500\/75{
  border-inline-start-color: rgb(34 197 94 / 0.75);
}

.border-s-green-500\/80{
  border-inline-start-color: rgb(34 197 94 / 0.8);
}

.border-s-green-500\/90{
  border-inline-start-color: rgb(34 197 94 / 0.9);
}

.border-s-green-500\/95{
  border-inline-start-color: rgb(34 197 94 / 0.95);
}

.border-s-green-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-s-green-600\/0{
  border-inline-start-color: rgb(22 163 74 / 0);
}

.border-s-green-600\/10{
  border-inline-start-color: rgb(22 163 74 / 0.1);
}

.border-s-green-600\/100{
  border-inline-start-color: rgb(22 163 74 / 1);
}

.border-s-green-600\/20{
  border-inline-start-color: rgb(22 163 74 / 0.2);
}

.border-s-green-600\/25{
  border-inline-start-color: rgb(22 163 74 / 0.25);
}

.border-s-green-600\/30{
  border-inline-start-color: rgb(22 163 74 / 0.3);
}

.border-s-green-600\/40{
  border-inline-start-color: rgb(22 163 74 / 0.4);
}

.border-s-green-600\/5{
  border-inline-start-color: rgb(22 163 74 / 0.05);
}

.border-s-green-600\/50{
  border-inline-start-color: rgb(22 163 74 / 0.5);
}

.border-s-green-600\/60{
  border-inline-start-color: rgb(22 163 74 / 0.6);
}

.border-s-green-600\/70{
  border-inline-start-color: rgb(22 163 74 / 0.7);
}

.border-s-green-600\/75{
  border-inline-start-color: rgb(22 163 74 / 0.75);
}

.border-s-green-600\/80{
  border-inline-start-color: rgb(22 163 74 / 0.8);
}

.border-s-green-600\/90{
  border-inline-start-color: rgb(22 163 74 / 0.9);
}

.border-s-green-600\/95{
  border-inline-start-color: rgb(22 163 74 / 0.95);
}

.border-s-green-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-s-green-700\/0{
  border-inline-start-color: rgb(21 128 61 / 0);
}

.border-s-green-700\/10{
  border-inline-start-color: rgb(21 128 61 / 0.1);
}

.border-s-green-700\/100{
  border-inline-start-color: rgb(21 128 61 / 1);
}

.border-s-green-700\/20{
  border-inline-start-color: rgb(21 128 61 / 0.2);
}

.border-s-green-700\/25{
  border-inline-start-color: rgb(21 128 61 / 0.25);
}

.border-s-green-700\/30{
  border-inline-start-color: rgb(21 128 61 / 0.3);
}

.border-s-green-700\/40{
  border-inline-start-color: rgb(21 128 61 / 0.4);
}

.border-s-green-700\/5{
  border-inline-start-color: rgb(21 128 61 / 0.05);
}

.border-s-green-700\/50{
  border-inline-start-color: rgb(21 128 61 / 0.5);
}

.border-s-green-700\/60{
  border-inline-start-color: rgb(21 128 61 / 0.6);
}

.border-s-green-700\/70{
  border-inline-start-color: rgb(21 128 61 / 0.7);
}

.border-s-green-700\/75{
  border-inline-start-color: rgb(21 128 61 / 0.75);
}

.border-s-green-700\/80{
  border-inline-start-color: rgb(21 128 61 / 0.8);
}

.border-s-green-700\/90{
  border-inline-start-color: rgb(21 128 61 / 0.9);
}

.border-s-green-700\/95{
  border-inline-start-color: rgb(21 128 61 / 0.95);
}

.border-s-green-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-s-green-800\/0{
  border-inline-start-color: rgb(22 101 52 / 0);
}

.border-s-green-800\/10{
  border-inline-start-color: rgb(22 101 52 / 0.1);
}

.border-s-green-800\/100{
  border-inline-start-color: rgb(22 101 52 / 1);
}

.border-s-green-800\/20{
  border-inline-start-color: rgb(22 101 52 / 0.2);
}

.border-s-green-800\/25{
  border-inline-start-color: rgb(22 101 52 / 0.25);
}

.border-s-green-800\/30{
  border-inline-start-color: rgb(22 101 52 / 0.3);
}

.border-s-green-800\/40{
  border-inline-start-color: rgb(22 101 52 / 0.4);
}

.border-s-green-800\/5{
  border-inline-start-color: rgb(22 101 52 / 0.05);
}

.border-s-green-800\/50{
  border-inline-start-color: rgb(22 101 52 / 0.5);
}

.border-s-green-800\/60{
  border-inline-start-color: rgb(22 101 52 / 0.6);
}

.border-s-green-800\/70{
  border-inline-start-color: rgb(22 101 52 / 0.7);
}

.border-s-green-800\/75{
  border-inline-start-color: rgb(22 101 52 / 0.75);
}

.border-s-green-800\/80{
  border-inline-start-color: rgb(22 101 52 / 0.8);
}

.border-s-green-800\/90{
  border-inline-start-color: rgb(22 101 52 / 0.9);
}

.border-s-green-800\/95{
  border-inline-start-color: rgb(22 101 52 / 0.95);
}

.border-s-green-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-s-green-900\/0{
  border-inline-start-color: rgb(20 83 45 / 0);
}

.border-s-green-900\/10{
  border-inline-start-color: rgb(20 83 45 / 0.1);
}

.border-s-green-900\/100{
  border-inline-start-color: rgb(20 83 45 / 1);
}

.border-s-green-900\/20{
  border-inline-start-color: rgb(20 83 45 / 0.2);
}

.border-s-green-900\/25{
  border-inline-start-color: rgb(20 83 45 / 0.25);
}

.border-s-green-900\/30{
  border-inline-start-color: rgb(20 83 45 / 0.3);
}

.border-s-green-900\/40{
  border-inline-start-color: rgb(20 83 45 / 0.4);
}

.border-s-green-900\/5{
  border-inline-start-color: rgb(20 83 45 / 0.05);
}

.border-s-green-900\/50{
  border-inline-start-color: rgb(20 83 45 / 0.5);
}

.border-s-green-900\/60{
  border-inline-start-color: rgb(20 83 45 / 0.6);
}

.border-s-green-900\/70{
  border-inline-start-color: rgb(20 83 45 / 0.7);
}

.border-s-green-900\/75{
  border-inline-start-color: rgb(20 83 45 / 0.75);
}

.border-s-green-900\/80{
  border-inline-start-color: rgb(20 83 45 / 0.8);
}

.border-s-green-900\/90{
  border-inline-start-color: rgb(20 83 45 / 0.9);
}

.border-s-green-900\/95{
  border-inline-start-color: rgb(20 83 45 / 0.95);
}

.border-s-green-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-s-green-950\/0{
  border-inline-start-color: rgb(5 46 22 / 0);
}

.border-s-green-950\/10{
  border-inline-start-color: rgb(5 46 22 / 0.1);
}

.border-s-green-950\/100{
  border-inline-start-color: rgb(5 46 22 / 1);
}

.border-s-green-950\/20{
  border-inline-start-color: rgb(5 46 22 / 0.2);
}

.border-s-green-950\/25{
  border-inline-start-color: rgb(5 46 22 / 0.25);
}

.border-s-green-950\/30{
  border-inline-start-color: rgb(5 46 22 / 0.3);
}

.border-s-green-950\/40{
  border-inline-start-color: rgb(5 46 22 / 0.4);
}

.border-s-green-950\/5{
  border-inline-start-color: rgb(5 46 22 / 0.05);
}

.border-s-green-950\/50{
  border-inline-start-color: rgb(5 46 22 / 0.5);
}

.border-s-green-950\/60{
  border-inline-start-color: rgb(5 46 22 / 0.6);
}

.border-s-green-950\/70{
  border-inline-start-color: rgb(5 46 22 / 0.7);
}

.border-s-green-950\/75{
  border-inline-start-color: rgb(5 46 22 / 0.75);
}

.border-s-green-950\/80{
  border-inline-start-color: rgb(5 46 22 / 0.8);
}

.border-s-green-950\/90{
  border-inline-start-color: rgb(5 46 22 / 0.9);
}

.border-s-green-950\/95{
  border-inline-start-color: rgb(5 46 22 / 0.95);
}

.border-s-indigo-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-s-indigo-100\/0{
  border-inline-start-color: rgb(224 231 255 / 0);
}

.border-s-indigo-100\/10{
  border-inline-start-color: rgb(224 231 255 / 0.1);
}

.border-s-indigo-100\/100{
  border-inline-start-color: rgb(224 231 255 / 1);
}

.border-s-indigo-100\/20{
  border-inline-start-color: rgb(224 231 255 / 0.2);
}

.border-s-indigo-100\/25{
  border-inline-start-color: rgb(224 231 255 / 0.25);
}

.border-s-indigo-100\/30{
  border-inline-start-color: rgb(224 231 255 / 0.3);
}

.border-s-indigo-100\/40{
  border-inline-start-color: rgb(224 231 255 / 0.4);
}

.border-s-indigo-100\/5{
  border-inline-start-color: rgb(224 231 255 / 0.05);
}

.border-s-indigo-100\/50{
  border-inline-start-color: rgb(224 231 255 / 0.5);
}

.border-s-indigo-100\/60{
  border-inline-start-color: rgb(224 231 255 / 0.6);
}

.border-s-indigo-100\/70{
  border-inline-start-color: rgb(224 231 255 / 0.7);
}

.border-s-indigo-100\/75{
  border-inline-start-color: rgb(224 231 255 / 0.75);
}

.border-s-indigo-100\/80{
  border-inline-start-color: rgb(224 231 255 / 0.8);
}

.border-s-indigo-100\/90{
  border-inline-start-color: rgb(224 231 255 / 0.9);
}

.border-s-indigo-100\/95{
  border-inline-start-color: rgb(224 231 255 / 0.95);
}

.border-s-indigo-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-s-indigo-200\/0{
  border-inline-start-color: rgb(199 210 254 / 0);
}

.border-s-indigo-200\/10{
  border-inline-start-color: rgb(199 210 254 / 0.1);
}

.border-s-indigo-200\/100{
  border-inline-start-color: rgb(199 210 254 / 1);
}

.border-s-indigo-200\/20{
  border-inline-start-color: rgb(199 210 254 / 0.2);
}

.border-s-indigo-200\/25{
  border-inline-start-color: rgb(199 210 254 / 0.25);
}

.border-s-indigo-200\/30{
  border-inline-start-color: rgb(199 210 254 / 0.3);
}

.border-s-indigo-200\/40{
  border-inline-start-color: rgb(199 210 254 / 0.4);
}

.border-s-indigo-200\/5{
  border-inline-start-color: rgb(199 210 254 / 0.05);
}

.border-s-indigo-200\/50{
  border-inline-start-color: rgb(199 210 254 / 0.5);
}

.border-s-indigo-200\/60{
  border-inline-start-color: rgb(199 210 254 / 0.6);
}

.border-s-indigo-200\/70{
  border-inline-start-color: rgb(199 210 254 / 0.7);
}

.border-s-indigo-200\/75{
  border-inline-start-color: rgb(199 210 254 / 0.75);
}

.border-s-indigo-200\/80{
  border-inline-start-color: rgb(199 210 254 / 0.8);
}

.border-s-indigo-200\/90{
  border-inline-start-color: rgb(199 210 254 / 0.9);
}

.border-s-indigo-200\/95{
  border-inline-start-color: rgb(199 210 254 / 0.95);
}

.border-s-indigo-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-s-indigo-300\/0{
  border-inline-start-color: rgb(165 180 252 / 0);
}

.border-s-indigo-300\/10{
  border-inline-start-color: rgb(165 180 252 / 0.1);
}

.border-s-indigo-300\/100{
  border-inline-start-color: rgb(165 180 252 / 1);
}

.border-s-indigo-300\/20{
  border-inline-start-color: rgb(165 180 252 / 0.2);
}

.border-s-indigo-300\/25{
  border-inline-start-color: rgb(165 180 252 / 0.25);
}

.border-s-indigo-300\/30{
  border-inline-start-color: rgb(165 180 252 / 0.3);
}

.border-s-indigo-300\/40{
  border-inline-start-color: rgb(165 180 252 / 0.4);
}

.border-s-indigo-300\/5{
  border-inline-start-color: rgb(165 180 252 / 0.05);
}

.border-s-indigo-300\/50{
  border-inline-start-color: rgb(165 180 252 / 0.5);
}

.border-s-indigo-300\/60{
  border-inline-start-color: rgb(165 180 252 / 0.6);
}

.border-s-indigo-300\/70{
  border-inline-start-color: rgb(165 180 252 / 0.7);
}

.border-s-indigo-300\/75{
  border-inline-start-color: rgb(165 180 252 / 0.75);
}

.border-s-indigo-300\/80{
  border-inline-start-color: rgb(165 180 252 / 0.8);
}

.border-s-indigo-300\/90{
  border-inline-start-color: rgb(165 180 252 / 0.9);
}

.border-s-indigo-300\/95{
  border-inline-start-color: rgb(165 180 252 / 0.95);
}

.border-s-indigo-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-s-indigo-400\/0{
  border-inline-start-color: rgb(129 140 248 / 0);
}

.border-s-indigo-400\/10{
  border-inline-start-color: rgb(129 140 248 / 0.1);
}

.border-s-indigo-400\/100{
  border-inline-start-color: rgb(129 140 248 / 1);
}

.border-s-indigo-400\/20{
  border-inline-start-color: rgb(129 140 248 / 0.2);
}

.border-s-indigo-400\/25{
  border-inline-start-color: rgb(129 140 248 / 0.25);
}

.border-s-indigo-400\/30{
  border-inline-start-color: rgb(129 140 248 / 0.3);
}

.border-s-indigo-400\/40{
  border-inline-start-color: rgb(129 140 248 / 0.4);
}

.border-s-indigo-400\/5{
  border-inline-start-color: rgb(129 140 248 / 0.05);
}

.border-s-indigo-400\/50{
  border-inline-start-color: rgb(129 140 248 / 0.5);
}

.border-s-indigo-400\/60{
  border-inline-start-color: rgb(129 140 248 / 0.6);
}

.border-s-indigo-400\/70{
  border-inline-start-color: rgb(129 140 248 / 0.7);
}

.border-s-indigo-400\/75{
  border-inline-start-color: rgb(129 140 248 / 0.75);
}

.border-s-indigo-400\/80{
  border-inline-start-color: rgb(129 140 248 / 0.8);
}

.border-s-indigo-400\/90{
  border-inline-start-color: rgb(129 140 248 / 0.9);
}

.border-s-indigo-400\/95{
  border-inline-start-color: rgb(129 140 248 / 0.95);
}

.border-s-indigo-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-s-indigo-50\/0{
  border-inline-start-color: rgb(238 242 255 / 0);
}

.border-s-indigo-50\/10{
  border-inline-start-color: rgb(238 242 255 / 0.1);
}

.border-s-indigo-50\/100{
  border-inline-start-color: rgb(238 242 255 / 1);
}

.border-s-indigo-50\/20{
  border-inline-start-color: rgb(238 242 255 / 0.2);
}

.border-s-indigo-50\/25{
  border-inline-start-color: rgb(238 242 255 / 0.25);
}

.border-s-indigo-50\/30{
  border-inline-start-color: rgb(238 242 255 / 0.3);
}

.border-s-indigo-50\/40{
  border-inline-start-color: rgb(238 242 255 / 0.4);
}

.border-s-indigo-50\/5{
  border-inline-start-color: rgb(238 242 255 / 0.05);
}

.border-s-indigo-50\/50{
  border-inline-start-color: rgb(238 242 255 / 0.5);
}

.border-s-indigo-50\/60{
  border-inline-start-color: rgb(238 242 255 / 0.6);
}

.border-s-indigo-50\/70{
  border-inline-start-color: rgb(238 242 255 / 0.7);
}

.border-s-indigo-50\/75{
  border-inline-start-color: rgb(238 242 255 / 0.75);
}

.border-s-indigo-50\/80{
  border-inline-start-color: rgb(238 242 255 / 0.8);
}

.border-s-indigo-50\/90{
  border-inline-start-color: rgb(238 242 255 / 0.9);
}

.border-s-indigo-50\/95{
  border-inline-start-color: rgb(238 242 255 / 0.95);
}

.border-s-indigo-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-s-indigo-500\/0{
  border-inline-start-color: rgb(99 102 241 / 0);
}

.border-s-indigo-500\/10{
  border-inline-start-color: rgb(99 102 241 / 0.1);
}

.border-s-indigo-500\/100{
  border-inline-start-color: rgb(99 102 241 / 1);
}

.border-s-indigo-500\/20{
  border-inline-start-color: rgb(99 102 241 / 0.2);
}

.border-s-indigo-500\/25{
  border-inline-start-color: rgb(99 102 241 / 0.25);
}

.border-s-indigo-500\/30{
  border-inline-start-color: rgb(99 102 241 / 0.3);
}

.border-s-indigo-500\/40{
  border-inline-start-color: rgb(99 102 241 / 0.4);
}

.border-s-indigo-500\/5{
  border-inline-start-color: rgb(99 102 241 / 0.05);
}

.border-s-indigo-500\/50{
  border-inline-start-color: rgb(99 102 241 / 0.5);
}

.border-s-indigo-500\/60{
  border-inline-start-color: rgb(99 102 241 / 0.6);
}

.border-s-indigo-500\/70{
  border-inline-start-color: rgb(99 102 241 / 0.7);
}

.border-s-indigo-500\/75{
  border-inline-start-color: rgb(99 102 241 / 0.75);
}

.border-s-indigo-500\/80{
  border-inline-start-color: rgb(99 102 241 / 0.8);
}

.border-s-indigo-500\/90{
  border-inline-start-color: rgb(99 102 241 / 0.9);
}

.border-s-indigo-500\/95{
  border-inline-start-color: rgb(99 102 241 / 0.95);
}

.border-s-indigo-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-s-indigo-600\/0{
  border-inline-start-color: rgb(79 70 229 / 0);
}

.border-s-indigo-600\/10{
  border-inline-start-color: rgb(79 70 229 / 0.1);
}

.border-s-indigo-600\/100{
  border-inline-start-color: rgb(79 70 229 / 1);
}

.border-s-indigo-600\/20{
  border-inline-start-color: rgb(79 70 229 / 0.2);
}

.border-s-indigo-600\/25{
  border-inline-start-color: rgb(79 70 229 / 0.25);
}

.border-s-indigo-600\/30{
  border-inline-start-color: rgb(79 70 229 / 0.3);
}

.border-s-indigo-600\/40{
  border-inline-start-color: rgb(79 70 229 / 0.4);
}

.border-s-indigo-600\/5{
  border-inline-start-color: rgb(79 70 229 / 0.05);
}

.border-s-indigo-600\/50{
  border-inline-start-color: rgb(79 70 229 / 0.5);
}

.border-s-indigo-600\/60{
  border-inline-start-color: rgb(79 70 229 / 0.6);
}

.border-s-indigo-600\/70{
  border-inline-start-color: rgb(79 70 229 / 0.7);
}

.border-s-indigo-600\/75{
  border-inline-start-color: rgb(79 70 229 / 0.75);
}

.border-s-indigo-600\/80{
  border-inline-start-color: rgb(79 70 229 / 0.8);
}

.border-s-indigo-600\/90{
  border-inline-start-color: rgb(79 70 229 / 0.9);
}

.border-s-indigo-600\/95{
  border-inline-start-color: rgb(79 70 229 / 0.95);
}

.border-s-indigo-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-s-indigo-700\/0{
  border-inline-start-color: rgb(67 56 202 / 0);
}

.border-s-indigo-700\/10{
  border-inline-start-color: rgb(67 56 202 / 0.1);
}

.border-s-indigo-700\/100{
  border-inline-start-color: rgb(67 56 202 / 1);
}

.border-s-indigo-700\/20{
  border-inline-start-color: rgb(67 56 202 / 0.2);
}

.border-s-indigo-700\/25{
  border-inline-start-color: rgb(67 56 202 / 0.25);
}

.border-s-indigo-700\/30{
  border-inline-start-color: rgb(67 56 202 / 0.3);
}

.border-s-indigo-700\/40{
  border-inline-start-color: rgb(67 56 202 / 0.4);
}

.border-s-indigo-700\/5{
  border-inline-start-color: rgb(67 56 202 / 0.05);
}

.border-s-indigo-700\/50{
  border-inline-start-color: rgb(67 56 202 / 0.5);
}

.border-s-indigo-700\/60{
  border-inline-start-color: rgb(67 56 202 / 0.6);
}

.border-s-indigo-700\/70{
  border-inline-start-color: rgb(67 56 202 / 0.7);
}

.border-s-indigo-700\/75{
  border-inline-start-color: rgb(67 56 202 / 0.75);
}

.border-s-indigo-700\/80{
  border-inline-start-color: rgb(67 56 202 / 0.8);
}

.border-s-indigo-700\/90{
  border-inline-start-color: rgb(67 56 202 / 0.9);
}

.border-s-indigo-700\/95{
  border-inline-start-color: rgb(67 56 202 / 0.95);
}

.border-s-indigo-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-s-indigo-800\/0{
  border-inline-start-color: rgb(55 48 163 / 0);
}

.border-s-indigo-800\/10{
  border-inline-start-color: rgb(55 48 163 / 0.1);
}

.border-s-indigo-800\/100{
  border-inline-start-color: rgb(55 48 163 / 1);
}

.border-s-indigo-800\/20{
  border-inline-start-color: rgb(55 48 163 / 0.2);
}

.border-s-indigo-800\/25{
  border-inline-start-color: rgb(55 48 163 / 0.25);
}

.border-s-indigo-800\/30{
  border-inline-start-color: rgb(55 48 163 / 0.3);
}

.border-s-indigo-800\/40{
  border-inline-start-color: rgb(55 48 163 / 0.4);
}

.border-s-indigo-800\/5{
  border-inline-start-color: rgb(55 48 163 / 0.05);
}

.border-s-indigo-800\/50{
  border-inline-start-color: rgb(55 48 163 / 0.5);
}

.border-s-indigo-800\/60{
  border-inline-start-color: rgb(55 48 163 / 0.6);
}

.border-s-indigo-800\/70{
  border-inline-start-color: rgb(55 48 163 / 0.7);
}

.border-s-indigo-800\/75{
  border-inline-start-color: rgb(55 48 163 / 0.75);
}

.border-s-indigo-800\/80{
  border-inline-start-color: rgb(55 48 163 / 0.8);
}

.border-s-indigo-800\/90{
  border-inline-start-color: rgb(55 48 163 / 0.9);
}

.border-s-indigo-800\/95{
  border-inline-start-color: rgb(55 48 163 / 0.95);
}

.border-s-indigo-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-s-indigo-900\/0{
  border-inline-start-color: rgb(49 46 129 / 0);
}

.border-s-indigo-900\/10{
  border-inline-start-color: rgb(49 46 129 / 0.1);
}

.border-s-indigo-900\/100{
  border-inline-start-color: rgb(49 46 129 / 1);
}

.border-s-indigo-900\/20{
  border-inline-start-color: rgb(49 46 129 / 0.2);
}

.border-s-indigo-900\/25{
  border-inline-start-color: rgb(49 46 129 / 0.25);
}

.border-s-indigo-900\/30{
  border-inline-start-color: rgb(49 46 129 / 0.3);
}

.border-s-indigo-900\/40{
  border-inline-start-color: rgb(49 46 129 / 0.4);
}

.border-s-indigo-900\/5{
  border-inline-start-color: rgb(49 46 129 / 0.05);
}

.border-s-indigo-900\/50{
  border-inline-start-color: rgb(49 46 129 / 0.5);
}

.border-s-indigo-900\/60{
  border-inline-start-color: rgb(49 46 129 / 0.6);
}

.border-s-indigo-900\/70{
  border-inline-start-color: rgb(49 46 129 / 0.7);
}

.border-s-indigo-900\/75{
  border-inline-start-color: rgb(49 46 129 / 0.75);
}

.border-s-indigo-900\/80{
  border-inline-start-color: rgb(49 46 129 / 0.8);
}

.border-s-indigo-900\/90{
  border-inline-start-color: rgb(49 46 129 / 0.9);
}

.border-s-indigo-900\/95{
  border-inline-start-color: rgb(49 46 129 / 0.95);
}

.border-s-indigo-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-s-indigo-950\/0{
  border-inline-start-color: rgb(30 27 75 / 0);
}

.border-s-indigo-950\/10{
  border-inline-start-color: rgb(30 27 75 / 0.1);
}

.border-s-indigo-950\/100{
  border-inline-start-color: rgb(30 27 75 / 1);
}

.border-s-indigo-950\/20{
  border-inline-start-color: rgb(30 27 75 / 0.2);
}

.border-s-indigo-950\/25{
  border-inline-start-color: rgb(30 27 75 / 0.25);
}

.border-s-indigo-950\/30{
  border-inline-start-color: rgb(30 27 75 / 0.3);
}

.border-s-indigo-950\/40{
  border-inline-start-color: rgb(30 27 75 / 0.4);
}

.border-s-indigo-950\/5{
  border-inline-start-color: rgb(30 27 75 / 0.05);
}

.border-s-indigo-950\/50{
  border-inline-start-color: rgb(30 27 75 / 0.5);
}

.border-s-indigo-950\/60{
  border-inline-start-color: rgb(30 27 75 / 0.6);
}

.border-s-indigo-950\/70{
  border-inline-start-color: rgb(30 27 75 / 0.7);
}

.border-s-indigo-950\/75{
  border-inline-start-color: rgb(30 27 75 / 0.75);
}

.border-s-indigo-950\/80{
  border-inline-start-color: rgb(30 27 75 / 0.8);
}

.border-s-indigo-950\/90{
  border-inline-start-color: rgb(30 27 75 / 0.9);
}

.border-s-indigo-950\/95{
  border-inline-start-color: rgb(30 27 75 / 0.95);
}

.border-s-inherit{
  border-inline-start-color: inherit;
}

.border-s-lime-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-s-lime-100\/0{
  border-inline-start-color: rgb(236 252 203 / 0);
}

.border-s-lime-100\/10{
  border-inline-start-color: rgb(236 252 203 / 0.1);
}

.border-s-lime-100\/100{
  border-inline-start-color: rgb(236 252 203 / 1);
}

.border-s-lime-100\/20{
  border-inline-start-color: rgb(236 252 203 / 0.2);
}

.border-s-lime-100\/25{
  border-inline-start-color: rgb(236 252 203 / 0.25);
}

.border-s-lime-100\/30{
  border-inline-start-color: rgb(236 252 203 / 0.3);
}

.border-s-lime-100\/40{
  border-inline-start-color: rgb(236 252 203 / 0.4);
}

.border-s-lime-100\/5{
  border-inline-start-color: rgb(236 252 203 / 0.05);
}

.border-s-lime-100\/50{
  border-inline-start-color: rgb(236 252 203 / 0.5);
}

.border-s-lime-100\/60{
  border-inline-start-color: rgb(236 252 203 / 0.6);
}

.border-s-lime-100\/70{
  border-inline-start-color: rgb(236 252 203 / 0.7);
}

.border-s-lime-100\/75{
  border-inline-start-color: rgb(236 252 203 / 0.75);
}

.border-s-lime-100\/80{
  border-inline-start-color: rgb(236 252 203 / 0.8);
}

.border-s-lime-100\/90{
  border-inline-start-color: rgb(236 252 203 / 0.9);
}

.border-s-lime-100\/95{
  border-inline-start-color: rgb(236 252 203 / 0.95);
}

.border-s-lime-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-s-lime-200\/0{
  border-inline-start-color: rgb(217 249 157 / 0);
}

.border-s-lime-200\/10{
  border-inline-start-color: rgb(217 249 157 / 0.1);
}

.border-s-lime-200\/100{
  border-inline-start-color: rgb(217 249 157 / 1);
}

.border-s-lime-200\/20{
  border-inline-start-color: rgb(217 249 157 / 0.2);
}

.border-s-lime-200\/25{
  border-inline-start-color: rgb(217 249 157 / 0.25);
}

.border-s-lime-200\/30{
  border-inline-start-color: rgb(217 249 157 / 0.3);
}

.border-s-lime-200\/40{
  border-inline-start-color: rgb(217 249 157 / 0.4);
}

.border-s-lime-200\/5{
  border-inline-start-color: rgb(217 249 157 / 0.05);
}

.border-s-lime-200\/50{
  border-inline-start-color: rgb(217 249 157 / 0.5);
}

.border-s-lime-200\/60{
  border-inline-start-color: rgb(217 249 157 / 0.6);
}

.border-s-lime-200\/70{
  border-inline-start-color: rgb(217 249 157 / 0.7);
}

.border-s-lime-200\/75{
  border-inline-start-color: rgb(217 249 157 / 0.75);
}

.border-s-lime-200\/80{
  border-inline-start-color: rgb(217 249 157 / 0.8);
}

.border-s-lime-200\/90{
  border-inline-start-color: rgb(217 249 157 / 0.9);
}

.border-s-lime-200\/95{
  border-inline-start-color: rgb(217 249 157 / 0.95);
}

.border-s-lime-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-s-lime-300\/0{
  border-inline-start-color: rgb(190 242 100 / 0);
}

.border-s-lime-300\/10{
  border-inline-start-color: rgb(190 242 100 / 0.1);
}

.border-s-lime-300\/100{
  border-inline-start-color: rgb(190 242 100 / 1);
}

.border-s-lime-300\/20{
  border-inline-start-color: rgb(190 242 100 / 0.2);
}

.border-s-lime-300\/25{
  border-inline-start-color: rgb(190 242 100 / 0.25);
}

.border-s-lime-300\/30{
  border-inline-start-color: rgb(190 242 100 / 0.3);
}

.border-s-lime-300\/40{
  border-inline-start-color: rgb(190 242 100 / 0.4);
}

.border-s-lime-300\/5{
  border-inline-start-color: rgb(190 242 100 / 0.05);
}

.border-s-lime-300\/50{
  border-inline-start-color: rgb(190 242 100 / 0.5);
}

.border-s-lime-300\/60{
  border-inline-start-color: rgb(190 242 100 / 0.6);
}

.border-s-lime-300\/70{
  border-inline-start-color: rgb(190 242 100 / 0.7);
}

.border-s-lime-300\/75{
  border-inline-start-color: rgb(190 242 100 / 0.75);
}

.border-s-lime-300\/80{
  border-inline-start-color: rgb(190 242 100 / 0.8);
}

.border-s-lime-300\/90{
  border-inline-start-color: rgb(190 242 100 / 0.9);
}

.border-s-lime-300\/95{
  border-inline-start-color: rgb(190 242 100 / 0.95);
}

.border-s-lime-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-s-lime-400\/0{
  border-inline-start-color: rgb(163 230 53 / 0);
}

.border-s-lime-400\/10{
  border-inline-start-color: rgb(163 230 53 / 0.1);
}

.border-s-lime-400\/100{
  border-inline-start-color: rgb(163 230 53 / 1);
}

.border-s-lime-400\/20{
  border-inline-start-color: rgb(163 230 53 / 0.2);
}

.border-s-lime-400\/25{
  border-inline-start-color: rgb(163 230 53 / 0.25);
}

.border-s-lime-400\/30{
  border-inline-start-color: rgb(163 230 53 / 0.3);
}

.border-s-lime-400\/40{
  border-inline-start-color: rgb(163 230 53 / 0.4);
}

.border-s-lime-400\/5{
  border-inline-start-color: rgb(163 230 53 / 0.05);
}

.border-s-lime-400\/50{
  border-inline-start-color: rgb(163 230 53 / 0.5);
}

.border-s-lime-400\/60{
  border-inline-start-color: rgb(163 230 53 / 0.6);
}

.border-s-lime-400\/70{
  border-inline-start-color: rgb(163 230 53 / 0.7);
}

.border-s-lime-400\/75{
  border-inline-start-color: rgb(163 230 53 / 0.75);
}

.border-s-lime-400\/80{
  border-inline-start-color: rgb(163 230 53 / 0.8);
}

.border-s-lime-400\/90{
  border-inline-start-color: rgb(163 230 53 / 0.9);
}

.border-s-lime-400\/95{
  border-inline-start-color: rgb(163 230 53 / 0.95);
}

.border-s-lime-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-s-lime-50\/0{
  border-inline-start-color: rgb(247 254 231 / 0);
}

.border-s-lime-50\/10{
  border-inline-start-color: rgb(247 254 231 / 0.1);
}

.border-s-lime-50\/100{
  border-inline-start-color: rgb(247 254 231 / 1);
}

.border-s-lime-50\/20{
  border-inline-start-color: rgb(247 254 231 / 0.2);
}

.border-s-lime-50\/25{
  border-inline-start-color: rgb(247 254 231 / 0.25);
}

.border-s-lime-50\/30{
  border-inline-start-color: rgb(247 254 231 / 0.3);
}

.border-s-lime-50\/40{
  border-inline-start-color: rgb(247 254 231 / 0.4);
}

.border-s-lime-50\/5{
  border-inline-start-color: rgb(247 254 231 / 0.05);
}

.border-s-lime-50\/50{
  border-inline-start-color: rgb(247 254 231 / 0.5);
}

.border-s-lime-50\/60{
  border-inline-start-color: rgb(247 254 231 / 0.6);
}

.border-s-lime-50\/70{
  border-inline-start-color: rgb(247 254 231 / 0.7);
}

.border-s-lime-50\/75{
  border-inline-start-color: rgb(247 254 231 / 0.75);
}

.border-s-lime-50\/80{
  border-inline-start-color: rgb(247 254 231 / 0.8);
}

.border-s-lime-50\/90{
  border-inline-start-color: rgb(247 254 231 / 0.9);
}

.border-s-lime-50\/95{
  border-inline-start-color: rgb(247 254 231 / 0.95);
}

.border-s-lime-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-s-lime-500\/0{
  border-inline-start-color: rgb(132 204 22 / 0);
}

.border-s-lime-500\/10{
  border-inline-start-color: rgb(132 204 22 / 0.1);
}

.border-s-lime-500\/100{
  border-inline-start-color: rgb(132 204 22 / 1);
}

.border-s-lime-500\/20{
  border-inline-start-color: rgb(132 204 22 / 0.2);
}

.border-s-lime-500\/25{
  border-inline-start-color: rgb(132 204 22 / 0.25);
}

.border-s-lime-500\/30{
  border-inline-start-color: rgb(132 204 22 / 0.3);
}

.border-s-lime-500\/40{
  border-inline-start-color: rgb(132 204 22 / 0.4);
}

.border-s-lime-500\/5{
  border-inline-start-color: rgb(132 204 22 / 0.05);
}

.border-s-lime-500\/50{
  border-inline-start-color: rgb(132 204 22 / 0.5);
}

.border-s-lime-500\/60{
  border-inline-start-color: rgb(132 204 22 / 0.6);
}

.border-s-lime-500\/70{
  border-inline-start-color: rgb(132 204 22 / 0.7);
}

.border-s-lime-500\/75{
  border-inline-start-color: rgb(132 204 22 / 0.75);
}

.border-s-lime-500\/80{
  border-inline-start-color: rgb(132 204 22 / 0.8);
}

.border-s-lime-500\/90{
  border-inline-start-color: rgb(132 204 22 / 0.9);
}

.border-s-lime-500\/95{
  border-inline-start-color: rgb(132 204 22 / 0.95);
}

.border-s-lime-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-s-lime-600\/0{
  border-inline-start-color: rgb(101 163 13 / 0);
}

.border-s-lime-600\/10{
  border-inline-start-color: rgb(101 163 13 / 0.1);
}

.border-s-lime-600\/100{
  border-inline-start-color: rgb(101 163 13 / 1);
}

.border-s-lime-600\/20{
  border-inline-start-color: rgb(101 163 13 / 0.2);
}

.border-s-lime-600\/25{
  border-inline-start-color: rgb(101 163 13 / 0.25);
}

.border-s-lime-600\/30{
  border-inline-start-color: rgb(101 163 13 / 0.3);
}

.border-s-lime-600\/40{
  border-inline-start-color: rgb(101 163 13 / 0.4);
}

.border-s-lime-600\/5{
  border-inline-start-color: rgb(101 163 13 / 0.05);
}

.border-s-lime-600\/50{
  border-inline-start-color: rgb(101 163 13 / 0.5);
}

.border-s-lime-600\/60{
  border-inline-start-color: rgb(101 163 13 / 0.6);
}

.border-s-lime-600\/70{
  border-inline-start-color: rgb(101 163 13 / 0.7);
}

.border-s-lime-600\/75{
  border-inline-start-color: rgb(101 163 13 / 0.75);
}

.border-s-lime-600\/80{
  border-inline-start-color: rgb(101 163 13 / 0.8);
}

.border-s-lime-600\/90{
  border-inline-start-color: rgb(101 163 13 / 0.9);
}

.border-s-lime-600\/95{
  border-inline-start-color: rgb(101 163 13 / 0.95);
}

.border-s-lime-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-s-lime-700\/0{
  border-inline-start-color: rgb(77 124 15 / 0);
}

.border-s-lime-700\/10{
  border-inline-start-color: rgb(77 124 15 / 0.1);
}

.border-s-lime-700\/100{
  border-inline-start-color: rgb(77 124 15 / 1);
}

.border-s-lime-700\/20{
  border-inline-start-color: rgb(77 124 15 / 0.2);
}

.border-s-lime-700\/25{
  border-inline-start-color: rgb(77 124 15 / 0.25);
}

.border-s-lime-700\/30{
  border-inline-start-color: rgb(77 124 15 / 0.3);
}

.border-s-lime-700\/40{
  border-inline-start-color: rgb(77 124 15 / 0.4);
}

.border-s-lime-700\/5{
  border-inline-start-color: rgb(77 124 15 / 0.05);
}

.border-s-lime-700\/50{
  border-inline-start-color: rgb(77 124 15 / 0.5);
}

.border-s-lime-700\/60{
  border-inline-start-color: rgb(77 124 15 / 0.6);
}

.border-s-lime-700\/70{
  border-inline-start-color: rgb(77 124 15 / 0.7);
}

.border-s-lime-700\/75{
  border-inline-start-color: rgb(77 124 15 / 0.75);
}

.border-s-lime-700\/80{
  border-inline-start-color: rgb(77 124 15 / 0.8);
}

.border-s-lime-700\/90{
  border-inline-start-color: rgb(77 124 15 / 0.9);
}

.border-s-lime-700\/95{
  border-inline-start-color: rgb(77 124 15 / 0.95);
}

.border-s-lime-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-s-lime-800\/0{
  border-inline-start-color: rgb(63 98 18 / 0);
}

.border-s-lime-800\/10{
  border-inline-start-color: rgb(63 98 18 / 0.1);
}

.border-s-lime-800\/100{
  border-inline-start-color: rgb(63 98 18 / 1);
}

.border-s-lime-800\/20{
  border-inline-start-color: rgb(63 98 18 / 0.2);
}

.border-s-lime-800\/25{
  border-inline-start-color: rgb(63 98 18 / 0.25);
}

.border-s-lime-800\/30{
  border-inline-start-color: rgb(63 98 18 / 0.3);
}

.border-s-lime-800\/40{
  border-inline-start-color: rgb(63 98 18 / 0.4);
}

.border-s-lime-800\/5{
  border-inline-start-color: rgb(63 98 18 / 0.05);
}

.border-s-lime-800\/50{
  border-inline-start-color: rgb(63 98 18 / 0.5);
}

.border-s-lime-800\/60{
  border-inline-start-color: rgb(63 98 18 / 0.6);
}

.border-s-lime-800\/70{
  border-inline-start-color: rgb(63 98 18 / 0.7);
}

.border-s-lime-800\/75{
  border-inline-start-color: rgb(63 98 18 / 0.75);
}

.border-s-lime-800\/80{
  border-inline-start-color: rgb(63 98 18 / 0.8);
}

.border-s-lime-800\/90{
  border-inline-start-color: rgb(63 98 18 / 0.9);
}

.border-s-lime-800\/95{
  border-inline-start-color: rgb(63 98 18 / 0.95);
}

.border-s-lime-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-s-lime-900\/0{
  border-inline-start-color: rgb(54 83 20 / 0);
}

.border-s-lime-900\/10{
  border-inline-start-color: rgb(54 83 20 / 0.1);
}

.border-s-lime-900\/100{
  border-inline-start-color: rgb(54 83 20 / 1);
}

.border-s-lime-900\/20{
  border-inline-start-color: rgb(54 83 20 / 0.2);
}

.border-s-lime-900\/25{
  border-inline-start-color: rgb(54 83 20 / 0.25);
}

.border-s-lime-900\/30{
  border-inline-start-color: rgb(54 83 20 / 0.3);
}

.border-s-lime-900\/40{
  border-inline-start-color: rgb(54 83 20 / 0.4);
}

.border-s-lime-900\/5{
  border-inline-start-color: rgb(54 83 20 / 0.05);
}

.border-s-lime-900\/50{
  border-inline-start-color: rgb(54 83 20 / 0.5);
}

.border-s-lime-900\/60{
  border-inline-start-color: rgb(54 83 20 / 0.6);
}

.border-s-lime-900\/70{
  border-inline-start-color: rgb(54 83 20 / 0.7);
}

.border-s-lime-900\/75{
  border-inline-start-color: rgb(54 83 20 / 0.75);
}

.border-s-lime-900\/80{
  border-inline-start-color: rgb(54 83 20 / 0.8);
}

.border-s-lime-900\/90{
  border-inline-start-color: rgb(54 83 20 / 0.9);
}

.border-s-lime-900\/95{
  border-inline-start-color: rgb(54 83 20 / 0.95);
}

.border-s-lime-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-s-lime-950\/0{
  border-inline-start-color: rgb(26 46 5 / 0);
}

.border-s-lime-950\/10{
  border-inline-start-color: rgb(26 46 5 / 0.1);
}

.border-s-lime-950\/100{
  border-inline-start-color: rgb(26 46 5 / 1);
}

.border-s-lime-950\/20{
  border-inline-start-color: rgb(26 46 5 / 0.2);
}

.border-s-lime-950\/25{
  border-inline-start-color: rgb(26 46 5 / 0.25);
}

.border-s-lime-950\/30{
  border-inline-start-color: rgb(26 46 5 / 0.3);
}

.border-s-lime-950\/40{
  border-inline-start-color: rgb(26 46 5 / 0.4);
}

.border-s-lime-950\/5{
  border-inline-start-color: rgb(26 46 5 / 0.05);
}

.border-s-lime-950\/50{
  border-inline-start-color: rgb(26 46 5 / 0.5);
}

.border-s-lime-950\/60{
  border-inline-start-color: rgb(26 46 5 / 0.6);
}

.border-s-lime-950\/70{
  border-inline-start-color: rgb(26 46 5 / 0.7);
}

.border-s-lime-950\/75{
  border-inline-start-color: rgb(26 46 5 / 0.75);
}

.border-s-lime-950\/80{
  border-inline-start-color: rgb(26 46 5 / 0.8);
}

.border-s-lime-950\/90{
  border-inline-start-color: rgb(26 46 5 / 0.9);
}

.border-s-lime-950\/95{
  border-inline-start-color: rgb(26 46 5 / 0.95);
}

.border-s-neutral-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-s-neutral-100\/0{
  border-inline-start-color: rgb(245 245 245 / 0);
}

.border-s-neutral-100\/10{
  border-inline-start-color: rgb(245 245 245 / 0.1);
}

.border-s-neutral-100\/100{
  border-inline-start-color: rgb(245 245 245 / 1);
}

.border-s-neutral-100\/20{
  border-inline-start-color: rgb(245 245 245 / 0.2);
}

.border-s-neutral-100\/25{
  border-inline-start-color: rgb(245 245 245 / 0.25);
}

.border-s-neutral-100\/30{
  border-inline-start-color: rgb(245 245 245 / 0.3);
}

.border-s-neutral-100\/40{
  border-inline-start-color: rgb(245 245 245 / 0.4);
}

.border-s-neutral-100\/5{
  border-inline-start-color: rgb(245 245 245 / 0.05);
}

.border-s-neutral-100\/50{
  border-inline-start-color: rgb(245 245 245 / 0.5);
}

.border-s-neutral-100\/60{
  border-inline-start-color: rgb(245 245 245 / 0.6);
}

.border-s-neutral-100\/70{
  border-inline-start-color: rgb(245 245 245 / 0.7);
}

.border-s-neutral-100\/75{
  border-inline-start-color: rgb(245 245 245 / 0.75);
}

.border-s-neutral-100\/80{
  border-inline-start-color: rgb(245 245 245 / 0.8);
}

.border-s-neutral-100\/90{
  border-inline-start-color: rgb(245 245 245 / 0.9);
}

.border-s-neutral-100\/95{
  border-inline-start-color: rgb(245 245 245 / 0.95);
}

.border-s-neutral-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-s-neutral-200\/0{
  border-inline-start-color: rgb(229 229 229 / 0);
}

.border-s-neutral-200\/10{
  border-inline-start-color: rgb(229 229 229 / 0.1);
}

.border-s-neutral-200\/100{
  border-inline-start-color: rgb(229 229 229 / 1);
}

.border-s-neutral-200\/20{
  border-inline-start-color: rgb(229 229 229 / 0.2);
}

.border-s-neutral-200\/25{
  border-inline-start-color: rgb(229 229 229 / 0.25);
}

.border-s-neutral-200\/30{
  border-inline-start-color: rgb(229 229 229 / 0.3);
}

.border-s-neutral-200\/40{
  border-inline-start-color: rgb(229 229 229 / 0.4);
}

.border-s-neutral-200\/5{
  border-inline-start-color: rgb(229 229 229 / 0.05);
}

.border-s-neutral-200\/50{
  border-inline-start-color: rgb(229 229 229 / 0.5);
}

.border-s-neutral-200\/60{
  border-inline-start-color: rgb(229 229 229 / 0.6);
}

.border-s-neutral-200\/70{
  border-inline-start-color: rgb(229 229 229 / 0.7);
}

.border-s-neutral-200\/75{
  border-inline-start-color: rgb(229 229 229 / 0.75);
}

.border-s-neutral-200\/80{
  border-inline-start-color: rgb(229 229 229 / 0.8);
}

.border-s-neutral-200\/90{
  border-inline-start-color: rgb(229 229 229 / 0.9);
}

.border-s-neutral-200\/95{
  border-inline-start-color: rgb(229 229 229 / 0.95);
}

.border-s-neutral-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-s-neutral-300\/0{
  border-inline-start-color: rgb(212 212 212 / 0);
}

.border-s-neutral-300\/10{
  border-inline-start-color: rgb(212 212 212 / 0.1);
}

.border-s-neutral-300\/100{
  border-inline-start-color: rgb(212 212 212 / 1);
}

.border-s-neutral-300\/20{
  border-inline-start-color: rgb(212 212 212 / 0.2);
}

.border-s-neutral-300\/25{
  border-inline-start-color: rgb(212 212 212 / 0.25);
}

.border-s-neutral-300\/30{
  border-inline-start-color: rgb(212 212 212 / 0.3);
}

.border-s-neutral-300\/40{
  border-inline-start-color: rgb(212 212 212 / 0.4);
}

.border-s-neutral-300\/5{
  border-inline-start-color: rgb(212 212 212 / 0.05);
}

.border-s-neutral-300\/50{
  border-inline-start-color: rgb(212 212 212 / 0.5);
}

.border-s-neutral-300\/60{
  border-inline-start-color: rgb(212 212 212 / 0.6);
}

.border-s-neutral-300\/70{
  border-inline-start-color: rgb(212 212 212 / 0.7);
}

.border-s-neutral-300\/75{
  border-inline-start-color: rgb(212 212 212 / 0.75);
}

.border-s-neutral-300\/80{
  border-inline-start-color: rgb(212 212 212 / 0.8);
}

.border-s-neutral-300\/90{
  border-inline-start-color: rgb(212 212 212 / 0.9);
}

.border-s-neutral-300\/95{
  border-inline-start-color: rgb(212 212 212 / 0.95);
}

.border-s-neutral-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-s-neutral-400\/0{
  border-inline-start-color: rgb(163 163 163 / 0);
}

.border-s-neutral-400\/10{
  border-inline-start-color: rgb(163 163 163 / 0.1);
}

.border-s-neutral-400\/100{
  border-inline-start-color: rgb(163 163 163 / 1);
}

.border-s-neutral-400\/20{
  border-inline-start-color: rgb(163 163 163 / 0.2);
}

.border-s-neutral-400\/25{
  border-inline-start-color: rgb(163 163 163 / 0.25);
}

.border-s-neutral-400\/30{
  border-inline-start-color: rgb(163 163 163 / 0.3);
}

.border-s-neutral-400\/40{
  border-inline-start-color: rgb(163 163 163 / 0.4);
}

.border-s-neutral-400\/5{
  border-inline-start-color: rgb(163 163 163 / 0.05);
}

.border-s-neutral-400\/50{
  border-inline-start-color: rgb(163 163 163 / 0.5);
}

.border-s-neutral-400\/60{
  border-inline-start-color: rgb(163 163 163 / 0.6);
}

.border-s-neutral-400\/70{
  border-inline-start-color: rgb(163 163 163 / 0.7);
}

.border-s-neutral-400\/75{
  border-inline-start-color: rgb(163 163 163 / 0.75);
}

.border-s-neutral-400\/80{
  border-inline-start-color: rgb(163 163 163 / 0.8);
}

.border-s-neutral-400\/90{
  border-inline-start-color: rgb(163 163 163 / 0.9);
}

.border-s-neutral-400\/95{
  border-inline-start-color: rgb(163 163 163 / 0.95);
}

.border-s-neutral-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-s-neutral-50\/0{
  border-inline-start-color: rgb(250 250 250 / 0);
}

.border-s-neutral-50\/10{
  border-inline-start-color: rgb(250 250 250 / 0.1);
}

.border-s-neutral-50\/100{
  border-inline-start-color: rgb(250 250 250 / 1);
}

.border-s-neutral-50\/20{
  border-inline-start-color: rgb(250 250 250 / 0.2);
}

.border-s-neutral-50\/25{
  border-inline-start-color: rgb(250 250 250 / 0.25);
}

.border-s-neutral-50\/30{
  border-inline-start-color: rgb(250 250 250 / 0.3);
}

.border-s-neutral-50\/40{
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.border-s-neutral-50\/5{
  border-inline-start-color: rgb(250 250 250 / 0.05);
}

.border-s-neutral-50\/50{
  border-inline-start-color: rgb(250 250 250 / 0.5);
}

.border-s-neutral-50\/60{
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.border-s-neutral-50\/70{
  border-inline-start-color: rgb(250 250 250 / 0.7);
}

.border-s-neutral-50\/75{
  border-inline-start-color: rgb(250 250 250 / 0.75);
}

.border-s-neutral-50\/80{
  border-inline-start-color: rgb(250 250 250 / 0.8);
}

.border-s-neutral-50\/90{
  border-inline-start-color: rgb(250 250 250 / 0.9);
}

.border-s-neutral-50\/95{
  border-inline-start-color: rgb(250 250 250 / 0.95);
}

.border-s-neutral-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-s-neutral-500\/0{
  border-inline-start-color: rgb(115 115 115 / 0);
}

.border-s-neutral-500\/10{
  border-inline-start-color: rgb(115 115 115 / 0.1);
}

.border-s-neutral-500\/100{
  border-inline-start-color: rgb(115 115 115 / 1);
}

.border-s-neutral-500\/20{
  border-inline-start-color: rgb(115 115 115 / 0.2);
}

.border-s-neutral-500\/25{
  border-inline-start-color: rgb(115 115 115 / 0.25);
}

.border-s-neutral-500\/30{
  border-inline-start-color: rgb(115 115 115 / 0.3);
}

.border-s-neutral-500\/40{
  border-inline-start-color: rgb(115 115 115 / 0.4);
}

.border-s-neutral-500\/5{
  border-inline-start-color: rgb(115 115 115 / 0.05);
}

.border-s-neutral-500\/50{
  border-inline-start-color: rgb(115 115 115 / 0.5);
}

.border-s-neutral-500\/60{
  border-inline-start-color: rgb(115 115 115 / 0.6);
}

.border-s-neutral-500\/70{
  border-inline-start-color: rgb(115 115 115 / 0.7);
}

.border-s-neutral-500\/75{
  border-inline-start-color: rgb(115 115 115 / 0.75);
}

.border-s-neutral-500\/80{
  border-inline-start-color: rgb(115 115 115 / 0.8);
}

.border-s-neutral-500\/90{
  border-inline-start-color: rgb(115 115 115 / 0.9);
}

.border-s-neutral-500\/95{
  border-inline-start-color: rgb(115 115 115 / 0.95);
}

.border-s-neutral-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-s-neutral-600\/0{
  border-inline-start-color: rgb(82 82 82 / 0);
}

.border-s-neutral-600\/10{
  border-inline-start-color: rgb(82 82 82 / 0.1);
}

.border-s-neutral-600\/100{
  border-inline-start-color: rgb(82 82 82 / 1);
}

.border-s-neutral-600\/20{
  border-inline-start-color: rgb(82 82 82 / 0.2);
}

.border-s-neutral-600\/25{
  border-inline-start-color: rgb(82 82 82 / 0.25);
}

.border-s-neutral-600\/30{
  border-inline-start-color: rgb(82 82 82 / 0.3);
}

.border-s-neutral-600\/40{
  border-inline-start-color: rgb(82 82 82 / 0.4);
}

.border-s-neutral-600\/5{
  border-inline-start-color: rgb(82 82 82 / 0.05);
}

.border-s-neutral-600\/50{
  border-inline-start-color: rgb(82 82 82 / 0.5);
}

.border-s-neutral-600\/60{
  border-inline-start-color: rgb(82 82 82 / 0.6);
}

.border-s-neutral-600\/70{
  border-inline-start-color: rgb(82 82 82 / 0.7);
}

.border-s-neutral-600\/75{
  border-inline-start-color: rgb(82 82 82 / 0.75);
}

.border-s-neutral-600\/80{
  border-inline-start-color: rgb(82 82 82 / 0.8);
}

.border-s-neutral-600\/90{
  border-inline-start-color: rgb(82 82 82 / 0.9);
}

.border-s-neutral-600\/95{
  border-inline-start-color: rgb(82 82 82 / 0.95);
}

.border-s-neutral-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-s-neutral-700\/0{
  border-inline-start-color: rgb(64 64 64 / 0);
}

.border-s-neutral-700\/10{
  border-inline-start-color: rgb(64 64 64 / 0.1);
}

.border-s-neutral-700\/100{
  border-inline-start-color: rgb(64 64 64 / 1);
}

.border-s-neutral-700\/20{
  border-inline-start-color: rgb(64 64 64 / 0.2);
}

.border-s-neutral-700\/25{
  border-inline-start-color: rgb(64 64 64 / 0.25);
}

.border-s-neutral-700\/30{
  border-inline-start-color: rgb(64 64 64 / 0.3);
}

.border-s-neutral-700\/40{
  border-inline-start-color: rgb(64 64 64 / 0.4);
}

.border-s-neutral-700\/5{
  border-inline-start-color: rgb(64 64 64 / 0.05);
}

.border-s-neutral-700\/50{
  border-inline-start-color: rgb(64 64 64 / 0.5);
}

.border-s-neutral-700\/60{
  border-inline-start-color: rgb(64 64 64 / 0.6);
}

.border-s-neutral-700\/70{
  border-inline-start-color: rgb(64 64 64 / 0.7);
}

.border-s-neutral-700\/75{
  border-inline-start-color: rgb(64 64 64 / 0.75);
}

.border-s-neutral-700\/80{
  border-inline-start-color: rgb(64 64 64 / 0.8);
}

.border-s-neutral-700\/90{
  border-inline-start-color: rgb(64 64 64 / 0.9);
}

.border-s-neutral-700\/95{
  border-inline-start-color: rgb(64 64 64 / 0.95);
}

.border-s-neutral-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-s-neutral-800\/0{
  border-inline-start-color: rgb(38 38 38 / 0);
}

.border-s-neutral-800\/10{
  border-inline-start-color: rgb(38 38 38 / 0.1);
}

.border-s-neutral-800\/100{
  border-inline-start-color: rgb(38 38 38 / 1);
}

.border-s-neutral-800\/20{
  border-inline-start-color: rgb(38 38 38 / 0.2);
}

.border-s-neutral-800\/25{
  border-inline-start-color: rgb(38 38 38 / 0.25);
}

.border-s-neutral-800\/30{
  border-inline-start-color: rgb(38 38 38 / 0.3);
}

.border-s-neutral-800\/40{
  border-inline-start-color: rgb(38 38 38 / 0.4);
}

.border-s-neutral-800\/5{
  border-inline-start-color: rgb(38 38 38 / 0.05);
}

.border-s-neutral-800\/50{
  border-inline-start-color: rgb(38 38 38 / 0.5);
}

.border-s-neutral-800\/60{
  border-inline-start-color: rgb(38 38 38 / 0.6);
}

.border-s-neutral-800\/70{
  border-inline-start-color: rgb(38 38 38 / 0.7);
}

.border-s-neutral-800\/75{
  border-inline-start-color: rgb(38 38 38 / 0.75);
}

.border-s-neutral-800\/80{
  border-inline-start-color: rgb(38 38 38 / 0.8);
}

.border-s-neutral-800\/90{
  border-inline-start-color: rgb(38 38 38 / 0.9);
}

.border-s-neutral-800\/95{
  border-inline-start-color: rgb(38 38 38 / 0.95);
}

.border-s-neutral-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-s-neutral-900\/0{
  border-inline-start-color: rgb(23 23 23 / 0);
}

.border-s-neutral-900\/10{
  border-inline-start-color: rgb(23 23 23 / 0.1);
}

.border-s-neutral-900\/100{
  border-inline-start-color: rgb(23 23 23 / 1);
}

.border-s-neutral-900\/20{
  border-inline-start-color: rgb(23 23 23 / 0.2);
}

.border-s-neutral-900\/25{
  border-inline-start-color: rgb(23 23 23 / 0.25);
}

.border-s-neutral-900\/30{
  border-inline-start-color: rgb(23 23 23 / 0.3);
}

.border-s-neutral-900\/40{
  border-inline-start-color: rgb(23 23 23 / 0.4);
}

.border-s-neutral-900\/5{
  border-inline-start-color: rgb(23 23 23 / 0.05);
}

.border-s-neutral-900\/50{
  border-inline-start-color: rgb(23 23 23 / 0.5);
}

.border-s-neutral-900\/60{
  border-inline-start-color: rgb(23 23 23 / 0.6);
}

.border-s-neutral-900\/70{
  border-inline-start-color: rgb(23 23 23 / 0.7);
}

.border-s-neutral-900\/75{
  border-inline-start-color: rgb(23 23 23 / 0.75);
}

.border-s-neutral-900\/80{
  border-inline-start-color: rgb(23 23 23 / 0.8);
}

.border-s-neutral-900\/90{
  border-inline-start-color: rgb(23 23 23 / 0.9);
}

.border-s-neutral-900\/95{
  border-inline-start-color: rgb(23 23 23 / 0.95);
}

.border-s-neutral-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-s-neutral-950\/0{
  border-inline-start-color: rgb(10 10 10 / 0);
}

.border-s-neutral-950\/10{
  border-inline-start-color: rgb(10 10 10 / 0.1);
}

.border-s-neutral-950\/100{
  border-inline-start-color: rgb(10 10 10 / 1);
}

.border-s-neutral-950\/20{
  border-inline-start-color: rgb(10 10 10 / 0.2);
}

.border-s-neutral-950\/25{
  border-inline-start-color: rgb(10 10 10 / 0.25);
}

.border-s-neutral-950\/30{
  border-inline-start-color: rgb(10 10 10 / 0.3);
}

.border-s-neutral-950\/40{
  border-inline-start-color: rgb(10 10 10 / 0.4);
}

.border-s-neutral-950\/5{
  border-inline-start-color: rgb(10 10 10 / 0.05);
}

.border-s-neutral-950\/50{
  border-inline-start-color: rgb(10 10 10 / 0.5);
}

.border-s-neutral-950\/60{
  border-inline-start-color: rgb(10 10 10 / 0.6);
}

.border-s-neutral-950\/70{
  border-inline-start-color: rgb(10 10 10 / 0.7);
}

.border-s-neutral-950\/75{
  border-inline-start-color: rgb(10 10 10 / 0.75);
}

.border-s-neutral-950\/80{
  border-inline-start-color: rgb(10 10 10 / 0.8);
}

.border-s-neutral-950\/90{
  border-inline-start-color: rgb(10 10 10 / 0.9);
}

.border-s-neutral-950\/95{
  border-inline-start-color: rgb(10 10 10 / 0.95);
}

.border-s-orange-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-s-orange-100\/0{
  border-inline-start-color: rgb(255 237 213 / 0);
}

.border-s-orange-100\/10{
  border-inline-start-color: rgb(255 237 213 / 0.1);
}

.border-s-orange-100\/100{
  border-inline-start-color: rgb(255 237 213 / 1);
}

.border-s-orange-100\/20{
  border-inline-start-color: rgb(255 237 213 / 0.2);
}

.border-s-orange-100\/25{
  border-inline-start-color: rgb(255 237 213 / 0.25);
}

.border-s-orange-100\/30{
  border-inline-start-color: rgb(255 237 213 / 0.3);
}

.border-s-orange-100\/40{
  border-inline-start-color: rgb(255 237 213 / 0.4);
}

.border-s-orange-100\/5{
  border-inline-start-color: rgb(255 237 213 / 0.05);
}

.border-s-orange-100\/50{
  border-inline-start-color: rgb(255 237 213 / 0.5);
}

.border-s-orange-100\/60{
  border-inline-start-color: rgb(255 237 213 / 0.6);
}

.border-s-orange-100\/70{
  border-inline-start-color: rgb(255 237 213 / 0.7);
}

.border-s-orange-100\/75{
  border-inline-start-color: rgb(255 237 213 / 0.75);
}

.border-s-orange-100\/80{
  border-inline-start-color: rgb(255 237 213 / 0.8);
}

.border-s-orange-100\/90{
  border-inline-start-color: rgb(255 237 213 / 0.9);
}

.border-s-orange-100\/95{
  border-inline-start-color: rgb(255 237 213 / 0.95);
}

.border-s-orange-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-s-orange-200\/0{
  border-inline-start-color: rgb(254 215 170 / 0);
}

.border-s-orange-200\/10{
  border-inline-start-color: rgb(254 215 170 / 0.1);
}

.border-s-orange-200\/100{
  border-inline-start-color: rgb(254 215 170 / 1);
}

.border-s-orange-200\/20{
  border-inline-start-color: rgb(254 215 170 / 0.2);
}

.border-s-orange-200\/25{
  border-inline-start-color: rgb(254 215 170 / 0.25);
}

.border-s-orange-200\/30{
  border-inline-start-color: rgb(254 215 170 / 0.3);
}

.border-s-orange-200\/40{
  border-inline-start-color: rgb(254 215 170 / 0.4);
}

.border-s-orange-200\/5{
  border-inline-start-color: rgb(254 215 170 / 0.05);
}

.border-s-orange-200\/50{
  border-inline-start-color: rgb(254 215 170 / 0.5);
}

.border-s-orange-200\/60{
  border-inline-start-color: rgb(254 215 170 / 0.6);
}

.border-s-orange-200\/70{
  border-inline-start-color: rgb(254 215 170 / 0.7);
}

.border-s-orange-200\/75{
  border-inline-start-color: rgb(254 215 170 / 0.75);
}

.border-s-orange-200\/80{
  border-inline-start-color: rgb(254 215 170 / 0.8);
}

.border-s-orange-200\/90{
  border-inline-start-color: rgb(254 215 170 / 0.9);
}

.border-s-orange-200\/95{
  border-inline-start-color: rgb(254 215 170 / 0.95);
}

.border-s-orange-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-s-orange-300\/0{
  border-inline-start-color: rgb(253 186 116 / 0);
}

.border-s-orange-300\/10{
  border-inline-start-color: rgb(253 186 116 / 0.1);
}

.border-s-orange-300\/100{
  border-inline-start-color: rgb(253 186 116 / 1);
}

.border-s-orange-300\/20{
  border-inline-start-color: rgb(253 186 116 / 0.2);
}

.border-s-orange-300\/25{
  border-inline-start-color: rgb(253 186 116 / 0.25);
}

.border-s-orange-300\/30{
  border-inline-start-color: rgb(253 186 116 / 0.3);
}

.border-s-orange-300\/40{
  border-inline-start-color: rgb(253 186 116 / 0.4);
}

.border-s-orange-300\/5{
  border-inline-start-color: rgb(253 186 116 / 0.05);
}

.border-s-orange-300\/50{
  border-inline-start-color: rgb(253 186 116 / 0.5);
}

.border-s-orange-300\/60{
  border-inline-start-color: rgb(253 186 116 / 0.6);
}

.border-s-orange-300\/70{
  border-inline-start-color: rgb(253 186 116 / 0.7);
}

.border-s-orange-300\/75{
  border-inline-start-color: rgb(253 186 116 / 0.75);
}

.border-s-orange-300\/80{
  border-inline-start-color: rgb(253 186 116 / 0.8);
}

.border-s-orange-300\/90{
  border-inline-start-color: rgb(253 186 116 / 0.9);
}

.border-s-orange-300\/95{
  border-inline-start-color: rgb(253 186 116 / 0.95);
}

.border-s-orange-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-s-orange-400\/0{
  border-inline-start-color: rgb(251 146 60 / 0);
}

.border-s-orange-400\/10{
  border-inline-start-color: rgb(251 146 60 / 0.1);
}

.border-s-orange-400\/100{
  border-inline-start-color: rgb(251 146 60 / 1);
}

.border-s-orange-400\/20{
  border-inline-start-color: rgb(251 146 60 / 0.2);
}

.border-s-orange-400\/25{
  border-inline-start-color: rgb(251 146 60 / 0.25);
}

.border-s-orange-400\/30{
  border-inline-start-color: rgb(251 146 60 / 0.3);
}

.border-s-orange-400\/40{
  border-inline-start-color: rgb(251 146 60 / 0.4);
}

.border-s-orange-400\/5{
  border-inline-start-color: rgb(251 146 60 / 0.05);
}

.border-s-orange-400\/50{
  border-inline-start-color: rgb(251 146 60 / 0.5);
}

.border-s-orange-400\/60{
  border-inline-start-color: rgb(251 146 60 / 0.6);
}

.border-s-orange-400\/70{
  border-inline-start-color: rgb(251 146 60 / 0.7);
}

.border-s-orange-400\/75{
  border-inline-start-color: rgb(251 146 60 / 0.75);
}

.border-s-orange-400\/80{
  border-inline-start-color: rgb(251 146 60 / 0.8);
}

.border-s-orange-400\/90{
  border-inline-start-color: rgb(251 146 60 / 0.9);
}

.border-s-orange-400\/95{
  border-inline-start-color: rgb(251 146 60 / 0.95);
}

.border-s-orange-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-s-orange-50\/0{
  border-inline-start-color: rgb(255 247 237 / 0);
}

.border-s-orange-50\/10{
  border-inline-start-color: rgb(255 247 237 / 0.1);
}

.border-s-orange-50\/100{
  border-inline-start-color: rgb(255 247 237 / 1);
}

.border-s-orange-50\/20{
  border-inline-start-color: rgb(255 247 237 / 0.2);
}

.border-s-orange-50\/25{
  border-inline-start-color: rgb(255 247 237 / 0.25);
}

.border-s-orange-50\/30{
  border-inline-start-color: rgb(255 247 237 / 0.3);
}

.border-s-orange-50\/40{
  border-inline-start-color: rgb(255 247 237 / 0.4);
}

.border-s-orange-50\/5{
  border-inline-start-color: rgb(255 247 237 / 0.05);
}

.border-s-orange-50\/50{
  border-inline-start-color: rgb(255 247 237 / 0.5);
}

.border-s-orange-50\/60{
  border-inline-start-color: rgb(255 247 237 / 0.6);
}

.border-s-orange-50\/70{
  border-inline-start-color: rgb(255 247 237 / 0.7);
}

.border-s-orange-50\/75{
  border-inline-start-color: rgb(255 247 237 / 0.75);
}

.border-s-orange-50\/80{
  border-inline-start-color: rgb(255 247 237 / 0.8);
}

.border-s-orange-50\/90{
  border-inline-start-color: rgb(255 247 237 / 0.9);
}

.border-s-orange-50\/95{
  border-inline-start-color: rgb(255 247 237 / 0.95);
}

.border-s-orange-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-s-orange-500\/0{
  border-inline-start-color: rgb(249 115 22 / 0);
}

.border-s-orange-500\/10{
  border-inline-start-color: rgb(249 115 22 / 0.1);
}

.border-s-orange-500\/100{
  border-inline-start-color: rgb(249 115 22 / 1);
}

.border-s-orange-500\/20{
  border-inline-start-color: rgb(249 115 22 / 0.2);
}

.border-s-orange-500\/25{
  border-inline-start-color: rgb(249 115 22 / 0.25);
}

.border-s-orange-500\/30{
  border-inline-start-color: rgb(249 115 22 / 0.3);
}

.border-s-orange-500\/40{
  border-inline-start-color: rgb(249 115 22 / 0.4);
}

.border-s-orange-500\/5{
  border-inline-start-color: rgb(249 115 22 / 0.05);
}

.border-s-orange-500\/50{
  border-inline-start-color: rgb(249 115 22 / 0.5);
}

.border-s-orange-500\/60{
  border-inline-start-color: rgb(249 115 22 / 0.6);
}

.border-s-orange-500\/70{
  border-inline-start-color: rgb(249 115 22 / 0.7);
}

.border-s-orange-500\/75{
  border-inline-start-color: rgb(249 115 22 / 0.75);
}

.border-s-orange-500\/80{
  border-inline-start-color: rgb(249 115 22 / 0.8);
}

.border-s-orange-500\/90{
  border-inline-start-color: rgb(249 115 22 / 0.9);
}

.border-s-orange-500\/95{
  border-inline-start-color: rgb(249 115 22 / 0.95);
}

.border-s-orange-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-s-orange-600\/0{
  border-inline-start-color: rgb(234 88 12 / 0);
}

.border-s-orange-600\/10{
  border-inline-start-color: rgb(234 88 12 / 0.1);
}

.border-s-orange-600\/100{
  border-inline-start-color: rgb(234 88 12 / 1);
}

.border-s-orange-600\/20{
  border-inline-start-color: rgb(234 88 12 / 0.2);
}

.border-s-orange-600\/25{
  border-inline-start-color: rgb(234 88 12 / 0.25);
}

.border-s-orange-600\/30{
  border-inline-start-color: rgb(234 88 12 / 0.3);
}

.border-s-orange-600\/40{
  border-inline-start-color: rgb(234 88 12 / 0.4);
}

.border-s-orange-600\/5{
  border-inline-start-color: rgb(234 88 12 / 0.05);
}

.border-s-orange-600\/50{
  border-inline-start-color: rgb(234 88 12 / 0.5);
}

.border-s-orange-600\/60{
  border-inline-start-color: rgb(234 88 12 / 0.6);
}

.border-s-orange-600\/70{
  border-inline-start-color: rgb(234 88 12 / 0.7);
}

.border-s-orange-600\/75{
  border-inline-start-color: rgb(234 88 12 / 0.75);
}

.border-s-orange-600\/80{
  border-inline-start-color: rgb(234 88 12 / 0.8);
}

.border-s-orange-600\/90{
  border-inline-start-color: rgb(234 88 12 / 0.9);
}

.border-s-orange-600\/95{
  border-inline-start-color: rgb(234 88 12 / 0.95);
}

.border-s-orange-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-s-orange-700\/0{
  border-inline-start-color: rgb(194 65 12 / 0);
}

.border-s-orange-700\/10{
  border-inline-start-color: rgb(194 65 12 / 0.1);
}

.border-s-orange-700\/100{
  border-inline-start-color: rgb(194 65 12 / 1);
}

.border-s-orange-700\/20{
  border-inline-start-color: rgb(194 65 12 / 0.2);
}

.border-s-orange-700\/25{
  border-inline-start-color: rgb(194 65 12 / 0.25);
}

.border-s-orange-700\/30{
  border-inline-start-color: rgb(194 65 12 / 0.3);
}

.border-s-orange-700\/40{
  border-inline-start-color: rgb(194 65 12 / 0.4);
}

.border-s-orange-700\/5{
  border-inline-start-color: rgb(194 65 12 / 0.05);
}

.border-s-orange-700\/50{
  border-inline-start-color: rgb(194 65 12 / 0.5);
}

.border-s-orange-700\/60{
  border-inline-start-color: rgb(194 65 12 / 0.6);
}

.border-s-orange-700\/70{
  border-inline-start-color: rgb(194 65 12 / 0.7);
}

.border-s-orange-700\/75{
  border-inline-start-color: rgb(194 65 12 / 0.75);
}

.border-s-orange-700\/80{
  border-inline-start-color: rgb(194 65 12 / 0.8);
}

.border-s-orange-700\/90{
  border-inline-start-color: rgb(194 65 12 / 0.9);
}

.border-s-orange-700\/95{
  border-inline-start-color: rgb(194 65 12 / 0.95);
}

.border-s-orange-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-s-orange-800\/0{
  border-inline-start-color: rgb(154 52 18 / 0);
}

.border-s-orange-800\/10{
  border-inline-start-color: rgb(154 52 18 / 0.1);
}

.border-s-orange-800\/100{
  border-inline-start-color: rgb(154 52 18 / 1);
}

.border-s-orange-800\/20{
  border-inline-start-color: rgb(154 52 18 / 0.2);
}

.border-s-orange-800\/25{
  border-inline-start-color: rgb(154 52 18 / 0.25);
}

.border-s-orange-800\/30{
  border-inline-start-color: rgb(154 52 18 / 0.3);
}

.border-s-orange-800\/40{
  border-inline-start-color: rgb(154 52 18 / 0.4);
}

.border-s-orange-800\/5{
  border-inline-start-color: rgb(154 52 18 / 0.05);
}

.border-s-orange-800\/50{
  border-inline-start-color: rgb(154 52 18 / 0.5);
}

.border-s-orange-800\/60{
  border-inline-start-color: rgb(154 52 18 / 0.6);
}

.border-s-orange-800\/70{
  border-inline-start-color: rgb(154 52 18 / 0.7);
}

.border-s-orange-800\/75{
  border-inline-start-color: rgb(154 52 18 / 0.75);
}

.border-s-orange-800\/80{
  border-inline-start-color: rgb(154 52 18 / 0.8);
}

.border-s-orange-800\/90{
  border-inline-start-color: rgb(154 52 18 / 0.9);
}

.border-s-orange-800\/95{
  border-inline-start-color: rgb(154 52 18 / 0.95);
}

.border-s-orange-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-s-orange-900\/0{
  border-inline-start-color: rgb(124 45 18 / 0);
}

.border-s-orange-900\/10{
  border-inline-start-color: rgb(124 45 18 / 0.1);
}

.border-s-orange-900\/100{
  border-inline-start-color: rgb(124 45 18 / 1);
}

.border-s-orange-900\/20{
  border-inline-start-color: rgb(124 45 18 / 0.2);
}

.border-s-orange-900\/25{
  border-inline-start-color: rgb(124 45 18 / 0.25);
}

.border-s-orange-900\/30{
  border-inline-start-color: rgb(124 45 18 / 0.3);
}

.border-s-orange-900\/40{
  border-inline-start-color: rgb(124 45 18 / 0.4);
}

.border-s-orange-900\/5{
  border-inline-start-color: rgb(124 45 18 / 0.05);
}

.border-s-orange-900\/50{
  border-inline-start-color: rgb(124 45 18 / 0.5);
}

.border-s-orange-900\/60{
  border-inline-start-color: rgb(124 45 18 / 0.6);
}

.border-s-orange-900\/70{
  border-inline-start-color: rgb(124 45 18 / 0.7);
}

.border-s-orange-900\/75{
  border-inline-start-color: rgb(124 45 18 / 0.75);
}

.border-s-orange-900\/80{
  border-inline-start-color: rgb(124 45 18 / 0.8);
}

.border-s-orange-900\/90{
  border-inline-start-color: rgb(124 45 18 / 0.9);
}

.border-s-orange-900\/95{
  border-inline-start-color: rgb(124 45 18 / 0.95);
}

.border-s-orange-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-s-orange-950\/0{
  border-inline-start-color: rgb(67 20 7 / 0);
}

.border-s-orange-950\/10{
  border-inline-start-color: rgb(67 20 7 / 0.1);
}

.border-s-orange-950\/100{
  border-inline-start-color: rgb(67 20 7 / 1);
}

.border-s-orange-950\/20{
  border-inline-start-color: rgb(67 20 7 / 0.2);
}

.border-s-orange-950\/25{
  border-inline-start-color: rgb(67 20 7 / 0.25);
}

.border-s-orange-950\/30{
  border-inline-start-color: rgb(67 20 7 / 0.3);
}

.border-s-orange-950\/40{
  border-inline-start-color: rgb(67 20 7 / 0.4);
}

.border-s-orange-950\/5{
  border-inline-start-color: rgb(67 20 7 / 0.05);
}

.border-s-orange-950\/50{
  border-inline-start-color: rgb(67 20 7 / 0.5);
}

.border-s-orange-950\/60{
  border-inline-start-color: rgb(67 20 7 / 0.6);
}

.border-s-orange-950\/70{
  border-inline-start-color: rgb(67 20 7 / 0.7);
}

.border-s-orange-950\/75{
  border-inline-start-color: rgb(67 20 7 / 0.75);
}

.border-s-orange-950\/80{
  border-inline-start-color: rgb(67 20 7 / 0.8);
}

.border-s-orange-950\/90{
  border-inline-start-color: rgb(67 20 7 / 0.9);
}

.border-s-orange-950\/95{
  border-inline-start-color: rgb(67 20 7 / 0.95);
}

.border-s-pink-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-s-pink-100\/0{
  border-inline-start-color: rgb(252 231 243 / 0);
}

.border-s-pink-100\/10{
  border-inline-start-color: rgb(252 231 243 / 0.1);
}

.border-s-pink-100\/100{
  border-inline-start-color: rgb(252 231 243 / 1);
}

.border-s-pink-100\/20{
  border-inline-start-color: rgb(252 231 243 / 0.2);
}

.border-s-pink-100\/25{
  border-inline-start-color: rgb(252 231 243 / 0.25);
}

.border-s-pink-100\/30{
  border-inline-start-color: rgb(252 231 243 / 0.3);
}

.border-s-pink-100\/40{
  border-inline-start-color: rgb(252 231 243 / 0.4);
}

.border-s-pink-100\/5{
  border-inline-start-color: rgb(252 231 243 / 0.05);
}

.border-s-pink-100\/50{
  border-inline-start-color: rgb(252 231 243 / 0.5);
}

.border-s-pink-100\/60{
  border-inline-start-color: rgb(252 231 243 / 0.6);
}

.border-s-pink-100\/70{
  border-inline-start-color: rgb(252 231 243 / 0.7);
}

.border-s-pink-100\/75{
  border-inline-start-color: rgb(252 231 243 / 0.75);
}

.border-s-pink-100\/80{
  border-inline-start-color: rgb(252 231 243 / 0.8);
}

.border-s-pink-100\/90{
  border-inline-start-color: rgb(252 231 243 / 0.9);
}

.border-s-pink-100\/95{
  border-inline-start-color: rgb(252 231 243 / 0.95);
}

.border-s-pink-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-s-pink-200\/0{
  border-inline-start-color: rgb(251 207 232 / 0);
}

.border-s-pink-200\/10{
  border-inline-start-color: rgb(251 207 232 / 0.1);
}

.border-s-pink-200\/100{
  border-inline-start-color: rgb(251 207 232 / 1);
}

.border-s-pink-200\/20{
  border-inline-start-color: rgb(251 207 232 / 0.2);
}

.border-s-pink-200\/25{
  border-inline-start-color: rgb(251 207 232 / 0.25);
}

.border-s-pink-200\/30{
  border-inline-start-color: rgb(251 207 232 / 0.3);
}

.border-s-pink-200\/40{
  border-inline-start-color: rgb(251 207 232 / 0.4);
}

.border-s-pink-200\/5{
  border-inline-start-color: rgb(251 207 232 / 0.05);
}

.border-s-pink-200\/50{
  border-inline-start-color: rgb(251 207 232 / 0.5);
}

.border-s-pink-200\/60{
  border-inline-start-color: rgb(251 207 232 / 0.6);
}

.border-s-pink-200\/70{
  border-inline-start-color: rgb(251 207 232 / 0.7);
}

.border-s-pink-200\/75{
  border-inline-start-color: rgb(251 207 232 / 0.75);
}

.border-s-pink-200\/80{
  border-inline-start-color: rgb(251 207 232 / 0.8);
}

.border-s-pink-200\/90{
  border-inline-start-color: rgb(251 207 232 / 0.9);
}

.border-s-pink-200\/95{
  border-inline-start-color: rgb(251 207 232 / 0.95);
}

.border-s-pink-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-s-pink-300\/0{
  border-inline-start-color: rgb(249 168 212 / 0);
}

.border-s-pink-300\/10{
  border-inline-start-color: rgb(249 168 212 / 0.1);
}

.border-s-pink-300\/100{
  border-inline-start-color: rgb(249 168 212 / 1);
}

.border-s-pink-300\/20{
  border-inline-start-color: rgb(249 168 212 / 0.2);
}

.border-s-pink-300\/25{
  border-inline-start-color: rgb(249 168 212 / 0.25);
}

.border-s-pink-300\/30{
  border-inline-start-color: rgb(249 168 212 / 0.3);
}

.border-s-pink-300\/40{
  border-inline-start-color: rgb(249 168 212 / 0.4);
}

.border-s-pink-300\/5{
  border-inline-start-color: rgb(249 168 212 / 0.05);
}

.border-s-pink-300\/50{
  border-inline-start-color: rgb(249 168 212 / 0.5);
}

.border-s-pink-300\/60{
  border-inline-start-color: rgb(249 168 212 / 0.6);
}

.border-s-pink-300\/70{
  border-inline-start-color: rgb(249 168 212 / 0.7);
}

.border-s-pink-300\/75{
  border-inline-start-color: rgb(249 168 212 / 0.75);
}

.border-s-pink-300\/80{
  border-inline-start-color: rgb(249 168 212 / 0.8);
}

.border-s-pink-300\/90{
  border-inline-start-color: rgb(249 168 212 / 0.9);
}

.border-s-pink-300\/95{
  border-inline-start-color: rgb(249 168 212 / 0.95);
}

.border-s-pink-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-s-pink-400\/0{
  border-inline-start-color: rgb(244 114 182 / 0);
}

.border-s-pink-400\/10{
  border-inline-start-color: rgb(244 114 182 / 0.1);
}

.border-s-pink-400\/100{
  border-inline-start-color: rgb(244 114 182 / 1);
}

.border-s-pink-400\/20{
  border-inline-start-color: rgb(244 114 182 / 0.2);
}

.border-s-pink-400\/25{
  border-inline-start-color: rgb(244 114 182 / 0.25);
}

.border-s-pink-400\/30{
  border-inline-start-color: rgb(244 114 182 / 0.3);
}

.border-s-pink-400\/40{
  border-inline-start-color: rgb(244 114 182 / 0.4);
}

.border-s-pink-400\/5{
  border-inline-start-color: rgb(244 114 182 / 0.05);
}

.border-s-pink-400\/50{
  border-inline-start-color: rgb(244 114 182 / 0.5);
}

.border-s-pink-400\/60{
  border-inline-start-color: rgb(244 114 182 / 0.6);
}

.border-s-pink-400\/70{
  border-inline-start-color: rgb(244 114 182 / 0.7);
}

.border-s-pink-400\/75{
  border-inline-start-color: rgb(244 114 182 / 0.75);
}

.border-s-pink-400\/80{
  border-inline-start-color: rgb(244 114 182 / 0.8);
}

.border-s-pink-400\/90{
  border-inline-start-color: rgb(244 114 182 / 0.9);
}

.border-s-pink-400\/95{
  border-inline-start-color: rgb(244 114 182 / 0.95);
}

.border-s-pink-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-s-pink-50\/0{
  border-inline-start-color: rgb(253 242 248 / 0);
}

.border-s-pink-50\/10{
  border-inline-start-color: rgb(253 242 248 / 0.1);
}

.border-s-pink-50\/100{
  border-inline-start-color: rgb(253 242 248 / 1);
}

.border-s-pink-50\/20{
  border-inline-start-color: rgb(253 242 248 / 0.2);
}

.border-s-pink-50\/25{
  border-inline-start-color: rgb(253 242 248 / 0.25);
}

.border-s-pink-50\/30{
  border-inline-start-color: rgb(253 242 248 / 0.3);
}

.border-s-pink-50\/40{
  border-inline-start-color: rgb(253 242 248 / 0.4);
}

.border-s-pink-50\/5{
  border-inline-start-color: rgb(253 242 248 / 0.05);
}

.border-s-pink-50\/50{
  border-inline-start-color: rgb(253 242 248 / 0.5);
}

.border-s-pink-50\/60{
  border-inline-start-color: rgb(253 242 248 / 0.6);
}

.border-s-pink-50\/70{
  border-inline-start-color: rgb(253 242 248 / 0.7);
}

.border-s-pink-50\/75{
  border-inline-start-color: rgb(253 242 248 / 0.75);
}

.border-s-pink-50\/80{
  border-inline-start-color: rgb(253 242 248 / 0.8);
}

.border-s-pink-50\/90{
  border-inline-start-color: rgb(253 242 248 / 0.9);
}

.border-s-pink-50\/95{
  border-inline-start-color: rgb(253 242 248 / 0.95);
}

.border-s-pink-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-s-pink-500\/0{
  border-inline-start-color: rgb(236 72 153 / 0);
}

.border-s-pink-500\/10{
  border-inline-start-color: rgb(236 72 153 / 0.1);
}

.border-s-pink-500\/100{
  border-inline-start-color: rgb(236 72 153 / 1);
}

.border-s-pink-500\/20{
  border-inline-start-color: rgb(236 72 153 / 0.2);
}

.border-s-pink-500\/25{
  border-inline-start-color: rgb(236 72 153 / 0.25);
}

.border-s-pink-500\/30{
  border-inline-start-color: rgb(236 72 153 / 0.3);
}

.border-s-pink-500\/40{
  border-inline-start-color: rgb(236 72 153 / 0.4);
}

.border-s-pink-500\/5{
  border-inline-start-color: rgb(236 72 153 / 0.05);
}

.border-s-pink-500\/50{
  border-inline-start-color: rgb(236 72 153 / 0.5);
}

.border-s-pink-500\/60{
  border-inline-start-color: rgb(236 72 153 / 0.6);
}

.border-s-pink-500\/70{
  border-inline-start-color: rgb(236 72 153 / 0.7);
}

.border-s-pink-500\/75{
  border-inline-start-color: rgb(236 72 153 / 0.75);
}

.border-s-pink-500\/80{
  border-inline-start-color: rgb(236 72 153 / 0.8);
}

.border-s-pink-500\/90{
  border-inline-start-color: rgb(236 72 153 / 0.9);
}

.border-s-pink-500\/95{
  border-inline-start-color: rgb(236 72 153 / 0.95);
}

.border-s-pink-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-s-pink-600\/0{
  border-inline-start-color: rgb(219 39 119 / 0);
}

.border-s-pink-600\/10{
  border-inline-start-color: rgb(219 39 119 / 0.1);
}

.border-s-pink-600\/100{
  border-inline-start-color: rgb(219 39 119 / 1);
}

.border-s-pink-600\/20{
  border-inline-start-color: rgb(219 39 119 / 0.2);
}

.border-s-pink-600\/25{
  border-inline-start-color: rgb(219 39 119 / 0.25);
}

.border-s-pink-600\/30{
  border-inline-start-color: rgb(219 39 119 / 0.3);
}

.border-s-pink-600\/40{
  border-inline-start-color: rgb(219 39 119 / 0.4);
}

.border-s-pink-600\/5{
  border-inline-start-color: rgb(219 39 119 / 0.05);
}

.border-s-pink-600\/50{
  border-inline-start-color: rgb(219 39 119 / 0.5);
}

.border-s-pink-600\/60{
  border-inline-start-color: rgb(219 39 119 / 0.6);
}

.border-s-pink-600\/70{
  border-inline-start-color: rgb(219 39 119 / 0.7);
}

.border-s-pink-600\/75{
  border-inline-start-color: rgb(219 39 119 / 0.75);
}

.border-s-pink-600\/80{
  border-inline-start-color: rgb(219 39 119 / 0.8);
}

.border-s-pink-600\/90{
  border-inline-start-color: rgb(219 39 119 / 0.9);
}

.border-s-pink-600\/95{
  border-inline-start-color: rgb(219 39 119 / 0.95);
}

.border-s-pink-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-s-pink-700\/0{
  border-inline-start-color: rgb(190 24 93 / 0);
}

.border-s-pink-700\/10{
  border-inline-start-color: rgb(190 24 93 / 0.1);
}

.border-s-pink-700\/100{
  border-inline-start-color: rgb(190 24 93 / 1);
}

.border-s-pink-700\/20{
  border-inline-start-color: rgb(190 24 93 / 0.2);
}

.border-s-pink-700\/25{
  border-inline-start-color: rgb(190 24 93 / 0.25);
}

.border-s-pink-700\/30{
  border-inline-start-color: rgb(190 24 93 / 0.3);
}

.border-s-pink-700\/40{
  border-inline-start-color: rgb(190 24 93 / 0.4);
}

.border-s-pink-700\/5{
  border-inline-start-color: rgb(190 24 93 / 0.05);
}

.border-s-pink-700\/50{
  border-inline-start-color: rgb(190 24 93 / 0.5);
}

.border-s-pink-700\/60{
  border-inline-start-color: rgb(190 24 93 / 0.6);
}

.border-s-pink-700\/70{
  border-inline-start-color: rgb(190 24 93 / 0.7);
}

.border-s-pink-700\/75{
  border-inline-start-color: rgb(190 24 93 / 0.75);
}

.border-s-pink-700\/80{
  border-inline-start-color: rgb(190 24 93 / 0.8);
}

.border-s-pink-700\/90{
  border-inline-start-color: rgb(190 24 93 / 0.9);
}

.border-s-pink-700\/95{
  border-inline-start-color: rgb(190 24 93 / 0.95);
}

.border-s-pink-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-s-pink-800\/0{
  border-inline-start-color: rgb(157 23 77 / 0);
}

.border-s-pink-800\/10{
  border-inline-start-color: rgb(157 23 77 / 0.1);
}

.border-s-pink-800\/100{
  border-inline-start-color: rgb(157 23 77 / 1);
}

.border-s-pink-800\/20{
  border-inline-start-color: rgb(157 23 77 / 0.2);
}

.border-s-pink-800\/25{
  border-inline-start-color: rgb(157 23 77 / 0.25);
}

.border-s-pink-800\/30{
  border-inline-start-color: rgb(157 23 77 / 0.3);
}

.border-s-pink-800\/40{
  border-inline-start-color: rgb(157 23 77 / 0.4);
}

.border-s-pink-800\/5{
  border-inline-start-color: rgb(157 23 77 / 0.05);
}

.border-s-pink-800\/50{
  border-inline-start-color: rgb(157 23 77 / 0.5);
}

.border-s-pink-800\/60{
  border-inline-start-color: rgb(157 23 77 / 0.6);
}

.border-s-pink-800\/70{
  border-inline-start-color: rgb(157 23 77 / 0.7);
}

.border-s-pink-800\/75{
  border-inline-start-color: rgb(157 23 77 / 0.75);
}

.border-s-pink-800\/80{
  border-inline-start-color: rgb(157 23 77 / 0.8);
}

.border-s-pink-800\/90{
  border-inline-start-color: rgb(157 23 77 / 0.9);
}

.border-s-pink-800\/95{
  border-inline-start-color: rgb(157 23 77 / 0.95);
}

.border-s-pink-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-s-pink-900\/0{
  border-inline-start-color: rgb(131 24 67 / 0);
}

.border-s-pink-900\/10{
  border-inline-start-color: rgb(131 24 67 / 0.1);
}

.border-s-pink-900\/100{
  border-inline-start-color: rgb(131 24 67 / 1);
}

.border-s-pink-900\/20{
  border-inline-start-color: rgb(131 24 67 / 0.2);
}

.border-s-pink-900\/25{
  border-inline-start-color: rgb(131 24 67 / 0.25);
}

.border-s-pink-900\/30{
  border-inline-start-color: rgb(131 24 67 / 0.3);
}

.border-s-pink-900\/40{
  border-inline-start-color: rgb(131 24 67 / 0.4);
}

.border-s-pink-900\/5{
  border-inline-start-color: rgb(131 24 67 / 0.05);
}

.border-s-pink-900\/50{
  border-inline-start-color: rgb(131 24 67 / 0.5);
}

.border-s-pink-900\/60{
  border-inline-start-color: rgb(131 24 67 / 0.6);
}

.border-s-pink-900\/70{
  border-inline-start-color: rgb(131 24 67 / 0.7);
}

.border-s-pink-900\/75{
  border-inline-start-color: rgb(131 24 67 / 0.75);
}

.border-s-pink-900\/80{
  border-inline-start-color: rgb(131 24 67 / 0.8);
}

.border-s-pink-900\/90{
  border-inline-start-color: rgb(131 24 67 / 0.9);
}

.border-s-pink-900\/95{
  border-inline-start-color: rgb(131 24 67 / 0.95);
}

.border-s-pink-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-s-pink-950\/0{
  border-inline-start-color: rgb(80 7 36 / 0);
}

.border-s-pink-950\/10{
  border-inline-start-color: rgb(80 7 36 / 0.1);
}

.border-s-pink-950\/100{
  border-inline-start-color: rgb(80 7 36 / 1);
}

.border-s-pink-950\/20{
  border-inline-start-color: rgb(80 7 36 / 0.2);
}

.border-s-pink-950\/25{
  border-inline-start-color: rgb(80 7 36 / 0.25);
}

.border-s-pink-950\/30{
  border-inline-start-color: rgb(80 7 36 / 0.3);
}

.border-s-pink-950\/40{
  border-inline-start-color: rgb(80 7 36 / 0.4);
}

.border-s-pink-950\/5{
  border-inline-start-color: rgb(80 7 36 / 0.05);
}

.border-s-pink-950\/50{
  border-inline-start-color: rgb(80 7 36 / 0.5);
}

.border-s-pink-950\/60{
  border-inline-start-color: rgb(80 7 36 / 0.6);
}

.border-s-pink-950\/70{
  border-inline-start-color: rgb(80 7 36 / 0.7);
}

.border-s-pink-950\/75{
  border-inline-start-color: rgb(80 7 36 / 0.75);
}

.border-s-pink-950\/80{
  border-inline-start-color: rgb(80 7 36 / 0.8);
}

.border-s-pink-950\/90{
  border-inline-start-color: rgb(80 7 36 / 0.9);
}

.border-s-pink-950\/95{
  border-inline-start-color: rgb(80 7 36 / 0.95);
}

.border-s-purple-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.border-s-purple-100\/0{
  border-inline-start-color: rgb(243 232 255 / 0);
}

.border-s-purple-100\/10{
  border-inline-start-color: rgb(243 232 255 / 0.1);
}

.border-s-purple-100\/100{
  border-inline-start-color: rgb(243 232 255 / 1);
}

.border-s-purple-100\/20{
  border-inline-start-color: rgb(243 232 255 / 0.2);
}

.border-s-purple-100\/25{
  border-inline-start-color: rgb(243 232 255 / 0.25);
}

.border-s-purple-100\/30{
  border-inline-start-color: rgb(243 232 255 / 0.3);
}

.border-s-purple-100\/40{
  border-inline-start-color: rgb(243 232 255 / 0.4);
}

.border-s-purple-100\/5{
  border-inline-start-color: rgb(243 232 255 / 0.05);
}

.border-s-purple-100\/50{
  border-inline-start-color: rgb(243 232 255 / 0.5);
}

.border-s-purple-100\/60{
  border-inline-start-color: rgb(243 232 255 / 0.6);
}

.border-s-purple-100\/70{
  border-inline-start-color: rgb(243 232 255 / 0.7);
}

.border-s-purple-100\/75{
  border-inline-start-color: rgb(243 232 255 / 0.75);
}

.border-s-purple-100\/80{
  border-inline-start-color: rgb(243 232 255 / 0.8);
}

.border-s-purple-100\/90{
  border-inline-start-color: rgb(243 232 255 / 0.9);
}

.border-s-purple-100\/95{
  border-inline-start-color: rgb(243 232 255 / 0.95);
}

.border-s-purple-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-s-purple-200\/0{
  border-inline-start-color: rgb(233 213 255 / 0);
}

.border-s-purple-200\/10{
  border-inline-start-color: rgb(233 213 255 / 0.1);
}

.border-s-purple-200\/100{
  border-inline-start-color: rgb(233 213 255 / 1);
}

.border-s-purple-200\/20{
  border-inline-start-color: rgb(233 213 255 / 0.2);
}

.border-s-purple-200\/25{
  border-inline-start-color: rgb(233 213 255 / 0.25);
}

.border-s-purple-200\/30{
  border-inline-start-color: rgb(233 213 255 / 0.3);
}

.border-s-purple-200\/40{
  border-inline-start-color: rgb(233 213 255 / 0.4);
}

.border-s-purple-200\/5{
  border-inline-start-color: rgb(233 213 255 / 0.05);
}

.border-s-purple-200\/50{
  border-inline-start-color: rgb(233 213 255 / 0.5);
}

.border-s-purple-200\/60{
  border-inline-start-color: rgb(233 213 255 / 0.6);
}

.border-s-purple-200\/70{
  border-inline-start-color: rgb(233 213 255 / 0.7);
}

.border-s-purple-200\/75{
  border-inline-start-color: rgb(233 213 255 / 0.75);
}

.border-s-purple-200\/80{
  border-inline-start-color: rgb(233 213 255 / 0.8);
}

.border-s-purple-200\/90{
  border-inline-start-color: rgb(233 213 255 / 0.9);
}

.border-s-purple-200\/95{
  border-inline-start-color: rgb(233 213 255 / 0.95);
}

.border-s-purple-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-s-purple-300\/0{
  border-inline-start-color: rgb(216 180 254 / 0);
}

.border-s-purple-300\/10{
  border-inline-start-color: rgb(216 180 254 / 0.1);
}

.border-s-purple-300\/100{
  border-inline-start-color: rgb(216 180 254 / 1);
}

.border-s-purple-300\/20{
  border-inline-start-color: rgb(216 180 254 / 0.2);
}

.border-s-purple-300\/25{
  border-inline-start-color: rgb(216 180 254 / 0.25);
}

.border-s-purple-300\/30{
  border-inline-start-color: rgb(216 180 254 / 0.3);
}

.border-s-purple-300\/40{
  border-inline-start-color: rgb(216 180 254 / 0.4);
}

.border-s-purple-300\/5{
  border-inline-start-color: rgb(216 180 254 / 0.05);
}

.border-s-purple-300\/50{
  border-inline-start-color: rgb(216 180 254 / 0.5);
}

.border-s-purple-300\/60{
  border-inline-start-color: rgb(216 180 254 / 0.6);
}

.border-s-purple-300\/70{
  border-inline-start-color: rgb(216 180 254 / 0.7);
}

.border-s-purple-300\/75{
  border-inline-start-color: rgb(216 180 254 / 0.75);
}

.border-s-purple-300\/80{
  border-inline-start-color: rgb(216 180 254 / 0.8);
}

.border-s-purple-300\/90{
  border-inline-start-color: rgb(216 180 254 / 0.9);
}

.border-s-purple-300\/95{
  border-inline-start-color: rgb(216 180 254 / 0.95);
}

.border-s-purple-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-s-purple-400\/0{
  border-inline-start-color: rgb(192 132 252 / 0);
}

.border-s-purple-400\/10{
  border-inline-start-color: rgb(192 132 252 / 0.1);
}

.border-s-purple-400\/100{
  border-inline-start-color: rgb(192 132 252 / 1);
}

.border-s-purple-400\/20{
  border-inline-start-color: rgb(192 132 252 / 0.2);
}

.border-s-purple-400\/25{
  border-inline-start-color: rgb(192 132 252 / 0.25);
}

.border-s-purple-400\/30{
  border-inline-start-color: rgb(192 132 252 / 0.3);
}

.border-s-purple-400\/40{
  border-inline-start-color: rgb(192 132 252 / 0.4);
}

.border-s-purple-400\/5{
  border-inline-start-color: rgb(192 132 252 / 0.05);
}

.border-s-purple-400\/50{
  border-inline-start-color: rgb(192 132 252 / 0.5);
}

.border-s-purple-400\/60{
  border-inline-start-color: rgb(192 132 252 / 0.6);
}

.border-s-purple-400\/70{
  border-inline-start-color: rgb(192 132 252 / 0.7);
}

.border-s-purple-400\/75{
  border-inline-start-color: rgb(192 132 252 / 0.75);
}

.border-s-purple-400\/80{
  border-inline-start-color: rgb(192 132 252 / 0.8);
}

.border-s-purple-400\/90{
  border-inline-start-color: rgb(192 132 252 / 0.9);
}

.border-s-purple-400\/95{
  border-inline-start-color: rgb(192 132 252 / 0.95);
}

.border-s-purple-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-s-purple-50\/0{
  border-inline-start-color: rgb(250 245 255 / 0);
}

.border-s-purple-50\/10{
  border-inline-start-color: rgb(250 245 255 / 0.1);
}

.border-s-purple-50\/100{
  border-inline-start-color: rgb(250 245 255 / 1);
}

.border-s-purple-50\/20{
  border-inline-start-color: rgb(250 245 255 / 0.2);
}

.border-s-purple-50\/25{
  border-inline-start-color: rgb(250 245 255 / 0.25);
}

.border-s-purple-50\/30{
  border-inline-start-color: rgb(250 245 255 / 0.3);
}

.border-s-purple-50\/40{
  border-inline-start-color: rgb(250 245 255 / 0.4);
}

.border-s-purple-50\/5{
  border-inline-start-color: rgb(250 245 255 / 0.05);
}

.border-s-purple-50\/50{
  border-inline-start-color: rgb(250 245 255 / 0.5);
}

.border-s-purple-50\/60{
  border-inline-start-color: rgb(250 245 255 / 0.6);
}

.border-s-purple-50\/70{
  border-inline-start-color: rgb(250 245 255 / 0.7);
}

.border-s-purple-50\/75{
  border-inline-start-color: rgb(250 245 255 / 0.75);
}

.border-s-purple-50\/80{
  border-inline-start-color: rgb(250 245 255 / 0.8);
}

.border-s-purple-50\/90{
  border-inline-start-color: rgb(250 245 255 / 0.9);
}

.border-s-purple-50\/95{
  border-inline-start-color: rgb(250 245 255 / 0.95);
}

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

.border-s-purple-500\/0{
  border-inline-start-color: rgb(168 85 247 / 0);
}

.border-s-purple-500\/10{
  border-inline-start-color: rgb(168 85 247 / 0.1);
}

.border-s-purple-500\/100{
  border-inline-start-color: rgb(168 85 247 / 1);
}

.border-s-purple-500\/20{
  border-inline-start-color: rgb(168 85 247 / 0.2);
}

.border-s-purple-500\/25{
  border-inline-start-color: rgb(168 85 247 / 0.25);
}

.border-s-purple-500\/30{
  border-inline-start-color: rgb(168 85 247 / 0.3);
}

.border-s-purple-500\/40{
  border-inline-start-color: rgb(168 85 247 / 0.4);
}

.border-s-purple-500\/5{
  border-inline-start-color: rgb(168 85 247 / 0.05);
}

.border-s-purple-500\/50{
  border-inline-start-color: rgb(168 85 247 / 0.5);
}

.border-s-purple-500\/60{
  border-inline-start-color: rgb(168 85 247 / 0.6);
}

.border-s-purple-500\/70{
  border-inline-start-color: rgb(168 85 247 / 0.7);
}

.border-s-purple-500\/75{
  border-inline-start-color: rgb(168 85 247 / 0.75);
}

.border-s-purple-500\/80{
  border-inline-start-color: rgb(168 85 247 / 0.8);
}

.border-s-purple-500\/90{
  border-inline-start-color: rgb(168 85 247 / 0.9);
}

.border-s-purple-500\/95{
  border-inline-start-color: rgb(168 85 247 / 0.95);
}

.border-s-purple-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-s-purple-600\/0{
  border-inline-start-color: rgb(147 51 234 / 0);
}

.border-s-purple-600\/10{
  border-inline-start-color: rgb(147 51 234 / 0.1);
}

.border-s-purple-600\/100{
  border-inline-start-color: rgb(147 51 234 / 1);
}

.border-s-purple-600\/20{
  border-inline-start-color: rgb(147 51 234 / 0.2);
}

.border-s-purple-600\/25{
  border-inline-start-color: rgb(147 51 234 / 0.25);
}

.border-s-purple-600\/30{
  border-inline-start-color: rgb(147 51 234 / 0.3);
}

.border-s-purple-600\/40{
  border-inline-start-color: rgb(147 51 234 / 0.4);
}

.border-s-purple-600\/5{
  border-inline-start-color: rgb(147 51 234 / 0.05);
}

.border-s-purple-600\/50{
  border-inline-start-color: rgb(147 51 234 / 0.5);
}

.border-s-purple-600\/60{
  border-inline-start-color: rgb(147 51 234 / 0.6);
}

.border-s-purple-600\/70{
  border-inline-start-color: rgb(147 51 234 / 0.7);
}

.border-s-purple-600\/75{
  border-inline-start-color: rgb(147 51 234 / 0.75);
}

.border-s-purple-600\/80{
  border-inline-start-color: rgb(147 51 234 / 0.8);
}

.border-s-purple-600\/90{
  border-inline-start-color: rgb(147 51 234 / 0.9);
}

.border-s-purple-600\/95{
  border-inline-start-color: rgb(147 51 234 / 0.95);
}

.border-s-purple-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-s-purple-700\/0{
  border-inline-start-color: rgb(126 34 206 / 0);
}

.border-s-purple-700\/10{
  border-inline-start-color: rgb(126 34 206 / 0.1);
}

.border-s-purple-700\/100{
  border-inline-start-color: rgb(126 34 206 / 1);
}

.border-s-purple-700\/20{
  border-inline-start-color: rgb(126 34 206 / 0.2);
}

.border-s-purple-700\/25{
  border-inline-start-color: rgb(126 34 206 / 0.25);
}

.border-s-purple-700\/30{
  border-inline-start-color: rgb(126 34 206 / 0.3);
}

.border-s-purple-700\/40{
  border-inline-start-color: rgb(126 34 206 / 0.4);
}

.border-s-purple-700\/5{
  border-inline-start-color: rgb(126 34 206 / 0.05);
}

.border-s-purple-700\/50{
  border-inline-start-color: rgb(126 34 206 / 0.5);
}

.border-s-purple-700\/60{
  border-inline-start-color: rgb(126 34 206 / 0.6);
}

.border-s-purple-700\/70{
  border-inline-start-color: rgb(126 34 206 / 0.7);
}

.border-s-purple-700\/75{
  border-inline-start-color: rgb(126 34 206 / 0.75);
}

.border-s-purple-700\/80{
  border-inline-start-color: rgb(126 34 206 / 0.8);
}

.border-s-purple-700\/90{
  border-inline-start-color: rgb(126 34 206 / 0.9);
}

.border-s-purple-700\/95{
  border-inline-start-color: rgb(126 34 206 / 0.95);
}

.border-s-purple-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-s-purple-800\/0{
  border-inline-start-color: rgb(107 33 168 / 0);
}

.border-s-purple-800\/10{
  border-inline-start-color: rgb(107 33 168 / 0.1);
}

.border-s-purple-800\/100{
  border-inline-start-color: rgb(107 33 168 / 1);
}

.border-s-purple-800\/20{
  border-inline-start-color: rgb(107 33 168 / 0.2);
}

.border-s-purple-800\/25{
  border-inline-start-color: rgb(107 33 168 / 0.25);
}

.border-s-purple-800\/30{
  border-inline-start-color: rgb(107 33 168 / 0.3);
}

.border-s-purple-800\/40{
  border-inline-start-color: rgb(107 33 168 / 0.4);
}

.border-s-purple-800\/5{
  border-inline-start-color: rgb(107 33 168 / 0.05);
}

.border-s-purple-800\/50{
  border-inline-start-color: rgb(107 33 168 / 0.5);
}

.border-s-purple-800\/60{
  border-inline-start-color: rgb(107 33 168 / 0.6);
}

.border-s-purple-800\/70{
  border-inline-start-color: rgb(107 33 168 / 0.7);
}

.border-s-purple-800\/75{
  border-inline-start-color: rgb(107 33 168 / 0.75);
}

.border-s-purple-800\/80{
  border-inline-start-color: rgb(107 33 168 / 0.8);
}

.border-s-purple-800\/90{
  border-inline-start-color: rgb(107 33 168 / 0.9);
}

.border-s-purple-800\/95{
  border-inline-start-color: rgb(107 33 168 / 0.95);
}

.border-s-purple-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-s-purple-900\/0{
  border-inline-start-color: rgb(88 28 135 / 0);
}

.border-s-purple-900\/10{
  border-inline-start-color: rgb(88 28 135 / 0.1);
}

.border-s-purple-900\/100{
  border-inline-start-color: rgb(88 28 135 / 1);
}

.border-s-purple-900\/20{
  border-inline-start-color: rgb(88 28 135 / 0.2);
}

.border-s-purple-900\/25{
  border-inline-start-color: rgb(88 28 135 / 0.25);
}

.border-s-purple-900\/30{
  border-inline-start-color: rgb(88 28 135 / 0.3);
}

.border-s-purple-900\/40{
  border-inline-start-color: rgb(88 28 135 / 0.4);
}

.border-s-purple-900\/5{
  border-inline-start-color: rgb(88 28 135 / 0.05);
}

.border-s-purple-900\/50{
  border-inline-start-color: rgb(88 28 135 / 0.5);
}

.border-s-purple-900\/60{
  border-inline-start-color: rgb(88 28 135 / 0.6);
}

.border-s-purple-900\/70{
  border-inline-start-color: rgb(88 28 135 / 0.7);
}

.border-s-purple-900\/75{
  border-inline-start-color: rgb(88 28 135 / 0.75);
}

.border-s-purple-900\/80{
  border-inline-start-color: rgb(88 28 135 / 0.8);
}

.border-s-purple-900\/90{
  border-inline-start-color: rgb(88 28 135 / 0.9);
}

.border-s-purple-900\/95{
  border-inline-start-color: rgb(88 28 135 / 0.95);
}

.border-s-purple-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-s-purple-950\/0{
  border-inline-start-color: rgb(59 7 100 / 0);
}

.border-s-purple-950\/10{
  border-inline-start-color: rgb(59 7 100 / 0.1);
}

.border-s-purple-950\/100{
  border-inline-start-color: rgb(59 7 100 / 1);
}

.border-s-purple-950\/20{
  border-inline-start-color: rgb(59 7 100 / 0.2);
}

.border-s-purple-950\/25{
  border-inline-start-color: rgb(59 7 100 / 0.25);
}

.border-s-purple-950\/30{
  border-inline-start-color: rgb(59 7 100 / 0.3);
}

.border-s-purple-950\/40{
  border-inline-start-color: rgb(59 7 100 / 0.4);
}

.border-s-purple-950\/5{
  border-inline-start-color: rgb(59 7 100 / 0.05);
}

.border-s-purple-950\/50{
  border-inline-start-color: rgb(59 7 100 / 0.5);
}

.border-s-purple-950\/60{
  border-inline-start-color: rgb(59 7 100 / 0.6);
}

.border-s-purple-950\/70{
  border-inline-start-color: rgb(59 7 100 / 0.7);
}

.border-s-purple-950\/75{
  border-inline-start-color: rgb(59 7 100 / 0.75);
}

.border-s-purple-950\/80{
  border-inline-start-color: rgb(59 7 100 / 0.8);
}

.border-s-purple-950\/90{
  border-inline-start-color: rgb(59 7 100 / 0.9);
}

.border-s-purple-950\/95{
  border-inline-start-color: rgb(59 7 100 / 0.95);
}

.border-s-red-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.border-s-red-100\/0{
  border-inline-start-color: rgb(254 226 226 / 0);
}

.border-s-red-100\/10{
  border-inline-start-color: rgb(254 226 226 / 0.1);
}

.border-s-red-100\/100{
  border-inline-start-color: rgb(254 226 226 / 1);
}

.border-s-red-100\/20{
  border-inline-start-color: rgb(254 226 226 / 0.2);
}

.border-s-red-100\/25{
  border-inline-start-color: rgb(254 226 226 / 0.25);
}

.border-s-red-100\/30{
  border-inline-start-color: rgb(254 226 226 / 0.3);
}

.border-s-red-100\/40{
  border-inline-start-color: rgb(254 226 226 / 0.4);
}

.border-s-red-100\/5{
  border-inline-start-color: rgb(254 226 226 / 0.05);
}

.border-s-red-100\/50{
  border-inline-start-color: rgb(254 226 226 / 0.5);
}

.border-s-red-100\/60{
  border-inline-start-color: rgb(254 226 226 / 0.6);
}

.border-s-red-100\/70{
  border-inline-start-color: rgb(254 226 226 / 0.7);
}

.border-s-red-100\/75{
  border-inline-start-color: rgb(254 226 226 / 0.75);
}

.border-s-red-100\/80{
  border-inline-start-color: rgb(254 226 226 / 0.8);
}

.border-s-red-100\/90{
  border-inline-start-color: rgb(254 226 226 / 0.9);
}

.border-s-red-100\/95{
  border-inline-start-color: rgb(254 226 226 / 0.95);
}

.border-s-red-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-s-red-200\/0{
  border-inline-start-color: rgb(254 202 202 / 0);
}

.border-s-red-200\/10{
  border-inline-start-color: rgb(254 202 202 / 0.1);
}

.border-s-red-200\/100{
  border-inline-start-color: rgb(254 202 202 / 1);
}

.border-s-red-200\/20{
  border-inline-start-color: rgb(254 202 202 / 0.2);
}

.border-s-red-200\/25{
  border-inline-start-color: rgb(254 202 202 / 0.25);
}

.border-s-red-200\/30{
  border-inline-start-color: rgb(254 202 202 / 0.3);
}

.border-s-red-200\/40{
  border-inline-start-color: rgb(254 202 202 / 0.4);
}

.border-s-red-200\/5{
  border-inline-start-color: rgb(254 202 202 / 0.05);
}

.border-s-red-200\/50{
  border-inline-start-color: rgb(254 202 202 / 0.5);
}

.border-s-red-200\/60{
  border-inline-start-color: rgb(254 202 202 / 0.6);
}

.border-s-red-200\/70{
  border-inline-start-color: rgb(254 202 202 / 0.7);
}

.border-s-red-200\/75{
  border-inline-start-color: rgb(254 202 202 / 0.75);
}

.border-s-red-200\/80{
  border-inline-start-color: rgb(254 202 202 / 0.8);
}

.border-s-red-200\/90{
  border-inline-start-color: rgb(254 202 202 / 0.9);
}

.border-s-red-200\/95{
  border-inline-start-color: rgb(254 202 202 / 0.95);
}

.border-s-red-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-s-red-300\/0{
  border-inline-start-color: rgb(252 165 165 / 0);
}

.border-s-red-300\/10{
  border-inline-start-color: rgb(252 165 165 / 0.1);
}

.border-s-red-300\/100{
  border-inline-start-color: rgb(252 165 165 / 1);
}

.border-s-red-300\/20{
  border-inline-start-color: rgb(252 165 165 / 0.2);
}

.border-s-red-300\/25{
  border-inline-start-color: rgb(252 165 165 / 0.25);
}

.border-s-red-300\/30{
  border-inline-start-color: rgb(252 165 165 / 0.3);
}

.border-s-red-300\/40{
  border-inline-start-color: rgb(252 165 165 / 0.4);
}

.border-s-red-300\/5{
  border-inline-start-color: rgb(252 165 165 / 0.05);
}

.border-s-red-300\/50{
  border-inline-start-color: rgb(252 165 165 / 0.5);
}

.border-s-red-300\/60{
  border-inline-start-color: rgb(252 165 165 / 0.6);
}

.border-s-red-300\/70{
  border-inline-start-color: rgb(252 165 165 / 0.7);
}

.border-s-red-300\/75{
  border-inline-start-color: rgb(252 165 165 / 0.75);
}

.border-s-red-300\/80{
  border-inline-start-color: rgb(252 165 165 / 0.8);
}

.border-s-red-300\/90{
  border-inline-start-color: rgb(252 165 165 / 0.9);
}

.border-s-red-300\/95{
  border-inline-start-color: rgb(252 165 165 / 0.95);
}

.border-s-red-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-s-red-400\/0{
  border-inline-start-color: rgb(248 113 113 / 0);
}

.border-s-red-400\/10{
  border-inline-start-color: rgb(248 113 113 / 0.1);
}

.border-s-red-400\/100{
  border-inline-start-color: rgb(248 113 113 / 1);
}

.border-s-red-400\/20{
  border-inline-start-color: rgb(248 113 113 / 0.2);
}

.border-s-red-400\/25{
  border-inline-start-color: rgb(248 113 113 / 0.25);
}

.border-s-red-400\/30{
  border-inline-start-color: rgb(248 113 113 / 0.3);
}

.border-s-red-400\/40{
  border-inline-start-color: rgb(248 113 113 / 0.4);
}

.border-s-red-400\/5{
  border-inline-start-color: rgb(248 113 113 / 0.05);
}

.border-s-red-400\/50{
  border-inline-start-color: rgb(248 113 113 / 0.5);
}

.border-s-red-400\/60{
  border-inline-start-color: rgb(248 113 113 / 0.6);
}

.border-s-red-400\/70{
  border-inline-start-color: rgb(248 113 113 / 0.7);
}

.border-s-red-400\/75{
  border-inline-start-color: rgb(248 113 113 / 0.75);
}

.border-s-red-400\/80{
  border-inline-start-color: rgb(248 113 113 / 0.8);
}

.border-s-red-400\/90{
  border-inline-start-color: rgb(248 113 113 / 0.9);
}

.border-s-red-400\/95{
  border-inline-start-color: rgb(248 113 113 / 0.95);
}

.border-s-red-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-s-red-50\/0{
  border-inline-start-color: rgb(254 242 242 / 0);
}

.border-s-red-50\/10{
  border-inline-start-color: rgb(254 242 242 / 0.1);
}

.border-s-red-50\/100{
  border-inline-start-color: rgb(254 242 242 / 1);
}

.border-s-red-50\/20{
  border-inline-start-color: rgb(254 242 242 / 0.2);
}

.border-s-red-50\/25{
  border-inline-start-color: rgb(254 242 242 / 0.25);
}

.border-s-red-50\/30{
  border-inline-start-color: rgb(254 242 242 / 0.3);
}

.border-s-red-50\/40{
  border-inline-start-color: rgb(254 242 242 / 0.4);
}

.border-s-red-50\/5{
  border-inline-start-color: rgb(254 242 242 / 0.05);
}

.border-s-red-50\/50{
  border-inline-start-color: rgb(254 242 242 / 0.5);
}

.border-s-red-50\/60{
  border-inline-start-color: rgb(254 242 242 / 0.6);
}

.border-s-red-50\/70{
  border-inline-start-color: rgb(254 242 242 / 0.7);
}

.border-s-red-50\/75{
  border-inline-start-color: rgb(254 242 242 / 0.75);
}

.border-s-red-50\/80{
  border-inline-start-color: rgb(254 242 242 / 0.8);
}

.border-s-red-50\/90{
  border-inline-start-color: rgb(254 242 242 / 0.9);
}

.border-s-red-50\/95{
  border-inline-start-color: rgb(254 242 242 / 0.95);
}

.border-s-red-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-s-red-500\/0{
  border-inline-start-color: rgb(239 68 68 / 0);
}

.border-s-red-500\/10{
  border-inline-start-color: rgb(239 68 68 / 0.1);
}

.border-s-red-500\/100{
  border-inline-start-color: rgb(239 68 68 / 1);
}

.border-s-red-500\/20{
  border-inline-start-color: rgb(239 68 68 / 0.2);
}

.border-s-red-500\/25{
  border-inline-start-color: rgb(239 68 68 / 0.25);
}

.border-s-red-500\/30{
  border-inline-start-color: rgb(239 68 68 / 0.3);
}

.border-s-red-500\/40{
  border-inline-start-color: rgb(239 68 68 / 0.4);
}

.border-s-red-500\/5{
  border-inline-start-color: rgb(239 68 68 / 0.05);
}

.border-s-red-500\/50{
  border-inline-start-color: rgb(239 68 68 / 0.5);
}

.border-s-red-500\/60{
  border-inline-start-color: rgb(239 68 68 / 0.6);
}

.border-s-red-500\/70{
  border-inline-start-color: rgb(239 68 68 / 0.7);
}

.border-s-red-500\/75{
  border-inline-start-color: rgb(239 68 68 / 0.75);
}

.border-s-red-500\/80{
  border-inline-start-color: rgb(239 68 68 / 0.8);
}

.border-s-red-500\/90{
  border-inline-start-color: rgb(239 68 68 / 0.9);
}

.border-s-red-500\/95{
  border-inline-start-color: rgb(239 68 68 / 0.95);
}

.border-s-red-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-s-red-600\/0{
  border-inline-start-color: rgb(220 38 38 / 0);
}

.border-s-red-600\/10{
  border-inline-start-color: rgb(220 38 38 / 0.1);
}

.border-s-red-600\/100{
  border-inline-start-color: rgb(220 38 38 / 1);
}

.border-s-red-600\/20{
  border-inline-start-color: rgb(220 38 38 / 0.2);
}

.border-s-red-600\/25{
  border-inline-start-color: rgb(220 38 38 / 0.25);
}

.border-s-red-600\/30{
  border-inline-start-color: rgb(220 38 38 / 0.3);
}

.border-s-red-600\/40{
  border-inline-start-color: rgb(220 38 38 / 0.4);
}

.border-s-red-600\/5{
  border-inline-start-color: rgb(220 38 38 / 0.05);
}

.border-s-red-600\/50{
  border-inline-start-color: rgb(220 38 38 / 0.5);
}

.border-s-red-600\/60{
  border-inline-start-color: rgb(220 38 38 / 0.6);
}

.border-s-red-600\/70{
  border-inline-start-color: rgb(220 38 38 / 0.7);
}

.border-s-red-600\/75{
  border-inline-start-color: rgb(220 38 38 / 0.75);
}

.border-s-red-600\/80{
  border-inline-start-color: rgb(220 38 38 / 0.8);
}

.border-s-red-600\/90{
  border-inline-start-color: rgb(220 38 38 / 0.9);
}

.border-s-red-600\/95{
  border-inline-start-color: rgb(220 38 38 / 0.95);
}

.border-s-red-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-s-red-700\/0{
  border-inline-start-color: rgb(185 28 28 / 0);
}

.border-s-red-700\/10{
  border-inline-start-color: rgb(185 28 28 / 0.1);
}

.border-s-red-700\/100{
  border-inline-start-color: rgb(185 28 28 / 1);
}

.border-s-red-700\/20{
  border-inline-start-color: rgb(185 28 28 / 0.2);
}

.border-s-red-700\/25{
  border-inline-start-color: rgb(185 28 28 / 0.25);
}

.border-s-red-700\/30{
  border-inline-start-color: rgb(185 28 28 / 0.3);
}

.border-s-red-700\/40{
  border-inline-start-color: rgb(185 28 28 / 0.4);
}

.border-s-red-700\/5{
  border-inline-start-color: rgb(185 28 28 / 0.05);
}

.border-s-red-700\/50{
  border-inline-start-color: rgb(185 28 28 / 0.5);
}

.border-s-red-700\/60{
  border-inline-start-color: rgb(185 28 28 / 0.6);
}

.border-s-red-700\/70{
  border-inline-start-color: rgb(185 28 28 / 0.7);
}

.border-s-red-700\/75{
  border-inline-start-color: rgb(185 28 28 / 0.75);
}

.border-s-red-700\/80{
  border-inline-start-color: rgb(185 28 28 / 0.8);
}

.border-s-red-700\/90{
  border-inline-start-color: rgb(185 28 28 / 0.9);
}

.border-s-red-700\/95{
  border-inline-start-color: rgb(185 28 28 / 0.95);
}

.border-s-red-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-s-red-800\/0{
  border-inline-start-color: rgb(153 27 27 / 0);
}

.border-s-red-800\/10{
  border-inline-start-color: rgb(153 27 27 / 0.1);
}

.border-s-red-800\/100{
  border-inline-start-color: rgb(153 27 27 / 1);
}

.border-s-red-800\/20{
  border-inline-start-color: rgb(153 27 27 / 0.2);
}

.border-s-red-800\/25{
  border-inline-start-color: rgb(153 27 27 / 0.25);
}

.border-s-red-800\/30{
  border-inline-start-color: rgb(153 27 27 / 0.3);
}

.border-s-red-800\/40{
  border-inline-start-color: rgb(153 27 27 / 0.4);
}

.border-s-red-800\/5{
  border-inline-start-color: rgb(153 27 27 / 0.05);
}

.border-s-red-800\/50{
  border-inline-start-color: rgb(153 27 27 / 0.5);
}

.border-s-red-800\/60{
  border-inline-start-color: rgb(153 27 27 / 0.6);
}

.border-s-red-800\/70{
  border-inline-start-color: rgb(153 27 27 / 0.7);
}

.border-s-red-800\/75{
  border-inline-start-color: rgb(153 27 27 / 0.75);
}

.border-s-red-800\/80{
  border-inline-start-color: rgb(153 27 27 / 0.8);
}

.border-s-red-800\/90{
  border-inline-start-color: rgb(153 27 27 / 0.9);
}

.border-s-red-800\/95{
  border-inline-start-color: rgb(153 27 27 / 0.95);
}

.border-s-red-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-s-red-900\/0{
  border-inline-start-color: rgb(127 29 29 / 0);
}

.border-s-red-900\/10{
  border-inline-start-color: rgb(127 29 29 / 0.1);
}

.border-s-red-900\/100{
  border-inline-start-color: rgb(127 29 29 / 1);
}

.border-s-red-900\/20{
  border-inline-start-color: rgb(127 29 29 / 0.2);
}

.border-s-red-900\/25{
  border-inline-start-color: rgb(127 29 29 / 0.25);
}

.border-s-red-900\/30{
  border-inline-start-color: rgb(127 29 29 / 0.3);
}

.border-s-red-900\/40{
  border-inline-start-color: rgb(127 29 29 / 0.4);
}

.border-s-red-900\/5{
  border-inline-start-color: rgb(127 29 29 / 0.05);
}

.border-s-red-900\/50{
  border-inline-start-color: rgb(127 29 29 / 0.5);
}

.border-s-red-900\/60{
  border-inline-start-color: rgb(127 29 29 / 0.6);
}

.border-s-red-900\/70{
  border-inline-start-color: rgb(127 29 29 / 0.7);
}

.border-s-red-900\/75{
  border-inline-start-color: rgb(127 29 29 / 0.75);
}

.border-s-red-900\/80{
  border-inline-start-color: rgb(127 29 29 / 0.8);
}

.border-s-red-900\/90{
  border-inline-start-color: rgb(127 29 29 / 0.9);
}

.border-s-red-900\/95{
  border-inline-start-color: rgb(127 29 29 / 0.95);
}

.border-s-red-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-s-red-950\/0{
  border-inline-start-color: rgb(69 10 10 / 0);
}

.border-s-red-950\/10{
  border-inline-start-color: rgb(69 10 10 / 0.1);
}

.border-s-red-950\/100{
  border-inline-start-color: rgb(69 10 10 / 1);
}

.border-s-red-950\/20{
  border-inline-start-color: rgb(69 10 10 / 0.2);
}

.border-s-red-950\/25{
  border-inline-start-color: rgb(69 10 10 / 0.25);
}

.border-s-red-950\/30{
  border-inline-start-color: rgb(69 10 10 / 0.3);
}

.border-s-red-950\/40{
  border-inline-start-color: rgb(69 10 10 / 0.4);
}

.border-s-red-950\/5{
  border-inline-start-color: rgb(69 10 10 / 0.05);
}

.border-s-red-950\/50{
  border-inline-start-color: rgb(69 10 10 / 0.5);
}

.border-s-red-950\/60{
  border-inline-start-color: rgb(69 10 10 / 0.6);
}

.border-s-red-950\/70{
  border-inline-start-color: rgb(69 10 10 / 0.7);
}

.border-s-red-950\/75{
  border-inline-start-color: rgb(69 10 10 / 0.75);
}

.border-s-red-950\/80{
  border-inline-start-color: rgb(69 10 10 / 0.8);
}

.border-s-red-950\/90{
  border-inline-start-color: rgb(69 10 10 / 0.9);
}

.border-s-red-950\/95{
  border-inline-start-color: rgb(69 10 10 / 0.95);
}

.border-s-rose-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-s-rose-100\/0{
  border-inline-start-color: rgb(255 228 230 / 0);
}

.border-s-rose-100\/10{
  border-inline-start-color: rgb(255 228 230 / 0.1);
}

.border-s-rose-100\/100{
  border-inline-start-color: rgb(255 228 230 / 1);
}

.border-s-rose-100\/20{
  border-inline-start-color: rgb(255 228 230 / 0.2);
}

.border-s-rose-100\/25{
  border-inline-start-color: rgb(255 228 230 / 0.25);
}

.border-s-rose-100\/30{
  border-inline-start-color: rgb(255 228 230 / 0.3);
}

.border-s-rose-100\/40{
  border-inline-start-color: rgb(255 228 230 / 0.4);
}

.border-s-rose-100\/5{
  border-inline-start-color: rgb(255 228 230 / 0.05);
}

.border-s-rose-100\/50{
  border-inline-start-color: rgb(255 228 230 / 0.5);
}

.border-s-rose-100\/60{
  border-inline-start-color: rgb(255 228 230 / 0.6);
}

.border-s-rose-100\/70{
  border-inline-start-color: rgb(255 228 230 / 0.7);
}

.border-s-rose-100\/75{
  border-inline-start-color: rgb(255 228 230 / 0.75);
}

.border-s-rose-100\/80{
  border-inline-start-color: rgb(255 228 230 / 0.8);
}

.border-s-rose-100\/90{
  border-inline-start-color: rgb(255 228 230 / 0.9);
}

.border-s-rose-100\/95{
  border-inline-start-color: rgb(255 228 230 / 0.95);
}

.border-s-rose-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-s-rose-200\/0{
  border-inline-start-color: rgb(254 205 211 / 0);
}

.border-s-rose-200\/10{
  border-inline-start-color: rgb(254 205 211 / 0.1);
}

.border-s-rose-200\/100{
  border-inline-start-color: rgb(254 205 211 / 1);
}

.border-s-rose-200\/20{
  border-inline-start-color: rgb(254 205 211 / 0.2);
}

.border-s-rose-200\/25{
  border-inline-start-color: rgb(254 205 211 / 0.25);
}

.border-s-rose-200\/30{
  border-inline-start-color: rgb(254 205 211 / 0.3);
}

.border-s-rose-200\/40{
  border-inline-start-color: rgb(254 205 211 / 0.4);
}

.border-s-rose-200\/5{
  border-inline-start-color: rgb(254 205 211 / 0.05);
}

.border-s-rose-200\/50{
  border-inline-start-color: rgb(254 205 211 / 0.5);
}

.border-s-rose-200\/60{
  border-inline-start-color: rgb(254 205 211 / 0.6);
}

.border-s-rose-200\/70{
  border-inline-start-color: rgb(254 205 211 / 0.7);
}

.border-s-rose-200\/75{
  border-inline-start-color: rgb(254 205 211 / 0.75);
}

.border-s-rose-200\/80{
  border-inline-start-color: rgb(254 205 211 / 0.8);
}

.border-s-rose-200\/90{
  border-inline-start-color: rgb(254 205 211 / 0.9);
}

.border-s-rose-200\/95{
  border-inline-start-color: rgb(254 205 211 / 0.95);
}

.border-s-rose-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-s-rose-300\/0{
  border-inline-start-color: rgb(253 164 175 / 0);
}

.border-s-rose-300\/10{
  border-inline-start-color: rgb(253 164 175 / 0.1);
}

.border-s-rose-300\/100{
  border-inline-start-color: rgb(253 164 175 / 1);
}

.border-s-rose-300\/20{
  border-inline-start-color: rgb(253 164 175 / 0.2);
}

.border-s-rose-300\/25{
  border-inline-start-color: rgb(253 164 175 / 0.25);
}

.border-s-rose-300\/30{
  border-inline-start-color: rgb(253 164 175 / 0.3);
}

.border-s-rose-300\/40{
  border-inline-start-color: rgb(253 164 175 / 0.4);
}

.border-s-rose-300\/5{
  border-inline-start-color: rgb(253 164 175 / 0.05);
}

.border-s-rose-300\/50{
  border-inline-start-color: rgb(253 164 175 / 0.5);
}

.border-s-rose-300\/60{
  border-inline-start-color: rgb(253 164 175 / 0.6);
}

.border-s-rose-300\/70{
  border-inline-start-color: rgb(253 164 175 / 0.7);
}

.border-s-rose-300\/75{
  border-inline-start-color: rgb(253 164 175 / 0.75);
}

.border-s-rose-300\/80{
  border-inline-start-color: rgb(253 164 175 / 0.8);
}

.border-s-rose-300\/90{
  border-inline-start-color: rgb(253 164 175 / 0.9);
}

.border-s-rose-300\/95{
  border-inline-start-color: rgb(253 164 175 / 0.95);
}

.border-s-rose-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-s-rose-400\/0{
  border-inline-start-color: rgb(251 113 133 / 0);
}

.border-s-rose-400\/10{
  border-inline-start-color: rgb(251 113 133 / 0.1);
}

.border-s-rose-400\/100{
  border-inline-start-color: rgb(251 113 133 / 1);
}

.border-s-rose-400\/20{
  border-inline-start-color: rgb(251 113 133 / 0.2);
}

.border-s-rose-400\/25{
  border-inline-start-color: rgb(251 113 133 / 0.25);
}

.border-s-rose-400\/30{
  border-inline-start-color: rgb(251 113 133 / 0.3);
}

.border-s-rose-400\/40{
  border-inline-start-color: rgb(251 113 133 / 0.4);
}

.border-s-rose-400\/5{
  border-inline-start-color: rgb(251 113 133 / 0.05);
}

.border-s-rose-400\/50{
  border-inline-start-color: rgb(251 113 133 / 0.5);
}

.border-s-rose-400\/60{
  border-inline-start-color: rgb(251 113 133 / 0.6);
}

.border-s-rose-400\/70{
  border-inline-start-color: rgb(251 113 133 / 0.7);
}

.border-s-rose-400\/75{
  border-inline-start-color: rgb(251 113 133 / 0.75);
}

.border-s-rose-400\/80{
  border-inline-start-color: rgb(251 113 133 / 0.8);
}

.border-s-rose-400\/90{
  border-inline-start-color: rgb(251 113 133 / 0.9);
}

.border-s-rose-400\/95{
  border-inline-start-color: rgb(251 113 133 / 0.95);
}

.border-s-rose-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-s-rose-50\/0{
  border-inline-start-color: rgb(255 241 242 / 0);
}

.border-s-rose-50\/10{
  border-inline-start-color: rgb(255 241 242 / 0.1);
}

.border-s-rose-50\/100{
  border-inline-start-color: rgb(255 241 242 / 1);
}

.border-s-rose-50\/20{
  border-inline-start-color: rgb(255 241 242 / 0.2);
}

.border-s-rose-50\/25{
  border-inline-start-color: rgb(255 241 242 / 0.25);
}

.border-s-rose-50\/30{
  border-inline-start-color: rgb(255 241 242 / 0.3);
}

.border-s-rose-50\/40{
  border-inline-start-color: rgb(255 241 242 / 0.4);
}

.border-s-rose-50\/5{
  border-inline-start-color: rgb(255 241 242 / 0.05);
}

.border-s-rose-50\/50{
  border-inline-start-color: rgb(255 241 242 / 0.5);
}

.border-s-rose-50\/60{
  border-inline-start-color: rgb(255 241 242 / 0.6);
}

.border-s-rose-50\/70{
  border-inline-start-color: rgb(255 241 242 / 0.7);
}

.border-s-rose-50\/75{
  border-inline-start-color: rgb(255 241 242 / 0.75);
}

.border-s-rose-50\/80{
  border-inline-start-color: rgb(255 241 242 / 0.8);
}

.border-s-rose-50\/90{
  border-inline-start-color: rgb(255 241 242 / 0.9);
}

.border-s-rose-50\/95{
  border-inline-start-color: rgb(255 241 242 / 0.95);
}

.border-s-rose-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-s-rose-500\/0{
  border-inline-start-color: rgb(244 63 94 / 0);
}

.border-s-rose-500\/10{
  border-inline-start-color: rgb(244 63 94 / 0.1);
}

.border-s-rose-500\/100{
  border-inline-start-color: rgb(244 63 94 / 1);
}

.border-s-rose-500\/20{
  border-inline-start-color: rgb(244 63 94 / 0.2);
}

.border-s-rose-500\/25{
  border-inline-start-color: rgb(244 63 94 / 0.25);
}

.border-s-rose-500\/30{
  border-inline-start-color: rgb(244 63 94 / 0.3);
}

.border-s-rose-500\/40{
  border-inline-start-color: rgb(244 63 94 / 0.4);
}

.border-s-rose-500\/5{
  border-inline-start-color: rgb(244 63 94 / 0.05);
}

.border-s-rose-500\/50{
  border-inline-start-color: rgb(244 63 94 / 0.5);
}

.border-s-rose-500\/60{
  border-inline-start-color: rgb(244 63 94 / 0.6);
}

.border-s-rose-500\/70{
  border-inline-start-color: rgb(244 63 94 / 0.7);
}

.border-s-rose-500\/75{
  border-inline-start-color: rgb(244 63 94 / 0.75);
}

.border-s-rose-500\/80{
  border-inline-start-color: rgb(244 63 94 / 0.8);
}

.border-s-rose-500\/90{
  border-inline-start-color: rgb(244 63 94 / 0.9);
}

.border-s-rose-500\/95{
  border-inline-start-color: rgb(244 63 94 / 0.95);
}

.border-s-rose-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.border-s-rose-600\/0{
  border-inline-start-color: rgb(225 29 72 / 0);
}

.border-s-rose-600\/10{
  border-inline-start-color: rgb(225 29 72 / 0.1);
}

.border-s-rose-600\/100{
  border-inline-start-color: rgb(225 29 72 / 1);
}

.border-s-rose-600\/20{
  border-inline-start-color: rgb(225 29 72 / 0.2);
}

.border-s-rose-600\/25{
  border-inline-start-color: rgb(225 29 72 / 0.25);
}

.border-s-rose-600\/30{
  border-inline-start-color: rgb(225 29 72 / 0.3);
}

.border-s-rose-600\/40{
  border-inline-start-color: rgb(225 29 72 / 0.4);
}

.border-s-rose-600\/5{
  border-inline-start-color: rgb(225 29 72 / 0.05);
}

.border-s-rose-600\/50{
  border-inline-start-color: rgb(225 29 72 / 0.5);
}

.border-s-rose-600\/60{
  border-inline-start-color: rgb(225 29 72 / 0.6);
}

.border-s-rose-600\/70{
  border-inline-start-color: rgb(225 29 72 / 0.7);
}

.border-s-rose-600\/75{
  border-inline-start-color: rgb(225 29 72 / 0.75);
}

.border-s-rose-600\/80{
  border-inline-start-color: rgb(225 29 72 / 0.8);
}

.border-s-rose-600\/90{
  border-inline-start-color: rgb(225 29 72 / 0.9);
}

.border-s-rose-600\/95{
  border-inline-start-color: rgb(225 29 72 / 0.95);
}

.border-s-rose-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-s-rose-700\/0{
  border-inline-start-color: rgb(190 18 60 / 0);
}

.border-s-rose-700\/10{
  border-inline-start-color: rgb(190 18 60 / 0.1);
}

.border-s-rose-700\/100{
  border-inline-start-color: rgb(190 18 60 / 1);
}

.border-s-rose-700\/20{
  border-inline-start-color: rgb(190 18 60 / 0.2);
}

.border-s-rose-700\/25{
  border-inline-start-color: rgb(190 18 60 / 0.25);
}

.border-s-rose-700\/30{
  border-inline-start-color: rgb(190 18 60 / 0.3);
}

.border-s-rose-700\/40{
  border-inline-start-color: rgb(190 18 60 / 0.4);
}

.border-s-rose-700\/5{
  border-inline-start-color: rgb(190 18 60 / 0.05);
}

.border-s-rose-700\/50{
  border-inline-start-color: rgb(190 18 60 / 0.5);
}

.border-s-rose-700\/60{
  border-inline-start-color: rgb(190 18 60 / 0.6);
}

.border-s-rose-700\/70{
  border-inline-start-color: rgb(190 18 60 / 0.7);
}

.border-s-rose-700\/75{
  border-inline-start-color: rgb(190 18 60 / 0.75);
}

.border-s-rose-700\/80{
  border-inline-start-color: rgb(190 18 60 / 0.8);
}

.border-s-rose-700\/90{
  border-inline-start-color: rgb(190 18 60 / 0.9);
}

.border-s-rose-700\/95{
  border-inline-start-color: rgb(190 18 60 / 0.95);
}

.border-s-rose-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-s-rose-800\/0{
  border-inline-start-color: rgb(159 18 57 / 0);
}

.border-s-rose-800\/10{
  border-inline-start-color: rgb(159 18 57 / 0.1);
}

.border-s-rose-800\/100{
  border-inline-start-color: rgb(159 18 57 / 1);
}

.border-s-rose-800\/20{
  border-inline-start-color: rgb(159 18 57 / 0.2);
}

.border-s-rose-800\/25{
  border-inline-start-color: rgb(159 18 57 / 0.25);
}

.border-s-rose-800\/30{
  border-inline-start-color: rgb(159 18 57 / 0.3);
}

.border-s-rose-800\/40{
  border-inline-start-color: rgb(159 18 57 / 0.4);
}

.border-s-rose-800\/5{
  border-inline-start-color: rgb(159 18 57 / 0.05);
}

.border-s-rose-800\/50{
  border-inline-start-color: rgb(159 18 57 / 0.5);
}

.border-s-rose-800\/60{
  border-inline-start-color: rgb(159 18 57 / 0.6);
}

.border-s-rose-800\/70{
  border-inline-start-color: rgb(159 18 57 / 0.7);
}

.border-s-rose-800\/75{
  border-inline-start-color: rgb(159 18 57 / 0.75);
}

.border-s-rose-800\/80{
  border-inline-start-color: rgb(159 18 57 / 0.8);
}

.border-s-rose-800\/90{
  border-inline-start-color: rgb(159 18 57 / 0.9);
}

.border-s-rose-800\/95{
  border-inline-start-color: rgb(159 18 57 / 0.95);
}

.border-s-rose-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-s-rose-900\/0{
  border-inline-start-color: rgb(136 19 55 / 0);
}

.border-s-rose-900\/10{
  border-inline-start-color: rgb(136 19 55 / 0.1);
}

.border-s-rose-900\/100{
  border-inline-start-color: rgb(136 19 55 / 1);
}

.border-s-rose-900\/20{
  border-inline-start-color: rgb(136 19 55 / 0.2);
}

.border-s-rose-900\/25{
  border-inline-start-color: rgb(136 19 55 / 0.25);
}

.border-s-rose-900\/30{
  border-inline-start-color: rgb(136 19 55 / 0.3);
}

.border-s-rose-900\/40{
  border-inline-start-color: rgb(136 19 55 / 0.4);
}

.border-s-rose-900\/5{
  border-inline-start-color: rgb(136 19 55 / 0.05);
}

.border-s-rose-900\/50{
  border-inline-start-color: rgb(136 19 55 / 0.5);
}

.border-s-rose-900\/60{
  border-inline-start-color: rgb(136 19 55 / 0.6);
}

.border-s-rose-900\/70{
  border-inline-start-color: rgb(136 19 55 / 0.7);
}

.border-s-rose-900\/75{
  border-inline-start-color: rgb(136 19 55 / 0.75);
}

.border-s-rose-900\/80{
  border-inline-start-color: rgb(136 19 55 / 0.8);
}

.border-s-rose-900\/90{
  border-inline-start-color: rgb(136 19 55 / 0.9);
}

.border-s-rose-900\/95{
  border-inline-start-color: rgb(136 19 55 / 0.95);
}

.border-s-rose-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-s-rose-950\/0{
  border-inline-start-color: rgb(76 5 25 / 0);
}

.border-s-rose-950\/10{
  border-inline-start-color: rgb(76 5 25 / 0.1);
}

.border-s-rose-950\/100{
  border-inline-start-color: rgb(76 5 25 / 1);
}

.border-s-rose-950\/20{
  border-inline-start-color: rgb(76 5 25 / 0.2);
}

.border-s-rose-950\/25{
  border-inline-start-color: rgb(76 5 25 / 0.25);
}

.border-s-rose-950\/30{
  border-inline-start-color: rgb(76 5 25 / 0.3);
}

.border-s-rose-950\/40{
  border-inline-start-color: rgb(76 5 25 / 0.4);
}

.border-s-rose-950\/5{
  border-inline-start-color: rgb(76 5 25 / 0.05);
}

.border-s-rose-950\/50{
  border-inline-start-color: rgb(76 5 25 / 0.5);
}

.border-s-rose-950\/60{
  border-inline-start-color: rgb(76 5 25 / 0.6);
}

.border-s-rose-950\/70{
  border-inline-start-color: rgb(76 5 25 / 0.7);
}

.border-s-rose-950\/75{
  border-inline-start-color: rgb(76 5 25 / 0.75);
}

.border-s-rose-950\/80{
  border-inline-start-color: rgb(76 5 25 / 0.8);
}

.border-s-rose-950\/90{
  border-inline-start-color: rgb(76 5 25 / 0.9);
}

.border-s-rose-950\/95{
  border-inline-start-color: rgb(76 5 25 / 0.95);
}

.border-s-sky-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.border-s-sky-100\/0{
  border-inline-start-color: rgb(224 242 254 / 0);
}

.border-s-sky-100\/10{
  border-inline-start-color: rgb(224 242 254 / 0.1);
}

.border-s-sky-100\/100{
  border-inline-start-color: rgb(224 242 254 / 1);
}

.border-s-sky-100\/20{
  border-inline-start-color: rgb(224 242 254 / 0.2);
}

.border-s-sky-100\/25{
  border-inline-start-color: rgb(224 242 254 / 0.25);
}

.border-s-sky-100\/30{
  border-inline-start-color: rgb(224 242 254 / 0.3);
}

.border-s-sky-100\/40{
  border-inline-start-color: rgb(224 242 254 / 0.4);
}

.border-s-sky-100\/5{
  border-inline-start-color: rgb(224 242 254 / 0.05);
}

.border-s-sky-100\/50{
  border-inline-start-color: rgb(224 242 254 / 0.5);
}

.border-s-sky-100\/60{
  border-inline-start-color: rgb(224 242 254 / 0.6);
}

.border-s-sky-100\/70{
  border-inline-start-color: rgb(224 242 254 / 0.7);
}

.border-s-sky-100\/75{
  border-inline-start-color: rgb(224 242 254 / 0.75);
}

.border-s-sky-100\/80{
  border-inline-start-color: rgb(224 242 254 / 0.8);
}

.border-s-sky-100\/90{
  border-inline-start-color: rgb(224 242 254 / 0.9);
}

.border-s-sky-100\/95{
  border-inline-start-color: rgb(224 242 254 / 0.95);
}

.border-s-sky-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-s-sky-200\/0{
  border-inline-start-color: rgb(186 230 253 / 0);
}

.border-s-sky-200\/10{
  border-inline-start-color: rgb(186 230 253 / 0.1);
}

.border-s-sky-200\/100{
  border-inline-start-color: rgb(186 230 253 / 1);
}

.border-s-sky-200\/20{
  border-inline-start-color: rgb(186 230 253 / 0.2);
}

.border-s-sky-200\/25{
  border-inline-start-color: rgb(186 230 253 / 0.25);
}

.border-s-sky-200\/30{
  border-inline-start-color: rgb(186 230 253 / 0.3);
}

.border-s-sky-200\/40{
  border-inline-start-color: rgb(186 230 253 / 0.4);
}

.border-s-sky-200\/5{
  border-inline-start-color: rgb(186 230 253 / 0.05);
}

.border-s-sky-200\/50{
  border-inline-start-color: rgb(186 230 253 / 0.5);
}

.border-s-sky-200\/60{
  border-inline-start-color: rgb(186 230 253 / 0.6);
}

.border-s-sky-200\/70{
  border-inline-start-color: rgb(186 230 253 / 0.7);
}

.border-s-sky-200\/75{
  border-inline-start-color: rgb(186 230 253 / 0.75);
}

.border-s-sky-200\/80{
  border-inline-start-color: rgb(186 230 253 / 0.8);
}

.border-s-sky-200\/90{
  border-inline-start-color: rgb(186 230 253 / 0.9);
}

.border-s-sky-200\/95{
  border-inline-start-color: rgb(186 230 253 / 0.95);
}

.border-s-sky-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-s-sky-300\/0{
  border-inline-start-color: rgb(125 211 252 / 0);
}

.border-s-sky-300\/10{
  border-inline-start-color: rgb(125 211 252 / 0.1);
}

.border-s-sky-300\/100{
  border-inline-start-color: rgb(125 211 252 / 1);
}

.border-s-sky-300\/20{
  border-inline-start-color: rgb(125 211 252 / 0.2);
}

.border-s-sky-300\/25{
  border-inline-start-color: rgb(125 211 252 / 0.25);
}

.border-s-sky-300\/30{
  border-inline-start-color: rgb(125 211 252 / 0.3);
}

.border-s-sky-300\/40{
  border-inline-start-color: rgb(125 211 252 / 0.4);
}

.border-s-sky-300\/5{
  border-inline-start-color: rgb(125 211 252 / 0.05);
}

.border-s-sky-300\/50{
  border-inline-start-color: rgb(125 211 252 / 0.5);
}

.border-s-sky-300\/60{
  border-inline-start-color: rgb(125 211 252 / 0.6);
}

.border-s-sky-300\/70{
  border-inline-start-color: rgb(125 211 252 / 0.7);
}

.border-s-sky-300\/75{
  border-inline-start-color: rgb(125 211 252 / 0.75);
}

.border-s-sky-300\/80{
  border-inline-start-color: rgb(125 211 252 / 0.8);
}

.border-s-sky-300\/90{
  border-inline-start-color: rgb(125 211 252 / 0.9);
}

.border-s-sky-300\/95{
  border-inline-start-color: rgb(125 211 252 / 0.95);
}

.border-s-sky-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-s-sky-400\/0{
  border-inline-start-color: rgb(56 189 248 / 0);
}

.border-s-sky-400\/10{
  border-inline-start-color: rgb(56 189 248 / 0.1);
}

.border-s-sky-400\/100{
  border-inline-start-color: rgb(56 189 248 / 1);
}

.border-s-sky-400\/20{
  border-inline-start-color: rgb(56 189 248 / 0.2);
}

.border-s-sky-400\/25{
  border-inline-start-color: rgb(56 189 248 / 0.25);
}

.border-s-sky-400\/30{
  border-inline-start-color: rgb(56 189 248 / 0.3);
}

.border-s-sky-400\/40{
  border-inline-start-color: rgb(56 189 248 / 0.4);
}

.border-s-sky-400\/5{
  border-inline-start-color: rgb(56 189 248 / 0.05);
}

.border-s-sky-400\/50{
  border-inline-start-color: rgb(56 189 248 / 0.5);
}

.border-s-sky-400\/60{
  border-inline-start-color: rgb(56 189 248 / 0.6);
}

.border-s-sky-400\/70{
  border-inline-start-color: rgb(56 189 248 / 0.7);
}

.border-s-sky-400\/75{
  border-inline-start-color: rgb(56 189 248 / 0.75);
}

.border-s-sky-400\/80{
  border-inline-start-color: rgb(56 189 248 / 0.8);
}

.border-s-sky-400\/90{
  border-inline-start-color: rgb(56 189 248 / 0.9);
}

.border-s-sky-400\/95{
  border-inline-start-color: rgb(56 189 248 / 0.95);
}

.border-s-sky-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-s-sky-50\/0{
  border-inline-start-color: rgb(240 249 255 / 0);
}

.border-s-sky-50\/10{
  border-inline-start-color: rgb(240 249 255 / 0.1);
}

.border-s-sky-50\/100{
  border-inline-start-color: rgb(240 249 255 / 1);
}

.border-s-sky-50\/20{
  border-inline-start-color: rgb(240 249 255 / 0.2);
}

.border-s-sky-50\/25{
  border-inline-start-color: rgb(240 249 255 / 0.25);
}

.border-s-sky-50\/30{
  border-inline-start-color: rgb(240 249 255 / 0.3);
}

.border-s-sky-50\/40{
  border-inline-start-color: rgb(240 249 255 / 0.4);
}

.border-s-sky-50\/5{
  border-inline-start-color: rgb(240 249 255 / 0.05);
}

.border-s-sky-50\/50{
  border-inline-start-color: rgb(240 249 255 / 0.5);
}

.border-s-sky-50\/60{
  border-inline-start-color: rgb(240 249 255 / 0.6);
}

.border-s-sky-50\/70{
  border-inline-start-color: rgb(240 249 255 / 0.7);
}

.border-s-sky-50\/75{
  border-inline-start-color: rgb(240 249 255 / 0.75);
}

.border-s-sky-50\/80{
  border-inline-start-color: rgb(240 249 255 / 0.8);
}

.border-s-sky-50\/90{
  border-inline-start-color: rgb(240 249 255 / 0.9);
}

.border-s-sky-50\/95{
  border-inline-start-color: rgb(240 249 255 / 0.95);
}

.border-s-sky-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-s-sky-500\/0{
  border-inline-start-color: rgb(14 165 233 / 0);
}

.border-s-sky-500\/10{
  border-inline-start-color: rgb(14 165 233 / 0.1);
}

.border-s-sky-500\/100{
  border-inline-start-color: rgb(14 165 233 / 1);
}

.border-s-sky-500\/20{
  border-inline-start-color: rgb(14 165 233 / 0.2);
}

.border-s-sky-500\/25{
  border-inline-start-color: rgb(14 165 233 / 0.25);
}

.border-s-sky-500\/30{
  border-inline-start-color: rgb(14 165 233 / 0.3);
}

.border-s-sky-500\/40{
  border-inline-start-color: rgb(14 165 233 / 0.4);
}

.border-s-sky-500\/5{
  border-inline-start-color: rgb(14 165 233 / 0.05);
}

.border-s-sky-500\/50{
  border-inline-start-color: rgb(14 165 233 / 0.5);
}

.border-s-sky-500\/60{
  border-inline-start-color: rgb(14 165 233 / 0.6);
}

.border-s-sky-500\/70{
  border-inline-start-color: rgb(14 165 233 / 0.7);
}

.border-s-sky-500\/75{
  border-inline-start-color: rgb(14 165 233 / 0.75);
}

.border-s-sky-500\/80{
  border-inline-start-color: rgb(14 165 233 / 0.8);
}

.border-s-sky-500\/90{
  border-inline-start-color: rgb(14 165 233 / 0.9);
}

.border-s-sky-500\/95{
  border-inline-start-color: rgb(14 165 233 / 0.95);
}

.border-s-sky-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-s-sky-600\/0{
  border-inline-start-color: rgb(2 132 199 / 0);
}

.border-s-sky-600\/10{
  border-inline-start-color: rgb(2 132 199 / 0.1);
}

.border-s-sky-600\/100{
  border-inline-start-color: rgb(2 132 199 / 1);
}

.border-s-sky-600\/20{
  border-inline-start-color: rgb(2 132 199 / 0.2);
}

.border-s-sky-600\/25{
  border-inline-start-color: rgb(2 132 199 / 0.25);
}

.border-s-sky-600\/30{
  border-inline-start-color: rgb(2 132 199 / 0.3);
}

.border-s-sky-600\/40{
  border-inline-start-color: rgb(2 132 199 / 0.4);
}

.border-s-sky-600\/5{
  border-inline-start-color: rgb(2 132 199 / 0.05);
}

.border-s-sky-600\/50{
  border-inline-start-color: rgb(2 132 199 / 0.5);
}

.border-s-sky-600\/60{
  border-inline-start-color: rgb(2 132 199 / 0.6);
}

.border-s-sky-600\/70{
  border-inline-start-color: rgb(2 132 199 / 0.7);
}

.border-s-sky-600\/75{
  border-inline-start-color: rgb(2 132 199 / 0.75);
}

.border-s-sky-600\/80{
  border-inline-start-color: rgb(2 132 199 / 0.8);
}

.border-s-sky-600\/90{
  border-inline-start-color: rgb(2 132 199 / 0.9);
}

.border-s-sky-600\/95{
  border-inline-start-color: rgb(2 132 199 / 0.95);
}

.border-s-sky-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-s-sky-700\/0{
  border-inline-start-color: rgb(3 105 161 / 0);
}

.border-s-sky-700\/10{
  border-inline-start-color: rgb(3 105 161 / 0.1);
}

.border-s-sky-700\/100{
  border-inline-start-color: rgb(3 105 161 / 1);
}

.border-s-sky-700\/20{
  border-inline-start-color: rgb(3 105 161 / 0.2);
}

.border-s-sky-700\/25{
  border-inline-start-color: rgb(3 105 161 / 0.25);
}

.border-s-sky-700\/30{
  border-inline-start-color: rgb(3 105 161 / 0.3);
}

.border-s-sky-700\/40{
  border-inline-start-color: rgb(3 105 161 / 0.4);
}

.border-s-sky-700\/5{
  border-inline-start-color: rgb(3 105 161 / 0.05);
}

.border-s-sky-700\/50{
  border-inline-start-color: rgb(3 105 161 / 0.5);
}

.border-s-sky-700\/60{
  border-inline-start-color: rgb(3 105 161 / 0.6);
}

.border-s-sky-700\/70{
  border-inline-start-color: rgb(3 105 161 / 0.7);
}

.border-s-sky-700\/75{
  border-inline-start-color: rgb(3 105 161 / 0.75);
}

.border-s-sky-700\/80{
  border-inline-start-color: rgb(3 105 161 / 0.8);
}

.border-s-sky-700\/90{
  border-inline-start-color: rgb(3 105 161 / 0.9);
}

.border-s-sky-700\/95{
  border-inline-start-color: rgb(3 105 161 / 0.95);
}

.border-s-sky-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-s-sky-800\/0{
  border-inline-start-color: rgb(7 89 133 / 0);
}

.border-s-sky-800\/10{
  border-inline-start-color: rgb(7 89 133 / 0.1);
}

.border-s-sky-800\/100{
  border-inline-start-color: rgb(7 89 133 / 1);
}

.border-s-sky-800\/20{
  border-inline-start-color: rgb(7 89 133 / 0.2);
}

.border-s-sky-800\/25{
  border-inline-start-color: rgb(7 89 133 / 0.25);
}

.border-s-sky-800\/30{
  border-inline-start-color: rgb(7 89 133 / 0.3);
}

.border-s-sky-800\/40{
  border-inline-start-color: rgb(7 89 133 / 0.4);
}

.border-s-sky-800\/5{
  border-inline-start-color: rgb(7 89 133 / 0.05);
}

.border-s-sky-800\/50{
  border-inline-start-color: rgb(7 89 133 / 0.5);
}

.border-s-sky-800\/60{
  border-inline-start-color: rgb(7 89 133 / 0.6);
}

.border-s-sky-800\/70{
  border-inline-start-color: rgb(7 89 133 / 0.7);
}

.border-s-sky-800\/75{
  border-inline-start-color: rgb(7 89 133 / 0.75);
}

.border-s-sky-800\/80{
  border-inline-start-color: rgb(7 89 133 / 0.8);
}

.border-s-sky-800\/90{
  border-inline-start-color: rgb(7 89 133 / 0.9);
}

.border-s-sky-800\/95{
  border-inline-start-color: rgb(7 89 133 / 0.95);
}

.border-s-sky-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-s-sky-900\/0{
  border-inline-start-color: rgb(12 74 110 / 0);
}

.border-s-sky-900\/10{
  border-inline-start-color: rgb(12 74 110 / 0.1);
}

.border-s-sky-900\/100{
  border-inline-start-color: rgb(12 74 110 / 1);
}

.border-s-sky-900\/20{
  border-inline-start-color: rgb(12 74 110 / 0.2);
}

.border-s-sky-900\/25{
  border-inline-start-color: rgb(12 74 110 / 0.25);
}

.border-s-sky-900\/30{
  border-inline-start-color: rgb(12 74 110 / 0.3);
}

.border-s-sky-900\/40{
  border-inline-start-color: rgb(12 74 110 / 0.4);
}

.border-s-sky-900\/5{
  border-inline-start-color: rgb(12 74 110 / 0.05);
}

.border-s-sky-900\/50{
  border-inline-start-color: rgb(12 74 110 / 0.5);
}

.border-s-sky-900\/60{
  border-inline-start-color: rgb(12 74 110 / 0.6);
}

.border-s-sky-900\/70{
  border-inline-start-color: rgb(12 74 110 / 0.7);
}

.border-s-sky-900\/75{
  border-inline-start-color: rgb(12 74 110 / 0.75);
}

.border-s-sky-900\/80{
  border-inline-start-color: rgb(12 74 110 / 0.8);
}

.border-s-sky-900\/90{
  border-inline-start-color: rgb(12 74 110 / 0.9);
}

.border-s-sky-900\/95{
  border-inline-start-color: rgb(12 74 110 / 0.95);
}

.border-s-sky-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-s-sky-950\/0{
  border-inline-start-color: rgb(8 47 73 / 0);
}

.border-s-sky-950\/10{
  border-inline-start-color: rgb(8 47 73 / 0.1);
}

.border-s-sky-950\/100{
  border-inline-start-color: rgb(8 47 73 / 1);
}

.border-s-sky-950\/20{
  border-inline-start-color: rgb(8 47 73 / 0.2);
}

.border-s-sky-950\/25{
  border-inline-start-color: rgb(8 47 73 / 0.25);
}

.border-s-sky-950\/30{
  border-inline-start-color: rgb(8 47 73 / 0.3);
}

.border-s-sky-950\/40{
  border-inline-start-color: rgb(8 47 73 / 0.4);
}

.border-s-sky-950\/5{
  border-inline-start-color: rgb(8 47 73 / 0.05);
}

.border-s-sky-950\/50{
  border-inline-start-color: rgb(8 47 73 / 0.5);
}

.border-s-sky-950\/60{
  border-inline-start-color: rgb(8 47 73 / 0.6);
}

.border-s-sky-950\/70{
  border-inline-start-color: rgb(8 47 73 / 0.7);
}

.border-s-sky-950\/75{
  border-inline-start-color: rgb(8 47 73 / 0.75);
}

.border-s-sky-950\/80{
  border-inline-start-color: rgb(8 47 73 / 0.8);
}

.border-s-sky-950\/90{
  border-inline-start-color: rgb(8 47 73 / 0.9);
}

.border-s-sky-950\/95{
  border-inline-start-color: rgb(8 47 73 / 0.95);
}

.border-s-slate-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-s-slate-100\/0{
  border-inline-start-color: rgb(241 245 249 / 0);
}

.border-s-slate-100\/10{
  border-inline-start-color: rgb(241 245 249 / 0.1);
}

.border-s-slate-100\/100{
  border-inline-start-color: rgb(241 245 249 / 1);
}

.border-s-slate-100\/20{
  border-inline-start-color: rgb(241 245 249 / 0.2);
}

.border-s-slate-100\/25{
  border-inline-start-color: rgb(241 245 249 / 0.25);
}

.border-s-slate-100\/30{
  border-inline-start-color: rgb(241 245 249 / 0.3);
}

.border-s-slate-100\/40{
  border-inline-start-color: rgb(241 245 249 / 0.4);
}

.border-s-slate-100\/5{
  border-inline-start-color: rgb(241 245 249 / 0.05);
}

.border-s-slate-100\/50{
  border-inline-start-color: rgb(241 245 249 / 0.5);
}

.border-s-slate-100\/60{
  border-inline-start-color: rgb(241 245 249 / 0.6);
}

.border-s-slate-100\/70{
  border-inline-start-color: rgb(241 245 249 / 0.7);
}

.border-s-slate-100\/75{
  border-inline-start-color: rgb(241 245 249 / 0.75);
}

.border-s-slate-100\/80{
  border-inline-start-color: rgb(241 245 249 / 0.8);
}

.border-s-slate-100\/90{
  border-inline-start-color: rgb(241 245 249 / 0.9);
}

.border-s-slate-100\/95{
  border-inline-start-color: rgb(241 245 249 / 0.95);
}

.border-s-slate-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-s-slate-200\/0{
  border-inline-start-color: rgb(226 232 240 / 0);
}

.border-s-slate-200\/10{
  border-inline-start-color: rgb(226 232 240 / 0.1);
}

.border-s-slate-200\/100{
  border-inline-start-color: rgb(226 232 240 / 1);
}

.border-s-slate-200\/20{
  border-inline-start-color: rgb(226 232 240 / 0.2);
}

.border-s-slate-200\/25{
  border-inline-start-color: rgb(226 232 240 / 0.25);
}

.border-s-slate-200\/30{
  border-inline-start-color: rgb(226 232 240 / 0.3);
}

.border-s-slate-200\/40{
  border-inline-start-color: rgb(226 232 240 / 0.4);
}

.border-s-slate-200\/5{
  border-inline-start-color: rgb(226 232 240 / 0.05);
}

.border-s-slate-200\/50{
  border-inline-start-color: rgb(226 232 240 / 0.5);
}

.border-s-slate-200\/60{
  border-inline-start-color: rgb(226 232 240 / 0.6);
}

.border-s-slate-200\/70{
  border-inline-start-color: rgb(226 232 240 / 0.7);
}

.border-s-slate-200\/75{
  border-inline-start-color: rgb(226 232 240 / 0.75);
}

.border-s-slate-200\/80{
  border-inline-start-color: rgb(226 232 240 / 0.8);
}

.border-s-slate-200\/90{
  border-inline-start-color: rgb(226 232 240 / 0.9);
}

.border-s-slate-200\/95{
  border-inline-start-color: rgb(226 232 240 / 0.95);
}

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

.border-s-slate-300\/0{
  border-inline-start-color: rgb(203 213 225 / 0);
}

.border-s-slate-300\/10{
  border-inline-start-color: rgb(203 213 225 / 0.1);
}

.border-s-slate-300\/100{
  border-inline-start-color: rgb(203 213 225 / 1);
}

.border-s-slate-300\/20{
  border-inline-start-color: rgb(203 213 225 / 0.2);
}

.border-s-slate-300\/25{
  border-inline-start-color: rgb(203 213 225 / 0.25);
}

.border-s-slate-300\/30{
  border-inline-start-color: rgb(203 213 225 / 0.3);
}

.border-s-slate-300\/40{
  border-inline-start-color: rgb(203 213 225 / 0.4);
}

.border-s-slate-300\/5{
  border-inline-start-color: rgb(203 213 225 / 0.05);
}

.border-s-slate-300\/50{
  border-inline-start-color: rgb(203 213 225 / 0.5);
}

.border-s-slate-300\/60{
  border-inline-start-color: rgb(203 213 225 / 0.6);
}

.border-s-slate-300\/70{
  border-inline-start-color: rgb(203 213 225 / 0.7);
}

.border-s-slate-300\/75{
  border-inline-start-color: rgb(203 213 225 / 0.75);
}

.border-s-slate-300\/80{
  border-inline-start-color: rgb(203 213 225 / 0.8);
}

.border-s-slate-300\/90{
  border-inline-start-color: rgb(203 213 225 / 0.9);
}

.border-s-slate-300\/95{
  border-inline-start-color: rgb(203 213 225 / 0.95);
}

.border-s-slate-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-s-slate-400\/0{
  border-inline-start-color: rgb(148 163 184 / 0);
}

.border-s-slate-400\/10{
  border-inline-start-color: rgb(148 163 184 / 0.1);
}

.border-s-slate-400\/100{
  border-inline-start-color: rgb(148 163 184 / 1);
}

.border-s-slate-400\/20{
  border-inline-start-color: rgb(148 163 184 / 0.2);
}

.border-s-slate-400\/25{
  border-inline-start-color: rgb(148 163 184 / 0.25);
}

.border-s-slate-400\/30{
  border-inline-start-color: rgb(148 163 184 / 0.3);
}

.border-s-slate-400\/40{
  border-inline-start-color: rgb(148 163 184 / 0.4);
}

.border-s-slate-400\/5{
  border-inline-start-color: rgb(148 163 184 / 0.05);
}

.border-s-slate-400\/50{
  border-inline-start-color: rgb(148 163 184 / 0.5);
}

.border-s-slate-400\/60{
  border-inline-start-color: rgb(148 163 184 / 0.6);
}

.border-s-slate-400\/70{
  border-inline-start-color: rgb(148 163 184 / 0.7);
}

.border-s-slate-400\/75{
  border-inline-start-color: rgb(148 163 184 / 0.75);
}

.border-s-slate-400\/80{
  border-inline-start-color: rgb(148 163 184 / 0.8);
}

.border-s-slate-400\/90{
  border-inline-start-color: rgb(148 163 184 / 0.9);
}

.border-s-slate-400\/95{
  border-inline-start-color: rgb(148 163 184 / 0.95);
}

.border-s-slate-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-s-slate-50\/0{
  border-inline-start-color: rgb(248 250 252 / 0);
}

.border-s-slate-50\/10{
  border-inline-start-color: rgb(248 250 252 / 0.1);
}

.border-s-slate-50\/100{
  border-inline-start-color: rgb(248 250 252 / 1);
}

.border-s-slate-50\/20{
  border-inline-start-color: rgb(248 250 252 / 0.2);
}

.border-s-slate-50\/25{
  border-inline-start-color: rgb(248 250 252 / 0.25);
}

.border-s-slate-50\/30{
  border-inline-start-color: rgb(248 250 252 / 0.3);
}

.border-s-slate-50\/40{
  border-inline-start-color: rgb(248 250 252 / 0.4);
}

.border-s-slate-50\/5{
  border-inline-start-color: rgb(248 250 252 / 0.05);
}

.border-s-slate-50\/50{
  border-inline-start-color: rgb(248 250 252 / 0.5);
}

.border-s-slate-50\/60{
  border-inline-start-color: rgb(248 250 252 / 0.6);
}

.border-s-slate-50\/70{
  border-inline-start-color: rgb(248 250 252 / 0.7);
}

.border-s-slate-50\/75{
  border-inline-start-color: rgb(248 250 252 / 0.75);
}

.border-s-slate-50\/80{
  border-inline-start-color: rgb(248 250 252 / 0.8);
}

.border-s-slate-50\/90{
  border-inline-start-color: rgb(248 250 252 / 0.9);
}

.border-s-slate-50\/95{
  border-inline-start-color: rgb(248 250 252 / 0.95);
}

.border-s-slate-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-s-slate-500\/0{
  border-inline-start-color: rgb(100 116 139 / 0);
}

.border-s-slate-500\/10{
  border-inline-start-color: rgb(100 116 139 / 0.1);
}

.border-s-slate-500\/100{
  border-inline-start-color: rgb(100 116 139 / 1);
}

.border-s-slate-500\/20{
  border-inline-start-color: rgb(100 116 139 / 0.2);
}

.border-s-slate-500\/25{
  border-inline-start-color: rgb(100 116 139 / 0.25);
}

.border-s-slate-500\/30{
  border-inline-start-color: rgb(100 116 139 / 0.3);
}

.border-s-slate-500\/40{
  border-inline-start-color: rgb(100 116 139 / 0.4);
}

.border-s-slate-500\/5{
  border-inline-start-color: rgb(100 116 139 / 0.05);
}

.border-s-slate-500\/50{
  border-inline-start-color: rgb(100 116 139 / 0.5);
}

.border-s-slate-500\/60{
  border-inline-start-color: rgb(100 116 139 / 0.6);
}

.border-s-slate-500\/70{
  border-inline-start-color: rgb(100 116 139 / 0.7);
}

.border-s-slate-500\/75{
  border-inline-start-color: rgb(100 116 139 / 0.75);
}

.border-s-slate-500\/80{
  border-inline-start-color: rgb(100 116 139 / 0.8);
}

.border-s-slate-500\/90{
  border-inline-start-color: rgb(100 116 139 / 0.9);
}

.border-s-slate-500\/95{
  border-inline-start-color: rgb(100 116 139 / 0.95);
}

.border-s-slate-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-s-slate-600\/0{
  border-inline-start-color: rgb(71 85 105 / 0);
}

.border-s-slate-600\/10{
  border-inline-start-color: rgb(71 85 105 / 0.1);
}

.border-s-slate-600\/100{
  border-inline-start-color: rgb(71 85 105 / 1);
}

.border-s-slate-600\/20{
  border-inline-start-color: rgb(71 85 105 / 0.2);
}

.border-s-slate-600\/25{
  border-inline-start-color: rgb(71 85 105 / 0.25);
}

.border-s-slate-600\/30{
  border-inline-start-color: rgb(71 85 105 / 0.3);
}

.border-s-slate-600\/40{
  border-inline-start-color: rgb(71 85 105 / 0.4);
}

.border-s-slate-600\/5{
  border-inline-start-color: rgb(71 85 105 / 0.05);
}

.border-s-slate-600\/50{
  border-inline-start-color: rgb(71 85 105 / 0.5);
}

.border-s-slate-600\/60{
  border-inline-start-color: rgb(71 85 105 / 0.6);
}

.border-s-slate-600\/70{
  border-inline-start-color: rgb(71 85 105 / 0.7);
}

.border-s-slate-600\/75{
  border-inline-start-color: rgb(71 85 105 / 0.75);
}

.border-s-slate-600\/80{
  border-inline-start-color: rgb(71 85 105 / 0.8);
}

.border-s-slate-600\/90{
  border-inline-start-color: rgb(71 85 105 / 0.9);
}

.border-s-slate-600\/95{
  border-inline-start-color: rgb(71 85 105 / 0.95);
}

.border-s-slate-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-s-slate-700\/0{
  border-inline-start-color: rgb(51 65 85 / 0);
}

.border-s-slate-700\/10{
  border-inline-start-color: rgb(51 65 85 / 0.1);
}

.border-s-slate-700\/100{
  border-inline-start-color: rgb(51 65 85 / 1);
}

.border-s-slate-700\/20{
  border-inline-start-color: rgb(51 65 85 / 0.2);
}

.border-s-slate-700\/25{
  border-inline-start-color: rgb(51 65 85 / 0.25);
}

.border-s-slate-700\/30{
  border-inline-start-color: rgb(51 65 85 / 0.3);
}

.border-s-slate-700\/40{
  border-inline-start-color: rgb(51 65 85 / 0.4);
}

.border-s-slate-700\/5{
  border-inline-start-color: rgb(51 65 85 / 0.05);
}

.border-s-slate-700\/50{
  border-inline-start-color: rgb(51 65 85 / 0.5);
}

.border-s-slate-700\/60{
  border-inline-start-color: rgb(51 65 85 / 0.6);
}

.border-s-slate-700\/70{
  border-inline-start-color: rgb(51 65 85 / 0.7);
}

.border-s-slate-700\/75{
  border-inline-start-color: rgb(51 65 85 / 0.75);
}

.border-s-slate-700\/80{
  border-inline-start-color: rgb(51 65 85 / 0.8);
}

.border-s-slate-700\/90{
  border-inline-start-color: rgb(51 65 85 / 0.9);
}

.border-s-slate-700\/95{
  border-inline-start-color: rgb(51 65 85 / 0.95);
}

.border-s-slate-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-s-slate-800\/0{
  border-inline-start-color: rgb(30 41 59 / 0);
}

.border-s-slate-800\/10{
  border-inline-start-color: rgb(30 41 59 / 0.1);
}

.border-s-slate-800\/100{
  border-inline-start-color: rgb(30 41 59 / 1);
}

.border-s-slate-800\/20{
  border-inline-start-color: rgb(30 41 59 / 0.2);
}

.border-s-slate-800\/25{
  border-inline-start-color: rgb(30 41 59 / 0.25);
}

.border-s-slate-800\/30{
  border-inline-start-color: rgb(30 41 59 / 0.3);
}

.border-s-slate-800\/40{
  border-inline-start-color: rgb(30 41 59 / 0.4);
}

.border-s-slate-800\/5{
  border-inline-start-color: rgb(30 41 59 / 0.05);
}

.border-s-slate-800\/50{
  border-inline-start-color: rgb(30 41 59 / 0.5);
}

.border-s-slate-800\/60{
  border-inline-start-color: rgb(30 41 59 / 0.6);
}

.border-s-slate-800\/70{
  border-inline-start-color: rgb(30 41 59 / 0.7);
}

.border-s-slate-800\/75{
  border-inline-start-color: rgb(30 41 59 / 0.75);
}

.border-s-slate-800\/80{
  border-inline-start-color: rgb(30 41 59 / 0.8);
}

.border-s-slate-800\/90{
  border-inline-start-color: rgb(30 41 59 / 0.9);
}

.border-s-slate-800\/95{
  border-inline-start-color: rgb(30 41 59 / 0.95);
}

.border-s-slate-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-s-slate-900\/0{
  border-inline-start-color: rgb(15 23 42 / 0);
}

.border-s-slate-900\/10{
  border-inline-start-color: rgb(15 23 42 / 0.1);
}

.border-s-slate-900\/100{
  border-inline-start-color: rgb(15 23 42 / 1);
}

.border-s-slate-900\/20{
  border-inline-start-color: rgb(15 23 42 / 0.2);
}

.border-s-slate-900\/25{
  border-inline-start-color: rgb(15 23 42 / 0.25);
}

.border-s-slate-900\/30{
  border-inline-start-color: rgb(15 23 42 / 0.3);
}

.border-s-slate-900\/40{
  border-inline-start-color: rgb(15 23 42 / 0.4);
}

.border-s-slate-900\/5{
  border-inline-start-color: rgb(15 23 42 / 0.05);
}

.border-s-slate-900\/50{
  border-inline-start-color: rgb(15 23 42 / 0.5);
}

.border-s-slate-900\/60{
  border-inline-start-color: rgb(15 23 42 / 0.6);
}

.border-s-slate-900\/70{
  border-inline-start-color: rgb(15 23 42 / 0.7);
}

.border-s-slate-900\/75{
  border-inline-start-color: rgb(15 23 42 / 0.75);
}

.border-s-slate-900\/80{
  border-inline-start-color: rgb(15 23 42 / 0.8);
}

.border-s-slate-900\/90{
  border-inline-start-color: rgb(15 23 42 / 0.9);
}

.border-s-slate-900\/95{
  border-inline-start-color: rgb(15 23 42 / 0.95);
}

.border-s-slate-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-s-slate-950\/0{
  border-inline-start-color: rgb(2 6 23 / 0);
}

.border-s-slate-950\/10{
  border-inline-start-color: rgb(2 6 23 / 0.1);
}

.border-s-slate-950\/100{
  border-inline-start-color: rgb(2 6 23 / 1);
}

.border-s-slate-950\/20{
  border-inline-start-color: rgb(2 6 23 / 0.2);
}

.border-s-slate-950\/25{
  border-inline-start-color: rgb(2 6 23 / 0.25);
}

.border-s-slate-950\/30{
  border-inline-start-color: rgb(2 6 23 / 0.3);
}

.border-s-slate-950\/40{
  border-inline-start-color: rgb(2 6 23 / 0.4);
}

.border-s-slate-950\/5{
  border-inline-start-color: rgb(2 6 23 / 0.05);
}

.border-s-slate-950\/50{
  border-inline-start-color: rgb(2 6 23 / 0.5);
}

.border-s-slate-950\/60{
  border-inline-start-color: rgb(2 6 23 / 0.6);
}

.border-s-slate-950\/70{
  border-inline-start-color: rgb(2 6 23 / 0.7);
}

.border-s-slate-950\/75{
  border-inline-start-color: rgb(2 6 23 / 0.75);
}

.border-s-slate-950\/80{
  border-inline-start-color: rgb(2 6 23 / 0.8);
}

.border-s-slate-950\/90{
  border-inline-start-color: rgb(2 6 23 / 0.9);
}

.border-s-slate-950\/95{
  border-inline-start-color: rgb(2 6 23 / 0.95);
}

.border-s-stone-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-s-stone-100\/0{
  border-inline-start-color: rgb(245 245 244 / 0);
}

.border-s-stone-100\/10{
  border-inline-start-color: rgb(245 245 244 / 0.1);
}

.border-s-stone-100\/100{
  border-inline-start-color: rgb(245 245 244 / 1);
}

.border-s-stone-100\/20{
  border-inline-start-color: rgb(245 245 244 / 0.2);
}

.border-s-stone-100\/25{
  border-inline-start-color: rgb(245 245 244 / 0.25);
}

.border-s-stone-100\/30{
  border-inline-start-color: rgb(245 245 244 / 0.3);
}

.border-s-stone-100\/40{
  border-inline-start-color: rgb(245 245 244 / 0.4);
}

.border-s-stone-100\/5{
  border-inline-start-color: rgb(245 245 244 / 0.05);
}

.border-s-stone-100\/50{
  border-inline-start-color: rgb(245 245 244 / 0.5);
}

.border-s-stone-100\/60{
  border-inline-start-color: rgb(245 245 244 / 0.6);
}

.border-s-stone-100\/70{
  border-inline-start-color: rgb(245 245 244 / 0.7);
}

.border-s-stone-100\/75{
  border-inline-start-color: rgb(245 245 244 / 0.75);
}

.border-s-stone-100\/80{
  border-inline-start-color: rgb(245 245 244 / 0.8);
}

.border-s-stone-100\/90{
  border-inline-start-color: rgb(245 245 244 / 0.9);
}

.border-s-stone-100\/95{
  border-inline-start-color: rgb(245 245 244 / 0.95);
}

.border-s-stone-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-s-stone-200\/0{
  border-inline-start-color: rgb(231 229 228 / 0);
}

.border-s-stone-200\/10{
  border-inline-start-color: rgb(231 229 228 / 0.1);
}

.border-s-stone-200\/100{
  border-inline-start-color: rgb(231 229 228 / 1);
}

.border-s-stone-200\/20{
  border-inline-start-color: rgb(231 229 228 / 0.2);
}

.border-s-stone-200\/25{
  border-inline-start-color: rgb(231 229 228 / 0.25);
}

.border-s-stone-200\/30{
  border-inline-start-color: rgb(231 229 228 / 0.3);
}

.border-s-stone-200\/40{
  border-inline-start-color: rgb(231 229 228 / 0.4);
}

.border-s-stone-200\/5{
  border-inline-start-color: rgb(231 229 228 / 0.05);
}

.border-s-stone-200\/50{
  border-inline-start-color: rgb(231 229 228 / 0.5);
}

.border-s-stone-200\/60{
  border-inline-start-color: rgb(231 229 228 / 0.6);
}

.border-s-stone-200\/70{
  border-inline-start-color: rgb(231 229 228 / 0.7);
}

.border-s-stone-200\/75{
  border-inline-start-color: rgb(231 229 228 / 0.75);
}

.border-s-stone-200\/80{
  border-inline-start-color: rgb(231 229 228 / 0.8);
}

.border-s-stone-200\/90{
  border-inline-start-color: rgb(231 229 228 / 0.9);
}

.border-s-stone-200\/95{
  border-inline-start-color: rgb(231 229 228 / 0.95);
}

.border-s-stone-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-s-stone-300\/0{
  border-inline-start-color: rgb(214 211 209 / 0);
}

.border-s-stone-300\/10{
  border-inline-start-color: rgb(214 211 209 / 0.1);
}

.border-s-stone-300\/100{
  border-inline-start-color: rgb(214 211 209 / 1);
}

.border-s-stone-300\/20{
  border-inline-start-color: rgb(214 211 209 / 0.2);
}

.border-s-stone-300\/25{
  border-inline-start-color: rgb(214 211 209 / 0.25);
}

.border-s-stone-300\/30{
  border-inline-start-color: rgb(214 211 209 / 0.3);
}

.border-s-stone-300\/40{
  border-inline-start-color: rgb(214 211 209 / 0.4);
}

.border-s-stone-300\/5{
  border-inline-start-color: rgb(214 211 209 / 0.05);
}

.border-s-stone-300\/50{
  border-inline-start-color: rgb(214 211 209 / 0.5);
}

.border-s-stone-300\/60{
  border-inline-start-color: rgb(214 211 209 / 0.6);
}

.border-s-stone-300\/70{
  border-inline-start-color: rgb(214 211 209 / 0.7);
}

.border-s-stone-300\/75{
  border-inline-start-color: rgb(214 211 209 / 0.75);
}

.border-s-stone-300\/80{
  border-inline-start-color: rgb(214 211 209 / 0.8);
}

.border-s-stone-300\/90{
  border-inline-start-color: rgb(214 211 209 / 0.9);
}

.border-s-stone-300\/95{
  border-inline-start-color: rgb(214 211 209 / 0.95);
}

.border-s-stone-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-s-stone-400\/0{
  border-inline-start-color: rgb(168 162 158 / 0);
}

.border-s-stone-400\/10{
  border-inline-start-color: rgb(168 162 158 / 0.1);
}

.border-s-stone-400\/100{
  border-inline-start-color: rgb(168 162 158 / 1);
}

.border-s-stone-400\/20{
  border-inline-start-color: rgb(168 162 158 / 0.2);
}

.border-s-stone-400\/25{
  border-inline-start-color: rgb(168 162 158 / 0.25);
}

.border-s-stone-400\/30{
  border-inline-start-color: rgb(168 162 158 / 0.3);
}

.border-s-stone-400\/40{
  border-inline-start-color: rgb(168 162 158 / 0.4);
}

.border-s-stone-400\/5{
  border-inline-start-color: rgb(168 162 158 / 0.05);
}

.border-s-stone-400\/50{
  border-inline-start-color: rgb(168 162 158 / 0.5);
}

.border-s-stone-400\/60{
  border-inline-start-color: rgb(168 162 158 / 0.6);
}

.border-s-stone-400\/70{
  border-inline-start-color: rgb(168 162 158 / 0.7);
}

.border-s-stone-400\/75{
  border-inline-start-color: rgb(168 162 158 / 0.75);
}

.border-s-stone-400\/80{
  border-inline-start-color: rgb(168 162 158 / 0.8);
}

.border-s-stone-400\/90{
  border-inline-start-color: rgb(168 162 158 / 0.9);
}

.border-s-stone-400\/95{
  border-inline-start-color: rgb(168 162 158 / 0.95);
}

.border-s-stone-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-s-stone-50\/0{
  border-inline-start-color: rgb(250 250 249 / 0);
}

.border-s-stone-50\/10{
  border-inline-start-color: rgb(250 250 249 / 0.1);
}

.border-s-stone-50\/100{
  border-inline-start-color: rgb(250 250 249 / 1);
}

.border-s-stone-50\/20{
  border-inline-start-color: rgb(250 250 249 / 0.2);
}

.border-s-stone-50\/25{
  border-inline-start-color: rgb(250 250 249 / 0.25);
}

.border-s-stone-50\/30{
  border-inline-start-color: rgb(250 250 249 / 0.3);
}

.border-s-stone-50\/40{
  border-inline-start-color: rgb(250 250 249 / 0.4);
}

.border-s-stone-50\/5{
  border-inline-start-color: rgb(250 250 249 / 0.05);
}

.border-s-stone-50\/50{
  border-inline-start-color: rgb(250 250 249 / 0.5);
}

.border-s-stone-50\/60{
  border-inline-start-color: rgb(250 250 249 / 0.6);
}

.border-s-stone-50\/70{
  border-inline-start-color: rgb(250 250 249 / 0.7);
}

.border-s-stone-50\/75{
  border-inline-start-color: rgb(250 250 249 / 0.75);
}

.border-s-stone-50\/80{
  border-inline-start-color: rgb(250 250 249 / 0.8);
}

.border-s-stone-50\/90{
  border-inline-start-color: rgb(250 250 249 / 0.9);
}

.border-s-stone-50\/95{
  border-inline-start-color: rgb(250 250 249 / 0.95);
}

.border-s-stone-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-s-stone-500\/0{
  border-inline-start-color: rgb(120 113 108 / 0);
}

.border-s-stone-500\/10{
  border-inline-start-color: rgb(120 113 108 / 0.1);
}

.border-s-stone-500\/100{
  border-inline-start-color: rgb(120 113 108 / 1);
}

.border-s-stone-500\/20{
  border-inline-start-color: rgb(120 113 108 / 0.2);
}

.border-s-stone-500\/25{
  border-inline-start-color: rgb(120 113 108 / 0.25);
}

.border-s-stone-500\/30{
  border-inline-start-color: rgb(120 113 108 / 0.3);
}

.border-s-stone-500\/40{
  border-inline-start-color: rgb(120 113 108 / 0.4);
}

.border-s-stone-500\/5{
  border-inline-start-color: rgb(120 113 108 / 0.05);
}

.border-s-stone-500\/50{
  border-inline-start-color: rgb(120 113 108 / 0.5);
}

.border-s-stone-500\/60{
  border-inline-start-color: rgb(120 113 108 / 0.6);
}

.border-s-stone-500\/70{
  border-inline-start-color: rgb(120 113 108 / 0.7);
}

.border-s-stone-500\/75{
  border-inline-start-color: rgb(120 113 108 / 0.75);
}

.border-s-stone-500\/80{
  border-inline-start-color: rgb(120 113 108 / 0.8);
}

.border-s-stone-500\/90{
  border-inline-start-color: rgb(120 113 108 / 0.9);
}

.border-s-stone-500\/95{
  border-inline-start-color: rgb(120 113 108 / 0.95);
}

.border-s-stone-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-s-stone-600\/0{
  border-inline-start-color: rgb(87 83 78 / 0);
}

.border-s-stone-600\/10{
  border-inline-start-color: rgb(87 83 78 / 0.1);
}

.border-s-stone-600\/100{
  border-inline-start-color: rgb(87 83 78 / 1);
}

.border-s-stone-600\/20{
  border-inline-start-color: rgb(87 83 78 / 0.2);
}

.border-s-stone-600\/25{
  border-inline-start-color: rgb(87 83 78 / 0.25);
}

.border-s-stone-600\/30{
  border-inline-start-color: rgb(87 83 78 / 0.3);
}

.border-s-stone-600\/40{
  border-inline-start-color: rgb(87 83 78 / 0.4);
}

.border-s-stone-600\/5{
  border-inline-start-color: rgb(87 83 78 / 0.05);
}

.border-s-stone-600\/50{
  border-inline-start-color: rgb(87 83 78 / 0.5);
}

.border-s-stone-600\/60{
  border-inline-start-color: rgb(87 83 78 / 0.6);
}

.border-s-stone-600\/70{
  border-inline-start-color: rgb(87 83 78 / 0.7);
}

.border-s-stone-600\/75{
  border-inline-start-color: rgb(87 83 78 / 0.75);
}

.border-s-stone-600\/80{
  border-inline-start-color: rgb(87 83 78 / 0.8);
}

.border-s-stone-600\/90{
  border-inline-start-color: rgb(87 83 78 / 0.9);
}

.border-s-stone-600\/95{
  border-inline-start-color: rgb(87 83 78 / 0.95);
}

.border-s-stone-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-s-stone-700\/0{
  border-inline-start-color: rgb(68 64 60 / 0);
}

.border-s-stone-700\/10{
  border-inline-start-color: rgb(68 64 60 / 0.1);
}

.border-s-stone-700\/100{
  border-inline-start-color: rgb(68 64 60 / 1);
}

.border-s-stone-700\/20{
  border-inline-start-color: rgb(68 64 60 / 0.2);
}

.border-s-stone-700\/25{
  border-inline-start-color: rgb(68 64 60 / 0.25);
}

.border-s-stone-700\/30{
  border-inline-start-color: rgb(68 64 60 / 0.3);
}

.border-s-stone-700\/40{
  border-inline-start-color: rgb(68 64 60 / 0.4);
}

.border-s-stone-700\/5{
  border-inline-start-color: rgb(68 64 60 / 0.05);
}

.border-s-stone-700\/50{
  border-inline-start-color: rgb(68 64 60 / 0.5);
}

.border-s-stone-700\/60{
  border-inline-start-color: rgb(68 64 60 / 0.6);
}

.border-s-stone-700\/70{
  border-inline-start-color: rgb(68 64 60 / 0.7);
}

.border-s-stone-700\/75{
  border-inline-start-color: rgb(68 64 60 / 0.75);
}

.border-s-stone-700\/80{
  border-inline-start-color: rgb(68 64 60 / 0.8);
}

.border-s-stone-700\/90{
  border-inline-start-color: rgb(68 64 60 / 0.9);
}

.border-s-stone-700\/95{
  border-inline-start-color: rgb(68 64 60 / 0.95);
}

.border-s-stone-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-s-stone-800\/0{
  border-inline-start-color: rgb(41 37 36 / 0);
}

.border-s-stone-800\/10{
  border-inline-start-color: rgb(41 37 36 / 0.1);
}

.border-s-stone-800\/100{
  border-inline-start-color: rgb(41 37 36 / 1);
}

.border-s-stone-800\/20{
  border-inline-start-color: rgb(41 37 36 / 0.2);
}

.border-s-stone-800\/25{
  border-inline-start-color: rgb(41 37 36 / 0.25);
}

.border-s-stone-800\/30{
  border-inline-start-color: rgb(41 37 36 / 0.3);
}

.border-s-stone-800\/40{
  border-inline-start-color: rgb(41 37 36 / 0.4);
}

.border-s-stone-800\/5{
  border-inline-start-color: rgb(41 37 36 / 0.05);
}

.border-s-stone-800\/50{
  border-inline-start-color: rgb(41 37 36 / 0.5);
}

.border-s-stone-800\/60{
  border-inline-start-color: rgb(41 37 36 / 0.6);
}

.border-s-stone-800\/70{
  border-inline-start-color: rgb(41 37 36 / 0.7);
}

.border-s-stone-800\/75{
  border-inline-start-color: rgb(41 37 36 / 0.75);
}

.border-s-stone-800\/80{
  border-inline-start-color: rgb(41 37 36 / 0.8);
}

.border-s-stone-800\/90{
  border-inline-start-color: rgb(41 37 36 / 0.9);
}

.border-s-stone-800\/95{
  border-inline-start-color: rgb(41 37 36 / 0.95);
}

.border-s-stone-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-s-stone-900\/0{
  border-inline-start-color: rgb(28 25 23 / 0);
}

.border-s-stone-900\/10{
  border-inline-start-color: rgb(28 25 23 / 0.1);
}

.border-s-stone-900\/100{
  border-inline-start-color: rgb(28 25 23 / 1);
}

.border-s-stone-900\/20{
  border-inline-start-color: rgb(28 25 23 / 0.2);
}

.border-s-stone-900\/25{
  border-inline-start-color: rgb(28 25 23 / 0.25);
}

.border-s-stone-900\/30{
  border-inline-start-color: rgb(28 25 23 / 0.3);
}

.border-s-stone-900\/40{
  border-inline-start-color: rgb(28 25 23 / 0.4);
}

.border-s-stone-900\/5{
  border-inline-start-color: rgb(28 25 23 / 0.05);
}

.border-s-stone-900\/50{
  border-inline-start-color: rgb(28 25 23 / 0.5);
}

.border-s-stone-900\/60{
  border-inline-start-color: rgb(28 25 23 / 0.6);
}

.border-s-stone-900\/70{
  border-inline-start-color: rgb(28 25 23 / 0.7);
}

.border-s-stone-900\/75{
  border-inline-start-color: rgb(28 25 23 / 0.75);
}

.border-s-stone-900\/80{
  border-inline-start-color: rgb(28 25 23 / 0.8);
}

.border-s-stone-900\/90{
  border-inline-start-color: rgb(28 25 23 / 0.9);
}

.border-s-stone-900\/95{
  border-inline-start-color: rgb(28 25 23 / 0.95);
}

.border-s-stone-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-s-stone-950\/0{
  border-inline-start-color: rgb(12 10 9 / 0);
}

.border-s-stone-950\/10{
  border-inline-start-color: rgb(12 10 9 / 0.1);
}

.border-s-stone-950\/100{
  border-inline-start-color: rgb(12 10 9 / 1);
}

.border-s-stone-950\/20{
  border-inline-start-color: rgb(12 10 9 / 0.2);
}

.border-s-stone-950\/25{
  border-inline-start-color: rgb(12 10 9 / 0.25);
}

.border-s-stone-950\/30{
  border-inline-start-color: rgb(12 10 9 / 0.3);
}

.border-s-stone-950\/40{
  border-inline-start-color: rgb(12 10 9 / 0.4);
}

.border-s-stone-950\/5{
  border-inline-start-color: rgb(12 10 9 / 0.05);
}

.border-s-stone-950\/50{
  border-inline-start-color: rgb(12 10 9 / 0.5);
}

.border-s-stone-950\/60{
  border-inline-start-color: rgb(12 10 9 / 0.6);
}

.border-s-stone-950\/70{
  border-inline-start-color: rgb(12 10 9 / 0.7);
}

.border-s-stone-950\/75{
  border-inline-start-color: rgb(12 10 9 / 0.75);
}

.border-s-stone-950\/80{
  border-inline-start-color: rgb(12 10 9 / 0.8);
}

.border-s-stone-950\/90{
  border-inline-start-color: rgb(12 10 9 / 0.9);
}

.border-s-stone-950\/95{
  border-inline-start-color: rgb(12 10 9 / 0.95);
}

.border-s-teal-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.border-s-teal-100\/0{
  border-inline-start-color: rgb(204 251 241 / 0);
}

.border-s-teal-100\/10{
  border-inline-start-color: rgb(204 251 241 / 0.1);
}

.border-s-teal-100\/100{
  border-inline-start-color: rgb(204 251 241 / 1);
}

.border-s-teal-100\/20{
  border-inline-start-color: rgb(204 251 241 / 0.2);
}

.border-s-teal-100\/25{
  border-inline-start-color: rgb(204 251 241 / 0.25);
}

.border-s-teal-100\/30{
  border-inline-start-color: rgb(204 251 241 / 0.3);
}

.border-s-teal-100\/40{
  border-inline-start-color: rgb(204 251 241 / 0.4);
}

.border-s-teal-100\/5{
  border-inline-start-color: rgb(204 251 241 / 0.05);
}

.border-s-teal-100\/50{
  border-inline-start-color: rgb(204 251 241 / 0.5);
}

.border-s-teal-100\/60{
  border-inline-start-color: rgb(204 251 241 / 0.6);
}

.border-s-teal-100\/70{
  border-inline-start-color: rgb(204 251 241 / 0.7);
}

.border-s-teal-100\/75{
  border-inline-start-color: rgb(204 251 241 / 0.75);
}

.border-s-teal-100\/80{
  border-inline-start-color: rgb(204 251 241 / 0.8);
}

.border-s-teal-100\/90{
  border-inline-start-color: rgb(204 251 241 / 0.9);
}

.border-s-teal-100\/95{
  border-inline-start-color: rgb(204 251 241 / 0.95);
}

.border-s-teal-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-s-teal-200\/0{
  border-inline-start-color: rgb(153 246 228 / 0);
}

.border-s-teal-200\/10{
  border-inline-start-color: rgb(153 246 228 / 0.1);
}

.border-s-teal-200\/100{
  border-inline-start-color: rgb(153 246 228 / 1);
}

.border-s-teal-200\/20{
  border-inline-start-color: rgb(153 246 228 / 0.2);
}

.border-s-teal-200\/25{
  border-inline-start-color: rgb(153 246 228 / 0.25);
}

.border-s-teal-200\/30{
  border-inline-start-color: rgb(153 246 228 / 0.3);
}

.border-s-teal-200\/40{
  border-inline-start-color: rgb(153 246 228 / 0.4);
}

.border-s-teal-200\/5{
  border-inline-start-color: rgb(153 246 228 / 0.05);
}

.border-s-teal-200\/50{
  border-inline-start-color: rgb(153 246 228 / 0.5);
}

.border-s-teal-200\/60{
  border-inline-start-color: rgb(153 246 228 / 0.6);
}

.border-s-teal-200\/70{
  border-inline-start-color: rgb(153 246 228 / 0.7);
}

.border-s-teal-200\/75{
  border-inline-start-color: rgb(153 246 228 / 0.75);
}

.border-s-teal-200\/80{
  border-inline-start-color: rgb(153 246 228 / 0.8);
}

.border-s-teal-200\/90{
  border-inline-start-color: rgb(153 246 228 / 0.9);
}

.border-s-teal-200\/95{
  border-inline-start-color: rgb(153 246 228 / 0.95);
}

.border-s-teal-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-s-teal-300\/0{
  border-inline-start-color: rgb(94 234 212 / 0);
}

.border-s-teal-300\/10{
  border-inline-start-color: rgb(94 234 212 / 0.1);
}

.border-s-teal-300\/100{
  border-inline-start-color: rgb(94 234 212 / 1);
}

.border-s-teal-300\/20{
  border-inline-start-color: rgb(94 234 212 / 0.2);
}

.border-s-teal-300\/25{
  border-inline-start-color: rgb(94 234 212 / 0.25);
}

.border-s-teal-300\/30{
  border-inline-start-color: rgb(94 234 212 / 0.3);
}

.border-s-teal-300\/40{
  border-inline-start-color: rgb(94 234 212 / 0.4);
}

.border-s-teal-300\/5{
  border-inline-start-color: rgb(94 234 212 / 0.05);
}

.border-s-teal-300\/50{
  border-inline-start-color: rgb(94 234 212 / 0.5);
}

.border-s-teal-300\/60{
  border-inline-start-color: rgb(94 234 212 / 0.6);
}

.border-s-teal-300\/70{
  border-inline-start-color: rgb(94 234 212 / 0.7);
}

.border-s-teal-300\/75{
  border-inline-start-color: rgb(94 234 212 / 0.75);
}

.border-s-teal-300\/80{
  border-inline-start-color: rgb(94 234 212 / 0.8);
}

.border-s-teal-300\/90{
  border-inline-start-color: rgb(94 234 212 / 0.9);
}

.border-s-teal-300\/95{
  border-inline-start-color: rgb(94 234 212 / 0.95);
}

.border-s-teal-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-s-teal-400\/0{
  border-inline-start-color: rgb(45 212 191 / 0);
}

.border-s-teal-400\/10{
  border-inline-start-color: rgb(45 212 191 / 0.1);
}

.border-s-teal-400\/100{
  border-inline-start-color: rgb(45 212 191 / 1);
}

.border-s-teal-400\/20{
  border-inline-start-color: rgb(45 212 191 / 0.2);
}

.border-s-teal-400\/25{
  border-inline-start-color: rgb(45 212 191 / 0.25);
}

.border-s-teal-400\/30{
  border-inline-start-color: rgb(45 212 191 / 0.3);
}

.border-s-teal-400\/40{
  border-inline-start-color: rgb(45 212 191 / 0.4);
}

.border-s-teal-400\/5{
  border-inline-start-color: rgb(45 212 191 / 0.05);
}

.border-s-teal-400\/50{
  border-inline-start-color: rgb(45 212 191 / 0.5);
}

.border-s-teal-400\/60{
  border-inline-start-color: rgb(45 212 191 / 0.6);
}

.border-s-teal-400\/70{
  border-inline-start-color: rgb(45 212 191 / 0.7);
}

.border-s-teal-400\/75{
  border-inline-start-color: rgb(45 212 191 / 0.75);
}

.border-s-teal-400\/80{
  border-inline-start-color: rgb(45 212 191 / 0.8);
}

.border-s-teal-400\/90{
  border-inline-start-color: rgb(45 212 191 / 0.9);
}

.border-s-teal-400\/95{
  border-inline-start-color: rgb(45 212 191 / 0.95);
}

.border-s-teal-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-s-teal-50\/0{
  border-inline-start-color: rgb(240 253 250 / 0);
}

.border-s-teal-50\/10{
  border-inline-start-color: rgb(240 253 250 / 0.1);
}

.border-s-teal-50\/100{
  border-inline-start-color: rgb(240 253 250 / 1);
}

.border-s-teal-50\/20{
  border-inline-start-color: rgb(240 253 250 / 0.2);
}

.border-s-teal-50\/25{
  border-inline-start-color: rgb(240 253 250 / 0.25);
}

.border-s-teal-50\/30{
  border-inline-start-color: rgb(240 253 250 / 0.3);
}

.border-s-teal-50\/40{
  border-inline-start-color: rgb(240 253 250 / 0.4);
}

.border-s-teal-50\/5{
  border-inline-start-color: rgb(240 253 250 / 0.05);
}

.border-s-teal-50\/50{
  border-inline-start-color: rgb(240 253 250 / 0.5);
}

.border-s-teal-50\/60{
  border-inline-start-color: rgb(240 253 250 / 0.6);
}

.border-s-teal-50\/70{
  border-inline-start-color: rgb(240 253 250 / 0.7);
}

.border-s-teal-50\/75{
  border-inline-start-color: rgb(240 253 250 / 0.75);
}

.border-s-teal-50\/80{
  border-inline-start-color: rgb(240 253 250 / 0.8);
}

.border-s-teal-50\/90{
  border-inline-start-color: rgb(240 253 250 / 0.9);
}

.border-s-teal-50\/95{
  border-inline-start-color: rgb(240 253 250 / 0.95);
}

.border-s-teal-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-s-teal-500\/0{
  border-inline-start-color: rgb(20 184 166 / 0);
}

.border-s-teal-500\/10{
  border-inline-start-color: rgb(20 184 166 / 0.1);
}

.border-s-teal-500\/100{
  border-inline-start-color: rgb(20 184 166 / 1);
}

.border-s-teal-500\/20{
  border-inline-start-color: rgb(20 184 166 / 0.2);
}

.border-s-teal-500\/25{
  border-inline-start-color: rgb(20 184 166 / 0.25);
}

.border-s-teal-500\/30{
  border-inline-start-color: rgb(20 184 166 / 0.3);
}

.border-s-teal-500\/40{
  border-inline-start-color: rgb(20 184 166 / 0.4);
}

.border-s-teal-500\/5{
  border-inline-start-color: rgb(20 184 166 / 0.05);
}

.border-s-teal-500\/50{
  border-inline-start-color: rgb(20 184 166 / 0.5);
}

.border-s-teal-500\/60{
  border-inline-start-color: rgb(20 184 166 / 0.6);
}

.border-s-teal-500\/70{
  border-inline-start-color: rgb(20 184 166 / 0.7);
}

.border-s-teal-500\/75{
  border-inline-start-color: rgb(20 184 166 / 0.75);
}

.border-s-teal-500\/80{
  border-inline-start-color: rgb(20 184 166 / 0.8);
}

.border-s-teal-500\/90{
  border-inline-start-color: rgb(20 184 166 / 0.9);
}

.border-s-teal-500\/95{
  border-inline-start-color: rgb(20 184 166 / 0.95);
}

.border-s-teal-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-s-teal-600\/0{
  border-inline-start-color: rgb(13 148 136 / 0);
}

.border-s-teal-600\/10{
  border-inline-start-color: rgb(13 148 136 / 0.1);
}

.border-s-teal-600\/100{
  border-inline-start-color: rgb(13 148 136 / 1);
}

.border-s-teal-600\/20{
  border-inline-start-color: rgb(13 148 136 / 0.2);
}

.border-s-teal-600\/25{
  border-inline-start-color: rgb(13 148 136 / 0.25);
}

.border-s-teal-600\/30{
  border-inline-start-color: rgb(13 148 136 / 0.3);
}

.border-s-teal-600\/40{
  border-inline-start-color: rgb(13 148 136 / 0.4);
}

.border-s-teal-600\/5{
  border-inline-start-color: rgb(13 148 136 / 0.05);
}

.border-s-teal-600\/50{
  border-inline-start-color: rgb(13 148 136 / 0.5);
}

.border-s-teal-600\/60{
  border-inline-start-color: rgb(13 148 136 / 0.6);
}

.border-s-teal-600\/70{
  border-inline-start-color: rgb(13 148 136 / 0.7);
}

.border-s-teal-600\/75{
  border-inline-start-color: rgb(13 148 136 / 0.75);
}

.border-s-teal-600\/80{
  border-inline-start-color: rgb(13 148 136 / 0.8);
}

.border-s-teal-600\/90{
  border-inline-start-color: rgb(13 148 136 / 0.9);
}

.border-s-teal-600\/95{
  border-inline-start-color: rgb(13 148 136 / 0.95);
}

.border-s-teal-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-s-teal-700\/0{
  border-inline-start-color: rgb(15 118 110 / 0);
}

.border-s-teal-700\/10{
  border-inline-start-color: rgb(15 118 110 / 0.1);
}

.border-s-teal-700\/100{
  border-inline-start-color: rgb(15 118 110 / 1);
}

.border-s-teal-700\/20{
  border-inline-start-color: rgb(15 118 110 / 0.2);
}

.border-s-teal-700\/25{
  border-inline-start-color: rgb(15 118 110 / 0.25);
}

.border-s-teal-700\/30{
  border-inline-start-color: rgb(15 118 110 / 0.3);
}

.border-s-teal-700\/40{
  border-inline-start-color: rgb(15 118 110 / 0.4);
}

.border-s-teal-700\/5{
  border-inline-start-color: rgb(15 118 110 / 0.05);
}

.border-s-teal-700\/50{
  border-inline-start-color: rgb(15 118 110 / 0.5);
}

.border-s-teal-700\/60{
  border-inline-start-color: rgb(15 118 110 / 0.6);
}

.border-s-teal-700\/70{
  border-inline-start-color: rgb(15 118 110 / 0.7);
}

.border-s-teal-700\/75{
  border-inline-start-color: rgb(15 118 110 / 0.75);
}

.border-s-teal-700\/80{
  border-inline-start-color: rgb(15 118 110 / 0.8);
}

.border-s-teal-700\/90{
  border-inline-start-color: rgb(15 118 110 / 0.9);
}

.border-s-teal-700\/95{
  border-inline-start-color: rgb(15 118 110 / 0.95);
}

.border-s-teal-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-s-teal-800\/0{
  border-inline-start-color: rgb(17 94 89 / 0);
}

.border-s-teal-800\/10{
  border-inline-start-color: rgb(17 94 89 / 0.1);
}

.border-s-teal-800\/100{
  border-inline-start-color: rgb(17 94 89 / 1);
}

.border-s-teal-800\/20{
  border-inline-start-color: rgb(17 94 89 / 0.2);
}

.border-s-teal-800\/25{
  border-inline-start-color: rgb(17 94 89 / 0.25);
}

.border-s-teal-800\/30{
  border-inline-start-color: rgb(17 94 89 / 0.3);
}

.border-s-teal-800\/40{
  border-inline-start-color: rgb(17 94 89 / 0.4);
}

.border-s-teal-800\/5{
  border-inline-start-color: rgb(17 94 89 / 0.05);
}

.border-s-teal-800\/50{
  border-inline-start-color: rgb(17 94 89 / 0.5);
}

.border-s-teal-800\/60{
  border-inline-start-color: rgb(17 94 89 / 0.6);
}

.border-s-teal-800\/70{
  border-inline-start-color: rgb(17 94 89 / 0.7);
}

.border-s-teal-800\/75{
  border-inline-start-color: rgb(17 94 89 / 0.75);
}

.border-s-teal-800\/80{
  border-inline-start-color: rgb(17 94 89 / 0.8);
}

.border-s-teal-800\/90{
  border-inline-start-color: rgb(17 94 89 / 0.9);
}

.border-s-teal-800\/95{
  border-inline-start-color: rgb(17 94 89 / 0.95);
}

.border-s-teal-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-s-teal-900\/0{
  border-inline-start-color: rgb(19 78 74 / 0);
}

.border-s-teal-900\/10{
  border-inline-start-color: rgb(19 78 74 / 0.1);
}

.border-s-teal-900\/100{
  border-inline-start-color: rgb(19 78 74 / 1);
}

.border-s-teal-900\/20{
  border-inline-start-color: rgb(19 78 74 / 0.2);
}

.border-s-teal-900\/25{
  border-inline-start-color: rgb(19 78 74 / 0.25);
}

.border-s-teal-900\/30{
  border-inline-start-color: rgb(19 78 74 / 0.3);
}

.border-s-teal-900\/40{
  border-inline-start-color: rgb(19 78 74 / 0.4);
}

.border-s-teal-900\/5{
  border-inline-start-color: rgb(19 78 74 / 0.05);
}

.border-s-teal-900\/50{
  border-inline-start-color: rgb(19 78 74 / 0.5);
}

.border-s-teal-900\/60{
  border-inline-start-color: rgb(19 78 74 / 0.6);
}

.border-s-teal-900\/70{
  border-inline-start-color: rgb(19 78 74 / 0.7);
}

.border-s-teal-900\/75{
  border-inline-start-color: rgb(19 78 74 / 0.75);
}

.border-s-teal-900\/80{
  border-inline-start-color: rgb(19 78 74 / 0.8);
}

.border-s-teal-900\/90{
  border-inline-start-color: rgb(19 78 74 / 0.9);
}

.border-s-teal-900\/95{
  border-inline-start-color: rgb(19 78 74 / 0.95);
}

.border-s-teal-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-s-teal-950\/0{
  border-inline-start-color: rgb(4 47 46 / 0);
}

.border-s-teal-950\/10{
  border-inline-start-color: rgb(4 47 46 / 0.1);
}

.border-s-teal-950\/100{
  border-inline-start-color: rgb(4 47 46 / 1);
}

.border-s-teal-950\/20{
  border-inline-start-color: rgb(4 47 46 / 0.2);
}

.border-s-teal-950\/25{
  border-inline-start-color: rgb(4 47 46 / 0.25);
}

.border-s-teal-950\/30{
  border-inline-start-color: rgb(4 47 46 / 0.3);
}

.border-s-teal-950\/40{
  border-inline-start-color: rgb(4 47 46 / 0.4);
}

.border-s-teal-950\/5{
  border-inline-start-color: rgb(4 47 46 / 0.05);
}

.border-s-teal-950\/50{
  border-inline-start-color: rgb(4 47 46 / 0.5);
}

.border-s-teal-950\/60{
  border-inline-start-color: rgb(4 47 46 / 0.6);
}

.border-s-teal-950\/70{
  border-inline-start-color: rgb(4 47 46 / 0.7);
}

.border-s-teal-950\/75{
  border-inline-start-color: rgb(4 47 46 / 0.75);
}

.border-s-teal-950\/80{
  border-inline-start-color: rgb(4 47 46 / 0.8);
}

.border-s-teal-950\/90{
  border-inline-start-color: rgb(4 47 46 / 0.9);
}

.border-s-teal-950\/95{
  border-inline-start-color: rgb(4 47 46 / 0.95);
}

.border-s-transparent{
  border-inline-start-color: transparent;
}

.border-s-transparent\/0{
  border-inline-start-color: rgb(0 0 0 / 0);
}

.border-s-transparent\/10{
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.border-s-transparent\/100{
  border-inline-start-color: rgb(0 0 0 / 1);
}

.border-s-transparent\/20{
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.border-s-transparent\/25{
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.border-s-transparent\/30{
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.border-s-transparent\/40{
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.border-s-transparent\/5{
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.border-s-transparent\/50{
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.border-s-transparent\/60{
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.border-s-transparent\/70{
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.border-s-transparent\/75{
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.border-s-transparent\/80{
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.border-s-transparent\/90{
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.border-s-transparent\/95{
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.border-s-violet-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-s-violet-100\/0{
  border-inline-start-color: rgb(237 233 254 / 0);
}

.border-s-violet-100\/10{
  border-inline-start-color: rgb(237 233 254 / 0.1);
}

.border-s-violet-100\/100{
  border-inline-start-color: rgb(237 233 254 / 1);
}

.border-s-violet-100\/20{
  border-inline-start-color: rgb(237 233 254 / 0.2);
}

.border-s-violet-100\/25{
  border-inline-start-color: rgb(237 233 254 / 0.25);
}

.border-s-violet-100\/30{
  border-inline-start-color: rgb(237 233 254 / 0.3);
}

.border-s-violet-100\/40{
  border-inline-start-color: rgb(237 233 254 / 0.4);
}

.border-s-violet-100\/5{
  border-inline-start-color: rgb(237 233 254 / 0.05);
}

.border-s-violet-100\/50{
  border-inline-start-color: rgb(237 233 254 / 0.5);
}

.border-s-violet-100\/60{
  border-inline-start-color: rgb(237 233 254 / 0.6);
}

.border-s-violet-100\/70{
  border-inline-start-color: rgb(237 233 254 / 0.7);
}

.border-s-violet-100\/75{
  border-inline-start-color: rgb(237 233 254 / 0.75);
}

.border-s-violet-100\/80{
  border-inline-start-color: rgb(237 233 254 / 0.8);
}

.border-s-violet-100\/90{
  border-inline-start-color: rgb(237 233 254 / 0.9);
}

.border-s-violet-100\/95{
  border-inline-start-color: rgb(237 233 254 / 0.95);
}

.border-s-violet-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-s-violet-200\/0{
  border-inline-start-color: rgb(221 214 254 / 0);
}

.border-s-violet-200\/10{
  border-inline-start-color: rgb(221 214 254 / 0.1);
}

.border-s-violet-200\/100{
  border-inline-start-color: rgb(221 214 254 / 1);
}

.border-s-violet-200\/20{
  border-inline-start-color: rgb(221 214 254 / 0.2);
}

.border-s-violet-200\/25{
  border-inline-start-color: rgb(221 214 254 / 0.25);
}

.border-s-violet-200\/30{
  border-inline-start-color: rgb(221 214 254 / 0.3);
}

.border-s-violet-200\/40{
  border-inline-start-color: rgb(221 214 254 / 0.4);
}

.border-s-violet-200\/5{
  border-inline-start-color: rgb(221 214 254 / 0.05);
}

.border-s-violet-200\/50{
  border-inline-start-color: rgb(221 214 254 / 0.5);
}

.border-s-violet-200\/60{
  border-inline-start-color: rgb(221 214 254 / 0.6);
}

.border-s-violet-200\/70{
  border-inline-start-color: rgb(221 214 254 / 0.7);
}

.border-s-violet-200\/75{
  border-inline-start-color: rgb(221 214 254 / 0.75);
}

.border-s-violet-200\/80{
  border-inline-start-color: rgb(221 214 254 / 0.8);
}

.border-s-violet-200\/90{
  border-inline-start-color: rgb(221 214 254 / 0.9);
}

.border-s-violet-200\/95{
  border-inline-start-color: rgb(221 214 254 / 0.95);
}

.border-s-violet-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-s-violet-300\/0{
  border-inline-start-color: rgb(196 181 253 / 0);
}

.border-s-violet-300\/10{
  border-inline-start-color: rgb(196 181 253 / 0.1);
}

.border-s-violet-300\/100{
  border-inline-start-color: rgb(196 181 253 / 1);
}

.border-s-violet-300\/20{
  border-inline-start-color: rgb(196 181 253 / 0.2);
}

.border-s-violet-300\/25{
  border-inline-start-color: rgb(196 181 253 / 0.25);
}

.border-s-violet-300\/30{
  border-inline-start-color: rgb(196 181 253 / 0.3);
}

.border-s-violet-300\/40{
  border-inline-start-color: rgb(196 181 253 / 0.4);
}

.border-s-violet-300\/5{
  border-inline-start-color: rgb(196 181 253 / 0.05);
}

.border-s-violet-300\/50{
  border-inline-start-color: rgb(196 181 253 / 0.5);
}

.border-s-violet-300\/60{
  border-inline-start-color: rgb(196 181 253 / 0.6);
}

.border-s-violet-300\/70{
  border-inline-start-color: rgb(196 181 253 / 0.7);
}

.border-s-violet-300\/75{
  border-inline-start-color: rgb(196 181 253 / 0.75);
}

.border-s-violet-300\/80{
  border-inline-start-color: rgb(196 181 253 / 0.8);
}

.border-s-violet-300\/90{
  border-inline-start-color: rgb(196 181 253 / 0.9);
}

.border-s-violet-300\/95{
  border-inline-start-color: rgb(196 181 253 / 0.95);
}

.border-s-violet-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-s-violet-400\/0{
  border-inline-start-color: rgb(167 139 250 / 0);
}

.border-s-violet-400\/10{
  border-inline-start-color: rgb(167 139 250 / 0.1);
}

.border-s-violet-400\/100{
  border-inline-start-color: rgb(167 139 250 / 1);
}

.border-s-violet-400\/20{
  border-inline-start-color: rgb(167 139 250 / 0.2);
}

.border-s-violet-400\/25{
  border-inline-start-color: rgb(167 139 250 / 0.25);
}

.border-s-violet-400\/30{
  border-inline-start-color: rgb(167 139 250 / 0.3);
}

.border-s-violet-400\/40{
  border-inline-start-color: rgb(167 139 250 / 0.4);
}

.border-s-violet-400\/5{
  border-inline-start-color: rgb(167 139 250 / 0.05);
}

.border-s-violet-400\/50{
  border-inline-start-color: rgb(167 139 250 / 0.5);
}

.border-s-violet-400\/60{
  border-inline-start-color: rgb(167 139 250 / 0.6);
}

.border-s-violet-400\/70{
  border-inline-start-color: rgb(167 139 250 / 0.7);
}

.border-s-violet-400\/75{
  border-inline-start-color: rgb(167 139 250 / 0.75);
}

.border-s-violet-400\/80{
  border-inline-start-color: rgb(167 139 250 / 0.8);
}

.border-s-violet-400\/90{
  border-inline-start-color: rgb(167 139 250 / 0.9);
}

.border-s-violet-400\/95{
  border-inline-start-color: rgb(167 139 250 / 0.95);
}

.border-s-violet-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-s-violet-50\/0{
  border-inline-start-color: rgb(245 243 255 / 0);
}

.border-s-violet-50\/10{
  border-inline-start-color: rgb(245 243 255 / 0.1);
}

.border-s-violet-50\/100{
  border-inline-start-color: rgb(245 243 255 / 1);
}

.border-s-violet-50\/20{
  border-inline-start-color: rgb(245 243 255 / 0.2);
}

.border-s-violet-50\/25{
  border-inline-start-color: rgb(245 243 255 / 0.25);
}

.border-s-violet-50\/30{
  border-inline-start-color: rgb(245 243 255 / 0.3);
}

.border-s-violet-50\/40{
  border-inline-start-color: rgb(245 243 255 / 0.4);
}

.border-s-violet-50\/5{
  border-inline-start-color: rgb(245 243 255 / 0.05);
}

.border-s-violet-50\/50{
  border-inline-start-color: rgb(245 243 255 / 0.5);
}

.border-s-violet-50\/60{
  border-inline-start-color: rgb(245 243 255 / 0.6);
}

.border-s-violet-50\/70{
  border-inline-start-color: rgb(245 243 255 / 0.7);
}

.border-s-violet-50\/75{
  border-inline-start-color: rgb(245 243 255 / 0.75);
}

.border-s-violet-50\/80{
  border-inline-start-color: rgb(245 243 255 / 0.8);
}

.border-s-violet-50\/90{
  border-inline-start-color: rgb(245 243 255 / 0.9);
}

.border-s-violet-50\/95{
  border-inline-start-color: rgb(245 243 255 / 0.95);
}

.border-s-violet-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-s-violet-500\/0{
  border-inline-start-color: rgb(139 92 246 / 0);
}

.border-s-violet-500\/10{
  border-inline-start-color: rgb(139 92 246 / 0.1);
}

.border-s-violet-500\/100{
  border-inline-start-color: rgb(139 92 246 / 1);
}

.border-s-violet-500\/20{
  border-inline-start-color: rgb(139 92 246 / 0.2);
}

.border-s-violet-500\/25{
  border-inline-start-color: rgb(139 92 246 / 0.25);
}

.border-s-violet-500\/30{
  border-inline-start-color: rgb(139 92 246 / 0.3);
}

.border-s-violet-500\/40{
  border-inline-start-color: rgb(139 92 246 / 0.4);
}

.border-s-violet-500\/5{
  border-inline-start-color: rgb(139 92 246 / 0.05);
}

.border-s-violet-500\/50{
  border-inline-start-color: rgb(139 92 246 / 0.5);
}

.border-s-violet-500\/60{
  border-inline-start-color: rgb(139 92 246 / 0.6);
}

.border-s-violet-500\/70{
  border-inline-start-color: rgb(139 92 246 / 0.7);
}

.border-s-violet-500\/75{
  border-inline-start-color: rgb(139 92 246 / 0.75);
}

.border-s-violet-500\/80{
  border-inline-start-color: rgb(139 92 246 / 0.8);
}

.border-s-violet-500\/90{
  border-inline-start-color: rgb(139 92 246 / 0.9);
}

.border-s-violet-500\/95{
  border-inline-start-color: rgb(139 92 246 / 0.95);
}

.border-s-violet-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-s-violet-600\/0{
  border-inline-start-color: rgb(124 58 237 / 0);
}

.border-s-violet-600\/10{
  border-inline-start-color: rgb(124 58 237 / 0.1);
}

.border-s-violet-600\/100{
  border-inline-start-color: rgb(124 58 237 / 1);
}

.border-s-violet-600\/20{
  border-inline-start-color: rgb(124 58 237 / 0.2);
}

.border-s-violet-600\/25{
  border-inline-start-color: rgb(124 58 237 / 0.25);
}

.border-s-violet-600\/30{
  border-inline-start-color: rgb(124 58 237 / 0.3);
}

.border-s-violet-600\/40{
  border-inline-start-color: rgb(124 58 237 / 0.4);
}

.border-s-violet-600\/5{
  border-inline-start-color: rgb(124 58 237 / 0.05);
}

.border-s-violet-600\/50{
  border-inline-start-color: rgb(124 58 237 / 0.5);
}

.border-s-violet-600\/60{
  border-inline-start-color: rgb(124 58 237 / 0.6);
}

.border-s-violet-600\/70{
  border-inline-start-color: rgb(124 58 237 / 0.7);
}

.border-s-violet-600\/75{
  border-inline-start-color: rgb(124 58 237 / 0.75);
}

.border-s-violet-600\/80{
  border-inline-start-color: rgb(124 58 237 / 0.8);
}

.border-s-violet-600\/90{
  border-inline-start-color: rgb(124 58 237 / 0.9);
}

.border-s-violet-600\/95{
  border-inline-start-color: rgb(124 58 237 / 0.95);
}

.border-s-violet-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-s-violet-700\/0{
  border-inline-start-color: rgb(109 40 217 / 0);
}

.border-s-violet-700\/10{
  border-inline-start-color: rgb(109 40 217 / 0.1);
}

.border-s-violet-700\/100{
  border-inline-start-color: rgb(109 40 217 / 1);
}

.border-s-violet-700\/20{
  border-inline-start-color: rgb(109 40 217 / 0.2);
}

.border-s-violet-700\/25{
  border-inline-start-color: rgb(109 40 217 / 0.25);
}

.border-s-violet-700\/30{
  border-inline-start-color: rgb(109 40 217 / 0.3);
}

.border-s-violet-700\/40{
  border-inline-start-color: rgb(109 40 217 / 0.4);
}

.border-s-violet-700\/5{
  border-inline-start-color: rgb(109 40 217 / 0.05);
}

.border-s-violet-700\/50{
  border-inline-start-color: rgb(109 40 217 / 0.5);
}

.border-s-violet-700\/60{
  border-inline-start-color: rgb(109 40 217 / 0.6);
}

.border-s-violet-700\/70{
  border-inline-start-color: rgb(109 40 217 / 0.7);
}

.border-s-violet-700\/75{
  border-inline-start-color: rgb(109 40 217 / 0.75);
}

.border-s-violet-700\/80{
  border-inline-start-color: rgb(109 40 217 / 0.8);
}

.border-s-violet-700\/90{
  border-inline-start-color: rgb(109 40 217 / 0.9);
}

.border-s-violet-700\/95{
  border-inline-start-color: rgb(109 40 217 / 0.95);
}

.border-s-violet-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-s-violet-800\/0{
  border-inline-start-color: rgb(91 33 182 / 0);
}

.border-s-violet-800\/10{
  border-inline-start-color: rgb(91 33 182 / 0.1);
}

.border-s-violet-800\/100{
  border-inline-start-color: rgb(91 33 182 / 1);
}

.border-s-violet-800\/20{
  border-inline-start-color: rgb(91 33 182 / 0.2);
}

.border-s-violet-800\/25{
  border-inline-start-color: rgb(91 33 182 / 0.25);
}

.border-s-violet-800\/30{
  border-inline-start-color: rgb(91 33 182 / 0.3);
}

.border-s-violet-800\/40{
  border-inline-start-color: rgb(91 33 182 / 0.4);
}

.border-s-violet-800\/5{
  border-inline-start-color: rgb(91 33 182 / 0.05);
}

.border-s-violet-800\/50{
  border-inline-start-color: rgb(91 33 182 / 0.5);
}

.border-s-violet-800\/60{
  border-inline-start-color: rgb(91 33 182 / 0.6);
}

.border-s-violet-800\/70{
  border-inline-start-color: rgb(91 33 182 / 0.7);
}

.border-s-violet-800\/75{
  border-inline-start-color: rgb(91 33 182 / 0.75);
}

.border-s-violet-800\/80{
  border-inline-start-color: rgb(91 33 182 / 0.8);
}

.border-s-violet-800\/90{
  border-inline-start-color: rgb(91 33 182 / 0.9);
}

.border-s-violet-800\/95{
  border-inline-start-color: rgb(91 33 182 / 0.95);
}

.border-s-violet-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-s-violet-900\/0{
  border-inline-start-color: rgb(76 29 149 / 0);
}

.border-s-violet-900\/10{
  border-inline-start-color: rgb(76 29 149 / 0.1);
}

.border-s-violet-900\/100{
  border-inline-start-color: rgb(76 29 149 / 1);
}

.border-s-violet-900\/20{
  border-inline-start-color: rgb(76 29 149 / 0.2);
}

.border-s-violet-900\/25{
  border-inline-start-color: rgb(76 29 149 / 0.25);
}

.border-s-violet-900\/30{
  border-inline-start-color: rgb(76 29 149 / 0.3);
}

.border-s-violet-900\/40{
  border-inline-start-color: rgb(76 29 149 / 0.4);
}

.border-s-violet-900\/5{
  border-inline-start-color: rgb(76 29 149 / 0.05);
}

.border-s-violet-900\/50{
  border-inline-start-color: rgb(76 29 149 / 0.5);
}

.border-s-violet-900\/60{
  border-inline-start-color: rgb(76 29 149 / 0.6);
}

.border-s-violet-900\/70{
  border-inline-start-color: rgb(76 29 149 / 0.7);
}

.border-s-violet-900\/75{
  border-inline-start-color: rgb(76 29 149 / 0.75);
}

.border-s-violet-900\/80{
  border-inline-start-color: rgb(76 29 149 / 0.8);
}

.border-s-violet-900\/90{
  border-inline-start-color: rgb(76 29 149 / 0.9);
}

.border-s-violet-900\/95{
  border-inline-start-color: rgb(76 29 149 / 0.95);
}

.border-s-violet-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-s-violet-950\/0{
  border-inline-start-color: rgb(46 16 101 / 0);
}

.border-s-violet-950\/10{
  border-inline-start-color: rgb(46 16 101 / 0.1);
}

.border-s-violet-950\/100{
  border-inline-start-color: rgb(46 16 101 / 1);
}

.border-s-violet-950\/20{
  border-inline-start-color: rgb(46 16 101 / 0.2);
}

.border-s-violet-950\/25{
  border-inline-start-color: rgb(46 16 101 / 0.25);
}

.border-s-violet-950\/30{
  border-inline-start-color: rgb(46 16 101 / 0.3);
}

.border-s-violet-950\/40{
  border-inline-start-color: rgb(46 16 101 / 0.4);
}

.border-s-violet-950\/5{
  border-inline-start-color: rgb(46 16 101 / 0.05);
}

.border-s-violet-950\/50{
  border-inline-start-color: rgb(46 16 101 / 0.5);
}

.border-s-violet-950\/60{
  border-inline-start-color: rgb(46 16 101 / 0.6);
}

.border-s-violet-950\/70{
  border-inline-start-color: rgb(46 16 101 / 0.7);
}

.border-s-violet-950\/75{
  border-inline-start-color: rgb(46 16 101 / 0.75);
}

.border-s-violet-950\/80{
  border-inline-start-color: rgb(46 16 101 / 0.8);
}

.border-s-violet-950\/90{
  border-inline-start-color: rgb(46 16 101 / 0.9);
}

.border-s-violet-950\/95{
  border-inline-start-color: rgb(46 16 101 / 0.95);
}

.border-s-white{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-s-white\/0{
  border-inline-start-color: rgb(255 255 255 / 0);
}

.border-s-white\/10{
  border-inline-start-color: rgb(255 255 255 / 0.1);
}

.border-s-white\/100{
  border-inline-start-color: rgb(255 255 255 / 1);
}

.border-s-white\/20{
  border-inline-start-color: rgb(255 255 255 / 0.2);
}

.border-s-white\/25{
  border-inline-start-color: rgb(255 255 255 / 0.25);
}

.border-s-white\/30{
  border-inline-start-color: rgb(255 255 255 / 0.3);
}

.border-s-white\/40{
  border-inline-start-color: rgb(255 255 255 / 0.4);
}

.border-s-white\/5{
  border-inline-start-color: rgb(255 255 255 / 0.05);
}

.border-s-white\/50{
  border-inline-start-color: rgb(255 255 255 / 0.5);
}

.border-s-white\/60{
  border-inline-start-color: rgb(255 255 255 / 0.6);
}

.border-s-white\/70{
  border-inline-start-color: rgb(255 255 255 / 0.7);
}

.border-s-white\/75{
  border-inline-start-color: rgb(255 255 255 / 0.75);
}

.border-s-white\/80{
  border-inline-start-color: rgb(255 255 255 / 0.8);
}

.border-s-white\/90{
  border-inline-start-color: rgb(255 255 255 / 0.9);
}

.border-s-white\/95{
  border-inline-start-color: rgb(255 255 255 / 0.95);
}

.border-s-yellow-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-s-yellow-100\/0{
  border-inline-start-color: rgb(254 249 195 / 0);
}

.border-s-yellow-100\/10{
  border-inline-start-color: rgb(254 249 195 / 0.1);
}

.border-s-yellow-100\/100{
  border-inline-start-color: rgb(254 249 195 / 1);
}

.border-s-yellow-100\/20{
  border-inline-start-color: rgb(254 249 195 / 0.2);
}

.border-s-yellow-100\/25{
  border-inline-start-color: rgb(254 249 195 / 0.25);
}

.border-s-yellow-100\/30{
  border-inline-start-color: rgb(254 249 195 / 0.3);
}

.border-s-yellow-100\/40{
  border-inline-start-color: rgb(254 249 195 / 0.4);
}

.border-s-yellow-100\/5{
  border-inline-start-color: rgb(254 249 195 / 0.05);
}

.border-s-yellow-100\/50{
  border-inline-start-color: rgb(254 249 195 / 0.5);
}

.border-s-yellow-100\/60{
  border-inline-start-color: rgb(254 249 195 / 0.6);
}

.border-s-yellow-100\/70{
  border-inline-start-color: rgb(254 249 195 / 0.7);
}

.border-s-yellow-100\/75{
  border-inline-start-color: rgb(254 249 195 / 0.75);
}

.border-s-yellow-100\/80{
  border-inline-start-color: rgb(254 249 195 / 0.8);
}

.border-s-yellow-100\/90{
  border-inline-start-color: rgb(254 249 195 / 0.9);
}

.border-s-yellow-100\/95{
  border-inline-start-color: rgb(254 249 195 / 0.95);
}

.border-s-yellow-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-s-yellow-200\/0{
  border-inline-start-color: rgb(254 240 138 / 0);
}

.border-s-yellow-200\/10{
  border-inline-start-color: rgb(254 240 138 / 0.1);
}

.border-s-yellow-200\/100{
  border-inline-start-color: rgb(254 240 138 / 1);
}

.border-s-yellow-200\/20{
  border-inline-start-color: rgb(254 240 138 / 0.2);
}

.border-s-yellow-200\/25{
  border-inline-start-color: rgb(254 240 138 / 0.25);
}

.border-s-yellow-200\/30{
  border-inline-start-color: rgb(254 240 138 / 0.3);
}

.border-s-yellow-200\/40{
  border-inline-start-color: rgb(254 240 138 / 0.4);
}

.border-s-yellow-200\/5{
  border-inline-start-color: rgb(254 240 138 / 0.05);
}

.border-s-yellow-200\/50{
  border-inline-start-color: rgb(254 240 138 / 0.5);
}

.border-s-yellow-200\/60{
  border-inline-start-color: rgb(254 240 138 / 0.6);
}

.border-s-yellow-200\/70{
  border-inline-start-color: rgb(254 240 138 / 0.7);
}

.border-s-yellow-200\/75{
  border-inline-start-color: rgb(254 240 138 / 0.75);
}

.border-s-yellow-200\/80{
  border-inline-start-color: rgb(254 240 138 / 0.8);
}

.border-s-yellow-200\/90{
  border-inline-start-color: rgb(254 240 138 / 0.9);
}

.border-s-yellow-200\/95{
  border-inline-start-color: rgb(254 240 138 / 0.95);
}

.border-s-yellow-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-s-yellow-300\/0{
  border-inline-start-color: rgb(253 224 71 / 0);
}

.border-s-yellow-300\/10{
  border-inline-start-color: rgb(253 224 71 / 0.1);
}

.border-s-yellow-300\/100{
  border-inline-start-color: rgb(253 224 71 / 1);
}

.border-s-yellow-300\/20{
  border-inline-start-color: rgb(253 224 71 / 0.2);
}

.border-s-yellow-300\/25{
  border-inline-start-color: rgb(253 224 71 / 0.25);
}

.border-s-yellow-300\/30{
  border-inline-start-color: rgb(253 224 71 / 0.3);
}

.border-s-yellow-300\/40{
  border-inline-start-color: rgb(253 224 71 / 0.4);
}

.border-s-yellow-300\/5{
  border-inline-start-color: rgb(253 224 71 / 0.05);
}

.border-s-yellow-300\/50{
  border-inline-start-color: rgb(253 224 71 / 0.5);
}

.border-s-yellow-300\/60{
  border-inline-start-color: rgb(253 224 71 / 0.6);
}

.border-s-yellow-300\/70{
  border-inline-start-color: rgb(253 224 71 / 0.7);
}

.border-s-yellow-300\/75{
  border-inline-start-color: rgb(253 224 71 / 0.75);
}

.border-s-yellow-300\/80{
  border-inline-start-color: rgb(253 224 71 / 0.8);
}

.border-s-yellow-300\/90{
  border-inline-start-color: rgb(253 224 71 / 0.9);
}

.border-s-yellow-300\/95{
  border-inline-start-color: rgb(253 224 71 / 0.95);
}

.border-s-yellow-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-s-yellow-400\/0{
  border-inline-start-color: rgb(250 204 21 / 0);
}

.border-s-yellow-400\/10{
  border-inline-start-color: rgb(250 204 21 / 0.1);
}

.border-s-yellow-400\/100{
  border-inline-start-color: rgb(250 204 21 / 1);
}

.border-s-yellow-400\/20{
  border-inline-start-color: rgb(250 204 21 / 0.2);
}

.border-s-yellow-400\/25{
  border-inline-start-color: rgb(250 204 21 / 0.25);
}

.border-s-yellow-400\/30{
  border-inline-start-color: rgb(250 204 21 / 0.3);
}

.border-s-yellow-400\/40{
  border-inline-start-color: rgb(250 204 21 / 0.4);
}

.border-s-yellow-400\/5{
  border-inline-start-color: rgb(250 204 21 / 0.05);
}

.border-s-yellow-400\/50{
  border-inline-start-color: rgb(250 204 21 / 0.5);
}

.border-s-yellow-400\/60{
  border-inline-start-color: rgb(250 204 21 / 0.6);
}

.border-s-yellow-400\/70{
  border-inline-start-color: rgb(250 204 21 / 0.7);
}

.border-s-yellow-400\/75{
  border-inline-start-color: rgb(250 204 21 / 0.75);
}

.border-s-yellow-400\/80{
  border-inline-start-color: rgb(250 204 21 / 0.8);
}

.border-s-yellow-400\/90{
  border-inline-start-color: rgb(250 204 21 / 0.9);
}

.border-s-yellow-400\/95{
  border-inline-start-color: rgb(250 204 21 / 0.95);
}

.border-s-yellow-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-s-yellow-50\/0{
  border-inline-start-color: rgb(254 252 232 / 0);
}

.border-s-yellow-50\/10{
  border-inline-start-color: rgb(254 252 232 / 0.1);
}

.border-s-yellow-50\/100{
  border-inline-start-color: rgb(254 252 232 / 1);
}

.border-s-yellow-50\/20{
  border-inline-start-color: rgb(254 252 232 / 0.2);
}

.border-s-yellow-50\/25{
  border-inline-start-color: rgb(254 252 232 / 0.25);
}

.border-s-yellow-50\/30{
  border-inline-start-color: rgb(254 252 232 / 0.3);
}

.border-s-yellow-50\/40{
  border-inline-start-color: rgb(254 252 232 / 0.4);
}

.border-s-yellow-50\/5{
  border-inline-start-color: rgb(254 252 232 / 0.05);
}

.border-s-yellow-50\/50{
  border-inline-start-color: rgb(254 252 232 / 0.5);
}

.border-s-yellow-50\/60{
  border-inline-start-color: rgb(254 252 232 / 0.6);
}

.border-s-yellow-50\/70{
  border-inline-start-color: rgb(254 252 232 / 0.7);
}

.border-s-yellow-50\/75{
  border-inline-start-color: rgb(254 252 232 / 0.75);
}

.border-s-yellow-50\/80{
  border-inline-start-color: rgb(254 252 232 / 0.8);
}

.border-s-yellow-50\/90{
  border-inline-start-color: rgb(254 252 232 / 0.9);
}

.border-s-yellow-50\/95{
  border-inline-start-color: rgb(254 252 232 / 0.95);
}

.border-s-yellow-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-s-yellow-500\/0{
  border-inline-start-color: rgb(234 179 8 / 0);
}

.border-s-yellow-500\/10{
  border-inline-start-color: rgb(234 179 8 / 0.1);
}

.border-s-yellow-500\/100{
  border-inline-start-color: rgb(234 179 8 / 1);
}

.border-s-yellow-500\/20{
  border-inline-start-color: rgb(234 179 8 / 0.2);
}

.border-s-yellow-500\/25{
  border-inline-start-color: rgb(234 179 8 / 0.25);
}

.border-s-yellow-500\/30{
  border-inline-start-color: rgb(234 179 8 / 0.3);
}

.border-s-yellow-500\/40{
  border-inline-start-color: rgb(234 179 8 / 0.4);
}

.border-s-yellow-500\/5{
  border-inline-start-color: rgb(234 179 8 / 0.05);
}

.border-s-yellow-500\/50{
  border-inline-start-color: rgb(234 179 8 / 0.5);
}

.border-s-yellow-500\/60{
  border-inline-start-color: rgb(234 179 8 / 0.6);
}

.border-s-yellow-500\/70{
  border-inline-start-color: rgb(234 179 8 / 0.7);
}

.border-s-yellow-500\/75{
  border-inline-start-color: rgb(234 179 8 / 0.75);
}

.border-s-yellow-500\/80{
  border-inline-start-color: rgb(234 179 8 / 0.8);
}

.border-s-yellow-500\/90{
  border-inline-start-color: rgb(234 179 8 / 0.9);
}

.border-s-yellow-500\/95{
  border-inline-start-color: rgb(234 179 8 / 0.95);
}

.border-s-yellow-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-s-yellow-600\/0{
  border-inline-start-color: rgb(202 138 4 / 0);
}

.border-s-yellow-600\/10{
  border-inline-start-color: rgb(202 138 4 / 0.1);
}

.border-s-yellow-600\/100{
  border-inline-start-color: rgb(202 138 4 / 1);
}

.border-s-yellow-600\/20{
  border-inline-start-color: rgb(202 138 4 / 0.2);
}

.border-s-yellow-600\/25{
  border-inline-start-color: rgb(202 138 4 / 0.25);
}

.border-s-yellow-600\/30{
  border-inline-start-color: rgb(202 138 4 / 0.3);
}

.border-s-yellow-600\/40{
  border-inline-start-color: rgb(202 138 4 / 0.4);
}

.border-s-yellow-600\/5{
  border-inline-start-color: rgb(202 138 4 / 0.05);
}

.border-s-yellow-600\/50{
  border-inline-start-color: rgb(202 138 4 / 0.5);
}

.border-s-yellow-600\/60{
  border-inline-start-color: rgb(202 138 4 / 0.6);
}

.border-s-yellow-600\/70{
  border-inline-start-color: rgb(202 138 4 / 0.7);
}

.border-s-yellow-600\/75{
  border-inline-start-color: rgb(202 138 4 / 0.75);
}

.border-s-yellow-600\/80{
  border-inline-start-color: rgb(202 138 4 / 0.8);
}

.border-s-yellow-600\/90{
  border-inline-start-color: rgb(202 138 4 / 0.9);
}

.border-s-yellow-600\/95{
  border-inline-start-color: rgb(202 138 4 / 0.95);
}

.border-s-yellow-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-s-yellow-700\/0{
  border-inline-start-color: rgb(161 98 7 / 0);
}

.border-s-yellow-700\/10{
  border-inline-start-color: rgb(161 98 7 / 0.1);
}

.border-s-yellow-700\/100{
  border-inline-start-color: rgb(161 98 7 / 1);
}

.border-s-yellow-700\/20{
  border-inline-start-color: rgb(161 98 7 / 0.2);
}

.border-s-yellow-700\/25{
  border-inline-start-color: rgb(161 98 7 / 0.25);
}

.border-s-yellow-700\/30{
  border-inline-start-color: rgb(161 98 7 / 0.3);
}

.border-s-yellow-700\/40{
  border-inline-start-color: rgb(161 98 7 / 0.4);
}

.border-s-yellow-700\/5{
  border-inline-start-color: rgb(161 98 7 / 0.05);
}

.border-s-yellow-700\/50{
  border-inline-start-color: rgb(161 98 7 / 0.5);
}

.border-s-yellow-700\/60{
  border-inline-start-color: rgb(161 98 7 / 0.6);
}

.border-s-yellow-700\/70{
  border-inline-start-color: rgb(161 98 7 / 0.7);
}

.border-s-yellow-700\/75{
  border-inline-start-color: rgb(161 98 7 / 0.75);
}

.border-s-yellow-700\/80{
  border-inline-start-color: rgb(161 98 7 / 0.8);
}

.border-s-yellow-700\/90{
  border-inline-start-color: rgb(161 98 7 / 0.9);
}

.border-s-yellow-700\/95{
  border-inline-start-color: rgb(161 98 7 / 0.95);
}

.border-s-yellow-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-s-yellow-800\/0{
  border-inline-start-color: rgb(133 77 14 / 0);
}

.border-s-yellow-800\/10{
  border-inline-start-color: rgb(133 77 14 / 0.1);
}

.border-s-yellow-800\/100{
  border-inline-start-color: rgb(133 77 14 / 1);
}

.border-s-yellow-800\/20{
  border-inline-start-color: rgb(133 77 14 / 0.2);
}

.border-s-yellow-800\/25{
  border-inline-start-color: rgb(133 77 14 / 0.25);
}

.border-s-yellow-800\/30{
  border-inline-start-color: rgb(133 77 14 / 0.3);
}

.border-s-yellow-800\/40{
  border-inline-start-color: rgb(133 77 14 / 0.4);
}

.border-s-yellow-800\/5{
  border-inline-start-color: rgb(133 77 14 / 0.05);
}

.border-s-yellow-800\/50{
  border-inline-start-color: rgb(133 77 14 / 0.5);
}

.border-s-yellow-800\/60{
  border-inline-start-color: rgb(133 77 14 / 0.6);
}

.border-s-yellow-800\/70{
  border-inline-start-color: rgb(133 77 14 / 0.7);
}

.border-s-yellow-800\/75{
  border-inline-start-color: rgb(133 77 14 / 0.75);
}

.border-s-yellow-800\/80{
  border-inline-start-color: rgb(133 77 14 / 0.8);
}

.border-s-yellow-800\/90{
  border-inline-start-color: rgb(133 77 14 / 0.9);
}

.border-s-yellow-800\/95{
  border-inline-start-color: rgb(133 77 14 / 0.95);
}

.border-s-yellow-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-s-yellow-900\/0{
  border-inline-start-color: rgb(113 63 18 / 0);
}

.border-s-yellow-900\/10{
  border-inline-start-color: rgb(113 63 18 / 0.1);
}

.border-s-yellow-900\/100{
  border-inline-start-color: rgb(113 63 18 / 1);
}

.border-s-yellow-900\/20{
  border-inline-start-color: rgb(113 63 18 / 0.2);
}

.border-s-yellow-900\/25{
  border-inline-start-color: rgb(113 63 18 / 0.25);
}

.border-s-yellow-900\/30{
  border-inline-start-color: rgb(113 63 18 / 0.3);
}

.border-s-yellow-900\/40{
  border-inline-start-color: rgb(113 63 18 / 0.4);
}

.border-s-yellow-900\/5{
  border-inline-start-color: rgb(113 63 18 / 0.05);
}

.border-s-yellow-900\/50{
  border-inline-start-color: rgb(113 63 18 / 0.5);
}

.border-s-yellow-900\/60{
  border-inline-start-color: rgb(113 63 18 / 0.6);
}

.border-s-yellow-900\/70{
  border-inline-start-color: rgb(113 63 18 / 0.7);
}

.border-s-yellow-900\/75{
  border-inline-start-color: rgb(113 63 18 / 0.75);
}

.border-s-yellow-900\/80{
  border-inline-start-color: rgb(113 63 18 / 0.8);
}

.border-s-yellow-900\/90{
  border-inline-start-color: rgb(113 63 18 / 0.9);
}

.border-s-yellow-900\/95{
  border-inline-start-color: rgb(113 63 18 / 0.95);
}

.border-s-yellow-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-s-yellow-950\/0{
  border-inline-start-color: rgb(66 32 6 / 0);
}

.border-s-yellow-950\/10{
  border-inline-start-color: rgb(66 32 6 / 0.1);
}

.border-s-yellow-950\/100{
  border-inline-start-color: rgb(66 32 6 / 1);
}

.border-s-yellow-950\/20{
  border-inline-start-color: rgb(66 32 6 / 0.2);
}

.border-s-yellow-950\/25{
  border-inline-start-color: rgb(66 32 6 / 0.25);
}

.border-s-yellow-950\/30{
  border-inline-start-color: rgb(66 32 6 / 0.3);
}

.border-s-yellow-950\/40{
  border-inline-start-color: rgb(66 32 6 / 0.4);
}

.border-s-yellow-950\/5{
  border-inline-start-color: rgb(66 32 6 / 0.05);
}

.border-s-yellow-950\/50{
  border-inline-start-color: rgb(66 32 6 / 0.5);
}

.border-s-yellow-950\/60{
  border-inline-start-color: rgb(66 32 6 / 0.6);
}

.border-s-yellow-950\/70{
  border-inline-start-color: rgb(66 32 6 / 0.7);
}

.border-s-yellow-950\/75{
  border-inline-start-color: rgb(66 32 6 / 0.75);
}

.border-s-yellow-950\/80{
  border-inline-start-color: rgb(66 32 6 / 0.8);
}

.border-s-yellow-950\/90{
  border-inline-start-color: rgb(66 32 6 / 0.9);
}

.border-s-yellow-950\/95{
  border-inline-start-color: rgb(66 32 6 / 0.95);
}

.border-s-zinc-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-s-zinc-100\/0{
  border-inline-start-color: rgb(244 244 245 / 0);
}

.border-s-zinc-100\/10{
  border-inline-start-color: rgb(244 244 245 / 0.1);
}

.border-s-zinc-100\/100{
  border-inline-start-color: rgb(244 244 245 / 1);
}

.border-s-zinc-100\/20{
  border-inline-start-color: rgb(244 244 245 / 0.2);
}

.border-s-zinc-100\/25{
  border-inline-start-color: rgb(244 244 245 / 0.25);
}

.border-s-zinc-100\/30{
  border-inline-start-color: rgb(244 244 245 / 0.3);
}

.border-s-zinc-100\/40{
  border-inline-start-color: rgb(244 244 245 / 0.4);
}

.border-s-zinc-100\/5{
  border-inline-start-color: rgb(244 244 245 / 0.05);
}

.border-s-zinc-100\/50{
  border-inline-start-color: rgb(244 244 245 / 0.5);
}

.border-s-zinc-100\/60{
  border-inline-start-color: rgb(244 244 245 / 0.6);
}

.border-s-zinc-100\/70{
  border-inline-start-color: rgb(244 244 245 / 0.7);
}

.border-s-zinc-100\/75{
  border-inline-start-color: rgb(244 244 245 / 0.75);
}

.border-s-zinc-100\/80{
  border-inline-start-color: rgb(244 244 245 / 0.8);
}

.border-s-zinc-100\/90{
  border-inline-start-color: rgb(244 244 245 / 0.9);
}

.border-s-zinc-100\/95{
  border-inline-start-color: rgb(244 244 245 / 0.95);
}

.border-s-zinc-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-s-zinc-200\/0{
  border-inline-start-color: rgb(228 228 231 / 0);
}

.border-s-zinc-200\/10{
  border-inline-start-color: rgb(228 228 231 / 0.1);
}

.border-s-zinc-200\/100{
  border-inline-start-color: rgb(228 228 231 / 1);
}

.border-s-zinc-200\/20{
  border-inline-start-color: rgb(228 228 231 / 0.2);
}

.border-s-zinc-200\/25{
  border-inline-start-color: rgb(228 228 231 / 0.25);
}

.border-s-zinc-200\/30{
  border-inline-start-color: rgb(228 228 231 / 0.3);
}

.border-s-zinc-200\/40{
  border-inline-start-color: rgb(228 228 231 / 0.4);
}

.border-s-zinc-200\/5{
  border-inline-start-color: rgb(228 228 231 / 0.05);
}

.border-s-zinc-200\/50{
  border-inline-start-color: rgb(228 228 231 / 0.5);
}

.border-s-zinc-200\/60{
  border-inline-start-color: rgb(228 228 231 / 0.6);
}

.border-s-zinc-200\/70{
  border-inline-start-color: rgb(228 228 231 / 0.7);
}

.border-s-zinc-200\/75{
  border-inline-start-color: rgb(228 228 231 / 0.75);
}

.border-s-zinc-200\/80{
  border-inline-start-color: rgb(228 228 231 / 0.8);
}

.border-s-zinc-200\/90{
  border-inline-start-color: rgb(228 228 231 / 0.9);
}

.border-s-zinc-200\/95{
  border-inline-start-color: rgb(228 228 231 / 0.95);
}

.border-s-zinc-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-s-zinc-300\/0{
  border-inline-start-color: rgb(212 212 216 / 0);
}

.border-s-zinc-300\/10{
  border-inline-start-color: rgb(212 212 216 / 0.1);
}

.border-s-zinc-300\/100{
  border-inline-start-color: rgb(212 212 216 / 1);
}

.border-s-zinc-300\/20{
  border-inline-start-color: rgb(212 212 216 / 0.2);
}

.border-s-zinc-300\/25{
  border-inline-start-color: rgb(212 212 216 / 0.25);
}

.border-s-zinc-300\/30{
  border-inline-start-color: rgb(212 212 216 / 0.3);
}

.border-s-zinc-300\/40{
  border-inline-start-color: rgb(212 212 216 / 0.4);
}

.border-s-zinc-300\/5{
  border-inline-start-color: rgb(212 212 216 / 0.05);
}

.border-s-zinc-300\/50{
  border-inline-start-color: rgb(212 212 216 / 0.5);
}

.border-s-zinc-300\/60{
  border-inline-start-color: rgb(212 212 216 / 0.6);
}

.border-s-zinc-300\/70{
  border-inline-start-color: rgb(212 212 216 / 0.7);
}

.border-s-zinc-300\/75{
  border-inline-start-color: rgb(212 212 216 / 0.75);
}

.border-s-zinc-300\/80{
  border-inline-start-color: rgb(212 212 216 / 0.8);
}

.border-s-zinc-300\/90{
  border-inline-start-color: rgb(212 212 216 / 0.9);
}

.border-s-zinc-300\/95{
  border-inline-start-color: rgb(212 212 216 / 0.95);
}

.border-s-zinc-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-s-zinc-400\/0{
  border-inline-start-color: rgb(161 161 170 / 0);
}

.border-s-zinc-400\/10{
  border-inline-start-color: rgb(161 161 170 / 0.1);
}

.border-s-zinc-400\/100{
  border-inline-start-color: rgb(161 161 170 / 1);
}

.border-s-zinc-400\/20{
  border-inline-start-color: rgb(161 161 170 / 0.2);
}

.border-s-zinc-400\/25{
  border-inline-start-color: rgb(161 161 170 / 0.25);
}

.border-s-zinc-400\/30{
  border-inline-start-color: rgb(161 161 170 / 0.3);
}

.border-s-zinc-400\/40{
  border-inline-start-color: rgb(161 161 170 / 0.4);
}

.border-s-zinc-400\/5{
  border-inline-start-color: rgb(161 161 170 / 0.05);
}

.border-s-zinc-400\/50{
  border-inline-start-color: rgb(161 161 170 / 0.5);
}

.border-s-zinc-400\/60{
  border-inline-start-color: rgb(161 161 170 / 0.6);
}

.border-s-zinc-400\/70{
  border-inline-start-color: rgb(161 161 170 / 0.7);
}

.border-s-zinc-400\/75{
  border-inline-start-color: rgb(161 161 170 / 0.75);
}

.border-s-zinc-400\/80{
  border-inline-start-color: rgb(161 161 170 / 0.8);
}

.border-s-zinc-400\/90{
  border-inline-start-color: rgb(161 161 170 / 0.9);
}

.border-s-zinc-400\/95{
  border-inline-start-color: rgb(161 161 170 / 0.95);
}

.border-s-zinc-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-s-zinc-50\/0{
  border-inline-start-color: rgb(250 250 250 / 0);
}

.border-s-zinc-50\/10{
  border-inline-start-color: rgb(250 250 250 / 0.1);
}

.border-s-zinc-50\/100{
  border-inline-start-color: rgb(250 250 250 / 1);
}

.border-s-zinc-50\/20{
  border-inline-start-color: rgb(250 250 250 / 0.2);
}

.border-s-zinc-50\/25{
  border-inline-start-color: rgb(250 250 250 / 0.25);
}

.border-s-zinc-50\/30{
  border-inline-start-color: rgb(250 250 250 / 0.3);
}

.border-s-zinc-50\/40{
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.border-s-zinc-50\/5{
  border-inline-start-color: rgb(250 250 250 / 0.05);
}

.border-s-zinc-50\/50{
  border-inline-start-color: rgb(250 250 250 / 0.5);
}

.border-s-zinc-50\/60{
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.border-s-zinc-50\/70{
  border-inline-start-color: rgb(250 250 250 / 0.7);
}

.border-s-zinc-50\/75{
  border-inline-start-color: rgb(250 250 250 / 0.75);
}

.border-s-zinc-50\/80{
  border-inline-start-color: rgb(250 250 250 / 0.8);
}

.border-s-zinc-50\/90{
  border-inline-start-color: rgb(250 250 250 / 0.9);
}

.border-s-zinc-50\/95{
  border-inline-start-color: rgb(250 250 250 / 0.95);
}

.border-s-zinc-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-s-zinc-500\/0{
  border-inline-start-color: rgb(113 113 122 / 0);
}

.border-s-zinc-500\/10{
  border-inline-start-color: rgb(113 113 122 / 0.1);
}

.border-s-zinc-500\/100{
  border-inline-start-color: rgb(113 113 122 / 1);
}

.border-s-zinc-500\/20{
  border-inline-start-color: rgb(113 113 122 / 0.2);
}

.border-s-zinc-500\/25{
  border-inline-start-color: rgb(113 113 122 / 0.25);
}

.border-s-zinc-500\/30{
  border-inline-start-color: rgb(113 113 122 / 0.3);
}

.border-s-zinc-500\/40{
  border-inline-start-color: rgb(113 113 122 / 0.4);
}

.border-s-zinc-500\/5{
  border-inline-start-color: rgb(113 113 122 / 0.05);
}

.border-s-zinc-500\/50{
  border-inline-start-color: rgb(113 113 122 / 0.5);
}

.border-s-zinc-500\/60{
  border-inline-start-color: rgb(113 113 122 / 0.6);
}

.border-s-zinc-500\/70{
  border-inline-start-color: rgb(113 113 122 / 0.7);
}

.border-s-zinc-500\/75{
  border-inline-start-color: rgb(113 113 122 / 0.75);
}

.border-s-zinc-500\/80{
  border-inline-start-color: rgb(113 113 122 / 0.8);
}

.border-s-zinc-500\/90{
  border-inline-start-color: rgb(113 113 122 / 0.9);
}

.border-s-zinc-500\/95{
  border-inline-start-color: rgb(113 113 122 / 0.95);
}

.border-s-zinc-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-s-zinc-600\/0{
  border-inline-start-color: rgb(82 82 91 / 0);
}

.border-s-zinc-600\/10{
  border-inline-start-color: rgb(82 82 91 / 0.1);
}

.border-s-zinc-600\/100{
  border-inline-start-color: rgb(82 82 91 / 1);
}

.border-s-zinc-600\/20{
  border-inline-start-color: rgb(82 82 91 / 0.2);
}

.border-s-zinc-600\/25{
  border-inline-start-color: rgb(82 82 91 / 0.25);
}

.border-s-zinc-600\/30{
  border-inline-start-color: rgb(82 82 91 / 0.3);
}

.border-s-zinc-600\/40{
  border-inline-start-color: rgb(82 82 91 / 0.4);
}

.border-s-zinc-600\/5{
  border-inline-start-color: rgb(82 82 91 / 0.05);
}

.border-s-zinc-600\/50{
  border-inline-start-color: rgb(82 82 91 / 0.5);
}

.border-s-zinc-600\/60{
  border-inline-start-color: rgb(82 82 91 / 0.6);
}

.border-s-zinc-600\/70{
  border-inline-start-color: rgb(82 82 91 / 0.7);
}

.border-s-zinc-600\/75{
  border-inline-start-color: rgb(82 82 91 / 0.75);
}

.border-s-zinc-600\/80{
  border-inline-start-color: rgb(82 82 91 / 0.8);
}

.border-s-zinc-600\/90{
  border-inline-start-color: rgb(82 82 91 / 0.9);
}

.border-s-zinc-600\/95{
  border-inline-start-color: rgb(82 82 91 / 0.95);
}

.border-s-zinc-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-s-zinc-700\/0{
  border-inline-start-color: rgb(63 63 70 / 0);
}

.border-s-zinc-700\/10{
  border-inline-start-color: rgb(63 63 70 / 0.1);
}

.border-s-zinc-700\/100{
  border-inline-start-color: rgb(63 63 70 / 1);
}

.border-s-zinc-700\/20{
  border-inline-start-color: rgb(63 63 70 / 0.2);
}

.border-s-zinc-700\/25{
  border-inline-start-color: rgb(63 63 70 / 0.25);
}

.border-s-zinc-700\/30{
  border-inline-start-color: rgb(63 63 70 / 0.3);
}

.border-s-zinc-700\/40{
  border-inline-start-color: rgb(63 63 70 / 0.4);
}

.border-s-zinc-700\/5{
  border-inline-start-color: rgb(63 63 70 / 0.05);
}

.border-s-zinc-700\/50{
  border-inline-start-color: rgb(63 63 70 / 0.5);
}

.border-s-zinc-700\/60{
  border-inline-start-color: rgb(63 63 70 / 0.6);
}

.border-s-zinc-700\/70{
  border-inline-start-color: rgb(63 63 70 / 0.7);
}

.border-s-zinc-700\/75{
  border-inline-start-color: rgb(63 63 70 / 0.75);
}

.border-s-zinc-700\/80{
  border-inline-start-color: rgb(63 63 70 / 0.8);
}

.border-s-zinc-700\/90{
  border-inline-start-color: rgb(63 63 70 / 0.9);
}

.border-s-zinc-700\/95{
  border-inline-start-color: rgb(63 63 70 / 0.95);
}

.border-s-zinc-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-s-zinc-800\/0{
  border-inline-start-color: rgb(39 39 42 / 0);
}

.border-s-zinc-800\/10{
  border-inline-start-color: rgb(39 39 42 / 0.1);
}

.border-s-zinc-800\/100{
  border-inline-start-color: rgb(39 39 42 / 1);
}

.border-s-zinc-800\/20{
  border-inline-start-color: rgb(39 39 42 / 0.2);
}

.border-s-zinc-800\/25{
  border-inline-start-color: rgb(39 39 42 / 0.25);
}

.border-s-zinc-800\/30{
  border-inline-start-color: rgb(39 39 42 / 0.3);
}

.border-s-zinc-800\/40{
  border-inline-start-color: rgb(39 39 42 / 0.4);
}

.border-s-zinc-800\/5{
  border-inline-start-color: rgb(39 39 42 / 0.05);
}

.border-s-zinc-800\/50{
  border-inline-start-color: rgb(39 39 42 / 0.5);
}

.border-s-zinc-800\/60{
  border-inline-start-color: rgb(39 39 42 / 0.6);
}

.border-s-zinc-800\/70{
  border-inline-start-color: rgb(39 39 42 / 0.7);
}

.border-s-zinc-800\/75{
  border-inline-start-color: rgb(39 39 42 / 0.75);
}

.border-s-zinc-800\/80{
  border-inline-start-color: rgb(39 39 42 / 0.8);
}

.border-s-zinc-800\/90{
  border-inline-start-color: rgb(39 39 42 / 0.9);
}

.border-s-zinc-800\/95{
  border-inline-start-color: rgb(39 39 42 / 0.95);
}

.border-s-zinc-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-s-zinc-900\/0{
  border-inline-start-color: rgb(24 24 27 / 0);
}

.border-s-zinc-900\/10{
  border-inline-start-color: rgb(24 24 27 / 0.1);
}

.border-s-zinc-900\/100{
  border-inline-start-color: rgb(24 24 27 / 1);
}

.border-s-zinc-900\/20{
  border-inline-start-color: rgb(24 24 27 / 0.2);
}

.border-s-zinc-900\/25{
  border-inline-start-color: rgb(24 24 27 / 0.25);
}

.border-s-zinc-900\/30{
  border-inline-start-color: rgb(24 24 27 / 0.3);
}

.border-s-zinc-900\/40{
  border-inline-start-color: rgb(24 24 27 / 0.4);
}

.border-s-zinc-900\/5{
  border-inline-start-color: rgb(24 24 27 / 0.05);
}

.border-s-zinc-900\/50{
  border-inline-start-color: rgb(24 24 27 / 0.5);
}

.border-s-zinc-900\/60{
  border-inline-start-color: rgb(24 24 27 / 0.6);
}

.border-s-zinc-900\/70{
  border-inline-start-color: rgb(24 24 27 / 0.7);
}

.border-s-zinc-900\/75{
  border-inline-start-color: rgb(24 24 27 / 0.75);
}

.border-s-zinc-900\/80{
  border-inline-start-color: rgb(24 24 27 / 0.8);
}

.border-s-zinc-900\/90{
  border-inline-start-color: rgb(24 24 27 / 0.9);
}

.border-s-zinc-900\/95{
  border-inline-start-color: rgb(24 24 27 / 0.95);
}

.border-s-zinc-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-s-zinc-950\/0{
  border-inline-start-color: rgb(9 9 11 / 0);
}

.border-s-zinc-950\/10{
  border-inline-start-color: rgb(9 9 11 / 0.1);
}

.border-s-zinc-950\/100{
  border-inline-start-color: rgb(9 9 11 / 1);
}

.border-s-zinc-950\/20{
  border-inline-start-color: rgb(9 9 11 / 0.2);
}

.border-s-zinc-950\/25{
  border-inline-start-color: rgb(9 9 11 / 0.25);
}

.border-s-zinc-950\/30{
  border-inline-start-color: rgb(9 9 11 / 0.3);
}

.border-s-zinc-950\/40{
  border-inline-start-color: rgb(9 9 11 / 0.4);
}

.border-s-zinc-950\/5{
  border-inline-start-color: rgb(9 9 11 / 0.05);
}

.border-s-zinc-950\/50{
  border-inline-start-color: rgb(9 9 11 / 0.5);
}

.border-s-zinc-950\/60{
  border-inline-start-color: rgb(9 9 11 / 0.6);
}

.border-s-zinc-950\/70{
  border-inline-start-color: rgb(9 9 11 / 0.7);
}

.border-s-zinc-950\/75{
  border-inline-start-color: rgb(9 9 11 / 0.75);
}

.border-s-zinc-950\/80{
  border-inline-start-color: rgb(9 9 11 / 0.8);
}

.border-s-zinc-950\/90{
  border-inline-start-color: rgb(9 9 11 / 0.9);
}

.border-s-zinc-950\/95{
  border-inline-start-color: rgb(9 9 11 / 0.95);
}

.border-t-amber-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.border-t-amber-100\/0{
  border-top-color: rgb(254 243 199 / 0);
}

.border-t-amber-100\/10{
  border-top-color: rgb(254 243 199 / 0.1);
}

.border-t-amber-100\/100{
  border-top-color: rgb(254 243 199 / 1);
}

.border-t-amber-100\/20{
  border-top-color: rgb(254 243 199 / 0.2);
}

.border-t-amber-100\/25{
  border-top-color: rgb(254 243 199 / 0.25);
}

.border-t-amber-100\/30{
  border-top-color: rgb(254 243 199 / 0.3);
}

.border-t-amber-100\/40{
  border-top-color: rgb(254 243 199 / 0.4);
}

.border-t-amber-100\/5{
  border-top-color: rgb(254 243 199 / 0.05);
}

.border-t-amber-100\/50{
  border-top-color: rgb(254 243 199 / 0.5);
}

.border-t-amber-100\/60{
  border-top-color: rgb(254 243 199 / 0.6);
}

.border-t-amber-100\/70{
  border-top-color: rgb(254 243 199 / 0.7);
}

.border-t-amber-100\/75{
  border-top-color: rgb(254 243 199 / 0.75);
}

.border-t-amber-100\/80{
  border-top-color: rgb(254 243 199 / 0.8);
}

.border-t-amber-100\/90{
  border-top-color: rgb(254 243 199 / 0.9);
}

.border-t-amber-100\/95{
  border-top-color: rgb(254 243 199 / 0.95);
}

.border-t-amber-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.border-t-amber-200\/0{
  border-top-color: rgb(253 230 138 / 0);
}

.border-t-amber-200\/10{
  border-top-color: rgb(253 230 138 / 0.1);
}

.border-t-amber-200\/100{
  border-top-color: rgb(253 230 138 / 1);
}

.border-t-amber-200\/20{
  border-top-color: rgb(253 230 138 / 0.2);
}

.border-t-amber-200\/25{
  border-top-color: rgb(253 230 138 / 0.25);
}

.border-t-amber-200\/30{
  border-top-color: rgb(253 230 138 / 0.3);
}

.border-t-amber-200\/40{
  border-top-color: rgb(253 230 138 / 0.4);
}

.border-t-amber-200\/5{
  border-top-color: rgb(253 230 138 / 0.05);
}

.border-t-amber-200\/50{
  border-top-color: rgb(253 230 138 / 0.5);
}

.border-t-amber-200\/60{
  border-top-color: rgb(253 230 138 / 0.6);
}

.border-t-amber-200\/70{
  border-top-color: rgb(253 230 138 / 0.7);
}

.border-t-amber-200\/75{
  border-top-color: rgb(253 230 138 / 0.75);
}

.border-t-amber-200\/80{
  border-top-color: rgb(253 230 138 / 0.8);
}

.border-t-amber-200\/90{
  border-top-color: rgb(253 230 138 / 0.9);
}

.border-t-amber-200\/95{
  border-top-color: rgb(253 230 138 / 0.95);
}

.border-t-amber-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.border-t-amber-300\/0{
  border-top-color: rgb(252 211 77 / 0);
}

.border-t-amber-300\/10{
  border-top-color: rgb(252 211 77 / 0.1);
}

.border-t-amber-300\/100{
  border-top-color: rgb(252 211 77 / 1);
}

.border-t-amber-300\/20{
  border-top-color: rgb(252 211 77 / 0.2);
}

.border-t-amber-300\/25{
  border-top-color: rgb(252 211 77 / 0.25);
}

.border-t-amber-300\/30{
  border-top-color: rgb(252 211 77 / 0.3);
}

.border-t-amber-300\/40{
  border-top-color: rgb(252 211 77 / 0.4);
}

.border-t-amber-300\/5{
  border-top-color: rgb(252 211 77 / 0.05);
}

.border-t-amber-300\/50{
  border-top-color: rgb(252 211 77 / 0.5);
}

.border-t-amber-300\/60{
  border-top-color: rgb(252 211 77 / 0.6);
}

.border-t-amber-300\/70{
  border-top-color: rgb(252 211 77 / 0.7);
}

.border-t-amber-300\/75{
  border-top-color: rgb(252 211 77 / 0.75);
}

.border-t-amber-300\/80{
  border-top-color: rgb(252 211 77 / 0.8);
}

.border-t-amber-300\/90{
  border-top-color: rgb(252 211 77 / 0.9);
}

.border-t-amber-300\/95{
  border-top-color: rgb(252 211 77 / 0.95);
}

.border-t-amber-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.border-t-amber-400\/0{
  border-top-color: rgb(251 191 36 / 0);
}

.border-t-amber-400\/10{
  border-top-color: rgb(251 191 36 / 0.1);
}

.border-t-amber-400\/100{
  border-top-color: rgb(251 191 36 / 1);
}

.border-t-amber-400\/20{
  border-top-color: rgb(251 191 36 / 0.2);
}

.border-t-amber-400\/25{
  border-top-color: rgb(251 191 36 / 0.25);
}

.border-t-amber-400\/30{
  border-top-color: rgb(251 191 36 / 0.3);
}

.border-t-amber-400\/40{
  border-top-color: rgb(251 191 36 / 0.4);
}

.border-t-amber-400\/5{
  border-top-color: rgb(251 191 36 / 0.05);
}

.border-t-amber-400\/50{
  border-top-color: rgb(251 191 36 / 0.5);
}

.border-t-amber-400\/60{
  border-top-color: rgb(251 191 36 / 0.6);
}

.border-t-amber-400\/70{
  border-top-color: rgb(251 191 36 / 0.7);
}

.border-t-amber-400\/75{
  border-top-color: rgb(251 191 36 / 0.75);
}

.border-t-amber-400\/80{
  border-top-color: rgb(251 191 36 / 0.8);
}

.border-t-amber-400\/90{
  border-top-color: rgb(251 191 36 / 0.9);
}

.border-t-amber-400\/95{
  border-top-color: rgb(251 191 36 / 0.95);
}

.border-t-amber-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.border-t-amber-50\/0{
  border-top-color: rgb(255 251 235 / 0);
}

.border-t-amber-50\/10{
  border-top-color: rgb(255 251 235 / 0.1);
}

.border-t-amber-50\/100{
  border-top-color: rgb(255 251 235 / 1);
}

.border-t-amber-50\/20{
  border-top-color: rgb(255 251 235 / 0.2);
}

.border-t-amber-50\/25{
  border-top-color: rgb(255 251 235 / 0.25);
}

.border-t-amber-50\/30{
  border-top-color: rgb(255 251 235 / 0.3);
}

.border-t-amber-50\/40{
  border-top-color: rgb(255 251 235 / 0.4);
}

.border-t-amber-50\/5{
  border-top-color: rgb(255 251 235 / 0.05);
}

.border-t-amber-50\/50{
  border-top-color: rgb(255 251 235 / 0.5);
}

.border-t-amber-50\/60{
  border-top-color: rgb(255 251 235 / 0.6);
}

.border-t-amber-50\/70{
  border-top-color: rgb(255 251 235 / 0.7);
}

.border-t-amber-50\/75{
  border-top-color: rgb(255 251 235 / 0.75);
}

.border-t-amber-50\/80{
  border-top-color: rgb(255 251 235 / 0.8);
}

.border-t-amber-50\/90{
  border-top-color: rgb(255 251 235 / 0.9);
}

.border-t-amber-50\/95{
  border-top-color: rgb(255 251 235 / 0.95);
}

.border-t-amber-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.border-t-amber-500\/0{
  border-top-color: rgb(245 158 11 / 0);
}

.border-t-amber-500\/10{
  border-top-color: rgb(245 158 11 / 0.1);
}

.border-t-amber-500\/100{
  border-top-color: rgb(245 158 11 / 1);
}

.border-t-amber-500\/20{
  border-top-color: rgb(245 158 11 / 0.2);
}

.border-t-amber-500\/25{
  border-top-color: rgb(245 158 11 / 0.25);
}

.border-t-amber-500\/30{
  border-top-color: rgb(245 158 11 / 0.3);
}

.border-t-amber-500\/40{
  border-top-color: rgb(245 158 11 / 0.4);
}

.border-t-amber-500\/5{
  border-top-color: rgb(245 158 11 / 0.05);
}

.border-t-amber-500\/50{
  border-top-color: rgb(245 158 11 / 0.5);
}

.border-t-amber-500\/60{
  border-top-color: rgb(245 158 11 / 0.6);
}

.border-t-amber-500\/70{
  border-top-color: rgb(245 158 11 / 0.7);
}

.border-t-amber-500\/75{
  border-top-color: rgb(245 158 11 / 0.75);
}

.border-t-amber-500\/80{
  border-top-color: rgb(245 158 11 / 0.8);
}

.border-t-amber-500\/90{
  border-top-color: rgb(245 158 11 / 0.9);
}

.border-t-amber-500\/95{
  border-top-color: rgb(245 158 11 / 0.95);
}

.border-t-amber-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.border-t-amber-600\/0{
  border-top-color: rgb(217 119 6 / 0);
}

.border-t-amber-600\/10{
  border-top-color: rgb(217 119 6 / 0.1);
}

.border-t-amber-600\/100{
  border-top-color: rgb(217 119 6 / 1);
}

.border-t-amber-600\/20{
  border-top-color: rgb(217 119 6 / 0.2);
}

.border-t-amber-600\/25{
  border-top-color: rgb(217 119 6 / 0.25);
}

.border-t-amber-600\/30{
  border-top-color: rgb(217 119 6 / 0.3);
}

.border-t-amber-600\/40{
  border-top-color: rgb(217 119 6 / 0.4);
}

.border-t-amber-600\/5{
  border-top-color: rgb(217 119 6 / 0.05);
}

.border-t-amber-600\/50{
  border-top-color: rgb(217 119 6 / 0.5);
}

.border-t-amber-600\/60{
  border-top-color: rgb(217 119 6 / 0.6);
}

.border-t-amber-600\/70{
  border-top-color: rgb(217 119 6 / 0.7);
}

.border-t-amber-600\/75{
  border-top-color: rgb(217 119 6 / 0.75);
}

.border-t-amber-600\/80{
  border-top-color: rgb(217 119 6 / 0.8);
}

.border-t-amber-600\/90{
  border-top-color: rgb(217 119 6 / 0.9);
}

.border-t-amber-600\/95{
  border-top-color: rgb(217 119 6 / 0.95);
}

.border-t-amber-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.border-t-amber-700\/0{
  border-top-color: rgb(180 83 9 / 0);
}

.border-t-amber-700\/10{
  border-top-color: rgb(180 83 9 / 0.1);
}

.border-t-amber-700\/100{
  border-top-color: rgb(180 83 9 / 1);
}

.border-t-amber-700\/20{
  border-top-color: rgb(180 83 9 / 0.2);
}

.border-t-amber-700\/25{
  border-top-color: rgb(180 83 9 / 0.25);
}

.border-t-amber-700\/30{
  border-top-color: rgb(180 83 9 / 0.3);
}

.border-t-amber-700\/40{
  border-top-color: rgb(180 83 9 / 0.4);
}

.border-t-amber-700\/5{
  border-top-color: rgb(180 83 9 / 0.05);
}

.border-t-amber-700\/50{
  border-top-color: rgb(180 83 9 / 0.5);
}

.border-t-amber-700\/60{
  border-top-color: rgb(180 83 9 / 0.6);
}

.border-t-amber-700\/70{
  border-top-color: rgb(180 83 9 / 0.7);
}

.border-t-amber-700\/75{
  border-top-color: rgb(180 83 9 / 0.75);
}

.border-t-amber-700\/80{
  border-top-color: rgb(180 83 9 / 0.8);
}

.border-t-amber-700\/90{
  border-top-color: rgb(180 83 9 / 0.9);
}

.border-t-amber-700\/95{
  border-top-color: rgb(180 83 9 / 0.95);
}

.border-t-amber-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.border-t-amber-800\/0{
  border-top-color: rgb(146 64 14 / 0);
}

.border-t-amber-800\/10{
  border-top-color: rgb(146 64 14 / 0.1);
}

.border-t-amber-800\/100{
  border-top-color: rgb(146 64 14 / 1);
}

.border-t-amber-800\/20{
  border-top-color: rgb(146 64 14 / 0.2);
}

.border-t-amber-800\/25{
  border-top-color: rgb(146 64 14 / 0.25);
}

.border-t-amber-800\/30{
  border-top-color: rgb(146 64 14 / 0.3);
}

.border-t-amber-800\/40{
  border-top-color: rgb(146 64 14 / 0.4);
}

.border-t-amber-800\/5{
  border-top-color: rgb(146 64 14 / 0.05);
}

.border-t-amber-800\/50{
  border-top-color: rgb(146 64 14 / 0.5);
}

.border-t-amber-800\/60{
  border-top-color: rgb(146 64 14 / 0.6);
}

.border-t-amber-800\/70{
  border-top-color: rgb(146 64 14 / 0.7);
}

.border-t-amber-800\/75{
  border-top-color: rgb(146 64 14 / 0.75);
}

.border-t-amber-800\/80{
  border-top-color: rgb(146 64 14 / 0.8);
}

.border-t-amber-800\/90{
  border-top-color: rgb(146 64 14 / 0.9);
}

.border-t-amber-800\/95{
  border-top-color: rgb(146 64 14 / 0.95);
}

.border-t-amber-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.border-t-amber-900\/0{
  border-top-color: rgb(120 53 15 / 0);
}

.border-t-amber-900\/10{
  border-top-color: rgb(120 53 15 / 0.1);
}

.border-t-amber-900\/100{
  border-top-color: rgb(120 53 15 / 1);
}

.border-t-amber-900\/20{
  border-top-color: rgb(120 53 15 / 0.2);
}

.border-t-amber-900\/25{
  border-top-color: rgb(120 53 15 / 0.25);
}

.border-t-amber-900\/30{
  border-top-color: rgb(120 53 15 / 0.3);
}

.border-t-amber-900\/40{
  border-top-color: rgb(120 53 15 / 0.4);
}

.border-t-amber-900\/5{
  border-top-color: rgb(120 53 15 / 0.05);
}

.border-t-amber-900\/50{
  border-top-color: rgb(120 53 15 / 0.5);
}

.border-t-amber-900\/60{
  border-top-color: rgb(120 53 15 / 0.6);
}

.border-t-amber-900\/70{
  border-top-color: rgb(120 53 15 / 0.7);
}

.border-t-amber-900\/75{
  border-top-color: rgb(120 53 15 / 0.75);
}

.border-t-amber-900\/80{
  border-top-color: rgb(120 53 15 / 0.8);
}

.border-t-amber-900\/90{
  border-top-color: rgb(120 53 15 / 0.9);
}

.border-t-amber-900\/95{
  border-top-color: rgb(120 53 15 / 0.95);
}

.border-t-amber-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.border-t-amber-950\/0{
  border-top-color: rgb(69 26 3 / 0);
}

.border-t-amber-950\/10{
  border-top-color: rgb(69 26 3 / 0.1);
}

.border-t-amber-950\/100{
  border-top-color: rgb(69 26 3 / 1);
}

.border-t-amber-950\/20{
  border-top-color: rgb(69 26 3 / 0.2);
}

.border-t-amber-950\/25{
  border-top-color: rgb(69 26 3 / 0.25);
}

.border-t-amber-950\/30{
  border-top-color: rgb(69 26 3 / 0.3);
}

.border-t-amber-950\/40{
  border-top-color: rgb(69 26 3 / 0.4);
}

.border-t-amber-950\/5{
  border-top-color: rgb(69 26 3 / 0.05);
}

.border-t-amber-950\/50{
  border-top-color: rgb(69 26 3 / 0.5);
}

.border-t-amber-950\/60{
  border-top-color: rgb(69 26 3 / 0.6);
}

.border-t-amber-950\/70{
  border-top-color: rgb(69 26 3 / 0.7);
}

.border-t-amber-950\/75{
  border-top-color: rgb(69 26 3 / 0.75);
}

.border-t-amber-950\/80{
  border-top-color: rgb(69 26 3 / 0.8);
}

.border-t-amber-950\/90{
  border-top-color: rgb(69 26 3 / 0.9);
}

.border-t-amber-950\/95{
  border-top-color: rgb(69 26 3 / 0.95);
}

.border-t-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-t-black\/0{
  border-top-color: rgb(0 0 0 / 0);
}

.border-t-black\/10{
  border-top-color: rgb(0 0 0 / 0.1);
}

.border-t-black\/100{
  border-top-color: rgb(0 0 0 / 1);
}

.border-t-black\/20{
  border-top-color: rgb(0 0 0 / 0.2);
}

.border-t-black\/25{
  border-top-color: rgb(0 0 0 / 0.25);
}

.border-t-black\/30{
  border-top-color: rgb(0 0 0 / 0.3);
}

.border-t-black\/40{
  border-top-color: rgb(0 0 0 / 0.4);
}

.border-t-black\/5{
  border-top-color: rgb(0 0 0 / 0.05);
}

.border-t-black\/50{
  border-top-color: rgb(0 0 0 / 0.5);
}

.border-t-black\/60{
  border-top-color: rgb(0 0 0 / 0.6);
}

.border-t-black\/70{
  border-top-color: rgb(0 0 0 / 0.7);
}

.border-t-black\/75{
  border-top-color: rgb(0 0 0 / 0.75);
}

.border-t-black\/80{
  border-top-color: rgb(0 0 0 / 0.8);
}

.border-t-black\/90{
  border-top-color: rgb(0 0 0 / 0.9);
}

.border-t-black\/95{
  border-top-color: rgb(0 0 0 / 0.95);
}

.border-t-blue-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.border-t-blue-100\/0{
  border-top-color: rgb(219 234 254 / 0);
}

.border-t-blue-100\/10{
  border-top-color: rgb(219 234 254 / 0.1);
}

.border-t-blue-100\/100{
  border-top-color: rgb(219 234 254 / 1);
}

.border-t-blue-100\/20{
  border-top-color: rgb(219 234 254 / 0.2);
}

.border-t-blue-100\/25{
  border-top-color: rgb(219 234 254 / 0.25);
}

.border-t-blue-100\/30{
  border-top-color: rgb(219 234 254 / 0.3);
}

.border-t-blue-100\/40{
  border-top-color: rgb(219 234 254 / 0.4);
}

.border-t-blue-100\/5{
  border-top-color: rgb(219 234 254 / 0.05);
}

.border-t-blue-100\/50{
  border-top-color: rgb(219 234 254 / 0.5);
}

.border-t-blue-100\/60{
  border-top-color: rgb(219 234 254 / 0.6);
}

.border-t-blue-100\/70{
  border-top-color: rgb(219 234 254 / 0.7);
}

.border-t-blue-100\/75{
  border-top-color: rgb(219 234 254 / 0.75);
}

.border-t-blue-100\/80{
  border-top-color: rgb(219 234 254 / 0.8);
}

.border-t-blue-100\/90{
  border-top-color: rgb(219 234 254 / 0.9);
}

.border-t-blue-100\/95{
  border-top-color: rgb(219 234 254 / 0.95);
}

.border-t-blue-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-t-blue-200\/0{
  border-top-color: rgb(191 219 254 / 0);
}

.border-t-blue-200\/10{
  border-top-color: rgb(191 219 254 / 0.1);
}

.border-t-blue-200\/100{
  border-top-color: rgb(191 219 254 / 1);
}

.border-t-blue-200\/20{
  border-top-color: rgb(191 219 254 / 0.2);
}

.border-t-blue-200\/25{
  border-top-color: rgb(191 219 254 / 0.25);
}

.border-t-blue-200\/30{
  border-top-color: rgb(191 219 254 / 0.3);
}

.border-t-blue-200\/40{
  border-top-color: rgb(191 219 254 / 0.4);
}

.border-t-blue-200\/5{
  border-top-color: rgb(191 219 254 / 0.05);
}

.border-t-blue-200\/50{
  border-top-color: rgb(191 219 254 / 0.5);
}

.border-t-blue-200\/60{
  border-top-color: rgb(191 219 254 / 0.6);
}

.border-t-blue-200\/70{
  border-top-color: rgb(191 219 254 / 0.7);
}

.border-t-blue-200\/75{
  border-top-color: rgb(191 219 254 / 0.75);
}

.border-t-blue-200\/80{
  border-top-color: rgb(191 219 254 / 0.8);
}

.border-t-blue-200\/90{
  border-top-color: rgb(191 219 254 / 0.9);
}

.border-t-blue-200\/95{
  border-top-color: rgb(191 219 254 / 0.95);
}

.border-t-blue-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-t-blue-300\/0{
  border-top-color: rgb(147 197 253 / 0);
}

.border-t-blue-300\/10{
  border-top-color: rgb(147 197 253 / 0.1);
}

.border-t-blue-300\/100{
  border-top-color: rgb(147 197 253 / 1);
}

.border-t-blue-300\/20{
  border-top-color: rgb(147 197 253 / 0.2);
}

.border-t-blue-300\/25{
  border-top-color: rgb(147 197 253 / 0.25);
}

.border-t-blue-300\/30{
  border-top-color: rgb(147 197 253 / 0.3);
}

.border-t-blue-300\/40{
  border-top-color: rgb(147 197 253 / 0.4);
}

.border-t-blue-300\/5{
  border-top-color: rgb(147 197 253 / 0.05);
}

.border-t-blue-300\/50{
  border-top-color: rgb(147 197 253 / 0.5);
}

.border-t-blue-300\/60{
  border-top-color: rgb(147 197 253 / 0.6);
}

.border-t-blue-300\/70{
  border-top-color: rgb(147 197 253 / 0.7);
}

.border-t-blue-300\/75{
  border-top-color: rgb(147 197 253 / 0.75);
}

.border-t-blue-300\/80{
  border-top-color: rgb(147 197 253 / 0.8);
}

.border-t-blue-300\/90{
  border-top-color: rgb(147 197 253 / 0.9);
}

.border-t-blue-300\/95{
  border-top-color: rgb(147 197 253 / 0.95);
}

.border-t-blue-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-t-blue-400\/0{
  border-top-color: rgb(96 165 250 / 0);
}

.border-t-blue-400\/10{
  border-top-color: rgb(96 165 250 / 0.1);
}

.border-t-blue-400\/100{
  border-top-color: rgb(96 165 250 / 1);
}

.border-t-blue-400\/20{
  border-top-color: rgb(96 165 250 / 0.2);
}

.border-t-blue-400\/25{
  border-top-color: rgb(96 165 250 / 0.25);
}

.border-t-blue-400\/30{
  border-top-color: rgb(96 165 250 / 0.3);
}

.border-t-blue-400\/40{
  border-top-color: rgb(96 165 250 / 0.4);
}

.border-t-blue-400\/5{
  border-top-color: rgb(96 165 250 / 0.05);
}

.border-t-blue-400\/50{
  border-top-color: rgb(96 165 250 / 0.5);
}

.border-t-blue-400\/60{
  border-top-color: rgb(96 165 250 / 0.6);
}

.border-t-blue-400\/70{
  border-top-color: rgb(96 165 250 / 0.7);
}

.border-t-blue-400\/75{
  border-top-color: rgb(96 165 250 / 0.75);
}

.border-t-blue-400\/80{
  border-top-color: rgb(96 165 250 / 0.8);
}

.border-t-blue-400\/90{
  border-top-color: rgb(96 165 250 / 0.9);
}

.border-t-blue-400\/95{
  border-top-color: rgb(96 165 250 / 0.95);
}

.border-t-blue-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-t-blue-50\/0{
  border-top-color: rgb(239 246 255 / 0);
}

.border-t-blue-50\/10{
  border-top-color: rgb(239 246 255 / 0.1);
}

.border-t-blue-50\/100{
  border-top-color: rgb(239 246 255 / 1);
}

.border-t-blue-50\/20{
  border-top-color: rgb(239 246 255 / 0.2);
}

.border-t-blue-50\/25{
  border-top-color: rgb(239 246 255 / 0.25);
}

.border-t-blue-50\/30{
  border-top-color: rgb(239 246 255 / 0.3);
}

.border-t-blue-50\/40{
  border-top-color: rgb(239 246 255 / 0.4);
}

.border-t-blue-50\/5{
  border-top-color: rgb(239 246 255 / 0.05);
}

.border-t-blue-50\/50{
  border-top-color: rgb(239 246 255 / 0.5);
}

.border-t-blue-50\/60{
  border-top-color: rgb(239 246 255 / 0.6);
}

.border-t-blue-50\/70{
  border-top-color: rgb(239 246 255 / 0.7);
}

.border-t-blue-50\/75{
  border-top-color: rgb(239 246 255 / 0.75);
}

.border-t-blue-50\/80{
  border-top-color: rgb(239 246 255 / 0.8);
}

.border-t-blue-50\/90{
  border-top-color: rgb(239 246 255 / 0.9);
}

.border-t-blue-50\/95{
  border-top-color: rgb(239 246 255 / 0.95);
}

.border-t-blue-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-t-blue-500\/0{
  border-top-color: rgb(59 130 246 / 0);
}

.border-t-blue-500\/10{
  border-top-color: rgb(59 130 246 / 0.1);
}

.border-t-blue-500\/100{
  border-top-color: rgb(59 130 246 / 1);
}

.border-t-blue-500\/20{
  border-top-color: rgb(59 130 246 / 0.2);
}

.border-t-blue-500\/25{
  border-top-color: rgb(59 130 246 / 0.25);
}

.border-t-blue-500\/30{
  border-top-color: rgb(59 130 246 / 0.3);
}

.border-t-blue-500\/40{
  border-top-color: rgb(59 130 246 / 0.4);
}

.border-t-blue-500\/5{
  border-top-color: rgb(59 130 246 / 0.05);
}

.border-t-blue-500\/50{
  border-top-color: rgb(59 130 246 / 0.5);
}

.border-t-blue-500\/60{
  border-top-color: rgb(59 130 246 / 0.6);
}

.border-t-blue-500\/70{
  border-top-color: rgb(59 130 246 / 0.7);
}

.border-t-blue-500\/75{
  border-top-color: rgb(59 130 246 / 0.75);
}

.border-t-blue-500\/80{
  border-top-color: rgb(59 130 246 / 0.8);
}

.border-t-blue-500\/90{
  border-top-color: rgb(59 130 246 / 0.9);
}

.border-t-blue-500\/95{
  border-top-color: rgb(59 130 246 / 0.95);
}

.border-t-blue-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-t-blue-600\/0{
  border-top-color: rgb(37 99 235 / 0);
}

.border-t-blue-600\/10{
  border-top-color: rgb(37 99 235 / 0.1);
}

.border-t-blue-600\/100{
  border-top-color: rgb(37 99 235 / 1);
}

.border-t-blue-600\/20{
  border-top-color: rgb(37 99 235 / 0.2);
}

.border-t-blue-600\/25{
  border-top-color: rgb(37 99 235 / 0.25);
}

.border-t-blue-600\/30{
  border-top-color: rgb(37 99 235 / 0.3);
}

.border-t-blue-600\/40{
  border-top-color: rgb(37 99 235 / 0.4);
}

.border-t-blue-600\/5{
  border-top-color: rgb(37 99 235 / 0.05);
}

.border-t-blue-600\/50{
  border-top-color: rgb(37 99 235 / 0.5);
}

.border-t-blue-600\/60{
  border-top-color: rgb(37 99 235 / 0.6);
}

.border-t-blue-600\/70{
  border-top-color: rgb(37 99 235 / 0.7);
}

.border-t-blue-600\/75{
  border-top-color: rgb(37 99 235 / 0.75);
}

.border-t-blue-600\/80{
  border-top-color: rgb(37 99 235 / 0.8);
}

.border-t-blue-600\/90{
  border-top-color: rgb(37 99 235 / 0.9);
}

.border-t-blue-600\/95{
  border-top-color: rgb(37 99 235 / 0.95);
}

.border-t-blue-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-t-blue-700\/0{
  border-top-color: rgb(29 78 216 / 0);
}

.border-t-blue-700\/10{
  border-top-color: rgb(29 78 216 / 0.1);
}

.border-t-blue-700\/100{
  border-top-color: rgb(29 78 216 / 1);
}

.border-t-blue-700\/20{
  border-top-color: rgb(29 78 216 / 0.2);
}

.border-t-blue-700\/25{
  border-top-color: rgb(29 78 216 / 0.25);
}

.border-t-blue-700\/30{
  border-top-color: rgb(29 78 216 / 0.3);
}

.border-t-blue-700\/40{
  border-top-color: rgb(29 78 216 / 0.4);
}

.border-t-blue-700\/5{
  border-top-color: rgb(29 78 216 / 0.05);
}

.border-t-blue-700\/50{
  border-top-color: rgb(29 78 216 / 0.5);
}

.border-t-blue-700\/60{
  border-top-color: rgb(29 78 216 / 0.6);
}

.border-t-blue-700\/70{
  border-top-color: rgb(29 78 216 / 0.7);
}

.border-t-blue-700\/75{
  border-top-color: rgb(29 78 216 / 0.75);
}

.border-t-blue-700\/80{
  border-top-color: rgb(29 78 216 / 0.8);
}

.border-t-blue-700\/90{
  border-top-color: rgb(29 78 216 / 0.9);
}

.border-t-blue-700\/95{
  border-top-color: rgb(29 78 216 / 0.95);
}

.border-t-blue-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-t-blue-800\/0{
  border-top-color: rgb(30 64 175 / 0);
}

.border-t-blue-800\/10{
  border-top-color: rgb(30 64 175 / 0.1);
}

.border-t-blue-800\/100{
  border-top-color: rgb(30 64 175 / 1);
}

.border-t-blue-800\/20{
  border-top-color: rgb(30 64 175 / 0.2);
}

.border-t-blue-800\/25{
  border-top-color: rgb(30 64 175 / 0.25);
}

.border-t-blue-800\/30{
  border-top-color: rgb(30 64 175 / 0.3);
}

.border-t-blue-800\/40{
  border-top-color: rgb(30 64 175 / 0.4);
}

.border-t-blue-800\/5{
  border-top-color: rgb(30 64 175 / 0.05);
}

.border-t-blue-800\/50{
  border-top-color: rgb(30 64 175 / 0.5);
}

.border-t-blue-800\/60{
  border-top-color: rgb(30 64 175 / 0.6);
}

.border-t-blue-800\/70{
  border-top-color: rgb(30 64 175 / 0.7);
}

.border-t-blue-800\/75{
  border-top-color: rgb(30 64 175 / 0.75);
}

.border-t-blue-800\/80{
  border-top-color: rgb(30 64 175 / 0.8);
}

.border-t-blue-800\/90{
  border-top-color: rgb(30 64 175 / 0.9);
}

.border-t-blue-800\/95{
  border-top-color: rgb(30 64 175 / 0.95);
}

.border-t-blue-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-t-blue-900\/0{
  border-top-color: rgb(30 58 138 / 0);
}

.border-t-blue-900\/10{
  border-top-color: rgb(30 58 138 / 0.1);
}

.border-t-blue-900\/100{
  border-top-color: rgb(30 58 138 / 1);
}

.border-t-blue-900\/20{
  border-top-color: rgb(30 58 138 / 0.2);
}

.border-t-blue-900\/25{
  border-top-color: rgb(30 58 138 / 0.25);
}

.border-t-blue-900\/30{
  border-top-color: rgb(30 58 138 / 0.3);
}

.border-t-blue-900\/40{
  border-top-color: rgb(30 58 138 / 0.4);
}

.border-t-blue-900\/5{
  border-top-color: rgb(30 58 138 / 0.05);
}

.border-t-blue-900\/50{
  border-top-color: rgb(30 58 138 / 0.5);
}

.border-t-blue-900\/60{
  border-top-color: rgb(30 58 138 / 0.6);
}

.border-t-blue-900\/70{
  border-top-color: rgb(30 58 138 / 0.7);
}

.border-t-blue-900\/75{
  border-top-color: rgb(30 58 138 / 0.75);
}

.border-t-blue-900\/80{
  border-top-color: rgb(30 58 138 / 0.8);
}

.border-t-blue-900\/90{
  border-top-color: rgb(30 58 138 / 0.9);
}

.border-t-blue-900\/95{
  border-top-color: rgb(30 58 138 / 0.95);
}

.border-t-blue-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.border-t-blue-950\/0{
  border-top-color: rgb(23 37 84 / 0);
}

.border-t-blue-950\/10{
  border-top-color: rgb(23 37 84 / 0.1);
}

.border-t-blue-950\/100{
  border-top-color: rgb(23 37 84 / 1);
}

.border-t-blue-950\/20{
  border-top-color: rgb(23 37 84 / 0.2);
}

.border-t-blue-950\/25{
  border-top-color: rgb(23 37 84 / 0.25);
}

.border-t-blue-950\/30{
  border-top-color: rgb(23 37 84 / 0.3);
}

.border-t-blue-950\/40{
  border-top-color: rgb(23 37 84 / 0.4);
}

.border-t-blue-950\/5{
  border-top-color: rgb(23 37 84 / 0.05);
}

.border-t-blue-950\/50{
  border-top-color: rgb(23 37 84 / 0.5);
}

.border-t-blue-950\/60{
  border-top-color: rgb(23 37 84 / 0.6);
}

.border-t-blue-950\/70{
  border-top-color: rgb(23 37 84 / 0.7);
}

.border-t-blue-950\/75{
  border-top-color: rgb(23 37 84 / 0.75);
}

.border-t-blue-950\/80{
  border-top-color: rgb(23 37 84 / 0.8);
}

.border-t-blue-950\/90{
  border-top-color: rgb(23 37 84 / 0.9);
}

.border-t-blue-950\/95{
  border-top-color: rgb(23 37 84 / 0.95);
}

.border-t-current{
  border-top-color: currentColor;
}

.border-t-cyan-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.border-t-cyan-100\/0{
  border-top-color: rgb(207 250 254 / 0);
}

.border-t-cyan-100\/10{
  border-top-color: rgb(207 250 254 / 0.1);
}

.border-t-cyan-100\/100{
  border-top-color: rgb(207 250 254 / 1);
}

.border-t-cyan-100\/20{
  border-top-color: rgb(207 250 254 / 0.2);
}

.border-t-cyan-100\/25{
  border-top-color: rgb(207 250 254 / 0.25);
}

.border-t-cyan-100\/30{
  border-top-color: rgb(207 250 254 / 0.3);
}

.border-t-cyan-100\/40{
  border-top-color: rgb(207 250 254 / 0.4);
}

.border-t-cyan-100\/5{
  border-top-color: rgb(207 250 254 / 0.05);
}

.border-t-cyan-100\/50{
  border-top-color: rgb(207 250 254 / 0.5);
}

.border-t-cyan-100\/60{
  border-top-color: rgb(207 250 254 / 0.6);
}

.border-t-cyan-100\/70{
  border-top-color: rgb(207 250 254 / 0.7);
}

.border-t-cyan-100\/75{
  border-top-color: rgb(207 250 254 / 0.75);
}

.border-t-cyan-100\/80{
  border-top-color: rgb(207 250 254 / 0.8);
}

.border-t-cyan-100\/90{
  border-top-color: rgb(207 250 254 / 0.9);
}

.border-t-cyan-100\/95{
  border-top-color: rgb(207 250 254 / 0.95);
}

.border-t-cyan-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-t-cyan-200\/0{
  border-top-color: rgb(165 243 252 / 0);
}

.border-t-cyan-200\/10{
  border-top-color: rgb(165 243 252 / 0.1);
}

.border-t-cyan-200\/100{
  border-top-color: rgb(165 243 252 / 1);
}

.border-t-cyan-200\/20{
  border-top-color: rgb(165 243 252 / 0.2);
}

.border-t-cyan-200\/25{
  border-top-color: rgb(165 243 252 / 0.25);
}

.border-t-cyan-200\/30{
  border-top-color: rgb(165 243 252 / 0.3);
}

.border-t-cyan-200\/40{
  border-top-color: rgb(165 243 252 / 0.4);
}

.border-t-cyan-200\/5{
  border-top-color: rgb(165 243 252 / 0.05);
}

.border-t-cyan-200\/50{
  border-top-color: rgb(165 243 252 / 0.5);
}

.border-t-cyan-200\/60{
  border-top-color: rgb(165 243 252 / 0.6);
}

.border-t-cyan-200\/70{
  border-top-color: rgb(165 243 252 / 0.7);
}

.border-t-cyan-200\/75{
  border-top-color: rgb(165 243 252 / 0.75);
}

.border-t-cyan-200\/80{
  border-top-color: rgb(165 243 252 / 0.8);
}

.border-t-cyan-200\/90{
  border-top-color: rgb(165 243 252 / 0.9);
}

.border-t-cyan-200\/95{
  border-top-color: rgb(165 243 252 / 0.95);
}

.border-t-cyan-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.border-t-cyan-300\/0{
  border-top-color: rgb(103 232 249 / 0);
}

.border-t-cyan-300\/10{
  border-top-color: rgb(103 232 249 / 0.1);
}

.border-t-cyan-300\/100{
  border-top-color: rgb(103 232 249 / 1);
}

.border-t-cyan-300\/20{
  border-top-color: rgb(103 232 249 / 0.2);
}

.border-t-cyan-300\/25{
  border-top-color: rgb(103 232 249 / 0.25);
}

.border-t-cyan-300\/30{
  border-top-color: rgb(103 232 249 / 0.3);
}

.border-t-cyan-300\/40{
  border-top-color: rgb(103 232 249 / 0.4);
}

.border-t-cyan-300\/5{
  border-top-color: rgb(103 232 249 / 0.05);
}

.border-t-cyan-300\/50{
  border-top-color: rgb(103 232 249 / 0.5);
}

.border-t-cyan-300\/60{
  border-top-color: rgb(103 232 249 / 0.6);
}

.border-t-cyan-300\/70{
  border-top-color: rgb(103 232 249 / 0.7);
}

.border-t-cyan-300\/75{
  border-top-color: rgb(103 232 249 / 0.75);
}

.border-t-cyan-300\/80{
  border-top-color: rgb(103 232 249 / 0.8);
}

.border-t-cyan-300\/90{
  border-top-color: rgb(103 232 249 / 0.9);
}

.border-t-cyan-300\/95{
  border-top-color: rgb(103 232 249 / 0.95);
}

.border-t-cyan-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.border-t-cyan-400\/0{
  border-top-color: rgb(34 211 238 / 0);
}

.border-t-cyan-400\/10{
  border-top-color: rgb(34 211 238 / 0.1);
}

.border-t-cyan-400\/100{
  border-top-color: rgb(34 211 238 / 1);
}

.border-t-cyan-400\/20{
  border-top-color: rgb(34 211 238 / 0.2);
}

.border-t-cyan-400\/25{
  border-top-color: rgb(34 211 238 / 0.25);
}

.border-t-cyan-400\/30{
  border-top-color: rgb(34 211 238 / 0.3);
}

.border-t-cyan-400\/40{
  border-top-color: rgb(34 211 238 / 0.4);
}

.border-t-cyan-400\/5{
  border-top-color: rgb(34 211 238 / 0.05);
}

.border-t-cyan-400\/50{
  border-top-color: rgb(34 211 238 / 0.5);
}

.border-t-cyan-400\/60{
  border-top-color: rgb(34 211 238 / 0.6);
}

.border-t-cyan-400\/70{
  border-top-color: rgb(34 211 238 / 0.7);
}

.border-t-cyan-400\/75{
  border-top-color: rgb(34 211 238 / 0.75);
}

.border-t-cyan-400\/80{
  border-top-color: rgb(34 211 238 / 0.8);
}

.border-t-cyan-400\/90{
  border-top-color: rgb(34 211 238 / 0.9);
}

.border-t-cyan-400\/95{
  border-top-color: rgb(34 211 238 / 0.95);
}

.border-t-cyan-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.border-t-cyan-50\/0{
  border-top-color: rgb(236 254 255 / 0);
}

.border-t-cyan-50\/10{
  border-top-color: rgb(236 254 255 / 0.1);
}

.border-t-cyan-50\/100{
  border-top-color: rgb(236 254 255 / 1);
}

.border-t-cyan-50\/20{
  border-top-color: rgb(236 254 255 / 0.2);
}

.border-t-cyan-50\/25{
  border-top-color: rgb(236 254 255 / 0.25);
}

.border-t-cyan-50\/30{
  border-top-color: rgb(236 254 255 / 0.3);
}

.border-t-cyan-50\/40{
  border-top-color: rgb(236 254 255 / 0.4);
}

.border-t-cyan-50\/5{
  border-top-color: rgb(236 254 255 / 0.05);
}

.border-t-cyan-50\/50{
  border-top-color: rgb(236 254 255 / 0.5);
}

.border-t-cyan-50\/60{
  border-top-color: rgb(236 254 255 / 0.6);
}

.border-t-cyan-50\/70{
  border-top-color: rgb(236 254 255 / 0.7);
}

.border-t-cyan-50\/75{
  border-top-color: rgb(236 254 255 / 0.75);
}

.border-t-cyan-50\/80{
  border-top-color: rgb(236 254 255 / 0.8);
}

.border-t-cyan-50\/90{
  border-top-color: rgb(236 254 255 / 0.9);
}

.border-t-cyan-50\/95{
  border-top-color: rgb(236 254 255 / 0.95);
}

.border-t-cyan-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.border-t-cyan-500\/0{
  border-top-color: rgb(6 182 212 / 0);
}

.border-t-cyan-500\/10{
  border-top-color: rgb(6 182 212 / 0.1);
}

.border-t-cyan-500\/100{
  border-top-color: rgb(6 182 212 / 1);
}

.border-t-cyan-500\/20{
  border-top-color: rgb(6 182 212 / 0.2);
}

.border-t-cyan-500\/25{
  border-top-color: rgb(6 182 212 / 0.25);
}

.border-t-cyan-500\/30{
  border-top-color: rgb(6 182 212 / 0.3);
}

.border-t-cyan-500\/40{
  border-top-color: rgb(6 182 212 / 0.4);
}

.border-t-cyan-500\/5{
  border-top-color: rgb(6 182 212 / 0.05);
}

.border-t-cyan-500\/50{
  border-top-color: rgb(6 182 212 / 0.5);
}

.border-t-cyan-500\/60{
  border-top-color: rgb(6 182 212 / 0.6);
}

.border-t-cyan-500\/70{
  border-top-color: rgb(6 182 212 / 0.7);
}

.border-t-cyan-500\/75{
  border-top-color: rgb(6 182 212 / 0.75);
}

.border-t-cyan-500\/80{
  border-top-color: rgb(6 182 212 / 0.8);
}

.border-t-cyan-500\/90{
  border-top-color: rgb(6 182 212 / 0.9);
}

.border-t-cyan-500\/95{
  border-top-color: rgb(6 182 212 / 0.95);
}

.border-t-cyan-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.border-t-cyan-600\/0{
  border-top-color: rgb(8 145 178 / 0);
}

.border-t-cyan-600\/10{
  border-top-color: rgb(8 145 178 / 0.1);
}

.border-t-cyan-600\/100{
  border-top-color: rgb(8 145 178 / 1);
}

.border-t-cyan-600\/20{
  border-top-color: rgb(8 145 178 / 0.2);
}

.border-t-cyan-600\/25{
  border-top-color: rgb(8 145 178 / 0.25);
}

.border-t-cyan-600\/30{
  border-top-color: rgb(8 145 178 / 0.3);
}

.border-t-cyan-600\/40{
  border-top-color: rgb(8 145 178 / 0.4);
}

.border-t-cyan-600\/5{
  border-top-color: rgb(8 145 178 / 0.05);
}

.border-t-cyan-600\/50{
  border-top-color: rgb(8 145 178 / 0.5);
}

.border-t-cyan-600\/60{
  border-top-color: rgb(8 145 178 / 0.6);
}

.border-t-cyan-600\/70{
  border-top-color: rgb(8 145 178 / 0.7);
}

.border-t-cyan-600\/75{
  border-top-color: rgb(8 145 178 / 0.75);
}

.border-t-cyan-600\/80{
  border-top-color: rgb(8 145 178 / 0.8);
}

.border-t-cyan-600\/90{
  border-top-color: rgb(8 145 178 / 0.9);
}

.border-t-cyan-600\/95{
  border-top-color: rgb(8 145 178 / 0.95);
}

.border-t-cyan-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.border-t-cyan-700\/0{
  border-top-color: rgb(14 116 144 / 0);
}

.border-t-cyan-700\/10{
  border-top-color: rgb(14 116 144 / 0.1);
}

.border-t-cyan-700\/100{
  border-top-color: rgb(14 116 144 / 1);
}

.border-t-cyan-700\/20{
  border-top-color: rgb(14 116 144 / 0.2);
}

.border-t-cyan-700\/25{
  border-top-color: rgb(14 116 144 / 0.25);
}

.border-t-cyan-700\/30{
  border-top-color: rgb(14 116 144 / 0.3);
}

.border-t-cyan-700\/40{
  border-top-color: rgb(14 116 144 / 0.4);
}

.border-t-cyan-700\/5{
  border-top-color: rgb(14 116 144 / 0.05);
}

.border-t-cyan-700\/50{
  border-top-color: rgb(14 116 144 / 0.5);
}

.border-t-cyan-700\/60{
  border-top-color: rgb(14 116 144 / 0.6);
}

.border-t-cyan-700\/70{
  border-top-color: rgb(14 116 144 / 0.7);
}

.border-t-cyan-700\/75{
  border-top-color: rgb(14 116 144 / 0.75);
}

.border-t-cyan-700\/80{
  border-top-color: rgb(14 116 144 / 0.8);
}

.border-t-cyan-700\/90{
  border-top-color: rgb(14 116 144 / 0.9);
}

.border-t-cyan-700\/95{
  border-top-color: rgb(14 116 144 / 0.95);
}

.border-t-cyan-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.border-t-cyan-800\/0{
  border-top-color: rgb(21 94 117 / 0);
}

.border-t-cyan-800\/10{
  border-top-color: rgb(21 94 117 / 0.1);
}

.border-t-cyan-800\/100{
  border-top-color: rgb(21 94 117 / 1);
}

.border-t-cyan-800\/20{
  border-top-color: rgb(21 94 117 / 0.2);
}

.border-t-cyan-800\/25{
  border-top-color: rgb(21 94 117 / 0.25);
}

.border-t-cyan-800\/30{
  border-top-color: rgb(21 94 117 / 0.3);
}

.border-t-cyan-800\/40{
  border-top-color: rgb(21 94 117 / 0.4);
}

.border-t-cyan-800\/5{
  border-top-color: rgb(21 94 117 / 0.05);
}

.border-t-cyan-800\/50{
  border-top-color: rgb(21 94 117 / 0.5);
}

.border-t-cyan-800\/60{
  border-top-color: rgb(21 94 117 / 0.6);
}

.border-t-cyan-800\/70{
  border-top-color: rgb(21 94 117 / 0.7);
}

.border-t-cyan-800\/75{
  border-top-color: rgb(21 94 117 / 0.75);
}

.border-t-cyan-800\/80{
  border-top-color: rgb(21 94 117 / 0.8);
}

.border-t-cyan-800\/90{
  border-top-color: rgb(21 94 117 / 0.9);
}

.border-t-cyan-800\/95{
  border-top-color: rgb(21 94 117 / 0.95);
}

.border-t-cyan-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.border-t-cyan-900\/0{
  border-top-color: rgb(22 78 99 / 0);
}

.border-t-cyan-900\/10{
  border-top-color: rgb(22 78 99 / 0.1);
}

.border-t-cyan-900\/100{
  border-top-color: rgb(22 78 99 / 1);
}

.border-t-cyan-900\/20{
  border-top-color: rgb(22 78 99 / 0.2);
}

.border-t-cyan-900\/25{
  border-top-color: rgb(22 78 99 / 0.25);
}

.border-t-cyan-900\/30{
  border-top-color: rgb(22 78 99 / 0.3);
}

.border-t-cyan-900\/40{
  border-top-color: rgb(22 78 99 / 0.4);
}

.border-t-cyan-900\/5{
  border-top-color: rgb(22 78 99 / 0.05);
}

.border-t-cyan-900\/50{
  border-top-color: rgb(22 78 99 / 0.5);
}

.border-t-cyan-900\/60{
  border-top-color: rgb(22 78 99 / 0.6);
}

.border-t-cyan-900\/70{
  border-top-color: rgb(22 78 99 / 0.7);
}

.border-t-cyan-900\/75{
  border-top-color: rgb(22 78 99 / 0.75);
}

.border-t-cyan-900\/80{
  border-top-color: rgb(22 78 99 / 0.8);
}

.border-t-cyan-900\/90{
  border-top-color: rgb(22 78 99 / 0.9);
}

.border-t-cyan-900\/95{
  border-top-color: rgb(22 78 99 / 0.95);
}

.border-t-cyan-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.border-t-cyan-950\/0{
  border-top-color: rgb(8 51 68 / 0);
}

.border-t-cyan-950\/10{
  border-top-color: rgb(8 51 68 / 0.1);
}

.border-t-cyan-950\/100{
  border-top-color: rgb(8 51 68 / 1);
}

.border-t-cyan-950\/20{
  border-top-color: rgb(8 51 68 / 0.2);
}

.border-t-cyan-950\/25{
  border-top-color: rgb(8 51 68 / 0.25);
}

.border-t-cyan-950\/30{
  border-top-color: rgb(8 51 68 / 0.3);
}

.border-t-cyan-950\/40{
  border-top-color: rgb(8 51 68 / 0.4);
}

.border-t-cyan-950\/5{
  border-top-color: rgb(8 51 68 / 0.05);
}

.border-t-cyan-950\/50{
  border-top-color: rgb(8 51 68 / 0.5);
}

.border-t-cyan-950\/60{
  border-top-color: rgb(8 51 68 / 0.6);
}

.border-t-cyan-950\/70{
  border-top-color: rgb(8 51 68 / 0.7);
}

.border-t-cyan-950\/75{
  border-top-color: rgb(8 51 68 / 0.75);
}

.border-t-cyan-950\/80{
  border-top-color: rgb(8 51 68 / 0.8);
}

.border-t-cyan-950\/90{
  border-top-color: rgb(8 51 68 / 0.9);
}

.border-t-cyan-950\/95{
  border-top-color: rgb(8 51 68 / 0.95);
}

.border-t-emerald-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.border-t-emerald-100\/0{
  border-top-color: rgb(209 250 229 / 0);
}

.border-t-emerald-100\/10{
  border-top-color: rgb(209 250 229 / 0.1);
}

.border-t-emerald-100\/100{
  border-top-color: rgb(209 250 229 / 1);
}

.border-t-emerald-100\/20{
  border-top-color: rgb(209 250 229 / 0.2);
}

.border-t-emerald-100\/25{
  border-top-color: rgb(209 250 229 / 0.25);
}

.border-t-emerald-100\/30{
  border-top-color: rgb(209 250 229 / 0.3);
}

.border-t-emerald-100\/40{
  border-top-color: rgb(209 250 229 / 0.4);
}

.border-t-emerald-100\/5{
  border-top-color: rgb(209 250 229 / 0.05);
}

.border-t-emerald-100\/50{
  border-top-color: rgb(209 250 229 / 0.5);
}

.border-t-emerald-100\/60{
  border-top-color: rgb(209 250 229 / 0.6);
}

.border-t-emerald-100\/70{
  border-top-color: rgb(209 250 229 / 0.7);
}

.border-t-emerald-100\/75{
  border-top-color: rgb(209 250 229 / 0.75);
}

.border-t-emerald-100\/80{
  border-top-color: rgb(209 250 229 / 0.8);
}

.border-t-emerald-100\/90{
  border-top-color: rgb(209 250 229 / 0.9);
}

.border-t-emerald-100\/95{
  border-top-color: rgb(209 250 229 / 0.95);
}

.border-t-emerald-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-t-emerald-200\/0{
  border-top-color: rgb(167 243 208 / 0);
}

.border-t-emerald-200\/10{
  border-top-color: rgb(167 243 208 / 0.1);
}

.border-t-emerald-200\/100{
  border-top-color: rgb(167 243 208 / 1);
}

.border-t-emerald-200\/20{
  border-top-color: rgb(167 243 208 / 0.2);
}

.border-t-emerald-200\/25{
  border-top-color: rgb(167 243 208 / 0.25);
}

.border-t-emerald-200\/30{
  border-top-color: rgb(167 243 208 / 0.3);
}

.border-t-emerald-200\/40{
  border-top-color: rgb(167 243 208 / 0.4);
}

.border-t-emerald-200\/5{
  border-top-color: rgb(167 243 208 / 0.05);
}

.border-t-emerald-200\/50{
  border-top-color: rgb(167 243 208 / 0.5);
}

.border-t-emerald-200\/60{
  border-top-color: rgb(167 243 208 / 0.6);
}

.border-t-emerald-200\/70{
  border-top-color: rgb(167 243 208 / 0.7);
}

.border-t-emerald-200\/75{
  border-top-color: rgb(167 243 208 / 0.75);
}

.border-t-emerald-200\/80{
  border-top-color: rgb(167 243 208 / 0.8);
}

.border-t-emerald-200\/90{
  border-top-color: rgb(167 243 208 / 0.9);
}

.border-t-emerald-200\/95{
  border-top-color: rgb(167 243 208 / 0.95);
}

.border-t-emerald-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.border-t-emerald-300\/0{
  border-top-color: rgb(110 231 183 / 0);
}

.border-t-emerald-300\/10{
  border-top-color: rgb(110 231 183 / 0.1);
}

.border-t-emerald-300\/100{
  border-top-color: rgb(110 231 183 / 1);
}

.border-t-emerald-300\/20{
  border-top-color: rgb(110 231 183 / 0.2);
}

.border-t-emerald-300\/25{
  border-top-color: rgb(110 231 183 / 0.25);
}

.border-t-emerald-300\/30{
  border-top-color: rgb(110 231 183 / 0.3);
}

.border-t-emerald-300\/40{
  border-top-color: rgb(110 231 183 / 0.4);
}

.border-t-emerald-300\/5{
  border-top-color: rgb(110 231 183 / 0.05);
}

.border-t-emerald-300\/50{
  border-top-color: rgb(110 231 183 / 0.5);
}

.border-t-emerald-300\/60{
  border-top-color: rgb(110 231 183 / 0.6);
}

.border-t-emerald-300\/70{
  border-top-color: rgb(110 231 183 / 0.7);
}

.border-t-emerald-300\/75{
  border-top-color: rgb(110 231 183 / 0.75);
}

.border-t-emerald-300\/80{
  border-top-color: rgb(110 231 183 / 0.8);
}

.border-t-emerald-300\/90{
  border-top-color: rgb(110 231 183 / 0.9);
}

.border-t-emerald-300\/95{
  border-top-color: rgb(110 231 183 / 0.95);
}

.border-t-emerald-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-t-emerald-400\/0{
  border-top-color: rgb(52 211 153 / 0);
}

.border-t-emerald-400\/10{
  border-top-color: rgb(52 211 153 / 0.1);
}

.border-t-emerald-400\/100{
  border-top-color: rgb(52 211 153 / 1);
}

.border-t-emerald-400\/20{
  border-top-color: rgb(52 211 153 / 0.2);
}

.border-t-emerald-400\/25{
  border-top-color: rgb(52 211 153 / 0.25);
}

.border-t-emerald-400\/30{
  border-top-color: rgb(52 211 153 / 0.3);
}

.border-t-emerald-400\/40{
  border-top-color: rgb(52 211 153 / 0.4);
}

.border-t-emerald-400\/5{
  border-top-color: rgb(52 211 153 / 0.05);
}

.border-t-emerald-400\/50{
  border-top-color: rgb(52 211 153 / 0.5);
}

.border-t-emerald-400\/60{
  border-top-color: rgb(52 211 153 / 0.6);
}

.border-t-emerald-400\/70{
  border-top-color: rgb(52 211 153 / 0.7);
}

.border-t-emerald-400\/75{
  border-top-color: rgb(52 211 153 / 0.75);
}

.border-t-emerald-400\/80{
  border-top-color: rgb(52 211 153 / 0.8);
}

.border-t-emerald-400\/90{
  border-top-color: rgb(52 211 153 / 0.9);
}

.border-t-emerald-400\/95{
  border-top-color: rgb(52 211 153 / 0.95);
}

.border-t-emerald-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.border-t-emerald-50\/0{
  border-top-color: rgb(236 253 245 / 0);
}

.border-t-emerald-50\/10{
  border-top-color: rgb(236 253 245 / 0.1);
}

.border-t-emerald-50\/100{
  border-top-color: rgb(236 253 245 / 1);
}

.border-t-emerald-50\/20{
  border-top-color: rgb(236 253 245 / 0.2);
}

.border-t-emerald-50\/25{
  border-top-color: rgb(236 253 245 / 0.25);
}

.border-t-emerald-50\/30{
  border-top-color: rgb(236 253 245 / 0.3);
}

.border-t-emerald-50\/40{
  border-top-color: rgb(236 253 245 / 0.4);
}

.border-t-emerald-50\/5{
  border-top-color: rgb(236 253 245 / 0.05);
}

.border-t-emerald-50\/50{
  border-top-color: rgb(236 253 245 / 0.5);
}

.border-t-emerald-50\/60{
  border-top-color: rgb(236 253 245 / 0.6);
}

.border-t-emerald-50\/70{
  border-top-color: rgb(236 253 245 / 0.7);
}

.border-t-emerald-50\/75{
  border-top-color: rgb(236 253 245 / 0.75);
}

.border-t-emerald-50\/80{
  border-top-color: rgb(236 253 245 / 0.8);
}

.border-t-emerald-50\/90{
  border-top-color: rgb(236 253 245 / 0.9);
}

.border-t-emerald-50\/95{
  border-top-color: rgb(236 253 245 / 0.95);
}

.border-t-emerald-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-t-emerald-500\/0{
  border-top-color: rgb(16 185 129 / 0);
}

.border-t-emerald-500\/10{
  border-top-color: rgb(16 185 129 / 0.1);
}

.border-t-emerald-500\/100{
  border-top-color: rgb(16 185 129 / 1);
}

.border-t-emerald-500\/20{
  border-top-color: rgb(16 185 129 / 0.2);
}

.border-t-emerald-500\/25{
  border-top-color: rgb(16 185 129 / 0.25);
}

.border-t-emerald-500\/30{
  border-top-color: rgb(16 185 129 / 0.3);
}

.border-t-emerald-500\/40{
  border-top-color: rgb(16 185 129 / 0.4);
}

.border-t-emerald-500\/5{
  border-top-color: rgb(16 185 129 / 0.05);
}

.border-t-emerald-500\/50{
  border-top-color: rgb(16 185 129 / 0.5);
}

.border-t-emerald-500\/60{
  border-top-color: rgb(16 185 129 / 0.6);
}

.border-t-emerald-500\/70{
  border-top-color: rgb(16 185 129 / 0.7);
}

.border-t-emerald-500\/75{
  border-top-color: rgb(16 185 129 / 0.75);
}

.border-t-emerald-500\/80{
  border-top-color: rgb(16 185 129 / 0.8);
}

.border-t-emerald-500\/90{
  border-top-color: rgb(16 185 129 / 0.9);
}

.border-t-emerald-500\/95{
  border-top-color: rgb(16 185 129 / 0.95);
}

.border-t-emerald-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-t-emerald-600\/0{
  border-top-color: rgb(5 150 105 / 0);
}

.border-t-emerald-600\/10{
  border-top-color: rgb(5 150 105 / 0.1);
}

.border-t-emerald-600\/100{
  border-top-color: rgb(5 150 105 / 1);
}

.border-t-emerald-600\/20{
  border-top-color: rgb(5 150 105 / 0.2);
}

.border-t-emerald-600\/25{
  border-top-color: rgb(5 150 105 / 0.25);
}

.border-t-emerald-600\/30{
  border-top-color: rgb(5 150 105 / 0.3);
}

.border-t-emerald-600\/40{
  border-top-color: rgb(5 150 105 / 0.4);
}

.border-t-emerald-600\/5{
  border-top-color: rgb(5 150 105 / 0.05);
}

.border-t-emerald-600\/50{
  border-top-color: rgb(5 150 105 / 0.5);
}

.border-t-emerald-600\/60{
  border-top-color: rgb(5 150 105 / 0.6);
}

.border-t-emerald-600\/70{
  border-top-color: rgb(5 150 105 / 0.7);
}

.border-t-emerald-600\/75{
  border-top-color: rgb(5 150 105 / 0.75);
}

.border-t-emerald-600\/80{
  border-top-color: rgb(5 150 105 / 0.8);
}

.border-t-emerald-600\/90{
  border-top-color: rgb(5 150 105 / 0.9);
}

.border-t-emerald-600\/95{
  border-top-color: rgb(5 150 105 / 0.95);
}

.border-t-emerald-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-t-emerald-700\/0{
  border-top-color: rgb(4 120 87 / 0);
}

.border-t-emerald-700\/10{
  border-top-color: rgb(4 120 87 / 0.1);
}

.border-t-emerald-700\/100{
  border-top-color: rgb(4 120 87 / 1);
}

.border-t-emerald-700\/20{
  border-top-color: rgb(4 120 87 / 0.2);
}

.border-t-emerald-700\/25{
  border-top-color: rgb(4 120 87 / 0.25);
}

.border-t-emerald-700\/30{
  border-top-color: rgb(4 120 87 / 0.3);
}

.border-t-emerald-700\/40{
  border-top-color: rgb(4 120 87 / 0.4);
}

.border-t-emerald-700\/5{
  border-top-color: rgb(4 120 87 / 0.05);
}

.border-t-emerald-700\/50{
  border-top-color: rgb(4 120 87 / 0.5);
}

.border-t-emerald-700\/60{
  border-top-color: rgb(4 120 87 / 0.6);
}

.border-t-emerald-700\/70{
  border-top-color: rgb(4 120 87 / 0.7);
}

.border-t-emerald-700\/75{
  border-top-color: rgb(4 120 87 / 0.75);
}

.border-t-emerald-700\/80{
  border-top-color: rgb(4 120 87 / 0.8);
}

.border-t-emerald-700\/90{
  border-top-color: rgb(4 120 87 / 0.9);
}

.border-t-emerald-700\/95{
  border-top-color: rgb(4 120 87 / 0.95);
}

.border-t-emerald-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.border-t-emerald-800\/0{
  border-top-color: rgb(6 95 70 / 0);
}

.border-t-emerald-800\/10{
  border-top-color: rgb(6 95 70 / 0.1);
}

.border-t-emerald-800\/100{
  border-top-color: rgb(6 95 70 / 1);
}

.border-t-emerald-800\/20{
  border-top-color: rgb(6 95 70 / 0.2);
}

.border-t-emerald-800\/25{
  border-top-color: rgb(6 95 70 / 0.25);
}

.border-t-emerald-800\/30{
  border-top-color: rgb(6 95 70 / 0.3);
}

.border-t-emerald-800\/40{
  border-top-color: rgb(6 95 70 / 0.4);
}

.border-t-emerald-800\/5{
  border-top-color: rgb(6 95 70 / 0.05);
}

.border-t-emerald-800\/50{
  border-top-color: rgb(6 95 70 / 0.5);
}

.border-t-emerald-800\/60{
  border-top-color: rgb(6 95 70 / 0.6);
}

.border-t-emerald-800\/70{
  border-top-color: rgb(6 95 70 / 0.7);
}

.border-t-emerald-800\/75{
  border-top-color: rgb(6 95 70 / 0.75);
}

.border-t-emerald-800\/80{
  border-top-color: rgb(6 95 70 / 0.8);
}

.border-t-emerald-800\/90{
  border-top-color: rgb(6 95 70 / 0.9);
}

.border-t-emerald-800\/95{
  border-top-color: rgb(6 95 70 / 0.95);
}

.border-t-emerald-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.border-t-emerald-900\/0{
  border-top-color: rgb(6 78 59 / 0);
}

.border-t-emerald-900\/10{
  border-top-color: rgb(6 78 59 / 0.1);
}

.border-t-emerald-900\/100{
  border-top-color: rgb(6 78 59 / 1);
}

.border-t-emerald-900\/20{
  border-top-color: rgb(6 78 59 / 0.2);
}

.border-t-emerald-900\/25{
  border-top-color: rgb(6 78 59 / 0.25);
}

.border-t-emerald-900\/30{
  border-top-color: rgb(6 78 59 / 0.3);
}

.border-t-emerald-900\/40{
  border-top-color: rgb(6 78 59 / 0.4);
}

.border-t-emerald-900\/5{
  border-top-color: rgb(6 78 59 / 0.05);
}

.border-t-emerald-900\/50{
  border-top-color: rgb(6 78 59 / 0.5);
}

.border-t-emerald-900\/60{
  border-top-color: rgb(6 78 59 / 0.6);
}

.border-t-emerald-900\/70{
  border-top-color: rgb(6 78 59 / 0.7);
}

.border-t-emerald-900\/75{
  border-top-color: rgb(6 78 59 / 0.75);
}

.border-t-emerald-900\/80{
  border-top-color: rgb(6 78 59 / 0.8);
}

.border-t-emerald-900\/90{
  border-top-color: rgb(6 78 59 / 0.9);
}

.border-t-emerald-900\/95{
  border-top-color: rgb(6 78 59 / 0.95);
}

.border-t-emerald-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-t-emerald-950\/0{
  border-top-color: rgb(2 44 34 / 0);
}

.border-t-emerald-950\/10{
  border-top-color: rgb(2 44 34 / 0.1);
}

.border-t-emerald-950\/100{
  border-top-color: rgb(2 44 34 / 1);
}

.border-t-emerald-950\/20{
  border-top-color: rgb(2 44 34 / 0.2);
}

.border-t-emerald-950\/25{
  border-top-color: rgb(2 44 34 / 0.25);
}

.border-t-emerald-950\/30{
  border-top-color: rgb(2 44 34 / 0.3);
}

.border-t-emerald-950\/40{
  border-top-color: rgb(2 44 34 / 0.4);
}

.border-t-emerald-950\/5{
  border-top-color: rgb(2 44 34 / 0.05);
}

.border-t-emerald-950\/50{
  border-top-color: rgb(2 44 34 / 0.5);
}

.border-t-emerald-950\/60{
  border-top-color: rgb(2 44 34 / 0.6);
}

.border-t-emerald-950\/70{
  border-top-color: rgb(2 44 34 / 0.7);
}

.border-t-emerald-950\/75{
  border-top-color: rgb(2 44 34 / 0.75);
}

.border-t-emerald-950\/80{
  border-top-color: rgb(2 44 34 / 0.8);
}

.border-t-emerald-950\/90{
  border-top-color: rgb(2 44 34 / 0.9);
}

.border-t-emerald-950\/95{
  border-top-color: rgb(2 44 34 / 0.95);
}

.border-t-event-text-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 57 66 / var(--tw-border-opacity));
}

.border-t-event-text-100\/0{
  border-top-color: rgb(3 57 66 / 0);
}

.border-t-event-text-100\/10{
  border-top-color: rgb(3 57 66 / 0.1);
}

.border-t-event-text-100\/100{
  border-top-color: rgb(3 57 66 / 1);
}

.border-t-event-text-100\/20{
  border-top-color: rgb(3 57 66 / 0.2);
}

.border-t-event-text-100\/25{
  border-top-color: rgb(3 57 66 / 0.25);
}

.border-t-event-text-100\/30{
  border-top-color: rgb(3 57 66 / 0.3);
}

.border-t-event-text-100\/40{
  border-top-color: rgb(3 57 66 / 0.4);
}

.border-t-event-text-100\/5{
  border-top-color: rgb(3 57 66 / 0.05);
}

.border-t-event-text-100\/50{
  border-top-color: rgb(3 57 66 / 0.5);
}

.border-t-event-text-100\/60{
  border-top-color: rgb(3 57 66 / 0.6);
}

.border-t-event-text-100\/70{
  border-top-color: rgb(3 57 66 / 0.7);
}

.border-t-event-text-100\/75{
  border-top-color: rgb(3 57 66 / 0.75);
}

.border-t-event-text-100\/80{
  border-top-color: rgb(3 57 66 / 0.8);
}

.border-t-event-text-100\/90{
  border-top-color: rgb(3 57 66 / 0.9);
}

.border-t-event-text-100\/95{
  border-top-color: rgb(3 57 66 / 0.95);
}

.border-t-event-text-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(56 59 68 / var(--tw-border-opacity));
}

.border-t-event-text-200\/0{
  border-top-color: rgb(56 59 68 / 0);
}

.border-t-event-text-200\/10{
  border-top-color: rgb(56 59 68 / 0.1);
}

.border-t-event-text-200\/100{
  border-top-color: rgb(56 59 68 / 1);
}

.border-t-event-text-200\/20{
  border-top-color: rgb(56 59 68 / 0.2);
}

.border-t-event-text-200\/25{
  border-top-color: rgb(56 59 68 / 0.25);
}

.border-t-event-text-200\/30{
  border-top-color: rgb(56 59 68 / 0.3);
}

.border-t-event-text-200\/40{
  border-top-color: rgb(56 59 68 / 0.4);
}

.border-t-event-text-200\/5{
  border-top-color: rgb(56 59 68 / 0.05);
}

.border-t-event-text-200\/50{
  border-top-color: rgb(56 59 68 / 0.5);
}

.border-t-event-text-200\/60{
  border-top-color: rgb(56 59 68 / 0.6);
}

.border-t-event-text-200\/70{
  border-top-color: rgb(56 59 68 / 0.7);
}

.border-t-event-text-200\/75{
  border-top-color: rgb(56 59 68 / 0.75);
}

.border-t-event-text-200\/80{
  border-top-color: rgb(56 59 68 / 0.8);
}

.border-t-event-text-200\/90{
  border-top-color: rgb(56 59 68 / 0.9);
}

.border-t-event-text-200\/95{
  border-top-color: rgb(56 59 68 / 0.95);
}

.border-t-fuchsia-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.border-t-fuchsia-100\/0{
  border-top-color: rgb(250 232 255 / 0);
}

.border-t-fuchsia-100\/10{
  border-top-color: rgb(250 232 255 / 0.1);
}

.border-t-fuchsia-100\/100{
  border-top-color: rgb(250 232 255 / 1);
}

.border-t-fuchsia-100\/20{
  border-top-color: rgb(250 232 255 / 0.2);
}

.border-t-fuchsia-100\/25{
  border-top-color: rgb(250 232 255 / 0.25);
}

.border-t-fuchsia-100\/30{
  border-top-color: rgb(250 232 255 / 0.3);
}

.border-t-fuchsia-100\/40{
  border-top-color: rgb(250 232 255 / 0.4);
}

.border-t-fuchsia-100\/5{
  border-top-color: rgb(250 232 255 / 0.05);
}

.border-t-fuchsia-100\/50{
  border-top-color: rgb(250 232 255 / 0.5);
}

.border-t-fuchsia-100\/60{
  border-top-color: rgb(250 232 255 / 0.6);
}

.border-t-fuchsia-100\/70{
  border-top-color: rgb(250 232 255 / 0.7);
}

.border-t-fuchsia-100\/75{
  border-top-color: rgb(250 232 255 / 0.75);
}

.border-t-fuchsia-100\/80{
  border-top-color: rgb(250 232 255 / 0.8);
}

.border-t-fuchsia-100\/90{
  border-top-color: rgb(250 232 255 / 0.9);
}

.border-t-fuchsia-100\/95{
  border-top-color: rgb(250 232 255 / 0.95);
}

.border-t-fuchsia-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.border-t-fuchsia-200\/0{
  border-top-color: rgb(245 208 254 / 0);
}

.border-t-fuchsia-200\/10{
  border-top-color: rgb(245 208 254 / 0.1);
}

.border-t-fuchsia-200\/100{
  border-top-color: rgb(245 208 254 / 1);
}

.border-t-fuchsia-200\/20{
  border-top-color: rgb(245 208 254 / 0.2);
}

.border-t-fuchsia-200\/25{
  border-top-color: rgb(245 208 254 / 0.25);
}

.border-t-fuchsia-200\/30{
  border-top-color: rgb(245 208 254 / 0.3);
}

.border-t-fuchsia-200\/40{
  border-top-color: rgb(245 208 254 / 0.4);
}

.border-t-fuchsia-200\/5{
  border-top-color: rgb(245 208 254 / 0.05);
}

.border-t-fuchsia-200\/50{
  border-top-color: rgb(245 208 254 / 0.5);
}

.border-t-fuchsia-200\/60{
  border-top-color: rgb(245 208 254 / 0.6);
}

.border-t-fuchsia-200\/70{
  border-top-color: rgb(245 208 254 / 0.7);
}

.border-t-fuchsia-200\/75{
  border-top-color: rgb(245 208 254 / 0.75);
}

.border-t-fuchsia-200\/80{
  border-top-color: rgb(245 208 254 / 0.8);
}

.border-t-fuchsia-200\/90{
  border-top-color: rgb(245 208 254 / 0.9);
}

.border-t-fuchsia-200\/95{
  border-top-color: rgb(245 208 254 / 0.95);
}

.border-t-fuchsia-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.border-t-fuchsia-300\/0{
  border-top-color: rgb(240 171 252 / 0);
}

.border-t-fuchsia-300\/10{
  border-top-color: rgb(240 171 252 / 0.1);
}

.border-t-fuchsia-300\/100{
  border-top-color: rgb(240 171 252 / 1);
}

.border-t-fuchsia-300\/20{
  border-top-color: rgb(240 171 252 / 0.2);
}

.border-t-fuchsia-300\/25{
  border-top-color: rgb(240 171 252 / 0.25);
}

.border-t-fuchsia-300\/30{
  border-top-color: rgb(240 171 252 / 0.3);
}

.border-t-fuchsia-300\/40{
  border-top-color: rgb(240 171 252 / 0.4);
}

.border-t-fuchsia-300\/5{
  border-top-color: rgb(240 171 252 / 0.05);
}

.border-t-fuchsia-300\/50{
  border-top-color: rgb(240 171 252 / 0.5);
}

.border-t-fuchsia-300\/60{
  border-top-color: rgb(240 171 252 / 0.6);
}

.border-t-fuchsia-300\/70{
  border-top-color: rgb(240 171 252 / 0.7);
}

.border-t-fuchsia-300\/75{
  border-top-color: rgb(240 171 252 / 0.75);
}

.border-t-fuchsia-300\/80{
  border-top-color: rgb(240 171 252 / 0.8);
}

.border-t-fuchsia-300\/90{
  border-top-color: rgb(240 171 252 / 0.9);
}

.border-t-fuchsia-300\/95{
  border-top-color: rgb(240 171 252 / 0.95);
}

.border-t-fuchsia-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.border-t-fuchsia-400\/0{
  border-top-color: rgb(232 121 249 / 0);
}

.border-t-fuchsia-400\/10{
  border-top-color: rgb(232 121 249 / 0.1);
}

.border-t-fuchsia-400\/100{
  border-top-color: rgb(232 121 249 / 1);
}

.border-t-fuchsia-400\/20{
  border-top-color: rgb(232 121 249 / 0.2);
}

.border-t-fuchsia-400\/25{
  border-top-color: rgb(232 121 249 / 0.25);
}

.border-t-fuchsia-400\/30{
  border-top-color: rgb(232 121 249 / 0.3);
}

.border-t-fuchsia-400\/40{
  border-top-color: rgb(232 121 249 / 0.4);
}

.border-t-fuchsia-400\/5{
  border-top-color: rgb(232 121 249 / 0.05);
}

.border-t-fuchsia-400\/50{
  border-top-color: rgb(232 121 249 / 0.5);
}

.border-t-fuchsia-400\/60{
  border-top-color: rgb(232 121 249 / 0.6);
}

.border-t-fuchsia-400\/70{
  border-top-color: rgb(232 121 249 / 0.7);
}

.border-t-fuchsia-400\/75{
  border-top-color: rgb(232 121 249 / 0.75);
}

.border-t-fuchsia-400\/80{
  border-top-color: rgb(232 121 249 / 0.8);
}

.border-t-fuchsia-400\/90{
  border-top-color: rgb(232 121 249 / 0.9);
}

.border-t-fuchsia-400\/95{
  border-top-color: rgb(232 121 249 / 0.95);
}

.border-t-fuchsia-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.border-t-fuchsia-50\/0{
  border-top-color: rgb(253 244 255 / 0);
}

.border-t-fuchsia-50\/10{
  border-top-color: rgb(253 244 255 / 0.1);
}

.border-t-fuchsia-50\/100{
  border-top-color: rgb(253 244 255 / 1);
}

.border-t-fuchsia-50\/20{
  border-top-color: rgb(253 244 255 / 0.2);
}

.border-t-fuchsia-50\/25{
  border-top-color: rgb(253 244 255 / 0.25);
}

.border-t-fuchsia-50\/30{
  border-top-color: rgb(253 244 255 / 0.3);
}

.border-t-fuchsia-50\/40{
  border-top-color: rgb(253 244 255 / 0.4);
}

.border-t-fuchsia-50\/5{
  border-top-color: rgb(253 244 255 / 0.05);
}

.border-t-fuchsia-50\/50{
  border-top-color: rgb(253 244 255 / 0.5);
}

.border-t-fuchsia-50\/60{
  border-top-color: rgb(253 244 255 / 0.6);
}

.border-t-fuchsia-50\/70{
  border-top-color: rgb(253 244 255 / 0.7);
}

.border-t-fuchsia-50\/75{
  border-top-color: rgb(253 244 255 / 0.75);
}

.border-t-fuchsia-50\/80{
  border-top-color: rgb(253 244 255 / 0.8);
}

.border-t-fuchsia-50\/90{
  border-top-color: rgb(253 244 255 / 0.9);
}

.border-t-fuchsia-50\/95{
  border-top-color: rgb(253 244 255 / 0.95);
}

.border-t-fuchsia-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.border-t-fuchsia-500\/0{
  border-top-color: rgb(217 70 239 / 0);
}

.border-t-fuchsia-500\/10{
  border-top-color: rgb(217 70 239 / 0.1);
}

.border-t-fuchsia-500\/100{
  border-top-color: rgb(217 70 239 / 1);
}

.border-t-fuchsia-500\/20{
  border-top-color: rgb(217 70 239 / 0.2);
}

.border-t-fuchsia-500\/25{
  border-top-color: rgb(217 70 239 / 0.25);
}

.border-t-fuchsia-500\/30{
  border-top-color: rgb(217 70 239 / 0.3);
}

.border-t-fuchsia-500\/40{
  border-top-color: rgb(217 70 239 / 0.4);
}

.border-t-fuchsia-500\/5{
  border-top-color: rgb(217 70 239 / 0.05);
}

.border-t-fuchsia-500\/50{
  border-top-color: rgb(217 70 239 / 0.5);
}

.border-t-fuchsia-500\/60{
  border-top-color: rgb(217 70 239 / 0.6);
}

.border-t-fuchsia-500\/70{
  border-top-color: rgb(217 70 239 / 0.7);
}

.border-t-fuchsia-500\/75{
  border-top-color: rgb(217 70 239 / 0.75);
}

.border-t-fuchsia-500\/80{
  border-top-color: rgb(217 70 239 / 0.8);
}

.border-t-fuchsia-500\/90{
  border-top-color: rgb(217 70 239 / 0.9);
}

.border-t-fuchsia-500\/95{
  border-top-color: rgb(217 70 239 / 0.95);
}

.border-t-fuchsia-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.border-t-fuchsia-600\/0{
  border-top-color: rgb(192 38 211 / 0);
}

.border-t-fuchsia-600\/10{
  border-top-color: rgb(192 38 211 / 0.1);
}

.border-t-fuchsia-600\/100{
  border-top-color: rgb(192 38 211 / 1);
}

.border-t-fuchsia-600\/20{
  border-top-color: rgb(192 38 211 / 0.2);
}

.border-t-fuchsia-600\/25{
  border-top-color: rgb(192 38 211 / 0.25);
}

.border-t-fuchsia-600\/30{
  border-top-color: rgb(192 38 211 / 0.3);
}

.border-t-fuchsia-600\/40{
  border-top-color: rgb(192 38 211 / 0.4);
}

.border-t-fuchsia-600\/5{
  border-top-color: rgb(192 38 211 / 0.05);
}

.border-t-fuchsia-600\/50{
  border-top-color: rgb(192 38 211 / 0.5);
}

.border-t-fuchsia-600\/60{
  border-top-color: rgb(192 38 211 / 0.6);
}

.border-t-fuchsia-600\/70{
  border-top-color: rgb(192 38 211 / 0.7);
}

.border-t-fuchsia-600\/75{
  border-top-color: rgb(192 38 211 / 0.75);
}

.border-t-fuchsia-600\/80{
  border-top-color: rgb(192 38 211 / 0.8);
}

.border-t-fuchsia-600\/90{
  border-top-color: rgb(192 38 211 / 0.9);
}

.border-t-fuchsia-600\/95{
  border-top-color: rgb(192 38 211 / 0.95);
}

.border-t-fuchsia-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.border-t-fuchsia-700\/0{
  border-top-color: rgb(162 28 175 / 0);
}

.border-t-fuchsia-700\/10{
  border-top-color: rgb(162 28 175 / 0.1);
}

.border-t-fuchsia-700\/100{
  border-top-color: rgb(162 28 175 / 1);
}

.border-t-fuchsia-700\/20{
  border-top-color: rgb(162 28 175 / 0.2);
}

.border-t-fuchsia-700\/25{
  border-top-color: rgb(162 28 175 / 0.25);
}

.border-t-fuchsia-700\/30{
  border-top-color: rgb(162 28 175 / 0.3);
}

.border-t-fuchsia-700\/40{
  border-top-color: rgb(162 28 175 / 0.4);
}

.border-t-fuchsia-700\/5{
  border-top-color: rgb(162 28 175 / 0.05);
}

.border-t-fuchsia-700\/50{
  border-top-color: rgb(162 28 175 / 0.5);
}

.border-t-fuchsia-700\/60{
  border-top-color: rgb(162 28 175 / 0.6);
}

.border-t-fuchsia-700\/70{
  border-top-color: rgb(162 28 175 / 0.7);
}

.border-t-fuchsia-700\/75{
  border-top-color: rgb(162 28 175 / 0.75);
}

.border-t-fuchsia-700\/80{
  border-top-color: rgb(162 28 175 / 0.8);
}

.border-t-fuchsia-700\/90{
  border-top-color: rgb(162 28 175 / 0.9);
}

.border-t-fuchsia-700\/95{
  border-top-color: rgb(162 28 175 / 0.95);
}

.border-t-fuchsia-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.border-t-fuchsia-800\/0{
  border-top-color: rgb(134 25 143 / 0);
}

.border-t-fuchsia-800\/10{
  border-top-color: rgb(134 25 143 / 0.1);
}

.border-t-fuchsia-800\/100{
  border-top-color: rgb(134 25 143 / 1);
}

.border-t-fuchsia-800\/20{
  border-top-color: rgb(134 25 143 / 0.2);
}

.border-t-fuchsia-800\/25{
  border-top-color: rgb(134 25 143 / 0.25);
}

.border-t-fuchsia-800\/30{
  border-top-color: rgb(134 25 143 / 0.3);
}

.border-t-fuchsia-800\/40{
  border-top-color: rgb(134 25 143 / 0.4);
}

.border-t-fuchsia-800\/5{
  border-top-color: rgb(134 25 143 / 0.05);
}

.border-t-fuchsia-800\/50{
  border-top-color: rgb(134 25 143 / 0.5);
}

.border-t-fuchsia-800\/60{
  border-top-color: rgb(134 25 143 / 0.6);
}

.border-t-fuchsia-800\/70{
  border-top-color: rgb(134 25 143 / 0.7);
}

.border-t-fuchsia-800\/75{
  border-top-color: rgb(134 25 143 / 0.75);
}

.border-t-fuchsia-800\/80{
  border-top-color: rgb(134 25 143 / 0.8);
}

.border-t-fuchsia-800\/90{
  border-top-color: rgb(134 25 143 / 0.9);
}

.border-t-fuchsia-800\/95{
  border-top-color: rgb(134 25 143 / 0.95);
}

.border-t-fuchsia-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.border-t-fuchsia-900\/0{
  border-top-color: rgb(112 26 117 / 0);
}

.border-t-fuchsia-900\/10{
  border-top-color: rgb(112 26 117 / 0.1);
}

.border-t-fuchsia-900\/100{
  border-top-color: rgb(112 26 117 / 1);
}

.border-t-fuchsia-900\/20{
  border-top-color: rgb(112 26 117 / 0.2);
}

.border-t-fuchsia-900\/25{
  border-top-color: rgb(112 26 117 / 0.25);
}

.border-t-fuchsia-900\/30{
  border-top-color: rgb(112 26 117 / 0.3);
}

.border-t-fuchsia-900\/40{
  border-top-color: rgb(112 26 117 / 0.4);
}

.border-t-fuchsia-900\/5{
  border-top-color: rgb(112 26 117 / 0.05);
}

.border-t-fuchsia-900\/50{
  border-top-color: rgb(112 26 117 / 0.5);
}

.border-t-fuchsia-900\/60{
  border-top-color: rgb(112 26 117 / 0.6);
}

.border-t-fuchsia-900\/70{
  border-top-color: rgb(112 26 117 / 0.7);
}

.border-t-fuchsia-900\/75{
  border-top-color: rgb(112 26 117 / 0.75);
}

.border-t-fuchsia-900\/80{
  border-top-color: rgb(112 26 117 / 0.8);
}

.border-t-fuchsia-900\/90{
  border-top-color: rgb(112 26 117 / 0.9);
}

.border-t-fuchsia-900\/95{
  border-top-color: rgb(112 26 117 / 0.95);
}

.border-t-fuchsia-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.border-t-fuchsia-950\/0{
  border-top-color: rgb(74 4 78 / 0);
}

.border-t-fuchsia-950\/10{
  border-top-color: rgb(74 4 78 / 0.1);
}

.border-t-fuchsia-950\/100{
  border-top-color: rgb(74 4 78 / 1);
}

.border-t-fuchsia-950\/20{
  border-top-color: rgb(74 4 78 / 0.2);
}

.border-t-fuchsia-950\/25{
  border-top-color: rgb(74 4 78 / 0.25);
}

.border-t-fuchsia-950\/30{
  border-top-color: rgb(74 4 78 / 0.3);
}

.border-t-fuchsia-950\/40{
  border-top-color: rgb(74 4 78 / 0.4);
}

.border-t-fuchsia-950\/5{
  border-top-color: rgb(74 4 78 / 0.05);
}

.border-t-fuchsia-950\/50{
  border-top-color: rgb(74 4 78 / 0.5);
}

.border-t-fuchsia-950\/60{
  border-top-color: rgb(74 4 78 / 0.6);
}

.border-t-fuchsia-950\/70{
  border-top-color: rgb(74 4 78 / 0.7);
}

.border-t-fuchsia-950\/75{
  border-top-color: rgb(74 4 78 / 0.75);
}

.border-t-fuchsia-950\/80{
  border-top-color: rgb(74 4 78 / 0.8);
}

.border-t-fuchsia-950\/90{
  border-top-color: rgb(74 4 78 / 0.9);
}

.border-t-fuchsia-950\/95{
  border-top-color: rgb(74 4 78 / 0.95);
}

.border-t-gray-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-t-gray-100\/0{
  border-top-color: rgb(243 244 246 / 0);
}

.border-t-gray-100\/10{
  border-top-color: rgb(243 244 246 / 0.1);
}

.border-t-gray-100\/100{
  border-top-color: rgb(243 244 246 / 1);
}

.border-t-gray-100\/20{
  border-top-color: rgb(243 244 246 / 0.2);
}

.border-t-gray-100\/25{
  border-top-color: rgb(243 244 246 / 0.25);
}

.border-t-gray-100\/30{
  border-top-color: rgb(243 244 246 / 0.3);
}

.border-t-gray-100\/40{
  border-top-color: rgb(243 244 246 / 0.4);
}

.border-t-gray-100\/5{
  border-top-color: rgb(243 244 246 / 0.05);
}

.border-t-gray-100\/50{
  border-top-color: rgb(243 244 246 / 0.5);
}

.border-t-gray-100\/60{
  border-top-color: rgb(243 244 246 / 0.6);
}

.border-t-gray-100\/70{
  border-top-color: rgb(243 244 246 / 0.7);
}

.border-t-gray-100\/75{
  border-top-color: rgb(243 244 246 / 0.75);
}

.border-t-gray-100\/80{
  border-top-color: rgb(243 244 246 / 0.8);
}

.border-t-gray-100\/90{
  border-top-color: rgb(243 244 246 / 0.9);
}

.border-t-gray-100\/95{
  border-top-color: rgb(243 244 246 / 0.95);
}

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

.border-t-gray-200\/0{
  border-top-color: rgb(229 231 235 / 0);
}

.border-t-gray-200\/10{
  border-top-color: rgb(229 231 235 / 0.1);
}

.border-t-gray-200\/100{
  border-top-color: rgb(229 231 235 / 1);
}

.border-t-gray-200\/20{
  border-top-color: rgb(229 231 235 / 0.2);
}

.border-t-gray-200\/25{
  border-top-color: rgb(229 231 235 / 0.25);
}

.border-t-gray-200\/30{
  border-top-color: rgb(229 231 235 / 0.3);
}

.border-t-gray-200\/40{
  border-top-color: rgb(229 231 235 / 0.4);
}

.border-t-gray-200\/5{
  border-top-color: rgb(229 231 235 / 0.05);
}

.border-t-gray-200\/50{
  border-top-color: rgb(229 231 235 / 0.5);
}

.border-t-gray-200\/60{
  border-top-color: rgb(229 231 235 / 0.6);
}

.border-t-gray-200\/70{
  border-top-color: rgb(229 231 235 / 0.7);
}

.border-t-gray-200\/75{
  border-top-color: rgb(229 231 235 / 0.75);
}

.border-t-gray-200\/80{
  border-top-color: rgb(229 231 235 / 0.8);
}

.border-t-gray-200\/90{
  border-top-color: rgb(229 231 235 / 0.9);
}

.border-t-gray-200\/95{
  border-top-color: rgb(229 231 235 / 0.95);
}

.border-t-gray-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-t-gray-300\/0{
  border-top-color: rgb(209 213 219 / 0);
}

.border-t-gray-300\/10{
  border-top-color: rgb(209 213 219 / 0.1);
}

.border-t-gray-300\/100{
  border-top-color: rgb(209 213 219 / 1);
}

.border-t-gray-300\/20{
  border-top-color: rgb(209 213 219 / 0.2);
}

.border-t-gray-300\/25{
  border-top-color: rgb(209 213 219 / 0.25);
}

.border-t-gray-300\/30{
  border-top-color: rgb(209 213 219 / 0.3);
}

.border-t-gray-300\/40{
  border-top-color: rgb(209 213 219 / 0.4);
}

.border-t-gray-300\/5{
  border-top-color: rgb(209 213 219 / 0.05);
}

.border-t-gray-300\/50{
  border-top-color: rgb(209 213 219 / 0.5);
}

.border-t-gray-300\/60{
  border-top-color: rgb(209 213 219 / 0.6);
}

.border-t-gray-300\/70{
  border-top-color: rgb(209 213 219 / 0.7);
}

.border-t-gray-300\/75{
  border-top-color: rgb(209 213 219 / 0.75);
}

.border-t-gray-300\/80{
  border-top-color: rgb(209 213 219 / 0.8);
}

.border-t-gray-300\/90{
  border-top-color: rgb(209 213 219 / 0.9);
}

.border-t-gray-300\/95{
  border-top-color: rgb(209 213 219 / 0.95);
}

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

.border-t-gray-400\/0{
  border-top-color: rgb(156 163 175 / 0);
}

.border-t-gray-400\/10{
  border-top-color: rgb(156 163 175 / 0.1);
}

.border-t-gray-400\/100{
  border-top-color: rgb(156 163 175 / 1);
}

.border-t-gray-400\/20{
  border-top-color: rgb(156 163 175 / 0.2);
}

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

.border-t-gray-400\/30{
  border-top-color: rgb(156 163 175 / 0.3);
}

.border-t-gray-400\/40{
  border-top-color: rgb(156 163 175 / 0.4);
}

.border-t-gray-400\/5{
  border-top-color: rgb(156 163 175 / 0.05);
}

.border-t-gray-400\/50{
  border-top-color: rgb(156 163 175 / 0.5);
}

.border-t-gray-400\/60{
  border-top-color: rgb(156 163 175 / 0.6);
}

.border-t-gray-400\/70{
  border-top-color: rgb(156 163 175 / 0.7);
}

.border-t-gray-400\/75{
  border-top-color: rgb(156 163 175 / 0.75);
}

.border-t-gray-400\/80{
  border-top-color: rgb(156 163 175 / 0.8);
}

.border-t-gray-400\/90{
  border-top-color: rgb(156 163 175 / 0.9);
}

.border-t-gray-400\/95{
  border-top-color: rgb(156 163 175 / 0.95);
}

.border-t-gray-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-t-gray-50\/0{
  border-top-color: rgb(249 250 251 / 0);
}

.border-t-gray-50\/10{
  border-top-color: rgb(249 250 251 / 0.1);
}

.border-t-gray-50\/100{
  border-top-color: rgb(249 250 251 / 1);
}

.border-t-gray-50\/20{
  border-top-color: rgb(249 250 251 / 0.2);
}

.border-t-gray-50\/25{
  border-top-color: rgb(249 250 251 / 0.25);
}

.border-t-gray-50\/30{
  border-top-color: rgb(249 250 251 / 0.3);
}

.border-t-gray-50\/40{
  border-top-color: rgb(249 250 251 / 0.4);
}

.border-t-gray-50\/5{
  border-top-color: rgb(249 250 251 / 0.05);
}

.border-t-gray-50\/50{
  border-top-color: rgb(249 250 251 / 0.5);
}

.border-t-gray-50\/60{
  border-top-color: rgb(249 250 251 / 0.6);
}

.border-t-gray-50\/70{
  border-top-color: rgb(249 250 251 / 0.7);
}

.border-t-gray-50\/75{
  border-top-color: rgb(249 250 251 / 0.75);
}

.border-t-gray-50\/80{
  border-top-color: rgb(249 250 251 / 0.8);
}

.border-t-gray-50\/90{
  border-top-color: rgb(249 250 251 / 0.9);
}

.border-t-gray-50\/95{
  border-top-color: rgb(249 250 251 / 0.95);
}

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

.border-t-gray-500\/0{
  border-top-color: rgb(107 114 128 / 0);
}

.border-t-gray-500\/10{
  border-top-color: rgb(107 114 128 / 0.1);
}

.border-t-gray-500\/100{
  border-top-color: rgb(107 114 128 / 1);
}

.border-t-gray-500\/20{
  border-top-color: rgb(107 114 128 / 0.2);
}

.border-t-gray-500\/25{
  border-top-color: rgb(107 114 128 / 0.25);
}

.border-t-gray-500\/30{
  border-top-color: rgb(107 114 128 / 0.3);
}

.border-t-gray-500\/40{
  border-top-color: rgb(107 114 128 / 0.4);
}

.border-t-gray-500\/5{
  border-top-color: rgb(107 114 128 / 0.05);
}

.border-t-gray-500\/50{
  border-top-color: rgb(107 114 128 / 0.5);
}

.border-t-gray-500\/60{
  border-top-color: rgb(107 114 128 / 0.6);
}

.border-t-gray-500\/70{
  border-top-color: rgb(107 114 128 / 0.7);
}

.border-t-gray-500\/75{
  border-top-color: rgb(107 114 128 / 0.75);
}

.border-t-gray-500\/80{
  border-top-color: rgb(107 114 128 / 0.8);
}

.border-t-gray-500\/90{
  border-top-color: rgb(107 114 128 / 0.9);
}

.border-t-gray-500\/95{
  border-top-color: rgb(107 114 128 / 0.95);
}

.border-t-gray-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-t-gray-600\/0{
  border-top-color: rgb(75 85 99 / 0);
}

.border-t-gray-600\/10{
  border-top-color: rgb(75 85 99 / 0.1);
}

.border-t-gray-600\/100{
  border-top-color: rgb(75 85 99 / 1);
}

.border-t-gray-600\/20{
  border-top-color: rgb(75 85 99 / 0.2);
}

.border-t-gray-600\/25{
  border-top-color: rgb(75 85 99 / 0.25);
}

.border-t-gray-600\/30{
  border-top-color: rgb(75 85 99 / 0.3);
}

.border-t-gray-600\/40{
  border-top-color: rgb(75 85 99 / 0.4);
}

.border-t-gray-600\/5{
  border-top-color: rgb(75 85 99 / 0.05);
}

.border-t-gray-600\/50{
  border-top-color: rgb(75 85 99 / 0.5);
}

.border-t-gray-600\/60{
  border-top-color: rgb(75 85 99 / 0.6);
}

.border-t-gray-600\/70{
  border-top-color: rgb(75 85 99 / 0.7);
}

.border-t-gray-600\/75{
  border-top-color: rgb(75 85 99 / 0.75);
}

.border-t-gray-600\/80{
  border-top-color: rgb(75 85 99 / 0.8);
}

.border-t-gray-600\/90{
  border-top-color: rgb(75 85 99 / 0.9);
}

.border-t-gray-600\/95{
  border-top-color: rgb(75 85 99 / 0.95);
}

.border-t-gray-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-t-gray-700\/0{
  border-top-color: rgb(55 65 81 / 0);
}

.border-t-gray-700\/10{
  border-top-color: rgb(55 65 81 / 0.1);
}

.border-t-gray-700\/100{
  border-top-color: rgb(55 65 81 / 1);
}

.border-t-gray-700\/20{
  border-top-color: rgb(55 65 81 / 0.2);
}

.border-t-gray-700\/25{
  border-top-color: rgb(55 65 81 / 0.25);
}

.border-t-gray-700\/30{
  border-top-color: rgb(55 65 81 / 0.3);
}

.border-t-gray-700\/40{
  border-top-color: rgb(55 65 81 / 0.4);
}

.border-t-gray-700\/5{
  border-top-color: rgb(55 65 81 / 0.05);
}

.border-t-gray-700\/50{
  border-top-color: rgb(55 65 81 / 0.5);
}

.border-t-gray-700\/60{
  border-top-color: rgb(55 65 81 / 0.6);
}

.border-t-gray-700\/70{
  border-top-color: rgb(55 65 81 / 0.7);
}

.border-t-gray-700\/75{
  border-top-color: rgb(55 65 81 / 0.75);
}

.border-t-gray-700\/80{
  border-top-color: rgb(55 65 81 / 0.8);
}

.border-t-gray-700\/90{
  border-top-color: rgb(55 65 81 / 0.9);
}

.border-t-gray-700\/95{
  border-top-color: rgb(55 65 81 / 0.95);
}

.border-t-gray-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-t-gray-800\/0{
  border-top-color: rgb(31 41 55 / 0);
}

.border-t-gray-800\/10{
  border-top-color: rgb(31 41 55 / 0.1);
}

.border-t-gray-800\/100{
  border-top-color: rgb(31 41 55 / 1);
}

.border-t-gray-800\/20{
  border-top-color: rgb(31 41 55 / 0.2);
}

.border-t-gray-800\/25{
  border-top-color: rgb(31 41 55 / 0.25);
}

.border-t-gray-800\/30{
  border-top-color: rgb(31 41 55 / 0.3);
}

.border-t-gray-800\/40{
  border-top-color: rgb(31 41 55 / 0.4);
}

.border-t-gray-800\/5{
  border-top-color: rgb(31 41 55 / 0.05);
}

.border-t-gray-800\/50{
  border-top-color: rgb(31 41 55 / 0.5);
}

.border-t-gray-800\/60{
  border-top-color: rgb(31 41 55 / 0.6);
}

.border-t-gray-800\/70{
  border-top-color: rgb(31 41 55 / 0.7);
}

.border-t-gray-800\/75{
  border-top-color: rgb(31 41 55 / 0.75);
}

.border-t-gray-800\/80{
  border-top-color: rgb(31 41 55 / 0.8);
}

.border-t-gray-800\/90{
  border-top-color: rgb(31 41 55 / 0.9);
}

.border-t-gray-800\/95{
  border-top-color: rgb(31 41 55 / 0.95);
}

.border-t-gray-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-t-gray-900\/0{
  border-top-color: rgb(17 24 39 / 0);
}

.border-t-gray-900\/10{
  border-top-color: rgb(17 24 39 / 0.1);
}

.border-t-gray-900\/100{
  border-top-color: rgb(17 24 39 / 1);
}

.border-t-gray-900\/20{
  border-top-color: rgb(17 24 39 / 0.2);
}

.border-t-gray-900\/25{
  border-top-color: rgb(17 24 39 / 0.25);
}

.border-t-gray-900\/30{
  border-top-color: rgb(17 24 39 / 0.3);
}

.border-t-gray-900\/40{
  border-top-color: rgb(17 24 39 / 0.4);
}

.border-t-gray-900\/5{
  border-top-color: rgb(17 24 39 / 0.05);
}

.border-t-gray-900\/50{
  border-top-color: rgb(17 24 39 / 0.5);
}

.border-t-gray-900\/60{
  border-top-color: rgb(17 24 39 / 0.6);
}

.border-t-gray-900\/70{
  border-top-color: rgb(17 24 39 / 0.7);
}

.border-t-gray-900\/75{
  border-top-color: rgb(17 24 39 / 0.75);
}

.border-t-gray-900\/80{
  border-top-color: rgb(17 24 39 / 0.8);
}

.border-t-gray-900\/90{
  border-top-color: rgb(17 24 39 / 0.9);
}

.border-t-gray-900\/95{
  border-top-color: rgb(17 24 39 / 0.95);
}

.border-t-gray-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.border-t-gray-950\/0{
  border-top-color: rgb(3 7 18 / 0);
}

.border-t-gray-950\/10{
  border-top-color: rgb(3 7 18 / 0.1);
}

.border-t-gray-950\/100{
  border-top-color: rgb(3 7 18 / 1);
}

.border-t-gray-950\/20{
  border-top-color: rgb(3 7 18 / 0.2);
}

.border-t-gray-950\/25{
  border-top-color: rgb(3 7 18 / 0.25);
}

.border-t-gray-950\/30{
  border-top-color: rgb(3 7 18 / 0.3);
}

.border-t-gray-950\/40{
  border-top-color: rgb(3 7 18 / 0.4);
}

.border-t-gray-950\/5{
  border-top-color: rgb(3 7 18 / 0.05);
}

.border-t-gray-950\/50{
  border-top-color: rgb(3 7 18 / 0.5);
}

.border-t-gray-950\/60{
  border-top-color: rgb(3 7 18 / 0.6);
}

.border-t-gray-950\/70{
  border-top-color: rgb(3 7 18 / 0.7);
}

.border-t-gray-950\/75{
  border-top-color: rgb(3 7 18 / 0.75);
}

.border-t-gray-950\/80{
  border-top-color: rgb(3 7 18 / 0.8);
}

.border-t-gray-950\/90{
  border-top-color: rgb(3 7 18 / 0.9);
}

.border-t-gray-950\/95{
  border-top-color: rgb(3 7 18 / 0.95);
}

.border-t-green-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-t-green-100\/0{
  border-top-color: rgb(220 252 231 / 0);
}

.border-t-green-100\/10{
  border-top-color: rgb(220 252 231 / 0.1);
}

.border-t-green-100\/100{
  border-top-color: rgb(220 252 231 / 1);
}

.border-t-green-100\/20{
  border-top-color: rgb(220 252 231 / 0.2);
}

.border-t-green-100\/25{
  border-top-color: rgb(220 252 231 / 0.25);
}

.border-t-green-100\/30{
  border-top-color: rgb(220 252 231 / 0.3);
}

.border-t-green-100\/40{
  border-top-color: rgb(220 252 231 / 0.4);
}

.border-t-green-100\/5{
  border-top-color: rgb(220 252 231 / 0.05);
}

.border-t-green-100\/50{
  border-top-color: rgb(220 252 231 / 0.5);
}

.border-t-green-100\/60{
  border-top-color: rgb(220 252 231 / 0.6);
}

.border-t-green-100\/70{
  border-top-color: rgb(220 252 231 / 0.7);
}

.border-t-green-100\/75{
  border-top-color: rgb(220 252 231 / 0.75);
}

.border-t-green-100\/80{
  border-top-color: rgb(220 252 231 / 0.8);
}

.border-t-green-100\/90{
  border-top-color: rgb(220 252 231 / 0.9);
}

.border-t-green-100\/95{
  border-top-color: rgb(220 252 231 / 0.95);
}

.border-t-green-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-t-green-200\/0{
  border-top-color: rgb(187 247 208 / 0);
}

.border-t-green-200\/10{
  border-top-color: rgb(187 247 208 / 0.1);
}

.border-t-green-200\/100{
  border-top-color: rgb(187 247 208 / 1);
}

.border-t-green-200\/20{
  border-top-color: rgb(187 247 208 / 0.2);
}

.border-t-green-200\/25{
  border-top-color: rgb(187 247 208 / 0.25);
}

.border-t-green-200\/30{
  border-top-color: rgb(187 247 208 / 0.3);
}

.border-t-green-200\/40{
  border-top-color: rgb(187 247 208 / 0.4);
}

.border-t-green-200\/5{
  border-top-color: rgb(187 247 208 / 0.05);
}

.border-t-green-200\/50{
  border-top-color: rgb(187 247 208 / 0.5);
}

.border-t-green-200\/60{
  border-top-color: rgb(187 247 208 / 0.6);
}

.border-t-green-200\/70{
  border-top-color: rgb(187 247 208 / 0.7);
}

.border-t-green-200\/75{
  border-top-color: rgb(187 247 208 / 0.75);
}

.border-t-green-200\/80{
  border-top-color: rgb(187 247 208 / 0.8);
}

.border-t-green-200\/90{
  border-top-color: rgb(187 247 208 / 0.9);
}

.border-t-green-200\/95{
  border-top-color: rgb(187 247 208 / 0.95);
}

.border-t-green-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-t-green-300\/0{
  border-top-color: rgb(134 239 172 / 0);
}

.border-t-green-300\/10{
  border-top-color: rgb(134 239 172 / 0.1);
}

.border-t-green-300\/100{
  border-top-color: rgb(134 239 172 / 1);
}

.border-t-green-300\/20{
  border-top-color: rgb(134 239 172 / 0.2);
}

.border-t-green-300\/25{
  border-top-color: rgb(134 239 172 / 0.25);
}

.border-t-green-300\/30{
  border-top-color: rgb(134 239 172 / 0.3);
}

.border-t-green-300\/40{
  border-top-color: rgb(134 239 172 / 0.4);
}

.border-t-green-300\/5{
  border-top-color: rgb(134 239 172 / 0.05);
}

.border-t-green-300\/50{
  border-top-color: rgb(134 239 172 / 0.5);
}

.border-t-green-300\/60{
  border-top-color: rgb(134 239 172 / 0.6);
}

.border-t-green-300\/70{
  border-top-color: rgb(134 239 172 / 0.7);
}

.border-t-green-300\/75{
  border-top-color: rgb(134 239 172 / 0.75);
}

.border-t-green-300\/80{
  border-top-color: rgb(134 239 172 / 0.8);
}

.border-t-green-300\/90{
  border-top-color: rgb(134 239 172 / 0.9);
}

.border-t-green-300\/95{
  border-top-color: rgb(134 239 172 / 0.95);
}

.border-t-green-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-t-green-400\/0{
  border-top-color: rgb(74 222 128 / 0);
}

.border-t-green-400\/10{
  border-top-color: rgb(74 222 128 / 0.1);
}

.border-t-green-400\/100{
  border-top-color: rgb(74 222 128 / 1);
}

.border-t-green-400\/20{
  border-top-color: rgb(74 222 128 / 0.2);
}

.border-t-green-400\/25{
  border-top-color: rgb(74 222 128 / 0.25);
}

.border-t-green-400\/30{
  border-top-color: rgb(74 222 128 / 0.3);
}

.border-t-green-400\/40{
  border-top-color: rgb(74 222 128 / 0.4);
}

.border-t-green-400\/5{
  border-top-color: rgb(74 222 128 / 0.05);
}

.border-t-green-400\/50{
  border-top-color: rgb(74 222 128 / 0.5);
}

.border-t-green-400\/60{
  border-top-color: rgb(74 222 128 / 0.6);
}

.border-t-green-400\/70{
  border-top-color: rgb(74 222 128 / 0.7);
}

.border-t-green-400\/75{
  border-top-color: rgb(74 222 128 / 0.75);
}

.border-t-green-400\/80{
  border-top-color: rgb(74 222 128 / 0.8);
}

.border-t-green-400\/90{
  border-top-color: rgb(74 222 128 / 0.9);
}

.border-t-green-400\/95{
  border-top-color: rgb(74 222 128 / 0.95);
}

.border-t-green-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-t-green-50\/0{
  border-top-color: rgb(240 253 244 / 0);
}

.border-t-green-50\/10{
  border-top-color: rgb(240 253 244 / 0.1);
}

.border-t-green-50\/100{
  border-top-color: rgb(240 253 244 / 1);
}

.border-t-green-50\/20{
  border-top-color: rgb(240 253 244 / 0.2);
}

.border-t-green-50\/25{
  border-top-color: rgb(240 253 244 / 0.25);
}

.border-t-green-50\/30{
  border-top-color: rgb(240 253 244 / 0.3);
}

.border-t-green-50\/40{
  border-top-color: rgb(240 253 244 / 0.4);
}

.border-t-green-50\/5{
  border-top-color: rgb(240 253 244 / 0.05);
}

.border-t-green-50\/50{
  border-top-color: rgb(240 253 244 / 0.5);
}

.border-t-green-50\/60{
  border-top-color: rgb(240 253 244 / 0.6);
}

.border-t-green-50\/70{
  border-top-color: rgb(240 253 244 / 0.7);
}

.border-t-green-50\/75{
  border-top-color: rgb(240 253 244 / 0.75);
}

.border-t-green-50\/80{
  border-top-color: rgb(240 253 244 / 0.8);
}

.border-t-green-50\/90{
  border-top-color: rgb(240 253 244 / 0.9);
}

.border-t-green-50\/95{
  border-top-color: rgb(240 253 244 / 0.95);
}

.border-t-green-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-t-green-500\/0{
  border-top-color: rgb(34 197 94 / 0);
}

.border-t-green-500\/10{
  border-top-color: rgb(34 197 94 / 0.1);
}

.border-t-green-500\/100{
  border-top-color: rgb(34 197 94 / 1);
}

.border-t-green-500\/20{
  border-top-color: rgb(34 197 94 / 0.2);
}

.border-t-green-500\/25{
  border-top-color: rgb(34 197 94 / 0.25);
}

.border-t-green-500\/30{
  border-top-color: rgb(34 197 94 / 0.3);
}

.border-t-green-500\/40{
  border-top-color: rgb(34 197 94 / 0.4);
}

.border-t-green-500\/5{
  border-top-color: rgb(34 197 94 / 0.05);
}

.border-t-green-500\/50{
  border-top-color: rgb(34 197 94 / 0.5);
}

.border-t-green-500\/60{
  border-top-color: rgb(34 197 94 / 0.6);
}

.border-t-green-500\/70{
  border-top-color: rgb(34 197 94 / 0.7);
}

.border-t-green-500\/75{
  border-top-color: rgb(34 197 94 / 0.75);
}

.border-t-green-500\/80{
  border-top-color: rgb(34 197 94 / 0.8);
}

.border-t-green-500\/90{
  border-top-color: rgb(34 197 94 / 0.9);
}

.border-t-green-500\/95{
  border-top-color: rgb(34 197 94 / 0.95);
}

.border-t-green-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-t-green-600\/0{
  border-top-color: rgb(22 163 74 / 0);
}

.border-t-green-600\/10{
  border-top-color: rgb(22 163 74 / 0.1);
}

.border-t-green-600\/100{
  border-top-color: rgb(22 163 74 / 1);
}

.border-t-green-600\/20{
  border-top-color: rgb(22 163 74 / 0.2);
}

.border-t-green-600\/25{
  border-top-color: rgb(22 163 74 / 0.25);
}

.border-t-green-600\/30{
  border-top-color: rgb(22 163 74 / 0.3);
}

.border-t-green-600\/40{
  border-top-color: rgb(22 163 74 / 0.4);
}

.border-t-green-600\/5{
  border-top-color: rgb(22 163 74 / 0.05);
}

.border-t-green-600\/50{
  border-top-color: rgb(22 163 74 / 0.5);
}

.border-t-green-600\/60{
  border-top-color: rgb(22 163 74 / 0.6);
}

.border-t-green-600\/70{
  border-top-color: rgb(22 163 74 / 0.7);
}

.border-t-green-600\/75{
  border-top-color: rgb(22 163 74 / 0.75);
}

.border-t-green-600\/80{
  border-top-color: rgb(22 163 74 / 0.8);
}

.border-t-green-600\/90{
  border-top-color: rgb(22 163 74 / 0.9);
}

.border-t-green-600\/95{
  border-top-color: rgb(22 163 74 / 0.95);
}

.border-t-green-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-t-green-700\/0{
  border-top-color: rgb(21 128 61 / 0);
}

.border-t-green-700\/10{
  border-top-color: rgb(21 128 61 / 0.1);
}

.border-t-green-700\/100{
  border-top-color: rgb(21 128 61 / 1);
}

.border-t-green-700\/20{
  border-top-color: rgb(21 128 61 / 0.2);
}

.border-t-green-700\/25{
  border-top-color: rgb(21 128 61 / 0.25);
}

.border-t-green-700\/30{
  border-top-color: rgb(21 128 61 / 0.3);
}

.border-t-green-700\/40{
  border-top-color: rgb(21 128 61 / 0.4);
}

.border-t-green-700\/5{
  border-top-color: rgb(21 128 61 / 0.05);
}

.border-t-green-700\/50{
  border-top-color: rgb(21 128 61 / 0.5);
}

.border-t-green-700\/60{
  border-top-color: rgb(21 128 61 / 0.6);
}

.border-t-green-700\/70{
  border-top-color: rgb(21 128 61 / 0.7);
}

.border-t-green-700\/75{
  border-top-color: rgb(21 128 61 / 0.75);
}

.border-t-green-700\/80{
  border-top-color: rgb(21 128 61 / 0.8);
}

.border-t-green-700\/90{
  border-top-color: rgb(21 128 61 / 0.9);
}

.border-t-green-700\/95{
  border-top-color: rgb(21 128 61 / 0.95);
}

.border-t-green-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-t-green-800\/0{
  border-top-color: rgb(22 101 52 / 0);
}

.border-t-green-800\/10{
  border-top-color: rgb(22 101 52 / 0.1);
}

.border-t-green-800\/100{
  border-top-color: rgb(22 101 52 / 1);
}

.border-t-green-800\/20{
  border-top-color: rgb(22 101 52 / 0.2);
}

.border-t-green-800\/25{
  border-top-color: rgb(22 101 52 / 0.25);
}

.border-t-green-800\/30{
  border-top-color: rgb(22 101 52 / 0.3);
}

.border-t-green-800\/40{
  border-top-color: rgb(22 101 52 / 0.4);
}

.border-t-green-800\/5{
  border-top-color: rgb(22 101 52 / 0.05);
}

.border-t-green-800\/50{
  border-top-color: rgb(22 101 52 / 0.5);
}

.border-t-green-800\/60{
  border-top-color: rgb(22 101 52 / 0.6);
}

.border-t-green-800\/70{
  border-top-color: rgb(22 101 52 / 0.7);
}

.border-t-green-800\/75{
  border-top-color: rgb(22 101 52 / 0.75);
}

.border-t-green-800\/80{
  border-top-color: rgb(22 101 52 / 0.8);
}

.border-t-green-800\/90{
  border-top-color: rgb(22 101 52 / 0.9);
}

.border-t-green-800\/95{
  border-top-color: rgb(22 101 52 / 0.95);
}

.border-t-green-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-t-green-900\/0{
  border-top-color: rgb(20 83 45 / 0);
}

.border-t-green-900\/10{
  border-top-color: rgb(20 83 45 / 0.1);
}

.border-t-green-900\/100{
  border-top-color: rgb(20 83 45 / 1);
}

.border-t-green-900\/20{
  border-top-color: rgb(20 83 45 / 0.2);
}

.border-t-green-900\/25{
  border-top-color: rgb(20 83 45 / 0.25);
}

.border-t-green-900\/30{
  border-top-color: rgb(20 83 45 / 0.3);
}

.border-t-green-900\/40{
  border-top-color: rgb(20 83 45 / 0.4);
}

.border-t-green-900\/5{
  border-top-color: rgb(20 83 45 / 0.05);
}

.border-t-green-900\/50{
  border-top-color: rgb(20 83 45 / 0.5);
}

.border-t-green-900\/60{
  border-top-color: rgb(20 83 45 / 0.6);
}

.border-t-green-900\/70{
  border-top-color: rgb(20 83 45 / 0.7);
}

.border-t-green-900\/75{
  border-top-color: rgb(20 83 45 / 0.75);
}

.border-t-green-900\/80{
  border-top-color: rgb(20 83 45 / 0.8);
}

.border-t-green-900\/90{
  border-top-color: rgb(20 83 45 / 0.9);
}

.border-t-green-900\/95{
  border-top-color: rgb(20 83 45 / 0.95);
}

.border-t-green-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.border-t-green-950\/0{
  border-top-color: rgb(5 46 22 / 0);
}

.border-t-green-950\/10{
  border-top-color: rgb(5 46 22 / 0.1);
}

.border-t-green-950\/100{
  border-top-color: rgb(5 46 22 / 1);
}

.border-t-green-950\/20{
  border-top-color: rgb(5 46 22 / 0.2);
}

.border-t-green-950\/25{
  border-top-color: rgb(5 46 22 / 0.25);
}

.border-t-green-950\/30{
  border-top-color: rgb(5 46 22 / 0.3);
}

.border-t-green-950\/40{
  border-top-color: rgb(5 46 22 / 0.4);
}

.border-t-green-950\/5{
  border-top-color: rgb(5 46 22 / 0.05);
}

.border-t-green-950\/50{
  border-top-color: rgb(5 46 22 / 0.5);
}

.border-t-green-950\/60{
  border-top-color: rgb(5 46 22 / 0.6);
}

.border-t-green-950\/70{
  border-top-color: rgb(5 46 22 / 0.7);
}

.border-t-green-950\/75{
  border-top-color: rgb(5 46 22 / 0.75);
}

.border-t-green-950\/80{
  border-top-color: rgb(5 46 22 / 0.8);
}

.border-t-green-950\/90{
  border-top-color: rgb(5 46 22 / 0.9);
}

.border-t-green-950\/95{
  border-top-color: rgb(5 46 22 / 0.95);
}

.border-t-indigo-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-t-indigo-100\/0{
  border-top-color: rgb(224 231 255 / 0);
}

.border-t-indigo-100\/10{
  border-top-color: rgb(224 231 255 / 0.1);
}

.border-t-indigo-100\/100{
  border-top-color: rgb(224 231 255 / 1);
}

.border-t-indigo-100\/20{
  border-top-color: rgb(224 231 255 / 0.2);
}

.border-t-indigo-100\/25{
  border-top-color: rgb(224 231 255 / 0.25);
}

.border-t-indigo-100\/30{
  border-top-color: rgb(224 231 255 / 0.3);
}

.border-t-indigo-100\/40{
  border-top-color: rgb(224 231 255 / 0.4);
}

.border-t-indigo-100\/5{
  border-top-color: rgb(224 231 255 / 0.05);
}

.border-t-indigo-100\/50{
  border-top-color: rgb(224 231 255 / 0.5);
}

.border-t-indigo-100\/60{
  border-top-color: rgb(224 231 255 / 0.6);
}

.border-t-indigo-100\/70{
  border-top-color: rgb(224 231 255 / 0.7);
}

.border-t-indigo-100\/75{
  border-top-color: rgb(224 231 255 / 0.75);
}

.border-t-indigo-100\/80{
  border-top-color: rgb(224 231 255 / 0.8);
}

.border-t-indigo-100\/90{
  border-top-color: rgb(224 231 255 / 0.9);
}

.border-t-indigo-100\/95{
  border-top-color: rgb(224 231 255 / 0.95);
}

.border-t-indigo-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-t-indigo-200\/0{
  border-top-color: rgb(199 210 254 / 0);
}

.border-t-indigo-200\/10{
  border-top-color: rgb(199 210 254 / 0.1);
}

.border-t-indigo-200\/100{
  border-top-color: rgb(199 210 254 / 1);
}

.border-t-indigo-200\/20{
  border-top-color: rgb(199 210 254 / 0.2);
}

.border-t-indigo-200\/25{
  border-top-color: rgb(199 210 254 / 0.25);
}

.border-t-indigo-200\/30{
  border-top-color: rgb(199 210 254 / 0.3);
}

.border-t-indigo-200\/40{
  border-top-color: rgb(199 210 254 / 0.4);
}

.border-t-indigo-200\/5{
  border-top-color: rgb(199 210 254 / 0.05);
}

.border-t-indigo-200\/50{
  border-top-color: rgb(199 210 254 / 0.5);
}

.border-t-indigo-200\/60{
  border-top-color: rgb(199 210 254 / 0.6);
}

.border-t-indigo-200\/70{
  border-top-color: rgb(199 210 254 / 0.7);
}

.border-t-indigo-200\/75{
  border-top-color: rgb(199 210 254 / 0.75);
}

.border-t-indigo-200\/80{
  border-top-color: rgb(199 210 254 / 0.8);
}

.border-t-indigo-200\/90{
  border-top-color: rgb(199 210 254 / 0.9);
}

.border-t-indigo-200\/95{
  border-top-color: rgb(199 210 254 / 0.95);
}

.border-t-indigo-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-t-indigo-300\/0{
  border-top-color: rgb(165 180 252 / 0);
}

.border-t-indigo-300\/10{
  border-top-color: rgb(165 180 252 / 0.1);
}

.border-t-indigo-300\/100{
  border-top-color: rgb(165 180 252 / 1);
}

.border-t-indigo-300\/20{
  border-top-color: rgb(165 180 252 / 0.2);
}

.border-t-indigo-300\/25{
  border-top-color: rgb(165 180 252 / 0.25);
}

.border-t-indigo-300\/30{
  border-top-color: rgb(165 180 252 / 0.3);
}

.border-t-indigo-300\/40{
  border-top-color: rgb(165 180 252 / 0.4);
}

.border-t-indigo-300\/5{
  border-top-color: rgb(165 180 252 / 0.05);
}

.border-t-indigo-300\/50{
  border-top-color: rgb(165 180 252 / 0.5);
}

.border-t-indigo-300\/60{
  border-top-color: rgb(165 180 252 / 0.6);
}

.border-t-indigo-300\/70{
  border-top-color: rgb(165 180 252 / 0.7);
}

.border-t-indigo-300\/75{
  border-top-color: rgb(165 180 252 / 0.75);
}

.border-t-indigo-300\/80{
  border-top-color: rgb(165 180 252 / 0.8);
}

.border-t-indigo-300\/90{
  border-top-color: rgb(165 180 252 / 0.9);
}

.border-t-indigo-300\/95{
  border-top-color: rgb(165 180 252 / 0.95);
}

.border-t-indigo-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-t-indigo-400\/0{
  border-top-color: rgb(129 140 248 / 0);
}

.border-t-indigo-400\/10{
  border-top-color: rgb(129 140 248 / 0.1);
}

.border-t-indigo-400\/100{
  border-top-color: rgb(129 140 248 / 1);
}

.border-t-indigo-400\/20{
  border-top-color: rgb(129 140 248 / 0.2);
}

.border-t-indigo-400\/25{
  border-top-color: rgb(129 140 248 / 0.25);
}

.border-t-indigo-400\/30{
  border-top-color: rgb(129 140 248 / 0.3);
}

.border-t-indigo-400\/40{
  border-top-color: rgb(129 140 248 / 0.4);
}

.border-t-indigo-400\/5{
  border-top-color: rgb(129 140 248 / 0.05);
}

.border-t-indigo-400\/50{
  border-top-color: rgb(129 140 248 / 0.5);
}

.border-t-indigo-400\/60{
  border-top-color: rgb(129 140 248 / 0.6);
}

.border-t-indigo-400\/70{
  border-top-color: rgb(129 140 248 / 0.7);
}

.border-t-indigo-400\/75{
  border-top-color: rgb(129 140 248 / 0.75);
}

.border-t-indigo-400\/80{
  border-top-color: rgb(129 140 248 / 0.8);
}

.border-t-indigo-400\/90{
  border-top-color: rgb(129 140 248 / 0.9);
}

.border-t-indigo-400\/95{
  border-top-color: rgb(129 140 248 / 0.95);
}

.border-t-indigo-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-t-indigo-50\/0{
  border-top-color: rgb(238 242 255 / 0);
}

.border-t-indigo-50\/10{
  border-top-color: rgb(238 242 255 / 0.1);
}

.border-t-indigo-50\/100{
  border-top-color: rgb(238 242 255 / 1);
}

.border-t-indigo-50\/20{
  border-top-color: rgb(238 242 255 / 0.2);
}

.border-t-indigo-50\/25{
  border-top-color: rgb(238 242 255 / 0.25);
}

.border-t-indigo-50\/30{
  border-top-color: rgb(238 242 255 / 0.3);
}

.border-t-indigo-50\/40{
  border-top-color: rgb(238 242 255 / 0.4);
}

.border-t-indigo-50\/5{
  border-top-color: rgb(238 242 255 / 0.05);
}

.border-t-indigo-50\/50{
  border-top-color: rgb(238 242 255 / 0.5);
}

.border-t-indigo-50\/60{
  border-top-color: rgb(238 242 255 / 0.6);
}

.border-t-indigo-50\/70{
  border-top-color: rgb(238 242 255 / 0.7);
}

.border-t-indigo-50\/75{
  border-top-color: rgb(238 242 255 / 0.75);
}

.border-t-indigo-50\/80{
  border-top-color: rgb(238 242 255 / 0.8);
}

.border-t-indigo-50\/90{
  border-top-color: rgb(238 242 255 / 0.9);
}

.border-t-indigo-50\/95{
  border-top-color: rgb(238 242 255 / 0.95);
}

.border-t-indigo-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-t-indigo-500\/0{
  border-top-color: rgb(99 102 241 / 0);
}

.border-t-indigo-500\/10{
  border-top-color: rgb(99 102 241 / 0.1);
}

.border-t-indigo-500\/100{
  border-top-color: rgb(99 102 241 / 1);
}

.border-t-indigo-500\/20{
  border-top-color: rgb(99 102 241 / 0.2);
}

.border-t-indigo-500\/25{
  border-top-color: rgb(99 102 241 / 0.25);
}

.border-t-indigo-500\/30{
  border-top-color: rgb(99 102 241 / 0.3);
}

.border-t-indigo-500\/40{
  border-top-color: rgb(99 102 241 / 0.4);
}

.border-t-indigo-500\/5{
  border-top-color: rgb(99 102 241 / 0.05);
}

.border-t-indigo-500\/50{
  border-top-color: rgb(99 102 241 / 0.5);
}

.border-t-indigo-500\/60{
  border-top-color: rgb(99 102 241 / 0.6);
}

.border-t-indigo-500\/70{
  border-top-color: rgb(99 102 241 / 0.7);
}

.border-t-indigo-500\/75{
  border-top-color: rgb(99 102 241 / 0.75);
}

.border-t-indigo-500\/80{
  border-top-color: rgb(99 102 241 / 0.8);
}

.border-t-indigo-500\/90{
  border-top-color: rgb(99 102 241 / 0.9);
}

.border-t-indigo-500\/95{
  border-top-color: rgb(99 102 241 / 0.95);
}

.border-t-indigo-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-t-indigo-600\/0{
  border-top-color: rgb(79 70 229 / 0);
}

.border-t-indigo-600\/10{
  border-top-color: rgb(79 70 229 / 0.1);
}

.border-t-indigo-600\/100{
  border-top-color: rgb(79 70 229 / 1);
}

.border-t-indigo-600\/20{
  border-top-color: rgb(79 70 229 / 0.2);
}

.border-t-indigo-600\/25{
  border-top-color: rgb(79 70 229 / 0.25);
}

.border-t-indigo-600\/30{
  border-top-color: rgb(79 70 229 / 0.3);
}

.border-t-indigo-600\/40{
  border-top-color: rgb(79 70 229 / 0.4);
}

.border-t-indigo-600\/5{
  border-top-color: rgb(79 70 229 / 0.05);
}

.border-t-indigo-600\/50{
  border-top-color: rgb(79 70 229 / 0.5);
}

.border-t-indigo-600\/60{
  border-top-color: rgb(79 70 229 / 0.6);
}

.border-t-indigo-600\/70{
  border-top-color: rgb(79 70 229 / 0.7);
}

.border-t-indigo-600\/75{
  border-top-color: rgb(79 70 229 / 0.75);
}

.border-t-indigo-600\/80{
  border-top-color: rgb(79 70 229 / 0.8);
}

.border-t-indigo-600\/90{
  border-top-color: rgb(79 70 229 / 0.9);
}

.border-t-indigo-600\/95{
  border-top-color: rgb(79 70 229 / 0.95);
}

.border-t-indigo-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-t-indigo-700\/0{
  border-top-color: rgb(67 56 202 / 0);
}

.border-t-indigo-700\/10{
  border-top-color: rgb(67 56 202 / 0.1);
}

.border-t-indigo-700\/100{
  border-top-color: rgb(67 56 202 / 1);
}

.border-t-indigo-700\/20{
  border-top-color: rgb(67 56 202 / 0.2);
}

.border-t-indigo-700\/25{
  border-top-color: rgb(67 56 202 / 0.25);
}

.border-t-indigo-700\/30{
  border-top-color: rgb(67 56 202 / 0.3);
}

.border-t-indigo-700\/40{
  border-top-color: rgb(67 56 202 / 0.4);
}

.border-t-indigo-700\/5{
  border-top-color: rgb(67 56 202 / 0.05);
}

.border-t-indigo-700\/50{
  border-top-color: rgb(67 56 202 / 0.5);
}

.border-t-indigo-700\/60{
  border-top-color: rgb(67 56 202 / 0.6);
}

.border-t-indigo-700\/70{
  border-top-color: rgb(67 56 202 / 0.7);
}

.border-t-indigo-700\/75{
  border-top-color: rgb(67 56 202 / 0.75);
}

.border-t-indigo-700\/80{
  border-top-color: rgb(67 56 202 / 0.8);
}

.border-t-indigo-700\/90{
  border-top-color: rgb(67 56 202 / 0.9);
}

.border-t-indigo-700\/95{
  border-top-color: rgb(67 56 202 / 0.95);
}

.border-t-indigo-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-t-indigo-800\/0{
  border-top-color: rgb(55 48 163 / 0);
}

.border-t-indigo-800\/10{
  border-top-color: rgb(55 48 163 / 0.1);
}

.border-t-indigo-800\/100{
  border-top-color: rgb(55 48 163 / 1);
}

.border-t-indigo-800\/20{
  border-top-color: rgb(55 48 163 / 0.2);
}

.border-t-indigo-800\/25{
  border-top-color: rgb(55 48 163 / 0.25);
}

.border-t-indigo-800\/30{
  border-top-color: rgb(55 48 163 / 0.3);
}

.border-t-indigo-800\/40{
  border-top-color: rgb(55 48 163 / 0.4);
}

.border-t-indigo-800\/5{
  border-top-color: rgb(55 48 163 / 0.05);
}

.border-t-indigo-800\/50{
  border-top-color: rgb(55 48 163 / 0.5);
}

.border-t-indigo-800\/60{
  border-top-color: rgb(55 48 163 / 0.6);
}

.border-t-indigo-800\/70{
  border-top-color: rgb(55 48 163 / 0.7);
}

.border-t-indigo-800\/75{
  border-top-color: rgb(55 48 163 / 0.75);
}

.border-t-indigo-800\/80{
  border-top-color: rgb(55 48 163 / 0.8);
}

.border-t-indigo-800\/90{
  border-top-color: rgb(55 48 163 / 0.9);
}

.border-t-indigo-800\/95{
  border-top-color: rgb(55 48 163 / 0.95);
}

.border-t-indigo-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-t-indigo-900\/0{
  border-top-color: rgb(49 46 129 / 0);
}

.border-t-indigo-900\/10{
  border-top-color: rgb(49 46 129 / 0.1);
}

.border-t-indigo-900\/100{
  border-top-color: rgb(49 46 129 / 1);
}

.border-t-indigo-900\/20{
  border-top-color: rgb(49 46 129 / 0.2);
}

.border-t-indigo-900\/25{
  border-top-color: rgb(49 46 129 / 0.25);
}

.border-t-indigo-900\/30{
  border-top-color: rgb(49 46 129 / 0.3);
}

.border-t-indigo-900\/40{
  border-top-color: rgb(49 46 129 / 0.4);
}

.border-t-indigo-900\/5{
  border-top-color: rgb(49 46 129 / 0.05);
}

.border-t-indigo-900\/50{
  border-top-color: rgb(49 46 129 / 0.5);
}

.border-t-indigo-900\/60{
  border-top-color: rgb(49 46 129 / 0.6);
}

.border-t-indigo-900\/70{
  border-top-color: rgb(49 46 129 / 0.7);
}

.border-t-indigo-900\/75{
  border-top-color: rgb(49 46 129 / 0.75);
}

.border-t-indigo-900\/80{
  border-top-color: rgb(49 46 129 / 0.8);
}

.border-t-indigo-900\/90{
  border-top-color: rgb(49 46 129 / 0.9);
}

.border-t-indigo-900\/95{
  border-top-color: rgb(49 46 129 / 0.95);
}

.border-t-indigo-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.border-t-indigo-950\/0{
  border-top-color: rgb(30 27 75 / 0);
}

.border-t-indigo-950\/10{
  border-top-color: rgb(30 27 75 / 0.1);
}

.border-t-indigo-950\/100{
  border-top-color: rgb(30 27 75 / 1);
}

.border-t-indigo-950\/20{
  border-top-color: rgb(30 27 75 / 0.2);
}

.border-t-indigo-950\/25{
  border-top-color: rgb(30 27 75 / 0.25);
}

.border-t-indigo-950\/30{
  border-top-color: rgb(30 27 75 / 0.3);
}

.border-t-indigo-950\/40{
  border-top-color: rgb(30 27 75 / 0.4);
}

.border-t-indigo-950\/5{
  border-top-color: rgb(30 27 75 / 0.05);
}

.border-t-indigo-950\/50{
  border-top-color: rgb(30 27 75 / 0.5);
}

.border-t-indigo-950\/60{
  border-top-color: rgb(30 27 75 / 0.6);
}

.border-t-indigo-950\/70{
  border-top-color: rgb(30 27 75 / 0.7);
}

.border-t-indigo-950\/75{
  border-top-color: rgb(30 27 75 / 0.75);
}

.border-t-indigo-950\/80{
  border-top-color: rgb(30 27 75 / 0.8);
}

.border-t-indigo-950\/90{
  border-top-color: rgb(30 27 75 / 0.9);
}

.border-t-indigo-950\/95{
  border-top-color: rgb(30 27 75 / 0.95);
}

.border-t-inherit{
  border-top-color: inherit;
}

.border-t-lime-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.border-t-lime-100\/0{
  border-top-color: rgb(236 252 203 / 0);
}

.border-t-lime-100\/10{
  border-top-color: rgb(236 252 203 / 0.1);
}

.border-t-lime-100\/100{
  border-top-color: rgb(236 252 203 / 1);
}

.border-t-lime-100\/20{
  border-top-color: rgb(236 252 203 / 0.2);
}

.border-t-lime-100\/25{
  border-top-color: rgb(236 252 203 / 0.25);
}

.border-t-lime-100\/30{
  border-top-color: rgb(236 252 203 / 0.3);
}

.border-t-lime-100\/40{
  border-top-color: rgb(236 252 203 / 0.4);
}

.border-t-lime-100\/5{
  border-top-color: rgb(236 252 203 / 0.05);
}

.border-t-lime-100\/50{
  border-top-color: rgb(236 252 203 / 0.5);
}

.border-t-lime-100\/60{
  border-top-color: rgb(236 252 203 / 0.6);
}

.border-t-lime-100\/70{
  border-top-color: rgb(236 252 203 / 0.7);
}

.border-t-lime-100\/75{
  border-top-color: rgb(236 252 203 / 0.75);
}

.border-t-lime-100\/80{
  border-top-color: rgb(236 252 203 / 0.8);
}

.border-t-lime-100\/90{
  border-top-color: rgb(236 252 203 / 0.9);
}

.border-t-lime-100\/95{
  border-top-color: rgb(236 252 203 / 0.95);
}

.border-t-lime-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.border-t-lime-200\/0{
  border-top-color: rgb(217 249 157 / 0);
}

.border-t-lime-200\/10{
  border-top-color: rgb(217 249 157 / 0.1);
}

.border-t-lime-200\/100{
  border-top-color: rgb(217 249 157 / 1);
}

.border-t-lime-200\/20{
  border-top-color: rgb(217 249 157 / 0.2);
}

.border-t-lime-200\/25{
  border-top-color: rgb(217 249 157 / 0.25);
}

.border-t-lime-200\/30{
  border-top-color: rgb(217 249 157 / 0.3);
}

.border-t-lime-200\/40{
  border-top-color: rgb(217 249 157 / 0.4);
}

.border-t-lime-200\/5{
  border-top-color: rgb(217 249 157 / 0.05);
}

.border-t-lime-200\/50{
  border-top-color: rgb(217 249 157 / 0.5);
}

.border-t-lime-200\/60{
  border-top-color: rgb(217 249 157 / 0.6);
}

.border-t-lime-200\/70{
  border-top-color: rgb(217 249 157 / 0.7);
}

.border-t-lime-200\/75{
  border-top-color: rgb(217 249 157 / 0.75);
}

.border-t-lime-200\/80{
  border-top-color: rgb(217 249 157 / 0.8);
}

.border-t-lime-200\/90{
  border-top-color: rgb(217 249 157 / 0.9);
}

.border-t-lime-200\/95{
  border-top-color: rgb(217 249 157 / 0.95);
}

.border-t-lime-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-t-lime-300\/0{
  border-top-color: rgb(190 242 100 / 0);
}

.border-t-lime-300\/10{
  border-top-color: rgb(190 242 100 / 0.1);
}

.border-t-lime-300\/100{
  border-top-color: rgb(190 242 100 / 1);
}

.border-t-lime-300\/20{
  border-top-color: rgb(190 242 100 / 0.2);
}

.border-t-lime-300\/25{
  border-top-color: rgb(190 242 100 / 0.25);
}

.border-t-lime-300\/30{
  border-top-color: rgb(190 242 100 / 0.3);
}

.border-t-lime-300\/40{
  border-top-color: rgb(190 242 100 / 0.4);
}

.border-t-lime-300\/5{
  border-top-color: rgb(190 242 100 / 0.05);
}

.border-t-lime-300\/50{
  border-top-color: rgb(190 242 100 / 0.5);
}

.border-t-lime-300\/60{
  border-top-color: rgb(190 242 100 / 0.6);
}

.border-t-lime-300\/70{
  border-top-color: rgb(190 242 100 / 0.7);
}

.border-t-lime-300\/75{
  border-top-color: rgb(190 242 100 / 0.75);
}

.border-t-lime-300\/80{
  border-top-color: rgb(190 242 100 / 0.8);
}

.border-t-lime-300\/90{
  border-top-color: rgb(190 242 100 / 0.9);
}

.border-t-lime-300\/95{
  border-top-color: rgb(190 242 100 / 0.95);
}

.border-t-lime-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.border-t-lime-400\/0{
  border-top-color: rgb(163 230 53 / 0);
}

.border-t-lime-400\/10{
  border-top-color: rgb(163 230 53 / 0.1);
}

.border-t-lime-400\/100{
  border-top-color: rgb(163 230 53 / 1);
}

.border-t-lime-400\/20{
  border-top-color: rgb(163 230 53 / 0.2);
}

.border-t-lime-400\/25{
  border-top-color: rgb(163 230 53 / 0.25);
}

.border-t-lime-400\/30{
  border-top-color: rgb(163 230 53 / 0.3);
}

.border-t-lime-400\/40{
  border-top-color: rgb(163 230 53 / 0.4);
}

.border-t-lime-400\/5{
  border-top-color: rgb(163 230 53 / 0.05);
}

.border-t-lime-400\/50{
  border-top-color: rgb(163 230 53 / 0.5);
}

.border-t-lime-400\/60{
  border-top-color: rgb(163 230 53 / 0.6);
}

.border-t-lime-400\/70{
  border-top-color: rgb(163 230 53 / 0.7);
}

.border-t-lime-400\/75{
  border-top-color: rgb(163 230 53 / 0.75);
}

.border-t-lime-400\/80{
  border-top-color: rgb(163 230 53 / 0.8);
}

.border-t-lime-400\/90{
  border-top-color: rgb(163 230 53 / 0.9);
}

.border-t-lime-400\/95{
  border-top-color: rgb(163 230 53 / 0.95);
}

.border-t-lime-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.border-t-lime-50\/0{
  border-top-color: rgb(247 254 231 / 0);
}

.border-t-lime-50\/10{
  border-top-color: rgb(247 254 231 / 0.1);
}

.border-t-lime-50\/100{
  border-top-color: rgb(247 254 231 / 1);
}

.border-t-lime-50\/20{
  border-top-color: rgb(247 254 231 / 0.2);
}

.border-t-lime-50\/25{
  border-top-color: rgb(247 254 231 / 0.25);
}

.border-t-lime-50\/30{
  border-top-color: rgb(247 254 231 / 0.3);
}

.border-t-lime-50\/40{
  border-top-color: rgb(247 254 231 / 0.4);
}

.border-t-lime-50\/5{
  border-top-color: rgb(247 254 231 / 0.05);
}

.border-t-lime-50\/50{
  border-top-color: rgb(247 254 231 / 0.5);
}

.border-t-lime-50\/60{
  border-top-color: rgb(247 254 231 / 0.6);
}

.border-t-lime-50\/70{
  border-top-color: rgb(247 254 231 / 0.7);
}

.border-t-lime-50\/75{
  border-top-color: rgb(247 254 231 / 0.75);
}

.border-t-lime-50\/80{
  border-top-color: rgb(247 254 231 / 0.8);
}

.border-t-lime-50\/90{
  border-top-color: rgb(247 254 231 / 0.9);
}

.border-t-lime-50\/95{
  border-top-color: rgb(247 254 231 / 0.95);
}

.border-t-lime-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.border-t-lime-500\/0{
  border-top-color: rgb(132 204 22 / 0);
}

.border-t-lime-500\/10{
  border-top-color: rgb(132 204 22 / 0.1);
}

.border-t-lime-500\/100{
  border-top-color: rgb(132 204 22 / 1);
}

.border-t-lime-500\/20{
  border-top-color: rgb(132 204 22 / 0.2);
}

.border-t-lime-500\/25{
  border-top-color: rgb(132 204 22 / 0.25);
}

.border-t-lime-500\/30{
  border-top-color: rgb(132 204 22 / 0.3);
}

.border-t-lime-500\/40{
  border-top-color: rgb(132 204 22 / 0.4);
}

.border-t-lime-500\/5{
  border-top-color: rgb(132 204 22 / 0.05);
}

.border-t-lime-500\/50{
  border-top-color: rgb(132 204 22 / 0.5);
}

.border-t-lime-500\/60{
  border-top-color: rgb(132 204 22 / 0.6);
}

.border-t-lime-500\/70{
  border-top-color: rgb(132 204 22 / 0.7);
}

.border-t-lime-500\/75{
  border-top-color: rgb(132 204 22 / 0.75);
}

.border-t-lime-500\/80{
  border-top-color: rgb(132 204 22 / 0.8);
}

.border-t-lime-500\/90{
  border-top-color: rgb(132 204 22 / 0.9);
}

.border-t-lime-500\/95{
  border-top-color: rgb(132 204 22 / 0.95);
}

.border-t-lime-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.border-t-lime-600\/0{
  border-top-color: rgb(101 163 13 / 0);
}

.border-t-lime-600\/10{
  border-top-color: rgb(101 163 13 / 0.1);
}

.border-t-lime-600\/100{
  border-top-color: rgb(101 163 13 / 1);
}

.border-t-lime-600\/20{
  border-top-color: rgb(101 163 13 / 0.2);
}

.border-t-lime-600\/25{
  border-top-color: rgb(101 163 13 / 0.25);
}

.border-t-lime-600\/30{
  border-top-color: rgb(101 163 13 / 0.3);
}

.border-t-lime-600\/40{
  border-top-color: rgb(101 163 13 / 0.4);
}

.border-t-lime-600\/5{
  border-top-color: rgb(101 163 13 / 0.05);
}

.border-t-lime-600\/50{
  border-top-color: rgb(101 163 13 / 0.5);
}

.border-t-lime-600\/60{
  border-top-color: rgb(101 163 13 / 0.6);
}

.border-t-lime-600\/70{
  border-top-color: rgb(101 163 13 / 0.7);
}

.border-t-lime-600\/75{
  border-top-color: rgb(101 163 13 / 0.75);
}

.border-t-lime-600\/80{
  border-top-color: rgb(101 163 13 / 0.8);
}

.border-t-lime-600\/90{
  border-top-color: rgb(101 163 13 / 0.9);
}

.border-t-lime-600\/95{
  border-top-color: rgb(101 163 13 / 0.95);
}

.border-t-lime-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.border-t-lime-700\/0{
  border-top-color: rgb(77 124 15 / 0);
}

.border-t-lime-700\/10{
  border-top-color: rgb(77 124 15 / 0.1);
}

.border-t-lime-700\/100{
  border-top-color: rgb(77 124 15 / 1);
}

.border-t-lime-700\/20{
  border-top-color: rgb(77 124 15 / 0.2);
}

.border-t-lime-700\/25{
  border-top-color: rgb(77 124 15 / 0.25);
}

.border-t-lime-700\/30{
  border-top-color: rgb(77 124 15 / 0.3);
}

.border-t-lime-700\/40{
  border-top-color: rgb(77 124 15 / 0.4);
}

.border-t-lime-700\/5{
  border-top-color: rgb(77 124 15 / 0.05);
}

.border-t-lime-700\/50{
  border-top-color: rgb(77 124 15 / 0.5);
}

.border-t-lime-700\/60{
  border-top-color: rgb(77 124 15 / 0.6);
}

.border-t-lime-700\/70{
  border-top-color: rgb(77 124 15 / 0.7);
}

.border-t-lime-700\/75{
  border-top-color: rgb(77 124 15 / 0.75);
}

.border-t-lime-700\/80{
  border-top-color: rgb(77 124 15 / 0.8);
}

.border-t-lime-700\/90{
  border-top-color: rgb(77 124 15 / 0.9);
}

.border-t-lime-700\/95{
  border-top-color: rgb(77 124 15 / 0.95);
}

.border-t-lime-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.border-t-lime-800\/0{
  border-top-color: rgb(63 98 18 / 0);
}

.border-t-lime-800\/10{
  border-top-color: rgb(63 98 18 / 0.1);
}

.border-t-lime-800\/100{
  border-top-color: rgb(63 98 18 / 1);
}

.border-t-lime-800\/20{
  border-top-color: rgb(63 98 18 / 0.2);
}

.border-t-lime-800\/25{
  border-top-color: rgb(63 98 18 / 0.25);
}

.border-t-lime-800\/30{
  border-top-color: rgb(63 98 18 / 0.3);
}

.border-t-lime-800\/40{
  border-top-color: rgb(63 98 18 / 0.4);
}

.border-t-lime-800\/5{
  border-top-color: rgb(63 98 18 / 0.05);
}

.border-t-lime-800\/50{
  border-top-color: rgb(63 98 18 / 0.5);
}

.border-t-lime-800\/60{
  border-top-color: rgb(63 98 18 / 0.6);
}

.border-t-lime-800\/70{
  border-top-color: rgb(63 98 18 / 0.7);
}

.border-t-lime-800\/75{
  border-top-color: rgb(63 98 18 / 0.75);
}

.border-t-lime-800\/80{
  border-top-color: rgb(63 98 18 / 0.8);
}

.border-t-lime-800\/90{
  border-top-color: rgb(63 98 18 / 0.9);
}

.border-t-lime-800\/95{
  border-top-color: rgb(63 98 18 / 0.95);
}

.border-t-lime-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.border-t-lime-900\/0{
  border-top-color: rgb(54 83 20 / 0);
}

.border-t-lime-900\/10{
  border-top-color: rgb(54 83 20 / 0.1);
}

.border-t-lime-900\/100{
  border-top-color: rgb(54 83 20 / 1);
}

.border-t-lime-900\/20{
  border-top-color: rgb(54 83 20 / 0.2);
}

.border-t-lime-900\/25{
  border-top-color: rgb(54 83 20 / 0.25);
}

.border-t-lime-900\/30{
  border-top-color: rgb(54 83 20 / 0.3);
}

.border-t-lime-900\/40{
  border-top-color: rgb(54 83 20 / 0.4);
}

.border-t-lime-900\/5{
  border-top-color: rgb(54 83 20 / 0.05);
}

.border-t-lime-900\/50{
  border-top-color: rgb(54 83 20 / 0.5);
}

.border-t-lime-900\/60{
  border-top-color: rgb(54 83 20 / 0.6);
}

.border-t-lime-900\/70{
  border-top-color: rgb(54 83 20 / 0.7);
}

.border-t-lime-900\/75{
  border-top-color: rgb(54 83 20 / 0.75);
}

.border-t-lime-900\/80{
  border-top-color: rgb(54 83 20 / 0.8);
}

.border-t-lime-900\/90{
  border-top-color: rgb(54 83 20 / 0.9);
}

.border-t-lime-900\/95{
  border-top-color: rgb(54 83 20 / 0.95);
}

.border-t-lime-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.border-t-lime-950\/0{
  border-top-color: rgb(26 46 5 / 0);
}

.border-t-lime-950\/10{
  border-top-color: rgb(26 46 5 / 0.1);
}

.border-t-lime-950\/100{
  border-top-color: rgb(26 46 5 / 1);
}

.border-t-lime-950\/20{
  border-top-color: rgb(26 46 5 / 0.2);
}

.border-t-lime-950\/25{
  border-top-color: rgb(26 46 5 / 0.25);
}

.border-t-lime-950\/30{
  border-top-color: rgb(26 46 5 / 0.3);
}

.border-t-lime-950\/40{
  border-top-color: rgb(26 46 5 / 0.4);
}

.border-t-lime-950\/5{
  border-top-color: rgb(26 46 5 / 0.05);
}

.border-t-lime-950\/50{
  border-top-color: rgb(26 46 5 / 0.5);
}

.border-t-lime-950\/60{
  border-top-color: rgb(26 46 5 / 0.6);
}

.border-t-lime-950\/70{
  border-top-color: rgb(26 46 5 / 0.7);
}

.border-t-lime-950\/75{
  border-top-color: rgb(26 46 5 / 0.75);
}

.border-t-lime-950\/80{
  border-top-color: rgb(26 46 5 / 0.8);
}

.border-t-lime-950\/90{
  border-top-color: rgb(26 46 5 / 0.9);
}

.border-t-lime-950\/95{
  border-top-color: rgb(26 46 5 / 0.95);
}

.border-t-neutral-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-t-neutral-100\/0{
  border-top-color: rgb(245 245 245 / 0);
}

.border-t-neutral-100\/10{
  border-top-color: rgb(245 245 245 / 0.1);
}

.border-t-neutral-100\/100{
  border-top-color: rgb(245 245 245 / 1);
}

.border-t-neutral-100\/20{
  border-top-color: rgb(245 245 245 / 0.2);
}

.border-t-neutral-100\/25{
  border-top-color: rgb(245 245 245 / 0.25);
}

.border-t-neutral-100\/30{
  border-top-color: rgb(245 245 245 / 0.3);
}

.border-t-neutral-100\/40{
  border-top-color: rgb(245 245 245 / 0.4);
}

.border-t-neutral-100\/5{
  border-top-color: rgb(245 245 245 / 0.05);
}

.border-t-neutral-100\/50{
  border-top-color: rgb(245 245 245 / 0.5);
}

.border-t-neutral-100\/60{
  border-top-color: rgb(245 245 245 / 0.6);
}

.border-t-neutral-100\/70{
  border-top-color: rgb(245 245 245 / 0.7);
}

.border-t-neutral-100\/75{
  border-top-color: rgb(245 245 245 / 0.75);
}

.border-t-neutral-100\/80{
  border-top-color: rgb(245 245 245 / 0.8);
}

.border-t-neutral-100\/90{
  border-top-color: rgb(245 245 245 / 0.9);
}

.border-t-neutral-100\/95{
  border-top-color: rgb(245 245 245 / 0.95);
}

.border-t-neutral-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-t-neutral-200\/0{
  border-top-color: rgb(229 229 229 / 0);
}

.border-t-neutral-200\/10{
  border-top-color: rgb(229 229 229 / 0.1);
}

.border-t-neutral-200\/100{
  border-top-color: rgb(229 229 229 / 1);
}

.border-t-neutral-200\/20{
  border-top-color: rgb(229 229 229 / 0.2);
}

.border-t-neutral-200\/25{
  border-top-color: rgb(229 229 229 / 0.25);
}

.border-t-neutral-200\/30{
  border-top-color: rgb(229 229 229 / 0.3);
}

.border-t-neutral-200\/40{
  border-top-color: rgb(229 229 229 / 0.4);
}

.border-t-neutral-200\/5{
  border-top-color: rgb(229 229 229 / 0.05);
}

.border-t-neutral-200\/50{
  border-top-color: rgb(229 229 229 / 0.5);
}

.border-t-neutral-200\/60{
  border-top-color: rgb(229 229 229 / 0.6);
}

.border-t-neutral-200\/70{
  border-top-color: rgb(229 229 229 / 0.7);
}

.border-t-neutral-200\/75{
  border-top-color: rgb(229 229 229 / 0.75);
}

.border-t-neutral-200\/80{
  border-top-color: rgb(229 229 229 / 0.8);
}

.border-t-neutral-200\/90{
  border-top-color: rgb(229 229 229 / 0.9);
}

.border-t-neutral-200\/95{
  border-top-color: rgb(229 229 229 / 0.95);
}

.border-t-neutral-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-t-neutral-300\/0{
  border-top-color: rgb(212 212 212 / 0);
}

.border-t-neutral-300\/10{
  border-top-color: rgb(212 212 212 / 0.1);
}

.border-t-neutral-300\/100{
  border-top-color: rgb(212 212 212 / 1);
}

.border-t-neutral-300\/20{
  border-top-color: rgb(212 212 212 / 0.2);
}

.border-t-neutral-300\/25{
  border-top-color: rgb(212 212 212 / 0.25);
}

.border-t-neutral-300\/30{
  border-top-color: rgb(212 212 212 / 0.3);
}

.border-t-neutral-300\/40{
  border-top-color: rgb(212 212 212 / 0.4);
}

.border-t-neutral-300\/5{
  border-top-color: rgb(212 212 212 / 0.05);
}

.border-t-neutral-300\/50{
  border-top-color: rgb(212 212 212 / 0.5);
}

.border-t-neutral-300\/60{
  border-top-color: rgb(212 212 212 / 0.6);
}

.border-t-neutral-300\/70{
  border-top-color: rgb(212 212 212 / 0.7);
}

.border-t-neutral-300\/75{
  border-top-color: rgb(212 212 212 / 0.75);
}

.border-t-neutral-300\/80{
  border-top-color: rgb(212 212 212 / 0.8);
}

.border-t-neutral-300\/90{
  border-top-color: rgb(212 212 212 / 0.9);
}

.border-t-neutral-300\/95{
  border-top-color: rgb(212 212 212 / 0.95);
}

.border-t-neutral-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-t-neutral-400\/0{
  border-top-color: rgb(163 163 163 / 0);
}

.border-t-neutral-400\/10{
  border-top-color: rgb(163 163 163 / 0.1);
}

.border-t-neutral-400\/100{
  border-top-color: rgb(163 163 163 / 1);
}

.border-t-neutral-400\/20{
  border-top-color: rgb(163 163 163 / 0.2);
}

.border-t-neutral-400\/25{
  border-top-color: rgb(163 163 163 / 0.25);
}

.border-t-neutral-400\/30{
  border-top-color: rgb(163 163 163 / 0.3);
}

.border-t-neutral-400\/40{
  border-top-color: rgb(163 163 163 / 0.4);
}

.border-t-neutral-400\/5{
  border-top-color: rgb(163 163 163 / 0.05);
}

.border-t-neutral-400\/50{
  border-top-color: rgb(163 163 163 / 0.5);
}

.border-t-neutral-400\/60{
  border-top-color: rgb(163 163 163 / 0.6);
}

.border-t-neutral-400\/70{
  border-top-color: rgb(163 163 163 / 0.7);
}

.border-t-neutral-400\/75{
  border-top-color: rgb(163 163 163 / 0.75);
}

.border-t-neutral-400\/80{
  border-top-color: rgb(163 163 163 / 0.8);
}

.border-t-neutral-400\/90{
  border-top-color: rgb(163 163 163 / 0.9);
}

.border-t-neutral-400\/95{
  border-top-color: rgb(163 163 163 / 0.95);
}

.border-t-neutral-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-t-neutral-50\/0{
  border-top-color: rgb(250 250 250 / 0);
}

.border-t-neutral-50\/10{
  border-top-color: rgb(250 250 250 / 0.1);
}

.border-t-neutral-50\/100{
  border-top-color: rgb(250 250 250 / 1);
}

.border-t-neutral-50\/20{
  border-top-color: rgb(250 250 250 / 0.2);
}

.border-t-neutral-50\/25{
  border-top-color: rgb(250 250 250 / 0.25);
}

.border-t-neutral-50\/30{
  border-top-color: rgb(250 250 250 / 0.3);
}

.border-t-neutral-50\/40{
  border-top-color: rgb(250 250 250 / 0.4);
}

.border-t-neutral-50\/5{
  border-top-color: rgb(250 250 250 / 0.05);
}

.border-t-neutral-50\/50{
  border-top-color: rgb(250 250 250 / 0.5);
}

.border-t-neutral-50\/60{
  border-top-color: rgb(250 250 250 / 0.6);
}

.border-t-neutral-50\/70{
  border-top-color: rgb(250 250 250 / 0.7);
}

.border-t-neutral-50\/75{
  border-top-color: rgb(250 250 250 / 0.75);
}

.border-t-neutral-50\/80{
  border-top-color: rgb(250 250 250 / 0.8);
}

.border-t-neutral-50\/90{
  border-top-color: rgb(250 250 250 / 0.9);
}

.border-t-neutral-50\/95{
  border-top-color: rgb(250 250 250 / 0.95);
}

.border-t-neutral-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-t-neutral-500\/0{
  border-top-color: rgb(115 115 115 / 0);
}

.border-t-neutral-500\/10{
  border-top-color: rgb(115 115 115 / 0.1);
}

.border-t-neutral-500\/100{
  border-top-color: rgb(115 115 115 / 1);
}

.border-t-neutral-500\/20{
  border-top-color: rgb(115 115 115 / 0.2);
}

.border-t-neutral-500\/25{
  border-top-color: rgb(115 115 115 / 0.25);
}

.border-t-neutral-500\/30{
  border-top-color: rgb(115 115 115 / 0.3);
}

.border-t-neutral-500\/40{
  border-top-color: rgb(115 115 115 / 0.4);
}

.border-t-neutral-500\/5{
  border-top-color: rgb(115 115 115 / 0.05);
}

.border-t-neutral-500\/50{
  border-top-color: rgb(115 115 115 / 0.5);
}

.border-t-neutral-500\/60{
  border-top-color: rgb(115 115 115 / 0.6);
}

.border-t-neutral-500\/70{
  border-top-color: rgb(115 115 115 / 0.7);
}

.border-t-neutral-500\/75{
  border-top-color: rgb(115 115 115 / 0.75);
}

.border-t-neutral-500\/80{
  border-top-color: rgb(115 115 115 / 0.8);
}

.border-t-neutral-500\/90{
  border-top-color: rgb(115 115 115 / 0.9);
}

.border-t-neutral-500\/95{
  border-top-color: rgb(115 115 115 / 0.95);
}

.border-t-neutral-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-t-neutral-600\/0{
  border-top-color: rgb(82 82 82 / 0);
}

.border-t-neutral-600\/10{
  border-top-color: rgb(82 82 82 / 0.1);
}

.border-t-neutral-600\/100{
  border-top-color: rgb(82 82 82 / 1);
}

.border-t-neutral-600\/20{
  border-top-color: rgb(82 82 82 / 0.2);
}

.border-t-neutral-600\/25{
  border-top-color: rgb(82 82 82 / 0.25);
}

.border-t-neutral-600\/30{
  border-top-color: rgb(82 82 82 / 0.3);
}

.border-t-neutral-600\/40{
  border-top-color: rgb(82 82 82 / 0.4);
}

.border-t-neutral-600\/5{
  border-top-color: rgb(82 82 82 / 0.05);
}

.border-t-neutral-600\/50{
  border-top-color: rgb(82 82 82 / 0.5);
}

.border-t-neutral-600\/60{
  border-top-color: rgb(82 82 82 / 0.6);
}

.border-t-neutral-600\/70{
  border-top-color: rgb(82 82 82 / 0.7);
}

.border-t-neutral-600\/75{
  border-top-color: rgb(82 82 82 / 0.75);
}

.border-t-neutral-600\/80{
  border-top-color: rgb(82 82 82 / 0.8);
}

.border-t-neutral-600\/90{
  border-top-color: rgb(82 82 82 / 0.9);
}

.border-t-neutral-600\/95{
  border-top-color: rgb(82 82 82 / 0.95);
}

.border-t-neutral-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-t-neutral-700\/0{
  border-top-color: rgb(64 64 64 / 0);
}

.border-t-neutral-700\/10{
  border-top-color: rgb(64 64 64 / 0.1);
}

.border-t-neutral-700\/100{
  border-top-color: rgb(64 64 64 / 1);
}

.border-t-neutral-700\/20{
  border-top-color: rgb(64 64 64 / 0.2);
}

.border-t-neutral-700\/25{
  border-top-color: rgb(64 64 64 / 0.25);
}

.border-t-neutral-700\/30{
  border-top-color: rgb(64 64 64 / 0.3);
}

.border-t-neutral-700\/40{
  border-top-color: rgb(64 64 64 / 0.4);
}

.border-t-neutral-700\/5{
  border-top-color: rgb(64 64 64 / 0.05);
}

.border-t-neutral-700\/50{
  border-top-color: rgb(64 64 64 / 0.5);
}

.border-t-neutral-700\/60{
  border-top-color: rgb(64 64 64 / 0.6);
}

.border-t-neutral-700\/70{
  border-top-color: rgb(64 64 64 / 0.7);
}

.border-t-neutral-700\/75{
  border-top-color: rgb(64 64 64 / 0.75);
}

.border-t-neutral-700\/80{
  border-top-color: rgb(64 64 64 / 0.8);
}

.border-t-neutral-700\/90{
  border-top-color: rgb(64 64 64 / 0.9);
}

.border-t-neutral-700\/95{
  border-top-color: rgb(64 64 64 / 0.95);
}

.border-t-neutral-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-t-neutral-800\/0{
  border-top-color: rgb(38 38 38 / 0);
}

.border-t-neutral-800\/10{
  border-top-color: rgb(38 38 38 / 0.1);
}

.border-t-neutral-800\/100{
  border-top-color: rgb(38 38 38 / 1);
}

.border-t-neutral-800\/20{
  border-top-color: rgb(38 38 38 / 0.2);
}

.border-t-neutral-800\/25{
  border-top-color: rgb(38 38 38 / 0.25);
}

.border-t-neutral-800\/30{
  border-top-color: rgb(38 38 38 / 0.3);
}

.border-t-neutral-800\/40{
  border-top-color: rgb(38 38 38 / 0.4);
}

.border-t-neutral-800\/5{
  border-top-color: rgb(38 38 38 / 0.05);
}

.border-t-neutral-800\/50{
  border-top-color: rgb(38 38 38 / 0.5);
}

.border-t-neutral-800\/60{
  border-top-color: rgb(38 38 38 / 0.6);
}

.border-t-neutral-800\/70{
  border-top-color: rgb(38 38 38 / 0.7);
}

.border-t-neutral-800\/75{
  border-top-color: rgb(38 38 38 / 0.75);
}

.border-t-neutral-800\/80{
  border-top-color: rgb(38 38 38 / 0.8);
}

.border-t-neutral-800\/90{
  border-top-color: rgb(38 38 38 / 0.9);
}

.border-t-neutral-800\/95{
  border-top-color: rgb(38 38 38 / 0.95);
}

.border-t-neutral-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-t-neutral-900\/0{
  border-top-color: rgb(23 23 23 / 0);
}

.border-t-neutral-900\/10{
  border-top-color: rgb(23 23 23 / 0.1);
}

.border-t-neutral-900\/100{
  border-top-color: rgb(23 23 23 / 1);
}

.border-t-neutral-900\/20{
  border-top-color: rgb(23 23 23 / 0.2);
}

.border-t-neutral-900\/25{
  border-top-color: rgb(23 23 23 / 0.25);
}

.border-t-neutral-900\/30{
  border-top-color: rgb(23 23 23 / 0.3);
}

.border-t-neutral-900\/40{
  border-top-color: rgb(23 23 23 / 0.4);
}

.border-t-neutral-900\/5{
  border-top-color: rgb(23 23 23 / 0.05);
}

.border-t-neutral-900\/50{
  border-top-color: rgb(23 23 23 / 0.5);
}

.border-t-neutral-900\/60{
  border-top-color: rgb(23 23 23 / 0.6);
}

.border-t-neutral-900\/70{
  border-top-color: rgb(23 23 23 / 0.7);
}

.border-t-neutral-900\/75{
  border-top-color: rgb(23 23 23 / 0.75);
}

.border-t-neutral-900\/80{
  border-top-color: rgb(23 23 23 / 0.8);
}

.border-t-neutral-900\/90{
  border-top-color: rgb(23 23 23 / 0.9);
}

.border-t-neutral-900\/95{
  border-top-color: rgb(23 23 23 / 0.95);
}

.border-t-neutral-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-t-neutral-950\/0{
  border-top-color: rgb(10 10 10 / 0);
}

.border-t-neutral-950\/10{
  border-top-color: rgb(10 10 10 / 0.1);
}

.border-t-neutral-950\/100{
  border-top-color: rgb(10 10 10 / 1);
}

.border-t-neutral-950\/20{
  border-top-color: rgb(10 10 10 / 0.2);
}

.border-t-neutral-950\/25{
  border-top-color: rgb(10 10 10 / 0.25);
}

.border-t-neutral-950\/30{
  border-top-color: rgb(10 10 10 / 0.3);
}

.border-t-neutral-950\/40{
  border-top-color: rgb(10 10 10 / 0.4);
}

.border-t-neutral-950\/5{
  border-top-color: rgb(10 10 10 / 0.05);
}

.border-t-neutral-950\/50{
  border-top-color: rgb(10 10 10 / 0.5);
}

.border-t-neutral-950\/60{
  border-top-color: rgb(10 10 10 / 0.6);
}

.border-t-neutral-950\/70{
  border-top-color: rgb(10 10 10 / 0.7);
}

.border-t-neutral-950\/75{
  border-top-color: rgb(10 10 10 / 0.75);
}

.border-t-neutral-950\/80{
  border-top-color: rgb(10 10 10 / 0.8);
}

.border-t-neutral-950\/90{
  border-top-color: rgb(10 10 10 / 0.9);
}

.border-t-neutral-950\/95{
  border-top-color: rgb(10 10 10 / 0.95);
}

.border-t-orange-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-t-orange-100\/0{
  border-top-color: rgb(255 237 213 / 0);
}

.border-t-orange-100\/10{
  border-top-color: rgb(255 237 213 / 0.1);
}

.border-t-orange-100\/100{
  border-top-color: rgb(255 237 213 / 1);
}

.border-t-orange-100\/20{
  border-top-color: rgb(255 237 213 / 0.2);
}

.border-t-orange-100\/25{
  border-top-color: rgb(255 237 213 / 0.25);
}

.border-t-orange-100\/30{
  border-top-color: rgb(255 237 213 / 0.3);
}

.border-t-orange-100\/40{
  border-top-color: rgb(255 237 213 / 0.4);
}

.border-t-orange-100\/5{
  border-top-color: rgb(255 237 213 / 0.05);
}

.border-t-orange-100\/50{
  border-top-color: rgb(255 237 213 / 0.5);
}

.border-t-orange-100\/60{
  border-top-color: rgb(255 237 213 / 0.6);
}

.border-t-orange-100\/70{
  border-top-color: rgb(255 237 213 / 0.7);
}

.border-t-orange-100\/75{
  border-top-color: rgb(255 237 213 / 0.75);
}

.border-t-orange-100\/80{
  border-top-color: rgb(255 237 213 / 0.8);
}

.border-t-orange-100\/90{
  border-top-color: rgb(255 237 213 / 0.9);
}

.border-t-orange-100\/95{
  border-top-color: rgb(255 237 213 / 0.95);
}

.border-t-orange-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-t-orange-200\/0{
  border-top-color: rgb(254 215 170 / 0);
}

.border-t-orange-200\/10{
  border-top-color: rgb(254 215 170 / 0.1);
}

.border-t-orange-200\/100{
  border-top-color: rgb(254 215 170 / 1);
}

.border-t-orange-200\/20{
  border-top-color: rgb(254 215 170 / 0.2);
}

.border-t-orange-200\/25{
  border-top-color: rgb(254 215 170 / 0.25);
}

.border-t-orange-200\/30{
  border-top-color: rgb(254 215 170 / 0.3);
}

.border-t-orange-200\/40{
  border-top-color: rgb(254 215 170 / 0.4);
}

.border-t-orange-200\/5{
  border-top-color: rgb(254 215 170 / 0.05);
}

.border-t-orange-200\/50{
  border-top-color: rgb(254 215 170 / 0.5);
}

.border-t-orange-200\/60{
  border-top-color: rgb(254 215 170 / 0.6);
}

.border-t-orange-200\/70{
  border-top-color: rgb(254 215 170 / 0.7);
}

.border-t-orange-200\/75{
  border-top-color: rgb(254 215 170 / 0.75);
}

.border-t-orange-200\/80{
  border-top-color: rgb(254 215 170 / 0.8);
}

.border-t-orange-200\/90{
  border-top-color: rgb(254 215 170 / 0.9);
}

.border-t-orange-200\/95{
  border-top-color: rgb(254 215 170 / 0.95);
}

.border-t-orange-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-t-orange-300\/0{
  border-top-color: rgb(253 186 116 / 0);
}

.border-t-orange-300\/10{
  border-top-color: rgb(253 186 116 / 0.1);
}

.border-t-orange-300\/100{
  border-top-color: rgb(253 186 116 / 1);
}

.border-t-orange-300\/20{
  border-top-color: rgb(253 186 116 / 0.2);
}

.border-t-orange-300\/25{
  border-top-color: rgb(253 186 116 / 0.25);
}

.border-t-orange-300\/30{
  border-top-color: rgb(253 186 116 / 0.3);
}

.border-t-orange-300\/40{
  border-top-color: rgb(253 186 116 / 0.4);
}

.border-t-orange-300\/5{
  border-top-color: rgb(253 186 116 / 0.05);
}

.border-t-orange-300\/50{
  border-top-color: rgb(253 186 116 / 0.5);
}

.border-t-orange-300\/60{
  border-top-color: rgb(253 186 116 / 0.6);
}

.border-t-orange-300\/70{
  border-top-color: rgb(253 186 116 / 0.7);
}

.border-t-orange-300\/75{
  border-top-color: rgb(253 186 116 / 0.75);
}

.border-t-orange-300\/80{
  border-top-color: rgb(253 186 116 / 0.8);
}

.border-t-orange-300\/90{
  border-top-color: rgb(253 186 116 / 0.9);
}

.border-t-orange-300\/95{
  border-top-color: rgb(253 186 116 / 0.95);
}

.border-t-orange-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-t-orange-400\/0{
  border-top-color: rgb(251 146 60 / 0);
}

.border-t-orange-400\/10{
  border-top-color: rgb(251 146 60 / 0.1);
}

.border-t-orange-400\/100{
  border-top-color: rgb(251 146 60 / 1);
}

.border-t-orange-400\/20{
  border-top-color: rgb(251 146 60 / 0.2);
}

.border-t-orange-400\/25{
  border-top-color: rgb(251 146 60 / 0.25);
}

.border-t-orange-400\/30{
  border-top-color: rgb(251 146 60 / 0.3);
}

.border-t-orange-400\/40{
  border-top-color: rgb(251 146 60 / 0.4);
}

.border-t-orange-400\/5{
  border-top-color: rgb(251 146 60 / 0.05);
}

.border-t-orange-400\/50{
  border-top-color: rgb(251 146 60 / 0.5);
}

.border-t-orange-400\/60{
  border-top-color: rgb(251 146 60 / 0.6);
}

.border-t-orange-400\/70{
  border-top-color: rgb(251 146 60 / 0.7);
}

.border-t-orange-400\/75{
  border-top-color: rgb(251 146 60 / 0.75);
}

.border-t-orange-400\/80{
  border-top-color: rgb(251 146 60 / 0.8);
}

.border-t-orange-400\/90{
  border-top-color: rgb(251 146 60 / 0.9);
}

.border-t-orange-400\/95{
  border-top-color: rgb(251 146 60 / 0.95);
}

.border-t-orange-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.border-t-orange-50\/0{
  border-top-color: rgb(255 247 237 / 0);
}

.border-t-orange-50\/10{
  border-top-color: rgb(255 247 237 / 0.1);
}

.border-t-orange-50\/100{
  border-top-color: rgb(255 247 237 / 1);
}

.border-t-orange-50\/20{
  border-top-color: rgb(255 247 237 / 0.2);
}

.border-t-orange-50\/25{
  border-top-color: rgb(255 247 237 / 0.25);
}

.border-t-orange-50\/30{
  border-top-color: rgb(255 247 237 / 0.3);
}

.border-t-orange-50\/40{
  border-top-color: rgb(255 247 237 / 0.4);
}

.border-t-orange-50\/5{
  border-top-color: rgb(255 247 237 / 0.05);
}

.border-t-orange-50\/50{
  border-top-color: rgb(255 247 237 / 0.5);
}

.border-t-orange-50\/60{
  border-top-color: rgb(255 247 237 / 0.6);
}

.border-t-orange-50\/70{
  border-top-color: rgb(255 247 237 / 0.7);
}

.border-t-orange-50\/75{
  border-top-color: rgb(255 247 237 / 0.75);
}

.border-t-orange-50\/80{
  border-top-color: rgb(255 247 237 / 0.8);
}

.border-t-orange-50\/90{
  border-top-color: rgb(255 247 237 / 0.9);
}

.border-t-orange-50\/95{
  border-top-color: rgb(255 247 237 / 0.95);
}

.border-t-orange-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-t-orange-500\/0{
  border-top-color: rgb(249 115 22 / 0);
}

.border-t-orange-500\/10{
  border-top-color: rgb(249 115 22 / 0.1);
}

.border-t-orange-500\/100{
  border-top-color: rgb(249 115 22 / 1);
}

.border-t-orange-500\/20{
  border-top-color: rgb(249 115 22 / 0.2);
}

.border-t-orange-500\/25{
  border-top-color: rgb(249 115 22 / 0.25);
}

.border-t-orange-500\/30{
  border-top-color: rgb(249 115 22 / 0.3);
}

.border-t-orange-500\/40{
  border-top-color: rgb(249 115 22 / 0.4);
}

.border-t-orange-500\/5{
  border-top-color: rgb(249 115 22 / 0.05);
}

.border-t-orange-500\/50{
  border-top-color: rgb(249 115 22 / 0.5);
}

.border-t-orange-500\/60{
  border-top-color: rgb(249 115 22 / 0.6);
}

.border-t-orange-500\/70{
  border-top-color: rgb(249 115 22 / 0.7);
}

.border-t-orange-500\/75{
  border-top-color: rgb(249 115 22 / 0.75);
}

.border-t-orange-500\/80{
  border-top-color: rgb(249 115 22 / 0.8);
}

.border-t-orange-500\/90{
  border-top-color: rgb(249 115 22 / 0.9);
}

.border-t-orange-500\/95{
  border-top-color: rgb(249 115 22 / 0.95);
}

.border-t-orange-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-t-orange-600\/0{
  border-top-color: rgb(234 88 12 / 0);
}

.border-t-orange-600\/10{
  border-top-color: rgb(234 88 12 / 0.1);
}

.border-t-orange-600\/100{
  border-top-color: rgb(234 88 12 / 1);
}

.border-t-orange-600\/20{
  border-top-color: rgb(234 88 12 / 0.2);
}

.border-t-orange-600\/25{
  border-top-color: rgb(234 88 12 / 0.25);
}

.border-t-orange-600\/30{
  border-top-color: rgb(234 88 12 / 0.3);
}

.border-t-orange-600\/40{
  border-top-color: rgb(234 88 12 / 0.4);
}

.border-t-orange-600\/5{
  border-top-color: rgb(234 88 12 / 0.05);
}

.border-t-orange-600\/50{
  border-top-color: rgb(234 88 12 / 0.5);
}

.border-t-orange-600\/60{
  border-top-color: rgb(234 88 12 / 0.6);
}

.border-t-orange-600\/70{
  border-top-color: rgb(234 88 12 / 0.7);
}

.border-t-orange-600\/75{
  border-top-color: rgb(234 88 12 / 0.75);
}

.border-t-orange-600\/80{
  border-top-color: rgb(234 88 12 / 0.8);
}

.border-t-orange-600\/90{
  border-top-color: rgb(234 88 12 / 0.9);
}

.border-t-orange-600\/95{
  border-top-color: rgb(234 88 12 / 0.95);
}

.border-t-orange-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-t-orange-700\/0{
  border-top-color: rgb(194 65 12 / 0);
}

.border-t-orange-700\/10{
  border-top-color: rgb(194 65 12 / 0.1);
}

.border-t-orange-700\/100{
  border-top-color: rgb(194 65 12 / 1);
}

.border-t-orange-700\/20{
  border-top-color: rgb(194 65 12 / 0.2);
}

.border-t-orange-700\/25{
  border-top-color: rgb(194 65 12 / 0.25);
}

.border-t-orange-700\/30{
  border-top-color: rgb(194 65 12 / 0.3);
}

.border-t-orange-700\/40{
  border-top-color: rgb(194 65 12 / 0.4);
}

.border-t-orange-700\/5{
  border-top-color: rgb(194 65 12 / 0.05);
}

.border-t-orange-700\/50{
  border-top-color: rgb(194 65 12 / 0.5);
}

.border-t-orange-700\/60{
  border-top-color: rgb(194 65 12 / 0.6);
}

.border-t-orange-700\/70{
  border-top-color: rgb(194 65 12 / 0.7);
}

.border-t-orange-700\/75{
  border-top-color: rgb(194 65 12 / 0.75);
}

.border-t-orange-700\/80{
  border-top-color: rgb(194 65 12 / 0.8);
}

.border-t-orange-700\/90{
  border-top-color: rgb(194 65 12 / 0.9);
}

.border-t-orange-700\/95{
  border-top-color: rgb(194 65 12 / 0.95);
}

.border-t-orange-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.border-t-orange-800\/0{
  border-top-color: rgb(154 52 18 / 0);
}

.border-t-orange-800\/10{
  border-top-color: rgb(154 52 18 / 0.1);
}

.border-t-orange-800\/100{
  border-top-color: rgb(154 52 18 / 1);
}

.border-t-orange-800\/20{
  border-top-color: rgb(154 52 18 / 0.2);
}

.border-t-orange-800\/25{
  border-top-color: rgb(154 52 18 / 0.25);
}

.border-t-orange-800\/30{
  border-top-color: rgb(154 52 18 / 0.3);
}

.border-t-orange-800\/40{
  border-top-color: rgb(154 52 18 / 0.4);
}

.border-t-orange-800\/5{
  border-top-color: rgb(154 52 18 / 0.05);
}

.border-t-orange-800\/50{
  border-top-color: rgb(154 52 18 / 0.5);
}

.border-t-orange-800\/60{
  border-top-color: rgb(154 52 18 / 0.6);
}

.border-t-orange-800\/70{
  border-top-color: rgb(154 52 18 / 0.7);
}

.border-t-orange-800\/75{
  border-top-color: rgb(154 52 18 / 0.75);
}

.border-t-orange-800\/80{
  border-top-color: rgb(154 52 18 / 0.8);
}

.border-t-orange-800\/90{
  border-top-color: rgb(154 52 18 / 0.9);
}

.border-t-orange-800\/95{
  border-top-color: rgb(154 52 18 / 0.95);
}

.border-t-orange-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.border-t-orange-900\/0{
  border-top-color: rgb(124 45 18 / 0);
}

.border-t-orange-900\/10{
  border-top-color: rgb(124 45 18 / 0.1);
}

.border-t-orange-900\/100{
  border-top-color: rgb(124 45 18 / 1);
}

.border-t-orange-900\/20{
  border-top-color: rgb(124 45 18 / 0.2);
}

.border-t-orange-900\/25{
  border-top-color: rgb(124 45 18 / 0.25);
}

.border-t-orange-900\/30{
  border-top-color: rgb(124 45 18 / 0.3);
}

.border-t-orange-900\/40{
  border-top-color: rgb(124 45 18 / 0.4);
}

.border-t-orange-900\/5{
  border-top-color: rgb(124 45 18 / 0.05);
}

.border-t-orange-900\/50{
  border-top-color: rgb(124 45 18 / 0.5);
}

.border-t-orange-900\/60{
  border-top-color: rgb(124 45 18 / 0.6);
}

.border-t-orange-900\/70{
  border-top-color: rgb(124 45 18 / 0.7);
}

.border-t-orange-900\/75{
  border-top-color: rgb(124 45 18 / 0.75);
}

.border-t-orange-900\/80{
  border-top-color: rgb(124 45 18 / 0.8);
}

.border-t-orange-900\/90{
  border-top-color: rgb(124 45 18 / 0.9);
}

.border-t-orange-900\/95{
  border-top-color: rgb(124 45 18 / 0.95);
}

.border-t-orange-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.border-t-orange-950\/0{
  border-top-color: rgb(67 20 7 / 0);
}

.border-t-orange-950\/10{
  border-top-color: rgb(67 20 7 / 0.1);
}

.border-t-orange-950\/100{
  border-top-color: rgb(67 20 7 / 1);
}

.border-t-orange-950\/20{
  border-top-color: rgb(67 20 7 / 0.2);
}

.border-t-orange-950\/25{
  border-top-color: rgb(67 20 7 / 0.25);
}

.border-t-orange-950\/30{
  border-top-color: rgb(67 20 7 / 0.3);
}

.border-t-orange-950\/40{
  border-top-color: rgb(67 20 7 / 0.4);
}

.border-t-orange-950\/5{
  border-top-color: rgb(67 20 7 / 0.05);
}

.border-t-orange-950\/50{
  border-top-color: rgb(67 20 7 / 0.5);
}

.border-t-orange-950\/60{
  border-top-color: rgb(67 20 7 / 0.6);
}

.border-t-orange-950\/70{
  border-top-color: rgb(67 20 7 / 0.7);
}

.border-t-orange-950\/75{
  border-top-color: rgb(67 20 7 / 0.75);
}

.border-t-orange-950\/80{
  border-top-color: rgb(67 20 7 / 0.8);
}

.border-t-orange-950\/90{
  border-top-color: rgb(67 20 7 / 0.9);
}

.border-t-orange-950\/95{
  border-top-color: rgb(67 20 7 / 0.95);
}

.border-t-pink-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.border-t-pink-100\/0{
  border-top-color: rgb(252 231 243 / 0);
}

.border-t-pink-100\/10{
  border-top-color: rgb(252 231 243 / 0.1);
}

.border-t-pink-100\/100{
  border-top-color: rgb(252 231 243 / 1);
}

.border-t-pink-100\/20{
  border-top-color: rgb(252 231 243 / 0.2);
}

.border-t-pink-100\/25{
  border-top-color: rgb(252 231 243 / 0.25);
}

.border-t-pink-100\/30{
  border-top-color: rgb(252 231 243 / 0.3);
}

.border-t-pink-100\/40{
  border-top-color: rgb(252 231 243 / 0.4);
}

.border-t-pink-100\/5{
  border-top-color: rgb(252 231 243 / 0.05);
}

.border-t-pink-100\/50{
  border-top-color: rgb(252 231 243 / 0.5);
}

.border-t-pink-100\/60{
  border-top-color: rgb(252 231 243 / 0.6);
}

.border-t-pink-100\/70{
  border-top-color: rgb(252 231 243 / 0.7);
}

.border-t-pink-100\/75{
  border-top-color: rgb(252 231 243 / 0.75);
}

.border-t-pink-100\/80{
  border-top-color: rgb(252 231 243 / 0.8);
}

.border-t-pink-100\/90{
  border-top-color: rgb(252 231 243 / 0.9);
}

.border-t-pink-100\/95{
  border-top-color: rgb(252 231 243 / 0.95);
}

.border-t-pink-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.border-t-pink-200\/0{
  border-top-color: rgb(251 207 232 / 0);
}

.border-t-pink-200\/10{
  border-top-color: rgb(251 207 232 / 0.1);
}

.border-t-pink-200\/100{
  border-top-color: rgb(251 207 232 / 1);
}

.border-t-pink-200\/20{
  border-top-color: rgb(251 207 232 / 0.2);
}

.border-t-pink-200\/25{
  border-top-color: rgb(251 207 232 / 0.25);
}

.border-t-pink-200\/30{
  border-top-color: rgb(251 207 232 / 0.3);
}

.border-t-pink-200\/40{
  border-top-color: rgb(251 207 232 / 0.4);
}

.border-t-pink-200\/5{
  border-top-color: rgb(251 207 232 / 0.05);
}

.border-t-pink-200\/50{
  border-top-color: rgb(251 207 232 / 0.5);
}

.border-t-pink-200\/60{
  border-top-color: rgb(251 207 232 / 0.6);
}

.border-t-pink-200\/70{
  border-top-color: rgb(251 207 232 / 0.7);
}

.border-t-pink-200\/75{
  border-top-color: rgb(251 207 232 / 0.75);
}

.border-t-pink-200\/80{
  border-top-color: rgb(251 207 232 / 0.8);
}

.border-t-pink-200\/90{
  border-top-color: rgb(251 207 232 / 0.9);
}

.border-t-pink-200\/95{
  border-top-color: rgb(251 207 232 / 0.95);
}

.border-t-pink-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.border-t-pink-300\/0{
  border-top-color: rgb(249 168 212 / 0);
}

.border-t-pink-300\/10{
  border-top-color: rgb(249 168 212 / 0.1);
}

.border-t-pink-300\/100{
  border-top-color: rgb(249 168 212 / 1);
}

.border-t-pink-300\/20{
  border-top-color: rgb(249 168 212 / 0.2);
}

.border-t-pink-300\/25{
  border-top-color: rgb(249 168 212 / 0.25);
}

.border-t-pink-300\/30{
  border-top-color: rgb(249 168 212 / 0.3);
}

.border-t-pink-300\/40{
  border-top-color: rgb(249 168 212 / 0.4);
}

.border-t-pink-300\/5{
  border-top-color: rgb(249 168 212 / 0.05);
}

.border-t-pink-300\/50{
  border-top-color: rgb(249 168 212 / 0.5);
}

.border-t-pink-300\/60{
  border-top-color: rgb(249 168 212 / 0.6);
}

.border-t-pink-300\/70{
  border-top-color: rgb(249 168 212 / 0.7);
}

.border-t-pink-300\/75{
  border-top-color: rgb(249 168 212 / 0.75);
}

.border-t-pink-300\/80{
  border-top-color: rgb(249 168 212 / 0.8);
}

.border-t-pink-300\/90{
  border-top-color: rgb(249 168 212 / 0.9);
}

.border-t-pink-300\/95{
  border-top-color: rgb(249 168 212 / 0.95);
}

.border-t-pink-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.border-t-pink-400\/0{
  border-top-color: rgb(244 114 182 / 0);
}

.border-t-pink-400\/10{
  border-top-color: rgb(244 114 182 / 0.1);
}

.border-t-pink-400\/100{
  border-top-color: rgb(244 114 182 / 1);
}

.border-t-pink-400\/20{
  border-top-color: rgb(244 114 182 / 0.2);
}

.border-t-pink-400\/25{
  border-top-color: rgb(244 114 182 / 0.25);
}

.border-t-pink-400\/30{
  border-top-color: rgb(244 114 182 / 0.3);
}

.border-t-pink-400\/40{
  border-top-color: rgb(244 114 182 / 0.4);
}

.border-t-pink-400\/5{
  border-top-color: rgb(244 114 182 / 0.05);
}

.border-t-pink-400\/50{
  border-top-color: rgb(244 114 182 / 0.5);
}

.border-t-pink-400\/60{
  border-top-color: rgb(244 114 182 / 0.6);
}

.border-t-pink-400\/70{
  border-top-color: rgb(244 114 182 / 0.7);
}

.border-t-pink-400\/75{
  border-top-color: rgb(244 114 182 / 0.75);
}

.border-t-pink-400\/80{
  border-top-color: rgb(244 114 182 / 0.8);
}

.border-t-pink-400\/90{
  border-top-color: rgb(244 114 182 / 0.9);
}

.border-t-pink-400\/95{
  border-top-color: rgb(244 114 182 / 0.95);
}

.border-t-pink-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.border-t-pink-50\/0{
  border-top-color: rgb(253 242 248 / 0);
}

.border-t-pink-50\/10{
  border-top-color: rgb(253 242 248 / 0.1);
}

.border-t-pink-50\/100{
  border-top-color: rgb(253 242 248 / 1);
}

.border-t-pink-50\/20{
  border-top-color: rgb(253 242 248 / 0.2);
}

.border-t-pink-50\/25{
  border-top-color: rgb(253 242 248 / 0.25);
}

.border-t-pink-50\/30{
  border-top-color: rgb(253 242 248 / 0.3);
}

.border-t-pink-50\/40{
  border-top-color: rgb(253 242 248 / 0.4);
}

.border-t-pink-50\/5{
  border-top-color: rgb(253 242 248 / 0.05);
}

.border-t-pink-50\/50{
  border-top-color: rgb(253 242 248 / 0.5);
}

.border-t-pink-50\/60{
  border-top-color: rgb(253 242 248 / 0.6);
}

.border-t-pink-50\/70{
  border-top-color: rgb(253 242 248 / 0.7);
}

.border-t-pink-50\/75{
  border-top-color: rgb(253 242 248 / 0.75);
}

.border-t-pink-50\/80{
  border-top-color: rgb(253 242 248 / 0.8);
}

.border-t-pink-50\/90{
  border-top-color: rgb(253 242 248 / 0.9);
}

.border-t-pink-50\/95{
  border-top-color: rgb(253 242 248 / 0.95);
}

.border-t-pink-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-t-pink-500\/0{
  border-top-color: rgb(236 72 153 / 0);
}

.border-t-pink-500\/10{
  border-top-color: rgb(236 72 153 / 0.1);
}

.border-t-pink-500\/100{
  border-top-color: rgb(236 72 153 / 1);
}

.border-t-pink-500\/20{
  border-top-color: rgb(236 72 153 / 0.2);
}

.border-t-pink-500\/25{
  border-top-color: rgb(236 72 153 / 0.25);
}

.border-t-pink-500\/30{
  border-top-color: rgb(236 72 153 / 0.3);
}

.border-t-pink-500\/40{
  border-top-color: rgb(236 72 153 / 0.4);
}

.border-t-pink-500\/5{
  border-top-color: rgb(236 72 153 / 0.05);
}

.border-t-pink-500\/50{
  border-top-color: rgb(236 72 153 / 0.5);
}

.border-t-pink-500\/60{
  border-top-color: rgb(236 72 153 / 0.6);
}

.border-t-pink-500\/70{
  border-top-color: rgb(236 72 153 / 0.7);
}

.border-t-pink-500\/75{
  border-top-color: rgb(236 72 153 / 0.75);
}

.border-t-pink-500\/80{
  border-top-color: rgb(236 72 153 / 0.8);
}

.border-t-pink-500\/90{
  border-top-color: rgb(236 72 153 / 0.9);
}

.border-t-pink-500\/95{
  border-top-color: rgb(236 72 153 / 0.95);
}

.border-t-pink-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.border-t-pink-600\/0{
  border-top-color: rgb(219 39 119 / 0);
}

.border-t-pink-600\/10{
  border-top-color: rgb(219 39 119 / 0.1);
}

.border-t-pink-600\/100{
  border-top-color: rgb(219 39 119 / 1);
}

.border-t-pink-600\/20{
  border-top-color: rgb(219 39 119 / 0.2);
}

.border-t-pink-600\/25{
  border-top-color: rgb(219 39 119 / 0.25);
}

.border-t-pink-600\/30{
  border-top-color: rgb(219 39 119 / 0.3);
}

.border-t-pink-600\/40{
  border-top-color: rgb(219 39 119 / 0.4);
}

.border-t-pink-600\/5{
  border-top-color: rgb(219 39 119 / 0.05);
}

.border-t-pink-600\/50{
  border-top-color: rgb(219 39 119 / 0.5);
}

.border-t-pink-600\/60{
  border-top-color: rgb(219 39 119 / 0.6);
}

.border-t-pink-600\/70{
  border-top-color: rgb(219 39 119 / 0.7);
}

.border-t-pink-600\/75{
  border-top-color: rgb(219 39 119 / 0.75);
}

.border-t-pink-600\/80{
  border-top-color: rgb(219 39 119 / 0.8);
}

.border-t-pink-600\/90{
  border-top-color: rgb(219 39 119 / 0.9);
}

.border-t-pink-600\/95{
  border-top-color: rgb(219 39 119 / 0.95);
}

.border-t-pink-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.border-t-pink-700\/0{
  border-top-color: rgb(190 24 93 / 0);
}

.border-t-pink-700\/10{
  border-top-color: rgb(190 24 93 / 0.1);
}

.border-t-pink-700\/100{
  border-top-color: rgb(190 24 93 / 1);
}

.border-t-pink-700\/20{
  border-top-color: rgb(190 24 93 / 0.2);
}

.border-t-pink-700\/25{
  border-top-color: rgb(190 24 93 / 0.25);
}

.border-t-pink-700\/30{
  border-top-color: rgb(190 24 93 / 0.3);
}

.border-t-pink-700\/40{
  border-top-color: rgb(190 24 93 / 0.4);
}

.border-t-pink-700\/5{
  border-top-color: rgb(190 24 93 / 0.05);
}

.border-t-pink-700\/50{
  border-top-color: rgb(190 24 93 / 0.5);
}

.border-t-pink-700\/60{
  border-top-color: rgb(190 24 93 / 0.6);
}

.border-t-pink-700\/70{
  border-top-color: rgb(190 24 93 / 0.7);
}

.border-t-pink-700\/75{
  border-top-color: rgb(190 24 93 / 0.75);
}

.border-t-pink-700\/80{
  border-top-color: rgb(190 24 93 / 0.8);
}

.border-t-pink-700\/90{
  border-top-color: rgb(190 24 93 / 0.9);
}

.border-t-pink-700\/95{
  border-top-color: rgb(190 24 93 / 0.95);
}

.border-t-pink-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.border-t-pink-800\/0{
  border-top-color: rgb(157 23 77 / 0);
}

.border-t-pink-800\/10{
  border-top-color: rgb(157 23 77 / 0.1);
}

.border-t-pink-800\/100{
  border-top-color: rgb(157 23 77 / 1);
}

.border-t-pink-800\/20{
  border-top-color: rgb(157 23 77 / 0.2);
}

.border-t-pink-800\/25{
  border-top-color: rgb(157 23 77 / 0.25);
}

.border-t-pink-800\/30{
  border-top-color: rgb(157 23 77 / 0.3);
}

.border-t-pink-800\/40{
  border-top-color: rgb(157 23 77 / 0.4);
}

.border-t-pink-800\/5{
  border-top-color: rgb(157 23 77 / 0.05);
}

.border-t-pink-800\/50{
  border-top-color: rgb(157 23 77 / 0.5);
}

.border-t-pink-800\/60{
  border-top-color: rgb(157 23 77 / 0.6);
}

.border-t-pink-800\/70{
  border-top-color: rgb(157 23 77 / 0.7);
}

.border-t-pink-800\/75{
  border-top-color: rgb(157 23 77 / 0.75);
}

.border-t-pink-800\/80{
  border-top-color: rgb(157 23 77 / 0.8);
}

.border-t-pink-800\/90{
  border-top-color: rgb(157 23 77 / 0.9);
}

.border-t-pink-800\/95{
  border-top-color: rgb(157 23 77 / 0.95);
}

.border-t-pink-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.border-t-pink-900\/0{
  border-top-color: rgb(131 24 67 / 0);
}

.border-t-pink-900\/10{
  border-top-color: rgb(131 24 67 / 0.1);
}

.border-t-pink-900\/100{
  border-top-color: rgb(131 24 67 / 1);
}

.border-t-pink-900\/20{
  border-top-color: rgb(131 24 67 / 0.2);
}

.border-t-pink-900\/25{
  border-top-color: rgb(131 24 67 / 0.25);
}

.border-t-pink-900\/30{
  border-top-color: rgb(131 24 67 / 0.3);
}

.border-t-pink-900\/40{
  border-top-color: rgb(131 24 67 / 0.4);
}

.border-t-pink-900\/5{
  border-top-color: rgb(131 24 67 / 0.05);
}

.border-t-pink-900\/50{
  border-top-color: rgb(131 24 67 / 0.5);
}

.border-t-pink-900\/60{
  border-top-color: rgb(131 24 67 / 0.6);
}

.border-t-pink-900\/70{
  border-top-color: rgb(131 24 67 / 0.7);
}

.border-t-pink-900\/75{
  border-top-color: rgb(131 24 67 / 0.75);
}

.border-t-pink-900\/80{
  border-top-color: rgb(131 24 67 / 0.8);
}

.border-t-pink-900\/90{
  border-top-color: rgb(131 24 67 / 0.9);
}

.border-t-pink-900\/95{
  border-top-color: rgb(131 24 67 / 0.95);
}

.border-t-pink-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.border-t-pink-950\/0{
  border-top-color: rgb(80 7 36 / 0);
}

.border-t-pink-950\/10{
  border-top-color: rgb(80 7 36 / 0.1);
}

.border-t-pink-950\/100{
  border-top-color: rgb(80 7 36 / 1);
}

.border-t-pink-950\/20{
  border-top-color: rgb(80 7 36 / 0.2);
}

.border-t-pink-950\/25{
  border-top-color: rgb(80 7 36 / 0.25);
}

.border-t-pink-950\/30{
  border-top-color: rgb(80 7 36 / 0.3);
}

.border-t-pink-950\/40{
  border-top-color: rgb(80 7 36 / 0.4);
}

.border-t-pink-950\/5{
  border-top-color: rgb(80 7 36 / 0.05);
}

.border-t-pink-950\/50{
  border-top-color: rgb(80 7 36 / 0.5);
}

.border-t-pink-950\/60{
  border-top-color: rgb(80 7 36 / 0.6);
}

.border-t-pink-950\/70{
  border-top-color: rgb(80 7 36 / 0.7);
}

.border-t-pink-950\/75{
  border-top-color: rgb(80 7 36 / 0.75);
}

.border-t-pink-950\/80{
  border-top-color: rgb(80 7 36 / 0.8);
}

.border-t-pink-950\/90{
  border-top-color: rgb(80 7 36 / 0.9);
}

.border-t-pink-950\/95{
  border-top-color: rgb(80 7 36 / 0.95);
}

.border-t-purple-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.border-t-purple-100\/0{
  border-top-color: rgb(243 232 255 / 0);
}

.border-t-purple-100\/10{
  border-top-color: rgb(243 232 255 / 0.1);
}

.border-t-purple-100\/100{
  border-top-color: rgb(243 232 255 / 1);
}

.border-t-purple-100\/20{
  border-top-color: rgb(243 232 255 / 0.2);
}

.border-t-purple-100\/25{
  border-top-color: rgb(243 232 255 / 0.25);
}

.border-t-purple-100\/30{
  border-top-color: rgb(243 232 255 / 0.3);
}

.border-t-purple-100\/40{
  border-top-color: rgb(243 232 255 / 0.4);
}

.border-t-purple-100\/5{
  border-top-color: rgb(243 232 255 / 0.05);
}

.border-t-purple-100\/50{
  border-top-color: rgb(243 232 255 / 0.5);
}

.border-t-purple-100\/60{
  border-top-color: rgb(243 232 255 / 0.6);
}

.border-t-purple-100\/70{
  border-top-color: rgb(243 232 255 / 0.7);
}

.border-t-purple-100\/75{
  border-top-color: rgb(243 232 255 / 0.75);
}

.border-t-purple-100\/80{
  border-top-color: rgb(243 232 255 / 0.8);
}

.border-t-purple-100\/90{
  border-top-color: rgb(243 232 255 / 0.9);
}

.border-t-purple-100\/95{
  border-top-color: rgb(243 232 255 / 0.95);
}

.border-t-purple-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-t-purple-200\/0{
  border-top-color: rgb(233 213 255 / 0);
}

.border-t-purple-200\/10{
  border-top-color: rgb(233 213 255 / 0.1);
}

.border-t-purple-200\/100{
  border-top-color: rgb(233 213 255 / 1);
}

.border-t-purple-200\/20{
  border-top-color: rgb(233 213 255 / 0.2);
}

.border-t-purple-200\/25{
  border-top-color: rgb(233 213 255 / 0.25);
}

.border-t-purple-200\/30{
  border-top-color: rgb(233 213 255 / 0.3);
}

.border-t-purple-200\/40{
  border-top-color: rgb(233 213 255 / 0.4);
}

.border-t-purple-200\/5{
  border-top-color: rgb(233 213 255 / 0.05);
}

.border-t-purple-200\/50{
  border-top-color: rgb(233 213 255 / 0.5);
}

.border-t-purple-200\/60{
  border-top-color: rgb(233 213 255 / 0.6);
}

.border-t-purple-200\/70{
  border-top-color: rgb(233 213 255 / 0.7);
}

.border-t-purple-200\/75{
  border-top-color: rgb(233 213 255 / 0.75);
}

.border-t-purple-200\/80{
  border-top-color: rgb(233 213 255 / 0.8);
}

.border-t-purple-200\/90{
  border-top-color: rgb(233 213 255 / 0.9);
}

.border-t-purple-200\/95{
  border-top-color: rgb(233 213 255 / 0.95);
}

.border-t-purple-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.border-t-purple-300\/0{
  border-top-color: rgb(216 180 254 / 0);
}

.border-t-purple-300\/10{
  border-top-color: rgb(216 180 254 / 0.1);
}

.border-t-purple-300\/100{
  border-top-color: rgb(216 180 254 / 1);
}

.border-t-purple-300\/20{
  border-top-color: rgb(216 180 254 / 0.2);
}

.border-t-purple-300\/25{
  border-top-color: rgb(216 180 254 / 0.25);
}

.border-t-purple-300\/30{
  border-top-color: rgb(216 180 254 / 0.3);
}

.border-t-purple-300\/40{
  border-top-color: rgb(216 180 254 / 0.4);
}

.border-t-purple-300\/5{
  border-top-color: rgb(216 180 254 / 0.05);
}

.border-t-purple-300\/50{
  border-top-color: rgb(216 180 254 / 0.5);
}

.border-t-purple-300\/60{
  border-top-color: rgb(216 180 254 / 0.6);
}

.border-t-purple-300\/70{
  border-top-color: rgb(216 180 254 / 0.7);
}

.border-t-purple-300\/75{
  border-top-color: rgb(216 180 254 / 0.75);
}

.border-t-purple-300\/80{
  border-top-color: rgb(216 180 254 / 0.8);
}

.border-t-purple-300\/90{
  border-top-color: rgb(216 180 254 / 0.9);
}

.border-t-purple-300\/95{
  border-top-color: rgb(216 180 254 / 0.95);
}

.border-t-purple-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.border-t-purple-400\/0{
  border-top-color: rgb(192 132 252 / 0);
}

.border-t-purple-400\/10{
  border-top-color: rgb(192 132 252 / 0.1);
}

.border-t-purple-400\/100{
  border-top-color: rgb(192 132 252 / 1);
}

.border-t-purple-400\/20{
  border-top-color: rgb(192 132 252 / 0.2);
}

.border-t-purple-400\/25{
  border-top-color: rgb(192 132 252 / 0.25);
}

.border-t-purple-400\/30{
  border-top-color: rgb(192 132 252 / 0.3);
}

.border-t-purple-400\/40{
  border-top-color: rgb(192 132 252 / 0.4);
}

.border-t-purple-400\/5{
  border-top-color: rgb(192 132 252 / 0.05);
}

.border-t-purple-400\/50{
  border-top-color: rgb(192 132 252 / 0.5);
}

.border-t-purple-400\/60{
  border-top-color: rgb(192 132 252 / 0.6);
}

.border-t-purple-400\/70{
  border-top-color: rgb(192 132 252 / 0.7);
}

.border-t-purple-400\/75{
  border-top-color: rgb(192 132 252 / 0.75);
}

.border-t-purple-400\/80{
  border-top-color: rgb(192 132 252 / 0.8);
}

.border-t-purple-400\/90{
  border-top-color: rgb(192 132 252 / 0.9);
}

.border-t-purple-400\/95{
  border-top-color: rgb(192 132 252 / 0.95);
}

.border-t-purple-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.border-t-purple-50\/0{
  border-top-color: rgb(250 245 255 / 0);
}

.border-t-purple-50\/10{
  border-top-color: rgb(250 245 255 / 0.1);
}

.border-t-purple-50\/100{
  border-top-color: rgb(250 245 255 / 1);
}

.border-t-purple-50\/20{
  border-top-color: rgb(250 245 255 / 0.2);
}

.border-t-purple-50\/25{
  border-top-color: rgb(250 245 255 / 0.25);
}

.border-t-purple-50\/30{
  border-top-color: rgb(250 245 255 / 0.3);
}

.border-t-purple-50\/40{
  border-top-color: rgb(250 245 255 / 0.4);
}

.border-t-purple-50\/5{
  border-top-color: rgb(250 245 255 / 0.05);
}

.border-t-purple-50\/50{
  border-top-color: rgb(250 245 255 / 0.5);
}

.border-t-purple-50\/60{
  border-top-color: rgb(250 245 255 / 0.6);
}

.border-t-purple-50\/70{
  border-top-color: rgb(250 245 255 / 0.7);
}

.border-t-purple-50\/75{
  border-top-color: rgb(250 245 255 / 0.75);
}

.border-t-purple-50\/80{
  border-top-color: rgb(250 245 255 / 0.8);
}

.border-t-purple-50\/90{
  border-top-color: rgb(250 245 255 / 0.9);
}

.border-t-purple-50\/95{
  border-top-color: rgb(250 245 255 / 0.95);
}

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

.border-t-purple-500\/0{
  border-top-color: rgb(168 85 247 / 0);
}

.border-t-purple-500\/10{
  border-top-color: rgb(168 85 247 / 0.1);
}

.border-t-purple-500\/100{
  border-top-color: rgb(168 85 247 / 1);
}

.border-t-purple-500\/20{
  border-top-color: rgb(168 85 247 / 0.2);
}

.border-t-purple-500\/25{
  border-top-color: rgb(168 85 247 / 0.25);
}

.border-t-purple-500\/30{
  border-top-color: rgb(168 85 247 / 0.3);
}

.border-t-purple-500\/40{
  border-top-color: rgb(168 85 247 / 0.4);
}

.border-t-purple-500\/5{
  border-top-color: rgb(168 85 247 / 0.05);
}

.border-t-purple-500\/50{
  border-top-color: rgb(168 85 247 / 0.5);
}

.border-t-purple-500\/60{
  border-top-color: rgb(168 85 247 / 0.6);
}

.border-t-purple-500\/70{
  border-top-color: rgb(168 85 247 / 0.7);
}

.border-t-purple-500\/75{
  border-top-color: rgb(168 85 247 / 0.75);
}

.border-t-purple-500\/80{
  border-top-color: rgb(168 85 247 / 0.8);
}

.border-t-purple-500\/90{
  border-top-color: rgb(168 85 247 / 0.9);
}

.border-t-purple-500\/95{
  border-top-color: rgb(168 85 247 / 0.95);
}

.border-t-purple-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.border-t-purple-600\/0{
  border-top-color: rgb(147 51 234 / 0);
}

.border-t-purple-600\/10{
  border-top-color: rgb(147 51 234 / 0.1);
}

.border-t-purple-600\/100{
  border-top-color: rgb(147 51 234 / 1);
}

.border-t-purple-600\/20{
  border-top-color: rgb(147 51 234 / 0.2);
}

.border-t-purple-600\/25{
  border-top-color: rgb(147 51 234 / 0.25);
}

.border-t-purple-600\/30{
  border-top-color: rgb(147 51 234 / 0.3);
}

.border-t-purple-600\/40{
  border-top-color: rgb(147 51 234 / 0.4);
}

.border-t-purple-600\/5{
  border-top-color: rgb(147 51 234 / 0.05);
}

.border-t-purple-600\/50{
  border-top-color: rgb(147 51 234 / 0.5);
}

.border-t-purple-600\/60{
  border-top-color: rgb(147 51 234 / 0.6);
}

.border-t-purple-600\/70{
  border-top-color: rgb(147 51 234 / 0.7);
}

.border-t-purple-600\/75{
  border-top-color: rgb(147 51 234 / 0.75);
}

.border-t-purple-600\/80{
  border-top-color: rgb(147 51 234 / 0.8);
}

.border-t-purple-600\/90{
  border-top-color: rgb(147 51 234 / 0.9);
}

.border-t-purple-600\/95{
  border-top-color: rgb(147 51 234 / 0.95);
}

.border-t-purple-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.border-t-purple-700\/0{
  border-top-color: rgb(126 34 206 / 0);
}

.border-t-purple-700\/10{
  border-top-color: rgb(126 34 206 / 0.1);
}

.border-t-purple-700\/100{
  border-top-color: rgb(126 34 206 / 1);
}

.border-t-purple-700\/20{
  border-top-color: rgb(126 34 206 / 0.2);
}

.border-t-purple-700\/25{
  border-top-color: rgb(126 34 206 / 0.25);
}

.border-t-purple-700\/30{
  border-top-color: rgb(126 34 206 / 0.3);
}

.border-t-purple-700\/40{
  border-top-color: rgb(126 34 206 / 0.4);
}

.border-t-purple-700\/5{
  border-top-color: rgb(126 34 206 / 0.05);
}

.border-t-purple-700\/50{
  border-top-color: rgb(126 34 206 / 0.5);
}

.border-t-purple-700\/60{
  border-top-color: rgb(126 34 206 / 0.6);
}

.border-t-purple-700\/70{
  border-top-color: rgb(126 34 206 / 0.7);
}

.border-t-purple-700\/75{
  border-top-color: rgb(126 34 206 / 0.75);
}

.border-t-purple-700\/80{
  border-top-color: rgb(126 34 206 / 0.8);
}

.border-t-purple-700\/90{
  border-top-color: rgb(126 34 206 / 0.9);
}

.border-t-purple-700\/95{
  border-top-color: rgb(126 34 206 / 0.95);
}

.border-t-purple-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.border-t-purple-800\/0{
  border-top-color: rgb(107 33 168 / 0);
}

.border-t-purple-800\/10{
  border-top-color: rgb(107 33 168 / 0.1);
}

.border-t-purple-800\/100{
  border-top-color: rgb(107 33 168 / 1);
}

.border-t-purple-800\/20{
  border-top-color: rgb(107 33 168 / 0.2);
}

.border-t-purple-800\/25{
  border-top-color: rgb(107 33 168 / 0.25);
}

.border-t-purple-800\/30{
  border-top-color: rgb(107 33 168 / 0.3);
}

.border-t-purple-800\/40{
  border-top-color: rgb(107 33 168 / 0.4);
}

.border-t-purple-800\/5{
  border-top-color: rgb(107 33 168 / 0.05);
}

.border-t-purple-800\/50{
  border-top-color: rgb(107 33 168 / 0.5);
}

.border-t-purple-800\/60{
  border-top-color: rgb(107 33 168 / 0.6);
}

.border-t-purple-800\/70{
  border-top-color: rgb(107 33 168 / 0.7);
}

.border-t-purple-800\/75{
  border-top-color: rgb(107 33 168 / 0.75);
}

.border-t-purple-800\/80{
  border-top-color: rgb(107 33 168 / 0.8);
}

.border-t-purple-800\/90{
  border-top-color: rgb(107 33 168 / 0.9);
}

.border-t-purple-800\/95{
  border-top-color: rgb(107 33 168 / 0.95);
}

.border-t-purple-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.border-t-purple-900\/0{
  border-top-color: rgb(88 28 135 / 0);
}

.border-t-purple-900\/10{
  border-top-color: rgb(88 28 135 / 0.1);
}

.border-t-purple-900\/100{
  border-top-color: rgb(88 28 135 / 1);
}

.border-t-purple-900\/20{
  border-top-color: rgb(88 28 135 / 0.2);
}

.border-t-purple-900\/25{
  border-top-color: rgb(88 28 135 / 0.25);
}

.border-t-purple-900\/30{
  border-top-color: rgb(88 28 135 / 0.3);
}

.border-t-purple-900\/40{
  border-top-color: rgb(88 28 135 / 0.4);
}

.border-t-purple-900\/5{
  border-top-color: rgb(88 28 135 / 0.05);
}

.border-t-purple-900\/50{
  border-top-color: rgb(88 28 135 / 0.5);
}

.border-t-purple-900\/60{
  border-top-color: rgb(88 28 135 / 0.6);
}

.border-t-purple-900\/70{
  border-top-color: rgb(88 28 135 / 0.7);
}

.border-t-purple-900\/75{
  border-top-color: rgb(88 28 135 / 0.75);
}

.border-t-purple-900\/80{
  border-top-color: rgb(88 28 135 / 0.8);
}

.border-t-purple-900\/90{
  border-top-color: rgb(88 28 135 / 0.9);
}

.border-t-purple-900\/95{
  border-top-color: rgb(88 28 135 / 0.95);
}

.border-t-purple-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.border-t-purple-950\/0{
  border-top-color: rgb(59 7 100 / 0);
}

.border-t-purple-950\/10{
  border-top-color: rgb(59 7 100 / 0.1);
}

.border-t-purple-950\/100{
  border-top-color: rgb(59 7 100 / 1);
}

.border-t-purple-950\/20{
  border-top-color: rgb(59 7 100 / 0.2);
}

.border-t-purple-950\/25{
  border-top-color: rgb(59 7 100 / 0.25);
}

.border-t-purple-950\/30{
  border-top-color: rgb(59 7 100 / 0.3);
}

.border-t-purple-950\/40{
  border-top-color: rgb(59 7 100 / 0.4);
}

.border-t-purple-950\/5{
  border-top-color: rgb(59 7 100 / 0.05);
}

.border-t-purple-950\/50{
  border-top-color: rgb(59 7 100 / 0.5);
}

.border-t-purple-950\/60{
  border-top-color: rgb(59 7 100 / 0.6);
}

.border-t-purple-950\/70{
  border-top-color: rgb(59 7 100 / 0.7);
}

.border-t-purple-950\/75{
  border-top-color: rgb(59 7 100 / 0.75);
}

.border-t-purple-950\/80{
  border-top-color: rgb(59 7 100 / 0.8);
}

.border-t-purple-950\/90{
  border-top-color: rgb(59 7 100 / 0.9);
}

.border-t-purple-950\/95{
  border-top-color: rgb(59 7 100 / 0.95);
}

.border-t-red-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.border-t-red-100\/0{
  border-top-color: rgb(254 226 226 / 0);
}

.border-t-red-100\/10{
  border-top-color: rgb(254 226 226 / 0.1);
}

.border-t-red-100\/100{
  border-top-color: rgb(254 226 226 / 1);
}

.border-t-red-100\/20{
  border-top-color: rgb(254 226 226 / 0.2);
}

.border-t-red-100\/25{
  border-top-color: rgb(254 226 226 / 0.25);
}

.border-t-red-100\/30{
  border-top-color: rgb(254 226 226 / 0.3);
}

.border-t-red-100\/40{
  border-top-color: rgb(254 226 226 / 0.4);
}

.border-t-red-100\/5{
  border-top-color: rgb(254 226 226 / 0.05);
}

.border-t-red-100\/50{
  border-top-color: rgb(254 226 226 / 0.5);
}

.border-t-red-100\/60{
  border-top-color: rgb(254 226 226 / 0.6);
}

.border-t-red-100\/70{
  border-top-color: rgb(254 226 226 / 0.7);
}

.border-t-red-100\/75{
  border-top-color: rgb(254 226 226 / 0.75);
}

.border-t-red-100\/80{
  border-top-color: rgb(254 226 226 / 0.8);
}

.border-t-red-100\/90{
  border-top-color: rgb(254 226 226 / 0.9);
}

.border-t-red-100\/95{
  border-top-color: rgb(254 226 226 / 0.95);
}

.border-t-red-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-t-red-200\/0{
  border-top-color: rgb(254 202 202 / 0);
}

.border-t-red-200\/10{
  border-top-color: rgb(254 202 202 / 0.1);
}

.border-t-red-200\/100{
  border-top-color: rgb(254 202 202 / 1);
}

.border-t-red-200\/20{
  border-top-color: rgb(254 202 202 / 0.2);
}

.border-t-red-200\/25{
  border-top-color: rgb(254 202 202 / 0.25);
}

.border-t-red-200\/30{
  border-top-color: rgb(254 202 202 / 0.3);
}

.border-t-red-200\/40{
  border-top-color: rgb(254 202 202 / 0.4);
}

.border-t-red-200\/5{
  border-top-color: rgb(254 202 202 / 0.05);
}

.border-t-red-200\/50{
  border-top-color: rgb(254 202 202 / 0.5);
}

.border-t-red-200\/60{
  border-top-color: rgb(254 202 202 / 0.6);
}

.border-t-red-200\/70{
  border-top-color: rgb(254 202 202 / 0.7);
}

.border-t-red-200\/75{
  border-top-color: rgb(254 202 202 / 0.75);
}

.border-t-red-200\/80{
  border-top-color: rgb(254 202 202 / 0.8);
}

.border-t-red-200\/90{
  border-top-color: rgb(254 202 202 / 0.9);
}

.border-t-red-200\/95{
  border-top-color: rgb(254 202 202 / 0.95);
}

.border-t-red-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-t-red-300\/0{
  border-top-color: rgb(252 165 165 / 0);
}

.border-t-red-300\/10{
  border-top-color: rgb(252 165 165 / 0.1);
}

.border-t-red-300\/100{
  border-top-color: rgb(252 165 165 / 1);
}

.border-t-red-300\/20{
  border-top-color: rgb(252 165 165 / 0.2);
}

.border-t-red-300\/25{
  border-top-color: rgb(252 165 165 / 0.25);
}

.border-t-red-300\/30{
  border-top-color: rgb(252 165 165 / 0.3);
}

.border-t-red-300\/40{
  border-top-color: rgb(252 165 165 / 0.4);
}

.border-t-red-300\/5{
  border-top-color: rgb(252 165 165 / 0.05);
}

.border-t-red-300\/50{
  border-top-color: rgb(252 165 165 / 0.5);
}

.border-t-red-300\/60{
  border-top-color: rgb(252 165 165 / 0.6);
}

.border-t-red-300\/70{
  border-top-color: rgb(252 165 165 / 0.7);
}

.border-t-red-300\/75{
  border-top-color: rgb(252 165 165 / 0.75);
}

.border-t-red-300\/80{
  border-top-color: rgb(252 165 165 / 0.8);
}

.border-t-red-300\/90{
  border-top-color: rgb(252 165 165 / 0.9);
}

.border-t-red-300\/95{
  border-top-color: rgb(252 165 165 / 0.95);
}

.border-t-red-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-t-red-400\/0{
  border-top-color: rgb(248 113 113 / 0);
}

.border-t-red-400\/10{
  border-top-color: rgb(248 113 113 / 0.1);
}

.border-t-red-400\/100{
  border-top-color: rgb(248 113 113 / 1);
}

.border-t-red-400\/20{
  border-top-color: rgb(248 113 113 / 0.2);
}

.border-t-red-400\/25{
  border-top-color: rgb(248 113 113 / 0.25);
}

.border-t-red-400\/30{
  border-top-color: rgb(248 113 113 / 0.3);
}

.border-t-red-400\/40{
  border-top-color: rgb(248 113 113 / 0.4);
}

.border-t-red-400\/5{
  border-top-color: rgb(248 113 113 / 0.05);
}

.border-t-red-400\/50{
  border-top-color: rgb(248 113 113 / 0.5);
}

.border-t-red-400\/60{
  border-top-color: rgb(248 113 113 / 0.6);
}

.border-t-red-400\/70{
  border-top-color: rgb(248 113 113 / 0.7);
}

.border-t-red-400\/75{
  border-top-color: rgb(248 113 113 / 0.75);
}

.border-t-red-400\/80{
  border-top-color: rgb(248 113 113 / 0.8);
}

.border-t-red-400\/90{
  border-top-color: rgb(248 113 113 / 0.9);
}

.border-t-red-400\/95{
  border-top-color: rgb(248 113 113 / 0.95);
}

.border-t-red-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-t-red-50\/0{
  border-top-color: rgb(254 242 242 / 0);
}

.border-t-red-50\/10{
  border-top-color: rgb(254 242 242 / 0.1);
}

.border-t-red-50\/100{
  border-top-color: rgb(254 242 242 / 1);
}

.border-t-red-50\/20{
  border-top-color: rgb(254 242 242 / 0.2);
}

.border-t-red-50\/25{
  border-top-color: rgb(254 242 242 / 0.25);
}

.border-t-red-50\/30{
  border-top-color: rgb(254 242 242 / 0.3);
}

.border-t-red-50\/40{
  border-top-color: rgb(254 242 242 / 0.4);
}

.border-t-red-50\/5{
  border-top-color: rgb(254 242 242 / 0.05);
}

.border-t-red-50\/50{
  border-top-color: rgb(254 242 242 / 0.5);
}

.border-t-red-50\/60{
  border-top-color: rgb(254 242 242 / 0.6);
}

.border-t-red-50\/70{
  border-top-color: rgb(254 242 242 / 0.7);
}

.border-t-red-50\/75{
  border-top-color: rgb(254 242 242 / 0.75);
}

.border-t-red-50\/80{
  border-top-color: rgb(254 242 242 / 0.8);
}

.border-t-red-50\/90{
  border-top-color: rgb(254 242 242 / 0.9);
}

.border-t-red-50\/95{
  border-top-color: rgb(254 242 242 / 0.95);
}

.border-t-red-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-t-red-500\/0{
  border-top-color: rgb(239 68 68 / 0);
}

.border-t-red-500\/10{
  border-top-color: rgb(239 68 68 / 0.1);
}

.border-t-red-500\/100{
  border-top-color: rgb(239 68 68 / 1);
}

.border-t-red-500\/20{
  border-top-color: rgb(239 68 68 / 0.2);
}

.border-t-red-500\/25{
  border-top-color: rgb(239 68 68 / 0.25);
}

.border-t-red-500\/30{
  border-top-color: rgb(239 68 68 / 0.3);
}

.border-t-red-500\/40{
  border-top-color: rgb(239 68 68 / 0.4);
}

.border-t-red-500\/5{
  border-top-color: rgb(239 68 68 / 0.05);
}

.border-t-red-500\/50{
  border-top-color: rgb(239 68 68 / 0.5);
}

.border-t-red-500\/60{
  border-top-color: rgb(239 68 68 / 0.6);
}

.border-t-red-500\/70{
  border-top-color: rgb(239 68 68 / 0.7);
}

.border-t-red-500\/75{
  border-top-color: rgb(239 68 68 / 0.75);
}

.border-t-red-500\/80{
  border-top-color: rgb(239 68 68 / 0.8);
}

.border-t-red-500\/90{
  border-top-color: rgb(239 68 68 / 0.9);
}

.border-t-red-500\/95{
  border-top-color: rgb(239 68 68 / 0.95);
}

.border-t-red-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-t-red-600\/0{
  border-top-color: rgb(220 38 38 / 0);
}

.border-t-red-600\/10{
  border-top-color: rgb(220 38 38 / 0.1);
}

.border-t-red-600\/100{
  border-top-color: rgb(220 38 38 / 1);
}

.border-t-red-600\/20{
  border-top-color: rgb(220 38 38 / 0.2);
}

.border-t-red-600\/25{
  border-top-color: rgb(220 38 38 / 0.25);
}

.border-t-red-600\/30{
  border-top-color: rgb(220 38 38 / 0.3);
}

.border-t-red-600\/40{
  border-top-color: rgb(220 38 38 / 0.4);
}

.border-t-red-600\/5{
  border-top-color: rgb(220 38 38 / 0.05);
}

.border-t-red-600\/50{
  border-top-color: rgb(220 38 38 / 0.5);
}

.border-t-red-600\/60{
  border-top-color: rgb(220 38 38 / 0.6);
}

.border-t-red-600\/70{
  border-top-color: rgb(220 38 38 / 0.7);
}

.border-t-red-600\/75{
  border-top-color: rgb(220 38 38 / 0.75);
}

.border-t-red-600\/80{
  border-top-color: rgb(220 38 38 / 0.8);
}

.border-t-red-600\/90{
  border-top-color: rgb(220 38 38 / 0.9);
}

.border-t-red-600\/95{
  border-top-color: rgb(220 38 38 / 0.95);
}

.border-t-red-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-t-red-700\/0{
  border-top-color: rgb(185 28 28 / 0);
}

.border-t-red-700\/10{
  border-top-color: rgb(185 28 28 / 0.1);
}

.border-t-red-700\/100{
  border-top-color: rgb(185 28 28 / 1);
}

.border-t-red-700\/20{
  border-top-color: rgb(185 28 28 / 0.2);
}

.border-t-red-700\/25{
  border-top-color: rgb(185 28 28 / 0.25);
}

.border-t-red-700\/30{
  border-top-color: rgb(185 28 28 / 0.3);
}

.border-t-red-700\/40{
  border-top-color: rgb(185 28 28 / 0.4);
}

.border-t-red-700\/5{
  border-top-color: rgb(185 28 28 / 0.05);
}

.border-t-red-700\/50{
  border-top-color: rgb(185 28 28 / 0.5);
}

.border-t-red-700\/60{
  border-top-color: rgb(185 28 28 / 0.6);
}

.border-t-red-700\/70{
  border-top-color: rgb(185 28 28 / 0.7);
}

.border-t-red-700\/75{
  border-top-color: rgb(185 28 28 / 0.75);
}

.border-t-red-700\/80{
  border-top-color: rgb(185 28 28 / 0.8);
}

.border-t-red-700\/90{
  border-top-color: rgb(185 28 28 / 0.9);
}

.border-t-red-700\/95{
  border-top-color: rgb(185 28 28 / 0.95);
}

.border-t-red-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-t-red-800\/0{
  border-top-color: rgb(153 27 27 / 0);
}

.border-t-red-800\/10{
  border-top-color: rgb(153 27 27 / 0.1);
}

.border-t-red-800\/100{
  border-top-color: rgb(153 27 27 / 1);
}

.border-t-red-800\/20{
  border-top-color: rgb(153 27 27 / 0.2);
}

.border-t-red-800\/25{
  border-top-color: rgb(153 27 27 / 0.25);
}

.border-t-red-800\/30{
  border-top-color: rgb(153 27 27 / 0.3);
}

.border-t-red-800\/40{
  border-top-color: rgb(153 27 27 / 0.4);
}

.border-t-red-800\/5{
  border-top-color: rgb(153 27 27 / 0.05);
}

.border-t-red-800\/50{
  border-top-color: rgb(153 27 27 / 0.5);
}

.border-t-red-800\/60{
  border-top-color: rgb(153 27 27 / 0.6);
}

.border-t-red-800\/70{
  border-top-color: rgb(153 27 27 / 0.7);
}

.border-t-red-800\/75{
  border-top-color: rgb(153 27 27 / 0.75);
}

.border-t-red-800\/80{
  border-top-color: rgb(153 27 27 / 0.8);
}

.border-t-red-800\/90{
  border-top-color: rgb(153 27 27 / 0.9);
}

.border-t-red-800\/95{
  border-top-color: rgb(153 27 27 / 0.95);
}

.border-t-red-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-t-red-900\/0{
  border-top-color: rgb(127 29 29 / 0);
}

.border-t-red-900\/10{
  border-top-color: rgb(127 29 29 / 0.1);
}

.border-t-red-900\/100{
  border-top-color: rgb(127 29 29 / 1);
}

.border-t-red-900\/20{
  border-top-color: rgb(127 29 29 / 0.2);
}

.border-t-red-900\/25{
  border-top-color: rgb(127 29 29 / 0.25);
}

.border-t-red-900\/30{
  border-top-color: rgb(127 29 29 / 0.3);
}

.border-t-red-900\/40{
  border-top-color: rgb(127 29 29 / 0.4);
}

.border-t-red-900\/5{
  border-top-color: rgb(127 29 29 / 0.05);
}

.border-t-red-900\/50{
  border-top-color: rgb(127 29 29 / 0.5);
}

.border-t-red-900\/60{
  border-top-color: rgb(127 29 29 / 0.6);
}

.border-t-red-900\/70{
  border-top-color: rgb(127 29 29 / 0.7);
}

.border-t-red-900\/75{
  border-top-color: rgb(127 29 29 / 0.75);
}

.border-t-red-900\/80{
  border-top-color: rgb(127 29 29 / 0.8);
}

.border-t-red-900\/90{
  border-top-color: rgb(127 29 29 / 0.9);
}

.border-t-red-900\/95{
  border-top-color: rgb(127 29 29 / 0.95);
}

.border-t-red-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.border-t-red-950\/0{
  border-top-color: rgb(69 10 10 / 0);
}

.border-t-red-950\/10{
  border-top-color: rgb(69 10 10 / 0.1);
}

.border-t-red-950\/100{
  border-top-color: rgb(69 10 10 / 1);
}

.border-t-red-950\/20{
  border-top-color: rgb(69 10 10 / 0.2);
}

.border-t-red-950\/25{
  border-top-color: rgb(69 10 10 / 0.25);
}

.border-t-red-950\/30{
  border-top-color: rgb(69 10 10 / 0.3);
}

.border-t-red-950\/40{
  border-top-color: rgb(69 10 10 / 0.4);
}

.border-t-red-950\/5{
  border-top-color: rgb(69 10 10 / 0.05);
}

.border-t-red-950\/50{
  border-top-color: rgb(69 10 10 / 0.5);
}

.border-t-red-950\/60{
  border-top-color: rgb(69 10 10 / 0.6);
}

.border-t-red-950\/70{
  border-top-color: rgb(69 10 10 / 0.7);
}

.border-t-red-950\/75{
  border-top-color: rgb(69 10 10 / 0.75);
}

.border-t-red-950\/80{
  border-top-color: rgb(69 10 10 / 0.8);
}

.border-t-red-950\/90{
  border-top-color: rgb(69 10 10 / 0.9);
}

.border-t-red-950\/95{
  border-top-color: rgb(69 10 10 / 0.95);
}

.border-t-rose-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.border-t-rose-100\/0{
  border-top-color: rgb(255 228 230 / 0);
}

.border-t-rose-100\/10{
  border-top-color: rgb(255 228 230 / 0.1);
}

.border-t-rose-100\/100{
  border-top-color: rgb(255 228 230 / 1);
}

.border-t-rose-100\/20{
  border-top-color: rgb(255 228 230 / 0.2);
}

.border-t-rose-100\/25{
  border-top-color: rgb(255 228 230 / 0.25);
}

.border-t-rose-100\/30{
  border-top-color: rgb(255 228 230 / 0.3);
}

.border-t-rose-100\/40{
  border-top-color: rgb(255 228 230 / 0.4);
}

.border-t-rose-100\/5{
  border-top-color: rgb(255 228 230 / 0.05);
}

.border-t-rose-100\/50{
  border-top-color: rgb(255 228 230 / 0.5);
}

.border-t-rose-100\/60{
  border-top-color: rgb(255 228 230 / 0.6);
}

.border-t-rose-100\/70{
  border-top-color: rgb(255 228 230 / 0.7);
}

.border-t-rose-100\/75{
  border-top-color: rgb(255 228 230 / 0.75);
}

.border-t-rose-100\/80{
  border-top-color: rgb(255 228 230 / 0.8);
}

.border-t-rose-100\/90{
  border-top-color: rgb(255 228 230 / 0.9);
}

.border-t-rose-100\/95{
  border-top-color: rgb(255 228 230 / 0.95);
}

.border-t-rose-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.border-t-rose-200\/0{
  border-top-color: rgb(254 205 211 / 0);
}

.border-t-rose-200\/10{
  border-top-color: rgb(254 205 211 / 0.1);
}

.border-t-rose-200\/100{
  border-top-color: rgb(254 205 211 / 1);
}

.border-t-rose-200\/20{
  border-top-color: rgb(254 205 211 / 0.2);
}

.border-t-rose-200\/25{
  border-top-color: rgb(254 205 211 / 0.25);
}

.border-t-rose-200\/30{
  border-top-color: rgb(254 205 211 / 0.3);
}

.border-t-rose-200\/40{
  border-top-color: rgb(254 205 211 / 0.4);
}

.border-t-rose-200\/5{
  border-top-color: rgb(254 205 211 / 0.05);
}

.border-t-rose-200\/50{
  border-top-color: rgb(254 205 211 / 0.5);
}

.border-t-rose-200\/60{
  border-top-color: rgb(254 205 211 / 0.6);
}

.border-t-rose-200\/70{
  border-top-color: rgb(254 205 211 / 0.7);
}

.border-t-rose-200\/75{
  border-top-color: rgb(254 205 211 / 0.75);
}

.border-t-rose-200\/80{
  border-top-color: rgb(254 205 211 / 0.8);
}

.border-t-rose-200\/90{
  border-top-color: rgb(254 205 211 / 0.9);
}

.border-t-rose-200\/95{
  border-top-color: rgb(254 205 211 / 0.95);
}

.border-t-rose-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.border-t-rose-300\/0{
  border-top-color: rgb(253 164 175 / 0);
}

.border-t-rose-300\/10{
  border-top-color: rgb(253 164 175 / 0.1);
}

.border-t-rose-300\/100{
  border-top-color: rgb(253 164 175 / 1);
}

.border-t-rose-300\/20{
  border-top-color: rgb(253 164 175 / 0.2);
}

.border-t-rose-300\/25{
  border-top-color: rgb(253 164 175 / 0.25);
}

.border-t-rose-300\/30{
  border-top-color: rgb(253 164 175 / 0.3);
}

.border-t-rose-300\/40{
  border-top-color: rgb(253 164 175 / 0.4);
}

.border-t-rose-300\/5{
  border-top-color: rgb(253 164 175 / 0.05);
}

.border-t-rose-300\/50{
  border-top-color: rgb(253 164 175 / 0.5);
}

.border-t-rose-300\/60{
  border-top-color: rgb(253 164 175 / 0.6);
}

.border-t-rose-300\/70{
  border-top-color: rgb(253 164 175 / 0.7);
}

.border-t-rose-300\/75{
  border-top-color: rgb(253 164 175 / 0.75);
}

.border-t-rose-300\/80{
  border-top-color: rgb(253 164 175 / 0.8);
}

.border-t-rose-300\/90{
  border-top-color: rgb(253 164 175 / 0.9);
}

.border-t-rose-300\/95{
  border-top-color: rgb(253 164 175 / 0.95);
}

.border-t-rose-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-t-rose-400\/0{
  border-top-color: rgb(251 113 133 / 0);
}

.border-t-rose-400\/10{
  border-top-color: rgb(251 113 133 / 0.1);
}

.border-t-rose-400\/100{
  border-top-color: rgb(251 113 133 / 1);
}

.border-t-rose-400\/20{
  border-top-color: rgb(251 113 133 / 0.2);
}

.border-t-rose-400\/25{
  border-top-color: rgb(251 113 133 / 0.25);
}

.border-t-rose-400\/30{
  border-top-color: rgb(251 113 133 / 0.3);
}

.border-t-rose-400\/40{
  border-top-color: rgb(251 113 133 / 0.4);
}

.border-t-rose-400\/5{
  border-top-color: rgb(251 113 133 / 0.05);
}

.border-t-rose-400\/50{
  border-top-color: rgb(251 113 133 / 0.5);
}

.border-t-rose-400\/60{
  border-top-color: rgb(251 113 133 / 0.6);
}

.border-t-rose-400\/70{
  border-top-color: rgb(251 113 133 / 0.7);
}

.border-t-rose-400\/75{
  border-top-color: rgb(251 113 133 / 0.75);
}

.border-t-rose-400\/80{
  border-top-color: rgb(251 113 133 / 0.8);
}

.border-t-rose-400\/90{
  border-top-color: rgb(251 113 133 / 0.9);
}

.border-t-rose-400\/95{
  border-top-color: rgb(251 113 133 / 0.95);
}

.border-t-rose-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.border-t-rose-50\/0{
  border-top-color: rgb(255 241 242 / 0);
}

.border-t-rose-50\/10{
  border-top-color: rgb(255 241 242 / 0.1);
}

.border-t-rose-50\/100{
  border-top-color: rgb(255 241 242 / 1);
}

.border-t-rose-50\/20{
  border-top-color: rgb(255 241 242 / 0.2);
}

.border-t-rose-50\/25{
  border-top-color: rgb(255 241 242 / 0.25);
}

.border-t-rose-50\/30{
  border-top-color: rgb(255 241 242 / 0.3);
}

.border-t-rose-50\/40{
  border-top-color: rgb(255 241 242 / 0.4);
}

.border-t-rose-50\/5{
  border-top-color: rgb(255 241 242 / 0.05);
}

.border-t-rose-50\/50{
  border-top-color: rgb(255 241 242 / 0.5);
}

.border-t-rose-50\/60{
  border-top-color: rgb(255 241 242 / 0.6);
}

.border-t-rose-50\/70{
  border-top-color: rgb(255 241 242 / 0.7);
}

.border-t-rose-50\/75{
  border-top-color: rgb(255 241 242 / 0.75);
}

.border-t-rose-50\/80{
  border-top-color: rgb(255 241 242 / 0.8);
}

.border-t-rose-50\/90{
  border-top-color: rgb(255 241 242 / 0.9);
}

.border-t-rose-50\/95{
  border-top-color: rgb(255 241 242 / 0.95);
}

.border-t-rose-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-t-rose-500\/0{
  border-top-color: rgb(244 63 94 / 0);
}

.border-t-rose-500\/10{
  border-top-color: rgb(244 63 94 / 0.1);
}

.border-t-rose-500\/100{
  border-top-color: rgb(244 63 94 / 1);
}

.border-t-rose-500\/20{
  border-top-color: rgb(244 63 94 / 0.2);
}

.border-t-rose-500\/25{
  border-top-color: rgb(244 63 94 / 0.25);
}

.border-t-rose-500\/30{
  border-top-color: rgb(244 63 94 / 0.3);
}

.border-t-rose-500\/40{
  border-top-color: rgb(244 63 94 / 0.4);
}

.border-t-rose-500\/5{
  border-top-color: rgb(244 63 94 / 0.05);
}

.border-t-rose-500\/50{
  border-top-color: rgb(244 63 94 / 0.5);
}

.border-t-rose-500\/60{
  border-top-color: rgb(244 63 94 / 0.6);
}

.border-t-rose-500\/70{
  border-top-color: rgb(244 63 94 / 0.7);
}

.border-t-rose-500\/75{
  border-top-color: rgb(244 63 94 / 0.75);
}

.border-t-rose-500\/80{
  border-top-color: rgb(244 63 94 / 0.8);
}

.border-t-rose-500\/90{
  border-top-color: rgb(244 63 94 / 0.9);
}

.border-t-rose-500\/95{
  border-top-color: rgb(244 63 94 / 0.95);
}

.border-t-rose-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.border-t-rose-600\/0{
  border-top-color: rgb(225 29 72 / 0);
}

.border-t-rose-600\/10{
  border-top-color: rgb(225 29 72 / 0.1);
}

.border-t-rose-600\/100{
  border-top-color: rgb(225 29 72 / 1);
}

.border-t-rose-600\/20{
  border-top-color: rgb(225 29 72 / 0.2);
}

.border-t-rose-600\/25{
  border-top-color: rgb(225 29 72 / 0.25);
}

.border-t-rose-600\/30{
  border-top-color: rgb(225 29 72 / 0.3);
}

.border-t-rose-600\/40{
  border-top-color: rgb(225 29 72 / 0.4);
}

.border-t-rose-600\/5{
  border-top-color: rgb(225 29 72 / 0.05);
}

.border-t-rose-600\/50{
  border-top-color: rgb(225 29 72 / 0.5);
}

.border-t-rose-600\/60{
  border-top-color: rgb(225 29 72 / 0.6);
}

.border-t-rose-600\/70{
  border-top-color: rgb(225 29 72 / 0.7);
}

.border-t-rose-600\/75{
  border-top-color: rgb(225 29 72 / 0.75);
}

.border-t-rose-600\/80{
  border-top-color: rgb(225 29 72 / 0.8);
}

.border-t-rose-600\/90{
  border-top-color: rgb(225 29 72 / 0.9);
}

.border-t-rose-600\/95{
  border-top-color: rgb(225 29 72 / 0.95);
}

.border-t-rose-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.border-t-rose-700\/0{
  border-top-color: rgb(190 18 60 / 0);
}

.border-t-rose-700\/10{
  border-top-color: rgb(190 18 60 / 0.1);
}

.border-t-rose-700\/100{
  border-top-color: rgb(190 18 60 / 1);
}

.border-t-rose-700\/20{
  border-top-color: rgb(190 18 60 / 0.2);
}

.border-t-rose-700\/25{
  border-top-color: rgb(190 18 60 / 0.25);
}

.border-t-rose-700\/30{
  border-top-color: rgb(190 18 60 / 0.3);
}

.border-t-rose-700\/40{
  border-top-color: rgb(190 18 60 / 0.4);
}

.border-t-rose-700\/5{
  border-top-color: rgb(190 18 60 / 0.05);
}

.border-t-rose-700\/50{
  border-top-color: rgb(190 18 60 / 0.5);
}

.border-t-rose-700\/60{
  border-top-color: rgb(190 18 60 / 0.6);
}

.border-t-rose-700\/70{
  border-top-color: rgb(190 18 60 / 0.7);
}

.border-t-rose-700\/75{
  border-top-color: rgb(190 18 60 / 0.75);
}

.border-t-rose-700\/80{
  border-top-color: rgb(190 18 60 / 0.8);
}

.border-t-rose-700\/90{
  border-top-color: rgb(190 18 60 / 0.9);
}

.border-t-rose-700\/95{
  border-top-color: rgb(190 18 60 / 0.95);
}

.border-t-rose-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.border-t-rose-800\/0{
  border-top-color: rgb(159 18 57 / 0);
}

.border-t-rose-800\/10{
  border-top-color: rgb(159 18 57 / 0.1);
}

.border-t-rose-800\/100{
  border-top-color: rgb(159 18 57 / 1);
}

.border-t-rose-800\/20{
  border-top-color: rgb(159 18 57 / 0.2);
}

.border-t-rose-800\/25{
  border-top-color: rgb(159 18 57 / 0.25);
}

.border-t-rose-800\/30{
  border-top-color: rgb(159 18 57 / 0.3);
}

.border-t-rose-800\/40{
  border-top-color: rgb(159 18 57 / 0.4);
}

.border-t-rose-800\/5{
  border-top-color: rgb(159 18 57 / 0.05);
}

.border-t-rose-800\/50{
  border-top-color: rgb(159 18 57 / 0.5);
}

.border-t-rose-800\/60{
  border-top-color: rgb(159 18 57 / 0.6);
}

.border-t-rose-800\/70{
  border-top-color: rgb(159 18 57 / 0.7);
}

.border-t-rose-800\/75{
  border-top-color: rgb(159 18 57 / 0.75);
}

.border-t-rose-800\/80{
  border-top-color: rgb(159 18 57 / 0.8);
}

.border-t-rose-800\/90{
  border-top-color: rgb(159 18 57 / 0.9);
}

.border-t-rose-800\/95{
  border-top-color: rgb(159 18 57 / 0.95);
}

.border-t-rose-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.border-t-rose-900\/0{
  border-top-color: rgb(136 19 55 / 0);
}

.border-t-rose-900\/10{
  border-top-color: rgb(136 19 55 / 0.1);
}

.border-t-rose-900\/100{
  border-top-color: rgb(136 19 55 / 1);
}

.border-t-rose-900\/20{
  border-top-color: rgb(136 19 55 / 0.2);
}

.border-t-rose-900\/25{
  border-top-color: rgb(136 19 55 / 0.25);
}

.border-t-rose-900\/30{
  border-top-color: rgb(136 19 55 / 0.3);
}

.border-t-rose-900\/40{
  border-top-color: rgb(136 19 55 / 0.4);
}

.border-t-rose-900\/5{
  border-top-color: rgb(136 19 55 / 0.05);
}

.border-t-rose-900\/50{
  border-top-color: rgb(136 19 55 / 0.5);
}

.border-t-rose-900\/60{
  border-top-color: rgb(136 19 55 / 0.6);
}

.border-t-rose-900\/70{
  border-top-color: rgb(136 19 55 / 0.7);
}

.border-t-rose-900\/75{
  border-top-color: rgb(136 19 55 / 0.75);
}

.border-t-rose-900\/80{
  border-top-color: rgb(136 19 55 / 0.8);
}

.border-t-rose-900\/90{
  border-top-color: rgb(136 19 55 / 0.9);
}

.border-t-rose-900\/95{
  border-top-color: rgb(136 19 55 / 0.95);
}

.border-t-rose-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.border-t-rose-950\/0{
  border-top-color: rgb(76 5 25 / 0);
}

.border-t-rose-950\/10{
  border-top-color: rgb(76 5 25 / 0.1);
}

.border-t-rose-950\/100{
  border-top-color: rgb(76 5 25 / 1);
}

.border-t-rose-950\/20{
  border-top-color: rgb(76 5 25 / 0.2);
}

.border-t-rose-950\/25{
  border-top-color: rgb(76 5 25 / 0.25);
}

.border-t-rose-950\/30{
  border-top-color: rgb(76 5 25 / 0.3);
}

.border-t-rose-950\/40{
  border-top-color: rgb(76 5 25 / 0.4);
}

.border-t-rose-950\/5{
  border-top-color: rgb(76 5 25 / 0.05);
}

.border-t-rose-950\/50{
  border-top-color: rgb(76 5 25 / 0.5);
}

.border-t-rose-950\/60{
  border-top-color: rgb(76 5 25 / 0.6);
}

.border-t-rose-950\/70{
  border-top-color: rgb(76 5 25 / 0.7);
}

.border-t-rose-950\/75{
  border-top-color: rgb(76 5 25 / 0.75);
}

.border-t-rose-950\/80{
  border-top-color: rgb(76 5 25 / 0.8);
}

.border-t-rose-950\/90{
  border-top-color: rgb(76 5 25 / 0.9);
}

.border-t-rose-950\/95{
  border-top-color: rgb(76 5 25 / 0.95);
}

.border-t-sky-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.border-t-sky-100\/0{
  border-top-color: rgb(224 242 254 / 0);
}

.border-t-sky-100\/10{
  border-top-color: rgb(224 242 254 / 0.1);
}

.border-t-sky-100\/100{
  border-top-color: rgb(224 242 254 / 1);
}

.border-t-sky-100\/20{
  border-top-color: rgb(224 242 254 / 0.2);
}

.border-t-sky-100\/25{
  border-top-color: rgb(224 242 254 / 0.25);
}

.border-t-sky-100\/30{
  border-top-color: rgb(224 242 254 / 0.3);
}

.border-t-sky-100\/40{
  border-top-color: rgb(224 242 254 / 0.4);
}

.border-t-sky-100\/5{
  border-top-color: rgb(224 242 254 / 0.05);
}

.border-t-sky-100\/50{
  border-top-color: rgb(224 242 254 / 0.5);
}

.border-t-sky-100\/60{
  border-top-color: rgb(224 242 254 / 0.6);
}

.border-t-sky-100\/70{
  border-top-color: rgb(224 242 254 / 0.7);
}

.border-t-sky-100\/75{
  border-top-color: rgb(224 242 254 / 0.75);
}

.border-t-sky-100\/80{
  border-top-color: rgb(224 242 254 / 0.8);
}

.border-t-sky-100\/90{
  border-top-color: rgb(224 242 254 / 0.9);
}

.border-t-sky-100\/95{
  border-top-color: rgb(224 242 254 / 0.95);
}

.border-t-sky-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.border-t-sky-200\/0{
  border-top-color: rgb(186 230 253 / 0);
}

.border-t-sky-200\/10{
  border-top-color: rgb(186 230 253 / 0.1);
}

.border-t-sky-200\/100{
  border-top-color: rgb(186 230 253 / 1);
}

.border-t-sky-200\/20{
  border-top-color: rgb(186 230 253 / 0.2);
}

.border-t-sky-200\/25{
  border-top-color: rgb(186 230 253 / 0.25);
}

.border-t-sky-200\/30{
  border-top-color: rgb(186 230 253 / 0.3);
}

.border-t-sky-200\/40{
  border-top-color: rgb(186 230 253 / 0.4);
}

.border-t-sky-200\/5{
  border-top-color: rgb(186 230 253 / 0.05);
}

.border-t-sky-200\/50{
  border-top-color: rgb(186 230 253 / 0.5);
}

.border-t-sky-200\/60{
  border-top-color: rgb(186 230 253 / 0.6);
}

.border-t-sky-200\/70{
  border-top-color: rgb(186 230 253 / 0.7);
}

.border-t-sky-200\/75{
  border-top-color: rgb(186 230 253 / 0.75);
}

.border-t-sky-200\/80{
  border-top-color: rgb(186 230 253 / 0.8);
}

.border-t-sky-200\/90{
  border-top-color: rgb(186 230 253 / 0.9);
}

.border-t-sky-200\/95{
  border-top-color: rgb(186 230 253 / 0.95);
}

.border-t-sky-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-t-sky-300\/0{
  border-top-color: rgb(125 211 252 / 0);
}

.border-t-sky-300\/10{
  border-top-color: rgb(125 211 252 / 0.1);
}

.border-t-sky-300\/100{
  border-top-color: rgb(125 211 252 / 1);
}

.border-t-sky-300\/20{
  border-top-color: rgb(125 211 252 / 0.2);
}

.border-t-sky-300\/25{
  border-top-color: rgb(125 211 252 / 0.25);
}

.border-t-sky-300\/30{
  border-top-color: rgb(125 211 252 / 0.3);
}

.border-t-sky-300\/40{
  border-top-color: rgb(125 211 252 / 0.4);
}

.border-t-sky-300\/5{
  border-top-color: rgb(125 211 252 / 0.05);
}

.border-t-sky-300\/50{
  border-top-color: rgb(125 211 252 / 0.5);
}

.border-t-sky-300\/60{
  border-top-color: rgb(125 211 252 / 0.6);
}

.border-t-sky-300\/70{
  border-top-color: rgb(125 211 252 / 0.7);
}

.border-t-sky-300\/75{
  border-top-color: rgb(125 211 252 / 0.75);
}

.border-t-sky-300\/80{
  border-top-color: rgb(125 211 252 / 0.8);
}

.border-t-sky-300\/90{
  border-top-color: rgb(125 211 252 / 0.9);
}

.border-t-sky-300\/95{
  border-top-color: rgb(125 211 252 / 0.95);
}

.border-t-sky-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-t-sky-400\/0{
  border-top-color: rgb(56 189 248 / 0);
}

.border-t-sky-400\/10{
  border-top-color: rgb(56 189 248 / 0.1);
}

.border-t-sky-400\/100{
  border-top-color: rgb(56 189 248 / 1);
}

.border-t-sky-400\/20{
  border-top-color: rgb(56 189 248 / 0.2);
}

.border-t-sky-400\/25{
  border-top-color: rgb(56 189 248 / 0.25);
}

.border-t-sky-400\/30{
  border-top-color: rgb(56 189 248 / 0.3);
}

.border-t-sky-400\/40{
  border-top-color: rgb(56 189 248 / 0.4);
}

.border-t-sky-400\/5{
  border-top-color: rgb(56 189 248 / 0.05);
}

.border-t-sky-400\/50{
  border-top-color: rgb(56 189 248 / 0.5);
}

.border-t-sky-400\/60{
  border-top-color: rgb(56 189 248 / 0.6);
}

.border-t-sky-400\/70{
  border-top-color: rgb(56 189 248 / 0.7);
}

.border-t-sky-400\/75{
  border-top-color: rgb(56 189 248 / 0.75);
}

.border-t-sky-400\/80{
  border-top-color: rgb(56 189 248 / 0.8);
}

.border-t-sky-400\/90{
  border-top-color: rgb(56 189 248 / 0.9);
}

.border-t-sky-400\/95{
  border-top-color: rgb(56 189 248 / 0.95);
}

.border-t-sky-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.border-t-sky-50\/0{
  border-top-color: rgb(240 249 255 / 0);
}

.border-t-sky-50\/10{
  border-top-color: rgb(240 249 255 / 0.1);
}

.border-t-sky-50\/100{
  border-top-color: rgb(240 249 255 / 1);
}

.border-t-sky-50\/20{
  border-top-color: rgb(240 249 255 / 0.2);
}

.border-t-sky-50\/25{
  border-top-color: rgb(240 249 255 / 0.25);
}

.border-t-sky-50\/30{
  border-top-color: rgb(240 249 255 / 0.3);
}

.border-t-sky-50\/40{
  border-top-color: rgb(240 249 255 / 0.4);
}

.border-t-sky-50\/5{
  border-top-color: rgb(240 249 255 / 0.05);
}

.border-t-sky-50\/50{
  border-top-color: rgb(240 249 255 / 0.5);
}

.border-t-sky-50\/60{
  border-top-color: rgb(240 249 255 / 0.6);
}

.border-t-sky-50\/70{
  border-top-color: rgb(240 249 255 / 0.7);
}

.border-t-sky-50\/75{
  border-top-color: rgb(240 249 255 / 0.75);
}

.border-t-sky-50\/80{
  border-top-color: rgb(240 249 255 / 0.8);
}

.border-t-sky-50\/90{
  border-top-color: rgb(240 249 255 / 0.9);
}

.border-t-sky-50\/95{
  border-top-color: rgb(240 249 255 / 0.95);
}

.border-t-sky-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-t-sky-500\/0{
  border-top-color: rgb(14 165 233 / 0);
}

.border-t-sky-500\/10{
  border-top-color: rgb(14 165 233 / 0.1);
}

.border-t-sky-500\/100{
  border-top-color: rgb(14 165 233 / 1);
}

.border-t-sky-500\/20{
  border-top-color: rgb(14 165 233 / 0.2);
}

.border-t-sky-500\/25{
  border-top-color: rgb(14 165 233 / 0.25);
}

.border-t-sky-500\/30{
  border-top-color: rgb(14 165 233 / 0.3);
}

.border-t-sky-500\/40{
  border-top-color: rgb(14 165 233 / 0.4);
}

.border-t-sky-500\/5{
  border-top-color: rgb(14 165 233 / 0.05);
}

.border-t-sky-500\/50{
  border-top-color: rgb(14 165 233 / 0.5);
}

.border-t-sky-500\/60{
  border-top-color: rgb(14 165 233 / 0.6);
}

.border-t-sky-500\/70{
  border-top-color: rgb(14 165 233 / 0.7);
}

.border-t-sky-500\/75{
  border-top-color: rgb(14 165 233 / 0.75);
}

.border-t-sky-500\/80{
  border-top-color: rgb(14 165 233 / 0.8);
}

.border-t-sky-500\/90{
  border-top-color: rgb(14 165 233 / 0.9);
}

.border-t-sky-500\/95{
  border-top-color: rgb(14 165 233 / 0.95);
}

.border-t-sky-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-t-sky-600\/0{
  border-top-color: rgb(2 132 199 / 0);
}

.border-t-sky-600\/10{
  border-top-color: rgb(2 132 199 / 0.1);
}

.border-t-sky-600\/100{
  border-top-color: rgb(2 132 199 / 1);
}

.border-t-sky-600\/20{
  border-top-color: rgb(2 132 199 / 0.2);
}

.border-t-sky-600\/25{
  border-top-color: rgb(2 132 199 / 0.25);
}

.border-t-sky-600\/30{
  border-top-color: rgb(2 132 199 / 0.3);
}

.border-t-sky-600\/40{
  border-top-color: rgb(2 132 199 / 0.4);
}

.border-t-sky-600\/5{
  border-top-color: rgb(2 132 199 / 0.05);
}

.border-t-sky-600\/50{
  border-top-color: rgb(2 132 199 / 0.5);
}

.border-t-sky-600\/60{
  border-top-color: rgb(2 132 199 / 0.6);
}

.border-t-sky-600\/70{
  border-top-color: rgb(2 132 199 / 0.7);
}

.border-t-sky-600\/75{
  border-top-color: rgb(2 132 199 / 0.75);
}

.border-t-sky-600\/80{
  border-top-color: rgb(2 132 199 / 0.8);
}

.border-t-sky-600\/90{
  border-top-color: rgb(2 132 199 / 0.9);
}

.border-t-sky-600\/95{
  border-top-color: rgb(2 132 199 / 0.95);
}

.border-t-sky-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-t-sky-700\/0{
  border-top-color: rgb(3 105 161 / 0);
}

.border-t-sky-700\/10{
  border-top-color: rgb(3 105 161 / 0.1);
}

.border-t-sky-700\/100{
  border-top-color: rgb(3 105 161 / 1);
}

.border-t-sky-700\/20{
  border-top-color: rgb(3 105 161 / 0.2);
}

.border-t-sky-700\/25{
  border-top-color: rgb(3 105 161 / 0.25);
}

.border-t-sky-700\/30{
  border-top-color: rgb(3 105 161 / 0.3);
}

.border-t-sky-700\/40{
  border-top-color: rgb(3 105 161 / 0.4);
}

.border-t-sky-700\/5{
  border-top-color: rgb(3 105 161 / 0.05);
}

.border-t-sky-700\/50{
  border-top-color: rgb(3 105 161 / 0.5);
}

.border-t-sky-700\/60{
  border-top-color: rgb(3 105 161 / 0.6);
}

.border-t-sky-700\/70{
  border-top-color: rgb(3 105 161 / 0.7);
}

.border-t-sky-700\/75{
  border-top-color: rgb(3 105 161 / 0.75);
}

.border-t-sky-700\/80{
  border-top-color: rgb(3 105 161 / 0.8);
}

.border-t-sky-700\/90{
  border-top-color: rgb(3 105 161 / 0.9);
}

.border-t-sky-700\/95{
  border-top-color: rgb(3 105 161 / 0.95);
}

.border-t-sky-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.border-t-sky-800\/0{
  border-top-color: rgb(7 89 133 / 0);
}

.border-t-sky-800\/10{
  border-top-color: rgb(7 89 133 / 0.1);
}

.border-t-sky-800\/100{
  border-top-color: rgb(7 89 133 / 1);
}

.border-t-sky-800\/20{
  border-top-color: rgb(7 89 133 / 0.2);
}

.border-t-sky-800\/25{
  border-top-color: rgb(7 89 133 / 0.25);
}

.border-t-sky-800\/30{
  border-top-color: rgb(7 89 133 / 0.3);
}

.border-t-sky-800\/40{
  border-top-color: rgb(7 89 133 / 0.4);
}

.border-t-sky-800\/5{
  border-top-color: rgb(7 89 133 / 0.05);
}

.border-t-sky-800\/50{
  border-top-color: rgb(7 89 133 / 0.5);
}

.border-t-sky-800\/60{
  border-top-color: rgb(7 89 133 / 0.6);
}

.border-t-sky-800\/70{
  border-top-color: rgb(7 89 133 / 0.7);
}

.border-t-sky-800\/75{
  border-top-color: rgb(7 89 133 / 0.75);
}

.border-t-sky-800\/80{
  border-top-color: rgb(7 89 133 / 0.8);
}

.border-t-sky-800\/90{
  border-top-color: rgb(7 89 133 / 0.9);
}

.border-t-sky-800\/95{
  border-top-color: rgb(7 89 133 / 0.95);
}

.border-t-sky-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.border-t-sky-900\/0{
  border-top-color: rgb(12 74 110 / 0);
}

.border-t-sky-900\/10{
  border-top-color: rgb(12 74 110 / 0.1);
}

.border-t-sky-900\/100{
  border-top-color: rgb(12 74 110 / 1);
}

.border-t-sky-900\/20{
  border-top-color: rgb(12 74 110 / 0.2);
}

.border-t-sky-900\/25{
  border-top-color: rgb(12 74 110 / 0.25);
}

.border-t-sky-900\/30{
  border-top-color: rgb(12 74 110 / 0.3);
}

.border-t-sky-900\/40{
  border-top-color: rgb(12 74 110 / 0.4);
}

.border-t-sky-900\/5{
  border-top-color: rgb(12 74 110 / 0.05);
}

.border-t-sky-900\/50{
  border-top-color: rgb(12 74 110 / 0.5);
}

.border-t-sky-900\/60{
  border-top-color: rgb(12 74 110 / 0.6);
}

.border-t-sky-900\/70{
  border-top-color: rgb(12 74 110 / 0.7);
}

.border-t-sky-900\/75{
  border-top-color: rgb(12 74 110 / 0.75);
}

.border-t-sky-900\/80{
  border-top-color: rgb(12 74 110 / 0.8);
}

.border-t-sky-900\/90{
  border-top-color: rgb(12 74 110 / 0.9);
}

.border-t-sky-900\/95{
  border-top-color: rgb(12 74 110 / 0.95);
}

.border-t-sky-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.border-t-sky-950\/0{
  border-top-color: rgb(8 47 73 / 0);
}

.border-t-sky-950\/10{
  border-top-color: rgb(8 47 73 / 0.1);
}

.border-t-sky-950\/100{
  border-top-color: rgb(8 47 73 / 1);
}

.border-t-sky-950\/20{
  border-top-color: rgb(8 47 73 / 0.2);
}

.border-t-sky-950\/25{
  border-top-color: rgb(8 47 73 / 0.25);
}

.border-t-sky-950\/30{
  border-top-color: rgb(8 47 73 / 0.3);
}

.border-t-sky-950\/40{
  border-top-color: rgb(8 47 73 / 0.4);
}

.border-t-sky-950\/5{
  border-top-color: rgb(8 47 73 / 0.05);
}

.border-t-sky-950\/50{
  border-top-color: rgb(8 47 73 / 0.5);
}

.border-t-sky-950\/60{
  border-top-color: rgb(8 47 73 / 0.6);
}

.border-t-sky-950\/70{
  border-top-color: rgb(8 47 73 / 0.7);
}

.border-t-sky-950\/75{
  border-top-color: rgb(8 47 73 / 0.75);
}

.border-t-sky-950\/80{
  border-top-color: rgb(8 47 73 / 0.8);
}

.border-t-sky-950\/90{
  border-top-color: rgb(8 47 73 / 0.9);
}

.border-t-sky-950\/95{
  border-top-color: rgb(8 47 73 / 0.95);
}

.border-t-slate-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-t-slate-100\/0{
  border-top-color: rgb(241 245 249 / 0);
}

.border-t-slate-100\/10{
  border-top-color: rgb(241 245 249 / 0.1);
}

.border-t-slate-100\/100{
  border-top-color: rgb(241 245 249 / 1);
}

.border-t-slate-100\/20{
  border-top-color: rgb(241 245 249 / 0.2);
}

.border-t-slate-100\/25{
  border-top-color: rgb(241 245 249 / 0.25);
}

.border-t-slate-100\/30{
  border-top-color: rgb(241 245 249 / 0.3);
}

.border-t-slate-100\/40{
  border-top-color: rgb(241 245 249 / 0.4);
}

.border-t-slate-100\/5{
  border-top-color: rgb(241 245 249 / 0.05);
}

.border-t-slate-100\/50{
  border-top-color: rgb(241 245 249 / 0.5);
}

.border-t-slate-100\/60{
  border-top-color: rgb(241 245 249 / 0.6);
}

.border-t-slate-100\/70{
  border-top-color: rgb(241 245 249 / 0.7);
}

.border-t-slate-100\/75{
  border-top-color: rgb(241 245 249 / 0.75);
}

.border-t-slate-100\/80{
  border-top-color: rgb(241 245 249 / 0.8);
}

.border-t-slate-100\/90{
  border-top-color: rgb(241 245 249 / 0.9);
}

.border-t-slate-100\/95{
  border-top-color: rgb(241 245 249 / 0.95);
}

.border-t-slate-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-t-slate-200\/0{
  border-top-color: rgb(226 232 240 / 0);
}

.border-t-slate-200\/10{
  border-top-color: rgb(226 232 240 / 0.1);
}

.border-t-slate-200\/100{
  border-top-color: rgb(226 232 240 / 1);
}

.border-t-slate-200\/20{
  border-top-color: rgb(226 232 240 / 0.2);
}

.border-t-slate-200\/25{
  border-top-color: rgb(226 232 240 / 0.25);
}

.border-t-slate-200\/30{
  border-top-color: rgb(226 232 240 / 0.3);
}

.border-t-slate-200\/40{
  border-top-color: rgb(226 232 240 / 0.4);
}

.border-t-slate-200\/5{
  border-top-color: rgb(226 232 240 / 0.05);
}

.border-t-slate-200\/50{
  border-top-color: rgb(226 232 240 / 0.5);
}

.border-t-slate-200\/60{
  border-top-color: rgb(226 232 240 / 0.6);
}

.border-t-slate-200\/70{
  border-top-color: rgb(226 232 240 / 0.7);
}

.border-t-slate-200\/75{
  border-top-color: rgb(226 232 240 / 0.75);
}

.border-t-slate-200\/80{
  border-top-color: rgb(226 232 240 / 0.8);
}

.border-t-slate-200\/90{
  border-top-color: rgb(226 232 240 / 0.9);
}

.border-t-slate-200\/95{
  border-top-color: rgb(226 232 240 / 0.95);
}

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

.border-t-slate-300\/0{
  border-top-color: rgb(203 213 225 / 0);
}

.border-t-slate-300\/10{
  border-top-color: rgb(203 213 225 / 0.1);
}

.border-t-slate-300\/100{
  border-top-color: rgb(203 213 225 / 1);
}

.border-t-slate-300\/20{
  border-top-color: rgb(203 213 225 / 0.2);
}

.border-t-slate-300\/25{
  border-top-color: rgb(203 213 225 / 0.25);
}

.border-t-slate-300\/30{
  border-top-color: rgb(203 213 225 / 0.3);
}

.border-t-slate-300\/40{
  border-top-color: rgb(203 213 225 / 0.4);
}

.border-t-slate-300\/5{
  border-top-color: rgb(203 213 225 / 0.05);
}

.border-t-slate-300\/50{
  border-top-color: rgb(203 213 225 / 0.5);
}

.border-t-slate-300\/60{
  border-top-color: rgb(203 213 225 / 0.6);
}

.border-t-slate-300\/70{
  border-top-color: rgb(203 213 225 / 0.7);
}

.border-t-slate-300\/75{
  border-top-color: rgb(203 213 225 / 0.75);
}

.border-t-slate-300\/80{
  border-top-color: rgb(203 213 225 / 0.8);
}

.border-t-slate-300\/90{
  border-top-color: rgb(203 213 225 / 0.9);
}

.border-t-slate-300\/95{
  border-top-color: rgb(203 213 225 / 0.95);
}

.border-t-slate-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-t-slate-400\/0{
  border-top-color: rgb(148 163 184 / 0);
}

.border-t-slate-400\/10{
  border-top-color: rgb(148 163 184 / 0.1);
}

.border-t-slate-400\/100{
  border-top-color: rgb(148 163 184 / 1);
}

.border-t-slate-400\/20{
  border-top-color: rgb(148 163 184 / 0.2);
}

.border-t-slate-400\/25{
  border-top-color: rgb(148 163 184 / 0.25);
}

.border-t-slate-400\/30{
  border-top-color: rgb(148 163 184 / 0.3);
}

.border-t-slate-400\/40{
  border-top-color: rgb(148 163 184 / 0.4);
}

.border-t-slate-400\/5{
  border-top-color: rgb(148 163 184 / 0.05);
}

.border-t-slate-400\/50{
  border-top-color: rgb(148 163 184 / 0.5);
}

.border-t-slate-400\/60{
  border-top-color: rgb(148 163 184 / 0.6);
}

.border-t-slate-400\/70{
  border-top-color: rgb(148 163 184 / 0.7);
}

.border-t-slate-400\/75{
  border-top-color: rgb(148 163 184 / 0.75);
}

.border-t-slate-400\/80{
  border-top-color: rgb(148 163 184 / 0.8);
}

.border-t-slate-400\/90{
  border-top-color: rgb(148 163 184 / 0.9);
}

.border-t-slate-400\/95{
  border-top-color: rgb(148 163 184 / 0.95);
}

.border-t-slate-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-t-slate-50\/0{
  border-top-color: rgb(248 250 252 / 0);
}

.border-t-slate-50\/10{
  border-top-color: rgb(248 250 252 / 0.1);
}

.border-t-slate-50\/100{
  border-top-color: rgb(248 250 252 / 1);
}

.border-t-slate-50\/20{
  border-top-color: rgb(248 250 252 / 0.2);
}

.border-t-slate-50\/25{
  border-top-color: rgb(248 250 252 / 0.25);
}

.border-t-slate-50\/30{
  border-top-color: rgb(248 250 252 / 0.3);
}

.border-t-slate-50\/40{
  border-top-color: rgb(248 250 252 / 0.4);
}

.border-t-slate-50\/5{
  border-top-color: rgb(248 250 252 / 0.05);
}

.border-t-slate-50\/50{
  border-top-color: rgb(248 250 252 / 0.5);
}

.border-t-slate-50\/60{
  border-top-color: rgb(248 250 252 / 0.6);
}

.border-t-slate-50\/70{
  border-top-color: rgb(248 250 252 / 0.7);
}

.border-t-slate-50\/75{
  border-top-color: rgb(248 250 252 / 0.75);
}

.border-t-slate-50\/80{
  border-top-color: rgb(248 250 252 / 0.8);
}

.border-t-slate-50\/90{
  border-top-color: rgb(248 250 252 / 0.9);
}

.border-t-slate-50\/95{
  border-top-color: rgb(248 250 252 / 0.95);
}

.border-t-slate-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-t-slate-500\/0{
  border-top-color: rgb(100 116 139 / 0);
}

.border-t-slate-500\/10{
  border-top-color: rgb(100 116 139 / 0.1);
}

.border-t-slate-500\/100{
  border-top-color: rgb(100 116 139 / 1);
}

.border-t-slate-500\/20{
  border-top-color: rgb(100 116 139 / 0.2);
}

.border-t-slate-500\/25{
  border-top-color: rgb(100 116 139 / 0.25);
}

.border-t-slate-500\/30{
  border-top-color: rgb(100 116 139 / 0.3);
}

.border-t-slate-500\/40{
  border-top-color: rgb(100 116 139 / 0.4);
}

.border-t-slate-500\/5{
  border-top-color: rgb(100 116 139 / 0.05);
}

.border-t-slate-500\/50{
  border-top-color: rgb(100 116 139 / 0.5);
}

.border-t-slate-500\/60{
  border-top-color: rgb(100 116 139 / 0.6);
}

.border-t-slate-500\/70{
  border-top-color: rgb(100 116 139 / 0.7);
}

.border-t-slate-500\/75{
  border-top-color: rgb(100 116 139 / 0.75);
}

.border-t-slate-500\/80{
  border-top-color: rgb(100 116 139 / 0.8);
}

.border-t-slate-500\/90{
  border-top-color: rgb(100 116 139 / 0.9);
}

.border-t-slate-500\/95{
  border-top-color: rgb(100 116 139 / 0.95);
}

.border-t-slate-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-t-slate-600\/0{
  border-top-color: rgb(71 85 105 / 0);
}

.border-t-slate-600\/10{
  border-top-color: rgb(71 85 105 / 0.1);
}

.border-t-slate-600\/100{
  border-top-color: rgb(71 85 105 / 1);
}

.border-t-slate-600\/20{
  border-top-color: rgb(71 85 105 / 0.2);
}

.border-t-slate-600\/25{
  border-top-color: rgb(71 85 105 / 0.25);
}

.border-t-slate-600\/30{
  border-top-color: rgb(71 85 105 / 0.3);
}

.border-t-slate-600\/40{
  border-top-color: rgb(71 85 105 / 0.4);
}

.border-t-slate-600\/5{
  border-top-color: rgb(71 85 105 / 0.05);
}

.border-t-slate-600\/50{
  border-top-color: rgb(71 85 105 / 0.5);
}

.border-t-slate-600\/60{
  border-top-color: rgb(71 85 105 / 0.6);
}

.border-t-slate-600\/70{
  border-top-color: rgb(71 85 105 / 0.7);
}

.border-t-slate-600\/75{
  border-top-color: rgb(71 85 105 / 0.75);
}

.border-t-slate-600\/80{
  border-top-color: rgb(71 85 105 / 0.8);
}

.border-t-slate-600\/90{
  border-top-color: rgb(71 85 105 / 0.9);
}

.border-t-slate-600\/95{
  border-top-color: rgb(71 85 105 / 0.95);
}

.border-t-slate-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-t-slate-700\/0{
  border-top-color: rgb(51 65 85 / 0);
}

.border-t-slate-700\/10{
  border-top-color: rgb(51 65 85 / 0.1);
}

.border-t-slate-700\/100{
  border-top-color: rgb(51 65 85 / 1);
}

.border-t-slate-700\/20{
  border-top-color: rgb(51 65 85 / 0.2);
}

.border-t-slate-700\/25{
  border-top-color: rgb(51 65 85 / 0.25);
}

.border-t-slate-700\/30{
  border-top-color: rgb(51 65 85 / 0.3);
}

.border-t-slate-700\/40{
  border-top-color: rgb(51 65 85 / 0.4);
}

.border-t-slate-700\/5{
  border-top-color: rgb(51 65 85 / 0.05);
}

.border-t-slate-700\/50{
  border-top-color: rgb(51 65 85 / 0.5);
}

.border-t-slate-700\/60{
  border-top-color: rgb(51 65 85 / 0.6);
}

.border-t-slate-700\/70{
  border-top-color: rgb(51 65 85 / 0.7);
}

.border-t-slate-700\/75{
  border-top-color: rgb(51 65 85 / 0.75);
}

.border-t-slate-700\/80{
  border-top-color: rgb(51 65 85 / 0.8);
}

.border-t-slate-700\/90{
  border-top-color: rgb(51 65 85 / 0.9);
}

.border-t-slate-700\/95{
  border-top-color: rgb(51 65 85 / 0.95);
}

.border-t-slate-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-t-slate-800\/0{
  border-top-color: rgb(30 41 59 / 0);
}

.border-t-slate-800\/10{
  border-top-color: rgb(30 41 59 / 0.1);
}

.border-t-slate-800\/100{
  border-top-color: rgb(30 41 59 / 1);
}

.border-t-slate-800\/20{
  border-top-color: rgb(30 41 59 / 0.2);
}

.border-t-slate-800\/25{
  border-top-color: rgb(30 41 59 / 0.25);
}

.border-t-slate-800\/30{
  border-top-color: rgb(30 41 59 / 0.3);
}

.border-t-slate-800\/40{
  border-top-color: rgb(30 41 59 / 0.4);
}

.border-t-slate-800\/5{
  border-top-color: rgb(30 41 59 / 0.05);
}

.border-t-slate-800\/50{
  border-top-color: rgb(30 41 59 / 0.5);
}

.border-t-slate-800\/60{
  border-top-color: rgb(30 41 59 / 0.6);
}

.border-t-slate-800\/70{
  border-top-color: rgb(30 41 59 / 0.7);
}

.border-t-slate-800\/75{
  border-top-color: rgb(30 41 59 / 0.75);
}

.border-t-slate-800\/80{
  border-top-color: rgb(30 41 59 / 0.8);
}

.border-t-slate-800\/90{
  border-top-color: rgb(30 41 59 / 0.9);
}

.border-t-slate-800\/95{
  border-top-color: rgb(30 41 59 / 0.95);
}

.border-t-slate-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-t-slate-900\/0{
  border-top-color: rgb(15 23 42 / 0);
}

.border-t-slate-900\/10{
  border-top-color: rgb(15 23 42 / 0.1);
}

.border-t-slate-900\/100{
  border-top-color: rgb(15 23 42 / 1);
}

.border-t-slate-900\/20{
  border-top-color: rgb(15 23 42 / 0.2);
}

.border-t-slate-900\/25{
  border-top-color: rgb(15 23 42 / 0.25);
}

.border-t-slate-900\/30{
  border-top-color: rgb(15 23 42 / 0.3);
}

.border-t-slate-900\/40{
  border-top-color: rgb(15 23 42 / 0.4);
}

.border-t-slate-900\/5{
  border-top-color: rgb(15 23 42 / 0.05);
}

.border-t-slate-900\/50{
  border-top-color: rgb(15 23 42 / 0.5);
}

.border-t-slate-900\/60{
  border-top-color: rgb(15 23 42 / 0.6);
}

.border-t-slate-900\/70{
  border-top-color: rgb(15 23 42 / 0.7);
}

.border-t-slate-900\/75{
  border-top-color: rgb(15 23 42 / 0.75);
}

.border-t-slate-900\/80{
  border-top-color: rgb(15 23 42 / 0.8);
}

.border-t-slate-900\/90{
  border-top-color: rgb(15 23 42 / 0.9);
}

.border-t-slate-900\/95{
  border-top-color: rgb(15 23 42 / 0.95);
}

.border-t-slate-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-t-slate-950\/0{
  border-top-color: rgb(2 6 23 / 0);
}

.border-t-slate-950\/10{
  border-top-color: rgb(2 6 23 / 0.1);
}

.border-t-slate-950\/100{
  border-top-color: rgb(2 6 23 / 1);
}

.border-t-slate-950\/20{
  border-top-color: rgb(2 6 23 / 0.2);
}

.border-t-slate-950\/25{
  border-top-color: rgb(2 6 23 / 0.25);
}

.border-t-slate-950\/30{
  border-top-color: rgb(2 6 23 / 0.3);
}

.border-t-slate-950\/40{
  border-top-color: rgb(2 6 23 / 0.4);
}

.border-t-slate-950\/5{
  border-top-color: rgb(2 6 23 / 0.05);
}

.border-t-slate-950\/50{
  border-top-color: rgb(2 6 23 / 0.5);
}

.border-t-slate-950\/60{
  border-top-color: rgb(2 6 23 / 0.6);
}

.border-t-slate-950\/70{
  border-top-color: rgb(2 6 23 / 0.7);
}

.border-t-slate-950\/75{
  border-top-color: rgb(2 6 23 / 0.75);
}

.border-t-slate-950\/80{
  border-top-color: rgb(2 6 23 / 0.8);
}

.border-t-slate-950\/90{
  border-top-color: rgb(2 6 23 / 0.9);
}

.border-t-slate-950\/95{
  border-top-color: rgb(2 6 23 / 0.95);
}

.border-t-stone-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.border-t-stone-100\/0{
  border-top-color: rgb(245 245 244 / 0);
}

.border-t-stone-100\/10{
  border-top-color: rgb(245 245 244 / 0.1);
}

.border-t-stone-100\/100{
  border-top-color: rgb(245 245 244 / 1);
}

.border-t-stone-100\/20{
  border-top-color: rgb(245 245 244 / 0.2);
}

.border-t-stone-100\/25{
  border-top-color: rgb(245 245 244 / 0.25);
}

.border-t-stone-100\/30{
  border-top-color: rgb(245 245 244 / 0.3);
}

.border-t-stone-100\/40{
  border-top-color: rgb(245 245 244 / 0.4);
}

.border-t-stone-100\/5{
  border-top-color: rgb(245 245 244 / 0.05);
}

.border-t-stone-100\/50{
  border-top-color: rgb(245 245 244 / 0.5);
}

.border-t-stone-100\/60{
  border-top-color: rgb(245 245 244 / 0.6);
}

.border-t-stone-100\/70{
  border-top-color: rgb(245 245 244 / 0.7);
}

.border-t-stone-100\/75{
  border-top-color: rgb(245 245 244 / 0.75);
}

.border-t-stone-100\/80{
  border-top-color: rgb(245 245 244 / 0.8);
}

.border-t-stone-100\/90{
  border-top-color: rgb(245 245 244 / 0.9);
}

.border-t-stone-100\/95{
  border-top-color: rgb(245 245 244 / 0.95);
}

.border-t-stone-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-t-stone-200\/0{
  border-top-color: rgb(231 229 228 / 0);
}

.border-t-stone-200\/10{
  border-top-color: rgb(231 229 228 / 0.1);
}

.border-t-stone-200\/100{
  border-top-color: rgb(231 229 228 / 1);
}

.border-t-stone-200\/20{
  border-top-color: rgb(231 229 228 / 0.2);
}

.border-t-stone-200\/25{
  border-top-color: rgb(231 229 228 / 0.25);
}

.border-t-stone-200\/30{
  border-top-color: rgb(231 229 228 / 0.3);
}

.border-t-stone-200\/40{
  border-top-color: rgb(231 229 228 / 0.4);
}

.border-t-stone-200\/5{
  border-top-color: rgb(231 229 228 / 0.05);
}

.border-t-stone-200\/50{
  border-top-color: rgb(231 229 228 / 0.5);
}

.border-t-stone-200\/60{
  border-top-color: rgb(231 229 228 / 0.6);
}

.border-t-stone-200\/70{
  border-top-color: rgb(231 229 228 / 0.7);
}

.border-t-stone-200\/75{
  border-top-color: rgb(231 229 228 / 0.75);
}

.border-t-stone-200\/80{
  border-top-color: rgb(231 229 228 / 0.8);
}

.border-t-stone-200\/90{
  border-top-color: rgb(231 229 228 / 0.9);
}

.border-t-stone-200\/95{
  border-top-color: rgb(231 229 228 / 0.95);
}

.border-t-stone-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-t-stone-300\/0{
  border-top-color: rgb(214 211 209 / 0);
}

.border-t-stone-300\/10{
  border-top-color: rgb(214 211 209 / 0.1);
}

.border-t-stone-300\/100{
  border-top-color: rgb(214 211 209 / 1);
}

.border-t-stone-300\/20{
  border-top-color: rgb(214 211 209 / 0.2);
}

.border-t-stone-300\/25{
  border-top-color: rgb(214 211 209 / 0.25);
}

.border-t-stone-300\/30{
  border-top-color: rgb(214 211 209 / 0.3);
}

.border-t-stone-300\/40{
  border-top-color: rgb(214 211 209 / 0.4);
}

.border-t-stone-300\/5{
  border-top-color: rgb(214 211 209 / 0.05);
}

.border-t-stone-300\/50{
  border-top-color: rgb(214 211 209 / 0.5);
}

.border-t-stone-300\/60{
  border-top-color: rgb(214 211 209 / 0.6);
}

.border-t-stone-300\/70{
  border-top-color: rgb(214 211 209 / 0.7);
}

.border-t-stone-300\/75{
  border-top-color: rgb(214 211 209 / 0.75);
}

.border-t-stone-300\/80{
  border-top-color: rgb(214 211 209 / 0.8);
}

.border-t-stone-300\/90{
  border-top-color: rgb(214 211 209 / 0.9);
}

.border-t-stone-300\/95{
  border-top-color: rgb(214 211 209 / 0.95);
}

.border-t-stone-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-t-stone-400\/0{
  border-top-color: rgb(168 162 158 / 0);
}

.border-t-stone-400\/10{
  border-top-color: rgb(168 162 158 / 0.1);
}

.border-t-stone-400\/100{
  border-top-color: rgb(168 162 158 / 1);
}

.border-t-stone-400\/20{
  border-top-color: rgb(168 162 158 / 0.2);
}

.border-t-stone-400\/25{
  border-top-color: rgb(168 162 158 / 0.25);
}

.border-t-stone-400\/30{
  border-top-color: rgb(168 162 158 / 0.3);
}

.border-t-stone-400\/40{
  border-top-color: rgb(168 162 158 / 0.4);
}

.border-t-stone-400\/5{
  border-top-color: rgb(168 162 158 / 0.05);
}

.border-t-stone-400\/50{
  border-top-color: rgb(168 162 158 / 0.5);
}

.border-t-stone-400\/60{
  border-top-color: rgb(168 162 158 / 0.6);
}

.border-t-stone-400\/70{
  border-top-color: rgb(168 162 158 / 0.7);
}

.border-t-stone-400\/75{
  border-top-color: rgb(168 162 158 / 0.75);
}

.border-t-stone-400\/80{
  border-top-color: rgb(168 162 158 / 0.8);
}

.border-t-stone-400\/90{
  border-top-color: rgb(168 162 158 / 0.9);
}

.border-t-stone-400\/95{
  border-top-color: rgb(168 162 158 / 0.95);
}

.border-t-stone-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.border-t-stone-50\/0{
  border-top-color: rgb(250 250 249 / 0);
}

.border-t-stone-50\/10{
  border-top-color: rgb(250 250 249 / 0.1);
}

.border-t-stone-50\/100{
  border-top-color: rgb(250 250 249 / 1);
}

.border-t-stone-50\/20{
  border-top-color: rgb(250 250 249 / 0.2);
}

.border-t-stone-50\/25{
  border-top-color: rgb(250 250 249 / 0.25);
}

.border-t-stone-50\/30{
  border-top-color: rgb(250 250 249 / 0.3);
}

.border-t-stone-50\/40{
  border-top-color: rgb(250 250 249 / 0.4);
}

.border-t-stone-50\/5{
  border-top-color: rgb(250 250 249 / 0.05);
}

.border-t-stone-50\/50{
  border-top-color: rgb(250 250 249 / 0.5);
}

.border-t-stone-50\/60{
  border-top-color: rgb(250 250 249 / 0.6);
}

.border-t-stone-50\/70{
  border-top-color: rgb(250 250 249 / 0.7);
}

.border-t-stone-50\/75{
  border-top-color: rgb(250 250 249 / 0.75);
}

.border-t-stone-50\/80{
  border-top-color: rgb(250 250 249 / 0.8);
}

.border-t-stone-50\/90{
  border-top-color: rgb(250 250 249 / 0.9);
}

.border-t-stone-50\/95{
  border-top-color: rgb(250 250 249 / 0.95);
}

.border-t-stone-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.border-t-stone-500\/0{
  border-top-color: rgb(120 113 108 / 0);
}

.border-t-stone-500\/10{
  border-top-color: rgb(120 113 108 / 0.1);
}

.border-t-stone-500\/100{
  border-top-color: rgb(120 113 108 / 1);
}

.border-t-stone-500\/20{
  border-top-color: rgb(120 113 108 / 0.2);
}

.border-t-stone-500\/25{
  border-top-color: rgb(120 113 108 / 0.25);
}

.border-t-stone-500\/30{
  border-top-color: rgb(120 113 108 / 0.3);
}

.border-t-stone-500\/40{
  border-top-color: rgb(120 113 108 / 0.4);
}

.border-t-stone-500\/5{
  border-top-color: rgb(120 113 108 / 0.05);
}

.border-t-stone-500\/50{
  border-top-color: rgb(120 113 108 / 0.5);
}

.border-t-stone-500\/60{
  border-top-color: rgb(120 113 108 / 0.6);
}

.border-t-stone-500\/70{
  border-top-color: rgb(120 113 108 / 0.7);
}

.border-t-stone-500\/75{
  border-top-color: rgb(120 113 108 / 0.75);
}

.border-t-stone-500\/80{
  border-top-color: rgb(120 113 108 / 0.8);
}

.border-t-stone-500\/90{
  border-top-color: rgb(120 113 108 / 0.9);
}

.border-t-stone-500\/95{
  border-top-color: rgb(120 113 108 / 0.95);
}

.border-t-stone-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.border-t-stone-600\/0{
  border-top-color: rgb(87 83 78 / 0);
}

.border-t-stone-600\/10{
  border-top-color: rgb(87 83 78 / 0.1);
}

.border-t-stone-600\/100{
  border-top-color: rgb(87 83 78 / 1);
}

.border-t-stone-600\/20{
  border-top-color: rgb(87 83 78 / 0.2);
}

.border-t-stone-600\/25{
  border-top-color: rgb(87 83 78 / 0.25);
}

.border-t-stone-600\/30{
  border-top-color: rgb(87 83 78 / 0.3);
}

.border-t-stone-600\/40{
  border-top-color: rgb(87 83 78 / 0.4);
}

.border-t-stone-600\/5{
  border-top-color: rgb(87 83 78 / 0.05);
}

.border-t-stone-600\/50{
  border-top-color: rgb(87 83 78 / 0.5);
}

.border-t-stone-600\/60{
  border-top-color: rgb(87 83 78 / 0.6);
}

.border-t-stone-600\/70{
  border-top-color: rgb(87 83 78 / 0.7);
}

.border-t-stone-600\/75{
  border-top-color: rgb(87 83 78 / 0.75);
}

.border-t-stone-600\/80{
  border-top-color: rgb(87 83 78 / 0.8);
}

.border-t-stone-600\/90{
  border-top-color: rgb(87 83 78 / 0.9);
}

.border-t-stone-600\/95{
  border-top-color: rgb(87 83 78 / 0.95);
}

.border-t-stone-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-t-stone-700\/0{
  border-top-color: rgb(68 64 60 / 0);
}

.border-t-stone-700\/10{
  border-top-color: rgb(68 64 60 / 0.1);
}

.border-t-stone-700\/100{
  border-top-color: rgb(68 64 60 / 1);
}

.border-t-stone-700\/20{
  border-top-color: rgb(68 64 60 / 0.2);
}

.border-t-stone-700\/25{
  border-top-color: rgb(68 64 60 / 0.25);
}

.border-t-stone-700\/30{
  border-top-color: rgb(68 64 60 / 0.3);
}

.border-t-stone-700\/40{
  border-top-color: rgb(68 64 60 / 0.4);
}

.border-t-stone-700\/5{
  border-top-color: rgb(68 64 60 / 0.05);
}

.border-t-stone-700\/50{
  border-top-color: rgb(68 64 60 / 0.5);
}

.border-t-stone-700\/60{
  border-top-color: rgb(68 64 60 / 0.6);
}

.border-t-stone-700\/70{
  border-top-color: rgb(68 64 60 / 0.7);
}

.border-t-stone-700\/75{
  border-top-color: rgb(68 64 60 / 0.75);
}

.border-t-stone-700\/80{
  border-top-color: rgb(68 64 60 / 0.8);
}

.border-t-stone-700\/90{
  border-top-color: rgb(68 64 60 / 0.9);
}

.border-t-stone-700\/95{
  border-top-color: rgb(68 64 60 / 0.95);
}

.border-t-stone-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.border-t-stone-800\/0{
  border-top-color: rgb(41 37 36 / 0);
}

.border-t-stone-800\/10{
  border-top-color: rgb(41 37 36 / 0.1);
}

.border-t-stone-800\/100{
  border-top-color: rgb(41 37 36 / 1);
}

.border-t-stone-800\/20{
  border-top-color: rgb(41 37 36 / 0.2);
}

.border-t-stone-800\/25{
  border-top-color: rgb(41 37 36 / 0.25);
}

.border-t-stone-800\/30{
  border-top-color: rgb(41 37 36 / 0.3);
}

.border-t-stone-800\/40{
  border-top-color: rgb(41 37 36 / 0.4);
}

.border-t-stone-800\/5{
  border-top-color: rgb(41 37 36 / 0.05);
}

.border-t-stone-800\/50{
  border-top-color: rgb(41 37 36 / 0.5);
}

.border-t-stone-800\/60{
  border-top-color: rgb(41 37 36 / 0.6);
}

.border-t-stone-800\/70{
  border-top-color: rgb(41 37 36 / 0.7);
}

.border-t-stone-800\/75{
  border-top-color: rgb(41 37 36 / 0.75);
}

.border-t-stone-800\/80{
  border-top-color: rgb(41 37 36 / 0.8);
}

.border-t-stone-800\/90{
  border-top-color: rgb(41 37 36 / 0.9);
}

.border-t-stone-800\/95{
  border-top-color: rgb(41 37 36 / 0.95);
}

.border-t-stone-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.border-t-stone-900\/0{
  border-top-color: rgb(28 25 23 / 0);
}

.border-t-stone-900\/10{
  border-top-color: rgb(28 25 23 / 0.1);
}

.border-t-stone-900\/100{
  border-top-color: rgb(28 25 23 / 1);
}

.border-t-stone-900\/20{
  border-top-color: rgb(28 25 23 / 0.2);
}

.border-t-stone-900\/25{
  border-top-color: rgb(28 25 23 / 0.25);
}

.border-t-stone-900\/30{
  border-top-color: rgb(28 25 23 / 0.3);
}

.border-t-stone-900\/40{
  border-top-color: rgb(28 25 23 / 0.4);
}

.border-t-stone-900\/5{
  border-top-color: rgb(28 25 23 / 0.05);
}

.border-t-stone-900\/50{
  border-top-color: rgb(28 25 23 / 0.5);
}

.border-t-stone-900\/60{
  border-top-color: rgb(28 25 23 / 0.6);
}

.border-t-stone-900\/70{
  border-top-color: rgb(28 25 23 / 0.7);
}

.border-t-stone-900\/75{
  border-top-color: rgb(28 25 23 / 0.75);
}

.border-t-stone-900\/80{
  border-top-color: rgb(28 25 23 / 0.8);
}

.border-t-stone-900\/90{
  border-top-color: rgb(28 25 23 / 0.9);
}

.border-t-stone-900\/95{
  border-top-color: rgb(28 25 23 / 0.95);
}

.border-t-stone-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.border-t-stone-950\/0{
  border-top-color: rgb(12 10 9 / 0);
}

.border-t-stone-950\/10{
  border-top-color: rgb(12 10 9 / 0.1);
}

.border-t-stone-950\/100{
  border-top-color: rgb(12 10 9 / 1);
}

.border-t-stone-950\/20{
  border-top-color: rgb(12 10 9 / 0.2);
}

.border-t-stone-950\/25{
  border-top-color: rgb(12 10 9 / 0.25);
}

.border-t-stone-950\/30{
  border-top-color: rgb(12 10 9 / 0.3);
}

.border-t-stone-950\/40{
  border-top-color: rgb(12 10 9 / 0.4);
}

.border-t-stone-950\/5{
  border-top-color: rgb(12 10 9 / 0.05);
}

.border-t-stone-950\/50{
  border-top-color: rgb(12 10 9 / 0.5);
}

.border-t-stone-950\/60{
  border-top-color: rgb(12 10 9 / 0.6);
}

.border-t-stone-950\/70{
  border-top-color: rgb(12 10 9 / 0.7);
}

.border-t-stone-950\/75{
  border-top-color: rgb(12 10 9 / 0.75);
}

.border-t-stone-950\/80{
  border-top-color: rgb(12 10 9 / 0.8);
}

.border-t-stone-950\/90{
  border-top-color: rgb(12 10 9 / 0.9);
}

.border-t-stone-950\/95{
  border-top-color: rgb(12 10 9 / 0.95);
}

.border-t-teal-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.border-t-teal-100\/0{
  border-top-color: rgb(204 251 241 / 0);
}

.border-t-teal-100\/10{
  border-top-color: rgb(204 251 241 / 0.1);
}

.border-t-teal-100\/100{
  border-top-color: rgb(204 251 241 / 1);
}

.border-t-teal-100\/20{
  border-top-color: rgb(204 251 241 / 0.2);
}

.border-t-teal-100\/25{
  border-top-color: rgb(204 251 241 / 0.25);
}

.border-t-teal-100\/30{
  border-top-color: rgb(204 251 241 / 0.3);
}

.border-t-teal-100\/40{
  border-top-color: rgb(204 251 241 / 0.4);
}

.border-t-teal-100\/5{
  border-top-color: rgb(204 251 241 / 0.05);
}

.border-t-teal-100\/50{
  border-top-color: rgb(204 251 241 / 0.5);
}

.border-t-teal-100\/60{
  border-top-color: rgb(204 251 241 / 0.6);
}

.border-t-teal-100\/70{
  border-top-color: rgb(204 251 241 / 0.7);
}

.border-t-teal-100\/75{
  border-top-color: rgb(204 251 241 / 0.75);
}

.border-t-teal-100\/80{
  border-top-color: rgb(204 251 241 / 0.8);
}

.border-t-teal-100\/90{
  border-top-color: rgb(204 251 241 / 0.9);
}

.border-t-teal-100\/95{
  border-top-color: rgb(204 251 241 / 0.95);
}

.border-t-teal-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.border-t-teal-200\/0{
  border-top-color: rgb(153 246 228 / 0);
}

.border-t-teal-200\/10{
  border-top-color: rgb(153 246 228 / 0.1);
}

.border-t-teal-200\/100{
  border-top-color: rgb(153 246 228 / 1);
}

.border-t-teal-200\/20{
  border-top-color: rgb(153 246 228 / 0.2);
}

.border-t-teal-200\/25{
  border-top-color: rgb(153 246 228 / 0.25);
}

.border-t-teal-200\/30{
  border-top-color: rgb(153 246 228 / 0.3);
}

.border-t-teal-200\/40{
  border-top-color: rgb(153 246 228 / 0.4);
}

.border-t-teal-200\/5{
  border-top-color: rgb(153 246 228 / 0.05);
}

.border-t-teal-200\/50{
  border-top-color: rgb(153 246 228 / 0.5);
}

.border-t-teal-200\/60{
  border-top-color: rgb(153 246 228 / 0.6);
}

.border-t-teal-200\/70{
  border-top-color: rgb(153 246 228 / 0.7);
}

.border-t-teal-200\/75{
  border-top-color: rgb(153 246 228 / 0.75);
}

.border-t-teal-200\/80{
  border-top-color: rgb(153 246 228 / 0.8);
}

.border-t-teal-200\/90{
  border-top-color: rgb(153 246 228 / 0.9);
}

.border-t-teal-200\/95{
  border-top-color: rgb(153 246 228 / 0.95);
}

.border-t-teal-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.border-t-teal-300\/0{
  border-top-color: rgb(94 234 212 / 0);
}

.border-t-teal-300\/10{
  border-top-color: rgb(94 234 212 / 0.1);
}

.border-t-teal-300\/100{
  border-top-color: rgb(94 234 212 / 1);
}

.border-t-teal-300\/20{
  border-top-color: rgb(94 234 212 / 0.2);
}

.border-t-teal-300\/25{
  border-top-color: rgb(94 234 212 / 0.25);
}

.border-t-teal-300\/30{
  border-top-color: rgb(94 234 212 / 0.3);
}

.border-t-teal-300\/40{
  border-top-color: rgb(94 234 212 / 0.4);
}

.border-t-teal-300\/5{
  border-top-color: rgb(94 234 212 / 0.05);
}

.border-t-teal-300\/50{
  border-top-color: rgb(94 234 212 / 0.5);
}

.border-t-teal-300\/60{
  border-top-color: rgb(94 234 212 / 0.6);
}

.border-t-teal-300\/70{
  border-top-color: rgb(94 234 212 / 0.7);
}

.border-t-teal-300\/75{
  border-top-color: rgb(94 234 212 / 0.75);
}

.border-t-teal-300\/80{
  border-top-color: rgb(94 234 212 / 0.8);
}

.border-t-teal-300\/90{
  border-top-color: rgb(94 234 212 / 0.9);
}

.border-t-teal-300\/95{
  border-top-color: rgb(94 234 212 / 0.95);
}

.border-t-teal-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.border-t-teal-400\/0{
  border-top-color: rgb(45 212 191 / 0);
}

.border-t-teal-400\/10{
  border-top-color: rgb(45 212 191 / 0.1);
}

.border-t-teal-400\/100{
  border-top-color: rgb(45 212 191 / 1);
}

.border-t-teal-400\/20{
  border-top-color: rgb(45 212 191 / 0.2);
}

.border-t-teal-400\/25{
  border-top-color: rgb(45 212 191 / 0.25);
}

.border-t-teal-400\/30{
  border-top-color: rgb(45 212 191 / 0.3);
}

.border-t-teal-400\/40{
  border-top-color: rgb(45 212 191 / 0.4);
}

.border-t-teal-400\/5{
  border-top-color: rgb(45 212 191 / 0.05);
}

.border-t-teal-400\/50{
  border-top-color: rgb(45 212 191 / 0.5);
}

.border-t-teal-400\/60{
  border-top-color: rgb(45 212 191 / 0.6);
}

.border-t-teal-400\/70{
  border-top-color: rgb(45 212 191 / 0.7);
}

.border-t-teal-400\/75{
  border-top-color: rgb(45 212 191 / 0.75);
}

.border-t-teal-400\/80{
  border-top-color: rgb(45 212 191 / 0.8);
}

.border-t-teal-400\/90{
  border-top-color: rgb(45 212 191 / 0.9);
}

.border-t-teal-400\/95{
  border-top-color: rgb(45 212 191 / 0.95);
}

.border-t-teal-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.border-t-teal-50\/0{
  border-top-color: rgb(240 253 250 / 0);
}

.border-t-teal-50\/10{
  border-top-color: rgb(240 253 250 / 0.1);
}

.border-t-teal-50\/100{
  border-top-color: rgb(240 253 250 / 1);
}

.border-t-teal-50\/20{
  border-top-color: rgb(240 253 250 / 0.2);
}

.border-t-teal-50\/25{
  border-top-color: rgb(240 253 250 / 0.25);
}

.border-t-teal-50\/30{
  border-top-color: rgb(240 253 250 / 0.3);
}

.border-t-teal-50\/40{
  border-top-color: rgb(240 253 250 / 0.4);
}

.border-t-teal-50\/5{
  border-top-color: rgb(240 253 250 / 0.05);
}

.border-t-teal-50\/50{
  border-top-color: rgb(240 253 250 / 0.5);
}

.border-t-teal-50\/60{
  border-top-color: rgb(240 253 250 / 0.6);
}

.border-t-teal-50\/70{
  border-top-color: rgb(240 253 250 / 0.7);
}

.border-t-teal-50\/75{
  border-top-color: rgb(240 253 250 / 0.75);
}

.border-t-teal-50\/80{
  border-top-color: rgb(240 253 250 / 0.8);
}

.border-t-teal-50\/90{
  border-top-color: rgb(240 253 250 / 0.9);
}

.border-t-teal-50\/95{
  border-top-color: rgb(240 253 250 / 0.95);
}

.border-t-teal-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-t-teal-500\/0{
  border-top-color: rgb(20 184 166 / 0);
}

.border-t-teal-500\/10{
  border-top-color: rgb(20 184 166 / 0.1);
}

.border-t-teal-500\/100{
  border-top-color: rgb(20 184 166 / 1);
}

.border-t-teal-500\/20{
  border-top-color: rgb(20 184 166 / 0.2);
}

.border-t-teal-500\/25{
  border-top-color: rgb(20 184 166 / 0.25);
}

.border-t-teal-500\/30{
  border-top-color: rgb(20 184 166 / 0.3);
}

.border-t-teal-500\/40{
  border-top-color: rgb(20 184 166 / 0.4);
}

.border-t-teal-500\/5{
  border-top-color: rgb(20 184 166 / 0.05);
}

.border-t-teal-500\/50{
  border-top-color: rgb(20 184 166 / 0.5);
}

.border-t-teal-500\/60{
  border-top-color: rgb(20 184 166 / 0.6);
}

.border-t-teal-500\/70{
  border-top-color: rgb(20 184 166 / 0.7);
}

.border-t-teal-500\/75{
  border-top-color: rgb(20 184 166 / 0.75);
}

.border-t-teal-500\/80{
  border-top-color: rgb(20 184 166 / 0.8);
}

.border-t-teal-500\/90{
  border-top-color: rgb(20 184 166 / 0.9);
}

.border-t-teal-500\/95{
  border-top-color: rgb(20 184 166 / 0.95);
}

.border-t-teal-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-t-teal-600\/0{
  border-top-color: rgb(13 148 136 / 0);
}

.border-t-teal-600\/10{
  border-top-color: rgb(13 148 136 / 0.1);
}

.border-t-teal-600\/100{
  border-top-color: rgb(13 148 136 / 1);
}

.border-t-teal-600\/20{
  border-top-color: rgb(13 148 136 / 0.2);
}

.border-t-teal-600\/25{
  border-top-color: rgb(13 148 136 / 0.25);
}

.border-t-teal-600\/30{
  border-top-color: rgb(13 148 136 / 0.3);
}

.border-t-teal-600\/40{
  border-top-color: rgb(13 148 136 / 0.4);
}

.border-t-teal-600\/5{
  border-top-color: rgb(13 148 136 / 0.05);
}

.border-t-teal-600\/50{
  border-top-color: rgb(13 148 136 / 0.5);
}

.border-t-teal-600\/60{
  border-top-color: rgb(13 148 136 / 0.6);
}

.border-t-teal-600\/70{
  border-top-color: rgb(13 148 136 / 0.7);
}

.border-t-teal-600\/75{
  border-top-color: rgb(13 148 136 / 0.75);
}

.border-t-teal-600\/80{
  border-top-color: rgb(13 148 136 / 0.8);
}

.border-t-teal-600\/90{
  border-top-color: rgb(13 148 136 / 0.9);
}

.border-t-teal-600\/95{
  border-top-color: rgb(13 148 136 / 0.95);
}

.border-t-teal-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-t-teal-700\/0{
  border-top-color: rgb(15 118 110 / 0);
}

.border-t-teal-700\/10{
  border-top-color: rgb(15 118 110 / 0.1);
}

.border-t-teal-700\/100{
  border-top-color: rgb(15 118 110 / 1);
}

.border-t-teal-700\/20{
  border-top-color: rgb(15 118 110 / 0.2);
}

.border-t-teal-700\/25{
  border-top-color: rgb(15 118 110 / 0.25);
}

.border-t-teal-700\/30{
  border-top-color: rgb(15 118 110 / 0.3);
}

.border-t-teal-700\/40{
  border-top-color: rgb(15 118 110 / 0.4);
}

.border-t-teal-700\/5{
  border-top-color: rgb(15 118 110 / 0.05);
}

.border-t-teal-700\/50{
  border-top-color: rgb(15 118 110 / 0.5);
}

.border-t-teal-700\/60{
  border-top-color: rgb(15 118 110 / 0.6);
}

.border-t-teal-700\/70{
  border-top-color: rgb(15 118 110 / 0.7);
}

.border-t-teal-700\/75{
  border-top-color: rgb(15 118 110 / 0.75);
}

.border-t-teal-700\/80{
  border-top-color: rgb(15 118 110 / 0.8);
}

.border-t-teal-700\/90{
  border-top-color: rgb(15 118 110 / 0.9);
}

.border-t-teal-700\/95{
  border-top-color: rgb(15 118 110 / 0.95);
}

.border-t-teal-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.border-t-teal-800\/0{
  border-top-color: rgb(17 94 89 / 0);
}

.border-t-teal-800\/10{
  border-top-color: rgb(17 94 89 / 0.1);
}

.border-t-teal-800\/100{
  border-top-color: rgb(17 94 89 / 1);
}

.border-t-teal-800\/20{
  border-top-color: rgb(17 94 89 / 0.2);
}

.border-t-teal-800\/25{
  border-top-color: rgb(17 94 89 / 0.25);
}

.border-t-teal-800\/30{
  border-top-color: rgb(17 94 89 / 0.3);
}

.border-t-teal-800\/40{
  border-top-color: rgb(17 94 89 / 0.4);
}

.border-t-teal-800\/5{
  border-top-color: rgb(17 94 89 / 0.05);
}

.border-t-teal-800\/50{
  border-top-color: rgb(17 94 89 / 0.5);
}

.border-t-teal-800\/60{
  border-top-color: rgb(17 94 89 / 0.6);
}

.border-t-teal-800\/70{
  border-top-color: rgb(17 94 89 / 0.7);
}

.border-t-teal-800\/75{
  border-top-color: rgb(17 94 89 / 0.75);
}

.border-t-teal-800\/80{
  border-top-color: rgb(17 94 89 / 0.8);
}

.border-t-teal-800\/90{
  border-top-color: rgb(17 94 89 / 0.9);
}

.border-t-teal-800\/95{
  border-top-color: rgb(17 94 89 / 0.95);
}

.border-t-teal-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.border-t-teal-900\/0{
  border-top-color: rgb(19 78 74 / 0);
}

.border-t-teal-900\/10{
  border-top-color: rgb(19 78 74 / 0.1);
}

.border-t-teal-900\/100{
  border-top-color: rgb(19 78 74 / 1);
}

.border-t-teal-900\/20{
  border-top-color: rgb(19 78 74 / 0.2);
}

.border-t-teal-900\/25{
  border-top-color: rgb(19 78 74 / 0.25);
}

.border-t-teal-900\/30{
  border-top-color: rgb(19 78 74 / 0.3);
}

.border-t-teal-900\/40{
  border-top-color: rgb(19 78 74 / 0.4);
}

.border-t-teal-900\/5{
  border-top-color: rgb(19 78 74 / 0.05);
}

.border-t-teal-900\/50{
  border-top-color: rgb(19 78 74 / 0.5);
}

.border-t-teal-900\/60{
  border-top-color: rgb(19 78 74 / 0.6);
}

.border-t-teal-900\/70{
  border-top-color: rgb(19 78 74 / 0.7);
}

.border-t-teal-900\/75{
  border-top-color: rgb(19 78 74 / 0.75);
}

.border-t-teal-900\/80{
  border-top-color: rgb(19 78 74 / 0.8);
}

.border-t-teal-900\/90{
  border-top-color: rgb(19 78 74 / 0.9);
}

.border-t-teal-900\/95{
  border-top-color: rgb(19 78 74 / 0.95);
}

.border-t-teal-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.border-t-teal-950\/0{
  border-top-color: rgb(4 47 46 / 0);
}

.border-t-teal-950\/10{
  border-top-color: rgb(4 47 46 / 0.1);
}

.border-t-teal-950\/100{
  border-top-color: rgb(4 47 46 / 1);
}

.border-t-teal-950\/20{
  border-top-color: rgb(4 47 46 / 0.2);
}

.border-t-teal-950\/25{
  border-top-color: rgb(4 47 46 / 0.25);
}

.border-t-teal-950\/30{
  border-top-color: rgb(4 47 46 / 0.3);
}

.border-t-teal-950\/40{
  border-top-color: rgb(4 47 46 / 0.4);
}

.border-t-teal-950\/5{
  border-top-color: rgb(4 47 46 / 0.05);
}

.border-t-teal-950\/50{
  border-top-color: rgb(4 47 46 / 0.5);
}

.border-t-teal-950\/60{
  border-top-color: rgb(4 47 46 / 0.6);
}

.border-t-teal-950\/70{
  border-top-color: rgb(4 47 46 / 0.7);
}

.border-t-teal-950\/75{
  border-top-color: rgb(4 47 46 / 0.75);
}

.border-t-teal-950\/80{
  border-top-color: rgb(4 47 46 / 0.8);
}

.border-t-teal-950\/90{
  border-top-color: rgb(4 47 46 / 0.9);
}

.border-t-teal-950\/95{
  border-top-color: rgb(4 47 46 / 0.95);
}

.border-t-transparent{
  border-top-color: transparent;
}

.border-t-transparent\/0{
  border-top-color: rgb(0 0 0 / 0);
}

.border-t-transparent\/10{
  border-top-color: rgb(0 0 0 / 0.1);
}

.border-t-transparent\/100{
  border-top-color: rgb(0 0 0 / 1);
}

.border-t-transparent\/20{
  border-top-color: rgb(0 0 0 / 0.2);
}

.border-t-transparent\/25{
  border-top-color: rgb(0 0 0 / 0.25);
}

.border-t-transparent\/30{
  border-top-color: rgb(0 0 0 / 0.3);
}

.border-t-transparent\/40{
  border-top-color: rgb(0 0 0 / 0.4);
}

.border-t-transparent\/5{
  border-top-color: rgb(0 0 0 / 0.05);
}

.border-t-transparent\/50{
  border-top-color: rgb(0 0 0 / 0.5);
}

.border-t-transparent\/60{
  border-top-color: rgb(0 0 0 / 0.6);
}

.border-t-transparent\/70{
  border-top-color: rgb(0 0 0 / 0.7);
}

.border-t-transparent\/75{
  border-top-color: rgb(0 0 0 / 0.75);
}

.border-t-transparent\/80{
  border-top-color: rgb(0 0 0 / 0.8);
}

.border-t-transparent\/90{
  border-top-color: rgb(0 0 0 / 0.9);
}

.border-t-transparent\/95{
  border-top-color: rgb(0 0 0 / 0.95);
}

.border-t-violet-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-t-violet-100\/0{
  border-top-color: rgb(237 233 254 / 0);
}

.border-t-violet-100\/10{
  border-top-color: rgb(237 233 254 / 0.1);
}

.border-t-violet-100\/100{
  border-top-color: rgb(237 233 254 / 1);
}

.border-t-violet-100\/20{
  border-top-color: rgb(237 233 254 / 0.2);
}

.border-t-violet-100\/25{
  border-top-color: rgb(237 233 254 / 0.25);
}

.border-t-violet-100\/30{
  border-top-color: rgb(237 233 254 / 0.3);
}

.border-t-violet-100\/40{
  border-top-color: rgb(237 233 254 / 0.4);
}

.border-t-violet-100\/5{
  border-top-color: rgb(237 233 254 / 0.05);
}

.border-t-violet-100\/50{
  border-top-color: rgb(237 233 254 / 0.5);
}

.border-t-violet-100\/60{
  border-top-color: rgb(237 233 254 / 0.6);
}

.border-t-violet-100\/70{
  border-top-color: rgb(237 233 254 / 0.7);
}

.border-t-violet-100\/75{
  border-top-color: rgb(237 233 254 / 0.75);
}

.border-t-violet-100\/80{
  border-top-color: rgb(237 233 254 / 0.8);
}

.border-t-violet-100\/90{
  border-top-color: rgb(237 233 254 / 0.9);
}

.border-t-violet-100\/95{
  border-top-color: rgb(237 233 254 / 0.95);
}

.border-t-violet-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.border-t-violet-200\/0{
  border-top-color: rgb(221 214 254 / 0);
}

.border-t-violet-200\/10{
  border-top-color: rgb(221 214 254 / 0.1);
}

.border-t-violet-200\/100{
  border-top-color: rgb(221 214 254 / 1);
}

.border-t-violet-200\/20{
  border-top-color: rgb(221 214 254 / 0.2);
}

.border-t-violet-200\/25{
  border-top-color: rgb(221 214 254 / 0.25);
}

.border-t-violet-200\/30{
  border-top-color: rgb(221 214 254 / 0.3);
}

.border-t-violet-200\/40{
  border-top-color: rgb(221 214 254 / 0.4);
}

.border-t-violet-200\/5{
  border-top-color: rgb(221 214 254 / 0.05);
}

.border-t-violet-200\/50{
  border-top-color: rgb(221 214 254 / 0.5);
}

.border-t-violet-200\/60{
  border-top-color: rgb(221 214 254 / 0.6);
}

.border-t-violet-200\/70{
  border-top-color: rgb(221 214 254 / 0.7);
}

.border-t-violet-200\/75{
  border-top-color: rgb(221 214 254 / 0.75);
}

.border-t-violet-200\/80{
  border-top-color: rgb(221 214 254 / 0.8);
}

.border-t-violet-200\/90{
  border-top-color: rgb(221 214 254 / 0.9);
}

.border-t-violet-200\/95{
  border-top-color: rgb(221 214 254 / 0.95);
}

.border-t-violet-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.border-t-violet-300\/0{
  border-top-color: rgb(196 181 253 / 0);
}

.border-t-violet-300\/10{
  border-top-color: rgb(196 181 253 / 0.1);
}

.border-t-violet-300\/100{
  border-top-color: rgb(196 181 253 / 1);
}

.border-t-violet-300\/20{
  border-top-color: rgb(196 181 253 / 0.2);
}

.border-t-violet-300\/25{
  border-top-color: rgb(196 181 253 / 0.25);
}

.border-t-violet-300\/30{
  border-top-color: rgb(196 181 253 / 0.3);
}

.border-t-violet-300\/40{
  border-top-color: rgb(196 181 253 / 0.4);
}

.border-t-violet-300\/5{
  border-top-color: rgb(196 181 253 / 0.05);
}

.border-t-violet-300\/50{
  border-top-color: rgb(196 181 253 / 0.5);
}

.border-t-violet-300\/60{
  border-top-color: rgb(196 181 253 / 0.6);
}

.border-t-violet-300\/70{
  border-top-color: rgb(196 181 253 / 0.7);
}

.border-t-violet-300\/75{
  border-top-color: rgb(196 181 253 / 0.75);
}

.border-t-violet-300\/80{
  border-top-color: rgb(196 181 253 / 0.8);
}

.border-t-violet-300\/90{
  border-top-color: rgb(196 181 253 / 0.9);
}

.border-t-violet-300\/95{
  border-top-color: rgb(196 181 253 / 0.95);
}

.border-t-violet-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.border-t-violet-400\/0{
  border-top-color: rgb(167 139 250 / 0);
}

.border-t-violet-400\/10{
  border-top-color: rgb(167 139 250 / 0.1);
}

.border-t-violet-400\/100{
  border-top-color: rgb(167 139 250 / 1);
}

.border-t-violet-400\/20{
  border-top-color: rgb(167 139 250 / 0.2);
}

.border-t-violet-400\/25{
  border-top-color: rgb(167 139 250 / 0.25);
}

.border-t-violet-400\/30{
  border-top-color: rgb(167 139 250 / 0.3);
}

.border-t-violet-400\/40{
  border-top-color: rgb(167 139 250 / 0.4);
}

.border-t-violet-400\/5{
  border-top-color: rgb(167 139 250 / 0.05);
}

.border-t-violet-400\/50{
  border-top-color: rgb(167 139 250 / 0.5);
}

.border-t-violet-400\/60{
  border-top-color: rgb(167 139 250 / 0.6);
}

.border-t-violet-400\/70{
  border-top-color: rgb(167 139 250 / 0.7);
}

.border-t-violet-400\/75{
  border-top-color: rgb(167 139 250 / 0.75);
}

.border-t-violet-400\/80{
  border-top-color: rgb(167 139 250 / 0.8);
}

.border-t-violet-400\/90{
  border-top-color: rgb(167 139 250 / 0.9);
}

.border-t-violet-400\/95{
  border-top-color: rgb(167 139 250 / 0.95);
}

.border-t-violet-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.border-t-violet-50\/0{
  border-top-color: rgb(245 243 255 / 0);
}

.border-t-violet-50\/10{
  border-top-color: rgb(245 243 255 / 0.1);
}

.border-t-violet-50\/100{
  border-top-color: rgb(245 243 255 / 1);
}

.border-t-violet-50\/20{
  border-top-color: rgb(245 243 255 / 0.2);
}

.border-t-violet-50\/25{
  border-top-color: rgb(245 243 255 / 0.25);
}

.border-t-violet-50\/30{
  border-top-color: rgb(245 243 255 / 0.3);
}

.border-t-violet-50\/40{
  border-top-color: rgb(245 243 255 / 0.4);
}

.border-t-violet-50\/5{
  border-top-color: rgb(245 243 255 / 0.05);
}

.border-t-violet-50\/50{
  border-top-color: rgb(245 243 255 / 0.5);
}

.border-t-violet-50\/60{
  border-top-color: rgb(245 243 255 / 0.6);
}

.border-t-violet-50\/70{
  border-top-color: rgb(245 243 255 / 0.7);
}

.border-t-violet-50\/75{
  border-top-color: rgb(245 243 255 / 0.75);
}

.border-t-violet-50\/80{
  border-top-color: rgb(245 243 255 / 0.8);
}

.border-t-violet-50\/90{
  border-top-color: rgb(245 243 255 / 0.9);
}

.border-t-violet-50\/95{
  border-top-color: rgb(245 243 255 / 0.95);
}

.border-t-violet-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.border-t-violet-500\/0{
  border-top-color: rgb(139 92 246 / 0);
}

.border-t-violet-500\/10{
  border-top-color: rgb(139 92 246 / 0.1);
}

.border-t-violet-500\/100{
  border-top-color: rgb(139 92 246 / 1);
}

.border-t-violet-500\/20{
  border-top-color: rgb(139 92 246 / 0.2);
}

.border-t-violet-500\/25{
  border-top-color: rgb(139 92 246 / 0.25);
}

.border-t-violet-500\/30{
  border-top-color: rgb(139 92 246 / 0.3);
}

.border-t-violet-500\/40{
  border-top-color: rgb(139 92 246 / 0.4);
}

.border-t-violet-500\/5{
  border-top-color: rgb(139 92 246 / 0.05);
}

.border-t-violet-500\/50{
  border-top-color: rgb(139 92 246 / 0.5);
}

.border-t-violet-500\/60{
  border-top-color: rgb(139 92 246 / 0.6);
}

.border-t-violet-500\/70{
  border-top-color: rgb(139 92 246 / 0.7);
}

.border-t-violet-500\/75{
  border-top-color: rgb(139 92 246 / 0.75);
}

.border-t-violet-500\/80{
  border-top-color: rgb(139 92 246 / 0.8);
}

.border-t-violet-500\/90{
  border-top-color: rgb(139 92 246 / 0.9);
}

.border-t-violet-500\/95{
  border-top-color: rgb(139 92 246 / 0.95);
}

.border-t-violet-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.border-t-violet-600\/0{
  border-top-color: rgb(124 58 237 / 0);
}

.border-t-violet-600\/10{
  border-top-color: rgb(124 58 237 / 0.1);
}

.border-t-violet-600\/100{
  border-top-color: rgb(124 58 237 / 1);
}

.border-t-violet-600\/20{
  border-top-color: rgb(124 58 237 / 0.2);
}

.border-t-violet-600\/25{
  border-top-color: rgb(124 58 237 / 0.25);
}

.border-t-violet-600\/30{
  border-top-color: rgb(124 58 237 / 0.3);
}

.border-t-violet-600\/40{
  border-top-color: rgb(124 58 237 / 0.4);
}

.border-t-violet-600\/5{
  border-top-color: rgb(124 58 237 / 0.05);
}

.border-t-violet-600\/50{
  border-top-color: rgb(124 58 237 / 0.5);
}

.border-t-violet-600\/60{
  border-top-color: rgb(124 58 237 / 0.6);
}

.border-t-violet-600\/70{
  border-top-color: rgb(124 58 237 / 0.7);
}

.border-t-violet-600\/75{
  border-top-color: rgb(124 58 237 / 0.75);
}

.border-t-violet-600\/80{
  border-top-color: rgb(124 58 237 / 0.8);
}

.border-t-violet-600\/90{
  border-top-color: rgb(124 58 237 / 0.9);
}

.border-t-violet-600\/95{
  border-top-color: rgb(124 58 237 / 0.95);
}

.border-t-violet-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.border-t-violet-700\/0{
  border-top-color: rgb(109 40 217 / 0);
}

.border-t-violet-700\/10{
  border-top-color: rgb(109 40 217 / 0.1);
}

.border-t-violet-700\/100{
  border-top-color: rgb(109 40 217 / 1);
}

.border-t-violet-700\/20{
  border-top-color: rgb(109 40 217 / 0.2);
}

.border-t-violet-700\/25{
  border-top-color: rgb(109 40 217 / 0.25);
}

.border-t-violet-700\/30{
  border-top-color: rgb(109 40 217 / 0.3);
}

.border-t-violet-700\/40{
  border-top-color: rgb(109 40 217 / 0.4);
}

.border-t-violet-700\/5{
  border-top-color: rgb(109 40 217 / 0.05);
}

.border-t-violet-700\/50{
  border-top-color: rgb(109 40 217 / 0.5);
}

.border-t-violet-700\/60{
  border-top-color: rgb(109 40 217 / 0.6);
}

.border-t-violet-700\/70{
  border-top-color: rgb(109 40 217 / 0.7);
}

.border-t-violet-700\/75{
  border-top-color: rgb(109 40 217 / 0.75);
}

.border-t-violet-700\/80{
  border-top-color: rgb(109 40 217 / 0.8);
}

.border-t-violet-700\/90{
  border-top-color: rgb(109 40 217 / 0.9);
}

.border-t-violet-700\/95{
  border-top-color: rgb(109 40 217 / 0.95);
}

.border-t-violet-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.border-t-violet-800\/0{
  border-top-color: rgb(91 33 182 / 0);
}

.border-t-violet-800\/10{
  border-top-color: rgb(91 33 182 / 0.1);
}

.border-t-violet-800\/100{
  border-top-color: rgb(91 33 182 / 1);
}

.border-t-violet-800\/20{
  border-top-color: rgb(91 33 182 / 0.2);
}

.border-t-violet-800\/25{
  border-top-color: rgb(91 33 182 / 0.25);
}

.border-t-violet-800\/30{
  border-top-color: rgb(91 33 182 / 0.3);
}

.border-t-violet-800\/40{
  border-top-color: rgb(91 33 182 / 0.4);
}

.border-t-violet-800\/5{
  border-top-color: rgb(91 33 182 / 0.05);
}

.border-t-violet-800\/50{
  border-top-color: rgb(91 33 182 / 0.5);
}

.border-t-violet-800\/60{
  border-top-color: rgb(91 33 182 / 0.6);
}

.border-t-violet-800\/70{
  border-top-color: rgb(91 33 182 / 0.7);
}

.border-t-violet-800\/75{
  border-top-color: rgb(91 33 182 / 0.75);
}

.border-t-violet-800\/80{
  border-top-color: rgb(91 33 182 / 0.8);
}

.border-t-violet-800\/90{
  border-top-color: rgb(91 33 182 / 0.9);
}

.border-t-violet-800\/95{
  border-top-color: rgb(91 33 182 / 0.95);
}

.border-t-violet-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.border-t-violet-900\/0{
  border-top-color: rgb(76 29 149 / 0);
}

.border-t-violet-900\/10{
  border-top-color: rgb(76 29 149 / 0.1);
}

.border-t-violet-900\/100{
  border-top-color: rgb(76 29 149 / 1);
}

.border-t-violet-900\/20{
  border-top-color: rgb(76 29 149 / 0.2);
}

.border-t-violet-900\/25{
  border-top-color: rgb(76 29 149 / 0.25);
}

.border-t-violet-900\/30{
  border-top-color: rgb(76 29 149 / 0.3);
}

.border-t-violet-900\/40{
  border-top-color: rgb(76 29 149 / 0.4);
}

.border-t-violet-900\/5{
  border-top-color: rgb(76 29 149 / 0.05);
}

.border-t-violet-900\/50{
  border-top-color: rgb(76 29 149 / 0.5);
}

.border-t-violet-900\/60{
  border-top-color: rgb(76 29 149 / 0.6);
}

.border-t-violet-900\/70{
  border-top-color: rgb(76 29 149 / 0.7);
}

.border-t-violet-900\/75{
  border-top-color: rgb(76 29 149 / 0.75);
}

.border-t-violet-900\/80{
  border-top-color: rgb(76 29 149 / 0.8);
}

.border-t-violet-900\/90{
  border-top-color: rgb(76 29 149 / 0.9);
}

.border-t-violet-900\/95{
  border-top-color: rgb(76 29 149 / 0.95);
}

.border-t-violet-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.border-t-violet-950\/0{
  border-top-color: rgb(46 16 101 / 0);
}

.border-t-violet-950\/10{
  border-top-color: rgb(46 16 101 / 0.1);
}

.border-t-violet-950\/100{
  border-top-color: rgb(46 16 101 / 1);
}

.border-t-violet-950\/20{
  border-top-color: rgb(46 16 101 / 0.2);
}

.border-t-violet-950\/25{
  border-top-color: rgb(46 16 101 / 0.25);
}

.border-t-violet-950\/30{
  border-top-color: rgb(46 16 101 / 0.3);
}

.border-t-violet-950\/40{
  border-top-color: rgb(46 16 101 / 0.4);
}

.border-t-violet-950\/5{
  border-top-color: rgb(46 16 101 / 0.05);
}

.border-t-violet-950\/50{
  border-top-color: rgb(46 16 101 / 0.5);
}

.border-t-violet-950\/60{
  border-top-color: rgb(46 16 101 / 0.6);
}

.border-t-violet-950\/70{
  border-top-color: rgb(46 16 101 / 0.7);
}

.border-t-violet-950\/75{
  border-top-color: rgb(46 16 101 / 0.75);
}

.border-t-violet-950\/80{
  border-top-color: rgb(46 16 101 / 0.8);
}

.border-t-violet-950\/90{
  border-top-color: rgb(46 16 101 / 0.9);
}

.border-t-violet-950\/95{
  border-top-color: rgb(46 16 101 / 0.95);
}

.border-t-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-t-white\/0{
  border-top-color: rgb(255 255 255 / 0);
}

.border-t-white\/10{
  border-top-color: rgb(255 255 255 / 0.1);
}

.border-t-white\/100{
  border-top-color: rgb(255 255 255 / 1);
}

.border-t-white\/20{
  border-top-color: rgb(255 255 255 / 0.2);
}

.border-t-white\/25{
  border-top-color: rgb(255 255 255 / 0.25);
}

.border-t-white\/30{
  border-top-color: rgb(255 255 255 / 0.3);
}

.border-t-white\/40{
  border-top-color: rgb(255 255 255 / 0.4);
}

.border-t-white\/5{
  border-top-color: rgb(255 255 255 / 0.05);
}

.border-t-white\/50{
  border-top-color: rgb(255 255 255 / 0.5);
}

.border-t-white\/60{
  border-top-color: rgb(255 255 255 / 0.6);
}

.border-t-white\/70{
  border-top-color: rgb(255 255 255 / 0.7);
}

.border-t-white\/75{
  border-top-color: rgb(255 255 255 / 0.75);
}

.border-t-white\/80{
  border-top-color: rgb(255 255 255 / 0.8);
}

.border-t-white\/90{
  border-top-color: rgb(255 255 255 / 0.9);
}

.border-t-white\/95{
  border-top-color: rgb(255 255 255 / 0.95);
}

.border-t-yellow-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-t-yellow-100\/0{
  border-top-color: rgb(254 249 195 / 0);
}

.border-t-yellow-100\/10{
  border-top-color: rgb(254 249 195 / 0.1);
}

.border-t-yellow-100\/100{
  border-top-color: rgb(254 249 195 / 1);
}

.border-t-yellow-100\/20{
  border-top-color: rgb(254 249 195 / 0.2);
}

.border-t-yellow-100\/25{
  border-top-color: rgb(254 249 195 / 0.25);
}

.border-t-yellow-100\/30{
  border-top-color: rgb(254 249 195 / 0.3);
}

.border-t-yellow-100\/40{
  border-top-color: rgb(254 249 195 / 0.4);
}

.border-t-yellow-100\/5{
  border-top-color: rgb(254 249 195 / 0.05);
}

.border-t-yellow-100\/50{
  border-top-color: rgb(254 249 195 / 0.5);
}

.border-t-yellow-100\/60{
  border-top-color: rgb(254 249 195 / 0.6);
}

.border-t-yellow-100\/70{
  border-top-color: rgb(254 249 195 / 0.7);
}

.border-t-yellow-100\/75{
  border-top-color: rgb(254 249 195 / 0.75);
}

.border-t-yellow-100\/80{
  border-top-color: rgb(254 249 195 / 0.8);
}

.border-t-yellow-100\/90{
  border-top-color: rgb(254 249 195 / 0.9);
}

.border-t-yellow-100\/95{
  border-top-color: rgb(254 249 195 / 0.95);
}

.border-t-yellow-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-t-yellow-200\/0{
  border-top-color: rgb(254 240 138 / 0);
}

.border-t-yellow-200\/10{
  border-top-color: rgb(254 240 138 / 0.1);
}

.border-t-yellow-200\/100{
  border-top-color: rgb(254 240 138 / 1);
}

.border-t-yellow-200\/20{
  border-top-color: rgb(254 240 138 / 0.2);
}

.border-t-yellow-200\/25{
  border-top-color: rgb(254 240 138 / 0.25);
}

.border-t-yellow-200\/30{
  border-top-color: rgb(254 240 138 / 0.3);
}

.border-t-yellow-200\/40{
  border-top-color: rgb(254 240 138 / 0.4);
}

.border-t-yellow-200\/5{
  border-top-color: rgb(254 240 138 / 0.05);
}

.border-t-yellow-200\/50{
  border-top-color: rgb(254 240 138 / 0.5);
}

.border-t-yellow-200\/60{
  border-top-color: rgb(254 240 138 / 0.6);
}

.border-t-yellow-200\/70{
  border-top-color: rgb(254 240 138 / 0.7);
}

.border-t-yellow-200\/75{
  border-top-color: rgb(254 240 138 / 0.75);
}

.border-t-yellow-200\/80{
  border-top-color: rgb(254 240 138 / 0.8);
}

.border-t-yellow-200\/90{
  border-top-color: rgb(254 240 138 / 0.9);
}

.border-t-yellow-200\/95{
  border-top-color: rgb(254 240 138 / 0.95);
}

.border-t-yellow-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-t-yellow-300\/0{
  border-top-color: rgb(253 224 71 / 0);
}

.border-t-yellow-300\/10{
  border-top-color: rgb(253 224 71 / 0.1);
}

.border-t-yellow-300\/100{
  border-top-color: rgb(253 224 71 / 1);
}

.border-t-yellow-300\/20{
  border-top-color: rgb(253 224 71 / 0.2);
}

.border-t-yellow-300\/25{
  border-top-color: rgb(253 224 71 / 0.25);
}

.border-t-yellow-300\/30{
  border-top-color: rgb(253 224 71 / 0.3);
}

.border-t-yellow-300\/40{
  border-top-color: rgb(253 224 71 / 0.4);
}

.border-t-yellow-300\/5{
  border-top-color: rgb(253 224 71 / 0.05);
}

.border-t-yellow-300\/50{
  border-top-color: rgb(253 224 71 / 0.5);
}

.border-t-yellow-300\/60{
  border-top-color: rgb(253 224 71 / 0.6);
}

.border-t-yellow-300\/70{
  border-top-color: rgb(253 224 71 / 0.7);
}

.border-t-yellow-300\/75{
  border-top-color: rgb(253 224 71 / 0.75);
}

.border-t-yellow-300\/80{
  border-top-color: rgb(253 224 71 / 0.8);
}

.border-t-yellow-300\/90{
  border-top-color: rgb(253 224 71 / 0.9);
}

.border-t-yellow-300\/95{
  border-top-color: rgb(253 224 71 / 0.95);
}

.border-t-yellow-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-t-yellow-400\/0{
  border-top-color: rgb(250 204 21 / 0);
}

.border-t-yellow-400\/10{
  border-top-color: rgb(250 204 21 / 0.1);
}

.border-t-yellow-400\/100{
  border-top-color: rgb(250 204 21 / 1);
}

.border-t-yellow-400\/20{
  border-top-color: rgb(250 204 21 / 0.2);
}

.border-t-yellow-400\/25{
  border-top-color: rgb(250 204 21 / 0.25);
}

.border-t-yellow-400\/30{
  border-top-color: rgb(250 204 21 / 0.3);
}

.border-t-yellow-400\/40{
  border-top-color: rgb(250 204 21 / 0.4);
}

.border-t-yellow-400\/5{
  border-top-color: rgb(250 204 21 / 0.05);
}

.border-t-yellow-400\/50{
  border-top-color: rgb(250 204 21 / 0.5);
}

.border-t-yellow-400\/60{
  border-top-color: rgb(250 204 21 / 0.6);
}

.border-t-yellow-400\/70{
  border-top-color: rgb(250 204 21 / 0.7);
}

.border-t-yellow-400\/75{
  border-top-color: rgb(250 204 21 / 0.75);
}

.border-t-yellow-400\/80{
  border-top-color: rgb(250 204 21 / 0.8);
}

.border-t-yellow-400\/90{
  border-top-color: rgb(250 204 21 / 0.9);
}

.border-t-yellow-400\/95{
  border-top-color: rgb(250 204 21 / 0.95);
}

.border-t-yellow-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-t-yellow-50\/0{
  border-top-color: rgb(254 252 232 / 0);
}

.border-t-yellow-50\/10{
  border-top-color: rgb(254 252 232 / 0.1);
}

.border-t-yellow-50\/100{
  border-top-color: rgb(254 252 232 / 1);
}

.border-t-yellow-50\/20{
  border-top-color: rgb(254 252 232 / 0.2);
}

.border-t-yellow-50\/25{
  border-top-color: rgb(254 252 232 / 0.25);
}

.border-t-yellow-50\/30{
  border-top-color: rgb(254 252 232 / 0.3);
}

.border-t-yellow-50\/40{
  border-top-color: rgb(254 252 232 / 0.4);
}

.border-t-yellow-50\/5{
  border-top-color: rgb(254 252 232 / 0.05);
}

.border-t-yellow-50\/50{
  border-top-color: rgb(254 252 232 / 0.5);
}

.border-t-yellow-50\/60{
  border-top-color: rgb(254 252 232 / 0.6);
}

.border-t-yellow-50\/70{
  border-top-color: rgb(254 252 232 / 0.7);
}

.border-t-yellow-50\/75{
  border-top-color: rgb(254 252 232 / 0.75);
}

.border-t-yellow-50\/80{
  border-top-color: rgb(254 252 232 / 0.8);
}

.border-t-yellow-50\/90{
  border-top-color: rgb(254 252 232 / 0.9);
}

.border-t-yellow-50\/95{
  border-top-color: rgb(254 252 232 / 0.95);
}

.border-t-yellow-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-t-yellow-500\/0{
  border-top-color: rgb(234 179 8 / 0);
}

.border-t-yellow-500\/10{
  border-top-color: rgb(234 179 8 / 0.1);
}

.border-t-yellow-500\/100{
  border-top-color: rgb(234 179 8 / 1);
}

.border-t-yellow-500\/20{
  border-top-color: rgb(234 179 8 / 0.2);
}

.border-t-yellow-500\/25{
  border-top-color: rgb(234 179 8 / 0.25);
}

.border-t-yellow-500\/30{
  border-top-color: rgb(234 179 8 / 0.3);
}

.border-t-yellow-500\/40{
  border-top-color: rgb(234 179 8 / 0.4);
}

.border-t-yellow-500\/5{
  border-top-color: rgb(234 179 8 / 0.05);
}

.border-t-yellow-500\/50{
  border-top-color: rgb(234 179 8 / 0.5);
}

.border-t-yellow-500\/60{
  border-top-color: rgb(234 179 8 / 0.6);
}

.border-t-yellow-500\/70{
  border-top-color: rgb(234 179 8 / 0.7);
}

.border-t-yellow-500\/75{
  border-top-color: rgb(234 179 8 / 0.75);
}

.border-t-yellow-500\/80{
  border-top-color: rgb(234 179 8 / 0.8);
}

.border-t-yellow-500\/90{
  border-top-color: rgb(234 179 8 / 0.9);
}

.border-t-yellow-500\/95{
  border-top-color: rgb(234 179 8 / 0.95);
}

.border-t-yellow-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-t-yellow-600\/0{
  border-top-color: rgb(202 138 4 / 0);
}

.border-t-yellow-600\/10{
  border-top-color: rgb(202 138 4 / 0.1);
}

.border-t-yellow-600\/100{
  border-top-color: rgb(202 138 4 / 1);
}

.border-t-yellow-600\/20{
  border-top-color: rgb(202 138 4 / 0.2);
}

.border-t-yellow-600\/25{
  border-top-color: rgb(202 138 4 / 0.25);
}

.border-t-yellow-600\/30{
  border-top-color: rgb(202 138 4 / 0.3);
}

.border-t-yellow-600\/40{
  border-top-color: rgb(202 138 4 / 0.4);
}

.border-t-yellow-600\/5{
  border-top-color: rgb(202 138 4 / 0.05);
}

.border-t-yellow-600\/50{
  border-top-color: rgb(202 138 4 / 0.5);
}

.border-t-yellow-600\/60{
  border-top-color: rgb(202 138 4 / 0.6);
}

.border-t-yellow-600\/70{
  border-top-color: rgb(202 138 4 / 0.7);
}

.border-t-yellow-600\/75{
  border-top-color: rgb(202 138 4 / 0.75);
}

.border-t-yellow-600\/80{
  border-top-color: rgb(202 138 4 / 0.8);
}

.border-t-yellow-600\/90{
  border-top-color: rgb(202 138 4 / 0.9);
}

.border-t-yellow-600\/95{
  border-top-color: rgb(202 138 4 / 0.95);
}

.border-t-yellow-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-t-yellow-700\/0{
  border-top-color: rgb(161 98 7 / 0);
}

.border-t-yellow-700\/10{
  border-top-color: rgb(161 98 7 / 0.1);
}

.border-t-yellow-700\/100{
  border-top-color: rgb(161 98 7 / 1);
}

.border-t-yellow-700\/20{
  border-top-color: rgb(161 98 7 / 0.2);
}

.border-t-yellow-700\/25{
  border-top-color: rgb(161 98 7 / 0.25);
}

.border-t-yellow-700\/30{
  border-top-color: rgb(161 98 7 / 0.3);
}

.border-t-yellow-700\/40{
  border-top-color: rgb(161 98 7 / 0.4);
}

.border-t-yellow-700\/5{
  border-top-color: rgb(161 98 7 / 0.05);
}

.border-t-yellow-700\/50{
  border-top-color: rgb(161 98 7 / 0.5);
}

.border-t-yellow-700\/60{
  border-top-color: rgb(161 98 7 / 0.6);
}

.border-t-yellow-700\/70{
  border-top-color: rgb(161 98 7 / 0.7);
}

.border-t-yellow-700\/75{
  border-top-color: rgb(161 98 7 / 0.75);
}

.border-t-yellow-700\/80{
  border-top-color: rgb(161 98 7 / 0.8);
}

.border-t-yellow-700\/90{
  border-top-color: rgb(161 98 7 / 0.9);
}

.border-t-yellow-700\/95{
  border-top-color: rgb(161 98 7 / 0.95);
}

.border-t-yellow-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-t-yellow-800\/0{
  border-top-color: rgb(133 77 14 / 0);
}

.border-t-yellow-800\/10{
  border-top-color: rgb(133 77 14 / 0.1);
}

.border-t-yellow-800\/100{
  border-top-color: rgb(133 77 14 / 1);
}

.border-t-yellow-800\/20{
  border-top-color: rgb(133 77 14 / 0.2);
}

.border-t-yellow-800\/25{
  border-top-color: rgb(133 77 14 / 0.25);
}

.border-t-yellow-800\/30{
  border-top-color: rgb(133 77 14 / 0.3);
}

.border-t-yellow-800\/40{
  border-top-color: rgb(133 77 14 / 0.4);
}

.border-t-yellow-800\/5{
  border-top-color: rgb(133 77 14 / 0.05);
}

.border-t-yellow-800\/50{
  border-top-color: rgb(133 77 14 / 0.5);
}

.border-t-yellow-800\/60{
  border-top-color: rgb(133 77 14 / 0.6);
}

.border-t-yellow-800\/70{
  border-top-color: rgb(133 77 14 / 0.7);
}

.border-t-yellow-800\/75{
  border-top-color: rgb(133 77 14 / 0.75);
}

.border-t-yellow-800\/80{
  border-top-color: rgb(133 77 14 / 0.8);
}

.border-t-yellow-800\/90{
  border-top-color: rgb(133 77 14 / 0.9);
}

.border-t-yellow-800\/95{
  border-top-color: rgb(133 77 14 / 0.95);
}

.border-t-yellow-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-t-yellow-900\/0{
  border-top-color: rgb(113 63 18 / 0);
}

.border-t-yellow-900\/10{
  border-top-color: rgb(113 63 18 / 0.1);
}

.border-t-yellow-900\/100{
  border-top-color: rgb(113 63 18 / 1);
}

.border-t-yellow-900\/20{
  border-top-color: rgb(113 63 18 / 0.2);
}

.border-t-yellow-900\/25{
  border-top-color: rgb(113 63 18 / 0.25);
}

.border-t-yellow-900\/30{
  border-top-color: rgb(113 63 18 / 0.3);
}

.border-t-yellow-900\/40{
  border-top-color: rgb(113 63 18 / 0.4);
}

.border-t-yellow-900\/5{
  border-top-color: rgb(113 63 18 / 0.05);
}

.border-t-yellow-900\/50{
  border-top-color: rgb(113 63 18 / 0.5);
}

.border-t-yellow-900\/60{
  border-top-color: rgb(113 63 18 / 0.6);
}

.border-t-yellow-900\/70{
  border-top-color: rgb(113 63 18 / 0.7);
}

.border-t-yellow-900\/75{
  border-top-color: rgb(113 63 18 / 0.75);
}

.border-t-yellow-900\/80{
  border-top-color: rgb(113 63 18 / 0.8);
}

.border-t-yellow-900\/90{
  border-top-color: rgb(113 63 18 / 0.9);
}

.border-t-yellow-900\/95{
  border-top-color: rgb(113 63 18 / 0.95);
}

.border-t-yellow-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.border-t-yellow-950\/0{
  border-top-color: rgb(66 32 6 / 0);
}

.border-t-yellow-950\/10{
  border-top-color: rgb(66 32 6 / 0.1);
}

.border-t-yellow-950\/100{
  border-top-color: rgb(66 32 6 / 1);
}

.border-t-yellow-950\/20{
  border-top-color: rgb(66 32 6 / 0.2);
}

.border-t-yellow-950\/25{
  border-top-color: rgb(66 32 6 / 0.25);
}

.border-t-yellow-950\/30{
  border-top-color: rgb(66 32 6 / 0.3);
}

.border-t-yellow-950\/40{
  border-top-color: rgb(66 32 6 / 0.4);
}

.border-t-yellow-950\/5{
  border-top-color: rgb(66 32 6 / 0.05);
}

.border-t-yellow-950\/50{
  border-top-color: rgb(66 32 6 / 0.5);
}

.border-t-yellow-950\/60{
  border-top-color: rgb(66 32 6 / 0.6);
}

.border-t-yellow-950\/70{
  border-top-color: rgb(66 32 6 / 0.7);
}

.border-t-yellow-950\/75{
  border-top-color: rgb(66 32 6 / 0.75);
}

.border-t-yellow-950\/80{
  border-top-color: rgb(66 32 6 / 0.8);
}

.border-t-yellow-950\/90{
  border-top-color: rgb(66 32 6 / 0.9);
}

.border-t-yellow-950\/95{
  border-top-color: rgb(66 32 6 / 0.95);
}

.border-t-zinc-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-t-zinc-100\/0{
  border-top-color: rgb(244 244 245 / 0);
}

.border-t-zinc-100\/10{
  border-top-color: rgb(244 244 245 / 0.1);
}

.border-t-zinc-100\/100{
  border-top-color: rgb(244 244 245 / 1);
}

.border-t-zinc-100\/20{
  border-top-color: rgb(244 244 245 / 0.2);
}

.border-t-zinc-100\/25{
  border-top-color: rgb(244 244 245 / 0.25);
}

.border-t-zinc-100\/30{
  border-top-color: rgb(244 244 245 / 0.3);
}

.border-t-zinc-100\/40{
  border-top-color: rgb(244 244 245 / 0.4);
}

.border-t-zinc-100\/5{
  border-top-color: rgb(244 244 245 / 0.05);
}

.border-t-zinc-100\/50{
  border-top-color: rgb(244 244 245 / 0.5);
}

.border-t-zinc-100\/60{
  border-top-color: rgb(244 244 245 / 0.6);
}

.border-t-zinc-100\/70{
  border-top-color: rgb(244 244 245 / 0.7);
}

.border-t-zinc-100\/75{
  border-top-color: rgb(244 244 245 / 0.75);
}

.border-t-zinc-100\/80{
  border-top-color: rgb(244 244 245 / 0.8);
}

.border-t-zinc-100\/90{
  border-top-color: rgb(244 244 245 / 0.9);
}

.border-t-zinc-100\/95{
  border-top-color: rgb(244 244 245 / 0.95);
}

.border-t-zinc-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-t-zinc-200\/0{
  border-top-color: rgb(228 228 231 / 0);
}

.border-t-zinc-200\/10{
  border-top-color: rgb(228 228 231 / 0.1);
}

.border-t-zinc-200\/100{
  border-top-color: rgb(228 228 231 / 1);
}

.border-t-zinc-200\/20{
  border-top-color: rgb(228 228 231 / 0.2);
}

.border-t-zinc-200\/25{
  border-top-color: rgb(228 228 231 / 0.25);
}

.border-t-zinc-200\/30{
  border-top-color: rgb(228 228 231 / 0.3);
}

.border-t-zinc-200\/40{
  border-top-color: rgb(228 228 231 / 0.4);
}

.border-t-zinc-200\/5{
  border-top-color: rgb(228 228 231 / 0.05);
}

.border-t-zinc-200\/50{
  border-top-color: rgb(228 228 231 / 0.5);
}

.border-t-zinc-200\/60{
  border-top-color: rgb(228 228 231 / 0.6);
}

.border-t-zinc-200\/70{
  border-top-color: rgb(228 228 231 / 0.7);
}

.border-t-zinc-200\/75{
  border-top-color: rgb(228 228 231 / 0.75);
}

.border-t-zinc-200\/80{
  border-top-color: rgb(228 228 231 / 0.8);
}

.border-t-zinc-200\/90{
  border-top-color: rgb(228 228 231 / 0.9);
}

.border-t-zinc-200\/95{
  border-top-color: rgb(228 228 231 / 0.95);
}

.border-t-zinc-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-t-zinc-300\/0{
  border-top-color: rgb(212 212 216 / 0);
}

.border-t-zinc-300\/10{
  border-top-color: rgb(212 212 216 / 0.1);
}

.border-t-zinc-300\/100{
  border-top-color: rgb(212 212 216 / 1);
}

.border-t-zinc-300\/20{
  border-top-color: rgb(212 212 216 / 0.2);
}

.border-t-zinc-300\/25{
  border-top-color: rgb(212 212 216 / 0.25);
}

.border-t-zinc-300\/30{
  border-top-color: rgb(212 212 216 / 0.3);
}

.border-t-zinc-300\/40{
  border-top-color: rgb(212 212 216 / 0.4);
}

.border-t-zinc-300\/5{
  border-top-color: rgb(212 212 216 / 0.05);
}

.border-t-zinc-300\/50{
  border-top-color: rgb(212 212 216 / 0.5);
}

.border-t-zinc-300\/60{
  border-top-color: rgb(212 212 216 / 0.6);
}

.border-t-zinc-300\/70{
  border-top-color: rgb(212 212 216 / 0.7);
}

.border-t-zinc-300\/75{
  border-top-color: rgb(212 212 216 / 0.75);
}

.border-t-zinc-300\/80{
  border-top-color: rgb(212 212 216 / 0.8);
}

.border-t-zinc-300\/90{
  border-top-color: rgb(212 212 216 / 0.9);
}

.border-t-zinc-300\/95{
  border-top-color: rgb(212 212 216 / 0.95);
}

.border-t-zinc-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-t-zinc-400\/0{
  border-top-color: rgb(161 161 170 / 0);
}

.border-t-zinc-400\/10{
  border-top-color: rgb(161 161 170 / 0.1);
}

.border-t-zinc-400\/100{
  border-top-color: rgb(161 161 170 / 1);
}

.border-t-zinc-400\/20{
  border-top-color: rgb(161 161 170 / 0.2);
}

.border-t-zinc-400\/25{
  border-top-color: rgb(161 161 170 / 0.25);
}

.border-t-zinc-400\/30{
  border-top-color: rgb(161 161 170 / 0.3);
}

.border-t-zinc-400\/40{
  border-top-color: rgb(161 161 170 / 0.4);
}

.border-t-zinc-400\/5{
  border-top-color: rgb(161 161 170 / 0.05);
}

.border-t-zinc-400\/50{
  border-top-color: rgb(161 161 170 / 0.5);
}

.border-t-zinc-400\/60{
  border-top-color: rgb(161 161 170 / 0.6);
}

.border-t-zinc-400\/70{
  border-top-color: rgb(161 161 170 / 0.7);
}

.border-t-zinc-400\/75{
  border-top-color: rgb(161 161 170 / 0.75);
}

.border-t-zinc-400\/80{
  border-top-color: rgb(161 161 170 / 0.8);
}

.border-t-zinc-400\/90{
  border-top-color: rgb(161 161 170 / 0.9);
}

.border-t-zinc-400\/95{
  border-top-color: rgb(161 161 170 / 0.95);
}

.border-t-zinc-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-t-zinc-50\/0{
  border-top-color: rgb(250 250 250 / 0);
}

.border-t-zinc-50\/10{
  border-top-color: rgb(250 250 250 / 0.1);
}

.border-t-zinc-50\/100{
  border-top-color: rgb(250 250 250 / 1);
}

.border-t-zinc-50\/20{
  border-top-color: rgb(250 250 250 / 0.2);
}

.border-t-zinc-50\/25{
  border-top-color: rgb(250 250 250 / 0.25);
}

.border-t-zinc-50\/30{
  border-top-color: rgb(250 250 250 / 0.3);
}

.border-t-zinc-50\/40{
  border-top-color: rgb(250 250 250 / 0.4);
}

.border-t-zinc-50\/5{
  border-top-color: rgb(250 250 250 / 0.05);
}

.border-t-zinc-50\/50{
  border-top-color: rgb(250 250 250 / 0.5);
}

.border-t-zinc-50\/60{
  border-top-color: rgb(250 250 250 / 0.6);
}

.border-t-zinc-50\/70{
  border-top-color: rgb(250 250 250 / 0.7);
}

.border-t-zinc-50\/75{
  border-top-color: rgb(250 250 250 / 0.75);
}

.border-t-zinc-50\/80{
  border-top-color: rgb(250 250 250 / 0.8);
}

.border-t-zinc-50\/90{
  border-top-color: rgb(250 250 250 / 0.9);
}

.border-t-zinc-50\/95{
  border-top-color: rgb(250 250 250 / 0.95);
}

.border-t-zinc-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-t-zinc-500\/0{
  border-top-color: rgb(113 113 122 / 0);
}

.border-t-zinc-500\/10{
  border-top-color: rgb(113 113 122 / 0.1);
}

.border-t-zinc-500\/100{
  border-top-color: rgb(113 113 122 / 1);
}

.border-t-zinc-500\/20{
  border-top-color: rgb(113 113 122 / 0.2);
}

.border-t-zinc-500\/25{
  border-top-color: rgb(113 113 122 / 0.25);
}

.border-t-zinc-500\/30{
  border-top-color: rgb(113 113 122 / 0.3);
}

.border-t-zinc-500\/40{
  border-top-color: rgb(113 113 122 / 0.4);
}

.border-t-zinc-500\/5{
  border-top-color: rgb(113 113 122 / 0.05);
}

.border-t-zinc-500\/50{
  border-top-color: rgb(113 113 122 / 0.5);
}

.border-t-zinc-500\/60{
  border-top-color: rgb(113 113 122 / 0.6);
}

.border-t-zinc-500\/70{
  border-top-color: rgb(113 113 122 / 0.7);
}

.border-t-zinc-500\/75{
  border-top-color: rgb(113 113 122 / 0.75);
}

.border-t-zinc-500\/80{
  border-top-color: rgb(113 113 122 / 0.8);
}

.border-t-zinc-500\/90{
  border-top-color: rgb(113 113 122 / 0.9);
}

.border-t-zinc-500\/95{
  border-top-color: rgb(113 113 122 / 0.95);
}

.border-t-zinc-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-t-zinc-600\/0{
  border-top-color: rgb(82 82 91 / 0);
}

.border-t-zinc-600\/10{
  border-top-color: rgb(82 82 91 / 0.1);
}

.border-t-zinc-600\/100{
  border-top-color: rgb(82 82 91 / 1);
}

.border-t-zinc-600\/20{
  border-top-color: rgb(82 82 91 / 0.2);
}

.border-t-zinc-600\/25{
  border-top-color: rgb(82 82 91 / 0.25);
}

.border-t-zinc-600\/30{
  border-top-color: rgb(82 82 91 / 0.3);
}

.border-t-zinc-600\/40{
  border-top-color: rgb(82 82 91 / 0.4);
}

.border-t-zinc-600\/5{
  border-top-color: rgb(82 82 91 / 0.05);
}

.border-t-zinc-600\/50{
  border-top-color: rgb(82 82 91 / 0.5);
}

.border-t-zinc-600\/60{
  border-top-color: rgb(82 82 91 / 0.6);
}

.border-t-zinc-600\/70{
  border-top-color: rgb(82 82 91 / 0.7);
}

.border-t-zinc-600\/75{
  border-top-color: rgb(82 82 91 / 0.75);
}

.border-t-zinc-600\/80{
  border-top-color: rgb(82 82 91 / 0.8);
}

.border-t-zinc-600\/90{
  border-top-color: rgb(82 82 91 / 0.9);
}

.border-t-zinc-600\/95{
  border-top-color: rgb(82 82 91 / 0.95);
}

.border-t-zinc-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-t-zinc-700\/0{
  border-top-color: rgb(63 63 70 / 0);
}

.border-t-zinc-700\/10{
  border-top-color: rgb(63 63 70 / 0.1);
}

.border-t-zinc-700\/100{
  border-top-color: rgb(63 63 70 / 1);
}

.border-t-zinc-700\/20{
  border-top-color: rgb(63 63 70 / 0.2);
}

.border-t-zinc-700\/25{
  border-top-color: rgb(63 63 70 / 0.25);
}

.border-t-zinc-700\/30{
  border-top-color: rgb(63 63 70 / 0.3);
}

.border-t-zinc-700\/40{
  border-top-color: rgb(63 63 70 / 0.4);
}

.border-t-zinc-700\/5{
  border-top-color: rgb(63 63 70 / 0.05);
}

.border-t-zinc-700\/50{
  border-top-color: rgb(63 63 70 / 0.5);
}

.border-t-zinc-700\/60{
  border-top-color: rgb(63 63 70 / 0.6);
}

.border-t-zinc-700\/70{
  border-top-color: rgb(63 63 70 / 0.7);
}

.border-t-zinc-700\/75{
  border-top-color: rgb(63 63 70 / 0.75);
}

.border-t-zinc-700\/80{
  border-top-color: rgb(63 63 70 / 0.8);
}

.border-t-zinc-700\/90{
  border-top-color: rgb(63 63 70 / 0.9);
}

.border-t-zinc-700\/95{
  border-top-color: rgb(63 63 70 / 0.95);
}

.border-t-zinc-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-t-zinc-800\/0{
  border-top-color: rgb(39 39 42 / 0);
}

.border-t-zinc-800\/10{
  border-top-color: rgb(39 39 42 / 0.1);
}

.border-t-zinc-800\/100{
  border-top-color: rgb(39 39 42 / 1);
}

.border-t-zinc-800\/20{
  border-top-color: rgb(39 39 42 / 0.2);
}

.border-t-zinc-800\/25{
  border-top-color: rgb(39 39 42 / 0.25);
}

.border-t-zinc-800\/30{
  border-top-color: rgb(39 39 42 / 0.3);
}

.border-t-zinc-800\/40{
  border-top-color: rgb(39 39 42 / 0.4);
}

.border-t-zinc-800\/5{
  border-top-color: rgb(39 39 42 / 0.05);
}

.border-t-zinc-800\/50{
  border-top-color: rgb(39 39 42 / 0.5);
}

.border-t-zinc-800\/60{
  border-top-color: rgb(39 39 42 / 0.6);
}

.border-t-zinc-800\/70{
  border-top-color: rgb(39 39 42 / 0.7);
}

.border-t-zinc-800\/75{
  border-top-color: rgb(39 39 42 / 0.75);
}

.border-t-zinc-800\/80{
  border-top-color: rgb(39 39 42 / 0.8);
}

.border-t-zinc-800\/90{
  border-top-color: rgb(39 39 42 / 0.9);
}

.border-t-zinc-800\/95{
  border-top-color: rgb(39 39 42 / 0.95);
}

.border-t-zinc-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.border-t-zinc-900\/0{
  border-top-color: rgb(24 24 27 / 0);
}

.border-t-zinc-900\/10{
  border-top-color: rgb(24 24 27 / 0.1);
}

.border-t-zinc-900\/100{
  border-top-color: rgb(24 24 27 / 1);
}

.border-t-zinc-900\/20{
  border-top-color: rgb(24 24 27 / 0.2);
}

.border-t-zinc-900\/25{
  border-top-color: rgb(24 24 27 / 0.25);
}

.border-t-zinc-900\/30{
  border-top-color: rgb(24 24 27 / 0.3);
}

.border-t-zinc-900\/40{
  border-top-color: rgb(24 24 27 / 0.4);
}

.border-t-zinc-900\/5{
  border-top-color: rgb(24 24 27 / 0.05);
}

.border-t-zinc-900\/50{
  border-top-color: rgb(24 24 27 / 0.5);
}

.border-t-zinc-900\/60{
  border-top-color: rgb(24 24 27 / 0.6);
}

.border-t-zinc-900\/70{
  border-top-color: rgb(24 24 27 / 0.7);
}

.border-t-zinc-900\/75{
  border-top-color: rgb(24 24 27 / 0.75);
}

.border-t-zinc-900\/80{
  border-top-color: rgb(24 24 27 / 0.8);
}

.border-t-zinc-900\/90{
  border-top-color: rgb(24 24 27 / 0.9);
}

.border-t-zinc-900\/95{
  border-top-color: rgb(24 24 27 / 0.95);
}

.border-t-zinc-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-t-zinc-950\/0{
  border-top-color: rgb(9 9 11 / 0);
}

.border-t-zinc-950\/10{
  border-top-color: rgb(9 9 11 / 0.1);
}

.border-t-zinc-950\/100{
  border-top-color: rgb(9 9 11 / 1);
}

.border-t-zinc-950\/20{
  border-top-color: rgb(9 9 11 / 0.2);
}

.border-t-zinc-950\/25{
  border-top-color: rgb(9 9 11 / 0.25);
}

.border-t-zinc-950\/30{
  border-top-color: rgb(9 9 11 / 0.3);
}

.border-t-zinc-950\/40{
  border-top-color: rgb(9 9 11 / 0.4);
}

.border-t-zinc-950\/5{
  border-top-color: rgb(9 9 11 / 0.05);
}

.border-t-zinc-950\/50{
  border-top-color: rgb(9 9 11 / 0.5);
}

.border-t-zinc-950\/60{
  border-top-color: rgb(9 9 11 / 0.6);
}

.border-t-zinc-950\/70{
  border-top-color: rgb(9 9 11 / 0.7);
}

.border-t-zinc-950\/75{
  border-top-color: rgb(9 9 11 / 0.75);
}

.border-t-zinc-950\/80{
  border-top-color: rgb(9 9 11 / 0.8);
}

.border-t-zinc-950\/90{
  border-top-color: rgb(9 9 11 / 0.9);
}

.border-t-zinc-950\/95{
  border-top-color: rgb(9 9 11 / 0.95);
}

.border-opacity-0{
  --tw-border-opacity: 0;
}

.border-opacity-10{
  --tw-border-opacity: 0.1;
}

.border-opacity-100{
  --tw-border-opacity: 1;
}

.border-opacity-20{
  --tw-border-opacity: 0.2;
}

.border-opacity-25{
  --tw-border-opacity: 0.25;
}

.border-opacity-30{
  --tw-border-opacity: 0.3;
}

.border-opacity-40{
  --tw-border-opacity: 0.4;
}

.border-opacity-5{
  --tw-border-opacity: 0.05;
}

.border-opacity-50{
  --tw-border-opacity: 0.5;
}

.border-opacity-60{
  --tw-border-opacity: 0.6;
}

.border-opacity-70{
  --tw-border-opacity: 0.7;
}

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

.border-opacity-80{
  --tw-border-opacity: 0.8;
}

.border-opacity-90{
  --tw-border-opacity: 0.9;
}

.border-opacity-95{
  --tw-border-opacity: 0.95;
}

.bg-\[\#00AAAD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 170 173 / var(--tw-bg-opacity));
}

.bg-\[\#D1D1D1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 209 / var(--tw-bg-opacity));
}

.bg-\[\#F4F5F9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 249 / var(--tw-bg-opacity));
}

.bg-\[\#F8F8F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-\[\#FFDA00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 218 0 / var(--tw-bg-opacity));
}

.bg-\[\#f5f5f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-\[rgb\(255\2c 0\2c 0\)\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.bg-\[rgba\(3\2c 57\2c 66\2c \.75\)\]{
  background-color: rgba(3,57,66,.75);
}

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

.bg-amber-100\/0{
  background-color: rgb(254 243 199 / 0);
}

.bg-amber-100\/10{
  background-color: rgb(254 243 199 / 0.1);
}

.bg-amber-100\/100{
  background-color: rgb(254 243 199 / 1);
}

.bg-amber-100\/20{
  background-color: rgb(254 243 199 / 0.2);
}

.bg-amber-100\/25{
  background-color: rgb(254 243 199 / 0.25);
}

.bg-amber-100\/30{
  background-color: rgb(254 243 199 / 0.3);
}

.bg-amber-100\/40{
  background-color: rgb(254 243 199 / 0.4);
}

.bg-amber-100\/5{
  background-color: rgb(254 243 199 / 0.05);
}

.bg-amber-100\/50{
  background-color: rgb(254 243 199 / 0.5);
}

.bg-amber-100\/60{
  background-color: rgb(254 243 199 / 0.6);
}

.bg-amber-100\/70{
  background-color: rgb(254 243 199 / 0.7);
}

.bg-amber-100\/75{
  background-color: rgb(254 243 199 / 0.75);
}

.bg-amber-100\/80{
  background-color: rgb(254 243 199 / 0.8);
}

.bg-amber-100\/90{
  background-color: rgb(254 243 199 / 0.9);
}

.bg-amber-100\/95{
  background-color: rgb(254 243 199 / 0.95);
}

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

.bg-amber-200\/0{
  background-color: rgb(253 230 138 / 0);
}

.bg-amber-200\/10{
  background-color: rgb(253 230 138 / 0.1);
}

.bg-amber-200\/100{
  background-color: rgb(253 230 138 / 1);
}

.bg-amber-200\/20{
  background-color: rgb(253 230 138 / 0.2);
}

.bg-amber-200\/25{
  background-color: rgb(253 230 138 / 0.25);
}

.bg-amber-200\/30{
  background-color: rgb(253 230 138 / 0.3);
}

.bg-amber-200\/40{
  background-color: rgb(253 230 138 / 0.4);
}

.bg-amber-200\/5{
  background-color: rgb(253 230 138 / 0.05);
}

.bg-amber-200\/50{
  background-color: rgb(253 230 138 / 0.5);
}

.bg-amber-200\/60{
  background-color: rgb(253 230 138 / 0.6);
}

.bg-amber-200\/70{
  background-color: rgb(253 230 138 / 0.7);
}

.bg-amber-200\/75{
  background-color: rgb(253 230 138 / 0.75);
}

.bg-amber-200\/80{
  background-color: rgb(253 230 138 / 0.8);
}

.bg-amber-200\/90{
  background-color: rgb(253 230 138 / 0.9);
}

.bg-amber-200\/95{
  background-color: rgb(253 230 138 / 0.95);
}

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

.bg-amber-300\/0{
  background-color: rgb(252 211 77 / 0);
}

.bg-amber-300\/10{
  background-color: rgb(252 211 77 / 0.1);
}

.bg-amber-300\/100{
  background-color: rgb(252 211 77 / 1);
}

.bg-amber-300\/20{
  background-color: rgb(252 211 77 / 0.2);
}

.bg-amber-300\/25{
  background-color: rgb(252 211 77 / 0.25);
}

.bg-amber-300\/30{
  background-color: rgb(252 211 77 / 0.3);
}

.bg-amber-300\/40{
  background-color: rgb(252 211 77 / 0.4);
}

.bg-amber-300\/5{
  background-color: rgb(252 211 77 / 0.05);
}

.bg-amber-300\/50{
  background-color: rgb(252 211 77 / 0.5);
}

.bg-amber-300\/60{
  background-color: rgb(252 211 77 / 0.6);
}

.bg-amber-300\/70{
  background-color: rgb(252 211 77 / 0.7);
}

.bg-amber-300\/75{
  background-color: rgb(252 211 77 / 0.75);
}

.bg-amber-300\/80{
  background-color: rgb(252 211 77 / 0.8);
}

.bg-amber-300\/90{
  background-color: rgb(252 211 77 / 0.9);
}

.bg-amber-300\/95{
  background-color: rgb(252 211 77 / 0.95);
}

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

.bg-amber-400\/0{
  background-color: rgb(251 191 36 / 0);
}

.bg-amber-400\/10{
  background-color: rgb(251 191 36 / 0.1);
}

.bg-amber-400\/100{
  background-color: rgb(251 191 36 / 1);
}

.bg-amber-400\/20{
  background-color: rgb(251 191 36 / 0.2);
}

.bg-amber-400\/25{
  background-color: rgb(251 191 36 / 0.25);
}

.bg-amber-400\/30{
  background-color: rgb(251 191 36 / 0.3);
}

.bg-amber-400\/40{
  background-color: rgb(251 191 36 / 0.4);
}

.bg-amber-400\/5{
  background-color: rgb(251 191 36 / 0.05);
}

.bg-amber-400\/50{
  background-color: rgb(251 191 36 / 0.5);
}

.bg-amber-400\/60{
  background-color: rgb(251 191 36 / 0.6);
}

.bg-amber-400\/70{
  background-color: rgb(251 191 36 / 0.7);
}

.bg-amber-400\/75{
  background-color: rgb(251 191 36 / 0.75);
}

.bg-amber-400\/80{
  background-color: rgb(251 191 36 / 0.8);
}

.bg-amber-400\/90{
  background-color: rgb(251 191 36 / 0.9);
}

.bg-amber-400\/95{
  background-color: rgb(251 191 36 / 0.95);
}

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

.bg-amber-50\/0{
  background-color: rgb(255 251 235 / 0);
}

.bg-amber-50\/10{
  background-color: rgb(255 251 235 / 0.1);
}

.bg-amber-50\/100{
  background-color: rgb(255 251 235 / 1);
}

.bg-amber-50\/20{
  background-color: rgb(255 251 235 / 0.2);
}

.bg-amber-50\/25{
  background-color: rgb(255 251 235 / 0.25);
}

.bg-amber-50\/30{
  background-color: rgb(255 251 235 / 0.3);
}

.bg-amber-50\/40{
  background-color: rgb(255 251 235 / 0.4);
}

.bg-amber-50\/5{
  background-color: rgb(255 251 235 / 0.05);
}

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

.bg-amber-50\/60{
  background-color: rgb(255 251 235 / 0.6);
}

.bg-amber-50\/70{
  background-color: rgb(255 251 235 / 0.7);
}

.bg-amber-50\/75{
  background-color: rgb(255 251 235 / 0.75);
}

.bg-amber-50\/80{
  background-color: rgb(255 251 235 / 0.8);
}

.bg-amber-50\/90{
  background-color: rgb(255 251 235 / 0.9);
}

.bg-amber-50\/95{
  background-color: rgb(255 251 235 / 0.95);
}

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

.bg-amber-500\/0{
  background-color: rgb(245 158 11 / 0);
}

.bg-amber-500\/10{
  background-color: rgb(245 158 11 / 0.1);
}

.bg-amber-500\/100{
  background-color: rgb(245 158 11 / 1);
}

.bg-amber-500\/20{
  background-color: rgb(245 158 11 / 0.2);
}

.bg-amber-500\/25{
  background-color: rgb(245 158 11 / 0.25);
}

.bg-amber-500\/30{
  background-color: rgb(245 158 11 / 0.3);
}

.bg-amber-500\/40{
  background-color: rgb(245 158 11 / 0.4);
}

.bg-amber-500\/5{
  background-color: rgb(245 158 11 / 0.05);
}

.bg-amber-500\/50{
  background-color: rgb(245 158 11 / 0.5);
}

.bg-amber-500\/60{
  background-color: rgb(245 158 11 / 0.6);
}

.bg-amber-500\/70{
  background-color: rgb(245 158 11 / 0.7);
}

.bg-amber-500\/75{
  background-color: rgb(245 158 11 / 0.75);
}

.bg-amber-500\/80{
  background-color: rgb(245 158 11 / 0.8);
}

.bg-amber-500\/90{
  background-color: rgb(245 158 11 / 0.9);
}

.bg-amber-500\/95{
  background-color: rgb(245 158 11 / 0.95);
}

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

.bg-amber-600\/0{
  background-color: rgb(217 119 6 / 0);
}

.bg-amber-600\/10{
  background-color: rgb(217 119 6 / 0.1);
}

.bg-amber-600\/100{
  background-color: rgb(217 119 6 / 1);
}

.bg-amber-600\/20{
  background-color: rgb(217 119 6 / 0.2);
}

.bg-amber-600\/25{
  background-color: rgb(217 119 6 / 0.25);
}

.bg-amber-600\/30{
  background-color: rgb(217 119 6 / 0.3);
}

.bg-amber-600\/40{
  background-color: rgb(217 119 6 / 0.4);
}

.bg-amber-600\/5{
  background-color: rgb(217 119 6 / 0.05);
}

.bg-amber-600\/50{
  background-color: rgb(217 119 6 / 0.5);
}

.bg-amber-600\/60{
  background-color: rgb(217 119 6 / 0.6);
}

.bg-amber-600\/70{
  background-color: rgb(217 119 6 / 0.7);
}

.bg-amber-600\/75{
  background-color: rgb(217 119 6 / 0.75);
}

.bg-amber-600\/80{
  background-color: rgb(217 119 6 / 0.8);
}

.bg-amber-600\/90{
  background-color: rgb(217 119 6 / 0.9);
}

.bg-amber-600\/95{
  background-color: rgb(217 119 6 / 0.95);
}

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

.bg-amber-700\/0{
  background-color: rgb(180 83 9 / 0);
}

.bg-amber-700\/10{
  background-color: rgb(180 83 9 / 0.1);
}

.bg-amber-700\/100{
  background-color: rgb(180 83 9 / 1);
}

.bg-amber-700\/20{
  background-color: rgb(180 83 9 / 0.2);
}

.bg-amber-700\/25{
  background-color: rgb(180 83 9 / 0.25);
}

.bg-amber-700\/30{
  background-color: rgb(180 83 9 / 0.3);
}

.bg-amber-700\/40{
  background-color: rgb(180 83 9 / 0.4);
}

.bg-amber-700\/5{
  background-color: rgb(180 83 9 / 0.05);
}

.bg-amber-700\/50{
  background-color: rgb(180 83 9 / 0.5);
}

.bg-amber-700\/60{
  background-color: rgb(180 83 9 / 0.6);
}

.bg-amber-700\/70{
  background-color: rgb(180 83 9 / 0.7);
}

.bg-amber-700\/75{
  background-color: rgb(180 83 9 / 0.75);
}

.bg-amber-700\/80{
  background-color: rgb(180 83 9 / 0.8);
}

.bg-amber-700\/90{
  background-color: rgb(180 83 9 / 0.9);
}

.bg-amber-700\/95{
  background-color: rgb(180 83 9 / 0.95);
}

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

.bg-amber-800\/0{
  background-color: rgb(146 64 14 / 0);
}

.bg-amber-800\/10{
  background-color: rgb(146 64 14 / 0.1);
}

.bg-amber-800\/100{
  background-color: rgb(146 64 14 / 1);
}

.bg-amber-800\/20{
  background-color: rgb(146 64 14 / 0.2);
}

.bg-amber-800\/25{
  background-color: rgb(146 64 14 / 0.25);
}

.bg-amber-800\/30{
  background-color: rgb(146 64 14 / 0.3);
}

.bg-amber-800\/40{
  background-color: rgb(146 64 14 / 0.4);
}

.bg-amber-800\/5{
  background-color: rgb(146 64 14 / 0.05);
}

.bg-amber-800\/50{
  background-color: rgb(146 64 14 / 0.5);
}

.bg-amber-800\/60{
  background-color: rgb(146 64 14 / 0.6);
}

.bg-amber-800\/70{
  background-color: rgb(146 64 14 / 0.7);
}

.bg-amber-800\/75{
  background-color: rgb(146 64 14 / 0.75);
}

.bg-amber-800\/80{
  background-color: rgb(146 64 14 / 0.8);
}

.bg-amber-800\/90{
  background-color: rgb(146 64 14 / 0.9);
}

.bg-amber-800\/95{
  background-color: rgb(146 64 14 / 0.95);
}

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

.bg-amber-900\/0{
  background-color: rgb(120 53 15 / 0);
}

.bg-amber-900\/10{
  background-color: rgb(120 53 15 / 0.1);
}

.bg-amber-900\/100{
  background-color: rgb(120 53 15 / 1);
}

.bg-amber-900\/20{
  background-color: rgb(120 53 15 / 0.2);
}

.bg-amber-900\/25{
  background-color: rgb(120 53 15 / 0.25);
}

.bg-amber-900\/30{
  background-color: rgb(120 53 15 / 0.3);
}

.bg-amber-900\/40{
  background-color: rgb(120 53 15 / 0.4);
}

.bg-amber-900\/5{
  background-color: rgb(120 53 15 / 0.05);
}

.bg-amber-900\/50{
  background-color: rgb(120 53 15 / 0.5);
}

.bg-amber-900\/60{
  background-color: rgb(120 53 15 / 0.6);
}

.bg-amber-900\/70{
  background-color: rgb(120 53 15 / 0.7);
}

.bg-amber-900\/75{
  background-color: rgb(120 53 15 / 0.75);
}

.bg-amber-900\/80{
  background-color: rgb(120 53 15 / 0.8);
}

.bg-amber-900\/90{
  background-color: rgb(120 53 15 / 0.9);
}

.bg-amber-900\/95{
  background-color: rgb(120 53 15 / 0.95);
}

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

.bg-amber-950\/0{
  background-color: rgb(69 26 3 / 0);
}

.bg-amber-950\/10{
  background-color: rgb(69 26 3 / 0.1);
}

.bg-amber-950\/100{
  background-color: rgb(69 26 3 / 1);
}

.bg-amber-950\/20{
  background-color: rgb(69 26 3 / 0.2);
}

.bg-amber-950\/25{
  background-color: rgb(69 26 3 / 0.25);
}

.bg-amber-950\/30{
  background-color: rgb(69 26 3 / 0.3);
}

.bg-amber-950\/40{
  background-color: rgb(69 26 3 / 0.4);
}

.bg-amber-950\/5{
  background-color: rgb(69 26 3 / 0.05);
}

.bg-amber-950\/50{
  background-color: rgb(69 26 3 / 0.5);
}

.bg-amber-950\/60{
  background-color: rgb(69 26 3 / 0.6);
}

.bg-amber-950\/70{
  background-color: rgb(69 26 3 / 0.7);
}

.bg-amber-950\/75{
  background-color: rgb(69 26 3 / 0.75);
}

.bg-amber-950\/80{
  background-color: rgb(69 26 3 / 0.8);
}

.bg-amber-950\/90{
  background-color: rgb(69 26 3 / 0.9);
}

.bg-amber-950\/95{
  background-color: rgb(69 26 3 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-100\/0{
  background-color: rgb(219 234 254 / 0);
}

.bg-blue-100\/10{
  background-color: rgb(219 234 254 / 0.1);
}

.bg-blue-100\/100{
  background-color: rgb(219 234 254 / 1);
}

.bg-blue-100\/20{
  background-color: rgb(219 234 254 / 0.2);
}

.bg-blue-100\/25{
  background-color: rgb(219 234 254 / 0.25);
}

.bg-blue-100\/30{
  background-color: rgb(219 234 254 / 0.3);
}

.bg-blue-100\/40{
  background-color: rgb(219 234 254 / 0.4);
}

.bg-blue-100\/5{
  background-color: rgb(219 234 254 / 0.05);
}

.bg-blue-100\/50{
  background-color: rgb(219 234 254 / 0.5);
}

.bg-blue-100\/60{
  background-color: rgb(219 234 254 / 0.6);
}

.bg-blue-100\/70{
  background-color: rgb(219 234 254 / 0.7);
}

.bg-blue-100\/75{
  background-color: rgb(219 234 254 / 0.75);
}

.bg-blue-100\/80{
  background-color: rgb(219 234 254 / 0.8);
}

.bg-blue-100\/90{
  background-color: rgb(219 234 254 / 0.9);
}

.bg-blue-100\/95{
  background-color: rgb(219 234 254 / 0.95);
}

.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-blue-200\/0{
  background-color: rgb(191 219 254 / 0);
}

.bg-blue-200\/10{
  background-color: rgb(191 219 254 / 0.1);
}

.bg-blue-200\/100{
  background-color: rgb(191 219 254 / 1);
}

.bg-blue-200\/20{
  background-color: rgb(191 219 254 / 0.2);
}

.bg-blue-200\/25{
  background-color: rgb(191 219 254 / 0.25);
}

.bg-blue-200\/30{
  background-color: rgb(191 219 254 / 0.3);
}

.bg-blue-200\/40{
  background-color: rgb(191 219 254 / 0.4);
}

.bg-blue-200\/5{
  background-color: rgb(191 219 254 / 0.05);
}

.bg-blue-200\/50{
  background-color: rgb(191 219 254 / 0.5);
}

.bg-blue-200\/60{
  background-color: rgb(191 219 254 / 0.6);
}

.bg-blue-200\/70{
  background-color: rgb(191 219 254 / 0.7);
}

.bg-blue-200\/75{
  background-color: rgb(191 219 254 / 0.75);
}

.bg-blue-200\/80{
  background-color: rgb(191 219 254 / 0.8);
}

.bg-blue-200\/90{
  background-color: rgb(191 219 254 / 0.9);
}

.bg-blue-200\/95{
  background-color: rgb(191 219 254 / 0.95);
}

.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

.bg-blue-300\/0{
  background-color: rgb(147 197 253 / 0);
}

.bg-blue-300\/10{
  background-color: rgb(147 197 253 / 0.1);
}

.bg-blue-300\/100{
  background-color: rgb(147 197 253 / 1);
}

.bg-blue-300\/20{
  background-color: rgb(147 197 253 / 0.2);
}

.bg-blue-300\/25{
  background-color: rgb(147 197 253 / 0.25);
}

.bg-blue-300\/30{
  background-color: rgb(147 197 253 / 0.3);
}

.bg-blue-300\/40{
  background-color: rgb(147 197 253 / 0.4);
}

.bg-blue-300\/5{
  background-color: rgb(147 197 253 / 0.05);
}

.bg-blue-300\/50{
  background-color: rgb(147 197 253 / 0.5);
}

.bg-blue-300\/60{
  background-color: rgb(147 197 253 / 0.6);
}

.bg-blue-300\/70{
  background-color: rgb(147 197 253 / 0.7);
}

.bg-blue-300\/75{
  background-color: rgb(147 197 253 / 0.75);
}

.bg-blue-300\/80{
  background-color: rgb(147 197 253 / 0.8);
}

.bg-blue-300\/90{
  background-color: rgb(147 197 253 / 0.9);
}

.bg-blue-300\/95{
  background-color: rgb(147 197 253 / 0.95);
}

.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.bg-blue-400\/0{
  background-color: rgb(96 165 250 / 0);
}

.bg-blue-400\/10{
  background-color: rgb(96 165 250 / 0.1);
}

.bg-blue-400\/100{
  background-color: rgb(96 165 250 / 1);
}

.bg-blue-400\/20{
  background-color: rgb(96 165 250 / 0.2);
}

.bg-blue-400\/25{
  background-color: rgb(96 165 250 / 0.25);
}

.bg-blue-400\/30{
  background-color: rgb(96 165 250 / 0.3);
}

.bg-blue-400\/40{
  background-color: rgb(96 165 250 / 0.4);
}

.bg-blue-400\/5{
  background-color: rgb(96 165 250 / 0.05);
}

.bg-blue-400\/50{
  background-color: rgb(96 165 250 / 0.5);
}

.bg-blue-400\/60{
  background-color: rgb(96 165 250 / 0.6);
}

.bg-blue-400\/70{
  background-color: rgb(96 165 250 / 0.7);
}

.bg-blue-400\/75{
  background-color: rgb(96 165 250 / 0.75);
}

.bg-blue-400\/80{
  background-color: rgb(96 165 250 / 0.8);
}

.bg-blue-400\/90{
  background-color: rgb(96 165 250 / 0.9);
}

.bg-blue-400\/95{
  background-color: rgb(96 165 250 / 0.95);
}

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

.bg-blue-50\/0{
  background-color: rgb(239 246 255 / 0);
}

.bg-blue-50\/10{
  background-color: rgb(239 246 255 / 0.1);
}

.bg-blue-50\/100{
  background-color: rgb(239 246 255 / 1);
}

.bg-blue-50\/20{
  background-color: rgb(239 246 255 / 0.2);
}

.bg-blue-50\/25{
  background-color: rgb(239 246 255 / 0.25);
}

.bg-blue-50\/30{
  background-color: rgb(239 246 255 / 0.3);
}

.bg-blue-50\/40{
  background-color: rgb(239 246 255 / 0.4);
}

.bg-blue-50\/5{
  background-color: rgb(239 246 255 / 0.05);
}

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

.bg-blue-50\/60{
  background-color: rgb(239 246 255 / 0.6);
}

.bg-blue-50\/70{
  background-color: rgb(239 246 255 / 0.7);
}

.bg-blue-50\/75{
  background-color: rgb(239 246 255 / 0.75);
}

.bg-blue-50\/80{
  background-color: rgb(239 246 255 / 0.8);
}

.bg-blue-50\/90{
  background-color: rgb(239 246 255 / 0.9);
}

.bg-blue-50\/95{
  background-color: rgb(239 246 255 / 0.95);
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-blue-500\/0{
  background-color: rgb(59 130 246 / 0);
}

.bg-blue-500\/10{
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-500\/100{
  background-color: rgb(59 130 246 / 1);
}

.bg-blue-500\/20{
  background-color: rgb(59 130 246 / 0.2);
}

.bg-blue-500\/25{
  background-color: rgb(59 130 246 / 0.25);
}

.bg-blue-500\/30{
  background-color: rgb(59 130 246 / 0.3);
}

.bg-blue-500\/40{
  background-color: rgb(59 130 246 / 0.4);
}

.bg-blue-500\/5{
  background-color: rgb(59 130 246 / 0.05);
}

.bg-blue-500\/50{
  background-color: rgb(59 130 246 / 0.5);
}

.bg-blue-500\/60{
  background-color: rgb(59 130 246 / 0.6);
}

.bg-blue-500\/70{
  background-color: rgb(59 130 246 / 0.7);
}

.bg-blue-500\/75{
  background-color: rgb(59 130 246 / 0.75);
}

.bg-blue-500\/80{
  background-color: rgb(59 130 246 / 0.8);
}

.bg-blue-500\/90{
  background-color: rgb(59 130 246 / 0.9);
}

.bg-blue-500\/95{
  background-color: rgb(59 130 246 / 0.95);
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-blue-600\/0{
  background-color: rgb(37 99 235 / 0);
}

.bg-blue-600\/10{
  background-color: rgb(37 99 235 / 0.1);
}

.bg-blue-600\/100{
  background-color: rgb(37 99 235 / 1);
}

.bg-blue-600\/20{
  background-color: rgb(37 99 235 / 0.2);
}

.bg-blue-600\/25{
  background-color: rgb(37 99 235 / 0.25);
}

.bg-blue-600\/30{
  background-color: rgb(37 99 235 / 0.3);
}

.bg-blue-600\/40{
  background-color: rgb(37 99 235 / 0.4);
}

.bg-blue-600\/5{
  background-color: rgb(37 99 235 / 0.05);
}

.bg-blue-600\/50{
  background-color: rgb(37 99 235 / 0.5);
}

.bg-blue-600\/60{
  background-color: rgb(37 99 235 / 0.6);
}

.bg-blue-600\/70{
  background-color: rgb(37 99 235 / 0.7);
}

.bg-blue-600\/75{
  background-color: rgb(37 99 235 / 0.75);
}

.bg-blue-600\/80{
  background-color: rgb(37 99 235 / 0.8);
}

.bg-blue-600\/90{
  background-color: rgb(37 99 235 / 0.9);
}

.bg-blue-600\/95{
  background-color: rgb(37 99 235 / 0.95);
}

.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-blue-700\/0{
  background-color: rgb(29 78 216 / 0);
}

.bg-blue-700\/10{
  background-color: rgb(29 78 216 / 0.1);
}

.bg-blue-700\/100{
  background-color: rgb(29 78 216 / 1);
}

.bg-blue-700\/20{
  background-color: rgb(29 78 216 / 0.2);
}

.bg-blue-700\/25{
  background-color: rgb(29 78 216 / 0.25);
}

.bg-blue-700\/30{
  background-color: rgb(29 78 216 / 0.3);
}

.bg-blue-700\/40{
  background-color: rgb(29 78 216 / 0.4);
}

.bg-blue-700\/5{
  background-color: rgb(29 78 216 / 0.05);
}

.bg-blue-700\/50{
  background-color: rgb(29 78 216 / 0.5);
}

.bg-blue-700\/60{
  background-color: rgb(29 78 216 / 0.6);
}

.bg-blue-700\/70{
  background-color: rgb(29 78 216 / 0.7);
}

.bg-blue-700\/75{
  background-color: rgb(29 78 216 / 0.75);
}

.bg-blue-700\/80{
  background-color: rgb(29 78 216 / 0.8);
}

.bg-blue-700\/90{
  background-color: rgb(29 78 216 / 0.9);
}

.bg-blue-700\/95{
  background-color: rgb(29 78 216 / 0.95);
}

.bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.bg-blue-800\/0{
  background-color: rgb(30 64 175 / 0);
}

.bg-blue-800\/10{
  background-color: rgb(30 64 175 / 0.1);
}

.bg-blue-800\/100{
  background-color: rgb(30 64 175 / 1);
}

.bg-blue-800\/20{
  background-color: rgb(30 64 175 / 0.2);
}

.bg-blue-800\/25{
  background-color: rgb(30 64 175 / 0.25);
}

.bg-blue-800\/30{
  background-color: rgb(30 64 175 / 0.3);
}

.bg-blue-800\/40{
  background-color: rgb(30 64 175 / 0.4);
}

.bg-blue-800\/5{
  background-color: rgb(30 64 175 / 0.05);
}

.bg-blue-800\/50{
  background-color: rgb(30 64 175 / 0.5);
}

.bg-blue-800\/60{
  background-color: rgb(30 64 175 / 0.6);
}

.bg-blue-800\/70{
  background-color: rgb(30 64 175 / 0.7);
}

.bg-blue-800\/75{
  background-color: rgb(30 64 175 / 0.75);
}

.bg-blue-800\/80{
  background-color: rgb(30 64 175 / 0.8);
}

.bg-blue-800\/90{
  background-color: rgb(30 64 175 / 0.9);
}

.bg-blue-800\/95{
  background-color: rgb(30 64 175 / 0.95);
}

.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.bg-blue-900\/0{
  background-color: rgb(30 58 138 / 0);
}

.bg-blue-900\/10{
  background-color: rgb(30 58 138 / 0.1);
}

.bg-blue-900\/100{
  background-color: rgb(30 58 138 / 1);
}

.bg-blue-900\/20{
  background-color: rgb(30 58 138 / 0.2);
}

.bg-blue-900\/25{
  background-color: rgb(30 58 138 / 0.25);
}

.bg-blue-900\/30{
  background-color: rgb(30 58 138 / 0.3);
}

.bg-blue-900\/40{
  background-color: rgb(30 58 138 / 0.4);
}

.bg-blue-900\/5{
  background-color: rgb(30 58 138 / 0.05);
}

.bg-blue-900\/50{
  background-color: rgb(30 58 138 / 0.5);
}

.bg-blue-900\/60{
  background-color: rgb(30 58 138 / 0.6);
}

.bg-blue-900\/70{
  background-color: rgb(30 58 138 / 0.7);
}

.bg-blue-900\/75{
  background-color: rgb(30 58 138 / 0.75);
}

.bg-blue-900\/80{
  background-color: rgb(30 58 138 / 0.8);
}

.bg-blue-900\/90{
  background-color: rgb(30 58 138 / 0.9);
}

.bg-blue-900\/95{
  background-color: rgb(30 58 138 / 0.95);
}

.bg-blue-950{
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}

.bg-blue-950\/0{
  background-color: rgb(23 37 84 / 0);
}

.bg-blue-950\/10{
  background-color: rgb(23 37 84 / 0.1);
}

.bg-blue-950\/100{
  background-color: rgb(23 37 84 / 1);
}

.bg-blue-950\/20{
  background-color: rgb(23 37 84 / 0.2);
}

.bg-blue-950\/25{
  background-color: rgb(23 37 84 / 0.25);
}

.bg-blue-950\/30{
  background-color: rgb(23 37 84 / 0.3);
}

.bg-blue-950\/40{
  background-color: rgb(23 37 84 / 0.4);
}

.bg-blue-950\/5{
  background-color: rgb(23 37 84 / 0.05);
}

.bg-blue-950\/50{
  background-color: rgb(23 37 84 / 0.5);
}

.bg-blue-950\/60{
  background-color: rgb(23 37 84 / 0.6);
}

.bg-blue-950\/70{
  background-color: rgb(23 37 84 / 0.7);
}

.bg-blue-950\/75{
  background-color: rgb(23 37 84 / 0.75);
}

.bg-blue-950\/80{
  background-color: rgb(23 37 84 / 0.8);
}

.bg-blue-950\/90{
  background-color: rgb(23 37 84 / 0.9);
}

.bg-blue-950\/95{
  background-color: rgb(23 37 84 / 0.95);
}

.bg-current{
  background-color: currentColor;
}

.bg-cyan-100{
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}

.bg-cyan-100\/0{
  background-color: rgb(207 250 254 / 0);
}

.bg-cyan-100\/10{
  background-color: rgb(207 250 254 / 0.1);
}

.bg-cyan-100\/100{
  background-color: rgb(207 250 254 / 1);
}

.bg-cyan-100\/20{
  background-color: rgb(207 250 254 / 0.2);
}

.bg-cyan-100\/25{
  background-color: rgb(207 250 254 / 0.25);
}

.bg-cyan-100\/30{
  background-color: rgb(207 250 254 / 0.3);
}

.bg-cyan-100\/40{
  background-color: rgb(207 250 254 / 0.4);
}

.bg-cyan-100\/5{
  background-color: rgb(207 250 254 / 0.05);
}

.bg-cyan-100\/50{
  background-color: rgb(207 250 254 / 0.5);
}

.bg-cyan-100\/60{
  background-color: rgb(207 250 254 / 0.6);
}

.bg-cyan-100\/70{
  background-color: rgb(207 250 254 / 0.7);
}

.bg-cyan-100\/75{
  background-color: rgb(207 250 254 / 0.75);
}

.bg-cyan-100\/80{
  background-color: rgb(207 250 254 / 0.8);
}

.bg-cyan-100\/90{
  background-color: rgb(207 250 254 / 0.9);
}

.bg-cyan-100\/95{
  background-color: rgb(207 250 254 / 0.95);
}

.bg-cyan-200{
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}

.bg-cyan-200\/0{
  background-color: rgb(165 243 252 / 0);
}

.bg-cyan-200\/10{
  background-color: rgb(165 243 252 / 0.1);
}

.bg-cyan-200\/100{
  background-color: rgb(165 243 252 / 1);
}

.bg-cyan-200\/20{
  background-color: rgb(165 243 252 / 0.2);
}

.bg-cyan-200\/25{
  background-color: rgb(165 243 252 / 0.25);
}

.bg-cyan-200\/30{
  background-color: rgb(165 243 252 / 0.3);
}

.bg-cyan-200\/40{
  background-color: rgb(165 243 252 / 0.4);
}

.bg-cyan-200\/5{
  background-color: rgb(165 243 252 / 0.05);
}

.bg-cyan-200\/50{
  background-color: rgb(165 243 252 / 0.5);
}

.bg-cyan-200\/60{
  background-color: rgb(165 243 252 / 0.6);
}

.bg-cyan-200\/70{
  background-color: rgb(165 243 252 / 0.7);
}

.bg-cyan-200\/75{
  background-color: rgb(165 243 252 / 0.75);
}

.bg-cyan-200\/80{
  background-color: rgb(165 243 252 / 0.8);
}

.bg-cyan-200\/90{
  background-color: rgb(165 243 252 / 0.9);
}

.bg-cyan-200\/95{
  background-color: rgb(165 243 252 / 0.95);
}

.bg-cyan-300{
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}

.bg-cyan-300\/0{
  background-color: rgb(103 232 249 / 0);
}

.bg-cyan-300\/10{
  background-color: rgb(103 232 249 / 0.1);
}

.bg-cyan-300\/100{
  background-color: rgb(103 232 249 / 1);
}

.bg-cyan-300\/20{
  background-color: rgb(103 232 249 / 0.2);
}

.bg-cyan-300\/25{
  background-color: rgb(103 232 249 / 0.25);
}

.bg-cyan-300\/30{
  background-color: rgb(103 232 249 / 0.3);
}

.bg-cyan-300\/40{
  background-color: rgb(103 232 249 / 0.4);
}

.bg-cyan-300\/5{
  background-color: rgb(103 232 249 / 0.05);
}

.bg-cyan-300\/50{
  background-color: rgb(103 232 249 / 0.5);
}

.bg-cyan-300\/60{
  background-color: rgb(103 232 249 / 0.6);
}

.bg-cyan-300\/70{
  background-color: rgb(103 232 249 / 0.7);
}

.bg-cyan-300\/75{
  background-color: rgb(103 232 249 / 0.75);
}

.bg-cyan-300\/80{
  background-color: rgb(103 232 249 / 0.8);
}

.bg-cyan-300\/90{
  background-color: rgb(103 232 249 / 0.9);
}

.bg-cyan-300\/95{
  background-color: rgb(103 232 249 / 0.95);
}

.bg-cyan-400{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}

.bg-cyan-400\/0{
  background-color: rgb(34 211 238 / 0);
}

.bg-cyan-400\/10{
  background-color: rgb(34 211 238 / 0.1);
}

.bg-cyan-400\/100{
  background-color: rgb(34 211 238 / 1);
}

.bg-cyan-400\/20{
  background-color: rgb(34 211 238 / 0.2);
}

.bg-cyan-400\/25{
  background-color: rgb(34 211 238 / 0.25);
}

.bg-cyan-400\/30{
  background-color: rgb(34 211 238 / 0.3);
}

.bg-cyan-400\/40{
  background-color: rgb(34 211 238 / 0.4);
}

.bg-cyan-400\/5{
  background-color: rgb(34 211 238 / 0.05);
}

.bg-cyan-400\/50{
  background-color: rgb(34 211 238 / 0.5);
}

.bg-cyan-400\/60{
  background-color: rgb(34 211 238 / 0.6);
}

.bg-cyan-400\/70{
  background-color: rgb(34 211 238 / 0.7);
}

.bg-cyan-400\/75{
  background-color: rgb(34 211 238 / 0.75);
}

.bg-cyan-400\/80{
  background-color: rgb(34 211 238 / 0.8);
}

.bg-cyan-400\/90{
  background-color: rgb(34 211 238 / 0.9);
}

.bg-cyan-400\/95{
  background-color: rgb(34 211 238 / 0.95);
}

.bg-cyan-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}

.bg-cyan-50\/0{
  background-color: rgb(236 254 255 / 0);
}

.bg-cyan-50\/10{
  background-color: rgb(236 254 255 / 0.1);
}

.bg-cyan-50\/100{
  background-color: rgb(236 254 255 / 1);
}

.bg-cyan-50\/20{
  background-color: rgb(236 254 255 / 0.2);
}

.bg-cyan-50\/25{
  background-color: rgb(236 254 255 / 0.25);
}

.bg-cyan-50\/30{
  background-color: rgb(236 254 255 / 0.3);
}

.bg-cyan-50\/40{
  background-color: rgb(236 254 255 / 0.4);
}

.bg-cyan-50\/5{
  background-color: rgb(236 254 255 / 0.05);
}

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

.bg-cyan-50\/60{
  background-color: rgb(236 254 255 / 0.6);
}

.bg-cyan-50\/70{
  background-color: rgb(236 254 255 / 0.7);
}

.bg-cyan-50\/75{
  background-color: rgb(236 254 255 / 0.75);
}

.bg-cyan-50\/80{
  background-color: rgb(236 254 255 / 0.8);
}

.bg-cyan-50\/90{
  background-color: rgb(236 254 255 / 0.9);
}

.bg-cyan-50\/95{
  background-color: rgb(236 254 255 / 0.95);
}

.bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}

.bg-cyan-500\/0{
  background-color: rgb(6 182 212 / 0);
}

.bg-cyan-500\/10{
  background-color: rgb(6 182 212 / 0.1);
}

.bg-cyan-500\/100{
  background-color: rgb(6 182 212 / 1);
}

.bg-cyan-500\/20{
  background-color: rgb(6 182 212 / 0.2);
}

.bg-cyan-500\/25{
  background-color: rgb(6 182 212 / 0.25);
}

.bg-cyan-500\/30{
  background-color: rgb(6 182 212 / 0.3);
}

.bg-cyan-500\/40{
  background-color: rgb(6 182 212 / 0.4);
}

.bg-cyan-500\/5{
  background-color: rgb(6 182 212 / 0.05);
}

.bg-cyan-500\/50{
  background-color: rgb(6 182 212 / 0.5);
}

.bg-cyan-500\/60{
  background-color: rgb(6 182 212 / 0.6);
}

.bg-cyan-500\/70{
  background-color: rgb(6 182 212 / 0.7);
}

.bg-cyan-500\/75{
  background-color: rgb(6 182 212 / 0.75);
}

.bg-cyan-500\/80{
  background-color: rgb(6 182 212 / 0.8);
}

.bg-cyan-500\/90{
  background-color: rgb(6 182 212 / 0.9);
}

.bg-cyan-500\/95{
  background-color: rgb(6 182 212 / 0.95);
}

.bg-cyan-600{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}

.bg-cyan-600\/0{
  background-color: rgb(8 145 178 / 0);
}

.bg-cyan-600\/10{
  background-color: rgb(8 145 178 / 0.1);
}

.bg-cyan-600\/100{
  background-color: rgb(8 145 178 / 1);
}

.bg-cyan-600\/20{
  background-color: rgb(8 145 178 / 0.2);
}

.bg-cyan-600\/25{
  background-color: rgb(8 145 178 / 0.25);
}

.bg-cyan-600\/30{
  background-color: rgb(8 145 178 / 0.3);
}

.bg-cyan-600\/40{
  background-color: rgb(8 145 178 / 0.4);
}

.bg-cyan-600\/5{
  background-color: rgb(8 145 178 / 0.05);
}

.bg-cyan-600\/50{
  background-color: rgb(8 145 178 / 0.5);
}

.bg-cyan-600\/60{
  background-color: rgb(8 145 178 / 0.6);
}

.bg-cyan-600\/70{
  background-color: rgb(8 145 178 / 0.7);
}

.bg-cyan-600\/75{
  background-color: rgb(8 145 178 / 0.75);
}

.bg-cyan-600\/80{
  background-color: rgb(8 145 178 / 0.8);
}

.bg-cyan-600\/90{
  background-color: rgb(8 145 178 / 0.9);
}

.bg-cyan-600\/95{
  background-color: rgb(8 145 178 / 0.95);
}

.bg-cyan-700{
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}

.bg-cyan-700\/0{
  background-color: rgb(14 116 144 / 0);
}

.bg-cyan-700\/10{
  background-color: rgb(14 116 144 / 0.1);
}

.bg-cyan-700\/100{
  background-color: rgb(14 116 144 / 1);
}

.bg-cyan-700\/20{
  background-color: rgb(14 116 144 / 0.2);
}

.bg-cyan-700\/25{
  background-color: rgb(14 116 144 / 0.25);
}

.bg-cyan-700\/30{
  background-color: rgb(14 116 144 / 0.3);
}

.bg-cyan-700\/40{
  background-color: rgb(14 116 144 / 0.4);
}

.bg-cyan-700\/5{
  background-color: rgb(14 116 144 / 0.05);
}

.bg-cyan-700\/50{
  background-color: rgb(14 116 144 / 0.5);
}

.bg-cyan-700\/60{
  background-color: rgb(14 116 144 / 0.6);
}

.bg-cyan-700\/70{
  background-color: rgb(14 116 144 / 0.7);
}

.bg-cyan-700\/75{
  background-color: rgb(14 116 144 / 0.75);
}

.bg-cyan-700\/80{
  background-color: rgb(14 116 144 / 0.8);
}

.bg-cyan-700\/90{
  background-color: rgb(14 116 144 / 0.9);
}

.bg-cyan-700\/95{
  background-color: rgb(14 116 144 / 0.95);
}

.bg-cyan-800{
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}

.bg-cyan-800\/0{
  background-color: rgb(21 94 117 / 0);
}

.bg-cyan-800\/10{
  background-color: rgb(21 94 117 / 0.1);
}

.bg-cyan-800\/100{
  background-color: rgb(21 94 117 / 1);
}

.bg-cyan-800\/20{
  background-color: rgb(21 94 117 / 0.2);
}

.bg-cyan-800\/25{
  background-color: rgb(21 94 117 / 0.25);
}

.bg-cyan-800\/30{
  background-color: rgb(21 94 117 / 0.3);
}

.bg-cyan-800\/40{
  background-color: rgb(21 94 117 / 0.4);
}

.bg-cyan-800\/5{
  background-color: rgb(21 94 117 / 0.05);
}

.bg-cyan-800\/50{
  background-color: rgb(21 94 117 / 0.5);
}

.bg-cyan-800\/60{
  background-color: rgb(21 94 117 / 0.6);
}

.bg-cyan-800\/70{
  background-color: rgb(21 94 117 / 0.7);
}

.bg-cyan-800\/75{
  background-color: rgb(21 94 117 / 0.75);
}

.bg-cyan-800\/80{
  background-color: rgb(21 94 117 / 0.8);
}

.bg-cyan-800\/90{
  background-color: rgb(21 94 117 / 0.9);
}

.bg-cyan-800\/95{
  background-color: rgb(21 94 117 / 0.95);
}

.bg-cyan-900{
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}

.bg-cyan-900\/0{
  background-color: rgb(22 78 99 / 0);
}

.bg-cyan-900\/10{
  background-color: rgb(22 78 99 / 0.1);
}

.bg-cyan-900\/100{
  background-color: rgb(22 78 99 / 1);
}

.bg-cyan-900\/20{
  background-color: rgb(22 78 99 / 0.2);
}

.bg-cyan-900\/25{
  background-color: rgb(22 78 99 / 0.25);
}

.bg-cyan-900\/30{
  background-color: rgb(22 78 99 / 0.3);
}

.bg-cyan-900\/40{
  background-color: rgb(22 78 99 / 0.4);
}

.bg-cyan-900\/5{
  background-color: rgb(22 78 99 / 0.05);
}

.bg-cyan-900\/50{
  background-color: rgb(22 78 99 / 0.5);
}

.bg-cyan-900\/60{
  background-color: rgb(22 78 99 / 0.6);
}

.bg-cyan-900\/70{
  background-color: rgb(22 78 99 / 0.7);
}

.bg-cyan-900\/75{
  background-color: rgb(22 78 99 / 0.75);
}

.bg-cyan-900\/80{
  background-color: rgb(22 78 99 / 0.8);
}

.bg-cyan-900\/90{
  background-color: rgb(22 78 99 / 0.9);
}

.bg-cyan-900\/95{
  background-color: rgb(22 78 99 / 0.95);
}

.bg-cyan-950{
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}

.bg-cyan-950\/0{
  background-color: rgb(8 51 68 / 0);
}

.bg-cyan-950\/10{
  background-color: rgb(8 51 68 / 0.1);
}

.bg-cyan-950\/100{
  background-color: rgb(8 51 68 / 1);
}

.bg-cyan-950\/20{
  background-color: rgb(8 51 68 / 0.2);
}

.bg-cyan-950\/25{
  background-color: rgb(8 51 68 / 0.25);
}

.bg-cyan-950\/30{
  background-color: rgb(8 51 68 / 0.3);
}

.bg-cyan-950\/40{
  background-color: rgb(8 51 68 / 0.4);
}

.bg-cyan-950\/5{
  background-color: rgb(8 51 68 / 0.05);
}

.bg-cyan-950\/50{
  background-color: rgb(8 51 68 / 0.5);
}

.bg-cyan-950\/60{
  background-color: rgb(8 51 68 / 0.6);
}

.bg-cyan-950\/70{
  background-color: rgb(8 51 68 / 0.7);
}

.bg-cyan-950\/75{
  background-color: rgb(8 51 68 / 0.75);
}

.bg-cyan-950\/80{
  background-color: rgb(8 51 68 / 0.8);
}

.bg-cyan-950\/90{
  background-color: rgb(8 51 68 / 0.9);
}

.bg-cyan-950\/95{
  background-color: rgb(8 51 68 / 0.95);
}

.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.bg-emerald-100\/0{
  background-color: rgb(209 250 229 / 0);
}

.bg-emerald-100\/10{
  background-color: rgb(209 250 229 / 0.1);
}

.bg-emerald-100\/100{
  background-color: rgb(209 250 229 / 1);
}

.bg-emerald-100\/20{
  background-color: rgb(209 250 229 / 0.2);
}

.bg-emerald-100\/25{
  background-color: rgb(209 250 229 / 0.25);
}

.bg-emerald-100\/30{
  background-color: rgb(209 250 229 / 0.3);
}

.bg-emerald-100\/40{
  background-color: rgb(209 250 229 / 0.4);
}

.bg-emerald-100\/5{
  background-color: rgb(209 250 229 / 0.05);
}

.bg-emerald-100\/50{
  background-color: rgb(209 250 229 / 0.5);
}

.bg-emerald-100\/60{
  background-color: rgb(209 250 229 / 0.6);
}

.bg-emerald-100\/70{
  background-color: rgb(209 250 229 / 0.7);
}

.bg-emerald-100\/75{
  background-color: rgb(209 250 229 / 0.75);
}

.bg-emerald-100\/80{
  background-color: rgb(209 250 229 / 0.8);
}

.bg-emerald-100\/90{
  background-color: rgb(209 250 229 / 0.9);
}

.bg-emerald-100\/95{
  background-color: rgb(209 250 229 / 0.95);
}

.bg-emerald-200{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.bg-emerald-200\/0{
  background-color: rgb(167 243 208 / 0);
}

.bg-emerald-200\/10{
  background-color: rgb(167 243 208 / 0.1);
}

.bg-emerald-200\/100{
  background-color: rgb(167 243 208 / 1);
}

.bg-emerald-200\/20{
  background-color: rgb(167 243 208 / 0.2);
}

.bg-emerald-200\/25{
  background-color: rgb(167 243 208 / 0.25);
}

.bg-emerald-200\/30{
  background-color: rgb(167 243 208 / 0.3);
}

.bg-emerald-200\/40{
  background-color: rgb(167 243 208 / 0.4);
}

.bg-emerald-200\/5{
  background-color: rgb(167 243 208 / 0.05);
}

.bg-emerald-200\/50{
  background-color: rgb(167 243 208 / 0.5);
}

.bg-emerald-200\/60{
  background-color: rgb(167 243 208 / 0.6);
}

.bg-emerald-200\/70{
  background-color: rgb(167 243 208 / 0.7);
}

.bg-emerald-200\/75{
  background-color: rgb(167 243 208 / 0.75);
}

.bg-emerald-200\/80{
  background-color: rgb(167 243 208 / 0.8);
}

.bg-emerald-200\/90{
  background-color: rgb(167 243 208 / 0.9);
}

.bg-emerald-200\/95{
  background-color: rgb(167 243 208 / 0.95);
}

.bg-emerald-300{
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}

.bg-emerald-300\/0{
  background-color: rgb(110 231 183 / 0);
}

.bg-emerald-300\/10{
  background-color: rgb(110 231 183 / 0.1);
}

.bg-emerald-300\/100{
  background-color: rgb(110 231 183 / 1);
}

.bg-emerald-300\/20{
  background-color: rgb(110 231 183 / 0.2);
}

.bg-emerald-300\/25{
  background-color: rgb(110 231 183 / 0.25);
}

.bg-emerald-300\/30{
  background-color: rgb(110 231 183 / 0.3);
}

.bg-emerald-300\/40{
  background-color: rgb(110 231 183 / 0.4);
}

.bg-emerald-300\/5{
  background-color: rgb(110 231 183 / 0.05);
}

.bg-emerald-300\/50{
  background-color: rgb(110 231 183 / 0.5);
}

.bg-emerald-300\/60{
  background-color: rgb(110 231 183 / 0.6);
}

.bg-emerald-300\/70{
  background-color: rgb(110 231 183 / 0.7);
}

.bg-emerald-300\/75{
  background-color: rgb(110 231 183 / 0.75);
}

.bg-emerald-300\/80{
  background-color: rgb(110 231 183 / 0.8);
}

.bg-emerald-300\/90{
  background-color: rgb(110 231 183 / 0.9);
}

.bg-emerald-300\/95{
  background-color: rgb(110 231 183 / 0.95);
}

.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}

.bg-emerald-400\/0{
  background-color: rgb(52 211 153 / 0);
}

.bg-emerald-400\/10{
  background-color: rgb(52 211 153 / 0.1);
}

.bg-emerald-400\/100{
  background-color: rgb(52 211 153 / 1);
}

.bg-emerald-400\/20{
  background-color: rgb(52 211 153 / 0.2);
}

.bg-emerald-400\/25{
  background-color: rgb(52 211 153 / 0.25);
}

.bg-emerald-400\/30{
  background-color: rgb(52 211 153 / 0.3);
}

.bg-emerald-400\/40{
  background-color: rgb(52 211 153 / 0.4);
}

.bg-emerald-400\/5{
  background-color: rgb(52 211 153 / 0.05);
}

.bg-emerald-400\/50{
  background-color: rgb(52 211 153 / 0.5);
}

.bg-emerald-400\/60{
  background-color: rgb(52 211 153 / 0.6);
}

.bg-emerald-400\/70{
  background-color: rgb(52 211 153 / 0.7);
}

.bg-emerald-400\/75{
  background-color: rgb(52 211 153 / 0.75);
}

.bg-emerald-400\/80{
  background-color: rgb(52 211 153 / 0.8);
}

.bg-emerald-400\/90{
  background-color: rgb(52 211 153 / 0.9);
}

.bg-emerald-400\/95{
  background-color: rgb(52 211 153 / 0.95);
}

.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.bg-emerald-50\/0{
  background-color: rgb(236 253 245 / 0);
}

.bg-emerald-50\/10{
  background-color: rgb(236 253 245 / 0.1);
}

.bg-emerald-50\/100{
  background-color: rgb(236 253 245 / 1);
}

.bg-emerald-50\/20{
  background-color: rgb(236 253 245 / 0.2);
}

.bg-emerald-50\/25{
  background-color: rgb(236 253 245 / 0.25);
}

.bg-emerald-50\/30{
  background-color: rgb(236 253 245 / 0.3);
}

.bg-emerald-50\/40{
  background-color: rgb(236 253 245 / 0.4);
}

.bg-emerald-50\/5{
  background-color: rgb(236 253 245 / 0.05);
}

.bg-emerald-50\/50{
  background-color: rgb(236 253 245 / 0.5);
}

.bg-emerald-50\/60{
  background-color: rgb(236 253 245 / 0.6);
}

.bg-emerald-50\/70{
  background-color: rgb(236 253 245 / 0.7);
}

.bg-emerald-50\/75{
  background-color: rgb(236 253 245 / 0.75);
}

.bg-emerald-50\/80{
  background-color: rgb(236 253 245 / 0.8);
}

.bg-emerald-50\/90{
  background-color: rgb(236 253 245 / 0.9);
}

.bg-emerald-50\/95{
  background-color: rgb(236 253 245 / 0.95);
}

.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-emerald-500\/0{
  background-color: rgb(16 185 129 / 0);
}

.bg-emerald-500\/10{
  background-color: rgb(16 185 129 / 0.1);
}

.bg-emerald-500\/100{
  background-color: rgb(16 185 129 / 1);
}

.bg-emerald-500\/20{
  background-color: rgb(16 185 129 / 0.2);
}

.bg-emerald-500\/25{
  background-color: rgb(16 185 129 / 0.25);
}

.bg-emerald-500\/30{
  background-color: rgb(16 185 129 / 0.3);
}

.bg-emerald-500\/40{
  background-color: rgb(16 185 129 / 0.4);
}

.bg-emerald-500\/5{
  background-color: rgb(16 185 129 / 0.05);
}

.bg-emerald-500\/50{
  background-color: rgb(16 185 129 / 0.5);
}

.bg-emerald-500\/60{
  background-color: rgb(16 185 129 / 0.6);
}

.bg-emerald-500\/70{
  background-color: rgb(16 185 129 / 0.7);
}

.bg-emerald-500\/75{
  background-color: rgb(16 185 129 / 0.75);
}

.bg-emerald-500\/80{
  background-color: rgb(16 185 129 / 0.8);
}

.bg-emerald-500\/90{
  background-color: rgb(16 185 129 / 0.9);
}

.bg-emerald-500\/95{
  background-color: rgb(16 185 129 / 0.95);
}

.bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.bg-emerald-600\/0{
  background-color: rgb(5 150 105 / 0);
}

.bg-emerald-600\/10{
  background-color: rgb(5 150 105 / 0.1);
}

.bg-emerald-600\/100{
  background-color: rgb(5 150 105 / 1);
}

.bg-emerald-600\/20{
  background-color: rgb(5 150 105 / 0.2);
}

.bg-emerald-600\/25{
  background-color: rgb(5 150 105 / 0.25);
}

.bg-emerald-600\/30{
  background-color: rgb(5 150 105 / 0.3);
}

.bg-emerald-600\/40{
  background-color: rgb(5 150 105 / 0.4);
}

.bg-emerald-600\/5{
  background-color: rgb(5 150 105 / 0.05);
}

.bg-emerald-600\/50{
  background-color: rgb(5 150 105 / 0.5);
}

.bg-emerald-600\/60{
  background-color: rgb(5 150 105 / 0.6);
}

.bg-emerald-600\/70{
  background-color: rgb(5 150 105 / 0.7);
}

.bg-emerald-600\/75{
  background-color: rgb(5 150 105 / 0.75);
}

.bg-emerald-600\/80{
  background-color: rgb(5 150 105 / 0.8);
}

.bg-emerald-600\/90{
  background-color: rgb(5 150 105 / 0.9);
}

.bg-emerald-600\/95{
  background-color: rgb(5 150 105 / 0.95);
}

.bg-emerald-700{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.bg-emerald-700\/0{
  background-color: rgb(4 120 87 / 0);
}

.bg-emerald-700\/10{
  background-color: rgb(4 120 87 / 0.1);
}

.bg-emerald-700\/100{
  background-color: rgb(4 120 87 / 1);
}

.bg-emerald-700\/20{
  background-color: rgb(4 120 87 / 0.2);
}

.bg-emerald-700\/25{
  background-color: rgb(4 120 87 / 0.25);
}

.bg-emerald-700\/30{
  background-color: rgb(4 120 87 / 0.3);
}

.bg-emerald-700\/40{
  background-color: rgb(4 120 87 / 0.4);
}

.bg-emerald-700\/5{
  background-color: rgb(4 120 87 / 0.05);
}

.bg-emerald-700\/50{
  background-color: rgb(4 120 87 / 0.5);
}

.bg-emerald-700\/60{
  background-color: rgb(4 120 87 / 0.6);
}

.bg-emerald-700\/70{
  background-color: rgb(4 120 87 / 0.7);
}

.bg-emerald-700\/75{
  background-color: rgb(4 120 87 / 0.75);
}

.bg-emerald-700\/80{
  background-color: rgb(4 120 87 / 0.8);
}

.bg-emerald-700\/90{
  background-color: rgb(4 120 87 / 0.9);
}

.bg-emerald-700\/95{
  background-color: rgb(4 120 87 / 0.95);
}

.bg-emerald-800{
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}

.bg-emerald-800\/0{
  background-color: rgb(6 95 70 / 0);
}

.bg-emerald-800\/10{
  background-color: rgb(6 95 70 / 0.1);
}

.bg-emerald-800\/100{
  background-color: rgb(6 95 70 / 1);
}

.bg-emerald-800\/20{
  background-color: rgb(6 95 70 / 0.2);
}

.bg-emerald-800\/25{
  background-color: rgb(6 95 70 / 0.25);
}

.bg-emerald-800\/30{
  background-color: rgb(6 95 70 / 0.3);
}

.bg-emerald-800\/40{
  background-color: rgb(6 95 70 / 0.4);
}

.bg-emerald-800\/5{
  background-color: rgb(6 95 70 / 0.05);
}

.bg-emerald-800\/50{
  background-color: rgb(6 95 70 / 0.5);
}

.bg-emerald-800\/60{
  background-color: rgb(6 95 70 / 0.6);
}

.bg-emerald-800\/70{
  background-color: rgb(6 95 70 / 0.7);
}

.bg-emerald-800\/75{
  background-color: rgb(6 95 70 / 0.75);
}

.bg-emerald-800\/80{
  background-color: rgb(6 95 70 / 0.8);
}

.bg-emerald-800\/90{
  background-color: rgb(6 95 70 / 0.9);
}

.bg-emerald-800\/95{
  background-color: rgb(6 95 70 / 0.95);
}

.bg-emerald-900{
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}

.bg-emerald-900\/0{
  background-color: rgb(6 78 59 / 0);
}

.bg-emerald-900\/10{
  background-color: rgb(6 78 59 / 0.1);
}

.bg-emerald-900\/100{
  background-color: rgb(6 78 59 / 1);
}

.bg-emerald-900\/20{
  background-color: rgb(6 78 59 / 0.2);
}

.bg-emerald-900\/25{
  background-color: rgb(6 78 59 / 0.25);
}

.bg-emerald-900\/30{
  background-color: rgb(6 78 59 / 0.3);
}

.bg-emerald-900\/40{
  background-color: rgb(6 78 59 / 0.4);
}

.bg-emerald-900\/5{
  background-color: rgb(6 78 59 / 0.05);
}

.bg-emerald-900\/50{
  background-color: rgb(6 78 59 / 0.5);
}

.bg-emerald-900\/60{
  background-color: rgb(6 78 59 / 0.6);
}

.bg-emerald-900\/70{
  background-color: rgb(6 78 59 / 0.7);
}

.bg-emerald-900\/75{
  background-color: rgb(6 78 59 / 0.75);
}

.bg-emerald-900\/80{
  background-color: rgb(6 78 59 / 0.8);
}

.bg-emerald-900\/90{
  background-color: rgb(6 78 59 / 0.9);
}

.bg-emerald-900\/95{
  background-color: rgb(6 78 59 / 0.95);
}

.bg-emerald-950{
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}

.bg-emerald-950\/0{
  background-color: rgb(2 44 34 / 0);
}

.bg-emerald-950\/10{
  background-color: rgb(2 44 34 / 0.1);
}

.bg-emerald-950\/100{
  background-color: rgb(2 44 34 / 1);
}

.bg-emerald-950\/20{
  background-color: rgb(2 44 34 / 0.2);
}

.bg-emerald-950\/25{
  background-color: rgb(2 44 34 / 0.25);
}

.bg-emerald-950\/30{
  background-color: rgb(2 44 34 / 0.3);
}

.bg-emerald-950\/40{
  background-color: rgb(2 44 34 / 0.4);
}

.bg-emerald-950\/5{
  background-color: rgb(2 44 34 / 0.05);
}

.bg-emerald-950\/50{
  background-color: rgb(2 44 34 / 0.5);
}

.bg-emerald-950\/60{
  background-color: rgb(2 44 34 / 0.6);
}

.bg-emerald-950\/70{
  background-color: rgb(2 44 34 / 0.7);
}

.bg-emerald-950\/75{
  background-color: rgb(2 44 34 / 0.75);
}

.bg-emerald-950\/80{
  background-color: rgb(2 44 34 / 0.8);
}

.bg-emerald-950\/90{
  background-color: rgb(2 44 34 / 0.9);
}

.bg-emerald-950\/95{
  background-color: rgb(2 44 34 / 0.95);
}

.bg-event-text-100{
  --tw-bg-opacity: 1;
  background-color: rgb(3 57 66 / var(--tw-bg-opacity));
}

.bg-event-text-100\/0{
  background-color: rgb(3 57 66 / 0);
}

.bg-event-text-100\/10{
  background-color: rgb(3 57 66 / 0.1);
}

.bg-event-text-100\/100{
  background-color: rgb(3 57 66 / 1);
}

.bg-event-text-100\/20{
  background-color: rgb(3 57 66 / 0.2);
}

.bg-event-text-100\/25{
  background-color: rgb(3 57 66 / 0.25);
}

.bg-event-text-100\/30{
  background-color: rgb(3 57 66 / 0.3);
}

.bg-event-text-100\/40{
  background-color: rgb(3 57 66 / 0.4);
}

.bg-event-text-100\/5{
  background-color: rgb(3 57 66 / 0.05);
}

.bg-event-text-100\/50{
  background-color: rgb(3 57 66 / 0.5);
}

.bg-event-text-100\/60{
  background-color: rgb(3 57 66 / 0.6);
}

.bg-event-text-100\/70{
  background-color: rgb(3 57 66 / 0.7);
}

.bg-event-text-100\/75{
  background-color: rgb(3 57 66 / 0.75);
}

.bg-event-text-100\/80{
  background-color: rgb(3 57 66 / 0.8);
}

.bg-event-text-100\/90{
  background-color: rgb(3 57 66 / 0.9);
}

.bg-event-text-100\/95{
  background-color: rgb(3 57 66 / 0.95);
}

.bg-event-text-200{
  --tw-bg-opacity: 1;
  background-color: rgb(56 59 68 / var(--tw-bg-opacity));
}

.bg-event-text-200\/0{
  background-color: rgb(56 59 68 / 0);
}

.bg-event-text-200\/10{
  background-color: rgb(56 59 68 / 0.1);
}

.bg-event-text-200\/100{
  background-color: rgb(56 59 68 / 1);
}

.bg-event-text-200\/20{
  background-color: rgb(56 59 68 / 0.2);
}

.bg-event-text-200\/25{
  background-color: rgb(56 59 68 / 0.25);
}

.bg-event-text-200\/30{
  background-color: rgb(56 59 68 / 0.3);
}

.bg-event-text-200\/40{
  background-color: rgb(56 59 68 / 0.4);
}

.bg-event-text-200\/5{
  background-color: rgb(56 59 68 / 0.05);
}

.bg-event-text-200\/50{
  background-color: rgb(56 59 68 / 0.5);
}

.bg-event-text-200\/60{
  background-color: rgb(56 59 68 / 0.6);
}

.bg-event-text-200\/70{
  background-color: rgb(56 59 68 / 0.7);
}

.bg-event-text-200\/75{
  background-color: rgb(56 59 68 / 0.75);
}

.bg-event-text-200\/80{
  background-color: rgb(56 59 68 / 0.8);
}

.bg-event-text-200\/90{
  background-color: rgb(56 59 68 / 0.9);
}

.bg-event-text-200\/95{
  background-color: rgb(56 59 68 / 0.95);
}

.bg-fuchsia-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}

.bg-fuchsia-100\/0{
  background-color: rgb(250 232 255 / 0);
}

.bg-fuchsia-100\/10{
  background-color: rgb(250 232 255 / 0.1);
}

.bg-fuchsia-100\/100{
  background-color: rgb(250 232 255 / 1);
}

.bg-fuchsia-100\/20{
  background-color: rgb(250 232 255 / 0.2);
}

.bg-fuchsia-100\/25{
  background-color: rgb(250 232 255 / 0.25);
}

.bg-fuchsia-100\/30{
  background-color: rgb(250 232 255 / 0.3);
}

.bg-fuchsia-100\/40{
  background-color: rgb(250 232 255 / 0.4);
}

.bg-fuchsia-100\/5{
  background-color: rgb(250 232 255 / 0.05);
}

.bg-fuchsia-100\/50{
  background-color: rgb(250 232 255 / 0.5);
}

.bg-fuchsia-100\/60{
  background-color: rgb(250 232 255 / 0.6);
}

.bg-fuchsia-100\/70{
  background-color: rgb(250 232 255 / 0.7);
}

.bg-fuchsia-100\/75{
  background-color: rgb(250 232 255 / 0.75);
}

.bg-fuchsia-100\/80{
  background-color: rgb(250 232 255 / 0.8);
}

.bg-fuchsia-100\/90{
  background-color: rgb(250 232 255 / 0.9);
}

.bg-fuchsia-100\/95{
  background-color: rgb(250 232 255 / 0.95);
}

.bg-fuchsia-200{
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}

.bg-fuchsia-200\/0{
  background-color: rgb(245 208 254 / 0);
}

.bg-fuchsia-200\/10{
  background-color: rgb(245 208 254 / 0.1);
}

.bg-fuchsia-200\/100{
  background-color: rgb(245 208 254 / 1);
}

.bg-fuchsia-200\/20{
  background-color: rgb(245 208 254 / 0.2);
}

.bg-fuchsia-200\/25{
  background-color: rgb(245 208 254 / 0.25);
}

.bg-fuchsia-200\/30{
  background-color: rgb(245 208 254 / 0.3);
}

.bg-fuchsia-200\/40{
  background-color: rgb(245 208 254 / 0.4);
}

.bg-fuchsia-200\/5{
  background-color: rgb(245 208 254 / 0.05);
}

.bg-fuchsia-200\/50{
  background-color: rgb(245 208 254 / 0.5);
}

.bg-fuchsia-200\/60{
  background-color: rgb(245 208 254 / 0.6);
}

.bg-fuchsia-200\/70{
  background-color: rgb(245 208 254 / 0.7);
}

.bg-fuchsia-200\/75{
  background-color: rgb(245 208 254 / 0.75);
}

.bg-fuchsia-200\/80{
  background-color: rgb(245 208 254 / 0.8);
}

.bg-fuchsia-200\/90{
  background-color: rgb(245 208 254 / 0.9);
}

.bg-fuchsia-200\/95{
  background-color: rgb(245 208 254 / 0.95);
}

.bg-fuchsia-300{
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}

.bg-fuchsia-300\/0{
  background-color: rgb(240 171 252 / 0);
}

.bg-fuchsia-300\/10{
  background-color: rgb(240 171 252 / 0.1);
}

.bg-fuchsia-300\/100{
  background-color: rgb(240 171 252 / 1);
}

.bg-fuchsia-300\/20{
  background-color: rgb(240 171 252 / 0.2);
}

.bg-fuchsia-300\/25{
  background-color: rgb(240 171 252 / 0.25);
}

.bg-fuchsia-300\/30{
  background-color: rgb(240 171 252 / 0.3);
}

.bg-fuchsia-300\/40{
  background-color: rgb(240 171 252 / 0.4);
}

.bg-fuchsia-300\/5{
  background-color: rgb(240 171 252 / 0.05);
}

.bg-fuchsia-300\/50{
  background-color: rgb(240 171 252 / 0.5);
}

.bg-fuchsia-300\/60{
  background-color: rgb(240 171 252 / 0.6);
}

.bg-fuchsia-300\/70{
  background-color: rgb(240 171 252 / 0.7);
}

.bg-fuchsia-300\/75{
  background-color: rgb(240 171 252 / 0.75);
}

.bg-fuchsia-300\/80{
  background-color: rgb(240 171 252 / 0.8);
}

.bg-fuchsia-300\/90{
  background-color: rgb(240 171 252 / 0.9);
}

.bg-fuchsia-300\/95{
  background-color: rgb(240 171 252 / 0.95);
}

.bg-fuchsia-400{
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}

.bg-fuchsia-400\/0{
  background-color: rgb(232 121 249 / 0);
}

.bg-fuchsia-400\/10{
  background-color: rgb(232 121 249 / 0.1);
}

.bg-fuchsia-400\/100{
  background-color: rgb(232 121 249 / 1);
}

.bg-fuchsia-400\/20{
  background-color: rgb(232 121 249 / 0.2);
}

.bg-fuchsia-400\/25{
  background-color: rgb(232 121 249 / 0.25);
}

.bg-fuchsia-400\/30{
  background-color: rgb(232 121 249 / 0.3);
}

.bg-fuchsia-400\/40{
  background-color: rgb(232 121 249 / 0.4);
}

.bg-fuchsia-400\/5{
  background-color: rgb(232 121 249 / 0.05);
}

.bg-fuchsia-400\/50{
  background-color: rgb(232 121 249 / 0.5);
}

.bg-fuchsia-400\/60{
  background-color: rgb(232 121 249 / 0.6);
}

.bg-fuchsia-400\/70{
  background-color: rgb(232 121 249 / 0.7);
}

.bg-fuchsia-400\/75{
  background-color: rgb(232 121 249 / 0.75);
}

.bg-fuchsia-400\/80{
  background-color: rgb(232 121 249 / 0.8);
}

.bg-fuchsia-400\/90{
  background-color: rgb(232 121 249 / 0.9);
}

.bg-fuchsia-400\/95{
  background-color: rgb(232 121 249 / 0.95);
}

.bg-fuchsia-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}

.bg-fuchsia-50\/0{
  background-color: rgb(253 244 255 / 0);
}

.bg-fuchsia-50\/10{
  background-color: rgb(253 244 255 / 0.1);
}

.bg-fuchsia-50\/100{
  background-color: rgb(253 244 255 / 1);
}

.bg-fuchsia-50\/20{
  background-color: rgb(253 244 255 / 0.2);
}

.bg-fuchsia-50\/25{
  background-color: rgb(253 244 255 / 0.25);
}

.bg-fuchsia-50\/30{
  background-color: rgb(253 244 255 / 0.3);
}

.bg-fuchsia-50\/40{
  background-color: rgb(253 244 255 / 0.4);
}

.bg-fuchsia-50\/5{
  background-color: rgb(253 244 255 / 0.05);
}

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

.bg-fuchsia-50\/60{
  background-color: rgb(253 244 255 / 0.6);
}

.bg-fuchsia-50\/70{
  background-color: rgb(253 244 255 / 0.7);
}

.bg-fuchsia-50\/75{
  background-color: rgb(253 244 255 / 0.75);
}

.bg-fuchsia-50\/80{
  background-color: rgb(253 244 255 / 0.8);
}

.bg-fuchsia-50\/90{
  background-color: rgb(253 244 255 / 0.9);
}

.bg-fuchsia-50\/95{
  background-color: rgb(253 244 255 / 0.95);
}

.bg-fuchsia-500{
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}

.bg-fuchsia-500\/0{
  background-color: rgb(217 70 239 / 0);
}

.bg-fuchsia-500\/10{
  background-color: rgb(217 70 239 / 0.1);
}

.bg-fuchsia-500\/100{
  background-color: rgb(217 70 239 / 1);
}

.bg-fuchsia-500\/20{
  background-color: rgb(217 70 239 / 0.2);
}

.bg-fuchsia-500\/25{
  background-color: rgb(217 70 239 / 0.25);
}

.bg-fuchsia-500\/30{
  background-color: rgb(217 70 239 / 0.3);
}

.bg-fuchsia-500\/40{
  background-color: rgb(217 70 239 / 0.4);
}

.bg-fuchsia-500\/5{
  background-color: rgb(217 70 239 / 0.05);
}

.bg-fuchsia-500\/50{
  background-color: rgb(217 70 239 / 0.5);
}

.bg-fuchsia-500\/60{
  background-color: rgb(217 70 239 / 0.6);
}

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

.bg-fuchsia-500\/75{
  background-color: rgb(217 70 239 / 0.75);
}

.bg-fuchsia-500\/80{
  background-color: rgb(217 70 239 / 0.8);
}

.bg-fuchsia-500\/90{
  background-color: rgb(217 70 239 / 0.9);
}

.bg-fuchsia-500\/95{
  background-color: rgb(217 70 239 / 0.95);
}

.bg-fuchsia-600{
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}

.bg-fuchsia-600\/0{
  background-color: rgb(192 38 211 / 0);
}

.bg-fuchsia-600\/10{
  background-color: rgb(192 38 211 / 0.1);
}

.bg-fuchsia-600\/100{
  background-color: rgb(192 38 211 / 1);
}

.bg-fuchsia-600\/20{
  background-color: rgb(192 38 211 / 0.2);
}

.bg-fuchsia-600\/25{
  background-color: rgb(192 38 211 / 0.25);
}

.bg-fuchsia-600\/30{
  background-color: rgb(192 38 211 / 0.3);
}

.bg-fuchsia-600\/40{
  background-color: rgb(192 38 211 / 0.4);
}

.bg-fuchsia-600\/5{
  background-color: rgb(192 38 211 / 0.05);
}

.bg-fuchsia-600\/50{
  background-color: rgb(192 38 211 / 0.5);
}

.bg-fuchsia-600\/60{
  background-color: rgb(192 38 211 / 0.6);
}

.bg-fuchsia-600\/70{
  background-color: rgb(192 38 211 / 0.7);
}

.bg-fuchsia-600\/75{
  background-color: rgb(192 38 211 / 0.75);
}

.bg-fuchsia-600\/80{
  background-color: rgb(192 38 211 / 0.8);
}

.bg-fuchsia-600\/90{
  background-color: rgb(192 38 211 / 0.9);
}

.bg-fuchsia-600\/95{
  background-color: rgb(192 38 211 / 0.95);
}

.bg-fuchsia-700{
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}

.bg-fuchsia-700\/0{
  background-color: rgb(162 28 175 / 0);
}

.bg-fuchsia-700\/10{
  background-color: rgb(162 28 175 / 0.1);
}

.bg-fuchsia-700\/100{
  background-color: rgb(162 28 175 / 1);
}

.bg-fuchsia-700\/20{
  background-color: rgb(162 28 175 / 0.2);
}

.bg-fuchsia-700\/25{
  background-color: rgb(162 28 175 / 0.25);
}

.bg-fuchsia-700\/30{
  background-color: rgb(162 28 175 / 0.3);
}

.bg-fuchsia-700\/40{
  background-color: rgb(162 28 175 / 0.4);
}

.bg-fuchsia-700\/5{
  background-color: rgb(162 28 175 / 0.05);
}

.bg-fuchsia-700\/50{
  background-color: rgb(162 28 175 / 0.5);
}

.bg-fuchsia-700\/60{
  background-color: rgb(162 28 175 / 0.6);
}

.bg-fuchsia-700\/70{
  background-color: rgb(162 28 175 / 0.7);
}

.bg-fuchsia-700\/75{
  background-color: rgb(162 28 175 / 0.75);
}

.bg-fuchsia-700\/80{
  background-color: rgb(162 28 175 / 0.8);
}

.bg-fuchsia-700\/90{
  background-color: rgb(162 28 175 / 0.9);
}

.bg-fuchsia-700\/95{
  background-color: rgb(162 28 175 / 0.95);
}

.bg-fuchsia-800{
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}

.bg-fuchsia-800\/0{
  background-color: rgb(134 25 143 / 0);
}

.bg-fuchsia-800\/10{
  background-color: rgb(134 25 143 / 0.1);
}

.bg-fuchsia-800\/100{
  background-color: rgb(134 25 143 / 1);
}

.bg-fuchsia-800\/20{
  background-color: rgb(134 25 143 / 0.2);
}

.bg-fuchsia-800\/25{
  background-color: rgb(134 25 143 / 0.25);
}

.bg-fuchsia-800\/30{
  background-color: rgb(134 25 143 / 0.3);
}

.bg-fuchsia-800\/40{
  background-color: rgb(134 25 143 / 0.4);
}

.bg-fuchsia-800\/5{
  background-color: rgb(134 25 143 / 0.05);
}

.bg-fuchsia-800\/50{
  background-color: rgb(134 25 143 / 0.5);
}

.bg-fuchsia-800\/60{
  background-color: rgb(134 25 143 / 0.6);
}

.bg-fuchsia-800\/70{
  background-color: rgb(134 25 143 / 0.7);
}

.bg-fuchsia-800\/75{
  background-color: rgb(134 25 143 / 0.75);
}

.bg-fuchsia-800\/80{
  background-color: rgb(134 25 143 / 0.8);
}

.bg-fuchsia-800\/90{
  background-color: rgb(134 25 143 / 0.9);
}

.bg-fuchsia-800\/95{
  background-color: rgb(134 25 143 / 0.95);
}

.bg-fuchsia-900{
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}

.bg-fuchsia-900\/0{
  background-color: rgb(112 26 117 / 0);
}

.bg-fuchsia-900\/10{
  background-color: rgb(112 26 117 / 0.1);
}

.bg-fuchsia-900\/100{
  background-color: rgb(112 26 117 / 1);
}

.bg-fuchsia-900\/20{
  background-color: rgb(112 26 117 / 0.2);
}

.bg-fuchsia-900\/25{
  background-color: rgb(112 26 117 / 0.25);
}

.bg-fuchsia-900\/30{
  background-color: rgb(112 26 117 / 0.3);
}

.bg-fuchsia-900\/40{
  background-color: rgb(112 26 117 / 0.4);
}

.bg-fuchsia-900\/5{
  background-color: rgb(112 26 117 / 0.05);
}

.bg-fuchsia-900\/50{
  background-color: rgb(112 26 117 / 0.5);
}

.bg-fuchsia-900\/60{
  background-color: rgb(112 26 117 / 0.6);
}

.bg-fuchsia-900\/70{
  background-color: rgb(112 26 117 / 0.7);
}

.bg-fuchsia-900\/75{
  background-color: rgb(112 26 117 / 0.75);
}

.bg-fuchsia-900\/80{
  background-color: rgb(112 26 117 / 0.8);
}

.bg-fuchsia-900\/90{
  background-color: rgb(112 26 117 / 0.9);
}

.bg-fuchsia-900\/95{
  background-color: rgb(112 26 117 / 0.95);
}

.bg-fuchsia-950{
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}

.bg-fuchsia-950\/0{
  background-color: rgb(74 4 78 / 0);
}

.bg-fuchsia-950\/10{
  background-color: rgb(74 4 78 / 0.1);
}

.bg-fuchsia-950\/100{
  background-color: rgb(74 4 78 / 1);
}

.bg-fuchsia-950\/20{
  background-color: rgb(74 4 78 / 0.2);
}

.bg-fuchsia-950\/25{
  background-color: rgb(74 4 78 / 0.25);
}

.bg-fuchsia-950\/30{
  background-color: rgb(74 4 78 / 0.3);
}

.bg-fuchsia-950\/40{
  background-color: rgb(74 4 78 / 0.4);
}

.bg-fuchsia-950\/5{
  background-color: rgb(74 4 78 / 0.05);
}

.bg-fuchsia-950\/50{
  background-color: rgb(74 4 78 / 0.5);
}

.bg-fuchsia-950\/60{
  background-color: rgb(74 4 78 / 0.6);
}

.bg-fuchsia-950\/70{
  background-color: rgb(74 4 78 / 0.7);
}

.bg-fuchsia-950\/75{
  background-color: rgb(74 4 78 / 0.75);
}

.bg-fuchsia-950\/80{
  background-color: rgb(74 4 78 / 0.8);
}

.bg-fuchsia-950\/90{
  background-color: rgb(74 4 78 / 0.9);
}

.bg-fuchsia-950\/95{
  background-color: rgb(74 4 78 / 0.95);
}

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

.bg-gray-100\/0{
  background-color: rgb(243 244 246 / 0);
}

.bg-gray-100\/10{
  background-color: rgb(243 244 246 / 0.1);
}

.bg-gray-100\/100{
  background-color: rgb(243 244 246 / 1);
}

.bg-gray-100\/20{
  background-color: rgb(243 244 246 / 0.2);
}

.bg-gray-100\/25{
  background-color: rgb(243 244 246 / 0.25);
}

.bg-gray-100\/30{
  background-color: rgb(243 244 246 / 0.3);
}

.bg-gray-100\/40{
  background-color: rgb(243 244 246 / 0.4);
}

.bg-gray-100\/5{
  background-color: rgb(243 244 246 / 0.05);
}

.bg-gray-100\/50{
  background-color: rgb(243 244 246 / 0.5);
}

.bg-gray-100\/60{
  background-color: rgb(243 244 246 / 0.6);
}

.bg-gray-100\/70{
  background-color: rgb(243 244 246 / 0.7);
}

.bg-gray-100\/75{
  background-color: rgb(243 244 246 / 0.75);
}

.bg-gray-100\/80{
  background-color: rgb(243 244 246 / 0.8);
}

.bg-gray-100\/90{
  background-color: rgb(243 244 246 / 0.9);
}

.bg-gray-100\/95{
  background-color: rgb(243 244 246 / 0.95);
}

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

.bg-gray-200\/0{
  background-color: rgb(229 231 235 / 0);
}

.bg-gray-200\/10{
  background-color: rgb(229 231 235 / 0.1);
}

.bg-gray-200\/100{
  background-color: rgb(229 231 235 / 1);
}

.bg-gray-200\/20{
  background-color: rgb(229 231 235 / 0.2);
}

.bg-gray-200\/25{
  background-color: rgb(229 231 235 / 0.25);
}

.bg-gray-200\/30{
  background-color: rgb(229 231 235 / 0.3);
}

.bg-gray-200\/40{
  background-color: rgb(229 231 235 / 0.4);
}

.bg-gray-200\/5{
  background-color: rgb(229 231 235 / 0.05);
}

.bg-gray-200\/50{
  background-color: rgb(229 231 235 / 0.5);
}

.bg-gray-200\/60{
  background-color: rgb(229 231 235 / 0.6);
}

.bg-gray-200\/70{
  background-color: rgb(229 231 235 / 0.7);
}

.bg-gray-200\/75{
  background-color: rgb(229 231 235 / 0.75);
}

.bg-gray-200\/80{
  background-color: rgb(229 231 235 / 0.8);
}

.bg-gray-200\/90{
  background-color: rgb(229 231 235 / 0.9);
}

.bg-gray-200\/95{
  background-color: rgb(229 231 235 / 0.95);
}

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

.bg-gray-300\/0{
  background-color: rgb(209 213 219 / 0);
}

.bg-gray-300\/10{
  background-color: rgb(209 213 219 / 0.1);
}

.bg-gray-300\/100{
  background-color: rgb(209 213 219 / 1);
}

.bg-gray-300\/20{
  background-color: rgb(209 213 219 / 0.2);
}

.bg-gray-300\/25{
  background-color: rgb(209 213 219 / 0.25);
}

.bg-gray-300\/30{
  background-color: rgb(209 213 219 / 0.3);
}

.bg-gray-300\/40{
  background-color: rgb(209 213 219 / 0.4);
}

.bg-gray-300\/5{
  background-color: rgb(209 213 219 / 0.05);
}

.bg-gray-300\/50{
  background-color: rgb(209 213 219 / 0.5);
}

.bg-gray-300\/60{
  background-color: rgb(209 213 219 / 0.6);
}

.bg-gray-300\/70{
  background-color: rgb(209 213 219 / 0.7);
}

.bg-gray-300\/75{
  background-color: rgb(209 213 219 / 0.75);
}

.bg-gray-300\/80{
  background-color: rgb(209 213 219 / 0.8);
}

.bg-gray-300\/90{
  background-color: rgb(209 213 219 / 0.9);
}

.bg-gray-300\/95{
  background-color: rgb(209 213 219 / 0.95);
}

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

.bg-gray-400\/0{
  background-color: rgb(156 163 175 / 0);
}

.bg-gray-400\/10{
  background-color: rgb(156 163 175 / 0.1);
}

.bg-gray-400\/100{
  background-color: rgb(156 163 175 / 1);
}

.bg-gray-400\/20{
  background-color: rgb(156 163 175 / 0.2);
}

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

.bg-gray-400\/30{
  background-color: rgb(156 163 175 / 0.3);
}

.bg-gray-400\/40{
  background-color: rgb(156 163 175 / 0.4);
}

.bg-gray-400\/5{
  background-color: rgb(156 163 175 / 0.05);
}

.bg-gray-400\/50{
  background-color: rgb(156 163 175 / 0.5);
}

.bg-gray-400\/60{
  background-color: rgb(156 163 175 / 0.6);
}

.bg-gray-400\/70{
  background-color: rgb(156 163 175 / 0.7);
}

.bg-gray-400\/75{
  background-color: rgb(156 163 175 / 0.75);
}

.bg-gray-400\/80{
  background-color: rgb(156 163 175 / 0.8);
}

.bg-gray-400\/90{
  background-color: rgb(156 163 175 / 0.9);
}

.bg-gray-400\/95{
  background-color: rgb(156 163 175 / 0.95);
}

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

.bg-gray-50\/0{
  background-color: rgb(249 250 251 / 0);
}

.bg-gray-50\/10{
  background-color: rgb(249 250 251 / 0.1);
}

.bg-gray-50\/100{
  background-color: rgb(249 250 251 / 1);
}

.bg-gray-50\/20{
  background-color: rgb(249 250 251 / 0.2);
}

.bg-gray-50\/25{
  background-color: rgb(249 250 251 / 0.25);
}

.bg-gray-50\/30{
  background-color: rgb(249 250 251 / 0.3);
}

.bg-gray-50\/40{
  background-color: rgb(249 250 251 / 0.4);
}

.bg-gray-50\/5{
  background-color: rgb(249 250 251 / 0.05);
}

.bg-gray-50\/50{
  background-color: rgb(249 250 251 / 0.5);
}

.bg-gray-50\/60{
  background-color: rgb(249 250 251 / 0.6);
}

.bg-gray-50\/70{
  background-color: rgb(249 250 251 / 0.7);
}

.bg-gray-50\/75{
  background-color: rgb(249 250 251 / 0.75);
}

.bg-gray-50\/80{
  background-color: rgb(249 250 251 / 0.8);
}

.bg-gray-50\/90{
  background-color: rgb(249 250 251 / 0.9);
}

.bg-gray-50\/95{
  background-color: rgb(249 250 251 / 0.95);
}

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

.bg-gray-500\/0{
  background-color: rgb(107 114 128 / 0);
}

.bg-gray-500\/10{
  background-color: rgb(107 114 128 / 0.1);
}

.bg-gray-500\/100{
  background-color: rgb(107 114 128 / 1);
}

.bg-gray-500\/20{
  background-color: rgb(107 114 128 / 0.2);
}

.bg-gray-500\/25{
  background-color: rgb(107 114 128 / 0.25);
}

.bg-gray-500\/30{
  background-color: rgb(107 114 128 / 0.3);
}

.bg-gray-500\/40{
  background-color: rgb(107 114 128 / 0.4);
}

.bg-gray-500\/5{
  background-color: rgb(107 114 128 / 0.05);
}

.bg-gray-500\/50{
  background-color: rgb(107 114 128 / 0.5);
}

.bg-gray-500\/60{
  background-color: rgb(107 114 128 / 0.6);
}

.bg-gray-500\/70{
  background-color: rgb(107 114 128 / 0.7);
}

.bg-gray-500\/75{
  background-color: rgb(107 114 128 / 0.75);
}

.bg-gray-500\/80{
  background-color: rgb(107 114 128 / 0.8);
}

.bg-gray-500\/90{
  background-color: rgb(107 114 128 / 0.9);
}

.bg-gray-500\/95{
  background-color: rgb(107 114 128 / 0.95);
}

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

.bg-gray-600\/0{
  background-color: rgb(75 85 99 / 0);
}

.bg-gray-600\/10{
  background-color: rgb(75 85 99 / 0.1);
}

.bg-gray-600\/100{
  background-color: rgb(75 85 99 / 1);
}

.bg-gray-600\/20{
  background-color: rgb(75 85 99 / 0.2);
}

.bg-gray-600\/25{
  background-color: rgb(75 85 99 / 0.25);
}

.bg-gray-600\/30{
  background-color: rgb(75 85 99 / 0.3);
}

.bg-gray-600\/40{
  background-color: rgb(75 85 99 / 0.4);
}

.bg-gray-600\/5{
  background-color: rgb(75 85 99 / 0.05);
}

.bg-gray-600\/50{
  background-color: rgb(75 85 99 / 0.5);
}

.bg-gray-600\/60{
  background-color: rgb(75 85 99 / 0.6);
}

.bg-gray-600\/70{
  background-color: rgb(75 85 99 / 0.7);
}

.bg-gray-600\/75{
  background-color: rgb(75 85 99 / 0.75);
}

.bg-gray-600\/80{
  background-color: rgb(75 85 99 / 0.8);
}

.bg-gray-600\/90{
  background-color: rgb(75 85 99 / 0.9);
}

.bg-gray-600\/95{
  background-color: rgb(75 85 99 / 0.95);
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-gray-700\/0{
  background-color: rgb(55 65 81 / 0);
}

.bg-gray-700\/10{
  background-color: rgb(55 65 81 / 0.1);
}

.bg-gray-700\/100{
  background-color: rgb(55 65 81 / 1);
}

.bg-gray-700\/20{
  background-color: rgb(55 65 81 / 0.2);
}

.bg-gray-700\/25{
  background-color: rgb(55 65 81 / 0.25);
}

.bg-gray-700\/30{
  background-color: rgb(55 65 81 / 0.3);
}

.bg-gray-700\/40{
  background-color: rgb(55 65 81 / 0.4);
}

.bg-gray-700\/5{
  background-color: rgb(55 65 81 / 0.05);
}

.bg-gray-700\/50{
  background-color: rgb(55 65 81 / 0.5);
}

.bg-gray-700\/60{
  background-color: rgb(55 65 81 / 0.6);
}

.bg-gray-700\/70{
  background-color: rgb(55 65 81 / 0.7);
}

.bg-gray-700\/75{
  background-color: rgb(55 65 81 / 0.75);
}

.bg-gray-700\/80{
  background-color: rgb(55 65 81 / 0.8);
}

.bg-gray-700\/90{
  background-color: rgb(55 65 81 / 0.9);
}

.bg-gray-700\/95{
  background-color: rgb(55 65 81 / 0.95);
}

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

.bg-gray-800\/0{
  background-color: rgb(31 41 55 / 0);
}

.bg-gray-800\/10{
  background-color: rgb(31 41 55 / 0.1);
}

.bg-gray-800\/100{
  background-color: rgb(31 41 55 / 1);
}

.bg-gray-800\/20{
  background-color: rgb(31 41 55 / 0.2);
}

.bg-gray-800\/25{
  background-color: rgb(31 41 55 / 0.25);
}

.bg-gray-800\/30{
  background-color: rgb(31 41 55 / 0.3);
}

.bg-gray-800\/40{
  background-color: rgb(31 41 55 / 0.4);
}

.bg-gray-800\/5{
  background-color: rgb(31 41 55 / 0.05);
}

.bg-gray-800\/50{
  background-color: rgb(31 41 55 / 0.5);
}

.bg-gray-800\/60{
  background-color: rgb(31 41 55 / 0.6);
}

.bg-gray-800\/70{
  background-color: rgb(31 41 55 / 0.7);
}

.bg-gray-800\/75{
  background-color: rgb(31 41 55 / 0.75);
}

.bg-gray-800\/80{
  background-color: rgb(31 41 55 / 0.8);
}

.bg-gray-800\/90{
  background-color: rgb(31 41 55 / 0.9);
}

.bg-gray-800\/95{
  background-color: rgb(31 41 55 / 0.95);
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-gray-900\/0{
  background-color: rgb(17 24 39 / 0);
}

.bg-gray-900\/10{
  background-color: rgb(17 24 39 / 0.1);
}

.bg-gray-900\/100{
  background-color: rgb(17 24 39 / 1);
}

.bg-gray-900\/20{
  background-color: rgb(17 24 39 / 0.2);
}

.bg-gray-900\/25{
  background-color: rgb(17 24 39 / 0.25);
}

.bg-gray-900\/30{
  background-color: rgb(17 24 39 / 0.3);
}

.bg-gray-900\/40{
  background-color: rgb(17 24 39 / 0.4);
}

.bg-gray-900\/5{
  background-color: rgb(17 24 39 / 0.05);
}

.bg-gray-900\/50{
  background-color: rgb(17 24 39 / 0.5);
}

.bg-gray-900\/60{
  background-color: rgb(17 24 39 / 0.6);
}

.bg-gray-900\/70{
  background-color: rgb(17 24 39 / 0.7);
}

.bg-gray-900\/75{
  background-color: rgb(17 24 39 / 0.75);
}

.bg-gray-900\/80{
  background-color: rgb(17 24 39 / 0.8);
}

.bg-gray-900\/90{
  background-color: rgb(17 24 39 / 0.9);
}

.bg-gray-900\/95{
  background-color: rgb(17 24 39 / 0.95);
}

.bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

.bg-gray-950\/0{
  background-color: rgb(3 7 18 / 0);
}

.bg-gray-950\/10{
  background-color: rgb(3 7 18 / 0.1);
}

.bg-gray-950\/100{
  background-color: rgb(3 7 18 / 1);
}

.bg-gray-950\/20{
  background-color: rgb(3 7 18 / 0.2);
}

.bg-gray-950\/25{
  background-color: rgb(3 7 18 / 0.25);
}

.bg-gray-950\/30{
  background-color: rgb(3 7 18 / 0.3);
}

.bg-gray-950\/40{
  background-color: rgb(3 7 18 / 0.4);
}

.bg-gray-950\/5{
  background-color: rgb(3 7 18 / 0.05);
}

.bg-gray-950\/50{
  background-color: rgb(3 7 18 / 0.5);
}

.bg-gray-950\/60{
  background-color: rgb(3 7 18 / 0.6);
}

.bg-gray-950\/70{
  background-color: rgb(3 7 18 / 0.7);
}

.bg-gray-950\/75{
  background-color: rgb(3 7 18 / 0.75);
}

.bg-gray-950\/80{
  background-color: rgb(3 7 18 / 0.8);
}

.bg-gray-950\/90{
  background-color: rgb(3 7 18 / 0.9);
}

.bg-gray-950\/95{
  background-color: rgb(3 7 18 / 0.95);
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-green-100\/0{
  background-color: rgb(220 252 231 / 0);
}

.bg-green-100\/10{
  background-color: rgb(220 252 231 / 0.1);
}

.bg-green-100\/100{
  background-color: rgb(220 252 231 / 1);
}

.bg-green-100\/20{
  background-color: rgb(220 252 231 / 0.2);
}

.bg-green-100\/25{
  background-color: rgb(220 252 231 / 0.25);
}

.bg-green-100\/30{
  background-color: rgb(220 252 231 / 0.3);
}

.bg-green-100\/40{
  background-color: rgb(220 252 231 / 0.4);
}

.bg-green-100\/5{
  background-color: rgb(220 252 231 / 0.05);
}

.bg-green-100\/50{
  background-color: rgb(220 252 231 / 0.5);
}

.bg-green-100\/60{
  background-color: rgb(220 252 231 / 0.6);
}

.bg-green-100\/70{
  background-color: rgb(220 252 231 / 0.7);
}

.bg-green-100\/75{
  background-color: rgb(220 252 231 / 0.75);
}

.bg-green-100\/80{
  background-color: rgb(220 252 231 / 0.8);
}

.bg-green-100\/90{
  background-color: rgb(220 252 231 / 0.9);
}

.bg-green-100\/95{
  background-color: rgb(220 252 231 / 0.95);
}

.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.bg-green-200\/0{
  background-color: rgb(187 247 208 / 0);
}

.bg-green-200\/10{
  background-color: rgb(187 247 208 / 0.1);
}

.bg-green-200\/100{
  background-color: rgb(187 247 208 / 1);
}

.bg-green-200\/20{
  background-color: rgb(187 247 208 / 0.2);
}

.bg-green-200\/25{
  background-color: rgb(187 247 208 / 0.25);
}

.bg-green-200\/30{
  background-color: rgb(187 247 208 / 0.3);
}

.bg-green-200\/40{
  background-color: rgb(187 247 208 / 0.4);
}

.bg-green-200\/5{
  background-color: rgb(187 247 208 / 0.05);
}

.bg-green-200\/50{
  background-color: rgb(187 247 208 / 0.5);
}

.bg-green-200\/60{
  background-color: rgb(187 247 208 / 0.6);
}

.bg-green-200\/70{
  background-color: rgb(187 247 208 / 0.7);
}

.bg-green-200\/75{
  background-color: rgb(187 247 208 / 0.75);
}

.bg-green-200\/80{
  background-color: rgb(187 247 208 / 0.8);
}

.bg-green-200\/90{
  background-color: rgb(187 247 208 / 0.9);
}

.bg-green-200\/95{
  background-color: rgb(187 247 208 / 0.95);
}

.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.bg-green-300\/0{
  background-color: rgb(134 239 172 / 0);
}

.bg-green-300\/10{
  background-color: rgb(134 239 172 / 0.1);
}

.bg-green-300\/100{
  background-color: rgb(134 239 172 / 1);
}

.bg-green-300\/20{
  background-color: rgb(134 239 172 / 0.2);
}

.bg-green-300\/25{
  background-color: rgb(134 239 172 / 0.25);
}

.bg-green-300\/30{
  background-color: rgb(134 239 172 / 0.3);
}

.bg-green-300\/40{
  background-color: rgb(134 239 172 / 0.4);
}

.bg-green-300\/5{
  background-color: rgb(134 239 172 / 0.05);
}

.bg-green-300\/50{
  background-color: rgb(134 239 172 / 0.5);
}

.bg-green-300\/60{
  background-color: rgb(134 239 172 / 0.6);
}

.bg-green-300\/70{
  background-color: rgb(134 239 172 / 0.7);
}

.bg-green-300\/75{
  background-color: rgb(134 239 172 / 0.75);
}

.bg-green-300\/80{
  background-color: rgb(134 239 172 / 0.8);
}

.bg-green-300\/90{
  background-color: rgb(134 239 172 / 0.9);
}

.bg-green-300\/95{
  background-color: rgb(134 239 172 / 0.95);
}

.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-green-400\/0{
  background-color: rgb(74 222 128 / 0);
}

.bg-green-400\/10{
  background-color: rgb(74 222 128 / 0.1);
}

.bg-green-400\/100{
  background-color: rgb(74 222 128 / 1);
}

.bg-green-400\/20{
  background-color: rgb(74 222 128 / 0.2);
}

.bg-green-400\/25{
  background-color: rgb(74 222 128 / 0.25);
}

.bg-green-400\/30{
  background-color: rgb(74 222 128 / 0.3);
}

.bg-green-400\/40{
  background-color: rgb(74 222 128 / 0.4);
}

.bg-green-400\/5{
  background-color: rgb(74 222 128 / 0.05);
}

.bg-green-400\/50{
  background-color: rgb(74 222 128 / 0.5);
}

.bg-green-400\/60{
  background-color: rgb(74 222 128 / 0.6);
}

.bg-green-400\/70{
  background-color: rgb(74 222 128 / 0.7);
}

.bg-green-400\/75{
  background-color: rgb(74 222 128 / 0.75);
}

.bg-green-400\/80{
  background-color: rgb(74 222 128 / 0.8);
}

.bg-green-400\/90{
  background-color: rgb(74 222 128 / 0.9);
}

.bg-green-400\/95{
  background-color: rgb(74 222 128 / 0.95);
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.bg-green-50\/0{
  background-color: rgb(240 253 244 / 0);
}

.bg-green-50\/10{
  background-color: rgb(240 253 244 / 0.1);
}

.bg-green-50\/100{
  background-color: rgb(240 253 244 / 1);
}

.bg-green-50\/20{
  background-color: rgb(240 253 244 / 0.2);
}

.bg-green-50\/25{
  background-color: rgb(240 253 244 / 0.25);
}

.bg-green-50\/30{
  background-color: rgb(240 253 244 / 0.3);
}

.bg-green-50\/40{
  background-color: rgb(240 253 244 / 0.4);
}

.bg-green-50\/5{
  background-color: rgb(240 253 244 / 0.05);
}

.bg-green-50\/50{
  background-color: rgb(240 253 244 / 0.5);
}

.bg-green-50\/60{
  background-color: rgb(240 253 244 / 0.6);
}

.bg-green-50\/70{
  background-color: rgb(240 253 244 / 0.7);
}

.bg-green-50\/75{
  background-color: rgb(240 253 244 / 0.75);
}

.bg-green-50\/80{
  background-color: rgb(240 253 244 / 0.8);
}

.bg-green-50\/90{
  background-color: rgb(240 253 244 / 0.9);
}

.bg-green-50\/95{
  background-color: rgb(240 253 244 / 0.95);
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-green-500\/0{
  background-color: rgb(34 197 94 / 0);
}

.bg-green-500\/10{
  background-color: rgb(34 197 94 / 0.1);
}

.bg-green-500\/100{
  background-color: rgb(34 197 94 / 1);
}

.bg-green-500\/20{
  background-color: rgb(34 197 94 / 0.2);
}

.bg-green-500\/25{
  background-color: rgb(34 197 94 / 0.25);
}

.bg-green-500\/30{
  background-color: rgb(34 197 94 / 0.3);
}

.bg-green-500\/40{
  background-color: rgb(34 197 94 / 0.4);
}

.bg-green-500\/5{
  background-color: rgb(34 197 94 / 0.05);
}

.bg-green-500\/50{
  background-color: rgb(34 197 94 / 0.5);
}

.bg-green-500\/60{
  background-color: rgb(34 197 94 / 0.6);
}

.bg-green-500\/70{
  background-color: rgb(34 197 94 / 0.7);
}

.bg-green-500\/75{
  background-color: rgb(34 197 94 / 0.75);
}

.bg-green-500\/80{
  background-color: rgb(34 197 94 / 0.8);
}

.bg-green-500\/90{
  background-color: rgb(34 197 94 / 0.9);
}

.bg-green-500\/95{
  background-color: rgb(34 197 94 / 0.95);
}

.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-green-600\/0{
  background-color: rgb(22 163 74 / 0);
}

.bg-green-600\/10{
  background-color: rgb(22 163 74 / 0.1);
}

.bg-green-600\/100{
  background-color: rgb(22 163 74 / 1);
}

.bg-green-600\/20{
  background-color: rgb(22 163 74 / 0.2);
}

.bg-green-600\/25{
  background-color: rgb(22 163 74 / 0.25);
}

.bg-green-600\/30{
  background-color: rgb(22 163 74 / 0.3);
}

.bg-green-600\/40{
  background-color: rgb(22 163 74 / 0.4);
}

.bg-green-600\/5{
  background-color: rgb(22 163 74 / 0.05);
}

.bg-green-600\/50{
  background-color: rgb(22 163 74 / 0.5);
}

.bg-green-600\/60{
  background-color: rgb(22 163 74 / 0.6);
}

.bg-green-600\/70{
  background-color: rgb(22 163 74 / 0.7);
}

.bg-green-600\/75{
  background-color: rgb(22 163 74 / 0.75);
}

.bg-green-600\/80{
  background-color: rgb(22 163 74 / 0.8);
}

.bg-green-600\/90{
  background-color: rgb(22 163 74 / 0.9);
}

.bg-green-600\/95{
  background-color: rgb(22 163 74 / 0.95);
}

.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.bg-green-700\/0{
  background-color: rgb(21 128 61 / 0);
}

.bg-green-700\/10{
  background-color: rgb(21 128 61 / 0.1);
}

.bg-green-700\/100{
  background-color: rgb(21 128 61 / 1);
}

.bg-green-700\/20{
  background-color: rgb(21 128 61 / 0.2);
}

.bg-green-700\/25{
  background-color: rgb(21 128 61 / 0.25);
}

.bg-green-700\/30{
  background-color: rgb(21 128 61 / 0.3);
}

.bg-green-700\/40{
  background-color: rgb(21 128 61 / 0.4);
}

.bg-green-700\/5{
  background-color: rgb(21 128 61 / 0.05);
}

.bg-green-700\/50{
  background-color: rgb(21 128 61 / 0.5);
}

.bg-green-700\/60{
  background-color: rgb(21 128 61 / 0.6);
}

.bg-green-700\/70{
  background-color: rgb(21 128 61 / 0.7);
}

.bg-green-700\/75{
  background-color: rgb(21 128 61 / 0.75);
}

.bg-green-700\/80{
  background-color: rgb(21 128 61 / 0.8);
}

.bg-green-700\/90{
  background-color: rgb(21 128 61 / 0.9);
}

.bg-green-700\/95{
  background-color: rgb(21 128 61 / 0.95);
}

.bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.bg-green-800\/0{
  background-color: rgb(22 101 52 / 0);
}

.bg-green-800\/10{
  background-color: rgb(22 101 52 / 0.1);
}

.bg-green-800\/100{
  background-color: rgb(22 101 52 / 1);
}

.bg-green-800\/20{
  background-color: rgb(22 101 52 / 0.2);
}

.bg-green-800\/25{
  background-color: rgb(22 101 52 / 0.25);
}

.bg-green-800\/30{
  background-color: rgb(22 101 52 / 0.3);
}

.bg-green-800\/40{
  background-color: rgb(22 101 52 / 0.4);
}

.bg-green-800\/5{
  background-color: rgb(22 101 52 / 0.05);
}

.bg-green-800\/50{
  background-color: rgb(22 101 52 / 0.5);
}

.bg-green-800\/60{
  background-color: rgb(22 101 52 / 0.6);
}

.bg-green-800\/70{
  background-color: rgb(22 101 52 / 0.7);
}

.bg-green-800\/75{
  background-color: rgb(22 101 52 / 0.75);
}

.bg-green-800\/80{
  background-color: rgb(22 101 52 / 0.8);
}

.bg-green-800\/90{
  background-color: rgb(22 101 52 / 0.9);
}

.bg-green-800\/95{
  background-color: rgb(22 101 52 / 0.95);
}

.bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}

.bg-green-900\/0{
  background-color: rgb(20 83 45 / 0);
}

.bg-green-900\/10{
  background-color: rgb(20 83 45 / 0.1);
}

.bg-green-900\/100{
  background-color: rgb(20 83 45 / 1);
}

.bg-green-900\/20{
  background-color: rgb(20 83 45 / 0.2);
}

.bg-green-900\/25{
  background-color: rgb(20 83 45 / 0.25);
}

.bg-green-900\/30{
  background-color: rgb(20 83 45 / 0.3);
}

.bg-green-900\/40{
  background-color: rgb(20 83 45 / 0.4);
}

.bg-green-900\/5{
  background-color: rgb(20 83 45 / 0.05);
}

.bg-green-900\/50{
  background-color: rgb(20 83 45 / 0.5);
}

.bg-green-900\/60{
  background-color: rgb(20 83 45 / 0.6);
}

.bg-green-900\/70{
  background-color: rgb(20 83 45 / 0.7);
}

.bg-green-900\/75{
  background-color: rgb(20 83 45 / 0.75);
}

.bg-green-900\/80{
  background-color: rgb(20 83 45 / 0.8);
}

.bg-green-900\/90{
  background-color: rgb(20 83 45 / 0.9);
}

.bg-green-900\/95{
  background-color: rgb(20 83 45 / 0.95);
}

.bg-green-950{
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}

.bg-green-950\/0{
  background-color: rgb(5 46 22 / 0);
}

.bg-green-950\/10{
  background-color: rgb(5 46 22 / 0.1);
}

.bg-green-950\/100{
  background-color: rgb(5 46 22 / 1);
}

.bg-green-950\/20{
  background-color: rgb(5 46 22 / 0.2);
}

.bg-green-950\/25{
  background-color: rgb(5 46 22 / 0.25);
}

.bg-green-950\/30{
  background-color: rgb(5 46 22 / 0.3);
}

.bg-green-950\/40{
  background-color: rgb(5 46 22 / 0.4);
}

.bg-green-950\/5{
  background-color: rgb(5 46 22 / 0.05);
}

.bg-green-950\/50{
  background-color: rgb(5 46 22 / 0.5);
}

.bg-green-950\/60{
  background-color: rgb(5 46 22 / 0.6);
}

.bg-green-950\/70{
  background-color: rgb(5 46 22 / 0.7);
}

.bg-green-950\/75{
  background-color: rgb(5 46 22 / 0.75);
}

.bg-green-950\/80{
  background-color: rgb(5 46 22 / 0.8);
}

.bg-green-950\/90{
  background-color: rgb(5 46 22 / 0.9);
}

.bg-green-950\/95{
  background-color: rgb(5 46 22 / 0.95);
}

.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.bg-indigo-100\/0{
  background-color: rgb(224 231 255 / 0);
}

.bg-indigo-100\/10{
  background-color: rgb(224 231 255 / 0.1);
}

.bg-indigo-100\/100{
  background-color: rgb(224 231 255 / 1);
}

.bg-indigo-100\/20{
  background-color: rgb(224 231 255 / 0.2);
}

.bg-indigo-100\/25{
  background-color: rgb(224 231 255 / 0.25);
}

.bg-indigo-100\/30{
  background-color: rgb(224 231 255 / 0.3);
}

.bg-indigo-100\/40{
  background-color: rgb(224 231 255 / 0.4);
}

.bg-indigo-100\/5{
  background-color: rgb(224 231 255 / 0.05);
}

.bg-indigo-100\/50{
  background-color: rgb(224 231 255 / 0.5);
}

.bg-indigo-100\/60{
  background-color: rgb(224 231 255 / 0.6);
}

.bg-indigo-100\/70{
  background-color: rgb(224 231 255 / 0.7);
}

.bg-indigo-100\/75{
  background-color: rgb(224 231 255 / 0.75);
}

.bg-indigo-100\/80{
  background-color: rgb(224 231 255 / 0.8);
}

.bg-indigo-100\/90{
  background-color: rgb(224 231 255 / 0.9);
}

.bg-indigo-100\/95{
  background-color: rgb(224 231 255 / 0.95);
}

.bg-indigo-200{
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.bg-indigo-200\/0{
  background-color: rgb(199 210 254 / 0);
}

.bg-indigo-200\/10{
  background-color: rgb(199 210 254 / 0.1);
}

.bg-indigo-200\/100{
  background-color: rgb(199 210 254 / 1);
}

.bg-indigo-200\/20{
  background-color: rgb(199 210 254 / 0.2);
}

.bg-indigo-200\/25{
  background-color: rgb(199 210 254 / 0.25);
}

.bg-indigo-200\/30{
  background-color: rgb(199 210 254 / 0.3);
}

.bg-indigo-200\/40{
  background-color: rgb(199 210 254 / 0.4);
}

.bg-indigo-200\/5{
  background-color: rgb(199 210 254 / 0.05);
}

.bg-indigo-200\/50{
  background-color: rgb(199 210 254 / 0.5);
}

.bg-indigo-200\/60{
  background-color: rgb(199 210 254 / 0.6);
}

.bg-indigo-200\/70{
  background-color: rgb(199 210 254 / 0.7);
}

.bg-indigo-200\/75{
  background-color: rgb(199 210 254 / 0.75);
}

.bg-indigo-200\/80{
  background-color: rgb(199 210 254 / 0.8);
}

.bg-indigo-200\/90{
  background-color: rgb(199 210 254 / 0.9);
}

.bg-indigo-200\/95{
  background-color: rgb(199 210 254 / 0.95);
}

.bg-indigo-300{
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.bg-indigo-300\/0{
  background-color: rgb(165 180 252 / 0);
}

.bg-indigo-300\/10{
  background-color: rgb(165 180 252 / 0.1);
}

.bg-indigo-300\/100{
  background-color: rgb(165 180 252 / 1);
}

.bg-indigo-300\/20{
  background-color: rgb(165 180 252 / 0.2);
}

.bg-indigo-300\/25{
  background-color: rgb(165 180 252 / 0.25);
}

.bg-indigo-300\/30{
  background-color: rgb(165 180 252 / 0.3);
}

.bg-indigo-300\/40{
  background-color: rgb(165 180 252 / 0.4);
}

.bg-indigo-300\/5{
  background-color: rgb(165 180 252 / 0.05);
}

.bg-indigo-300\/50{
  background-color: rgb(165 180 252 / 0.5);
}

.bg-indigo-300\/60{
  background-color: rgb(165 180 252 / 0.6);
}

.bg-indigo-300\/70{
  background-color: rgb(165 180 252 / 0.7);
}

.bg-indigo-300\/75{
  background-color: rgb(165 180 252 / 0.75);
}

.bg-indigo-300\/80{
  background-color: rgb(165 180 252 / 0.8);
}

.bg-indigo-300\/90{
  background-color: rgb(165 180 252 / 0.9);
}

.bg-indigo-300\/95{
  background-color: rgb(165 180 252 / 0.95);
}

.bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.bg-indigo-400\/0{
  background-color: rgb(129 140 248 / 0);
}

.bg-indigo-400\/10{
  background-color: rgb(129 140 248 / 0.1);
}

.bg-indigo-400\/100{
  background-color: rgb(129 140 248 / 1);
}

.bg-indigo-400\/20{
  background-color: rgb(129 140 248 / 0.2);
}

.bg-indigo-400\/25{
  background-color: rgb(129 140 248 / 0.25);
}

.bg-indigo-400\/30{
  background-color: rgb(129 140 248 / 0.3);
}

.bg-indigo-400\/40{
  background-color: rgb(129 140 248 / 0.4);
}

.bg-indigo-400\/5{
  background-color: rgb(129 140 248 / 0.05);
}

.bg-indigo-400\/50{
  background-color: rgb(129 140 248 / 0.5);
}

.bg-indigo-400\/60{
  background-color: rgb(129 140 248 / 0.6);
}

.bg-indigo-400\/70{
  background-color: rgb(129 140 248 / 0.7);
}

.bg-indigo-400\/75{
  background-color: rgb(129 140 248 / 0.75);
}

.bg-indigo-400\/80{
  background-color: rgb(129 140 248 / 0.8);
}

.bg-indigo-400\/90{
  background-color: rgb(129 140 248 / 0.9);
}

.bg-indigo-400\/95{
  background-color: rgb(129 140 248 / 0.95);
}

.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.bg-indigo-50\/0{
  background-color: rgb(238 242 255 / 0);
}

.bg-indigo-50\/10{
  background-color: rgb(238 242 255 / 0.1);
}

.bg-indigo-50\/100{
  background-color: rgb(238 242 255 / 1);
}

.bg-indigo-50\/20{
  background-color: rgb(238 242 255 / 0.2);
}

.bg-indigo-50\/25{
  background-color: rgb(238 242 255 / 0.25);
}

.bg-indigo-50\/30{
  background-color: rgb(238 242 255 / 0.3);
}

.bg-indigo-50\/40{
  background-color: rgb(238 242 255 / 0.4);
}

.bg-indigo-50\/5{
  background-color: rgb(238 242 255 / 0.05);
}

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

.bg-indigo-50\/60{
  background-color: rgb(238 242 255 / 0.6);
}

.bg-indigo-50\/70{
  background-color: rgb(238 242 255 / 0.7);
}

.bg-indigo-50\/75{
  background-color: rgb(238 242 255 / 0.75);
}

.bg-indigo-50\/80{
  background-color: rgb(238 242 255 / 0.8);
}

.bg-indigo-50\/90{
  background-color: rgb(238 242 255 / 0.9);
}

.bg-indigo-50\/95{
  background-color: rgb(238 242 255 / 0.95);
}

.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.bg-indigo-500\/0{
  background-color: rgb(99 102 241 / 0);
}

.bg-indigo-500\/10{
  background-color: rgb(99 102 241 / 0.1);
}

.bg-indigo-500\/100{
  background-color: rgb(99 102 241 / 1);
}

.bg-indigo-500\/20{
  background-color: rgb(99 102 241 / 0.2);
}

.bg-indigo-500\/25{
  background-color: rgb(99 102 241 / 0.25);
}

.bg-indigo-500\/30{
  background-color: rgb(99 102 241 / 0.3);
}

.bg-indigo-500\/40{
  background-color: rgb(99 102 241 / 0.4);
}

.bg-indigo-500\/5{
  background-color: rgb(99 102 241 / 0.05);
}

.bg-indigo-500\/50{
  background-color: rgb(99 102 241 / 0.5);
}

.bg-indigo-500\/60{
  background-color: rgb(99 102 241 / 0.6);
}

.bg-indigo-500\/70{
  background-color: rgb(99 102 241 / 0.7);
}

.bg-indigo-500\/75{
  background-color: rgb(99 102 241 / 0.75);
}

.bg-indigo-500\/80{
  background-color: rgb(99 102 241 / 0.8);
}

.bg-indigo-500\/90{
  background-color: rgb(99 102 241 / 0.9);
}

.bg-indigo-500\/95{
  background-color: rgb(99 102 241 / 0.95);
}

.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-indigo-600\/0{
  background-color: rgb(79 70 229 / 0);
}

.bg-indigo-600\/10{
  background-color: rgb(79 70 229 / 0.1);
}

.bg-indigo-600\/100{
  background-color: rgb(79 70 229 / 1);
}

.bg-indigo-600\/20{
  background-color: rgb(79 70 229 / 0.2);
}

.bg-indigo-600\/25{
  background-color: rgb(79 70 229 / 0.25);
}

.bg-indigo-600\/30{
  background-color: rgb(79 70 229 / 0.3);
}

.bg-indigo-600\/40{
  background-color: rgb(79 70 229 / 0.4);
}

.bg-indigo-600\/5{
  background-color: rgb(79 70 229 / 0.05);
}

.bg-indigo-600\/50{
  background-color: rgb(79 70 229 / 0.5);
}

.bg-indigo-600\/60{
  background-color: rgb(79 70 229 / 0.6);
}

.bg-indigo-600\/70{
  background-color: rgb(79 70 229 / 0.7);
}

.bg-indigo-600\/75{
  background-color: rgb(79 70 229 / 0.75);
}

.bg-indigo-600\/80{
  background-color: rgb(79 70 229 / 0.8);
}

.bg-indigo-600\/90{
  background-color: rgb(79 70 229 / 0.9);
}

.bg-indigo-600\/95{
  background-color: rgb(79 70 229 / 0.95);
}

.bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.bg-indigo-700\/0{
  background-color: rgb(67 56 202 / 0);
}

.bg-indigo-700\/10{
  background-color: rgb(67 56 202 / 0.1);
}

.bg-indigo-700\/100{
  background-color: rgb(67 56 202 / 1);
}

.bg-indigo-700\/20{
  background-color: rgb(67 56 202 / 0.2);
}

.bg-indigo-700\/25{
  background-color: rgb(67 56 202 / 0.25);
}

.bg-indigo-700\/30{
  background-color: rgb(67 56 202 / 0.3);
}

.bg-indigo-700\/40{
  background-color: rgb(67 56 202 / 0.4);
}

.bg-indigo-700\/5{
  background-color: rgb(67 56 202 / 0.05);
}

.bg-indigo-700\/50{
  background-color: rgb(67 56 202 / 0.5);
}

.bg-indigo-700\/60{
  background-color: rgb(67 56 202 / 0.6);
}

.bg-indigo-700\/70{
  background-color: rgb(67 56 202 / 0.7);
}

.bg-indigo-700\/75{
  background-color: rgb(67 56 202 / 0.75);
}

.bg-indigo-700\/80{
  background-color: rgb(67 56 202 / 0.8);
}

.bg-indigo-700\/90{
  background-color: rgb(67 56 202 / 0.9);
}

.bg-indigo-700\/95{
  background-color: rgb(67 56 202 / 0.95);
}

.bg-indigo-800{
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.bg-indigo-800\/0{
  background-color: rgb(55 48 163 / 0);
}

.bg-indigo-800\/10{
  background-color: rgb(55 48 163 / 0.1);
}

.bg-indigo-800\/100{
  background-color: rgb(55 48 163 / 1);
}

.bg-indigo-800\/20{
  background-color: rgb(55 48 163 / 0.2);
}

.bg-indigo-800\/25{
  background-color: rgb(55 48 163 / 0.25);
}

.bg-indigo-800\/30{
  background-color: rgb(55 48 163 / 0.3);
}

.bg-indigo-800\/40{
  background-color: rgb(55 48 163 / 0.4);
}

.bg-indigo-800\/5{
  background-color: rgb(55 48 163 / 0.05);
}

.bg-indigo-800\/50{
  background-color: rgb(55 48 163 / 0.5);
}

.bg-indigo-800\/60{
  background-color: rgb(55 48 163 / 0.6);
}

.bg-indigo-800\/70{
  background-color: rgb(55 48 163 / 0.7);
}

.bg-indigo-800\/75{
  background-color: rgb(55 48 163 / 0.75);
}

.bg-indigo-800\/80{
  background-color: rgb(55 48 163 / 0.8);
}

.bg-indigo-800\/90{
  background-color: rgb(55 48 163 / 0.9);
}

.bg-indigo-800\/95{
  background-color: rgb(55 48 163 / 0.95);
}

.bg-indigo-900{
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

.bg-indigo-900\/0{
  background-color: rgb(49 46 129 / 0);
}

.bg-indigo-900\/10{
  background-color: rgb(49 46 129 / 0.1);
}

.bg-indigo-900\/100{
  background-color: rgb(49 46 129 / 1);
}

.bg-indigo-900\/20{
  background-color: rgb(49 46 129 / 0.2);
}

.bg-indigo-900\/25{
  background-color: rgb(49 46 129 / 0.25);
}

.bg-indigo-900\/30{
  background-color: rgb(49 46 129 / 0.3);
}

.bg-indigo-900\/40{
  background-color: rgb(49 46 129 / 0.4);
}

.bg-indigo-900\/5{
  background-color: rgb(49 46 129 / 0.05);
}

.bg-indigo-900\/50{
  background-color: rgb(49 46 129 / 0.5);
}

.bg-indigo-900\/60{
  background-color: rgb(49 46 129 / 0.6);
}

.bg-indigo-900\/70{
  background-color: rgb(49 46 129 / 0.7);
}

.bg-indigo-900\/75{
  background-color: rgb(49 46 129 / 0.75);
}

.bg-indigo-900\/80{
  background-color: rgb(49 46 129 / 0.8);
}

.bg-indigo-900\/90{
  background-color: rgb(49 46 129 / 0.9);
}

.bg-indigo-900\/95{
  background-color: rgb(49 46 129 / 0.95);
}

.bg-indigo-950{
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}

.bg-indigo-950\/0{
  background-color: rgb(30 27 75 / 0);
}

.bg-indigo-950\/10{
  background-color: rgb(30 27 75 / 0.1);
}

.bg-indigo-950\/100{
  background-color: rgb(30 27 75 / 1);
}

.bg-indigo-950\/20{
  background-color: rgb(30 27 75 / 0.2);
}

.bg-indigo-950\/25{
  background-color: rgb(30 27 75 / 0.25);
}

.bg-indigo-950\/30{
  background-color: rgb(30 27 75 / 0.3);
}

.bg-indigo-950\/40{
  background-color: rgb(30 27 75 / 0.4);
}

.bg-indigo-950\/5{
  background-color: rgb(30 27 75 / 0.05);
}

.bg-indigo-950\/50{
  background-color: rgb(30 27 75 / 0.5);
}

.bg-indigo-950\/60{
  background-color: rgb(30 27 75 / 0.6);
}

.bg-indigo-950\/70{
  background-color: rgb(30 27 75 / 0.7);
}

.bg-indigo-950\/75{
  background-color: rgb(30 27 75 / 0.75);
}

.bg-indigo-950\/80{
  background-color: rgb(30 27 75 / 0.8);
}

.bg-indigo-950\/90{
  background-color: rgb(30 27 75 / 0.9);
}

.bg-indigo-950\/95{
  background-color: rgb(30 27 75 / 0.95);
}

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

.bg-lime-100{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.bg-lime-100\/0{
  background-color: rgb(236 252 203 / 0);
}

.bg-lime-100\/10{
  background-color: rgb(236 252 203 / 0.1);
}

.bg-lime-100\/100{
  background-color: rgb(236 252 203 / 1);
}

.bg-lime-100\/20{
  background-color: rgb(236 252 203 / 0.2);
}

.bg-lime-100\/25{
  background-color: rgb(236 252 203 / 0.25);
}

.bg-lime-100\/30{
  background-color: rgb(236 252 203 / 0.3);
}

.bg-lime-100\/40{
  background-color: rgb(236 252 203 / 0.4);
}

.bg-lime-100\/5{
  background-color: rgb(236 252 203 / 0.05);
}

.bg-lime-100\/50{
  background-color: rgb(236 252 203 / 0.5);
}

.bg-lime-100\/60{
  background-color: rgb(236 252 203 / 0.6);
}

.bg-lime-100\/70{
  background-color: rgb(236 252 203 / 0.7);
}

.bg-lime-100\/75{
  background-color: rgb(236 252 203 / 0.75);
}

.bg-lime-100\/80{
  background-color: rgb(236 252 203 / 0.8);
}

.bg-lime-100\/90{
  background-color: rgb(236 252 203 / 0.9);
}

.bg-lime-100\/95{
  background-color: rgb(236 252 203 / 0.95);
}

.bg-lime-200{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}

.bg-lime-200\/0{
  background-color: rgb(217 249 157 / 0);
}

.bg-lime-200\/10{
  background-color: rgb(217 249 157 / 0.1);
}

.bg-lime-200\/100{
  background-color: rgb(217 249 157 / 1);
}

.bg-lime-200\/20{
  background-color: rgb(217 249 157 / 0.2);
}

.bg-lime-200\/25{
  background-color: rgb(217 249 157 / 0.25);
}

.bg-lime-200\/30{
  background-color: rgb(217 249 157 / 0.3);
}

.bg-lime-200\/40{
  background-color: rgb(217 249 157 / 0.4);
}

.bg-lime-200\/5{
  background-color: rgb(217 249 157 / 0.05);
}

.bg-lime-200\/50{
  background-color: rgb(217 249 157 / 0.5);
}

.bg-lime-200\/60{
  background-color: rgb(217 249 157 / 0.6);
}

.bg-lime-200\/70{
  background-color: rgb(217 249 157 / 0.7);
}

.bg-lime-200\/75{
  background-color: rgb(217 249 157 / 0.75);
}

.bg-lime-200\/80{
  background-color: rgb(217 249 157 / 0.8);
}

.bg-lime-200\/90{
  background-color: rgb(217 249 157 / 0.9);
}

.bg-lime-200\/95{
  background-color: rgb(217 249 157 / 0.95);
}

.bg-lime-300{
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}

.bg-lime-300\/0{
  background-color: rgb(190 242 100 / 0);
}

.bg-lime-300\/10{
  background-color: rgb(190 242 100 / 0.1);
}

.bg-lime-300\/100{
  background-color: rgb(190 242 100 / 1);
}

.bg-lime-300\/20{
  background-color: rgb(190 242 100 / 0.2);
}

.bg-lime-300\/25{
  background-color: rgb(190 242 100 / 0.25);
}

.bg-lime-300\/30{
  background-color: rgb(190 242 100 / 0.3);
}

.bg-lime-300\/40{
  background-color: rgb(190 242 100 / 0.4);
}

.bg-lime-300\/5{
  background-color: rgb(190 242 100 / 0.05);
}

.bg-lime-300\/50{
  background-color: rgb(190 242 100 / 0.5);
}

.bg-lime-300\/60{
  background-color: rgb(190 242 100 / 0.6);
}

.bg-lime-300\/70{
  background-color: rgb(190 242 100 / 0.7);
}

.bg-lime-300\/75{
  background-color: rgb(190 242 100 / 0.75);
}

.bg-lime-300\/80{
  background-color: rgb(190 242 100 / 0.8);
}

.bg-lime-300\/90{
  background-color: rgb(190 242 100 / 0.9);
}

.bg-lime-300\/95{
  background-color: rgb(190 242 100 / 0.95);
}

.bg-lime-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}

.bg-lime-400\/0{
  background-color: rgb(163 230 53 / 0);
}

.bg-lime-400\/10{
  background-color: rgb(163 230 53 / 0.1);
}

.bg-lime-400\/100{
  background-color: rgb(163 230 53 / 1);
}

.bg-lime-400\/20{
  background-color: rgb(163 230 53 / 0.2);
}

.bg-lime-400\/25{
  background-color: rgb(163 230 53 / 0.25);
}

.bg-lime-400\/30{
  background-color: rgb(163 230 53 / 0.3);
}

.bg-lime-400\/40{
  background-color: rgb(163 230 53 / 0.4);
}

.bg-lime-400\/5{
  background-color: rgb(163 230 53 / 0.05);
}

.bg-lime-400\/50{
  background-color: rgb(163 230 53 / 0.5);
}

.bg-lime-400\/60{
  background-color: rgb(163 230 53 / 0.6);
}

.bg-lime-400\/70{
  background-color: rgb(163 230 53 / 0.7);
}

.bg-lime-400\/75{
  background-color: rgb(163 230 53 / 0.75);
}

.bg-lime-400\/80{
  background-color: rgb(163 230 53 / 0.8);
}

.bg-lime-400\/90{
  background-color: rgb(163 230 53 / 0.9);
}

.bg-lime-400\/95{
  background-color: rgb(163 230 53 / 0.95);
}

.bg-lime-50{
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

.bg-lime-50\/0{
  background-color: rgb(247 254 231 / 0);
}

.bg-lime-50\/10{
  background-color: rgb(247 254 231 / 0.1);
}

.bg-lime-50\/100{
  background-color: rgb(247 254 231 / 1);
}

.bg-lime-50\/20{
  background-color: rgb(247 254 231 / 0.2);
}

.bg-lime-50\/25{
  background-color: rgb(247 254 231 / 0.25);
}

.bg-lime-50\/30{
  background-color: rgb(247 254 231 / 0.3);
}

.bg-lime-50\/40{
  background-color: rgb(247 254 231 / 0.4);
}

.bg-lime-50\/5{
  background-color: rgb(247 254 231 / 0.05);
}

.bg-lime-50\/50{
  background-color: rgb(247 254 231 / 0.5);
}

.bg-lime-50\/60{
  background-color: rgb(247 254 231 / 0.6);
}

.bg-lime-50\/70{
  background-color: rgb(247 254 231 / 0.7);
}

.bg-lime-50\/75{
  background-color: rgb(247 254 231 / 0.75);
}

.bg-lime-50\/80{
  background-color: rgb(247 254 231 / 0.8);
}

.bg-lime-50\/90{
  background-color: rgb(247 254 231 / 0.9);
}

.bg-lime-50\/95{
  background-color: rgb(247 254 231 / 0.95);
}

.bg-lime-500{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.bg-lime-500\/0{
  background-color: rgb(132 204 22 / 0);
}

.bg-lime-500\/10{
  background-color: rgb(132 204 22 / 0.1);
}

.bg-lime-500\/100{
  background-color: rgb(132 204 22 / 1);
}

.bg-lime-500\/20{
  background-color: rgb(132 204 22 / 0.2);
}

.bg-lime-500\/25{
  background-color: rgb(132 204 22 / 0.25);
}

.bg-lime-500\/30{
  background-color: rgb(132 204 22 / 0.3);
}

.bg-lime-500\/40{
  background-color: rgb(132 204 22 / 0.4);
}

.bg-lime-500\/5{
  background-color: rgb(132 204 22 / 0.05);
}

.bg-lime-500\/50{
  background-color: rgb(132 204 22 / 0.5);
}

.bg-lime-500\/60{
  background-color: rgb(132 204 22 / 0.6);
}

.bg-lime-500\/70{
  background-color: rgb(132 204 22 / 0.7);
}

.bg-lime-500\/75{
  background-color: rgb(132 204 22 / 0.75);
}

.bg-lime-500\/80{
  background-color: rgb(132 204 22 / 0.8);
}

.bg-lime-500\/90{
  background-color: rgb(132 204 22 / 0.9);
}

.bg-lime-500\/95{
  background-color: rgb(132 204 22 / 0.95);
}

.bg-lime-600{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.bg-lime-600\/0{
  background-color: rgb(101 163 13 / 0);
}

.bg-lime-600\/10{
  background-color: rgb(101 163 13 / 0.1);
}

.bg-lime-600\/100{
  background-color: rgb(101 163 13 / 1);
}

.bg-lime-600\/20{
  background-color: rgb(101 163 13 / 0.2);
}

.bg-lime-600\/25{
  background-color: rgb(101 163 13 / 0.25);
}

.bg-lime-600\/30{
  background-color: rgb(101 163 13 / 0.3);
}

.bg-lime-600\/40{
  background-color: rgb(101 163 13 / 0.4);
}

.bg-lime-600\/5{
  background-color: rgb(101 163 13 / 0.05);
}

.bg-lime-600\/50{
  background-color: rgb(101 163 13 / 0.5);
}

.bg-lime-600\/60{
  background-color: rgb(101 163 13 / 0.6);
}

.bg-lime-600\/70{
  background-color: rgb(101 163 13 / 0.7);
}

.bg-lime-600\/75{
  background-color: rgb(101 163 13 / 0.75);
}

.bg-lime-600\/80{
  background-color: rgb(101 163 13 / 0.8);
}

.bg-lime-600\/90{
  background-color: rgb(101 163 13 / 0.9);
}

.bg-lime-600\/95{
  background-color: rgb(101 163 13 / 0.95);
}

.bg-lime-700{
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

.bg-lime-700\/0{
  background-color: rgb(77 124 15 / 0);
}

.bg-lime-700\/10{
  background-color: rgb(77 124 15 / 0.1);
}

.bg-lime-700\/100{
  background-color: rgb(77 124 15 / 1);
}

.bg-lime-700\/20{
  background-color: rgb(77 124 15 / 0.2);
}

.bg-lime-700\/25{
  background-color: rgb(77 124 15 / 0.25);
}

.bg-lime-700\/30{
  background-color: rgb(77 124 15 / 0.3);
}

.bg-lime-700\/40{
  background-color: rgb(77 124 15 / 0.4);
}

.bg-lime-700\/5{
  background-color: rgb(77 124 15 / 0.05);
}

.bg-lime-700\/50{
  background-color: rgb(77 124 15 / 0.5);
}

.bg-lime-700\/60{
  background-color: rgb(77 124 15 / 0.6);
}

.bg-lime-700\/70{
  background-color: rgb(77 124 15 / 0.7);
}

.bg-lime-700\/75{
  background-color: rgb(77 124 15 / 0.75);
}

.bg-lime-700\/80{
  background-color: rgb(77 124 15 / 0.8);
}

.bg-lime-700\/90{
  background-color: rgb(77 124 15 / 0.9);
}

.bg-lime-700\/95{
  background-color: rgb(77 124 15 / 0.95);
}

.bg-lime-800{
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}

.bg-lime-800\/0{
  background-color: rgb(63 98 18 / 0);
}

.bg-lime-800\/10{
  background-color: rgb(63 98 18 / 0.1);
}

.bg-lime-800\/100{
  background-color: rgb(63 98 18 / 1);
}

.bg-lime-800\/20{
  background-color: rgb(63 98 18 / 0.2);
}

.bg-lime-800\/25{
  background-color: rgb(63 98 18 / 0.25);
}

.bg-lime-800\/30{
  background-color: rgb(63 98 18 / 0.3);
}

.bg-lime-800\/40{
  background-color: rgb(63 98 18 / 0.4);
}

.bg-lime-800\/5{
  background-color: rgb(63 98 18 / 0.05);
}

.bg-lime-800\/50{
  background-color: rgb(63 98 18 / 0.5);
}

.bg-lime-800\/60{
  background-color: rgb(63 98 18 / 0.6);
}

.bg-lime-800\/70{
  background-color: rgb(63 98 18 / 0.7);
}

.bg-lime-800\/75{
  background-color: rgb(63 98 18 / 0.75);
}

.bg-lime-800\/80{
  background-color: rgb(63 98 18 / 0.8);
}

.bg-lime-800\/90{
  background-color: rgb(63 98 18 / 0.9);
}

.bg-lime-800\/95{
  background-color: rgb(63 98 18 / 0.95);
}

.bg-lime-900{
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}

.bg-lime-900\/0{
  background-color: rgb(54 83 20 / 0);
}

.bg-lime-900\/10{
  background-color: rgb(54 83 20 / 0.1);
}

.bg-lime-900\/100{
  background-color: rgb(54 83 20 / 1);
}

.bg-lime-900\/20{
  background-color: rgb(54 83 20 / 0.2);
}

.bg-lime-900\/25{
  background-color: rgb(54 83 20 / 0.25);
}

.bg-lime-900\/30{
  background-color: rgb(54 83 20 / 0.3);
}

.bg-lime-900\/40{
  background-color: rgb(54 83 20 / 0.4);
}

.bg-lime-900\/5{
  background-color: rgb(54 83 20 / 0.05);
}

.bg-lime-900\/50{
  background-color: rgb(54 83 20 / 0.5);
}

.bg-lime-900\/60{
  background-color: rgb(54 83 20 / 0.6);
}

.bg-lime-900\/70{
  background-color: rgb(54 83 20 / 0.7);
}

.bg-lime-900\/75{
  background-color: rgb(54 83 20 / 0.75);
}

.bg-lime-900\/80{
  background-color: rgb(54 83 20 / 0.8);
}

.bg-lime-900\/90{
  background-color: rgb(54 83 20 / 0.9);
}

.bg-lime-900\/95{
  background-color: rgb(54 83 20 / 0.95);
}

.bg-lime-950{
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}

.bg-lime-950\/0{
  background-color: rgb(26 46 5 / 0);
}

.bg-lime-950\/10{
  background-color: rgb(26 46 5 / 0.1);
}

.bg-lime-950\/100{
  background-color: rgb(26 46 5 / 1);
}

.bg-lime-950\/20{
  background-color: rgb(26 46 5 / 0.2);
}

.bg-lime-950\/25{
  background-color: rgb(26 46 5 / 0.25);
}

.bg-lime-950\/30{
  background-color: rgb(26 46 5 / 0.3);
}

.bg-lime-950\/40{
  background-color: rgb(26 46 5 / 0.4);
}

.bg-lime-950\/5{
  background-color: rgb(26 46 5 / 0.05);
}

.bg-lime-950\/50{
  background-color: rgb(26 46 5 / 0.5);
}

.bg-lime-950\/60{
  background-color: rgb(26 46 5 / 0.6);
}

.bg-lime-950\/70{
  background-color: rgb(26 46 5 / 0.7);
}

.bg-lime-950\/75{
  background-color: rgb(26 46 5 / 0.75);
}

.bg-lime-950\/80{
  background-color: rgb(26 46 5 / 0.8);
}

.bg-lime-950\/90{
  background-color: rgb(26 46 5 / 0.9);
}

.bg-lime-950\/95{
  background-color: rgb(26 46 5 / 0.95);
}

.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-neutral-100\/0{
  background-color: rgb(245 245 245 / 0);
}

.bg-neutral-100\/10{
  background-color: rgb(245 245 245 / 0.1);
}

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

.bg-neutral-100\/20{
  background-color: rgb(245 245 245 / 0.2);
}

.bg-neutral-100\/25{
  background-color: rgb(245 245 245 / 0.25);
}

.bg-neutral-100\/30{
  background-color: rgb(245 245 245 / 0.3);
}

.bg-neutral-100\/40{
  background-color: rgb(245 245 245 / 0.4);
}

.bg-neutral-100\/5{
  background-color: rgb(245 245 245 / 0.05);
}

.bg-neutral-100\/50{
  background-color: rgb(245 245 245 / 0.5);
}

.bg-neutral-100\/60{
  background-color: rgb(245 245 245 / 0.6);
}

.bg-neutral-100\/70{
  background-color: rgb(245 245 245 / 0.7);
}

.bg-neutral-100\/75{
  background-color: rgb(245 245 245 / 0.75);
}

.bg-neutral-100\/80{
  background-color: rgb(245 245 245 / 0.8);
}

.bg-neutral-100\/90{
  background-color: rgb(245 245 245 / 0.9);
}

.bg-neutral-100\/95{
  background-color: rgb(245 245 245 / 0.95);
}

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

.bg-neutral-200\/0{
  background-color: rgb(229 229 229 / 0);
}

.bg-neutral-200\/10{
  background-color: rgb(229 229 229 / 0.1);
}

.bg-neutral-200\/100{
  background-color: rgb(229 229 229 / 1);
}

.bg-neutral-200\/20{
  background-color: rgb(229 229 229 / 0.2);
}

.bg-neutral-200\/25{
  background-color: rgb(229 229 229 / 0.25);
}

.bg-neutral-200\/30{
  background-color: rgb(229 229 229 / 0.3);
}

.bg-neutral-200\/40{
  background-color: rgb(229 229 229 / 0.4);
}

.bg-neutral-200\/5{
  background-color: rgb(229 229 229 / 0.05);
}

.bg-neutral-200\/50{
  background-color: rgb(229 229 229 / 0.5);
}

.bg-neutral-200\/60{
  background-color: rgb(229 229 229 / 0.6);
}

.bg-neutral-200\/70{
  background-color: rgb(229 229 229 / 0.7);
}

.bg-neutral-200\/75{
  background-color: rgb(229 229 229 / 0.75);
}

.bg-neutral-200\/80{
  background-color: rgb(229 229 229 / 0.8);
}

.bg-neutral-200\/90{
  background-color: rgb(229 229 229 / 0.9);
}

.bg-neutral-200\/95{
  background-color: rgb(229 229 229 / 0.95);
}

.bg-neutral-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.bg-neutral-300\/0{
  background-color: rgb(212 212 212 / 0);
}

.bg-neutral-300\/10{
  background-color: rgb(212 212 212 / 0.1);
}

.bg-neutral-300\/100{
  background-color: rgb(212 212 212 / 1);
}

.bg-neutral-300\/20{
  background-color: rgb(212 212 212 / 0.2);
}

.bg-neutral-300\/25{
  background-color: rgb(212 212 212 / 0.25);
}

.bg-neutral-300\/30{
  background-color: rgb(212 212 212 / 0.3);
}

.bg-neutral-300\/40{
  background-color: rgb(212 212 212 / 0.4);
}

.bg-neutral-300\/5{
  background-color: rgb(212 212 212 / 0.05);
}

.bg-neutral-300\/50{
  background-color: rgb(212 212 212 / 0.5);
}

.bg-neutral-300\/60{
  background-color: rgb(212 212 212 / 0.6);
}

.bg-neutral-300\/70{
  background-color: rgb(212 212 212 / 0.7);
}

.bg-neutral-300\/75{
  background-color: rgb(212 212 212 / 0.75);
}

.bg-neutral-300\/80{
  background-color: rgb(212 212 212 / 0.8);
}

.bg-neutral-300\/90{
  background-color: rgb(212 212 212 / 0.9);
}

.bg-neutral-300\/95{
  background-color: rgb(212 212 212 / 0.95);
}

.bg-neutral-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.bg-neutral-400\/0{
  background-color: rgb(163 163 163 / 0);
}

.bg-neutral-400\/10{
  background-color: rgb(163 163 163 / 0.1);
}

.bg-neutral-400\/100{
  background-color: rgb(163 163 163 / 1);
}

.bg-neutral-400\/20{
  background-color: rgb(163 163 163 / 0.2);
}

.bg-neutral-400\/25{
  background-color: rgb(163 163 163 / 0.25);
}

.bg-neutral-400\/30{
  background-color: rgb(163 163 163 / 0.3);
}

.bg-neutral-400\/40{
  background-color: rgb(163 163 163 / 0.4);
}

.bg-neutral-400\/5{
  background-color: rgb(163 163 163 / 0.05);
}

.bg-neutral-400\/50{
  background-color: rgb(163 163 163 / 0.5);
}

.bg-neutral-400\/60{
  background-color: rgb(163 163 163 / 0.6);
}

.bg-neutral-400\/70{
  background-color: rgb(163 163 163 / 0.7);
}

.bg-neutral-400\/75{
  background-color: rgb(163 163 163 / 0.75);
}

.bg-neutral-400\/80{
  background-color: rgb(163 163 163 / 0.8);
}

.bg-neutral-400\/90{
  background-color: rgb(163 163 163 / 0.9);
}

.bg-neutral-400\/95{
  background-color: rgb(163 163 163 / 0.95);
}

.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-neutral-50\/0{
  background-color: rgb(250 250 250 / 0);
}

.bg-neutral-50\/10{
  background-color: rgb(250 250 250 / 0.1);
}

.bg-neutral-50\/100{
  background-color: rgb(250 250 250 / 1);
}

.bg-neutral-50\/20{
  background-color: rgb(250 250 250 / 0.2);
}

.bg-neutral-50\/25{
  background-color: rgb(250 250 250 / 0.25);
}

.bg-neutral-50\/30{
  background-color: rgb(250 250 250 / 0.3);
}

.bg-neutral-50\/40{
  background-color: rgb(250 250 250 / 0.4);
}

.bg-neutral-50\/5{
  background-color: rgb(250 250 250 / 0.05);
}

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

.bg-neutral-50\/60{
  background-color: rgb(250 250 250 / 0.6);
}

.bg-neutral-50\/70{
  background-color: rgb(250 250 250 / 0.7);
}

.bg-neutral-50\/75{
  background-color: rgb(250 250 250 / 0.75);
}

.bg-neutral-50\/80{
  background-color: rgb(250 250 250 / 0.8);
}

.bg-neutral-50\/90{
  background-color: rgb(250 250 250 / 0.9);
}

.bg-neutral-50\/95{
  background-color: rgb(250 250 250 / 0.95);
}

.bg-neutral-500{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.bg-neutral-500\/0{
  background-color: rgb(115 115 115 / 0);
}

.bg-neutral-500\/10{
  background-color: rgb(115 115 115 / 0.1);
}

.bg-neutral-500\/100{
  background-color: rgb(115 115 115 / 1);
}

.bg-neutral-500\/20{
  background-color: rgb(115 115 115 / 0.2);
}

.bg-neutral-500\/25{
  background-color: rgb(115 115 115 / 0.25);
}

.bg-neutral-500\/30{
  background-color: rgb(115 115 115 / 0.3);
}

.bg-neutral-500\/40{
  background-color: rgb(115 115 115 / 0.4);
}

.bg-neutral-500\/5{
  background-color: rgb(115 115 115 / 0.05);
}

.bg-neutral-500\/50{
  background-color: rgb(115 115 115 / 0.5);
}

.bg-neutral-500\/60{
  background-color: rgb(115 115 115 / 0.6);
}

.bg-neutral-500\/70{
  background-color: rgb(115 115 115 / 0.7);
}

.bg-neutral-500\/75{
  background-color: rgb(115 115 115 / 0.75);
}

.bg-neutral-500\/80{
  background-color: rgb(115 115 115 / 0.8);
}

.bg-neutral-500\/90{
  background-color: rgb(115 115 115 / 0.9);
}

.bg-neutral-500\/95{
  background-color: rgb(115 115 115 / 0.95);
}

.bg-neutral-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.bg-neutral-600\/0{
  background-color: rgb(82 82 82 / 0);
}

.bg-neutral-600\/10{
  background-color: rgb(82 82 82 / 0.1);
}

.bg-neutral-600\/100{
  background-color: rgb(82 82 82 / 1);
}

.bg-neutral-600\/20{
  background-color: rgb(82 82 82 / 0.2);
}

.bg-neutral-600\/25{
  background-color: rgb(82 82 82 / 0.25);
}

.bg-neutral-600\/30{
  background-color: rgb(82 82 82 / 0.3);
}

.bg-neutral-600\/40{
  background-color: rgb(82 82 82 / 0.4);
}

.bg-neutral-600\/5{
  background-color: rgb(82 82 82 / 0.05);
}

.bg-neutral-600\/50{
  background-color: rgb(82 82 82 / 0.5);
}

.bg-neutral-600\/60{
  background-color: rgb(82 82 82 / 0.6);
}

.bg-neutral-600\/70{
  background-color: rgb(82 82 82 / 0.7);
}

.bg-neutral-600\/75{
  background-color: rgb(82 82 82 / 0.75);
}

.bg-neutral-600\/80{
  background-color: rgb(82 82 82 / 0.8);
}

.bg-neutral-600\/90{
  background-color: rgb(82 82 82 / 0.9);
}

.bg-neutral-600\/95{
  background-color: rgb(82 82 82 / 0.95);
}

.bg-neutral-700{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.bg-neutral-700\/0{
  background-color: rgb(64 64 64 / 0);
}

.bg-neutral-700\/10{
  background-color: rgb(64 64 64 / 0.1);
}

.bg-neutral-700\/100{
  background-color: rgb(64 64 64 / 1);
}

.bg-neutral-700\/20{
  background-color: rgb(64 64 64 / 0.2);
}

.bg-neutral-700\/25{
  background-color: rgb(64 64 64 / 0.25);
}

.bg-neutral-700\/30{
  background-color: rgb(64 64 64 / 0.3);
}

.bg-neutral-700\/40{
  background-color: rgb(64 64 64 / 0.4);
}

.bg-neutral-700\/5{
  background-color: rgb(64 64 64 / 0.05);
}

.bg-neutral-700\/50{
  background-color: rgb(64 64 64 / 0.5);
}

.bg-neutral-700\/60{
  background-color: rgb(64 64 64 / 0.6);
}

.bg-neutral-700\/70{
  background-color: rgb(64 64 64 / 0.7);
}

.bg-neutral-700\/75{
  background-color: rgb(64 64 64 / 0.75);
}

.bg-neutral-700\/80{
  background-color: rgb(64 64 64 / 0.8);
}

.bg-neutral-700\/90{
  background-color: rgb(64 64 64 / 0.9);
}

.bg-neutral-700\/95{
  background-color: rgb(64 64 64 / 0.95);
}

.bg-neutral-800{
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.bg-neutral-800\/0{
  background-color: rgb(38 38 38 / 0);
}

.bg-neutral-800\/10{
  background-color: rgb(38 38 38 / 0.1);
}

.bg-neutral-800\/100{
  background-color: rgb(38 38 38 / 1);
}

.bg-neutral-800\/20{
  background-color: rgb(38 38 38 / 0.2);
}

.bg-neutral-800\/25{
  background-color: rgb(38 38 38 / 0.25);
}

.bg-neutral-800\/30{
  background-color: rgb(38 38 38 / 0.3);
}

.bg-neutral-800\/40{
  background-color: rgb(38 38 38 / 0.4);
}

.bg-neutral-800\/5{
  background-color: rgb(38 38 38 / 0.05);
}

.bg-neutral-800\/50{
  background-color: rgb(38 38 38 / 0.5);
}

.bg-neutral-800\/60{
  background-color: rgb(38 38 38 / 0.6);
}

.bg-neutral-800\/70{
  background-color: rgb(38 38 38 / 0.7);
}

.bg-neutral-800\/75{
  background-color: rgb(38 38 38 / 0.75);
}

.bg-neutral-800\/80{
  background-color: rgb(38 38 38 / 0.8);
}

.bg-neutral-800\/90{
  background-color: rgb(38 38 38 / 0.9);
}

.bg-neutral-800\/95{
  background-color: rgb(38 38 38 / 0.95);
}

.bg-neutral-900{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.bg-neutral-900\/0{
  background-color: rgb(23 23 23 / 0);
}

.bg-neutral-900\/10{
  background-color: rgb(23 23 23 / 0.1);
}

.bg-neutral-900\/100{
  background-color: rgb(23 23 23 / 1);
}

.bg-neutral-900\/20{
  background-color: rgb(23 23 23 / 0.2);
}

.bg-neutral-900\/25{
  background-color: rgb(23 23 23 / 0.25);
}

.bg-neutral-900\/30{
  background-color: rgb(23 23 23 / 0.3);
}

.bg-neutral-900\/40{
  background-color: rgb(23 23 23 / 0.4);
}

.bg-neutral-900\/5{
  background-color: rgb(23 23 23 / 0.05);
}

.bg-neutral-900\/50{
  background-color: rgb(23 23 23 / 0.5);
}

.bg-neutral-900\/60{
  background-color: rgb(23 23 23 / 0.6);
}

.bg-neutral-900\/70{
  background-color: rgb(23 23 23 / 0.7);
}

.bg-neutral-900\/75{
  background-color: rgb(23 23 23 / 0.75);
}

.bg-neutral-900\/80{
  background-color: rgb(23 23 23 / 0.8);
}

.bg-neutral-900\/90{
  background-color: rgb(23 23 23 / 0.9);
}

.bg-neutral-900\/95{
  background-color: rgb(23 23 23 / 0.95);
}

.bg-neutral-950{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.bg-neutral-950\/0{
  background-color: rgb(10 10 10 / 0);
}

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

.bg-neutral-950\/100{
  background-color: rgb(10 10 10 / 1);
}

.bg-neutral-950\/20{
  background-color: rgb(10 10 10 / 0.2);
}

.bg-neutral-950\/25{
  background-color: rgb(10 10 10 / 0.25);
}

.bg-neutral-950\/30{
  background-color: rgb(10 10 10 / 0.3);
}

.bg-neutral-950\/40{
  background-color: rgb(10 10 10 / 0.4);
}

.bg-neutral-950\/5{
  background-color: rgb(10 10 10 / 0.05);
}

.bg-neutral-950\/50{
  background-color: rgb(10 10 10 / 0.5);
}

.bg-neutral-950\/60{
  background-color: rgb(10 10 10 / 0.6);
}

.bg-neutral-950\/70{
  background-color: rgb(10 10 10 / 0.7);
}

.bg-neutral-950\/75{
  background-color: rgb(10 10 10 / 0.75);
}

.bg-neutral-950\/80{
  background-color: rgb(10 10 10 / 0.8);
}

.bg-neutral-950\/90{
  background-color: rgb(10 10 10 / 0.9);
}

.bg-neutral-950\/95{
  background-color: rgb(10 10 10 / 0.95);
}

.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.bg-orange-100\/0{
  background-color: rgb(255 237 213 / 0);
}

.bg-orange-100\/10{
  background-color: rgb(255 237 213 / 0.1);
}

.bg-orange-100\/100{
  background-color: rgb(255 237 213 / 1);
}

.bg-orange-100\/20{
  background-color: rgb(255 237 213 / 0.2);
}

.bg-orange-100\/25{
  background-color: rgb(255 237 213 / 0.25);
}

.bg-orange-100\/30{
  background-color: rgb(255 237 213 / 0.3);
}

.bg-orange-100\/40{
  background-color: rgb(255 237 213 / 0.4);
}

.bg-orange-100\/5{
  background-color: rgb(255 237 213 / 0.05);
}

.bg-orange-100\/50{
  background-color: rgb(255 237 213 / 0.5);
}

.bg-orange-100\/60{
  background-color: rgb(255 237 213 / 0.6);
}

.bg-orange-100\/70{
  background-color: rgb(255 237 213 / 0.7);
}

.bg-orange-100\/75{
  background-color: rgb(255 237 213 / 0.75);
}

.bg-orange-100\/80{
  background-color: rgb(255 237 213 / 0.8);
}

.bg-orange-100\/90{
  background-color: rgb(255 237 213 / 0.9);
}

.bg-orange-100\/95{
  background-color: rgb(255 237 213 / 0.95);
}

.bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

.bg-orange-200\/0{
  background-color: rgb(254 215 170 / 0);
}

.bg-orange-200\/10{
  background-color: rgb(254 215 170 / 0.1);
}

.bg-orange-200\/100{
  background-color: rgb(254 215 170 / 1);
}

.bg-orange-200\/20{
  background-color: rgb(254 215 170 / 0.2);
}

.bg-orange-200\/25{
  background-color: rgb(254 215 170 / 0.25);
}

.bg-orange-200\/30{
  background-color: rgb(254 215 170 / 0.3);
}

.bg-orange-200\/40{
  background-color: rgb(254 215 170 / 0.4);
}

.bg-orange-200\/5{
  background-color: rgb(254 215 170 / 0.05);
}

.bg-orange-200\/50{
  background-color: rgb(254 215 170 / 0.5);
}

.bg-orange-200\/60{
  background-color: rgb(254 215 170 / 0.6);
}

.bg-orange-200\/70{
  background-color: rgb(254 215 170 / 0.7);
}

.bg-orange-200\/75{
  background-color: rgb(254 215 170 / 0.75);
}

.bg-orange-200\/80{
  background-color: rgb(254 215 170 / 0.8);
}

.bg-orange-200\/90{
  background-color: rgb(254 215 170 / 0.9);
}

.bg-orange-200\/95{
  background-color: rgb(254 215 170 / 0.95);
}

.bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

.bg-orange-300\/0{
  background-color: rgb(253 186 116 / 0);
}

.bg-orange-300\/10{
  background-color: rgb(253 186 116 / 0.1);
}

.bg-orange-300\/100{
  background-color: rgb(253 186 116 / 1);
}

.bg-orange-300\/20{
  background-color: rgb(253 186 116 / 0.2);
}

.bg-orange-300\/25{
  background-color: rgb(253 186 116 / 0.25);
}

.bg-orange-300\/30{
  background-color: rgb(253 186 116 / 0.3);
}

.bg-orange-300\/40{
  background-color: rgb(253 186 116 / 0.4);
}

.bg-orange-300\/5{
  background-color: rgb(253 186 116 / 0.05);
}

.bg-orange-300\/50{
  background-color: rgb(253 186 116 / 0.5);
}

.bg-orange-300\/60{
  background-color: rgb(253 186 116 / 0.6);
}

.bg-orange-300\/70{
  background-color: rgb(253 186 116 / 0.7);
}

.bg-orange-300\/75{
  background-color: rgb(253 186 116 / 0.75);
}

.bg-orange-300\/80{
  background-color: rgb(253 186 116 / 0.8);
}

.bg-orange-300\/90{
  background-color: rgb(253 186 116 / 0.9);
}

.bg-orange-300\/95{
  background-color: rgb(253 186 116 / 0.95);
}

.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.bg-orange-400\/0{
  background-color: rgb(251 146 60 / 0);
}

.bg-orange-400\/10{
  background-color: rgb(251 146 60 / 0.1);
}

.bg-orange-400\/100{
  background-color: rgb(251 146 60 / 1);
}

.bg-orange-400\/20{
  background-color: rgb(251 146 60 / 0.2);
}

.bg-orange-400\/25{
  background-color: rgb(251 146 60 / 0.25);
}

.bg-orange-400\/30{
  background-color: rgb(251 146 60 / 0.3);
}

.bg-orange-400\/40{
  background-color: rgb(251 146 60 / 0.4);
}

.bg-orange-400\/5{
  background-color: rgb(251 146 60 / 0.05);
}

.bg-orange-400\/50{
  background-color: rgb(251 146 60 / 0.5);
}

.bg-orange-400\/60{
  background-color: rgb(251 146 60 / 0.6);
}

.bg-orange-400\/70{
  background-color: rgb(251 146 60 / 0.7);
}

.bg-orange-400\/75{
  background-color: rgb(251 146 60 / 0.75);
}

.bg-orange-400\/80{
  background-color: rgb(251 146 60 / 0.8);
}

.bg-orange-400\/90{
  background-color: rgb(251 146 60 / 0.9);
}

.bg-orange-400\/95{
  background-color: rgb(251 146 60 / 0.95);
}

.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}

.bg-orange-50\/0{
  background-color: rgb(255 247 237 / 0);
}

.bg-orange-50\/10{
  background-color: rgb(255 247 237 / 0.1);
}

.bg-orange-50\/100{
  background-color: rgb(255 247 237 / 1);
}

.bg-orange-50\/20{
  background-color: rgb(255 247 237 / 0.2);
}

.bg-orange-50\/25{
  background-color: rgb(255 247 237 / 0.25);
}

.bg-orange-50\/30{
  background-color: rgb(255 247 237 / 0.3);
}

.bg-orange-50\/40{
  background-color: rgb(255 247 237 / 0.4);
}

.bg-orange-50\/5{
  background-color: rgb(255 247 237 / 0.05);
}

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

.bg-orange-50\/60{
  background-color: rgb(255 247 237 / 0.6);
}

.bg-orange-50\/70{
  background-color: rgb(255 247 237 / 0.7);
}

.bg-orange-50\/75{
  background-color: rgb(255 247 237 / 0.75);
}

.bg-orange-50\/80{
  background-color: rgb(255 247 237 / 0.8);
}

.bg-orange-50\/90{
  background-color: rgb(255 247 237 / 0.9);
}

.bg-orange-50\/95{
  background-color: rgb(255 247 237 / 0.95);
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.bg-orange-500\/0{
  background-color: rgb(249 115 22 / 0);
}

.bg-orange-500\/10{
  background-color: rgb(249 115 22 / 0.1);
}

.bg-orange-500\/100{
  background-color: rgb(249 115 22 / 1);
}

.bg-orange-500\/20{
  background-color: rgb(249 115 22 / 0.2);
}

.bg-orange-500\/25{
  background-color: rgb(249 115 22 / 0.25);
}

.bg-orange-500\/30{
  background-color: rgb(249 115 22 / 0.3);
}

.bg-orange-500\/40{
  background-color: rgb(249 115 22 / 0.4);
}

.bg-orange-500\/5{
  background-color: rgb(249 115 22 / 0.05);
}

.bg-orange-500\/50{
  background-color: rgb(249 115 22 / 0.5);
}

.bg-orange-500\/60{
  background-color: rgb(249 115 22 / 0.6);
}

.bg-orange-500\/70{
  background-color: rgb(249 115 22 / 0.7);
}

.bg-orange-500\/75{
  background-color: rgb(249 115 22 / 0.75);
}

.bg-orange-500\/80{
  background-color: rgb(249 115 22 / 0.8);
}

.bg-orange-500\/90{
  background-color: rgb(249 115 22 / 0.9);
}

.bg-orange-500\/95{
  background-color: rgb(249 115 22 / 0.95);
}

.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.bg-orange-600\/0{
  background-color: rgb(234 88 12 / 0);
}

.bg-orange-600\/10{
  background-color: rgb(234 88 12 / 0.1);
}

.bg-orange-600\/100{
  background-color: rgb(234 88 12 / 1);
}

.bg-orange-600\/20{
  background-color: rgb(234 88 12 / 0.2);
}

.bg-orange-600\/25{
  background-color: rgb(234 88 12 / 0.25);
}

.bg-orange-600\/30{
  background-color: rgb(234 88 12 / 0.3);
}

.bg-orange-600\/40{
  background-color: rgb(234 88 12 / 0.4);
}

.bg-orange-600\/5{
  background-color: rgb(234 88 12 / 0.05);
}

.bg-orange-600\/50{
  background-color: rgb(234 88 12 / 0.5);
}

.bg-orange-600\/60{
  background-color: rgb(234 88 12 / 0.6);
}

.bg-orange-600\/70{
  background-color: rgb(234 88 12 / 0.7);
}

.bg-orange-600\/75{
  background-color: rgb(234 88 12 / 0.75);
}

.bg-orange-600\/80{
  background-color: rgb(234 88 12 / 0.8);
}

.bg-orange-600\/90{
  background-color: rgb(234 88 12 / 0.9);
}

.bg-orange-600\/95{
  background-color: rgb(234 88 12 / 0.95);
}

.bg-orange-700{
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}

.bg-orange-700\/0{
  background-color: rgb(194 65 12 / 0);
}

.bg-orange-700\/10{
  background-color: rgb(194 65 12 / 0.1);
}

.bg-orange-700\/100{
  background-color: rgb(194 65 12 / 1);
}

.bg-orange-700\/20{
  background-color: rgb(194 65 12 / 0.2);
}

.bg-orange-700\/25{
  background-color: rgb(194 65 12 / 0.25);
}

.bg-orange-700\/30{
  background-color: rgb(194 65 12 / 0.3);
}

.bg-orange-700\/40{
  background-color: rgb(194 65 12 / 0.4);
}

.bg-orange-700\/5{
  background-color: rgb(194 65 12 / 0.05);
}

.bg-orange-700\/50{
  background-color: rgb(194 65 12 / 0.5);
}

.bg-orange-700\/60{
  background-color: rgb(194 65 12 / 0.6);
}

.bg-orange-700\/70{
  background-color: rgb(194 65 12 / 0.7);
}

.bg-orange-700\/75{
  background-color: rgb(194 65 12 / 0.75);
}

.bg-orange-700\/80{
  background-color: rgb(194 65 12 / 0.8);
}

.bg-orange-700\/90{
  background-color: rgb(194 65 12 / 0.9);
}

.bg-orange-700\/95{
  background-color: rgb(194 65 12 / 0.95);
}

.bg-orange-800{
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}

.bg-orange-800\/0{
  background-color: rgb(154 52 18 / 0);
}

.bg-orange-800\/10{
  background-color: rgb(154 52 18 / 0.1);
}

.bg-orange-800\/100{
  background-color: rgb(154 52 18 / 1);
}

.bg-orange-800\/20{
  background-color: rgb(154 52 18 / 0.2);
}

.bg-orange-800\/25{
  background-color: rgb(154 52 18 / 0.25);
}

.bg-orange-800\/30{
  background-color: rgb(154 52 18 / 0.3);
}

.bg-orange-800\/40{
  background-color: rgb(154 52 18 / 0.4);
}

.bg-orange-800\/5{
  background-color: rgb(154 52 18 / 0.05);
}

.bg-orange-800\/50{
  background-color: rgb(154 52 18 / 0.5);
}

.bg-orange-800\/60{
  background-color: rgb(154 52 18 / 0.6);
}

.bg-orange-800\/70{
  background-color: rgb(154 52 18 / 0.7);
}

.bg-orange-800\/75{
  background-color: rgb(154 52 18 / 0.75);
}

.bg-orange-800\/80{
  background-color: rgb(154 52 18 / 0.8);
}

.bg-orange-800\/90{
  background-color: rgb(154 52 18 / 0.9);
}

.bg-orange-800\/95{
  background-color: rgb(154 52 18 / 0.95);
}

.bg-orange-900{
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}

.bg-orange-900\/0{
  background-color: rgb(124 45 18 / 0);
}

.bg-orange-900\/10{
  background-color: rgb(124 45 18 / 0.1);
}

.bg-orange-900\/100{
  background-color: rgb(124 45 18 / 1);
}

.bg-orange-900\/20{
  background-color: rgb(124 45 18 / 0.2);
}

.bg-orange-900\/25{
  background-color: rgb(124 45 18 / 0.25);
}

.bg-orange-900\/30{
  background-color: rgb(124 45 18 / 0.3);
}

.bg-orange-900\/40{
  background-color: rgb(124 45 18 / 0.4);
}

.bg-orange-900\/5{
  background-color: rgb(124 45 18 / 0.05);
}

.bg-orange-900\/50{
  background-color: rgb(124 45 18 / 0.5);
}

.bg-orange-900\/60{
  background-color: rgb(124 45 18 / 0.6);
}

.bg-orange-900\/70{
  background-color: rgb(124 45 18 / 0.7);
}

.bg-orange-900\/75{
  background-color: rgb(124 45 18 / 0.75);
}

.bg-orange-900\/80{
  background-color: rgb(124 45 18 / 0.8);
}

.bg-orange-900\/90{
  background-color: rgb(124 45 18 / 0.9);
}

.bg-orange-900\/95{
  background-color: rgb(124 45 18 / 0.95);
}

.bg-orange-950{
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}

.bg-orange-950\/0{
  background-color: rgb(67 20 7 / 0);
}

.bg-orange-950\/10{
  background-color: rgb(67 20 7 / 0.1);
}

.bg-orange-950\/100{
  background-color: rgb(67 20 7 / 1);
}

.bg-orange-950\/20{
  background-color: rgb(67 20 7 / 0.2);
}

.bg-orange-950\/25{
  background-color: rgb(67 20 7 / 0.25);
}

.bg-orange-950\/30{
  background-color: rgb(67 20 7 / 0.3);
}

.bg-orange-950\/40{
  background-color: rgb(67 20 7 / 0.4);
}

.bg-orange-950\/5{
  background-color: rgb(67 20 7 / 0.05);
}

.bg-orange-950\/50{
  background-color: rgb(67 20 7 / 0.5);
}

.bg-orange-950\/60{
  background-color: rgb(67 20 7 / 0.6);
}

.bg-orange-950\/70{
  background-color: rgb(67 20 7 / 0.7);
}

.bg-orange-950\/75{
  background-color: rgb(67 20 7 / 0.75);
}

.bg-orange-950\/80{
  background-color: rgb(67 20 7 / 0.8);
}

.bg-orange-950\/90{
  background-color: rgb(67 20 7 / 0.9);
}

.bg-orange-950\/95{
  background-color: rgb(67 20 7 / 0.95);
}

.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}

.bg-pink-100\/0{
  background-color: rgb(252 231 243 / 0);
}

.bg-pink-100\/10{
  background-color: rgb(252 231 243 / 0.1);
}

.bg-pink-100\/100{
  background-color: rgb(252 231 243 / 1);
}

.bg-pink-100\/20{
  background-color: rgb(252 231 243 / 0.2);
}

.bg-pink-100\/25{
  background-color: rgb(252 231 243 / 0.25);
}

.bg-pink-100\/30{
  background-color: rgb(252 231 243 / 0.3);
}

.bg-pink-100\/40{
  background-color: rgb(252 231 243 / 0.4);
}

.bg-pink-100\/5{
  background-color: rgb(252 231 243 / 0.05);
}

.bg-pink-100\/50{
  background-color: rgb(252 231 243 / 0.5);
}

.bg-pink-100\/60{
  background-color: rgb(252 231 243 / 0.6);
}

.bg-pink-100\/70{
  background-color: rgb(252 231 243 / 0.7);
}

.bg-pink-100\/75{
  background-color: rgb(252 231 243 / 0.75);
}

.bg-pink-100\/80{
  background-color: rgb(252 231 243 / 0.8);
}

.bg-pink-100\/90{
  background-color: rgb(252 231 243 / 0.9);
}

.bg-pink-100\/95{
  background-color: rgb(252 231 243 / 0.95);
}

.bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}

.bg-pink-200\/0{
  background-color: rgb(251 207 232 / 0);
}

.bg-pink-200\/10{
  background-color: rgb(251 207 232 / 0.1);
}

.bg-pink-200\/100{
  background-color: rgb(251 207 232 / 1);
}

.bg-pink-200\/20{
  background-color: rgb(251 207 232 / 0.2);
}

.bg-pink-200\/25{
  background-color: rgb(251 207 232 / 0.25);
}

.bg-pink-200\/30{
  background-color: rgb(251 207 232 / 0.3);
}

.bg-pink-200\/40{
  background-color: rgb(251 207 232 / 0.4);
}

.bg-pink-200\/5{
  background-color: rgb(251 207 232 / 0.05);
}

.bg-pink-200\/50{
  background-color: rgb(251 207 232 / 0.5);
}

.bg-pink-200\/60{
  background-color: rgb(251 207 232 / 0.6);
}

.bg-pink-200\/70{
  background-color: rgb(251 207 232 / 0.7);
}

.bg-pink-200\/75{
  background-color: rgb(251 207 232 / 0.75);
}

.bg-pink-200\/80{
  background-color: rgb(251 207 232 / 0.8);
}

.bg-pink-200\/90{
  background-color: rgb(251 207 232 / 0.9);
}

.bg-pink-200\/95{
  background-color: rgb(251 207 232 / 0.95);
}

.bg-pink-300{
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}

.bg-pink-300\/0{
  background-color: rgb(249 168 212 / 0);
}

.bg-pink-300\/10{
  background-color: rgb(249 168 212 / 0.1);
}

.bg-pink-300\/100{
  background-color: rgb(249 168 212 / 1);
}

.bg-pink-300\/20{
  background-color: rgb(249 168 212 / 0.2);
}

.bg-pink-300\/25{
  background-color: rgb(249 168 212 / 0.25);
}

.bg-pink-300\/30{
  background-color: rgb(249 168 212 / 0.3);
}

.bg-pink-300\/40{
  background-color: rgb(249 168 212 / 0.4);
}

.bg-pink-300\/5{
  background-color: rgb(249 168 212 / 0.05);
}

.bg-pink-300\/50{
  background-color: rgb(249 168 212 / 0.5);
}

.bg-pink-300\/60{
  background-color: rgb(249 168 212 / 0.6);
}

.bg-pink-300\/70{
  background-color: rgb(249 168 212 / 0.7);
}

.bg-pink-300\/75{
  background-color: rgb(249 168 212 / 0.75);
}

.bg-pink-300\/80{
  background-color: rgb(249 168 212 / 0.8);
}

.bg-pink-300\/90{
  background-color: rgb(249 168 212 / 0.9);
}

.bg-pink-300\/95{
  background-color: rgb(249 168 212 / 0.95);
}

.bg-pink-400{
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}

.bg-pink-400\/0{
  background-color: rgb(244 114 182 / 0);
}

.bg-pink-400\/10{
  background-color: rgb(244 114 182 / 0.1);
}

.bg-pink-400\/100{
  background-color: rgb(244 114 182 / 1);
}

.bg-pink-400\/20{
  background-color: rgb(244 114 182 / 0.2);
}

.bg-pink-400\/25{
  background-color: rgb(244 114 182 / 0.25);
}

.bg-pink-400\/30{
  background-color: rgb(244 114 182 / 0.3);
}

.bg-pink-400\/40{
  background-color: rgb(244 114 182 / 0.4);
}

.bg-pink-400\/5{
  background-color: rgb(244 114 182 / 0.05);
}

.bg-pink-400\/50{
  background-color: rgb(244 114 182 / 0.5);
}

.bg-pink-400\/60{
  background-color: rgb(244 114 182 / 0.6);
}

.bg-pink-400\/70{
  background-color: rgb(244 114 182 / 0.7);
}

.bg-pink-400\/75{
  background-color: rgb(244 114 182 / 0.75);
}

.bg-pink-400\/80{
  background-color: rgb(244 114 182 / 0.8);
}

.bg-pink-400\/90{
  background-color: rgb(244 114 182 / 0.9);
}

.bg-pink-400\/95{
  background-color: rgb(244 114 182 / 0.95);
}

.bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}

.bg-pink-50\/0{
  background-color: rgb(253 242 248 / 0);
}

.bg-pink-50\/10{
  background-color: rgb(253 242 248 / 0.1);
}

.bg-pink-50\/100{
  background-color: rgb(253 242 248 / 1);
}

.bg-pink-50\/20{
  background-color: rgb(253 242 248 / 0.2);
}

.bg-pink-50\/25{
  background-color: rgb(253 242 248 / 0.25);
}

.bg-pink-50\/30{
  background-color: rgb(253 242 248 / 0.3);
}

.bg-pink-50\/40{
  background-color: rgb(253 242 248 / 0.4);
}

.bg-pink-50\/5{
  background-color: rgb(253 242 248 / 0.05);
}

.bg-pink-50\/50{
  background-color: rgb(253 242 248 / 0.5);
}

.bg-pink-50\/60{
  background-color: rgb(253 242 248 / 0.6);
}

.bg-pink-50\/70{
  background-color: rgb(253 242 248 / 0.7);
}

.bg-pink-50\/75{
  background-color: rgb(253 242 248 / 0.75);
}

.bg-pink-50\/80{
  background-color: rgb(253 242 248 / 0.8);
}

.bg-pink-50\/90{
  background-color: rgb(253 242 248 / 0.9);
}

.bg-pink-50\/95{
  background-color: rgb(253 242 248 / 0.95);
}

.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}

.bg-pink-500\/0{
  background-color: rgb(236 72 153 / 0);
}

.bg-pink-500\/10{
  background-color: rgb(236 72 153 / 0.1);
}

.bg-pink-500\/100{
  background-color: rgb(236 72 153 / 1);
}

.bg-pink-500\/20{
  background-color: rgb(236 72 153 / 0.2);
}

.bg-pink-500\/25{
  background-color: rgb(236 72 153 / 0.25);
}

.bg-pink-500\/30{
  background-color: rgb(236 72 153 / 0.3);
}

.bg-pink-500\/40{
  background-color: rgb(236 72 153 / 0.4);
}

.bg-pink-500\/5{
  background-color: rgb(236 72 153 / 0.05);
}

.bg-pink-500\/50{
  background-color: rgb(236 72 153 / 0.5);
}

.bg-pink-500\/60{
  background-color: rgb(236 72 153 / 0.6);
}

.bg-pink-500\/70{
  background-color: rgb(236 72 153 / 0.7);
}

.bg-pink-500\/75{
  background-color: rgb(236 72 153 / 0.75);
}

.bg-pink-500\/80{
  background-color: rgb(236 72 153 / 0.8);
}

.bg-pink-500\/90{
  background-color: rgb(236 72 153 / 0.9);
}

.bg-pink-500\/95{
  background-color: rgb(236 72 153 / 0.95);
}

.bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}

.bg-pink-600\/0{
  background-color: rgb(219 39 119 / 0);
}

.bg-pink-600\/10{
  background-color: rgb(219 39 119 / 0.1);
}

.bg-pink-600\/100{
  background-color: rgb(219 39 119 / 1);
}

.bg-pink-600\/20{
  background-color: rgb(219 39 119 / 0.2);
}

.bg-pink-600\/25{
  background-color: rgb(219 39 119 / 0.25);
}

.bg-pink-600\/30{
  background-color: rgb(219 39 119 / 0.3);
}

.bg-pink-600\/40{
  background-color: rgb(219 39 119 / 0.4);
}

.bg-pink-600\/5{
  background-color: rgb(219 39 119 / 0.05);
}

.bg-pink-600\/50{
  background-color: rgb(219 39 119 / 0.5);
}

.bg-pink-600\/60{
  background-color: rgb(219 39 119 / 0.6);
}

.bg-pink-600\/70{
  background-color: rgb(219 39 119 / 0.7);
}

.bg-pink-600\/75{
  background-color: rgb(219 39 119 / 0.75);
}

.bg-pink-600\/80{
  background-color: rgb(219 39 119 / 0.8);
}

.bg-pink-600\/90{
  background-color: rgb(219 39 119 / 0.9);
}

.bg-pink-600\/95{
  background-color: rgb(219 39 119 / 0.95);
}

.bg-pink-700{
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}

.bg-pink-700\/0{
  background-color: rgb(190 24 93 / 0);
}

.bg-pink-700\/10{
  background-color: rgb(190 24 93 / 0.1);
}

.bg-pink-700\/100{
  background-color: rgb(190 24 93 / 1);
}

.bg-pink-700\/20{
  background-color: rgb(190 24 93 / 0.2);
}

.bg-pink-700\/25{
  background-color: rgb(190 24 93 / 0.25);
}

.bg-pink-700\/30{
  background-color: rgb(190 24 93 / 0.3);
}

.bg-pink-700\/40{
  background-color: rgb(190 24 93 / 0.4);
}

.bg-pink-700\/5{
  background-color: rgb(190 24 93 / 0.05);
}

.bg-pink-700\/50{
  background-color: rgb(190 24 93 / 0.5);
}

.bg-pink-700\/60{
  background-color: rgb(190 24 93 / 0.6);
}

.bg-pink-700\/70{
  background-color: rgb(190 24 93 / 0.7);
}

.bg-pink-700\/75{
  background-color: rgb(190 24 93 / 0.75);
}

.bg-pink-700\/80{
  background-color: rgb(190 24 93 / 0.8);
}

.bg-pink-700\/90{
  background-color: rgb(190 24 93 / 0.9);
}

.bg-pink-700\/95{
  background-color: rgb(190 24 93 / 0.95);
}

.bg-pink-800{
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}

.bg-pink-800\/0{
  background-color: rgb(157 23 77 / 0);
}

.bg-pink-800\/10{
  background-color: rgb(157 23 77 / 0.1);
}

.bg-pink-800\/100{
  background-color: rgb(157 23 77 / 1);
}

.bg-pink-800\/20{
  background-color: rgb(157 23 77 / 0.2);
}

.bg-pink-800\/25{
  background-color: rgb(157 23 77 / 0.25);
}

.bg-pink-800\/30{
  background-color: rgb(157 23 77 / 0.3);
}

.bg-pink-800\/40{
  background-color: rgb(157 23 77 / 0.4);
}

.bg-pink-800\/5{
  background-color: rgb(157 23 77 / 0.05);
}

.bg-pink-800\/50{
  background-color: rgb(157 23 77 / 0.5);
}

.bg-pink-800\/60{
  background-color: rgb(157 23 77 / 0.6);
}

.bg-pink-800\/70{
  background-color: rgb(157 23 77 / 0.7);
}

.bg-pink-800\/75{
  background-color: rgb(157 23 77 / 0.75);
}

.bg-pink-800\/80{
  background-color: rgb(157 23 77 / 0.8);
}

.bg-pink-800\/90{
  background-color: rgb(157 23 77 / 0.9);
}

.bg-pink-800\/95{
  background-color: rgb(157 23 77 / 0.95);
}

.bg-pink-900{
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}

.bg-pink-900\/0{
  background-color: rgb(131 24 67 / 0);
}

.bg-pink-900\/10{
  background-color: rgb(131 24 67 / 0.1);
}

.bg-pink-900\/100{
  background-color: rgb(131 24 67 / 1);
}

.bg-pink-900\/20{
  background-color: rgb(131 24 67 / 0.2);
}

.bg-pink-900\/25{
  background-color: rgb(131 24 67 / 0.25);
}

.bg-pink-900\/30{
  background-color: rgb(131 24 67 / 0.3);
}

.bg-pink-900\/40{
  background-color: rgb(131 24 67 / 0.4);
}

.bg-pink-900\/5{
  background-color: rgb(131 24 67 / 0.05);
}

.bg-pink-900\/50{
  background-color: rgb(131 24 67 / 0.5);
}

.bg-pink-900\/60{
  background-color: rgb(131 24 67 / 0.6);
}

.bg-pink-900\/70{
  background-color: rgb(131 24 67 / 0.7);
}

.bg-pink-900\/75{
  background-color: rgb(131 24 67 / 0.75);
}

.bg-pink-900\/80{
  background-color: rgb(131 24 67 / 0.8);
}

.bg-pink-900\/90{
  background-color: rgb(131 24 67 / 0.9);
}

.bg-pink-900\/95{
  background-color: rgb(131 24 67 / 0.95);
}

.bg-pink-950{
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity));
}

.bg-pink-950\/0{
  background-color: rgb(80 7 36 / 0);
}

.bg-pink-950\/10{
  background-color: rgb(80 7 36 / 0.1);
}

.bg-pink-950\/100{
  background-color: rgb(80 7 36 / 1);
}

.bg-pink-950\/20{
  background-color: rgb(80 7 36 / 0.2);
}

.bg-pink-950\/25{
  background-color: rgb(80 7 36 / 0.25);
}

.bg-pink-950\/30{
  background-color: rgb(80 7 36 / 0.3);
}

.bg-pink-950\/40{
  background-color: rgb(80 7 36 / 0.4);
}

.bg-pink-950\/5{
  background-color: rgb(80 7 36 / 0.05);
}

.bg-pink-950\/50{
  background-color: rgb(80 7 36 / 0.5);
}

.bg-pink-950\/60{
  background-color: rgb(80 7 36 / 0.6);
}

.bg-pink-950\/70{
  background-color: rgb(80 7 36 / 0.7);
}

.bg-pink-950\/75{
  background-color: rgb(80 7 36 / 0.75);
}

.bg-pink-950\/80{
  background-color: rgb(80 7 36 / 0.8);
}

.bg-pink-950\/90{
  background-color: rgb(80 7 36 / 0.9);
}

.bg-pink-950\/95{
  background-color: rgb(80 7 36 / 0.95);
}

.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.bg-purple-100\/0{
  background-color: rgb(243 232 255 / 0);
}

.bg-purple-100\/10{
  background-color: rgb(243 232 255 / 0.1);
}

.bg-purple-100\/100{
  background-color: rgb(243 232 255 / 1);
}

.bg-purple-100\/20{
  background-color: rgb(243 232 255 / 0.2);
}

.bg-purple-100\/25{
  background-color: rgb(243 232 255 / 0.25);
}

.bg-purple-100\/30{
  background-color: rgb(243 232 255 / 0.3);
}

.bg-purple-100\/40{
  background-color: rgb(243 232 255 / 0.4);
}

.bg-purple-100\/5{
  background-color: rgb(243 232 255 / 0.05);
}

.bg-purple-100\/50{
  background-color: rgb(243 232 255 / 0.5);
}

.bg-purple-100\/60{
  background-color: rgb(243 232 255 / 0.6);
}

.bg-purple-100\/70{
  background-color: rgb(243 232 255 / 0.7);
}

.bg-purple-100\/75{
  background-color: rgb(243 232 255 / 0.75);
}

.bg-purple-100\/80{
  background-color: rgb(243 232 255 / 0.8);
}

.bg-purple-100\/90{
  background-color: rgb(243 232 255 / 0.9);
}

.bg-purple-100\/95{
  background-color: rgb(243 232 255 / 0.95);
}

.bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}

.bg-purple-200\/0{
  background-color: rgb(233 213 255 / 0);
}

.bg-purple-200\/10{
  background-color: rgb(233 213 255 / 0.1);
}

.bg-purple-200\/100{
  background-color: rgb(233 213 255 / 1);
}

.bg-purple-200\/20{
  background-color: rgb(233 213 255 / 0.2);
}

.bg-purple-200\/25{
  background-color: rgb(233 213 255 / 0.25);
}

.bg-purple-200\/30{
  background-color: rgb(233 213 255 / 0.3);
}

.bg-purple-200\/40{
  background-color: rgb(233 213 255 / 0.4);
}

.bg-purple-200\/5{
  background-color: rgb(233 213 255 / 0.05);
}

.bg-purple-200\/50{
  background-color: rgb(233 213 255 / 0.5);
}

.bg-purple-200\/60{
  background-color: rgb(233 213 255 / 0.6);
}

.bg-purple-200\/70{
  background-color: rgb(233 213 255 / 0.7);
}

.bg-purple-200\/75{
  background-color: rgb(233 213 255 / 0.75);
}

.bg-purple-200\/80{
  background-color: rgb(233 213 255 / 0.8);
}

.bg-purple-200\/90{
  background-color: rgb(233 213 255 / 0.9);
}

.bg-purple-200\/95{
  background-color: rgb(233 213 255 / 0.95);
}

.bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}

.bg-purple-300\/0{
  background-color: rgb(216 180 254 / 0);
}

.bg-purple-300\/10{
  background-color: rgb(216 180 254 / 0.1);
}

.bg-purple-300\/100{
  background-color: rgb(216 180 254 / 1);
}

.bg-purple-300\/20{
  background-color: rgb(216 180 254 / 0.2);
}

.bg-purple-300\/25{
  background-color: rgb(216 180 254 / 0.25);
}

.bg-purple-300\/30{
  background-color: rgb(216 180 254 / 0.3);
}

.bg-purple-300\/40{
  background-color: rgb(216 180 254 / 0.4);
}

.bg-purple-300\/5{
  background-color: rgb(216 180 254 / 0.05);
}

.bg-purple-300\/50{
  background-color: rgb(216 180 254 / 0.5);
}

.bg-purple-300\/60{
  background-color: rgb(216 180 254 / 0.6);
}

.bg-purple-300\/70{
  background-color: rgb(216 180 254 / 0.7);
}

.bg-purple-300\/75{
  background-color: rgb(216 180 254 / 0.75);
}

.bg-purple-300\/80{
  background-color: rgb(216 180 254 / 0.8);
}

.bg-purple-300\/90{
  background-color: rgb(216 180 254 / 0.9);
}

.bg-purple-300\/95{
  background-color: rgb(216 180 254 / 0.95);
}

.bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}

.bg-purple-400\/0{
  background-color: rgb(192 132 252 / 0);
}

.bg-purple-400\/10{
  background-color: rgb(192 132 252 / 0.1);
}

.bg-purple-400\/100{
  background-color: rgb(192 132 252 / 1);
}

.bg-purple-400\/20{
  background-color: rgb(192 132 252 / 0.2);
}

.bg-purple-400\/25{
  background-color: rgb(192 132 252 / 0.25);
}

.bg-purple-400\/30{
  background-color: rgb(192 132 252 / 0.3);
}

.bg-purple-400\/40{
  background-color: rgb(192 132 252 / 0.4);
}

.bg-purple-400\/5{
  background-color: rgb(192 132 252 / 0.05);
}

.bg-purple-400\/50{
  background-color: rgb(192 132 252 / 0.5);
}

.bg-purple-400\/60{
  background-color: rgb(192 132 252 / 0.6);
}

.bg-purple-400\/70{
  background-color: rgb(192 132 252 / 0.7);
}

.bg-purple-400\/75{
  background-color: rgb(192 132 252 / 0.75);
}

.bg-purple-400\/80{
  background-color: rgb(192 132 252 / 0.8);
}

.bg-purple-400\/90{
  background-color: rgb(192 132 252 / 0.9);
}

.bg-purple-400\/95{
  background-color: rgb(192 132 252 / 0.95);
}

.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}

.bg-purple-50\/0{
  background-color: rgb(250 245 255 / 0);
}

.bg-purple-50\/10{
  background-color: rgb(250 245 255 / 0.1);
}

.bg-purple-50\/100{
  background-color: rgb(250 245 255 / 1);
}

.bg-purple-50\/20{
  background-color: rgb(250 245 255 / 0.2);
}

.bg-purple-50\/25{
  background-color: rgb(250 245 255 / 0.25);
}

.bg-purple-50\/30{
  background-color: rgb(250 245 255 / 0.3);
}

.bg-purple-50\/40{
  background-color: rgb(250 245 255 / 0.4);
}

.bg-purple-50\/5{
  background-color: rgb(250 245 255 / 0.05);
}

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

.bg-purple-50\/60{
  background-color: rgb(250 245 255 / 0.6);
}

.bg-purple-50\/70{
  background-color: rgb(250 245 255 / 0.7);
}

.bg-purple-50\/75{
  background-color: rgb(250 245 255 / 0.75);
}

.bg-purple-50\/80{
  background-color: rgb(250 245 255 / 0.8);
}

.bg-purple-50\/90{
  background-color: rgb(250 245 255 / 0.9);
}

.bg-purple-50\/95{
  background-color: rgb(250 245 255 / 0.95);
}

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

.bg-purple-500\/0{
  background-color: rgb(168 85 247 / 0);
}

.bg-purple-500\/10{
  background-color: rgb(168 85 247 / 0.1);
}

.bg-purple-500\/100{
  background-color: rgb(168 85 247 / 1);
}

.bg-purple-500\/20{
  background-color: rgb(168 85 247 / 0.2);
}

.bg-purple-500\/25{
  background-color: rgb(168 85 247 / 0.25);
}

.bg-purple-500\/30{
  background-color: rgb(168 85 247 / 0.3);
}

.bg-purple-500\/40{
  background-color: rgb(168 85 247 / 0.4);
}

.bg-purple-500\/5{
  background-color: rgb(168 85 247 / 0.05);
}

.bg-purple-500\/50{
  background-color: rgb(168 85 247 / 0.5);
}

.bg-purple-500\/60{
  background-color: rgb(168 85 247 / 0.6);
}

.bg-purple-500\/70{
  background-color: rgb(168 85 247 / 0.7);
}

.bg-purple-500\/75{
  background-color: rgb(168 85 247 / 0.75);
}

.bg-purple-500\/80{
  background-color: rgb(168 85 247 / 0.8);
}

.bg-purple-500\/90{
  background-color: rgb(168 85 247 / 0.9);
}

.bg-purple-500\/95{
  background-color: rgb(168 85 247 / 0.95);
}

.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}

.bg-purple-600\/0{
  background-color: rgb(147 51 234 / 0);
}

.bg-purple-600\/10{
  background-color: rgb(147 51 234 / 0.1);
}

.bg-purple-600\/100{
  background-color: rgb(147 51 234 / 1);
}

.bg-purple-600\/20{
  background-color: rgb(147 51 234 / 0.2);
}

.bg-purple-600\/25{
  background-color: rgb(147 51 234 / 0.25);
}

.bg-purple-600\/30{
  background-color: rgb(147 51 234 / 0.3);
}

.bg-purple-600\/40{
  background-color: rgb(147 51 234 / 0.4);
}

.bg-purple-600\/5{
  background-color: rgb(147 51 234 / 0.05);
}

.bg-purple-600\/50{
  background-color: rgb(147 51 234 / 0.5);
}

.bg-purple-600\/60{
  background-color: rgb(147 51 234 / 0.6);
}

.bg-purple-600\/70{
  background-color: rgb(147 51 234 / 0.7);
}

.bg-purple-600\/75{
  background-color: rgb(147 51 234 / 0.75);
}

.bg-purple-600\/80{
  background-color: rgb(147 51 234 / 0.8);
}

.bg-purple-600\/90{
  background-color: rgb(147 51 234 / 0.9);
}

.bg-purple-600\/95{
  background-color: rgb(147 51 234 / 0.95);
}

.bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}

.bg-purple-700\/0{
  background-color: rgb(126 34 206 / 0);
}

.bg-purple-700\/10{
  background-color: rgb(126 34 206 / 0.1);
}

.bg-purple-700\/100{
  background-color: rgb(126 34 206 / 1);
}

.bg-purple-700\/20{
  background-color: rgb(126 34 206 / 0.2);
}

.bg-purple-700\/25{
  background-color: rgb(126 34 206 / 0.25);
}

.bg-purple-700\/30{
  background-color: rgb(126 34 206 / 0.3);
}

.bg-purple-700\/40{
  background-color: rgb(126 34 206 / 0.4);
}

.bg-purple-700\/5{
  background-color: rgb(126 34 206 / 0.05);
}

.bg-purple-700\/50{
  background-color: rgb(126 34 206 / 0.5);
}

.bg-purple-700\/60{
  background-color: rgb(126 34 206 / 0.6);
}

.bg-purple-700\/70{
  background-color: rgb(126 34 206 / 0.7);
}

.bg-purple-700\/75{
  background-color: rgb(126 34 206 / 0.75);
}

.bg-purple-700\/80{
  background-color: rgb(126 34 206 / 0.8);
}

.bg-purple-700\/90{
  background-color: rgb(126 34 206 / 0.9);
}

.bg-purple-700\/95{
  background-color: rgb(126 34 206 / 0.95);
}

.bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}

.bg-purple-800\/0{
  background-color: rgb(107 33 168 / 0);
}

.bg-purple-800\/10{
  background-color: rgb(107 33 168 / 0.1);
}

.bg-purple-800\/100{
  background-color: rgb(107 33 168 / 1);
}

.bg-purple-800\/20{
  background-color: rgb(107 33 168 / 0.2);
}

.bg-purple-800\/25{
  background-color: rgb(107 33 168 / 0.25);
}

.bg-purple-800\/30{
  background-color: rgb(107 33 168 / 0.3);
}

.bg-purple-800\/40{
  background-color: rgb(107 33 168 / 0.4);
}

.bg-purple-800\/5{
  background-color: rgb(107 33 168 / 0.05);
}

.bg-purple-800\/50{
  background-color: rgb(107 33 168 / 0.5);
}

.bg-purple-800\/60{
  background-color: rgb(107 33 168 / 0.6);
}

.bg-purple-800\/70{
  background-color: rgb(107 33 168 / 0.7);
}

.bg-purple-800\/75{
  background-color: rgb(107 33 168 / 0.75);
}

.bg-purple-800\/80{
  background-color: rgb(107 33 168 / 0.8);
}

.bg-purple-800\/90{
  background-color: rgb(107 33 168 / 0.9);
}

.bg-purple-800\/95{
  background-color: rgb(107 33 168 / 0.95);
}

.bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}

.bg-purple-900\/0{
  background-color: rgb(88 28 135 / 0);
}

.bg-purple-900\/10{
  background-color: rgb(88 28 135 / 0.1);
}

.bg-purple-900\/100{
  background-color: rgb(88 28 135 / 1);
}

.bg-purple-900\/20{
  background-color: rgb(88 28 135 / 0.2);
}

.bg-purple-900\/25{
  background-color: rgb(88 28 135 / 0.25);
}

.bg-purple-900\/30{
  background-color: rgb(88 28 135 / 0.3);
}

.bg-purple-900\/40{
  background-color: rgb(88 28 135 / 0.4);
}

.bg-purple-900\/5{
  background-color: rgb(88 28 135 / 0.05);
}

.bg-purple-900\/50{
  background-color: rgb(88 28 135 / 0.5);
}

.bg-purple-900\/60{
  background-color: rgb(88 28 135 / 0.6);
}

.bg-purple-900\/70{
  background-color: rgb(88 28 135 / 0.7);
}

.bg-purple-900\/75{
  background-color: rgb(88 28 135 / 0.75);
}

.bg-purple-900\/80{
  background-color: rgb(88 28 135 / 0.8);
}

.bg-purple-900\/90{
  background-color: rgb(88 28 135 / 0.9);
}

.bg-purple-900\/95{
  background-color: rgb(88 28 135 / 0.95);
}

.bg-purple-950{
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}

.bg-purple-950\/0{
  background-color: rgb(59 7 100 / 0);
}

.bg-purple-950\/10{
  background-color: rgb(59 7 100 / 0.1);
}

.bg-purple-950\/100{
  background-color: rgb(59 7 100 / 1);
}

.bg-purple-950\/20{
  background-color: rgb(59 7 100 / 0.2);
}

.bg-purple-950\/25{
  background-color: rgb(59 7 100 / 0.25);
}

.bg-purple-950\/30{
  background-color: rgb(59 7 100 / 0.3);
}

.bg-purple-950\/40{
  background-color: rgb(59 7 100 / 0.4);
}

.bg-purple-950\/5{
  background-color: rgb(59 7 100 / 0.05);
}

.bg-purple-950\/50{
  background-color: rgb(59 7 100 / 0.5);
}

.bg-purple-950\/60{
  background-color: rgb(59 7 100 / 0.6);
}

.bg-purple-950\/70{
  background-color: rgb(59 7 100 / 0.7);
}

.bg-purple-950\/75{
  background-color: rgb(59 7 100 / 0.75);
}

.bg-purple-950\/80{
  background-color: rgb(59 7 100 / 0.8);
}

.bg-purple-950\/90{
  background-color: rgb(59 7 100 / 0.9);
}

.bg-purple-950\/95{
  background-color: rgb(59 7 100 / 0.95);
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-100\/0{
  background-color: rgb(254 226 226 / 0);
}

.bg-red-100\/10{
  background-color: rgb(254 226 226 / 0.1);
}

.bg-red-100\/100{
  background-color: rgb(254 226 226 / 1);
}

.bg-red-100\/20{
  background-color: rgb(254 226 226 / 0.2);
}

.bg-red-100\/25{
  background-color: rgb(254 226 226 / 0.25);
}

.bg-red-100\/30{
  background-color: rgb(254 226 226 / 0.3);
}

.bg-red-100\/40{
  background-color: rgb(254 226 226 / 0.4);
}

.bg-red-100\/5{
  background-color: rgb(254 226 226 / 0.05);
}

.bg-red-100\/50{
  background-color: rgb(254 226 226 / 0.5);
}

.bg-red-100\/60{
  background-color: rgb(254 226 226 / 0.6);
}

.bg-red-100\/70{
  background-color: rgb(254 226 226 / 0.7);
}

.bg-red-100\/75{
  background-color: rgb(254 226 226 / 0.75);
}

.bg-red-100\/80{
  background-color: rgb(254 226 226 / 0.8);
}

.bg-red-100\/90{
  background-color: rgb(254 226 226 / 0.9);
}

.bg-red-100\/95{
  background-color: rgb(254 226 226 / 0.95);
}

.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-red-200\/0{
  background-color: rgb(254 202 202 / 0);
}

.bg-red-200\/10{
  background-color: rgb(254 202 202 / 0.1);
}

.bg-red-200\/100{
  background-color: rgb(254 202 202 / 1);
}

.bg-red-200\/20{
  background-color: rgb(254 202 202 / 0.2);
}

.bg-red-200\/25{
  background-color: rgb(254 202 202 / 0.25);
}

.bg-red-200\/30{
  background-color: rgb(254 202 202 / 0.3);
}

.bg-red-200\/40{
  background-color: rgb(254 202 202 / 0.4);
}

.bg-red-200\/5{
  background-color: rgb(254 202 202 / 0.05);
}

.bg-red-200\/50{
  background-color: rgb(254 202 202 / 0.5);
}

.bg-red-200\/60{
  background-color: rgb(254 202 202 / 0.6);
}

.bg-red-200\/70{
  background-color: rgb(254 202 202 / 0.7);
}

.bg-red-200\/75{
  background-color: rgb(254 202 202 / 0.75);
}

.bg-red-200\/80{
  background-color: rgb(254 202 202 / 0.8);
}

.bg-red-200\/90{
  background-color: rgb(254 202 202 / 0.9);
}

.bg-red-200\/95{
  background-color: rgb(254 202 202 / 0.95);
}

.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.bg-red-300\/0{
  background-color: rgb(252 165 165 / 0);
}

.bg-red-300\/10{
  background-color: rgb(252 165 165 / 0.1);
}

.bg-red-300\/100{
  background-color: rgb(252 165 165 / 1);
}

.bg-red-300\/20{
  background-color: rgb(252 165 165 / 0.2);
}

.bg-red-300\/25{
  background-color: rgb(252 165 165 / 0.25);
}

.bg-red-300\/30{
  background-color: rgb(252 165 165 / 0.3);
}

.bg-red-300\/40{
  background-color: rgb(252 165 165 / 0.4);
}

.bg-red-300\/5{
  background-color: rgb(252 165 165 / 0.05);
}

.bg-red-300\/50{
  background-color: rgb(252 165 165 / 0.5);
}

.bg-red-300\/60{
  background-color: rgb(252 165 165 / 0.6);
}

.bg-red-300\/70{
  background-color: rgb(252 165 165 / 0.7);
}

.bg-red-300\/75{
  background-color: rgb(252 165 165 / 0.75);
}

.bg-red-300\/80{
  background-color: rgb(252 165 165 / 0.8);
}

.bg-red-300\/90{
  background-color: rgb(252 165 165 / 0.9);
}

.bg-red-300\/95{
  background-color: rgb(252 165 165 / 0.95);
}

.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-red-400\/0{
  background-color: rgb(248 113 113 / 0);
}

.bg-red-400\/10{
  background-color: rgb(248 113 113 / 0.1);
}

.bg-red-400\/100{
  background-color: rgb(248 113 113 / 1);
}

.bg-red-400\/20{
  background-color: rgb(248 113 113 / 0.2);
}

.bg-red-400\/25{
  background-color: rgb(248 113 113 / 0.25);
}

.bg-red-400\/30{
  background-color: rgb(248 113 113 / 0.3);
}

.bg-red-400\/40{
  background-color: rgb(248 113 113 / 0.4);
}

.bg-red-400\/5{
  background-color: rgb(248 113 113 / 0.05);
}

.bg-red-400\/50{
  background-color: rgb(248 113 113 / 0.5);
}

.bg-red-400\/60{
  background-color: rgb(248 113 113 / 0.6);
}

.bg-red-400\/70{
  background-color: rgb(248 113 113 / 0.7);
}

.bg-red-400\/75{
  background-color: rgb(248 113 113 / 0.75);
}

.bg-red-400\/80{
  background-color: rgb(248 113 113 / 0.8);
}

.bg-red-400\/90{
  background-color: rgb(248 113 113 / 0.9);
}

.bg-red-400\/95{
  background-color: rgb(248 113 113 / 0.95);
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-50\/0{
  background-color: rgb(254 242 242 / 0);
}

.bg-red-50\/10{
  background-color: rgb(254 242 242 / 0.1);
}

.bg-red-50\/100{
  background-color: rgb(254 242 242 / 1);
}

.bg-red-50\/20{
  background-color: rgb(254 242 242 / 0.2);
}

.bg-red-50\/25{
  background-color: rgb(254 242 242 / 0.25);
}

.bg-red-50\/30{
  background-color: rgb(254 242 242 / 0.3);
}

.bg-red-50\/40{
  background-color: rgb(254 242 242 / 0.4);
}

.bg-red-50\/5{
  background-color: rgb(254 242 242 / 0.05);
}

.bg-red-50\/50{
  background-color: rgb(254 242 242 / 0.5);
}

.bg-red-50\/60{
  background-color: rgb(254 242 242 / 0.6);
}

.bg-red-50\/70{
  background-color: rgb(254 242 242 / 0.7);
}

.bg-red-50\/75{
  background-color: rgb(254 242 242 / 0.75);
}

.bg-red-50\/80{
  background-color: rgb(254 242 242 / 0.8);
}

.bg-red-50\/90{
  background-color: rgb(254 242 242 / 0.9);
}

.bg-red-50\/95{
  background-color: rgb(254 242 242 / 0.95);
}

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

.bg-red-500\/0{
  background-color: rgb(239 68 68 / 0);
}

.bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-500\/100{
  background-color: rgb(239 68 68 / 1);
}

.bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2);
}

.bg-red-500\/25{
  background-color: rgb(239 68 68 / 0.25);
}

.bg-red-500\/30{
  background-color: rgb(239 68 68 / 0.3);
}

.bg-red-500\/40{
  background-color: rgb(239 68 68 / 0.4);
}

.bg-red-500\/5{
  background-color: rgb(239 68 68 / 0.05);
}

.bg-red-500\/50{
  background-color: rgb(239 68 68 / 0.5);
}

.bg-red-500\/60{
  background-color: rgb(239 68 68 / 0.6);
}

.bg-red-500\/70{
  background-color: rgb(239 68 68 / 0.7);
}

.bg-red-500\/75{
  background-color: rgb(239 68 68 / 0.75);
}

.bg-red-500\/80{
  background-color: rgb(239 68 68 / 0.8);
}

.bg-red-500\/90{
  background-color: rgb(239 68 68 / 0.9);
}

.bg-red-500\/95{
  background-color: rgb(239 68 68 / 0.95);
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-red-600\/0{
  background-color: rgb(220 38 38 / 0);
}

.bg-red-600\/10{
  background-color: rgb(220 38 38 / 0.1);
}

.bg-red-600\/100{
  background-color: rgb(220 38 38 / 1);
}

.bg-red-600\/20{
  background-color: rgb(220 38 38 / 0.2);
}

.bg-red-600\/25{
  background-color: rgb(220 38 38 / 0.25);
}

.bg-red-600\/30{
  background-color: rgb(220 38 38 / 0.3);
}

.bg-red-600\/40{
  background-color: rgb(220 38 38 / 0.4);
}

.bg-red-600\/5{
  background-color: rgb(220 38 38 / 0.05);
}

.bg-red-600\/50{
  background-color: rgb(220 38 38 / 0.5);
}

.bg-red-600\/60{
  background-color: rgb(220 38 38 / 0.6);
}

.bg-red-600\/70{
  background-color: rgb(220 38 38 / 0.7);
}

.bg-red-600\/75{
  background-color: rgb(220 38 38 / 0.75);
}

.bg-red-600\/80{
  background-color: rgb(220 38 38 / 0.8);
}

.bg-red-600\/90{
  background-color: rgb(220 38 38 / 0.9);
}

.bg-red-600\/95{
  background-color: rgb(220 38 38 / 0.95);
}

.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-red-700\/0{
  background-color: rgb(185 28 28 / 0);
}

.bg-red-700\/10{
  background-color: rgb(185 28 28 / 0.1);
}

.bg-red-700\/100{
  background-color: rgb(185 28 28 / 1);
}

.bg-red-700\/20{
  background-color: rgb(185 28 28 / 0.2);
}

.bg-red-700\/25{
  background-color: rgb(185 28 28 / 0.25);
}

.bg-red-700\/30{
  background-color: rgb(185 28 28 / 0.3);
}

.bg-red-700\/40{
  background-color: rgb(185 28 28 / 0.4);
}

.bg-red-700\/5{
  background-color: rgb(185 28 28 / 0.05);
}

.bg-red-700\/50{
  background-color: rgb(185 28 28 / 0.5);
}

.bg-red-700\/60{
  background-color: rgb(185 28 28 / 0.6);
}

.bg-red-700\/70{
  background-color: rgb(185 28 28 / 0.7);
}

.bg-red-700\/75{
  background-color: rgb(185 28 28 / 0.75);
}

.bg-red-700\/80{
  background-color: rgb(185 28 28 / 0.8);
}

.bg-red-700\/90{
  background-color: rgb(185 28 28 / 0.9);
}

.bg-red-700\/95{
  background-color: rgb(185 28 28 / 0.95);
}

.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.bg-red-800\/0{
  background-color: rgb(153 27 27 / 0);
}

.bg-red-800\/10{
  background-color: rgb(153 27 27 / 0.1);
}

.bg-red-800\/100{
  background-color: rgb(153 27 27 / 1);
}

.bg-red-800\/20{
  background-color: rgb(153 27 27 / 0.2);
}

.bg-red-800\/25{
  background-color: rgb(153 27 27 / 0.25);
}

.bg-red-800\/30{
  background-color: rgb(153 27 27 / 0.3);
}

.bg-red-800\/40{
  background-color: rgb(153 27 27 / 0.4);
}

.bg-red-800\/5{
  background-color: rgb(153 27 27 / 0.05);
}

.bg-red-800\/50{
  background-color: rgb(153 27 27 / 0.5);
}

.bg-red-800\/60{
  background-color: rgb(153 27 27 / 0.6);
}

.bg-red-800\/70{
  background-color: rgb(153 27 27 / 0.7);
}

.bg-red-800\/75{
  background-color: rgb(153 27 27 / 0.75);
}

.bg-red-800\/80{
  background-color: rgb(153 27 27 / 0.8);
}

.bg-red-800\/90{
  background-color: rgb(153 27 27 / 0.9);
}

.bg-red-800\/95{
  background-color: rgb(153 27 27 / 0.95);
}

.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.bg-red-900\/0{
  background-color: rgb(127 29 29 / 0);
}

.bg-red-900\/10{
  background-color: rgb(127 29 29 / 0.1);
}

.bg-red-900\/100{
  background-color: rgb(127 29 29 / 1);
}

.bg-red-900\/20{
  background-color: rgb(127 29 29 / 0.2);
}

.bg-red-900\/25{
  background-color: rgb(127 29 29 / 0.25);
}

.bg-red-900\/30{
  background-color: rgb(127 29 29 / 0.3);
}

.bg-red-900\/40{
  background-color: rgb(127 29 29 / 0.4);
}

.bg-red-900\/5{
  background-color: rgb(127 29 29 / 0.05);
}

.bg-red-900\/50{
  background-color: rgb(127 29 29 / 0.5);
}

.bg-red-900\/60{
  background-color: rgb(127 29 29 / 0.6);
}

.bg-red-900\/70{
  background-color: rgb(127 29 29 / 0.7);
}

.bg-red-900\/75{
  background-color: rgb(127 29 29 / 0.75);
}

.bg-red-900\/80{
  background-color: rgb(127 29 29 / 0.8);
}

.bg-red-900\/90{
  background-color: rgb(127 29 29 / 0.9);
}

.bg-red-900\/95{
  background-color: rgb(127 29 29 / 0.95);
}

.bg-red-950{
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}

.bg-red-950\/0{
  background-color: rgb(69 10 10 / 0);
}

.bg-red-950\/10{
  background-color: rgb(69 10 10 / 0.1);
}

.bg-red-950\/100{
  background-color: rgb(69 10 10 / 1);
}

.bg-red-950\/20{
  background-color: rgb(69 10 10 / 0.2);
}

.bg-red-950\/25{
  background-color: rgb(69 10 10 / 0.25);
}

.bg-red-950\/30{
  background-color: rgb(69 10 10 / 0.3);
}

.bg-red-950\/40{
  background-color: rgb(69 10 10 / 0.4);
}

.bg-red-950\/5{
  background-color: rgb(69 10 10 / 0.05);
}

.bg-red-950\/50{
  background-color: rgb(69 10 10 / 0.5);
}

.bg-red-950\/60{
  background-color: rgb(69 10 10 / 0.6);
}

.bg-red-950\/70{
  background-color: rgb(69 10 10 / 0.7);
}

.bg-red-950\/75{
  background-color: rgb(69 10 10 / 0.75);
}

.bg-red-950\/80{
  background-color: rgb(69 10 10 / 0.8);
}

.bg-red-950\/90{
  background-color: rgb(69 10 10 / 0.9);
}

.bg-red-950\/95{
  background-color: rgb(69 10 10 / 0.95);
}

.bg-rose-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

.bg-rose-100\/0{
  background-color: rgb(255 228 230 / 0);
}

.bg-rose-100\/10{
  background-color: rgb(255 228 230 / 0.1);
}

.bg-rose-100\/100{
  background-color: rgb(255 228 230 / 1);
}

.bg-rose-100\/20{
  background-color: rgb(255 228 230 / 0.2);
}

.bg-rose-100\/25{
  background-color: rgb(255 228 230 / 0.25);
}

.bg-rose-100\/30{
  background-color: rgb(255 228 230 / 0.3);
}

.bg-rose-100\/40{
  background-color: rgb(255 228 230 / 0.4);
}

.bg-rose-100\/5{
  background-color: rgb(255 228 230 / 0.05);
}

.bg-rose-100\/50{
  background-color: rgb(255 228 230 / 0.5);
}

.bg-rose-100\/60{
  background-color: rgb(255 228 230 / 0.6);
}

.bg-rose-100\/70{
  background-color: rgb(255 228 230 / 0.7);
}

.bg-rose-100\/75{
  background-color: rgb(255 228 230 / 0.75);
}

.bg-rose-100\/80{
  background-color: rgb(255 228 230 / 0.8);
}

.bg-rose-100\/90{
  background-color: rgb(255 228 230 / 0.9);
}

.bg-rose-100\/95{
  background-color: rgb(255 228 230 / 0.95);
}

.bg-rose-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}

.bg-rose-200\/0{
  background-color: rgb(254 205 211 / 0);
}

.bg-rose-200\/10{
  background-color: rgb(254 205 211 / 0.1);
}

.bg-rose-200\/100{
  background-color: rgb(254 205 211 / 1);
}

.bg-rose-200\/20{
  background-color: rgb(254 205 211 / 0.2);
}

.bg-rose-200\/25{
  background-color: rgb(254 205 211 / 0.25);
}

.bg-rose-200\/30{
  background-color: rgb(254 205 211 / 0.3);
}

.bg-rose-200\/40{
  background-color: rgb(254 205 211 / 0.4);
}

.bg-rose-200\/5{
  background-color: rgb(254 205 211 / 0.05);
}

.bg-rose-200\/50{
  background-color: rgb(254 205 211 / 0.5);
}

.bg-rose-200\/60{
  background-color: rgb(254 205 211 / 0.6);
}

.bg-rose-200\/70{
  background-color: rgb(254 205 211 / 0.7);
}

.bg-rose-200\/75{
  background-color: rgb(254 205 211 / 0.75);
}

.bg-rose-200\/80{
  background-color: rgb(254 205 211 / 0.8);
}

.bg-rose-200\/90{
  background-color: rgb(254 205 211 / 0.9);
}

.bg-rose-200\/95{
  background-color: rgb(254 205 211 / 0.95);
}

.bg-rose-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}

.bg-rose-300\/0{
  background-color: rgb(253 164 175 / 0);
}

.bg-rose-300\/10{
  background-color: rgb(253 164 175 / 0.1);
}

.bg-rose-300\/100{
  background-color: rgb(253 164 175 / 1);
}

.bg-rose-300\/20{
  background-color: rgb(253 164 175 / 0.2);
}

.bg-rose-300\/25{
  background-color: rgb(253 164 175 / 0.25);
}

.bg-rose-300\/30{
  background-color: rgb(253 164 175 / 0.3);
}

.bg-rose-300\/40{
  background-color: rgb(253 164 175 / 0.4);
}

.bg-rose-300\/5{
  background-color: rgb(253 164 175 / 0.05);
}

.bg-rose-300\/50{
  background-color: rgb(253 164 175 / 0.5);
}

.bg-rose-300\/60{
  background-color: rgb(253 164 175 / 0.6);
}

.bg-rose-300\/70{
  background-color: rgb(253 164 175 / 0.7);
}

.bg-rose-300\/75{
  background-color: rgb(253 164 175 / 0.75);
}

.bg-rose-300\/80{
  background-color: rgb(253 164 175 / 0.8);
}

.bg-rose-300\/90{
  background-color: rgb(253 164 175 / 0.9);
}

.bg-rose-300\/95{
  background-color: rgb(253 164 175 / 0.95);
}

.bg-rose-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}

.bg-rose-400\/0{
  background-color: rgb(251 113 133 / 0);
}

.bg-rose-400\/10{
  background-color: rgb(251 113 133 / 0.1);
}

.bg-rose-400\/100{
  background-color: rgb(251 113 133 / 1);
}

.bg-rose-400\/20{
  background-color: rgb(251 113 133 / 0.2);
}

.bg-rose-400\/25{
  background-color: rgb(251 113 133 / 0.25);
}

.bg-rose-400\/30{
  background-color: rgb(251 113 133 / 0.3);
}

.bg-rose-400\/40{
  background-color: rgb(251 113 133 / 0.4);
}

.bg-rose-400\/5{
  background-color: rgb(251 113 133 / 0.05);
}

.bg-rose-400\/50{
  background-color: rgb(251 113 133 / 0.5);
}

.bg-rose-400\/60{
  background-color: rgb(251 113 133 / 0.6);
}

.bg-rose-400\/70{
  background-color: rgb(251 113 133 / 0.7);
}

.bg-rose-400\/75{
  background-color: rgb(251 113 133 / 0.75);
}

.bg-rose-400\/80{
  background-color: rgb(251 113 133 / 0.8);
}

.bg-rose-400\/90{
  background-color: rgb(251 113 133 / 0.9);
}

.bg-rose-400\/95{
  background-color: rgb(251 113 133 / 0.95);
}

.bg-rose-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}

.bg-rose-50\/0{
  background-color: rgb(255 241 242 / 0);
}

.bg-rose-50\/10{
  background-color: rgb(255 241 242 / 0.1);
}

.bg-rose-50\/100{
  background-color: rgb(255 241 242 / 1);
}

.bg-rose-50\/20{
  background-color: rgb(255 241 242 / 0.2);
}

.bg-rose-50\/25{
  background-color: rgb(255 241 242 / 0.25);
}

.bg-rose-50\/30{
  background-color: rgb(255 241 242 / 0.3);
}

.bg-rose-50\/40{
  background-color: rgb(255 241 242 / 0.4);
}

.bg-rose-50\/5{
  background-color: rgb(255 241 242 / 0.05);
}

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

.bg-rose-50\/60{
  background-color: rgb(255 241 242 / 0.6);
}

.bg-rose-50\/70{
  background-color: rgb(255 241 242 / 0.7);
}

.bg-rose-50\/75{
  background-color: rgb(255 241 242 / 0.75);
}

.bg-rose-50\/80{
  background-color: rgb(255 241 242 / 0.8);
}

.bg-rose-50\/90{
  background-color: rgb(255 241 242 / 0.9);
}

.bg-rose-50\/95{
  background-color: rgb(255 241 242 / 0.95);
}

.bg-rose-500{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}

.bg-rose-500\/0{
  background-color: rgb(244 63 94 / 0);
}

.bg-rose-500\/10{
  background-color: rgb(244 63 94 / 0.1);
}

.bg-rose-500\/100{
  background-color: rgb(244 63 94 / 1);
}

.bg-rose-500\/20{
  background-color: rgb(244 63 94 / 0.2);
}

.bg-rose-500\/25{
  background-color: rgb(244 63 94 / 0.25);
}

.bg-rose-500\/30{
  background-color: rgb(244 63 94 / 0.3);
}

.bg-rose-500\/40{
  background-color: rgb(244 63 94 / 0.4);
}

.bg-rose-500\/5{
  background-color: rgb(244 63 94 / 0.05);
}

.bg-rose-500\/50{
  background-color: rgb(244 63 94 / 0.5);
}

.bg-rose-500\/60{
  background-color: rgb(244 63 94 / 0.6);
}

.bg-rose-500\/70{
  background-color: rgb(244 63 94 / 0.7);
}

.bg-rose-500\/75{
  background-color: rgb(244 63 94 / 0.75);
}

.bg-rose-500\/80{
  background-color: rgb(244 63 94 / 0.8);
}

.bg-rose-500\/90{
  background-color: rgb(244 63 94 / 0.9);
}

.bg-rose-500\/95{
  background-color: rgb(244 63 94 / 0.95);
}

.bg-rose-600{
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}

.bg-rose-600\/0{
  background-color: rgb(225 29 72 / 0);
}

.bg-rose-600\/10{
  background-color: rgb(225 29 72 / 0.1);
}

.bg-rose-600\/100{
  background-color: rgb(225 29 72 / 1);
}

.bg-rose-600\/20{
  background-color: rgb(225 29 72 / 0.2);
}

.bg-rose-600\/25{
  background-color: rgb(225 29 72 / 0.25);
}

.bg-rose-600\/30{
  background-color: rgb(225 29 72 / 0.3);
}

.bg-rose-600\/40{
  background-color: rgb(225 29 72 / 0.4);
}

.bg-rose-600\/5{
  background-color: rgb(225 29 72 / 0.05);
}

.bg-rose-600\/50{
  background-color: rgb(225 29 72 / 0.5);
}

.bg-rose-600\/60{
  background-color: rgb(225 29 72 / 0.6);
}

.bg-rose-600\/70{
  background-color: rgb(225 29 72 / 0.7);
}

.bg-rose-600\/75{
  background-color: rgb(225 29 72 / 0.75);
}

.bg-rose-600\/80{
  background-color: rgb(225 29 72 / 0.8);
}

.bg-rose-600\/90{
  background-color: rgb(225 29 72 / 0.9);
}

.bg-rose-600\/95{
  background-color: rgb(225 29 72 / 0.95);
}

.bg-rose-700{
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}

.bg-rose-700\/0{
  background-color: rgb(190 18 60 / 0);
}

.bg-rose-700\/10{
  background-color: rgb(190 18 60 / 0.1);
}

.bg-rose-700\/100{
  background-color: rgb(190 18 60 / 1);
}

.bg-rose-700\/20{
  background-color: rgb(190 18 60 / 0.2);
}

.bg-rose-700\/25{
  background-color: rgb(190 18 60 / 0.25);
}

.bg-rose-700\/30{
  background-color: rgb(190 18 60 / 0.3);
}

.bg-rose-700\/40{
  background-color: rgb(190 18 60 / 0.4);
}

.bg-rose-700\/5{
  background-color: rgb(190 18 60 / 0.05);
}

.bg-rose-700\/50{
  background-color: rgb(190 18 60 / 0.5);
}

.bg-rose-700\/60{
  background-color: rgb(190 18 60 / 0.6);
}

.bg-rose-700\/70{
  background-color: rgb(190 18 60 / 0.7);
}

.bg-rose-700\/75{
  background-color: rgb(190 18 60 / 0.75);
}

.bg-rose-700\/80{
  background-color: rgb(190 18 60 / 0.8);
}

.bg-rose-700\/90{
  background-color: rgb(190 18 60 / 0.9);
}

.bg-rose-700\/95{
  background-color: rgb(190 18 60 / 0.95);
}

.bg-rose-800{
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}

.bg-rose-800\/0{
  background-color: rgb(159 18 57 / 0);
}

.bg-rose-800\/10{
  background-color: rgb(159 18 57 / 0.1);
}

.bg-rose-800\/100{
  background-color: rgb(159 18 57 / 1);
}

.bg-rose-800\/20{
  background-color: rgb(159 18 57 / 0.2);
}

.bg-rose-800\/25{
  background-color: rgb(159 18 57 / 0.25);
}

.bg-rose-800\/30{
  background-color: rgb(159 18 57 / 0.3);
}

.bg-rose-800\/40{
  background-color: rgb(159 18 57 / 0.4);
}

.bg-rose-800\/5{
  background-color: rgb(159 18 57 / 0.05);
}

.bg-rose-800\/50{
  background-color: rgb(159 18 57 / 0.5);
}

.bg-rose-800\/60{
  background-color: rgb(159 18 57 / 0.6);
}

.bg-rose-800\/70{
  background-color: rgb(159 18 57 / 0.7);
}

.bg-rose-800\/75{
  background-color: rgb(159 18 57 / 0.75);
}

.bg-rose-800\/80{
  background-color: rgb(159 18 57 / 0.8);
}

.bg-rose-800\/90{
  background-color: rgb(159 18 57 / 0.9);
}

.bg-rose-800\/95{
  background-color: rgb(159 18 57 / 0.95);
}

.bg-rose-900{
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}

.bg-rose-900\/0{
  background-color: rgb(136 19 55 / 0);
}

.bg-rose-900\/10{
  background-color: rgb(136 19 55 / 0.1);
}

.bg-rose-900\/100{
  background-color: rgb(136 19 55 / 1);
}

.bg-rose-900\/20{
  background-color: rgb(136 19 55 / 0.2);
}

.bg-rose-900\/25{
  background-color: rgb(136 19 55 / 0.25);
}

.bg-rose-900\/30{
  background-color: rgb(136 19 55 / 0.3);
}

.bg-rose-900\/40{
  background-color: rgb(136 19 55 / 0.4);
}

.bg-rose-900\/5{
  background-color: rgb(136 19 55 / 0.05);
}

.bg-rose-900\/50{
  background-color: rgb(136 19 55 / 0.5);
}

.bg-rose-900\/60{
  background-color: rgb(136 19 55 / 0.6);
}

.bg-rose-900\/70{
  background-color: rgb(136 19 55 / 0.7);
}

.bg-rose-900\/75{
  background-color: rgb(136 19 55 / 0.75);
}

.bg-rose-900\/80{
  background-color: rgb(136 19 55 / 0.8);
}

.bg-rose-900\/90{
  background-color: rgb(136 19 55 / 0.9);
}

.bg-rose-900\/95{
  background-color: rgb(136 19 55 / 0.95);
}

.bg-rose-950{
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}

.bg-rose-950\/0{
  background-color: rgb(76 5 25 / 0);
}

.bg-rose-950\/10{
  background-color: rgb(76 5 25 / 0.1);
}

.bg-rose-950\/100{
  background-color: rgb(76 5 25 / 1);
}

.bg-rose-950\/20{
  background-color: rgb(76 5 25 / 0.2);
}

.bg-rose-950\/25{
  background-color: rgb(76 5 25 / 0.25);
}

.bg-rose-950\/30{
  background-color: rgb(76 5 25 / 0.3);
}

.bg-rose-950\/40{
  background-color: rgb(76 5 25 / 0.4);
}

.bg-rose-950\/5{
  background-color: rgb(76 5 25 / 0.05);
}

.bg-rose-950\/50{
  background-color: rgb(76 5 25 / 0.5);
}

.bg-rose-950\/60{
  background-color: rgb(76 5 25 / 0.6);
}

.bg-rose-950\/70{
  background-color: rgb(76 5 25 / 0.7);
}

.bg-rose-950\/75{
  background-color: rgb(76 5 25 / 0.75);
}

.bg-rose-950\/80{
  background-color: rgb(76 5 25 / 0.8);
}

.bg-rose-950\/90{
  background-color: rgb(76 5 25 / 0.9);
}

.bg-rose-950\/95{
  background-color: rgb(76 5 25 / 0.95);
}

.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.bg-sky-100\/0{
  background-color: rgb(224 242 254 / 0);
}

.bg-sky-100\/10{
  background-color: rgb(224 242 254 / 0.1);
}

.bg-sky-100\/100{
  background-color: rgb(224 242 254 / 1);
}

.bg-sky-100\/20{
  background-color: rgb(224 242 254 / 0.2);
}

.bg-sky-100\/25{
  background-color: rgb(224 242 254 / 0.25);
}

.bg-sky-100\/30{
  background-color: rgb(224 242 254 / 0.3);
}

.bg-sky-100\/40{
  background-color: rgb(224 242 254 / 0.4);
}

.bg-sky-100\/5{
  background-color: rgb(224 242 254 / 0.05);
}

.bg-sky-100\/50{
  background-color: rgb(224 242 254 / 0.5);
}

.bg-sky-100\/60{
  background-color: rgb(224 242 254 / 0.6);
}

.bg-sky-100\/70{
  background-color: rgb(224 242 254 / 0.7);
}

.bg-sky-100\/75{
  background-color: rgb(224 242 254 / 0.75);
}

.bg-sky-100\/80{
  background-color: rgb(224 242 254 / 0.8);
}

.bg-sky-100\/90{
  background-color: rgb(224 242 254 / 0.9);
}

.bg-sky-100\/95{
  background-color: rgb(224 242 254 / 0.95);
}

.bg-sky-200{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}

.bg-sky-200\/0{
  background-color: rgb(186 230 253 / 0);
}

.bg-sky-200\/10{
  background-color: rgb(186 230 253 / 0.1);
}

.bg-sky-200\/100{
  background-color: rgb(186 230 253 / 1);
}

.bg-sky-200\/20{
  background-color: rgb(186 230 253 / 0.2);
}

.bg-sky-200\/25{
  background-color: rgb(186 230 253 / 0.25);
}

.bg-sky-200\/30{
  background-color: rgb(186 230 253 / 0.3);
}

.bg-sky-200\/40{
  background-color: rgb(186 230 253 / 0.4);
}

.bg-sky-200\/5{
  background-color: rgb(186 230 253 / 0.05);
}

.bg-sky-200\/50{
  background-color: rgb(186 230 253 / 0.5);
}

.bg-sky-200\/60{
  background-color: rgb(186 230 253 / 0.6);
}

.bg-sky-200\/70{
  background-color: rgb(186 230 253 / 0.7);
}

.bg-sky-200\/75{
  background-color: rgb(186 230 253 / 0.75);
}

.bg-sky-200\/80{
  background-color: rgb(186 230 253 / 0.8);
}

.bg-sky-200\/90{
  background-color: rgb(186 230 253 / 0.9);
}

.bg-sky-200\/95{
  background-color: rgb(186 230 253 / 0.95);
}

.bg-sky-300{
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}

.bg-sky-300\/0{
  background-color: rgb(125 211 252 / 0);
}

.bg-sky-300\/10{
  background-color: rgb(125 211 252 / 0.1);
}

.bg-sky-300\/100{
  background-color: rgb(125 211 252 / 1);
}

.bg-sky-300\/20{
  background-color: rgb(125 211 252 / 0.2);
}

.bg-sky-300\/25{
  background-color: rgb(125 211 252 / 0.25);
}

.bg-sky-300\/30{
  background-color: rgb(125 211 252 / 0.3);
}

.bg-sky-300\/40{
  background-color: rgb(125 211 252 / 0.4);
}

.bg-sky-300\/5{
  background-color: rgb(125 211 252 / 0.05);
}

.bg-sky-300\/50{
  background-color: rgb(125 211 252 / 0.5);
}

.bg-sky-300\/60{
  background-color: rgb(125 211 252 / 0.6);
}

.bg-sky-300\/70{
  background-color: rgb(125 211 252 / 0.7);
}

.bg-sky-300\/75{
  background-color: rgb(125 211 252 / 0.75);
}

.bg-sky-300\/80{
  background-color: rgb(125 211 252 / 0.8);
}

.bg-sky-300\/90{
  background-color: rgb(125 211 252 / 0.9);
}

.bg-sky-300\/95{
  background-color: rgb(125 211 252 / 0.95);
}

.bg-sky-400{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.bg-sky-400\/0{
  background-color: rgb(56 189 248 / 0);
}

.bg-sky-400\/10{
  background-color: rgb(56 189 248 / 0.1);
}

.bg-sky-400\/100{
  background-color: rgb(56 189 248 / 1);
}

.bg-sky-400\/20{
  background-color: rgb(56 189 248 / 0.2);
}

.bg-sky-400\/25{
  background-color: rgb(56 189 248 / 0.25);
}

.bg-sky-400\/30{
  background-color: rgb(56 189 248 / 0.3);
}

.bg-sky-400\/40{
  background-color: rgb(56 189 248 / 0.4);
}

.bg-sky-400\/5{
  background-color: rgb(56 189 248 / 0.05);
}

.bg-sky-400\/50{
  background-color: rgb(56 189 248 / 0.5);
}

.bg-sky-400\/60{
  background-color: rgb(56 189 248 / 0.6);
}

.bg-sky-400\/70{
  background-color: rgb(56 189 248 / 0.7);
}

.bg-sky-400\/75{
  background-color: rgb(56 189 248 / 0.75);
}

.bg-sky-400\/80{
  background-color: rgb(56 189 248 / 0.8);
}

.bg-sky-400\/90{
  background-color: rgb(56 189 248 / 0.9);
}

.bg-sky-400\/95{
  background-color: rgb(56 189 248 / 0.95);
}

.bg-sky-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.bg-sky-50\/0{
  background-color: rgb(240 249 255 / 0);
}

.bg-sky-50\/10{
  background-color: rgb(240 249 255 / 0.1);
}

.bg-sky-50\/100{
  background-color: rgb(240 249 255 / 1);
}

.bg-sky-50\/20{
  background-color: rgb(240 249 255 / 0.2);
}

.bg-sky-50\/25{
  background-color: rgb(240 249 255 / 0.25);
}

.bg-sky-50\/30{
  background-color: rgb(240 249 255 / 0.3);
}

.bg-sky-50\/40{
  background-color: rgb(240 249 255 / 0.4);
}

.bg-sky-50\/5{
  background-color: rgb(240 249 255 / 0.05);
}

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

.bg-sky-50\/60{
  background-color: rgb(240 249 255 / 0.6);
}

.bg-sky-50\/70{
  background-color: rgb(240 249 255 / 0.7);
}

.bg-sky-50\/75{
  background-color: rgb(240 249 255 / 0.75);
}

.bg-sky-50\/80{
  background-color: rgb(240 249 255 / 0.8);
}

.bg-sky-50\/90{
  background-color: rgb(240 249 255 / 0.9);
}

.bg-sky-50\/95{
  background-color: rgb(240 249 255 / 0.95);
}

.bg-sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.bg-sky-500\/0{
  background-color: rgb(14 165 233 / 0);
}

.bg-sky-500\/10{
  background-color: rgb(14 165 233 / 0.1);
}

.bg-sky-500\/100{
  background-color: rgb(14 165 233 / 1);
}

.bg-sky-500\/20{
  background-color: rgb(14 165 233 / 0.2);
}

.bg-sky-500\/25{
  background-color: rgb(14 165 233 / 0.25);
}

.bg-sky-500\/30{
  background-color: rgb(14 165 233 / 0.3);
}

.bg-sky-500\/40{
  background-color: rgb(14 165 233 / 0.4);
}

.bg-sky-500\/5{
  background-color: rgb(14 165 233 / 0.05);
}

.bg-sky-500\/50{
  background-color: rgb(14 165 233 / 0.5);
}

.bg-sky-500\/60{
  background-color: rgb(14 165 233 / 0.6);
}

.bg-sky-500\/70{
  background-color: rgb(14 165 233 / 0.7);
}

.bg-sky-500\/75{
  background-color: rgb(14 165 233 / 0.75);
}

.bg-sky-500\/80{
  background-color: rgb(14 165 233 / 0.8);
}

.bg-sky-500\/90{
  background-color: rgb(14 165 233 / 0.9);
}

.bg-sky-500\/95{
  background-color: rgb(14 165 233 / 0.95);
}

.bg-sky-600{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.bg-sky-600\/0{
  background-color: rgb(2 132 199 / 0);
}

.bg-sky-600\/10{
  background-color: rgb(2 132 199 / 0.1);
}

.bg-sky-600\/100{
  background-color: rgb(2 132 199 / 1);
}

.bg-sky-600\/20{
  background-color: rgb(2 132 199 / 0.2);
}

.bg-sky-600\/25{
  background-color: rgb(2 132 199 / 0.25);
}

.bg-sky-600\/30{
  background-color: rgb(2 132 199 / 0.3);
}

.bg-sky-600\/40{
  background-color: rgb(2 132 199 / 0.4);
}

.bg-sky-600\/5{
  background-color: rgb(2 132 199 / 0.05);
}

.bg-sky-600\/50{
  background-color: rgb(2 132 199 / 0.5);
}

.bg-sky-600\/60{
  background-color: rgb(2 132 199 / 0.6);
}

.bg-sky-600\/70{
  background-color: rgb(2 132 199 / 0.7);
}

.bg-sky-600\/75{
  background-color: rgb(2 132 199 / 0.75);
}

.bg-sky-600\/80{
  background-color: rgb(2 132 199 / 0.8);
}

.bg-sky-600\/90{
  background-color: rgb(2 132 199 / 0.9);
}

.bg-sky-600\/95{
  background-color: rgb(2 132 199 / 0.95);
}

.bg-sky-700{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.bg-sky-700\/0{
  background-color: rgb(3 105 161 / 0);
}

.bg-sky-700\/10{
  background-color: rgb(3 105 161 / 0.1);
}

.bg-sky-700\/100{
  background-color: rgb(3 105 161 / 1);
}

.bg-sky-700\/20{
  background-color: rgb(3 105 161 / 0.2);
}

.bg-sky-700\/25{
  background-color: rgb(3 105 161 / 0.25);
}

.bg-sky-700\/30{
  background-color: rgb(3 105 161 / 0.3);
}

.bg-sky-700\/40{
  background-color: rgb(3 105 161 / 0.4);
}

.bg-sky-700\/5{
  background-color: rgb(3 105 161 / 0.05);
}

.bg-sky-700\/50{
  background-color: rgb(3 105 161 / 0.5);
}

.bg-sky-700\/60{
  background-color: rgb(3 105 161 / 0.6);
}

.bg-sky-700\/70{
  background-color: rgb(3 105 161 / 0.7);
}

.bg-sky-700\/75{
  background-color: rgb(3 105 161 / 0.75);
}

.bg-sky-700\/80{
  background-color: rgb(3 105 161 / 0.8);
}

.bg-sky-700\/90{
  background-color: rgb(3 105 161 / 0.9);
}

.bg-sky-700\/95{
  background-color: rgb(3 105 161 / 0.95);
}

.bg-sky-800{
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

.bg-sky-800\/0{
  background-color: rgb(7 89 133 / 0);
}

.bg-sky-800\/10{
  background-color: rgb(7 89 133 / 0.1);
}

.bg-sky-800\/100{
  background-color: rgb(7 89 133 / 1);
}

.bg-sky-800\/20{
  background-color: rgb(7 89 133 / 0.2);
}

.bg-sky-800\/25{
  background-color: rgb(7 89 133 / 0.25);
}

.bg-sky-800\/30{
  background-color: rgb(7 89 133 / 0.3);
}

.bg-sky-800\/40{
  background-color: rgb(7 89 133 / 0.4);
}

.bg-sky-800\/5{
  background-color: rgb(7 89 133 / 0.05);
}

.bg-sky-800\/50{
  background-color: rgb(7 89 133 / 0.5);
}

.bg-sky-800\/60{
  background-color: rgb(7 89 133 / 0.6);
}

.bg-sky-800\/70{
  background-color: rgb(7 89 133 / 0.7);
}

.bg-sky-800\/75{
  background-color: rgb(7 89 133 / 0.75);
}

.bg-sky-800\/80{
  background-color: rgb(7 89 133 / 0.8);
}

.bg-sky-800\/90{
  background-color: rgb(7 89 133 / 0.9);
}

.bg-sky-800\/95{
  background-color: rgb(7 89 133 / 0.95);
}

.bg-sky-900{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.bg-sky-900\/0{
  background-color: rgb(12 74 110 / 0);
}

.bg-sky-900\/10{
  background-color: rgb(12 74 110 / 0.1);
}

.bg-sky-900\/100{
  background-color: rgb(12 74 110 / 1);
}

.bg-sky-900\/20{
  background-color: rgb(12 74 110 / 0.2);
}

.bg-sky-900\/25{
  background-color: rgb(12 74 110 / 0.25);
}

.bg-sky-900\/30{
  background-color: rgb(12 74 110 / 0.3);
}

.bg-sky-900\/40{
  background-color: rgb(12 74 110 / 0.4);
}

.bg-sky-900\/5{
  background-color: rgb(12 74 110 / 0.05);
}

.bg-sky-900\/50{
  background-color: rgb(12 74 110 / 0.5);
}

.bg-sky-900\/60{
  background-color: rgb(12 74 110 / 0.6);
}

.bg-sky-900\/70{
  background-color: rgb(12 74 110 / 0.7);
}

.bg-sky-900\/75{
  background-color: rgb(12 74 110 / 0.75);
}

.bg-sky-900\/80{
  background-color: rgb(12 74 110 / 0.8);
}

.bg-sky-900\/90{
  background-color: rgb(12 74 110 / 0.9);
}

.bg-sky-900\/95{
  background-color: rgb(12 74 110 / 0.95);
}

.bg-sky-950{
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}

.bg-sky-950\/0{
  background-color: rgb(8 47 73 / 0);
}

.bg-sky-950\/10{
  background-color: rgb(8 47 73 / 0.1);
}

.bg-sky-950\/100{
  background-color: rgb(8 47 73 / 1);
}

.bg-sky-950\/20{
  background-color: rgb(8 47 73 / 0.2);
}

.bg-sky-950\/25{
  background-color: rgb(8 47 73 / 0.25);
}

.bg-sky-950\/30{
  background-color: rgb(8 47 73 / 0.3);
}

.bg-sky-950\/40{
  background-color: rgb(8 47 73 / 0.4);
}

.bg-sky-950\/5{
  background-color: rgb(8 47 73 / 0.05);
}

.bg-sky-950\/50{
  background-color: rgb(8 47 73 / 0.5);
}

.bg-sky-950\/60{
  background-color: rgb(8 47 73 / 0.6);
}

.bg-sky-950\/70{
  background-color: rgb(8 47 73 / 0.7);
}

.bg-sky-950\/75{
  background-color: rgb(8 47 73 / 0.75);
}

.bg-sky-950\/80{
  background-color: rgb(8 47 73 / 0.8);
}

.bg-sky-950\/90{
  background-color: rgb(8 47 73 / 0.9);
}

.bg-sky-950\/95{
  background-color: rgb(8 47 73 / 0.95);
}

.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-slate-100\/0{
  background-color: rgb(241 245 249 / 0);
}

.bg-slate-100\/10{
  background-color: rgb(241 245 249 / 0.1);
}

.bg-slate-100\/100{
  background-color: rgb(241 245 249 / 1);
}

.bg-slate-100\/20{
  background-color: rgb(241 245 249 / 0.2);
}

.bg-slate-100\/25{
  background-color: rgb(241 245 249 / 0.25);
}

.bg-slate-100\/30{
  background-color: rgb(241 245 249 / 0.3);
}

.bg-slate-100\/40{
  background-color: rgb(241 245 249 / 0.4);
}

.bg-slate-100\/5{
  background-color: rgb(241 245 249 / 0.05);
}

.bg-slate-100\/50{
  background-color: rgb(241 245 249 / 0.5);
}

.bg-slate-100\/60{
  background-color: rgb(241 245 249 / 0.6);
}

.bg-slate-100\/70{
  background-color: rgb(241 245 249 / 0.7);
}

.bg-slate-100\/75{
  background-color: rgb(241 245 249 / 0.75);
}

.bg-slate-100\/80{
  background-color: rgb(241 245 249 / 0.8);
}

.bg-slate-100\/90{
  background-color: rgb(241 245 249 / 0.9);
}

.bg-slate-100\/95{
  background-color: rgb(241 245 249 / 0.95);
}

.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-slate-200\/0{
  background-color: rgb(226 232 240 / 0);
}

.bg-slate-200\/10{
  background-color: rgb(226 232 240 / 0.1);
}

.bg-slate-200\/100{
  background-color: rgb(226 232 240 / 1);
}

.bg-slate-200\/20{
  background-color: rgb(226 232 240 / 0.2);
}

.bg-slate-200\/25{
  background-color: rgb(226 232 240 / 0.25);
}

.bg-slate-200\/30{
  background-color: rgb(226 232 240 / 0.3);
}

.bg-slate-200\/40{
  background-color: rgb(226 232 240 / 0.4);
}

.bg-slate-200\/5{
  background-color: rgb(226 232 240 / 0.05);
}

.bg-slate-200\/50{
  background-color: rgb(226 232 240 / 0.5);
}

.bg-slate-200\/60{
  background-color: rgb(226 232 240 / 0.6);
}

.bg-slate-200\/70{
  background-color: rgb(226 232 240 / 0.7);
}

.bg-slate-200\/75{
  background-color: rgb(226 232 240 / 0.75);
}

.bg-slate-200\/80{
  background-color: rgb(226 232 240 / 0.8);
}

.bg-slate-200\/90{
  background-color: rgb(226 232 240 / 0.9);
}

.bg-slate-200\/95{
  background-color: rgb(226 232 240 / 0.95);
}

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

.bg-slate-300\/0{
  background-color: rgb(203 213 225 / 0);
}

.bg-slate-300\/10{
  background-color: rgb(203 213 225 / 0.1);
}

.bg-slate-300\/100{
  background-color: rgb(203 213 225 / 1);
}

.bg-slate-300\/20{
  background-color: rgb(203 213 225 / 0.2);
}

.bg-slate-300\/25{
  background-color: rgb(203 213 225 / 0.25);
}

.bg-slate-300\/30{
  background-color: rgb(203 213 225 / 0.3);
}

.bg-slate-300\/40{
  background-color: rgb(203 213 225 / 0.4);
}

.bg-slate-300\/5{
  background-color: rgb(203 213 225 / 0.05);
}

.bg-slate-300\/50{
  background-color: rgb(203 213 225 / 0.5);
}

.bg-slate-300\/60{
  background-color: rgb(203 213 225 / 0.6);
}

.bg-slate-300\/70{
  background-color: rgb(203 213 225 / 0.7);
}

.bg-slate-300\/75{
  background-color: rgb(203 213 225 / 0.75);
}

.bg-slate-300\/80{
  background-color: rgb(203 213 225 / 0.8);
}

.bg-slate-300\/90{
  background-color: rgb(203 213 225 / 0.9);
}

.bg-slate-300\/95{
  background-color: rgb(203 213 225 / 0.95);
}

.bg-slate-400{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.bg-slate-400\/0{
  background-color: rgb(148 163 184 / 0);
}

.bg-slate-400\/10{
  background-color: rgb(148 163 184 / 0.1);
}

.bg-slate-400\/100{
  background-color: rgb(148 163 184 / 1);
}

.bg-slate-400\/20{
  background-color: rgb(148 163 184 / 0.2);
}

.bg-slate-400\/25{
  background-color: rgb(148 163 184 / 0.25);
}

.bg-slate-400\/30{
  background-color: rgb(148 163 184 / 0.3);
}

.bg-slate-400\/40{
  background-color: rgb(148 163 184 / 0.4);
}

.bg-slate-400\/5{
  background-color: rgb(148 163 184 / 0.05);
}

.bg-slate-400\/50{
  background-color: rgb(148 163 184 / 0.5);
}

.bg-slate-400\/60{
  background-color: rgb(148 163 184 / 0.6);
}

.bg-slate-400\/70{
  background-color: rgb(148 163 184 / 0.7);
}

.bg-slate-400\/75{
  background-color: rgb(148 163 184 / 0.75);
}

.bg-slate-400\/80{
  background-color: rgb(148 163 184 / 0.8);
}

.bg-slate-400\/90{
  background-color: rgb(148 163 184 / 0.9);
}

.bg-slate-400\/95{
  background-color: rgb(148 163 184 / 0.95);
}

.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-slate-50\/0{
  background-color: rgb(248 250 252 / 0);
}

.bg-slate-50\/10{
  background-color: rgb(248 250 252 / 0.1);
}

.bg-slate-50\/100{
  background-color: rgb(248 250 252 / 1);
}

.bg-slate-50\/20{
  background-color: rgb(248 250 252 / 0.2);
}

.bg-slate-50\/25{
  background-color: rgb(248 250 252 / 0.25);
}

.bg-slate-50\/30{
  background-color: rgb(248 250 252 / 0.3);
}

.bg-slate-50\/40{
  background-color: rgb(248 250 252 / 0.4);
}

.bg-slate-50\/5{
  background-color: rgb(248 250 252 / 0.05);
}

.bg-slate-50\/50{
  background-color: rgb(248 250 252 / 0.5);
}

.bg-slate-50\/60{
  background-color: rgb(248 250 252 / 0.6);
}

.bg-slate-50\/70{
  background-color: rgb(248 250 252 / 0.7);
}

.bg-slate-50\/75{
  background-color: rgb(248 250 252 / 0.75);
}

.bg-slate-50\/80{
  background-color: rgb(248 250 252 / 0.8);
}

.bg-slate-50\/90{
  background-color: rgb(248 250 252 / 0.9);
}

.bg-slate-50\/95{
  background-color: rgb(248 250 252 / 0.95);
}

.bg-slate-500{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.bg-slate-500\/0{
  background-color: rgb(100 116 139 / 0);
}

.bg-slate-500\/10{
  background-color: rgb(100 116 139 / 0.1);
}

.bg-slate-500\/100{
  background-color: rgb(100 116 139 / 1);
}

.bg-slate-500\/20{
  background-color: rgb(100 116 139 / 0.2);
}

.bg-slate-500\/25{
  background-color: rgb(100 116 139 / 0.25);
}

.bg-slate-500\/30{
  background-color: rgb(100 116 139 / 0.3);
}

.bg-slate-500\/40{
  background-color: rgb(100 116 139 / 0.4);
}

.bg-slate-500\/5{
  background-color: rgb(100 116 139 / 0.05);
}

.bg-slate-500\/50{
  background-color: rgb(100 116 139 / 0.5);
}

.bg-slate-500\/60{
  background-color: rgb(100 116 139 / 0.6);
}

.bg-slate-500\/70{
  background-color: rgb(100 116 139 / 0.7);
}

.bg-slate-500\/75{
  background-color: rgb(100 116 139 / 0.75);
}

.bg-slate-500\/80{
  background-color: rgb(100 116 139 / 0.8);
}

.bg-slate-500\/90{
  background-color: rgb(100 116 139 / 0.9);
}

.bg-slate-500\/95{
  background-color: rgb(100 116 139 / 0.95);
}

.bg-slate-600{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.bg-slate-600\/0{
  background-color: rgb(71 85 105 / 0);
}

.bg-slate-600\/10{
  background-color: rgb(71 85 105 / 0.1);
}

.bg-slate-600\/100{
  background-color: rgb(71 85 105 / 1);
}

.bg-slate-600\/20{
  background-color: rgb(71 85 105 / 0.2);
}

.bg-slate-600\/25{
  background-color: rgb(71 85 105 / 0.25);
}

.bg-slate-600\/30{
  background-color: rgb(71 85 105 / 0.3);
}

.bg-slate-600\/40{
  background-color: rgb(71 85 105 / 0.4);
}

.bg-slate-600\/5{
  background-color: rgb(71 85 105 / 0.05);
}

.bg-slate-600\/50{
  background-color: rgb(71 85 105 / 0.5);
}

.bg-slate-600\/60{
  background-color: rgb(71 85 105 / 0.6);
}

.bg-slate-600\/70{
  background-color: rgb(71 85 105 / 0.7);
}

.bg-slate-600\/75{
  background-color: rgb(71 85 105 / 0.75);
}

.bg-slate-600\/80{
  background-color: rgb(71 85 105 / 0.8);
}

.bg-slate-600\/90{
  background-color: rgb(71 85 105 / 0.9);
}

.bg-slate-600\/95{
  background-color: rgb(71 85 105 / 0.95);
}

.bg-slate-700{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.bg-slate-700\/0{
  background-color: rgb(51 65 85 / 0);
}

.bg-slate-700\/10{
  background-color: rgb(51 65 85 / 0.1);
}

.bg-slate-700\/100{
  background-color: rgb(51 65 85 / 1);
}

.bg-slate-700\/20{
  background-color: rgb(51 65 85 / 0.2);
}

.bg-slate-700\/25{
  background-color: rgb(51 65 85 / 0.25);
}

.bg-slate-700\/30{
  background-color: rgb(51 65 85 / 0.3);
}

.bg-slate-700\/40{
  background-color: rgb(51 65 85 / 0.4);
}

.bg-slate-700\/5{
  background-color: rgb(51 65 85 / 0.05);
}

.bg-slate-700\/50{
  background-color: rgb(51 65 85 / 0.5);
}

.bg-slate-700\/60{
  background-color: rgb(51 65 85 / 0.6);
}

.bg-slate-700\/70{
  background-color: rgb(51 65 85 / 0.7);
}

.bg-slate-700\/75{
  background-color: rgb(51 65 85 / 0.75);
}

.bg-slate-700\/80{
  background-color: rgb(51 65 85 / 0.8);
}

.bg-slate-700\/90{
  background-color: rgb(51 65 85 / 0.9);
}

.bg-slate-700\/95{
  background-color: rgb(51 65 85 / 0.95);
}

.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.bg-slate-900\/0{
  background-color: rgb(15 23 42 / 0);
}

.bg-slate-900\/10{
  background-color: rgb(15 23 42 / 0.1);
}

.bg-slate-900\/100{
  background-color: rgb(15 23 42 / 1);
}

.bg-slate-900\/20{
  background-color: rgb(15 23 42 / 0.2);
}

.bg-slate-900\/25{
  background-color: rgb(15 23 42 / 0.25);
}

.bg-slate-900\/30{
  background-color: rgb(15 23 42 / 0.3);
}

.bg-slate-900\/40{
  background-color: rgb(15 23 42 / 0.4);
}

.bg-slate-900\/5{
  background-color: rgb(15 23 42 / 0.05);
}

.bg-slate-900\/50{
  background-color: rgb(15 23 42 / 0.5);
}

.bg-slate-900\/60{
  background-color: rgb(15 23 42 / 0.6);
}

.bg-slate-900\/70{
  background-color: rgb(15 23 42 / 0.7);
}

.bg-slate-900\/75{
  background-color: rgb(15 23 42 / 0.75);
}

.bg-slate-900\/80{
  background-color: rgb(15 23 42 / 0.8);
}

.bg-slate-900\/90{
  background-color: rgb(15 23 42 / 0.9);
}

.bg-slate-900\/95{
  background-color: rgb(15 23 42 / 0.95);
}

.bg-slate-950{
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}

.bg-slate-950\/0{
  background-color: rgb(2 6 23 / 0);
}

.bg-slate-950\/10{
  background-color: rgb(2 6 23 / 0.1);
}

.bg-slate-950\/100{
  background-color: rgb(2 6 23 / 1);
}

.bg-slate-950\/20{
  background-color: rgb(2 6 23 / 0.2);
}

.bg-slate-950\/25{
  background-color: rgb(2 6 23 / 0.25);
}

.bg-slate-950\/30{
  background-color: rgb(2 6 23 / 0.3);
}

.bg-slate-950\/40{
  background-color: rgb(2 6 23 / 0.4);
}

.bg-slate-950\/5{
  background-color: rgb(2 6 23 / 0.05);
}

.bg-slate-950\/50{
  background-color: rgb(2 6 23 / 0.5);
}

.bg-slate-950\/60{
  background-color: rgb(2 6 23 / 0.6);
}

.bg-slate-950\/70{
  background-color: rgb(2 6 23 / 0.7);
}

.bg-slate-950\/75{
  background-color: rgb(2 6 23 / 0.75);
}

.bg-slate-950\/80{
  background-color: rgb(2 6 23 / 0.8);
}

.bg-slate-950\/90{
  background-color: rgb(2 6 23 / 0.9);
}

.bg-slate-950\/95{
  background-color: rgb(2 6 23 / 0.95);
}

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

.bg-stone-100\/0{
  background-color: rgb(245 245 244 / 0);
}

.bg-stone-100\/10{
  background-color: rgb(245 245 244 / 0.1);
}

.bg-stone-100\/100{
  background-color: rgb(245 245 244 / 1);
}

.bg-stone-100\/20{
  background-color: rgb(245 245 244 / 0.2);
}

.bg-stone-100\/25{
  background-color: rgb(245 245 244 / 0.25);
}

.bg-stone-100\/30{
  background-color: rgb(245 245 244 / 0.3);
}

.bg-stone-100\/40{
  background-color: rgb(245 245 244 / 0.4);
}

.bg-stone-100\/5{
  background-color: rgb(245 245 244 / 0.05);
}

.bg-stone-100\/50{
  background-color: rgb(245 245 244 / 0.5);
}

.bg-stone-100\/60{
  background-color: rgb(245 245 244 / 0.6);
}

.bg-stone-100\/70{
  background-color: rgb(245 245 244 / 0.7);
}

.bg-stone-100\/75{
  background-color: rgb(245 245 244 / 0.75);
}

.bg-stone-100\/80{
  background-color: rgb(245 245 244 / 0.8);
}

.bg-stone-100\/90{
  background-color: rgb(245 245 244 / 0.9);
}

.bg-stone-100\/95{
  background-color: rgb(245 245 244 / 0.95);
}

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

.bg-stone-200\/0{
  background-color: rgb(231 229 228 / 0);
}

.bg-stone-200\/10{
  background-color: rgb(231 229 228 / 0.1);
}

.bg-stone-200\/100{
  background-color: rgb(231 229 228 / 1);
}

.bg-stone-200\/20{
  background-color: rgb(231 229 228 / 0.2);
}

.bg-stone-200\/25{
  background-color: rgb(231 229 228 / 0.25);
}

.bg-stone-200\/30{
  background-color: rgb(231 229 228 / 0.3);
}

.bg-stone-200\/40{
  background-color: rgb(231 229 228 / 0.4);
}

.bg-stone-200\/5{
  background-color: rgb(231 229 228 / 0.05);
}

.bg-stone-200\/50{
  background-color: rgb(231 229 228 / 0.5);
}

.bg-stone-200\/60{
  background-color: rgb(231 229 228 / 0.6);
}

.bg-stone-200\/70{
  background-color: rgb(231 229 228 / 0.7);
}

.bg-stone-200\/75{
  background-color: rgb(231 229 228 / 0.75);
}

.bg-stone-200\/80{
  background-color: rgb(231 229 228 / 0.8);
}

.bg-stone-200\/90{
  background-color: rgb(231 229 228 / 0.9);
}

.bg-stone-200\/95{
  background-color: rgb(231 229 228 / 0.95);
}

.bg-stone-300{
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}

.bg-stone-300\/0{
  background-color: rgb(214 211 209 / 0);
}

.bg-stone-300\/10{
  background-color: rgb(214 211 209 / 0.1);
}

.bg-stone-300\/100{
  background-color: rgb(214 211 209 / 1);
}

.bg-stone-300\/20{
  background-color: rgb(214 211 209 / 0.2);
}

.bg-stone-300\/25{
  background-color: rgb(214 211 209 / 0.25);
}

.bg-stone-300\/30{
  background-color: rgb(214 211 209 / 0.3);
}

.bg-stone-300\/40{
  background-color: rgb(214 211 209 / 0.4);
}

.bg-stone-300\/5{
  background-color: rgb(214 211 209 / 0.05);
}

.bg-stone-300\/50{
  background-color: rgb(214 211 209 / 0.5);
}

.bg-stone-300\/60{
  background-color: rgb(214 211 209 / 0.6);
}

.bg-stone-300\/70{
  background-color: rgb(214 211 209 / 0.7);
}

.bg-stone-300\/75{
  background-color: rgb(214 211 209 / 0.75);
}

.bg-stone-300\/80{
  background-color: rgb(214 211 209 / 0.8);
}

.bg-stone-300\/90{
  background-color: rgb(214 211 209 / 0.9);
}

.bg-stone-300\/95{
  background-color: rgb(214 211 209 / 0.95);
}

.bg-stone-400{
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}

.bg-stone-400\/0{
  background-color: rgb(168 162 158 / 0);
}

.bg-stone-400\/10{
  background-color: rgb(168 162 158 / 0.1);
}

.bg-stone-400\/100{
  background-color: rgb(168 162 158 / 1);
}

.bg-stone-400\/20{
  background-color: rgb(168 162 158 / 0.2);
}

.bg-stone-400\/25{
  background-color: rgb(168 162 158 / 0.25);
}

.bg-stone-400\/30{
  background-color: rgb(168 162 158 / 0.3);
}

.bg-stone-400\/40{
  background-color: rgb(168 162 158 / 0.4);
}

.bg-stone-400\/5{
  background-color: rgb(168 162 158 / 0.05);
}

.bg-stone-400\/50{
  background-color: rgb(168 162 158 / 0.5);
}

.bg-stone-400\/60{
  background-color: rgb(168 162 158 / 0.6);
}

.bg-stone-400\/70{
  background-color: rgb(168 162 158 / 0.7);
}

.bg-stone-400\/75{
  background-color: rgb(168 162 158 / 0.75);
}

.bg-stone-400\/80{
  background-color: rgb(168 162 158 / 0.8);
}

.bg-stone-400\/90{
  background-color: rgb(168 162 158 / 0.9);
}

.bg-stone-400\/95{
  background-color: rgb(168 162 158 / 0.95);
}

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

.bg-stone-50\/0{
  background-color: rgb(250 250 249 / 0);
}

.bg-stone-50\/10{
  background-color: rgb(250 250 249 / 0.1);
}

.bg-stone-50\/100{
  background-color: rgb(250 250 249 / 1);
}

.bg-stone-50\/20{
  background-color: rgb(250 250 249 / 0.2);
}

.bg-stone-50\/25{
  background-color: rgb(250 250 249 / 0.25);
}

.bg-stone-50\/30{
  background-color: rgb(250 250 249 / 0.3);
}

.bg-stone-50\/40{
  background-color: rgb(250 250 249 / 0.4);
}

.bg-stone-50\/5{
  background-color: rgb(250 250 249 / 0.05);
}

.bg-stone-50\/50{
  background-color: rgb(250 250 249 / 0.5);
}

.bg-stone-50\/60{
  background-color: rgb(250 250 249 / 0.6);
}

.bg-stone-50\/70{
  background-color: rgb(250 250 249 / 0.7);
}

.bg-stone-50\/75{
  background-color: rgb(250 250 249 / 0.75);
}

.bg-stone-50\/80{
  background-color: rgb(250 250 249 / 0.8);
}

.bg-stone-50\/90{
  background-color: rgb(250 250 249 / 0.9);
}

.bg-stone-50\/95{
  background-color: rgb(250 250 249 / 0.95);
}

.bg-stone-500{
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}

.bg-stone-500\/0{
  background-color: rgb(120 113 108 / 0);
}

.bg-stone-500\/10{
  background-color: rgb(120 113 108 / 0.1);
}

.bg-stone-500\/100{
  background-color: rgb(120 113 108 / 1);
}

.bg-stone-500\/20{
  background-color: rgb(120 113 108 / 0.2);
}

.bg-stone-500\/25{
  background-color: rgb(120 113 108 / 0.25);
}

.bg-stone-500\/30{
  background-color: rgb(120 113 108 / 0.3);
}

.bg-stone-500\/40{
  background-color: rgb(120 113 108 / 0.4);
}

.bg-stone-500\/5{
  background-color: rgb(120 113 108 / 0.05);
}

.bg-stone-500\/50{
  background-color: rgb(120 113 108 / 0.5);
}

.bg-stone-500\/60{
  background-color: rgb(120 113 108 / 0.6);
}

.bg-stone-500\/70{
  background-color: rgb(120 113 108 / 0.7);
}

.bg-stone-500\/75{
  background-color: rgb(120 113 108 / 0.75);
}

.bg-stone-500\/80{
  background-color: rgb(120 113 108 / 0.8);
}

.bg-stone-500\/90{
  background-color: rgb(120 113 108 / 0.9);
}

.bg-stone-500\/95{
  background-color: rgb(120 113 108 / 0.95);
}

.bg-stone-600{
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}

.bg-stone-600\/0{
  background-color: rgb(87 83 78 / 0);
}

.bg-stone-600\/10{
  background-color: rgb(87 83 78 / 0.1);
}

.bg-stone-600\/100{
  background-color: rgb(87 83 78 / 1);
}

.bg-stone-600\/20{
  background-color: rgb(87 83 78 / 0.2);
}

.bg-stone-600\/25{
  background-color: rgb(87 83 78 / 0.25);
}

.bg-stone-600\/30{
  background-color: rgb(87 83 78 / 0.3);
}

.bg-stone-600\/40{
  background-color: rgb(87 83 78 / 0.4);
}

.bg-stone-600\/5{
  background-color: rgb(87 83 78 / 0.05);
}

.bg-stone-600\/50{
  background-color: rgb(87 83 78 / 0.5);
}

.bg-stone-600\/60{
  background-color: rgb(87 83 78 / 0.6);
}

.bg-stone-600\/70{
  background-color: rgb(87 83 78 / 0.7);
}

.bg-stone-600\/75{
  background-color: rgb(87 83 78 / 0.75);
}

.bg-stone-600\/80{
  background-color: rgb(87 83 78 / 0.8);
}

.bg-stone-600\/90{
  background-color: rgb(87 83 78 / 0.9);
}

.bg-stone-600\/95{
  background-color: rgb(87 83 78 / 0.95);
}

.bg-stone-700{
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}

.bg-stone-700\/0{
  background-color: rgb(68 64 60 / 0);
}

.bg-stone-700\/10{
  background-color: rgb(68 64 60 / 0.1);
}

.bg-stone-700\/100{
  background-color: rgb(68 64 60 / 1);
}

.bg-stone-700\/20{
  background-color: rgb(68 64 60 / 0.2);
}

.bg-stone-700\/25{
  background-color: rgb(68 64 60 / 0.25);
}

.bg-stone-700\/30{
  background-color: rgb(68 64 60 / 0.3);
}

.bg-stone-700\/40{
  background-color: rgb(68 64 60 / 0.4);
}

.bg-stone-700\/5{
  background-color: rgb(68 64 60 / 0.05);
}

.bg-stone-700\/50{
  background-color: rgb(68 64 60 / 0.5);
}

.bg-stone-700\/60{
  background-color: rgb(68 64 60 / 0.6);
}

.bg-stone-700\/70{
  background-color: rgb(68 64 60 / 0.7);
}

.bg-stone-700\/75{
  background-color: rgb(68 64 60 / 0.75);
}

.bg-stone-700\/80{
  background-color: rgb(68 64 60 / 0.8);
}

.bg-stone-700\/90{
  background-color: rgb(68 64 60 / 0.9);
}

.bg-stone-700\/95{
  background-color: rgb(68 64 60 / 0.95);
}

.bg-stone-800{
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}

.bg-stone-800\/0{
  background-color: rgb(41 37 36 / 0);
}

.bg-stone-800\/10{
  background-color: rgb(41 37 36 / 0.1);
}

.bg-stone-800\/100{
  background-color: rgb(41 37 36 / 1);
}

.bg-stone-800\/20{
  background-color: rgb(41 37 36 / 0.2);
}

.bg-stone-800\/25{
  background-color: rgb(41 37 36 / 0.25);
}

.bg-stone-800\/30{
  background-color: rgb(41 37 36 / 0.3);
}

.bg-stone-800\/40{
  background-color: rgb(41 37 36 / 0.4);
}

.bg-stone-800\/5{
  background-color: rgb(41 37 36 / 0.05);
}

.bg-stone-800\/50{
  background-color: rgb(41 37 36 / 0.5);
}

.bg-stone-800\/60{
  background-color: rgb(41 37 36 / 0.6);
}

.bg-stone-800\/70{
  background-color: rgb(41 37 36 / 0.7);
}

.bg-stone-800\/75{
  background-color: rgb(41 37 36 / 0.75);
}

.bg-stone-800\/80{
  background-color: rgb(41 37 36 / 0.8);
}

.bg-stone-800\/90{
  background-color: rgb(41 37 36 / 0.9);
}

.bg-stone-800\/95{
  background-color: rgb(41 37 36 / 0.95);
}

.bg-stone-900{
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}

.bg-stone-900\/0{
  background-color: rgb(28 25 23 / 0);
}

.bg-stone-900\/10{
  background-color: rgb(28 25 23 / 0.1);
}

.bg-stone-900\/100{
  background-color: rgb(28 25 23 / 1);
}

.bg-stone-900\/20{
  background-color: rgb(28 25 23 / 0.2);
}

.bg-stone-900\/25{
  background-color: rgb(28 25 23 / 0.25);
}

.bg-stone-900\/30{
  background-color: rgb(28 25 23 / 0.3);
}

.bg-stone-900\/40{
  background-color: rgb(28 25 23 / 0.4);
}

.bg-stone-900\/5{
  background-color: rgb(28 25 23 / 0.05);
}

.bg-stone-900\/50{
  background-color: rgb(28 25 23 / 0.5);
}

.bg-stone-900\/60{
  background-color: rgb(28 25 23 / 0.6);
}

.bg-stone-900\/70{
  background-color: rgb(28 25 23 / 0.7);
}

.bg-stone-900\/75{
  background-color: rgb(28 25 23 / 0.75);
}

.bg-stone-900\/80{
  background-color: rgb(28 25 23 / 0.8);
}

.bg-stone-900\/90{
  background-color: rgb(28 25 23 / 0.9);
}

.bg-stone-900\/95{
  background-color: rgb(28 25 23 / 0.95);
}

.bg-stone-950{
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}

.bg-stone-950\/0{
  background-color: rgb(12 10 9 / 0);
}

.bg-stone-950\/10{
  background-color: rgb(12 10 9 / 0.1);
}

.bg-stone-950\/100{
  background-color: rgb(12 10 9 / 1);
}

.bg-stone-950\/20{
  background-color: rgb(12 10 9 / 0.2);
}

.bg-stone-950\/25{
  background-color: rgb(12 10 9 / 0.25);
}

.bg-stone-950\/30{
  background-color: rgb(12 10 9 / 0.3);
}

.bg-stone-950\/40{
  background-color: rgb(12 10 9 / 0.4);
}

.bg-stone-950\/5{
  background-color: rgb(12 10 9 / 0.05);
}

.bg-stone-950\/50{
  background-color: rgb(12 10 9 / 0.5);
}

.bg-stone-950\/60{
  background-color: rgb(12 10 9 / 0.6);
}

.bg-stone-950\/70{
  background-color: rgb(12 10 9 / 0.7);
}

.bg-stone-950\/75{
  background-color: rgb(12 10 9 / 0.75);
}

.bg-stone-950\/80{
  background-color: rgb(12 10 9 / 0.8);
}

.bg-stone-950\/90{
  background-color: rgb(12 10 9 / 0.9);
}

.bg-stone-950\/95{
  background-color: rgb(12 10 9 / 0.95);
}

.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}

.bg-teal-100\/0{
  background-color: rgb(204 251 241 / 0);
}

.bg-teal-100\/10{
  background-color: rgb(204 251 241 / 0.1);
}

.bg-teal-100\/100{
  background-color: rgb(204 251 241 / 1);
}

.bg-teal-100\/20{
  background-color: rgb(204 251 241 / 0.2);
}

.bg-teal-100\/25{
  background-color: rgb(204 251 241 / 0.25);
}

.bg-teal-100\/30{
  background-color: rgb(204 251 241 / 0.3);
}

.bg-teal-100\/40{
  background-color: rgb(204 251 241 / 0.4);
}

.bg-teal-100\/5{
  background-color: rgb(204 251 241 / 0.05);
}

.bg-teal-100\/50{
  background-color: rgb(204 251 241 / 0.5);
}

.bg-teal-100\/60{
  background-color: rgb(204 251 241 / 0.6);
}

.bg-teal-100\/70{
  background-color: rgb(204 251 241 / 0.7);
}

.bg-teal-100\/75{
  background-color: rgb(204 251 241 / 0.75);
}

.bg-teal-100\/80{
  background-color: rgb(204 251 241 / 0.8);
}

.bg-teal-100\/90{
  background-color: rgb(204 251 241 / 0.9);
}

.bg-teal-100\/95{
  background-color: rgb(204 251 241 / 0.95);
}

.bg-teal-200{
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}

.bg-teal-200\/0{
  background-color: rgb(153 246 228 / 0);
}

.bg-teal-200\/10{
  background-color: rgb(153 246 228 / 0.1);
}

.bg-teal-200\/100{
  background-color: rgb(153 246 228 / 1);
}

.bg-teal-200\/20{
  background-color: rgb(153 246 228 / 0.2);
}

.bg-teal-200\/25{
  background-color: rgb(153 246 228 / 0.25);
}

.bg-teal-200\/30{
  background-color: rgb(153 246 228 / 0.3);
}

.bg-teal-200\/40{
  background-color: rgb(153 246 228 / 0.4);
}

.bg-teal-200\/5{
  background-color: rgb(153 246 228 / 0.05);
}

.bg-teal-200\/50{
  background-color: rgb(153 246 228 / 0.5);
}

.bg-teal-200\/60{
  background-color: rgb(153 246 228 / 0.6);
}

.bg-teal-200\/70{
  background-color: rgb(153 246 228 / 0.7);
}

.bg-teal-200\/75{
  background-color: rgb(153 246 228 / 0.75);
}

.bg-teal-200\/80{
  background-color: rgb(153 246 228 / 0.8);
}

.bg-teal-200\/90{
  background-color: rgb(153 246 228 / 0.9);
}

.bg-teal-200\/95{
  background-color: rgb(153 246 228 / 0.95);
}

.bg-teal-300{
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}

.bg-teal-300\/0{
  background-color: rgb(94 234 212 / 0);
}

.bg-teal-300\/10{
  background-color: rgb(94 234 212 / 0.1);
}

.bg-teal-300\/100{
  background-color: rgb(94 234 212 / 1);
}

.bg-teal-300\/20{
  background-color: rgb(94 234 212 / 0.2);
}

.bg-teal-300\/25{
  background-color: rgb(94 234 212 / 0.25);
}

.bg-teal-300\/30{
  background-color: rgb(94 234 212 / 0.3);
}

.bg-teal-300\/40{
  background-color: rgb(94 234 212 / 0.4);
}

.bg-teal-300\/5{
  background-color: rgb(94 234 212 / 0.05);
}

.bg-teal-300\/50{
  background-color: rgb(94 234 212 / 0.5);
}

.bg-teal-300\/60{
  background-color: rgb(94 234 212 / 0.6);
}

.bg-teal-300\/70{
  background-color: rgb(94 234 212 / 0.7);
}

.bg-teal-300\/75{
  background-color: rgb(94 234 212 / 0.75);
}

.bg-teal-300\/80{
  background-color: rgb(94 234 212 / 0.8);
}

.bg-teal-300\/90{
  background-color: rgb(94 234 212 / 0.9);
}

.bg-teal-300\/95{
  background-color: rgb(94 234 212 / 0.95);
}

.bg-teal-400{
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}

.bg-teal-400\/0{
  background-color: rgb(45 212 191 / 0);
}

.bg-teal-400\/10{
  background-color: rgb(45 212 191 / 0.1);
}

.bg-teal-400\/100{
  background-color: rgb(45 212 191 / 1);
}

.bg-teal-400\/20{
  background-color: rgb(45 212 191 / 0.2);
}

.bg-teal-400\/25{
  background-color: rgb(45 212 191 / 0.25);
}

.bg-teal-400\/30{
  background-color: rgb(45 212 191 / 0.3);
}

.bg-teal-400\/40{
  background-color: rgb(45 212 191 / 0.4);
}

.bg-teal-400\/5{
  background-color: rgb(45 212 191 / 0.05);
}

.bg-teal-400\/50{
  background-color: rgb(45 212 191 / 0.5);
}

.bg-teal-400\/60{
  background-color: rgb(45 212 191 / 0.6);
}

.bg-teal-400\/70{
  background-color: rgb(45 212 191 / 0.7);
}

.bg-teal-400\/75{
  background-color: rgb(45 212 191 / 0.75);
}

.bg-teal-400\/80{
  background-color: rgb(45 212 191 / 0.8);
}

.bg-teal-400\/90{
  background-color: rgb(45 212 191 / 0.9);
}

.bg-teal-400\/95{
  background-color: rgb(45 212 191 / 0.95);
}

.bg-teal-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}

.bg-teal-50\/0{
  background-color: rgb(240 253 250 / 0);
}

.bg-teal-50\/10{
  background-color: rgb(240 253 250 / 0.1);
}

.bg-teal-50\/100{
  background-color: rgb(240 253 250 / 1);
}

.bg-teal-50\/20{
  background-color: rgb(240 253 250 / 0.2);
}

.bg-teal-50\/25{
  background-color: rgb(240 253 250 / 0.25);
}

.bg-teal-50\/30{
  background-color: rgb(240 253 250 / 0.3);
}

.bg-teal-50\/40{
  background-color: rgb(240 253 250 / 0.4);
}

.bg-teal-50\/5{
  background-color: rgb(240 253 250 / 0.05);
}

.bg-teal-50\/50{
  background-color: rgb(240 253 250 / 0.5);
}

.bg-teal-50\/60{
  background-color: rgb(240 253 250 / 0.6);
}

.bg-teal-50\/70{
  background-color: rgb(240 253 250 / 0.7);
}

.bg-teal-50\/75{
  background-color: rgb(240 253 250 / 0.75);
}

.bg-teal-50\/80{
  background-color: rgb(240 253 250 / 0.8);
}

.bg-teal-50\/90{
  background-color: rgb(240 253 250 / 0.9);
}

.bg-teal-50\/95{
  background-color: rgb(240 253 250 / 0.95);
}

.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}

.bg-teal-500\/0{
  background-color: rgb(20 184 166 / 0);
}

.bg-teal-500\/10{
  background-color: rgb(20 184 166 / 0.1);
}

.bg-teal-500\/100{
  background-color: rgb(20 184 166 / 1);
}

.bg-teal-500\/20{
  background-color: rgb(20 184 166 / 0.2);
}

.bg-teal-500\/25{
  background-color: rgb(20 184 166 / 0.25);
}

.bg-teal-500\/30{
  background-color: rgb(20 184 166 / 0.3);
}

.bg-teal-500\/40{
  background-color: rgb(20 184 166 / 0.4);
}

.bg-teal-500\/5{
  background-color: rgb(20 184 166 / 0.05);
}

.bg-teal-500\/50{
  background-color: rgb(20 184 166 / 0.5);
}

.bg-teal-500\/60{
  background-color: rgb(20 184 166 / 0.6);
}

.bg-teal-500\/70{
  background-color: rgb(20 184 166 / 0.7);
}

.bg-teal-500\/75{
  background-color: rgb(20 184 166 / 0.75);
}

.bg-teal-500\/80{
  background-color: rgb(20 184 166 / 0.8);
}

.bg-teal-500\/90{
  background-color: rgb(20 184 166 / 0.9);
}

.bg-teal-500\/95{
  background-color: rgb(20 184 166 / 0.95);
}

.bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}

.bg-teal-600\/0{
  background-color: rgb(13 148 136 / 0);
}

.bg-teal-600\/10{
  background-color: rgb(13 148 136 / 0.1);
}

.bg-teal-600\/100{
  background-color: rgb(13 148 136 / 1);
}

.bg-teal-600\/20{
  background-color: rgb(13 148 136 / 0.2);
}

.bg-teal-600\/25{
  background-color: rgb(13 148 136 / 0.25);
}

.bg-teal-600\/30{
  background-color: rgb(13 148 136 / 0.3);
}

.bg-teal-600\/40{
  background-color: rgb(13 148 136 / 0.4);
}

.bg-teal-600\/5{
  background-color: rgb(13 148 136 / 0.05);
}

.bg-teal-600\/50{
  background-color: rgb(13 148 136 / 0.5);
}

.bg-teal-600\/60{
  background-color: rgb(13 148 136 / 0.6);
}

.bg-teal-600\/70{
  background-color: rgb(13 148 136 / 0.7);
}

.bg-teal-600\/75{
  background-color: rgb(13 148 136 / 0.75);
}

.bg-teal-600\/80{
  background-color: rgb(13 148 136 / 0.8);
}

.bg-teal-600\/90{
  background-color: rgb(13 148 136 / 0.9);
}

.bg-teal-600\/95{
  background-color: rgb(13 148 136 / 0.95);
}

.bg-teal-700{
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}

.bg-teal-700\/0{
  background-color: rgb(15 118 110 / 0);
}

.bg-teal-700\/10{
  background-color: rgb(15 118 110 / 0.1);
}

.bg-teal-700\/100{
  background-color: rgb(15 118 110 / 1);
}

.bg-teal-700\/20{
  background-color: rgb(15 118 110 / 0.2);
}

.bg-teal-700\/25{
  background-color: rgb(15 118 110 / 0.25);
}

.bg-teal-700\/30{
  background-color: rgb(15 118 110 / 0.3);
}

.bg-teal-700\/40{
  background-color: rgb(15 118 110 / 0.4);
}

.bg-teal-700\/5{
  background-color: rgb(15 118 110 / 0.05);
}

.bg-teal-700\/50{
  background-color: rgb(15 118 110 / 0.5);
}

.bg-teal-700\/60{
  background-color: rgb(15 118 110 / 0.6);
}

.bg-teal-700\/70{
  background-color: rgb(15 118 110 / 0.7);
}

.bg-teal-700\/75{
  background-color: rgb(15 118 110 / 0.75);
}

.bg-teal-700\/80{
  background-color: rgb(15 118 110 / 0.8);
}

.bg-teal-700\/90{
  background-color: rgb(15 118 110 / 0.9);
}

.bg-teal-700\/95{
  background-color: rgb(15 118 110 / 0.95);
}

.bg-teal-800{
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}

.bg-teal-800\/0{
  background-color: rgb(17 94 89 / 0);
}

.bg-teal-800\/10{
  background-color: rgb(17 94 89 / 0.1);
}

.bg-teal-800\/100{
  background-color: rgb(17 94 89 / 1);
}

.bg-teal-800\/20{
  background-color: rgb(17 94 89 / 0.2);
}

.bg-teal-800\/25{
  background-color: rgb(17 94 89 / 0.25);
}

.bg-teal-800\/30{
  background-color: rgb(17 94 89 / 0.3);
}

.bg-teal-800\/40{
  background-color: rgb(17 94 89 / 0.4);
}

.bg-teal-800\/5{
  background-color: rgb(17 94 89 / 0.05);
}

.bg-teal-800\/50{
  background-color: rgb(17 94 89 / 0.5);
}

.bg-teal-800\/60{
  background-color: rgb(17 94 89 / 0.6);
}

.bg-teal-800\/70{
  background-color: rgb(17 94 89 / 0.7);
}

.bg-teal-800\/75{
  background-color: rgb(17 94 89 / 0.75);
}

.bg-teal-800\/80{
  background-color: rgb(17 94 89 / 0.8);
}

.bg-teal-800\/90{
  background-color: rgb(17 94 89 / 0.9);
}

.bg-teal-800\/95{
  background-color: rgb(17 94 89 / 0.95);
}

.bg-teal-900{
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}

.bg-teal-900\/0{
  background-color: rgb(19 78 74 / 0);
}

.bg-teal-900\/10{
  background-color: rgb(19 78 74 / 0.1);
}

.bg-teal-900\/100{
  background-color: rgb(19 78 74 / 1);
}

.bg-teal-900\/20{
  background-color: rgb(19 78 74 / 0.2);
}

.bg-teal-900\/25{
  background-color: rgb(19 78 74 / 0.25);
}

.bg-teal-900\/30{
  background-color: rgb(19 78 74 / 0.3);
}

.bg-teal-900\/40{
  background-color: rgb(19 78 74 / 0.4);
}

.bg-teal-900\/5{
  background-color: rgb(19 78 74 / 0.05);
}

.bg-teal-900\/50{
  background-color: rgb(19 78 74 / 0.5);
}

.bg-teal-900\/60{
  background-color: rgb(19 78 74 / 0.6);
}

.bg-teal-900\/70{
  background-color: rgb(19 78 74 / 0.7);
}

.bg-teal-900\/75{
  background-color: rgb(19 78 74 / 0.75);
}

.bg-teal-900\/80{
  background-color: rgb(19 78 74 / 0.8);
}

.bg-teal-900\/90{
  background-color: rgb(19 78 74 / 0.9);
}

.bg-teal-900\/95{
  background-color: rgb(19 78 74 / 0.95);
}

.bg-teal-950{
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}

.bg-teal-950\/0{
  background-color: rgb(4 47 46 / 0);
}

.bg-teal-950\/10{
  background-color: rgb(4 47 46 / 0.1);
}

.bg-teal-950\/100{
  background-color: rgb(4 47 46 / 1);
}

.bg-teal-950\/20{
  background-color: rgb(4 47 46 / 0.2);
}

.bg-teal-950\/25{
  background-color: rgb(4 47 46 / 0.25);
}

.bg-teal-950\/30{
  background-color: rgb(4 47 46 / 0.3);
}

.bg-teal-950\/40{
  background-color: rgb(4 47 46 / 0.4);
}

.bg-teal-950\/5{
  background-color: rgb(4 47 46 / 0.05);
}

.bg-teal-950\/50{
  background-color: rgb(4 47 46 / 0.5);
}

.bg-teal-950\/60{
  background-color: rgb(4 47 46 / 0.6);
}

.bg-teal-950\/70{
  background-color: rgb(4 47 46 / 0.7);
}

.bg-teal-950\/75{
  background-color: rgb(4 47 46 / 0.75);
}

.bg-teal-950\/80{
  background-color: rgb(4 47 46 / 0.8);
}

.bg-teal-950\/90{
  background-color: rgb(4 47 46 / 0.9);
}

.bg-teal-950\/95{
  background-color: rgb(4 47 46 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-violet-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}

.bg-violet-100\/0{
  background-color: rgb(237 233 254 / 0);
}

.bg-violet-100\/10{
  background-color: rgb(237 233 254 / 0.1);
}

.bg-violet-100\/100{
  background-color: rgb(237 233 254 / 1);
}

.bg-violet-100\/20{
  background-color: rgb(237 233 254 / 0.2);
}

.bg-violet-100\/25{
  background-color: rgb(237 233 254 / 0.25);
}

.bg-violet-100\/30{
  background-color: rgb(237 233 254 / 0.3);
}

.bg-violet-100\/40{
  background-color: rgb(237 233 254 / 0.4);
}

.bg-violet-100\/5{
  background-color: rgb(237 233 254 / 0.05);
}

.bg-violet-100\/50{
  background-color: rgb(237 233 254 / 0.5);
}

.bg-violet-100\/60{
  background-color: rgb(237 233 254 / 0.6);
}

.bg-violet-100\/70{
  background-color: rgb(237 233 254 / 0.7);
}

.bg-violet-100\/75{
  background-color: rgb(237 233 254 / 0.75);
}

.bg-violet-100\/80{
  background-color: rgb(237 233 254 / 0.8);
}

.bg-violet-100\/90{
  background-color: rgb(237 233 254 / 0.9);
}

.bg-violet-100\/95{
  background-color: rgb(237 233 254 / 0.95);
}

.bg-violet-200{
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}

.bg-violet-200\/0{
  background-color: rgb(221 214 254 / 0);
}

.bg-violet-200\/10{
  background-color: rgb(221 214 254 / 0.1);
}

.bg-violet-200\/100{
  background-color: rgb(221 214 254 / 1);
}

.bg-violet-200\/20{
  background-color: rgb(221 214 254 / 0.2);
}

.bg-violet-200\/25{
  background-color: rgb(221 214 254 / 0.25);
}

.bg-violet-200\/30{
  background-color: rgb(221 214 254 / 0.3);
}

.bg-violet-200\/40{
  background-color: rgb(221 214 254 / 0.4);
}

.bg-violet-200\/5{
  background-color: rgb(221 214 254 / 0.05);
}

.bg-violet-200\/50{
  background-color: rgb(221 214 254 / 0.5);
}

.bg-violet-200\/60{
  background-color: rgb(221 214 254 / 0.6);
}

.bg-violet-200\/70{
  background-color: rgb(221 214 254 / 0.7);
}

.bg-violet-200\/75{
  background-color: rgb(221 214 254 / 0.75);
}

.bg-violet-200\/80{
  background-color: rgb(221 214 254 / 0.8);
}

.bg-violet-200\/90{
  background-color: rgb(221 214 254 / 0.9);
}

.bg-violet-200\/95{
  background-color: rgb(221 214 254 / 0.95);
}

.bg-violet-300{
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}

.bg-violet-300\/0{
  background-color: rgb(196 181 253 / 0);
}

.bg-violet-300\/10{
  background-color: rgb(196 181 253 / 0.1);
}

.bg-violet-300\/100{
  background-color: rgb(196 181 253 / 1);
}

.bg-violet-300\/20{
  background-color: rgb(196 181 253 / 0.2);
}

.bg-violet-300\/25{
  background-color: rgb(196 181 253 / 0.25);
}

.bg-violet-300\/30{
  background-color: rgb(196 181 253 / 0.3);
}

.bg-violet-300\/40{
  background-color: rgb(196 181 253 / 0.4);
}

.bg-violet-300\/5{
  background-color: rgb(196 181 253 / 0.05);
}

.bg-violet-300\/50{
  background-color: rgb(196 181 253 / 0.5);
}

.bg-violet-300\/60{
  background-color: rgb(196 181 253 / 0.6);
}

.bg-violet-300\/70{
  background-color: rgb(196 181 253 / 0.7);
}

.bg-violet-300\/75{
  background-color: rgb(196 181 253 / 0.75);
}

.bg-violet-300\/80{
  background-color: rgb(196 181 253 / 0.8);
}

.bg-violet-300\/90{
  background-color: rgb(196 181 253 / 0.9);
}

.bg-violet-300\/95{
  background-color: rgb(196 181 253 / 0.95);
}

.bg-violet-400{
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}

.bg-violet-400\/0{
  background-color: rgb(167 139 250 / 0);
}

.bg-violet-400\/10{
  background-color: rgb(167 139 250 / 0.1);
}

.bg-violet-400\/100{
  background-color: rgb(167 139 250 / 1);
}

.bg-violet-400\/20{
  background-color: rgb(167 139 250 / 0.2);
}

.bg-violet-400\/25{
  background-color: rgb(167 139 250 / 0.25);
}

.bg-violet-400\/30{
  background-color: rgb(167 139 250 / 0.3);
}

.bg-violet-400\/40{
  background-color: rgb(167 139 250 / 0.4);
}

.bg-violet-400\/5{
  background-color: rgb(167 139 250 / 0.05);
}

.bg-violet-400\/50{
  background-color: rgb(167 139 250 / 0.5);
}

.bg-violet-400\/60{
  background-color: rgb(167 139 250 / 0.6);
}

.bg-violet-400\/70{
  background-color: rgb(167 139 250 / 0.7);
}

.bg-violet-400\/75{
  background-color: rgb(167 139 250 / 0.75);
}

.bg-violet-400\/80{
  background-color: rgb(167 139 250 / 0.8);
}

.bg-violet-400\/90{
  background-color: rgb(167 139 250 / 0.9);
}

.bg-violet-400\/95{
  background-color: rgb(167 139 250 / 0.95);
}

.bg-violet-50{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}

.bg-violet-50\/0{
  background-color: rgb(245 243 255 / 0);
}

.bg-violet-50\/10{
  background-color: rgb(245 243 255 / 0.1);
}

.bg-violet-50\/100{
  background-color: rgb(245 243 255 / 1);
}

.bg-violet-50\/20{
  background-color: rgb(245 243 255 / 0.2);
}

.bg-violet-50\/25{
  background-color: rgb(245 243 255 / 0.25);
}

.bg-violet-50\/30{
  background-color: rgb(245 243 255 / 0.3);
}

.bg-violet-50\/40{
  background-color: rgb(245 243 255 / 0.4);
}

.bg-violet-50\/5{
  background-color: rgb(245 243 255 / 0.05);
}

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

.bg-violet-50\/60{
  background-color: rgb(245 243 255 / 0.6);
}

.bg-violet-50\/70{
  background-color: rgb(245 243 255 / 0.7);
}

.bg-violet-50\/75{
  background-color: rgb(245 243 255 / 0.75);
}

.bg-violet-50\/80{
  background-color: rgb(245 243 255 / 0.8);
}

.bg-violet-50\/90{
  background-color: rgb(245 243 255 / 0.9);
}

.bg-violet-50\/95{
  background-color: rgb(245 243 255 / 0.95);
}

.bg-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}

.bg-violet-500\/0{
  background-color: rgb(139 92 246 / 0);
}

.bg-violet-500\/10{
  background-color: rgb(139 92 246 / 0.1);
}

.bg-violet-500\/100{
  background-color: rgb(139 92 246 / 1);
}

.bg-violet-500\/20{
  background-color: rgb(139 92 246 / 0.2);
}

.bg-violet-500\/25{
  background-color: rgb(139 92 246 / 0.25);
}

.bg-violet-500\/30{
  background-color: rgb(139 92 246 / 0.3);
}

.bg-violet-500\/40{
  background-color: rgb(139 92 246 / 0.4);
}

.bg-violet-500\/5{
  background-color: rgb(139 92 246 / 0.05);
}

.bg-violet-500\/50{
  background-color: rgb(139 92 246 / 0.5);
}

.bg-violet-500\/60{
  background-color: rgb(139 92 246 / 0.6);
}

.bg-violet-500\/70{
  background-color: rgb(139 92 246 / 0.7);
}

.bg-violet-500\/75{
  background-color: rgb(139 92 246 / 0.75);
}

.bg-violet-500\/80{
  background-color: rgb(139 92 246 / 0.8);
}

.bg-violet-500\/90{
  background-color: rgb(139 92 246 / 0.9);
}

.bg-violet-500\/95{
  background-color: rgb(139 92 246 / 0.95);
}

.bg-violet-600{
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}

.bg-violet-600\/0{
  background-color: rgb(124 58 237 / 0);
}

.bg-violet-600\/10{
  background-color: rgb(124 58 237 / 0.1);
}

.bg-violet-600\/100{
  background-color: rgb(124 58 237 / 1);
}

.bg-violet-600\/20{
  background-color: rgb(124 58 237 / 0.2);
}

.bg-violet-600\/25{
  background-color: rgb(124 58 237 / 0.25);
}

.bg-violet-600\/30{
  background-color: rgb(124 58 237 / 0.3);
}

.bg-violet-600\/40{
  background-color: rgb(124 58 237 / 0.4);
}

.bg-violet-600\/5{
  background-color: rgb(124 58 237 / 0.05);
}

.bg-violet-600\/50{
  background-color: rgb(124 58 237 / 0.5);
}

.bg-violet-600\/60{
  background-color: rgb(124 58 237 / 0.6);
}

.bg-violet-600\/70{
  background-color: rgb(124 58 237 / 0.7);
}

.bg-violet-600\/75{
  background-color: rgb(124 58 237 / 0.75);
}

.bg-violet-600\/80{
  background-color: rgb(124 58 237 / 0.8);
}

.bg-violet-600\/90{
  background-color: rgb(124 58 237 / 0.9);
}

.bg-violet-600\/95{
  background-color: rgb(124 58 237 / 0.95);
}

.bg-violet-700{
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}

.bg-violet-700\/0{
  background-color: rgb(109 40 217 / 0);
}

.bg-violet-700\/10{
  background-color: rgb(109 40 217 / 0.1);
}

.bg-violet-700\/100{
  background-color: rgb(109 40 217 / 1);
}

.bg-violet-700\/20{
  background-color: rgb(109 40 217 / 0.2);
}

.bg-violet-700\/25{
  background-color: rgb(109 40 217 / 0.25);
}

.bg-violet-700\/30{
  background-color: rgb(109 40 217 / 0.3);
}

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

.bg-violet-700\/5{
  background-color: rgb(109 40 217 / 0.05);
}

.bg-violet-700\/50{
  background-color: rgb(109 40 217 / 0.5);
}

.bg-violet-700\/60{
  background-color: rgb(109 40 217 / 0.6);
}

.bg-violet-700\/70{
  background-color: rgb(109 40 217 / 0.7);
}

.bg-violet-700\/75{
  background-color: rgb(109 40 217 / 0.75);
}

.bg-violet-700\/80{
  background-color: rgb(109 40 217 / 0.8);
}

.bg-violet-700\/90{
  background-color: rgb(109 40 217 / 0.9);
}

.bg-violet-700\/95{
  background-color: rgb(109 40 217 / 0.95);
}

.bg-violet-800{
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}

.bg-violet-800\/0{
  background-color: rgb(91 33 182 / 0);
}

.bg-violet-800\/10{
  background-color: rgb(91 33 182 / 0.1);
}

.bg-violet-800\/100{
  background-color: rgb(91 33 182 / 1);
}

.bg-violet-800\/20{
  background-color: rgb(91 33 182 / 0.2);
}

.bg-violet-800\/25{
  background-color: rgb(91 33 182 / 0.25);
}

.bg-violet-800\/30{
  background-color: rgb(91 33 182 / 0.3);
}

.bg-violet-800\/40{
  background-color: rgb(91 33 182 / 0.4);
}

.bg-violet-800\/5{
  background-color: rgb(91 33 182 / 0.05);
}

.bg-violet-800\/50{
  background-color: rgb(91 33 182 / 0.5);
}

.bg-violet-800\/60{
  background-color: rgb(91 33 182 / 0.6);
}

.bg-violet-800\/70{
  background-color: rgb(91 33 182 / 0.7);
}

.bg-violet-800\/75{
  background-color: rgb(91 33 182 / 0.75);
}

.bg-violet-800\/80{
  background-color: rgb(91 33 182 / 0.8);
}

.bg-violet-800\/90{
  background-color: rgb(91 33 182 / 0.9);
}

.bg-violet-800\/95{
  background-color: rgb(91 33 182 / 0.95);
}

.bg-violet-900{
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}

.bg-violet-900\/0{
  background-color: rgb(76 29 149 / 0);
}

.bg-violet-900\/10{
  background-color: rgb(76 29 149 / 0.1);
}

.bg-violet-900\/100{
  background-color: rgb(76 29 149 / 1);
}

.bg-violet-900\/20{
  background-color: rgb(76 29 149 / 0.2);
}

.bg-violet-900\/25{
  background-color: rgb(76 29 149 / 0.25);
}

.bg-violet-900\/30{
  background-color: rgb(76 29 149 / 0.3);
}

.bg-violet-900\/40{
  background-color: rgb(76 29 149 / 0.4);
}

.bg-violet-900\/5{
  background-color: rgb(76 29 149 / 0.05);
}

.bg-violet-900\/50{
  background-color: rgb(76 29 149 / 0.5);
}

.bg-violet-900\/60{
  background-color: rgb(76 29 149 / 0.6);
}

.bg-violet-900\/70{
  background-color: rgb(76 29 149 / 0.7);
}

.bg-violet-900\/75{
  background-color: rgb(76 29 149 / 0.75);
}

.bg-violet-900\/80{
  background-color: rgb(76 29 149 / 0.8);
}

.bg-violet-900\/90{
  background-color: rgb(76 29 149 / 0.9);
}

.bg-violet-900\/95{
  background-color: rgb(76 29 149 / 0.95);
}

.bg-violet-950{
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}

.bg-violet-950\/0{
  background-color: rgb(46 16 101 / 0);
}

.bg-violet-950\/10{
  background-color: rgb(46 16 101 / 0.1);
}

.bg-violet-950\/100{
  background-color: rgb(46 16 101 / 1);
}

.bg-violet-950\/20{
  background-color: rgb(46 16 101 / 0.2);
}

.bg-violet-950\/25{
  background-color: rgb(46 16 101 / 0.25);
}

.bg-violet-950\/30{
  background-color: rgb(46 16 101 / 0.3);
}

.bg-violet-950\/40{
  background-color: rgb(46 16 101 / 0.4);
}

.bg-violet-950\/5{
  background-color: rgb(46 16 101 / 0.05);
}

.bg-violet-950\/50{
  background-color: rgb(46 16 101 / 0.5);
}

.bg-violet-950\/60{
  background-color: rgb(46 16 101 / 0.6);
}

.bg-violet-950\/70{
  background-color: rgb(46 16 101 / 0.7);
}

.bg-violet-950\/75{
  background-color: rgb(46 16 101 / 0.75);
}

.bg-violet-950\/80{
  background-color: rgb(46 16 101 / 0.8);
}

.bg-violet-950\/90{
  background-color: rgb(46 16 101 / 0.9);
}

.bg-violet-950\/95{
  background-color: rgb(46 16 101 / 0.95);
}

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

.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\/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\/40{
  background-color: rgb(255 255 255 / 0.4);
}

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

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

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

.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\/90{
  background-color: rgb(255 255 255 / 0.9);
}

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

.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-yellow-100\/0{
  background-color: rgb(254 249 195 / 0);
}

.bg-yellow-100\/10{
  background-color: rgb(254 249 195 / 0.1);
}

.bg-yellow-100\/100{
  background-color: rgb(254 249 195 / 1);
}

.bg-yellow-100\/20{
  background-color: rgb(254 249 195 / 0.2);
}

.bg-yellow-100\/25{
  background-color: rgb(254 249 195 / 0.25);
}

.bg-yellow-100\/30{
  background-color: rgb(254 249 195 / 0.3);
}

.bg-yellow-100\/40{
  background-color: rgb(254 249 195 / 0.4);
}

.bg-yellow-100\/5{
  background-color: rgb(254 249 195 / 0.05);
}

.bg-yellow-100\/50{
  background-color: rgb(254 249 195 / 0.5);
}

.bg-yellow-100\/60{
  background-color: rgb(254 249 195 / 0.6);
}

.bg-yellow-100\/70{
  background-color: rgb(254 249 195 / 0.7);
}

.bg-yellow-100\/75{
  background-color: rgb(254 249 195 / 0.75);
}

.bg-yellow-100\/80{
  background-color: rgb(254 249 195 / 0.8);
}

.bg-yellow-100\/90{
  background-color: rgb(254 249 195 / 0.9);
}

.bg-yellow-100\/95{
  background-color: rgb(254 249 195 / 0.95);
}

.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.bg-yellow-200\/0{
  background-color: rgb(254 240 138 / 0);
}

.bg-yellow-200\/10{
  background-color: rgb(254 240 138 / 0.1);
}

.bg-yellow-200\/100{
  background-color: rgb(254 240 138 / 1);
}

.bg-yellow-200\/20{
  background-color: rgb(254 240 138 / 0.2);
}

.bg-yellow-200\/25{
  background-color: rgb(254 240 138 / 0.25);
}

.bg-yellow-200\/30{
  background-color: rgb(254 240 138 / 0.3);
}

.bg-yellow-200\/40{
  background-color: rgb(254 240 138 / 0.4);
}

.bg-yellow-200\/5{
  background-color: rgb(254 240 138 / 0.05);
}

.bg-yellow-200\/50{
  background-color: rgb(254 240 138 / 0.5);
}

.bg-yellow-200\/60{
  background-color: rgb(254 240 138 / 0.6);
}

.bg-yellow-200\/70{
  background-color: rgb(254 240 138 / 0.7);
}

.bg-yellow-200\/75{
  background-color: rgb(254 240 138 / 0.75);
}

.bg-yellow-200\/80{
  background-color: rgb(254 240 138 / 0.8);
}

.bg-yellow-200\/90{
  background-color: rgb(254 240 138 / 0.9);
}

.bg-yellow-200\/95{
  background-color: rgb(254 240 138 / 0.95);
}

.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.bg-yellow-300\/0{
  background-color: rgb(253 224 71 / 0);
}

.bg-yellow-300\/10{
  background-color: rgb(253 224 71 / 0.1);
}

.bg-yellow-300\/100{
  background-color: rgb(253 224 71 / 1);
}

.bg-yellow-300\/20{
  background-color: rgb(253 224 71 / 0.2);
}

.bg-yellow-300\/25{
  background-color: rgb(253 224 71 / 0.25);
}

.bg-yellow-300\/30{
  background-color: rgb(253 224 71 / 0.3);
}

.bg-yellow-300\/40{
  background-color: rgb(253 224 71 / 0.4);
}

.bg-yellow-300\/5{
  background-color: rgb(253 224 71 / 0.05);
}

.bg-yellow-300\/50{
  background-color: rgb(253 224 71 / 0.5);
}

.bg-yellow-300\/60{
  background-color: rgb(253 224 71 / 0.6);
}

.bg-yellow-300\/70{
  background-color: rgb(253 224 71 / 0.7);
}

.bg-yellow-300\/75{
  background-color: rgb(253 224 71 / 0.75);
}

.bg-yellow-300\/80{
  background-color: rgb(253 224 71 / 0.8);
}

.bg-yellow-300\/90{
  background-color: rgb(253 224 71 / 0.9);
}

.bg-yellow-300\/95{
  background-color: rgb(253 224 71 / 0.95);
}

.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-yellow-400\/0{
  background-color: rgb(250 204 21 / 0);
}

.bg-yellow-400\/10{
  background-color: rgb(250 204 21 / 0.1);
}

.bg-yellow-400\/100{
  background-color: rgb(250 204 21 / 1);
}

.bg-yellow-400\/20{
  background-color: rgb(250 204 21 / 0.2);
}

.bg-yellow-400\/25{
  background-color: rgb(250 204 21 / 0.25);
}

.bg-yellow-400\/30{
  background-color: rgb(250 204 21 / 0.3);
}

.bg-yellow-400\/40{
  background-color: rgb(250 204 21 / 0.4);
}

.bg-yellow-400\/5{
  background-color: rgb(250 204 21 / 0.05);
}

.bg-yellow-400\/50{
  background-color: rgb(250 204 21 / 0.5);
}

.bg-yellow-400\/60{
  background-color: rgb(250 204 21 / 0.6);
}

.bg-yellow-400\/70{
  background-color: rgb(250 204 21 / 0.7);
}

.bg-yellow-400\/75{
  background-color: rgb(250 204 21 / 0.75);
}

.bg-yellow-400\/80{
  background-color: rgb(250 204 21 / 0.8);
}

.bg-yellow-400\/90{
  background-color: rgb(250 204 21 / 0.9);
}

.bg-yellow-400\/95{
  background-color: rgb(250 204 21 / 0.95);
}

.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.bg-yellow-50\/0{
  background-color: rgb(254 252 232 / 0);
}

.bg-yellow-50\/10{
  background-color: rgb(254 252 232 / 0.1);
}

.bg-yellow-50\/100{
  background-color: rgb(254 252 232 / 1);
}

.bg-yellow-50\/20{
  background-color: rgb(254 252 232 / 0.2);
}

.bg-yellow-50\/25{
  background-color: rgb(254 252 232 / 0.25);
}

.bg-yellow-50\/30{
  background-color: rgb(254 252 232 / 0.3);
}

.bg-yellow-50\/40{
  background-color: rgb(254 252 232 / 0.4);
}

.bg-yellow-50\/5{
  background-color: rgb(254 252 232 / 0.05);
}

.bg-yellow-50\/50{
  background-color: rgb(254 252 232 / 0.5);
}

.bg-yellow-50\/60{
  background-color: rgb(254 252 232 / 0.6);
}

.bg-yellow-50\/70{
  background-color: rgb(254 252 232 / 0.7);
}

.bg-yellow-50\/75{
  background-color: rgb(254 252 232 / 0.75);
}

.bg-yellow-50\/80{
  background-color: rgb(254 252 232 / 0.8);
}

.bg-yellow-50\/90{
  background-color: rgb(254 252 232 / 0.9);
}

.bg-yellow-50\/95{
  background-color: rgb(254 252 232 / 0.95);
}

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.bg-yellow-500\/0{
  background-color: rgb(234 179 8 / 0);
}

.bg-yellow-500\/10{
  background-color: rgb(234 179 8 / 0.1);
}

.bg-yellow-500\/100{
  background-color: rgb(234 179 8 / 1);
}

.bg-yellow-500\/20{
  background-color: rgb(234 179 8 / 0.2);
}

.bg-yellow-500\/25{
  background-color: rgb(234 179 8 / 0.25);
}

.bg-yellow-500\/30{
  background-color: rgb(234 179 8 / 0.3);
}

.bg-yellow-500\/40{
  background-color: rgb(234 179 8 / 0.4);
}

.bg-yellow-500\/5{
  background-color: rgb(234 179 8 / 0.05);
}

.bg-yellow-500\/50{
  background-color: rgb(234 179 8 / 0.5);
}

.bg-yellow-500\/60{
  background-color: rgb(234 179 8 / 0.6);
}

.bg-yellow-500\/70{
  background-color: rgb(234 179 8 / 0.7);
}

.bg-yellow-500\/75{
  background-color: rgb(234 179 8 / 0.75);
}

.bg-yellow-500\/80{
  background-color: rgb(234 179 8 / 0.8);
}

.bg-yellow-500\/90{
  background-color: rgb(234 179 8 / 0.9);
}

.bg-yellow-500\/95{
  background-color: rgb(234 179 8 / 0.95);
}

.bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.bg-yellow-600\/0{
  background-color: rgb(202 138 4 / 0);
}

.bg-yellow-600\/10{
  background-color: rgb(202 138 4 / 0.1);
}

.bg-yellow-600\/100{
  background-color: rgb(202 138 4 / 1);
}

.bg-yellow-600\/20{
  background-color: rgb(202 138 4 / 0.2);
}

.bg-yellow-600\/25{
  background-color: rgb(202 138 4 / 0.25);
}

.bg-yellow-600\/30{
  background-color: rgb(202 138 4 / 0.3);
}

.bg-yellow-600\/40{
  background-color: rgb(202 138 4 / 0.4);
}

.bg-yellow-600\/5{
  background-color: rgb(202 138 4 / 0.05);
}

.bg-yellow-600\/50{
  background-color: rgb(202 138 4 / 0.5);
}

.bg-yellow-600\/60{
  background-color: rgb(202 138 4 / 0.6);
}

.bg-yellow-600\/70{
  background-color: rgb(202 138 4 / 0.7);
}

.bg-yellow-600\/75{
  background-color: rgb(202 138 4 / 0.75);
}

.bg-yellow-600\/80{
  background-color: rgb(202 138 4 / 0.8);
}

.bg-yellow-600\/90{
  background-color: rgb(202 138 4 / 0.9);
}

.bg-yellow-600\/95{
  background-color: rgb(202 138 4 / 0.95);
}

.bg-yellow-700{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.bg-yellow-700\/0{
  background-color: rgb(161 98 7 / 0);
}

.bg-yellow-700\/10{
  background-color: rgb(161 98 7 / 0.1);
}

.bg-yellow-700\/100{
  background-color: rgb(161 98 7 / 1);
}

.bg-yellow-700\/20{
  background-color: rgb(161 98 7 / 0.2);
}

.bg-yellow-700\/25{
  background-color: rgb(161 98 7 / 0.25);
}

.bg-yellow-700\/30{
  background-color: rgb(161 98 7 / 0.3);
}

.bg-yellow-700\/40{
  background-color: rgb(161 98 7 / 0.4);
}

.bg-yellow-700\/5{
  background-color: rgb(161 98 7 / 0.05);
}

.bg-yellow-700\/50{
  background-color: rgb(161 98 7 / 0.5);
}

.bg-yellow-700\/60{
  background-color: rgb(161 98 7 / 0.6);
}

.bg-yellow-700\/70{
  background-color: rgb(161 98 7 / 0.7);
}

.bg-yellow-700\/75{
  background-color: rgb(161 98 7 / 0.75);
}

.bg-yellow-700\/80{
  background-color: rgb(161 98 7 / 0.8);
}

.bg-yellow-700\/90{
  background-color: rgb(161 98 7 / 0.9);
}

.bg-yellow-700\/95{
  background-color: rgb(161 98 7 / 0.95);
}

.bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.bg-yellow-800\/0{
  background-color: rgb(133 77 14 / 0);
}

.bg-yellow-800\/10{
  background-color: rgb(133 77 14 / 0.1);
}

.bg-yellow-800\/100{
  background-color: rgb(133 77 14 / 1);
}

.bg-yellow-800\/20{
  background-color: rgb(133 77 14 / 0.2);
}

.bg-yellow-800\/25{
  background-color: rgb(133 77 14 / 0.25);
}

.bg-yellow-800\/30{
  background-color: rgb(133 77 14 / 0.3);
}

.bg-yellow-800\/40{
  background-color: rgb(133 77 14 / 0.4);
}

.bg-yellow-800\/5{
  background-color: rgb(133 77 14 / 0.05);
}

.bg-yellow-800\/50{
  background-color: rgb(133 77 14 / 0.5);
}

.bg-yellow-800\/60{
  background-color: rgb(133 77 14 / 0.6);
}

.bg-yellow-800\/70{
  background-color: rgb(133 77 14 / 0.7);
}

.bg-yellow-800\/75{
  background-color: rgb(133 77 14 / 0.75);
}

.bg-yellow-800\/80{
  background-color: rgb(133 77 14 / 0.8);
}

.bg-yellow-800\/90{
  background-color: rgb(133 77 14 / 0.9);
}

.bg-yellow-800\/95{
  background-color: rgb(133 77 14 / 0.95);
}

.bg-yellow-900{
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}

.bg-yellow-900\/0{
  background-color: rgb(113 63 18 / 0);
}

.bg-yellow-900\/10{
  background-color: rgb(113 63 18 / 0.1);
}

.bg-yellow-900\/100{
  background-color: rgb(113 63 18 / 1);
}

.bg-yellow-900\/20{
  background-color: rgb(113 63 18 / 0.2);
}

.bg-yellow-900\/25{
  background-color: rgb(113 63 18 / 0.25);
}

.bg-yellow-900\/30{
  background-color: rgb(113 63 18 / 0.3);
}

.bg-yellow-900\/40{
  background-color: rgb(113 63 18 / 0.4);
}

.bg-yellow-900\/5{
  background-color: rgb(113 63 18 / 0.05);
}

.bg-yellow-900\/50{
  background-color: rgb(113 63 18 / 0.5);
}

.bg-yellow-900\/60{
  background-color: rgb(113 63 18 / 0.6);
}

.bg-yellow-900\/70{
  background-color: rgb(113 63 18 / 0.7);
}

.bg-yellow-900\/75{
  background-color: rgb(113 63 18 / 0.75);
}

.bg-yellow-900\/80{
  background-color: rgb(113 63 18 / 0.8);
}

.bg-yellow-900\/90{
  background-color: rgb(113 63 18 / 0.9);
}

.bg-yellow-900\/95{
  background-color: rgb(113 63 18 / 0.95);
}

.bg-yellow-950{
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}

.bg-yellow-950\/0{
  background-color: rgb(66 32 6 / 0);
}

.bg-yellow-950\/10{
  background-color: rgb(66 32 6 / 0.1);
}

.bg-yellow-950\/100{
  background-color: rgb(66 32 6 / 1);
}

.bg-yellow-950\/20{
  background-color: rgb(66 32 6 / 0.2);
}

.bg-yellow-950\/25{
  background-color: rgb(66 32 6 / 0.25);
}

.bg-yellow-950\/30{
  background-color: rgb(66 32 6 / 0.3);
}

.bg-yellow-950\/40{
  background-color: rgb(66 32 6 / 0.4);
}

.bg-yellow-950\/5{
  background-color: rgb(66 32 6 / 0.05);
}

.bg-yellow-950\/50{
  background-color: rgb(66 32 6 / 0.5);
}

.bg-yellow-950\/60{
  background-color: rgb(66 32 6 / 0.6);
}

.bg-yellow-950\/70{
  background-color: rgb(66 32 6 / 0.7);
}

.bg-yellow-950\/75{
  background-color: rgb(66 32 6 / 0.75);
}

.bg-yellow-950\/80{
  background-color: rgb(66 32 6 / 0.8);
}

.bg-yellow-950\/90{
  background-color: rgb(66 32 6 / 0.9);
}

.bg-yellow-950\/95{
  background-color: rgb(66 32 6 / 0.95);
}

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

.bg-zinc-100\/0{
  background-color: rgb(244 244 245 / 0);
}

.bg-zinc-100\/10{
  background-color: rgb(244 244 245 / 0.1);
}

.bg-zinc-100\/100{
  background-color: rgb(244 244 245 / 1);
}

.bg-zinc-100\/20{
  background-color: rgb(244 244 245 / 0.2);
}

.bg-zinc-100\/25{
  background-color: rgb(244 244 245 / 0.25);
}

.bg-zinc-100\/30{
  background-color: rgb(244 244 245 / 0.3);
}

.bg-zinc-100\/40{
  background-color: rgb(244 244 245 / 0.4);
}

.bg-zinc-100\/5{
  background-color: rgb(244 244 245 / 0.05);
}

.bg-zinc-100\/50{
  background-color: rgb(244 244 245 / 0.5);
}

.bg-zinc-100\/60{
  background-color: rgb(244 244 245 / 0.6);
}

.bg-zinc-100\/70{
  background-color: rgb(244 244 245 / 0.7);
}

.bg-zinc-100\/75{
  background-color: rgb(244 244 245 / 0.75);
}

.bg-zinc-100\/80{
  background-color: rgb(244 244 245 / 0.8);
}

.bg-zinc-100\/90{
  background-color: rgb(244 244 245 / 0.9);
}

.bg-zinc-100\/95{
  background-color: rgb(244 244 245 / 0.95);
}

.bg-zinc-200{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.bg-zinc-200\/0{
  background-color: rgb(228 228 231 / 0);
}

.bg-zinc-200\/10{
  background-color: rgb(228 228 231 / 0.1);
}

.bg-zinc-200\/100{
  background-color: rgb(228 228 231 / 1);
}

.bg-zinc-200\/20{
  background-color: rgb(228 228 231 / 0.2);
}

.bg-zinc-200\/25{
  background-color: rgb(228 228 231 / 0.25);
}

.bg-zinc-200\/30{
  background-color: rgb(228 228 231 / 0.3);
}

.bg-zinc-200\/40{
  background-color: rgb(228 228 231 / 0.4);
}

.bg-zinc-200\/5{
  background-color: rgb(228 228 231 / 0.05);
}

.bg-zinc-200\/50{
  background-color: rgb(228 228 231 / 0.5);
}

.bg-zinc-200\/60{
  background-color: rgb(228 228 231 / 0.6);
}

.bg-zinc-200\/70{
  background-color: rgb(228 228 231 / 0.7);
}

.bg-zinc-200\/75{
  background-color: rgb(228 228 231 / 0.75);
}

.bg-zinc-200\/80{
  background-color: rgb(228 228 231 / 0.8);
}

.bg-zinc-200\/90{
  background-color: rgb(228 228 231 / 0.9);
}

.bg-zinc-200\/95{
  background-color: rgb(228 228 231 / 0.95);
}

.bg-zinc-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

.bg-zinc-300\/0{
  background-color: rgb(212 212 216 / 0);
}

.bg-zinc-300\/10{
  background-color: rgb(212 212 216 / 0.1);
}

.bg-zinc-300\/100{
  background-color: rgb(212 212 216 / 1);
}

.bg-zinc-300\/20{
  background-color: rgb(212 212 216 / 0.2);
}

.bg-zinc-300\/25{
  background-color: rgb(212 212 216 / 0.25);
}

.bg-zinc-300\/30{
  background-color: rgb(212 212 216 / 0.3);
}

.bg-zinc-300\/40{
  background-color: rgb(212 212 216 / 0.4);
}

.bg-zinc-300\/5{
  background-color: rgb(212 212 216 / 0.05);
}

.bg-zinc-300\/50{
  background-color: rgb(212 212 216 / 0.5);
}

.bg-zinc-300\/60{
  background-color: rgb(212 212 216 / 0.6);
}

.bg-zinc-300\/70{
  background-color: rgb(212 212 216 / 0.7);
}

.bg-zinc-300\/75{
  background-color: rgb(212 212 216 / 0.75);
}

.bg-zinc-300\/80{
  background-color: rgb(212 212 216 / 0.8);
}

.bg-zinc-300\/90{
  background-color: rgb(212 212 216 / 0.9);
}

.bg-zinc-300\/95{
  background-color: rgb(212 212 216 / 0.95);
}

.bg-zinc-400{
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}

.bg-zinc-400\/0{
  background-color: rgb(161 161 170 / 0);
}

.bg-zinc-400\/10{
  background-color: rgb(161 161 170 / 0.1);
}

.bg-zinc-400\/100{
  background-color: rgb(161 161 170 / 1);
}

.bg-zinc-400\/20{
  background-color: rgb(161 161 170 / 0.2);
}

.bg-zinc-400\/25{
  background-color: rgb(161 161 170 / 0.25);
}

.bg-zinc-400\/30{
  background-color: rgb(161 161 170 / 0.3);
}

.bg-zinc-400\/40{
  background-color: rgb(161 161 170 / 0.4);
}

.bg-zinc-400\/5{
  background-color: rgb(161 161 170 / 0.05);
}

.bg-zinc-400\/50{
  background-color: rgb(161 161 170 / 0.5);
}

.bg-zinc-400\/60{
  background-color: rgb(161 161 170 / 0.6);
}

.bg-zinc-400\/70{
  background-color: rgb(161 161 170 / 0.7);
}

.bg-zinc-400\/75{
  background-color: rgb(161 161 170 / 0.75);
}

.bg-zinc-400\/80{
  background-color: rgb(161 161 170 / 0.8);
}

.bg-zinc-400\/90{
  background-color: rgb(161 161 170 / 0.9);
}

.bg-zinc-400\/95{
  background-color: rgb(161 161 170 / 0.95);
}

.bg-zinc-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-zinc-50\/0{
  background-color: rgb(250 250 250 / 0);
}

.bg-zinc-50\/10{
  background-color: rgb(250 250 250 / 0.1);
}

.bg-zinc-50\/100{
  background-color: rgb(250 250 250 / 1);
}

.bg-zinc-50\/20{
  background-color: rgb(250 250 250 / 0.2);
}

.bg-zinc-50\/25{
  background-color: rgb(250 250 250 / 0.25);
}

.bg-zinc-50\/30{
  background-color: rgb(250 250 250 / 0.3);
}

.bg-zinc-50\/40{
  background-color: rgb(250 250 250 / 0.4);
}

.bg-zinc-50\/5{
  background-color: rgb(250 250 250 / 0.05);
}

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

.bg-zinc-50\/60{
  background-color: rgb(250 250 250 / 0.6);
}

.bg-zinc-50\/70{
  background-color: rgb(250 250 250 / 0.7);
}

.bg-zinc-50\/75{
  background-color: rgb(250 250 250 / 0.75);
}

.bg-zinc-50\/80{
  background-color: rgb(250 250 250 / 0.8);
}

.bg-zinc-50\/90{
  background-color: rgb(250 250 250 / 0.9);
}

.bg-zinc-50\/95{
  background-color: rgb(250 250 250 / 0.95);
}

.bg-zinc-500{
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}

.bg-zinc-500\/0{
  background-color: rgb(113 113 122 / 0);
}

.bg-zinc-500\/10{
  background-color: rgb(113 113 122 / 0.1);
}

.bg-zinc-500\/100{
  background-color: rgb(113 113 122 / 1);
}

.bg-zinc-500\/20{
  background-color: rgb(113 113 122 / 0.2);
}

.bg-zinc-500\/25{
  background-color: rgb(113 113 122 / 0.25);
}

.bg-zinc-500\/30{
  background-color: rgb(113 113 122 / 0.3);
}

.bg-zinc-500\/40{
  background-color: rgb(113 113 122 / 0.4);
}

.bg-zinc-500\/5{
  background-color: rgb(113 113 122 / 0.05);
}

.bg-zinc-500\/50{
  background-color: rgb(113 113 122 / 0.5);
}

.bg-zinc-500\/60{
  background-color: rgb(113 113 122 / 0.6);
}

.bg-zinc-500\/70{
  background-color: rgb(113 113 122 / 0.7);
}

.bg-zinc-500\/75{
  background-color: rgb(113 113 122 / 0.75);
}

.bg-zinc-500\/80{
  background-color: rgb(113 113 122 / 0.8);
}

.bg-zinc-500\/90{
  background-color: rgb(113 113 122 / 0.9);
}

.bg-zinc-500\/95{
  background-color: rgb(113 113 122 / 0.95);
}

.bg-zinc-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}

.bg-zinc-600\/0{
  background-color: rgb(82 82 91 / 0);
}

.bg-zinc-600\/10{
  background-color: rgb(82 82 91 / 0.1);
}

.bg-zinc-600\/100{
  background-color: rgb(82 82 91 / 1);
}

.bg-zinc-600\/20{
  background-color: rgb(82 82 91 / 0.2);
}

.bg-zinc-600\/25{
  background-color: rgb(82 82 91 / 0.25);
}

.bg-zinc-600\/30{
  background-color: rgb(82 82 91 / 0.3);
}

.bg-zinc-600\/40{
  background-color: rgb(82 82 91 / 0.4);
}

.bg-zinc-600\/5{
  background-color: rgb(82 82 91 / 0.05);
}

.bg-zinc-600\/50{
  background-color: rgb(82 82 91 / 0.5);
}

.bg-zinc-600\/60{
  background-color: rgb(82 82 91 / 0.6);
}

.bg-zinc-600\/70{
  background-color: rgb(82 82 91 / 0.7);
}

.bg-zinc-600\/75{
  background-color: rgb(82 82 91 / 0.75);
}

.bg-zinc-600\/80{
  background-color: rgb(82 82 91 / 0.8);
}

.bg-zinc-600\/90{
  background-color: rgb(82 82 91 / 0.9);
}

.bg-zinc-600\/95{
  background-color: rgb(82 82 91 / 0.95);
}

.bg-zinc-700{
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.bg-zinc-700\/0{
  background-color: rgb(63 63 70 / 0);
}

.bg-zinc-700\/10{
  background-color: rgb(63 63 70 / 0.1);
}

.bg-zinc-700\/100{
  background-color: rgb(63 63 70 / 1);
}

.bg-zinc-700\/20{
  background-color: rgb(63 63 70 / 0.2);
}

.bg-zinc-700\/25{
  background-color: rgb(63 63 70 / 0.25);
}

.bg-zinc-700\/30{
  background-color: rgb(63 63 70 / 0.3);
}

.bg-zinc-700\/40{
  background-color: rgb(63 63 70 / 0.4);
}

.bg-zinc-700\/5{
  background-color: rgb(63 63 70 / 0.05);
}

.bg-zinc-700\/50{
  background-color: rgb(63 63 70 / 0.5);
}

.bg-zinc-700\/60{
  background-color: rgb(63 63 70 / 0.6);
}

.bg-zinc-700\/70{
  background-color: rgb(63 63 70 / 0.7);
}

.bg-zinc-700\/75{
  background-color: rgb(63 63 70 / 0.75);
}

.bg-zinc-700\/80{
  background-color: rgb(63 63 70 / 0.8);
}

.bg-zinc-700\/90{
  background-color: rgb(63 63 70 / 0.9);
}

.bg-zinc-700\/95{
  background-color: rgb(63 63 70 / 0.95);
}

.bg-zinc-800{
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.bg-zinc-800\/0{
  background-color: rgb(39 39 42 / 0);
}

.bg-zinc-800\/10{
  background-color: rgb(39 39 42 / 0.1);
}

.bg-zinc-800\/100{
  background-color: rgb(39 39 42 / 1);
}

.bg-zinc-800\/20{
  background-color: rgb(39 39 42 / 0.2);
}

.bg-zinc-800\/25{
  background-color: rgb(39 39 42 / 0.25);
}

.bg-zinc-800\/30{
  background-color: rgb(39 39 42 / 0.3);
}

.bg-zinc-800\/40{
  background-color: rgb(39 39 42 / 0.4);
}

.bg-zinc-800\/5{
  background-color: rgb(39 39 42 / 0.05);
}

.bg-zinc-800\/50{
  background-color: rgb(39 39 42 / 0.5);
}

.bg-zinc-800\/60{
  background-color: rgb(39 39 42 / 0.6);
}

.bg-zinc-800\/70{
  background-color: rgb(39 39 42 / 0.7);
}

.bg-zinc-800\/75{
  background-color: rgb(39 39 42 / 0.75);
}

.bg-zinc-800\/80{
  background-color: rgb(39 39 42 / 0.8);
}

.bg-zinc-800\/90{
  background-color: rgb(39 39 42 / 0.9);
}

.bg-zinc-800\/95{
  background-color: rgb(39 39 42 / 0.95);
}

.bg-zinc-900{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.bg-zinc-900\/0{
  background-color: rgb(24 24 27 / 0);
}

.bg-zinc-900\/10{
  background-color: rgb(24 24 27 / 0.1);
}

.bg-zinc-900\/100{
  background-color: rgb(24 24 27 / 1);
}

.bg-zinc-900\/20{
  background-color: rgb(24 24 27 / 0.2);
}

.bg-zinc-900\/25{
  background-color: rgb(24 24 27 / 0.25);
}

.bg-zinc-900\/30{
  background-color: rgb(24 24 27 / 0.3);
}

.bg-zinc-900\/40{
  background-color: rgb(24 24 27 / 0.4);
}

.bg-zinc-900\/5{
  background-color: rgb(24 24 27 / 0.05);
}

.bg-zinc-900\/50{
  background-color: rgb(24 24 27 / 0.5);
}

.bg-zinc-900\/60{
  background-color: rgb(24 24 27 / 0.6);
}

.bg-zinc-900\/70{
  background-color: rgb(24 24 27 / 0.7);
}

.bg-zinc-900\/75{
  background-color: rgb(24 24 27 / 0.75);
}

.bg-zinc-900\/80{
  background-color: rgb(24 24 27 / 0.8);
}

.bg-zinc-900\/90{
  background-color: rgb(24 24 27 / 0.9);
}

.bg-zinc-900\/95{
  background-color: rgb(24 24 27 / 0.95);
}

.bg-zinc-950{
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}

.bg-zinc-950\/0{
  background-color: rgb(9 9 11 / 0);
}

.bg-zinc-950\/10{
  background-color: rgb(9 9 11 / 0.1);
}

.bg-zinc-950\/100{
  background-color: rgb(9 9 11 / 1);
}

.bg-zinc-950\/20{
  background-color: rgb(9 9 11 / 0.2);
}

.bg-zinc-950\/25{
  background-color: rgb(9 9 11 / 0.25);
}

.bg-zinc-950\/30{
  background-color: rgb(9 9 11 / 0.3);
}

.bg-zinc-950\/40{
  background-color: rgb(9 9 11 / 0.4);
}

.bg-zinc-950\/5{
  background-color: rgb(9 9 11 / 0.05);
}

.bg-zinc-950\/50{
  background-color: rgb(9 9 11 / 0.5);
}

.bg-zinc-950\/60{
  background-color: rgb(9 9 11 / 0.6);
}

.bg-zinc-950\/70{
  background-color: rgb(9 9 11 / 0.7);
}

.bg-zinc-950\/75{
  background-color: rgb(9 9 11 / 0.75);
}

.bg-zinc-950\/80{
  background-color: rgb(9 9 11 / 0.8);
}

.bg-zinc-950\/90{
  background-color: rgb(9 9 11 / 0.9);
}

.bg-zinc-950\/95{
  background-color: rgb(9 9 11 / 0.95);
}

.bg-opacity-0{
  --tw-bg-opacity: 0;
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100{
  --tw-bg-opacity: 1;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

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

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.bg-\[url\(\'\/img\/shutterstock_524159932\.jpg\'\)\]{
  background-image: url('/img/shutterstock_524159932.jpg');
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-none{
  background-image: none;
}

.from-event-text-100{
  --tw-gradient-from: #033942 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-100\/0{
  --tw-gradient-from: rgb(3 57 66 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-100\/10{
  --tw-gradient-from: rgb(3 57 66 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-100\/100{
  --tw-gradient-from: rgb(3 57 66 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-100\/20{
  --tw-gradient-from: rgb(3 57 66 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-100\/25{
  --tw-gradient-from: rgb(3 57 66 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-100\/30{
  --tw-gradient-from: rgb(3 57 66 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-100\/40{
  --tw-gradient-from: rgb(3 57 66 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-100\/5{
  --tw-gradient-from: rgb(3 57 66 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-100\/50{
  --tw-gradient-from: rgb(3 57 66 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-100\/60{
  --tw-gradient-from: rgb(3 57 66 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-100\/70{
  --tw-gradient-from: rgb(3 57 66 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-100\/75{
  --tw-gradient-from: rgb(3 57 66 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-100\/80{
  --tw-gradient-from: rgb(3 57 66 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-100\/90{
  --tw-gradient-from: rgb(3 57 66 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-100\/95{
  --tw-gradient-from: rgb(3 57 66 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200{
  --tw-gradient-from: #383b44 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200\/0{
  --tw-gradient-from: rgb(56 59 68 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200\/10{
  --tw-gradient-from: rgb(56 59 68 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200\/100{
  --tw-gradient-from: rgb(56 59 68 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200\/20{
  --tw-gradient-from: rgb(56 59 68 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200\/25{
  --tw-gradient-from: rgb(56 59 68 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200\/30{
  --tw-gradient-from: rgb(56 59 68 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200\/40{
  --tw-gradient-from: rgb(56 59 68 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200\/5{
  --tw-gradient-from: rgb(56 59 68 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200\/50{
  --tw-gradient-from: rgb(56 59 68 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200\/60{
  --tw-gradient-from: rgb(56 59 68 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200\/70{
  --tw-gradient-from: rgb(56 59 68 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200\/75{
  --tw-gradient-from: rgb(56 59 68 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200\/80{
  --tw-gradient-from: rgb(56 59 68 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200\/90{
  --tw-gradient-from: rgb(56 59 68 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-event-text-200\/95{
  --tw-gradient-from: rgb(56 59 68 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100{
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/0{
  --tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/10{
  --tw-gradient-from: rgb(254 249 195 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/100{
  --tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/20{
  --tw-gradient-from: rgb(254 249 195 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/25{
  --tw-gradient-from: rgb(254 249 195 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/30{
  --tw-gradient-from: rgb(254 249 195 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/40{
  --tw-gradient-from: rgb(254 249 195 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/5{
  --tw-gradient-from: rgb(254 249 195 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/50{
  --tw-gradient-from: rgb(254 249 195 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/60{
  --tw-gradient-from: rgb(254 249 195 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/70{
  --tw-gradient-from: rgb(254 249 195 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/75{
  --tw-gradient-from: rgb(254 249 195 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/80{
  --tw-gradient-from: rgb(254 249 195 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/90{
  --tw-gradient-from: rgb(254 249 195 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/95{
  --tw-gradient-from: rgb(254 249 195 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200{
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/0{
  --tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/10{
  --tw-gradient-from: rgb(254 240 138 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/100{
  --tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/20{
  --tw-gradient-from: rgb(254 240 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/25{
  --tw-gradient-from: rgb(254 240 138 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/30{
  --tw-gradient-from: rgb(254 240 138 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/40{
  --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/5{
  --tw-gradient-from: rgb(254 240 138 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/50{
  --tw-gradient-from: rgb(254 240 138 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/60{
  --tw-gradient-from: rgb(254 240 138 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/70{
  --tw-gradient-from: rgb(254 240 138 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/75{
  --tw-gradient-from: rgb(254 240 138 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/80{
  --tw-gradient-from: rgb(254 240 138 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/90{
  --tw-gradient-from: rgb(254 240 138 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/95{
  --tw-gradient-from: rgb(254 240 138 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300{
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/0{
  --tw-gradient-from: rgb(253 224 71 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/10{
  --tw-gradient-from: rgb(253 224 71 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/100{
  --tw-gradient-from: rgb(253 224 71 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/20{
  --tw-gradient-from: rgb(253 224 71 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/25{
  --tw-gradient-from: rgb(253 224 71 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/30{
  --tw-gradient-from: rgb(253 224 71 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/40{
  --tw-gradient-from: rgb(253 224 71 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/5{
  --tw-gradient-from: rgb(253 224 71 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/50{
  --tw-gradient-from: rgb(253 224 71 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/60{
  --tw-gradient-from: rgb(253 224 71 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/70{
  --tw-gradient-from: rgb(253 224 71 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/75{
  --tw-gradient-from: rgb(253 224 71 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/80{
  --tw-gradient-from: rgb(253 224 71 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/90{
  --tw-gradient-from: rgb(253 224 71 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/95{
  --tw-gradient-from: rgb(253 224 71 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400{
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/0{
  --tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/10{
  --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/100{
  --tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/20{
  --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/25{
  --tw-gradient-from: rgb(250 204 21 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/30{
  --tw-gradient-from: rgb(250 204 21 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/40{
  --tw-gradient-from: rgb(250 204 21 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/5{
  --tw-gradient-from: rgb(250 204 21 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/50{
  --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/60{
  --tw-gradient-from: rgb(250 204 21 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/70{
  --tw-gradient-from: rgb(250 204 21 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/75{
  --tw-gradient-from: rgb(250 204 21 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/80{
  --tw-gradient-from: rgb(250 204 21 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/90{
  --tw-gradient-from: rgb(250 204 21 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/95{
  --tw-gradient-from: rgb(250 204 21 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50{
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/0{
  --tw-gradient-from: rgb(254 252 232 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/10{
  --tw-gradient-from: rgb(254 252 232 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/100{
  --tw-gradient-from: rgb(254 252 232 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/20{
  --tw-gradient-from: rgb(254 252 232 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/25{
  --tw-gradient-from: rgb(254 252 232 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/30{
  --tw-gradient-from: rgb(254 252 232 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/40{
  --tw-gradient-from: rgb(254 252 232 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/5{
  --tw-gradient-from: rgb(254 252 232 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/50{
  --tw-gradient-from: rgb(254 252 232 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/60{
  --tw-gradient-from: rgb(254 252 232 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/70{
  --tw-gradient-from: rgb(254 252 232 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/75{
  --tw-gradient-from: rgb(254 252 232 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/80{
  --tw-gradient-from: rgb(254 252 232 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/90{
  --tw-gradient-from: rgb(254 252 232 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/95{
  --tw-gradient-from: rgb(254 252 232 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500{
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/0{
  --tw-gradient-from: rgb(234 179 8 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/10{
  --tw-gradient-from: rgb(234 179 8 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/100{
  --tw-gradient-from: rgb(234 179 8 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/20{
  --tw-gradient-from: rgb(234 179 8 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/25{
  --tw-gradient-from: rgb(234 179 8 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/30{
  --tw-gradient-from: rgb(234 179 8 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/40{
  --tw-gradient-from: rgb(234 179 8 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/5{
  --tw-gradient-from: rgb(234 179 8 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/50{
  --tw-gradient-from: rgb(234 179 8 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/60{
  --tw-gradient-from: rgb(234 179 8 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/70{
  --tw-gradient-from: rgb(234 179 8 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/75{
  --tw-gradient-from: rgb(234 179 8 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/80{
  --tw-gradient-from: rgb(234 179 8 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/90{
  --tw-gradient-from: rgb(234 179 8 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/95{
  --tw-gradient-from: rgb(234 179 8 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600{
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/0{
  --tw-gradient-from: rgb(202 138 4 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/10{
  --tw-gradient-from: rgb(202 138 4 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/100{
  --tw-gradient-from: rgb(202 138 4 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/20{
  --tw-gradient-from: rgb(202 138 4 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/25{
  --tw-gradient-from: rgb(202 138 4 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/30{
  --tw-gradient-from: rgb(202 138 4 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/40{
  --tw-gradient-from: rgb(202 138 4 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/5{
  --tw-gradient-from: rgb(202 138 4 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/50{
  --tw-gradient-from: rgb(202 138 4 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/60{
  --tw-gradient-from: rgb(202 138 4 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/70{
  --tw-gradient-from: rgb(202 138 4 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/75{
  --tw-gradient-from: rgb(202 138 4 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/80{
  --tw-gradient-from: rgb(202 138 4 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/90{
  --tw-gradient-from: rgb(202 138 4 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/95{
  --tw-gradient-from: rgb(202 138 4 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700{
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/0{
  --tw-gradient-from: rgb(161 98 7 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/10{
  --tw-gradient-from: rgb(161 98 7 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/100{
  --tw-gradient-from: rgb(161 98 7 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/20{
  --tw-gradient-from: rgb(161 98 7 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/25{
  --tw-gradient-from: rgb(161 98 7 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/30{
  --tw-gradient-from: rgb(161 98 7 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/40{
  --tw-gradient-from: rgb(161 98 7 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/5{
  --tw-gradient-from: rgb(161 98 7 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/50{
  --tw-gradient-from: rgb(161 98 7 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/60{
  --tw-gradient-from: rgb(161 98 7 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/70{
  --tw-gradient-from: rgb(161 98 7 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/75{
  --tw-gradient-from: rgb(161 98 7 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/80{
  --tw-gradient-from: rgb(161 98 7 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/90{
  --tw-gradient-from: rgb(161 98 7 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/95{
  --tw-gradient-from: rgb(161 98 7 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800{
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/0{
  --tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/10{
  --tw-gradient-from: rgb(133 77 14 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/100{
  --tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/20{
  --tw-gradient-from: rgb(133 77 14 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/25{
  --tw-gradient-from: rgb(133 77 14 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/30{
  --tw-gradient-from: rgb(133 77 14 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/40{
  --tw-gradient-from: rgb(133 77 14 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/5{
  --tw-gradient-from: rgb(133 77 14 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/50{
  --tw-gradient-from: rgb(133 77 14 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/60{
  --tw-gradient-from: rgb(133 77 14 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/70{
  --tw-gradient-from: rgb(133 77 14 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/75{
  --tw-gradient-from: rgb(133 77 14 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/80{
  --tw-gradient-from: rgb(133 77 14 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/90{
  --tw-gradient-from: rgb(133 77 14 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/95{
  --tw-gradient-from: rgb(133 77 14 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900{
  --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/0{
  --tw-gradient-from: rgb(113 63 18 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/10{
  --tw-gradient-from: rgb(113 63 18 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/100{
  --tw-gradient-from: rgb(113 63 18 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/20{
  --tw-gradient-from: rgb(113 63 18 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/25{
  --tw-gradient-from: rgb(113 63 18 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/30{
  --tw-gradient-from: rgb(113 63 18 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/40{
  --tw-gradient-from: rgb(113 63 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/5{
  --tw-gradient-from: rgb(113 63 18 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/50{
  --tw-gradient-from: rgb(113 63 18 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/60{
  --tw-gradient-from: rgb(113 63 18 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/70{
  --tw-gradient-from: rgb(113 63 18 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/75{
  --tw-gradient-from: rgb(113 63 18 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/80{
  --tw-gradient-from: rgb(113 63 18 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/90{
  --tw-gradient-from: rgb(113 63 18 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/95{
  --tw-gradient-from: rgb(113 63 18 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950{
  --tw-gradient-from: #422006 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/0{
  --tw-gradient-from: rgb(66 32 6 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/10{
  --tw-gradient-from: rgb(66 32 6 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/100{
  --tw-gradient-from: rgb(66 32 6 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/20{
  --tw-gradient-from: rgb(66 32 6 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/25{
  --tw-gradient-from: rgb(66 32 6 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/30{
  --tw-gradient-from: rgb(66 32 6 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/40{
  --tw-gradient-from: rgb(66 32 6 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/5{
  --tw-gradient-from: rgb(66 32 6 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/50{
  --tw-gradient-from: rgb(66 32 6 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/60{
  --tw-gradient-from: rgb(66 32 6 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/70{
  --tw-gradient-from: rgb(66 32 6 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/75{
  --tw-gradient-from: rgb(66 32 6 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/80{
  --tw-gradient-from: rgb(66 32 6 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/90{
  --tw-gradient-from: rgb(66 32 6 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/95{
  --tw-gradient-from: rgb(66 32 6 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-event-text-100{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #033942 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-100\/0{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 57 66 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-100\/10{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 57 66 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-100\/100{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 57 66 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-100\/20{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 57 66 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-100\/25{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 57 66 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-100\/30{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 57 66 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-100\/40{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 57 66 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-100\/5{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 57 66 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-100\/50{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 57 66 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-100\/60{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 57 66 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-100\/70{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 57 66 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-100\/75{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 57 66 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-100\/80{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 57 66 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-100\/90{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 57 66 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-100\/95{
  --tw-gradient-to: rgb(3 57 66 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(3 57 66 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #383b44 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200\/0{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 59 68 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200\/10{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 59 68 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200\/100{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 59 68 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200\/20{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 59 68 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200\/25{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 59 68 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200\/30{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 59 68 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200\/40{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 59 68 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200\/5{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 59 68 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200\/50{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 59 68 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200\/60{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 59 68 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200\/70{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 59 68 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200\/75{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 59 68 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200\/80{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 59 68 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200\/90{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 59 68 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-event-text-200\/95{
  --tw-gradient-to: rgb(56 59 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 59 68 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/0{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/10{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/100{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/20{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/25{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/30{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/40{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/5{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/50{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/60{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/70{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/75{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/80{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/90{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/95{
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/0{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/10{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/100{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/20{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/25{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/30{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/40{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/5{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/50{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/60{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/70{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/75{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/80{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/90{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/95{
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/0{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/10{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/100{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/20{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/25{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/30{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/40{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/5{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/50{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/60{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/70{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/75{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/80{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/90{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/95{
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/0{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/10{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/100{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/20{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/25{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/30{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/40{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/5{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/50{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/60{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/70{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/75{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/80{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/90{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/95{
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/0{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/10{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/100{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/20{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/25{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/30{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/40{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/5{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/50{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/60{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/70{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/75{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/80{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/90{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/95{
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/0{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/10{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/100{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/20{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/25{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/30{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/40{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/5{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/50{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/60{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/70{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/75{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/80{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/90{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/95{
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/0{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/10{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/100{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/20{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/25{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/30{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/40{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/5{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/50{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/60{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/70{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/75{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/80{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/90{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/95{
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/0{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/10{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/100{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/20{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/25{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/30{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/40{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/5{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/50{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/60{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/70{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/75{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/80{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/90{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/95{
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/0{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/10{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/100{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/20{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/25{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/30{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/40{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/5{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/50{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/60{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/70{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/75{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/80{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/90{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/95{
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/0{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/10{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/100{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/20{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/25{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/30{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/40{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/5{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/50{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/60{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/70{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/75{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/80{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/90{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/95{
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/0{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/10{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/100{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/20{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/25{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/30{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/40{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/5{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/50{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/60{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/70{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/75{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/80{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/90{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/95{
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-event-text-100{
  --tw-gradient-to: #033942 var(--tw-gradient-to-position);
}

.to-event-text-100\/0{
  --tw-gradient-to: rgb(3 57 66 / 0) var(--tw-gradient-to-position);
}

.to-event-text-100\/10{
  --tw-gradient-to: rgb(3 57 66 / 0.1) var(--tw-gradient-to-position);
}

.to-event-text-100\/100{
  --tw-gradient-to: rgb(3 57 66 / 1) var(--tw-gradient-to-position);
}

.to-event-text-100\/20{
  --tw-gradient-to: rgb(3 57 66 / 0.2) var(--tw-gradient-to-position);
}

.to-event-text-100\/25{
  --tw-gradient-to: rgb(3 57 66 / 0.25) var(--tw-gradient-to-position);
}

.to-event-text-100\/30{
  --tw-gradient-to: rgb(3 57 66 / 0.3) var(--tw-gradient-to-position);
}

.to-event-text-100\/40{
  --tw-gradient-to: rgb(3 57 66 / 0.4) var(--tw-gradient-to-position);
}

.to-event-text-100\/5{
  --tw-gradient-to: rgb(3 57 66 / 0.05) var(--tw-gradient-to-position);
}

.to-event-text-100\/50{
  --tw-gradient-to: rgb(3 57 66 / 0.5) var(--tw-gradient-to-position);
}

.to-event-text-100\/60{
  --tw-gradient-to: rgb(3 57 66 / 0.6) var(--tw-gradient-to-position);
}

.to-event-text-100\/70{
  --tw-gradient-to: rgb(3 57 66 / 0.7) var(--tw-gradient-to-position);
}

.to-event-text-100\/75{
  --tw-gradient-to: rgb(3 57 66 / 0.75) var(--tw-gradient-to-position);
}

.to-event-text-100\/80{
  --tw-gradient-to: rgb(3 57 66 / 0.8) var(--tw-gradient-to-position);
}

.to-event-text-100\/90{
  --tw-gradient-to: rgb(3 57 66 / 0.9) var(--tw-gradient-to-position);
}

.to-event-text-100\/95{
  --tw-gradient-to: rgb(3 57 66 / 0.95) var(--tw-gradient-to-position);
}

.to-event-text-200{
  --tw-gradient-to: #383b44 var(--tw-gradient-to-position);
}

.to-event-text-200\/0{
  --tw-gradient-to: rgb(56 59 68 / 0) var(--tw-gradient-to-position);
}

.to-event-text-200\/10{
  --tw-gradient-to: rgb(56 59 68 / 0.1) var(--tw-gradient-to-position);
}

.to-event-text-200\/100{
  --tw-gradient-to: rgb(56 59 68 / 1) var(--tw-gradient-to-position);
}

.to-event-text-200\/20{
  --tw-gradient-to: rgb(56 59 68 / 0.2) var(--tw-gradient-to-position);
}

.to-event-text-200\/25{
  --tw-gradient-to: rgb(56 59 68 / 0.25) var(--tw-gradient-to-position);
}

.to-event-text-200\/30{
  --tw-gradient-to: rgb(56 59 68 / 0.3) var(--tw-gradient-to-position);
}

.to-event-text-200\/40{
  --tw-gradient-to: rgb(56 59 68 / 0.4) var(--tw-gradient-to-position);
}

.to-event-text-200\/5{
  --tw-gradient-to: rgb(56 59 68 / 0.05) var(--tw-gradient-to-position);
}

.to-event-text-200\/50{
  --tw-gradient-to: rgb(56 59 68 / 0.5) var(--tw-gradient-to-position);
}

.to-event-text-200\/60{
  --tw-gradient-to: rgb(56 59 68 / 0.6) var(--tw-gradient-to-position);
}

.to-event-text-200\/70{
  --tw-gradient-to: rgb(56 59 68 / 0.7) var(--tw-gradient-to-position);
}

.to-event-text-200\/75{
  --tw-gradient-to: rgb(56 59 68 / 0.75) var(--tw-gradient-to-position);
}

.to-event-text-200\/80{
  --tw-gradient-to: rgb(56 59 68 / 0.8) var(--tw-gradient-to-position);
}

.to-event-text-200\/90{
  --tw-gradient-to: rgb(56 59 68 / 0.9) var(--tw-gradient-to-position);
}

.to-event-text-200\/95{
  --tw-gradient-to: rgb(56 59 68 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-100{
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}

.to-yellow-100\/0{
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
}

.to-yellow-100\/10{
  --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-100\/100{
  --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position);
}

.to-yellow-100\/20{
  --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-100\/25{
  --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-100\/30{
  --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-100\/40{
  --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-100\/5{
  --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-100\/50{
  --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-100\/60{
  --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-100\/70{
  --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-100\/75{
  --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-100\/80{
  --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-100\/90{
  --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-100\/95{
  --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-200{
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}

.to-yellow-200\/0{
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
}

.to-yellow-200\/10{
  --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-200\/100{
  --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position);
}

.to-yellow-200\/20{
  --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-200\/25{
  --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-200\/30{
  --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-200\/40{
  --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-200\/5{
  --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-200\/50{
  --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-200\/60{
  --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-200\/70{
  --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-200\/75{
  --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-200\/80{
  --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-200\/90{
  --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-200\/95{
  --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-300{
  --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
}

.to-yellow-300\/0{
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
}

.to-yellow-300\/10{
  --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-300\/100{
  --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position);
}

.to-yellow-300\/20{
  --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-300\/25{
  --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-300\/30{
  --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-300\/40{
  --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-300\/5{
  --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-300\/50{
  --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-300\/60{
  --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-300\/70{
  --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-300\/75{
  --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-300\/80{
  --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-300\/90{
  --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-300\/95{
  --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-400{
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}

.to-yellow-400\/0{
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
}

.to-yellow-400\/10{
  --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-400\/100{
  --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position);
}

.to-yellow-400\/20{
  --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-400\/25{
  --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-400\/30{
  --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-400\/40{
  --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-400\/5{
  --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-400\/50{
  --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-400\/60{
  --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-400\/70{
  --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-400\/75{
  --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-400\/80{
  --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-400\/90{
  --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-400\/95{
  --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-50{
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.to-yellow-50\/0{
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
}

.to-yellow-50\/10{
  --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-50\/100{
  --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position);
}

.to-yellow-50\/20{
  --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-50\/25{
  --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-50\/30{
  --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-50\/40{
  --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-50\/5{
  --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-50\/50{
  --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-50\/60{
  --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-50\/70{
  --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-50\/75{
  --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-50\/80{
  --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-50\/90{
  --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-50\/95{
  --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-500{
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.to-yellow-500\/0{
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
}

.to-yellow-500\/10{
  --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-500\/100{
  --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position);
}

.to-yellow-500\/20{
  --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-500\/25{
  --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-500\/30{
  --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-500\/40{
  --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-500\/5{
  --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-500\/50{
  --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-500\/60{
  --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-500\/70{
  --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-500\/75{
  --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-500\/80{
  --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-500\/90{
  --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-500\/95{
  --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-600{
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}

.to-yellow-600\/0{
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
}

.to-yellow-600\/10{
  --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-600\/100{
  --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position);
}

.to-yellow-600\/20{
  --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-600\/25{
  --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-600\/30{
  --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-600\/40{
  --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-600\/5{
  --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-600\/50{
  --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-600\/60{
  --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-600\/70{
  --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-600\/75{
  --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-600\/80{
  --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-600\/90{
  --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-600\/95{
  --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-700{
  --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
}

.to-yellow-700\/0{
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
}

.to-yellow-700\/10{
  --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-700\/100{
  --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position);
}

.to-yellow-700\/20{
  --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-700\/25{
  --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-700\/30{
  --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-700\/40{
  --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-700\/5{
  --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-700\/50{
  --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-700\/60{
  --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-700\/70{
  --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-700\/75{
  --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-700\/80{
  --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-700\/90{
  --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-700\/95{
  --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-800{
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}

.to-yellow-800\/0{
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
}

.to-yellow-800\/10{
  --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-800\/100{
  --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position);
}

.to-yellow-800\/20{
  --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-800\/25{
  --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-800\/30{
  --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-800\/40{
  --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-800\/5{
  --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-800\/50{
  --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-800\/60{
  --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-800\/70{
  --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-800\/75{
  --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-800\/80{
  --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-800\/90{
  --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-800\/95{
  --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-900{
  --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
}

.to-yellow-900\/0{
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
}

.to-yellow-900\/10{
  --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-900\/100{
  --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position);
}

.to-yellow-900\/20{
  --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-900\/25{
  --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-900\/30{
  --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-900\/40{
  --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-900\/5{
  --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-900\/50{
  --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-900\/60{
  --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-900\/70{
  --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-900\/75{
  --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-900\/80{
  --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-900\/90{
  --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-900\/95{
  --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-950{
  --tw-gradient-to: #422006 var(--tw-gradient-to-position);
}

.to-yellow-950\/0{
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
}

.to-yellow-950\/10{
  --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-950\/100{
  --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position);
}

.to-yellow-950\/20{
  --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-950\/25{
  --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-950\/30{
  --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-950\/40{
  --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-950\/5{
  --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-950\/50{
  --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-950\/60{
  --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-950\/70{
  --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-950\/75{
  --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-950\/80{
  --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-950\/90{
  --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-950\/95{
  --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position);
}

.decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.box-decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.box-decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-auto{
  background-size: auto;
}

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

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

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

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

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

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

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

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

.bg-bottom{
  background-position: bottom;
}

.bg-center{
  background-position: center;
}

.bg-left{
  background-position: left;
}

.bg-left-bottom{
  background-position: left bottom;
}

.bg-left-top{
  background-position: left top;
}

.bg-right{
  background-position: right;
}

.bg-right-bottom{
  background-position: right bottom;
}

.bg-right-top{
  background-position: right top;
}

.bg-top{
  background-position: top;
}

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

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

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

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

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

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

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

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

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

.fill-amber-100{
  fill: #fef3c7;
}

.fill-amber-100\/0{
  fill: rgb(254 243 199 / 0);
}

.fill-amber-100\/10{
  fill: rgb(254 243 199 / 0.1);
}

.fill-amber-100\/100{
  fill: rgb(254 243 199 / 1);
}

.fill-amber-100\/20{
  fill: rgb(254 243 199 / 0.2);
}

.fill-amber-100\/25{
  fill: rgb(254 243 199 / 0.25);
}

.fill-amber-100\/30{
  fill: rgb(254 243 199 / 0.3);
}

.fill-amber-100\/40{
  fill: rgb(254 243 199 / 0.4);
}

.fill-amber-100\/5{
  fill: rgb(254 243 199 / 0.05);
}

.fill-amber-100\/50{
  fill: rgb(254 243 199 / 0.5);
}

.fill-amber-100\/60{
  fill: rgb(254 243 199 / 0.6);
}

.fill-amber-100\/70{
  fill: rgb(254 243 199 / 0.7);
}

.fill-amber-100\/75{
  fill: rgb(254 243 199 / 0.75);
}

.fill-amber-100\/80{
  fill: rgb(254 243 199 / 0.8);
}

.fill-amber-100\/90{
  fill: rgb(254 243 199 / 0.9);
}

.fill-amber-100\/95{
  fill: rgb(254 243 199 / 0.95);
}

.fill-amber-200{
  fill: #fde68a;
}

.fill-amber-200\/0{
  fill: rgb(253 230 138 / 0);
}

.fill-amber-200\/10{
  fill: rgb(253 230 138 / 0.1);
}

.fill-amber-200\/100{
  fill: rgb(253 230 138 / 1);
}

.fill-amber-200\/20{
  fill: rgb(253 230 138 / 0.2);
}

.fill-amber-200\/25{
  fill: rgb(253 230 138 / 0.25);
}

.fill-amber-200\/30{
  fill: rgb(253 230 138 / 0.3);
}

.fill-amber-200\/40{
  fill: rgb(253 230 138 / 0.4);
}

.fill-amber-200\/5{
  fill: rgb(253 230 138 / 0.05);
}

.fill-amber-200\/50{
  fill: rgb(253 230 138 / 0.5);
}

.fill-amber-200\/60{
  fill: rgb(253 230 138 / 0.6);
}

.fill-amber-200\/70{
  fill: rgb(253 230 138 / 0.7);
}

.fill-amber-200\/75{
  fill: rgb(253 230 138 / 0.75);
}

.fill-amber-200\/80{
  fill: rgb(253 230 138 / 0.8);
}

.fill-amber-200\/90{
  fill: rgb(253 230 138 / 0.9);
}

.fill-amber-200\/95{
  fill: rgb(253 230 138 / 0.95);
}

.fill-amber-300{
  fill: #fcd34d;
}

.fill-amber-300\/0{
  fill: rgb(252 211 77 / 0);
}

.fill-amber-300\/10{
  fill: rgb(252 211 77 / 0.1);
}

.fill-amber-300\/100{
  fill: rgb(252 211 77 / 1);
}

.fill-amber-300\/20{
  fill: rgb(252 211 77 / 0.2);
}

.fill-amber-300\/25{
  fill: rgb(252 211 77 / 0.25);
}

.fill-amber-300\/30{
  fill: rgb(252 211 77 / 0.3);
}

.fill-amber-300\/40{
  fill: rgb(252 211 77 / 0.4);
}

.fill-amber-300\/5{
  fill: rgb(252 211 77 / 0.05);
}

.fill-amber-300\/50{
  fill: rgb(252 211 77 / 0.5);
}

.fill-amber-300\/60{
  fill: rgb(252 211 77 / 0.6);
}

.fill-amber-300\/70{
  fill: rgb(252 211 77 / 0.7);
}

.fill-amber-300\/75{
  fill: rgb(252 211 77 / 0.75);
}

.fill-amber-300\/80{
  fill: rgb(252 211 77 / 0.8);
}

.fill-amber-300\/90{
  fill: rgb(252 211 77 / 0.9);
}

.fill-amber-300\/95{
  fill: rgb(252 211 77 / 0.95);
}

.fill-amber-400{
  fill: #fbbf24;
}

.fill-amber-400\/0{
  fill: rgb(251 191 36 / 0);
}

.fill-amber-400\/10{
  fill: rgb(251 191 36 / 0.1);
}

.fill-amber-400\/100{
  fill: rgb(251 191 36 / 1);
}

.fill-amber-400\/20{
  fill: rgb(251 191 36 / 0.2);
}

.fill-amber-400\/25{
  fill: rgb(251 191 36 / 0.25);
}

.fill-amber-400\/30{
  fill: rgb(251 191 36 / 0.3);
}

.fill-amber-400\/40{
  fill: rgb(251 191 36 / 0.4);
}

.fill-amber-400\/5{
  fill: rgb(251 191 36 / 0.05);
}

.fill-amber-400\/50{
  fill: rgb(251 191 36 / 0.5);
}

.fill-amber-400\/60{
  fill: rgb(251 191 36 / 0.6);
}

.fill-amber-400\/70{
  fill: rgb(251 191 36 / 0.7);
}

.fill-amber-400\/75{
  fill: rgb(251 191 36 / 0.75);
}

.fill-amber-400\/80{
  fill: rgb(251 191 36 / 0.8);
}

.fill-amber-400\/90{
  fill: rgb(251 191 36 / 0.9);
}

.fill-amber-400\/95{
  fill: rgb(251 191 36 / 0.95);
}

.fill-amber-50{
  fill: #fffbeb;
}

.fill-amber-50\/0{
  fill: rgb(255 251 235 / 0);
}

.fill-amber-50\/10{
  fill: rgb(255 251 235 / 0.1);
}

.fill-amber-50\/100{
  fill: rgb(255 251 235 / 1);
}

.fill-amber-50\/20{
  fill: rgb(255 251 235 / 0.2);
}

.fill-amber-50\/25{
  fill: rgb(255 251 235 / 0.25);
}

.fill-amber-50\/30{
  fill: rgb(255 251 235 / 0.3);
}

.fill-amber-50\/40{
  fill: rgb(255 251 235 / 0.4);
}

.fill-amber-50\/5{
  fill: rgb(255 251 235 / 0.05);
}

.fill-amber-50\/50{
  fill: rgb(255 251 235 / 0.5);
}

.fill-amber-50\/60{
  fill: rgb(255 251 235 / 0.6);
}

.fill-amber-50\/70{
  fill: rgb(255 251 235 / 0.7);
}

.fill-amber-50\/75{
  fill: rgb(255 251 235 / 0.75);
}

.fill-amber-50\/80{
  fill: rgb(255 251 235 / 0.8);
}

.fill-amber-50\/90{
  fill: rgb(255 251 235 / 0.9);
}

.fill-amber-50\/95{
  fill: rgb(255 251 235 / 0.95);
}

.fill-amber-500{
  fill: #f59e0b;
}

.fill-amber-500\/0{
  fill: rgb(245 158 11 / 0);
}

.fill-amber-500\/10{
  fill: rgb(245 158 11 / 0.1);
}

.fill-amber-500\/100{
  fill: rgb(245 158 11 / 1);
}

.fill-amber-500\/20{
  fill: rgb(245 158 11 / 0.2);
}

.fill-amber-500\/25{
  fill: rgb(245 158 11 / 0.25);
}

.fill-amber-500\/30{
  fill: rgb(245 158 11 / 0.3);
}

.fill-amber-500\/40{
  fill: rgb(245 158 11 / 0.4);
}

.fill-amber-500\/5{
  fill: rgb(245 158 11 / 0.05);
}

.fill-amber-500\/50{
  fill: rgb(245 158 11 / 0.5);
}

.fill-amber-500\/60{
  fill: rgb(245 158 11 / 0.6);
}

.fill-amber-500\/70{
  fill: rgb(245 158 11 / 0.7);
}

.fill-amber-500\/75{
  fill: rgb(245 158 11 / 0.75);
}

.fill-amber-500\/80{
  fill: rgb(245 158 11 / 0.8);
}

.fill-amber-500\/90{
  fill: rgb(245 158 11 / 0.9);
}

.fill-amber-500\/95{
  fill: rgb(245 158 11 / 0.95);
}

.fill-amber-600{
  fill: #d97706;
}

.fill-amber-600\/0{
  fill: rgb(217 119 6 / 0);
}

.fill-amber-600\/10{
  fill: rgb(217 119 6 / 0.1);
}

.fill-amber-600\/100{
  fill: rgb(217 119 6 / 1);
}

.fill-amber-600\/20{
  fill: rgb(217 119 6 / 0.2);
}

.fill-amber-600\/25{
  fill: rgb(217 119 6 / 0.25);
}

.fill-amber-600\/30{
  fill: rgb(217 119 6 / 0.3);
}

.fill-amber-600\/40{
  fill: rgb(217 119 6 / 0.4);
}

.fill-amber-600\/5{
  fill: rgb(217 119 6 / 0.05);
}

.fill-amber-600\/50{
  fill: rgb(217 119 6 / 0.5);
}

.fill-amber-600\/60{
  fill: rgb(217 119 6 / 0.6);
}

.fill-amber-600\/70{
  fill: rgb(217 119 6 / 0.7);
}

.fill-amber-600\/75{
  fill: rgb(217 119 6 / 0.75);
}

.fill-amber-600\/80{
  fill: rgb(217 119 6 / 0.8);
}

.fill-amber-600\/90{
  fill: rgb(217 119 6 / 0.9);
}

.fill-amber-600\/95{
  fill: rgb(217 119 6 / 0.95);
}

.fill-amber-700{
  fill: #b45309;
}

.fill-amber-700\/0{
  fill: rgb(180 83 9 / 0);
}

.fill-amber-700\/10{
  fill: rgb(180 83 9 / 0.1);
}

.fill-amber-700\/100{
  fill: rgb(180 83 9 / 1);
}

.fill-amber-700\/20{
  fill: rgb(180 83 9 / 0.2);
}

.fill-amber-700\/25{
  fill: rgb(180 83 9 / 0.25);
}

.fill-amber-700\/30{
  fill: rgb(180 83 9 / 0.3);
}

.fill-amber-700\/40{
  fill: rgb(180 83 9 / 0.4);
}

.fill-amber-700\/5{
  fill: rgb(180 83 9 / 0.05);
}

.fill-amber-700\/50{
  fill: rgb(180 83 9 / 0.5);
}

.fill-amber-700\/60{
  fill: rgb(180 83 9 / 0.6);
}

.fill-amber-700\/70{
  fill: rgb(180 83 9 / 0.7);
}

.fill-amber-700\/75{
  fill: rgb(180 83 9 / 0.75);
}

.fill-amber-700\/80{
  fill: rgb(180 83 9 / 0.8);
}

.fill-amber-700\/90{
  fill: rgb(180 83 9 / 0.9);
}

.fill-amber-700\/95{
  fill: rgb(180 83 9 / 0.95);
}

.fill-amber-800{
  fill: #92400e;
}

.fill-amber-800\/0{
  fill: rgb(146 64 14 / 0);
}

.fill-amber-800\/10{
  fill: rgb(146 64 14 / 0.1);
}

.fill-amber-800\/100{
  fill: rgb(146 64 14 / 1);
}

.fill-amber-800\/20{
  fill: rgb(146 64 14 / 0.2);
}

.fill-amber-800\/25{
  fill: rgb(146 64 14 / 0.25);
}

.fill-amber-800\/30{
  fill: rgb(146 64 14 / 0.3);
}

.fill-amber-800\/40{
  fill: rgb(146 64 14 / 0.4);
}

.fill-amber-800\/5{
  fill: rgb(146 64 14 / 0.05);
}

.fill-amber-800\/50{
  fill: rgb(146 64 14 / 0.5);
}

.fill-amber-800\/60{
  fill: rgb(146 64 14 / 0.6);
}

.fill-amber-800\/70{
  fill: rgb(146 64 14 / 0.7);
}

.fill-amber-800\/75{
  fill: rgb(146 64 14 / 0.75);
}

.fill-amber-800\/80{
  fill: rgb(146 64 14 / 0.8);
}

.fill-amber-800\/90{
  fill: rgb(146 64 14 / 0.9);
}

.fill-amber-800\/95{
  fill: rgb(146 64 14 / 0.95);
}

.fill-amber-900{
  fill: #78350f;
}

.fill-amber-900\/0{
  fill: rgb(120 53 15 / 0);
}

.fill-amber-900\/10{
  fill: rgb(120 53 15 / 0.1);
}

.fill-amber-900\/100{
  fill: rgb(120 53 15 / 1);
}

.fill-amber-900\/20{
  fill: rgb(120 53 15 / 0.2);
}

.fill-amber-900\/25{
  fill: rgb(120 53 15 / 0.25);
}

.fill-amber-900\/30{
  fill: rgb(120 53 15 / 0.3);
}

.fill-amber-900\/40{
  fill: rgb(120 53 15 / 0.4);
}

.fill-amber-900\/5{
  fill: rgb(120 53 15 / 0.05);
}

.fill-amber-900\/50{
  fill: rgb(120 53 15 / 0.5);
}

.fill-amber-900\/60{
  fill: rgb(120 53 15 / 0.6);
}

.fill-amber-900\/70{
  fill: rgb(120 53 15 / 0.7);
}

.fill-amber-900\/75{
  fill: rgb(120 53 15 / 0.75);
}

.fill-amber-900\/80{
  fill: rgb(120 53 15 / 0.8);
}

.fill-amber-900\/90{
  fill: rgb(120 53 15 / 0.9);
}

.fill-amber-900\/95{
  fill: rgb(120 53 15 / 0.95);
}

.fill-amber-950{
  fill: #451a03;
}

.fill-amber-950\/0{
  fill: rgb(69 26 3 / 0);
}

.fill-amber-950\/10{
  fill: rgb(69 26 3 / 0.1);
}

.fill-amber-950\/100{
  fill: rgb(69 26 3 / 1);
}

.fill-amber-950\/20{
  fill: rgb(69 26 3 / 0.2);
}

.fill-amber-950\/25{
  fill: rgb(69 26 3 / 0.25);
}

.fill-amber-950\/30{
  fill: rgb(69 26 3 / 0.3);
}

.fill-amber-950\/40{
  fill: rgb(69 26 3 / 0.4);
}

.fill-amber-950\/5{
  fill: rgb(69 26 3 / 0.05);
}

.fill-amber-950\/50{
  fill: rgb(69 26 3 / 0.5);
}

.fill-amber-950\/60{
  fill: rgb(69 26 3 / 0.6);
}

.fill-amber-950\/70{
  fill: rgb(69 26 3 / 0.7);
}

.fill-amber-950\/75{
  fill: rgb(69 26 3 / 0.75);
}

.fill-amber-950\/80{
  fill: rgb(69 26 3 / 0.8);
}

.fill-amber-950\/90{
  fill: rgb(69 26 3 / 0.9);
}

.fill-amber-950\/95{
  fill: rgb(69 26 3 / 0.95);
}

.fill-black{
  fill: #000;
}

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

.fill-black\/10{
  fill: rgb(0 0 0 / 0.1);
}

.fill-black\/100{
  fill: rgb(0 0 0 / 1);
}

.fill-black\/20{
  fill: rgb(0 0 0 / 0.2);
}

.fill-black\/25{
  fill: rgb(0 0 0 / 0.25);
}

.fill-black\/30{
  fill: rgb(0 0 0 / 0.3);
}

.fill-black\/40{
  fill: rgb(0 0 0 / 0.4);
}

.fill-black\/5{
  fill: rgb(0 0 0 / 0.05);
}

.fill-black\/50{
  fill: rgb(0 0 0 / 0.5);
}

.fill-black\/60{
  fill: rgb(0 0 0 / 0.6);
}

.fill-black\/70{
  fill: rgb(0 0 0 / 0.7);
}

.fill-black\/75{
  fill: rgb(0 0 0 / 0.75);
}

.fill-black\/80{
  fill: rgb(0 0 0 / 0.8);
}

.fill-black\/90{
  fill: rgb(0 0 0 / 0.9);
}

.fill-black\/95{
  fill: rgb(0 0 0 / 0.95);
}

.fill-blue-100{
  fill: #dbeafe;
}

.fill-blue-100\/0{
  fill: rgb(219 234 254 / 0);
}

.fill-blue-100\/10{
  fill: rgb(219 234 254 / 0.1);
}

.fill-blue-100\/100{
  fill: rgb(219 234 254 / 1);
}

.fill-blue-100\/20{
  fill: rgb(219 234 254 / 0.2);
}

.fill-blue-100\/25{
  fill: rgb(219 234 254 / 0.25);
}

.fill-blue-100\/30{
  fill: rgb(219 234 254 / 0.3);
}

.fill-blue-100\/40{
  fill: rgb(219 234 254 / 0.4);
}

.fill-blue-100\/5{
  fill: rgb(219 234 254 / 0.05);
}

.fill-blue-100\/50{
  fill: rgb(219 234 254 / 0.5);
}

.fill-blue-100\/60{
  fill: rgb(219 234 254 / 0.6);
}

.fill-blue-100\/70{
  fill: rgb(219 234 254 / 0.7);
}

.fill-blue-100\/75{
  fill: rgb(219 234 254 / 0.75);
}

.fill-blue-100\/80{
  fill: rgb(219 234 254 / 0.8);
}

.fill-blue-100\/90{
  fill: rgb(219 234 254 / 0.9);
}

.fill-blue-100\/95{
  fill: rgb(219 234 254 / 0.95);
}

.fill-blue-200{
  fill: #bfdbfe;
}

.fill-blue-200\/0{
  fill: rgb(191 219 254 / 0);
}

.fill-blue-200\/10{
  fill: rgb(191 219 254 / 0.1);
}

.fill-blue-200\/100{
  fill: rgb(191 219 254 / 1);
}

.fill-blue-200\/20{
  fill: rgb(191 219 254 / 0.2);
}

.fill-blue-200\/25{
  fill: rgb(191 219 254 / 0.25);
}

.fill-blue-200\/30{
  fill: rgb(191 219 254 / 0.3);
}

.fill-blue-200\/40{
  fill: rgb(191 219 254 / 0.4);
}

.fill-blue-200\/5{
  fill: rgb(191 219 254 / 0.05);
}

.fill-blue-200\/50{
  fill: rgb(191 219 254 / 0.5);
}

.fill-blue-200\/60{
  fill: rgb(191 219 254 / 0.6);
}

.fill-blue-200\/70{
  fill: rgb(191 219 254 / 0.7);
}

.fill-blue-200\/75{
  fill: rgb(191 219 254 / 0.75);
}

.fill-blue-200\/80{
  fill: rgb(191 219 254 / 0.8);
}

.fill-blue-200\/90{
  fill: rgb(191 219 254 / 0.9);
}

.fill-blue-200\/95{
  fill: rgb(191 219 254 / 0.95);
}

.fill-blue-300{
  fill: #93c5fd;
}

.fill-blue-300\/0{
  fill: rgb(147 197 253 / 0);
}

.fill-blue-300\/10{
  fill: rgb(147 197 253 / 0.1);
}

.fill-blue-300\/100{
  fill: rgb(147 197 253 / 1);
}

.fill-blue-300\/20{
  fill: rgb(147 197 253 / 0.2);
}

.fill-blue-300\/25{
  fill: rgb(147 197 253 / 0.25);
}

.fill-blue-300\/30{
  fill: rgb(147 197 253 / 0.3);
}

.fill-blue-300\/40{
  fill: rgb(147 197 253 / 0.4);
}

.fill-blue-300\/5{
  fill: rgb(147 197 253 / 0.05);
}

.fill-blue-300\/50{
  fill: rgb(147 197 253 / 0.5);
}

.fill-blue-300\/60{
  fill: rgb(147 197 253 / 0.6);
}

.fill-blue-300\/70{
  fill: rgb(147 197 253 / 0.7);
}

.fill-blue-300\/75{
  fill: rgb(147 197 253 / 0.75);
}

.fill-blue-300\/80{
  fill: rgb(147 197 253 / 0.8);
}

.fill-blue-300\/90{
  fill: rgb(147 197 253 / 0.9);
}

.fill-blue-300\/95{
  fill: rgb(147 197 253 / 0.95);
}

.fill-blue-400{
  fill: #60a5fa;
}

.fill-blue-400\/0{
  fill: rgb(96 165 250 / 0);
}

.fill-blue-400\/10{
  fill: rgb(96 165 250 / 0.1);
}

.fill-blue-400\/100{
  fill: rgb(96 165 250 / 1);
}

.fill-blue-400\/20{
  fill: rgb(96 165 250 / 0.2);
}

.fill-blue-400\/25{
  fill: rgb(96 165 250 / 0.25);
}

.fill-blue-400\/30{
  fill: rgb(96 165 250 / 0.3);
}

.fill-blue-400\/40{
  fill: rgb(96 165 250 / 0.4);
}

.fill-blue-400\/5{
  fill: rgb(96 165 250 / 0.05);
}

.fill-blue-400\/50{
  fill: rgb(96 165 250 / 0.5);
}

.fill-blue-400\/60{
  fill: rgb(96 165 250 / 0.6);
}

.fill-blue-400\/70{
  fill: rgb(96 165 250 / 0.7);
}

.fill-blue-400\/75{
  fill: rgb(96 165 250 / 0.75);
}

.fill-blue-400\/80{
  fill: rgb(96 165 250 / 0.8);
}

.fill-blue-400\/90{
  fill: rgb(96 165 250 / 0.9);
}

.fill-blue-400\/95{
  fill: rgb(96 165 250 / 0.95);
}

.fill-blue-50{
  fill: #eff6ff;
}

.fill-blue-50\/0{
  fill: rgb(239 246 255 / 0);
}

.fill-blue-50\/10{
  fill: rgb(239 246 255 / 0.1);
}

.fill-blue-50\/100{
  fill: rgb(239 246 255 / 1);
}

.fill-blue-50\/20{
  fill: rgb(239 246 255 / 0.2);
}

.fill-blue-50\/25{
  fill: rgb(239 246 255 / 0.25);
}

.fill-blue-50\/30{
  fill: rgb(239 246 255 / 0.3);
}

.fill-blue-50\/40{
  fill: rgb(239 246 255 / 0.4);
}

.fill-blue-50\/5{
  fill: rgb(239 246 255 / 0.05);
}

.fill-blue-50\/50{
  fill: rgb(239 246 255 / 0.5);
}

.fill-blue-50\/60{
  fill: rgb(239 246 255 / 0.6);
}

.fill-blue-50\/70{
  fill: rgb(239 246 255 / 0.7);
}

.fill-blue-50\/75{
  fill: rgb(239 246 255 / 0.75);
}

.fill-blue-50\/80{
  fill: rgb(239 246 255 / 0.8);
}

.fill-blue-50\/90{
  fill: rgb(239 246 255 / 0.9);
}

.fill-blue-50\/95{
  fill: rgb(239 246 255 / 0.95);
}

.fill-blue-500{
  fill: #3b82f6;
}

.fill-blue-500\/0{
  fill: rgb(59 130 246 / 0);
}

.fill-blue-500\/10{
  fill: rgb(59 130 246 / 0.1);
}

.fill-blue-500\/100{
  fill: rgb(59 130 246 / 1);
}

.fill-blue-500\/20{
  fill: rgb(59 130 246 / 0.2);
}

.fill-blue-500\/25{
  fill: rgb(59 130 246 / 0.25);
}

.fill-blue-500\/30{
  fill: rgb(59 130 246 / 0.3);
}

.fill-blue-500\/40{
  fill: rgb(59 130 246 / 0.4);
}

.fill-blue-500\/5{
  fill: rgb(59 130 246 / 0.05);
}

.fill-blue-500\/50{
  fill: rgb(59 130 246 / 0.5);
}

.fill-blue-500\/60{
  fill: rgb(59 130 246 / 0.6);
}

.fill-blue-500\/70{
  fill: rgb(59 130 246 / 0.7);
}

.fill-blue-500\/75{
  fill: rgb(59 130 246 / 0.75);
}

.fill-blue-500\/80{
  fill: rgb(59 130 246 / 0.8);
}

.fill-blue-500\/90{
  fill: rgb(59 130 246 / 0.9);
}

.fill-blue-500\/95{
  fill: rgb(59 130 246 / 0.95);
}

.fill-blue-600{
  fill: #2563eb;
}

.fill-blue-600\/0{
  fill: rgb(37 99 235 / 0);
}

.fill-blue-600\/10{
  fill: rgb(37 99 235 / 0.1);
}

.fill-blue-600\/100{
  fill: rgb(37 99 235 / 1);
}

.fill-blue-600\/20{
  fill: rgb(37 99 235 / 0.2);
}

.fill-blue-600\/25{
  fill: rgb(37 99 235 / 0.25);
}

.fill-blue-600\/30{
  fill: rgb(37 99 235 / 0.3);
}

.fill-blue-600\/40{
  fill: rgb(37 99 235 / 0.4);
}

.fill-blue-600\/5{
  fill: rgb(37 99 235 / 0.05);
}

.fill-blue-600\/50{
  fill: rgb(37 99 235 / 0.5);
}

.fill-blue-600\/60{
  fill: rgb(37 99 235 / 0.6);
}

.fill-blue-600\/70{
  fill: rgb(37 99 235 / 0.7);
}

.fill-blue-600\/75{
  fill: rgb(37 99 235 / 0.75);
}

.fill-blue-600\/80{
  fill: rgb(37 99 235 / 0.8);
}

.fill-blue-600\/90{
  fill: rgb(37 99 235 / 0.9);
}

.fill-blue-600\/95{
  fill: rgb(37 99 235 / 0.95);
}

.fill-blue-700{
  fill: #1d4ed8;
}

.fill-blue-700\/0{
  fill: rgb(29 78 216 / 0);
}

.fill-blue-700\/10{
  fill: rgb(29 78 216 / 0.1);
}

.fill-blue-700\/100{
  fill: rgb(29 78 216 / 1);
}

.fill-blue-700\/20{
  fill: rgb(29 78 216 / 0.2);
}

.fill-blue-700\/25{
  fill: rgb(29 78 216 / 0.25);
}

.fill-blue-700\/30{
  fill: rgb(29 78 216 / 0.3);
}

.fill-blue-700\/40{
  fill: rgb(29 78 216 / 0.4);
}

.fill-blue-700\/5{
  fill: rgb(29 78 216 / 0.05);
}

.fill-blue-700\/50{
  fill: rgb(29 78 216 / 0.5);
}

.fill-blue-700\/60{
  fill: rgb(29 78 216 / 0.6);
}

.fill-blue-700\/70{
  fill: rgb(29 78 216 / 0.7);
}

.fill-blue-700\/75{
  fill: rgb(29 78 216 / 0.75);
}

.fill-blue-700\/80{
  fill: rgb(29 78 216 / 0.8);
}

.fill-blue-700\/90{
  fill: rgb(29 78 216 / 0.9);
}

.fill-blue-700\/95{
  fill: rgb(29 78 216 / 0.95);
}

.fill-blue-800{
  fill: #1e40af;
}

.fill-blue-800\/0{
  fill: rgb(30 64 175 / 0);
}

.fill-blue-800\/10{
  fill: rgb(30 64 175 / 0.1);
}

.fill-blue-800\/100{
  fill: rgb(30 64 175 / 1);
}

.fill-blue-800\/20{
  fill: rgb(30 64 175 / 0.2);
}

.fill-blue-800\/25{
  fill: rgb(30 64 175 / 0.25);
}

.fill-blue-800\/30{
  fill: rgb(30 64 175 / 0.3);
}

.fill-blue-800\/40{
  fill: rgb(30 64 175 / 0.4);
}

.fill-blue-800\/5{
  fill: rgb(30 64 175 / 0.05);
}

.fill-blue-800\/50{
  fill: rgb(30 64 175 / 0.5);
}

.fill-blue-800\/60{
  fill: rgb(30 64 175 / 0.6);
}

.fill-blue-800\/70{
  fill: rgb(30 64 175 / 0.7);
}

.fill-blue-800\/75{
  fill: rgb(30 64 175 / 0.75);
}

.fill-blue-800\/80{
  fill: rgb(30 64 175 / 0.8);
}

.fill-blue-800\/90{
  fill: rgb(30 64 175 / 0.9);
}

.fill-blue-800\/95{
  fill: rgb(30 64 175 / 0.95);
}

.fill-blue-900{
  fill: #1e3a8a;
}

.fill-blue-900\/0{
  fill: rgb(30 58 138 / 0);
}

.fill-blue-900\/10{
  fill: rgb(30 58 138 / 0.1);
}

.fill-blue-900\/100{
  fill: rgb(30 58 138 / 1);
}

.fill-blue-900\/20{
  fill: rgb(30 58 138 / 0.2);
}

.fill-blue-900\/25{
  fill: rgb(30 58 138 / 0.25);
}

.fill-blue-900\/30{
  fill: rgb(30 58 138 / 0.3);
}

.fill-blue-900\/40{
  fill: rgb(30 58 138 / 0.4);
}

.fill-blue-900\/5{
  fill: rgb(30 58 138 / 0.05);
}

.fill-blue-900\/50{
  fill: rgb(30 58 138 / 0.5);
}

.fill-blue-900\/60{
  fill: rgb(30 58 138 / 0.6);
}

.fill-blue-900\/70{
  fill: rgb(30 58 138 / 0.7);
}

.fill-blue-900\/75{
  fill: rgb(30 58 138 / 0.75);
}

.fill-blue-900\/80{
  fill: rgb(30 58 138 / 0.8);
}

.fill-blue-900\/90{
  fill: rgb(30 58 138 / 0.9);
}

.fill-blue-900\/95{
  fill: rgb(30 58 138 / 0.95);
}

.fill-blue-950{
  fill: #172554;
}

.fill-blue-950\/0{
  fill: rgb(23 37 84 / 0);
}

.fill-blue-950\/10{
  fill: rgb(23 37 84 / 0.1);
}

.fill-blue-950\/100{
  fill: rgb(23 37 84 / 1);
}

.fill-blue-950\/20{
  fill: rgb(23 37 84 / 0.2);
}

.fill-blue-950\/25{
  fill: rgb(23 37 84 / 0.25);
}

.fill-blue-950\/30{
  fill: rgb(23 37 84 / 0.3);
}

.fill-blue-950\/40{
  fill: rgb(23 37 84 / 0.4);
}

.fill-blue-950\/5{
  fill: rgb(23 37 84 / 0.05);
}

.fill-blue-950\/50{
  fill: rgb(23 37 84 / 0.5);
}

.fill-blue-950\/60{
  fill: rgb(23 37 84 / 0.6);
}

.fill-blue-950\/70{
  fill: rgb(23 37 84 / 0.7);
}

.fill-blue-950\/75{
  fill: rgb(23 37 84 / 0.75);
}

.fill-blue-950\/80{
  fill: rgb(23 37 84 / 0.8);
}

.fill-blue-950\/90{
  fill: rgb(23 37 84 / 0.9);
}

.fill-blue-950\/95{
  fill: rgb(23 37 84 / 0.95);
}

.fill-current{
  fill: currentColor;
}

.fill-cyan-100{
  fill: #cffafe;
}

.fill-cyan-100\/0{
  fill: rgb(207 250 254 / 0);
}

.fill-cyan-100\/10{
  fill: rgb(207 250 254 / 0.1);
}

.fill-cyan-100\/100{
  fill: rgb(207 250 254 / 1);
}

.fill-cyan-100\/20{
  fill: rgb(207 250 254 / 0.2);
}

.fill-cyan-100\/25{
  fill: rgb(207 250 254 / 0.25);
}

.fill-cyan-100\/30{
  fill: rgb(207 250 254 / 0.3);
}

.fill-cyan-100\/40{
  fill: rgb(207 250 254 / 0.4);
}

.fill-cyan-100\/5{
  fill: rgb(207 250 254 / 0.05);
}

.fill-cyan-100\/50{
  fill: rgb(207 250 254 / 0.5);
}

.fill-cyan-100\/60{
  fill: rgb(207 250 254 / 0.6);
}

.fill-cyan-100\/70{
  fill: rgb(207 250 254 / 0.7);
}

.fill-cyan-100\/75{
  fill: rgb(207 250 254 / 0.75);
}

.fill-cyan-100\/80{
  fill: rgb(207 250 254 / 0.8);
}

.fill-cyan-100\/90{
  fill: rgb(207 250 254 / 0.9);
}

.fill-cyan-100\/95{
  fill: rgb(207 250 254 / 0.95);
}

.fill-cyan-200{
  fill: #a5f3fc;
}

.fill-cyan-200\/0{
  fill: rgb(165 243 252 / 0);
}

.fill-cyan-200\/10{
  fill: rgb(165 243 252 / 0.1);
}

.fill-cyan-200\/100{
  fill: rgb(165 243 252 / 1);
}

.fill-cyan-200\/20{
  fill: rgb(165 243 252 / 0.2);
}

.fill-cyan-200\/25{
  fill: rgb(165 243 252 / 0.25);
}

.fill-cyan-200\/30{
  fill: rgb(165 243 252 / 0.3);
}

.fill-cyan-200\/40{
  fill: rgb(165 243 252 / 0.4);
}

.fill-cyan-200\/5{
  fill: rgb(165 243 252 / 0.05);
}

.fill-cyan-200\/50{
  fill: rgb(165 243 252 / 0.5);
}

.fill-cyan-200\/60{
  fill: rgb(165 243 252 / 0.6);
}

.fill-cyan-200\/70{
  fill: rgb(165 243 252 / 0.7);
}

.fill-cyan-200\/75{
  fill: rgb(165 243 252 / 0.75);
}

.fill-cyan-200\/80{
  fill: rgb(165 243 252 / 0.8);
}

.fill-cyan-200\/90{
  fill: rgb(165 243 252 / 0.9);
}

.fill-cyan-200\/95{
  fill: rgb(165 243 252 / 0.95);
}

.fill-cyan-300{
  fill: #67e8f9;
}

.fill-cyan-300\/0{
  fill: rgb(103 232 249 / 0);
}

.fill-cyan-300\/10{
  fill: rgb(103 232 249 / 0.1);
}

.fill-cyan-300\/100{
  fill: rgb(103 232 249 / 1);
}

.fill-cyan-300\/20{
  fill: rgb(103 232 249 / 0.2);
}

.fill-cyan-300\/25{
  fill: rgb(103 232 249 / 0.25);
}

.fill-cyan-300\/30{
  fill: rgb(103 232 249 / 0.3);
}

.fill-cyan-300\/40{
  fill: rgb(103 232 249 / 0.4);
}

.fill-cyan-300\/5{
  fill: rgb(103 232 249 / 0.05);
}

.fill-cyan-300\/50{
  fill: rgb(103 232 249 / 0.5);
}

.fill-cyan-300\/60{
  fill: rgb(103 232 249 / 0.6);
}

.fill-cyan-300\/70{
  fill: rgb(103 232 249 / 0.7);
}

.fill-cyan-300\/75{
  fill: rgb(103 232 249 / 0.75);
}

.fill-cyan-300\/80{
  fill: rgb(103 232 249 / 0.8);
}

.fill-cyan-300\/90{
  fill: rgb(103 232 249 / 0.9);
}

.fill-cyan-300\/95{
  fill: rgb(103 232 249 / 0.95);
}

.fill-cyan-400{
  fill: #22d3ee;
}

.fill-cyan-400\/0{
  fill: rgb(34 211 238 / 0);
}

.fill-cyan-400\/10{
  fill: rgb(34 211 238 / 0.1);
}

.fill-cyan-400\/100{
  fill: rgb(34 211 238 / 1);
}

.fill-cyan-400\/20{
  fill: rgb(34 211 238 / 0.2);
}

.fill-cyan-400\/25{
  fill: rgb(34 211 238 / 0.25);
}

.fill-cyan-400\/30{
  fill: rgb(34 211 238 / 0.3);
}

.fill-cyan-400\/40{
  fill: rgb(34 211 238 / 0.4);
}

.fill-cyan-400\/5{
  fill: rgb(34 211 238 / 0.05);
}

.fill-cyan-400\/50{
  fill: rgb(34 211 238 / 0.5);
}

.fill-cyan-400\/60{
  fill: rgb(34 211 238 / 0.6);
}

.fill-cyan-400\/70{
  fill: rgb(34 211 238 / 0.7);
}

.fill-cyan-400\/75{
  fill: rgb(34 211 238 / 0.75);
}

.fill-cyan-400\/80{
  fill: rgb(34 211 238 / 0.8);
}

.fill-cyan-400\/90{
  fill: rgb(34 211 238 / 0.9);
}

.fill-cyan-400\/95{
  fill: rgb(34 211 238 / 0.95);
}

.fill-cyan-50{
  fill: #ecfeff;
}

.fill-cyan-50\/0{
  fill: rgb(236 254 255 / 0);
}

.fill-cyan-50\/10{
  fill: rgb(236 254 255 / 0.1);
}

.fill-cyan-50\/100{
  fill: rgb(236 254 255 / 1);
}

.fill-cyan-50\/20{
  fill: rgb(236 254 255 / 0.2);
}

.fill-cyan-50\/25{
  fill: rgb(236 254 255 / 0.25);
}

.fill-cyan-50\/30{
  fill: rgb(236 254 255 / 0.3);
}

.fill-cyan-50\/40{
  fill: rgb(236 254 255 / 0.4);
}

.fill-cyan-50\/5{
  fill: rgb(236 254 255 / 0.05);
}

.fill-cyan-50\/50{
  fill: rgb(236 254 255 / 0.5);
}

.fill-cyan-50\/60{
  fill: rgb(236 254 255 / 0.6);
}

.fill-cyan-50\/70{
  fill: rgb(236 254 255 / 0.7);
}

.fill-cyan-50\/75{
  fill: rgb(236 254 255 / 0.75);
}

.fill-cyan-50\/80{
  fill: rgb(236 254 255 / 0.8);
}

.fill-cyan-50\/90{
  fill: rgb(236 254 255 / 0.9);
}

.fill-cyan-50\/95{
  fill: rgb(236 254 255 / 0.95);
}

.fill-cyan-500{
  fill: #06b6d4;
}

.fill-cyan-500\/0{
  fill: rgb(6 182 212 / 0);
}

.fill-cyan-500\/10{
  fill: rgb(6 182 212 / 0.1);
}

.fill-cyan-500\/100{
  fill: rgb(6 182 212 / 1);
}

.fill-cyan-500\/20{
  fill: rgb(6 182 212 / 0.2);
}

.fill-cyan-500\/25{
  fill: rgb(6 182 212 / 0.25);
}

.fill-cyan-500\/30{
  fill: rgb(6 182 212 / 0.3);
}

.fill-cyan-500\/40{
  fill: rgb(6 182 212 / 0.4);
}

.fill-cyan-500\/5{
  fill: rgb(6 182 212 / 0.05);
}

.fill-cyan-500\/50{
  fill: rgb(6 182 212 / 0.5);
}

.fill-cyan-500\/60{
  fill: rgb(6 182 212 / 0.6);
}

.fill-cyan-500\/70{
  fill: rgb(6 182 212 / 0.7);
}

.fill-cyan-500\/75{
  fill: rgb(6 182 212 / 0.75);
}

.fill-cyan-500\/80{
  fill: rgb(6 182 212 / 0.8);
}

.fill-cyan-500\/90{
  fill: rgb(6 182 212 / 0.9);
}

.fill-cyan-500\/95{
  fill: rgb(6 182 212 / 0.95);
}

.fill-cyan-600{
  fill: #0891b2;
}

.fill-cyan-600\/0{
  fill: rgb(8 145 178 / 0);
}

.fill-cyan-600\/10{
  fill: rgb(8 145 178 / 0.1);
}

.fill-cyan-600\/100{
  fill: rgb(8 145 178 / 1);
}

.fill-cyan-600\/20{
  fill: rgb(8 145 178 / 0.2);
}

.fill-cyan-600\/25{
  fill: rgb(8 145 178 / 0.25);
}

.fill-cyan-600\/30{
  fill: rgb(8 145 178 / 0.3);
}

.fill-cyan-600\/40{
  fill: rgb(8 145 178 / 0.4);
}

.fill-cyan-600\/5{
  fill: rgb(8 145 178 / 0.05);
}

.fill-cyan-600\/50{
  fill: rgb(8 145 178 / 0.5);
}

.fill-cyan-600\/60{
  fill: rgb(8 145 178 / 0.6);
}

.fill-cyan-600\/70{
  fill: rgb(8 145 178 / 0.7);
}

.fill-cyan-600\/75{
  fill: rgb(8 145 178 / 0.75);
}

.fill-cyan-600\/80{
  fill: rgb(8 145 178 / 0.8);
}

.fill-cyan-600\/90{
  fill: rgb(8 145 178 / 0.9);
}

.fill-cyan-600\/95{
  fill: rgb(8 145 178 / 0.95);
}

.fill-cyan-700{
  fill: #0e7490;
}

.fill-cyan-700\/0{
  fill: rgb(14 116 144 / 0);
}

.fill-cyan-700\/10{
  fill: rgb(14 116 144 / 0.1);
}

.fill-cyan-700\/100{
  fill: rgb(14 116 144 / 1);
}

.fill-cyan-700\/20{
  fill: rgb(14 116 144 / 0.2);
}

.fill-cyan-700\/25{
  fill: rgb(14 116 144 / 0.25);
}

.fill-cyan-700\/30{
  fill: rgb(14 116 144 / 0.3);
}

.fill-cyan-700\/40{
  fill: rgb(14 116 144 / 0.4);
}

.fill-cyan-700\/5{
  fill: rgb(14 116 144 / 0.05);
}

.fill-cyan-700\/50{
  fill: rgb(14 116 144 / 0.5);
}

.fill-cyan-700\/60{
  fill: rgb(14 116 144 / 0.6);
}

.fill-cyan-700\/70{
  fill: rgb(14 116 144 / 0.7);
}

.fill-cyan-700\/75{
  fill: rgb(14 116 144 / 0.75);
}

.fill-cyan-700\/80{
  fill: rgb(14 116 144 / 0.8);
}

.fill-cyan-700\/90{
  fill: rgb(14 116 144 / 0.9);
}

.fill-cyan-700\/95{
  fill: rgb(14 116 144 / 0.95);
}

.fill-cyan-800{
  fill: #155e75;
}

.fill-cyan-800\/0{
  fill: rgb(21 94 117 / 0);
}

.fill-cyan-800\/10{
  fill: rgb(21 94 117 / 0.1);
}

.fill-cyan-800\/100{
  fill: rgb(21 94 117 / 1);
}

.fill-cyan-800\/20{
  fill: rgb(21 94 117 / 0.2);
}

.fill-cyan-800\/25{
  fill: rgb(21 94 117 / 0.25);
}

.fill-cyan-800\/30{
  fill: rgb(21 94 117 / 0.3);
}

.fill-cyan-800\/40{
  fill: rgb(21 94 117 / 0.4);
}

.fill-cyan-800\/5{
  fill: rgb(21 94 117 / 0.05);
}

.fill-cyan-800\/50{
  fill: rgb(21 94 117 / 0.5);
}

.fill-cyan-800\/60{
  fill: rgb(21 94 117 / 0.6);
}

.fill-cyan-800\/70{
  fill: rgb(21 94 117 / 0.7);
}

.fill-cyan-800\/75{
  fill: rgb(21 94 117 / 0.75);
}

.fill-cyan-800\/80{
  fill: rgb(21 94 117 / 0.8);
}

.fill-cyan-800\/90{
  fill: rgb(21 94 117 / 0.9);
}

.fill-cyan-800\/95{
  fill: rgb(21 94 117 / 0.95);
}

.fill-cyan-900{
  fill: #164e63;
}

.fill-cyan-900\/0{
  fill: rgb(22 78 99 / 0);
}

.fill-cyan-900\/10{
  fill: rgb(22 78 99 / 0.1);
}

.fill-cyan-900\/100{
  fill: rgb(22 78 99 / 1);
}

.fill-cyan-900\/20{
  fill: rgb(22 78 99 / 0.2);
}

.fill-cyan-900\/25{
  fill: rgb(22 78 99 / 0.25);
}

.fill-cyan-900\/30{
  fill: rgb(22 78 99 / 0.3);
}

.fill-cyan-900\/40{
  fill: rgb(22 78 99 / 0.4);
}

.fill-cyan-900\/5{
  fill: rgb(22 78 99 / 0.05);
}

.fill-cyan-900\/50{
  fill: rgb(22 78 99 / 0.5);
}

.fill-cyan-900\/60{
  fill: rgb(22 78 99 / 0.6);
}

.fill-cyan-900\/70{
  fill: rgb(22 78 99 / 0.7);
}

.fill-cyan-900\/75{
  fill: rgb(22 78 99 / 0.75);
}

.fill-cyan-900\/80{
  fill: rgb(22 78 99 / 0.8);
}

.fill-cyan-900\/90{
  fill: rgb(22 78 99 / 0.9);
}

.fill-cyan-900\/95{
  fill: rgb(22 78 99 / 0.95);
}

.fill-cyan-950{
  fill: #083344;
}

.fill-cyan-950\/0{
  fill: rgb(8 51 68 / 0);
}

.fill-cyan-950\/10{
  fill: rgb(8 51 68 / 0.1);
}

.fill-cyan-950\/100{
  fill: rgb(8 51 68 / 1);
}

.fill-cyan-950\/20{
  fill: rgb(8 51 68 / 0.2);
}

.fill-cyan-950\/25{
  fill: rgb(8 51 68 / 0.25);
}

.fill-cyan-950\/30{
  fill: rgb(8 51 68 / 0.3);
}

.fill-cyan-950\/40{
  fill: rgb(8 51 68 / 0.4);
}

.fill-cyan-950\/5{
  fill: rgb(8 51 68 / 0.05);
}

.fill-cyan-950\/50{
  fill: rgb(8 51 68 / 0.5);
}

.fill-cyan-950\/60{
  fill: rgb(8 51 68 / 0.6);
}

.fill-cyan-950\/70{
  fill: rgb(8 51 68 / 0.7);
}

.fill-cyan-950\/75{
  fill: rgb(8 51 68 / 0.75);
}

.fill-cyan-950\/80{
  fill: rgb(8 51 68 / 0.8);
}

.fill-cyan-950\/90{
  fill: rgb(8 51 68 / 0.9);
}

.fill-cyan-950\/95{
  fill: rgb(8 51 68 / 0.95);
}

.fill-emerald-100{
  fill: #d1fae5;
}

.fill-emerald-100\/0{
  fill: rgb(209 250 229 / 0);
}

.fill-emerald-100\/10{
  fill: rgb(209 250 229 / 0.1);
}

.fill-emerald-100\/100{
  fill: rgb(209 250 229 / 1);
}

.fill-emerald-100\/20{
  fill: rgb(209 250 229 / 0.2);
}

.fill-emerald-100\/25{
  fill: rgb(209 250 229 / 0.25);
}

.fill-emerald-100\/30{
  fill: rgb(209 250 229 / 0.3);
}

.fill-emerald-100\/40{
  fill: rgb(209 250 229 / 0.4);
}

.fill-emerald-100\/5{
  fill: rgb(209 250 229 / 0.05);
}

.fill-emerald-100\/50{
  fill: rgb(209 250 229 / 0.5);
}

.fill-emerald-100\/60{
  fill: rgb(209 250 229 / 0.6);
}

.fill-emerald-100\/70{
  fill: rgb(209 250 229 / 0.7);
}

.fill-emerald-100\/75{
  fill: rgb(209 250 229 / 0.75);
}

.fill-emerald-100\/80{
  fill: rgb(209 250 229 / 0.8);
}

.fill-emerald-100\/90{
  fill: rgb(209 250 229 / 0.9);
}

.fill-emerald-100\/95{
  fill: rgb(209 250 229 / 0.95);
}

.fill-emerald-200{
  fill: #a7f3d0;
}

.fill-emerald-200\/0{
  fill: rgb(167 243 208 / 0);
}

.fill-emerald-200\/10{
  fill: rgb(167 243 208 / 0.1);
}

.fill-emerald-200\/100{
  fill: rgb(167 243 208 / 1);
}

.fill-emerald-200\/20{
  fill: rgb(167 243 208 / 0.2);
}

.fill-emerald-200\/25{
  fill: rgb(167 243 208 / 0.25);
}

.fill-emerald-200\/30{
  fill: rgb(167 243 208 / 0.3);
}

.fill-emerald-200\/40{
  fill: rgb(167 243 208 / 0.4);
}

.fill-emerald-200\/5{
  fill: rgb(167 243 208 / 0.05);
}

.fill-emerald-200\/50{
  fill: rgb(167 243 208 / 0.5);
}

.fill-emerald-200\/60{
  fill: rgb(167 243 208 / 0.6);
}

.fill-emerald-200\/70{
  fill: rgb(167 243 208 / 0.7);
}

.fill-emerald-200\/75{
  fill: rgb(167 243 208 / 0.75);
}

.fill-emerald-200\/80{
  fill: rgb(167 243 208 / 0.8);
}

.fill-emerald-200\/90{
  fill: rgb(167 243 208 / 0.9);
}

.fill-emerald-200\/95{
  fill: rgb(167 243 208 / 0.95);
}

.fill-emerald-300{
  fill: #6ee7b7;
}

.fill-emerald-300\/0{
  fill: rgb(110 231 183 / 0);
}

.fill-emerald-300\/10{
  fill: rgb(110 231 183 / 0.1);
}

.fill-emerald-300\/100{
  fill: rgb(110 231 183 / 1);
}

.fill-emerald-300\/20{
  fill: rgb(110 231 183 / 0.2);
}

.fill-emerald-300\/25{
  fill: rgb(110 231 183 / 0.25);
}

.fill-emerald-300\/30{
  fill: rgb(110 231 183 / 0.3);
}

.fill-emerald-300\/40{
  fill: rgb(110 231 183 / 0.4);
}

.fill-emerald-300\/5{
  fill: rgb(110 231 183 / 0.05);
}

.fill-emerald-300\/50{
  fill: rgb(110 231 183 / 0.5);
}

.fill-emerald-300\/60{
  fill: rgb(110 231 183 / 0.6);
}

.fill-emerald-300\/70{
  fill: rgb(110 231 183 / 0.7);
}

.fill-emerald-300\/75{
  fill: rgb(110 231 183 / 0.75);
}

.fill-emerald-300\/80{
  fill: rgb(110 231 183 / 0.8);
}

.fill-emerald-300\/90{
  fill: rgb(110 231 183 / 0.9);
}

.fill-emerald-300\/95{
  fill: rgb(110 231 183 / 0.95);
}

.fill-emerald-400{
  fill: #34d399;
}

.fill-emerald-400\/0{
  fill: rgb(52 211 153 / 0);
}

.fill-emerald-400\/10{
  fill: rgb(52 211 153 / 0.1);
}

.fill-emerald-400\/100{
  fill: rgb(52 211 153 / 1);
}

.fill-emerald-400\/20{
  fill: rgb(52 211 153 / 0.2);
}

.fill-emerald-400\/25{
  fill: rgb(52 211 153 / 0.25);
}

.fill-emerald-400\/30{
  fill: rgb(52 211 153 / 0.3);
}

.fill-emerald-400\/40{
  fill: rgb(52 211 153 / 0.4);
}

.fill-emerald-400\/5{
  fill: rgb(52 211 153 / 0.05);
}

.fill-emerald-400\/50{
  fill: rgb(52 211 153 / 0.5);
}

.fill-emerald-400\/60{
  fill: rgb(52 211 153 / 0.6);
}

.fill-emerald-400\/70{
  fill: rgb(52 211 153 / 0.7);
}

.fill-emerald-400\/75{
  fill: rgb(52 211 153 / 0.75);
}

.fill-emerald-400\/80{
  fill: rgb(52 211 153 / 0.8);
}

.fill-emerald-400\/90{
  fill: rgb(52 211 153 / 0.9);
}

.fill-emerald-400\/95{
  fill: rgb(52 211 153 / 0.95);
}

.fill-emerald-50{
  fill: #ecfdf5;
}

.fill-emerald-50\/0{
  fill: rgb(236 253 245 / 0);
}

.fill-emerald-50\/10{
  fill: rgb(236 253 245 / 0.1);
}

.fill-emerald-50\/100{
  fill: rgb(236 253 245 / 1);
}

.fill-emerald-50\/20{
  fill: rgb(236 253 245 / 0.2);
}

.fill-emerald-50\/25{
  fill: rgb(236 253 245 / 0.25);
}

.fill-emerald-50\/30{
  fill: rgb(236 253 245 / 0.3);
}

.fill-emerald-50\/40{
  fill: rgb(236 253 245 / 0.4);
}

.fill-emerald-50\/5{
  fill: rgb(236 253 245 / 0.05);
}

.fill-emerald-50\/50{
  fill: rgb(236 253 245 / 0.5);
}

.fill-emerald-50\/60{
  fill: rgb(236 253 245 / 0.6);
}

.fill-emerald-50\/70{
  fill: rgb(236 253 245 / 0.7);
}

.fill-emerald-50\/75{
  fill: rgb(236 253 245 / 0.75);
}

.fill-emerald-50\/80{
  fill: rgb(236 253 245 / 0.8);
}

.fill-emerald-50\/90{
  fill: rgb(236 253 245 / 0.9);
}

.fill-emerald-50\/95{
  fill: rgb(236 253 245 / 0.95);
}

.fill-emerald-500{
  fill: #10b981;
}

.fill-emerald-500\/0{
  fill: rgb(16 185 129 / 0);
}

.fill-emerald-500\/10{
  fill: rgb(16 185 129 / 0.1);
}

.fill-emerald-500\/100{
  fill: rgb(16 185 129 / 1);
}

.fill-emerald-500\/20{
  fill: rgb(16 185 129 / 0.2);
}

.fill-emerald-500\/25{
  fill: rgb(16 185 129 / 0.25);
}

.fill-emerald-500\/30{
  fill: rgb(16 185 129 / 0.3);
}

.fill-emerald-500\/40{
  fill: rgb(16 185 129 / 0.4);
}

.fill-emerald-500\/5{
  fill: rgb(16 185 129 / 0.05);
}

.fill-emerald-500\/50{
  fill: rgb(16 185 129 / 0.5);
}

.fill-emerald-500\/60{
  fill: rgb(16 185 129 / 0.6);
}

.fill-emerald-500\/70{
  fill: rgb(16 185 129 / 0.7);
}

.fill-emerald-500\/75{
  fill: rgb(16 185 129 / 0.75);
}

.fill-emerald-500\/80{
  fill: rgb(16 185 129 / 0.8);
}

.fill-emerald-500\/90{
  fill: rgb(16 185 129 / 0.9);
}

.fill-emerald-500\/95{
  fill: rgb(16 185 129 / 0.95);
}

.fill-emerald-600{
  fill: #059669;
}

.fill-emerald-600\/0{
  fill: rgb(5 150 105 / 0);
}

.fill-emerald-600\/10{
  fill: rgb(5 150 105 / 0.1);
}

.fill-emerald-600\/100{
  fill: rgb(5 150 105 / 1);
}

.fill-emerald-600\/20{
  fill: rgb(5 150 105 / 0.2);
}

.fill-emerald-600\/25{
  fill: rgb(5 150 105 / 0.25);
}

.fill-emerald-600\/30{
  fill: rgb(5 150 105 / 0.3);
}

.fill-emerald-600\/40{
  fill: rgb(5 150 105 / 0.4);
}

.fill-emerald-600\/5{
  fill: rgb(5 150 105 / 0.05);
}

.fill-emerald-600\/50{
  fill: rgb(5 150 105 / 0.5);
}

.fill-emerald-600\/60{
  fill: rgb(5 150 105 / 0.6);
}

.fill-emerald-600\/70{
  fill: rgb(5 150 105 / 0.7);
}

.fill-emerald-600\/75{
  fill: rgb(5 150 105 / 0.75);
}

.fill-emerald-600\/80{
  fill: rgb(5 150 105 / 0.8);
}

.fill-emerald-600\/90{
  fill: rgb(5 150 105 / 0.9);
}

.fill-emerald-600\/95{
  fill: rgb(5 150 105 / 0.95);
}

.fill-emerald-700{
  fill: #047857;
}

.fill-emerald-700\/0{
  fill: rgb(4 120 87 / 0);
}

.fill-emerald-700\/10{
  fill: rgb(4 120 87 / 0.1);
}

.fill-emerald-700\/100{
  fill: rgb(4 120 87 / 1);
}

.fill-emerald-700\/20{
  fill: rgb(4 120 87 / 0.2);
}

.fill-emerald-700\/25{
  fill: rgb(4 120 87 / 0.25);
}

.fill-emerald-700\/30{
  fill: rgb(4 120 87 / 0.3);
}

.fill-emerald-700\/40{
  fill: rgb(4 120 87 / 0.4);
}

.fill-emerald-700\/5{
  fill: rgb(4 120 87 / 0.05);
}

.fill-emerald-700\/50{
  fill: rgb(4 120 87 / 0.5);
}

.fill-emerald-700\/60{
  fill: rgb(4 120 87 / 0.6);
}

.fill-emerald-700\/70{
  fill: rgb(4 120 87 / 0.7);
}

.fill-emerald-700\/75{
  fill: rgb(4 120 87 / 0.75);
}

.fill-emerald-700\/80{
  fill: rgb(4 120 87 / 0.8);
}

.fill-emerald-700\/90{
  fill: rgb(4 120 87 / 0.9);
}

.fill-emerald-700\/95{
  fill: rgb(4 120 87 / 0.95);
}

.fill-emerald-800{
  fill: #065f46;
}

.fill-emerald-800\/0{
  fill: rgb(6 95 70 / 0);
}

.fill-emerald-800\/10{
  fill: rgb(6 95 70 / 0.1);
}

.fill-emerald-800\/100{
  fill: rgb(6 95 70 / 1);
}

.fill-emerald-800\/20{
  fill: rgb(6 95 70 / 0.2);
}

.fill-emerald-800\/25{
  fill: rgb(6 95 70 / 0.25);
}

.fill-emerald-800\/30{
  fill: rgb(6 95 70 / 0.3);
}

.fill-emerald-800\/40{
  fill: rgb(6 95 70 / 0.4);
}

.fill-emerald-800\/5{
  fill: rgb(6 95 70 / 0.05);
}

.fill-emerald-800\/50{
  fill: rgb(6 95 70 / 0.5);
}

.fill-emerald-800\/60{
  fill: rgb(6 95 70 / 0.6);
}

.fill-emerald-800\/70{
  fill: rgb(6 95 70 / 0.7);
}

.fill-emerald-800\/75{
  fill: rgb(6 95 70 / 0.75);
}

.fill-emerald-800\/80{
  fill: rgb(6 95 70 / 0.8);
}

.fill-emerald-800\/90{
  fill: rgb(6 95 70 / 0.9);
}

.fill-emerald-800\/95{
  fill: rgb(6 95 70 / 0.95);
}

.fill-emerald-900{
  fill: #064e3b;
}

.fill-emerald-900\/0{
  fill: rgb(6 78 59 / 0);
}

.fill-emerald-900\/10{
  fill: rgb(6 78 59 / 0.1);
}

.fill-emerald-900\/100{
  fill: rgb(6 78 59 / 1);
}

.fill-emerald-900\/20{
  fill: rgb(6 78 59 / 0.2);
}

.fill-emerald-900\/25{
  fill: rgb(6 78 59 / 0.25);
}

.fill-emerald-900\/30{
  fill: rgb(6 78 59 / 0.3);
}

.fill-emerald-900\/40{
  fill: rgb(6 78 59 / 0.4);
}

.fill-emerald-900\/5{
  fill: rgb(6 78 59 / 0.05);
}

.fill-emerald-900\/50{
  fill: rgb(6 78 59 / 0.5);
}

.fill-emerald-900\/60{
  fill: rgb(6 78 59 / 0.6);
}

.fill-emerald-900\/70{
  fill: rgb(6 78 59 / 0.7);
}

.fill-emerald-900\/75{
  fill: rgb(6 78 59 / 0.75);
}

.fill-emerald-900\/80{
  fill: rgb(6 78 59 / 0.8);
}

.fill-emerald-900\/90{
  fill: rgb(6 78 59 / 0.9);
}

.fill-emerald-900\/95{
  fill: rgb(6 78 59 / 0.95);
}

.fill-emerald-950{
  fill: #022c22;
}

.fill-emerald-950\/0{
  fill: rgb(2 44 34 / 0);
}

.fill-emerald-950\/10{
  fill: rgb(2 44 34 / 0.1);
}

.fill-emerald-950\/100{
  fill: rgb(2 44 34 / 1);
}

.fill-emerald-950\/20{
  fill: rgb(2 44 34 / 0.2);
}

.fill-emerald-950\/25{
  fill: rgb(2 44 34 / 0.25);
}

.fill-emerald-950\/30{
  fill: rgb(2 44 34 / 0.3);
}

.fill-emerald-950\/40{
  fill: rgb(2 44 34 / 0.4);
}

.fill-emerald-950\/5{
  fill: rgb(2 44 34 / 0.05);
}

.fill-emerald-950\/50{
  fill: rgb(2 44 34 / 0.5);
}

.fill-emerald-950\/60{
  fill: rgb(2 44 34 / 0.6);
}

.fill-emerald-950\/70{
  fill: rgb(2 44 34 / 0.7);
}

.fill-emerald-950\/75{
  fill: rgb(2 44 34 / 0.75);
}

.fill-emerald-950\/80{
  fill: rgb(2 44 34 / 0.8);
}

.fill-emerald-950\/90{
  fill: rgb(2 44 34 / 0.9);
}

.fill-emerald-950\/95{
  fill: rgb(2 44 34 / 0.95);
}

.fill-event-text-100{
  fill: #033942;
}

.fill-event-text-100\/0{
  fill: rgb(3 57 66 / 0);
}

.fill-event-text-100\/10{
  fill: rgb(3 57 66 / 0.1);
}

.fill-event-text-100\/100{
  fill: rgb(3 57 66 / 1);
}

.fill-event-text-100\/20{
  fill: rgb(3 57 66 / 0.2);
}

.fill-event-text-100\/25{
  fill: rgb(3 57 66 / 0.25);
}

.fill-event-text-100\/30{
  fill: rgb(3 57 66 / 0.3);
}

.fill-event-text-100\/40{
  fill: rgb(3 57 66 / 0.4);
}

.fill-event-text-100\/5{
  fill: rgb(3 57 66 / 0.05);
}

.fill-event-text-100\/50{
  fill: rgb(3 57 66 / 0.5);
}

.fill-event-text-100\/60{
  fill: rgb(3 57 66 / 0.6);
}

.fill-event-text-100\/70{
  fill: rgb(3 57 66 / 0.7);
}

.fill-event-text-100\/75{
  fill: rgb(3 57 66 / 0.75);
}

.fill-event-text-100\/80{
  fill: rgb(3 57 66 / 0.8);
}

.fill-event-text-100\/90{
  fill: rgb(3 57 66 / 0.9);
}

.fill-event-text-100\/95{
  fill: rgb(3 57 66 / 0.95);
}

.fill-event-text-200{
  fill: #383b44;
}

.fill-event-text-200\/0{
  fill: rgb(56 59 68 / 0);
}

.fill-event-text-200\/10{
  fill: rgb(56 59 68 / 0.1);
}

.fill-event-text-200\/100{
  fill: rgb(56 59 68 / 1);
}

.fill-event-text-200\/20{
  fill: rgb(56 59 68 / 0.2);
}

.fill-event-text-200\/25{
  fill: rgb(56 59 68 / 0.25);
}

.fill-event-text-200\/30{
  fill: rgb(56 59 68 / 0.3);
}

.fill-event-text-200\/40{
  fill: rgb(56 59 68 / 0.4);
}

.fill-event-text-200\/5{
  fill: rgb(56 59 68 / 0.05);
}

.fill-event-text-200\/50{
  fill: rgb(56 59 68 / 0.5);
}

.fill-event-text-200\/60{
  fill: rgb(56 59 68 / 0.6);
}

.fill-event-text-200\/70{
  fill: rgb(56 59 68 / 0.7);
}

.fill-event-text-200\/75{
  fill: rgb(56 59 68 / 0.75);
}

.fill-event-text-200\/80{
  fill: rgb(56 59 68 / 0.8);
}

.fill-event-text-200\/90{
  fill: rgb(56 59 68 / 0.9);
}

.fill-event-text-200\/95{
  fill: rgb(56 59 68 / 0.95);
}

.fill-fuchsia-100{
  fill: #fae8ff;
}

.fill-fuchsia-100\/0{
  fill: rgb(250 232 255 / 0);
}

.fill-fuchsia-100\/10{
  fill: rgb(250 232 255 / 0.1);
}

.fill-fuchsia-100\/100{
  fill: rgb(250 232 255 / 1);
}

.fill-fuchsia-100\/20{
  fill: rgb(250 232 255 / 0.2);
}

.fill-fuchsia-100\/25{
  fill: rgb(250 232 255 / 0.25);
}

.fill-fuchsia-100\/30{
  fill: rgb(250 232 255 / 0.3);
}

.fill-fuchsia-100\/40{
  fill: rgb(250 232 255 / 0.4);
}

.fill-fuchsia-100\/5{
  fill: rgb(250 232 255 / 0.05);
}

.fill-fuchsia-100\/50{
  fill: rgb(250 232 255 / 0.5);
}

.fill-fuchsia-100\/60{
  fill: rgb(250 232 255 / 0.6);
}

.fill-fuchsia-100\/70{
  fill: rgb(250 232 255 / 0.7);
}

.fill-fuchsia-100\/75{
  fill: rgb(250 232 255 / 0.75);
}

.fill-fuchsia-100\/80{
  fill: rgb(250 232 255 / 0.8);
}

.fill-fuchsia-100\/90{
  fill: rgb(250 232 255 / 0.9);
}

.fill-fuchsia-100\/95{
  fill: rgb(250 232 255 / 0.95);
}

.fill-fuchsia-200{
  fill: #f5d0fe;
}

.fill-fuchsia-200\/0{
  fill: rgb(245 208 254 / 0);
}

.fill-fuchsia-200\/10{
  fill: rgb(245 208 254 / 0.1);
}

.fill-fuchsia-200\/100{
  fill: rgb(245 208 254 / 1);
}

.fill-fuchsia-200\/20{
  fill: rgb(245 208 254 / 0.2);
}

.fill-fuchsia-200\/25{
  fill: rgb(245 208 254 / 0.25);
}

.fill-fuchsia-200\/30{
  fill: rgb(245 208 254 / 0.3);
}

.fill-fuchsia-200\/40{
  fill: rgb(245 208 254 / 0.4);
}

.fill-fuchsia-200\/5{
  fill: rgb(245 208 254 / 0.05);
}

.fill-fuchsia-200\/50{
  fill: rgb(245 208 254 / 0.5);
}

.fill-fuchsia-200\/60{
  fill: rgb(245 208 254 / 0.6);
}

.fill-fuchsia-200\/70{
  fill: rgb(245 208 254 / 0.7);
}

.fill-fuchsia-200\/75{
  fill: rgb(245 208 254 / 0.75);
}

.fill-fuchsia-200\/80{
  fill: rgb(245 208 254 / 0.8);
}

.fill-fuchsia-200\/90{
  fill: rgb(245 208 254 / 0.9);
}

.fill-fuchsia-200\/95{
  fill: rgb(245 208 254 / 0.95);
}

.fill-fuchsia-300{
  fill: #f0abfc;
}

.fill-fuchsia-300\/0{
  fill: rgb(240 171 252 / 0);
}

.fill-fuchsia-300\/10{
  fill: rgb(240 171 252 / 0.1);
}

.fill-fuchsia-300\/100{
  fill: rgb(240 171 252 / 1);
}

.fill-fuchsia-300\/20{
  fill: rgb(240 171 252 / 0.2);
}

.fill-fuchsia-300\/25{
  fill: rgb(240 171 252 / 0.25);
}

.fill-fuchsia-300\/30{
  fill: rgb(240 171 252 / 0.3);
}

.fill-fuchsia-300\/40{
  fill: rgb(240 171 252 / 0.4);
}

.fill-fuchsia-300\/5{
  fill: rgb(240 171 252 / 0.05);
}

.fill-fuchsia-300\/50{
  fill: rgb(240 171 252 / 0.5);
}

.fill-fuchsia-300\/60{
  fill: rgb(240 171 252 / 0.6);
}

.fill-fuchsia-300\/70{
  fill: rgb(240 171 252 / 0.7);
}

.fill-fuchsia-300\/75{
  fill: rgb(240 171 252 / 0.75);
}

.fill-fuchsia-300\/80{
  fill: rgb(240 171 252 / 0.8);
}

.fill-fuchsia-300\/90{
  fill: rgb(240 171 252 / 0.9);
}

.fill-fuchsia-300\/95{
  fill: rgb(240 171 252 / 0.95);
}

.fill-fuchsia-400{
  fill: #e879f9;
}

.fill-fuchsia-400\/0{
  fill: rgb(232 121 249 / 0);
}

.fill-fuchsia-400\/10{
  fill: rgb(232 121 249 / 0.1);
}

.fill-fuchsia-400\/100{
  fill: rgb(232 121 249 / 1);
}

.fill-fuchsia-400\/20{
  fill: rgb(232 121 249 / 0.2);
}

.fill-fuchsia-400\/25{
  fill: rgb(232 121 249 / 0.25);
}

.fill-fuchsia-400\/30{
  fill: rgb(232 121 249 / 0.3);
}

.fill-fuchsia-400\/40{
  fill: rgb(232 121 249 / 0.4);
}

.fill-fuchsia-400\/5{
  fill: rgb(232 121 249 / 0.05);
}

.fill-fuchsia-400\/50{
  fill: rgb(232 121 249 / 0.5);
}

.fill-fuchsia-400\/60{
  fill: rgb(232 121 249 / 0.6);
}

.fill-fuchsia-400\/70{
  fill: rgb(232 121 249 / 0.7);
}

.fill-fuchsia-400\/75{
  fill: rgb(232 121 249 / 0.75);
}

.fill-fuchsia-400\/80{
  fill: rgb(232 121 249 / 0.8);
}

.fill-fuchsia-400\/90{
  fill: rgb(232 121 249 / 0.9);
}

.fill-fuchsia-400\/95{
  fill: rgb(232 121 249 / 0.95);
}

.fill-fuchsia-50{
  fill: #fdf4ff;
}

.fill-fuchsia-50\/0{
  fill: rgb(253 244 255 / 0);
}

.fill-fuchsia-50\/10{
  fill: rgb(253 244 255 / 0.1);
}

.fill-fuchsia-50\/100{
  fill: rgb(253 244 255 / 1);
}

.fill-fuchsia-50\/20{
  fill: rgb(253 244 255 / 0.2);
}

.fill-fuchsia-50\/25{
  fill: rgb(253 244 255 / 0.25);
}

.fill-fuchsia-50\/30{
  fill: rgb(253 244 255 / 0.3);
}

.fill-fuchsia-50\/40{
  fill: rgb(253 244 255 / 0.4);
}

.fill-fuchsia-50\/5{
  fill: rgb(253 244 255 / 0.05);
}

.fill-fuchsia-50\/50{
  fill: rgb(253 244 255 / 0.5);
}

.fill-fuchsia-50\/60{
  fill: rgb(253 244 255 / 0.6);
}

.fill-fuchsia-50\/70{
  fill: rgb(253 244 255 / 0.7);
}

.fill-fuchsia-50\/75{
  fill: rgb(253 244 255 / 0.75);
}

.fill-fuchsia-50\/80{
  fill: rgb(253 244 255 / 0.8);
}

.fill-fuchsia-50\/90{
  fill: rgb(253 244 255 / 0.9);
}

.fill-fuchsia-50\/95{
  fill: rgb(253 244 255 / 0.95);
}

.fill-fuchsia-500{
  fill: #d946ef;
}

.fill-fuchsia-500\/0{
  fill: rgb(217 70 239 / 0);
}

.fill-fuchsia-500\/10{
  fill: rgb(217 70 239 / 0.1);
}

.fill-fuchsia-500\/100{
  fill: rgb(217 70 239 / 1);
}

.fill-fuchsia-500\/20{
  fill: rgb(217 70 239 / 0.2);
}

.fill-fuchsia-500\/25{
  fill: rgb(217 70 239 / 0.25);
}

.fill-fuchsia-500\/30{
  fill: rgb(217 70 239 / 0.3);
}

.fill-fuchsia-500\/40{
  fill: rgb(217 70 239 / 0.4);
}

.fill-fuchsia-500\/5{
  fill: rgb(217 70 239 / 0.05);
}

.fill-fuchsia-500\/50{
  fill: rgb(217 70 239 / 0.5);
}

.fill-fuchsia-500\/60{
  fill: rgb(217 70 239 / 0.6);
}

.fill-fuchsia-500\/70{
  fill: rgb(217 70 239 / 0.7);
}

.fill-fuchsia-500\/75{
  fill: rgb(217 70 239 / 0.75);
}

.fill-fuchsia-500\/80{
  fill: rgb(217 70 239 / 0.8);
}

.fill-fuchsia-500\/90{
  fill: rgb(217 70 239 / 0.9);
}

.fill-fuchsia-500\/95{
  fill: rgb(217 70 239 / 0.95);
}

.fill-fuchsia-600{
  fill: #c026d3;
}

.fill-fuchsia-600\/0{
  fill: rgb(192 38 211 / 0);
}

.fill-fuchsia-600\/10{
  fill: rgb(192 38 211 / 0.1);
}

.fill-fuchsia-600\/100{
  fill: rgb(192 38 211 / 1);
}

.fill-fuchsia-600\/20{
  fill: rgb(192 38 211 / 0.2);
}

.fill-fuchsia-600\/25{
  fill: rgb(192 38 211 / 0.25);
}

.fill-fuchsia-600\/30{
  fill: rgb(192 38 211 / 0.3);
}

.fill-fuchsia-600\/40{
  fill: rgb(192 38 211 / 0.4);
}

.fill-fuchsia-600\/5{
  fill: rgb(192 38 211 / 0.05);
}

.fill-fuchsia-600\/50{
  fill: rgb(192 38 211 / 0.5);
}

.fill-fuchsia-600\/60{
  fill: rgb(192 38 211 / 0.6);
}

.fill-fuchsia-600\/70{
  fill: rgb(192 38 211 / 0.7);
}

.fill-fuchsia-600\/75{
  fill: rgb(192 38 211 / 0.75);
}

.fill-fuchsia-600\/80{
  fill: rgb(192 38 211 / 0.8);
}

.fill-fuchsia-600\/90{
  fill: rgb(192 38 211 / 0.9);
}

.fill-fuchsia-600\/95{
  fill: rgb(192 38 211 / 0.95);
}

.fill-fuchsia-700{
  fill: #a21caf;
}

.fill-fuchsia-700\/0{
  fill: rgb(162 28 175 / 0);
}

.fill-fuchsia-700\/10{
  fill: rgb(162 28 175 / 0.1);
}

.fill-fuchsia-700\/100{
  fill: rgb(162 28 175 / 1);
}

.fill-fuchsia-700\/20{
  fill: rgb(162 28 175 / 0.2);
}

.fill-fuchsia-700\/25{
  fill: rgb(162 28 175 / 0.25);
}

.fill-fuchsia-700\/30{
  fill: rgb(162 28 175 / 0.3);
}

.fill-fuchsia-700\/40{
  fill: rgb(162 28 175 / 0.4);
}

.fill-fuchsia-700\/5{
  fill: rgb(162 28 175 / 0.05);
}

.fill-fuchsia-700\/50{
  fill: rgb(162 28 175 / 0.5);
}

.fill-fuchsia-700\/60{
  fill: rgb(162 28 175 / 0.6);
}

.fill-fuchsia-700\/70{
  fill: rgb(162 28 175 / 0.7);
}

.fill-fuchsia-700\/75{
  fill: rgb(162 28 175 / 0.75);
}

.fill-fuchsia-700\/80{
  fill: rgb(162 28 175 / 0.8);
}

.fill-fuchsia-700\/90{
  fill: rgb(162 28 175 / 0.9);
}

.fill-fuchsia-700\/95{
  fill: rgb(162 28 175 / 0.95);
}

.fill-fuchsia-800{
  fill: #86198f;
}

.fill-fuchsia-800\/0{
  fill: rgb(134 25 143 / 0);
}

.fill-fuchsia-800\/10{
  fill: rgb(134 25 143 / 0.1);
}

.fill-fuchsia-800\/100{
  fill: rgb(134 25 143 / 1);
}

.fill-fuchsia-800\/20{
  fill: rgb(134 25 143 / 0.2);
}

.fill-fuchsia-800\/25{
  fill: rgb(134 25 143 / 0.25);
}

.fill-fuchsia-800\/30{
  fill: rgb(134 25 143 / 0.3);
}

.fill-fuchsia-800\/40{
  fill: rgb(134 25 143 / 0.4);
}

.fill-fuchsia-800\/5{
  fill: rgb(134 25 143 / 0.05);
}

.fill-fuchsia-800\/50{
  fill: rgb(134 25 143 / 0.5);
}

.fill-fuchsia-800\/60{
  fill: rgb(134 25 143 / 0.6);
}

.fill-fuchsia-800\/70{
  fill: rgb(134 25 143 / 0.7);
}

.fill-fuchsia-800\/75{
  fill: rgb(134 25 143 / 0.75);
}

.fill-fuchsia-800\/80{
  fill: rgb(134 25 143 / 0.8);
}

.fill-fuchsia-800\/90{
  fill: rgb(134 25 143 / 0.9);
}

.fill-fuchsia-800\/95{
  fill: rgb(134 25 143 / 0.95);
}

.fill-fuchsia-900{
  fill: #701a75;
}

.fill-fuchsia-900\/0{
  fill: rgb(112 26 117 / 0);
}

.fill-fuchsia-900\/10{
  fill: rgb(112 26 117 / 0.1);
}

.fill-fuchsia-900\/100{
  fill: rgb(112 26 117 / 1);
}

.fill-fuchsia-900\/20{
  fill: rgb(112 26 117 / 0.2);
}

.fill-fuchsia-900\/25{
  fill: rgb(112 26 117 / 0.25);
}

.fill-fuchsia-900\/30{
  fill: rgb(112 26 117 / 0.3);
}

.fill-fuchsia-900\/40{
  fill: rgb(112 26 117 / 0.4);
}

.fill-fuchsia-900\/5{
  fill: rgb(112 26 117 / 0.05);
}

.fill-fuchsia-900\/50{
  fill: rgb(112 26 117 / 0.5);
}

.fill-fuchsia-900\/60{
  fill: rgb(112 26 117 / 0.6);
}

.fill-fuchsia-900\/70{
  fill: rgb(112 26 117 / 0.7);
}

.fill-fuchsia-900\/75{
  fill: rgb(112 26 117 / 0.75);
}

.fill-fuchsia-900\/80{
  fill: rgb(112 26 117 / 0.8);
}

.fill-fuchsia-900\/90{
  fill: rgb(112 26 117 / 0.9);
}

.fill-fuchsia-900\/95{
  fill: rgb(112 26 117 / 0.95);
}

.fill-fuchsia-950{
  fill: #4a044e;
}

.fill-fuchsia-950\/0{
  fill: rgb(74 4 78 / 0);
}

.fill-fuchsia-950\/10{
  fill: rgb(74 4 78 / 0.1);
}

.fill-fuchsia-950\/100{
  fill: rgb(74 4 78 / 1);
}

.fill-fuchsia-950\/20{
  fill: rgb(74 4 78 / 0.2);
}

.fill-fuchsia-950\/25{
  fill: rgb(74 4 78 / 0.25);
}

.fill-fuchsia-950\/30{
  fill: rgb(74 4 78 / 0.3);
}

.fill-fuchsia-950\/40{
  fill: rgb(74 4 78 / 0.4);
}

.fill-fuchsia-950\/5{
  fill: rgb(74 4 78 / 0.05);
}

.fill-fuchsia-950\/50{
  fill: rgb(74 4 78 / 0.5);
}

.fill-fuchsia-950\/60{
  fill: rgb(74 4 78 / 0.6);
}

.fill-fuchsia-950\/70{
  fill: rgb(74 4 78 / 0.7);
}

.fill-fuchsia-950\/75{
  fill: rgb(74 4 78 / 0.75);
}

.fill-fuchsia-950\/80{
  fill: rgb(74 4 78 / 0.8);
}

.fill-fuchsia-950\/90{
  fill: rgb(74 4 78 / 0.9);
}

.fill-fuchsia-950\/95{
  fill: rgb(74 4 78 / 0.95);
}

.fill-gray-100{
  fill: #f3f4f6;
}

.fill-gray-100\/0{
  fill: rgb(243 244 246 / 0);
}

.fill-gray-100\/10{
  fill: rgb(243 244 246 / 0.1);
}

.fill-gray-100\/100{
  fill: rgb(243 244 246 / 1);
}

.fill-gray-100\/20{
  fill: rgb(243 244 246 / 0.2);
}

.fill-gray-100\/25{
  fill: rgb(243 244 246 / 0.25);
}

.fill-gray-100\/30{
  fill: rgb(243 244 246 / 0.3);
}

.fill-gray-100\/40{
  fill: rgb(243 244 246 / 0.4);
}

.fill-gray-100\/5{
  fill: rgb(243 244 246 / 0.05);
}

.fill-gray-100\/50{
  fill: rgb(243 244 246 / 0.5);
}

.fill-gray-100\/60{
  fill: rgb(243 244 246 / 0.6);
}

.fill-gray-100\/70{
  fill: rgb(243 244 246 / 0.7);
}

.fill-gray-100\/75{
  fill: rgb(243 244 246 / 0.75);
}

.fill-gray-100\/80{
  fill: rgb(243 244 246 / 0.8);
}

.fill-gray-100\/90{
  fill: rgb(243 244 246 / 0.9);
}

.fill-gray-100\/95{
  fill: rgb(243 244 246 / 0.95);
}

.fill-gray-200{
  fill: #e5e7eb;
}

.fill-gray-200\/0{
  fill: rgb(229 231 235 / 0);
}

.fill-gray-200\/10{
  fill: rgb(229 231 235 / 0.1);
}

.fill-gray-200\/100{
  fill: rgb(229 231 235 / 1);
}

.fill-gray-200\/20{
  fill: rgb(229 231 235 / 0.2);
}

.fill-gray-200\/25{
  fill: rgb(229 231 235 / 0.25);
}

.fill-gray-200\/30{
  fill: rgb(229 231 235 / 0.3);
}

.fill-gray-200\/40{
  fill: rgb(229 231 235 / 0.4);
}

.fill-gray-200\/5{
  fill: rgb(229 231 235 / 0.05);
}

.fill-gray-200\/50{
  fill: rgb(229 231 235 / 0.5);
}

.fill-gray-200\/60{
  fill: rgb(229 231 235 / 0.6);
}

.fill-gray-200\/70{
  fill: rgb(229 231 235 / 0.7);
}

.fill-gray-200\/75{
  fill: rgb(229 231 235 / 0.75);
}

.fill-gray-200\/80{
  fill: rgb(229 231 235 / 0.8);
}

.fill-gray-200\/90{
  fill: rgb(229 231 235 / 0.9);
}

.fill-gray-200\/95{
  fill: rgb(229 231 235 / 0.95);
}

.fill-gray-300{
  fill: #d1d5db;
}

.fill-gray-300\/0{
  fill: rgb(209 213 219 / 0);
}

.fill-gray-300\/10{
  fill: rgb(209 213 219 / 0.1);
}

.fill-gray-300\/100{
  fill: rgb(209 213 219 / 1);
}

.fill-gray-300\/20{
  fill: rgb(209 213 219 / 0.2);
}

.fill-gray-300\/25{
  fill: rgb(209 213 219 / 0.25);
}

.fill-gray-300\/30{
  fill: rgb(209 213 219 / 0.3);
}

.fill-gray-300\/40{
  fill: rgb(209 213 219 / 0.4);
}

.fill-gray-300\/5{
  fill: rgb(209 213 219 / 0.05);
}

.fill-gray-300\/50{
  fill: rgb(209 213 219 / 0.5);
}

.fill-gray-300\/60{
  fill: rgb(209 213 219 / 0.6);
}

.fill-gray-300\/70{
  fill: rgb(209 213 219 / 0.7);
}

.fill-gray-300\/75{
  fill: rgb(209 213 219 / 0.75);
}

.fill-gray-300\/80{
  fill: rgb(209 213 219 / 0.8);
}

.fill-gray-300\/90{
  fill: rgb(209 213 219 / 0.9);
}

.fill-gray-300\/95{
  fill: rgb(209 213 219 / 0.95);
}

.fill-gray-400{
  fill: #9ca3af;
}

.fill-gray-400\/0{
  fill: rgb(156 163 175 / 0);
}

.fill-gray-400\/10{
  fill: rgb(156 163 175 / 0.1);
}

.fill-gray-400\/100{
  fill: rgb(156 163 175 / 1);
}

.fill-gray-400\/20{
  fill: rgb(156 163 175 / 0.2);
}

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

.fill-gray-400\/30{
  fill: rgb(156 163 175 / 0.3);
}

.fill-gray-400\/40{
  fill: rgb(156 163 175 / 0.4);
}

.fill-gray-400\/5{
  fill: rgb(156 163 175 / 0.05);
}

.fill-gray-400\/50{
  fill: rgb(156 163 175 / 0.5);
}

.fill-gray-400\/60{
  fill: rgb(156 163 175 / 0.6);
}

.fill-gray-400\/70{
  fill: rgb(156 163 175 / 0.7);
}

.fill-gray-400\/75{
  fill: rgb(156 163 175 / 0.75);
}

.fill-gray-400\/80{
  fill: rgb(156 163 175 / 0.8);
}

.fill-gray-400\/90{
  fill: rgb(156 163 175 / 0.9);
}

.fill-gray-400\/95{
  fill: rgb(156 163 175 / 0.95);
}

.fill-gray-50{
  fill: #f9fafb;
}

.fill-gray-50\/0{
  fill: rgb(249 250 251 / 0);
}

.fill-gray-50\/10{
  fill: rgb(249 250 251 / 0.1);
}

.fill-gray-50\/100{
  fill: rgb(249 250 251 / 1);
}

.fill-gray-50\/20{
  fill: rgb(249 250 251 / 0.2);
}

.fill-gray-50\/25{
  fill: rgb(249 250 251 / 0.25);
}

.fill-gray-50\/30{
  fill: rgb(249 250 251 / 0.3);
}

.fill-gray-50\/40{
  fill: rgb(249 250 251 / 0.4);
}

.fill-gray-50\/5{
  fill: rgb(249 250 251 / 0.05);
}

.fill-gray-50\/50{
  fill: rgb(249 250 251 / 0.5);
}

.fill-gray-50\/60{
  fill: rgb(249 250 251 / 0.6);
}

.fill-gray-50\/70{
  fill: rgb(249 250 251 / 0.7);
}

.fill-gray-50\/75{
  fill: rgb(249 250 251 / 0.75);
}

.fill-gray-50\/80{
  fill: rgb(249 250 251 / 0.8);
}

.fill-gray-50\/90{
  fill: rgb(249 250 251 / 0.9);
}

.fill-gray-50\/95{
  fill: rgb(249 250 251 / 0.95);
}

.fill-gray-500{
  fill: #6b7280;
}

.fill-gray-500\/0{
  fill: rgb(107 114 128 / 0);
}

.fill-gray-500\/10{
  fill: rgb(107 114 128 / 0.1);
}

.fill-gray-500\/100{
  fill: rgb(107 114 128 / 1);
}

.fill-gray-500\/20{
  fill: rgb(107 114 128 / 0.2);
}

.fill-gray-500\/25{
  fill: rgb(107 114 128 / 0.25);
}

.fill-gray-500\/30{
  fill: rgb(107 114 128 / 0.3);
}

.fill-gray-500\/40{
  fill: rgb(107 114 128 / 0.4);
}

.fill-gray-500\/5{
  fill: rgb(107 114 128 / 0.05);
}

.fill-gray-500\/50{
  fill: rgb(107 114 128 / 0.5);
}

.fill-gray-500\/60{
  fill: rgb(107 114 128 / 0.6);
}

.fill-gray-500\/70{
  fill: rgb(107 114 128 / 0.7);
}

.fill-gray-500\/75{
  fill: rgb(107 114 128 / 0.75);
}

.fill-gray-500\/80{
  fill: rgb(107 114 128 / 0.8);
}

.fill-gray-500\/90{
  fill: rgb(107 114 128 / 0.9);
}

.fill-gray-500\/95{
  fill: rgb(107 114 128 / 0.95);
}

.fill-gray-600{
  fill: #4b5563;
}

.fill-gray-600\/0{
  fill: rgb(75 85 99 / 0);
}

.fill-gray-600\/10{
  fill: rgb(75 85 99 / 0.1);
}

.fill-gray-600\/100{
  fill: rgb(75 85 99 / 1);
}

.fill-gray-600\/20{
  fill: rgb(75 85 99 / 0.2);
}

.fill-gray-600\/25{
  fill: rgb(75 85 99 / 0.25);
}

.fill-gray-600\/30{
  fill: rgb(75 85 99 / 0.3);
}

.fill-gray-600\/40{
  fill: rgb(75 85 99 / 0.4);
}

.fill-gray-600\/5{
  fill: rgb(75 85 99 / 0.05);
}

.fill-gray-600\/50{
  fill: rgb(75 85 99 / 0.5);
}

.fill-gray-600\/60{
  fill: rgb(75 85 99 / 0.6);
}

.fill-gray-600\/70{
  fill: rgb(75 85 99 / 0.7);
}

.fill-gray-600\/75{
  fill: rgb(75 85 99 / 0.75);
}

.fill-gray-600\/80{
  fill: rgb(75 85 99 / 0.8);
}

.fill-gray-600\/90{
  fill: rgb(75 85 99 / 0.9);
}

.fill-gray-600\/95{
  fill: rgb(75 85 99 / 0.95);
}

.fill-gray-700{
  fill: #374151;
}

.fill-gray-700\/0{
  fill: rgb(55 65 81 / 0);
}

.fill-gray-700\/10{
  fill: rgb(55 65 81 / 0.1);
}

.fill-gray-700\/100{
  fill: rgb(55 65 81 / 1);
}

.fill-gray-700\/20{
  fill: rgb(55 65 81 / 0.2);
}

.fill-gray-700\/25{
  fill: rgb(55 65 81 / 0.25);
}

.fill-gray-700\/30{
  fill: rgb(55 65 81 / 0.3);
}

.fill-gray-700\/40{
  fill: rgb(55 65 81 / 0.4);
}

.fill-gray-700\/5{
  fill: rgb(55 65 81 / 0.05);
}

.fill-gray-700\/50{
  fill: rgb(55 65 81 / 0.5);
}

.fill-gray-700\/60{
  fill: rgb(55 65 81 / 0.6);
}

.fill-gray-700\/70{
  fill: rgb(55 65 81 / 0.7);
}

.fill-gray-700\/75{
  fill: rgb(55 65 81 / 0.75);
}

.fill-gray-700\/80{
  fill: rgb(55 65 81 / 0.8);
}

.fill-gray-700\/90{
  fill: rgb(55 65 81 / 0.9);
}

.fill-gray-700\/95{
  fill: rgb(55 65 81 / 0.95);
}

.fill-gray-800{
  fill: #1f2937;
}

.fill-gray-800\/0{
  fill: rgb(31 41 55 / 0);
}

.fill-gray-800\/10{
  fill: rgb(31 41 55 / 0.1);
}

.fill-gray-800\/100{
  fill: rgb(31 41 55 / 1);
}

.fill-gray-800\/20{
  fill: rgb(31 41 55 / 0.2);
}

.fill-gray-800\/25{
  fill: rgb(31 41 55 / 0.25);
}

.fill-gray-800\/30{
  fill: rgb(31 41 55 / 0.3);
}

.fill-gray-800\/40{
  fill: rgb(31 41 55 / 0.4);
}

.fill-gray-800\/5{
  fill: rgb(31 41 55 / 0.05);
}

.fill-gray-800\/50{
  fill: rgb(31 41 55 / 0.5);
}

.fill-gray-800\/60{
  fill: rgb(31 41 55 / 0.6);
}

.fill-gray-800\/70{
  fill: rgb(31 41 55 / 0.7);
}

.fill-gray-800\/75{
  fill: rgb(31 41 55 / 0.75);
}

.fill-gray-800\/80{
  fill: rgb(31 41 55 / 0.8);
}

.fill-gray-800\/90{
  fill: rgb(31 41 55 / 0.9);
}

.fill-gray-800\/95{
  fill: rgb(31 41 55 / 0.95);
}

.fill-gray-900{
  fill: #111827;
}

.fill-gray-900\/0{
  fill: rgb(17 24 39 / 0);
}

.fill-gray-900\/10{
  fill: rgb(17 24 39 / 0.1);
}

.fill-gray-900\/100{
  fill: rgb(17 24 39 / 1);
}

.fill-gray-900\/20{
  fill: rgb(17 24 39 / 0.2);
}

.fill-gray-900\/25{
  fill: rgb(17 24 39 / 0.25);
}

.fill-gray-900\/30{
  fill: rgb(17 24 39 / 0.3);
}

.fill-gray-900\/40{
  fill: rgb(17 24 39 / 0.4);
}

.fill-gray-900\/5{
  fill: rgb(17 24 39 / 0.05);
}

.fill-gray-900\/50{
  fill: rgb(17 24 39 / 0.5);
}

.fill-gray-900\/60{
  fill: rgb(17 24 39 / 0.6);
}

.fill-gray-900\/70{
  fill: rgb(17 24 39 / 0.7);
}

.fill-gray-900\/75{
  fill: rgb(17 24 39 / 0.75);
}

.fill-gray-900\/80{
  fill: rgb(17 24 39 / 0.8);
}

.fill-gray-900\/90{
  fill: rgb(17 24 39 / 0.9);
}

.fill-gray-900\/95{
  fill: rgb(17 24 39 / 0.95);
}

.fill-gray-950{
  fill: #030712;
}

.fill-gray-950\/0{
  fill: rgb(3 7 18 / 0);
}

.fill-gray-950\/10{
  fill: rgb(3 7 18 / 0.1);
}

.fill-gray-950\/100{
  fill: rgb(3 7 18 / 1);
}

.fill-gray-950\/20{
  fill: rgb(3 7 18 / 0.2);
}

.fill-gray-950\/25{
  fill: rgb(3 7 18 / 0.25);
}

.fill-gray-950\/30{
  fill: rgb(3 7 18 / 0.3);
}

.fill-gray-950\/40{
  fill: rgb(3 7 18 / 0.4);
}

.fill-gray-950\/5{
  fill: rgb(3 7 18 / 0.05);
}

.fill-gray-950\/50{
  fill: rgb(3 7 18 / 0.5);
}

.fill-gray-950\/60{
  fill: rgb(3 7 18 / 0.6);
}

.fill-gray-950\/70{
  fill: rgb(3 7 18 / 0.7);
}

.fill-gray-950\/75{
  fill: rgb(3 7 18 / 0.75);
}

.fill-gray-950\/80{
  fill: rgb(3 7 18 / 0.8);
}

.fill-gray-950\/90{
  fill: rgb(3 7 18 / 0.9);
}

.fill-gray-950\/95{
  fill: rgb(3 7 18 / 0.95);
}

.fill-green-100{
  fill: #dcfce7;
}

.fill-green-100\/0{
  fill: rgb(220 252 231 / 0);
}

.fill-green-100\/10{
  fill: rgb(220 252 231 / 0.1);
}

.fill-green-100\/100{
  fill: rgb(220 252 231 / 1);
}

.fill-green-100\/20{
  fill: rgb(220 252 231 / 0.2);
}

.fill-green-100\/25{
  fill: rgb(220 252 231 / 0.25);
}

.fill-green-100\/30{
  fill: rgb(220 252 231 / 0.3);
}

.fill-green-100\/40{
  fill: rgb(220 252 231 / 0.4);
}

.fill-green-100\/5{
  fill: rgb(220 252 231 / 0.05);
}

.fill-green-100\/50{
  fill: rgb(220 252 231 / 0.5);
}

.fill-green-100\/60{
  fill: rgb(220 252 231 / 0.6);
}

.fill-green-100\/70{
  fill: rgb(220 252 231 / 0.7);
}

.fill-green-100\/75{
  fill: rgb(220 252 231 / 0.75);
}

.fill-green-100\/80{
  fill: rgb(220 252 231 / 0.8);
}

.fill-green-100\/90{
  fill: rgb(220 252 231 / 0.9);
}

.fill-green-100\/95{
  fill: rgb(220 252 231 / 0.95);
}

.fill-green-200{
  fill: #bbf7d0;
}

.fill-green-200\/0{
  fill: rgb(187 247 208 / 0);
}

.fill-green-200\/10{
  fill: rgb(187 247 208 / 0.1);
}

.fill-green-200\/100{
  fill: rgb(187 247 208 / 1);
}

.fill-green-200\/20{
  fill: rgb(187 247 208 / 0.2);
}

.fill-green-200\/25{
  fill: rgb(187 247 208 / 0.25);
}

.fill-green-200\/30{
  fill: rgb(187 247 208 / 0.3);
}

.fill-green-200\/40{
  fill: rgb(187 247 208 / 0.4);
}

.fill-green-200\/5{
  fill: rgb(187 247 208 / 0.05);
}

.fill-green-200\/50{
  fill: rgb(187 247 208 / 0.5);
}

.fill-green-200\/60{
  fill: rgb(187 247 208 / 0.6);
}

.fill-green-200\/70{
  fill: rgb(187 247 208 / 0.7);
}

.fill-green-200\/75{
  fill: rgb(187 247 208 / 0.75);
}

.fill-green-200\/80{
  fill: rgb(187 247 208 / 0.8);
}

.fill-green-200\/90{
  fill: rgb(187 247 208 / 0.9);
}

.fill-green-200\/95{
  fill: rgb(187 247 208 / 0.95);
}

.fill-green-300{
  fill: #86efac;
}

.fill-green-300\/0{
  fill: rgb(134 239 172 / 0);
}

.fill-green-300\/10{
  fill: rgb(134 239 172 / 0.1);
}

.fill-green-300\/100{
  fill: rgb(134 239 172 / 1);
}

.fill-green-300\/20{
  fill: rgb(134 239 172 / 0.2);
}

.fill-green-300\/25{
  fill: rgb(134 239 172 / 0.25);
}

.fill-green-300\/30{
  fill: rgb(134 239 172 / 0.3);
}

.fill-green-300\/40{
  fill: rgb(134 239 172 / 0.4);
}

.fill-green-300\/5{
  fill: rgb(134 239 172 / 0.05);
}

.fill-green-300\/50{
  fill: rgb(134 239 172 / 0.5);
}

.fill-green-300\/60{
  fill: rgb(134 239 172 / 0.6);
}

.fill-green-300\/70{
  fill: rgb(134 239 172 / 0.7);
}

.fill-green-300\/75{
  fill: rgb(134 239 172 / 0.75);
}

.fill-green-300\/80{
  fill: rgb(134 239 172 / 0.8);
}

.fill-green-300\/90{
  fill: rgb(134 239 172 / 0.9);
}

.fill-green-300\/95{
  fill: rgb(134 239 172 / 0.95);
}

.fill-green-400{
  fill: #4ade80;
}

.fill-green-400\/0{
  fill: rgb(74 222 128 / 0);
}

.fill-green-400\/10{
  fill: rgb(74 222 128 / 0.1);
}

.fill-green-400\/100{
  fill: rgb(74 222 128 / 1);
}

.fill-green-400\/20{
  fill: rgb(74 222 128 / 0.2);
}

.fill-green-400\/25{
  fill: rgb(74 222 128 / 0.25);
}

.fill-green-400\/30{
  fill: rgb(74 222 128 / 0.3);
}

.fill-green-400\/40{
  fill: rgb(74 222 128 / 0.4);
}

.fill-green-400\/5{
  fill: rgb(74 222 128 / 0.05);
}

.fill-green-400\/50{
  fill: rgb(74 222 128 / 0.5);
}

.fill-green-400\/60{
  fill: rgb(74 222 128 / 0.6);
}

.fill-green-400\/70{
  fill: rgb(74 222 128 / 0.7);
}

.fill-green-400\/75{
  fill: rgb(74 222 128 / 0.75);
}

.fill-green-400\/80{
  fill: rgb(74 222 128 / 0.8);
}

.fill-green-400\/90{
  fill: rgb(74 222 128 / 0.9);
}

.fill-green-400\/95{
  fill: rgb(74 222 128 / 0.95);
}

.fill-green-50{
  fill: #f0fdf4;
}

.fill-green-50\/0{
  fill: rgb(240 253 244 / 0);
}

.fill-green-50\/10{
  fill: rgb(240 253 244 / 0.1);
}

.fill-green-50\/100{
  fill: rgb(240 253 244 / 1);
}

.fill-green-50\/20{
  fill: rgb(240 253 244 / 0.2);
}

.fill-green-50\/25{
  fill: rgb(240 253 244 / 0.25);
}

.fill-green-50\/30{
  fill: rgb(240 253 244 / 0.3);
}

.fill-green-50\/40{
  fill: rgb(240 253 244 / 0.4);
}

.fill-green-50\/5{
  fill: rgb(240 253 244 / 0.05);
}

.fill-green-50\/50{
  fill: rgb(240 253 244 / 0.5);
}

.fill-green-50\/60{
  fill: rgb(240 253 244 / 0.6);
}

.fill-green-50\/70{
  fill: rgb(240 253 244 / 0.7);
}

.fill-green-50\/75{
  fill: rgb(240 253 244 / 0.75);
}

.fill-green-50\/80{
  fill: rgb(240 253 244 / 0.8);
}

.fill-green-50\/90{
  fill: rgb(240 253 244 / 0.9);
}

.fill-green-50\/95{
  fill: rgb(240 253 244 / 0.95);
}

.fill-green-500{
  fill: #22c55e;
}

.fill-green-500\/0{
  fill: rgb(34 197 94 / 0);
}

.fill-green-500\/10{
  fill: rgb(34 197 94 / 0.1);
}

.fill-green-500\/100{
  fill: rgb(34 197 94 / 1);
}

.fill-green-500\/20{
  fill: rgb(34 197 94 / 0.2);
}

.fill-green-500\/25{
  fill: rgb(34 197 94 / 0.25);
}

.fill-green-500\/30{
  fill: rgb(34 197 94 / 0.3);
}

.fill-green-500\/40{
  fill: rgb(34 197 94 / 0.4);
}

.fill-green-500\/5{
  fill: rgb(34 197 94 / 0.05);
}

.fill-green-500\/50{
  fill: rgb(34 197 94 / 0.5);
}

.fill-green-500\/60{
  fill: rgb(34 197 94 / 0.6);
}

.fill-green-500\/70{
  fill: rgb(34 197 94 / 0.7);
}

.fill-green-500\/75{
  fill: rgb(34 197 94 / 0.75);
}

.fill-green-500\/80{
  fill: rgb(34 197 94 / 0.8);
}

.fill-green-500\/90{
  fill: rgb(34 197 94 / 0.9);
}

.fill-green-500\/95{
  fill: rgb(34 197 94 / 0.95);
}

.fill-green-600{
  fill: #16a34a;
}

.fill-green-600\/0{
  fill: rgb(22 163 74 / 0);
}

.fill-green-600\/10{
  fill: rgb(22 163 74 / 0.1);
}

.fill-green-600\/100{
  fill: rgb(22 163 74 / 1);
}

.fill-green-600\/20{
  fill: rgb(22 163 74 / 0.2);
}

.fill-green-600\/25{
  fill: rgb(22 163 74 / 0.25);
}

.fill-green-600\/30{
  fill: rgb(22 163 74 / 0.3);
}

.fill-green-600\/40{
  fill: rgb(22 163 74 / 0.4);
}

.fill-green-600\/5{
  fill: rgb(22 163 74 / 0.05);
}

.fill-green-600\/50{
  fill: rgb(22 163 74 / 0.5);
}

.fill-green-600\/60{
  fill: rgb(22 163 74 / 0.6);
}

.fill-green-600\/70{
  fill: rgb(22 163 74 / 0.7);
}

.fill-green-600\/75{
  fill: rgb(22 163 74 / 0.75);
}

.fill-green-600\/80{
  fill: rgb(22 163 74 / 0.8);
}

.fill-green-600\/90{
  fill: rgb(22 163 74 / 0.9);
}

.fill-green-600\/95{
  fill: rgb(22 163 74 / 0.95);
}

.fill-green-700{
  fill: #15803d;
}

.fill-green-700\/0{
  fill: rgb(21 128 61 / 0);
}

.fill-green-700\/10{
  fill: rgb(21 128 61 / 0.1);
}

.fill-green-700\/100{
  fill: rgb(21 128 61 / 1);
}

.fill-green-700\/20{
  fill: rgb(21 128 61 / 0.2);
}

.fill-green-700\/25{
  fill: rgb(21 128 61 / 0.25);
}

.fill-green-700\/30{
  fill: rgb(21 128 61 / 0.3);
}

.fill-green-700\/40{
  fill: rgb(21 128 61 / 0.4);
}

.fill-green-700\/5{
  fill: rgb(21 128 61 / 0.05);
}

.fill-green-700\/50{
  fill: rgb(21 128 61 / 0.5);
}

.fill-green-700\/60{
  fill: rgb(21 128 61 / 0.6);
}

.fill-green-700\/70{
  fill: rgb(21 128 61 / 0.7);
}

.fill-green-700\/75{
  fill: rgb(21 128 61 / 0.75);
}

.fill-green-700\/80{
  fill: rgb(21 128 61 / 0.8);
}

.fill-green-700\/90{
  fill: rgb(21 128 61 / 0.9);
}

.fill-green-700\/95{
  fill: rgb(21 128 61 / 0.95);
}

.fill-green-800{
  fill: #166534;
}

.fill-green-800\/0{
  fill: rgb(22 101 52 / 0);
}

.fill-green-800\/10{
  fill: rgb(22 101 52 / 0.1);
}

.fill-green-800\/100{
  fill: rgb(22 101 52 / 1);
}

.fill-green-800\/20{
  fill: rgb(22 101 52 / 0.2);
}

.fill-green-800\/25{
  fill: rgb(22 101 52 / 0.25);
}

.fill-green-800\/30{
  fill: rgb(22 101 52 / 0.3);
}

.fill-green-800\/40{
  fill: rgb(22 101 52 / 0.4);
}

.fill-green-800\/5{
  fill: rgb(22 101 52 / 0.05);
}

.fill-green-800\/50{
  fill: rgb(22 101 52 / 0.5);
}

.fill-green-800\/60{
  fill: rgb(22 101 52 / 0.6);
}

.fill-green-800\/70{
  fill: rgb(22 101 52 / 0.7);
}

.fill-green-800\/75{
  fill: rgb(22 101 52 / 0.75);
}

.fill-green-800\/80{
  fill: rgb(22 101 52 / 0.8);
}

.fill-green-800\/90{
  fill: rgb(22 101 52 / 0.9);
}

.fill-green-800\/95{
  fill: rgb(22 101 52 / 0.95);
}

.fill-green-900{
  fill: #14532d;
}

.fill-green-900\/0{
  fill: rgb(20 83 45 / 0);
}

.fill-green-900\/10{
  fill: rgb(20 83 45 / 0.1);
}

.fill-green-900\/100{
  fill: rgb(20 83 45 / 1);
}

.fill-green-900\/20{
  fill: rgb(20 83 45 / 0.2);
}

.fill-green-900\/25{
  fill: rgb(20 83 45 / 0.25);
}

.fill-green-900\/30{
  fill: rgb(20 83 45 / 0.3);
}

.fill-green-900\/40{
  fill: rgb(20 83 45 / 0.4);
}

.fill-green-900\/5{
  fill: rgb(20 83 45 / 0.05);
}

.fill-green-900\/50{
  fill: rgb(20 83 45 / 0.5);
}

.fill-green-900\/60{
  fill: rgb(20 83 45 / 0.6);
}

.fill-green-900\/70{
  fill: rgb(20 83 45 / 0.7);
}

.fill-green-900\/75{
  fill: rgb(20 83 45 / 0.75);
}

.fill-green-900\/80{
  fill: rgb(20 83 45 / 0.8);
}

.fill-green-900\/90{
  fill: rgb(20 83 45 / 0.9);
}

.fill-green-900\/95{
  fill: rgb(20 83 45 / 0.95);
}

.fill-green-950{
  fill: #052e16;
}

.fill-green-950\/0{
  fill: rgb(5 46 22 / 0);
}

.fill-green-950\/10{
  fill: rgb(5 46 22 / 0.1);
}

.fill-green-950\/100{
  fill: rgb(5 46 22 / 1);
}

.fill-green-950\/20{
  fill: rgb(5 46 22 / 0.2);
}

.fill-green-950\/25{
  fill: rgb(5 46 22 / 0.25);
}

.fill-green-950\/30{
  fill: rgb(5 46 22 / 0.3);
}

.fill-green-950\/40{
  fill: rgb(5 46 22 / 0.4);
}

.fill-green-950\/5{
  fill: rgb(5 46 22 / 0.05);
}

.fill-green-950\/50{
  fill: rgb(5 46 22 / 0.5);
}

.fill-green-950\/60{
  fill: rgb(5 46 22 / 0.6);
}

.fill-green-950\/70{
  fill: rgb(5 46 22 / 0.7);
}

.fill-green-950\/75{
  fill: rgb(5 46 22 / 0.75);
}

.fill-green-950\/80{
  fill: rgb(5 46 22 / 0.8);
}

.fill-green-950\/90{
  fill: rgb(5 46 22 / 0.9);
}

.fill-green-950\/95{
  fill: rgb(5 46 22 / 0.95);
}

.fill-indigo-100{
  fill: #e0e7ff;
}

.fill-indigo-100\/0{
  fill: rgb(224 231 255 / 0);
}

.fill-indigo-100\/10{
  fill: rgb(224 231 255 / 0.1);
}

.fill-indigo-100\/100{
  fill: rgb(224 231 255 / 1);
}

.fill-indigo-100\/20{
  fill: rgb(224 231 255 / 0.2);
}

.fill-indigo-100\/25{
  fill: rgb(224 231 255 / 0.25);
}

.fill-indigo-100\/30{
  fill: rgb(224 231 255 / 0.3);
}

.fill-indigo-100\/40{
  fill: rgb(224 231 255 / 0.4);
}

.fill-indigo-100\/5{
  fill: rgb(224 231 255 / 0.05);
}

.fill-indigo-100\/50{
  fill: rgb(224 231 255 / 0.5);
}

.fill-indigo-100\/60{
  fill: rgb(224 231 255 / 0.6);
}

.fill-indigo-100\/70{
  fill: rgb(224 231 255 / 0.7);
}

.fill-indigo-100\/75{
  fill: rgb(224 231 255 / 0.75);
}

.fill-indigo-100\/80{
  fill: rgb(224 231 255 / 0.8);
}

.fill-indigo-100\/90{
  fill: rgb(224 231 255 / 0.9);
}

.fill-indigo-100\/95{
  fill: rgb(224 231 255 / 0.95);
}

.fill-indigo-200{
  fill: #c7d2fe;
}

.fill-indigo-200\/0{
  fill: rgb(199 210 254 / 0);
}

.fill-indigo-200\/10{
  fill: rgb(199 210 254 / 0.1);
}

.fill-indigo-200\/100{
  fill: rgb(199 210 254 / 1);
}

.fill-indigo-200\/20{
  fill: rgb(199 210 254 / 0.2);
}

.fill-indigo-200\/25{
  fill: rgb(199 210 254 / 0.25);
}

.fill-indigo-200\/30{
  fill: rgb(199 210 254 / 0.3);
}

.fill-indigo-200\/40{
  fill: rgb(199 210 254 / 0.4);
}

.fill-indigo-200\/5{
  fill: rgb(199 210 254 / 0.05);
}

.fill-indigo-200\/50{
  fill: rgb(199 210 254 / 0.5);
}

.fill-indigo-200\/60{
  fill: rgb(199 210 254 / 0.6);
}

.fill-indigo-200\/70{
  fill: rgb(199 210 254 / 0.7);
}

.fill-indigo-200\/75{
  fill: rgb(199 210 254 / 0.75);
}

.fill-indigo-200\/80{
  fill: rgb(199 210 254 / 0.8);
}

.fill-indigo-200\/90{
  fill: rgb(199 210 254 / 0.9);
}

.fill-indigo-200\/95{
  fill: rgb(199 210 254 / 0.95);
}

.fill-indigo-300{
  fill: #a5b4fc;
}

.fill-indigo-300\/0{
  fill: rgb(165 180 252 / 0);
}

.fill-indigo-300\/10{
  fill: rgb(165 180 252 / 0.1);
}

.fill-indigo-300\/100{
  fill: rgb(165 180 252 / 1);
}

.fill-indigo-300\/20{
  fill: rgb(165 180 252 / 0.2);
}

.fill-indigo-300\/25{
  fill: rgb(165 180 252 / 0.25);
}

.fill-indigo-300\/30{
  fill: rgb(165 180 252 / 0.3);
}

.fill-indigo-300\/40{
  fill: rgb(165 180 252 / 0.4);
}

.fill-indigo-300\/5{
  fill: rgb(165 180 252 / 0.05);
}

.fill-indigo-300\/50{
  fill: rgb(165 180 252 / 0.5);
}

.fill-indigo-300\/60{
  fill: rgb(165 180 252 / 0.6);
}

.fill-indigo-300\/70{
  fill: rgb(165 180 252 / 0.7);
}

.fill-indigo-300\/75{
  fill: rgb(165 180 252 / 0.75);
}

.fill-indigo-300\/80{
  fill: rgb(165 180 252 / 0.8);
}

.fill-indigo-300\/90{
  fill: rgb(165 180 252 / 0.9);
}

.fill-indigo-300\/95{
  fill: rgb(165 180 252 / 0.95);
}

.fill-indigo-400{
  fill: #818cf8;
}

.fill-indigo-400\/0{
  fill: rgb(129 140 248 / 0);
}

.fill-indigo-400\/10{
  fill: rgb(129 140 248 / 0.1);
}

.fill-indigo-400\/100{
  fill: rgb(129 140 248 / 1);
}

.fill-indigo-400\/20{
  fill: rgb(129 140 248 / 0.2);
}

.fill-indigo-400\/25{
  fill: rgb(129 140 248 / 0.25);
}

.fill-indigo-400\/30{
  fill: rgb(129 140 248 / 0.3);
}

.fill-indigo-400\/40{
  fill: rgb(129 140 248 / 0.4);
}

.fill-indigo-400\/5{
  fill: rgb(129 140 248 / 0.05);
}

.fill-indigo-400\/50{
  fill: rgb(129 140 248 / 0.5);
}

.fill-indigo-400\/60{
  fill: rgb(129 140 248 / 0.6);
}

.fill-indigo-400\/70{
  fill: rgb(129 140 248 / 0.7);
}

.fill-indigo-400\/75{
  fill: rgb(129 140 248 / 0.75);
}

.fill-indigo-400\/80{
  fill: rgb(129 140 248 / 0.8);
}

.fill-indigo-400\/90{
  fill: rgb(129 140 248 / 0.9);
}

.fill-indigo-400\/95{
  fill: rgb(129 140 248 / 0.95);
}

.fill-indigo-50{
  fill: #eef2ff;
}

.fill-indigo-50\/0{
  fill: rgb(238 242 255 / 0);
}

.fill-indigo-50\/10{
  fill: rgb(238 242 255 / 0.1);
}

.fill-indigo-50\/100{
  fill: rgb(238 242 255 / 1);
}

.fill-indigo-50\/20{
  fill: rgb(238 242 255 / 0.2);
}

.fill-indigo-50\/25{
  fill: rgb(238 242 255 / 0.25);
}

.fill-indigo-50\/30{
  fill: rgb(238 242 255 / 0.3);
}

.fill-indigo-50\/40{
  fill: rgb(238 242 255 / 0.4);
}

.fill-indigo-50\/5{
  fill: rgb(238 242 255 / 0.05);
}

.fill-indigo-50\/50{
  fill: rgb(238 242 255 / 0.5);
}

.fill-indigo-50\/60{
  fill: rgb(238 242 255 / 0.6);
}

.fill-indigo-50\/70{
  fill: rgb(238 242 255 / 0.7);
}

.fill-indigo-50\/75{
  fill: rgb(238 242 255 / 0.75);
}

.fill-indigo-50\/80{
  fill: rgb(238 242 255 / 0.8);
}

.fill-indigo-50\/90{
  fill: rgb(238 242 255 / 0.9);
}

.fill-indigo-50\/95{
  fill: rgb(238 242 255 / 0.95);
}

.fill-indigo-500{
  fill: #6366f1;
}

.fill-indigo-500\/0{
  fill: rgb(99 102 241 / 0);
}

.fill-indigo-500\/10{
  fill: rgb(99 102 241 / 0.1);
}

.fill-indigo-500\/100{
  fill: rgb(99 102 241 / 1);
}

.fill-indigo-500\/20{
  fill: rgb(99 102 241 / 0.2);
}

.fill-indigo-500\/25{
  fill: rgb(99 102 241 / 0.25);
}

.fill-indigo-500\/30{
  fill: rgb(99 102 241 / 0.3);
}

.fill-indigo-500\/40{
  fill: rgb(99 102 241 / 0.4);
}

.fill-indigo-500\/5{
  fill: rgb(99 102 241 / 0.05);
}

.fill-indigo-500\/50{
  fill: rgb(99 102 241 / 0.5);
}

.fill-indigo-500\/60{
  fill: rgb(99 102 241 / 0.6);
}

.fill-indigo-500\/70{
  fill: rgb(99 102 241 / 0.7);
}

.fill-indigo-500\/75{
  fill: rgb(99 102 241 / 0.75);
}

.fill-indigo-500\/80{
  fill: rgb(99 102 241 / 0.8);
}

.fill-indigo-500\/90{
  fill: rgb(99 102 241 / 0.9);
}

.fill-indigo-500\/95{
  fill: rgb(99 102 241 / 0.95);
}

.fill-indigo-600{
  fill: #4f46e5;
}

.fill-indigo-600\/0{
  fill: rgb(79 70 229 / 0);
}

.fill-indigo-600\/10{
  fill: rgb(79 70 229 / 0.1);
}

.fill-indigo-600\/100{
  fill: rgb(79 70 229 / 1);
}

.fill-indigo-600\/20{
  fill: rgb(79 70 229 / 0.2);
}

.fill-indigo-600\/25{
  fill: rgb(79 70 229 / 0.25);
}

.fill-indigo-600\/30{
  fill: rgb(79 70 229 / 0.3);
}

.fill-indigo-600\/40{
  fill: rgb(79 70 229 / 0.4);
}

.fill-indigo-600\/5{
  fill: rgb(79 70 229 / 0.05);
}

.fill-indigo-600\/50{
  fill: rgb(79 70 229 / 0.5);
}

.fill-indigo-600\/60{
  fill: rgb(79 70 229 / 0.6);
}

.fill-indigo-600\/70{
  fill: rgb(79 70 229 / 0.7);
}

.fill-indigo-600\/75{
  fill: rgb(79 70 229 / 0.75);
}

.fill-indigo-600\/80{
  fill: rgb(79 70 229 / 0.8);
}

.fill-indigo-600\/90{
  fill: rgb(79 70 229 / 0.9);
}

.fill-indigo-600\/95{
  fill: rgb(79 70 229 / 0.95);
}

.fill-indigo-700{
  fill: #4338ca;
}

.fill-indigo-700\/0{
  fill: rgb(67 56 202 / 0);
}

.fill-indigo-700\/10{
  fill: rgb(67 56 202 / 0.1);
}

.fill-indigo-700\/100{
  fill: rgb(67 56 202 / 1);
}

.fill-indigo-700\/20{
  fill: rgb(67 56 202 / 0.2);
}

.fill-indigo-700\/25{
  fill: rgb(67 56 202 / 0.25);
}

.fill-indigo-700\/30{
  fill: rgb(67 56 202 / 0.3);
}

.fill-indigo-700\/40{
  fill: rgb(67 56 202 / 0.4);
}

.fill-indigo-700\/5{
  fill: rgb(67 56 202 / 0.05);
}

.fill-indigo-700\/50{
  fill: rgb(67 56 202 / 0.5);
}

.fill-indigo-700\/60{
  fill: rgb(67 56 202 / 0.6);
}

.fill-indigo-700\/70{
  fill: rgb(67 56 202 / 0.7);
}

.fill-indigo-700\/75{
  fill: rgb(67 56 202 / 0.75);
}

.fill-indigo-700\/80{
  fill: rgb(67 56 202 / 0.8);
}

.fill-indigo-700\/90{
  fill: rgb(67 56 202 / 0.9);
}

.fill-indigo-700\/95{
  fill: rgb(67 56 202 / 0.95);
}

.fill-indigo-800{
  fill: #3730a3;
}

.fill-indigo-800\/0{
  fill: rgb(55 48 163 / 0);
}

.fill-indigo-800\/10{
  fill: rgb(55 48 163 / 0.1);
}

.fill-indigo-800\/100{
  fill: rgb(55 48 163 / 1);
}

.fill-indigo-800\/20{
  fill: rgb(55 48 163 / 0.2);
}

.fill-indigo-800\/25{
  fill: rgb(55 48 163 / 0.25);
}

.fill-indigo-800\/30{
  fill: rgb(55 48 163 / 0.3);
}

.fill-indigo-800\/40{
  fill: rgb(55 48 163 / 0.4);
}

.fill-indigo-800\/5{
  fill: rgb(55 48 163 / 0.05);
}

.fill-indigo-800\/50{
  fill: rgb(55 48 163 / 0.5);
}

.fill-indigo-800\/60{
  fill: rgb(55 48 163 / 0.6);
}

.fill-indigo-800\/70{
  fill: rgb(55 48 163 / 0.7);
}

.fill-indigo-800\/75{
  fill: rgb(55 48 163 / 0.75);
}

.fill-indigo-800\/80{
  fill: rgb(55 48 163 / 0.8);
}

.fill-indigo-800\/90{
  fill: rgb(55 48 163 / 0.9);
}

.fill-indigo-800\/95{
  fill: rgb(55 48 163 / 0.95);
}

.fill-indigo-900{
  fill: #312e81;
}

.fill-indigo-900\/0{
  fill: rgb(49 46 129 / 0);
}

.fill-indigo-900\/10{
  fill: rgb(49 46 129 / 0.1);
}

.fill-indigo-900\/100{
  fill: rgb(49 46 129 / 1);
}

.fill-indigo-900\/20{
  fill: rgb(49 46 129 / 0.2);
}

.fill-indigo-900\/25{
  fill: rgb(49 46 129 / 0.25);
}

.fill-indigo-900\/30{
  fill: rgb(49 46 129 / 0.3);
}

.fill-indigo-900\/40{
  fill: rgb(49 46 129 / 0.4);
}

.fill-indigo-900\/5{
  fill: rgb(49 46 129 / 0.05);
}

.fill-indigo-900\/50{
  fill: rgb(49 46 129 / 0.5);
}

.fill-indigo-900\/60{
  fill: rgb(49 46 129 / 0.6);
}

.fill-indigo-900\/70{
  fill: rgb(49 46 129 / 0.7);
}

.fill-indigo-900\/75{
  fill: rgb(49 46 129 / 0.75);
}

.fill-indigo-900\/80{
  fill: rgb(49 46 129 / 0.8);
}

.fill-indigo-900\/90{
  fill: rgb(49 46 129 / 0.9);
}

.fill-indigo-900\/95{
  fill: rgb(49 46 129 / 0.95);
}

.fill-indigo-950{
  fill: #1e1b4b;
}

.fill-indigo-950\/0{
  fill: rgb(30 27 75 / 0);
}

.fill-indigo-950\/10{
  fill: rgb(30 27 75 / 0.1);
}

.fill-indigo-950\/100{
  fill: rgb(30 27 75 / 1);
}

.fill-indigo-950\/20{
  fill: rgb(30 27 75 / 0.2);
}

.fill-indigo-950\/25{
  fill: rgb(30 27 75 / 0.25);
}

.fill-indigo-950\/30{
  fill: rgb(30 27 75 / 0.3);
}

.fill-indigo-950\/40{
  fill: rgb(30 27 75 / 0.4);
}

.fill-indigo-950\/5{
  fill: rgb(30 27 75 / 0.05);
}

.fill-indigo-950\/50{
  fill: rgb(30 27 75 / 0.5);
}

.fill-indigo-950\/60{
  fill: rgb(30 27 75 / 0.6);
}

.fill-indigo-950\/70{
  fill: rgb(30 27 75 / 0.7);
}

.fill-indigo-950\/75{
  fill: rgb(30 27 75 / 0.75);
}

.fill-indigo-950\/80{
  fill: rgb(30 27 75 / 0.8);
}

.fill-indigo-950\/90{
  fill: rgb(30 27 75 / 0.9);
}

.fill-indigo-950\/95{
  fill: rgb(30 27 75 / 0.95);
}

.fill-inherit{
  fill: inherit;
}

.fill-lime-100{
  fill: #ecfccb;
}

.fill-lime-100\/0{
  fill: rgb(236 252 203 / 0);
}

.fill-lime-100\/10{
  fill: rgb(236 252 203 / 0.1);
}

.fill-lime-100\/100{
  fill: rgb(236 252 203 / 1);
}

.fill-lime-100\/20{
  fill: rgb(236 252 203 / 0.2);
}

.fill-lime-100\/25{
  fill: rgb(236 252 203 / 0.25);
}

.fill-lime-100\/30{
  fill: rgb(236 252 203 / 0.3);
}

.fill-lime-100\/40{
  fill: rgb(236 252 203 / 0.4);
}

.fill-lime-100\/5{
  fill: rgb(236 252 203 / 0.05);
}

.fill-lime-100\/50{
  fill: rgb(236 252 203 / 0.5);
}

.fill-lime-100\/60{
  fill: rgb(236 252 203 / 0.6);
}

.fill-lime-100\/70{
  fill: rgb(236 252 203 / 0.7);
}

.fill-lime-100\/75{
  fill: rgb(236 252 203 / 0.75);
}

.fill-lime-100\/80{
  fill: rgb(236 252 203 / 0.8);
}

.fill-lime-100\/90{
  fill: rgb(236 252 203 / 0.9);
}

.fill-lime-100\/95{
  fill: rgb(236 252 203 / 0.95);
}

.fill-lime-200{
  fill: #d9f99d;
}

.fill-lime-200\/0{
  fill: rgb(217 249 157 / 0);
}

.fill-lime-200\/10{
  fill: rgb(217 249 157 / 0.1);
}

.fill-lime-200\/100{
  fill: rgb(217 249 157 / 1);
}

.fill-lime-200\/20{
  fill: rgb(217 249 157 / 0.2);
}

.fill-lime-200\/25{
  fill: rgb(217 249 157 / 0.25);
}

.fill-lime-200\/30{
  fill: rgb(217 249 157 / 0.3);
}

.fill-lime-200\/40{
  fill: rgb(217 249 157 / 0.4);
}

.fill-lime-200\/5{
  fill: rgb(217 249 157 / 0.05);
}

.fill-lime-200\/50{
  fill: rgb(217 249 157 / 0.5);
}

.fill-lime-200\/60{
  fill: rgb(217 249 157 / 0.6);
}

.fill-lime-200\/70{
  fill: rgb(217 249 157 / 0.7);
}

.fill-lime-200\/75{
  fill: rgb(217 249 157 / 0.75);
}

.fill-lime-200\/80{
  fill: rgb(217 249 157 / 0.8);
}

.fill-lime-200\/90{
  fill: rgb(217 249 157 / 0.9);
}

.fill-lime-200\/95{
  fill: rgb(217 249 157 / 0.95);
}

.fill-lime-300{
  fill: #bef264;
}

.fill-lime-300\/0{
  fill: rgb(190 242 100 / 0);
}

.fill-lime-300\/10{
  fill: rgb(190 242 100 / 0.1);
}

.fill-lime-300\/100{
  fill: rgb(190 242 100 / 1);
}

.fill-lime-300\/20{
  fill: rgb(190 242 100 / 0.2);
}

.fill-lime-300\/25{
  fill: rgb(190 242 100 / 0.25);
}

.fill-lime-300\/30{
  fill: rgb(190 242 100 / 0.3);
}

.fill-lime-300\/40{
  fill: rgb(190 242 100 / 0.4);
}

.fill-lime-300\/5{
  fill: rgb(190 242 100 / 0.05);
}

.fill-lime-300\/50{
  fill: rgb(190 242 100 / 0.5);
}

.fill-lime-300\/60{
  fill: rgb(190 242 100 / 0.6);
}

.fill-lime-300\/70{
  fill: rgb(190 242 100 / 0.7);
}

.fill-lime-300\/75{
  fill: rgb(190 242 100 / 0.75);
}

.fill-lime-300\/80{
  fill: rgb(190 242 100 / 0.8);
}

.fill-lime-300\/90{
  fill: rgb(190 242 100 / 0.9);
}

.fill-lime-300\/95{
  fill: rgb(190 242 100 / 0.95);
}

.fill-lime-400{
  fill: #a3e635;
}

.fill-lime-400\/0{
  fill: rgb(163 230 53 / 0);
}

.fill-lime-400\/10{
  fill: rgb(163 230 53 / 0.1);
}

.fill-lime-400\/100{
  fill: rgb(163 230 53 / 1);
}

.fill-lime-400\/20{
  fill: rgb(163 230 53 / 0.2);
}

.fill-lime-400\/25{
  fill: rgb(163 230 53 / 0.25);
}

.fill-lime-400\/30{
  fill: rgb(163 230 53 / 0.3);
}

.fill-lime-400\/40{
  fill: rgb(163 230 53 / 0.4);
}

.fill-lime-400\/5{
  fill: rgb(163 230 53 / 0.05);
}

.fill-lime-400\/50{
  fill: rgb(163 230 53 / 0.5);
}

.fill-lime-400\/60{
  fill: rgb(163 230 53 / 0.6);
}

.fill-lime-400\/70{
  fill: rgb(163 230 53 / 0.7);
}

.fill-lime-400\/75{
  fill: rgb(163 230 53 / 0.75);
}

.fill-lime-400\/80{
  fill: rgb(163 230 53 / 0.8);
}

.fill-lime-400\/90{
  fill: rgb(163 230 53 / 0.9);
}

.fill-lime-400\/95{
  fill: rgb(163 230 53 / 0.95);
}

.fill-lime-50{
  fill: #f7fee7;
}

.fill-lime-50\/0{
  fill: rgb(247 254 231 / 0);
}

.fill-lime-50\/10{
  fill: rgb(247 254 231 / 0.1);
}

.fill-lime-50\/100{
  fill: rgb(247 254 231 / 1);
}

.fill-lime-50\/20{
  fill: rgb(247 254 231 / 0.2);
}

.fill-lime-50\/25{
  fill: rgb(247 254 231 / 0.25);
}

.fill-lime-50\/30{
  fill: rgb(247 254 231 / 0.3);
}

.fill-lime-50\/40{
  fill: rgb(247 254 231 / 0.4);
}

.fill-lime-50\/5{
  fill: rgb(247 254 231 / 0.05);
}

.fill-lime-50\/50{
  fill: rgb(247 254 231 / 0.5);
}

.fill-lime-50\/60{
  fill: rgb(247 254 231 / 0.6);
}

.fill-lime-50\/70{
  fill: rgb(247 254 231 / 0.7);
}

.fill-lime-50\/75{
  fill: rgb(247 254 231 / 0.75);
}

.fill-lime-50\/80{
  fill: rgb(247 254 231 / 0.8);
}

.fill-lime-50\/90{
  fill: rgb(247 254 231 / 0.9);
}

.fill-lime-50\/95{
  fill: rgb(247 254 231 / 0.95);
}

.fill-lime-500{
  fill: #84cc16;
}

.fill-lime-500\/0{
  fill: rgb(132 204 22 / 0);
}

.fill-lime-500\/10{
  fill: rgb(132 204 22 / 0.1);
}

.fill-lime-500\/100{
  fill: rgb(132 204 22 / 1);
}

.fill-lime-500\/20{
  fill: rgb(132 204 22 / 0.2);
}

.fill-lime-500\/25{
  fill: rgb(132 204 22 / 0.25);
}

.fill-lime-500\/30{
  fill: rgb(132 204 22 / 0.3);
}

.fill-lime-500\/40{
  fill: rgb(132 204 22 / 0.4);
}

.fill-lime-500\/5{
  fill: rgb(132 204 22 / 0.05);
}

.fill-lime-500\/50{
  fill: rgb(132 204 22 / 0.5);
}

.fill-lime-500\/60{
  fill: rgb(132 204 22 / 0.6);
}

.fill-lime-500\/70{
  fill: rgb(132 204 22 / 0.7);
}

.fill-lime-500\/75{
  fill: rgb(132 204 22 / 0.75);
}

.fill-lime-500\/80{
  fill: rgb(132 204 22 / 0.8);
}

.fill-lime-500\/90{
  fill: rgb(132 204 22 / 0.9);
}

.fill-lime-500\/95{
  fill: rgb(132 204 22 / 0.95);
}

.fill-lime-600{
  fill: #65a30d;
}

.fill-lime-600\/0{
  fill: rgb(101 163 13 / 0);
}

.fill-lime-600\/10{
  fill: rgb(101 163 13 / 0.1);
}

.fill-lime-600\/100{
  fill: rgb(101 163 13 / 1);
}

.fill-lime-600\/20{
  fill: rgb(101 163 13 / 0.2);
}

.fill-lime-600\/25{
  fill: rgb(101 163 13 / 0.25);
}

.fill-lime-600\/30{
  fill: rgb(101 163 13 / 0.3);
}

.fill-lime-600\/40{
  fill: rgb(101 163 13 / 0.4);
}

.fill-lime-600\/5{
  fill: rgb(101 163 13 / 0.05);
}

.fill-lime-600\/50{
  fill: rgb(101 163 13 / 0.5);
}

.fill-lime-600\/60{
  fill: rgb(101 163 13 / 0.6);
}

.fill-lime-600\/70{
  fill: rgb(101 163 13 / 0.7);
}

.fill-lime-600\/75{
  fill: rgb(101 163 13 / 0.75);
}

.fill-lime-600\/80{
  fill: rgb(101 163 13 / 0.8);
}

.fill-lime-600\/90{
  fill: rgb(101 163 13 / 0.9);
}

.fill-lime-600\/95{
  fill: rgb(101 163 13 / 0.95);
}

.fill-lime-700{
  fill: #4d7c0f;
}

.fill-lime-700\/0{
  fill: rgb(77 124 15 / 0);
}

.fill-lime-700\/10{
  fill: rgb(77 124 15 / 0.1);
}

.fill-lime-700\/100{
  fill: rgb(77 124 15 / 1);
}

.fill-lime-700\/20{
  fill: rgb(77 124 15 / 0.2);
}

.fill-lime-700\/25{
  fill: rgb(77 124 15 / 0.25);
}

.fill-lime-700\/30{
  fill: rgb(77 124 15 / 0.3);
}

.fill-lime-700\/40{
  fill: rgb(77 124 15 / 0.4);
}

.fill-lime-700\/5{
  fill: rgb(77 124 15 / 0.05);
}

.fill-lime-700\/50{
  fill: rgb(77 124 15 / 0.5);
}

.fill-lime-700\/60{
  fill: rgb(77 124 15 / 0.6);
}

.fill-lime-700\/70{
  fill: rgb(77 124 15 / 0.7);
}

.fill-lime-700\/75{
  fill: rgb(77 124 15 / 0.75);
}

.fill-lime-700\/80{
  fill: rgb(77 124 15 / 0.8);
}

.fill-lime-700\/90{
  fill: rgb(77 124 15 / 0.9);
}

.fill-lime-700\/95{
  fill: rgb(77 124 15 / 0.95);
}

.fill-lime-800{
  fill: #3f6212;
}

.fill-lime-800\/0{
  fill: rgb(63 98 18 / 0);
}

.fill-lime-800\/10{
  fill: rgb(63 98 18 / 0.1);
}

.fill-lime-800\/100{
  fill: rgb(63 98 18 / 1);
}

.fill-lime-800\/20{
  fill: rgb(63 98 18 / 0.2);
}

.fill-lime-800\/25{
  fill: rgb(63 98 18 / 0.25);
}

.fill-lime-800\/30{
  fill: rgb(63 98 18 / 0.3);
}

.fill-lime-800\/40{
  fill: rgb(63 98 18 / 0.4);
}

.fill-lime-800\/5{
  fill: rgb(63 98 18 / 0.05);
}

.fill-lime-800\/50{
  fill: rgb(63 98 18 / 0.5);
}

.fill-lime-800\/60{
  fill: rgb(63 98 18 / 0.6);
}

.fill-lime-800\/70{
  fill: rgb(63 98 18 / 0.7);
}

.fill-lime-800\/75{
  fill: rgb(63 98 18 / 0.75);
}

.fill-lime-800\/80{
  fill: rgb(63 98 18 / 0.8);
}

.fill-lime-800\/90{
  fill: rgb(63 98 18 / 0.9);
}

.fill-lime-800\/95{
  fill: rgb(63 98 18 / 0.95);
}

.fill-lime-900{
  fill: #365314;
}

.fill-lime-900\/0{
  fill: rgb(54 83 20 / 0);
}

.fill-lime-900\/10{
  fill: rgb(54 83 20 / 0.1);
}

.fill-lime-900\/100{
  fill: rgb(54 83 20 / 1);
}

.fill-lime-900\/20{
  fill: rgb(54 83 20 / 0.2);
}

.fill-lime-900\/25{
  fill: rgb(54 83 20 / 0.25);
}

.fill-lime-900\/30{
  fill: rgb(54 83 20 / 0.3);
}

.fill-lime-900\/40{
  fill: rgb(54 83 20 / 0.4);
}

.fill-lime-900\/5{
  fill: rgb(54 83 20 / 0.05);
}

.fill-lime-900\/50{
  fill: rgb(54 83 20 / 0.5);
}

.fill-lime-900\/60{
  fill: rgb(54 83 20 / 0.6);
}

.fill-lime-900\/70{
  fill: rgb(54 83 20 / 0.7);
}

.fill-lime-900\/75{
  fill: rgb(54 83 20 / 0.75);
}

.fill-lime-900\/80{
  fill: rgb(54 83 20 / 0.8);
}

.fill-lime-900\/90{
  fill: rgb(54 83 20 / 0.9);
}

.fill-lime-900\/95{
  fill: rgb(54 83 20 / 0.95);
}

.fill-lime-950{
  fill: #1a2e05;
}

.fill-lime-950\/0{
  fill: rgb(26 46 5 / 0);
}

.fill-lime-950\/10{
  fill: rgb(26 46 5 / 0.1);
}

.fill-lime-950\/100{
  fill: rgb(26 46 5 / 1);
}

.fill-lime-950\/20{
  fill: rgb(26 46 5 / 0.2);
}

.fill-lime-950\/25{
  fill: rgb(26 46 5 / 0.25);
}

.fill-lime-950\/30{
  fill: rgb(26 46 5 / 0.3);
}

.fill-lime-950\/40{
  fill: rgb(26 46 5 / 0.4);
}

.fill-lime-950\/5{
  fill: rgb(26 46 5 / 0.05);
}

.fill-lime-950\/50{
  fill: rgb(26 46 5 / 0.5);
}

.fill-lime-950\/60{
  fill: rgb(26 46 5 / 0.6);
}

.fill-lime-950\/70{
  fill: rgb(26 46 5 / 0.7);
}

.fill-lime-950\/75{
  fill: rgb(26 46 5 / 0.75);
}

.fill-lime-950\/80{
  fill: rgb(26 46 5 / 0.8);
}

.fill-lime-950\/90{
  fill: rgb(26 46 5 / 0.9);
}

.fill-lime-950\/95{
  fill: rgb(26 46 5 / 0.95);
}

.fill-neutral-100{
  fill: #f5f5f5;
}

.fill-neutral-100\/0{
  fill: rgb(245 245 245 / 0);
}

.fill-neutral-100\/10{
  fill: rgb(245 245 245 / 0.1);
}

.fill-neutral-100\/100{
  fill: rgb(245 245 245 / 1);
}

.fill-neutral-100\/20{
  fill: rgb(245 245 245 / 0.2);
}

.fill-neutral-100\/25{
  fill: rgb(245 245 245 / 0.25);
}

.fill-neutral-100\/30{
  fill: rgb(245 245 245 / 0.3);
}

.fill-neutral-100\/40{
  fill: rgb(245 245 245 / 0.4);
}

.fill-neutral-100\/5{
  fill: rgb(245 245 245 / 0.05);
}

.fill-neutral-100\/50{
  fill: rgb(245 245 245 / 0.5);
}

.fill-neutral-100\/60{
  fill: rgb(245 245 245 / 0.6);
}

.fill-neutral-100\/70{
  fill: rgb(245 245 245 / 0.7);
}

.fill-neutral-100\/75{
  fill: rgb(245 245 245 / 0.75);
}

.fill-neutral-100\/80{
  fill: rgb(245 245 245 / 0.8);
}

.fill-neutral-100\/90{
  fill: rgb(245 245 245 / 0.9);
}

.fill-neutral-100\/95{
  fill: rgb(245 245 245 / 0.95);
}

.fill-neutral-200{
  fill: #e5e5e5;
}

.fill-neutral-200\/0{
  fill: rgb(229 229 229 / 0);
}

.fill-neutral-200\/10{
  fill: rgb(229 229 229 / 0.1);
}

.fill-neutral-200\/100{
  fill: rgb(229 229 229 / 1);
}

.fill-neutral-200\/20{
  fill: rgb(229 229 229 / 0.2);
}

.fill-neutral-200\/25{
  fill: rgb(229 229 229 / 0.25);
}

.fill-neutral-200\/30{
  fill: rgb(229 229 229 / 0.3);
}

.fill-neutral-200\/40{
  fill: rgb(229 229 229 / 0.4);
}

.fill-neutral-200\/5{
  fill: rgb(229 229 229 / 0.05);
}

.fill-neutral-200\/50{
  fill: rgb(229 229 229 / 0.5);
}

.fill-neutral-200\/60{
  fill: rgb(229 229 229 / 0.6);
}

.fill-neutral-200\/70{
  fill: rgb(229 229 229 / 0.7);
}

.fill-neutral-200\/75{
  fill: rgb(229 229 229 / 0.75);
}

.fill-neutral-200\/80{
  fill: rgb(229 229 229 / 0.8);
}

.fill-neutral-200\/90{
  fill: rgb(229 229 229 / 0.9);
}

.fill-neutral-200\/95{
  fill: rgb(229 229 229 / 0.95);
}

.fill-neutral-300{
  fill: #d4d4d4;
}

.fill-neutral-300\/0{
  fill: rgb(212 212 212 / 0);
}

.fill-neutral-300\/10{
  fill: rgb(212 212 212 / 0.1);
}

.fill-neutral-300\/100{
  fill: rgb(212 212 212 / 1);
}

.fill-neutral-300\/20{
  fill: rgb(212 212 212 / 0.2);
}

.fill-neutral-300\/25{
  fill: rgb(212 212 212 / 0.25);
}

.fill-neutral-300\/30{
  fill: rgb(212 212 212 / 0.3);
}

.fill-neutral-300\/40{
  fill: rgb(212 212 212 / 0.4);
}

.fill-neutral-300\/5{
  fill: rgb(212 212 212 / 0.05);
}

.fill-neutral-300\/50{
  fill: rgb(212 212 212 / 0.5);
}

.fill-neutral-300\/60{
  fill: rgb(212 212 212 / 0.6);
}

.fill-neutral-300\/70{
  fill: rgb(212 212 212 / 0.7);
}

.fill-neutral-300\/75{
  fill: rgb(212 212 212 / 0.75);
}

.fill-neutral-300\/80{
  fill: rgb(212 212 212 / 0.8);
}

.fill-neutral-300\/90{
  fill: rgb(212 212 212 / 0.9);
}

.fill-neutral-300\/95{
  fill: rgb(212 212 212 / 0.95);
}

.fill-neutral-400{
  fill: #a3a3a3;
}

.fill-neutral-400\/0{
  fill: rgb(163 163 163 / 0);
}

.fill-neutral-400\/10{
  fill: rgb(163 163 163 / 0.1);
}

.fill-neutral-400\/100{
  fill: rgb(163 163 163 / 1);
}

.fill-neutral-400\/20{
  fill: rgb(163 163 163 / 0.2);
}

.fill-neutral-400\/25{
  fill: rgb(163 163 163 / 0.25);
}

.fill-neutral-400\/30{
  fill: rgb(163 163 163 / 0.3);
}

.fill-neutral-400\/40{
  fill: rgb(163 163 163 / 0.4);
}

.fill-neutral-400\/5{
  fill: rgb(163 163 163 / 0.05);
}

.fill-neutral-400\/50{
  fill: rgb(163 163 163 / 0.5);
}

.fill-neutral-400\/60{
  fill: rgb(163 163 163 / 0.6);
}

.fill-neutral-400\/70{
  fill: rgb(163 163 163 / 0.7);
}

.fill-neutral-400\/75{
  fill: rgb(163 163 163 / 0.75);
}

.fill-neutral-400\/80{
  fill: rgb(163 163 163 / 0.8);
}

.fill-neutral-400\/90{
  fill: rgb(163 163 163 / 0.9);
}

.fill-neutral-400\/95{
  fill: rgb(163 163 163 / 0.95);
}

.fill-neutral-50{
  fill: #fafafa;
}

.fill-neutral-50\/0{
  fill: rgb(250 250 250 / 0);
}

.fill-neutral-50\/10{
  fill: rgb(250 250 250 / 0.1);
}

.fill-neutral-50\/100{
  fill: rgb(250 250 250 / 1);
}

.fill-neutral-50\/20{
  fill: rgb(250 250 250 / 0.2);
}

.fill-neutral-50\/25{
  fill: rgb(250 250 250 / 0.25);
}

.fill-neutral-50\/30{
  fill: rgb(250 250 250 / 0.3);
}

.fill-neutral-50\/40{
  fill: rgb(250 250 250 / 0.4);
}

.fill-neutral-50\/5{
  fill: rgb(250 250 250 / 0.05);
}

.fill-neutral-50\/50{
  fill: rgb(250 250 250 / 0.5);
}

.fill-neutral-50\/60{
  fill: rgb(250 250 250 / 0.6);
}

.fill-neutral-50\/70{
  fill: rgb(250 250 250 / 0.7);
}

.fill-neutral-50\/75{
  fill: rgb(250 250 250 / 0.75);
}

.fill-neutral-50\/80{
  fill: rgb(250 250 250 / 0.8);
}

.fill-neutral-50\/90{
  fill: rgb(250 250 250 / 0.9);
}

.fill-neutral-50\/95{
  fill: rgb(250 250 250 / 0.95);
}

.fill-neutral-500{
  fill: #737373;
}

.fill-neutral-500\/0{
  fill: rgb(115 115 115 / 0);
}

.fill-neutral-500\/10{
  fill: rgb(115 115 115 / 0.1);
}

.fill-neutral-500\/100{
  fill: rgb(115 115 115 / 1);
}

.fill-neutral-500\/20{
  fill: rgb(115 115 115 / 0.2);
}

.fill-neutral-500\/25{
  fill: rgb(115 115 115 / 0.25);
}

.fill-neutral-500\/30{
  fill: rgb(115 115 115 / 0.3);
}

.fill-neutral-500\/40{
  fill: rgb(115 115 115 / 0.4);
}

.fill-neutral-500\/5{
  fill: rgb(115 115 115 / 0.05);
}

.fill-neutral-500\/50{
  fill: rgb(115 115 115 / 0.5);
}

.fill-neutral-500\/60{
  fill: rgb(115 115 115 / 0.6);
}

.fill-neutral-500\/70{
  fill: rgb(115 115 115 / 0.7);
}

.fill-neutral-500\/75{
  fill: rgb(115 115 115 / 0.75);
}

.fill-neutral-500\/80{
  fill: rgb(115 115 115 / 0.8);
}

.fill-neutral-500\/90{
  fill: rgb(115 115 115 / 0.9);
}

.fill-neutral-500\/95{
  fill: rgb(115 115 115 / 0.95);
}

.fill-neutral-600{
  fill: #525252;
}

.fill-neutral-600\/0{
  fill: rgb(82 82 82 / 0);
}

.fill-neutral-600\/10{
  fill: rgb(82 82 82 / 0.1);
}

.fill-neutral-600\/100{
  fill: rgb(82 82 82 / 1);
}

.fill-neutral-600\/20{
  fill: rgb(82 82 82 / 0.2);
}

.fill-neutral-600\/25{
  fill: rgb(82 82 82 / 0.25);
}

.fill-neutral-600\/30{
  fill: rgb(82 82 82 / 0.3);
}

.fill-neutral-600\/40{
  fill: rgb(82 82 82 / 0.4);
}

.fill-neutral-600\/5{
  fill: rgb(82 82 82 / 0.05);
}

.fill-neutral-600\/50{
  fill: rgb(82 82 82 / 0.5);
}

.fill-neutral-600\/60{
  fill: rgb(82 82 82 / 0.6);
}

.fill-neutral-600\/70{
  fill: rgb(82 82 82 / 0.7);
}

.fill-neutral-600\/75{
  fill: rgb(82 82 82 / 0.75);
}

.fill-neutral-600\/80{
  fill: rgb(82 82 82 / 0.8);
}

.fill-neutral-600\/90{
  fill: rgb(82 82 82 / 0.9);
}

.fill-neutral-600\/95{
  fill: rgb(82 82 82 / 0.95);
}

.fill-neutral-700{
  fill: #404040;
}

.fill-neutral-700\/0{
  fill: rgb(64 64 64 / 0);
}

.fill-neutral-700\/10{
  fill: rgb(64 64 64 / 0.1);
}

.fill-neutral-700\/100{
  fill: rgb(64 64 64 / 1);
}

.fill-neutral-700\/20{
  fill: rgb(64 64 64 / 0.2);
}

.fill-neutral-700\/25{
  fill: rgb(64 64 64 / 0.25);
}

.fill-neutral-700\/30{
  fill: rgb(64 64 64 / 0.3);
}

.fill-neutral-700\/40{
  fill: rgb(64 64 64 / 0.4);
}

.fill-neutral-700\/5{
  fill: rgb(64 64 64 / 0.05);
}

.fill-neutral-700\/50{
  fill: rgb(64 64 64 / 0.5);
}

.fill-neutral-700\/60{
  fill: rgb(64 64 64 / 0.6);
}

.fill-neutral-700\/70{
  fill: rgb(64 64 64 / 0.7);
}

.fill-neutral-700\/75{
  fill: rgb(64 64 64 / 0.75);
}

.fill-neutral-700\/80{
  fill: rgb(64 64 64 / 0.8);
}

.fill-neutral-700\/90{
  fill: rgb(64 64 64 / 0.9);
}

.fill-neutral-700\/95{
  fill: rgb(64 64 64 / 0.95);
}

.fill-neutral-800{
  fill: #262626;
}

.fill-neutral-800\/0{
  fill: rgb(38 38 38 / 0);
}

.fill-neutral-800\/10{
  fill: rgb(38 38 38 / 0.1);
}

.fill-neutral-800\/100{
  fill: rgb(38 38 38 / 1);
}

.fill-neutral-800\/20{
  fill: rgb(38 38 38 / 0.2);
}

.fill-neutral-800\/25{
  fill: rgb(38 38 38 / 0.25);
}

.fill-neutral-800\/30{
  fill: rgb(38 38 38 / 0.3);
}

.fill-neutral-800\/40{
  fill: rgb(38 38 38 / 0.4);
}

.fill-neutral-800\/5{
  fill: rgb(38 38 38 / 0.05);
}

.fill-neutral-800\/50{
  fill: rgb(38 38 38 / 0.5);
}

.fill-neutral-800\/60{
  fill: rgb(38 38 38 / 0.6);
}

.fill-neutral-800\/70{
  fill: rgb(38 38 38 / 0.7);
}

.fill-neutral-800\/75{
  fill: rgb(38 38 38 / 0.75);
}

.fill-neutral-800\/80{
  fill: rgb(38 38 38 / 0.8);
}

.fill-neutral-800\/90{
  fill: rgb(38 38 38 / 0.9);
}

.fill-neutral-800\/95{
  fill: rgb(38 38 38 / 0.95);
}

.fill-neutral-900{
  fill: #171717;
}

.fill-neutral-900\/0{
  fill: rgb(23 23 23 / 0);
}

.fill-neutral-900\/10{
  fill: rgb(23 23 23 / 0.1);
}

.fill-neutral-900\/100{
  fill: rgb(23 23 23 / 1);
}

.fill-neutral-900\/20{
  fill: rgb(23 23 23 / 0.2);
}

.fill-neutral-900\/25{
  fill: rgb(23 23 23 / 0.25);
}

.fill-neutral-900\/30{
  fill: rgb(23 23 23 / 0.3);
}

.fill-neutral-900\/40{
  fill: rgb(23 23 23 / 0.4);
}

.fill-neutral-900\/5{
  fill: rgb(23 23 23 / 0.05);
}

.fill-neutral-900\/50{
  fill: rgb(23 23 23 / 0.5);
}

.fill-neutral-900\/60{
  fill: rgb(23 23 23 / 0.6);
}

.fill-neutral-900\/70{
  fill: rgb(23 23 23 / 0.7);
}

.fill-neutral-900\/75{
  fill: rgb(23 23 23 / 0.75);
}

.fill-neutral-900\/80{
  fill: rgb(23 23 23 / 0.8);
}

.fill-neutral-900\/90{
  fill: rgb(23 23 23 / 0.9);
}

.fill-neutral-900\/95{
  fill: rgb(23 23 23 / 0.95);
}

.fill-neutral-950{
  fill: #0a0a0a;
}

.fill-neutral-950\/0{
  fill: rgb(10 10 10 / 0);
}

.fill-neutral-950\/10{
  fill: rgb(10 10 10 / 0.1);
}

.fill-neutral-950\/100{
  fill: rgb(10 10 10 / 1);
}

.fill-neutral-950\/20{
  fill: rgb(10 10 10 / 0.2);
}

.fill-neutral-950\/25{
  fill: rgb(10 10 10 / 0.25);
}

.fill-neutral-950\/30{
  fill: rgb(10 10 10 / 0.3);
}

.fill-neutral-950\/40{
  fill: rgb(10 10 10 / 0.4);
}

.fill-neutral-950\/5{
  fill: rgb(10 10 10 / 0.05);
}

.fill-neutral-950\/50{
  fill: rgb(10 10 10 / 0.5);
}

.fill-neutral-950\/60{
  fill: rgb(10 10 10 / 0.6);
}

.fill-neutral-950\/70{
  fill: rgb(10 10 10 / 0.7);
}

.fill-neutral-950\/75{
  fill: rgb(10 10 10 / 0.75);
}

.fill-neutral-950\/80{
  fill: rgb(10 10 10 / 0.8);
}

.fill-neutral-950\/90{
  fill: rgb(10 10 10 / 0.9);
}

.fill-neutral-950\/95{
  fill: rgb(10 10 10 / 0.95);
}

.fill-none{
  fill: none;
}

.fill-orange-100{
  fill: #ffedd5;
}

.fill-orange-100\/0{
  fill: rgb(255 237 213 / 0);
}

.fill-orange-100\/10{
  fill: rgb(255 237 213 / 0.1);
}

.fill-orange-100\/100{
  fill: rgb(255 237 213 / 1);
}

.fill-orange-100\/20{
  fill: rgb(255 237 213 / 0.2);
}

.fill-orange-100\/25{
  fill: rgb(255 237 213 / 0.25);
}

.fill-orange-100\/30{
  fill: rgb(255 237 213 / 0.3);
}

.fill-orange-100\/40{
  fill: rgb(255 237 213 / 0.4);
}

.fill-orange-100\/5{
  fill: rgb(255 237 213 / 0.05);
}

.fill-orange-100\/50{
  fill: rgb(255 237 213 / 0.5);
}

.fill-orange-100\/60{
  fill: rgb(255 237 213 / 0.6);
}

.fill-orange-100\/70{
  fill: rgb(255 237 213 / 0.7);
}

.fill-orange-100\/75{
  fill: rgb(255 237 213 / 0.75);
}

.fill-orange-100\/80{
  fill: rgb(255 237 213 / 0.8);
}

.fill-orange-100\/90{
  fill: rgb(255 237 213 / 0.9);
}

.fill-orange-100\/95{
  fill: rgb(255 237 213 / 0.95);
}

.fill-orange-200{
  fill: #fed7aa;
}

.fill-orange-200\/0{
  fill: rgb(254 215 170 / 0);
}

.fill-orange-200\/10{
  fill: rgb(254 215 170 / 0.1);
}

.fill-orange-200\/100{
  fill: rgb(254 215 170 / 1);
}

.fill-orange-200\/20{
  fill: rgb(254 215 170 / 0.2);
}

.fill-orange-200\/25{
  fill: rgb(254 215 170 / 0.25);
}

.fill-orange-200\/30{
  fill: rgb(254 215 170 / 0.3);
}

.fill-orange-200\/40{
  fill: rgb(254 215 170 / 0.4);
}

.fill-orange-200\/5{
  fill: rgb(254 215 170 / 0.05);
}

.fill-orange-200\/50{
  fill: rgb(254 215 170 / 0.5);
}

.fill-orange-200\/60{
  fill: rgb(254 215 170 / 0.6);
}

.fill-orange-200\/70{
  fill: rgb(254 215 170 / 0.7);
}

.fill-orange-200\/75{
  fill: rgb(254 215 170 / 0.75);
}

.fill-orange-200\/80{
  fill: rgb(254 215 170 / 0.8);
}

.fill-orange-200\/90{
  fill: rgb(254 215 170 / 0.9);
}

.fill-orange-200\/95{
  fill: rgb(254 215 170 / 0.95);
}

.fill-orange-300{
  fill: #fdba74;
}

.fill-orange-300\/0{
  fill: rgb(253 186 116 / 0);
}

.fill-orange-300\/10{
  fill: rgb(253 186 116 / 0.1);
}

.fill-orange-300\/100{
  fill: rgb(253 186 116 / 1);
}

.fill-orange-300\/20{
  fill: rgb(253 186 116 / 0.2);
}

.fill-orange-300\/25{
  fill: rgb(253 186 116 / 0.25);
}

.fill-orange-300\/30{
  fill: rgb(253 186 116 / 0.3);
}

.fill-orange-300\/40{
  fill: rgb(253 186 116 / 0.4);
}

.fill-orange-300\/5{
  fill: rgb(253 186 116 / 0.05);
}

.fill-orange-300\/50{
  fill: rgb(253 186 116 / 0.5);
}

.fill-orange-300\/60{
  fill: rgb(253 186 116 / 0.6);
}

.fill-orange-300\/70{
  fill: rgb(253 186 116 / 0.7);
}

.fill-orange-300\/75{
  fill: rgb(253 186 116 / 0.75);
}

.fill-orange-300\/80{
  fill: rgb(253 186 116 / 0.8);
}

.fill-orange-300\/90{
  fill: rgb(253 186 116 / 0.9);
}

.fill-orange-300\/95{
  fill: rgb(253 186 116 / 0.95);
}

.fill-orange-400{
  fill: #fb923c;
}

.fill-orange-400\/0{
  fill: rgb(251 146 60 / 0);
}

.fill-orange-400\/10{
  fill: rgb(251 146 60 / 0.1);
}

.fill-orange-400\/100{
  fill: rgb(251 146 60 / 1);
}

.fill-orange-400\/20{
  fill: rgb(251 146 60 / 0.2);
}

.fill-orange-400\/25{
  fill: rgb(251 146 60 / 0.25);
}

.fill-orange-400\/30{
  fill: rgb(251 146 60 / 0.3);
}

.fill-orange-400\/40{
  fill: rgb(251 146 60 / 0.4);
}

.fill-orange-400\/5{
  fill: rgb(251 146 60 / 0.05);
}

.fill-orange-400\/50{
  fill: rgb(251 146 60 / 0.5);
}

.fill-orange-400\/60{
  fill: rgb(251 146 60 / 0.6);
}

.fill-orange-400\/70{
  fill: rgb(251 146 60 / 0.7);
}

.fill-orange-400\/75{
  fill: rgb(251 146 60 / 0.75);
}

.fill-orange-400\/80{
  fill: rgb(251 146 60 / 0.8);
}

.fill-orange-400\/90{
  fill: rgb(251 146 60 / 0.9);
}

.fill-orange-400\/95{
  fill: rgb(251 146 60 / 0.95);
}

.fill-orange-50{
  fill: #fff7ed;
}

.fill-orange-50\/0{
  fill: rgb(255 247 237 / 0);
}

.fill-orange-50\/10{
  fill: rgb(255 247 237 / 0.1);
}

.fill-orange-50\/100{
  fill: rgb(255 247 237 / 1);
}

.fill-orange-50\/20{
  fill: rgb(255 247 237 / 0.2);
}

.fill-orange-50\/25{
  fill: rgb(255 247 237 / 0.25);
}

.fill-orange-50\/30{
  fill: rgb(255 247 237 / 0.3);
}

.fill-orange-50\/40{
  fill: rgb(255 247 237 / 0.4);
}

.fill-orange-50\/5{
  fill: rgb(255 247 237 / 0.05);
}

.fill-orange-50\/50{
  fill: rgb(255 247 237 / 0.5);
}

.fill-orange-50\/60{
  fill: rgb(255 247 237 / 0.6);
}

.fill-orange-50\/70{
  fill: rgb(255 247 237 / 0.7);
}

.fill-orange-50\/75{
  fill: rgb(255 247 237 / 0.75);
}

.fill-orange-50\/80{
  fill: rgb(255 247 237 / 0.8);
}

.fill-orange-50\/90{
  fill: rgb(255 247 237 / 0.9);
}

.fill-orange-50\/95{
  fill: rgb(255 247 237 / 0.95);
}

.fill-orange-500{
  fill: #f97316;
}

.fill-orange-500\/0{
  fill: rgb(249 115 22 / 0);
}

.fill-orange-500\/10{
  fill: rgb(249 115 22 / 0.1);
}

.fill-orange-500\/100{
  fill: rgb(249 115 22 / 1);
}

.fill-orange-500\/20{
  fill: rgb(249 115 22 / 0.2);
}

.fill-orange-500\/25{
  fill: rgb(249 115 22 / 0.25);
}

.fill-orange-500\/30{
  fill: rgb(249 115 22 / 0.3);
}

.fill-orange-500\/40{
  fill: rgb(249 115 22 / 0.4);
}

.fill-orange-500\/5{
  fill: rgb(249 115 22 / 0.05);
}

.fill-orange-500\/50{
  fill: rgb(249 115 22 / 0.5);
}

.fill-orange-500\/60{
  fill: rgb(249 115 22 / 0.6);
}

.fill-orange-500\/70{
  fill: rgb(249 115 22 / 0.7);
}

.fill-orange-500\/75{
  fill: rgb(249 115 22 / 0.75);
}

.fill-orange-500\/80{
  fill: rgb(249 115 22 / 0.8);
}

.fill-orange-500\/90{
  fill: rgb(249 115 22 / 0.9);
}

.fill-orange-500\/95{
  fill: rgb(249 115 22 / 0.95);
}

.fill-orange-600{
  fill: #ea580c;
}

.fill-orange-600\/0{
  fill: rgb(234 88 12 / 0);
}

.fill-orange-600\/10{
  fill: rgb(234 88 12 / 0.1);
}

.fill-orange-600\/100{
  fill: rgb(234 88 12 / 1);
}

.fill-orange-600\/20{
  fill: rgb(234 88 12 / 0.2);
}

.fill-orange-600\/25{
  fill: rgb(234 88 12 / 0.25);
}

.fill-orange-600\/30{
  fill: rgb(234 88 12 / 0.3);
}

.fill-orange-600\/40{
  fill: rgb(234 88 12 / 0.4);
}

.fill-orange-600\/5{
  fill: rgb(234 88 12 / 0.05);
}

.fill-orange-600\/50{
  fill: rgb(234 88 12 / 0.5);
}

.fill-orange-600\/60{
  fill: rgb(234 88 12 / 0.6);
}

.fill-orange-600\/70{
  fill: rgb(234 88 12 / 0.7);
}

.fill-orange-600\/75{
  fill: rgb(234 88 12 / 0.75);
}

.fill-orange-600\/80{
  fill: rgb(234 88 12 / 0.8);
}

.fill-orange-600\/90{
  fill: rgb(234 88 12 / 0.9);
}

.fill-orange-600\/95{
  fill: rgb(234 88 12 / 0.95);
}

.fill-orange-700{
  fill: #c2410c;
}

.fill-orange-700\/0{
  fill: rgb(194 65 12 / 0);
}

.fill-orange-700\/10{
  fill: rgb(194 65 12 / 0.1);
}

.fill-orange-700\/100{
  fill: rgb(194 65 12 / 1);
}

.fill-orange-700\/20{
  fill: rgb(194 65 12 / 0.2);
}

.fill-orange-700\/25{
  fill: rgb(194 65 12 / 0.25);
}

.fill-orange-700\/30{
  fill: rgb(194 65 12 / 0.3);
}

.fill-orange-700\/40{
  fill: rgb(194 65 12 / 0.4);
}

.fill-orange-700\/5{
  fill: rgb(194 65 12 / 0.05);
}

.fill-orange-700\/50{
  fill: rgb(194 65 12 / 0.5);
}

.fill-orange-700\/60{
  fill: rgb(194 65 12 / 0.6);
}

.fill-orange-700\/70{
  fill: rgb(194 65 12 / 0.7);
}

.fill-orange-700\/75{
  fill: rgb(194 65 12 / 0.75);
}

.fill-orange-700\/80{
  fill: rgb(194 65 12 / 0.8);
}

.fill-orange-700\/90{
  fill: rgb(194 65 12 / 0.9);
}

.fill-orange-700\/95{
  fill: rgb(194 65 12 / 0.95);
}

.fill-orange-800{
  fill: #9a3412;
}

.fill-orange-800\/0{
  fill: rgb(154 52 18 / 0);
}

.fill-orange-800\/10{
  fill: rgb(154 52 18 / 0.1);
}

.fill-orange-800\/100{
  fill: rgb(154 52 18 / 1);
}

.fill-orange-800\/20{
  fill: rgb(154 52 18 / 0.2);
}

.fill-orange-800\/25{
  fill: rgb(154 52 18 / 0.25);
}

.fill-orange-800\/30{
  fill: rgb(154 52 18 / 0.3);
}

.fill-orange-800\/40{
  fill: rgb(154 52 18 / 0.4);
}

.fill-orange-800\/5{
  fill: rgb(154 52 18 / 0.05);
}

.fill-orange-800\/50{
  fill: rgb(154 52 18 / 0.5);
}

.fill-orange-800\/60{
  fill: rgb(154 52 18 / 0.6);
}

.fill-orange-800\/70{
  fill: rgb(154 52 18 / 0.7);
}

.fill-orange-800\/75{
  fill: rgb(154 52 18 / 0.75);
}

.fill-orange-800\/80{
  fill: rgb(154 52 18 / 0.8);
}

.fill-orange-800\/90{
  fill: rgb(154 52 18 / 0.9);
}

.fill-orange-800\/95{
  fill: rgb(154 52 18 / 0.95);
}

.fill-orange-900{
  fill: #7c2d12;
}

.fill-orange-900\/0{
  fill: rgb(124 45 18 / 0);
}

.fill-orange-900\/10{
  fill: rgb(124 45 18 / 0.1);
}

.fill-orange-900\/100{
  fill: rgb(124 45 18 / 1);
}

.fill-orange-900\/20{
  fill: rgb(124 45 18 / 0.2);
}

.fill-orange-900\/25{
  fill: rgb(124 45 18 / 0.25);
}

.fill-orange-900\/30{
  fill: rgb(124 45 18 / 0.3);
}

.fill-orange-900\/40{
  fill: rgb(124 45 18 / 0.4);
}

.fill-orange-900\/5{
  fill: rgb(124 45 18 / 0.05);
}

.fill-orange-900\/50{
  fill: rgb(124 45 18 / 0.5);
}

.fill-orange-900\/60{
  fill: rgb(124 45 18 / 0.6);
}

.fill-orange-900\/70{
  fill: rgb(124 45 18 / 0.7);
}

.fill-orange-900\/75{
  fill: rgb(124 45 18 / 0.75);
}

.fill-orange-900\/80{
  fill: rgb(124 45 18 / 0.8);
}

.fill-orange-900\/90{
  fill: rgb(124 45 18 / 0.9);
}

.fill-orange-900\/95{
  fill: rgb(124 45 18 / 0.95);
}

.fill-orange-950{
  fill: #431407;
}

.fill-orange-950\/0{
  fill: rgb(67 20 7 / 0);
}

.fill-orange-950\/10{
  fill: rgb(67 20 7 / 0.1);
}

.fill-orange-950\/100{
  fill: rgb(67 20 7 / 1);
}

.fill-orange-950\/20{
  fill: rgb(67 20 7 / 0.2);
}

.fill-orange-950\/25{
  fill: rgb(67 20 7 / 0.25);
}

.fill-orange-950\/30{
  fill: rgb(67 20 7 / 0.3);
}

.fill-orange-950\/40{
  fill: rgb(67 20 7 / 0.4);
}

.fill-orange-950\/5{
  fill: rgb(67 20 7 / 0.05);
}

.fill-orange-950\/50{
  fill: rgb(67 20 7 / 0.5);
}

.fill-orange-950\/60{
  fill: rgb(67 20 7 / 0.6);
}

.fill-orange-950\/70{
  fill: rgb(67 20 7 / 0.7);
}

.fill-orange-950\/75{
  fill: rgb(67 20 7 / 0.75);
}

.fill-orange-950\/80{
  fill: rgb(67 20 7 / 0.8);
}

.fill-orange-950\/90{
  fill: rgb(67 20 7 / 0.9);
}

.fill-orange-950\/95{
  fill: rgb(67 20 7 / 0.95);
}

.fill-pink-100{
  fill: #fce7f3;
}

.fill-pink-100\/0{
  fill: rgb(252 231 243 / 0);
}

.fill-pink-100\/10{
  fill: rgb(252 231 243 / 0.1);
}

.fill-pink-100\/100{
  fill: rgb(252 231 243 / 1);
}

.fill-pink-100\/20{
  fill: rgb(252 231 243 / 0.2);
}

.fill-pink-100\/25{
  fill: rgb(252 231 243 / 0.25);
}

.fill-pink-100\/30{
  fill: rgb(252 231 243 / 0.3);
}

.fill-pink-100\/40{
  fill: rgb(252 231 243 / 0.4);
}

.fill-pink-100\/5{
  fill: rgb(252 231 243 / 0.05);
}

.fill-pink-100\/50{
  fill: rgb(252 231 243 / 0.5);
}

.fill-pink-100\/60{
  fill: rgb(252 231 243 / 0.6);
}

.fill-pink-100\/70{
  fill: rgb(252 231 243 / 0.7);
}

.fill-pink-100\/75{
  fill: rgb(252 231 243 / 0.75);
}

.fill-pink-100\/80{
  fill: rgb(252 231 243 / 0.8);
}

.fill-pink-100\/90{
  fill: rgb(252 231 243 / 0.9);
}

.fill-pink-100\/95{
  fill: rgb(252 231 243 / 0.95);
}

.fill-pink-200{
  fill: #fbcfe8;
}

.fill-pink-200\/0{
  fill: rgb(251 207 232 / 0);
}

.fill-pink-200\/10{
  fill: rgb(251 207 232 / 0.1);
}

.fill-pink-200\/100{
  fill: rgb(251 207 232 / 1);
}

.fill-pink-200\/20{
  fill: rgb(251 207 232 / 0.2);
}

.fill-pink-200\/25{
  fill: rgb(251 207 232 / 0.25);
}

.fill-pink-200\/30{
  fill: rgb(251 207 232 / 0.3);
}

.fill-pink-200\/40{
  fill: rgb(251 207 232 / 0.4);
}

.fill-pink-200\/5{
  fill: rgb(251 207 232 / 0.05);
}

.fill-pink-200\/50{
  fill: rgb(251 207 232 / 0.5);
}

.fill-pink-200\/60{
  fill: rgb(251 207 232 / 0.6);
}

.fill-pink-200\/70{
  fill: rgb(251 207 232 / 0.7);
}

.fill-pink-200\/75{
  fill: rgb(251 207 232 / 0.75);
}

.fill-pink-200\/80{
  fill: rgb(251 207 232 / 0.8);
}

.fill-pink-200\/90{
  fill: rgb(251 207 232 / 0.9);
}

.fill-pink-200\/95{
  fill: rgb(251 207 232 / 0.95);
}

.fill-pink-300{
  fill: #f9a8d4;
}

.fill-pink-300\/0{
  fill: rgb(249 168 212 / 0);
}

.fill-pink-300\/10{
  fill: rgb(249 168 212 / 0.1);
}

.fill-pink-300\/100{
  fill: rgb(249 168 212 / 1);
}

.fill-pink-300\/20{
  fill: rgb(249 168 212 / 0.2);
}

.fill-pink-300\/25{
  fill: rgb(249 168 212 / 0.25);
}

.fill-pink-300\/30{
  fill: rgb(249 168 212 / 0.3);
}

.fill-pink-300\/40{
  fill: rgb(249 168 212 / 0.4);
}

.fill-pink-300\/5{
  fill: rgb(249 168 212 / 0.05);
}

.fill-pink-300\/50{
  fill: rgb(249 168 212 / 0.5);
}

.fill-pink-300\/60{
  fill: rgb(249 168 212 / 0.6);
}

.fill-pink-300\/70{
  fill: rgb(249 168 212 / 0.7);
}

.fill-pink-300\/75{
  fill: rgb(249 168 212 / 0.75);
}

.fill-pink-300\/80{
  fill: rgb(249 168 212 / 0.8);
}

.fill-pink-300\/90{
  fill: rgb(249 168 212 / 0.9);
}

.fill-pink-300\/95{
  fill: rgb(249 168 212 / 0.95);
}

.fill-pink-400{
  fill: #f472b6;
}

.fill-pink-400\/0{
  fill: rgb(244 114 182 / 0);
}

.fill-pink-400\/10{
  fill: rgb(244 114 182 / 0.1);
}

.fill-pink-400\/100{
  fill: rgb(244 114 182 / 1);
}

.fill-pink-400\/20{
  fill: rgb(244 114 182 / 0.2);
}

.fill-pink-400\/25{
  fill: rgb(244 114 182 / 0.25);
}

.fill-pink-400\/30{
  fill: rgb(244 114 182 / 0.3);
}

.fill-pink-400\/40{
  fill: rgb(244 114 182 / 0.4);
}

.fill-pink-400\/5{
  fill: rgb(244 114 182 / 0.05);
}

.fill-pink-400\/50{
  fill: rgb(244 114 182 / 0.5);
}

.fill-pink-400\/60{
  fill: rgb(244 114 182 / 0.6);
}

.fill-pink-400\/70{
  fill: rgb(244 114 182 / 0.7);
}

.fill-pink-400\/75{
  fill: rgb(244 114 182 / 0.75);
}

.fill-pink-400\/80{
  fill: rgb(244 114 182 / 0.8);
}

.fill-pink-400\/90{
  fill: rgb(244 114 182 / 0.9);
}

.fill-pink-400\/95{
  fill: rgb(244 114 182 / 0.95);
}

.fill-pink-50{
  fill: #fdf2f8;
}

.fill-pink-50\/0{
  fill: rgb(253 242 248 / 0);
}

.fill-pink-50\/10{
  fill: rgb(253 242 248 / 0.1);
}

.fill-pink-50\/100{
  fill: rgb(253 242 248 / 1);
}

.fill-pink-50\/20{
  fill: rgb(253 242 248 / 0.2);
}

.fill-pink-50\/25{
  fill: rgb(253 242 248 / 0.25);
}

.fill-pink-50\/30{
  fill: rgb(253 242 248 / 0.3);
}

.fill-pink-50\/40{
  fill: rgb(253 242 248 / 0.4);
}

.fill-pink-50\/5{
  fill: rgb(253 242 248 / 0.05);
}

.fill-pink-50\/50{
  fill: rgb(253 242 248 / 0.5);
}

.fill-pink-50\/60{
  fill: rgb(253 242 248 / 0.6);
}

.fill-pink-50\/70{
  fill: rgb(253 242 248 / 0.7);
}

.fill-pink-50\/75{
  fill: rgb(253 242 248 / 0.75);
}

.fill-pink-50\/80{
  fill: rgb(253 242 248 / 0.8);
}

.fill-pink-50\/90{
  fill: rgb(253 242 248 / 0.9);
}

.fill-pink-50\/95{
  fill: rgb(253 242 248 / 0.95);
}

.fill-pink-500{
  fill: #ec4899;
}

.fill-pink-500\/0{
  fill: rgb(236 72 153 / 0);
}

.fill-pink-500\/10{
  fill: rgb(236 72 153 / 0.1);
}

.fill-pink-500\/100{
  fill: rgb(236 72 153 / 1);
}

.fill-pink-500\/20{
  fill: rgb(236 72 153 / 0.2);
}

.fill-pink-500\/25{
  fill: rgb(236 72 153 / 0.25);
}

.fill-pink-500\/30{
  fill: rgb(236 72 153 / 0.3);
}

.fill-pink-500\/40{
  fill: rgb(236 72 153 / 0.4);
}

.fill-pink-500\/5{
  fill: rgb(236 72 153 / 0.05);
}

.fill-pink-500\/50{
  fill: rgb(236 72 153 / 0.5);
}

.fill-pink-500\/60{
  fill: rgb(236 72 153 / 0.6);
}

.fill-pink-500\/70{
  fill: rgb(236 72 153 / 0.7);
}

.fill-pink-500\/75{
  fill: rgb(236 72 153 / 0.75);
}

.fill-pink-500\/80{
  fill: rgb(236 72 153 / 0.8);
}

.fill-pink-500\/90{
  fill: rgb(236 72 153 / 0.9);
}

.fill-pink-500\/95{
  fill: rgb(236 72 153 / 0.95);
}

.fill-pink-600{
  fill: #db2777;
}

.fill-pink-600\/0{
  fill: rgb(219 39 119 / 0);
}

.fill-pink-600\/10{
  fill: rgb(219 39 119 / 0.1);
}

.fill-pink-600\/100{
  fill: rgb(219 39 119 / 1);
}

.fill-pink-600\/20{
  fill: rgb(219 39 119 / 0.2);
}

.fill-pink-600\/25{
  fill: rgb(219 39 119 / 0.25);
}

.fill-pink-600\/30{
  fill: rgb(219 39 119 / 0.3);
}

.fill-pink-600\/40{
  fill: rgb(219 39 119 / 0.4);
}

.fill-pink-600\/5{
  fill: rgb(219 39 119 / 0.05);
}

.fill-pink-600\/50{
  fill: rgb(219 39 119 / 0.5);
}

.fill-pink-600\/60{
  fill: rgb(219 39 119 / 0.6);
}

.fill-pink-600\/70{
  fill: rgb(219 39 119 / 0.7);
}

.fill-pink-600\/75{
  fill: rgb(219 39 119 / 0.75);
}

.fill-pink-600\/80{
  fill: rgb(219 39 119 / 0.8);
}

.fill-pink-600\/90{
  fill: rgb(219 39 119 / 0.9);
}

.fill-pink-600\/95{
  fill: rgb(219 39 119 / 0.95);
}

.fill-pink-700{
  fill: #be185d;
}

.fill-pink-700\/0{
  fill: rgb(190 24 93 / 0);
}

.fill-pink-700\/10{
  fill: rgb(190 24 93 / 0.1);
}

.fill-pink-700\/100{
  fill: rgb(190 24 93 / 1);
}

.fill-pink-700\/20{
  fill: rgb(190 24 93 / 0.2);
}

.fill-pink-700\/25{
  fill: rgb(190 24 93 / 0.25);
}

.fill-pink-700\/30{
  fill: rgb(190 24 93 / 0.3);
}

.fill-pink-700\/40{
  fill: rgb(190 24 93 / 0.4);
}

.fill-pink-700\/5{
  fill: rgb(190 24 93 / 0.05);
}

.fill-pink-700\/50{
  fill: rgb(190 24 93 / 0.5);
}

.fill-pink-700\/60{
  fill: rgb(190 24 93 / 0.6);
}

.fill-pink-700\/70{
  fill: rgb(190 24 93 / 0.7);
}

.fill-pink-700\/75{
  fill: rgb(190 24 93 / 0.75);
}

.fill-pink-700\/80{
  fill: rgb(190 24 93 / 0.8);
}

.fill-pink-700\/90{
  fill: rgb(190 24 93 / 0.9);
}

.fill-pink-700\/95{
  fill: rgb(190 24 93 / 0.95);
}

.fill-pink-800{
  fill: #9d174d;
}

.fill-pink-800\/0{
  fill: rgb(157 23 77 / 0);
}

.fill-pink-800\/10{
  fill: rgb(157 23 77 / 0.1);
}

.fill-pink-800\/100{
  fill: rgb(157 23 77 / 1);
}

.fill-pink-800\/20{
  fill: rgb(157 23 77 / 0.2);
}

.fill-pink-800\/25{
  fill: rgb(157 23 77 / 0.25);
}

.fill-pink-800\/30{
  fill: rgb(157 23 77 / 0.3);
}

.fill-pink-800\/40{
  fill: rgb(157 23 77 / 0.4);
}

.fill-pink-800\/5{
  fill: rgb(157 23 77 / 0.05);
}

.fill-pink-800\/50{
  fill: rgb(157 23 77 / 0.5);
}

.fill-pink-800\/60{
  fill: rgb(157 23 77 / 0.6);
}

.fill-pink-800\/70{
  fill: rgb(157 23 77 / 0.7);
}

.fill-pink-800\/75{
  fill: rgb(157 23 77 / 0.75);
}

.fill-pink-800\/80{
  fill: rgb(157 23 77 / 0.8);
}

.fill-pink-800\/90{
  fill: rgb(157 23 77 / 0.9);
}

.fill-pink-800\/95{
  fill: rgb(157 23 77 / 0.95);
}

.fill-pink-900{
  fill: #831843;
}

.fill-pink-900\/0{
  fill: rgb(131 24 67 / 0);
}

.fill-pink-900\/10{
  fill: rgb(131 24 67 / 0.1);
}

.fill-pink-900\/100{
  fill: rgb(131 24 67 / 1);
}

.fill-pink-900\/20{
  fill: rgb(131 24 67 / 0.2);
}

.fill-pink-900\/25{
  fill: rgb(131 24 67 / 0.25);
}

.fill-pink-900\/30{
  fill: rgb(131 24 67 / 0.3);
}

.fill-pink-900\/40{
  fill: rgb(131 24 67 / 0.4);
}

.fill-pink-900\/5{
  fill: rgb(131 24 67 / 0.05);
}

.fill-pink-900\/50{
  fill: rgb(131 24 67 / 0.5);
}

.fill-pink-900\/60{
  fill: rgb(131 24 67 / 0.6);
}

.fill-pink-900\/70{
  fill: rgb(131 24 67 / 0.7);
}

.fill-pink-900\/75{
  fill: rgb(131 24 67 / 0.75);
}

.fill-pink-900\/80{
  fill: rgb(131 24 67 / 0.8);
}

.fill-pink-900\/90{
  fill: rgb(131 24 67 / 0.9);
}

.fill-pink-900\/95{
  fill: rgb(131 24 67 / 0.95);
}

.fill-pink-950{
  fill: #500724;
}

.fill-pink-950\/0{
  fill: rgb(80 7 36 / 0);
}

.fill-pink-950\/10{
  fill: rgb(80 7 36 / 0.1);
}

.fill-pink-950\/100{
  fill: rgb(80 7 36 / 1);
}

.fill-pink-950\/20{
  fill: rgb(80 7 36 / 0.2);
}

.fill-pink-950\/25{
  fill: rgb(80 7 36 / 0.25);
}

.fill-pink-950\/30{
  fill: rgb(80 7 36 / 0.3);
}

.fill-pink-950\/40{
  fill: rgb(80 7 36 / 0.4);
}

.fill-pink-950\/5{
  fill: rgb(80 7 36 / 0.05);
}

.fill-pink-950\/50{
  fill: rgb(80 7 36 / 0.5);
}

.fill-pink-950\/60{
  fill: rgb(80 7 36 / 0.6);
}

.fill-pink-950\/70{
  fill: rgb(80 7 36 / 0.7);
}

.fill-pink-950\/75{
  fill: rgb(80 7 36 / 0.75);
}

.fill-pink-950\/80{
  fill: rgb(80 7 36 / 0.8);
}

.fill-pink-950\/90{
  fill: rgb(80 7 36 / 0.9);
}

.fill-pink-950\/95{
  fill: rgb(80 7 36 / 0.95);
}

.fill-purple-100{
  fill: #f3e8ff;
}

.fill-purple-100\/0{
  fill: rgb(243 232 255 / 0);
}

.fill-purple-100\/10{
  fill: rgb(243 232 255 / 0.1);
}

.fill-purple-100\/100{
  fill: rgb(243 232 255 / 1);
}

.fill-purple-100\/20{
  fill: rgb(243 232 255 / 0.2);
}

.fill-purple-100\/25{
  fill: rgb(243 232 255 / 0.25);
}

.fill-purple-100\/30{
  fill: rgb(243 232 255 / 0.3);
}

.fill-purple-100\/40{
  fill: rgb(243 232 255 / 0.4);
}

.fill-purple-100\/5{
  fill: rgb(243 232 255 / 0.05);
}

.fill-purple-100\/50{
  fill: rgb(243 232 255 / 0.5);
}

.fill-purple-100\/60{
  fill: rgb(243 232 255 / 0.6);
}

.fill-purple-100\/70{
  fill: rgb(243 232 255 / 0.7);
}

.fill-purple-100\/75{
  fill: rgb(243 232 255 / 0.75);
}

.fill-purple-100\/80{
  fill: rgb(243 232 255 / 0.8);
}

.fill-purple-100\/90{
  fill: rgb(243 232 255 / 0.9);
}

.fill-purple-100\/95{
  fill: rgb(243 232 255 / 0.95);
}

.fill-purple-200{
  fill: #e9d5ff;
}

.fill-purple-200\/0{
  fill: rgb(233 213 255 / 0);
}

.fill-purple-200\/10{
  fill: rgb(233 213 255 / 0.1);
}

.fill-purple-200\/100{
  fill: rgb(233 213 255 / 1);
}

.fill-purple-200\/20{
  fill: rgb(233 213 255 / 0.2);
}

.fill-purple-200\/25{
  fill: rgb(233 213 255 / 0.25);
}

.fill-purple-200\/30{
  fill: rgb(233 213 255 / 0.3);
}

.fill-purple-200\/40{
  fill: rgb(233 213 255 / 0.4);
}

.fill-purple-200\/5{
  fill: rgb(233 213 255 / 0.05);
}

.fill-purple-200\/50{
  fill: rgb(233 213 255 / 0.5);
}

.fill-purple-200\/60{
  fill: rgb(233 213 255 / 0.6);
}

.fill-purple-200\/70{
  fill: rgb(233 213 255 / 0.7);
}

.fill-purple-200\/75{
  fill: rgb(233 213 255 / 0.75);
}

.fill-purple-200\/80{
  fill: rgb(233 213 255 / 0.8);
}

.fill-purple-200\/90{
  fill: rgb(233 213 255 / 0.9);
}

.fill-purple-200\/95{
  fill: rgb(233 213 255 / 0.95);
}

.fill-purple-300{
  fill: #d8b4fe;
}

.fill-purple-300\/0{
  fill: rgb(216 180 254 / 0);
}

.fill-purple-300\/10{
  fill: rgb(216 180 254 / 0.1);
}

.fill-purple-300\/100{
  fill: rgb(216 180 254 / 1);
}

.fill-purple-300\/20{
  fill: rgb(216 180 254 / 0.2);
}

.fill-purple-300\/25{
  fill: rgb(216 180 254 / 0.25);
}

.fill-purple-300\/30{
  fill: rgb(216 180 254 / 0.3);
}

.fill-purple-300\/40{
  fill: rgb(216 180 254 / 0.4);
}

.fill-purple-300\/5{
  fill: rgb(216 180 254 / 0.05);
}

.fill-purple-300\/50{
  fill: rgb(216 180 254 / 0.5);
}

.fill-purple-300\/60{
  fill: rgb(216 180 254 / 0.6);
}

.fill-purple-300\/70{
  fill: rgb(216 180 254 / 0.7);
}

.fill-purple-300\/75{
  fill: rgb(216 180 254 / 0.75);
}

.fill-purple-300\/80{
  fill: rgb(216 180 254 / 0.8);
}

.fill-purple-300\/90{
  fill: rgb(216 180 254 / 0.9);
}

.fill-purple-300\/95{
  fill: rgb(216 180 254 / 0.95);
}

.fill-purple-400{
  fill: #c084fc;
}

.fill-purple-400\/0{
  fill: rgb(192 132 252 / 0);
}

.fill-purple-400\/10{
  fill: rgb(192 132 252 / 0.1);
}

.fill-purple-400\/100{
  fill: rgb(192 132 252 / 1);
}

.fill-purple-400\/20{
  fill: rgb(192 132 252 / 0.2);
}

.fill-purple-400\/25{
  fill: rgb(192 132 252 / 0.25);
}

.fill-purple-400\/30{
  fill: rgb(192 132 252 / 0.3);
}

.fill-purple-400\/40{
  fill: rgb(192 132 252 / 0.4);
}

.fill-purple-400\/5{
  fill: rgb(192 132 252 / 0.05);
}

.fill-purple-400\/50{
  fill: rgb(192 132 252 / 0.5);
}

.fill-purple-400\/60{
  fill: rgb(192 132 252 / 0.6);
}

.fill-purple-400\/70{
  fill: rgb(192 132 252 / 0.7);
}

.fill-purple-400\/75{
  fill: rgb(192 132 252 / 0.75);
}

.fill-purple-400\/80{
  fill: rgb(192 132 252 / 0.8);
}

.fill-purple-400\/90{
  fill: rgb(192 132 252 / 0.9);
}

.fill-purple-400\/95{
  fill: rgb(192 132 252 / 0.95);
}

.fill-purple-50{
  fill: #faf5ff;
}

.fill-purple-50\/0{
  fill: rgb(250 245 255 / 0);
}

.fill-purple-50\/10{
  fill: rgb(250 245 255 / 0.1);
}

.fill-purple-50\/100{
  fill: rgb(250 245 255 / 1);
}

.fill-purple-50\/20{
  fill: rgb(250 245 255 / 0.2);
}

.fill-purple-50\/25{
  fill: rgb(250 245 255 / 0.25);
}

.fill-purple-50\/30{
  fill: rgb(250 245 255 / 0.3);
}

.fill-purple-50\/40{
  fill: rgb(250 245 255 / 0.4);
}

.fill-purple-50\/5{
  fill: rgb(250 245 255 / 0.05);
}

.fill-purple-50\/50{
  fill: rgb(250 245 255 / 0.5);
}

.fill-purple-50\/60{
  fill: rgb(250 245 255 / 0.6);
}

.fill-purple-50\/70{
  fill: rgb(250 245 255 / 0.7);
}

.fill-purple-50\/75{
  fill: rgb(250 245 255 / 0.75);
}

.fill-purple-50\/80{
  fill: rgb(250 245 255 / 0.8);
}

.fill-purple-50\/90{
  fill: rgb(250 245 255 / 0.9);
}

.fill-purple-50\/95{
  fill: rgb(250 245 255 / 0.95);
}

.fill-purple-500{
  fill: #a855f7;
}

.fill-purple-500\/0{
  fill: rgb(168 85 247 / 0);
}

.fill-purple-500\/10{
  fill: rgb(168 85 247 / 0.1);
}

.fill-purple-500\/100{
  fill: rgb(168 85 247 / 1);
}

.fill-purple-500\/20{
  fill: rgb(168 85 247 / 0.2);
}

.fill-purple-500\/25{
  fill: rgb(168 85 247 / 0.25);
}

.fill-purple-500\/30{
  fill: rgb(168 85 247 / 0.3);
}

.fill-purple-500\/40{
  fill: rgb(168 85 247 / 0.4);
}

.fill-purple-500\/5{
  fill: rgb(168 85 247 / 0.05);
}

.fill-purple-500\/50{
  fill: rgb(168 85 247 / 0.5);
}

.fill-purple-500\/60{
  fill: rgb(168 85 247 / 0.6);
}

.fill-purple-500\/70{
  fill: rgb(168 85 247 / 0.7);
}

.fill-purple-500\/75{
  fill: rgb(168 85 247 / 0.75);
}

.fill-purple-500\/80{
  fill: rgb(168 85 247 / 0.8);
}

.fill-purple-500\/90{
  fill: rgb(168 85 247 / 0.9);
}

.fill-purple-500\/95{
  fill: rgb(168 85 247 / 0.95);
}

.fill-purple-600{
  fill: #9333ea;
}

.fill-purple-600\/0{
  fill: rgb(147 51 234 / 0);
}

.fill-purple-600\/10{
  fill: rgb(147 51 234 / 0.1);
}

.fill-purple-600\/100{
  fill: rgb(147 51 234 / 1);
}

.fill-purple-600\/20{
  fill: rgb(147 51 234 / 0.2);
}

.fill-purple-600\/25{
  fill: rgb(147 51 234 / 0.25);
}

.fill-purple-600\/30{
  fill: rgb(147 51 234 / 0.3);
}

.fill-purple-600\/40{
  fill: rgb(147 51 234 / 0.4);
}

.fill-purple-600\/5{
  fill: rgb(147 51 234 / 0.05);
}

.fill-purple-600\/50{
  fill: rgb(147 51 234 / 0.5);
}

.fill-purple-600\/60{
  fill: rgb(147 51 234 / 0.6);
}

.fill-purple-600\/70{
  fill: rgb(147 51 234 / 0.7);
}

.fill-purple-600\/75{
  fill: rgb(147 51 234 / 0.75);
}

.fill-purple-600\/80{
  fill: rgb(147 51 234 / 0.8);
}

.fill-purple-600\/90{
  fill: rgb(147 51 234 / 0.9);
}

.fill-purple-600\/95{
  fill: rgb(147 51 234 / 0.95);
}

.fill-purple-700{
  fill: #7e22ce;
}

.fill-purple-700\/0{
  fill: rgb(126 34 206 / 0);
}

.fill-purple-700\/10{
  fill: rgb(126 34 206 / 0.1);
}

.fill-purple-700\/100{
  fill: rgb(126 34 206 / 1);
}

.fill-purple-700\/20{
  fill: rgb(126 34 206 / 0.2);
}

.fill-purple-700\/25{
  fill: rgb(126 34 206 / 0.25);
}

.fill-purple-700\/30{
  fill: rgb(126 34 206 / 0.3);
}

.fill-purple-700\/40{
  fill: rgb(126 34 206 / 0.4);
}

.fill-purple-700\/5{
  fill: rgb(126 34 206 / 0.05);
}

.fill-purple-700\/50{
  fill: rgb(126 34 206 / 0.5);
}

.fill-purple-700\/60{
  fill: rgb(126 34 206 / 0.6);
}

.fill-purple-700\/70{
  fill: rgb(126 34 206 / 0.7);
}

.fill-purple-700\/75{
  fill: rgb(126 34 206 / 0.75);
}

.fill-purple-700\/80{
  fill: rgb(126 34 206 / 0.8);
}

.fill-purple-700\/90{
  fill: rgb(126 34 206 / 0.9);
}

.fill-purple-700\/95{
  fill: rgb(126 34 206 / 0.95);
}

.fill-purple-800{
  fill: #6b21a8;
}

.fill-purple-800\/0{
  fill: rgb(107 33 168 / 0);
}

.fill-purple-800\/10{
  fill: rgb(107 33 168 / 0.1);
}

.fill-purple-800\/100{
  fill: rgb(107 33 168 / 1);
}

.fill-purple-800\/20{
  fill: rgb(107 33 168 / 0.2);
}

.fill-purple-800\/25{
  fill: rgb(107 33 168 / 0.25);
}

.fill-purple-800\/30{
  fill: rgb(107 33 168 / 0.3);
}

.fill-purple-800\/40{
  fill: rgb(107 33 168 / 0.4);
}

.fill-purple-800\/5{
  fill: rgb(107 33 168 / 0.05);
}

.fill-purple-800\/50{
  fill: rgb(107 33 168 / 0.5);
}

.fill-purple-800\/60{
  fill: rgb(107 33 168 / 0.6);
}

.fill-purple-800\/70{
  fill: rgb(107 33 168 / 0.7);
}

.fill-purple-800\/75{
  fill: rgb(107 33 168 / 0.75);
}

.fill-purple-800\/80{
  fill: rgb(107 33 168 / 0.8);
}

.fill-purple-800\/90{
  fill: rgb(107 33 168 / 0.9);
}

.fill-purple-800\/95{
  fill: rgb(107 33 168 / 0.95);
}

.fill-purple-900{
  fill: #581c87;
}

.fill-purple-900\/0{
  fill: rgb(88 28 135 / 0);
}

.fill-purple-900\/10{
  fill: rgb(88 28 135 / 0.1);
}

.fill-purple-900\/100{
  fill: rgb(88 28 135 / 1);
}

.fill-purple-900\/20{
  fill: rgb(88 28 135 / 0.2);
}

.fill-purple-900\/25{
  fill: rgb(88 28 135 / 0.25);
}

.fill-purple-900\/30{
  fill: rgb(88 28 135 / 0.3);
}

.fill-purple-900\/40{
  fill: rgb(88 28 135 / 0.4);
}

.fill-purple-900\/5{
  fill: rgb(88 28 135 / 0.05);
}

.fill-purple-900\/50{
  fill: rgb(88 28 135 / 0.5);
}

.fill-purple-900\/60{
  fill: rgb(88 28 135 / 0.6);
}

.fill-purple-900\/70{
  fill: rgb(88 28 135 / 0.7);
}

.fill-purple-900\/75{
  fill: rgb(88 28 135 / 0.75);
}

.fill-purple-900\/80{
  fill: rgb(88 28 135 / 0.8);
}

.fill-purple-900\/90{
  fill: rgb(88 28 135 / 0.9);
}

.fill-purple-900\/95{
  fill: rgb(88 28 135 / 0.95);
}

.fill-purple-950{
  fill: #3b0764;
}

.fill-purple-950\/0{
  fill: rgb(59 7 100 / 0);
}

.fill-purple-950\/10{
  fill: rgb(59 7 100 / 0.1);
}

.fill-purple-950\/100{
  fill: rgb(59 7 100 / 1);
}

.fill-purple-950\/20{
  fill: rgb(59 7 100 / 0.2);
}

.fill-purple-950\/25{
  fill: rgb(59 7 100 / 0.25);
}

.fill-purple-950\/30{
  fill: rgb(59 7 100 / 0.3);
}

.fill-purple-950\/40{
  fill: rgb(59 7 100 / 0.4);
}

.fill-purple-950\/5{
  fill: rgb(59 7 100 / 0.05);
}

.fill-purple-950\/50{
  fill: rgb(59 7 100 / 0.5);
}

.fill-purple-950\/60{
  fill: rgb(59 7 100 / 0.6);
}

.fill-purple-950\/70{
  fill: rgb(59 7 100 / 0.7);
}

.fill-purple-950\/75{
  fill: rgb(59 7 100 / 0.75);
}

.fill-purple-950\/80{
  fill: rgb(59 7 100 / 0.8);
}

.fill-purple-950\/90{
  fill: rgb(59 7 100 / 0.9);
}

.fill-purple-950\/95{
  fill: rgb(59 7 100 / 0.95);
}

.fill-red-100{
  fill: #fee2e2;
}

.fill-red-100\/0{
  fill: rgb(254 226 226 / 0);
}

.fill-red-100\/10{
  fill: rgb(254 226 226 / 0.1);
}

.fill-red-100\/100{
  fill: rgb(254 226 226 / 1);
}

.fill-red-100\/20{
  fill: rgb(254 226 226 / 0.2);
}

.fill-red-100\/25{
  fill: rgb(254 226 226 / 0.25);
}

.fill-red-100\/30{
  fill: rgb(254 226 226 / 0.3);
}

.fill-red-100\/40{
  fill: rgb(254 226 226 / 0.4);
}

.fill-red-100\/5{
  fill: rgb(254 226 226 / 0.05);
}

.fill-red-100\/50{
  fill: rgb(254 226 226 / 0.5);
}

.fill-red-100\/60{
  fill: rgb(254 226 226 / 0.6);
}

.fill-red-100\/70{
  fill: rgb(254 226 226 / 0.7);
}

.fill-red-100\/75{
  fill: rgb(254 226 226 / 0.75);
}

.fill-red-100\/80{
  fill: rgb(254 226 226 / 0.8);
}

.fill-red-100\/90{
  fill: rgb(254 226 226 / 0.9);
}

.fill-red-100\/95{
  fill: rgb(254 226 226 / 0.95);
}

.fill-red-200{
  fill: #fecaca;
}

.fill-red-200\/0{
  fill: rgb(254 202 202 / 0);
}

.fill-red-200\/10{
  fill: rgb(254 202 202 / 0.1);
}

.fill-red-200\/100{
  fill: rgb(254 202 202 / 1);
}

.fill-red-200\/20{
  fill: rgb(254 202 202 / 0.2);
}

.fill-red-200\/25{
  fill: rgb(254 202 202 / 0.25);
}

.fill-red-200\/30{
  fill: rgb(254 202 202 / 0.3);
}

.fill-red-200\/40{
  fill: rgb(254 202 202 / 0.4);
}

.fill-red-200\/5{
  fill: rgb(254 202 202 / 0.05);
}

.fill-red-200\/50{
  fill: rgb(254 202 202 / 0.5);
}

.fill-red-200\/60{
  fill: rgb(254 202 202 / 0.6);
}

.fill-red-200\/70{
  fill: rgb(254 202 202 / 0.7);
}

.fill-red-200\/75{
  fill: rgb(254 202 202 / 0.75);
}

.fill-red-200\/80{
  fill: rgb(254 202 202 / 0.8);
}

.fill-red-200\/90{
  fill: rgb(254 202 202 / 0.9);
}

.fill-red-200\/95{
  fill: rgb(254 202 202 / 0.95);
}

.fill-red-300{
  fill: #fca5a5;
}

.fill-red-300\/0{
  fill: rgb(252 165 165 / 0);
}

.fill-red-300\/10{
  fill: rgb(252 165 165 / 0.1);
}

.fill-red-300\/100{
  fill: rgb(252 165 165 / 1);
}

.fill-red-300\/20{
  fill: rgb(252 165 165 / 0.2);
}

.fill-red-300\/25{
  fill: rgb(252 165 165 / 0.25);
}

.fill-red-300\/30{
  fill: rgb(252 165 165 / 0.3);
}

.fill-red-300\/40{
  fill: rgb(252 165 165 / 0.4);
}

.fill-red-300\/5{
  fill: rgb(252 165 165 / 0.05);
}

.fill-red-300\/50{
  fill: rgb(252 165 165 / 0.5);
}

.fill-red-300\/60{
  fill: rgb(252 165 165 / 0.6);
}

.fill-red-300\/70{
  fill: rgb(252 165 165 / 0.7);
}

.fill-red-300\/75{
  fill: rgb(252 165 165 / 0.75);
}

.fill-red-300\/80{
  fill: rgb(252 165 165 / 0.8);
}

.fill-red-300\/90{
  fill: rgb(252 165 165 / 0.9);
}

.fill-red-300\/95{
  fill: rgb(252 165 165 / 0.95);
}

.fill-red-400{
  fill: #f87171;
}

.fill-red-400\/0{
  fill: rgb(248 113 113 / 0);
}

.fill-red-400\/10{
  fill: rgb(248 113 113 / 0.1);
}

.fill-red-400\/100{
  fill: rgb(248 113 113 / 1);
}

.fill-red-400\/20{
  fill: rgb(248 113 113 / 0.2);
}

.fill-red-400\/25{
  fill: rgb(248 113 113 / 0.25);
}

.fill-red-400\/30{
  fill: rgb(248 113 113 / 0.3);
}

.fill-red-400\/40{
  fill: rgb(248 113 113 / 0.4);
}

.fill-red-400\/5{
  fill: rgb(248 113 113 / 0.05);
}

.fill-red-400\/50{
  fill: rgb(248 113 113 / 0.5);
}

.fill-red-400\/60{
  fill: rgb(248 113 113 / 0.6);
}

.fill-red-400\/70{
  fill: rgb(248 113 113 / 0.7);
}

.fill-red-400\/75{
  fill: rgb(248 113 113 / 0.75);
}

.fill-red-400\/80{
  fill: rgb(248 113 113 / 0.8);
}

.fill-red-400\/90{
  fill: rgb(248 113 113 / 0.9);
}

.fill-red-400\/95{
  fill: rgb(248 113 113 / 0.95);
}

.fill-red-50{
  fill: #fef2f2;
}

.fill-red-50\/0{
  fill: rgb(254 242 242 / 0);
}

.fill-red-50\/10{
  fill: rgb(254 242 242 / 0.1);
}

.fill-red-50\/100{
  fill: rgb(254 242 242 / 1);
}

.fill-red-50\/20{
  fill: rgb(254 242 242 / 0.2);
}

.fill-red-50\/25{
  fill: rgb(254 242 242 / 0.25);
}

.fill-red-50\/30{
  fill: rgb(254 242 242 / 0.3);
}

.fill-red-50\/40{
  fill: rgb(254 242 242 / 0.4);
}

.fill-red-50\/5{
  fill: rgb(254 242 242 / 0.05);
}

.fill-red-50\/50{
  fill: rgb(254 242 242 / 0.5);
}

.fill-red-50\/60{
  fill: rgb(254 242 242 / 0.6);
}

.fill-red-50\/70{
  fill: rgb(254 242 242 / 0.7);
}

.fill-red-50\/75{
  fill: rgb(254 242 242 / 0.75);
}

.fill-red-50\/80{
  fill: rgb(254 242 242 / 0.8);
}

.fill-red-50\/90{
  fill: rgb(254 242 242 / 0.9);
}

.fill-red-50\/95{
  fill: rgb(254 242 242 / 0.95);
}

.fill-red-500{
  fill: #ef4444;
}

.fill-red-500\/0{
  fill: rgb(239 68 68 / 0);
}

.fill-red-500\/10{
  fill: rgb(239 68 68 / 0.1);
}

.fill-red-500\/100{
  fill: rgb(239 68 68 / 1);
}

.fill-red-500\/20{
  fill: rgb(239 68 68 / 0.2);
}

.fill-red-500\/25{
  fill: rgb(239 68 68 / 0.25);
}

.fill-red-500\/30{
  fill: rgb(239 68 68 / 0.3);
}

.fill-red-500\/40{
  fill: rgb(239 68 68 / 0.4);
}

.fill-red-500\/5{
  fill: rgb(239 68 68 / 0.05);
}

.fill-red-500\/50{
  fill: rgb(239 68 68 / 0.5);
}

.fill-red-500\/60{
  fill: rgb(239 68 68 / 0.6);
}

.fill-red-500\/70{
  fill: rgb(239 68 68 / 0.7);
}

.fill-red-500\/75{
  fill: rgb(239 68 68 / 0.75);
}

.fill-red-500\/80{
  fill: rgb(239 68 68 / 0.8);
}

.fill-red-500\/90{
  fill: rgb(239 68 68 / 0.9);
}

.fill-red-500\/95{
  fill: rgb(239 68 68 / 0.95);
}

.fill-red-600{
  fill: #dc2626;
}

.fill-red-600\/0{
  fill: rgb(220 38 38 / 0);
}

.fill-red-600\/10{
  fill: rgb(220 38 38 / 0.1);
}

.fill-red-600\/100{
  fill: rgb(220 38 38 / 1);
}

.fill-red-600\/20{
  fill: rgb(220 38 38 / 0.2);
}

.fill-red-600\/25{
  fill: rgb(220 38 38 / 0.25);
}

.fill-red-600\/30{
  fill: rgb(220 38 38 / 0.3);
}

.fill-red-600\/40{
  fill: rgb(220 38 38 / 0.4);
}

.fill-red-600\/5{
  fill: rgb(220 38 38 / 0.05);
}

.fill-red-600\/50{
  fill: rgb(220 38 38 / 0.5);
}

.fill-red-600\/60{
  fill: rgb(220 38 38 / 0.6);
}

.fill-red-600\/70{
  fill: rgb(220 38 38 / 0.7);
}

.fill-red-600\/75{
  fill: rgb(220 38 38 / 0.75);
}

.fill-red-600\/80{
  fill: rgb(220 38 38 / 0.8);
}

.fill-red-600\/90{
  fill: rgb(220 38 38 / 0.9);
}

.fill-red-600\/95{
  fill: rgb(220 38 38 / 0.95);
}

.fill-red-700{
  fill: #b91c1c;
}

.fill-red-700\/0{
  fill: rgb(185 28 28 / 0);
}

.fill-red-700\/10{
  fill: rgb(185 28 28 / 0.1);
}

.fill-red-700\/100{
  fill: rgb(185 28 28 / 1);
}

.fill-red-700\/20{
  fill: rgb(185 28 28 / 0.2);
}

.fill-red-700\/25{
  fill: rgb(185 28 28 / 0.25);
}

.fill-red-700\/30{
  fill: rgb(185 28 28 / 0.3);
}

.fill-red-700\/40{
  fill: rgb(185 28 28 / 0.4);
}

.fill-red-700\/5{
  fill: rgb(185 28 28 / 0.05);
}

.fill-red-700\/50{
  fill: rgb(185 28 28 / 0.5);
}

.fill-red-700\/60{
  fill: rgb(185 28 28 / 0.6);
}

.fill-red-700\/70{
  fill: rgb(185 28 28 / 0.7);
}

.fill-red-700\/75{
  fill: rgb(185 28 28 / 0.75);
}

.fill-red-700\/80{
  fill: rgb(185 28 28 / 0.8);
}

.fill-red-700\/90{
  fill: rgb(185 28 28 / 0.9);
}

.fill-red-700\/95{
  fill: rgb(185 28 28 / 0.95);
}

.fill-red-800{
  fill: #991b1b;
}

.fill-red-800\/0{
  fill: rgb(153 27 27 / 0);
}

.fill-red-800\/10{
  fill: rgb(153 27 27 / 0.1);
}

.fill-red-800\/100{
  fill: rgb(153 27 27 / 1);
}

.fill-red-800\/20{
  fill: rgb(153 27 27 / 0.2);
}

.fill-red-800\/25{
  fill: rgb(153 27 27 / 0.25);
}

.fill-red-800\/30{
  fill: rgb(153 27 27 / 0.3);
}

.fill-red-800\/40{
  fill: rgb(153 27 27 / 0.4);
}

.fill-red-800\/5{
  fill: rgb(153 27 27 / 0.05);
}

.fill-red-800\/50{
  fill: rgb(153 27 27 / 0.5);
}

.fill-red-800\/60{
  fill: rgb(153 27 27 / 0.6);
}

.fill-red-800\/70{
  fill: rgb(153 27 27 / 0.7);
}

.fill-red-800\/75{
  fill: rgb(153 27 27 / 0.75);
}

.fill-red-800\/80{
  fill: rgb(153 27 27 / 0.8);
}

.fill-red-800\/90{
  fill: rgb(153 27 27 / 0.9);
}

.fill-red-800\/95{
  fill: rgb(153 27 27 / 0.95);
}

.fill-red-900{
  fill: #7f1d1d;
}

.fill-red-900\/0{
  fill: rgb(127 29 29 / 0);
}

.fill-red-900\/10{
  fill: rgb(127 29 29 / 0.1);
}

.fill-red-900\/100{
  fill: rgb(127 29 29 / 1);
}

.fill-red-900\/20{
  fill: rgb(127 29 29 / 0.2);
}

.fill-red-900\/25{
  fill: rgb(127 29 29 / 0.25);
}

.fill-red-900\/30{
  fill: rgb(127 29 29 / 0.3);
}

.fill-red-900\/40{
  fill: rgb(127 29 29 / 0.4);
}

.fill-red-900\/5{
  fill: rgb(127 29 29 / 0.05);
}

.fill-red-900\/50{
  fill: rgb(127 29 29 / 0.5);
}

.fill-red-900\/60{
  fill: rgb(127 29 29 / 0.6);
}

.fill-red-900\/70{
  fill: rgb(127 29 29 / 0.7);
}

.fill-red-900\/75{
  fill: rgb(127 29 29 / 0.75);
}

.fill-red-900\/80{
  fill: rgb(127 29 29 / 0.8);
}

.fill-red-900\/90{
  fill: rgb(127 29 29 / 0.9);
}

.fill-red-900\/95{
  fill: rgb(127 29 29 / 0.95);
}

.fill-red-950{
  fill: #450a0a;
}

.fill-red-950\/0{
  fill: rgb(69 10 10 / 0);
}

.fill-red-950\/10{
  fill: rgb(69 10 10 / 0.1);
}

.fill-red-950\/100{
  fill: rgb(69 10 10 / 1);
}

.fill-red-950\/20{
  fill: rgb(69 10 10 / 0.2);
}

.fill-red-950\/25{
  fill: rgb(69 10 10 / 0.25);
}

.fill-red-950\/30{
  fill: rgb(69 10 10 / 0.3);
}

.fill-red-950\/40{
  fill: rgb(69 10 10 / 0.4);
}

.fill-red-950\/5{
  fill: rgb(69 10 10 / 0.05);
}

.fill-red-950\/50{
  fill: rgb(69 10 10 / 0.5);
}

.fill-red-950\/60{
  fill: rgb(69 10 10 / 0.6);
}

.fill-red-950\/70{
  fill: rgb(69 10 10 / 0.7);
}

.fill-red-950\/75{
  fill: rgb(69 10 10 / 0.75);
}

.fill-red-950\/80{
  fill: rgb(69 10 10 / 0.8);
}

.fill-red-950\/90{
  fill: rgb(69 10 10 / 0.9);
}

.fill-red-950\/95{
  fill: rgb(69 10 10 / 0.95);
}

.fill-rose-100{
  fill: #ffe4e6;
}

.fill-rose-100\/0{
  fill: rgb(255 228 230 / 0);
}

.fill-rose-100\/10{
  fill: rgb(255 228 230 / 0.1);
}

.fill-rose-100\/100{
  fill: rgb(255 228 230 / 1);
}

.fill-rose-100\/20{
  fill: rgb(255 228 230 / 0.2);
}

.fill-rose-100\/25{
  fill: rgb(255 228 230 / 0.25);
}

.fill-rose-100\/30{
  fill: rgb(255 228 230 / 0.3);
}

.fill-rose-100\/40{
  fill: rgb(255 228 230 / 0.4);
}

.fill-rose-100\/5{
  fill: rgb(255 228 230 / 0.05);
}

.fill-rose-100\/50{
  fill: rgb(255 228 230 / 0.5);
}

.fill-rose-100\/60{
  fill: rgb(255 228 230 / 0.6);
}

.fill-rose-100\/70{
  fill: rgb(255 228 230 / 0.7);
}

.fill-rose-100\/75{
  fill: rgb(255 228 230 / 0.75);
}

.fill-rose-100\/80{
  fill: rgb(255 228 230 / 0.8);
}

.fill-rose-100\/90{
  fill: rgb(255 228 230 / 0.9);
}

.fill-rose-100\/95{
  fill: rgb(255 228 230 / 0.95);
}

.fill-rose-200{
  fill: #fecdd3;
}

.fill-rose-200\/0{
  fill: rgb(254 205 211 / 0);
}

.fill-rose-200\/10{
  fill: rgb(254 205 211 / 0.1);
}

.fill-rose-200\/100{
  fill: rgb(254 205 211 / 1);
}

.fill-rose-200\/20{
  fill: rgb(254 205 211 / 0.2);
}

.fill-rose-200\/25{
  fill: rgb(254 205 211 / 0.25);
}

.fill-rose-200\/30{
  fill: rgb(254 205 211 / 0.3);
}

.fill-rose-200\/40{
  fill: rgb(254 205 211 / 0.4);
}

.fill-rose-200\/5{
  fill: rgb(254 205 211 / 0.05);
}

.fill-rose-200\/50{
  fill: rgb(254 205 211 / 0.5);
}

.fill-rose-200\/60{
  fill: rgb(254 205 211 / 0.6);
}

.fill-rose-200\/70{
  fill: rgb(254 205 211 / 0.7);
}

.fill-rose-200\/75{
  fill: rgb(254 205 211 / 0.75);
}

.fill-rose-200\/80{
  fill: rgb(254 205 211 / 0.8);
}

.fill-rose-200\/90{
  fill: rgb(254 205 211 / 0.9);
}

.fill-rose-200\/95{
  fill: rgb(254 205 211 / 0.95);
}

.fill-rose-300{
  fill: #fda4af;
}

.fill-rose-300\/0{
  fill: rgb(253 164 175 / 0);
}

.fill-rose-300\/10{
  fill: rgb(253 164 175 / 0.1);
}

.fill-rose-300\/100{
  fill: rgb(253 164 175 / 1);
}

.fill-rose-300\/20{
  fill: rgb(253 164 175 / 0.2);
}

.fill-rose-300\/25{
  fill: rgb(253 164 175 / 0.25);
}

.fill-rose-300\/30{
  fill: rgb(253 164 175 / 0.3);
}

.fill-rose-300\/40{
  fill: rgb(253 164 175 / 0.4);
}

.fill-rose-300\/5{
  fill: rgb(253 164 175 / 0.05);
}

.fill-rose-300\/50{
  fill: rgb(253 164 175 / 0.5);
}

.fill-rose-300\/60{
  fill: rgb(253 164 175 / 0.6);
}

.fill-rose-300\/70{
  fill: rgb(253 164 175 / 0.7);
}

.fill-rose-300\/75{
  fill: rgb(253 164 175 / 0.75);
}

.fill-rose-300\/80{
  fill: rgb(253 164 175 / 0.8);
}

.fill-rose-300\/90{
  fill: rgb(253 164 175 / 0.9);
}

.fill-rose-300\/95{
  fill: rgb(253 164 175 / 0.95);
}

.fill-rose-400{
  fill: #fb7185;
}

.fill-rose-400\/0{
  fill: rgb(251 113 133 / 0);
}

.fill-rose-400\/10{
  fill: rgb(251 113 133 / 0.1);
}

.fill-rose-400\/100{
  fill: rgb(251 113 133 / 1);
}

.fill-rose-400\/20{
  fill: rgb(251 113 133 / 0.2);
}

.fill-rose-400\/25{
  fill: rgb(251 113 133 / 0.25);
}

.fill-rose-400\/30{
  fill: rgb(251 113 133 / 0.3);
}

.fill-rose-400\/40{
  fill: rgb(251 113 133 / 0.4);
}

.fill-rose-400\/5{
  fill: rgb(251 113 133 / 0.05);
}

.fill-rose-400\/50{
  fill: rgb(251 113 133 / 0.5);
}

.fill-rose-400\/60{
  fill: rgb(251 113 133 / 0.6);
}

.fill-rose-400\/70{
  fill: rgb(251 113 133 / 0.7);
}

.fill-rose-400\/75{
  fill: rgb(251 113 133 / 0.75);
}

.fill-rose-400\/80{
  fill: rgb(251 113 133 / 0.8);
}

.fill-rose-400\/90{
  fill: rgb(251 113 133 / 0.9);
}

.fill-rose-400\/95{
  fill: rgb(251 113 133 / 0.95);
}

.fill-rose-50{
  fill: #fff1f2;
}

.fill-rose-50\/0{
  fill: rgb(255 241 242 / 0);
}

.fill-rose-50\/10{
  fill: rgb(255 241 242 / 0.1);
}

.fill-rose-50\/100{
  fill: rgb(255 241 242 / 1);
}

.fill-rose-50\/20{
  fill: rgb(255 241 242 / 0.2);
}

.fill-rose-50\/25{
  fill: rgb(255 241 242 / 0.25);
}

.fill-rose-50\/30{
  fill: rgb(255 241 242 / 0.3);
}

.fill-rose-50\/40{
  fill: rgb(255 241 242 / 0.4);
}

.fill-rose-50\/5{
  fill: rgb(255 241 242 / 0.05);
}

.fill-rose-50\/50{
  fill: rgb(255 241 242 / 0.5);
}

.fill-rose-50\/60{
  fill: rgb(255 241 242 / 0.6);
}

.fill-rose-50\/70{
  fill: rgb(255 241 242 / 0.7);
}

.fill-rose-50\/75{
  fill: rgb(255 241 242 / 0.75);
}

.fill-rose-50\/80{
  fill: rgb(255 241 242 / 0.8);
}

.fill-rose-50\/90{
  fill: rgb(255 241 242 / 0.9);
}

.fill-rose-50\/95{
  fill: rgb(255 241 242 / 0.95);
}

.fill-rose-500{
  fill: #f43f5e;
}

.fill-rose-500\/0{
  fill: rgb(244 63 94 / 0);
}

.fill-rose-500\/10{
  fill: rgb(244 63 94 / 0.1);
}

.fill-rose-500\/100{
  fill: rgb(244 63 94 / 1);
}

.fill-rose-500\/20{
  fill: rgb(244 63 94 / 0.2);
}

.fill-rose-500\/25{
  fill: rgb(244 63 94 / 0.25);
}

.fill-rose-500\/30{
  fill: rgb(244 63 94 / 0.3);
}

.fill-rose-500\/40{
  fill: rgb(244 63 94 / 0.4);
}

.fill-rose-500\/5{
  fill: rgb(244 63 94 / 0.05);
}

.fill-rose-500\/50{
  fill: rgb(244 63 94 / 0.5);
}

.fill-rose-500\/60{
  fill: rgb(244 63 94 / 0.6);
}

.fill-rose-500\/70{
  fill: rgb(244 63 94 / 0.7);
}

.fill-rose-500\/75{
  fill: rgb(244 63 94 / 0.75);
}

.fill-rose-500\/80{
  fill: rgb(244 63 94 / 0.8);
}

.fill-rose-500\/90{
  fill: rgb(244 63 94 / 0.9);
}

.fill-rose-500\/95{
  fill: rgb(244 63 94 / 0.95);
}

.fill-rose-600{
  fill: #e11d48;
}

.fill-rose-600\/0{
  fill: rgb(225 29 72 / 0);
}

.fill-rose-600\/10{
  fill: rgb(225 29 72 / 0.1);
}

.fill-rose-600\/100{
  fill: rgb(225 29 72 / 1);
}

.fill-rose-600\/20{
  fill: rgb(225 29 72 / 0.2);
}

.fill-rose-600\/25{
  fill: rgb(225 29 72 / 0.25);
}

.fill-rose-600\/30{
  fill: rgb(225 29 72 / 0.3);
}

.fill-rose-600\/40{
  fill: rgb(225 29 72 / 0.4);
}

.fill-rose-600\/5{
  fill: rgb(225 29 72 / 0.05);
}

.fill-rose-600\/50{
  fill: rgb(225 29 72 / 0.5);
}

.fill-rose-600\/60{
  fill: rgb(225 29 72 / 0.6);
}

.fill-rose-600\/70{
  fill: rgb(225 29 72 / 0.7);
}

.fill-rose-600\/75{
  fill: rgb(225 29 72 / 0.75);
}

.fill-rose-600\/80{
  fill: rgb(225 29 72 / 0.8);
}

.fill-rose-600\/90{
  fill: rgb(225 29 72 / 0.9);
}

.fill-rose-600\/95{
  fill: rgb(225 29 72 / 0.95);
}

.fill-rose-700{
  fill: #be123c;
}

.fill-rose-700\/0{
  fill: rgb(190 18 60 / 0);
}

.fill-rose-700\/10{
  fill: rgb(190 18 60 / 0.1);
}

.fill-rose-700\/100{
  fill: rgb(190 18 60 / 1);
}

.fill-rose-700\/20{
  fill: rgb(190 18 60 / 0.2);
}

.fill-rose-700\/25{
  fill: rgb(190 18 60 / 0.25);
}

.fill-rose-700\/30{
  fill: rgb(190 18 60 / 0.3);
}

.fill-rose-700\/40{
  fill: rgb(190 18 60 / 0.4);
}

.fill-rose-700\/5{
  fill: rgb(190 18 60 / 0.05);
}

.fill-rose-700\/50{
  fill: rgb(190 18 60 / 0.5);
}

.fill-rose-700\/60{
  fill: rgb(190 18 60 / 0.6);
}

.fill-rose-700\/70{
  fill: rgb(190 18 60 / 0.7);
}

.fill-rose-700\/75{
  fill: rgb(190 18 60 / 0.75);
}

.fill-rose-700\/80{
  fill: rgb(190 18 60 / 0.8);
}

.fill-rose-700\/90{
  fill: rgb(190 18 60 / 0.9);
}

.fill-rose-700\/95{
  fill: rgb(190 18 60 / 0.95);
}

.fill-rose-800{
  fill: #9f1239;
}

.fill-rose-800\/0{
  fill: rgb(159 18 57 / 0);
}

.fill-rose-800\/10{
  fill: rgb(159 18 57 / 0.1);
}

.fill-rose-800\/100{
  fill: rgb(159 18 57 / 1);
}

.fill-rose-800\/20{
  fill: rgb(159 18 57 / 0.2);
}

.fill-rose-800\/25{
  fill: rgb(159 18 57 / 0.25);
}

.fill-rose-800\/30{
  fill: rgb(159 18 57 / 0.3);
}

.fill-rose-800\/40{
  fill: rgb(159 18 57 / 0.4);
}

.fill-rose-800\/5{
  fill: rgb(159 18 57 / 0.05);
}

.fill-rose-800\/50{
  fill: rgb(159 18 57 / 0.5);
}

.fill-rose-800\/60{
  fill: rgb(159 18 57 / 0.6);
}

.fill-rose-800\/70{
  fill: rgb(159 18 57 / 0.7);
}

.fill-rose-800\/75{
  fill: rgb(159 18 57 / 0.75);
}

.fill-rose-800\/80{
  fill: rgb(159 18 57 / 0.8);
}

.fill-rose-800\/90{
  fill: rgb(159 18 57 / 0.9);
}

.fill-rose-800\/95{
  fill: rgb(159 18 57 / 0.95);
}

.fill-rose-900{
  fill: #881337;
}

.fill-rose-900\/0{
  fill: rgb(136 19 55 / 0);
}

.fill-rose-900\/10{
  fill: rgb(136 19 55 / 0.1);
}

.fill-rose-900\/100{
  fill: rgb(136 19 55 / 1);
}

.fill-rose-900\/20{
  fill: rgb(136 19 55 / 0.2);
}

.fill-rose-900\/25{
  fill: rgb(136 19 55 / 0.25);
}

.fill-rose-900\/30{
  fill: rgb(136 19 55 / 0.3);
}

.fill-rose-900\/40{
  fill: rgb(136 19 55 / 0.4);
}

.fill-rose-900\/5{
  fill: rgb(136 19 55 / 0.05);
}

.fill-rose-900\/50{
  fill: rgb(136 19 55 / 0.5);
}

.fill-rose-900\/60{
  fill: rgb(136 19 55 / 0.6);
}

.fill-rose-900\/70{
  fill: rgb(136 19 55 / 0.7);
}

.fill-rose-900\/75{
  fill: rgb(136 19 55 / 0.75);
}

.fill-rose-900\/80{
  fill: rgb(136 19 55 / 0.8);
}

.fill-rose-900\/90{
  fill: rgb(136 19 55 / 0.9);
}

.fill-rose-900\/95{
  fill: rgb(136 19 55 / 0.95);
}

.fill-rose-950{
  fill: #4c0519;
}

.fill-rose-950\/0{
  fill: rgb(76 5 25 / 0);
}

.fill-rose-950\/10{
  fill: rgb(76 5 25 / 0.1);
}

.fill-rose-950\/100{
  fill: rgb(76 5 25 / 1);
}

.fill-rose-950\/20{
  fill: rgb(76 5 25 / 0.2);
}

.fill-rose-950\/25{
  fill: rgb(76 5 25 / 0.25);
}

.fill-rose-950\/30{
  fill: rgb(76 5 25 / 0.3);
}

.fill-rose-950\/40{
  fill: rgb(76 5 25 / 0.4);
}

.fill-rose-950\/5{
  fill: rgb(76 5 25 / 0.05);
}

.fill-rose-950\/50{
  fill: rgb(76 5 25 / 0.5);
}

.fill-rose-950\/60{
  fill: rgb(76 5 25 / 0.6);
}

.fill-rose-950\/70{
  fill: rgb(76 5 25 / 0.7);
}

.fill-rose-950\/75{
  fill: rgb(76 5 25 / 0.75);
}

.fill-rose-950\/80{
  fill: rgb(76 5 25 / 0.8);
}

.fill-rose-950\/90{
  fill: rgb(76 5 25 / 0.9);
}

.fill-rose-950\/95{
  fill: rgb(76 5 25 / 0.95);
}

.fill-sky-100{
  fill: #e0f2fe;
}

.fill-sky-100\/0{
  fill: rgb(224 242 254 / 0);
}

.fill-sky-100\/10{
  fill: rgb(224 242 254 / 0.1);
}

.fill-sky-100\/100{
  fill: rgb(224 242 254 / 1);
}

.fill-sky-100\/20{
  fill: rgb(224 242 254 / 0.2);
}

.fill-sky-100\/25{
  fill: rgb(224 242 254 / 0.25);
}

.fill-sky-100\/30{
  fill: rgb(224 242 254 / 0.3);
}

.fill-sky-100\/40{
  fill: rgb(224 242 254 / 0.4);
}

.fill-sky-100\/5{
  fill: rgb(224 242 254 / 0.05);
}

.fill-sky-100\/50{
  fill: rgb(224 242 254 / 0.5);
}

.fill-sky-100\/60{
  fill: rgb(224 242 254 / 0.6);
}

.fill-sky-100\/70{
  fill: rgb(224 242 254 / 0.7);
}

.fill-sky-100\/75{
  fill: rgb(224 242 254 / 0.75);
}

.fill-sky-100\/80{
  fill: rgb(224 242 254 / 0.8);
}

.fill-sky-100\/90{
  fill: rgb(224 242 254 / 0.9);
}

.fill-sky-100\/95{
  fill: rgb(224 242 254 / 0.95);
}

.fill-sky-200{
  fill: #bae6fd;
}

.fill-sky-200\/0{
  fill: rgb(186 230 253 / 0);
}

.fill-sky-200\/10{
  fill: rgb(186 230 253 / 0.1);
}

.fill-sky-200\/100{
  fill: rgb(186 230 253 / 1);
}

.fill-sky-200\/20{
  fill: rgb(186 230 253 / 0.2);
}

.fill-sky-200\/25{
  fill: rgb(186 230 253 / 0.25);
}

.fill-sky-200\/30{
  fill: rgb(186 230 253 / 0.3);
}

.fill-sky-200\/40{
  fill: rgb(186 230 253 / 0.4);
}

.fill-sky-200\/5{
  fill: rgb(186 230 253 / 0.05);
}

.fill-sky-200\/50{
  fill: rgb(186 230 253 / 0.5);
}

.fill-sky-200\/60{
  fill: rgb(186 230 253 / 0.6);
}

.fill-sky-200\/70{
  fill: rgb(186 230 253 / 0.7);
}

.fill-sky-200\/75{
  fill: rgb(186 230 253 / 0.75);
}

.fill-sky-200\/80{
  fill: rgb(186 230 253 / 0.8);
}

.fill-sky-200\/90{
  fill: rgb(186 230 253 / 0.9);
}

.fill-sky-200\/95{
  fill: rgb(186 230 253 / 0.95);
}

.fill-sky-300{
  fill: #7dd3fc;
}

.fill-sky-300\/0{
  fill: rgb(125 211 252 / 0);
}

.fill-sky-300\/10{
  fill: rgb(125 211 252 / 0.1);
}

.fill-sky-300\/100{
  fill: rgb(125 211 252 / 1);
}

.fill-sky-300\/20{
  fill: rgb(125 211 252 / 0.2);
}

.fill-sky-300\/25{
  fill: rgb(125 211 252 / 0.25);
}

.fill-sky-300\/30{
  fill: rgb(125 211 252 / 0.3);
}

.fill-sky-300\/40{
  fill: rgb(125 211 252 / 0.4);
}

.fill-sky-300\/5{
  fill: rgb(125 211 252 / 0.05);
}

.fill-sky-300\/50{
  fill: rgb(125 211 252 / 0.5);
}

.fill-sky-300\/60{
  fill: rgb(125 211 252 / 0.6);
}

.fill-sky-300\/70{
  fill: rgb(125 211 252 / 0.7);
}

.fill-sky-300\/75{
  fill: rgb(125 211 252 / 0.75);
}

.fill-sky-300\/80{
  fill: rgb(125 211 252 / 0.8);
}

.fill-sky-300\/90{
  fill: rgb(125 211 252 / 0.9);
}

.fill-sky-300\/95{
  fill: rgb(125 211 252 / 0.95);
}

.fill-sky-400{
  fill: #38bdf8;
}

.fill-sky-400\/0{
  fill: rgb(56 189 248 / 0);
}

.fill-sky-400\/10{
  fill: rgb(56 189 248 / 0.1);
}

.fill-sky-400\/100{
  fill: rgb(56 189 248 / 1);
}

.fill-sky-400\/20{
  fill: rgb(56 189 248 / 0.2);
}

.fill-sky-400\/25{
  fill: rgb(56 189 248 / 0.25);
}

.fill-sky-400\/30{
  fill: rgb(56 189 248 / 0.3);
}

.fill-sky-400\/40{
  fill: rgb(56 189 248 / 0.4);
}

.fill-sky-400\/5{
  fill: rgb(56 189 248 / 0.05);
}

.fill-sky-400\/50{
  fill: rgb(56 189 248 / 0.5);
}

.fill-sky-400\/60{
  fill: rgb(56 189 248 / 0.6);
}

.fill-sky-400\/70{
  fill: rgb(56 189 248 / 0.7);
}

.fill-sky-400\/75{
  fill: rgb(56 189 248 / 0.75);
}

.fill-sky-400\/80{
  fill: rgb(56 189 248 / 0.8);
}

.fill-sky-400\/90{
  fill: rgb(56 189 248 / 0.9);
}

.fill-sky-400\/95{
  fill: rgb(56 189 248 / 0.95);
}

.fill-sky-50{
  fill: #f0f9ff;
}

.fill-sky-50\/0{
  fill: rgb(240 249 255 / 0);
}

.fill-sky-50\/10{
  fill: rgb(240 249 255 / 0.1);
}

.fill-sky-50\/100{
  fill: rgb(240 249 255 / 1);
}

.fill-sky-50\/20{
  fill: rgb(240 249 255 / 0.2);
}

.fill-sky-50\/25{
  fill: rgb(240 249 255 / 0.25);
}

.fill-sky-50\/30{
  fill: rgb(240 249 255 / 0.3);
}

.fill-sky-50\/40{
  fill: rgb(240 249 255 / 0.4);
}

.fill-sky-50\/5{
  fill: rgb(240 249 255 / 0.05);
}

.fill-sky-50\/50{
  fill: rgb(240 249 255 / 0.5);
}

.fill-sky-50\/60{
  fill: rgb(240 249 255 / 0.6);
}

.fill-sky-50\/70{
  fill: rgb(240 249 255 / 0.7);
}

.fill-sky-50\/75{
  fill: rgb(240 249 255 / 0.75);
}

.fill-sky-50\/80{
  fill: rgb(240 249 255 / 0.8);
}

.fill-sky-50\/90{
  fill: rgb(240 249 255 / 0.9);
}

.fill-sky-50\/95{
  fill: rgb(240 249 255 / 0.95);
}

.fill-sky-500{
  fill: #0ea5e9;
}

.fill-sky-500\/0{
  fill: rgb(14 165 233 / 0);
}

.fill-sky-500\/10{
  fill: rgb(14 165 233 / 0.1);
}

.fill-sky-500\/100{
  fill: rgb(14 165 233 / 1);
}

.fill-sky-500\/20{
  fill: rgb(14 165 233 / 0.2);
}

.fill-sky-500\/25{
  fill: rgb(14 165 233 / 0.25);
}

.fill-sky-500\/30{
  fill: rgb(14 165 233 / 0.3);
}

.fill-sky-500\/40{
  fill: rgb(14 165 233 / 0.4);
}

.fill-sky-500\/5{
  fill: rgb(14 165 233 / 0.05);
}

.fill-sky-500\/50{
  fill: rgb(14 165 233 / 0.5);
}

.fill-sky-500\/60{
  fill: rgb(14 165 233 / 0.6);
}

.fill-sky-500\/70{
  fill: rgb(14 165 233 / 0.7);
}

.fill-sky-500\/75{
  fill: rgb(14 165 233 / 0.75);
}

.fill-sky-500\/80{
  fill: rgb(14 165 233 / 0.8);
}

.fill-sky-500\/90{
  fill: rgb(14 165 233 / 0.9);
}

.fill-sky-500\/95{
  fill: rgb(14 165 233 / 0.95);
}

.fill-sky-600{
  fill: #0284c7;
}

.fill-sky-600\/0{
  fill: rgb(2 132 199 / 0);
}

.fill-sky-600\/10{
  fill: rgb(2 132 199 / 0.1);
}

.fill-sky-600\/100{
  fill: rgb(2 132 199 / 1);
}

.fill-sky-600\/20{
  fill: rgb(2 132 199 / 0.2);
}

.fill-sky-600\/25{
  fill: rgb(2 132 199 / 0.25);
}

.fill-sky-600\/30{
  fill: rgb(2 132 199 / 0.3);
}

.fill-sky-600\/40{
  fill: rgb(2 132 199 / 0.4);
}

.fill-sky-600\/5{
  fill: rgb(2 132 199 / 0.05);
}

.fill-sky-600\/50{
  fill: rgb(2 132 199 / 0.5);
}

.fill-sky-600\/60{
  fill: rgb(2 132 199 / 0.6);
}

.fill-sky-600\/70{
  fill: rgb(2 132 199 / 0.7);
}

.fill-sky-600\/75{
  fill: rgb(2 132 199 / 0.75);
}

.fill-sky-600\/80{
  fill: rgb(2 132 199 / 0.8);
}

.fill-sky-600\/90{
  fill: rgb(2 132 199 / 0.9);
}

.fill-sky-600\/95{
  fill: rgb(2 132 199 / 0.95);
}

.fill-sky-700{
  fill: #0369a1;
}

.fill-sky-700\/0{
  fill: rgb(3 105 161 / 0);
}

.fill-sky-700\/10{
  fill: rgb(3 105 161 / 0.1);
}

.fill-sky-700\/100{
  fill: rgb(3 105 161 / 1);
}

.fill-sky-700\/20{
  fill: rgb(3 105 161 / 0.2);
}

.fill-sky-700\/25{
  fill: rgb(3 105 161 / 0.25);
}

.fill-sky-700\/30{
  fill: rgb(3 105 161 / 0.3);
}

.fill-sky-700\/40{
  fill: rgb(3 105 161 / 0.4);
}

.fill-sky-700\/5{
  fill: rgb(3 105 161 / 0.05);
}

.fill-sky-700\/50{
  fill: rgb(3 105 161 / 0.5);
}

.fill-sky-700\/60{
  fill: rgb(3 105 161 / 0.6);
}

.fill-sky-700\/70{
  fill: rgb(3 105 161 / 0.7);
}

.fill-sky-700\/75{
  fill: rgb(3 105 161 / 0.75);
}

.fill-sky-700\/80{
  fill: rgb(3 105 161 / 0.8);
}

.fill-sky-700\/90{
  fill: rgb(3 105 161 / 0.9);
}

.fill-sky-700\/95{
  fill: rgb(3 105 161 / 0.95);
}

.fill-sky-800{
  fill: #075985;
}

.fill-sky-800\/0{
  fill: rgb(7 89 133 / 0);
}

.fill-sky-800\/10{
  fill: rgb(7 89 133 / 0.1);
}

.fill-sky-800\/100{
  fill: rgb(7 89 133 / 1);
}

.fill-sky-800\/20{
  fill: rgb(7 89 133 / 0.2);
}

.fill-sky-800\/25{
  fill: rgb(7 89 133 / 0.25);
}

.fill-sky-800\/30{
  fill: rgb(7 89 133 / 0.3);
}

.fill-sky-800\/40{
  fill: rgb(7 89 133 / 0.4);
}

.fill-sky-800\/5{
  fill: rgb(7 89 133 / 0.05);
}

.fill-sky-800\/50{
  fill: rgb(7 89 133 / 0.5);
}

.fill-sky-800\/60{
  fill: rgb(7 89 133 / 0.6);
}

.fill-sky-800\/70{
  fill: rgb(7 89 133 / 0.7);
}

.fill-sky-800\/75{
  fill: rgb(7 89 133 / 0.75);
}

.fill-sky-800\/80{
  fill: rgb(7 89 133 / 0.8);
}

.fill-sky-800\/90{
  fill: rgb(7 89 133 / 0.9);
}

.fill-sky-800\/95{
  fill: rgb(7 89 133 / 0.95);
}

.fill-sky-900{
  fill: #0c4a6e;
}

.fill-sky-900\/0{
  fill: rgb(12 74 110 / 0);
}

.fill-sky-900\/10{
  fill: rgb(12 74 110 / 0.1);
}

.fill-sky-900\/100{
  fill: rgb(12 74 110 / 1);
}

.fill-sky-900\/20{
  fill: rgb(12 74 110 / 0.2);
}

.fill-sky-900\/25{
  fill: rgb(12 74 110 / 0.25);
}

.fill-sky-900\/30{
  fill: rgb(12 74 110 / 0.3);
}

.fill-sky-900\/40{
  fill: rgb(12 74 110 / 0.4);
}

.fill-sky-900\/5{
  fill: rgb(12 74 110 / 0.05);
}

.fill-sky-900\/50{
  fill: rgb(12 74 110 / 0.5);
}

.fill-sky-900\/60{
  fill: rgb(12 74 110 / 0.6);
}

.fill-sky-900\/70{
  fill: rgb(12 74 110 / 0.7);
}

.fill-sky-900\/75{
  fill: rgb(12 74 110 / 0.75);
}

.fill-sky-900\/80{
  fill: rgb(12 74 110 / 0.8);
}

.fill-sky-900\/90{
  fill: rgb(12 74 110 / 0.9);
}

.fill-sky-900\/95{
  fill: rgb(12 74 110 / 0.95);
}

.fill-sky-950{
  fill: #082f49;
}

.fill-sky-950\/0{
  fill: rgb(8 47 73 / 0);
}

.fill-sky-950\/10{
  fill: rgb(8 47 73 / 0.1);
}

.fill-sky-950\/100{
  fill: rgb(8 47 73 / 1);
}

.fill-sky-950\/20{
  fill: rgb(8 47 73 / 0.2);
}

.fill-sky-950\/25{
  fill: rgb(8 47 73 / 0.25);
}

.fill-sky-950\/30{
  fill: rgb(8 47 73 / 0.3);
}

.fill-sky-950\/40{
  fill: rgb(8 47 73 / 0.4);
}

.fill-sky-950\/5{
  fill: rgb(8 47 73 / 0.05);
}

.fill-sky-950\/50{
  fill: rgb(8 47 73 / 0.5);
}

.fill-sky-950\/60{
  fill: rgb(8 47 73 / 0.6);
}

.fill-sky-950\/70{
  fill: rgb(8 47 73 / 0.7);
}

.fill-sky-950\/75{
  fill: rgb(8 47 73 / 0.75);
}

.fill-sky-950\/80{
  fill: rgb(8 47 73 / 0.8);
}

.fill-sky-950\/90{
  fill: rgb(8 47 73 / 0.9);
}

.fill-sky-950\/95{
  fill: rgb(8 47 73 / 0.95);
}

.fill-slate-100{
  fill: #f1f5f9;
}

.fill-slate-100\/0{
  fill: rgb(241 245 249 / 0);
}

.fill-slate-100\/10{
  fill: rgb(241 245 249 / 0.1);
}

.fill-slate-100\/100{
  fill: rgb(241 245 249 / 1);
}

.fill-slate-100\/20{
  fill: rgb(241 245 249 / 0.2);
}

.fill-slate-100\/25{
  fill: rgb(241 245 249 / 0.25);
}

.fill-slate-100\/30{
  fill: rgb(241 245 249 / 0.3);
}

.fill-slate-100\/40{
  fill: rgb(241 245 249 / 0.4);
}

.fill-slate-100\/5{
  fill: rgb(241 245 249 / 0.05);
}

.fill-slate-100\/50{
  fill: rgb(241 245 249 / 0.5);
}

.fill-slate-100\/60{
  fill: rgb(241 245 249 / 0.6);
}

.fill-slate-100\/70{
  fill: rgb(241 245 249 / 0.7);
}

.fill-slate-100\/75{
  fill: rgb(241 245 249 / 0.75);
}

.fill-slate-100\/80{
  fill: rgb(241 245 249 / 0.8);
}

.fill-slate-100\/90{
  fill: rgb(241 245 249 / 0.9);
}

.fill-slate-100\/95{
  fill: rgb(241 245 249 / 0.95);
}

.fill-slate-200{
  fill: #e2e8f0;
}

.fill-slate-200\/0{
  fill: rgb(226 232 240 / 0);
}

.fill-slate-200\/10{
  fill: rgb(226 232 240 / 0.1);
}

.fill-slate-200\/100{
  fill: rgb(226 232 240 / 1);
}

.fill-slate-200\/20{
  fill: rgb(226 232 240 / 0.2);
}

.fill-slate-200\/25{
  fill: rgb(226 232 240 / 0.25);
}

.fill-slate-200\/30{
  fill: rgb(226 232 240 / 0.3);
}

.fill-slate-200\/40{
  fill: rgb(226 232 240 / 0.4);
}

.fill-slate-200\/5{
  fill: rgb(226 232 240 / 0.05);
}

.fill-slate-200\/50{
  fill: rgb(226 232 240 / 0.5);
}

.fill-slate-200\/60{
  fill: rgb(226 232 240 / 0.6);
}

.fill-slate-200\/70{
  fill: rgb(226 232 240 / 0.7);
}

.fill-slate-200\/75{
  fill: rgb(226 232 240 / 0.75);
}

.fill-slate-200\/80{
  fill: rgb(226 232 240 / 0.8);
}

.fill-slate-200\/90{
  fill: rgb(226 232 240 / 0.9);
}

.fill-slate-200\/95{
  fill: rgb(226 232 240 / 0.95);
}

.fill-slate-300{
  fill: #cbd5e1;
}

.fill-slate-300\/0{
  fill: rgb(203 213 225 / 0);
}

.fill-slate-300\/10{
  fill: rgb(203 213 225 / 0.1);
}

.fill-slate-300\/100{
  fill: rgb(203 213 225 / 1);
}

.fill-slate-300\/20{
  fill: rgb(203 213 225 / 0.2);
}

.fill-slate-300\/25{
  fill: rgb(203 213 225 / 0.25);
}

.fill-slate-300\/30{
  fill: rgb(203 213 225 / 0.3);
}

.fill-slate-300\/40{
  fill: rgb(203 213 225 / 0.4);
}

.fill-slate-300\/5{
  fill: rgb(203 213 225 / 0.05);
}

.fill-slate-300\/50{
  fill: rgb(203 213 225 / 0.5);
}

.fill-slate-300\/60{
  fill: rgb(203 213 225 / 0.6);
}

.fill-slate-300\/70{
  fill: rgb(203 213 225 / 0.7);
}

.fill-slate-300\/75{
  fill: rgb(203 213 225 / 0.75);
}

.fill-slate-300\/80{
  fill: rgb(203 213 225 / 0.8);
}

.fill-slate-300\/90{
  fill: rgb(203 213 225 / 0.9);
}

.fill-slate-300\/95{
  fill: rgb(203 213 225 / 0.95);
}

.fill-slate-400{
  fill: #94a3b8;
}

.fill-slate-400\/0{
  fill: rgb(148 163 184 / 0);
}

.fill-slate-400\/10{
  fill: rgb(148 163 184 / 0.1);
}

.fill-slate-400\/100{
  fill: rgb(148 163 184 / 1);
}

.fill-slate-400\/20{
  fill: rgb(148 163 184 / 0.2);
}

.fill-slate-400\/25{
  fill: rgb(148 163 184 / 0.25);
}

.fill-slate-400\/30{
  fill: rgb(148 163 184 / 0.3);
}

.fill-slate-400\/40{
  fill: rgb(148 163 184 / 0.4);
}

.fill-slate-400\/5{
  fill: rgb(148 163 184 / 0.05);
}

.fill-slate-400\/50{
  fill: rgb(148 163 184 / 0.5);
}

.fill-slate-400\/60{
  fill: rgb(148 163 184 / 0.6);
}

.fill-slate-400\/70{
  fill: rgb(148 163 184 / 0.7);
}

.fill-slate-400\/75{
  fill: rgb(148 163 184 / 0.75);
}

.fill-slate-400\/80{
  fill: rgb(148 163 184 / 0.8);
}

.fill-slate-400\/90{
  fill: rgb(148 163 184 / 0.9);
}

.fill-slate-400\/95{
  fill: rgb(148 163 184 / 0.95);
}

.fill-slate-50{
  fill: #f8fafc;
}

.fill-slate-50\/0{
  fill: rgb(248 250 252 / 0);
}

.fill-slate-50\/10{
  fill: rgb(248 250 252 / 0.1);
}

.fill-slate-50\/100{
  fill: rgb(248 250 252 / 1);
}

.fill-slate-50\/20{
  fill: rgb(248 250 252 / 0.2);
}

.fill-slate-50\/25{
  fill: rgb(248 250 252 / 0.25);
}

.fill-slate-50\/30{
  fill: rgb(248 250 252 / 0.3);
}

.fill-slate-50\/40{
  fill: rgb(248 250 252 / 0.4);
}

.fill-slate-50\/5{
  fill: rgb(248 250 252 / 0.05);
}

.fill-slate-50\/50{
  fill: rgb(248 250 252 / 0.5);
}

.fill-slate-50\/60{
  fill: rgb(248 250 252 / 0.6);
}

.fill-slate-50\/70{
  fill: rgb(248 250 252 / 0.7);
}

.fill-slate-50\/75{
  fill: rgb(248 250 252 / 0.75);
}

.fill-slate-50\/80{
  fill: rgb(248 250 252 / 0.8);
}

.fill-slate-50\/90{
  fill: rgb(248 250 252 / 0.9);
}

.fill-slate-50\/95{
  fill: rgb(248 250 252 / 0.95);
}

.fill-slate-500{
  fill: #64748b;
}

.fill-slate-500\/0{
  fill: rgb(100 116 139 / 0);
}

.fill-slate-500\/10{
  fill: rgb(100 116 139 / 0.1);
}

.fill-slate-500\/100{
  fill: rgb(100 116 139 / 1);
}

.fill-slate-500\/20{
  fill: rgb(100 116 139 / 0.2);
}

.fill-slate-500\/25{
  fill: rgb(100 116 139 / 0.25);
}

.fill-slate-500\/30{
  fill: rgb(100 116 139 / 0.3);
}

.fill-slate-500\/40{
  fill: rgb(100 116 139 / 0.4);
}

.fill-slate-500\/5{
  fill: rgb(100 116 139 / 0.05);
}

.fill-slate-500\/50{
  fill: rgb(100 116 139 / 0.5);
}

.fill-slate-500\/60{
  fill: rgb(100 116 139 / 0.6);
}

.fill-slate-500\/70{
  fill: rgb(100 116 139 / 0.7);
}

.fill-slate-500\/75{
  fill: rgb(100 116 139 / 0.75);
}

.fill-slate-500\/80{
  fill: rgb(100 116 139 / 0.8);
}

.fill-slate-500\/90{
  fill: rgb(100 116 139 / 0.9);
}

.fill-slate-500\/95{
  fill: rgb(100 116 139 / 0.95);
}

.fill-slate-600{
  fill: #475569;
}

.fill-slate-600\/0{
  fill: rgb(71 85 105 / 0);
}

.fill-slate-600\/10{
  fill: rgb(71 85 105 / 0.1);
}

.fill-slate-600\/100{
  fill: rgb(71 85 105 / 1);
}

.fill-slate-600\/20{
  fill: rgb(71 85 105 / 0.2);
}

.fill-slate-600\/25{
  fill: rgb(71 85 105 / 0.25);
}

.fill-slate-600\/30{
  fill: rgb(71 85 105 / 0.3);
}

.fill-slate-600\/40{
  fill: rgb(71 85 105 / 0.4);
}

.fill-slate-600\/5{
  fill: rgb(71 85 105 / 0.05);
}

.fill-slate-600\/50{
  fill: rgb(71 85 105 / 0.5);
}

.fill-slate-600\/60{
  fill: rgb(71 85 105 / 0.6);
}

.fill-slate-600\/70{
  fill: rgb(71 85 105 / 0.7);
}

.fill-slate-600\/75{
  fill: rgb(71 85 105 / 0.75);
}

.fill-slate-600\/80{
  fill: rgb(71 85 105 / 0.8);
}

.fill-slate-600\/90{
  fill: rgb(71 85 105 / 0.9);
}

.fill-slate-600\/95{
  fill: rgb(71 85 105 / 0.95);
}

.fill-slate-700{
  fill: #334155;
}

.fill-slate-700\/0{
  fill: rgb(51 65 85 / 0);
}

.fill-slate-700\/10{
  fill: rgb(51 65 85 / 0.1);
}

.fill-slate-700\/100{
  fill: rgb(51 65 85 / 1);
}

.fill-slate-700\/20{
  fill: rgb(51 65 85 / 0.2);
}

.fill-slate-700\/25{
  fill: rgb(51 65 85 / 0.25);
}

.fill-slate-700\/30{
  fill: rgb(51 65 85 / 0.3);
}

.fill-slate-700\/40{
  fill: rgb(51 65 85 / 0.4);
}

.fill-slate-700\/5{
  fill: rgb(51 65 85 / 0.05);
}

.fill-slate-700\/50{
  fill: rgb(51 65 85 / 0.5);
}

.fill-slate-700\/60{
  fill: rgb(51 65 85 / 0.6);
}

.fill-slate-700\/70{
  fill: rgb(51 65 85 / 0.7);
}

.fill-slate-700\/75{
  fill: rgb(51 65 85 / 0.75);
}

.fill-slate-700\/80{
  fill: rgb(51 65 85 / 0.8);
}

.fill-slate-700\/90{
  fill: rgb(51 65 85 / 0.9);
}

.fill-slate-700\/95{
  fill: rgb(51 65 85 / 0.95);
}

.fill-slate-800{
  fill: #1e293b;
}

.fill-slate-800\/0{
  fill: rgb(30 41 59 / 0);
}

.fill-slate-800\/10{
  fill: rgb(30 41 59 / 0.1);
}

.fill-slate-800\/100{
  fill: rgb(30 41 59 / 1);
}

.fill-slate-800\/20{
  fill: rgb(30 41 59 / 0.2);
}

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

.fill-slate-800\/30{
  fill: rgb(30 41 59 / 0.3);
}

.fill-slate-800\/40{
  fill: rgb(30 41 59 / 0.4);
}

.fill-slate-800\/5{
  fill: rgb(30 41 59 / 0.05);
}

.fill-slate-800\/50{
  fill: rgb(30 41 59 / 0.5);
}

.fill-slate-800\/60{
  fill: rgb(30 41 59 / 0.6);
}

.fill-slate-800\/70{
  fill: rgb(30 41 59 / 0.7);
}

.fill-slate-800\/75{
  fill: rgb(30 41 59 / 0.75);
}

.fill-slate-800\/80{
  fill: rgb(30 41 59 / 0.8);
}

.fill-slate-800\/90{
  fill: rgb(30 41 59 / 0.9);
}

.fill-slate-800\/95{
  fill: rgb(30 41 59 / 0.95);
}

.fill-slate-900{
  fill: #0f172a;
}

.fill-slate-900\/0{
  fill: rgb(15 23 42 / 0);
}

.fill-slate-900\/10{
  fill: rgb(15 23 42 / 0.1);
}

.fill-slate-900\/100{
  fill: rgb(15 23 42 / 1);
}

.fill-slate-900\/20{
  fill: rgb(15 23 42 / 0.2);
}

.fill-slate-900\/25{
  fill: rgb(15 23 42 / 0.25);
}

.fill-slate-900\/30{
  fill: rgb(15 23 42 / 0.3);
}

.fill-slate-900\/40{
  fill: rgb(15 23 42 / 0.4);
}

.fill-slate-900\/5{
  fill: rgb(15 23 42 / 0.05);
}

.fill-slate-900\/50{
  fill: rgb(15 23 42 / 0.5);
}

.fill-slate-900\/60{
  fill: rgb(15 23 42 / 0.6);
}

.fill-slate-900\/70{
  fill: rgb(15 23 42 / 0.7);
}

.fill-slate-900\/75{
  fill: rgb(15 23 42 / 0.75);
}

.fill-slate-900\/80{
  fill: rgb(15 23 42 / 0.8);
}

.fill-slate-900\/90{
  fill: rgb(15 23 42 / 0.9);
}

.fill-slate-900\/95{
  fill: rgb(15 23 42 / 0.95);
}

.fill-slate-950{
  fill: #020617;
}

.fill-slate-950\/0{
  fill: rgb(2 6 23 / 0);
}

.fill-slate-950\/10{
  fill: rgb(2 6 23 / 0.1);
}

.fill-slate-950\/100{
  fill: rgb(2 6 23 / 1);
}

.fill-slate-950\/20{
  fill: rgb(2 6 23 / 0.2);
}

.fill-slate-950\/25{
  fill: rgb(2 6 23 / 0.25);
}

.fill-slate-950\/30{
  fill: rgb(2 6 23 / 0.3);
}

.fill-slate-950\/40{
  fill: rgb(2 6 23 / 0.4);
}

.fill-slate-950\/5{
  fill: rgb(2 6 23 / 0.05);
}

.fill-slate-950\/50{
  fill: rgb(2 6 23 / 0.5);
}

.fill-slate-950\/60{
  fill: rgb(2 6 23 / 0.6);
}

.fill-slate-950\/70{
  fill: rgb(2 6 23 / 0.7);
}

.fill-slate-950\/75{
  fill: rgb(2 6 23 / 0.75);
}

.fill-slate-950\/80{
  fill: rgb(2 6 23 / 0.8);
}

.fill-slate-950\/90{
  fill: rgb(2 6 23 / 0.9);
}

.fill-slate-950\/95{
  fill: rgb(2 6 23 / 0.95);
}

.fill-stone-100{
  fill: #f5f5f4;
}

.fill-stone-100\/0{
  fill: rgb(245 245 244 / 0);
}

.fill-stone-100\/10{
  fill: rgb(245 245 244 / 0.1);
}

.fill-stone-100\/100{
  fill: rgb(245 245 244 / 1);
}

.fill-stone-100\/20{
  fill: rgb(245 245 244 / 0.2);
}

.fill-stone-100\/25{
  fill: rgb(245 245 244 / 0.25);
}

.fill-stone-100\/30{
  fill: rgb(245 245 244 / 0.3);
}

.fill-stone-100\/40{
  fill: rgb(245 245 244 / 0.4);
}

.fill-stone-100\/5{
  fill: rgb(245 245 244 / 0.05);
}

.fill-stone-100\/50{
  fill: rgb(245 245 244 / 0.5);
}

.fill-stone-100\/60{
  fill: rgb(245 245 244 / 0.6);
}

.fill-stone-100\/70{
  fill: rgb(245 245 244 / 0.7);
}

.fill-stone-100\/75{
  fill: rgb(245 245 244 / 0.75);
}

.fill-stone-100\/80{
  fill: rgb(245 245 244 / 0.8);
}

.fill-stone-100\/90{
  fill: rgb(245 245 244 / 0.9);
}

.fill-stone-100\/95{
  fill: rgb(245 245 244 / 0.95);
}

.fill-stone-200{
  fill: #e7e5e4;
}

.fill-stone-200\/0{
  fill: rgb(231 229 228 / 0);
}

.fill-stone-200\/10{
  fill: rgb(231 229 228 / 0.1);
}

.fill-stone-200\/100{
  fill: rgb(231 229 228 / 1);
}

.fill-stone-200\/20{
  fill: rgb(231 229 228 / 0.2);
}

.fill-stone-200\/25{
  fill: rgb(231 229 228 / 0.25);
}

.fill-stone-200\/30{
  fill: rgb(231 229 228 / 0.3);
}

.fill-stone-200\/40{
  fill: rgb(231 229 228 / 0.4);
}

.fill-stone-200\/5{
  fill: rgb(231 229 228 / 0.05);
}

.fill-stone-200\/50{
  fill: rgb(231 229 228 / 0.5);
}

.fill-stone-200\/60{
  fill: rgb(231 229 228 / 0.6);
}

.fill-stone-200\/70{
  fill: rgb(231 229 228 / 0.7);
}

.fill-stone-200\/75{
  fill: rgb(231 229 228 / 0.75);
}

.fill-stone-200\/80{
  fill: rgb(231 229 228 / 0.8);
}

.fill-stone-200\/90{
  fill: rgb(231 229 228 / 0.9);
}

.fill-stone-200\/95{
  fill: rgb(231 229 228 / 0.95);
}

.fill-stone-300{
  fill: #d6d3d1;
}

.fill-stone-300\/0{
  fill: rgb(214 211 209 / 0);
}

.fill-stone-300\/10{
  fill: rgb(214 211 209 / 0.1);
}

.fill-stone-300\/100{
  fill: rgb(214 211 209 / 1);
}

.fill-stone-300\/20{
  fill: rgb(214 211 209 / 0.2);
}

.fill-stone-300\/25{
  fill: rgb(214 211 209 / 0.25);
}

.fill-stone-300\/30{
  fill: rgb(214 211 209 / 0.3);
}

.fill-stone-300\/40{
  fill: rgb(214 211 209 / 0.4);
}

.fill-stone-300\/5{
  fill: rgb(214 211 209 / 0.05);
}

.fill-stone-300\/50{
  fill: rgb(214 211 209 / 0.5);
}

.fill-stone-300\/60{
  fill: rgb(214 211 209 / 0.6);
}

.fill-stone-300\/70{
  fill: rgb(214 211 209 / 0.7);
}

.fill-stone-300\/75{
  fill: rgb(214 211 209 / 0.75);
}

.fill-stone-300\/80{
  fill: rgb(214 211 209 / 0.8);
}

.fill-stone-300\/90{
  fill: rgb(214 211 209 / 0.9);
}

.fill-stone-300\/95{
  fill: rgb(214 211 209 / 0.95);
}

.fill-stone-400{
  fill: #a8a29e;
}

.fill-stone-400\/0{
  fill: rgb(168 162 158 / 0);
}

.fill-stone-400\/10{
  fill: rgb(168 162 158 / 0.1);
}

.fill-stone-400\/100{
  fill: rgb(168 162 158 / 1);
}

.fill-stone-400\/20{
  fill: rgb(168 162 158 / 0.2);
}

.fill-stone-400\/25{
  fill: rgb(168 162 158 / 0.25);
}

.fill-stone-400\/30{
  fill: rgb(168 162 158 / 0.3);
}

.fill-stone-400\/40{
  fill: rgb(168 162 158 / 0.4);
}

.fill-stone-400\/5{
  fill: rgb(168 162 158 / 0.05);
}

.fill-stone-400\/50{
  fill: rgb(168 162 158 / 0.5);
}

.fill-stone-400\/60{
  fill: rgb(168 162 158 / 0.6);
}

.fill-stone-400\/70{
  fill: rgb(168 162 158 / 0.7);
}

.fill-stone-400\/75{
  fill: rgb(168 162 158 / 0.75);
}

.fill-stone-400\/80{
  fill: rgb(168 162 158 / 0.8);
}

.fill-stone-400\/90{
  fill: rgb(168 162 158 / 0.9);
}

.fill-stone-400\/95{
  fill: rgb(168 162 158 / 0.95);
}

.fill-stone-50{
  fill: #fafaf9;
}

.fill-stone-50\/0{
  fill: rgb(250 250 249 / 0);
}

.fill-stone-50\/10{
  fill: rgb(250 250 249 / 0.1);
}

.fill-stone-50\/100{
  fill: rgb(250 250 249 / 1);
}

.fill-stone-50\/20{
  fill: rgb(250 250 249 / 0.2);
}

.fill-stone-50\/25{
  fill: rgb(250 250 249 / 0.25);
}

.fill-stone-50\/30{
  fill: rgb(250 250 249 / 0.3);
}

.fill-stone-50\/40{
  fill: rgb(250 250 249 / 0.4);
}

.fill-stone-50\/5{
  fill: rgb(250 250 249 / 0.05);
}

.fill-stone-50\/50{
  fill: rgb(250 250 249 / 0.5);
}

.fill-stone-50\/60{
  fill: rgb(250 250 249 / 0.6);
}

.fill-stone-50\/70{
  fill: rgb(250 250 249 / 0.7);
}

.fill-stone-50\/75{
  fill: rgb(250 250 249 / 0.75);
}

.fill-stone-50\/80{
  fill: rgb(250 250 249 / 0.8);
}

.fill-stone-50\/90{
  fill: rgb(250 250 249 / 0.9);
}

.fill-stone-50\/95{
  fill: rgb(250 250 249 / 0.95);
}

.fill-stone-500{
  fill: #78716c;
}

.fill-stone-500\/0{
  fill: rgb(120 113 108 / 0);
}

.fill-stone-500\/10{
  fill: rgb(120 113 108 / 0.1);
}

.fill-stone-500\/100{
  fill: rgb(120 113 108 / 1);
}

.fill-stone-500\/20{
  fill: rgb(120 113 108 / 0.2);
}

.fill-stone-500\/25{
  fill: rgb(120 113 108 / 0.25);
}

.fill-stone-500\/30{
  fill: rgb(120 113 108 / 0.3);
}

.fill-stone-500\/40{
  fill: rgb(120 113 108 / 0.4);
}

.fill-stone-500\/5{
  fill: rgb(120 113 108 / 0.05);
}

.fill-stone-500\/50{
  fill: rgb(120 113 108 / 0.5);
}

.fill-stone-500\/60{
  fill: rgb(120 113 108 / 0.6);
}

.fill-stone-500\/70{
  fill: rgb(120 113 108 / 0.7);
}

.fill-stone-500\/75{
  fill: rgb(120 113 108 / 0.75);
}

.fill-stone-500\/80{
  fill: rgb(120 113 108 / 0.8);
}

.fill-stone-500\/90{
  fill: rgb(120 113 108 / 0.9);
}

.fill-stone-500\/95{
  fill: rgb(120 113 108 / 0.95);
}

.fill-stone-600{
  fill: #57534e;
}

.fill-stone-600\/0{
  fill: rgb(87 83 78 / 0);
}

.fill-stone-600\/10{
  fill: rgb(87 83 78 / 0.1);
}

.fill-stone-600\/100{
  fill: rgb(87 83 78 / 1);
}

.fill-stone-600\/20{
  fill: rgb(87 83 78 / 0.2);
}

.fill-stone-600\/25{
  fill: rgb(87 83 78 / 0.25);
}

.fill-stone-600\/30{
  fill: rgb(87 83 78 / 0.3);
}

.fill-stone-600\/40{
  fill: rgb(87 83 78 / 0.4);
}

.fill-stone-600\/5{
  fill: rgb(87 83 78 / 0.05);
}

.fill-stone-600\/50{
  fill: rgb(87 83 78 / 0.5);
}

.fill-stone-600\/60{
  fill: rgb(87 83 78 / 0.6);
}

.fill-stone-600\/70{
  fill: rgb(87 83 78 / 0.7);
}

.fill-stone-600\/75{
  fill: rgb(87 83 78 / 0.75);
}

.fill-stone-600\/80{
  fill: rgb(87 83 78 / 0.8);
}

.fill-stone-600\/90{
  fill: rgb(87 83 78 / 0.9);
}

.fill-stone-600\/95{
  fill: rgb(87 83 78 / 0.95);
}

.fill-stone-700{
  fill: #44403c;
}

.fill-stone-700\/0{
  fill: rgb(68 64 60 / 0);
}

.fill-stone-700\/10{
  fill: rgb(68 64 60 / 0.1);
}

.fill-stone-700\/100{
  fill: rgb(68 64 60 / 1);
}

.fill-stone-700\/20{
  fill: rgb(68 64 60 / 0.2);
}

.fill-stone-700\/25{
  fill: rgb(68 64 60 / 0.25);
}

.fill-stone-700\/30{
  fill: rgb(68 64 60 / 0.3);
}

.fill-stone-700\/40{
  fill: rgb(68 64 60 / 0.4);
}

.fill-stone-700\/5{
  fill: rgb(68 64 60 / 0.05);
}

.fill-stone-700\/50{
  fill: rgb(68 64 60 / 0.5);
}

.fill-stone-700\/60{
  fill: rgb(68 64 60 / 0.6);
}

.fill-stone-700\/70{
  fill: rgb(68 64 60 / 0.7);
}

.fill-stone-700\/75{
  fill: rgb(68 64 60 / 0.75);
}

.fill-stone-700\/80{
  fill: rgb(68 64 60 / 0.8);
}

.fill-stone-700\/90{
  fill: rgb(68 64 60 / 0.9);
}

.fill-stone-700\/95{
  fill: rgb(68 64 60 / 0.95);
}

.fill-stone-800{
  fill: #292524;
}

.fill-stone-800\/0{
  fill: rgb(41 37 36 / 0);
}

.fill-stone-800\/10{
  fill: rgb(41 37 36 / 0.1);
}

.fill-stone-800\/100{
  fill: rgb(41 37 36 / 1);
}

.fill-stone-800\/20{
  fill: rgb(41 37 36 / 0.2);
}

.fill-stone-800\/25{
  fill: rgb(41 37 36 / 0.25);
}

.fill-stone-800\/30{
  fill: rgb(41 37 36 / 0.3);
}

.fill-stone-800\/40{
  fill: rgb(41 37 36 / 0.4);
}

.fill-stone-800\/5{
  fill: rgb(41 37 36 / 0.05);
}

.fill-stone-800\/50{
  fill: rgb(41 37 36 / 0.5);
}

.fill-stone-800\/60{
  fill: rgb(41 37 36 / 0.6);
}

.fill-stone-800\/70{
  fill: rgb(41 37 36 / 0.7);
}

.fill-stone-800\/75{
  fill: rgb(41 37 36 / 0.75);
}

.fill-stone-800\/80{
  fill: rgb(41 37 36 / 0.8);
}

.fill-stone-800\/90{
  fill: rgb(41 37 36 / 0.9);
}

.fill-stone-800\/95{
  fill: rgb(41 37 36 / 0.95);
}

.fill-stone-900{
  fill: #1c1917;
}

.fill-stone-900\/0{
  fill: rgb(28 25 23 / 0);
}

.fill-stone-900\/10{
  fill: rgb(28 25 23 / 0.1);
}

.fill-stone-900\/100{
  fill: rgb(28 25 23 / 1);
}

.fill-stone-900\/20{
  fill: rgb(28 25 23 / 0.2);
}

.fill-stone-900\/25{
  fill: rgb(28 25 23 / 0.25);
}

.fill-stone-900\/30{
  fill: rgb(28 25 23 / 0.3);
}

.fill-stone-900\/40{
  fill: rgb(28 25 23 / 0.4);
}

.fill-stone-900\/5{
  fill: rgb(28 25 23 / 0.05);
}

.fill-stone-900\/50{
  fill: rgb(28 25 23 / 0.5);
}

.fill-stone-900\/60{
  fill: rgb(28 25 23 / 0.6);
}

.fill-stone-900\/70{
  fill: rgb(28 25 23 / 0.7);
}

.fill-stone-900\/75{
  fill: rgb(28 25 23 / 0.75);
}

.fill-stone-900\/80{
  fill: rgb(28 25 23 / 0.8);
}

.fill-stone-900\/90{
  fill: rgb(28 25 23 / 0.9);
}

.fill-stone-900\/95{
  fill: rgb(28 25 23 / 0.95);
}

.fill-stone-950{
  fill: #0c0a09;
}

.fill-stone-950\/0{
  fill: rgb(12 10 9 / 0);
}

.fill-stone-950\/10{
  fill: rgb(12 10 9 / 0.1);
}

.fill-stone-950\/100{
  fill: rgb(12 10 9 / 1);
}

.fill-stone-950\/20{
  fill: rgb(12 10 9 / 0.2);
}

.fill-stone-950\/25{
  fill: rgb(12 10 9 / 0.25);
}

.fill-stone-950\/30{
  fill: rgb(12 10 9 / 0.3);
}

.fill-stone-950\/40{
  fill: rgb(12 10 9 / 0.4);
}

.fill-stone-950\/5{
  fill: rgb(12 10 9 / 0.05);
}

.fill-stone-950\/50{
  fill: rgb(12 10 9 / 0.5);
}

.fill-stone-950\/60{
  fill: rgb(12 10 9 / 0.6);
}

.fill-stone-950\/70{
  fill: rgb(12 10 9 / 0.7);
}

.fill-stone-950\/75{
  fill: rgb(12 10 9 / 0.75);
}

.fill-stone-950\/80{
  fill: rgb(12 10 9 / 0.8);
}

.fill-stone-950\/90{
  fill: rgb(12 10 9 / 0.9);
}

.fill-stone-950\/95{
  fill: rgb(12 10 9 / 0.95);
}

.fill-teal-100{
  fill: #ccfbf1;
}

.fill-teal-100\/0{
  fill: rgb(204 251 241 / 0);
}

.fill-teal-100\/10{
  fill: rgb(204 251 241 / 0.1);
}

.fill-teal-100\/100{
  fill: rgb(204 251 241 / 1);
}

.fill-teal-100\/20{
  fill: rgb(204 251 241 / 0.2);
}

.fill-teal-100\/25{
  fill: rgb(204 251 241 / 0.25);
}

.fill-teal-100\/30{
  fill: rgb(204 251 241 / 0.3);
}

.fill-teal-100\/40{
  fill: rgb(204 251 241 / 0.4);
}

.fill-teal-100\/5{
  fill: rgb(204 251 241 / 0.05);
}

.fill-teal-100\/50{
  fill: rgb(204 251 241 / 0.5);
}

.fill-teal-100\/60{
  fill: rgb(204 251 241 / 0.6);
}

.fill-teal-100\/70{
  fill: rgb(204 251 241 / 0.7);
}

.fill-teal-100\/75{
  fill: rgb(204 251 241 / 0.75);
}

.fill-teal-100\/80{
  fill: rgb(204 251 241 / 0.8);
}

.fill-teal-100\/90{
  fill: rgb(204 251 241 / 0.9);
}

.fill-teal-100\/95{
  fill: rgb(204 251 241 / 0.95);
}

.fill-teal-200{
  fill: #99f6e4;
}

.fill-teal-200\/0{
  fill: rgb(153 246 228 / 0);
}

.fill-teal-200\/10{
  fill: rgb(153 246 228 / 0.1);
}

.fill-teal-200\/100{
  fill: rgb(153 246 228 / 1);
}

.fill-teal-200\/20{
  fill: rgb(153 246 228 / 0.2);
}

.fill-teal-200\/25{
  fill: rgb(153 246 228 / 0.25);
}

.fill-teal-200\/30{
  fill: rgb(153 246 228 / 0.3);
}

.fill-teal-200\/40{
  fill: rgb(153 246 228 / 0.4);
}

.fill-teal-200\/5{
  fill: rgb(153 246 228 / 0.05);
}

.fill-teal-200\/50{
  fill: rgb(153 246 228 / 0.5);
}

.fill-teal-200\/60{
  fill: rgb(153 246 228 / 0.6);
}

.fill-teal-200\/70{
  fill: rgb(153 246 228 / 0.7);
}

.fill-teal-200\/75{
  fill: rgb(153 246 228 / 0.75);
}

.fill-teal-200\/80{
  fill: rgb(153 246 228 / 0.8);
}

.fill-teal-200\/90{
  fill: rgb(153 246 228 / 0.9);
}

.fill-teal-200\/95{
  fill: rgb(153 246 228 / 0.95);
}

.fill-teal-300{
  fill: #5eead4;
}

.fill-teal-300\/0{
  fill: rgb(94 234 212 / 0);
}

.fill-teal-300\/10{
  fill: rgb(94 234 212 / 0.1);
}

.fill-teal-300\/100{
  fill: rgb(94 234 212 / 1);
}

.fill-teal-300\/20{
  fill: rgb(94 234 212 / 0.2);
}

.fill-teal-300\/25{
  fill: rgb(94 234 212 / 0.25);
}

.fill-teal-300\/30{
  fill: rgb(94 234 212 / 0.3);
}

.fill-teal-300\/40{
  fill: rgb(94 234 212 / 0.4);
}

.fill-teal-300\/5{
  fill: rgb(94 234 212 / 0.05);
}

.fill-teal-300\/50{
  fill: rgb(94 234 212 / 0.5);
}

.fill-teal-300\/60{
  fill: rgb(94 234 212 / 0.6);
}

.fill-teal-300\/70{
  fill: rgb(94 234 212 / 0.7);
}

.fill-teal-300\/75{
  fill: rgb(94 234 212 / 0.75);
}

.fill-teal-300\/80{
  fill: rgb(94 234 212 / 0.8);
}

.fill-teal-300\/90{
  fill: rgb(94 234 212 / 0.9);
}

.fill-teal-300\/95{
  fill: rgb(94 234 212 / 0.95);
}

.fill-teal-400{
  fill: #2dd4bf;
}

.fill-teal-400\/0{
  fill: rgb(45 212 191 / 0);
}

.fill-teal-400\/10{
  fill: rgb(45 212 191 / 0.1);
}

.fill-teal-400\/100{
  fill: rgb(45 212 191 / 1);
}

.fill-teal-400\/20{
  fill: rgb(45 212 191 / 0.2);
}

.fill-teal-400\/25{
  fill: rgb(45 212 191 / 0.25);
}

.fill-teal-400\/30{
  fill: rgb(45 212 191 / 0.3);
}

.fill-teal-400\/40{
  fill: rgb(45 212 191 / 0.4);
}

.fill-teal-400\/5{
  fill: rgb(45 212 191 / 0.05);
}

.fill-teal-400\/50{
  fill: rgb(45 212 191 / 0.5);
}

.fill-teal-400\/60{
  fill: rgb(45 212 191 / 0.6);
}

.fill-teal-400\/70{
  fill: rgb(45 212 191 / 0.7);
}

.fill-teal-400\/75{
  fill: rgb(45 212 191 / 0.75);
}

.fill-teal-400\/80{
  fill: rgb(45 212 191 / 0.8);
}

.fill-teal-400\/90{
  fill: rgb(45 212 191 / 0.9);
}

.fill-teal-400\/95{
  fill: rgb(45 212 191 / 0.95);
}

.fill-teal-50{
  fill: #f0fdfa;
}

.fill-teal-50\/0{
  fill: rgb(240 253 250 / 0);
}

.fill-teal-50\/10{
  fill: rgb(240 253 250 / 0.1);
}

.fill-teal-50\/100{
  fill: rgb(240 253 250 / 1);
}

.fill-teal-50\/20{
  fill: rgb(240 253 250 / 0.2);
}

.fill-teal-50\/25{
  fill: rgb(240 253 250 / 0.25);
}

.fill-teal-50\/30{
  fill: rgb(240 253 250 / 0.3);
}

.fill-teal-50\/40{
  fill: rgb(240 253 250 / 0.4);
}

.fill-teal-50\/5{
  fill: rgb(240 253 250 / 0.05);
}

.fill-teal-50\/50{
  fill: rgb(240 253 250 / 0.5);
}

.fill-teal-50\/60{
  fill: rgb(240 253 250 / 0.6);
}

.fill-teal-50\/70{
  fill: rgb(240 253 250 / 0.7);
}

.fill-teal-50\/75{
  fill: rgb(240 253 250 / 0.75);
}

.fill-teal-50\/80{
  fill: rgb(240 253 250 / 0.8);
}

.fill-teal-50\/90{
  fill: rgb(240 253 250 / 0.9);
}

.fill-teal-50\/95{
  fill: rgb(240 253 250 / 0.95);
}

.fill-teal-500{
  fill: #14b8a6;
}

.fill-teal-500\/0{
  fill: rgb(20 184 166 / 0);
}

.fill-teal-500\/10{
  fill: rgb(20 184 166 / 0.1);
}

.fill-teal-500\/100{
  fill: rgb(20 184 166 / 1);
}

.fill-teal-500\/20{
  fill: rgb(20 184 166 / 0.2);
}

.fill-teal-500\/25{
  fill: rgb(20 184 166 / 0.25);
}

.fill-teal-500\/30{
  fill: rgb(20 184 166 / 0.3);
}

.fill-teal-500\/40{
  fill: rgb(20 184 166 / 0.4);
}

.fill-teal-500\/5{
  fill: rgb(20 184 166 / 0.05);
}

.fill-teal-500\/50{
  fill: rgb(20 184 166 / 0.5);
}

.fill-teal-500\/60{
  fill: rgb(20 184 166 / 0.6);
}

.fill-teal-500\/70{
  fill: rgb(20 184 166 / 0.7);
}

.fill-teal-500\/75{
  fill: rgb(20 184 166 / 0.75);
}

.fill-teal-500\/80{
  fill: rgb(20 184 166 / 0.8);
}

.fill-teal-500\/90{
  fill: rgb(20 184 166 / 0.9);
}

.fill-teal-500\/95{
  fill: rgb(20 184 166 / 0.95);
}

.fill-teal-600{
  fill: #0d9488;
}

.fill-teal-600\/0{
  fill: rgb(13 148 136 / 0);
}

.fill-teal-600\/10{
  fill: rgb(13 148 136 / 0.1);
}

.fill-teal-600\/100{
  fill: rgb(13 148 136 / 1);
}

.fill-teal-600\/20{
  fill: rgb(13 148 136 / 0.2);
}

.fill-teal-600\/25{
  fill: rgb(13 148 136 / 0.25);
}

.fill-teal-600\/30{
  fill: rgb(13 148 136 / 0.3);
}

.fill-teal-600\/40{
  fill: rgb(13 148 136 / 0.4);
}

.fill-teal-600\/5{
  fill: rgb(13 148 136 / 0.05);
}

.fill-teal-600\/50{
  fill: rgb(13 148 136 / 0.5);
}

.fill-teal-600\/60{
  fill: rgb(13 148 136 / 0.6);
}

.fill-teal-600\/70{
  fill: rgb(13 148 136 / 0.7);
}

.fill-teal-600\/75{
  fill: rgb(13 148 136 / 0.75);
}

.fill-teal-600\/80{
  fill: rgb(13 148 136 / 0.8);
}

.fill-teal-600\/90{
  fill: rgb(13 148 136 / 0.9);
}

.fill-teal-600\/95{
  fill: rgb(13 148 136 / 0.95);
}

.fill-teal-700{
  fill: #0f766e;
}

.fill-teal-700\/0{
  fill: rgb(15 118 110 / 0);
}

.fill-teal-700\/10{
  fill: rgb(15 118 110 / 0.1);
}

.fill-teal-700\/100{
  fill: rgb(15 118 110 / 1);
}

.fill-teal-700\/20{
  fill: rgb(15 118 110 / 0.2);
}

.fill-teal-700\/25{
  fill: rgb(15 118 110 / 0.25);
}

.fill-teal-700\/30{
  fill: rgb(15 118 110 / 0.3);
}

.fill-teal-700\/40{
  fill: rgb(15 118 110 / 0.4);
}

.fill-teal-700\/5{
  fill: rgb(15 118 110 / 0.05);
}

.fill-teal-700\/50{
  fill: rgb(15 118 110 / 0.5);
}

.fill-teal-700\/60{
  fill: rgb(15 118 110 / 0.6);
}

.fill-teal-700\/70{
  fill: rgb(15 118 110 / 0.7);
}

.fill-teal-700\/75{
  fill: rgb(15 118 110 / 0.75);
}

.fill-teal-700\/80{
  fill: rgb(15 118 110 / 0.8);
}

.fill-teal-700\/90{
  fill: rgb(15 118 110 / 0.9);
}

.fill-teal-700\/95{
  fill: rgb(15 118 110 / 0.95);
}

.fill-teal-800{
  fill: #115e59;
}

.fill-teal-800\/0{
  fill: rgb(17 94 89 / 0);
}

.fill-teal-800\/10{
  fill: rgb(17 94 89 / 0.1);
}

.fill-teal-800\/100{
  fill: rgb(17 94 89 / 1);
}

.fill-teal-800\/20{
  fill: rgb(17 94 89 / 0.2);
}

.fill-teal-800\/25{
  fill: rgb(17 94 89 / 0.25);
}

.fill-teal-800\/30{
  fill: rgb(17 94 89 / 0.3);
}

.fill-teal-800\/40{
  fill: rgb(17 94 89 / 0.4);
}

.fill-teal-800\/5{
  fill: rgb(17 94 89 / 0.05);
}

.fill-teal-800\/50{
  fill: rgb(17 94 89 / 0.5);
}

.fill-teal-800\/60{
  fill: rgb(17 94 89 / 0.6);
}

.fill-teal-800\/70{
  fill: rgb(17 94 89 / 0.7);
}

.fill-teal-800\/75{
  fill: rgb(17 94 89 / 0.75);
}

.fill-teal-800\/80{
  fill: rgb(17 94 89 / 0.8);
}

.fill-teal-800\/90{
  fill: rgb(17 94 89 / 0.9);
}

.fill-teal-800\/95{
  fill: rgb(17 94 89 / 0.95);
}

.fill-teal-900{
  fill: #134e4a;
}

.fill-teal-900\/0{
  fill: rgb(19 78 74 / 0);
}

.fill-teal-900\/10{
  fill: rgb(19 78 74 / 0.1);
}

.fill-teal-900\/100{
  fill: rgb(19 78 74 / 1);
}

.fill-teal-900\/20{
  fill: rgb(19 78 74 / 0.2);
}

.fill-teal-900\/25{
  fill: rgb(19 78 74 / 0.25);
}

.fill-teal-900\/30{
  fill: rgb(19 78 74 / 0.3);
}

.fill-teal-900\/40{
  fill: rgb(19 78 74 / 0.4);
}

.fill-teal-900\/5{
  fill: rgb(19 78 74 / 0.05);
}

.fill-teal-900\/50{
  fill: rgb(19 78 74 / 0.5);
}

.fill-teal-900\/60{
  fill: rgb(19 78 74 / 0.6);
}

.fill-teal-900\/70{
  fill: rgb(19 78 74 / 0.7);
}

.fill-teal-900\/75{
  fill: rgb(19 78 74 / 0.75);
}

.fill-teal-900\/80{
  fill: rgb(19 78 74 / 0.8);
}

.fill-teal-900\/90{
  fill: rgb(19 78 74 / 0.9);
}

.fill-teal-900\/95{
  fill: rgb(19 78 74 / 0.95);
}

.fill-teal-950{
  fill: #042f2e;
}

.fill-teal-950\/0{
  fill: rgb(4 47 46 / 0);
}

.fill-teal-950\/10{
  fill: rgb(4 47 46 / 0.1);
}

.fill-teal-950\/100{
  fill: rgb(4 47 46 / 1);
}

.fill-teal-950\/20{
  fill: rgb(4 47 46 / 0.2);
}

.fill-teal-950\/25{
  fill: rgb(4 47 46 / 0.25);
}

.fill-teal-950\/30{
  fill: rgb(4 47 46 / 0.3);
}

.fill-teal-950\/40{
  fill: rgb(4 47 46 / 0.4);
}

.fill-teal-950\/5{
  fill: rgb(4 47 46 / 0.05);
}

.fill-teal-950\/50{
  fill: rgb(4 47 46 / 0.5);
}

.fill-teal-950\/60{
  fill: rgb(4 47 46 / 0.6);
}

.fill-teal-950\/70{
  fill: rgb(4 47 46 / 0.7);
}

.fill-teal-950\/75{
  fill: rgb(4 47 46 / 0.75);
}

.fill-teal-950\/80{
  fill: rgb(4 47 46 / 0.8);
}

.fill-teal-950\/90{
  fill: rgb(4 47 46 / 0.9);
}

.fill-teal-950\/95{
  fill: rgb(4 47 46 / 0.95);
}

.fill-transparent{
  fill: transparent;
}

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

.fill-transparent\/10{
  fill: rgb(0 0 0 / 0.1);
}

.fill-transparent\/100{
  fill: rgb(0 0 0 / 1);
}

.fill-transparent\/20{
  fill: rgb(0 0 0 / 0.2);
}

.fill-transparent\/25{
  fill: rgb(0 0 0 / 0.25);
}

.fill-transparent\/30{
  fill: rgb(0 0 0 / 0.3);
}

.fill-transparent\/40{
  fill: rgb(0 0 0 / 0.4);
}

.fill-transparent\/5{
  fill: rgb(0 0 0 / 0.05);
}

.fill-transparent\/50{
  fill: rgb(0 0 0 / 0.5);
}

.fill-transparent\/60{
  fill: rgb(0 0 0 / 0.6);
}

.fill-transparent\/70{
  fill: rgb(0 0 0 / 0.7);
}

.fill-transparent\/75{
  fill: rgb(0 0 0 / 0.75);
}

.fill-transparent\/80{
  fill: rgb(0 0 0 / 0.8);
}

.fill-transparent\/90{
  fill: rgb(0 0 0 / 0.9);
}

.fill-transparent\/95{
  fill: rgb(0 0 0 / 0.95);
}

.fill-violet-100{
  fill: #ede9fe;
}

.fill-violet-100\/0{
  fill: rgb(237 233 254 / 0);
}

.fill-violet-100\/10{
  fill: rgb(237 233 254 / 0.1);
}

.fill-violet-100\/100{
  fill: rgb(237 233 254 / 1);
}

.fill-violet-100\/20{
  fill: rgb(237 233 254 / 0.2);
}

.fill-violet-100\/25{
  fill: rgb(237 233 254 / 0.25);
}

.fill-violet-100\/30{
  fill: rgb(237 233 254 / 0.3);
}

.fill-violet-100\/40{
  fill: rgb(237 233 254 / 0.4);
}

.fill-violet-100\/5{
  fill: rgb(237 233 254 / 0.05);
}

.fill-violet-100\/50{
  fill: rgb(237 233 254 / 0.5);
}

.fill-violet-100\/60{
  fill: rgb(237 233 254 / 0.6);
}

.fill-violet-100\/70{
  fill: rgb(237 233 254 / 0.7);
}

.fill-violet-100\/75{
  fill: rgb(237 233 254 / 0.75);
}

.fill-violet-100\/80{
  fill: rgb(237 233 254 / 0.8);
}

.fill-violet-100\/90{
  fill: rgb(237 233 254 / 0.9);
}

.fill-violet-100\/95{
  fill: rgb(237 233 254 / 0.95);
}

.fill-violet-200{
  fill: #ddd6fe;
}

.fill-violet-200\/0{
  fill: rgb(221 214 254 / 0);
}

.fill-violet-200\/10{
  fill: rgb(221 214 254 / 0.1);
}

.fill-violet-200\/100{
  fill: rgb(221 214 254 / 1);
}

.fill-violet-200\/20{
  fill: rgb(221 214 254 / 0.2);
}

.fill-violet-200\/25{
  fill: rgb(221 214 254 / 0.25);
}

.fill-violet-200\/30{
  fill: rgb(221 214 254 / 0.3);
}

.fill-violet-200\/40{
  fill: rgb(221 214 254 / 0.4);
}

.fill-violet-200\/5{
  fill: rgb(221 214 254 / 0.05);
}

.fill-violet-200\/50{
  fill: rgb(221 214 254 / 0.5);
}

.fill-violet-200\/60{
  fill: rgb(221 214 254 / 0.6);
}

.fill-violet-200\/70{
  fill: rgb(221 214 254 / 0.7);
}

.fill-violet-200\/75{
  fill: rgb(221 214 254 / 0.75);
}

.fill-violet-200\/80{
  fill: rgb(221 214 254 / 0.8);
}

.fill-violet-200\/90{
  fill: rgb(221 214 254 / 0.9);
}

.fill-violet-200\/95{
  fill: rgb(221 214 254 / 0.95);
}

.fill-violet-300{
  fill: #c4b5fd;
}

.fill-violet-300\/0{
  fill: rgb(196 181 253 / 0);
}

.fill-violet-300\/10{
  fill: rgb(196 181 253 / 0.1);
}

.fill-violet-300\/100{
  fill: rgb(196 181 253 / 1);
}

.fill-violet-300\/20{
  fill: rgb(196 181 253 / 0.2);
}

.fill-violet-300\/25{
  fill: rgb(196 181 253 / 0.25);
}

.fill-violet-300\/30{
  fill: rgb(196 181 253 / 0.3);
}

.fill-violet-300\/40{
  fill: rgb(196 181 253 / 0.4);
}

.fill-violet-300\/5{
  fill: rgb(196 181 253 / 0.05);
}

.fill-violet-300\/50{
  fill: rgb(196 181 253 / 0.5);
}

.fill-violet-300\/60{
  fill: rgb(196 181 253 / 0.6);
}

.fill-violet-300\/70{
  fill: rgb(196 181 253 / 0.7);
}

.fill-violet-300\/75{
  fill: rgb(196 181 253 / 0.75);
}

.fill-violet-300\/80{
  fill: rgb(196 181 253 / 0.8);
}

.fill-violet-300\/90{
  fill: rgb(196 181 253 / 0.9);
}

.fill-violet-300\/95{
  fill: rgb(196 181 253 / 0.95);
}

.fill-violet-400{
  fill: #a78bfa;
}

.fill-violet-400\/0{
  fill: rgb(167 139 250 / 0);
}

.fill-violet-400\/10{
  fill: rgb(167 139 250 / 0.1);
}

.fill-violet-400\/100{
  fill: rgb(167 139 250 / 1);
}

.fill-violet-400\/20{
  fill: rgb(167 139 250 / 0.2);
}

.fill-violet-400\/25{
  fill: rgb(167 139 250 / 0.25);
}

.fill-violet-400\/30{
  fill: rgb(167 139 250 / 0.3);
}

.fill-violet-400\/40{
  fill: rgb(167 139 250 / 0.4);
}

.fill-violet-400\/5{
  fill: rgb(167 139 250 / 0.05);
}

.fill-violet-400\/50{
  fill: rgb(167 139 250 / 0.5);
}

.fill-violet-400\/60{
  fill: rgb(167 139 250 / 0.6);
}

.fill-violet-400\/70{
  fill: rgb(167 139 250 / 0.7);
}

.fill-violet-400\/75{
  fill: rgb(167 139 250 / 0.75);
}

.fill-violet-400\/80{
  fill: rgb(167 139 250 / 0.8);
}

.fill-violet-400\/90{
  fill: rgb(167 139 250 / 0.9);
}

.fill-violet-400\/95{
  fill: rgb(167 139 250 / 0.95);
}

.fill-violet-50{
  fill: #f5f3ff;
}

.fill-violet-50\/0{
  fill: rgb(245 243 255 / 0);
}

.fill-violet-50\/10{
  fill: rgb(245 243 255 / 0.1);
}

.fill-violet-50\/100{
  fill: rgb(245 243 255 / 1);
}

.fill-violet-50\/20{
  fill: rgb(245 243 255 / 0.2);
}

.fill-violet-50\/25{
  fill: rgb(245 243 255 / 0.25);
}

.fill-violet-50\/30{
  fill: rgb(245 243 255 / 0.3);
}

.fill-violet-50\/40{
  fill: rgb(245 243 255 / 0.4);
}

.fill-violet-50\/5{
  fill: rgb(245 243 255 / 0.05);
}

.fill-violet-50\/50{
  fill: rgb(245 243 255 / 0.5);
}

.fill-violet-50\/60{
  fill: rgb(245 243 255 / 0.6);
}

.fill-violet-50\/70{
  fill: rgb(245 243 255 / 0.7);
}

.fill-violet-50\/75{
  fill: rgb(245 243 255 / 0.75);
}

.fill-violet-50\/80{
  fill: rgb(245 243 255 / 0.8);
}

.fill-violet-50\/90{
  fill: rgb(245 243 255 / 0.9);
}

.fill-violet-50\/95{
  fill: rgb(245 243 255 / 0.95);
}

.fill-violet-500{
  fill: #8b5cf6;
}

.fill-violet-500\/0{
  fill: rgb(139 92 246 / 0);
}

.fill-violet-500\/10{
  fill: rgb(139 92 246 / 0.1);
}

.fill-violet-500\/100{
  fill: rgb(139 92 246 / 1);
}

.fill-violet-500\/20{
  fill: rgb(139 92 246 / 0.2);
}

.fill-violet-500\/25{
  fill: rgb(139 92 246 / 0.25);
}

.fill-violet-500\/30{
  fill: rgb(139 92 246 / 0.3);
}

.fill-violet-500\/40{
  fill: rgb(139 92 246 / 0.4);
}

.fill-violet-500\/5{
  fill: rgb(139 92 246 / 0.05);
}

.fill-violet-500\/50{
  fill: rgb(139 92 246 / 0.5);
}

.fill-violet-500\/60{
  fill: rgb(139 92 246 / 0.6);
}

.fill-violet-500\/70{
  fill: rgb(139 92 246 / 0.7);
}

.fill-violet-500\/75{
  fill: rgb(139 92 246 / 0.75);
}

.fill-violet-500\/80{
  fill: rgb(139 92 246 / 0.8);
}

.fill-violet-500\/90{
  fill: rgb(139 92 246 / 0.9);
}

.fill-violet-500\/95{
  fill: rgb(139 92 246 / 0.95);
}

.fill-violet-600{
  fill: #7c3aed;
}

.fill-violet-600\/0{
  fill: rgb(124 58 237 / 0);
}

.fill-violet-600\/10{
  fill: rgb(124 58 237 / 0.1);
}

.fill-violet-600\/100{
  fill: rgb(124 58 237 / 1);
}

.fill-violet-600\/20{
  fill: rgb(124 58 237 / 0.2);
}

.fill-violet-600\/25{
  fill: rgb(124 58 237 / 0.25);
}

.fill-violet-600\/30{
  fill: rgb(124 58 237 / 0.3);
}

.fill-violet-600\/40{
  fill: rgb(124 58 237 / 0.4);
}

.fill-violet-600\/5{
  fill: rgb(124 58 237 / 0.05);
}

.fill-violet-600\/50{
  fill: rgb(124 58 237 / 0.5);
}

.fill-violet-600\/60{
  fill: rgb(124 58 237 / 0.6);
}

.fill-violet-600\/70{
  fill: rgb(124 58 237 / 0.7);
}

.fill-violet-600\/75{
  fill: rgb(124 58 237 / 0.75);
}

.fill-violet-600\/80{
  fill: rgb(124 58 237 / 0.8);
}

.fill-violet-600\/90{
  fill: rgb(124 58 237 / 0.9);
}

.fill-violet-600\/95{
  fill: rgb(124 58 237 / 0.95);
}

.fill-violet-700{
  fill: #6d28d9;
}

.fill-violet-700\/0{
  fill: rgb(109 40 217 / 0);
}

.fill-violet-700\/10{
  fill: rgb(109 40 217 / 0.1);
}

.fill-violet-700\/100{
  fill: rgb(109 40 217 / 1);
}

.fill-violet-700\/20{
  fill: rgb(109 40 217 / 0.2);
}

.fill-violet-700\/25{
  fill: rgb(109 40 217 / 0.25);
}

.fill-violet-700\/30{
  fill: rgb(109 40 217 / 0.3);
}

.fill-violet-700\/40{
  fill: rgb(109 40 217 / 0.4);
}

.fill-violet-700\/5{
  fill: rgb(109 40 217 / 0.05);
}

.fill-violet-700\/50{
  fill: rgb(109 40 217 / 0.5);
}

.fill-violet-700\/60{
  fill: rgb(109 40 217 / 0.6);
}

.fill-violet-700\/70{
  fill: rgb(109 40 217 / 0.7);
}

.fill-violet-700\/75{
  fill: rgb(109 40 217 / 0.75);
}

.fill-violet-700\/80{
  fill: rgb(109 40 217 / 0.8);
}

.fill-violet-700\/90{
  fill: rgb(109 40 217 / 0.9);
}

.fill-violet-700\/95{
  fill: rgb(109 40 217 / 0.95);
}

.fill-violet-800{
  fill: #5b21b6;
}

.fill-violet-800\/0{
  fill: rgb(91 33 182 / 0);
}

.fill-violet-800\/10{
  fill: rgb(91 33 182 / 0.1);
}

.fill-violet-800\/100{
  fill: rgb(91 33 182 / 1);
}

.fill-violet-800\/20{
  fill: rgb(91 33 182 / 0.2);
}

.fill-violet-800\/25{
  fill: rgb(91 33 182 / 0.25);
}

.fill-violet-800\/30{
  fill: rgb(91 33 182 / 0.3);
}

.fill-violet-800\/40{
  fill: rgb(91 33 182 / 0.4);
}

.fill-violet-800\/5{
  fill: rgb(91 33 182 / 0.05);
}

.fill-violet-800\/50{
  fill: rgb(91 33 182 / 0.5);
}

.fill-violet-800\/60{
  fill: rgb(91 33 182 / 0.6);
}

.fill-violet-800\/70{
  fill: rgb(91 33 182 / 0.7);
}

.fill-violet-800\/75{
  fill: rgb(91 33 182 / 0.75);
}

.fill-violet-800\/80{
  fill: rgb(91 33 182 / 0.8);
}

.fill-violet-800\/90{
  fill: rgb(91 33 182 / 0.9);
}

.fill-violet-800\/95{
  fill: rgb(91 33 182 / 0.95);
}

.fill-violet-900{
  fill: #4c1d95;
}

.fill-violet-900\/0{
  fill: rgb(76 29 149 / 0);
}

.fill-violet-900\/10{
  fill: rgb(76 29 149 / 0.1);
}

.fill-violet-900\/100{
  fill: rgb(76 29 149 / 1);
}

.fill-violet-900\/20{
  fill: rgb(76 29 149 / 0.2);
}

.fill-violet-900\/25{
  fill: rgb(76 29 149 / 0.25);
}

.fill-violet-900\/30{
  fill: rgb(76 29 149 / 0.3);
}

.fill-violet-900\/40{
  fill: rgb(76 29 149 / 0.4);
}

.fill-violet-900\/5{
  fill: rgb(76 29 149 / 0.05);
}

.fill-violet-900\/50{
  fill: rgb(76 29 149 / 0.5);
}

.fill-violet-900\/60{
  fill: rgb(76 29 149 / 0.6);
}

.fill-violet-900\/70{
  fill: rgb(76 29 149 / 0.7);
}

.fill-violet-900\/75{
  fill: rgb(76 29 149 / 0.75);
}

.fill-violet-900\/80{
  fill: rgb(76 29 149 / 0.8);
}

.fill-violet-900\/90{
  fill: rgb(76 29 149 / 0.9);
}

.fill-violet-900\/95{
  fill: rgb(76 29 149 / 0.95);
}

.fill-violet-950{
  fill: #2e1065;
}

.fill-violet-950\/0{
  fill: rgb(46 16 101 / 0);
}

.fill-violet-950\/10{
  fill: rgb(46 16 101 / 0.1);
}

.fill-violet-950\/100{
  fill: rgb(46 16 101 / 1);
}

.fill-violet-950\/20{
  fill: rgb(46 16 101 / 0.2);
}

.fill-violet-950\/25{
  fill: rgb(46 16 101 / 0.25);
}

.fill-violet-950\/30{
  fill: rgb(46 16 101 / 0.3);
}

.fill-violet-950\/40{
  fill: rgb(46 16 101 / 0.4);
}

.fill-violet-950\/5{
  fill: rgb(46 16 101 / 0.05);
}

.fill-violet-950\/50{
  fill: rgb(46 16 101 / 0.5);
}

.fill-violet-950\/60{
  fill: rgb(46 16 101 / 0.6);
}

.fill-violet-950\/70{
  fill: rgb(46 16 101 / 0.7);
}

.fill-violet-950\/75{
  fill: rgb(46 16 101 / 0.75);
}

.fill-violet-950\/80{
  fill: rgb(46 16 101 / 0.8);
}

.fill-violet-950\/90{
  fill: rgb(46 16 101 / 0.9);
}

.fill-violet-950\/95{
  fill: rgb(46 16 101 / 0.95);
}

.fill-white{
  fill: #fff;
}

.fill-white\/0{
  fill: rgb(255 255 255 / 0);
}

.fill-white\/10{
  fill: rgb(255 255 255 / 0.1);
}

.fill-white\/100{
  fill: rgb(255 255 255 / 1);
}

.fill-white\/20{
  fill: rgb(255 255 255 / 0.2);
}

.fill-white\/25{
  fill: rgb(255 255 255 / 0.25);
}

.fill-white\/30{
  fill: rgb(255 255 255 / 0.3);
}

.fill-white\/40{
  fill: rgb(255 255 255 / 0.4);
}

.fill-white\/5{
  fill: rgb(255 255 255 / 0.05);
}

.fill-white\/50{
  fill: rgb(255 255 255 / 0.5);
}

.fill-white\/60{
  fill: rgb(255 255 255 / 0.6);
}

.fill-white\/70{
  fill: rgb(255 255 255 / 0.7);
}

.fill-white\/75{
  fill: rgb(255 255 255 / 0.75);
}

.fill-white\/80{
  fill: rgb(255 255 255 / 0.8);
}

.fill-white\/90{
  fill: rgb(255 255 255 / 0.9);
}

.fill-white\/95{
  fill: rgb(255 255 255 / 0.95);
}

.fill-yellow-100{
  fill: #fef9c3;
}

.fill-yellow-100\/0{
  fill: rgb(254 249 195 / 0);
}

.fill-yellow-100\/10{
  fill: rgb(254 249 195 / 0.1);
}

.fill-yellow-100\/100{
  fill: rgb(254 249 195 / 1);
}

.fill-yellow-100\/20{
  fill: rgb(254 249 195 / 0.2);
}

.fill-yellow-100\/25{
  fill: rgb(254 249 195 / 0.25);
}

.fill-yellow-100\/30{
  fill: rgb(254 249 195 / 0.3);
}

.fill-yellow-100\/40{
  fill: rgb(254 249 195 / 0.4);
}

.fill-yellow-100\/5{
  fill: rgb(254 249 195 / 0.05);
}

.fill-yellow-100\/50{
  fill: rgb(254 249 195 / 0.5);
}

.fill-yellow-100\/60{
  fill: rgb(254 249 195 / 0.6);
}

.fill-yellow-100\/70{
  fill: rgb(254 249 195 / 0.7);
}

.fill-yellow-100\/75{
  fill: rgb(254 249 195 / 0.75);
}

.fill-yellow-100\/80{
  fill: rgb(254 249 195 / 0.8);
}

.fill-yellow-100\/90{
  fill: rgb(254 249 195 / 0.9);
}

.fill-yellow-100\/95{
  fill: rgb(254 249 195 / 0.95);
}

.fill-yellow-200{
  fill: #fef08a;
}

.fill-yellow-200\/0{
  fill: rgb(254 240 138 / 0);
}

.fill-yellow-200\/10{
  fill: rgb(254 240 138 / 0.1);
}

.fill-yellow-200\/100{
  fill: rgb(254 240 138 / 1);
}

.fill-yellow-200\/20{
  fill: rgb(254 240 138 / 0.2);
}

.fill-yellow-200\/25{
  fill: rgb(254 240 138 / 0.25);
}

.fill-yellow-200\/30{
  fill: rgb(254 240 138 / 0.3);
}

.fill-yellow-200\/40{
  fill: rgb(254 240 138 / 0.4);
}

.fill-yellow-200\/5{
  fill: rgb(254 240 138 / 0.05);
}

.fill-yellow-200\/50{
  fill: rgb(254 240 138 / 0.5);
}

.fill-yellow-200\/60{
  fill: rgb(254 240 138 / 0.6);
}

.fill-yellow-200\/70{
  fill: rgb(254 240 138 / 0.7);
}

.fill-yellow-200\/75{
  fill: rgb(254 240 138 / 0.75);
}

.fill-yellow-200\/80{
  fill: rgb(254 240 138 / 0.8);
}

.fill-yellow-200\/90{
  fill: rgb(254 240 138 / 0.9);
}

.fill-yellow-200\/95{
  fill: rgb(254 240 138 / 0.95);
}

.fill-yellow-300{
  fill: #fde047;
}

.fill-yellow-300\/0{
  fill: rgb(253 224 71 / 0);
}

.fill-yellow-300\/10{
  fill: rgb(253 224 71 / 0.1);
}

.fill-yellow-300\/100{
  fill: rgb(253 224 71 / 1);
}

.fill-yellow-300\/20{
  fill: rgb(253 224 71 / 0.2);
}

.fill-yellow-300\/25{
  fill: rgb(253 224 71 / 0.25);
}

.fill-yellow-300\/30{
  fill: rgb(253 224 71 / 0.3);
}

.fill-yellow-300\/40{
  fill: rgb(253 224 71 / 0.4);
}

.fill-yellow-300\/5{
  fill: rgb(253 224 71 / 0.05);
}

.fill-yellow-300\/50{
  fill: rgb(253 224 71 / 0.5);
}

.fill-yellow-300\/60{
  fill: rgb(253 224 71 / 0.6);
}

.fill-yellow-300\/70{
  fill: rgb(253 224 71 / 0.7);
}

.fill-yellow-300\/75{
  fill: rgb(253 224 71 / 0.75);
}

.fill-yellow-300\/80{
  fill: rgb(253 224 71 / 0.8);
}

.fill-yellow-300\/90{
  fill: rgb(253 224 71 / 0.9);
}

.fill-yellow-300\/95{
  fill: rgb(253 224 71 / 0.95);
}

.fill-yellow-400{
  fill: #facc15;
}

.fill-yellow-400\/0{
  fill: rgb(250 204 21 / 0);
}

.fill-yellow-400\/10{
  fill: rgb(250 204 21 / 0.1);
}

.fill-yellow-400\/100{
  fill: rgb(250 204 21 / 1);
}

.fill-yellow-400\/20{
  fill: rgb(250 204 21 / 0.2);
}

.fill-yellow-400\/25{
  fill: rgb(250 204 21 / 0.25);
}

.fill-yellow-400\/30{
  fill: rgb(250 204 21 / 0.3);
}

.fill-yellow-400\/40{
  fill: rgb(250 204 21 / 0.4);
}

.fill-yellow-400\/5{
  fill: rgb(250 204 21 / 0.05);
}

.fill-yellow-400\/50{
  fill: rgb(250 204 21 / 0.5);
}

.fill-yellow-400\/60{
  fill: rgb(250 204 21 / 0.6);
}

.fill-yellow-400\/70{
  fill: rgb(250 204 21 / 0.7);
}

.fill-yellow-400\/75{
  fill: rgb(250 204 21 / 0.75);
}

.fill-yellow-400\/80{
  fill: rgb(250 204 21 / 0.8);
}

.fill-yellow-400\/90{
  fill: rgb(250 204 21 / 0.9);
}

.fill-yellow-400\/95{
  fill: rgb(250 204 21 / 0.95);
}

.fill-yellow-50{
  fill: #fefce8;
}

.fill-yellow-50\/0{
  fill: rgb(254 252 232 / 0);
}

.fill-yellow-50\/10{
  fill: rgb(254 252 232 / 0.1);
}

.fill-yellow-50\/100{
  fill: rgb(254 252 232 / 1);
}

.fill-yellow-50\/20{
  fill: rgb(254 252 232 / 0.2);
}

.fill-yellow-50\/25{
  fill: rgb(254 252 232 / 0.25);
}

.fill-yellow-50\/30{
  fill: rgb(254 252 232 / 0.3);
}

.fill-yellow-50\/40{
  fill: rgb(254 252 232 / 0.4);
}

.fill-yellow-50\/5{
  fill: rgb(254 252 232 / 0.05);
}

.fill-yellow-50\/50{
  fill: rgb(254 252 232 / 0.5);
}

.fill-yellow-50\/60{
  fill: rgb(254 252 232 / 0.6);
}

.fill-yellow-50\/70{
  fill: rgb(254 252 232 / 0.7);
}

.fill-yellow-50\/75{
  fill: rgb(254 252 232 / 0.75);
}

.fill-yellow-50\/80{
  fill: rgb(254 252 232 / 0.8);
}

.fill-yellow-50\/90{
  fill: rgb(254 252 232 / 0.9);
}

.fill-yellow-50\/95{
  fill: rgb(254 252 232 / 0.95);
}

.fill-yellow-500{
  fill: #eab308;
}

.fill-yellow-500\/0{
  fill: rgb(234 179 8 / 0);
}

.fill-yellow-500\/10{
  fill: rgb(234 179 8 / 0.1);
}

.fill-yellow-500\/100{
  fill: rgb(234 179 8 / 1);
}

.fill-yellow-500\/20{
  fill: rgb(234 179 8 / 0.2);
}

.fill-yellow-500\/25{
  fill: rgb(234 179 8 / 0.25);
}

.fill-yellow-500\/30{
  fill: rgb(234 179 8 / 0.3);
}

.fill-yellow-500\/40{
  fill: rgb(234 179 8 / 0.4);
}

.fill-yellow-500\/5{
  fill: rgb(234 179 8 / 0.05);
}

.fill-yellow-500\/50{
  fill: rgb(234 179 8 / 0.5);
}

.fill-yellow-500\/60{
  fill: rgb(234 179 8 / 0.6);
}

.fill-yellow-500\/70{
  fill: rgb(234 179 8 / 0.7);
}

.fill-yellow-500\/75{
  fill: rgb(234 179 8 / 0.75);
}

.fill-yellow-500\/80{
  fill: rgb(234 179 8 / 0.8);
}

.fill-yellow-500\/90{
  fill: rgb(234 179 8 / 0.9);
}

.fill-yellow-500\/95{
  fill: rgb(234 179 8 / 0.95);
}

.fill-yellow-600{
  fill: #ca8a04;
}

.fill-yellow-600\/0{
  fill: rgb(202 138 4 / 0);
}

.fill-yellow-600\/10{
  fill: rgb(202 138 4 / 0.1);
}

.fill-yellow-600\/100{
  fill: rgb(202 138 4 / 1);
}

.fill-yellow-600\/20{
  fill: rgb(202 138 4 / 0.2);
}

.fill-yellow-600\/25{
  fill: rgb(202 138 4 / 0.25);
}

.fill-yellow-600\/30{
  fill: rgb(202 138 4 / 0.3);
}

.fill-yellow-600\/40{
  fill: rgb(202 138 4 / 0.4);
}

.fill-yellow-600\/5{
  fill: rgb(202 138 4 / 0.05);
}

.fill-yellow-600\/50{
  fill: rgb(202 138 4 / 0.5);
}

.fill-yellow-600\/60{
  fill: rgb(202 138 4 / 0.6);
}

.fill-yellow-600\/70{
  fill: rgb(202 138 4 / 0.7);
}

.fill-yellow-600\/75{
  fill: rgb(202 138 4 / 0.75);
}

.fill-yellow-600\/80{
  fill: rgb(202 138 4 / 0.8);
}

.fill-yellow-600\/90{
  fill: rgb(202 138 4 / 0.9);
}

.fill-yellow-600\/95{
  fill: rgb(202 138 4 / 0.95);
}

.fill-yellow-700{
  fill: #a16207;
}

.fill-yellow-700\/0{
  fill: rgb(161 98 7 / 0);
}

.fill-yellow-700\/10{
  fill: rgb(161 98 7 / 0.1);
}

.fill-yellow-700\/100{
  fill: rgb(161 98 7 / 1);
}

.fill-yellow-700\/20{
  fill: rgb(161 98 7 / 0.2);
}

.fill-yellow-700\/25{
  fill: rgb(161 98 7 / 0.25);
}

.fill-yellow-700\/30{
  fill: rgb(161 98 7 / 0.3);
}

.fill-yellow-700\/40{
  fill: rgb(161 98 7 / 0.4);
}

.fill-yellow-700\/5{
  fill: rgb(161 98 7 / 0.05);
}

.fill-yellow-700\/50{
  fill: rgb(161 98 7 / 0.5);
}

.fill-yellow-700\/60{
  fill: rgb(161 98 7 / 0.6);
}

.fill-yellow-700\/70{
  fill: rgb(161 98 7 / 0.7);
}

.fill-yellow-700\/75{
  fill: rgb(161 98 7 / 0.75);
}

.fill-yellow-700\/80{
  fill: rgb(161 98 7 / 0.8);
}

.fill-yellow-700\/90{
  fill: rgb(161 98 7 / 0.9);
}

.fill-yellow-700\/95{
  fill: rgb(161 98 7 / 0.95);
}

.fill-yellow-800{
  fill: #854d0e;
}

.fill-yellow-800\/0{
  fill: rgb(133 77 14 / 0);
}

.fill-yellow-800\/10{
  fill: rgb(133 77 14 / 0.1);
}

.fill-yellow-800\/100{
  fill: rgb(133 77 14 / 1);
}

.fill-yellow-800\/20{
  fill: rgb(133 77 14 / 0.2);
}

.fill-yellow-800\/25{
  fill: rgb(133 77 14 / 0.25);
}

.fill-yellow-800\/30{
  fill: rgb(133 77 14 / 0.3);
}

.fill-yellow-800\/40{
  fill: rgb(133 77 14 / 0.4);
}

.fill-yellow-800\/5{
  fill: rgb(133 77 14 / 0.05);
}

.fill-yellow-800\/50{
  fill: rgb(133 77 14 / 0.5);
}

.fill-yellow-800\/60{
  fill: rgb(133 77 14 / 0.6);
}

.fill-yellow-800\/70{
  fill: rgb(133 77 14 / 0.7);
}

.fill-yellow-800\/75{
  fill: rgb(133 77 14 / 0.75);
}

.fill-yellow-800\/80{
  fill: rgb(133 77 14 / 0.8);
}

.fill-yellow-800\/90{
  fill: rgb(133 77 14 / 0.9);
}

.fill-yellow-800\/95{
  fill: rgb(133 77 14 / 0.95);
}

.fill-yellow-900{
  fill: #713f12;
}

.fill-yellow-900\/0{
  fill: rgb(113 63 18 / 0);
}

.fill-yellow-900\/10{
  fill: rgb(113 63 18 / 0.1);
}

.fill-yellow-900\/100{
  fill: rgb(113 63 18 / 1);
}

.fill-yellow-900\/20{
  fill: rgb(113 63 18 / 0.2);
}

.fill-yellow-900\/25{
  fill: rgb(113 63 18 / 0.25);
}

.fill-yellow-900\/30{
  fill: rgb(113 63 18 / 0.3);
}

.fill-yellow-900\/40{
  fill: rgb(113 63 18 / 0.4);
}

.fill-yellow-900\/5{
  fill: rgb(113 63 18 / 0.05);
}

.fill-yellow-900\/50{
  fill: rgb(113 63 18 / 0.5);
}

.fill-yellow-900\/60{
  fill: rgb(113 63 18 / 0.6);
}

.fill-yellow-900\/70{
  fill: rgb(113 63 18 / 0.7);
}

.fill-yellow-900\/75{
  fill: rgb(113 63 18 / 0.75);
}

.fill-yellow-900\/80{
  fill: rgb(113 63 18 / 0.8);
}

.fill-yellow-900\/90{
  fill: rgb(113 63 18 / 0.9);
}

.fill-yellow-900\/95{
  fill: rgb(113 63 18 / 0.95);
}

.fill-yellow-950{
  fill: #422006;
}

.fill-yellow-950\/0{
  fill: rgb(66 32 6 / 0);
}

.fill-yellow-950\/10{
  fill: rgb(66 32 6 / 0.1);
}

.fill-yellow-950\/100{
  fill: rgb(66 32 6 / 1);
}

.fill-yellow-950\/20{
  fill: rgb(66 32 6 / 0.2);
}

.fill-yellow-950\/25{
  fill: rgb(66 32 6 / 0.25);
}

.fill-yellow-950\/30{
  fill: rgb(66 32 6 / 0.3);
}

.fill-yellow-950\/40{
  fill: rgb(66 32 6 / 0.4);
}

.fill-yellow-950\/5{
  fill: rgb(66 32 6 / 0.05);
}

.fill-yellow-950\/50{
  fill: rgb(66 32 6 / 0.5);
}

.fill-yellow-950\/60{
  fill: rgb(66 32 6 / 0.6);
}

.fill-yellow-950\/70{
  fill: rgb(66 32 6 / 0.7);
}

.fill-yellow-950\/75{
  fill: rgb(66 32 6 / 0.75);
}

.fill-yellow-950\/80{
  fill: rgb(66 32 6 / 0.8);
}

.fill-yellow-950\/90{
  fill: rgb(66 32 6 / 0.9);
}

.fill-yellow-950\/95{
  fill: rgb(66 32 6 / 0.95);
}

.fill-zinc-100{
  fill: #f4f4f5;
}

.fill-zinc-100\/0{
  fill: rgb(244 244 245 / 0);
}

.fill-zinc-100\/10{
  fill: rgb(244 244 245 / 0.1);
}

.fill-zinc-100\/100{
  fill: rgb(244 244 245 / 1);
}

.fill-zinc-100\/20{
  fill: rgb(244 244 245 / 0.2);
}

.fill-zinc-100\/25{
  fill: rgb(244 244 245 / 0.25);
}

.fill-zinc-100\/30{
  fill: rgb(244 244 245 / 0.3);
}

.fill-zinc-100\/40{
  fill: rgb(244 244 245 / 0.4);
}

.fill-zinc-100\/5{
  fill: rgb(244 244 245 / 0.05);
}

.fill-zinc-100\/50{
  fill: rgb(244 244 245 / 0.5);
}

.fill-zinc-100\/60{
  fill: rgb(244 244 245 / 0.6);
}

.fill-zinc-100\/70{
  fill: rgb(244 244 245 / 0.7);
}

.fill-zinc-100\/75{
  fill: rgb(244 244 245 / 0.75);
}

.fill-zinc-100\/80{
  fill: rgb(244 244 245 / 0.8);
}

.fill-zinc-100\/90{
  fill: rgb(244 244 245 / 0.9);
}

.fill-zinc-100\/95{
  fill: rgb(244 244 245 / 0.95);
}

.fill-zinc-200{
  fill: #e4e4e7;
}

.fill-zinc-200\/0{
  fill: rgb(228 228 231 / 0);
}

.fill-zinc-200\/10{
  fill: rgb(228 228 231 / 0.1);
}

.fill-zinc-200\/100{
  fill: rgb(228 228 231 / 1);
}

.fill-zinc-200\/20{
  fill: rgb(228 228 231 / 0.2);
}

.fill-zinc-200\/25{
  fill: rgb(228 228 231 / 0.25);
}

.fill-zinc-200\/30{
  fill: rgb(228 228 231 / 0.3);
}

.fill-zinc-200\/40{
  fill: rgb(228 228 231 / 0.4);
}

.fill-zinc-200\/5{
  fill: rgb(228 228 231 / 0.05);
}

.fill-zinc-200\/50{
  fill: rgb(228 228 231 / 0.5);
}

.fill-zinc-200\/60{
  fill: rgb(228 228 231 / 0.6);
}

.fill-zinc-200\/70{
  fill: rgb(228 228 231 / 0.7);
}

.fill-zinc-200\/75{
  fill: rgb(228 228 231 / 0.75);
}

.fill-zinc-200\/80{
  fill: rgb(228 228 231 / 0.8);
}

.fill-zinc-200\/90{
  fill: rgb(228 228 231 / 0.9);
}

.fill-zinc-200\/95{
  fill: rgb(228 228 231 / 0.95);
}

.fill-zinc-300{
  fill: #d4d4d8;
}

.fill-zinc-300\/0{
  fill: rgb(212 212 216 / 0);
}

.fill-zinc-300\/10{
  fill: rgb(212 212 216 / 0.1);
}

.fill-zinc-300\/100{
  fill: rgb(212 212 216 / 1);
}

.fill-zinc-300\/20{
  fill: rgb(212 212 216 / 0.2);
}

.fill-zinc-300\/25{
  fill: rgb(212 212 216 / 0.25);
}

.fill-zinc-300\/30{
  fill: rgb(212 212 216 / 0.3);
}

.fill-zinc-300\/40{
  fill: rgb(212 212 216 / 0.4);
}

.fill-zinc-300\/5{
  fill: rgb(212 212 216 / 0.05);
}

.fill-zinc-300\/50{
  fill: rgb(212 212 216 / 0.5);
}

.fill-zinc-300\/60{
  fill: rgb(212 212 216 / 0.6);
}

.fill-zinc-300\/70{
  fill: rgb(212 212 216 / 0.7);
}

.fill-zinc-300\/75{
  fill: rgb(212 212 216 / 0.75);
}

.fill-zinc-300\/80{
  fill: rgb(212 212 216 / 0.8);
}

.fill-zinc-300\/90{
  fill: rgb(212 212 216 / 0.9);
}

.fill-zinc-300\/95{
  fill: rgb(212 212 216 / 0.95);
}

.fill-zinc-400{
  fill: #a1a1aa;
}

.fill-zinc-400\/0{
  fill: rgb(161 161 170 / 0);
}

.fill-zinc-400\/10{
  fill: rgb(161 161 170 / 0.1);
}

.fill-zinc-400\/100{
  fill: rgb(161 161 170 / 1);
}

.fill-zinc-400\/20{
  fill: rgb(161 161 170 / 0.2);
}

.fill-zinc-400\/25{
  fill: rgb(161 161 170 / 0.25);
}

.fill-zinc-400\/30{
  fill: rgb(161 161 170 / 0.3);
}

.fill-zinc-400\/40{
  fill: rgb(161 161 170 / 0.4);
}

.fill-zinc-400\/5{
  fill: rgb(161 161 170 / 0.05);
}

.fill-zinc-400\/50{
  fill: rgb(161 161 170 / 0.5);
}

.fill-zinc-400\/60{
  fill: rgb(161 161 170 / 0.6);
}

.fill-zinc-400\/70{
  fill: rgb(161 161 170 / 0.7);
}

.fill-zinc-400\/75{
  fill: rgb(161 161 170 / 0.75);
}

.fill-zinc-400\/80{
  fill: rgb(161 161 170 / 0.8);
}

.fill-zinc-400\/90{
  fill: rgb(161 161 170 / 0.9);
}

.fill-zinc-400\/95{
  fill: rgb(161 161 170 / 0.95);
}

.fill-zinc-50{
  fill: #fafafa;
}

.fill-zinc-50\/0{
  fill: rgb(250 250 250 / 0);
}

.fill-zinc-50\/10{
  fill: rgb(250 250 250 / 0.1);
}

.fill-zinc-50\/100{
  fill: rgb(250 250 250 / 1);
}

.fill-zinc-50\/20{
  fill: rgb(250 250 250 / 0.2);
}

.fill-zinc-50\/25{
  fill: rgb(250 250 250 / 0.25);
}

.fill-zinc-50\/30{
  fill: rgb(250 250 250 / 0.3);
}

.fill-zinc-50\/40{
  fill: rgb(250 250 250 / 0.4);
}

.fill-zinc-50\/5{
  fill: rgb(250 250 250 / 0.05);
}

.fill-zinc-50\/50{
  fill: rgb(250 250 250 / 0.5);
}

.fill-zinc-50\/60{
  fill: rgb(250 250 250 / 0.6);
}

.fill-zinc-50\/70{
  fill: rgb(250 250 250 / 0.7);
}

.fill-zinc-50\/75{
  fill: rgb(250 250 250 / 0.75);
}

.fill-zinc-50\/80{
  fill: rgb(250 250 250 / 0.8);
}

.fill-zinc-50\/90{
  fill: rgb(250 250 250 / 0.9);
}

.fill-zinc-50\/95{
  fill: rgb(250 250 250 / 0.95);
}

.fill-zinc-500{
  fill: #71717a;
}

.fill-zinc-500\/0{
  fill: rgb(113 113 122 / 0);
}

.fill-zinc-500\/10{
  fill: rgb(113 113 122 / 0.1);
}

.fill-zinc-500\/100{
  fill: rgb(113 113 122 / 1);
}

.fill-zinc-500\/20{
  fill: rgb(113 113 122 / 0.2);
}

.fill-zinc-500\/25{
  fill: rgb(113 113 122 / 0.25);
}

.fill-zinc-500\/30{
  fill: rgb(113 113 122 / 0.3);
}

.fill-zinc-500\/40{
  fill: rgb(113 113 122 / 0.4);
}

.fill-zinc-500\/5{
  fill: rgb(113 113 122 / 0.05);
}

.fill-zinc-500\/50{
  fill: rgb(113 113 122 / 0.5);
}

.fill-zinc-500\/60{
  fill: rgb(113 113 122 / 0.6);
}

.fill-zinc-500\/70{
  fill: rgb(113 113 122 / 0.7);
}

.fill-zinc-500\/75{
  fill: rgb(113 113 122 / 0.75);
}

.fill-zinc-500\/80{
  fill: rgb(113 113 122 / 0.8);
}

.fill-zinc-500\/90{
  fill: rgb(113 113 122 / 0.9);
}

.fill-zinc-500\/95{
  fill: rgb(113 113 122 / 0.95);
}

.fill-zinc-600{
  fill: #52525b;
}

.fill-zinc-600\/0{
  fill: rgb(82 82 91 / 0);
}

.fill-zinc-600\/10{
  fill: rgb(82 82 91 / 0.1);
}

.fill-zinc-600\/100{
  fill: rgb(82 82 91 / 1);
}

.fill-zinc-600\/20{
  fill: rgb(82 82 91 / 0.2);
}

.fill-zinc-600\/25{
  fill: rgb(82 82 91 / 0.25);
}

.fill-zinc-600\/30{
  fill: rgb(82 82 91 / 0.3);
}

.fill-zinc-600\/40{
  fill: rgb(82 82 91 / 0.4);
}

.fill-zinc-600\/5{
  fill: rgb(82 82 91 / 0.05);
}

.fill-zinc-600\/50{
  fill: rgb(82 82 91 / 0.5);
}

.fill-zinc-600\/60{
  fill: rgb(82 82 91 / 0.6);
}

.fill-zinc-600\/70{
  fill: rgb(82 82 91 / 0.7);
}

.fill-zinc-600\/75{
  fill: rgb(82 82 91 / 0.75);
}

.fill-zinc-600\/80{
  fill: rgb(82 82 91 / 0.8);
}

.fill-zinc-600\/90{
  fill: rgb(82 82 91 / 0.9);
}

.fill-zinc-600\/95{
  fill: rgb(82 82 91 / 0.95);
}

.fill-zinc-700{
  fill: #3f3f46;
}

.fill-zinc-700\/0{
  fill: rgb(63 63 70 / 0);
}

.fill-zinc-700\/10{
  fill: rgb(63 63 70 / 0.1);
}

.fill-zinc-700\/100{
  fill: rgb(63 63 70 / 1);
}

.fill-zinc-700\/20{
  fill: rgb(63 63 70 / 0.2);
}

.fill-zinc-700\/25{
  fill: rgb(63 63 70 / 0.25);
}

.fill-zinc-700\/30{
  fill: rgb(63 63 70 / 0.3);
}

.fill-zinc-700\/40{
  fill: rgb(63 63 70 / 0.4);
}

.fill-zinc-700\/5{
  fill: rgb(63 63 70 / 0.05);
}

.fill-zinc-700\/50{
  fill: rgb(63 63 70 / 0.5);
}

.fill-zinc-700\/60{
  fill: rgb(63 63 70 / 0.6);
}

.fill-zinc-700\/70{
  fill: rgb(63 63 70 / 0.7);
}

.fill-zinc-700\/75{
  fill: rgb(63 63 70 / 0.75);
}

.fill-zinc-700\/80{
  fill: rgb(63 63 70 / 0.8);
}

.fill-zinc-700\/90{
  fill: rgb(63 63 70 / 0.9);
}

.fill-zinc-700\/95{
  fill: rgb(63 63 70 / 0.95);
}

.fill-zinc-800{
  fill: #27272a;
}

.fill-zinc-800\/0{
  fill: rgb(39 39 42 / 0);
}

.fill-zinc-800\/10{
  fill: rgb(39 39 42 / 0.1);
}

.fill-zinc-800\/100{
  fill: rgb(39 39 42 / 1);
}

.fill-zinc-800\/20{
  fill: rgb(39 39 42 / 0.2);
}

.fill-zinc-800\/25{
  fill: rgb(39 39 42 / 0.25);
}

.fill-zinc-800\/30{
  fill: rgb(39 39 42 / 0.3);
}

.fill-zinc-800\/40{
  fill: rgb(39 39 42 / 0.4);
}

.fill-zinc-800\/5{
  fill: rgb(39 39 42 / 0.05);
}

.fill-zinc-800\/50{
  fill: rgb(39 39 42 / 0.5);
}

.fill-zinc-800\/60{
  fill: rgb(39 39 42 / 0.6);
}

.fill-zinc-800\/70{
  fill: rgb(39 39 42 / 0.7);
}

.fill-zinc-800\/75{
  fill: rgb(39 39 42 / 0.75);
}

.fill-zinc-800\/80{
  fill: rgb(39 39 42 / 0.8);
}

.fill-zinc-800\/90{
  fill: rgb(39 39 42 / 0.9);
}

.fill-zinc-800\/95{
  fill: rgb(39 39 42 / 0.95);
}

.fill-zinc-900{
  fill: #18181b;
}

.fill-zinc-900\/0{
  fill: rgb(24 24 27 / 0);
}

.fill-zinc-900\/10{
  fill: rgb(24 24 27 / 0.1);
}

.fill-zinc-900\/100{
  fill: rgb(24 24 27 / 1);
}

.fill-zinc-900\/20{
  fill: rgb(24 24 27 / 0.2);
}

.fill-zinc-900\/25{
  fill: rgb(24 24 27 / 0.25);
}

.fill-zinc-900\/30{
  fill: rgb(24 24 27 / 0.3);
}

.fill-zinc-900\/40{
  fill: rgb(24 24 27 / 0.4);
}

.fill-zinc-900\/5{
  fill: rgb(24 24 27 / 0.05);
}

.fill-zinc-900\/50{
  fill: rgb(24 24 27 / 0.5);
}

.fill-zinc-900\/60{
  fill: rgb(24 24 27 / 0.6);
}

.fill-zinc-900\/70{
  fill: rgb(24 24 27 / 0.7);
}

.fill-zinc-900\/75{
  fill: rgb(24 24 27 / 0.75);
}

.fill-zinc-900\/80{
  fill: rgb(24 24 27 / 0.8);
}

.fill-zinc-900\/90{
  fill: rgb(24 24 27 / 0.9);
}

.fill-zinc-900\/95{
  fill: rgb(24 24 27 / 0.95);
}

.fill-zinc-950{
  fill: #09090b;
}

.fill-zinc-950\/0{
  fill: rgb(9 9 11 / 0);
}

.fill-zinc-950\/10{
  fill: rgb(9 9 11 / 0.1);
}

.fill-zinc-950\/100{
  fill: rgb(9 9 11 / 1);
}

.fill-zinc-950\/20{
  fill: rgb(9 9 11 / 0.2);
}

.fill-zinc-950\/25{
  fill: rgb(9 9 11 / 0.25);
}

.fill-zinc-950\/30{
  fill: rgb(9 9 11 / 0.3);
}

.fill-zinc-950\/40{
  fill: rgb(9 9 11 / 0.4);
}

.fill-zinc-950\/5{
  fill: rgb(9 9 11 / 0.05);
}

.fill-zinc-950\/50{
  fill: rgb(9 9 11 / 0.5);
}

.fill-zinc-950\/60{
  fill: rgb(9 9 11 / 0.6);
}

.fill-zinc-950\/70{
  fill: rgb(9 9 11 / 0.7);
}

.fill-zinc-950\/75{
  fill: rgb(9 9 11 / 0.75);
}

.fill-zinc-950\/80{
  fill: rgb(9 9 11 / 0.8);
}

.fill-zinc-950\/90{
  fill: rgb(9 9 11 / 0.9);
}

.fill-zinc-950\/95{
  fill: rgb(9 9 11 / 0.95);
}

.stroke-event-text-100{
  stroke: #033942;
}

.stroke-event-text-100\/0{
  stroke: rgb(3 57 66 / 0);
}

.stroke-event-text-100\/10{
  stroke: rgb(3 57 66 / 0.1);
}

.stroke-event-text-100\/100{
  stroke: rgb(3 57 66 / 1);
}

.stroke-event-text-100\/20{
  stroke: rgb(3 57 66 / 0.2);
}

.stroke-event-text-100\/25{
  stroke: rgb(3 57 66 / 0.25);
}

.stroke-event-text-100\/30{
  stroke: rgb(3 57 66 / 0.3);
}

.stroke-event-text-100\/40{
  stroke: rgb(3 57 66 / 0.4);
}

.stroke-event-text-100\/5{
  stroke: rgb(3 57 66 / 0.05);
}

.stroke-event-text-100\/50{
  stroke: rgb(3 57 66 / 0.5);
}

.stroke-event-text-100\/60{
  stroke: rgb(3 57 66 / 0.6);
}

.stroke-event-text-100\/70{
  stroke: rgb(3 57 66 / 0.7);
}

.stroke-event-text-100\/75{
  stroke: rgb(3 57 66 / 0.75);
}

.stroke-event-text-100\/80{
  stroke: rgb(3 57 66 / 0.8);
}

.stroke-event-text-100\/90{
  stroke: rgb(3 57 66 / 0.9);
}

.stroke-event-text-100\/95{
  stroke: rgb(3 57 66 / 0.95);
}

.stroke-event-text-200{
  stroke: #383b44;
}

.stroke-event-text-200\/0{
  stroke: rgb(56 59 68 / 0);
}

.stroke-event-text-200\/10{
  stroke: rgb(56 59 68 / 0.1);
}

.stroke-event-text-200\/100{
  stroke: rgb(56 59 68 / 1);
}

.stroke-event-text-200\/20{
  stroke: rgb(56 59 68 / 0.2);
}

.stroke-event-text-200\/25{
  stroke: rgb(56 59 68 / 0.25);
}

.stroke-event-text-200\/30{
  stroke: rgb(56 59 68 / 0.3);
}

.stroke-event-text-200\/40{
  stroke: rgb(56 59 68 / 0.4);
}

.stroke-event-text-200\/5{
  stroke: rgb(56 59 68 / 0.05);
}

.stroke-event-text-200\/50{
  stroke: rgb(56 59 68 / 0.5);
}

.stroke-event-text-200\/60{
  stroke: rgb(56 59 68 / 0.6);
}

.stroke-event-text-200\/70{
  stroke: rgb(56 59 68 / 0.7);
}

.stroke-event-text-200\/75{
  stroke: rgb(56 59 68 / 0.75);
}

.stroke-event-text-200\/80{
  stroke: rgb(56 59 68 / 0.8);
}

.stroke-event-text-200\/90{
  stroke: rgb(56 59 68 / 0.9);
}

.stroke-event-text-200\/95{
  stroke: rgb(56 59 68 / 0.95);
}

.stroke-yellow-100{
  stroke: #fef9c3;
}

.stroke-yellow-100\/0{
  stroke: rgb(254 249 195 / 0);
}

.stroke-yellow-100\/10{
  stroke: rgb(254 249 195 / 0.1);
}

.stroke-yellow-100\/100{
  stroke: rgb(254 249 195 / 1);
}

.stroke-yellow-100\/20{
  stroke: rgb(254 249 195 / 0.2);
}

.stroke-yellow-100\/25{
  stroke: rgb(254 249 195 / 0.25);
}

.stroke-yellow-100\/30{
  stroke: rgb(254 249 195 / 0.3);
}

.stroke-yellow-100\/40{
  stroke: rgb(254 249 195 / 0.4);
}

.stroke-yellow-100\/5{
  stroke: rgb(254 249 195 / 0.05);
}

.stroke-yellow-100\/50{
  stroke: rgb(254 249 195 / 0.5);
}

.stroke-yellow-100\/60{
  stroke: rgb(254 249 195 / 0.6);
}

.stroke-yellow-100\/70{
  stroke: rgb(254 249 195 / 0.7);
}

.stroke-yellow-100\/75{
  stroke: rgb(254 249 195 / 0.75);
}

.stroke-yellow-100\/80{
  stroke: rgb(254 249 195 / 0.8);
}

.stroke-yellow-100\/90{
  stroke: rgb(254 249 195 / 0.9);
}

.stroke-yellow-100\/95{
  stroke: rgb(254 249 195 / 0.95);
}

.stroke-yellow-200{
  stroke: #fef08a;
}

.stroke-yellow-200\/0{
  stroke: rgb(254 240 138 / 0);
}

.stroke-yellow-200\/10{
  stroke: rgb(254 240 138 / 0.1);
}

.stroke-yellow-200\/100{
  stroke: rgb(254 240 138 / 1);
}

.stroke-yellow-200\/20{
  stroke: rgb(254 240 138 / 0.2);
}

.stroke-yellow-200\/25{
  stroke: rgb(254 240 138 / 0.25);
}

.stroke-yellow-200\/30{
  stroke: rgb(254 240 138 / 0.3);
}

.stroke-yellow-200\/40{
  stroke: rgb(254 240 138 / 0.4);
}

.stroke-yellow-200\/5{
  stroke: rgb(254 240 138 / 0.05);
}

.stroke-yellow-200\/50{
  stroke: rgb(254 240 138 / 0.5);
}

.stroke-yellow-200\/60{
  stroke: rgb(254 240 138 / 0.6);
}

.stroke-yellow-200\/70{
  stroke: rgb(254 240 138 / 0.7);
}

.stroke-yellow-200\/75{
  stroke: rgb(254 240 138 / 0.75);
}

.stroke-yellow-200\/80{
  stroke: rgb(254 240 138 / 0.8);
}

.stroke-yellow-200\/90{
  stroke: rgb(254 240 138 / 0.9);
}

.stroke-yellow-200\/95{
  stroke: rgb(254 240 138 / 0.95);
}

.stroke-yellow-300{
  stroke: #fde047;
}

.stroke-yellow-300\/0{
  stroke: rgb(253 224 71 / 0);
}

.stroke-yellow-300\/10{
  stroke: rgb(253 224 71 / 0.1);
}

.stroke-yellow-300\/100{
  stroke: rgb(253 224 71 / 1);
}

.stroke-yellow-300\/20{
  stroke: rgb(253 224 71 / 0.2);
}

.stroke-yellow-300\/25{
  stroke: rgb(253 224 71 / 0.25);
}

.stroke-yellow-300\/30{
  stroke: rgb(253 224 71 / 0.3);
}

.stroke-yellow-300\/40{
  stroke: rgb(253 224 71 / 0.4);
}

.stroke-yellow-300\/5{
  stroke: rgb(253 224 71 / 0.05);
}

.stroke-yellow-300\/50{
  stroke: rgb(253 224 71 / 0.5);
}

.stroke-yellow-300\/60{
  stroke: rgb(253 224 71 / 0.6);
}

.stroke-yellow-300\/70{
  stroke: rgb(253 224 71 / 0.7);
}

.stroke-yellow-300\/75{
  stroke: rgb(253 224 71 / 0.75);
}

.stroke-yellow-300\/80{
  stroke: rgb(253 224 71 / 0.8);
}

.stroke-yellow-300\/90{
  stroke: rgb(253 224 71 / 0.9);
}

.stroke-yellow-300\/95{
  stroke: rgb(253 224 71 / 0.95);
}

.stroke-yellow-400{
  stroke: #facc15;
}

.stroke-yellow-400\/0{
  stroke: rgb(250 204 21 / 0);
}

.stroke-yellow-400\/10{
  stroke: rgb(250 204 21 / 0.1);
}

.stroke-yellow-400\/100{
  stroke: rgb(250 204 21 / 1);
}

.stroke-yellow-400\/20{
  stroke: rgb(250 204 21 / 0.2);
}

.stroke-yellow-400\/25{
  stroke: rgb(250 204 21 / 0.25);
}

.stroke-yellow-400\/30{
  stroke: rgb(250 204 21 / 0.3);
}

.stroke-yellow-400\/40{
  stroke: rgb(250 204 21 / 0.4);
}

.stroke-yellow-400\/5{
  stroke: rgb(250 204 21 / 0.05);
}

.stroke-yellow-400\/50{
  stroke: rgb(250 204 21 / 0.5);
}

.stroke-yellow-400\/60{
  stroke: rgb(250 204 21 / 0.6);
}

.stroke-yellow-400\/70{
  stroke: rgb(250 204 21 / 0.7);
}

.stroke-yellow-400\/75{
  stroke: rgb(250 204 21 / 0.75);
}

.stroke-yellow-400\/80{
  stroke: rgb(250 204 21 / 0.8);
}

.stroke-yellow-400\/90{
  stroke: rgb(250 204 21 / 0.9);
}

.stroke-yellow-400\/95{
  stroke: rgb(250 204 21 / 0.95);
}

.stroke-yellow-50{
  stroke: #fefce8;
}

.stroke-yellow-50\/0{
  stroke: rgb(254 252 232 / 0);
}

.stroke-yellow-50\/10{
  stroke: rgb(254 252 232 / 0.1);
}

.stroke-yellow-50\/100{
  stroke: rgb(254 252 232 / 1);
}

.stroke-yellow-50\/20{
  stroke: rgb(254 252 232 / 0.2);
}

.stroke-yellow-50\/25{
  stroke: rgb(254 252 232 / 0.25);
}

.stroke-yellow-50\/30{
  stroke: rgb(254 252 232 / 0.3);
}

.stroke-yellow-50\/40{
  stroke: rgb(254 252 232 / 0.4);
}

.stroke-yellow-50\/5{
  stroke: rgb(254 252 232 / 0.05);
}

.stroke-yellow-50\/50{
  stroke: rgb(254 252 232 / 0.5);
}

.stroke-yellow-50\/60{
  stroke: rgb(254 252 232 / 0.6);
}

.stroke-yellow-50\/70{
  stroke: rgb(254 252 232 / 0.7);
}

.stroke-yellow-50\/75{
  stroke: rgb(254 252 232 / 0.75);
}

.stroke-yellow-50\/80{
  stroke: rgb(254 252 232 / 0.8);
}

.stroke-yellow-50\/90{
  stroke: rgb(254 252 232 / 0.9);
}

.stroke-yellow-50\/95{
  stroke: rgb(254 252 232 / 0.95);
}

.stroke-yellow-500{
  stroke: #eab308;
}

.stroke-yellow-500\/0{
  stroke: rgb(234 179 8 / 0);
}

.stroke-yellow-500\/10{
  stroke: rgb(234 179 8 / 0.1);
}

.stroke-yellow-500\/100{
  stroke: rgb(234 179 8 / 1);
}

.stroke-yellow-500\/20{
  stroke: rgb(234 179 8 / 0.2);
}

.stroke-yellow-500\/25{
  stroke: rgb(234 179 8 / 0.25);
}

.stroke-yellow-500\/30{
  stroke: rgb(234 179 8 / 0.3);
}

.stroke-yellow-500\/40{
  stroke: rgb(234 179 8 / 0.4);
}

.stroke-yellow-500\/5{
  stroke: rgb(234 179 8 / 0.05);
}

.stroke-yellow-500\/50{
  stroke: rgb(234 179 8 / 0.5);
}

.stroke-yellow-500\/60{
  stroke: rgb(234 179 8 / 0.6);
}

.stroke-yellow-500\/70{
  stroke: rgb(234 179 8 / 0.7);
}

.stroke-yellow-500\/75{
  stroke: rgb(234 179 8 / 0.75);
}

.stroke-yellow-500\/80{
  stroke: rgb(234 179 8 / 0.8);
}

.stroke-yellow-500\/90{
  stroke: rgb(234 179 8 / 0.9);
}

.stroke-yellow-500\/95{
  stroke: rgb(234 179 8 / 0.95);
}

.stroke-yellow-600{
  stroke: #ca8a04;
}

.stroke-yellow-600\/0{
  stroke: rgb(202 138 4 / 0);
}

.stroke-yellow-600\/10{
  stroke: rgb(202 138 4 / 0.1);
}

.stroke-yellow-600\/100{
  stroke: rgb(202 138 4 / 1);
}

.stroke-yellow-600\/20{
  stroke: rgb(202 138 4 / 0.2);
}

.stroke-yellow-600\/25{
  stroke: rgb(202 138 4 / 0.25);
}

.stroke-yellow-600\/30{
  stroke: rgb(202 138 4 / 0.3);
}

.stroke-yellow-600\/40{
  stroke: rgb(202 138 4 / 0.4);
}

.stroke-yellow-600\/5{
  stroke: rgb(202 138 4 / 0.05);
}

.stroke-yellow-600\/50{
  stroke: rgb(202 138 4 / 0.5);
}

.stroke-yellow-600\/60{
  stroke: rgb(202 138 4 / 0.6);
}

.stroke-yellow-600\/70{
  stroke: rgb(202 138 4 / 0.7);
}

.stroke-yellow-600\/75{
  stroke: rgb(202 138 4 / 0.75);
}

.stroke-yellow-600\/80{
  stroke: rgb(202 138 4 / 0.8);
}

.stroke-yellow-600\/90{
  stroke: rgb(202 138 4 / 0.9);
}

.stroke-yellow-600\/95{
  stroke: rgb(202 138 4 / 0.95);
}

.stroke-yellow-700{
  stroke: #a16207;
}

.stroke-yellow-700\/0{
  stroke: rgb(161 98 7 / 0);
}

.stroke-yellow-700\/10{
  stroke: rgb(161 98 7 / 0.1);
}

.stroke-yellow-700\/100{
  stroke: rgb(161 98 7 / 1);
}

.stroke-yellow-700\/20{
  stroke: rgb(161 98 7 / 0.2);
}

.stroke-yellow-700\/25{
  stroke: rgb(161 98 7 / 0.25);
}

.stroke-yellow-700\/30{
  stroke: rgb(161 98 7 / 0.3);
}

.stroke-yellow-700\/40{
  stroke: rgb(161 98 7 / 0.4);
}

.stroke-yellow-700\/5{
  stroke: rgb(161 98 7 / 0.05);
}

.stroke-yellow-700\/50{
  stroke: rgb(161 98 7 / 0.5);
}

.stroke-yellow-700\/60{
  stroke: rgb(161 98 7 / 0.6);
}

.stroke-yellow-700\/70{
  stroke: rgb(161 98 7 / 0.7);
}

.stroke-yellow-700\/75{
  stroke: rgb(161 98 7 / 0.75);
}

.stroke-yellow-700\/80{
  stroke: rgb(161 98 7 / 0.8);
}

.stroke-yellow-700\/90{
  stroke: rgb(161 98 7 / 0.9);
}

.stroke-yellow-700\/95{
  stroke: rgb(161 98 7 / 0.95);
}

.stroke-yellow-800{
  stroke: #854d0e;
}

.stroke-yellow-800\/0{
  stroke: rgb(133 77 14 / 0);
}

.stroke-yellow-800\/10{
  stroke: rgb(133 77 14 / 0.1);
}

.stroke-yellow-800\/100{
  stroke: rgb(133 77 14 / 1);
}

.stroke-yellow-800\/20{
  stroke: rgb(133 77 14 / 0.2);
}

.stroke-yellow-800\/25{
  stroke: rgb(133 77 14 / 0.25);
}

.stroke-yellow-800\/30{
  stroke: rgb(133 77 14 / 0.3);
}

.stroke-yellow-800\/40{
  stroke: rgb(133 77 14 / 0.4);
}

.stroke-yellow-800\/5{
  stroke: rgb(133 77 14 / 0.05);
}

.stroke-yellow-800\/50{
  stroke: rgb(133 77 14 / 0.5);
}

.stroke-yellow-800\/60{
  stroke: rgb(133 77 14 / 0.6);
}

.stroke-yellow-800\/70{
  stroke: rgb(133 77 14 / 0.7);
}

.stroke-yellow-800\/75{
  stroke: rgb(133 77 14 / 0.75);
}

.stroke-yellow-800\/80{
  stroke: rgb(133 77 14 / 0.8);
}

.stroke-yellow-800\/90{
  stroke: rgb(133 77 14 / 0.9);
}

.stroke-yellow-800\/95{
  stroke: rgb(133 77 14 / 0.95);
}

.stroke-yellow-900{
  stroke: #713f12;
}

.stroke-yellow-900\/0{
  stroke: rgb(113 63 18 / 0);
}

.stroke-yellow-900\/10{
  stroke: rgb(113 63 18 / 0.1);
}

.stroke-yellow-900\/100{
  stroke: rgb(113 63 18 / 1);
}

.stroke-yellow-900\/20{
  stroke: rgb(113 63 18 / 0.2);
}

.stroke-yellow-900\/25{
  stroke: rgb(113 63 18 / 0.25);
}

.stroke-yellow-900\/30{
  stroke: rgb(113 63 18 / 0.3);
}

.stroke-yellow-900\/40{
  stroke: rgb(113 63 18 / 0.4);
}

.stroke-yellow-900\/5{
  stroke: rgb(113 63 18 / 0.05);
}

.stroke-yellow-900\/50{
  stroke: rgb(113 63 18 / 0.5);
}

.stroke-yellow-900\/60{
  stroke: rgb(113 63 18 / 0.6);
}

.stroke-yellow-900\/70{
  stroke: rgb(113 63 18 / 0.7);
}

.stroke-yellow-900\/75{
  stroke: rgb(113 63 18 / 0.75);
}

.stroke-yellow-900\/80{
  stroke: rgb(113 63 18 / 0.8);
}

.stroke-yellow-900\/90{
  stroke: rgb(113 63 18 / 0.9);
}

.stroke-yellow-900\/95{
  stroke: rgb(113 63 18 / 0.95);
}

.stroke-yellow-950{
  stroke: #422006;
}

.stroke-yellow-950\/0{
  stroke: rgb(66 32 6 / 0);
}

.stroke-yellow-950\/10{
  stroke: rgb(66 32 6 / 0.1);
}

.stroke-yellow-950\/100{
  stroke: rgb(66 32 6 / 1);
}

.stroke-yellow-950\/20{
  stroke: rgb(66 32 6 / 0.2);
}

.stroke-yellow-950\/25{
  stroke: rgb(66 32 6 / 0.25);
}

.stroke-yellow-950\/30{
  stroke: rgb(66 32 6 / 0.3);
}

.stroke-yellow-950\/40{
  stroke: rgb(66 32 6 / 0.4);
}

.stroke-yellow-950\/5{
  stroke: rgb(66 32 6 / 0.05);
}

.stroke-yellow-950\/50{
  stroke: rgb(66 32 6 / 0.5);
}

.stroke-yellow-950\/60{
  stroke: rgb(66 32 6 / 0.6);
}

.stroke-yellow-950\/70{
  stroke: rgb(66 32 6 / 0.7);
}

.stroke-yellow-950\/75{
  stroke: rgb(66 32 6 / 0.75);
}

.stroke-yellow-950\/80{
  stroke: rgb(66 32 6 / 0.8);
}

.stroke-yellow-950\/90{
  stroke: rgb(66 32 6 / 0.9);
}

.stroke-yellow-950\/95{
  stroke: rgb(66 32 6 / 0.95);
}

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

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

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

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

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

.object-left{
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.object-right{
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.p-0{
  padding: 0;
}

.p-0\.5{
  padding: 2px;
}

.p-1{
  padding: 4px;
}

.p-1\.5{
  padding: 6px;
}

.p-10{
  padding: 40px;
}

.p-11{
  padding: 44px;
}

.p-12{
  padding: 48px;
}

.p-14{
  padding: 56px;
}

.p-16{
  padding: 64px;
}

.p-2{
  padding: 8px;
}

.p-2\.5{
  padding: 10px;
}

.p-20{
  padding: 80px;
}

.p-24{
  padding: 96px;
}

.p-28{
  padding: 112px;
}

.p-3{
  padding: 12px;
}

.p-3\.5{
  padding: 14px;
}

.p-32{
  padding: 128px;
}

.p-36{
  padding: 144px;
}

.p-4{
  padding: 16px;
}

.p-40{
  padding: 160px;
}

.p-44{
  padding: 176px;
}

.p-48{
  padding: 192px;
}

.p-5{
  padding: 20px;
}

.p-52{
  padding: 208px;
}

.p-56{
  padding: 224px;
}

.p-6{
  padding: 24px;
}

.p-60{
  padding: 240px;
}

.p-64{
  padding: 256px;
}

.p-7{
  padding: 28px;
}

.p-72{
  padding: 288px;
}

.p-8{
  padding: 32px;
}

.p-80{
  padding: 320px;
}

.p-9{
  padding: 36px;
}

.p-96{
  padding: 384px;
}

.p-px{
  padding: 1px;
}

.px-0{
  padding-left: 0;
  padding-right: 0;
}

.px-0\.5{
  padding-left: 2px;
  padding-right: 2px;
}

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

.px-1\.5{
  padding-left: 6px;
  padding-right: 6px;
}

.px-10{
  padding-left: 40px;
  padding-right: 40px;
}

.px-11{
  padding-left: 44px;
  padding-right: 44px;
}

.px-12{
  padding-left: 48px;
  padding-right: 48px;
}

.px-14{
  padding-left: 56px;
  padding-right: 56px;
}

.px-16{
  padding-left: 64px;
  padding-right: 64px;
}

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

.px-2\.5{
  padding-left: 10px;
  padding-right: 10px;
}

.px-20{
  padding-left: 80px;
  padding-right: 80px;
}

.px-24{
  padding-left: 96px;
  padding-right: 96px;
}

.px-28{
  padding-left: 112px;
  padding-right: 112px;
}

.px-3{
  padding-left: 12px;
  padding-right: 12px;
}

.px-3\.5{
  padding-left: 14px;
  padding-right: 14px;
}

.px-32{
  padding-left: 128px;
  padding-right: 128px;
}

.px-36{
  padding-left: 144px;
  padding-right: 144px;
}

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

.px-40{
  padding-left: 160px;
  padding-right: 160px;
}

.px-44{
  padding-left: 176px;
  padding-right: 176px;
}

.px-48{
  padding-left: 192px;
  padding-right: 192px;
}

.px-5{
  padding-left: 20px;
  padding-right: 20px;
}

.px-52{
  padding-left: 208px;
  padding-right: 208px;
}

.px-56{
  padding-left: 224px;
  padding-right: 224px;
}

.px-6{
  padding-left: 24px;
  padding-right: 24px;
}

.px-60{
  padding-left: 240px;
  padding-right: 240px;
}

.px-64{
  padding-left: 256px;
  padding-right: 256px;
}

.px-7{
  padding-left: 28px;
  padding-right: 28px;
}

.px-72{
  padding-left: 288px;
  padding-right: 288px;
}

.px-8{
  padding-left: 32px;
  padding-right: 32px;
}

.px-80{
  padding-left: 320px;
  padding-right: 320px;
}

.px-9{
  padding-left: 36px;
  padding-right: 36px;
}

.px-96{
  padding-left: 384px;
  padding-right: 384px;
}

.px-px{
  padding-left: 1px;
  padding-right: 1px;
}

.py-0{
  padding-top: 0;
  padding-bottom: 0;
}

.py-0\.5{
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-1{
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-1\.5{
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-10{
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-11{
  padding-top: 44px;
  padding-bottom: 44px;
}

.py-12{
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-14{
  padding-top: 56px;
  padding-bottom: 56px;
}

.py-16{
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-2{
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2\.5{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-20{
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-24{
  padding-top: 96px;
  padding-bottom: 96px;
}

.py-28{
  padding-top: 112px;
  padding-bottom: 112px;
}

.py-3{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-3\.5{
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-32{
  padding-top: 128px;
  padding-bottom: 128px;
}

.py-36{
  padding-top: 144px;
  padding-bottom: 144px;
}

.py-4{
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-40{
  padding-top: 160px;
  padding-bottom: 160px;
}

.py-44{
  padding-top: 176px;
  padding-bottom: 176px;
}

.py-48{
  padding-top: 192px;
  padding-bottom: 192px;
}

.py-5{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-52{
  padding-top: 208px;
  padding-bottom: 208px;
}

.py-56{
  padding-top: 224px;
  padding-bottom: 224px;
}

.py-6{
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-60{
  padding-top: 240px;
  padding-bottom: 240px;
}

.py-64{
  padding-top: 256px;
  padding-bottom: 256px;
}

.py-7{
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-72{
  padding-top: 288px;
  padding-bottom: 288px;
}

.py-8{
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-80{
  padding-top: 320px;
  padding-bottom: 320px;
}

.py-9{
  padding-top: 36px;
  padding-bottom: 36px;
}

.py-96{
  padding-top: 384px;
  padding-bottom: 384px;
}

.py-\[76px\]{
  padding-top: 76px;
  padding-bottom: 76px;
}

.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

.pb-0{
  padding-bottom: 0;
}

.pb-0\.5{
  padding-bottom: 2px;
}

.pb-1{
  padding-bottom: 4px;
}

.pb-1\.5{
  padding-bottom: 6px;
}

.pb-10{
  padding-bottom: 40px;
}

.pb-11{
  padding-bottom: 44px;
}

.pb-12{
  padding-bottom: 48px;
}

.pb-14{
  padding-bottom: 56px;
}

.pb-16{
  padding-bottom: 64px;
}

.pb-2{
  padding-bottom: 8px;
}

.pb-2\.5{
  padding-bottom: 10px;
}

.pb-20{
  padding-bottom: 80px;
}

.pb-24{
  padding-bottom: 96px;
}

.pb-28{
  padding-bottom: 112px;
}

.pb-3{
  padding-bottom: 12px;
}

.pb-3\.5{
  padding-bottom: 14px;
}

.pb-32{
  padding-bottom: 128px;
}

.pb-36{
  padding-bottom: 144px;
}

.pb-4{
  padding-bottom: 16px;
}

.pb-40{
  padding-bottom: 160px;
}

.pb-44{
  padding-bottom: 176px;
}

.pb-48{
  padding-bottom: 192px;
}

.pb-5{
  padding-bottom: 20px;
}

.pb-52{
  padding-bottom: 208px;
}

.pb-56{
  padding-bottom: 224px;
}

.pb-6{
  padding-bottom: 24px;
}

.pb-60{
  padding-bottom: 240px;
}

.pb-64{
  padding-bottom: 256px;
}

.pb-7{
  padding-bottom: 28px;
}

.pb-72{
  padding-bottom: 288px;
}

.pb-8{
  padding-bottom: 32px;
}

.pb-80{
  padding-bottom: 320px;
}

.pb-9{
  padding-bottom: 36px;
}

.pb-96{
  padding-bottom: 384px;
}

.pb-px{
  padding-bottom: 1px;
}

.pe-0{
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

.pe-0\.5{
  -webkit-padding-end: 2px;
          padding-inline-end: 2px;
}

.pe-1{
  -webkit-padding-end: 4px;
          padding-inline-end: 4px;
}

.pe-1\.5{
  -webkit-padding-end: 6px;
          padding-inline-end: 6px;
}

.pe-10{
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}

.pe-11{
  -webkit-padding-end: 44px;
          padding-inline-end: 44px;
}

.pe-12{
  -webkit-padding-end: 48px;
          padding-inline-end: 48px;
}

.pe-14{
  -webkit-padding-end: 56px;
          padding-inline-end: 56px;
}

.pe-16{
  -webkit-padding-end: 64px;
          padding-inline-end: 64px;
}

.pe-2{
  -webkit-padding-end: 8px;
          padding-inline-end: 8px;
}

.pe-2\.5{
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
}

.pe-20{
  -webkit-padding-end: 80px;
          padding-inline-end: 80px;
}

.pe-24{
  -webkit-padding-end: 96px;
          padding-inline-end: 96px;
}

.pe-28{
  -webkit-padding-end: 112px;
          padding-inline-end: 112px;
}

.pe-3{
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
}

.pe-3\.5{
  -webkit-padding-end: 14px;
          padding-inline-end: 14px;
}

.pe-32{
  -webkit-padding-end: 128px;
          padding-inline-end: 128px;
}

.pe-36{
  -webkit-padding-end: 144px;
          padding-inline-end: 144px;
}

.pe-4{
  -webkit-padding-end: 16px;
          padding-inline-end: 16px;
}

.pe-40{
  -webkit-padding-end: 160px;
          padding-inline-end: 160px;
}

.pe-44{
  -webkit-padding-end: 176px;
          padding-inline-end: 176px;
}

.pe-48{
  -webkit-padding-end: 192px;
          padding-inline-end: 192px;
}

.pe-5{
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}

.pe-52{
  -webkit-padding-end: 208px;
          padding-inline-end: 208px;
}

.pe-56{
  -webkit-padding-end: 224px;
          padding-inline-end: 224px;
}

.pe-6{
  -webkit-padding-end: 24px;
          padding-inline-end: 24px;
}

.pe-60{
  -webkit-padding-end: 240px;
          padding-inline-end: 240px;
}

.pe-64{
  -webkit-padding-end: 256px;
          padding-inline-end: 256px;
}

.pe-7{
  -webkit-padding-end: 28px;
          padding-inline-end: 28px;
}

.pe-72{
  -webkit-padding-end: 288px;
          padding-inline-end: 288px;
}

.pe-8{
  -webkit-padding-end: 32px;
          padding-inline-end: 32px;
}

.pe-80{
  -webkit-padding-end: 320px;
          padding-inline-end: 320px;
}

.pe-9{
  -webkit-padding-end: 36px;
          padding-inline-end: 36px;
}

.pe-96{
  -webkit-padding-end: 384px;
          padding-inline-end: 384px;
}

.pe-px{
  -webkit-padding-end: 1px;
          padding-inline-end: 1px;
}

.pl-0{
  padding-left: 0;
}

.pl-0\.5{
  padding-left: 2px;
}

.pl-1{
  padding-left: 4px;
}

.pl-1\.5{
  padding-left: 6px;
}

.pl-10{
  padding-left: 40px;
}

.pl-11{
  padding-left: 44px;
}

.pl-12{
  padding-left: 48px;
}

.pl-14{
  padding-left: 56px;
}

.pl-16{
  padding-left: 64px;
}

.pl-2{
  padding-left: 8px;
}

.pl-2\.5{
  padding-left: 10px;
}

.pl-20{
  padding-left: 80px;
}

.pl-24{
  padding-left: 96px;
}

.pl-28{
  padding-left: 112px;
}

.pl-3{
  padding-left: 12px;
}

.pl-3\.5{
  padding-left: 14px;
}

.pl-32{
  padding-left: 128px;
}

.pl-36{
  padding-left: 144px;
}

.pl-4{
  padding-left: 16px;
}

.pl-40{
  padding-left: 160px;
}

.pl-44{
  padding-left: 176px;
}

.pl-48{
  padding-left: 192px;
}

.pl-5{
  padding-left: 20px;
}

.pl-52{
  padding-left: 208px;
}

.pl-56{
  padding-left: 224px;
}

.pl-6{
  padding-left: 24px;
}

.pl-60{
  padding-left: 240px;
}

.pl-64{
  padding-left: 256px;
}

.pl-7{
  padding-left: 28px;
}

.pl-72{
  padding-left: 288px;
}

.pl-8{
  padding-left: 32px;
}

.pl-80{
  padding-left: 320px;
}

.pl-9{
  padding-left: 36px;
}

.pl-96{
  padding-left: 384px;
}

.pl-px{
  padding-left: 1px;
}

.pr-0{
  padding-right: 0;
}

.pr-0\.5{
  padding-right: 2px;
}

.pr-1{
  padding-right: 4px;
}

.pr-1\.5{
  padding-right: 6px;
}

.pr-10{
  padding-right: 40px;
}

.pr-11{
  padding-right: 44px;
}

.pr-12{
  padding-right: 48px;
}

.pr-14{
  padding-right: 56px;
}

.pr-16{
  padding-right: 64px;
}

.pr-2{
  padding-right: 8px;
}

.pr-2\.5{
  padding-right: 10px;
}

.pr-20{
  padding-right: 80px;
}

.pr-24{
  padding-right: 96px;
}

.pr-28{
  padding-right: 112px;
}

.pr-3{
  padding-right: 12px;
}

.pr-3\.5{
  padding-right: 14px;
}

.pr-32{
  padding-right: 128px;
}

.pr-36{
  padding-right: 144px;
}

.pr-4{
  padding-right: 16px;
}

.pr-40{
  padding-right: 160px;
}

.pr-44{
  padding-right: 176px;
}

.pr-48{
  padding-right: 192px;
}

.pr-5{
  padding-right: 20px;
}

.pr-52{
  padding-right: 208px;
}

.pr-56{
  padding-right: 224px;
}

.pr-6{
  padding-right: 24px;
}

.pr-60{
  padding-right: 240px;
}

.pr-64{
  padding-right: 256px;
}

.pr-7{
  padding-right: 28px;
}

.pr-72{
  padding-right: 288px;
}

.pr-8{
  padding-right: 32px;
}

.pr-80{
  padding-right: 320px;
}

.pr-9{
  padding-right: 36px;
}

.pr-96{
  padding-right: 384px;
}

.pr-px{
  padding-right: 1px;
}

.ps-0{
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.ps-0\.5{
  -webkit-padding-start: 2px;
          padding-inline-start: 2px;
}

.ps-1{
  -webkit-padding-start: 4px;
          padding-inline-start: 4px;
}

.ps-1\.5{
  -webkit-padding-start: 6px;
          padding-inline-start: 6px;
}

.ps-10{
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.ps-11{
  -webkit-padding-start: 44px;
          padding-inline-start: 44px;
}

.ps-12{
  -webkit-padding-start: 48px;
          padding-inline-start: 48px;
}

.ps-14{
  -webkit-padding-start: 56px;
          padding-inline-start: 56px;
}

.ps-16{
  -webkit-padding-start: 64px;
          padding-inline-start: 64px;
}

.ps-2{
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
}

.ps-2\.5{
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}

.ps-20{
  -webkit-padding-start: 80px;
          padding-inline-start: 80px;
}

.ps-24{
  -webkit-padding-start: 96px;
          padding-inline-start: 96px;
}

.ps-28{
  -webkit-padding-start: 112px;
          padding-inline-start: 112px;
}

.ps-3{
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
}

.ps-3\.5{
  -webkit-padding-start: 14px;
          padding-inline-start: 14px;
}

.ps-32{
  -webkit-padding-start: 128px;
          padding-inline-start: 128px;
}

.ps-36{
  -webkit-padding-start: 144px;
          padding-inline-start: 144px;
}

.ps-4{
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}

.ps-40{
  -webkit-padding-start: 160px;
          padding-inline-start: 160px;
}

.ps-44{
  -webkit-padding-start: 176px;
          padding-inline-start: 176px;
}

.ps-48{
  -webkit-padding-start: 192px;
          padding-inline-start: 192px;
}

.ps-5{
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.ps-52{
  -webkit-padding-start: 208px;
          padding-inline-start: 208px;
}

.ps-56{
  -webkit-padding-start: 224px;
          padding-inline-start: 224px;
}

.ps-6{
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
}

.ps-60{
  -webkit-padding-start: 240px;
          padding-inline-start: 240px;
}

.ps-64{
  -webkit-padding-start: 256px;
          padding-inline-start: 256px;
}

.ps-7{
  -webkit-padding-start: 28px;
          padding-inline-start: 28px;
}

.ps-72{
  -webkit-padding-start: 288px;
          padding-inline-start: 288px;
}

.ps-8{
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
}

.ps-80{
  -webkit-padding-start: 320px;
          padding-inline-start: 320px;
}

.ps-9{
  -webkit-padding-start: 36px;
          padding-inline-start: 36px;
}

.ps-96{
  -webkit-padding-start: 384px;
          padding-inline-start: 384px;
}

.ps-px{
  -webkit-padding-start: 1px;
          padding-inline-start: 1px;
}

.pt-0{
  padding-top: 0;
}

.pt-0\.5{
  padding-top: 2px;
}

.pt-1{
  padding-top: 4px;
}

.pt-1\.5{
  padding-top: 6px;
}

.pt-10{
  padding-top: 40px;
}

.pt-11{
  padding-top: 44px;
}

.pt-12{
  padding-top: 48px;
}

.pt-14{
  padding-top: 56px;
}

.pt-16{
  padding-top: 64px;
}

.pt-2{
  padding-top: 8px;
}

.pt-2\.5{
  padding-top: 10px;
}

.pt-20{
  padding-top: 80px;
}

.pt-24{
  padding-top: 96px;
}

.pt-28{
  padding-top: 112px;
}

.pt-3{
  padding-top: 12px;
}

.pt-3\.5{
  padding-top: 14px;
}

.pt-32{
  padding-top: 128px;
}

.pt-36{
  padding-top: 144px;
}

.pt-4{
  padding-top: 16px;
}

.pt-40{
  padding-top: 160px;
}

.pt-44{
  padding-top: 176px;
}

.pt-48{
  padding-top: 192px;
}

.pt-5{
  padding-top: 20px;
}

.pt-52{
  padding-top: 208px;
}

.pt-56{
  padding-top: 224px;
}

.pt-6{
  padding-top: 24px;
}

.pt-60{
  padding-top: 240px;
}

.pt-64{
  padding-top: 256px;
}

.pt-7{
  padding-top: 28px;
}

.pt-72{
  padding-top: 288px;
}

.pt-8{
  padding-top: 32px;
}

.pt-80{
  padding-top: 320px;
}

.pt-9{
  padding-top: 36px;
}

.pt-96{
  padding-top: 384px;
}

.pt-px{
  padding-top: 1px;
}

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

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

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

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

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

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

.align-baseline{
  vertical-align: baseline;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

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

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

.align-sub{
  vertical-align: sub;
}

.align-super{
  vertical-align: super;
}

.font-montserrat{
  font-family: Montserrat, sans-serif;
}

.font-sans{
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-37{
  font-size: 37px;
  line-height: normal;
  letter-spacing: -0.09px;
  font-weight: 700;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[35px\]{
  font-size: 35px;
}

.text-\[36px\]{
  font-size: 36px;
}

.text-base{
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.1px;
  font-weight: 400;
}

.text-base-bold{
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.1px;
  font-weight: 700;
}

.text-lg{
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0px;
  font-weight: 700;
}

.text-lg-18{
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.0px;
  font-weight: 700;
}

.text-lg-22{
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.09px;
  font-weight: 700;
}

.text-lg-24{
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.09px;
  font-weight: 700;
}

.text-md{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0px;
  font-weight: 500;
}

.text-sm{
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.1px;
  font-weight: 400;
}

.text-sm-bold{
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.1px;
  font-weight: 700;
}

.text-xl{
  font-size: 34px;
  line-height: 48px;
  letter-spacing: -0.09px;
  font-weight: 800;
}

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.normal-nums{
  font-variant-numeric: normal;
}

.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.slashed-zero{
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.lining-nums{
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.proportional-nums{
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.text-\[\#2B2E37\]{
  --tw-text-opacity: 1;
  color: rgb(43 46 55 / var(--tw-text-opacity));
}

.text-\[\#336699\]\/\[\.35\]{
  color: rgb(51 102 153 / .35);
}

.text-\[\#EE3235\]{
  --tw-text-opacity: 1;
  color: rgb(238 50 53 / var(--tw-text-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-amber-200\/95{
  color: rgb(253 230 138 / 0.95);
}

.text-amber-300{
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}

.text-amber-300\/0{
  color: rgb(252 211 77 / 0);
}

.text-amber-300\/10{
  color: rgb(252 211 77 / 0.1);
}

.text-amber-300\/100{
  color: rgb(252 211 77 / 1);
}

.text-amber-300\/20{
  color: rgb(252 211 77 / 0.2);
}

.text-amber-300\/25{
  color: rgb(252 211 77 / 0.25);
}

.text-amber-300\/30{
  color: rgb(252 211 77 / 0.3);
}

.text-amber-300\/40{
  color: rgb(252 211 77 / 0.4);
}

.text-amber-300\/5{
  color: rgb(252 211 77 / 0.05);
}

.text-amber-300\/50{
  color: rgb(252 211 77 / 0.5);
}

.text-amber-300\/60{
  color: rgb(252 211 77 / 0.6);
}

.text-amber-300\/70{
  color: rgb(252 211 77 / 0.7);
}

.text-amber-300\/75{
  color: rgb(252 211 77 / 0.75);
}

.text-amber-300\/80{
  color: rgb(252 211 77 / 0.8);
}

.text-amber-300\/90{
  color: rgb(252 211 77 / 0.9);
}

.text-amber-300\/95{
  color: rgb(252 211 77 / 0.95);
}

.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}

.text-amber-400\/0{
  color: rgb(251 191 36 / 0);
}

.text-amber-400\/10{
  color: rgb(251 191 36 / 0.1);
}

.text-amber-400\/100{
  color: rgb(251 191 36 / 1);
}

.text-amber-400\/20{
  color: rgb(251 191 36 / 0.2);
}

.text-amber-400\/25{
  color: rgb(251 191 36 / 0.25);
}

.text-amber-400\/30{
  color: rgb(251 191 36 / 0.3);
}

.text-amber-400\/40{
  color: rgb(251 191 36 / 0.4);
}

.text-amber-400\/5{
  color: rgb(251 191 36 / 0.05);
}

.text-amber-400\/50{
  color: rgb(251 191 36 / 0.5);
}

.text-amber-400\/60{
  color: rgb(251 191 36 / 0.6);
}

.text-amber-400\/70{
  color: rgb(251 191 36 / 0.7);
}

.text-amber-400\/75{
  color: rgb(251 191 36 / 0.75);
}

.text-amber-400\/80{
  color: rgb(251 191 36 / 0.8);
}

.text-amber-400\/90{
  color: rgb(251 191 36 / 0.9);
}

.text-amber-400\/95{
  color: rgb(251 191 36 / 0.95);
}

.text-amber-50{
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}

.text-amber-50\/0{
  color: rgb(255 251 235 / 0);
}

.text-amber-50\/10{
  color: rgb(255 251 235 / 0.1);
}

.text-amber-50\/100{
  color: rgb(255 251 235 / 1);
}

.text-amber-50\/20{
  color: rgb(255 251 235 / 0.2);
}

.text-amber-50\/25{
  color: rgb(255 251 235 / 0.25);
}

.text-amber-50\/30{
  color: rgb(255 251 235 / 0.3);
}

.text-amber-50\/40{
  color: rgb(255 251 235 / 0.4);
}

.text-amber-50\/5{
  color: rgb(255 251 235 / 0.05);
}

.text-amber-50\/50{
  color: rgb(255 251 235 / 0.5);
}

.text-amber-50\/60{
  color: rgb(255 251 235 / 0.6);
}

.text-amber-50\/70{
  color: rgb(255 251 235 / 0.7);
}

.text-amber-50\/75{
  color: rgb(255 251 235 / 0.75);
}

.text-amber-50\/80{
  color: rgb(255 251 235 / 0.8);
}

.text-amber-50\/90{
  color: rgb(255 251 235 / 0.9);
}

.text-amber-50\/95{
  color: rgb(255 251 235 / 0.95);
}

.text-amber-500{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

.text-amber-500\/0{
  color: rgb(245 158 11 / 0);
}

.text-amber-500\/10{
  color: rgb(245 158 11 / 0.1);
}

.text-amber-500\/100{
  color: rgb(245 158 11 / 1);
}

.text-amber-500\/20{
  color: rgb(245 158 11 / 0.2);
}

.text-amber-500\/25{
  color: rgb(245 158 11 / 0.25);
}

.text-amber-500\/30{
  color: rgb(245 158 11 / 0.3);
}

.text-amber-500\/40{
  color: rgb(245 158 11 / 0.4);
}

.text-amber-500\/5{
  color: rgb(245 158 11 / 0.05);
}

.text-amber-500\/50{
  color: rgb(245 158 11 / 0.5);
}

.text-amber-500\/60{
  color: rgb(245 158 11 / 0.6);
}

.text-amber-500\/70{
  color: rgb(245 158 11 / 0.7);
}

.text-amber-500\/75{
  color: rgb(245 158 11 / 0.75);
}

.text-amber-500\/80{
  color: rgb(245 158 11 / 0.8);
}

.text-amber-500\/90{
  color: rgb(245 158 11 / 0.9);
}

.text-amber-500\/95{
  color: rgb(245 158 11 / 0.95);
}

.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

.text-amber-600\/0{
  color: rgb(217 119 6 / 0);
}

.text-amber-600\/10{
  color: rgb(217 119 6 / 0.1);
}

.text-amber-600\/100{
  color: rgb(217 119 6 / 1);
}

.text-amber-600\/20{
  color: rgb(217 119 6 / 0.2);
}

.text-amber-600\/25{
  color: rgb(217 119 6 / 0.25);
}

.text-amber-600\/30{
  color: rgb(217 119 6 / 0.3);
}

.text-amber-600\/40{
  color: rgb(217 119 6 / 0.4);
}

.text-amber-600\/5{
  color: rgb(217 119 6 / 0.05);
}

.text-amber-600\/50{
  color: rgb(217 119 6 / 0.5);
}

.text-amber-600\/60{
  color: rgb(217 119 6 / 0.6);
}

.text-amber-600\/70{
  color: rgb(217 119 6 / 0.7);
}

.text-amber-600\/75{
  color: rgb(217 119 6 / 0.75);
}

.text-amber-600\/80{
  color: rgb(217 119 6 / 0.8);
}

.text-amber-600\/90{
  color: rgb(217 119 6 / 0.9);
}

.text-amber-600\/95{
  color: rgb(217 119 6 / 0.95);
}

.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}

.text-amber-700\/0{
  color: rgb(180 83 9 / 0);
}

.text-amber-700\/10{
  color: rgb(180 83 9 / 0.1);
}

.text-amber-700\/100{
  color: rgb(180 83 9 / 1);
}

.text-amber-700\/20{
  color: rgb(180 83 9 / 0.2);
}

.text-amber-700\/25{
  color: rgb(180 83 9 / 0.25);
}

.text-amber-700\/30{
  color: rgb(180 83 9 / 0.3);
}

.text-amber-700\/40{
  color: rgb(180 83 9 / 0.4);
}

.text-amber-700\/5{
  color: rgb(180 83 9 / 0.05);
}

.text-amber-700\/50{
  color: rgb(180 83 9 / 0.5);
}

.text-amber-700\/60{
  color: rgb(180 83 9 / 0.6);
}

.text-amber-700\/70{
  color: rgb(180 83 9 / 0.7);
}

.text-amber-700\/75{
  color: rgb(180 83 9 / 0.75);
}

.text-amber-700\/80{
  color: rgb(180 83 9 / 0.8);
}

.text-amber-700\/90{
  color: rgb(180 83 9 / 0.9);
}

.text-amber-700\/95{
  color: rgb(180 83 9 / 0.95);
}

.text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}

.text-amber-800\/0{
  color: rgb(146 64 14 / 0);
}

.text-amber-800\/10{
  color: rgb(146 64 14 / 0.1);
}

.text-amber-800\/100{
  color: rgb(146 64 14 / 1);
}

.text-amber-800\/20{
  color: rgb(146 64 14 / 0.2);
}

.text-amber-800\/25{
  color: rgb(146 64 14 / 0.25);
}

.text-amber-800\/30{
  color: rgb(146 64 14 / 0.3);
}

.text-amber-800\/40{
  color: rgb(146 64 14 / 0.4);
}

.text-amber-800\/5{
  color: rgb(146 64 14 / 0.05);
}

.text-amber-800\/50{
  color: rgb(146 64 14 / 0.5);
}

.text-amber-800\/60{
  color: rgb(146 64 14 / 0.6);
}

.text-amber-800\/70{
  color: rgb(146 64 14 / 0.7);
}

.text-amber-800\/75{
  color: rgb(146 64 14 / 0.75);
}

.text-amber-800\/80{
  color: rgb(146 64 14 / 0.8);
}

.text-amber-800\/90{
  color: rgb(146 64 14 / 0.9);
}

.text-amber-800\/95{
  color: rgb(146 64 14 / 0.95);
}

.text-amber-900{
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}

.text-amber-900\/0{
  color: rgb(120 53 15 / 0);
}

.text-amber-900\/10{
  color: rgb(120 53 15 / 0.1);
}

.text-amber-900\/100{
  color: rgb(120 53 15 / 1);
}

.text-amber-900\/20{
  color: rgb(120 53 15 / 0.2);
}

.text-amber-900\/25{
  color: rgb(120 53 15 / 0.25);
}

.text-amber-900\/30{
  color: rgb(120 53 15 / 0.3);
}

.text-amber-900\/40{
  color: rgb(120 53 15 / 0.4);
}

.text-amber-900\/5{
  color: rgb(120 53 15 / 0.05);
}

.text-amber-900\/50{
  color: rgb(120 53 15 / 0.5);
}

.text-amber-900\/60{
  color: rgb(120 53 15 / 0.6);
}

.text-amber-900\/70{
  color: rgb(120 53 15 / 0.7);
}

.text-amber-900\/75{
  color: rgb(120 53 15 / 0.75);
}

.text-amber-900\/80{
  color: rgb(120 53 15 / 0.8);
}

.text-amber-900\/90{
  color: rgb(120 53 15 / 0.9);
}

.text-amber-900\/95{
  color: rgb(120 53 15 / 0.95);
}

.text-amber-950{
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}

.text-amber-950\/0{
  color: rgb(69 26 3 / 0);
}

.text-amber-950\/10{
  color: rgb(69 26 3 / 0.1);
}

.text-amber-950\/100{
  color: rgb(69 26 3 / 1);
}

.text-amber-950\/20{
  color: rgb(69 26 3 / 0.2);
}

.text-amber-950\/25{
  color: rgb(69 26 3 / 0.25);
}

.text-amber-950\/30{
  color: rgb(69 26 3 / 0.3);
}

.text-amber-950\/40{
  color: rgb(69 26 3 / 0.4);
}

.text-amber-950\/5{
  color: rgb(69 26 3 / 0.05);
}

.text-amber-950\/50{
  color: rgb(69 26 3 / 0.5);
}

.text-amber-950\/60{
  color: rgb(69 26 3 / 0.6);
}

.text-amber-950\/70{
  color: rgb(69 26 3 / 0.7);
}

.text-amber-950\/75{
  color: rgb(69 26 3 / 0.75);
}

.text-amber-950\/80{
  color: rgb(69 26 3 / 0.8);
}

.text-amber-950\/90{
  color: rgb(69 26 3 / 0.9);
}

.text-amber-950\/95{
  color: rgb(69 26 3 / 0.95);
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-black\/0{
  color: rgb(0 0 0 / 0);
}

.text-black\/10{
  color: rgb(0 0 0 / 0.1);
}

.text-black\/100{
  color: rgb(0 0 0 / 1);
}

.text-black\/20{
  color: rgb(0 0 0 / 0.2);
}

.text-black\/25{
  color: rgb(0 0 0 / 0.25);
}

.text-black\/30{
  color: rgb(0 0 0 / 0.3);
}

.text-black\/40{
  color: rgb(0 0 0 / 0.4);
}

.text-black\/5{
  color: rgb(0 0 0 / 0.05);
}

.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}

.text-black\/60{
  color: rgb(0 0 0 / 0.6);
}

.text-black\/70{
  color: rgb(0 0 0 / 0.7);
}

.text-black\/75{
  color: rgb(0 0 0 / 0.75);
}

.text-black\/80{
  color: rgb(0 0 0 / 0.8);
}

.text-black\/90{
  color: rgb(0 0 0 / 0.9);
}

.text-black\/95{
  color: rgb(0 0 0 / 0.95);
}

.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}

.text-blue-100\/0{
  color: rgb(219 234 254 / 0);
}

.text-blue-100\/10{
  color: rgb(219 234 254 / 0.1);
}

.text-blue-100\/100{
  color: rgb(219 234 254 / 1);
}

.text-blue-100\/20{
  color: rgb(219 234 254 / 0.2);
}

.text-blue-100\/25{
  color: rgb(219 234 254 / 0.25);
}

.text-blue-100\/30{
  color: rgb(219 234 254 / 0.3);
}

.text-blue-100\/40{
  color: rgb(219 234 254 / 0.4);
}

.text-blue-100\/5{
  color: rgb(219 234 254 / 0.05);
}

.text-blue-100\/50{
  color: rgb(219 234 254 / 0.5);
}

.text-blue-100\/60{
  color: rgb(219 234 254 / 0.6);
}

.text-blue-100\/70{
  color: rgb(219 234 254 / 0.7);
}

.text-blue-100\/75{
  color: rgb(219 234 254 / 0.75);
}

.text-blue-100\/80{
  color: rgb(219 234 254 / 0.8);
}

.text-blue-100\/90{
  color: rgb(219 234 254 / 0.9);
}

.text-blue-100\/95{
  color: rgb(219 234 254 / 0.95);
}

.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

.text-blue-200\/0{
  color: rgb(191 219 254 / 0);
}

.text-blue-200\/10{
  color: rgb(191 219 254 / 0.1);
}

.text-blue-200\/100{
  color: rgb(191 219 254 / 1);
}

.text-blue-200\/20{
  color: rgb(191 219 254 / 0.2);
}

.text-blue-200\/25{
  color: rgb(191 219 254 / 0.25);
}

.text-blue-200\/30{
  color: rgb(191 219 254 / 0.3);
}

.text-blue-200\/40{
  color: rgb(191 219 254 / 0.4);
}

.text-blue-200\/5{
  color: rgb(191 219 254 / 0.05);
}

.text-blue-200\/50{
  color: rgb(191 219 254 / 0.5);
}

.text-blue-200\/60{
  color: rgb(191 219 254 / 0.6);
}

.text-blue-200\/70{
  color: rgb(191 219 254 / 0.7);
}

.text-blue-200\/75{
  color: rgb(191 219 254 / 0.75);
}

.text-blue-200\/80{
  color: rgb(191 219 254 / 0.8);
}

.text-blue-200\/90{
  color: rgb(191 219 254 / 0.9);
}

.text-blue-200\/95{
  color: rgb(191 219 254 / 0.95);
}

.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.text-blue-300\/0{
  color: rgb(147 197 253 / 0);
}

.text-blue-300\/10{
  color: rgb(147 197 253 / 0.1);
}

.text-blue-300\/100{
  color: rgb(147 197 253 / 1);
}

.text-blue-300\/20{
  color: rgb(147 197 253 / 0.2);
}

.text-blue-300\/25{
  color: rgb(147 197 253 / 0.25);
}

.text-blue-300\/30{
  color: rgb(147 197 253 / 0.3);
}

.text-blue-300\/40{
  color: rgb(147 197 253 / 0.4);
}

.text-blue-300\/5{
  color: rgb(147 197 253 / 0.05);
}

.text-blue-300\/50{
  color: rgb(147 197 253 / 0.5);
}

.text-blue-300\/60{
  color: rgb(147 197 253 / 0.6);
}

.text-blue-300\/70{
  color: rgb(147 197 253 / 0.7);
}

.text-blue-300\/75{
  color: rgb(147 197 253 / 0.75);
}

.text-blue-300\/80{
  color: rgb(147 197 253 / 0.8);
}

.text-blue-300\/90{
  color: rgb(147 197 253 / 0.9);
}

.text-blue-300\/95{
  color: rgb(147 197 253 / 0.95);
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-400\/0{
  color: rgb(96 165 250 / 0);
}

.text-blue-400\/10{
  color: rgb(96 165 250 / 0.1);
}

.text-blue-400\/100{
  color: rgb(96 165 250 / 1);
}

.text-blue-400\/20{
  color: rgb(96 165 250 / 0.2);
}

.text-blue-400\/25{
  color: rgb(96 165 250 / 0.25);
}

.text-blue-400\/30{
  color: rgb(96 165 250 / 0.3);
}

.text-blue-400\/40{
  color: rgb(96 165 250 / 0.4);
}

.text-blue-400\/5{
  color: rgb(96 165 250 / 0.05);
}

.text-blue-400\/50{
  color: rgb(96 165 250 / 0.5);
}

.text-blue-400\/60{
  color: rgb(96 165 250 / 0.6);
}

.text-blue-400\/70{
  color: rgb(96 165 250 / 0.7);
}

.text-blue-400\/75{
  color: rgb(96 165 250 / 0.75);
}

.text-blue-400\/80{
  color: rgb(96 165 250 / 0.8);
}

.text-blue-400\/90{
  color: rgb(96 165 250 / 0.9);
}

.text-blue-400\/95{
  color: rgb(96 165 250 / 0.95);
}

.text-blue-50{
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}

.text-blue-50\/0{
  color: rgb(239 246 255 / 0);
}

.text-blue-50\/10{
  color: rgb(239 246 255 / 0.1);
}

.text-blue-50\/100{
  color: rgb(239 246 255 / 1);
}

.text-blue-50\/20{
  color: rgb(239 246 255 / 0.2);
}

.text-blue-50\/25{
  color: rgb(239 246 255 / 0.25);
}

.text-blue-50\/30{
  color: rgb(239 246 255 / 0.3);
}

.text-blue-50\/40{
  color: rgb(239 246 255 / 0.4);
}

.text-blue-50\/5{
  color: rgb(239 246 255 / 0.05);
}

.text-blue-50\/50{
  color: rgb(239 246 255 / 0.5);
}

.text-blue-50\/60{
  color: rgb(239 246 255 / 0.6);
}

.text-blue-50\/70{
  color: rgb(239 246 255 / 0.7);
}

.text-blue-50\/75{
  color: rgb(239 246 255 / 0.75);
}

.text-blue-50\/80{
  color: rgb(239 246 255 / 0.8);
}

.text-blue-50\/90{
  color: rgb(239 246 255 / 0.9);
}

.text-blue-50\/95{
  color: rgb(239 246 255 / 0.95);
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-500\/0{
  color: rgb(59 130 246 / 0);
}

.text-blue-500\/10{
  color: rgb(59 130 246 / 0.1);
}

.text-blue-500\/100{
  color: rgb(59 130 246 / 1);
}

.text-blue-500\/20{
  color: rgb(59 130 246 / 0.2);
}

.text-blue-500\/25{
  color: rgb(59 130 246 / 0.25);
}

.text-blue-500\/30{
  color: rgb(59 130 246 / 0.3);
}

.text-blue-500\/40{
  color: rgb(59 130 246 / 0.4);
}

.text-blue-500\/5{
  color: rgb(59 130 246 / 0.05);
}

.text-blue-500\/50{
  color: rgb(59 130 246 / 0.5);
}

.text-blue-500\/60{
  color: rgb(59 130 246 / 0.6);
}

.text-blue-500\/70{
  color: rgb(59 130 246 / 0.7);
}

.text-blue-500\/75{
  color: rgb(59 130 246 / 0.75);
}

.text-blue-500\/80{
  color: rgb(59 130 246 / 0.8);
}

.text-blue-500\/90{
  color: rgb(59 130 246 / 0.9);
}

.text-blue-500\/95{
  color: rgb(59 130 246 / 0.95);
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-600\/0{
  color: rgb(37 99 235 / 0);
}

.text-blue-600\/10{
  color: rgb(37 99 235 / 0.1);
}

.text-blue-600\/100{
  color: rgb(37 99 235 / 1);
}

.text-blue-600\/20{
  color: rgb(37 99 235 / 0.2);
}

.text-blue-600\/25{
  color: rgb(37 99 235 / 0.25);
}

.text-blue-600\/30{
  color: rgb(37 99 235 / 0.3);
}

.text-blue-600\/40{
  color: rgb(37 99 235 / 0.4);
}

.text-blue-600\/5{
  color: rgb(37 99 235 / 0.05);
}

.text-blue-600\/50{
  color: rgb(37 99 235 / 0.5);
}

.text-blue-600\/60{
  color: rgb(37 99 235 / 0.6);
}

.text-blue-600\/70{
  color: rgb(37 99 235 / 0.7);
}

.text-blue-600\/75{
  color: rgb(37 99 235 / 0.75);
}

.text-blue-600\/80{
  color: rgb(37 99 235 / 0.8);
}

.text-blue-600\/90{
  color: rgb(37 99 235 / 0.9);
}

.text-blue-600\/95{
  color: rgb(37 99 235 / 0.95);
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue-700\/0{
  color: rgb(29 78 216 / 0);
}

.text-blue-700\/10{
  color: rgb(29 78 216 / 0.1);
}

.text-blue-700\/100{
  color: rgb(29 78 216 / 1);
}

.text-blue-700\/20{
  color: rgb(29 78 216 / 0.2);
}

.text-blue-700\/25{
  color: rgb(29 78 216 / 0.25);
}

.text-blue-700\/30{
  color: rgb(29 78 216 / 0.3);
}

.text-blue-700\/40{
  color: rgb(29 78 216 / 0.4);
}

.text-blue-700\/5{
  color: rgb(29 78 216 / 0.05);
}

.text-blue-700\/50{
  color: rgb(29 78 216 / 0.5);
}

.text-blue-700\/60{
  color: rgb(29 78 216 / 0.6);
}

.text-blue-700\/70{
  color: rgb(29 78 216 / 0.7);
}

.text-blue-700\/75{
  color: rgb(29 78 216 / 0.75);
}

.text-blue-700\/80{
  color: rgb(29 78 216 / 0.8);
}

.text-blue-700\/90{
  color: rgb(29 78 216 / 0.9);
}

.text-blue-700\/95{
  color: rgb(29 78 216 / 0.95);
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-blue-800\/0{
  color: rgb(30 64 175 / 0);
}

.text-blue-800\/10{
  color: rgb(30 64 175 / 0.1);
}

.text-blue-800\/100{
  color: rgb(30 64 175 / 1);
}

.text-blue-800\/20{
  color: rgb(30 64 175 / 0.2);
}

.text-blue-800\/25{
  color: rgb(30 64 175 / 0.25);
}

.text-blue-800\/30{
  color: rgb(30 64 175 / 0.3);
}

.text-blue-800\/40{
  color: rgb(30 64 175 / 0.4);
}

.text-blue-800\/5{
  color: rgb(30 64 175 / 0.05);
}

.text-blue-800\/50{
  color: rgb(30 64 175 / 0.5);
}

.text-blue-800\/60{
  color: rgb(30 64 175 / 0.6);
}

.text-blue-800\/70{
  color: rgb(30 64 175 / 0.7);
}

.text-blue-800\/75{
  color: rgb(30 64 175 / 0.75);
}

.text-blue-800\/80{
  color: rgb(30 64 175 / 0.8);
}

.text-blue-800\/90{
  color: rgb(30 64 175 / 0.9);
}

.text-blue-800\/95{
  color: rgb(30 64 175 / 0.95);
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-blue-900\/0{
  color: rgb(30 58 138 / 0);
}

.text-blue-900\/10{
  color: rgb(30 58 138 / 0.1);
}

.text-blue-900\/100{
  color: rgb(30 58 138 / 1);
}

.text-blue-900\/20{
  color: rgb(30 58 138 / 0.2);
}

.text-blue-900\/25{
  color: rgb(30 58 138 / 0.25);
}

.text-blue-900\/30{
  color: rgb(30 58 138 / 0.3);
}

.text-blue-900\/40{
  color: rgb(30 58 138 / 0.4);
}

.text-blue-900\/5{
  color: rgb(30 58 138 / 0.05);
}

.text-blue-900\/50{
  color: rgb(30 58 138 / 0.5);
}

.text-blue-900\/60{
  color: rgb(30 58 138 / 0.6);
}

.text-blue-900\/70{
  color: rgb(30 58 138 / 0.7);
}

.text-blue-900\/75{
  color: rgb(30 58 138 / 0.75);
}

.text-blue-900\/80{
  color: rgb(30 58 138 / 0.8);
}

.text-blue-900\/90{
  color: rgb(30 58 138 / 0.9);
}

.text-blue-900\/95{
  color: rgb(30 58 138 / 0.95);
}

.text-blue-950{
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}

.text-blue-950\/0{
  color: rgb(23 37 84 / 0);
}

.text-blue-950\/10{
  color: rgb(23 37 84 / 0.1);
}

.text-blue-950\/100{
  color: rgb(23 37 84 / 1);
}

.text-blue-950\/20{
  color: rgb(23 37 84 / 0.2);
}

.text-blue-950\/25{
  color: rgb(23 37 84 / 0.25);
}

.text-blue-950\/30{
  color: rgb(23 37 84 / 0.3);
}

.text-blue-950\/40{
  color: rgb(23 37 84 / 0.4);
}

.text-blue-950\/5{
  color: rgb(23 37 84 / 0.05);
}

.text-blue-950\/50{
  color: rgb(23 37 84 / 0.5);
}

.text-blue-950\/60{
  color: rgb(23 37 84 / 0.6);
}

.text-blue-950\/70{
  color: rgb(23 37 84 / 0.7);
}

.text-blue-950\/75{
  color: rgb(23 37 84 / 0.75);
}

.text-blue-950\/80{
  color: rgb(23 37 84 / 0.8);
}

.text-blue-950\/90{
  color: rgb(23 37 84 / 0.9);
}

.text-blue-950\/95{
  color: rgb(23 37 84 / 0.95);
}

.text-current{
  color: currentColor;
}

.text-cyan-100{
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}

.text-cyan-100\/0{
  color: rgb(207 250 254 / 0);
}

.text-cyan-100\/10{
  color: rgb(207 250 254 / 0.1);
}

.text-cyan-100\/100{
  color: rgb(207 250 254 / 1);
}

.text-cyan-100\/20{
  color: rgb(207 250 254 / 0.2);
}

.text-cyan-100\/25{
  color: rgb(207 250 254 / 0.25);
}

.text-cyan-100\/30{
  color: rgb(207 250 254 / 0.3);
}

.text-cyan-100\/40{
  color: rgb(207 250 254 / 0.4);
}

.text-cyan-100\/5{
  color: rgb(207 250 254 / 0.05);
}

.text-cyan-100\/50{
  color: rgb(207 250 254 / 0.5);
}

.text-cyan-100\/60{
  color: rgb(207 250 254 / 0.6);
}

.text-cyan-100\/70{
  color: rgb(207 250 254 / 0.7);
}

.text-cyan-100\/75{
  color: rgb(207 250 254 / 0.75);
}

.text-cyan-100\/80{
  color: rgb(207 250 254 / 0.8);
}

.text-cyan-100\/90{
  color: rgb(207 250 254 / 0.9);
}

.text-cyan-100\/95{
  color: rgb(207 250 254 / 0.95);
}

.text-cyan-200{
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}

.text-cyan-200\/0{
  color: rgb(165 243 252 / 0);
}

.text-cyan-200\/10{
  color: rgb(165 243 252 / 0.1);
}

.text-cyan-200\/100{
  color: rgb(165 243 252 / 1);
}

.text-cyan-200\/20{
  color: rgb(165 243 252 / 0.2);
}

.text-cyan-200\/25{
  color: rgb(165 243 252 / 0.25);
}

.text-cyan-200\/30{
  color: rgb(165 243 252 / 0.3);
}

.text-cyan-200\/40{
  color: rgb(165 243 252 / 0.4);
}

.text-cyan-200\/5{
  color: rgb(165 243 252 / 0.05);
}

.text-cyan-200\/50{
  color: rgb(165 243 252 / 0.5);
}

.text-cyan-200\/60{
  color: rgb(165 243 252 / 0.6);
}

.text-cyan-200\/70{
  color: rgb(165 243 252 / 0.7);
}

.text-cyan-200\/75{
  color: rgb(165 243 252 / 0.75);
}

.text-cyan-200\/80{
  color: rgb(165 243 252 / 0.8);
}

.text-cyan-200\/90{
  color: rgb(165 243 252 / 0.9);
}

.text-cyan-200\/95{
  color: rgb(165 243 252 / 0.95);
}

.text-cyan-300{
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}

.text-cyan-300\/0{
  color: rgb(103 232 249 / 0);
}

.text-cyan-300\/10{
  color: rgb(103 232 249 / 0.1);
}

.text-cyan-300\/100{
  color: rgb(103 232 249 / 1);
}

.text-cyan-300\/20{
  color: rgb(103 232 249 / 0.2);
}

.text-cyan-300\/25{
  color: rgb(103 232 249 / 0.25);
}

.text-cyan-300\/30{
  color: rgb(103 232 249 / 0.3);
}

.text-cyan-300\/40{
  color: rgb(103 232 249 / 0.4);
}

.text-cyan-300\/5{
  color: rgb(103 232 249 / 0.05);
}

.text-cyan-300\/50{
  color: rgb(103 232 249 / 0.5);
}

.text-cyan-300\/60{
  color: rgb(103 232 249 / 0.6);
}

.text-cyan-300\/70{
  color: rgb(103 232 249 / 0.7);
}

.text-cyan-300\/75{
  color: rgb(103 232 249 / 0.75);
}

.text-cyan-300\/80{
  color: rgb(103 232 249 / 0.8);
}

.text-cyan-300\/90{
  color: rgb(103 232 249 / 0.9);
}

.text-cyan-300\/95{
  color: rgb(103 232 249 / 0.95);
}

.text-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}

.text-cyan-400\/0{
  color: rgb(34 211 238 / 0);
}

.text-cyan-400\/10{
  color: rgb(34 211 238 / 0.1);
}

.text-cyan-400\/100{
  color: rgb(34 211 238 / 1);
}

.text-cyan-400\/20{
  color: rgb(34 211 238 / 0.2);
}

.text-cyan-400\/25{
  color: rgb(34 211 238 / 0.25);
}

.text-cyan-400\/30{
  color: rgb(34 211 238 / 0.3);
}

.text-cyan-400\/40{
  color: rgb(34 211 238 / 0.4);
}

.text-cyan-400\/5{
  color: rgb(34 211 238 / 0.05);
}

.text-cyan-400\/50{
  color: rgb(34 211 238 / 0.5);
}

.text-cyan-400\/60{
  color: rgb(34 211 238 / 0.6);
}

.text-cyan-400\/70{
  color: rgb(34 211 238 / 0.7);
}

.text-cyan-400\/75{
  color: rgb(34 211 238 / 0.75);
}

.text-cyan-400\/80{
  color: rgb(34 211 238 / 0.8);
}

.text-cyan-400\/90{
  color: rgb(34 211 238 / 0.9);
}

.text-cyan-400\/95{
  color: rgb(34 211 238 / 0.95);
}

.text-cyan-50{
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}

.text-cyan-50\/0{
  color: rgb(236 254 255 / 0);
}

.text-cyan-50\/10{
  color: rgb(236 254 255 / 0.1);
}

.text-cyan-50\/100{
  color: rgb(236 254 255 / 1);
}

.text-cyan-50\/20{
  color: rgb(236 254 255 / 0.2);
}

.text-cyan-50\/25{
  color: rgb(236 254 255 / 0.25);
}

.text-cyan-50\/30{
  color: rgb(236 254 255 / 0.3);
}

.text-cyan-50\/40{
  color: rgb(236 254 255 / 0.4);
}

.text-cyan-50\/5{
  color: rgb(236 254 255 / 0.05);
}

.text-cyan-50\/50{
  color: rgb(236 254 255 / 0.5);
}

.text-cyan-50\/60{
  color: rgb(236 254 255 / 0.6);
}

.text-cyan-50\/70{
  color: rgb(236 254 255 / 0.7);
}

.text-cyan-50\/75{
  color: rgb(236 254 255 / 0.75);
}

.text-cyan-50\/80{
  color: rgb(236 254 255 / 0.8);
}

.text-cyan-50\/90{
  color: rgb(236 254 255 / 0.9);
}

.text-cyan-50\/95{
  color: rgb(236 254 255 / 0.95);
}

.text-cyan-500{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}

.text-cyan-500\/0{
  color: rgb(6 182 212 / 0);
}

.text-cyan-500\/10{
  color: rgb(6 182 212 / 0.1);
}

.text-cyan-500\/100{
  color: rgb(6 182 212 / 1);
}

.text-cyan-500\/20{
  color: rgb(6 182 212 / 0.2);
}

.text-cyan-500\/25{
  color: rgb(6 182 212 / 0.25);
}

.text-cyan-500\/30{
  color: rgb(6 182 212 / 0.3);
}

.text-cyan-500\/40{
  color: rgb(6 182 212 / 0.4);
}

.text-cyan-500\/5{
  color: rgb(6 182 212 / 0.05);
}

.text-cyan-500\/50{
  color: rgb(6 182 212 / 0.5);
}

.text-cyan-500\/60{
  color: rgb(6 182 212 / 0.6);
}

.text-cyan-500\/70{
  color: rgb(6 182 212 / 0.7);
}

.text-cyan-500\/75{
  color: rgb(6 182 212 / 0.75);
}

.text-cyan-500\/80{
  color: rgb(6 182 212 / 0.8);
}

.text-cyan-500\/90{
  color: rgb(6 182 212 / 0.9);
}

.text-cyan-500\/95{
  color: rgb(6 182 212 / 0.95);
}

.text-cyan-600{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}

.text-cyan-600\/0{
  color: rgb(8 145 178 / 0);
}

.text-cyan-600\/10{
  color: rgb(8 145 178 / 0.1);
}

.text-cyan-600\/100{
  color: rgb(8 145 178 / 1);
}

.text-cyan-600\/20{
  color: rgb(8 145 178 / 0.2);
}

.text-cyan-600\/25{
  color: rgb(8 145 178 / 0.25);
}

.text-cyan-600\/30{
  color: rgb(8 145 178 / 0.3);
}

.text-cyan-600\/40{
  color: rgb(8 145 178 / 0.4);
}

.text-cyan-600\/5{
  color: rgb(8 145 178 / 0.05);
}

.text-cyan-600\/50{
  color: rgb(8 145 178 / 0.5);
}

.text-cyan-600\/60{
  color: rgb(8 145 178 / 0.6);
}

.text-cyan-600\/70{
  color: rgb(8 145 178 / 0.7);
}

.text-cyan-600\/75{
  color: rgb(8 145 178 / 0.75);
}

.text-cyan-600\/80{
  color: rgb(8 145 178 / 0.8);
}

.text-cyan-600\/90{
  color: rgb(8 145 178 / 0.9);
}

.text-cyan-600\/95{
  color: rgb(8 145 178 / 0.95);
}

.text-cyan-700{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}

.text-cyan-700\/0{
  color: rgb(14 116 144 / 0);
}

.text-cyan-700\/10{
  color: rgb(14 116 144 / 0.1);
}

.text-cyan-700\/100{
  color: rgb(14 116 144 / 1);
}

.text-cyan-700\/20{
  color: rgb(14 116 144 / 0.2);
}

.text-cyan-700\/25{
  color: rgb(14 116 144 / 0.25);
}

.text-cyan-700\/30{
  color: rgb(14 116 144 / 0.3);
}

.text-cyan-700\/40{
  color: rgb(14 116 144 / 0.4);
}

.text-cyan-700\/5{
  color: rgb(14 116 144 / 0.05);
}

.text-cyan-700\/50{
  color: rgb(14 116 144 / 0.5);
}

.text-cyan-700\/60{
  color: rgb(14 116 144 / 0.6);
}

.text-cyan-700\/70{
  color: rgb(14 116 144 / 0.7);
}

.text-cyan-700\/75{
  color: rgb(14 116 144 / 0.75);
}

.text-cyan-700\/80{
  color: rgb(14 116 144 / 0.8);
}

.text-cyan-700\/90{
  color: rgb(14 116 144 / 0.9);
}

.text-cyan-700\/95{
  color: rgb(14 116 144 / 0.95);
}

.text-cyan-800{
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}

.text-cyan-800\/0{
  color: rgb(21 94 117 / 0);
}

.text-cyan-800\/10{
  color: rgb(21 94 117 / 0.1);
}

.text-cyan-800\/100{
  color: rgb(21 94 117 / 1);
}

.text-cyan-800\/20{
  color: rgb(21 94 117 / 0.2);
}

.text-cyan-800\/25{
  color: rgb(21 94 117 / 0.25);
}

.text-cyan-800\/30{
  color: rgb(21 94 117 / 0.3);
}

.text-cyan-800\/40{
  color: rgb(21 94 117 / 0.4);
}

.text-cyan-800\/5{
  color: rgb(21 94 117 / 0.05);
}

.text-cyan-800\/50{
  color: rgb(21 94 117 / 0.5);
}

.text-cyan-800\/60{
  color: rgb(21 94 117 / 0.6);
}

.text-cyan-800\/70{
  color: rgb(21 94 117 / 0.7);
}

.text-cyan-800\/75{
  color: rgb(21 94 117 / 0.75);
}

.text-cyan-800\/80{
  color: rgb(21 94 117 / 0.8);
}

.text-cyan-800\/90{
  color: rgb(21 94 117 / 0.9);
}

.text-cyan-800\/95{
  color: rgb(21 94 117 / 0.95);
}

.text-cyan-900{
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.text-cyan-900\/0{
  color: rgb(22 78 99 / 0);
}

.text-cyan-900\/10{
  color: rgb(22 78 99 / 0.1);
}

.text-cyan-900\/100{
  color: rgb(22 78 99 / 1);
}

.text-cyan-900\/20{
  color: rgb(22 78 99 / 0.2);
}

.text-cyan-900\/25{
  color: rgb(22 78 99 / 0.25);
}

.text-cyan-900\/30{
  color: rgb(22 78 99 / 0.3);
}

.text-cyan-900\/40{
  color: rgb(22 78 99 / 0.4);
}

.text-cyan-900\/5{
  color: rgb(22 78 99 / 0.05);
}

.text-cyan-900\/50{
  color: rgb(22 78 99 / 0.5);
}

.text-cyan-900\/60{
  color: rgb(22 78 99 / 0.6);
}

.text-cyan-900\/70{
  color: rgb(22 78 99 / 0.7);
}

.text-cyan-900\/75{
  color: rgb(22 78 99 / 0.75);
}

.text-cyan-900\/80{
  color: rgb(22 78 99 / 0.8);
}

.text-cyan-900\/90{
  color: rgb(22 78 99 / 0.9);
}

.text-cyan-900\/95{
  color: rgb(22 78 99 / 0.95);
}

.text-cyan-950{
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity));
}

.text-cyan-950\/0{
  color: rgb(8 51 68 / 0);
}

.text-cyan-950\/10{
  color: rgb(8 51 68 / 0.1);
}

.text-cyan-950\/100{
  color: rgb(8 51 68 / 1);
}

.text-cyan-950\/20{
  color: rgb(8 51 68 / 0.2);
}

.text-cyan-950\/25{
  color: rgb(8 51 68 / 0.25);
}

.text-cyan-950\/30{
  color: rgb(8 51 68 / 0.3);
}

.text-cyan-950\/40{
  color: rgb(8 51 68 / 0.4);
}

.text-cyan-950\/5{
  color: rgb(8 51 68 / 0.05);
}

.text-cyan-950\/50{
  color: rgb(8 51 68 / 0.5);
}

.text-cyan-950\/60{
  color: rgb(8 51 68 / 0.6);
}

.text-cyan-950\/70{
  color: rgb(8 51 68 / 0.7);
}

.text-cyan-950\/75{
  color: rgb(8 51 68 / 0.75);
}

.text-cyan-950\/80{
  color: rgb(8 51 68 / 0.8);
}

.text-cyan-950\/90{
  color: rgb(8 51 68 / 0.9);
}

.text-cyan-950\/95{
  color: rgb(8 51 68 / 0.95);
}

.text-emerald-100{
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}

.text-emerald-100\/0{
  color: rgb(209 250 229 / 0);
}

.text-emerald-100\/10{
  color: rgb(209 250 229 / 0.1);
}

.text-emerald-100\/100{
  color: rgb(209 250 229 / 1);
}

.text-emerald-100\/20{
  color: rgb(209 250 229 / 0.2);
}

.text-emerald-100\/25{
  color: rgb(209 250 229 / 0.25);
}

.text-emerald-100\/30{
  color: rgb(209 250 229 / 0.3);
}

.text-emerald-100\/40{
  color: rgb(209 250 229 / 0.4);
}

.text-emerald-100\/5{
  color: rgb(209 250 229 / 0.05);
}

.text-emerald-100\/50{
  color: rgb(209 250 229 / 0.5);
}

.text-emerald-100\/60{
  color: rgb(209 250 229 / 0.6);
}

.text-emerald-100\/70{
  color: rgb(209 250 229 / 0.7);
}

.text-emerald-100\/75{
  color: rgb(209 250 229 / 0.75);
}

.text-emerald-100\/80{
  color: rgb(209 250 229 / 0.8);
}

.text-emerald-100\/90{
  color: rgb(209 250 229 / 0.9);
}

.text-emerald-100\/95{
  color: rgb(209 250 229 / 0.95);
}

.text-emerald-200{
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}

.text-emerald-200\/0{
  color: rgb(167 243 208 / 0);
}

.text-emerald-200\/10{
  color: rgb(167 243 208 / 0.1);
}

.text-emerald-200\/100{
  color: rgb(167 243 208 / 1);
}

.text-emerald-200\/20{
  color: rgb(167 243 208 / 0.2);
}

.text-emerald-200\/25{
  color: rgb(167 243 208 / 0.25);
}

.text-emerald-200\/30{
  color: rgb(167 243 208 / 0.3);
}

.text-emerald-200\/40{
  color: rgb(167 243 208 / 0.4);
}

.text-emerald-200\/5{
  color: rgb(167 243 208 / 0.05);
}

.text-emerald-200\/50{
  color: rgb(167 243 208 / 0.5);
}

.text-emerald-200\/60{
  color: rgb(167 243 208 / 0.6);
}

.text-emerald-200\/70{
  color: rgb(167 243 208 / 0.7);
}

.text-emerald-200\/75{
  color: rgb(167 243 208 / 0.75);
}

.text-emerald-200\/80{
  color: rgb(167 243 208 / 0.8);
}

.text-emerald-200\/90{
  color: rgb(167 243 208 / 0.9);
}

.text-emerald-200\/95{
  color: rgb(167 243 208 / 0.95);
}

.text-emerald-300{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}

.text-emerald-300\/0{
  color: rgb(110 231 183 / 0);
}

.text-emerald-300\/10{
  color: rgb(110 231 183 / 0.1);
}

.text-emerald-300\/100{
  color: rgb(110 231 183 / 1);
}

.text-emerald-300\/20{
  color: rgb(110 231 183 / 0.2);
}

.text-emerald-300\/25{
  color: rgb(110 231 183 / 0.25);
}

.text-emerald-300\/30{
  color: rgb(110 231 183 / 0.3);
}

.text-emerald-300\/40{
  color: rgb(110 231 183 / 0.4);
}

.text-emerald-300\/5{
  color: rgb(110 231 183 / 0.05);
}

.text-emerald-300\/50{
  color: rgb(110 231 183 / 0.5);
}

.text-emerald-300\/60{
  color: rgb(110 231 183 / 0.6);
}

.text-emerald-300\/70{
  color: rgb(110 231 183 / 0.7);
}

.text-emerald-300\/75{
  color: rgb(110 231 183 / 0.75);
}

.text-emerald-300\/80{
  color: rgb(110 231 183 / 0.8);
}

.text-emerald-300\/90{
  color: rgb(110 231 183 / 0.9);
}

.text-emerald-300\/95{
  color: rgb(110 231 183 / 0.95);
}

.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}

.text-emerald-400\/0{
  color: rgb(52 211 153 / 0);
}

.text-emerald-400\/10{
  color: rgb(52 211 153 / 0.1);
}

.text-emerald-400\/100{
  color: rgb(52 211 153 / 1);
}

.text-emerald-400\/20{
  color: rgb(52 211 153 / 0.2);
}

.text-emerald-400\/25{
  color: rgb(52 211 153 / 0.25);
}

.text-emerald-400\/30{
  color: rgb(52 211 153 / 0.3);
}

.text-emerald-400\/40{
  color: rgb(52 211 153 / 0.4);
}

.text-emerald-400\/5{
  color: rgb(52 211 153 / 0.05);
}

.text-emerald-400\/50{
  color: rgb(52 211 153 / 0.5);
}

.text-emerald-400\/60{
  color: rgb(52 211 153 / 0.6);
}

.text-emerald-400\/70{
  color: rgb(52 211 153 / 0.7);
}

.text-emerald-400\/75{
  color: rgb(52 211 153 / 0.75);
}

.text-emerald-400\/80{
  color: rgb(52 211 153 / 0.8);
}

.text-emerald-400\/90{
  color: rgb(52 211 153 / 0.9);
}

.text-emerald-400\/95{
  color: rgb(52 211 153 / 0.95);
}

.text-emerald-50{
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}

.text-emerald-50\/0{
  color: rgb(236 253 245 / 0);
}

.text-emerald-50\/10{
  color: rgb(236 253 245 / 0.1);
}

.text-emerald-50\/100{
  color: rgb(236 253 245 / 1);
}

.text-emerald-50\/20{
  color: rgb(236 253 245 / 0.2);
}

.text-emerald-50\/25{
  color: rgb(236 253 245 / 0.25);
}

.text-emerald-50\/30{
  color: rgb(236 253 245 / 0.3);
}

.text-emerald-50\/40{
  color: rgb(236 253 245 / 0.4);
}

.text-emerald-50\/5{
  color: rgb(236 253 245 / 0.05);
}

.text-emerald-50\/50{
  color: rgb(236 253 245 / 0.5);
}

.text-emerald-50\/60{
  color: rgb(236 253 245 / 0.6);
}

.text-emerald-50\/70{
  color: rgb(236 253 245 / 0.7);
}

.text-emerald-50\/75{
  color: rgb(236 253 245 / 0.75);
}

.text-emerald-50\/80{
  color: rgb(236 253 245 / 0.8);
}

.text-emerald-50\/90{
  color: rgb(236 253 245 / 0.9);
}

.text-emerald-50\/95{
  color: rgb(236 253 245 / 0.95);
}

.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.text-emerald-500\/0{
  color: rgb(16 185 129 / 0);
}

.text-emerald-500\/10{
  color: rgb(16 185 129 / 0.1);
}

.text-emerald-500\/100{
  color: rgb(16 185 129 / 1);
}

.text-emerald-500\/20{
  color: rgb(16 185 129 / 0.2);
}

.text-emerald-500\/25{
  color: rgb(16 185 129 / 0.25);
}

.text-emerald-500\/30{
  color: rgb(16 185 129 / 0.3);
}

.text-emerald-500\/40{
  color: rgb(16 185 129 / 0.4);
}

.text-emerald-500\/5{
  color: rgb(16 185 129 / 0.05);
}

.text-emerald-500\/50{
  color: rgb(16 185 129 / 0.5);
}

.text-emerald-500\/60{
  color: rgb(16 185 129 / 0.6);
}

.text-emerald-500\/70{
  color: rgb(16 185 129 / 0.7);
}

.text-emerald-500\/75{
  color: rgb(16 185 129 / 0.75);
}

.text-emerald-500\/80{
  color: rgb(16 185 129 / 0.8);
}

.text-emerald-500\/90{
  color: rgb(16 185 129 / 0.9);
}

.text-emerald-500\/95{
  color: rgb(16 185 129 / 0.95);
}

.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.text-emerald-600\/0{
  color: rgb(5 150 105 / 0);
}

.text-emerald-600\/10{
  color: rgb(5 150 105 / 0.1);
}

.text-emerald-600\/100{
  color: rgb(5 150 105 / 1);
}

.text-emerald-600\/20{
  color: rgb(5 150 105 / 0.2);
}

.text-emerald-600\/25{
  color: rgb(5 150 105 / 0.25);
}

.text-emerald-600\/30{
  color: rgb(5 150 105 / 0.3);
}

.text-emerald-600\/40{
  color: rgb(5 150 105 / 0.4);
}

.text-emerald-600\/5{
  color: rgb(5 150 105 / 0.05);
}

.text-emerald-600\/50{
  color: rgb(5 150 105 / 0.5);
}

.text-emerald-600\/60{
  color: rgb(5 150 105 / 0.6);
}

.text-emerald-600\/70{
  color: rgb(5 150 105 / 0.7);
}

.text-emerald-600\/75{
  color: rgb(5 150 105 / 0.75);
}

.text-emerald-600\/80{
  color: rgb(5 150 105 / 0.8);
}

.text-emerald-600\/90{
  color: rgb(5 150 105 / 0.9);
}

.text-emerald-600\/95{
  color: rgb(5 150 105 / 0.95);
}

.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.text-emerald-700\/0{
  color: rgb(4 120 87 / 0);
}

.text-emerald-700\/10{
  color: rgb(4 120 87 / 0.1);
}

.text-emerald-700\/100{
  color: rgb(4 120 87 / 1);
}

.text-emerald-700\/20{
  color: rgb(4 120 87 / 0.2);
}

.text-emerald-700\/25{
  color: rgb(4 120 87 / 0.25);
}

.text-emerald-700\/30{
  color: rgb(4 120 87 / 0.3);
}

.text-emerald-700\/40{
  color: rgb(4 120 87 / 0.4);
}

.text-emerald-700\/5{
  color: rgb(4 120 87 / 0.05);
}

.text-emerald-700\/50{
  color: rgb(4 120 87 / 0.5);
}

.text-emerald-700\/60{
  color: rgb(4 120 87 / 0.6);
}

.text-emerald-700\/70{
  color: rgb(4 120 87 / 0.7);
}

.text-emerald-700\/75{
  color: rgb(4 120 87 / 0.75);
}

.text-emerald-700\/80{
  color: rgb(4 120 87 / 0.8);
}

.text-emerald-700\/90{
  color: rgb(4 120 87 / 0.9);
}

.text-emerald-700\/95{
  color: rgb(4 120 87 / 0.95);
}

.text-emerald-800{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}

.text-emerald-800\/0{
  color: rgb(6 95 70 / 0);
}

.text-emerald-800\/10{
  color: rgb(6 95 70 / 0.1);
}

.text-emerald-800\/100{
  color: rgb(6 95 70 / 1);
}

.text-emerald-800\/20{
  color: rgb(6 95 70 / 0.2);
}

.text-emerald-800\/25{
  color: rgb(6 95 70 / 0.25);
}

.text-emerald-800\/30{
  color: rgb(6 95 70 / 0.3);
}

.text-emerald-800\/40{
  color: rgb(6 95 70 / 0.4);
}

.text-emerald-800\/5{
  color: rgb(6 95 70 / 0.05);
}

.text-emerald-800\/50{
  color: rgb(6 95 70 / 0.5);
}

.text-emerald-800\/60{
  color: rgb(6 95 70 / 0.6);
}

.text-emerald-800\/70{
  color: rgb(6 95 70 / 0.7);
}

.text-emerald-800\/75{
  color: rgb(6 95 70 / 0.75);
}

.text-emerald-800\/80{
  color: rgb(6 95 70 / 0.8);
}

.text-emerald-800\/90{
  color: rgb(6 95 70 / 0.9);
}

.text-emerald-800\/95{
  color: rgb(6 95 70 / 0.95);
}

.text-emerald-900{
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}

.text-emerald-900\/0{
  color: rgb(6 78 59 / 0);
}

.text-emerald-900\/10{
  color: rgb(6 78 59 / 0.1);
}

.text-emerald-900\/100{
  color: rgb(6 78 59 / 1);
}

.text-emerald-900\/20{
  color: rgb(6 78 59 / 0.2);
}

.text-emerald-900\/25{
  color: rgb(6 78 59 / 0.25);
}

.text-emerald-900\/30{
  color: rgb(6 78 59 / 0.3);
}

.text-emerald-900\/40{
  color: rgb(6 78 59 / 0.4);
}

.text-emerald-900\/5{
  color: rgb(6 78 59 / 0.05);
}

.text-emerald-900\/50{
  color: rgb(6 78 59 / 0.5);
}

.text-emerald-900\/60{
  color: rgb(6 78 59 / 0.6);
}

.text-emerald-900\/70{
  color: rgb(6 78 59 / 0.7);
}

.text-emerald-900\/75{
  color: rgb(6 78 59 / 0.75);
}

.text-emerald-900\/80{
  color: rgb(6 78 59 / 0.8);
}

.text-emerald-900\/90{
  color: rgb(6 78 59 / 0.9);
}

.text-emerald-900\/95{
  color: rgb(6 78 59 / 0.95);
}

.text-emerald-950{
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}

.text-emerald-950\/0{
  color: rgb(2 44 34 / 0);
}

.text-emerald-950\/10{
  color: rgb(2 44 34 / 0.1);
}

.text-emerald-950\/100{
  color: rgb(2 44 34 / 1);
}

.text-emerald-950\/20{
  color: rgb(2 44 34 / 0.2);
}

.text-emerald-950\/25{
  color: rgb(2 44 34 / 0.25);
}

.text-emerald-950\/30{
  color: rgb(2 44 34 / 0.3);
}

.text-emerald-950\/40{
  color: rgb(2 44 34 / 0.4);
}

.text-emerald-950\/5{
  color: rgb(2 44 34 / 0.05);
}

.text-emerald-950\/50{
  color: rgb(2 44 34 / 0.5);
}

.text-emerald-950\/60{
  color: rgb(2 44 34 / 0.6);
}

.text-emerald-950\/70{
  color: rgb(2 44 34 / 0.7);
}

.text-emerald-950\/75{
  color: rgb(2 44 34 / 0.75);
}

.text-emerald-950\/80{
  color: rgb(2 44 34 / 0.8);
}

.text-emerald-950\/90{
  color: rgb(2 44 34 / 0.9);
}

.text-emerald-950\/95{
  color: rgb(2 44 34 / 0.95);
}

.text-event-text-100{
  --tw-text-opacity: 1;
  color: rgb(3 57 66 / var(--tw-text-opacity));
}

.text-event-text-100\/0{
  color: rgb(3 57 66 / 0);
}

.text-event-text-100\/10{
  color: rgb(3 57 66 / 0.1);
}

.text-event-text-100\/100{
  color: rgb(3 57 66 / 1);
}

.text-event-text-100\/20{
  color: rgb(3 57 66 / 0.2);
}

.text-event-text-100\/25{
  color: rgb(3 57 66 / 0.25);
}

.text-event-text-100\/30{
  color: rgb(3 57 66 / 0.3);
}

.text-event-text-100\/40{
  color: rgb(3 57 66 / 0.4);
}

.text-event-text-100\/5{
  color: rgb(3 57 66 / 0.05);
}

.text-event-text-100\/50{
  color: rgb(3 57 66 / 0.5);
}

.text-event-text-100\/60{
  color: rgb(3 57 66 / 0.6);
}

.text-event-text-100\/70{
  color: rgb(3 57 66 / 0.7);
}

.text-event-text-100\/75{
  color: rgb(3 57 66 / 0.75);
}

.text-event-text-100\/80{
  color: rgb(3 57 66 / 0.8);
}

.text-event-text-100\/90{
  color: rgb(3 57 66 / 0.9);
}

.text-event-text-100\/95{
  color: rgb(3 57 66 / 0.95);
}

.text-event-text-200{
  --tw-text-opacity: 1;
  color: rgb(56 59 68 / var(--tw-text-opacity));
}

.text-event-text-200\/0{
  color: rgb(56 59 68 / 0);
}

.text-event-text-200\/10{
  color: rgb(56 59 68 / 0.1);
}

.text-event-text-200\/100{
  color: rgb(56 59 68 / 1);
}

.text-event-text-200\/20{
  color: rgb(56 59 68 / 0.2);
}

.text-event-text-200\/25{
  color: rgb(56 59 68 / 0.25);
}

.text-event-text-200\/30{
  color: rgb(56 59 68 / 0.3);
}

.text-event-text-200\/40{
  color: rgb(56 59 68 / 0.4);
}

.text-event-text-200\/5{
  color: rgb(56 59 68 / 0.05);
}

.text-event-text-200\/50{
  color: rgb(56 59 68 / 0.5);
}

.text-event-text-200\/60{
  color: rgb(56 59 68 / 0.6);
}

.text-event-text-200\/70{
  color: rgb(56 59 68 / 0.7);
}

.text-event-text-200\/75{
  color: rgb(56 59 68 / 0.75);
}

.text-event-text-200\/80{
  color: rgb(56 59 68 / 0.8);
}

.text-event-text-200\/90{
  color: rgb(56 59 68 / 0.9);
}

.text-event-text-200\/95{
  color: rgb(56 59 68 / 0.95);
}

.text-fuchsia-100{
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}

.text-fuchsia-100\/0{
  color: rgb(250 232 255 / 0);
}

.text-fuchsia-100\/10{
  color: rgb(250 232 255 / 0.1);
}

.text-fuchsia-100\/100{
  color: rgb(250 232 255 / 1);
}

.text-fuchsia-100\/20{
  color: rgb(250 232 255 / 0.2);
}

.text-fuchsia-100\/25{
  color: rgb(250 232 255 / 0.25);
}

.text-fuchsia-100\/30{
  color: rgb(250 232 255 / 0.3);
}

.text-fuchsia-100\/40{
  color: rgb(250 232 255 / 0.4);
}

.text-fuchsia-100\/5{
  color: rgb(250 232 255 / 0.05);
}

.text-fuchsia-100\/50{
  color: rgb(250 232 255 / 0.5);
}

.text-fuchsia-100\/60{
  color: rgb(250 232 255 / 0.6);
}

.text-fuchsia-100\/70{
  color: rgb(250 232 255 / 0.7);
}

.text-fuchsia-100\/75{
  color: rgb(250 232 255 / 0.75);
}

.text-fuchsia-100\/80{
  color: rgb(250 232 255 / 0.8);
}

.text-fuchsia-100\/90{
  color: rgb(250 232 255 / 0.9);
}

.text-fuchsia-100\/95{
  color: rgb(250 232 255 / 0.95);
}

.text-fuchsia-200{
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}

.text-fuchsia-200\/0{
  color: rgb(245 208 254 / 0);
}

.text-fuchsia-200\/10{
  color: rgb(245 208 254 / 0.1);
}

.text-fuchsia-200\/100{
  color: rgb(245 208 254 / 1);
}

.text-fuchsia-200\/20{
  color: rgb(245 208 254 / 0.2);
}

.text-fuchsia-200\/25{
  color: rgb(245 208 254 / 0.25);
}

.text-fuchsia-200\/30{
  color: rgb(245 208 254 / 0.3);
}

.text-fuchsia-200\/40{
  color: rgb(245 208 254 / 0.4);
}

.text-fuchsia-200\/5{
  color: rgb(245 208 254 / 0.05);
}

.text-fuchsia-200\/50{
  color: rgb(245 208 254 / 0.5);
}

.text-fuchsia-200\/60{
  color: rgb(245 208 254 / 0.6);
}

.text-fuchsia-200\/70{
  color: rgb(245 208 254 / 0.7);
}

.text-fuchsia-200\/75{
  color: rgb(245 208 254 / 0.75);
}

.text-fuchsia-200\/80{
  color: rgb(245 208 254 / 0.8);
}

.text-fuchsia-200\/90{
  color: rgb(245 208 254 / 0.9);
}

.text-fuchsia-200\/95{
  color: rgb(245 208 254 / 0.95);
}

.text-fuchsia-300{
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}

.text-fuchsia-300\/0{
  color: rgb(240 171 252 / 0);
}

.text-fuchsia-300\/10{
  color: rgb(240 171 252 / 0.1);
}

.text-fuchsia-300\/100{
  color: rgb(240 171 252 / 1);
}

.text-fuchsia-300\/20{
  color: rgb(240 171 252 / 0.2);
}

.text-fuchsia-300\/25{
  color: rgb(240 171 252 / 0.25);
}

.text-fuchsia-300\/30{
  color: rgb(240 171 252 / 0.3);
}

.text-fuchsia-300\/40{
  color: rgb(240 171 252 / 0.4);
}

.text-fuchsia-300\/5{
  color: rgb(240 171 252 / 0.05);
}

.text-fuchsia-300\/50{
  color: rgb(240 171 252 / 0.5);
}

.text-fuchsia-300\/60{
  color: rgb(240 171 252 / 0.6);
}

.text-fuchsia-300\/70{
  color: rgb(240 171 252 / 0.7);
}

.text-fuchsia-300\/75{
  color: rgb(240 171 252 / 0.75);
}

.text-fuchsia-300\/80{
  color: rgb(240 171 252 / 0.8);
}

.text-fuchsia-300\/90{
  color: rgb(240 171 252 / 0.9);
}

.text-fuchsia-300\/95{
  color: rgb(240 171 252 / 0.95);
}

.text-fuchsia-400{
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}

.text-fuchsia-400\/0{
  color: rgb(232 121 249 / 0);
}

.text-fuchsia-400\/10{
  color: rgb(232 121 249 / 0.1);
}

.text-fuchsia-400\/100{
  color: rgb(232 121 249 / 1);
}

.text-fuchsia-400\/20{
  color: rgb(232 121 249 / 0.2);
}

.text-fuchsia-400\/25{
  color: rgb(232 121 249 / 0.25);
}

.text-fuchsia-400\/30{
  color: rgb(232 121 249 / 0.3);
}

.text-fuchsia-400\/40{
  color: rgb(232 121 249 / 0.4);
}

.text-fuchsia-400\/5{
  color: rgb(232 121 249 / 0.05);
}

.text-fuchsia-400\/50{
  color: rgb(232 121 249 / 0.5);
}

.text-fuchsia-400\/60{
  color: rgb(232 121 249 / 0.6);
}

.text-fuchsia-400\/70{
  color: rgb(232 121 249 / 0.7);
}

.text-fuchsia-400\/75{
  color: rgb(232 121 249 / 0.75);
}

.text-fuchsia-400\/80{
  color: rgb(232 121 249 / 0.8);
}

.text-fuchsia-400\/90{
  color: rgb(232 121 249 / 0.9);
}

.text-fuchsia-400\/95{
  color: rgb(232 121 249 / 0.95);
}

.text-fuchsia-50{
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}

.text-fuchsia-50\/0{
  color: rgb(253 244 255 / 0);
}

.text-fuchsia-50\/10{
  color: rgb(253 244 255 / 0.1);
}

.text-fuchsia-50\/100{
  color: rgb(253 244 255 / 1);
}

.text-fuchsia-50\/20{
  color: rgb(253 244 255 / 0.2);
}

.text-fuchsia-50\/25{
  color: rgb(253 244 255 / 0.25);
}

.text-fuchsia-50\/30{
  color: rgb(253 244 255 / 0.3);
}

.text-fuchsia-50\/40{
  color: rgb(253 244 255 / 0.4);
}

.text-fuchsia-50\/5{
  color: rgb(253 244 255 / 0.05);
}

.text-fuchsia-50\/50{
  color: rgb(253 244 255 / 0.5);
}

.text-fuchsia-50\/60{
  color: rgb(253 244 255 / 0.6);
}

.text-fuchsia-50\/70{
  color: rgb(253 244 255 / 0.7);
}

.text-fuchsia-50\/75{
  color: rgb(253 244 255 / 0.75);
}

.text-fuchsia-50\/80{
  color: rgb(253 244 255 / 0.8);
}

.text-fuchsia-50\/90{
  color: rgb(253 244 255 / 0.9);
}

.text-fuchsia-50\/95{
  color: rgb(253 244 255 / 0.95);
}

.text-fuchsia-500{
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}

.text-fuchsia-500\/0{
  color: rgb(217 70 239 / 0);
}

.text-fuchsia-500\/10{
  color: rgb(217 70 239 / 0.1);
}

.text-fuchsia-500\/100{
  color: rgb(217 70 239 / 1);
}

.text-fuchsia-500\/20{
  color: rgb(217 70 239 / 0.2);
}

.text-fuchsia-500\/25{
  color: rgb(217 70 239 / 0.25);
}

.text-fuchsia-500\/30{
  color: rgb(217 70 239 / 0.3);
}

.text-fuchsia-500\/40{
  color: rgb(217 70 239 / 0.4);
}

.text-fuchsia-500\/5{
  color: rgb(217 70 239 / 0.05);
}

.text-fuchsia-500\/50{
  color: rgb(217 70 239 / 0.5);
}

.text-fuchsia-500\/60{
  color: rgb(217 70 239 / 0.6);
}

.text-fuchsia-500\/70{
  color: rgb(217 70 239 / 0.7);
}

.text-fuchsia-500\/75{
  color: rgb(217 70 239 / 0.75);
}

.text-fuchsia-500\/80{
  color: rgb(217 70 239 / 0.8);
}

.text-fuchsia-500\/90{
  color: rgb(217 70 239 / 0.9);
}

.text-fuchsia-500\/95{
  color: rgb(217 70 239 / 0.95);
}

.text-fuchsia-600{
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}

.text-fuchsia-600\/0{
  color: rgb(192 38 211 / 0);
}

.text-fuchsia-600\/10{
  color: rgb(192 38 211 / 0.1);
}

.text-fuchsia-600\/100{
  color: rgb(192 38 211 / 1);
}

.text-fuchsia-600\/20{
  color: rgb(192 38 211 / 0.2);
}

.text-fuchsia-600\/25{
  color: rgb(192 38 211 / 0.25);
}

.text-fuchsia-600\/30{
  color: rgb(192 38 211 / 0.3);
}

.text-fuchsia-600\/40{
  color: rgb(192 38 211 / 0.4);
}

.text-fuchsia-600\/5{
  color: rgb(192 38 211 / 0.05);
}

.text-fuchsia-600\/50{
  color: rgb(192 38 211 / 0.5);
}

.text-fuchsia-600\/60{
  color: rgb(192 38 211 / 0.6);
}

.text-fuchsia-600\/70{
  color: rgb(192 38 211 / 0.7);
}

.text-fuchsia-600\/75{
  color: rgb(192 38 211 / 0.75);
}

.text-fuchsia-600\/80{
  color: rgb(192 38 211 / 0.8);
}

.text-fuchsia-600\/90{
  color: rgb(192 38 211 / 0.9);
}

.text-fuchsia-600\/95{
  color: rgb(192 38 211 / 0.95);
}

.text-fuchsia-700{
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}

.text-fuchsia-700\/0{
  color: rgb(162 28 175 / 0);
}

.text-fuchsia-700\/10{
  color: rgb(162 28 175 / 0.1);
}

.text-fuchsia-700\/100{
  color: rgb(162 28 175 / 1);
}

.text-fuchsia-700\/20{
  color: rgb(162 28 175 / 0.2);
}

.text-fuchsia-700\/25{
  color: rgb(162 28 175 / 0.25);
}

.text-fuchsia-700\/30{
  color: rgb(162 28 175 / 0.3);
}

.text-fuchsia-700\/40{
  color: rgb(162 28 175 / 0.4);
}

.text-fuchsia-700\/5{
  color: rgb(162 28 175 / 0.05);
}

.text-fuchsia-700\/50{
  color: rgb(162 28 175 / 0.5);
}

.text-fuchsia-700\/60{
  color: rgb(162 28 175 / 0.6);
}

.text-fuchsia-700\/70{
  color: rgb(162 28 175 / 0.7);
}

.text-fuchsia-700\/75{
  color: rgb(162 28 175 / 0.75);
}

.text-fuchsia-700\/80{
  color: rgb(162 28 175 / 0.8);
}

.text-fuchsia-700\/90{
  color: rgb(162 28 175 / 0.9);
}

.text-fuchsia-700\/95{
  color: rgb(162 28 175 / 0.95);
}

.text-fuchsia-800{
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}

.text-fuchsia-800\/0{
  color: rgb(134 25 143 / 0);
}

.text-fuchsia-800\/10{
  color: rgb(134 25 143 / 0.1);
}

.text-fuchsia-800\/100{
  color: rgb(134 25 143 / 1);
}

.text-fuchsia-800\/20{
  color: rgb(134 25 143 / 0.2);
}

.text-fuchsia-800\/25{
  color: rgb(134 25 143 / 0.25);
}

.text-fuchsia-800\/30{
  color: rgb(134 25 143 / 0.3);
}

.text-fuchsia-800\/40{
  color: rgb(134 25 143 / 0.4);
}

.text-fuchsia-800\/5{
  color: rgb(134 25 143 / 0.05);
}

.text-fuchsia-800\/50{
  color: rgb(134 25 143 / 0.5);
}

.text-fuchsia-800\/60{
  color: rgb(134 25 143 / 0.6);
}

.text-fuchsia-800\/70{
  color: rgb(134 25 143 / 0.7);
}

.text-fuchsia-800\/75{
  color: rgb(134 25 143 / 0.75);
}

.text-fuchsia-800\/80{
  color: rgb(134 25 143 / 0.8);
}

.text-fuchsia-800\/90{
  color: rgb(134 25 143 / 0.9);
}

.text-fuchsia-800\/95{
  color: rgb(134 25 143 / 0.95);
}

.text-fuchsia-900{
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}

.text-fuchsia-900\/0{
  color: rgb(112 26 117 / 0);
}

.text-fuchsia-900\/10{
  color: rgb(112 26 117 / 0.1);
}

.text-fuchsia-900\/100{
  color: rgb(112 26 117 / 1);
}

.text-fuchsia-900\/20{
  color: rgb(112 26 117 / 0.2);
}

.text-fuchsia-900\/25{
  color: rgb(112 26 117 / 0.25);
}

.text-fuchsia-900\/30{
  color: rgb(112 26 117 / 0.3);
}

.text-fuchsia-900\/40{
  color: rgb(112 26 117 / 0.4);
}

.text-fuchsia-900\/5{
  color: rgb(112 26 117 / 0.05);
}

.text-fuchsia-900\/50{
  color: rgb(112 26 117 / 0.5);
}

.text-fuchsia-900\/60{
  color: rgb(112 26 117 / 0.6);
}

.text-fuchsia-900\/70{
  color: rgb(112 26 117 / 0.7);
}

.text-fuchsia-900\/75{
  color: rgb(112 26 117 / 0.75);
}

.text-fuchsia-900\/80{
  color: rgb(112 26 117 / 0.8);
}

.text-fuchsia-900\/90{
  color: rgb(112 26 117 / 0.9);
}

.text-fuchsia-900\/95{
  color: rgb(112 26 117 / 0.95);
}

.text-fuchsia-950{
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity));
}

.text-fuchsia-950\/0{
  color: rgb(74 4 78 / 0);
}

.text-fuchsia-950\/10{
  color: rgb(74 4 78 / 0.1);
}

.text-fuchsia-950\/100{
  color: rgb(74 4 78 / 1);
}

.text-fuchsia-950\/20{
  color: rgb(74 4 78 / 0.2);
}

.text-fuchsia-950\/25{
  color: rgb(74 4 78 / 0.25);
}

.text-fuchsia-950\/30{
  color: rgb(74 4 78 / 0.3);
}

.text-fuchsia-950\/40{
  color: rgb(74 4 78 / 0.4);
}

.text-fuchsia-950\/5{
  color: rgb(74 4 78 / 0.05);
}

.text-fuchsia-950\/50{
  color: rgb(74 4 78 / 0.5);
}

.text-fuchsia-950\/60{
  color: rgb(74 4 78 / 0.6);
}

.text-fuchsia-950\/70{
  color: rgb(74 4 78 / 0.7);
}

.text-fuchsia-950\/75{
  color: rgb(74 4 78 / 0.75);
}

.text-fuchsia-950\/80{
  color: rgb(74 4 78 / 0.8);
}

.text-fuchsia-950\/90{
  color: rgb(74 4 78 / 0.9);
}

.text-fuchsia-950\/95{
  color: rgb(74 4 78 / 0.95);
}

.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-100\/0{
  color: rgb(243 244 246 / 0);
}

.text-gray-100\/10{
  color: rgb(243 244 246 / 0.1);
}

.text-gray-100\/100{
  color: rgb(243 244 246 / 1);
}

.text-gray-100\/20{
  color: rgb(243 244 246 / 0.2);
}

.text-gray-100\/25{
  color: rgb(243 244 246 / 0.25);
}

.text-gray-100\/30{
  color: rgb(243 244 246 / 0.3);
}

.text-gray-100\/40{
  color: rgb(243 244 246 / 0.4);
}

.text-gray-100\/5{
  color: rgb(243 244 246 / 0.05);
}

.text-gray-100\/50{
  color: rgb(243 244 246 / 0.5);
}

.text-gray-100\/60{
  color: rgb(243 244 246 / 0.6);
}

.text-gray-100\/70{
  color: rgb(243 244 246 / 0.7);
}

.text-gray-100\/75{
  color: rgb(243 244 246 / 0.75);
}

.text-gray-100\/80{
  color: rgb(243 244 246 / 0.8);
}

.text-gray-100\/90{
  color: rgb(243 244 246 / 0.9);
}

.text-gray-100\/95{
  color: rgb(243 244 246 / 0.95);
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-200\/0{
  color: rgb(229 231 235 / 0);
}

.text-gray-200\/10{
  color: rgb(229 231 235 / 0.1);
}

.text-gray-200\/100{
  color: rgb(229 231 235 / 1);
}

.text-gray-200\/20{
  color: rgb(229 231 235 / 0.2);
}

.text-gray-200\/25{
  color: rgb(229 231 235 / 0.25);
}

.text-gray-200\/30{
  color: rgb(229 231 235 / 0.3);
}

.text-gray-200\/40{
  color: rgb(229 231 235 / 0.4);
}

.text-gray-200\/5{
  color: rgb(229 231 235 / 0.05);
}

.text-gray-200\/50{
  color: rgb(229 231 235 / 0.5);
}

.text-gray-200\/60{
  color: rgb(229 231 235 / 0.6);
}

.text-gray-200\/70{
  color: rgb(229 231 235 / 0.7);
}

.text-gray-200\/75{
  color: rgb(229 231 235 / 0.75);
}

.text-gray-200\/80{
  color: rgb(229 231 235 / 0.8);
}

.text-gray-200\/90{
  color: rgb(229 231 235 / 0.9);
}

.text-gray-200\/95{
  color: rgb(229 231 235 / 0.95);
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-300\/0{
  color: rgb(209 213 219 / 0);
}

.text-gray-300\/10{
  color: rgb(209 213 219 / 0.1);
}

.text-gray-300\/100{
  color: rgb(209 213 219 / 1);
}

.text-gray-300\/20{
  color: rgb(209 213 219 / 0.2);
}

.text-gray-300\/25{
  color: rgb(209 213 219 / 0.25);
}

.text-gray-300\/30{
  color: rgb(209 213 219 / 0.3);
}

.text-gray-300\/40{
  color: rgb(209 213 219 / 0.4);
}

.text-gray-300\/5{
  color: rgb(209 213 219 / 0.05);
}

.text-gray-300\/50{
  color: rgb(209 213 219 / 0.5);
}

.text-gray-300\/60{
  color: rgb(209 213 219 / 0.6);
}

.text-gray-300\/70{
  color: rgb(209 213 219 / 0.7);
}

.text-gray-300\/75{
  color: rgb(209 213 219 / 0.75);
}

.text-gray-300\/80{
  color: rgb(209 213 219 / 0.8);
}

.text-gray-300\/90{
  color: rgb(209 213 219 / 0.9);
}

.text-gray-300\/95{
  color: rgb(209 213 219 / 0.95);
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-400\/0{
  color: rgb(156 163 175 / 0);
}

.text-gray-400\/10{
  color: rgb(156 163 175 / 0.1);
}

.text-gray-400\/100{
  color: rgb(156 163 175 / 1);
}

.text-gray-400\/20{
  color: rgb(156 163 175 / 0.2);
}

.text-gray-400\/25{
  color: rgb(156 163 175 / 0.25);
}

.text-gray-400\/30{
  color: rgb(156 163 175 / 0.3);
}

.text-gray-400\/40{
  color: rgb(156 163 175 / 0.4);
}

.text-gray-400\/5{
  color: rgb(156 163 175 / 0.05);
}

.text-gray-400\/50{
  color: rgb(156 163 175 / 0.5);
}

.text-gray-400\/60{
  color: rgb(156 163 175 / 0.6);
}

.text-gray-400\/70{
  color: rgb(156 163 175 / 0.7);
}

.text-gray-400\/75{
  color: rgb(156 163 175 / 0.75);
}

.text-gray-400\/80{
  color: rgb(156 163 175 / 0.8);
}

.text-gray-400\/90{
  color: rgb(156 163 175 / 0.9);
}

.text-gray-400\/95{
  color: rgb(156 163 175 / 0.95);
}

.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.text-gray-50\/0{
  color: rgb(249 250 251 / 0);
}

.text-gray-50\/10{
  color: rgb(249 250 251 / 0.1);
}

.text-gray-50\/100{
  color: rgb(249 250 251 / 1);
}

.text-gray-50\/20{
  color: rgb(249 250 251 / 0.2);
}

.text-gray-50\/25{
  color: rgb(249 250 251 / 0.25);
}

.text-gray-50\/30{
  color: rgb(249 250 251 / 0.3);
}

.text-gray-50\/40{
  color: rgb(249 250 251 / 0.4);
}

.text-gray-50\/5{
  color: rgb(249 250 251 / 0.05);
}

.text-gray-50\/50{
  color: rgb(249 250 251 / 0.5);
}

.text-gray-50\/60{
  color: rgb(249 250 251 / 0.6);
}

.text-gray-50\/70{
  color: rgb(249 250 251 / 0.7);
}

.text-gray-50\/75{
  color: rgb(249 250 251 / 0.75);
}

.text-gray-50\/80{
  color: rgb(249 250 251 / 0.8);
}

.text-gray-50\/90{
  color: rgb(249 250 251 / 0.9);
}

.text-gray-50\/95{
  color: rgb(249 250 251 / 0.95);
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-500\/0{
  color: rgb(107 114 128 / 0);
}

.text-gray-500\/10{
  color: rgb(107 114 128 / 0.1);
}

.text-gray-500\/100{
  color: rgb(107 114 128 / 1);
}

.text-gray-500\/20{
  color: rgb(107 114 128 / 0.2);
}

.text-gray-500\/25{
  color: rgb(107 114 128 / 0.25);
}

.text-gray-500\/30{
  color: rgb(107 114 128 / 0.3);
}

.text-gray-500\/40{
  color: rgb(107 114 128 / 0.4);
}

.text-gray-500\/5{
  color: rgb(107 114 128 / 0.05);
}

.text-gray-500\/50{
  color: rgb(107 114 128 / 0.5);
}

.text-gray-500\/60{
  color: rgb(107 114 128 / 0.6);
}

.text-gray-500\/70{
  color: rgb(107 114 128 / 0.7);
}

.text-gray-500\/75{
  color: rgb(107 114 128 / 0.75);
}

.text-gray-500\/80{
  color: rgb(107 114 128 / 0.8);
}

.text-gray-500\/90{
  color: rgb(107 114 128 / 0.9);
}

.text-gray-500\/95{
  color: rgb(107 114 128 / 0.95);
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-600\/0{
  color: rgb(75 85 99 / 0);
}

.text-gray-600\/10{
  color: rgb(75 85 99 / 0.1);
}

.text-gray-600\/100{
  color: rgb(75 85 99 / 1);
}

.text-gray-600\/20{
  color: rgb(75 85 99 / 0.2);
}

.text-gray-600\/25{
  color: rgb(75 85 99 / 0.25);
}

.text-gray-600\/30{
  color: rgb(75 85 99 / 0.3);
}

.text-gray-600\/40{
  color: rgb(75 85 99 / 0.4);
}

.text-gray-600\/5{
  color: rgb(75 85 99 / 0.05);
}

.text-gray-600\/50{
  color: rgb(75 85 99 / 0.5);
}

.text-gray-600\/60{
  color: rgb(75 85 99 / 0.6);
}

.text-gray-600\/70{
  color: rgb(75 85 99 / 0.7);
}

.text-gray-600\/75{
  color: rgb(75 85 99 / 0.75);
}

.text-gray-600\/80{
  color: rgb(75 85 99 / 0.8);
}

.text-gray-600\/90{
  color: rgb(75 85 99 / 0.9);
}

.text-gray-600\/95{
  color: rgb(75 85 99 / 0.95);
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-700\/0{
  color: rgb(55 65 81 / 0);
}

.text-gray-700\/10{
  color: rgb(55 65 81 / 0.1);
}

.text-gray-700\/100{
  color: rgb(55 65 81 / 1);
}

.text-gray-700\/20{
  color: rgb(55 65 81 / 0.2);
}

.text-gray-700\/25{
  color: rgb(55 65 81 / 0.25);
}

.text-gray-700\/30{
  color: rgb(55 65 81 / 0.3);
}

.text-gray-700\/40{
  color: rgb(55 65 81 / 0.4);
}

.text-gray-700\/5{
  color: rgb(55 65 81 / 0.05);
}

.text-gray-700\/50{
  color: rgb(55 65 81 / 0.5);
}

.text-gray-700\/60{
  color: rgb(55 65 81 / 0.6);
}

.text-gray-700\/70{
  color: rgb(55 65 81 / 0.7);
}

.text-gray-700\/75{
  color: rgb(55 65 81 / 0.75);
}

.text-gray-700\/80{
  color: rgb(55 65 81 / 0.8);
}

.text-gray-700\/90{
  color: rgb(55 65 81 / 0.9);
}

.text-gray-700\/95{
  color: rgb(55 65 81 / 0.95);
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-800\/0{
  color: rgb(31 41 55 / 0);
}

.text-gray-800\/10{
  color: rgb(31 41 55 / 0.1);
}

.text-gray-800\/100{
  color: rgb(31 41 55 / 1);
}

.text-gray-800\/20{
  color: rgb(31 41 55 / 0.2);
}

.text-gray-800\/25{
  color: rgb(31 41 55 / 0.25);
}

.text-gray-800\/30{
  color: rgb(31 41 55 / 0.3);
}

.text-gray-800\/40{
  color: rgb(31 41 55 / 0.4);
}

.text-gray-800\/5{
  color: rgb(31 41 55 / 0.05);
}

.text-gray-800\/50{
  color: rgb(31 41 55 / 0.5);
}

.text-gray-800\/60{
  color: rgb(31 41 55 / 0.6);
}

.text-gray-800\/70{
  color: rgb(31 41 55 / 0.7);
}

.text-gray-800\/75{
  color: rgb(31 41 55 / 0.75);
}

.text-gray-800\/80{
  color: rgb(31 41 55 / 0.8);
}

.text-gray-800\/90{
  color: rgb(31 41 55 / 0.9);
}

.text-gray-800\/95{
  color: rgb(31 41 55 / 0.95);
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-900\/0{
  color: rgb(17 24 39 / 0);
}

.text-gray-900\/10{
  color: rgb(17 24 39 / 0.1);
}

.text-gray-900\/100{
  color: rgb(17 24 39 / 1);
}

.text-gray-900\/20{
  color: rgb(17 24 39 / 0.2);
}

.text-gray-900\/25{
  color: rgb(17 24 39 / 0.25);
}

.text-gray-900\/30{
  color: rgb(17 24 39 / 0.3);
}

.text-gray-900\/40{
  color: rgb(17 24 39 / 0.4);
}

.text-gray-900\/5{
  color: rgb(17 24 39 / 0.05);
}

.text-gray-900\/50{
  color: rgb(17 24 39 / 0.5);
}

.text-gray-900\/60{
  color: rgb(17 24 39 / 0.6);
}

.text-gray-900\/70{
  color: rgb(17 24 39 / 0.7);
}

.text-gray-900\/75{
  color: rgb(17 24 39 / 0.75);
}

.text-gray-900\/80{
  color: rgb(17 24 39 / 0.8);
}

.text-gray-900\/90{
  color: rgb(17 24 39 / 0.9);
}

.text-gray-900\/95{
  color: rgb(17 24 39 / 0.95);
}

.text-gray-950{
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

.text-gray-950\/0{
  color: rgb(3 7 18 / 0);
}

.text-gray-950\/10{
  color: rgb(3 7 18 / 0.1);
}

.text-gray-950\/100{
  color: rgb(3 7 18 / 1);
}

.text-gray-950\/20{
  color: rgb(3 7 18 / 0.2);
}

.text-gray-950\/25{
  color: rgb(3 7 18 / 0.25);
}

.text-gray-950\/30{
  color: rgb(3 7 18 / 0.3);
}

.text-gray-950\/40{
  color: rgb(3 7 18 / 0.4);
}

.text-gray-950\/5{
  color: rgb(3 7 18 / 0.05);
}

.text-gray-950\/50{
  color: rgb(3 7 18 / 0.5);
}

.text-gray-950\/60{
  color: rgb(3 7 18 / 0.6);
}

.text-gray-950\/70{
  color: rgb(3 7 18 / 0.7);
}

.text-gray-950\/75{
  color: rgb(3 7 18 / 0.75);
}

.text-gray-950\/80{
  color: rgb(3 7 18 / 0.8);
}

.text-gray-950\/90{
  color: rgb(3 7 18 / 0.9);
}

.text-gray-950\/95{
  color: rgb(3 7 18 / 0.95);
}

.text-green-100{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}

.text-green-100\/0{
  color: rgb(220 252 231 / 0);
}

.text-green-100\/10{
  color: rgb(220 252 231 / 0.1);
}

.text-green-100\/100{
  color: rgb(220 252 231 / 1);
}

.text-green-100\/20{
  color: rgb(220 252 231 / 0.2);
}

.text-green-100\/25{
  color: rgb(220 252 231 / 0.25);
}

.text-green-100\/30{
  color: rgb(220 252 231 / 0.3);
}

.text-green-100\/40{
  color: rgb(220 252 231 / 0.4);
}

.text-green-100\/5{
  color: rgb(220 252 231 / 0.05);
}

.text-green-100\/50{
  color: rgb(220 252 231 / 0.5);
}

.text-green-100\/60{
  color: rgb(220 252 231 / 0.6);
}

.text-green-100\/70{
  color: rgb(220 252 231 / 0.7);
}

.text-green-100\/75{
  color: rgb(220 252 231 / 0.75);
}

.text-green-100\/80{
  color: rgb(220 252 231 / 0.8);
}

.text-green-100\/90{
  color: rgb(220 252 231 / 0.9);
}

.text-green-100\/95{
  color: rgb(220 252 231 / 0.95);
}

.text-green-200{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}

.text-green-200\/0{
  color: rgb(187 247 208 / 0);
}

.text-green-200\/10{
  color: rgb(187 247 208 / 0.1);
}

.text-green-200\/100{
  color: rgb(187 247 208 / 1);
}

.text-green-200\/20{
  color: rgb(187 247 208 / 0.2);
}

.text-green-200\/25{
  color: rgb(187 247 208 / 0.25);
}

.text-green-200\/30{
  color: rgb(187 247 208 / 0.3);
}

.text-green-200\/40{
  color: rgb(187 247 208 / 0.4);
}

.text-green-200\/5{
  color: rgb(187 247 208 / 0.05);
}

.text-green-200\/50{
  color: rgb(187 247 208 / 0.5);
}

.text-green-200\/60{
  color: rgb(187 247 208 / 0.6);
}

.text-green-200\/70{
  color: rgb(187 247 208 / 0.7);
}

.text-green-200\/75{
  color: rgb(187 247 208 / 0.75);
}

.text-green-200\/80{
  color: rgb(187 247 208 / 0.8);
}

.text-green-200\/90{
  color: rgb(187 247 208 / 0.9);
}

.text-green-200\/95{
  color: rgb(187 247 208 / 0.95);
}

.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}

.text-green-300\/0{
  color: rgb(134 239 172 / 0);
}

.text-green-300\/10{
  color: rgb(134 239 172 / 0.1);
}

.text-green-300\/100{
  color: rgb(134 239 172 / 1);
}

.text-green-300\/20{
  color: rgb(134 239 172 / 0.2);
}

.text-green-300\/25{
  color: rgb(134 239 172 / 0.25);
}

.text-green-300\/30{
  color: rgb(134 239 172 / 0.3);
}

.text-green-300\/40{
  color: rgb(134 239 172 / 0.4);
}

.text-green-300\/5{
  color: rgb(134 239 172 / 0.05);
}

.text-green-300\/50{
  color: rgb(134 239 172 / 0.5);
}

.text-green-300\/60{
  color: rgb(134 239 172 / 0.6);
}

.text-green-300\/70{
  color: rgb(134 239 172 / 0.7);
}

.text-green-300\/75{
  color: rgb(134 239 172 / 0.75);
}

.text-green-300\/80{
  color: rgb(134 239 172 / 0.8);
}

.text-green-300\/90{
  color: rgb(134 239 172 / 0.9);
}

.text-green-300\/95{
  color: rgb(134 239 172 / 0.95);
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.text-green-400\/0{
  color: rgb(74 222 128 / 0);
}

.text-green-400\/10{
  color: rgb(74 222 128 / 0.1);
}

.text-green-400\/100{
  color: rgb(74 222 128 / 1);
}

.text-green-400\/20{
  color: rgb(74 222 128 / 0.2);
}

.text-green-400\/25{
  color: rgb(74 222 128 / 0.25);
}

.text-green-400\/30{
  color: rgb(74 222 128 / 0.3);
}

.text-green-400\/40{
  color: rgb(74 222 128 / 0.4);
}

.text-green-400\/5{
  color: rgb(74 222 128 / 0.05);
}

.text-green-400\/50{
  color: rgb(74 222 128 / 0.5);
}

.text-green-400\/60{
  color: rgb(74 222 128 / 0.6);
}

.text-green-400\/70{
  color: rgb(74 222 128 / 0.7);
}

.text-green-400\/75{
  color: rgb(74 222 128 / 0.75);
}

.text-green-400\/80{
  color: rgb(74 222 128 / 0.8);
}

.text-green-400\/90{
  color: rgb(74 222 128 / 0.9);
}

.text-green-400\/95{
  color: rgb(74 222 128 / 0.95);
}

.text-green-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}

.text-green-50\/0{
  color: rgb(240 253 244 / 0);
}

.text-green-50\/10{
  color: rgb(240 253 244 / 0.1);
}

.text-green-50\/100{
  color: rgb(240 253 244 / 1);
}

.text-green-50\/20{
  color: rgb(240 253 244 / 0.2);
}

.text-green-50\/25{
  color: rgb(240 253 244 / 0.25);
}

.text-green-50\/30{
  color: rgb(240 253 244 / 0.3);
}

.text-green-50\/40{
  color: rgb(240 253 244 / 0.4);
}

.text-green-50\/5{
  color: rgb(240 253 244 / 0.05);
}

.text-green-50\/50{
  color: rgb(240 253 244 / 0.5);
}

.text-green-50\/60{
  color: rgb(240 253 244 / 0.6);
}

.text-green-50\/70{
  color: rgb(240 253 244 / 0.7);
}

.text-green-50\/75{
  color: rgb(240 253 244 / 0.75);
}

.text-green-50\/80{
  color: rgb(240 253 244 / 0.8);
}

.text-green-50\/90{
  color: rgb(240 253 244 / 0.9);
}

.text-green-50\/95{
  color: rgb(240 253 244 / 0.95);
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-green-500\/0{
  color: rgb(34 197 94 / 0);
}

.text-green-500\/10{
  color: rgb(34 197 94 / 0.1);
}

.text-green-500\/100{
  color: rgb(34 197 94 / 1);
}

.text-green-500\/20{
  color: rgb(34 197 94 / 0.2);
}

.text-green-500\/25{
  color: rgb(34 197 94 / 0.25);
}

.text-green-500\/30{
  color: rgb(34 197 94 / 0.3);
}

.text-green-500\/40{
  color: rgb(34 197 94 / 0.4);
}

.text-green-500\/5{
  color: rgb(34 197 94 / 0.05);
}

.text-green-500\/50{
  color: rgb(34 197 94 / 0.5);
}

.text-green-500\/60{
  color: rgb(34 197 94 / 0.6);
}

.text-green-500\/70{
  color: rgb(34 197 94 / 0.7);
}

.text-green-500\/75{
  color: rgb(34 197 94 / 0.75);
}

.text-green-500\/80{
  color: rgb(34 197 94 / 0.8);
}

.text-green-500\/90{
  color: rgb(34 197 94 / 0.9);
}

.text-green-500\/95{
  color: rgb(34 197 94 / 0.95);
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-green-600\/0{
  color: rgb(22 163 74 / 0);
}

.text-green-600\/10{
  color: rgb(22 163 74 / 0.1);
}

.text-green-600\/100{
  color: rgb(22 163 74 / 1);
}

.text-green-600\/20{
  color: rgb(22 163 74 / 0.2);
}

.text-green-600\/25{
  color: rgb(22 163 74 / 0.25);
}

.text-green-600\/30{
  color: rgb(22 163 74 / 0.3);
}

.text-green-600\/40{
  color: rgb(22 163 74 / 0.4);
}

.text-green-600\/5{
  color: rgb(22 163 74 / 0.05);
}

.text-green-600\/50{
  color: rgb(22 163 74 / 0.5);
}

.text-green-600\/60{
  color: rgb(22 163 74 / 0.6);
}

.text-green-600\/70{
  color: rgb(22 163 74 / 0.7);
}

.text-green-600\/75{
  color: rgb(22 163 74 / 0.75);
}

.text-green-600\/80{
  color: rgb(22 163 74 / 0.8);
}

.text-green-600\/90{
  color: rgb(22 163 74 / 0.9);
}

.text-green-600\/95{
  color: rgb(22 163 74 / 0.95);
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-green-700\/0{
  color: rgb(21 128 61 / 0);
}

.text-green-700\/10{
  color: rgb(21 128 61 / 0.1);
}

.text-green-700\/100{
  color: rgb(21 128 61 / 1);
}

.text-green-700\/20{
  color: rgb(21 128 61 / 0.2);
}

.text-green-700\/25{
  color: rgb(21 128 61 / 0.25);
}

.text-green-700\/30{
  color: rgb(21 128 61 / 0.3);
}

.text-green-700\/40{
  color: rgb(21 128 61 / 0.4);
}

.text-green-700\/5{
  color: rgb(21 128 61 / 0.05);
}

.text-green-700\/50{
  color: rgb(21 128 61 / 0.5);
}

.text-green-700\/60{
  color: rgb(21 128 61 / 0.6);
}

.text-green-700\/70{
  color: rgb(21 128 61 / 0.7);
}

.text-green-700\/75{
  color: rgb(21 128 61 / 0.75);
}

.text-green-700\/80{
  color: rgb(21 128 61 / 0.8);
}

.text-green-700\/90{
  color: rgb(21 128 61 / 0.9);
}

.text-green-700\/95{
  color: rgb(21 128 61 / 0.95);
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.text-green-800\/0{
  color: rgb(22 101 52 / 0);
}

.text-green-800\/10{
  color: rgb(22 101 52 / 0.1);
}

.text-green-800\/100{
  color: rgb(22 101 52 / 1);
}

.text-green-800\/20{
  color: rgb(22 101 52 / 0.2);
}

.text-green-800\/25{
  color: rgb(22 101 52 / 0.25);
}

.text-green-800\/30{
  color: rgb(22 101 52 / 0.3);
}

.text-green-800\/40{
  color: rgb(22 101 52 / 0.4);
}

.text-green-800\/5{
  color: rgb(22 101 52 / 0.05);
}

.text-green-800\/50{
  color: rgb(22 101 52 / 0.5);
}

.text-green-800\/60{
  color: rgb(22 101 52 / 0.6);
}

.text-green-800\/70{
  color: rgb(22 101 52 / 0.7);
}

.text-green-800\/75{
  color: rgb(22 101 52 / 0.75);
}

.text-green-800\/80{
  color: rgb(22 101 52 / 0.8);
}

.text-green-800\/90{
  color: rgb(22 101 52 / 0.9);
}

.text-green-800\/95{
  color: rgb(22 101 52 / 0.95);
}

.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}

.text-green-900\/0{
  color: rgb(20 83 45 / 0);
}

.text-green-900\/10{
  color: rgb(20 83 45 / 0.1);
}

.text-green-900\/100{
  color: rgb(20 83 45 / 1);
}

.text-green-900\/20{
  color: rgb(20 83 45 / 0.2);
}

.text-green-900\/25{
  color: rgb(20 83 45 / 0.25);
}

.text-green-900\/30{
  color: rgb(20 83 45 / 0.3);
}

.text-green-900\/40{
  color: rgb(20 83 45 / 0.4);
}

.text-green-900\/5{
  color: rgb(20 83 45 / 0.05);
}

.text-green-900\/50{
  color: rgb(20 83 45 / 0.5);
}

.text-green-900\/60{
  color: rgb(20 83 45 / 0.6);
}

.text-green-900\/70{
  color: rgb(20 83 45 / 0.7);
}

.text-green-900\/75{
  color: rgb(20 83 45 / 0.75);
}

.text-green-900\/80{
  color: rgb(20 83 45 / 0.8);
}

.text-green-900\/90{
  color: rgb(20 83 45 / 0.9);
}

.text-green-900\/95{
  color: rgb(20 83 45 / 0.95);
}

.text-green-950{
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity));
}

.text-green-950\/0{
  color: rgb(5 46 22 / 0);
}

.text-green-950\/10{
  color: rgb(5 46 22 / 0.1);
}

.text-green-950\/100{
  color: rgb(5 46 22 / 1);
}

.text-green-950\/20{
  color: rgb(5 46 22 / 0.2);
}

.text-green-950\/25{
  color: rgb(5 46 22 / 0.25);
}

.text-green-950\/30{
  color: rgb(5 46 22 / 0.3);
}

.text-green-950\/40{
  color: rgb(5 46 22 / 0.4);
}

.text-green-950\/5{
  color: rgb(5 46 22 / 0.05);
}

.text-green-950\/50{
  color: rgb(5 46 22 / 0.5);
}

.text-green-950\/60{
  color: rgb(5 46 22 / 0.6);
}

.text-green-950\/70{
  color: rgb(5 46 22 / 0.7);
}

.text-green-950\/75{
  color: rgb(5 46 22 / 0.75);
}

.text-green-950\/80{
  color: rgb(5 46 22 / 0.8);
}

.text-green-950\/90{
  color: rgb(5 46 22 / 0.9);
}

.text-green-950\/95{
  color: rgb(5 46 22 / 0.95);
}

.text-indigo-100{
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}

.text-indigo-100\/0{
  color: rgb(224 231 255 / 0);
}

.text-indigo-100\/10{
  color: rgb(224 231 255 / 0.1);
}

.text-indigo-100\/100{
  color: rgb(224 231 255 / 1);
}

.text-indigo-100\/20{
  color: rgb(224 231 255 / 0.2);
}

.text-indigo-100\/25{
  color: rgb(224 231 255 / 0.25);
}

.text-indigo-100\/30{
  color: rgb(224 231 255 / 0.3);
}

.text-indigo-100\/40{
  color: rgb(224 231 255 / 0.4);
}

.text-indigo-100\/5{
  color: rgb(224 231 255 / 0.05);
}

.text-indigo-100\/50{
  color: rgb(224 231 255 / 0.5);
}

.text-indigo-100\/60{
  color: rgb(224 231 255 / 0.6);
}

.text-indigo-100\/70{
  color: rgb(224 231 255 / 0.7);
}

.text-indigo-100\/75{
  color: rgb(224 231 255 / 0.75);
}

.text-indigo-100\/80{
  color: rgb(224 231 255 / 0.8);
}

.text-indigo-100\/90{
  color: rgb(224 231 255 / 0.9);
}

.text-indigo-100\/95{
  color: rgb(224 231 255 / 0.95);
}

.text-indigo-200{
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}

.text-indigo-200\/0{
  color: rgb(199 210 254 / 0);
}

.text-indigo-200\/10{
  color: rgb(199 210 254 / 0.1);
}

.text-indigo-200\/100{
  color: rgb(199 210 254 / 1);
}

.text-indigo-200\/20{
  color: rgb(199 210 254 / 0.2);
}

.text-indigo-200\/25{
  color: rgb(199 210 254 / 0.25);
}

.text-indigo-200\/30{
  color: rgb(199 210 254 / 0.3);
}

.text-indigo-200\/40{
  color: rgb(199 210 254 / 0.4);
}

.text-indigo-200\/5{
  color: rgb(199 210 254 / 0.05);
}

.text-indigo-200\/50{
  color: rgb(199 210 254 / 0.5);
}

.text-indigo-200\/60{
  color: rgb(199 210 254 / 0.6);
}

.text-indigo-200\/70{
  color: rgb(199 210 254 / 0.7);
}

.text-indigo-200\/75{
  color: rgb(199 210 254 / 0.75);
}

.text-indigo-200\/80{
  color: rgb(199 210 254 / 0.8);
}

.text-indigo-200\/90{
  color: rgb(199 210 254 / 0.9);
}

.text-indigo-200\/95{
  color: rgb(199 210 254 / 0.95);
}

.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

.text-indigo-300\/0{
  color: rgb(165 180 252 / 0);
}

.text-indigo-300\/10{
  color: rgb(165 180 252 / 0.1);
}

.text-indigo-300\/100{
  color: rgb(165 180 252 / 1);
}

.text-indigo-300\/20{
  color: rgb(165 180 252 / 0.2);
}

.text-indigo-300\/25{
  color: rgb(165 180 252 / 0.25);
}

.text-indigo-300\/30{
  color: rgb(165 180 252 / 0.3);
}

.text-indigo-300\/40{
  color: rgb(165 180 252 / 0.4);
}

.text-indigo-300\/5{
  color: rgb(165 180 252 / 0.05);
}

.text-indigo-300\/50{
  color: rgb(165 180 252 / 0.5);
}

.text-indigo-300\/60{
  color: rgb(165 180 252 / 0.6);
}

.text-indigo-300\/70{
  color: rgb(165 180 252 / 0.7);
}

.text-indigo-300\/75{
  color: rgb(165 180 252 / 0.75);
}

.text-indigo-300\/80{
  color: rgb(165 180 252 / 0.8);
}

.text-indigo-300\/90{
  color: rgb(165 180 252 / 0.9);
}

.text-indigo-300\/95{
  color: rgb(165 180 252 / 0.95);
}

.text-indigo-400{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.text-indigo-400\/0{
  color: rgb(129 140 248 / 0);
}

.text-indigo-400\/10{
  color: rgb(129 140 248 / 0.1);
}

.text-indigo-400\/100{
  color: rgb(129 140 248 / 1);
}

.text-indigo-400\/20{
  color: rgb(129 140 248 / 0.2);
}

.text-indigo-400\/25{
  color: rgb(129 140 248 / 0.25);
}

.text-indigo-400\/30{
  color: rgb(129 140 248 / 0.3);
}

.text-indigo-400\/40{
  color: rgb(129 140 248 / 0.4);
}

.text-indigo-400\/5{
  color: rgb(129 140 248 / 0.05);
}

.text-indigo-400\/50{
  color: rgb(129 140 248 / 0.5);
}

.text-indigo-400\/60{
  color: rgb(129 140 248 / 0.6);
}

.text-indigo-400\/70{
  color: rgb(129 140 248 / 0.7);
}

.text-indigo-400\/75{
  color: rgb(129 140 248 / 0.75);
}

.text-indigo-400\/80{
  color: rgb(129 140 248 / 0.8);
}

.text-indigo-400\/90{
  color: rgb(129 140 248 / 0.9);
}

.text-indigo-400\/95{
  color: rgb(129 140 248 / 0.95);
}

.text-indigo-50{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}

.text-indigo-50\/0{
  color: rgb(238 242 255 / 0);
}

.text-indigo-50\/10{
  color: rgb(238 242 255 / 0.1);
}

.text-indigo-50\/100{
  color: rgb(238 242 255 / 1);
}

.text-indigo-50\/20{
  color: rgb(238 242 255 / 0.2);
}

.text-indigo-50\/25{
  color: rgb(238 242 255 / 0.25);
}

.text-indigo-50\/30{
  color: rgb(238 242 255 / 0.3);
}

.text-indigo-50\/40{
  color: rgb(238 242 255 / 0.4);
}

.text-indigo-50\/5{
  color: rgb(238 242 255 / 0.05);
}

.text-indigo-50\/50{
  color: rgb(238 242 255 / 0.5);
}

.text-indigo-50\/60{
  color: rgb(238 242 255 / 0.6);
}

.text-indigo-50\/70{
  color: rgb(238 242 255 / 0.7);
}

.text-indigo-50\/75{
  color: rgb(238 242 255 / 0.75);
}

.text-indigo-50\/80{
  color: rgb(238 242 255 / 0.8);
}

.text-indigo-50\/90{
  color: rgb(238 242 255 / 0.9);
}

.text-indigo-50\/95{
  color: rgb(238 242 255 / 0.95);
}

.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-indigo-500\/0{
  color: rgb(99 102 241 / 0);
}

.text-indigo-500\/10{
  color: rgb(99 102 241 / 0.1);
}

.text-indigo-500\/100{
  color: rgb(99 102 241 / 1);
}

.text-indigo-500\/20{
  color: rgb(99 102 241 / 0.2);
}

.text-indigo-500\/25{
  color: rgb(99 102 241 / 0.25);
}

.text-indigo-500\/30{
  color: rgb(99 102 241 / 0.3);
}

.text-indigo-500\/40{
  color: rgb(99 102 241 / 0.4);
}

.text-indigo-500\/5{
  color: rgb(99 102 241 / 0.05);
}

.text-indigo-500\/50{
  color: rgb(99 102 241 / 0.5);
}

.text-indigo-500\/60{
  color: rgb(99 102 241 / 0.6);
}

.text-indigo-500\/70{
  color: rgb(99 102 241 / 0.7);
}

.text-indigo-500\/75{
  color: rgb(99 102 241 / 0.75);
}

.text-indigo-500\/80{
  color: rgb(99 102 241 / 0.8);
}

.text-indigo-500\/90{
  color: rgb(99 102 241 / 0.9);
}

.text-indigo-500\/95{
  color: rgb(99 102 241 / 0.95);
}

.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-indigo-600\/0{
  color: rgb(79 70 229 / 0);
}

.text-indigo-600\/10{
  color: rgb(79 70 229 / 0.1);
}

.text-indigo-600\/100{
  color: rgb(79 70 229 / 1);
}

.text-indigo-600\/20{
  color: rgb(79 70 229 / 0.2);
}

.text-indigo-600\/25{
  color: rgb(79 70 229 / 0.25);
}

.text-indigo-600\/30{
  color: rgb(79 70 229 / 0.3);
}

.text-indigo-600\/40{
  color: rgb(79 70 229 / 0.4);
}

.text-indigo-600\/5{
  color: rgb(79 70 229 / 0.05);
}

.text-indigo-600\/50{
  color: rgb(79 70 229 / 0.5);
}

.text-indigo-600\/60{
  color: rgb(79 70 229 / 0.6);
}

.text-indigo-600\/70{
  color: rgb(79 70 229 / 0.7);
}

.text-indigo-600\/75{
  color: rgb(79 70 229 / 0.75);
}

.text-indigo-600\/80{
  color: rgb(79 70 229 / 0.8);
}

.text-indigo-600\/90{
  color: rgb(79 70 229 / 0.9);
}

.text-indigo-600\/95{
  color: rgb(79 70 229 / 0.95);
}

.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.text-indigo-700\/0{
  color: rgb(67 56 202 / 0);
}

.text-indigo-700\/10{
  color: rgb(67 56 202 / 0.1);
}

.text-indigo-700\/100{
  color: rgb(67 56 202 / 1);
}

.text-indigo-700\/20{
  color: rgb(67 56 202 / 0.2);
}

.text-indigo-700\/25{
  color: rgb(67 56 202 / 0.25);
}

.text-indigo-700\/30{
  color: rgb(67 56 202 / 0.3);
}

.text-indigo-700\/40{
  color: rgb(67 56 202 / 0.4);
}

.text-indigo-700\/5{
  color: rgb(67 56 202 / 0.05);
}

.text-indigo-700\/50{
  color: rgb(67 56 202 / 0.5);
}

.text-indigo-700\/60{
  color: rgb(67 56 202 / 0.6);
}

.text-indigo-700\/70{
  color: rgb(67 56 202 / 0.7);
}

.text-indigo-700\/75{
  color: rgb(67 56 202 / 0.75);
}

.text-indigo-700\/80{
  color: rgb(67 56 202 / 0.8);
}

.text-indigo-700\/90{
  color: rgb(67 56 202 / 0.9);
}

.text-indigo-700\/95{
  color: rgb(67 56 202 / 0.95);
}

.text-indigo-800{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.text-indigo-800\/0{
  color: rgb(55 48 163 / 0);
}

.text-indigo-800\/10{
  color: rgb(55 48 163 / 0.1);
}

.text-indigo-800\/100{
  color: rgb(55 48 163 / 1);
}

.text-indigo-800\/20{
  color: rgb(55 48 163 / 0.2);
}

.text-indigo-800\/25{
  color: rgb(55 48 163 / 0.25);
}

.text-indigo-800\/30{
  color: rgb(55 48 163 / 0.3);
}

.text-indigo-800\/40{
  color: rgb(55 48 163 / 0.4);
}

.text-indigo-800\/5{
  color: rgb(55 48 163 / 0.05);
}

.text-indigo-800\/50{
  color: rgb(55 48 163 / 0.5);
}

.text-indigo-800\/60{
  color: rgb(55 48 163 / 0.6);
}

.text-indigo-800\/70{
  color: rgb(55 48 163 / 0.7);
}

.text-indigo-800\/75{
  color: rgb(55 48 163 / 0.75);
}

.text-indigo-800\/80{
  color: rgb(55 48 163 / 0.8);
}

.text-indigo-800\/90{
  color: rgb(55 48 163 / 0.9);
}

.text-indigo-800\/95{
  color: rgb(55 48 163 / 0.95);
}

.text-indigo-900{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.text-indigo-900\/0{
  color: rgb(49 46 129 / 0);
}

.text-indigo-900\/10{
  color: rgb(49 46 129 / 0.1);
}

.text-indigo-900\/100{
  color: rgb(49 46 129 / 1);
}

.text-indigo-900\/20{
  color: rgb(49 46 129 / 0.2);
}

.text-indigo-900\/25{
  color: rgb(49 46 129 / 0.25);
}

.text-indigo-900\/30{
  color: rgb(49 46 129 / 0.3);
}

.text-indigo-900\/40{
  color: rgb(49 46 129 / 0.4);
}

.text-indigo-900\/5{
  color: rgb(49 46 129 / 0.05);
}

.text-indigo-900\/50{
  color: rgb(49 46 129 / 0.5);
}

.text-indigo-900\/60{
  color: rgb(49 46 129 / 0.6);
}

.text-indigo-900\/70{
  color: rgb(49 46 129 / 0.7);
}

.text-indigo-900\/75{
  color: rgb(49 46 129 / 0.75);
}

.text-indigo-900\/80{
  color: rgb(49 46 129 / 0.8);
}

.text-indigo-900\/90{
  color: rgb(49 46 129 / 0.9);
}

.text-indigo-900\/95{
  color: rgb(49 46 129 / 0.95);
}

.text-indigo-950{
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity));
}

.text-indigo-950\/0{
  color: rgb(30 27 75 / 0);
}

.text-indigo-950\/10{
  color: rgb(30 27 75 / 0.1);
}

.text-indigo-950\/100{
  color: rgb(30 27 75 / 1);
}

.text-indigo-950\/20{
  color: rgb(30 27 75 / 0.2);
}

.text-indigo-950\/25{
  color: rgb(30 27 75 / 0.25);
}

.text-indigo-950\/30{
  color: rgb(30 27 75 / 0.3);
}

.text-indigo-950\/40{
  color: rgb(30 27 75 / 0.4);
}

.text-indigo-950\/5{
  color: rgb(30 27 75 / 0.05);
}

.text-indigo-950\/50{
  color: rgb(30 27 75 / 0.5);
}

.text-indigo-950\/60{
  color: rgb(30 27 75 / 0.6);
}

.text-indigo-950\/70{
  color: rgb(30 27 75 / 0.7);
}

.text-indigo-950\/75{
  color: rgb(30 27 75 / 0.75);
}

.text-indigo-950\/80{
  color: rgb(30 27 75 / 0.8);
}

.text-indigo-950\/90{
  color: rgb(30 27 75 / 0.9);
}

.text-indigo-950\/95{
  color: rgb(30 27 75 / 0.95);
}

.text-inherit{
  color: inherit;
}

.text-lime-100{
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}

.text-lime-100\/0{
  color: rgb(236 252 203 / 0);
}

.text-lime-100\/10{
  color: rgb(236 252 203 / 0.1);
}

.text-lime-100\/100{
  color: rgb(236 252 203 / 1);
}

.text-lime-100\/20{
  color: rgb(236 252 203 / 0.2);
}

.text-lime-100\/25{
  color: rgb(236 252 203 / 0.25);
}

.text-lime-100\/30{
  color: rgb(236 252 203 / 0.3);
}

.text-lime-100\/40{
  color: rgb(236 252 203 / 0.4);
}

.text-lime-100\/5{
  color: rgb(236 252 203 / 0.05);
}

.text-lime-100\/50{
  color: rgb(236 252 203 / 0.5);
}

.text-lime-100\/60{
  color: rgb(236 252 203 / 0.6);
}

.text-lime-100\/70{
  color: rgb(236 252 203 / 0.7);
}

.text-lime-100\/75{
  color: rgb(236 252 203 / 0.75);
}

.text-lime-100\/80{
  color: rgb(236 252 203 / 0.8);
}

.text-lime-100\/90{
  color: rgb(236 252 203 / 0.9);
}

.text-lime-100\/95{
  color: rgb(236 252 203 / 0.95);
}

.text-lime-200{
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}

.text-lime-200\/0{
  color: rgb(217 249 157 / 0);
}

.text-lime-200\/10{
  color: rgb(217 249 157 / 0.1);
}

.text-lime-200\/100{
  color: rgb(217 249 157 / 1);
}

.text-lime-200\/20{
  color: rgb(217 249 157 / 0.2);
}

.text-lime-200\/25{
  color: rgb(217 249 157 / 0.25);
}

.text-lime-200\/30{
  color: rgb(217 249 157 / 0.3);
}

.text-lime-200\/40{
  color: rgb(217 249 157 / 0.4);
}

.text-lime-200\/5{
  color: rgb(217 249 157 / 0.05);
}

.text-lime-200\/50{
  color: rgb(217 249 157 / 0.5);
}

.text-lime-200\/60{
  color: rgb(217 249 157 / 0.6);
}

.text-lime-200\/70{
  color: rgb(217 249 157 / 0.7);
}

.text-lime-200\/75{
  color: rgb(217 249 157 / 0.75);
}

.text-lime-200\/80{
  color: rgb(217 249 157 / 0.8);
}

.text-lime-200\/90{
  color: rgb(217 249 157 / 0.9);
}

.text-lime-200\/95{
  color: rgb(217 249 157 / 0.95);
}

.text-lime-300{
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}

.text-lime-300\/0{
  color: rgb(190 242 100 / 0);
}

.text-lime-300\/10{
  color: rgb(190 242 100 / 0.1);
}

.text-lime-300\/100{
  color: rgb(190 242 100 / 1);
}

.text-lime-300\/20{
  color: rgb(190 242 100 / 0.2);
}

.text-lime-300\/25{
  color: rgb(190 242 100 / 0.25);
}

.text-lime-300\/30{
  color: rgb(190 242 100 / 0.3);
}

.text-lime-300\/40{
  color: rgb(190 242 100 / 0.4);
}

.text-lime-300\/5{
  color: rgb(190 242 100 / 0.05);
}

.text-lime-300\/50{
  color: rgb(190 242 100 / 0.5);
}

.text-lime-300\/60{
  color: rgb(190 242 100 / 0.6);
}

.text-lime-300\/70{
  color: rgb(190 242 100 / 0.7);
}

.text-lime-300\/75{
  color: rgb(190 242 100 / 0.75);
}

.text-lime-300\/80{
  color: rgb(190 242 100 / 0.8);
}

.text-lime-300\/90{
  color: rgb(190 242 100 / 0.9);
}

.text-lime-300\/95{
  color: rgb(190 242 100 / 0.95);
}

.text-lime-400{
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}

.text-lime-400\/0{
  color: rgb(163 230 53 / 0);
}

.text-lime-400\/10{
  color: rgb(163 230 53 / 0.1);
}

.text-lime-400\/100{
  color: rgb(163 230 53 / 1);
}

.text-lime-400\/20{
  color: rgb(163 230 53 / 0.2);
}

.text-lime-400\/25{
  color: rgb(163 230 53 / 0.25);
}

.text-lime-400\/30{
  color: rgb(163 230 53 / 0.3);
}

.text-lime-400\/40{
  color: rgb(163 230 53 / 0.4);
}

.text-lime-400\/5{
  color: rgb(163 230 53 / 0.05);
}

.text-lime-400\/50{
  color: rgb(163 230 53 / 0.5);
}

.text-lime-400\/60{
  color: rgb(163 230 53 / 0.6);
}

.text-lime-400\/70{
  color: rgb(163 230 53 / 0.7);
}

.text-lime-400\/75{
  color: rgb(163 230 53 / 0.75);
}

.text-lime-400\/80{
  color: rgb(163 230 53 / 0.8);
}

.text-lime-400\/90{
  color: rgb(163 230 53 / 0.9);
}

.text-lime-400\/95{
  color: rgb(163 230 53 / 0.95);
}

.text-lime-50{
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}

.text-lime-50\/0{
  color: rgb(247 254 231 / 0);
}

.text-lime-50\/10{
  color: rgb(247 254 231 / 0.1);
}

.text-lime-50\/100{
  color: rgb(247 254 231 / 1);
}

.text-lime-50\/20{
  color: rgb(247 254 231 / 0.2);
}

.text-lime-50\/25{
  color: rgb(247 254 231 / 0.25);
}

.text-lime-50\/30{
  color: rgb(247 254 231 / 0.3);
}

.text-lime-50\/40{
  color: rgb(247 254 231 / 0.4);
}

.text-lime-50\/5{
  color: rgb(247 254 231 / 0.05);
}

.text-lime-50\/50{
  color: rgb(247 254 231 / 0.5);
}

.text-lime-50\/60{
  color: rgb(247 254 231 / 0.6);
}

.text-lime-50\/70{
  color: rgb(247 254 231 / 0.7);
}

.text-lime-50\/75{
  color: rgb(247 254 231 / 0.75);
}

.text-lime-50\/80{
  color: rgb(247 254 231 / 0.8);
}

.text-lime-50\/90{
  color: rgb(247 254 231 / 0.9);
}

.text-lime-50\/95{
  color: rgb(247 254 231 / 0.95);
}

.text-lime-500{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}

.text-lime-500\/0{
  color: rgb(132 204 22 / 0);
}

.text-lime-500\/10{
  color: rgb(132 204 22 / 0.1);
}

.text-lime-500\/100{
  color: rgb(132 204 22 / 1);
}

.text-lime-500\/20{
  color: rgb(132 204 22 / 0.2);
}

.text-lime-500\/25{
  color: rgb(132 204 22 / 0.25);
}

.text-lime-500\/30{
  color: rgb(132 204 22 / 0.3);
}

.text-lime-500\/40{
  color: rgb(132 204 22 / 0.4);
}

.text-lime-500\/5{
  color: rgb(132 204 22 / 0.05);
}

.text-lime-500\/50{
  color: rgb(132 204 22 / 0.5);
}

.text-lime-500\/60{
  color: rgb(132 204 22 / 0.6);
}

.text-lime-500\/70{
  color: rgb(132 204 22 / 0.7);
}

.text-lime-500\/75{
  color: rgb(132 204 22 / 0.75);
}

.text-lime-500\/80{
  color: rgb(132 204 22 / 0.8);
}

.text-lime-500\/90{
  color: rgb(132 204 22 / 0.9);
}

.text-lime-500\/95{
  color: rgb(132 204 22 / 0.95);
}

.text-lime-600{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

.text-lime-600\/0{
  color: rgb(101 163 13 / 0);
}

.text-lime-600\/10{
  color: rgb(101 163 13 / 0.1);
}

.text-lime-600\/100{
  color: rgb(101 163 13 / 1);
}

.text-lime-600\/20{
  color: rgb(101 163 13 / 0.2);
}

.text-lime-600\/25{
  color: rgb(101 163 13 / 0.25);
}

.text-lime-600\/30{
  color: rgb(101 163 13 / 0.3);
}

.text-lime-600\/40{
  color: rgb(101 163 13 / 0.4);
}

.text-lime-600\/5{
  color: rgb(101 163 13 / 0.05);
}

.text-lime-600\/50{
  color: rgb(101 163 13 / 0.5);
}

.text-lime-600\/60{
  color: rgb(101 163 13 / 0.6);
}

.text-lime-600\/70{
  color: rgb(101 163 13 / 0.7);
}

.text-lime-600\/75{
  color: rgb(101 163 13 / 0.75);
}

.text-lime-600\/80{
  color: rgb(101 163 13 / 0.8);
}

.text-lime-600\/90{
  color: rgb(101 163 13 / 0.9);
}

.text-lime-600\/95{
  color: rgb(101 163 13 / 0.95);
}

.text-lime-700{
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}

.text-lime-700\/0{
  color: rgb(77 124 15 / 0);
}

.text-lime-700\/10{
  color: rgb(77 124 15 / 0.1);
}

.text-lime-700\/100{
  color: rgb(77 124 15 / 1);
}

.text-lime-700\/20{
  color: rgb(77 124 15 / 0.2);
}

.text-lime-700\/25{
  color: rgb(77 124 15 / 0.25);
}

.text-lime-700\/30{
  color: rgb(77 124 15 / 0.3);
}

.text-lime-700\/40{
  color: rgb(77 124 15 / 0.4);
}

.text-lime-700\/5{
  color: rgb(77 124 15 / 0.05);
}

.text-lime-700\/50{
  color: rgb(77 124 15 / 0.5);
}

.text-lime-700\/60{
  color: rgb(77 124 15 / 0.6);
}

.text-lime-700\/70{
  color: rgb(77 124 15 / 0.7);
}

.text-lime-700\/75{
  color: rgb(77 124 15 / 0.75);
}

.text-lime-700\/80{
  color: rgb(77 124 15 / 0.8);
}

.text-lime-700\/90{
  color: rgb(77 124 15 / 0.9);
}

.text-lime-700\/95{
  color: rgb(77 124 15 / 0.95);
}

.text-lime-800{
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}

.text-lime-800\/0{
  color: rgb(63 98 18 / 0);
}

.text-lime-800\/10{
  color: rgb(63 98 18 / 0.1);
}

.text-lime-800\/100{
  color: rgb(63 98 18 / 1);
}

.text-lime-800\/20{
  color: rgb(63 98 18 / 0.2);
}

.text-lime-800\/25{
  color: rgb(63 98 18 / 0.25);
}

.text-lime-800\/30{
  color: rgb(63 98 18 / 0.3);
}

.text-lime-800\/40{
  color: rgb(63 98 18 / 0.4);
}

.text-lime-800\/5{
  color: rgb(63 98 18 / 0.05);
}

.text-lime-800\/50{
  color: rgb(63 98 18 / 0.5);
}

.text-lime-800\/60{
  color: rgb(63 98 18 / 0.6);
}

.text-lime-800\/70{
  color: rgb(63 98 18 / 0.7);
}

.text-lime-800\/75{
  color: rgb(63 98 18 / 0.75);
}

.text-lime-800\/80{
  color: rgb(63 98 18 / 0.8);
}

.text-lime-800\/90{
  color: rgb(63 98 18 / 0.9);
}

.text-lime-800\/95{
  color: rgb(63 98 18 / 0.95);
}

.text-lime-900{
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}

.text-lime-900\/0{
  color: rgb(54 83 20 / 0);
}

.text-lime-900\/10{
  color: rgb(54 83 20 / 0.1);
}

.text-lime-900\/100{
  color: rgb(54 83 20 / 1);
}

.text-lime-900\/20{
  color: rgb(54 83 20 / 0.2);
}

.text-lime-900\/25{
  color: rgb(54 83 20 / 0.25);
}

.text-lime-900\/30{
  color: rgb(54 83 20 / 0.3);
}

.text-lime-900\/40{
  color: rgb(54 83 20 / 0.4);
}

.text-lime-900\/5{
  color: rgb(54 83 20 / 0.05);
}

.text-lime-900\/50{
  color: rgb(54 83 20 / 0.5);
}

.text-lime-900\/60{
  color: rgb(54 83 20 / 0.6);
}

.text-lime-900\/70{
  color: rgb(54 83 20 / 0.7);
}

.text-lime-900\/75{
  color: rgb(54 83 20 / 0.75);
}

.text-lime-900\/80{
  color: rgb(54 83 20 / 0.8);
}

.text-lime-900\/90{
  color: rgb(54 83 20 / 0.9);
}

.text-lime-900\/95{
  color: rgb(54 83 20 / 0.95);
}

.text-lime-950{
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity));
}

.text-lime-950\/0{
  color: rgb(26 46 5 / 0);
}

.text-lime-950\/10{
  color: rgb(26 46 5 / 0.1);
}

.text-lime-950\/100{
  color: rgb(26 46 5 / 1);
}

.text-lime-950\/20{
  color: rgb(26 46 5 / 0.2);
}

.text-lime-950\/25{
  color: rgb(26 46 5 / 0.25);
}

.text-lime-950\/30{
  color: rgb(26 46 5 / 0.3);
}

.text-lime-950\/40{
  color: rgb(26 46 5 / 0.4);
}

.text-lime-950\/5{
  color: rgb(26 46 5 / 0.05);
}

.text-lime-950\/50{
  color: rgb(26 46 5 / 0.5);
}

.text-lime-950\/60{
  color: rgb(26 46 5 / 0.6);
}

.text-lime-950\/70{
  color: rgb(26 46 5 / 0.7);
}

.text-lime-950\/75{
  color: rgb(26 46 5 / 0.75);
}

.text-lime-950\/80{
  color: rgb(26 46 5 / 0.8);
}

.text-lime-950\/90{
  color: rgb(26 46 5 / 0.9);
}

.text-lime-950\/95{
  color: rgb(26 46 5 / 0.95);
}

.text-neutral-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.text-neutral-100\/0{
  color: rgb(245 245 245 / 0);
}

.text-neutral-100\/10{
  color: rgb(245 245 245 / 0.1);
}

.text-neutral-100\/100{
  color: rgb(245 245 245 / 1);
}

.text-neutral-100\/20{
  color: rgb(245 245 245 / 0.2);
}

.text-neutral-100\/25{
  color: rgb(245 245 245 / 0.25);
}

.text-neutral-100\/30{
  color: rgb(245 245 245 / 0.3);
}

.text-neutral-100\/40{
  color: rgb(245 245 245 / 0.4);
}

.text-neutral-100\/5{
  color: rgb(245 245 245 / 0.05);
}

.text-neutral-100\/50{
  color: rgb(245 245 245 / 0.5);
}

.text-neutral-100\/60{
  color: rgb(245 245 245 / 0.6);
}

.text-neutral-100\/70{
  color: rgb(245 245 245 / 0.7);
}

.text-neutral-100\/75{
  color: rgb(245 245 245 / 0.75);
}

.text-neutral-100\/80{
  color: rgb(245 245 245 / 0.8);
}

.text-neutral-100\/90{
  color: rgb(245 245 245 / 0.9);
}

.text-neutral-100\/95{
  color: rgb(245 245 245 / 0.95);
}

.text-neutral-200{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.text-neutral-200\/0{
  color: rgb(229 229 229 / 0);
}

.text-neutral-200\/10{
  color: rgb(229 229 229 / 0.1);
}

.text-neutral-200\/100{
  color: rgb(229 229 229 / 1);
}

.text-neutral-200\/20{
  color: rgb(229 229 229 / 0.2);
}

.text-neutral-200\/25{
  color: rgb(229 229 229 / 0.25);
}

.text-neutral-200\/30{
  color: rgb(229 229 229 / 0.3);
}

.text-neutral-200\/40{
  color: rgb(229 229 229 / 0.4);
}

.text-neutral-200\/5{
  color: rgb(229 229 229 / 0.05);
}

.text-neutral-200\/50{
  color: rgb(229 229 229 / 0.5);
}

.text-neutral-200\/60{
  color: rgb(229 229 229 / 0.6);
}

.text-neutral-200\/70{
  color: rgb(229 229 229 / 0.7);
}

.text-neutral-200\/75{
  color: rgb(229 229 229 / 0.75);
}

.text-neutral-200\/80{
  color: rgb(229 229 229 / 0.8);
}

.text-neutral-200\/90{
  color: rgb(229 229 229 / 0.9);
}

.text-neutral-200\/95{
  color: rgb(229 229 229 / 0.95);
}

.text-neutral-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.text-neutral-300\/0{
  color: rgb(212 212 212 / 0);
}

.text-neutral-300\/10{
  color: rgb(212 212 212 / 0.1);
}

.text-neutral-300\/100{
  color: rgb(212 212 212 / 1);
}

.text-neutral-300\/20{
  color: rgb(212 212 212 / 0.2);
}

.text-neutral-300\/25{
  color: rgb(212 212 212 / 0.25);
}

.text-neutral-300\/30{
  color: rgb(212 212 212 / 0.3);
}

.text-neutral-300\/40{
  color: rgb(212 212 212 / 0.4);
}

.text-neutral-300\/5{
  color: rgb(212 212 212 / 0.05);
}

.text-neutral-300\/50{
  color: rgb(212 212 212 / 0.5);
}

.text-neutral-300\/60{
  color: rgb(212 212 212 / 0.6);
}

.text-neutral-300\/70{
  color: rgb(212 212 212 / 0.7);
}

.text-neutral-300\/75{
  color: rgb(212 212 212 / 0.75);
}

.text-neutral-300\/80{
  color: rgb(212 212 212 / 0.8);
}

.text-neutral-300\/90{
  color: rgb(212 212 212 / 0.9);
}

.text-neutral-300\/95{
  color: rgb(212 212 212 / 0.95);
}

.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-neutral-400\/0{
  color: rgb(163 163 163 / 0);
}

.text-neutral-400\/10{
  color: rgb(163 163 163 / 0.1);
}

.text-neutral-400\/100{
  color: rgb(163 163 163 / 1);
}

.text-neutral-400\/20{
  color: rgb(163 163 163 / 0.2);
}

.text-neutral-400\/25{
  color: rgb(163 163 163 / 0.25);
}

.text-neutral-400\/30{
  color: rgb(163 163 163 / 0.3);
}

.text-neutral-400\/40{
  color: rgb(163 163 163 / 0.4);
}

.text-neutral-400\/5{
  color: rgb(163 163 163 / 0.05);
}

.text-neutral-400\/50{
  color: rgb(163 163 163 / 0.5);
}

.text-neutral-400\/60{
  color: rgb(163 163 163 / 0.6);
}

.text-neutral-400\/70{
  color: rgb(163 163 163 / 0.7);
}

.text-neutral-400\/75{
  color: rgb(163 163 163 / 0.75);
}

.text-neutral-400\/80{
  color: rgb(163 163 163 / 0.8);
}

.text-neutral-400\/90{
  color: rgb(163 163 163 / 0.9);
}

.text-neutral-400\/95{
  color: rgb(163 163 163 / 0.95);
}

.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.text-neutral-50\/0{
  color: rgb(250 250 250 / 0);
}

.text-neutral-50\/10{
  color: rgb(250 250 250 / 0.1);
}

.text-neutral-50\/100{
  color: rgb(250 250 250 / 1);
}

.text-neutral-50\/20{
  color: rgb(250 250 250 / 0.2);
}

.text-neutral-50\/25{
  color: rgb(250 250 250 / 0.25);
}

.text-neutral-50\/30{
  color: rgb(250 250 250 / 0.3);
}

.text-neutral-50\/40{
  color: rgb(250 250 250 / 0.4);
}

.text-neutral-50\/5{
  color: rgb(250 250 250 / 0.05);
}

.text-neutral-50\/50{
  color: rgb(250 250 250 / 0.5);
}

.text-neutral-50\/60{
  color: rgb(250 250 250 / 0.6);
}

.text-neutral-50\/70{
  color: rgb(250 250 250 / 0.7);
}

.text-neutral-50\/75{
  color: rgb(250 250 250 / 0.75);
}

.text-neutral-50\/80{
  color: rgb(250 250 250 / 0.8);
}

.text-neutral-50\/90{
  color: rgb(250 250 250 / 0.9);
}

.text-neutral-50\/95{
  color: rgb(250 250 250 / 0.95);
}

.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-neutral-500\/0{
  color: rgb(115 115 115 / 0);
}

.text-neutral-500\/10{
  color: rgb(115 115 115 / 0.1);
}

.text-neutral-500\/100{
  color: rgb(115 115 115 / 1);
}

.text-neutral-500\/20{
  color: rgb(115 115 115 / 0.2);
}

.text-neutral-500\/25{
  color: rgb(115 115 115 / 0.25);
}

.text-neutral-500\/30{
  color: rgb(115 115 115 / 0.3);
}

.text-neutral-500\/40{
  color: rgb(115 115 115 / 0.4);
}

.text-neutral-500\/5{
  color: rgb(115 115 115 / 0.05);
}

.text-neutral-500\/50{
  color: rgb(115 115 115 / 0.5);
}

.text-neutral-500\/60{
  color: rgb(115 115 115 / 0.6);
}

.text-neutral-500\/70{
  color: rgb(115 115 115 / 0.7);
}

.text-neutral-500\/75{
  color: rgb(115 115 115 / 0.75);
}

.text-neutral-500\/80{
  color: rgb(115 115 115 / 0.8);
}

.text-neutral-500\/90{
  color: rgb(115 115 115 / 0.9);
}

.text-neutral-500\/95{
  color: rgb(115 115 115 / 0.95);
}

.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-neutral-600\/0{
  color: rgb(82 82 82 / 0);
}

.text-neutral-600\/10{
  color: rgb(82 82 82 / 0.1);
}

.text-neutral-600\/100{
  color: rgb(82 82 82 / 1);
}

.text-neutral-600\/20{
  color: rgb(82 82 82 / 0.2);
}

.text-neutral-600\/25{
  color: rgb(82 82 82 / 0.25);
}

.text-neutral-600\/30{
  color: rgb(82 82 82 / 0.3);
}

.text-neutral-600\/40{
  color: rgb(82 82 82 / 0.4);
}

.text-neutral-600\/5{
  color: rgb(82 82 82 / 0.05);
}

.text-neutral-600\/50{
  color: rgb(82 82 82 / 0.5);
}

.text-neutral-600\/60{
  color: rgb(82 82 82 / 0.6);
}

.text-neutral-600\/70{
  color: rgb(82 82 82 / 0.7);
}

.text-neutral-600\/75{
  color: rgb(82 82 82 / 0.75);
}

.text-neutral-600\/80{
  color: rgb(82 82 82 / 0.8);
}

.text-neutral-600\/90{
  color: rgb(82 82 82 / 0.9);
}

.text-neutral-600\/95{
  color: rgb(82 82 82 / 0.95);
}

.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-neutral-700\/0{
  color: rgb(64 64 64 / 0);
}

.text-neutral-700\/10{
  color: rgb(64 64 64 / 0.1);
}

.text-neutral-700\/100{
  color: rgb(64 64 64 / 1);
}

.text-neutral-700\/20{
  color: rgb(64 64 64 / 0.2);
}

.text-neutral-700\/25{
  color: rgb(64 64 64 / 0.25);
}

.text-neutral-700\/30{
  color: rgb(64 64 64 / 0.3);
}

.text-neutral-700\/40{
  color: rgb(64 64 64 / 0.4);
}

.text-neutral-700\/5{
  color: rgb(64 64 64 / 0.05);
}

.text-neutral-700\/50{
  color: rgb(64 64 64 / 0.5);
}

.text-neutral-700\/60{
  color: rgb(64 64 64 / 0.6);
}

.text-neutral-700\/70{
  color: rgb(64 64 64 / 0.7);
}

.text-neutral-700\/75{
  color: rgb(64 64 64 / 0.75);
}

.text-neutral-700\/80{
  color: rgb(64 64 64 / 0.8);
}

.text-neutral-700\/90{
  color: rgb(64 64 64 / 0.9);
}

.text-neutral-700\/95{
  color: rgb(64 64 64 / 0.95);
}

.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-neutral-800\/0{
  color: rgb(38 38 38 / 0);
}

.text-neutral-800\/10{
  color: rgb(38 38 38 / 0.1);
}

.text-neutral-800\/100{
  color: rgb(38 38 38 / 1);
}

.text-neutral-800\/20{
  color: rgb(38 38 38 / 0.2);
}

.text-neutral-800\/25{
  color: rgb(38 38 38 / 0.25);
}

.text-neutral-800\/30{
  color: rgb(38 38 38 / 0.3);
}

.text-neutral-800\/40{
  color: rgb(38 38 38 / 0.4);
}

.text-neutral-800\/5{
  color: rgb(38 38 38 / 0.05);
}

.text-neutral-800\/50{
  color: rgb(38 38 38 / 0.5);
}

.text-neutral-800\/60{
  color: rgb(38 38 38 / 0.6);
}

.text-neutral-800\/70{
  color: rgb(38 38 38 / 0.7);
}

.text-neutral-800\/75{
  color: rgb(38 38 38 / 0.75);
}

.text-neutral-800\/80{
  color: rgb(38 38 38 / 0.8);
}

.text-neutral-800\/90{
  color: rgb(38 38 38 / 0.9);
}

.text-neutral-800\/95{
  color: rgb(38 38 38 / 0.95);
}

.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.text-neutral-900\/0{
  color: rgb(23 23 23 / 0);
}

.text-neutral-900\/10{
  color: rgb(23 23 23 / 0.1);
}

.text-neutral-900\/100{
  color: rgb(23 23 23 / 1);
}

.text-neutral-900\/20{
  color: rgb(23 23 23 / 0.2);
}

.text-neutral-900\/25{
  color: rgb(23 23 23 / 0.25);
}

.text-neutral-900\/30{
  color: rgb(23 23 23 / 0.3);
}

.text-neutral-900\/40{
  color: rgb(23 23 23 / 0.4);
}

.text-neutral-900\/5{
  color: rgb(23 23 23 / 0.05);
}

.text-neutral-900\/50{
  color: rgb(23 23 23 / 0.5);
}

.text-neutral-900\/60{
  color: rgb(23 23 23 / 0.6);
}

.text-neutral-900\/70{
  color: rgb(23 23 23 / 0.7);
}

.text-neutral-900\/75{
  color: rgb(23 23 23 / 0.75);
}

.text-neutral-900\/80{
  color: rgb(23 23 23 / 0.8);
}

.text-neutral-900\/90{
  color: rgb(23 23 23 / 0.9);
}

.text-neutral-900\/95{
  color: rgb(23 23 23 / 0.95);
}

.text-neutral-950{
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.text-neutral-950\/0{
  color: rgb(10 10 10 / 0);
}

.text-neutral-950\/10{
  color: rgb(10 10 10 / 0.1);
}

.text-neutral-950\/100{
  color: rgb(10 10 10 / 1);
}

.text-neutral-950\/20{
  color: rgb(10 10 10 / 0.2);
}

.text-neutral-950\/25{
  color: rgb(10 10 10 / 0.25);
}

.text-neutral-950\/30{
  color: rgb(10 10 10 / 0.3);
}

.text-neutral-950\/40{
  color: rgb(10 10 10 / 0.4);
}

.text-neutral-950\/5{
  color: rgb(10 10 10 / 0.05);
}

.text-neutral-950\/50{
  color: rgb(10 10 10 / 0.5);
}

.text-neutral-950\/60{
  color: rgb(10 10 10 / 0.6);
}

.text-neutral-950\/70{
  color: rgb(10 10 10 / 0.7);
}

.text-neutral-950\/75{
  color: rgb(10 10 10 / 0.75);
}

.text-neutral-950\/80{
  color: rgb(10 10 10 / 0.8);
}

.text-neutral-950\/90{
  color: rgb(10 10 10 / 0.9);
}

.text-neutral-950\/95{
  color: rgb(10 10 10 / 0.95);
}

.text-orange-100{
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}

.text-orange-100\/0{
  color: rgb(255 237 213 / 0);
}

.text-orange-100\/10{
  color: rgb(255 237 213 / 0.1);
}

.text-orange-100\/100{
  color: rgb(255 237 213 / 1);
}

.text-orange-100\/20{
  color: rgb(255 237 213 / 0.2);
}

.text-orange-100\/25{
  color: rgb(255 237 213 / 0.25);
}

.text-orange-100\/30{
  color: rgb(255 237 213 / 0.3);
}

.text-orange-100\/40{
  color: rgb(255 237 213 / 0.4);
}

.text-orange-100\/5{
  color: rgb(255 237 213 / 0.05);
}

.text-orange-100\/50{
  color: rgb(255 237 213 / 0.5);
}

.text-orange-100\/60{
  color: rgb(255 237 213 / 0.6);
}

.text-orange-100\/70{
  color: rgb(255 237 213 / 0.7);
}

.text-orange-100\/75{
  color: rgb(255 237 213 / 0.75);
}

.text-orange-100\/80{
  color: rgb(255 237 213 / 0.8);
}

.text-orange-100\/90{
  color: rgb(255 237 213 / 0.9);
}

.text-orange-100\/95{
  color: rgb(255 237 213 / 0.95);
}

.text-orange-200{
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}

.text-orange-200\/0{
  color: rgb(254 215 170 / 0);
}

.text-orange-200\/10{
  color: rgb(254 215 170 / 0.1);
}

.text-orange-200\/100{
  color: rgb(254 215 170 / 1);
}

.text-orange-200\/20{
  color: rgb(254 215 170 / 0.2);
}

.text-orange-200\/25{
  color: rgb(254 215 170 / 0.25);
}

.text-orange-200\/30{
  color: rgb(254 215 170 / 0.3);
}

.text-orange-200\/40{
  color: rgb(254 215 170 / 0.4);
}

.text-orange-200\/5{
  color: rgb(254 215 170 / 0.05);
}

.text-orange-200\/50{
  color: rgb(254 215 170 / 0.5);
}

.text-orange-200\/60{
  color: rgb(254 215 170 / 0.6);
}

.text-orange-200\/70{
  color: rgb(254 215 170 / 0.7);
}

.text-orange-200\/75{
  color: rgb(254 215 170 / 0.75);
}

.text-orange-200\/80{
  color: rgb(254 215 170 / 0.8);
}

.text-orange-200\/90{
  color: rgb(254 215 170 / 0.9);
}

.text-orange-200\/95{
  color: rgb(254 215 170 / 0.95);
}

.text-orange-300{
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}

.text-orange-300\/0{
  color: rgb(253 186 116 / 0);
}

.text-orange-300\/10{
  color: rgb(253 186 116 / 0.1);
}

.text-orange-300\/100{
  color: rgb(253 186 116 / 1);
}

.text-orange-300\/20{
  color: rgb(253 186 116 / 0.2);
}

.text-orange-300\/25{
  color: rgb(253 186 116 / 0.25);
}

.text-orange-300\/30{
  color: rgb(253 186 116 / 0.3);
}

.text-orange-300\/40{
  color: rgb(253 186 116 / 0.4);
}

.text-orange-300\/5{
  color: rgb(253 186 116 / 0.05);
}

.text-orange-300\/50{
  color: rgb(253 186 116 / 0.5);
}

.text-orange-300\/60{
  color: rgb(253 186 116 / 0.6);
}

.text-orange-300\/70{
  color: rgb(253 186 116 / 0.7);
}

.text-orange-300\/75{
  color: rgb(253 186 116 / 0.75);
}

.text-orange-300\/80{
  color: rgb(253 186 116 / 0.8);
}

.text-orange-300\/90{
  color: rgb(253 186 116 / 0.9);
}

.text-orange-300\/95{
  color: rgb(253 186 116 / 0.95);
}

.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-orange-400\/0{
  color: rgb(251 146 60 / 0);
}

.text-orange-400\/10{
  color: rgb(251 146 60 / 0.1);
}

.text-orange-400\/100{
  color: rgb(251 146 60 / 1);
}

.text-orange-400\/20{
  color: rgb(251 146 60 / 0.2);
}

.text-orange-400\/25{
  color: rgb(251 146 60 / 0.25);
}

.text-orange-400\/30{
  color: rgb(251 146 60 / 0.3);
}

.text-orange-400\/40{
  color: rgb(251 146 60 / 0.4);
}

.text-orange-400\/5{
  color: rgb(251 146 60 / 0.05);
}

.text-orange-400\/50{
  color: rgb(251 146 60 / 0.5);
}

.text-orange-400\/60{
  color: rgb(251 146 60 / 0.6);
}

.text-orange-400\/70{
  color: rgb(251 146 60 / 0.7);
}

.text-orange-400\/75{
  color: rgb(251 146 60 / 0.75);
}

.text-orange-400\/80{
  color: rgb(251 146 60 / 0.8);
}

.text-orange-400\/90{
  color: rgb(251 146 60 / 0.9);
}

.text-orange-400\/95{
  color: rgb(251 146 60 / 0.95);
}

.text-orange-50{
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}

.text-orange-50\/0{
  color: rgb(255 247 237 / 0);
}

.text-orange-50\/10{
  color: rgb(255 247 237 / 0.1);
}

.text-orange-50\/100{
  color: rgb(255 247 237 / 1);
}

.text-orange-50\/20{
  color: rgb(255 247 237 / 0.2);
}

.text-orange-50\/25{
  color: rgb(255 247 237 / 0.25);
}

.text-orange-50\/30{
  color: rgb(255 247 237 / 0.3);
}

.text-orange-50\/40{
  color: rgb(255 247 237 / 0.4);
}

.text-orange-50\/5{
  color: rgb(255 247 237 / 0.05);
}

.text-orange-50\/50{
  color: rgb(255 247 237 / 0.5);
}

.text-orange-50\/60{
  color: rgb(255 247 237 / 0.6);
}

.text-orange-50\/70{
  color: rgb(255 247 237 / 0.7);
}

.text-orange-50\/75{
  color: rgb(255 247 237 / 0.75);
}

.text-orange-50\/80{
  color: rgb(255 247 237 / 0.8);
}

.text-orange-50\/90{
  color: rgb(255 247 237 / 0.9);
}

.text-orange-50\/95{
  color: rgb(255 247 237 / 0.95);
}

.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-orange-500\/0{
  color: rgb(249 115 22 / 0);
}

.text-orange-500\/10{
  color: rgb(249 115 22 / 0.1);
}

.text-orange-500\/100{
  color: rgb(249 115 22 / 1);
}

.text-orange-500\/20{
  color: rgb(249 115 22 / 0.2);
}

.text-orange-500\/25{
  color: rgb(249 115 22 / 0.25);
}

.text-orange-500\/30{
  color: rgb(249 115 22 / 0.3);
}

.text-orange-500\/40{
  color: rgb(249 115 22 / 0.4);
}

.text-orange-500\/5{
  color: rgb(249 115 22 / 0.05);
}

.text-orange-500\/50{
  color: rgb(249 115 22 / 0.5);
}

.text-orange-500\/60{
  color: rgb(249 115 22 / 0.6);
}

.text-orange-500\/70{
  color: rgb(249 115 22 / 0.7);
}

.text-orange-500\/75{
  color: rgb(249 115 22 / 0.75);
}

.text-orange-500\/80{
  color: rgb(249 115 22 / 0.8);
}

.text-orange-500\/90{
  color: rgb(249 115 22 / 0.9);
}

.text-orange-500\/95{
  color: rgb(249 115 22 / 0.95);
}

.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.text-orange-600\/0{
  color: rgb(234 88 12 / 0);
}

.text-orange-600\/10{
  color: rgb(234 88 12 / 0.1);
}

.text-orange-600\/100{
  color: rgb(234 88 12 / 1);
}

.text-orange-600\/20{
  color: rgb(234 88 12 / 0.2);
}

.text-orange-600\/25{
  color: rgb(234 88 12 / 0.25);
}

.text-orange-600\/30{
  color: rgb(234 88 12 / 0.3);
}

.text-orange-600\/40{
  color: rgb(234 88 12 / 0.4);
}

.text-orange-600\/5{
  color: rgb(234 88 12 / 0.05);
}

.text-orange-600\/50{
  color: rgb(234 88 12 / 0.5);
}

.text-orange-600\/60{
  color: rgb(234 88 12 / 0.6);
}

.text-orange-600\/70{
  color: rgb(234 88 12 / 0.7);
}

.text-orange-600\/75{
  color: rgb(234 88 12 / 0.75);
}

.text-orange-600\/80{
  color: rgb(234 88 12 / 0.8);
}

.text-orange-600\/90{
  color: rgb(234 88 12 / 0.9);
}

.text-orange-600\/95{
  color: rgb(234 88 12 / 0.95);
}

.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}

.text-orange-700\/0{
  color: rgb(194 65 12 / 0);
}

.text-orange-700\/10{
  color: rgb(194 65 12 / 0.1);
}

.text-orange-700\/100{
  color: rgb(194 65 12 / 1);
}

.text-orange-700\/20{
  color: rgb(194 65 12 / 0.2);
}

.text-orange-700\/25{
  color: rgb(194 65 12 / 0.25);
}

.text-orange-700\/30{
  color: rgb(194 65 12 / 0.3);
}

.text-orange-700\/40{
  color: rgb(194 65 12 / 0.4);
}

.text-orange-700\/5{
  color: rgb(194 65 12 / 0.05);
}

.text-orange-700\/50{
  color: rgb(194 65 12 / 0.5);
}

.text-orange-700\/60{
  color: rgb(194 65 12 / 0.6);
}

.text-orange-700\/70{
  color: rgb(194 65 12 / 0.7);
}

.text-orange-700\/75{
  color: rgb(194 65 12 / 0.75);
}

.text-orange-700\/80{
  color: rgb(194 65 12 / 0.8);
}

.text-orange-700\/90{
  color: rgb(194 65 12 / 0.9);
}

.text-orange-700\/95{
  color: rgb(194 65 12 / 0.95);
}

.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}

.text-orange-800\/0{
  color: rgb(154 52 18 / 0);
}

.text-orange-800\/10{
  color: rgb(154 52 18 / 0.1);
}

.text-orange-800\/100{
  color: rgb(154 52 18 / 1);
}

.text-orange-800\/20{
  color: rgb(154 52 18 / 0.2);
}

.text-orange-800\/25{
  color: rgb(154 52 18 / 0.25);
}

.text-orange-800\/30{
  color: rgb(154 52 18 / 0.3);
}

.text-orange-800\/40{
  color: rgb(154 52 18 / 0.4);
}

.text-orange-800\/5{
  color: rgb(154 52 18 / 0.05);
}

.text-orange-800\/50{
  color: rgb(154 52 18 / 0.5);
}

.text-orange-800\/60{
  color: rgb(154 52 18 / 0.6);
}

.text-orange-800\/70{
  color: rgb(154 52 18 / 0.7);
}

.text-orange-800\/75{
  color: rgb(154 52 18 / 0.75);
}

.text-orange-800\/80{
  color: rgb(154 52 18 / 0.8);
}

.text-orange-800\/90{
  color: rgb(154 52 18 / 0.9);
}

.text-orange-800\/95{
  color: rgb(154 52 18 / 0.95);
}

.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}

.text-orange-900\/0{
  color: rgb(124 45 18 / 0);
}

.text-orange-900\/10{
  color: rgb(124 45 18 / 0.1);
}

.text-orange-900\/100{
  color: rgb(124 45 18 / 1);
}

.text-orange-900\/20{
  color: rgb(124 45 18 / 0.2);
}

.text-orange-900\/25{
  color: rgb(124 45 18 / 0.25);
}

.text-orange-900\/30{
  color: rgb(124 45 18 / 0.3);
}

.text-orange-900\/40{
  color: rgb(124 45 18 / 0.4);
}

.text-orange-900\/5{
  color: rgb(124 45 18 / 0.05);
}

.text-orange-900\/50{
  color: rgb(124 45 18 / 0.5);
}

.text-orange-900\/60{
  color: rgb(124 45 18 / 0.6);
}

.text-orange-900\/70{
  color: rgb(124 45 18 / 0.7);
}

.text-orange-900\/75{
  color: rgb(124 45 18 / 0.75);
}

.text-orange-900\/80{
  color: rgb(124 45 18 / 0.8);
}

.text-orange-900\/90{
  color: rgb(124 45 18 / 0.9);
}

.text-orange-900\/95{
  color: rgb(124 45 18 / 0.95);
}

.text-orange-950{
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}

.text-orange-950\/0{
  color: rgb(67 20 7 / 0);
}

.text-orange-950\/10{
  color: rgb(67 20 7 / 0.1);
}

.text-orange-950\/100{
  color: rgb(67 20 7 / 1);
}

.text-orange-950\/20{
  color: rgb(67 20 7 / 0.2);
}

.text-orange-950\/25{
  color: rgb(67 20 7 / 0.25);
}

.text-orange-950\/30{
  color: rgb(67 20 7 / 0.3);
}

.text-orange-950\/40{
  color: rgb(67 20 7 / 0.4);
}

.text-orange-950\/5{
  color: rgb(67 20 7 / 0.05);
}

.text-orange-950\/50{
  color: rgb(67 20 7 / 0.5);
}

.text-orange-950\/60{
  color: rgb(67 20 7 / 0.6);
}

.text-orange-950\/70{
  color: rgb(67 20 7 / 0.7);
}

.text-orange-950\/75{
  color: rgb(67 20 7 / 0.75);
}

.text-orange-950\/80{
  color: rgb(67 20 7 / 0.8);
}

.text-orange-950\/90{
  color: rgb(67 20 7 / 0.9);
}

.text-orange-950\/95{
  color: rgb(67 20 7 / 0.95);
}

.text-pink-100{
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}

.text-pink-100\/0{
  color: rgb(252 231 243 / 0);
}

.text-pink-100\/10{
  color: rgb(252 231 243 / 0.1);
}

.text-pink-100\/100{
  color: rgb(252 231 243 / 1);
}

.text-pink-100\/20{
  color: rgb(252 231 243 / 0.2);
}

.text-pink-100\/25{
  color: rgb(252 231 243 / 0.25);
}

.text-pink-100\/30{
  color: rgb(252 231 243 / 0.3);
}

.text-pink-100\/40{
  color: rgb(252 231 243 / 0.4);
}

.text-pink-100\/5{
  color: rgb(252 231 243 / 0.05);
}

.text-pink-100\/50{
  color: rgb(252 231 243 / 0.5);
}

.text-pink-100\/60{
  color: rgb(252 231 243 / 0.6);
}

.text-pink-100\/70{
  color: rgb(252 231 243 / 0.7);
}

.text-pink-100\/75{
  color: rgb(252 231 243 / 0.75);
}

.text-pink-100\/80{
  color: rgb(252 231 243 / 0.8);
}

.text-pink-100\/90{
  color: rgb(252 231 243 / 0.9);
}

.text-pink-100\/95{
  color: rgb(252 231 243 / 0.95);
}

.text-pink-200{
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity));
}

.text-pink-200\/0{
  color: rgb(251 207 232 / 0);
}

.text-pink-200\/10{
  color: rgb(251 207 232 / 0.1);
}

.text-pink-200\/100{
  color: rgb(251 207 232 / 1);
}

.text-pink-200\/20{
  color: rgb(251 207 232 / 0.2);
}

.text-pink-200\/25{
  color: rgb(251 207 232 / 0.25);
}

.text-pink-200\/30{
  color: rgb(251 207 232 / 0.3);
}

.text-pink-200\/40{
  color: rgb(251 207 232 / 0.4);
}

.text-pink-200\/5{
  color: rgb(251 207 232 / 0.05);
}

.text-pink-200\/50{
  color: rgb(251 207 232 / 0.5);
}

.text-pink-200\/60{
  color: rgb(251 207 232 / 0.6);
}

.text-pink-200\/70{
  color: rgb(251 207 232 / 0.7);
}

.text-pink-200\/75{
  color: rgb(251 207 232 / 0.75);
}

.text-pink-200\/80{
  color: rgb(251 207 232 / 0.8);
}

.text-pink-200\/90{
  color: rgb(251 207 232 / 0.9);
}

.text-pink-200\/95{
  color: rgb(251 207 232 / 0.95);
}

.text-pink-300{
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity));
}

.text-pink-300\/0{
  color: rgb(249 168 212 / 0);
}

.text-pink-300\/10{
  color: rgb(249 168 212 / 0.1);
}

.text-pink-300\/100{
  color: rgb(249 168 212 / 1);
}

.text-pink-300\/20{
  color: rgb(249 168 212 / 0.2);
}

.text-pink-300\/25{
  color: rgb(249 168 212 / 0.25);
}

.text-pink-300\/30{
  color: rgb(249 168 212 / 0.3);
}

.text-pink-300\/40{
  color: rgb(249 168 212 / 0.4);
}

.text-pink-300\/5{
  color: rgb(249 168 212 / 0.05);
}

.text-pink-300\/50{
  color: rgb(249 168 212 / 0.5);
}

.text-pink-300\/60{
  color: rgb(249 168 212 / 0.6);
}

.text-pink-300\/70{
  color: rgb(249 168 212 / 0.7);
}

.text-pink-300\/75{
  color: rgb(249 168 212 / 0.75);
}

.text-pink-300\/80{
  color: rgb(249 168 212 / 0.8);
}

.text-pink-300\/90{
  color: rgb(249 168 212 / 0.9);
}

.text-pink-300\/95{
  color: rgb(249 168 212 / 0.95);
}

.text-pink-400{
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}

.text-pink-400\/0{
  color: rgb(244 114 182 / 0);
}

.text-pink-400\/10{
  color: rgb(244 114 182 / 0.1);
}

.text-pink-400\/100{
  color: rgb(244 114 182 / 1);
}

.text-pink-400\/20{
  color: rgb(244 114 182 / 0.2);
}

.text-pink-400\/25{
  color: rgb(244 114 182 / 0.25);
}

.text-pink-400\/30{
  color: rgb(244 114 182 / 0.3);
}

.text-pink-400\/40{
  color: rgb(244 114 182 / 0.4);
}

.text-pink-400\/5{
  color: rgb(244 114 182 / 0.05);
}

.text-pink-400\/50{
  color: rgb(244 114 182 / 0.5);
}

.text-pink-400\/60{
  color: rgb(244 114 182 / 0.6);
}

.text-pink-400\/70{
  color: rgb(244 114 182 / 0.7);
}

.text-pink-400\/75{
  color: rgb(244 114 182 / 0.75);
}

.text-pink-400\/80{
  color: rgb(244 114 182 / 0.8);
}

.text-pink-400\/90{
  color: rgb(244 114 182 / 0.9);
}

.text-pink-400\/95{
  color: rgb(244 114 182 / 0.95);
}

.text-pink-50{
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}

.text-pink-50\/0{
  color: rgb(253 242 248 / 0);
}

.text-pink-50\/10{
  color: rgb(253 242 248 / 0.1);
}

.text-pink-50\/100{
  color: rgb(253 242 248 / 1);
}

.text-pink-50\/20{
  color: rgb(253 242 248 / 0.2);
}

.text-pink-50\/25{
  color: rgb(253 242 248 / 0.25);
}

.text-pink-50\/30{
  color: rgb(253 242 248 / 0.3);
}

.text-pink-50\/40{
  color: rgb(253 242 248 / 0.4);
}

.text-pink-50\/5{
  color: rgb(253 242 248 / 0.05);
}

.text-pink-50\/50{
  color: rgb(253 242 248 / 0.5);
}

.text-pink-50\/60{
  color: rgb(253 242 248 / 0.6);
}

.text-pink-50\/70{
  color: rgb(253 242 248 / 0.7);
}

.text-pink-50\/75{
  color: rgb(253 242 248 / 0.75);
}

.text-pink-50\/80{
  color: rgb(253 242 248 / 0.8);
}

.text-pink-50\/90{
  color: rgb(253 242 248 / 0.9);
}

.text-pink-50\/95{
  color: rgb(253 242 248 / 0.95);
}

.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}

.text-pink-500\/0{
  color: rgb(236 72 153 / 0);
}

.text-pink-500\/10{
  color: rgb(236 72 153 / 0.1);
}

.text-pink-500\/100{
  color: rgb(236 72 153 / 1);
}

.text-pink-500\/20{
  color: rgb(236 72 153 / 0.2);
}

.text-pink-500\/25{
  color: rgb(236 72 153 / 0.25);
}

.text-pink-500\/30{
  color: rgb(236 72 153 / 0.3);
}

.text-pink-500\/40{
  color: rgb(236 72 153 / 0.4);
}

.text-pink-500\/5{
  color: rgb(236 72 153 / 0.05);
}

.text-pink-500\/50{
  color: rgb(236 72 153 / 0.5);
}

.text-pink-500\/60{
  color: rgb(236 72 153 / 0.6);
}

.text-pink-500\/70{
  color: rgb(236 72 153 / 0.7);
}

.text-pink-500\/75{
  color: rgb(236 72 153 / 0.75);
}

.text-pink-500\/80{
  color: rgb(236 72 153 / 0.8);
}

.text-pink-500\/90{
  color: rgb(236 72 153 / 0.9);
}

.text-pink-500\/95{
  color: rgb(236 72 153 / 0.95);
}

.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}

.text-pink-600\/0{
  color: rgb(219 39 119 / 0);
}

.text-pink-600\/10{
  color: rgb(219 39 119 / 0.1);
}

.text-pink-600\/100{
  color: rgb(219 39 119 / 1);
}

.text-pink-600\/20{
  color: rgb(219 39 119 / 0.2);
}

.text-pink-600\/25{
  color: rgb(219 39 119 / 0.25);
}

.text-pink-600\/30{
  color: rgb(219 39 119 / 0.3);
}

.text-pink-600\/40{
  color: rgb(219 39 119 / 0.4);
}

.text-pink-600\/5{
  color: rgb(219 39 119 / 0.05);
}

.text-pink-600\/50{
  color: rgb(219 39 119 / 0.5);
}

.text-pink-600\/60{
  color: rgb(219 39 119 / 0.6);
}

.text-pink-600\/70{
  color: rgb(219 39 119 / 0.7);
}

.text-pink-600\/75{
  color: rgb(219 39 119 / 0.75);
}

.text-pink-600\/80{
  color: rgb(219 39 119 / 0.8);
}

.text-pink-600\/90{
  color: rgb(219 39 119 / 0.9);
}

.text-pink-600\/95{
  color: rgb(219 39 119 / 0.95);
}

.text-pink-700{
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}

.text-pink-700\/0{
  color: rgb(190 24 93 / 0);
}

.text-pink-700\/10{
  color: rgb(190 24 93 / 0.1);
}

.text-pink-700\/100{
  color: rgb(190 24 93 / 1);
}

.text-pink-700\/20{
  color: rgb(190 24 93 / 0.2);
}

.text-pink-700\/25{
  color: rgb(190 24 93 / 0.25);
}

.text-pink-700\/30{
  color: rgb(190 24 93 / 0.3);
}

.text-pink-700\/40{
  color: rgb(190 24 93 / 0.4);
}

.text-pink-700\/5{
  color: rgb(190 24 93 / 0.05);
}

.text-pink-700\/50{
  color: rgb(190 24 93 / 0.5);
}

.text-pink-700\/60{
  color: rgb(190 24 93 / 0.6);
}

.text-pink-700\/70{
  color: rgb(190 24 93 / 0.7);
}

.text-pink-700\/75{
  color: rgb(190 24 93 / 0.75);
}

.text-pink-700\/80{
  color: rgb(190 24 93 / 0.8);
}

.text-pink-700\/90{
  color: rgb(190 24 93 / 0.9);
}

.text-pink-700\/95{
  color: rgb(190 24 93 / 0.95);
}

.text-pink-800{
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}

.text-pink-800\/0{
  color: rgb(157 23 77 / 0);
}

.text-pink-800\/10{
  color: rgb(157 23 77 / 0.1);
}

.text-pink-800\/100{
  color: rgb(157 23 77 / 1);
}

.text-pink-800\/20{
  color: rgb(157 23 77 / 0.2);
}

.text-pink-800\/25{
  color: rgb(157 23 77 / 0.25);
}

.text-pink-800\/30{
  color: rgb(157 23 77 / 0.3);
}

.text-pink-800\/40{
  color: rgb(157 23 77 / 0.4);
}

.text-pink-800\/5{
  color: rgb(157 23 77 / 0.05);
}

.text-pink-800\/50{
  color: rgb(157 23 77 / 0.5);
}

.text-pink-800\/60{
  color: rgb(157 23 77 / 0.6);
}

.text-pink-800\/70{
  color: rgb(157 23 77 / 0.7);
}

.text-pink-800\/75{
  color: rgb(157 23 77 / 0.75);
}

.text-pink-800\/80{
  color: rgb(157 23 77 / 0.8);
}

.text-pink-800\/90{
  color: rgb(157 23 77 / 0.9);
}

.text-pink-800\/95{
  color: rgb(157 23 77 / 0.95);
}

.text-pink-900{
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}

.text-pink-900\/0{
  color: rgb(131 24 67 / 0);
}

.text-pink-900\/10{
  color: rgb(131 24 67 / 0.1);
}

.text-pink-900\/100{
  color: rgb(131 24 67 / 1);
}

.text-pink-900\/20{
  color: rgb(131 24 67 / 0.2);
}

.text-pink-900\/25{
  color: rgb(131 24 67 / 0.25);
}

.text-pink-900\/30{
  color: rgb(131 24 67 / 0.3);
}

.text-pink-900\/40{
  color: rgb(131 24 67 / 0.4);
}

.text-pink-900\/5{
  color: rgb(131 24 67 / 0.05);
}

.text-pink-900\/50{
  color: rgb(131 24 67 / 0.5);
}

.text-pink-900\/60{
  color: rgb(131 24 67 / 0.6);
}

.text-pink-900\/70{
  color: rgb(131 24 67 / 0.7);
}

.text-pink-900\/75{
  color: rgb(131 24 67 / 0.75);
}

.text-pink-900\/80{
  color: rgb(131 24 67 / 0.8);
}

.text-pink-900\/90{
  color: rgb(131 24 67 / 0.9);
}

.text-pink-900\/95{
  color: rgb(131 24 67 / 0.95);
}

.text-pink-950{
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity));
}

.text-pink-950\/0{
  color: rgb(80 7 36 / 0);
}

.text-pink-950\/10{
  color: rgb(80 7 36 / 0.1);
}

.text-pink-950\/100{
  color: rgb(80 7 36 / 1);
}

.text-pink-950\/20{
  color: rgb(80 7 36 / 0.2);
}

.text-pink-950\/25{
  color: rgb(80 7 36 / 0.25);
}

.text-pink-950\/30{
  color: rgb(80 7 36 / 0.3);
}

.text-pink-950\/40{
  color: rgb(80 7 36 / 0.4);
}

.text-pink-950\/5{
  color: rgb(80 7 36 / 0.05);
}

.text-pink-950\/50{
  color: rgb(80 7 36 / 0.5);
}

.text-pink-950\/60{
  color: rgb(80 7 36 / 0.6);
}

.text-pink-950\/70{
  color: rgb(80 7 36 / 0.7);
}

.text-pink-950\/75{
  color: rgb(80 7 36 / 0.75);
}

.text-pink-950\/80{
  color: rgb(80 7 36 / 0.8);
}

.text-pink-950\/90{
  color: rgb(80 7 36 / 0.9);
}

.text-pink-950\/95{
  color: rgb(80 7 36 / 0.95);
}

.text-purple-100{
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}

.text-purple-100\/0{
  color: rgb(243 232 255 / 0);
}

.text-purple-100\/10{
  color: rgb(243 232 255 / 0.1);
}

.text-purple-100\/100{
  color: rgb(243 232 255 / 1);
}

.text-purple-100\/20{
  color: rgb(243 232 255 / 0.2);
}

.text-purple-100\/25{
  color: rgb(243 232 255 / 0.25);
}

.text-purple-100\/30{
  color: rgb(243 232 255 / 0.3);
}

.text-purple-100\/40{
  color: rgb(243 232 255 / 0.4);
}

.text-purple-100\/5{
  color: rgb(243 232 255 / 0.05);
}

.text-purple-100\/50{
  color: rgb(243 232 255 / 0.5);
}

.text-purple-100\/60{
  color: rgb(243 232 255 / 0.6);
}

.text-purple-100\/70{
  color: rgb(243 232 255 / 0.7);
}

.text-purple-100\/75{
  color: rgb(243 232 255 / 0.75);
}

.text-purple-100\/80{
  color: rgb(243 232 255 / 0.8);
}

.text-purple-100\/90{
  color: rgb(243 232 255 / 0.9);
}

.text-purple-100\/95{
  color: rgb(243 232 255 / 0.95);
}

.text-purple-200{
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}

.text-purple-200\/0{
  color: rgb(233 213 255 / 0);
}

.text-purple-200\/10{
  color: rgb(233 213 255 / 0.1);
}

.text-purple-200\/100{
  color: rgb(233 213 255 / 1);
}

.text-purple-200\/20{
  color: rgb(233 213 255 / 0.2);
}

.text-purple-200\/25{
  color: rgb(233 213 255 / 0.25);
}

.text-purple-200\/30{
  color: rgb(233 213 255 / 0.3);
}

.text-purple-200\/40{
  color: rgb(233 213 255 / 0.4);
}

.text-purple-200\/5{
  color: rgb(233 213 255 / 0.05);
}

.text-purple-200\/50{
  color: rgb(233 213 255 / 0.5);
}

.text-purple-200\/60{
  color: rgb(233 213 255 / 0.6);
}

.text-purple-200\/70{
  color: rgb(233 213 255 / 0.7);
}

.text-purple-200\/75{
  color: rgb(233 213 255 / 0.75);
}

.text-purple-200\/80{
  color: rgb(233 213 255 / 0.8);
}

.text-purple-200\/90{
  color: rgb(233 213 255 / 0.9);
}

.text-purple-200\/95{
  color: rgb(233 213 255 / 0.95);
}

.text-purple-300{
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}

.text-purple-300\/0{
  color: rgb(216 180 254 / 0);
}

.text-purple-300\/10{
  color: rgb(216 180 254 / 0.1);
}

.text-purple-300\/100{
  color: rgb(216 180 254 / 1);
}

.text-purple-300\/20{
  color: rgb(216 180 254 / 0.2);
}

.text-purple-300\/25{
  color: rgb(216 180 254 / 0.25);
}

.text-purple-300\/30{
  color: rgb(216 180 254 / 0.3);
}

.text-purple-300\/40{
  color: rgb(216 180 254 / 0.4);
}

.text-purple-300\/5{
  color: rgb(216 180 254 / 0.05);
}

.text-purple-300\/50{
  color: rgb(216 180 254 / 0.5);
}

.text-purple-300\/60{
  color: rgb(216 180 254 / 0.6);
}

.text-purple-300\/70{
  color: rgb(216 180 254 / 0.7);
}

.text-purple-300\/75{
  color: rgb(216 180 254 / 0.75);
}

.text-purple-300\/80{
  color: rgb(216 180 254 / 0.8);
}

.text-purple-300\/90{
  color: rgb(216 180 254 / 0.9);
}

.text-purple-300\/95{
  color: rgb(216 180 254 / 0.95);
}

.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}

.text-purple-400\/0{
  color: rgb(192 132 252 / 0);
}

.text-purple-400\/10{
  color: rgb(192 132 252 / 0.1);
}

.text-purple-400\/100{
  color: rgb(192 132 252 / 1);
}

.text-purple-400\/20{
  color: rgb(192 132 252 / 0.2);
}

.text-purple-400\/25{
  color: rgb(192 132 252 / 0.25);
}

.text-purple-400\/30{
  color: rgb(192 132 252 / 0.3);
}

.text-purple-400\/40{
  color: rgb(192 132 252 / 0.4);
}

.text-purple-400\/5{
  color: rgb(192 132 252 / 0.05);
}

.text-purple-400\/50{
  color: rgb(192 132 252 / 0.5);
}

.text-purple-400\/60{
  color: rgb(192 132 252 / 0.6);
}

.text-purple-400\/70{
  color: rgb(192 132 252 / 0.7);
}

.text-purple-400\/75{
  color: rgb(192 132 252 / 0.75);
}

.text-purple-400\/80{
  color: rgb(192 132 252 / 0.8);
}

.text-purple-400\/90{
  color: rgb(192 132 252 / 0.9);
}

.text-purple-400\/95{
  color: rgb(192 132 252 / 0.95);
}

.text-purple-50{
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity));
}

.text-purple-50\/0{
  color: rgb(250 245 255 / 0);
}

.text-purple-50\/10{
  color: rgb(250 245 255 / 0.1);
}

.text-purple-50\/100{
  color: rgb(250 245 255 / 1);
}

.text-purple-50\/20{
  color: rgb(250 245 255 / 0.2);
}

.text-purple-50\/25{
  color: rgb(250 245 255 / 0.25);
}

.text-purple-50\/30{
  color: rgb(250 245 255 / 0.3);
}

.text-purple-50\/40{
  color: rgb(250 245 255 / 0.4);
}

.text-purple-50\/5{
  color: rgb(250 245 255 / 0.05);
}

.text-purple-50\/50{
  color: rgb(250 245 255 / 0.5);
}

.text-purple-50\/60{
  color: rgb(250 245 255 / 0.6);
}

.text-purple-50\/70{
  color: rgb(250 245 255 / 0.7);
}

.text-purple-50\/75{
  color: rgb(250 245 255 / 0.75);
}

.text-purple-50\/80{
  color: rgb(250 245 255 / 0.8);
}

.text-purple-50\/90{
  color: rgb(250 245 255 / 0.9);
}

.text-purple-50\/95{
  color: rgb(250 245 255 / 0.95);
}

.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}

.text-purple-500\/0{
  color: rgb(168 85 247 / 0);
}

.text-purple-500\/10{
  color: rgb(168 85 247 / 0.1);
}

.text-purple-500\/100{
  color: rgb(168 85 247 / 1);
}

.text-purple-500\/20{
  color: rgb(168 85 247 / 0.2);
}

.text-purple-500\/25{
  color: rgb(168 85 247 / 0.25);
}

.text-purple-500\/30{
  color: rgb(168 85 247 / 0.3);
}

.text-purple-500\/40{
  color: rgb(168 85 247 / 0.4);
}

.text-purple-500\/5{
  color: rgb(168 85 247 / 0.05);
}

.text-purple-500\/50{
  color: rgb(168 85 247 / 0.5);
}

.text-purple-500\/60{
  color: rgb(168 85 247 / 0.6);
}

.text-purple-500\/70{
  color: rgb(168 85 247 / 0.7);
}

.text-purple-500\/75{
  color: rgb(168 85 247 / 0.75);
}

.text-purple-500\/80{
  color: rgb(168 85 247 / 0.8);
}

.text-purple-500\/90{
  color: rgb(168 85 247 / 0.9);
}

.text-purple-500\/95{
  color: rgb(168 85 247 / 0.95);
}

.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}

.text-purple-600\/0{
  color: rgb(147 51 234 / 0);
}

.text-purple-600\/10{
  color: rgb(147 51 234 / 0.1);
}

.text-purple-600\/100{
  color: rgb(147 51 234 / 1);
}

.text-purple-600\/20{
  color: rgb(147 51 234 / 0.2);
}

.text-purple-600\/25{
  color: rgb(147 51 234 / 0.25);
}

.text-purple-600\/30{
  color: rgb(147 51 234 / 0.3);
}

.text-purple-600\/40{
  color: rgb(147 51 234 / 0.4);
}

.text-purple-600\/5{
  color: rgb(147 51 234 / 0.05);
}

.text-purple-600\/50{
  color: rgb(147 51 234 / 0.5);
}

.text-purple-600\/60{
  color: rgb(147 51 234 / 0.6);
}

.text-purple-600\/70{
  color: rgb(147 51 234 / 0.7);
}

.text-purple-600\/75{
  color: rgb(147 51 234 / 0.75);
}

.text-purple-600\/80{
  color: rgb(147 51 234 / 0.8);
}

.text-purple-600\/90{
  color: rgb(147 51 234 / 0.9);
}

.text-purple-600\/95{
  color: rgb(147 51 234 / 0.95);
}

.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.text-purple-700\/0{
  color: rgb(126 34 206 / 0);
}

.text-purple-700\/10{
  color: rgb(126 34 206 / 0.1);
}

.text-purple-700\/100{
  color: rgb(126 34 206 / 1);
}

.text-purple-700\/20{
  color: rgb(126 34 206 / 0.2);
}

.text-purple-700\/25{
  color: rgb(126 34 206 / 0.25);
}

.text-purple-700\/30{
  color: rgb(126 34 206 / 0.3);
}

.text-purple-700\/40{
  color: rgb(126 34 206 / 0.4);
}

.text-purple-700\/5{
  color: rgb(126 34 206 / 0.05);
}

.text-purple-700\/50{
  color: rgb(126 34 206 / 0.5);
}

.text-purple-700\/60{
  color: rgb(126 34 206 / 0.6);
}

.text-purple-700\/70{
  color: rgb(126 34 206 / 0.7);
}

.text-purple-700\/75{
  color: rgb(126 34 206 / 0.75);
}

.text-purple-700\/80{
  color: rgb(126 34 206 / 0.8);
}

.text-purple-700\/90{
  color: rgb(126 34 206 / 0.9);
}

.text-purple-700\/95{
  color: rgb(126 34 206 / 0.95);
}

.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}

.text-purple-800\/0{
  color: rgb(107 33 168 / 0);
}

.text-purple-800\/10{
  color: rgb(107 33 168 / 0.1);
}

.text-purple-800\/100{
  color: rgb(107 33 168 / 1);
}

.text-purple-800\/20{
  color: rgb(107 33 168 / 0.2);
}

.text-purple-800\/25{
  color: rgb(107 33 168 / 0.25);
}

.text-purple-800\/30{
  color: rgb(107 33 168 / 0.3);
}

.text-purple-800\/40{
  color: rgb(107 33 168 / 0.4);
}

.text-purple-800\/5{
  color: rgb(107 33 168 / 0.05);
}

.text-purple-800\/50{
  color: rgb(107 33 168 / 0.5);
}

.text-purple-800\/60{
  color: rgb(107 33 168 / 0.6);
}

.text-purple-800\/70{
  color: rgb(107 33 168 / 0.7);
}

.text-purple-800\/75{
  color: rgb(107 33 168 / 0.75);
}

.text-purple-800\/80{
  color: rgb(107 33 168 / 0.8);
}

.text-purple-800\/90{
  color: rgb(107 33 168 / 0.9);
}

.text-purple-800\/95{
  color: rgb(107 33 168 / 0.95);
}

.text-purple-900{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}

.text-purple-900\/0{
  color: rgb(88 28 135 / 0);
}

.text-purple-900\/10{
  color: rgb(88 28 135 / 0.1);
}

.text-purple-900\/100{
  color: rgb(88 28 135 / 1);
}

.text-purple-900\/20{
  color: rgb(88 28 135 / 0.2);
}

.text-purple-900\/25{
  color: rgb(88 28 135 / 0.25);
}

.text-purple-900\/30{
  color: rgb(88 28 135 / 0.3);
}

.text-purple-900\/40{
  color: rgb(88 28 135 / 0.4);
}

.text-purple-900\/5{
  color: rgb(88 28 135 / 0.05);
}

.text-purple-900\/50{
  color: rgb(88 28 135 / 0.5);
}

.text-purple-900\/60{
  color: rgb(88 28 135 / 0.6);
}

.text-purple-900\/70{
  color: rgb(88 28 135 / 0.7);
}

.text-purple-900\/75{
  color: rgb(88 28 135 / 0.75);
}

.text-purple-900\/80{
  color: rgb(88 28 135 / 0.8);
}

.text-purple-900\/90{
  color: rgb(88 28 135 / 0.9);
}

.text-purple-900\/95{
  color: rgb(88 28 135 / 0.95);
}

.text-purple-950{
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}

.text-purple-950\/0{
  color: rgb(59 7 100 / 0);
}

.text-purple-950\/10{
  color: rgb(59 7 100 / 0.1);
}

.text-purple-950\/100{
  color: rgb(59 7 100 / 1);
}

.text-purple-950\/20{
  color: rgb(59 7 100 / 0.2);
}

.text-purple-950\/25{
  color: rgb(59 7 100 / 0.25);
}

.text-purple-950\/30{
  color: rgb(59 7 100 / 0.3);
}

.text-purple-950\/40{
  color: rgb(59 7 100 / 0.4);
}

.text-purple-950\/5{
  color: rgb(59 7 100 / 0.05);
}

.text-purple-950\/50{
  color: rgb(59 7 100 / 0.5);
}

.text-purple-950\/60{
  color: rgb(59 7 100 / 0.6);
}

.text-purple-950\/70{
  color: rgb(59 7 100 / 0.7);
}

.text-purple-950\/75{
  color: rgb(59 7 100 / 0.75);
}

.text-purple-950\/80{
  color: rgb(59 7 100 / 0.8);
}

.text-purple-950\/90{
  color: rgb(59 7 100 / 0.9);
}

.text-purple-950\/95{
  color: rgb(59 7 100 / 0.95);
}

.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}

.text-red-100\/0{
  color: rgb(254 226 226 / 0);
}

.text-red-100\/10{
  color: rgb(254 226 226 / 0.1);
}

.text-red-100\/100{
  color: rgb(254 226 226 / 1);
}

.text-red-100\/20{
  color: rgb(254 226 226 / 0.2);
}

.text-red-100\/25{
  color: rgb(254 226 226 / 0.25);
}

.text-red-100\/30{
  color: rgb(254 226 226 / 0.3);
}

.text-red-100\/40{
  color: rgb(254 226 226 / 0.4);
}

.text-red-100\/5{
  color: rgb(254 226 226 / 0.05);
}

.text-red-100\/50{
  color: rgb(254 226 226 / 0.5);
}

.text-red-100\/60{
  color: rgb(254 226 226 / 0.6);
}

.text-red-100\/70{
  color: rgb(254 226 226 / 0.7);
}

.text-red-100\/75{
  color: rgb(254 226 226 / 0.75);
}

.text-red-100\/80{
  color: rgb(254 226 226 / 0.8);
}

.text-red-100\/90{
  color: rgb(254 226 226 / 0.9);
}

.text-red-100\/95{
  color: rgb(254 226 226 / 0.95);
}

.text-red-200{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}

.text-red-200\/0{
  color: rgb(254 202 202 / 0);
}

.text-red-200\/10{
  color: rgb(254 202 202 / 0.1);
}

.text-red-200\/100{
  color: rgb(254 202 202 / 1);
}

.text-red-200\/20{
  color: rgb(254 202 202 / 0.2);
}

.text-red-200\/25{
  color: rgb(254 202 202 / 0.25);
}

.text-red-200\/30{
  color: rgb(254 202 202 / 0.3);
}

.text-red-200\/40{
  color: rgb(254 202 202 / 0.4);
}

.text-red-200\/5{
  color: rgb(254 202 202 / 0.05);
}

.text-red-200\/50{
  color: rgb(254 202 202 / 0.5);
}

.text-red-200\/60{
  color: rgb(254 202 202 / 0.6);
}

.text-red-200\/70{
  color: rgb(254 202 202 / 0.7);
}

.text-red-200\/75{
  color: rgb(254 202 202 / 0.75);
}

.text-red-200\/80{
  color: rgb(254 202 202 / 0.8);
}

.text-red-200\/90{
  color: rgb(254 202 202 / 0.9);
}

.text-red-200\/95{
  color: rgb(254 202 202 / 0.95);
}

.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.text-red-300\/0{
  color: rgb(252 165 165 / 0);
}

.text-red-300\/10{
  color: rgb(252 165 165 / 0.1);
}

.text-red-300\/100{
  color: rgb(252 165 165 / 1);
}

.text-red-300\/20{
  color: rgb(252 165 165 / 0.2);
}

.text-red-300\/25{
  color: rgb(252 165 165 / 0.25);
}

.text-red-300\/30{
  color: rgb(252 165 165 / 0.3);
}

.text-red-300\/40{
  color: rgb(252 165 165 / 0.4);
}

.text-red-300\/5{
  color: rgb(252 165 165 / 0.05);
}

.text-red-300\/50{
  color: rgb(252 165 165 / 0.5);
}

.text-red-300\/60{
  color: rgb(252 165 165 / 0.6);
}

.text-red-300\/70{
  color: rgb(252 165 165 / 0.7);
}

.text-red-300\/75{
  color: rgb(252 165 165 / 0.75);
}

.text-red-300\/80{
  color: rgb(252 165 165 / 0.8);
}

.text-red-300\/90{
  color: rgb(252 165 165 / 0.9);
}

.text-red-300\/95{
  color: rgb(252 165 165 / 0.95);
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-400\/0{
  color: rgb(248 113 113 / 0);
}

.text-red-400\/10{
  color: rgb(248 113 113 / 0.1);
}

.text-red-400\/100{
  color: rgb(248 113 113 / 1);
}

.text-red-400\/20{
  color: rgb(248 113 113 / 0.2);
}

.text-red-400\/25{
  color: rgb(248 113 113 / 0.25);
}

.text-red-400\/30{
  color: rgb(248 113 113 / 0.3);
}

.text-red-400\/40{
  color: rgb(248 113 113 / 0.4);
}

.text-red-400\/5{
  color: rgb(248 113 113 / 0.05);
}

.text-red-400\/50{
  color: rgb(248 113 113 / 0.5);
}

.text-red-400\/60{
  color: rgb(248 113 113 / 0.6);
}

.text-red-400\/70{
  color: rgb(248 113 113 / 0.7);
}

.text-red-400\/75{
  color: rgb(248 113 113 / 0.75);
}

.text-red-400\/80{
  color: rgb(248 113 113 / 0.8);
}

.text-red-400\/90{
  color: rgb(248 113 113 / 0.9);
}

.text-red-400\/95{
  color: rgb(248 113 113 / 0.95);
}

.text-red-50{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.text-red-50\/0{
  color: rgb(254 242 242 / 0);
}

.text-red-50\/10{
  color: rgb(254 242 242 / 0.1);
}

.text-red-50\/100{
  color: rgb(254 242 242 / 1);
}

.text-red-50\/20{
  color: rgb(254 242 242 / 0.2);
}

.text-red-50\/25{
  color: rgb(254 242 242 / 0.25);
}

.text-red-50\/30{
  color: rgb(254 242 242 / 0.3);
}

.text-red-50\/40{
  color: rgb(254 242 242 / 0.4);
}

.text-red-50\/5{
  color: rgb(254 242 242 / 0.05);
}

.text-red-50\/50{
  color: rgb(254 242 242 / 0.5);
}

.text-red-50\/60{
  color: rgb(254 242 242 / 0.6);
}

.text-red-50\/70{
  color: rgb(254 242 242 / 0.7);
}

.text-red-50\/75{
  color: rgb(254 242 242 / 0.75);
}

.text-red-50\/80{
  color: rgb(254 242 242 / 0.8);
}

.text-red-50\/90{
  color: rgb(254 242 242 / 0.9);
}

.text-red-50\/95{
  color: rgb(254 242 242 / 0.95);
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-500\/0{
  color: rgb(239 68 68 / 0);
}

.text-red-500\/10{
  color: rgb(239 68 68 / 0.1);
}

.text-red-500\/100{
  color: rgb(239 68 68 / 1);
}

.text-red-500\/20{
  color: rgb(239 68 68 / 0.2);
}

.text-red-500\/25{
  color: rgb(239 68 68 / 0.25);
}

.text-red-500\/30{
  color: rgb(239 68 68 / 0.3);
}

.text-red-500\/40{
  color: rgb(239 68 68 / 0.4);
}

.text-red-500\/5{
  color: rgb(239 68 68 / 0.05);
}

.text-red-500\/50{
  color: rgb(239 68 68 / 0.5);
}

.text-red-500\/60{
  color: rgb(239 68 68 / 0.6);
}

.text-red-500\/70{
  color: rgb(239 68 68 / 0.7);
}

.text-red-500\/75{
  color: rgb(239 68 68 / 0.75);
}

.text-red-500\/80{
  color: rgb(239 68 68 / 0.8);
}

.text-red-500\/90{
  color: rgb(239 68 68 / 0.9);
}

.text-red-500\/95{
  color: rgb(239 68 68 / 0.95);
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-600\/0{
  color: rgb(220 38 38 / 0);
}

.text-red-600\/10{
  color: rgb(220 38 38 / 0.1);
}

.text-red-600\/100{
  color: rgb(220 38 38 / 1);
}

.text-red-600\/20{
  color: rgb(220 38 38 / 0.2);
}

.text-red-600\/25{
  color: rgb(220 38 38 / 0.25);
}

.text-red-600\/30{
  color: rgb(220 38 38 / 0.3);
}

.text-red-600\/40{
  color: rgb(220 38 38 / 0.4);
}

.text-red-600\/5{
  color: rgb(220 38 38 / 0.05);
}

.text-red-600\/50{
  color: rgb(220 38 38 / 0.5);
}

.text-red-600\/60{
  color: rgb(220 38 38 / 0.6);
}

.text-red-600\/70{
  color: rgb(220 38 38 / 0.7);
}

.text-red-600\/75{
  color: rgb(220 38 38 / 0.75);
}

.text-red-600\/80{
  color: rgb(220 38 38 / 0.8);
}

.text-red-600\/90{
  color: rgb(220 38 38 / 0.9);
}

.text-red-600\/95{
  color: rgb(220 38 38 / 0.95);
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-700\/0{
  color: rgb(185 28 28 / 0);
}

.text-red-700\/10{
  color: rgb(185 28 28 / 0.1);
}

.text-red-700\/100{
  color: rgb(185 28 28 / 1);
}

.text-red-700\/20{
  color: rgb(185 28 28 / 0.2);
}

.text-red-700\/25{
  color: rgb(185 28 28 / 0.25);
}

.text-red-700\/30{
  color: rgb(185 28 28 / 0.3);
}

.text-red-700\/40{
  color: rgb(185 28 28 / 0.4);
}

.text-red-700\/5{
  color: rgb(185 28 28 / 0.05);
}

.text-red-700\/50{
  color: rgb(185 28 28 / 0.5);
}

.text-red-700\/60{
  color: rgb(185 28 28 / 0.6);
}

.text-red-700\/70{
  color: rgb(185 28 28 / 0.7);
}

.text-red-700\/75{
  color: rgb(185 28 28 / 0.75);
}

.text-red-700\/80{
  color: rgb(185 28 28 / 0.8);
}

.text-red-700\/90{
  color: rgb(185 28 28 / 0.9);
}

.text-red-700\/95{
  color: rgb(185 28 28 / 0.95);
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-red-800\/0{
  color: rgb(153 27 27 / 0);
}

.text-red-800\/10{
  color: rgb(153 27 27 / 0.1);
}

.text-red-800\/100{
  color: rgb(153 27 27 / 1);
}

.text-red-800\/20{
  color: rgb(153 27 27 / 0.2);
}

.text-red-800\/25{
  color: rgb(153 27 27 / 0.25);
}

.text-red-800\/30{
  color: rgb(153 27 27 / 0.3);
}

.text-red-800\/40{
  color: rgb(153 27 27 / 0.4);
}

.text-red-800\/5{
  color: rgb(153 27 27 / 0.05);
}

.text-red-800\/50{
  color: rgb(153 27 27 / 0.5);
}

.text-red-800\/60{
  color: rgb(153 27 27 / 0.6);
}

.text-red-800\/70{
  color: rgb(153 27 27 / 0.7);
}

.text-red-800\/75{
  color: rgb(153 27 27 / 0.75);
}

.text-red-800\/80{
  color: rgb(153 27 27 / 0.8);
}

.text-red-800\/90{
  color: rgb(153 27 27 / 0.9);
}

.text-red-800\/95{
  color: rgb(153 27 27 / 0.95);
}

.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.text-red-900\/0{
  color: rgb(127 29 29 / 0);
}

.text-red-900\/10{
  color: rgb(127 29 29 / 0.1);
}

.text-red-900\/100{
  color: rgb(127 29 29 / 1);
}

.text-red-900\/20{
  color: rgb(127 29 29 / 0.2);
}

.text-red-900\/25{
  color: rgb(127 29 29 / 0.25);
}

.text-red-900\/30{
  color: rgb(127 29 29 / 0.3);
}

.text-red-900\/40{
  color: rgb(127 29 29 / 0.4);
}

.text-red-900\/5{
  color: rgb(127 29 29 / 0.05);
}

.text-red-900\/50{
  color: rgb(127 29 29 / 0.5);
}

.text-red-900\/60{
  color: rgb(127 29 29 / 0.6);
}

.text-red-900\/70{
  color: rgb(127 29 29 / 0.7);
}

.text-red-900\/75{
  color: rgb(127 29 29 / 0.75);
}

.text-red-900\/80{
  color: rgb(127 29 29 / 0.8);
}

.text-red-900\/90{
  color: rgb(127 29 29 / 0.9);
}

.text-red-900\/95{
  color: rgb(127 29 29 / 0.95);
}

.text-red-950{
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}

.text-red-950\/0{
  color: rgb(69 10 10 / 0);
}

.text-red-950\/10{
  color: rgb(69 10 10 / 0.1);
}

.text-red-950\/100{
  color: rgb(69 10 10 / 1);
}

.text-red-950\/20{
  color: rgb(69 10 10 / 0.2);
}

.text-red-950\/25{
  color: rgb(69 10 10 / 0.25);
}

.text-red-950\/30{
  color: rgb(69 10 10 / 0.3);
}

.text-red-950\/40{
  color: rgb(69 10 10 / 0.4);
}

.text-red-950\/5{
  color: rgb(69 10 10 / 0.05);
}

.text-red-950\/50{
  color: rgb(69 10 10 / 0.5);
}

.text-red-950\/60{
  color: rgb(69 10 10 / 0.6);
}

.text-red-950\/70{
  color: rgb(69 10 10 / 0.7);
}

.text-red-950\/75{
  color: rgb(69 10 10 / 0.75);
}

.text-red-950\/80{
  color: rgb(69 10 10 / 0.8);
}

.text-red-950\/90{
  color: rgb(69 10 10 / 0.9);
}

.text-red-950\/95{
  color: rgb(69 10 10 / 0.95);
}

.text-rose-100{
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}

.text-rose-100\/0{
  color: rgb(255 228 230 / 0);
}

.text-rose-100\/10{
  color: rgb(255 228 230 / 0.1);
}

.text-rose-100\/100{
  color: rgb(255 228 230 / 1);
}

.text-rose-100\/20{
  color: rgb(255 228 230 / 0.2);
}

.text-rose-100\/25{
  color: rgb(255 228 230 / 0.25);
}

.text-rose-100\/30{
  color: rgb(255 228 230 / 0.3);
}

.text-rose-100\/40{
  color: rgb(255 228 230 / 0.4);
}

.text-rose-100\/5{
  color: rgb(255 228 230 / 0.05);
}

.text-rose-100\/50{
  color: rgb(255 228 230 / 0.5);
}

.text-rose-100\/60{
  color: rgb(255 228 230 / 0.6);
}

.text-rose-100\/70{
  color: rgb(255 228 230 / 0.7);
}

.text-rose-100\/75{
  color: rgb(255 228 230 / 0.75);
}

.text-rose-100\/80{
  color: rgb(255 228 230 / 0.8);
}

.text-rose-100\/90{
  color: rgb(255 228 230 / 0.9);
}

.text-rose-100\/95{
  color: rgb(255 228 230 / 0.95);
}

.text-rose-200{
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}

.text-rose-200\/0{
  color: rgb(254 205 211 / 0);
}

.text-rose-200\/10{
  color: rgb(254 205 211 / 0.1);
}

.text-rose-200\/100{
  color: rgb(254 205 211 / 1);
}

.text-rose-200\/20{
  color: rgb(254 205 211 / 0.2);
}

.text-rose-200\/25{
  color: rgb(254 205 211 / 0.25);
}

.text-rose-200\/30{
  color: rgb(254 205 211 / 0.3);
}

.text-rose-200\/40{
  color: rgb(254 205 211 / 0.4);
}

.text-rose-200\/5{
  color: rgb(254 205 211 / 0.05);
}

.text-rose-200\/50{
  color: rgb(254 205 211 / 0.5);
}

.text-rose-200\/60{
  color: rgb(254 205 211 / 0.6);
}

.text-rose-200\/70{
  color: rgb(254 205 211 / 0.7);
}

.text-rose-200\/75{
  color: rgb(254 205 211 / 0.75);
}

.text-rose-200\/80{
  color: rgb(254 205 211 / 0.8);
}

.text-rose-200\/90{
  color: rgb(254 205 211 / 0.9);
}

.text-rose-200\/95{
  color: rgb(254 205 211 / 0.95);
}

.text-rose-300{
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}

.text-rose-300\/0{
  color: rgb(253 164 175 / 0);
}

.text-rose-300\/10{
  color: rgb(253 164 175 / 0.1);
}

.text-rose-300\/100{
  color: rgb(253 164 175 / 1);
}

.text-rose-300\/20{
  color: rgb(253 164 175 / 0.2);
}

.text-rose-300\/25{
  color: rgb(253 164 175 / 0.25);
}

.text-rose-300\/30{
  color: rgb(253 164 175 / 0.3);
}

.text-rose-300\/40{
  color: rgb(253 164 175 / 0.4);
}

.text-rose-300\/5{
  color: rgb(253 164 175 / 0.05);
}

.text-rose-300\/50{
  color: rgb(253 164 175 / 0.5);
}

.text-rose-300\/60{
  color: rgb(253 164 175 / 0.6);
}

.text-rose-300\/70{
  color: rgb(253 164 175 / 0.7);
}

.text-rose-300\/75{
  color: rgb(253 164 175 / 0.75);
}

.text-rose-300\/80{
  color: rgb(253 164 175 / 0.8);
}

.text-rose-300\/90{
  color: rgb(253 164 175 / 0.9);
}

.text-rose-300\/95{
  color: rgb(253 164 175 / 0.95);
}

.text-rose-400{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}

.text-rose-400\/0{
  color: rgb(251 113 133 / 0);
}

.text-rose-400\/10{
  color: rgb(251 113 133 / 0.1);
}

.text-rose-400\/100{
  color: rgb(251 113 133 / 1);
}

.text-rose-400\/20{
  color: rgb(251 113 133 / 0.2);
}

.text-rose-400\/25{
  color: rgb(251 113 133 / 0.25);
}

.text-rose-400\/30{
  color: rgb(251 113 133 / 0.3);
}

.text-rose-400\/40{
  color: rgb(251 113 133 / 0.4);
}

.text-rose-400\/5{
  color: rgb(251 113 133 / 0.05);
}

.text-rose-400\/50{
  color: rgb(251 113 133 / 0.5);
}

.text-rose-400\/60{
  color: rgb(251 113 133 / 0.6);
}

.text-rose-400\/70{
  color: rgb(251 113 133 / 0.7);
}

.text-rose-400\/75{
  color: rgb(251 113 133 / 0.75);
}

.text-rose-400\/80{
  color: rgb(251 113 133 / 0.8);
}

.text-rose-400\/90{
  color: rgb(251 113 133 / 0.9);
}

.text-rose-400\/95{
  color: rgb(251 113 133 / 0.95);
}

.text-rose-50{
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}

.text-rose-50\/0{
  color: rgb(255 241 242 / 0);
}

.text-rose-50\/10{
  color: rgb(255 241 242 / 0.1);
}

.text-rose-50\/100{
  color: rgb(255 241 242 / 1);
}

.text-rose-50\/20{
  color: rgb(255 241 242 / 0.2);
}

.text-rose-50\/25{
  color: rgb(255 241 242 / 0.25);
}

.text-rose-50\/30{
  color: rgb(255 241 242 / 0.3);
}

.text-rose-50\/40{
  color: rgb(255 241 242 / 0.4);
}

.text-rose-50\/5{
  color: rgb(255 241 242 / 0.05);
}

.text-rose-50\/50{
  color: rgb(255 241 242 / 0.5);
}

.text-rose-50\/60{
  color: rgb(255 241 242 / 0.6);
}

.text-rose-50\/70{
  color: rgb(255 241 242 / 0.7);
}

.text-rose-50\/75{
  color: rgb(255 241 242 / 0.75);
}

.text-rose-50\/80{
  color: rgb(255 241 242 / 0.8);
}

.text-rose-50\/90{
  color: rgb(255 241 242 / 0.9);
}

.text-rose-50\/95{
  color: rgb(255 241 242 / 0.95);
}

.text-rose-500{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.text-rose-500\/0{
  color: rgb(244 63 94 / 0);
}

.text-rose-500\/10{
  color: rgb(244 63 94 / 0.1);
}

.text-rose-500\/100{
  color: rgb(244 63 94 / 1);
}

.text-rose-500\/20{
  color: rgb(244 63 94 / 0.2);
}

.text-rose-500\/25{
  color: rgb(244 63 94 / 0.25);
}

.text-rose-500\/30{
  color: rgb(244 63 94 / 0.3);
}

.text-rose-500\/40{
  color: rgb(244 63 94 / 0.4);
}

.text-rose-500\/5{
  color: rgb(244 63 94 / 0.05);
}

.text-rose-500\/50{
  color: rgb(244 63 94 / 0.5);
}

.text-rose-500\/60{
  color: rgb(244 63 94 / 0.6);
}

.text-rose-500\/70{
  color: rgb(244 63 94 / 0.7);
}

.text-rose-500\/75{
  color: rgb(244 63 94 / 0.75);
}

.text-rose-500\/80{
  color: rgb(244 63 94 / 0.8);
}

.text-rose-500\/90{
  color: rgb(244 63 94 / 0.9);
}

.text-rose-500\/95{
  color: rgb(244 63 94 / 0.95);
}

.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.text-rose-600\/0{
  color: rgb(225 29 72 / 0);
}

.text-rose-600\/10{
  color: rgb(225 29 72 / 0.1);
}

.text-rose-600\/100{
  color: rgb(225 29 72 / 1);
}

.text-rose-600\/20{
  color: rgb(225 29 72 / 0.2);
}

.text-rose-600\/25{
  color: rgb(225 29 72 / 0.25);
}

.text-rose-600\/30{
  color: rgb(225 29 72 / 0.3);
}

.text-rose-600\/40{
  color: rgb(225 29 72 / 0.4);
}

.text-rose-600\/5{
  color: rgb(225 29 72 / 0.05);
}

.text-rose-600\/50{
  color: rgb(225 29 72 / 0.5);
}

.text-rose-600\/60{
  color: rgb(225 29 72 / 0.6);
}

.text-rose-600\/70{
  color: rgb(225 29 72 / 0.7);
}

.text-rose-600\/75{
  color: rgb(225 29 72 / 0.75);
}

.text-rose-600\/80{
  color: rgb(225 29 72 / 0.8);
}

.text-rose-600\/90{
  color: rgb(225 29 72 / 0.9);
}

.text-rose-600\/95{
  color: rgb(225 29 72 / 0.95);
}

.text-rose-700{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}

.text-rose-700\/0{
  color: rgb(190 18 60 / 0);
}

.text-rose-700\/10{
  color: rgb(190 18 60 / 0.1);
}

.text-rose-700\/100{
  color: rgb(190 18 60 / 1);
}

.text-rose-700\/20{
  color: rgb(190 18 60 / 0.2);
}

.text-rose-700\/25{
  color: rgb(190 18 60 / 0.25);
}

.text-rose-700\/30{
  color: rgb(190 18 60 / 0.3);
}

.text-rose-700\/40{
  color: rgb(190 18 60 / 0.4);
}

.text-rose-700\/5{
  color: rgb(190 18 60 / 0.05);
}

.text-rose-700\/50{
  color: rgb(190 18 60 / 0.5);
}

.text-rose-700\/60{
  color: rgb(190 18 60 / 0.6);
}

.text-rose-700\/70{
  color: rgb(190 18 60 / 0.7);
}

.text-rose-700\/75{
  color: rgb(190 18 60 / 0.75);
}

.text-rose-700\/80{
  color: rgb(190 18 60 / 0.8);
}

.text-rose-700\/90{
  color: rgb(190 18 60 / 0.9);
}

.text-rose-700\/95{
  color: rgb(190 18 60 / 0.95);
}

.text-rose-800{
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}

.text-rose-800\/0{
  color: rgb(159 18 57 / 0);
}

.text-rose-800\/10{
  color: rgb(159 18 57 / 0.1);
}

.text-rose-800\/100{
  color: rgb(159 18 57 / 1);
}

.text-rose-800\/20{
  color: rgb(159 18 57 / 0.2);
}

.text-rose-800\/25{
  color: rgb(159 18 57 / 0.25);
}

.text-rose-800\/30{
  color: rgb(159 18 57 / 0.3);
}

.text-rose-800\/40{
  color: rgb(159 18 57 / 0.4);
}

.text-rose-800\/5{
  color: rgb(159 18 57 / 0.05);
}

.text-rose-800\/50{
  color: rgb(159 18 57 / 0.5);
}

.text-rose-800\/60{
  color: rgb(159 18 57 / 0.6);
}

.text-rose-800\/70{
  color: rgb(159 18 57 / 0.7);
}

.text-rose-800\/75{
  color: rgb(159 18 57 / 0.75);
}

.text-rose-800\/80{
  color: rgb(159 18 57 / 0.8);
}

.text-rose-800\/90{
  color: rgb(159 18 57 / 0.9);
}

.text-rose-800\/95{
  color: rgb(159 18 57 / 0.95);
}

.text-rose-900{
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}

.text-rose-900\/0{
  color: rgb(136 19 55 / 0);
}

.text-rose-900\/10{
  color: rgb(136 19 55 / 0.1);
}

.text-rose-900\/100{
  color: rgb(136 19 55 / 1);
}

.text-rose-900\/20{
  color: rgb(136 19 55 / 0.2);
}

.text-rose-900\/25{
  color: rgb(136 19 55 / 0.25);
}

.text-rose-900\/30{
  color: rgb(136 19 55 / 0.3);
}

.text-rose-900\/40{
  color: rgb(136 19 55 / 0.4);
}

.text-rose-900\/5{
  color: rgb(136 19 55 / 0.05);
}

.text-rose-900\/50{
  color: rgb(136 19 55 / 0.5);
}

.text-rose-900\/60{
  color: rgb(136 19 55 / 0.6);
}

.text-rose-900\/70{
  color: rgb(136 19 55 / 0.7);
}

.text-rose-900\/75{
  color: rgb(136 19 55 / 0.75);
}

.text-rose-900\/80{
  color: rgb(136 19 55 / 0.8);
}

.text-rose-900\/90{
  color: rgb(136 19 55 / 0.9);
}

.text-rose-900\/95{
  color: rgb(136 19 55 / 0.95);
}

.text-rose-950{
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity));
}

.text-rose-950\/0{
  color: rgb(76 5 25 / 0);
}

.text-rose-950\/10{
  color: rgb(76 5 25 / 0.1);
}

.text-rose-950\/100{
  color: rgb(76 5 25 / 1);
}

.text-rose-950\/20{
  color: rgb(76 5 25 / 0.2);
}

.text-rose-950\/25{
  color: rgb(76 5 25 / 0.25);
}

.text-rose-950\/30{
  color: rgb(76 5 25 / 0.3);
}

.text-rose-950\/40{
  color: rgb(76 5 25 / 0.4);
}

.text-rose-950\/5{
  color: rgb(76 5 25 / 0.05);
}

.text-rose-950\/50{
  color: rgb(76 5 25 / 0.5);
}

.text-rose-950\/60{
  color: rgb(76 5 25 / 0.6);
}

.text-rose-950\/70{
  color: rgb(76 5 25 / 0.7);
}

.text-rose-950\/75{
  color: rgb(76 5 25 / 0.75);
}

.text-rose-950\/80{
  color: rgb(76 5 25 / 0.8);
}

.text-rose-950\/90{
  color: rgb(76 5 25 / 0.9);
}

.text-rose-950\/95{
  color: rgb(76 5 25 / 0.95);
}

.text-sky-100{
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}

.text-sky-100\/0{
  color: rgb(224 242 254 / 0);
}

.text-sky-100\/10{
  color: rgb(224 242 254 / 0.1);
}

.text-sky-100\/100{
  color: rgb(224 242 254 / 1);
}

.text-sky-100\/20{
  color: rgb(224 242 254 / 0.2);
}

.text-sky-100\/25{
  color: rgb(224 242 254 / 0.25);
}

.text-sky-100\/30{
  color: rgb(224 242 254 / 0.3);
}

.text-sky-100\/40{
  color: rgb(224 242 254 / 0.4);
}

.text-sky-100\/5{
  color: rgb(224 242 254 / 0.05);
}

.text-sky-100\/50{
  color: rgb(224 242 254 / 0.5);
}

.text-sky-100\/60{
  color: rgb(224 242 254 / 0.6);
}

.text-sky-100\/70{
  color: rgb(224 242 254 / 0.7);
}

.text-sky-100\/75{
  color: rgb(224 242 254 / 0.75);
}

.text-sky-100\/80{
  color: rgb(224 242 254 / 0.8);
}

.text-sky-100\/90{
  color: rgb(224 242 254 / 0.9);
}

.text-sky-100\/95{
  color: rgb(224 242 254 / 0.95);
}

.text-sky-200{
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}

.text-sky-200\/0{
  color: rgb(186 230 253 / 0);
}

.text-sky-200\/10{
  color: rgb(186 230 253 / 0.1);
}

.text-sky-200\/100{
  color: rgb(186 230 253 / 1);
}

.text-sky-200\/20{
  color: rgb(186 230 253 / 0.2);
}

.text-sky-200\/25{
  color: rgb(186 230 253 / 0.25);
}

.text-sky-200\/30{
  color: rgb(186 230 253 / 0.3);
}

.text-sky-200\/40{
  color: rgb(186 230 253 / 0.4);
}

.text-sky-200\/5{
  color: rgb(186 230 253 / 0.05);
}

.text-sky-200\/50{
  color: rgb(186 230 253 / 0.5);
}

.text-sky-200\/60{
  color: rgb(186 230 253 / 0.6);
}

.text-sky-200\/70{
  color: rgb(186 230 253 / 0.7);
}

.text-sky-200\/75{
  color: rgb(186 230 253 / 0.75);
}

.text-sky-200\/80{
  color: rgb(186 230 253 / 0.8);
}

.text-sky-200\/90{
  color: rgb(186 230 253 / 0.9);
}

.text-sky-200\/95{
  color: rgb(186 230 253 / 0.95);
}

.text-sky-300{
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

.text-sky-300\/0{
  color: rgb(125 211 252 / 0);
}

.text-sky-300\/10{
  color: rgb(125 211 252 / 0.1);
}

.text-sky-300\/100{
  color: rgb(125 211 252 / 1);
}

.text-sky-300\/20{
  color: rgb(125 211 252 / 0.2);
}

.text-sky-300\/25{
  color: rgb(125 211 252 / 0.25);
}

.text-sky-300\/30{
  color: rgb(125 211 252 / 0.3);
}

.text-sky-300\/40{
  color: rgb(125 211 252 / 0.4);
}

.text-sky-300\/5{
  color: rgb(125 211 252 / 0.05);
}

.text-sky-300\/50{
  color: rgb(125 211 252 / 0.5);
}

.text-sky-300\/60{
  color: rgb(125 211 252 / 0.6);
}

.text-sky-300\/70{
  color: rgb(125 211 252 / 0.7);
}

.text-sky-300\/75{
  color: rgb(125 211 252 / 0.75);
}

.text-sky-300\/80{
  color: rgb(125 211 252 / 0.8);
}

.text-sky-300\/90{
  color: rgb(125 211 252 / 0.9);
}

.text-sky-300\/95{
  color: rgb(125 211 252 / 0.95);
}

.text-sky-400{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}

.text-sky-400\/0{
  color: rgb(56 189 248 / 0);
}

.text-sky-400\/10{
  color: rgb(56 189 248 / 0.1);
}

.text-sky-400\/100{
  color: rgb(56 189 248 / 1);
}

.text-sky-400\/20{
  color: rgb(56 189 248 / 0.2);
}

.text-sky-400\/25{
  color: rgb(56 189 248 / 0.25);
}

.text-sky-400\/30{
  color: rgb(56 189 248 / 0.3);
}

.text-sky-400\/40{
  color: rgb(56 189 248 / 0.4);
}

.text-sky-400\/5{
  color: rgb(56 189 248 / 0.05);
}

.text-sky-400\/50{
  color: rgb(56 189 248 / 0.5);
}

.text-sky-400\/60{
  color: rgb(56 189 248 / 0.6);
}

.text-sky-400\/70{
  color: rgb(56 189 248 / 0.7);
}

.text-sky-400\/75{
  color: rgb(56 189 248 / 0.75);
}

.text-sky-400\/80{
  color: rgb(56 189 248 / 0.8);
}

.text-sky-400\/90{
  color: rgb(56 189 248 / 0.9);
}

.text-sky-400\/95{
  color: rgb(56 189 248 / 0.95);
}

.text-sky-50{
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}

.text-sky-50\/0{
  color: rgb(240 249 255 / 0);
}

.text-sky-50\/10{
  color: rgb(240 249 255 / 0.1);
}

.text-sky-50\/100{
  color: rgb(240 249 255 / 1);
}

.text-sky-50\/20{
  color: rgb(240 249 255 / 0.2);
}

.text-sky-50\/25{
  color: rgb(240 249 255 / 0.25);
}

.text-sky-50\/30{
  color: rgb(240 249 255 / 0.3);
}

.text-sky-50\/40{
  color: rgb(240 249 255 / 0.4);
}

.text-sky-50\/5{
  color: rgb(240 249 255 / 0.05);
}

.text-sky-50\/50{
  color: rgb(240 249 255 / 0.5);
}

.text-sky-50\/60{
  color: rgb(240 249 255 / 0.6);
}

.text-sky-50\/70{
  color: rgb(240 249 255 / 0.7);
}

.text-sky-50\/75{
  color: rgb(240 249 255 / 0.75);
}

.text-sky-50\/80{
  color: rgb(240 249 255 / 0.8);
}

.text-sky-50\/90{
  color: rgb(240 249 255 / 0.9);
}

.text-sky-50\/95{
  color: rgb(240 249 255 / 0.95);
}

.text-sky-500{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.text-sky-500\/0{
  color: rgb(14 165 233 / 0);
}

.text-sky-500\/10{
  color: rgb(14 165 233 / 0.1);
}

.text-sky-500\/100{
  color: rgb(14 165 233 / 1);
}

.text-sky-500\/20{
  color: rgb(14 165 233 / 0.2);
}

.text-sky-500\/25{
  color: rgb(14 165 233 / 0.25);
}

.text-sky-500\/30{
  color: rgb(14 165 233 / 0.3);
}

.text-sky-500\/40{
  color: rgb(14 165 233 / 0.4);
}

.text-sky-500\/5{
  color: rgb(14 165 233 / 0.05);
}

.text-sky-500\/50{
  color: rgb(14 165 233 / 0.5);
}

.text-sky-500\/60{
  color: rgb(14 165 233 / 0.6);
}

.text-sky-500\/70{
  color: rgb(14 165 233 / 0.7);
}

.text-sky-500\/75{
  color: rgb(14 165 233 / 0.75);
}

.text-sky-500\/80{
  color: rgb(14 165 233 / 0.8);
}

.text-sky-500\/90{
  color: rgb(14 165 233 / 0.9);
}

.text-sky-500\/95{
  color: rgb(14 165 233 / 0.95);
}

.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.text-sky-600\/0{
  color: rgb(2 132 199 / 0);
}

.text-sky-600\/10{
  color: rgb(2 132 199 / 0.1);
}

.text-sky-600\/100{
  color: rgb(2 132 199 / 1);
}

.text-sky-600\/20{
  color: rgb(2 132 199 / 0.2);
}

.text-sky-600\/25{
  color: rgb(2 132 199 / 0.25);
}

.text-sky-600\/30{
  color: rgb(2 132 199 / 0.3);
}

.text-sky-600\/40{
  color: rgb(2 132 199 / 0.4);
}

.text-sky-600\/5{
  color: rgb(2 132 199 / 0.05);
}

.text-sky-600\/50{
  color: rgb(2 132 199 / 0.5);
}

.text-sky-600\/60{
  color: rgb(2 132 199 / 0.6);
}

.text-sky-600\/70{
  color: rgb(2 132 199 / 0.7);
}

.text-sky-600\/75{
  color: rgb(2 132 199 / 0.75);
}

.text-sky-600\/80{
  color: rgb(2 132 199 / 0.8);
}

.text-sky-600\/90{
  color: rgb(2 132 199 / 0.9);
}

.text-sky-600\/95{
  color: rgb(2 132 199 / 0.95);
}

.text-sky-700{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

.text-sky-700\/0{
  color: rgb(3 105 161 / 0);
}

.text-sky-700\/10{
  color: rgb(3 105 161 / 0.1);
}

.text-sky-700\/100{
  color: rgb(3 105 161 / 1);
}

.text-sky-700\/20{
  color: rgb(3 105 161 / 0.2);
}

.text-sky-700\/25{
  color: rgb(3 105 161 / 0.25);
}

.text-sky-700\/30{
  color: rgb(3 105 161 / 0.3);
}

.text-sky-700\/40{
  color: rgb(3 105 161 / 0.4);
}

.text-sky-700\/5{
  color: rgb(3 105 161 / 0.05);
}

.text-sky-700\/50{
  color: rgb(3 105 161 / 0.5);
}

.text-sky-700\/60{
  color: rgb(3 105 161 / 0.6);
}

.text-sky-700\/70{
  color: rgb(3 105 161 / 0.7);
}

.text-sky-700\/75{
  color: rgb(3 105 161 / 0.75);
}

.text-sky-700\/80{
  color: rgb(3 105 161 / 0.8);
}

.text-sky-700\/90{
  color: rgb(3 105 161 / 0.9);
}

.text-sky-700\/95{
  color: rgb(3 105 161 / 0.95);
}

.text-sky-800{
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}

.text-sky-800\/0{
  color: rgb(7 89 133 / 0);
}

.text-sky-800\/10{
  color: rgb(7 89 133 / 0.1);
}

.text-sky-800\/100{
  color: rgb(7 89 133 / 1);
}

.text-sky-800\/20{
  color: rgb(7 89 133 / 0.2);
}

.text-sky-800\/25{
  color: rgb(7 89 133 / 0.25);
}

.text-sky-800\/30{
  color: rgb(7 89 133 / 0.3);
}

.text-sky-800\/40{
  color: rgb(7 89 133 / 0.4);
}

.text-sky-800\/5{
  color: rgb(7 89 133 / 0.05);
}

.text-sky-800\/50{
  color: rgb(7 89 133 / 0.5);
}

.text-sky-800\/60{
  color: rgb(7 89 133 / 0.6);
}

.text-sky-800\/70{
  color: rgb(7 89 133 / 0.7);
}

.text-sky-800\/75{
  color: rgb(7 89 133 / 0.75);
}

.text-sky-800\/80{
  color: rgb(7 89 133 / 0.8);
}

.text-sky-800\/90{
  color: rgb(7 89 133 / 0.9);
}

.text-sky-800\/95{
  color: rgb(7 89 133 / 0.95);
}

.text-sky-900{
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

.text-sky-900\/0{
  color: rgb(12 74 110 / 0);
}

.text-sky-900\/10{
  color: rgb(12 74 110 / 0.1);
}

.text-sky-900\/100{
  color: rgb(12 74 110 / 1);
}

.text-sky-900\/20{
  color: rgb(12 74 110 / 0.2);
}

.text-sky-900\/25{
  color: rgb(12 74 110 / 0.25);
}

.text-sky-900\/30{
  color: rgb(12 74 110 / 0.3);
}

.text-sky-900\/40{
  color: rgb(12 74 110 / 0.4);
}

.text-sky-900\/5{
  color: rgb(12 74 110 / 0.05);
}

.text-sky-900\/50{
  color: rgb(12 74 110 / 0.5);
}

.text-sky-900\/60{
  color: rgb(12 74 110 / 0.6);
}

.text-sky-900\/70{
  color: rgb(12 74 110 / 0.7);
}

.text-sky-900\/75{
  color: rgb(12 74 110 / 0.75);
}

.text-sky-900\/80{
  color: rgb(12 74 110 / 0.8);
}

.text-sky-900\/90{
  color: rgb(12 74 110 / 0.9);
}

.text-sky-900\/95{
  color: rgb(12 74 110 / 0.95);
}

.text-sky-950{
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}

.text-sky-950\/0{
  color: rgb(8 47 73 / 0);
}

.text-sky-950\/10{
  color: rgb(8 47 73 / 0.1);
}

.text-sky-950\/100{
  color: rgb(8 47 73 / 1);
}

.text-sky-950\/20{
  color: rgb(8 47 73 / 0.2);
}

.text-sky-950\/25{
  color: rgb(8 47 73 / 0.25);
}

.text-sky-950\/30{
  color: rgb(8 47 73 / 0.3);
}

.text-sky-950\/40{
  color: rgb(8 47 73 / 0.4);
}

.text-sky-950\/5{
  color: rgb(8 47 73 / 0.05);
}

.text-sky-950\/50{
  color: rgb(8 47 73 / 0.5);
}

.text-sky-950\/60{
  color: rgb(8 47 73 / 0.6);
}

.text-sky-950\/70{
  color: rgb(8 47 73 / 0.7);
}

.text-sky-950\/75{
  color: rgb(8 47 73 / 0.75);
}

.text-sky-950\/80{
  color: rgb(8 47 73 / 0.8);
}

.text-sky-950\/90{
  color: rgb(8 47 73 / 0.9);
}

.text-sky-950\/95{
  color: rgb(8 47 73 / 0.95);
}

.text-slate-100{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.text-slate-100\/0{
  color: rgb(241 245 249 / 0);
}

.text-slate-100\/10{
  color: rgb(241 245 249 / 0.1);
}

.text-slate-100\/100{
  color: rgb(241 245 249 / 1);
}

.text-slate-100\/20{
  color: rgb(241 245 249 / 0.2);
}

.text-slate-100\/25{
  color: rgb(241 245 249 / 0.25);
}

.text-slate-100\/30{
  color: rgb(241 245 249 / 0.3);
}

.text-slate-100\/40{
  color: rgb(241 245 249 / 0.4);
}

.text-slate-100\/5{
  color: rgb(241 245 249 / 0.05);
}

.text-slate-100\/50{
  color: rgb(241 245 249 / 0.5);
}

.text-slate-100\/60{
  color: rgb(241 245 249 / 0.6);
}

.text-slate-100\/70{
  color: rgb(241 245 249 / 0.7);
}

.text-slate-100\/75{
  color: rgb(241 245 249 / 0.75);
}

.text-slate-100\/80{
  color: rgb(241 245 249 / 0.8);
}

.text-slate-100\/90{
  color: rgb(241 245 249 / 0.9);
}

.text-slate-100\/95{
  color: rgb(241 245 249 / 0.95);
}

.text-slate-200{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

.text-slate-200\/0{
  color: rgb(226 232 240 / 0);
}

.text-slate-200\/10{
  color: rgb(226 232 240 / 0.1);
}

.text-slate-200\/100{
  color: rgb(226 232 240 / 1);
}

.text-slate-200\/20{
  color: rgb(226 232 240 / 0.2);
}

.text-slate-200\/25{
  color: rgb(226 232 240 / 0.25);
}

.text-slate-200\/30{
  color: rgb(226 232 240 / 0.3);
}

.text-slate-200\/40{
  color: rgb(226 232 240 / 0.4);
}

.text-slate-200\/5{
  color: rgb(226 232 240 / 0.05);
}

.text-slate-200\/50{
  color: rgb(226 232 240 / 0.5);
}

.text-slate-200\/60{
  color: rgb(226 232 240 / 0.6);
}

.text-slate-200\/70{
  color: rgb(226 232 240 / 0.7);
}

.text-slate-200\/75{
  color: rgb(226 232 240 / 0.75);
}

.text-slate-200\/80{
  color: rgb(226 232 240 / 0.8);
}

.text-slate-200\/90{
  color: rgb(226 232 240 / 0.9);
}

.text-slate-200\/95{
  color: rgb(226 232 240 / 0.95);
}

.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.text-slate-300\/0{
  color: rgb(203 213 225 / 0);
}

.text-slate-300\/10{
  color: rgb(203 213 225 / 0.1);
}

.text-slate-300\/100{
  color: rgb(203 213 225 / 1);
}

.text-slate-300\/20{
  color: rgb(203 213 225 / 0.2);
}

.text-slate-300\/25{
  color: rgb(203 213 225 / 0.25);
}

.text-slate-300\/30{
  color: rgb(203 213 225 / 0.3);
}

.text-slate-300\/40{
  color: rgb(203 213 225 / 0.4);
}

.text-slate-300\/5{
  color: rgb(203 213 225 / 0.05);
}

.text-slate-300\/50{
  color: rgb(203 213 225 / 0.5);
}

.text-slate-300\/60{
  color: rgb(203 213 225 / 0.6);
}

.text-slate-300\/70{
  color: rgb(203 213 225 / 0.7);
}

.text-slate-300\/75{
  color: rgb(203 213 225 / 0.75);
}

.text-slate-300\/80{
  color: rgb(203 213 225 / 0.8);
}

.text-slate-300\/90{
  color: rgb(203 213 225 / 0.9);
}

.text-slate-300\/95{
  color: rgb(203 213 225 / 0.95);
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-400\/0{
  color: rgb(148 163 184 / 0);
}

.text-slate-400\/10{
  color: rgb(148 163 184 / 0.1);
}

.text-slate-400\/100{
  color: rgb(148 163 184 / 1);
}

.text-slate-400\/20{
  color: rgb(148 163 184 / 0.2);
}

.text-slate-400\/25{
  color: rgb(148 163 184 / 0.25);
}

.text-slate-400\/30{
  color: rgb(148 163 184 / 0.3);
}

.text-slate-400\/40{
  color: rgb(148 163 184 / 0.4);
}

.text-slate-400\/5{
  color: rgb(148 163 184 / 0.05);
}

.text-slate-400\/50{
  color: rgb(148 163 184 / 0.5);
}

.text-slate-400\/60{
  color: rgb(148 163 184 / 0.6);
}

.text-slate-400\/70{
  color: rgb(148 163 184 / 0.7);
}

.text-slate-400\/75{
  color: rgb(148 163 184 / 0.75);
}

.text-slate-400\/80{
  color: rgb(148 163 184 / 0.8);
}

.text-slate-400\/90{
  color: rgb(148 163 184 / 0.9);
}

.text-slate-400\/95{
  color: rgb(148 163 184 / 0.95);
}

.text-slate-50{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.text-slate-50\/0{
  color: rgb(248 250 252 / 0);
}

.text-slate-50\/10{
  color: rgb(248 250 252 / 0.1);
}

.text-slate-50\/100{
  color: rgb(248 250 252 / 1);
}

.text-slate-50\/20{
  color: rgb(248 250 252 / 0.2);
}

.text-slate-50\/25{
  color: rgb(248 250 252 / 0.25);
}

.text-slate-50\/30{
  color: rgb(248 250 252 / 0.3);
}

.text-slate-50\/40{
  color: rgb(248 250 252 / 0.4);
}

.text-slate-50\/5{
  color: rgb(248 250 252 / 0.05);
}

.text-slate-50\/50{
  color: rgb(248 250 252 / 0.5);
}

.text-slate-50\/60{
  color: rgb(248 250 252 / 0.6);
}

.text-slate-50\/70{
  color: rgb(248 250 252 / 0.7);
}

.text-slate-50\/75{
  color: rgb(248 250 252 / 0.75);
}

.text-slate-50\/80{
  color: rgb(248 250 252 / 0.8);
}

.text-slate-50\/90{
  color: rgb(248 250 252 / 0.9);
}

.text-slate-50\/95{
  color: rgb(248 250 252 / 0.95);
}

.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-500\/0{
  color: rgb(100 116 139 / 0);
}

.text-slate-500\/10{
  color: rgb(100 116 139 / 0.1);
}

.text-slate-500\/100{
  color: rgb(100 116 139 / 1);
}

.text-slate-500\/20{
  color: rgb(100 116 139 / 0.2);
}

.text-slate-500\/25{
  color: rgb(100 116 139 / 0.25);
}

.text-slate-500\/30{
  color: rgb(100 116 139 / 0.3);
}

.text-slate-500\/40{
  color: rgb(100 116 139 / 0.4);
}

.text-slate-500\/5{
  color: rgb(100 116 139 / 0.05);
}

.text-slate-500\/50{
  color: rgb(100 116 139 / 0.5);
}

.text-slate-500\/60{
  color: rgb(100 116 139 / 0.6);
}

.text-slate-500\/70{
  color: rgb(100 116 139 / 0.7);
}

.text-slate-500\/75{
  color: rgb(100 116 139 / 0.75);
}

.text-slate-500\/80{
  color: rgb(100 116 139 / 0.8);
}

.text-slate-500\/90{
  color: rgb(100 116 139 / 0.9);
}

.text-slate-500\/95{
  color: rgb(100 116 139 / 0.95);
}

.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-slate-600\/0{
  color: rgb(71 85 105 / 0);
}

.text-slate-600\/10{
  color: rgb(71 85 105 / 0.1);
}

.text-slate-600\/100{
  color: rgb(71 85 105 / 1);
}

.text-slate-600\/20{
  color: rgb(71 85 105 / 0.2);
}

.text-slate-600\/25{
  color: rgb(71 85 105 / 0.25);
}

.text-slate-600\/30{
  color: rgb(71 85 105 / 0.3);
}

.text-slate-600\/40{
  color: rgb(71 85 105 / 0.4);
}

.text-slate-600\/5{
  color: rgb(71 85 105 / 0.05);
}

.text-slate-600\/50{
  color: rgb(71 85 105 / 0.5);
}

.text-slate-600\/60{
  color: rgb(71 85 105 / 0.6);
}

.text-slate-600\/70{
  color: rgb(71 85 105 / 0.7);
}

.text-slate-600\/75{
  color: rgb(71 85 105 / 0.75);
}

.text-slate-600\/80{
  color: rgb(71 85 105 / 0.8);
}

.text-slate-600\/90{
  color: rgb(71 85 105 / 0.9);
}

.text-slate-600\/95{
  color: rgb(71 85 105 / 0.95);
}

.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-slate-700\/0{
  color: rgb(51 65 85 / 0);
}

.text-slate-700\/10{
  color: rgb(51 65 85 / 0.1);
}

.text-slate-700\/100{
  color: rgb(51 65 85 / 1);
}

.text-slate-700\/20{
  color: rgb(51 65 85 / 0.2);
}

.text-slate-700\/25{
  color: rgb(51 65 85 / 0.25);
}

.text-slate-700\/30{
  color: rgb(51 65 85 / 0.3);
}

.text-slate-700\/40{
  color: rgb(51 65 85 / 0.4);
}

.text-slate-700\/5{
  color: rgb(51 65 85 / 0.05);
}

.text-slate-700\/50{
  color: rgb(51 65 85 / 0.5);
}

.text-slate-700\/60{
  color: rgb(51 65 85 / 0.6);
}

.text-slate-700\/70{
  color: rgb(51 65 85 / 0.7);
}

.text-slate-700\/75{
  color: rgb(51 65 85 / 0.75);
}

.text-slate-700\/80{
  color: rgb(51 65 85 / 0.8);
}

.text-slate-700\/90{
  color: rgb(51 65 85 / 0.9);
}

.text-slate-700\/95{
  color: rgb(51 65 85 / 0.95);
}

.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-slate-800\/0{
  color: rgb(30 41 59 / 0);
}

.text-slate-800\/10{
  color: rgb(30 41 59 / 0.1);
}

.text-slate-800\/100{
  color: rgb(30 41 59 / 1);
}

.text-slate-800\/20{
  color: rgb(30 41 59 / 0.2);
}

.text-slate-800\/25{
  color: rgb(30 41 59 / 0.25);
}

.text-slate-800\/30{
  color: rgb(30 41 59 / 0.3);
}

.text-slate-800\/40{
  color: rgb(30 41 59 / 0.4);
}

.text-slate-800\/5{
  color: rgb(30 41 59 / 0.05);
}

.text-slate-800\/50{
  color: rgb(30 41 59 / 0.5);
}

.text-slate-800\/60{
  color: rgb(30 41 59 / 0.6);
}

.text-slate-800\/70{
  color: rgb(30 41 59 / 0.7);
}

.text-slate-800\/75{
  color: rgb(30 41 59 / 0.75);
}

.text-slate-800\/80{
  color: rgb(30 41 59 / 0.8);
}

.text-slate-800\/90{
  color: rgb(30 41 59 / 0.9);
}

.text-slate-800\/95{
  color: rgb(30 41 59 / 0.95);
}

.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.text-slate-900\/0{
  color: rgb(15 23 42 / 0);
}

.text-slate-900\/10{
  color: rgb(15 23 42 / 0.1);
}

.text-slate-900\/100{
  color: rgb(15 23 42 / 1);
}

.text-slate-900\/20{
  color: rgb(15 23 42 / 0.2);
}

.text-slate-900\/25{
  color: rgb(15 23 42 / 0.25);
}

.text-slate-900\/30{
  color: rgb(15 23 42 / 0.3);
}

.text-slate-900\/40{
  color: rgb(15 23 42 / 0.4);
}

.text-slate-900\/5{
  color: rgb(15 23 42 / 0.05);
}

.text-slate-900\/50{
  color: rgb(15 23 42 / 0.5);
}

.text-slate-900\/60{
  color: rgb(15 23 42 / 0.6);
}

.text-slate-900\/70{
  color: rgb(15 23 42 / 0.7);
}

.text-slate-900\/75{
  color: rgb(15 23 42 / 0.75);
}

.text-slate-900\/80{
  color: rgb(15 23 42 / 0.8);
}

.text-slate-900\/90{
  color: rgb(15 23 42 / 0.9);
}

.text-slate-900\/95{
  color: rgb(15 23 42 / 0.95);
}

.text-slate-950{
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}

.text-slate-950\/0{
  color: rgb(2 6 23 / 0);
}

.text-slate-950\/10{
  color: rgb(2 6 23 / 0.1);
}

.text-slate-950\/100{
  color: rgb(2 6 23 / 1);
}

.text-slate-950\/20{
  color: rgb(2 6 23 / 0.2);
}

.text-slate-950\/25{
  color: rgb(2 6 23 / 0.25);
}

.text-slate-950\/30{
  color: rgb(2 6 23 / 0.3);
}

.text-slate-950\/40{
  color: rgb(2 6 23 / 0.4);
}

.text-slate-950\/5{
  color: rgb(2 6 23 / 0.05);
}

.text-slate-950\/50{
  color: rgb(2 6 23 / 0.5);
}

.text-slate-950\/60{
  color: rgb(2 6 23 / 0.6);
}

.text-slate-950\/70{
  color: rgb(2 6 23 / 0.7);
}

.text-slate-950\/75{
  color: rgb(2 6 23 / 0.75);
}

.text-slate-950\/80{
  color: rgb(2 6 23 / 0.8);
}

.text-slate-950\/90{
  color: rgb(2 6 23 / 0.9);
}

.text-slate-950\/95{
  color: rgb(2 6 23 / 0.95);
}

.text-stone-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}

.text-stone-100\/0{
  color: rgb(245 245 244 / 0);
}

.text-stone-100\/10{
  color: rgb(245 245 244 / 0.1);
}

.text-stone-100\/100{
  color: rgb(245 245 244 / 1);
}

.text-stone-100\/20{
  color: rgb(245 245 244 / 0.2);
}

.text-stone-100\/25{
  color: rgb(245 245 244 / 0.25);
}

.text-stone-100\/30{
  color: rgb(245 245 244 / 0.3);
}

.text-stone-100\/40{
  color: rgb(245 245 244 / 0.4);
}

.text-stone-100\/5{
  color: rgb(245 245 244 / 0.05);
}

.text-stone-100\/50{
  color: rgb(245 245 244 / 0.5);
}

.text-stone-100\/60{
  color: rgb(245 245 244 / 0.6);
}

.text-stone-100\/70{
  color: rgb(245 245 244 / 0.7);
}

.text-stone-100\/75{
  color: rgb(245 245 244 / 0.75);
}

.text-stone-100\/80{
  color: rgb(245 245 244 / 0.8);
}

.text-stone-100\/90{
  color: rgb(245 245 244 / 0.9);
}

.text-stone-100\/95{
  color: rgb(245 245 244 / 0.95);
}

.text-stone-200{
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}

.text-stone-200\/0{
  color: rgb(231 229 228 / 0);
}

.text-stone-200\/10{
  color: rgb(231 229 228 / 0.1);
}

.text-stone-200\/100{
  color: rgb(231 229 228 / 1);
}

.text-stone-200\/20{
  color: rgb(231 229 228 / 0.2);
}

.text-stone-200\/25{
  color: rgb(231 229 228 / 0.25);
}

.text-stone-200\/30{
  color: rgb(231 229 228 / 0.3);
}

.text-stone-200\/40{
  color: rgb(231 229 228 / 0.4);
}

.text-stone-200\/5{
  color: rgb(231 229 228 / 0.05);
}

.text-stone-200\/50{
  color: rgb(231 229 228 / 0.5);
}

.text-stone-200\/60{
  color: rgb(231 229 228 / 0.6);
}

.text-stone-200\/70{
  color: rgb(231 229 228 / 0.7);
}

.text-stone-200\/75{
  color: rgb(231 229 228 / 0.75);
}

.text-stone-200\/80{
  color: rgb(231 229 228 / 0.8);
}

.text-stone-200\/90{
  color: rgb(231 229 228 / 0.9);
}

.text-stone-200\/95{
  color: rgb(231 229 228 / 0.95);
}

.text-stone-300{
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}

.text-stone-300\/0{
  color: rgb(214 211 209 / 0);
}

.text-stone-300\/10{
  color: rgb(214 211 209 / 0.1);
}

.text-stone-300\/100{
  color: rgb(214 211 209 / 1);
}

.text-stone-300\/20{
  color: rgb(214 211 209 / 0.2);
}

.text-stone-300\/25{
  color: rgb(214 211 209 / 0.25);
}

.text-stone-300\/30{
  color: rgb(214 211 209 / 0.3);
}

.text-stone-300\/40{
  color: rgb(214 211 209 / 0.4);
}

.text-stone-300\/5{
  color: rgb(214 211 209 / 0.05);
}

.text-stone-300\/50{
  color: rgb(214 211 209 / 0.5);
}

.text-stone-300\/60{
  color: rgb(214 211 209 / 0.6);
}

.text-stone-300\/70{
  color: rgb(214 211 209 / 0.7);
}

.text-stone-300\/75{
  color: rgb(214 211 209 / 0.75);
}

.text-stone-300\/80{
  color: rgb(214 211 209 / 0.8);
}

.text-stone-300\/90{
  color: rgb(214 211 209 / 0.9);
}

.text-stone-300\/95{
  color: rgb(214 211 209 / 0.95);
}

.text-stone-400{
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}

.text-stone-400\/0{
  color: rgb(168 162 158 / 0);
}

.text-stone-400\/10{
  color: rgb(168 162 158 / 0.1);
}

.text-stone-400\/100{
  color: rgb(168 162 158 / 1);
}

.text-stone-400\/20{
  color: rgb(168 162 158 / 0.2);
}

.text-stone-400\/25{
  color: rgb(168 162 158 / 0.25);
}

.text-stone-400\/30{
  color: rgb(168 162 158 / 0.3);
}

.text-stone-400\/40{
  color: rgb(168 162 158 / 0.4);
}

.text-stone-400\/5{
  color: rgb(168 162 158 / 0.05);
}

.text-stone-400\/50{
  color: rgb(168 162 158 / 0.5);
}

.text-stone-400\/60{
  color: rgb(168 162 158 / 0.6);
}

.text-stone-400\/70{
  color: rgb(168 162 158 / 0.7);
}

.text-stone-400\/75{
  color: rgb(168 162 158 / 0.75);
}

.text-stone-400\/80{
  color: rgb(168 162 158 / 0.8);
}

.text-stone-400\/90{
  color: rgb(168 162 158 / 0.9);
}

.text-stone-400\/95{
  color: rgb(168 162 158 / 0.95);
}

.text-stone-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}

.text-stone-50\/0{
  color: rgb(250 250 249 / 0);
}

.text-stone-50\/10{
  color: rgb(250 250 249 / 0.1);
}

.text-stone-50\/100{
  color: rgb(250 250 249 / 1);
}

.text-stone-50\/20{
  color: rgb(250 250 249 / 0.2);
}

.text-stone-50\/25{
  color: rgb(250 250 249 / 0.25);
}

.text-stone-50\/30{
  color: rgb(250 250 249 / 0.3);
}

.text-stone-50\/40{
  color: rgb(250 250 249 / 0.4);
}

.text-stone-50\/5{
  color: rgb(250 250 249 / 0.05);
}

.text-stone-50\/50{
  color: rgb(250 250 249 / 0.5);
}

.text-stone-50\/60{
  color: rgb(250 250 249 / 0.6);
}

.text-stone-50\/70{
  color: rgb(250 250 249 / 0.7);
}

.text-stone-50\/75{
  color: rgb(250 250 249 / 0.75);
}

.text-stone-50\/80{
  color: rgb(250 250 249 / 0.8);
}

.text-stone-50\/90{
  color: rgb(250 250 249 / 0.9);
}

.text-stone-50\/95{
  color: rgb(250 250 249 / 0.95);
}

.text-stone-500{
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}

.text-stone-500\/0{
  color: rgb(120 113 108 / 0);
}

.text-stone-500\/10{
  color: rgb(120 113 108 / 0.1);
}

.text-stone-500\/100{
  color: rgb(120 113 108 / 1);
}

.text-stone-500\/20{
  color: rgb(120 113 108 / 0.2);
}

.text-stone-500\/25{
  color: rgb(120 113 108 / 0.25);
}

.text-stone-500\/30{
  color: rgb(120 113 108 / 0.3);
}

.text-stone-500\/40{
  color: rgb(120 113 108 / 0.4);
}

.text-stone-500\/5{
  color: rgb(120 113 108 / 0.05);
}

.text-stone-500\/50{
  color: rgb(120 113 108 / 0.5);
}

.text-stone-500\/60{
  color: rgb(120 113 108 / 0.6);
}

.text-stone-500\/70{
  color: rgb(120 113 108 / 0.7);
}

.text-stone-500\/75{
  color: rgb(120 113 108 / 0.75);
}

.text-stone-500\/80{
  color: rgb(120 113 108 / 0.8);
}

.text-stone-500\/90{
  color: rgb(120 113 108 / 0.9);
}

.text-stone-500\/95{
  color: rgb(120 113 108 / 0.95);
}

.text-stone-600{
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}

.text-stone-600\/0{
  color: rgb(87 83 78 / 0);
}

.text-stone-600\/10{
  color: rgb(87 83 78 / 0.1);
}

.text-stone-600\/100{
  color: rgb(87 83 78 / 1);
}

.text-stone-600\/20{
  color: rgb(87 83 78 / 0.2);
}

.text-stone-600\/25{
  color: rgb(87 83 78 / 0.25);
}

.text-stone-600\/30{
  color: rgb(87 83 78 / 0.3);
}

.text-stone-600\/40{
  color: rgb(87 83 78 / 0.4);
}

.text-stone-600\/5{
  color: rgb(87 83 78 / 0.05);
}

.text-stone-600\/50{
  color: rgb(87 83 78 / 0.5);
}

.text-stone-600\/60{
  color: rgb(87 83 78 / 0.6);
}

.text-stone-600\/70{
  color: rgb(87 83 78 / 0.7);
}

.text-stone-600\/75{
  color: rgb(87 83 78 / 0.75);
}

.text-stone-600\/80{
  color: rgb(87 83 78 / 0.8);
}

.text-stone-600\/90{
  color: rgb(87 83 78 / 0.9);
}

.text-stone-600\/95{
  color: rgb(87 83 78 / 0.95);
}

.text-stone-700{
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}

.text-stone-700\/0{
  color: rgb(68 64 60 / 0);
}

.text-stone-700\/10{
  color: rgb(68 64 60 / 0.1);
}

.text-stone-700\/100{
  color: rgb(68 64 60 / 1);
}

.text-stone-700\/20{
  color: rgb(68 64 60 / 0.2);
}

.text-stone-700\/25{
  color: rgb(68 64 60 / 0.25);
}

.text-stone-700\/30{
  color: rgb(68 64 60 / 0.3);
}

.text-stone-700\/40{
  color: rgb(68 64 60 / 0.4);
}

.text-stone-700\/5{
  color: rgb(68 64 60 / 0.05);
}

.text-stone-700\/50{
  color: rgb(68 64 60 / 0.5);
}

.text-stone-700\/60{
  color: rgb(68 64 60 / 0.6);
}

.text-stone-700\/70{
  color: rgb(68 64 60 / 0.7);
}

.text-stone-700\/75{
  color: rgb(68 64 60 / 0.75);
}

.text-stone-700\/80{
  color: rgb(68 64 60 / 0.8);
}

.text-stone-700\/90{
  color: rgb(68 64 60 / 0.9);
}

.text-stone-700\/95{
  color: rgb(68 64 60 / 0.95);
}

.text-stone-800{
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}

.text-stone-800\/0{
  color: rgb(41 37 36 / 0);
}

.text-stone-800\/10{
  color: rgb(41 37 36 / 0.1);
}

.text-stone-800\/100{
  color: rgb(41 37 36 / 1);
}

.text-stone-800\/20{
  color: rgb(41 37 36 / 0.2);
}

.text-stone-800\/25{
  color: rgb(41 37 36 / 0.25);
}

.text-stone-800\/30{
  color: rgb(41 37 36 / 0.3);
}

.text-stone-800\/40{
  color: rgb(41 37 36 / 0.4);
}

.text-stone-800\/5{
  color: rgb(41 37 36 / 0.05);
}

.text-stone-800\/50{
  color: rgb(41 37 36 / 0.5);
}

.text-stone-800\/60{
  color: rgb(41 37 36 / 0.6);
}

.text-stone-800\/70{
  color: rgb(41 37 36 / 0.7);
}

.text-stone-800\/75{
  color: rgb(41 37 36 / 0.75);
}

.text-stone-800\/80{
  color: rgb(41 37 36 / 0.8);
}

.text-stone-800\/90{
  color: rgb(41 37 36 / 0.9);
}

.text-stone-800\/95{
  color: rgb(41 37 36 / 0.95);
}

.text-stone-900{
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}

.text-stone-900\/0{
  color: rgb(28 25 23 / 0);
}

.text-stone-900\/10{
  color: rgb(28 25 23 / 0.1);
}

.text-stone-900\/100{
  color: rgb(28 25 23 / 1);
}

.text-stone-900\/20{
  color: rgb(28 25 23 / 0.2);
}

.text-stone-900\/25{
  color: rgb(28 25 23 / 0.25);
}

.text-stone-900\/30{
  color: rgb(28 25 23 / 0.3);
}

.text-stone-900\/40{
  color: rgb(28 25 23 / 0.4);
}

.text-stone-900\/5{
  color: rgb(28 25 23 / 0.05);
}

.text-stone-900\/50{
  color: rgb(28 25 23 / 0.5);
}

.text-stone-900\/60{
  color: rgb(28 25 23 / 0.6);
}

.text-stone-900\/70{
  color: rgb(28 25 23 / 0.7);
}

.text-stone-900\/75{
  color: rgb(28 25 23 / 0.75);
}

.text-stone-900\/80{
  color: rgb(28 25 23 / 0.8);
}

.text-stone-900\/90{
  color: rgb(28 25 23 / 0.9);
}

.text-stone-900\/95{
  color: rgb(28 25 23 / 0.95);
}

.text-stone-950{
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}

.text-stone-950\/0{
  color: rgb(12 10 9 / 0);
}

.text-stone-950\/10{
  color: rgb(12 10 9 / 0.1);
}

.text-stone-950\/100{
  color: rgb(12 10 9 / 1);
}

.text-stone-950\/20{
  color: rgb(12 10 9 / 0.2);
}

.text-stone-950\/25{
  color: rgb(12 10 9 / 0.25);
}

.text-stone-950\/30{
  color: rgb(12 10 9 / 0.3);
}

.text-stone-950\/40{
  color: rgb(12 10 9 / 0.4);
}

.text-stone-950\/5{
  color: rgb(12 10 9 / 0.05);
}

.text-stone-950\/50{
  color: rgb(12 10 9 / 0.5);
}

.text-stone-950\/60{
  color: rgb(12 10 9 / 0.6);
}

.text-stone-950\/70{
  color: rgb(12 10 9 / 0.7);
}

.text-stone-950\/75{
  color: rgb(12 10 9 / 0.75);
}

.text-stone-950\/80{
  color: rgb(12 10 9 / 0.8);
}

.text-stone-950\/90{
  color: rgb(12 10 9 / 0.9);
}

.text-stone-950\/95{
  color: rgb(12 10 9 / 0.95);
}

.text-teal-100{
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}

.text-teal-100\/0{
  color: rgb(204 251 241 / 0);
}

.text-teal-100\/10{
  color: rgb(204 251 241 / 0.1);
}

.text-teal-100\/100{
  color: rgb(204 251 241 / 1);
}

.text-teal-100\/20{
  color: rgb(204 251 241 / 0.2);
}

.text-teal-100\/25{
  color: rgb(204 251 241 / 0.25);
}

.text-teal-100\/30{
  color: rgb(204 251 241 / 0.3);
}

.text-teal-100\/40{
  color: rgb(204 251 241 / 0.4);
}

.text-teal-100\/5{
  color: rgb(204 251 241 / 0.05);
}

.text-teal-100\/50{
  color: rgb(204 251 241 / 0.5);
}

.text-teal-100\/60{
  color: rgb(204 251 241 / 0.6);
}

.text-teal-100\/70{
  color: rgb(204 251 241 / 0.7);
}

.text-teal-100\/75{
  color: rgb(204 251 241 / 0.75);
}

.text-teal-100\/80{
  color: rgb(204 251 241 / 0.8);
}

.text-teal-100\/90{
  color: rgb(204 251 241 / 0.9);
}

.text-teal-100\/95{
  color: rgb(204 251 241 / 0.95);
}

.text-teal-200{
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}

.text-teal-200\/0{
  color: rgb(153 246 228 / 0);
}

.text-teal-200\/10{
  color: rgb(153 246 228 / 0.1);
}

.text-teal-200\/100{
  color: rgb(153 246 228 / 1);
}

.text-teal-200\/20{
  color: rgb(153 246 228 / 0.2);
}

.text-teal-200\/25{
  color: rgb(153 246 228 / 0.25);
}

.text-teal-200\/30{
  color: rgb(153 246 228 / 0.3);
}

.text-teal-200\/40{
  color: rgb(153 246 228 / 0.4);
}

.text-teal-200\/5{
  color: rgb(153 246 228 / 0.05);
}

.text-teal-200\/50{
  color: rgb(153 246 228 / 0.5);
}

.text-teal-200\/60{
  color: rgb(153 246 228 / 0.6);
}

.text-teal-200\/70{
  color: rgb(153 246 228 / 0.7);
}

.text-teal-200\/75{
  color: rgb(153 246 228 / 0.75);
}

.text-teal-200\/80{
  color: rgb(153 246 228 / 0.8);
}

.text-teal-200\/90{
  color: rgb(153 246 228 / 0.9);
}

.text-teal-200\/95{
  color: rgb(153 246 228 / 0.95);
}

.text-teal-300{
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}

.text-teal-300\/0{
  color: rgb(94 234 212 / 0);
}

.text-teal-300\/10{
  color: rgb(94 234 212 / 0.1);
}

.text-teal-300\/100{
  color: rgb(94 234 212 / 1);
}

.text-teal-300\/20{
  color: rgb(94 234 212 / 0.2);
}

.text-teal-300\/25{
  color: rgb(94 234 212 / 0.25);
}

.text-teal-300\/30{
  color: rgb(94 234 212 / 0.3);
}

.text-teal-300\/40{
  color: rgb(94 234 212 / 0.4);
}

.text-teal-300\/5{
  color: rgb(94 234 212 / 0.05);
}

.text-teal-300\/50{
  color: rgb(94 234 212 / 0.5);
}

.text-teal-300\/60{
  color: rgb(94 234 212 / 0.6);
}

.text-teal-300\/70{
  color: rgb(94 234 212 / 0.7);
}

.text-teal-300\/75{
  color: rgb(94 234 212 / 0.75);
}

.text-teal-300\/80{
  color: rgb(94 234 212 / 0.8);
}

.text-teal-300\/90{
  color: rgb(94 234 212 / 0.9);
}

.text-teal-300\/95{
  color: rgb(94 234 212 / 0.95);
}

.text-teal-400{
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}

.text-teal-400\/0{
  color: rgb(45 212 191 / 0);
}

.text-teal-400\/10{
  color: rgb(45 212 191 / 0.1);
}

.text-teal-400\/100{
  color: rgb(45 212 191 / 1);
}

.text-teal-400\/20{
  color: rgb(45 212 191 / 0.2);
}

.text-teal-400\/25{
  color: rgb(45 212 191 / 0.25);
}

.text-teal-400\/30{
  color: rgb(45 212 191 / 0.3);
}

.text-teal-400\/40{
  color: rgb(45 212 191 / 0.4);
}

.text-teal-400\/5{
  color: rgb(45 212 191 / 0.05);
}

.text-teal-400\/50{
  color: rgb(45 212 191 / 0.5);
}

.text-teal-400\/60{
  color: rgb(45 212 191 / 0.6);
}

.text-teal-400\/70{
  color: rgb(45 212 191 / 0.7);
}

.text-teal-400\/75{
  color: rgb(45 212 191 / 0.75);
}

.text-teal-400\/80{
  color: rgb(45 212 191 / 0.8);
}

.text-teal-400\/90{
  color: rgb(45 212 191 / 0.9);
}

.text-teal-400\/95{
  color: rgb(45 212 191 / 0.95);
}

.text-teal-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}

.text-teal-50\/0{
  color: rgb(240 253 250 / 0);
}

.text-teal-50\/10{
  color: rgb(240 253 250 / 0.1);
}

.text-teal-50\/100{
  color: rgb(240 253 250 / 1);
}

.text-teal-50\/20{
  color: rgb(240 253 250 / 0.2);
}

.text-teal-50\/25{
  color: rgb(240 253 250 / 0.25);
}

.text-teal-50\/30{
  color: rgb(240 253 250 / 0.3);
}

.text-teal-50\/40{
  color: rgb(240 253 250 / 0.4);
}

.text-teal-50\/5{
  color: rgb(240 253 250 / 0.05);
}

.text-teal-50\/50{
  color: rgb(240 253 250 / 0.5);
}

.text-teal-50\/60{
  color: rgb(240 253 250 / 0.6);
}

.text-teal-50\/70{
  color: rgb(240 253 250 / 0.7);
}

.text-teal-50\/75{
  color: rgb(240 253 250 / 0.75);
}

.text-teal-50\/80{
  color: rgb(240 253 250 / 0.8);
}

.text-teal-50\/90{
  color: rgb(240 253 250 / 0.9);
}

.text-teal-50\/95{
  color: rgb(240 253 250 / 0.95);
}

.text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}

.text-teal-500\/0{
  color: rgb(20 184 166 / 0);
}

.text-teal-500\/10{
  color: rgb(20 184 166 / 0.1);
}

.text-teal-500\/100{
  color: rgb(20 184 166 / 1);
}

.text-teal-500\/20{
  color: rgb(20 184 166 / 0.2);
}

.text-teal-500\/25{
  color: rgb(20 184 166 / 0.25);
}

.text-teal-500\/30{
  color: rgb(20 184 166 / 0.3);
}

.text-teal-500\/40{
  color: rgb(20 184 166 / 0.4);
}

.text-teal-500\/5{
  color: rgb(20 184 166 / 0.05);
}

.text-teal-500\/50{
  color: rgb(20 184 166 / 0.5);
}

.text-teal-500\/60{
  color: rgb(20 184 166 / 0.6);
}

.text-teal-500\/70{
  color: rgb(20 184 166 / 0.7);
}

.text-teal-500\/75{
  color: rgb(20 184 166 / 0.75);
}

.text-teal-500\/80{
  color: rgb(20 184 166 / 0.8);
}

.text-teal-500\/90{
  color: rgb(20 184 166 / 0.9);
}

.text-teal-500\/95{
  color: rgb(20 184 166 / 0.95);
}

.text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}

.text-teal-600\/0{
  color: rgb(13 148 136 / 0);
}

.text-teal-600\/10{
  color: rgb(13 148 136 / 0.1);
}

.text-teal-600\/100{
  color: rgb(13 148 136 / 1);
}

.text-teal-600\/20{
  color: rgb(13 148 136 / 0.2);
}

.text-teal-600\/25{
  color: rgb(13 148 136 / 0.25);
}

.text-teal-600\/30{
  color: rgb(13 148 136 / 0.3);
}

.text-teal-600\/40{
  color: rgb(13 148 136 / 0.4);
}

.text-teal-600\/5{
  color: rgb(13 148 136 / 0.05);
}

.text-teal-600\/50{
  color: rgb(13 148 136 / 0.5);
}

.text-teal-600\/60{
  color: rgb(13 148 136 / 0.6);
}

.text-teal-600\/70{
  color: rgb(13 148 136 / 0.7);
}

.text-teal-600\/75{
  color: rgb(13 148 136 / 0.75);
}

.text-teal-600\/80{
  color: rgb(13 148 136 / 0.8);
}

.text-teal-600\/90{
  color: rgb(13 148 136 / 0.9);
}

.text-teal-600\/95{
  color: rgb(13 148 136 / 0.95);
}

.text-teal-700{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}

.text-teal-700\/0{
  color: rgb(15 118 110 / 0);
}

.text-teal-700\/10{
  color: rgb(15 118 110 / 0.1);
}

.text-teal-700\/100{
  color: rgb(15 118 110 / 1);
}

.text-teal-700\/20{
  color: rgb(15 118 110 / 0.2);
}

.text-teal-700\/25{
  color: rgb(15 118 110 / 0.25);
}

.text-teal-700\/30{
  color: rgb(15 118 110 / 0.3);
}

.text-teal-700\/40{
  color: rgb(15 118 110 / 0.4);
}

.text-teal-700\/5{
  color: rgb(15 118 110 / 0.05);
}

.text-teal-700\/50{
  color: rgb(15 118 110 / 0.5);
}

.text-teal-700\/60{
  color: rgb(15 118 110 / 0.6);
}

.text-teal-700\/70{
  color: rgb(15 118 110 / 0.7);
}

.text-teal-700\/75{
  color: rgb(15 118 110 / 0.75);
}

.text-teal-700\/80{
  color: rgb(15 118 110 / 0.8);
}

.text-teal-700\/90{
  color: rgb(15 118 110 / 0.9);
}

.text-teal-700\/95{
  color: rgb(15 118 110 / 0.95);
}

.text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}

.text-teal-800\/0{
  color: rgb(17 94 89 / 0);
}

.text-teal-800\/10{
  color: rgb(17 94 89 / 0.1);
}

.text-teal-800\/100{
  color: rgb(17 94 89 / 1);
}

.text-teal-800\/20{
  color: rgb(17 94 89 / 0.2);
}

.text-teal-800\/25{
  color: rgb(17 94 89 / 0.25);
}

.text-teal-800\/30{
  color: rgb(17 94 89 / 0.3);
}

.text-teal-800\/40{
  color: rgb(17 94 89 / 0.4);
}

.text-teal-800\/5{
  color: rgb(17 94 89 / 0.05);
}

.text-teal-800\/50{
  color: rgb(17 94 89 / 0.5);
}

.text-teal-800\/60{
  color: rgb(17 94 89 / 0.6);
}

.text-teal-800\/70{
  color: rgb(17 94 89 / 0.7);
}

.text-teal-800\/75{
  color: rgb(17 94 89 / 0.75);
}

.text-teal-800\/80{
  color: rgb(17 94 89 / 0.8);
}

.text-teal-800\/90{
  color: rgb(17 94 89 / 0.9);
}

.text-teal-800\/95{
  color: rgb(17 94 89 / 0.95);
}

.text-teal-900{
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}

.text-teal-900\/0{
  color: rgb(19 78 74 / 0);
}

.text-teal-900\/10{
  color: rgb(19 78 74 / 0.1);
}

.text-teal-900\/100{
  color: rgb(19 78 74 / 1);
}

.text-teal-900\/20{
  color: rgb(19 78 74 / 0.2);
}

.text-teal-900\/25{
  color: rgb(19 78 74 / 0.25);
}

.text-teal-900\/30{
  color: rgb(19 78 74 / 0.3);
}

.text-teal-900\/40{
  color: rgb(19 78 74 / 0.4);
}

.text-teal-900\/5{
  color: rgb(19 78 74 / 0.05);
}

.text-teal-900\/50{
  color: rgb(19 78 74 / 0.5);
}

.text-teal-900\/60{
  color: rgb(19 78 74 / 0.6);
}

.text-teal-900\/70{
  color: rgb(19 78 74 / 0.7);
}

.text-teal-900\/75{
  color: rgb(19 78 74 / 0.75);
}

.text-teal-900\/80{
  color: rgb(19 78 74 / 0.8);
}

.text-teal-900\/90{
  color: rgb(19 78 74 / 0.9);
}

.text-teal-900\/95{
  color: rgb(19 78 74 / 0.95);
}

.text-teal-950{
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity));
}

.text-teal-950\/0{
  color: rgb(4 47 46 / 0);
}

.text-teal-950\/10{
  color: rgb(4 47 46 / 0.1);
}

.text-teal-950\/100{
  color: rgb(4 47 46 / 1);
}

.text-teal-950\/20{
  color: rgb(4 47 46 / 0.2);
}

.text-teal-950\/25{
  color: rgb(4 47 46 / 0.25);
}

.text-teal-950\/30{
  color: rgb(4 47 46 / 0.3);
}

.text-teal-950\/40{
  color: rgb(4 47 46 / 0.4);
}

.text-teal-950\/5{
  color: rgb(4 47 46 / 0.05);
}

.text-teal-950\/50{
  color: rgb(4 47 46 / 0.5);
}

.text-teal-950\/60{
  color: rgb(4 47 46 / 0.6);
}

.text-teal-950\/70{
  color: rgb(4 47 46 / 0.7);
}

.text-teal-950\/75{
  color: rgb(4 47 46 / 0.75);
}

.text-teal-950\/80{
  color: rgb(4 47 46 / 0.8);
}

.text-teal-950\/90{
  color: rgb(4 47 46 / 0.9);
}

.text-teal-950\/95{
  color: rgb(4 47 46 / 0.95);
}

.text-transparent{
  color: transparent;
}

.text-transparent\/0{
  color: rgb(0 0 0 / 0);
}

.text-transparent\/10{
  color: rgb(0 0 0 / 0.1);
}

.text-transparent\/100{
  color: rgb(0 0 0 / 1);
}

.text-transparent\/20{
  color: rgb(0 0 0 / 0.2);
}

.text-transparent\/25{
  color: rgb(0 0 0 / 0.25);
}

.text-transparent\/30{
  color: rgb(0 0 0 / 0.3);
}

.text-transparent\/40{
  color: rgb(0 0 0 / 0.4);
}

.text-transparent\/5{
  color: rgb(0 0 0 / 0.05);
}

.text-transparent\/50{
  color: rgb(0 0 0 / 0.5);
}

.text-transparent\/60{
  color: rgb(0 0 0 / 0.6);
}

.text-transparent\/70{
  color: rgb(0 0 0 / 0.7);
}

.text-transparent\/75{
  color: rgb(0 0 0 / 0.75);
}

.text-transparent\/80{
  color: rgb(0 0 0 / 0.8);
}

.text-transparent\/90{
  color: rgb(0 0 0 / 0.9);
}

.text-transparent\/95{
  color: rgb(0 0 0 / 0.95);
}

.text-violet-100{
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}

.text-violet-100\/0{
  color: rgb(237 233 254 / 0);
}

.text-violet-100\/10{
  color: rgb(237 233 254 / 0.1);
}

.text-violet-100\/100{
  color: rgb(237 233 254 / 1);
}

.text-violet-100\/20{
  color: rgb(237 233 254 / 0.2);
}

.text-violet-100\/25{
  color: rgb(237 233 254 / 0.25);
}

.text-violet-100\/30{
  color: rgb(237 233 254 / 0.3);
}

.text-violet-100\/40{
  color: rgb(237 233 254 / 0.4);
}

.text-violet-100\/5{
  color: rgb(237 233 254 / 0.05);
}

.text-violet-100\/50{
  color: rgb(237 233 254 / 0.5);
}

.text-violet-100\/60{
  color: rgb(237 233 254 / 0.6);
}

.text-violet-100\/70{
  color: rgb(237 233 254 / 0.7);
}

.text-violet-100\/75{
  color: rgb(237 233 254 / 0.75);
}

.text-violet-100\/80{
  color: rgb(237 233 254 / 0.8);
}

.text-violet-100\/90{
  color: rgb(237 233 254 / 0.9);
}

.text-violet-100\/95{
  color: rgb(237 233 254 / 0.95);
}

.text-violet-200{
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}

.text-violet-200\/0{
  color: rgb(221 214 254 / 0);
}

.text-violet-200\/10{
  color: rgb(221 214 254 / 0.1);
}

.text-violet-200\/100{
  color: rgb(221 214 254 / 1);
}

.text-violet-200\/20{
  color: rgb(221 214 254 / 0.2);
}

.text-violet-200\/25{
  color: rgb(221 214 254 / 0.25);
}

.text-violet-200\/30{
  color: rgb(221 214 254 / 0.3);
}

.text-violet-200\/40{
  color: rgb(221 214 254 / 0.4);
}

.text-violet-200\/5{
  color: rgb(221 214 254 / 0.05);
}

.text-violet-200\/50{
  color: rgb(221 214 254 / 0.5);
}

.text-violet-200\/60{
  color: rgb(221 214 254 / 0.6);
}

.text-violet-200\/70{
  color: rgb(221 214 254 / 0.7);
}

.text-violet-200\/75{
  color: rgb(221 214 254 / 0.75);
}

.text-violet-200\/80{
  color: rgb(221 214 254 / 0.8);
}

.text-violet-200\/90{
  color: rgb(221 214 254 / 0.9);
}

.text-violet-200\/95{
  color: rgb(221 214 254 / 0.95);
}

.text-violet-300{
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}

.text-violet-300\/0{
  color: rgb(196 181 253 / 0);
}

.text-violet-300\/10{
  color: rgb(196 181 253 / 0.1);
}

.text-violet-300\/100{
  color: rgb(196 181 253 / 1);
}

.text-violet-300\/20{
  color: rgb(196 181 253 / 0.2);
}

.text-violet-300\/25{
  color: rgb(196 181 253 / 0.25);
}

.text-violet-300\/30{
  color: rgb(196 181 253 / 0.3);
}

.text-violet-300\/40{
  color: rgb(196 181 253 / 0.4);
}

.text-violet-300\/5{
  color: rgb(196 181 253 / 0.05);
}

.text-violet-300\/50{
  color: rgb(196 181 253 / 0.5);
}

.text-violet-300\/60{
  color: rgb(196 181 253 / 0.6);
}

.text-violet-300\/70{
  color: rgb(196 181 253 / 0.7);
}

.text-violet-300\/75{
  color: rgb(196 181 253 / 0.75);
}

.text-violet-300\/80{
  color: rgb(196 181 253 / 0.8);
}

.text-violet-300\/90{
  color: rgb(196 181 253 / 0.9);
}

.text-violet-300\/95{
  color: rgb(196 181 253 / 0.95);
}

.text-violet-400{
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.text-violet-400\/0{
  color: rgb(167 139 250 / 0);
}

.text-violet-400\/10{
  color: rgb(167 139 250 / 0.1);
}

.text-violet-400\/100{
  color: rgb(167 139 250 / 1);
}

.text-violet-400\/20{
  color: rgb(167 139 250 / 0.2);
}

.text-violet-400\/25{
  color: rgb(167 139 250 / 0.25);
}

.text-violet-400\/30{
  color: rgb(167 139 250 / 0.3);
}

.text-violet-400\/40{
  color: rgb(167 139 250 / 0.4);
}

.text-violet-400\/5{
  color: rgb(167 139 250 / 0.05);
}

.text-violet-400\/50{
  color: rgb(167 139 250 / 0.5);
}

.text-violet-400\/60{
  color: rgb(167 139 250 / 0.6);
}

.text-violet-400\/70{
  color: rgb(167 139 250 / 0.7);
}

.text-violet-400\/75{
  color: rgb(167 139 250 / 0.75);
}

.text-violet-400\/80{
  color: rgb(167 139 250 / 0.8);
}

.text-violet-400\/90{
  color: rgb(167 139 250 / 0.9);
}

.text-violet-400\/95{
  color: rgb(167 139 250 / 0.95);
}

.text-violet-50{
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}

.text-violet-50\/0{
  color: rgb(245 243 255 / 0);
}

.text-violet-50\/10{
  color: rgb(245 243 255 / 0.1);
}

.text-violet-50\/100{
  color: rgb(245 243 255 / 1);
}

.text-violet-50\/20{
  color: rgb(245 243 255 / 0.2);
}

.text-violet-50\/25{
  color: rgb(245 243 255 / 0.25);
}

.text-violet-50\/30{
  color: rgb(245 243 255 / 0.3);
}

.text-violet-50\/40{
  color: rgb(245 243 255 / 0.4);
}

.text-violet-50\/5{
  color: rgb(245 243 255 / 0.05);
}

.text-violet-50\/50{
  color: rgb(245 243 255 / 0.5);
}

.text-violet-50\/60{
  color: rgb(245 243 255 / 0.6);
}

.text-violet-50\/70{
  color: rgb(245 243 255 / 0.7);
}

.text-violet-50\/75{
  color: rgb(245 243 255 / 0.75);
}

.text-violet-50\/80{
  color: rgb(245 243 255 / 0.8);
}

.text-violet-50\/90{
  color: rgb(245 243 255 / 0.9);
}

.text-violet-50\/95{
  color: rgb(245 243 255 / 0.95);
}

.text-violet-500{
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

.text-violet-500\/0{
  color: rgb(139 92 246 / 0);
}

.text-violet-500\/10{
  color: rgb(139 92 246 / 0.1);
}

.text-violet-500\/100{
  color: rgb(139 92 246 / 1);
}

.text-violet-500\/20{
  color: rgb(139 92 246 / 0.2);
}

.text-violet-500\/25{
  color: rgb(139 92 246 / 0.25);
}

.text-violet-500\/30{
  color: rgb(139 92 246 / 0.3);
}

.text-violet-500\/40{
  color: rgb(139 92 246 / 0.4);
}

.text-violet-500\/5{
  color: rgb(139 92 246 / 0.05);
}

.text-violet-500\/50{
  color: rgb(139 92 246 / 0.5);
}

.text-violet-500\/60{
  color: rgb(139 92 246 / 0.6);
}

.text-violet-500\/70{
  color: rgb(139 92 246 / 0.7);
}

.text-violet-500\/75{
  color: rgb(139 92 246 / 0.75);
}

.text-violet-500\/80{
  color: rgb(139 92 246 / 0.8);
}

.text-violet-500\/90{
  color: rgb(139 92 246 / 0.9);
}

.text-violet-500\/95{
  color: rgb(139 92 246 / 0.95);
}

.text-violet-600{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}

.text-violet-600\/0{
  color: rgb(124 58 237 / 0);
}

.text-violet-600\/10{
  color: rgb(124 58 237 / 0.1);
}

.text-violet-600\/100{
  color: rgb(124 58 237 / 1);
}

.text-violet-600\/20{
  color: rgb(124 58 237 / 0.2);
}

.text-violet-600\/25{
  color: rgb(124 58 237 / 0.25);
}

.text-violet-600\/30{
  color: rgb(124 58 237 / 0.3);
}

.text-violet-600\/40{
  color: rgb(124 58 237 / 0.4);
}

.text-violet-600\/5{
  color: rgb(124 58 237 / 0.05);
}

.text-violet-600\/50{
  color: rgb(124 58 237 / 0.5);
}

.text-violet-600\/60{
  color: rgb(124 58 237 / 0.6);
}

.text-violet-600\/70{
  color: rgb(124 58 237 / 0.7);
}

.text-violet-600\/75{
  color: rgb(124 58 237 / 0.75);
}

.text-violet-600\/80{
  color: rgb(124 58 237 / 0.8);
}

.text-violet-600\/90{
  color: rgb(124 58 237 / 0.9);
}

.text-violet-600\/95{
  color: rgb(124 58 237 / 0.95);
}

.text-violet-700{
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

.text-violet-700\/0{
  color: rgb(109 40 217 / 0);
}

.text-violet-700\/10{
  color: rgb(109 40 217 / 0.1);
}

.text-violet-700\/100{
  color: rgb(109 40 217 / 1);
}

.text-violet-700\/20{
  color: rgb(109 40 217 / 0.2);
}

.text-violet-700\/25{
  color: rgb(109 40 217 / 0.25);
}

.text-violet-700\/30{
  color: rgb(109 40 217 / 0.3);
}

.text-violet-700\/40{
  color: rgb(109 40 217 / 0.4);
}

.text-violet-700\/5{
  color: rgb(109 40 217 / 0.05);
}

.text-violet-700\/50{
  color: rgb(109 40 217 / 0.5);
}

.text-violet-700\/60{
  color: rgb(109 40 217 / 0.6);
}

.text-violet-700\/70{
  color: rgb(109 40 217 / 0.7);
}

.text-violet-700\/75{
  color: rgb(109 40 217 / 0.75);
}

.text-violet-700\/80{
  color: rgb(109 40 217 / 0.8);
}

.text-violet-700\/90{
  color: rgb(109 40 217 / 0.9);
}

.text-violet-700\/95{
  color: rgb(109 40 217 / 0.95);
}

.text-violet-800{
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}

.text-violet-800\/0{
  color: rgb(91 33 182 / 0);
}

.text-violet-800\/10{
  color: rgb(91 33 182 / 0.1);
}

.text-violet-800\/100{
  color: rgb(91 33 182 / 1);
}

.text-violet-800\/20{
  color: rgb(91 33 182 / 0.2);
}

.text-violet-800\/25{
  color: rgb(91 33 182 / 0.25);
}

.text-violet-800\/30{
  color: rgb(91 33 182 / 0.3);
}

.text-violet-800\/40{
  color: rgb(91 33 182 / 0.4);
}

.text-violet-800\/5{
  color: rgb(91 33 182 / 0.05);
}

.text-violet-800\/50{
  color: rgb(91 33 182 / 0.5);
}

.text-violet-800\/60{
  color: rgb(91 33 182 / 0.6);
}

.text-violet-800\/70{
  color: rgb(91 33 182 / 0.7);
}

.text-violet-800\/75{
  color: rgb(91 33 182 / 0.75);
}

.text-violet-800\/80{
  color: rgb(91 33 182 / 0.8);
}

.text-violet-800\/90{
  color: rgb(91 33 182 / 0.9);
}

.text-violet-800\/95{
  color: rgb(91 33 182 / 0.95);
}

.text-violet-900{
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}

.text-violet-900\/0{
  color: rgb(76 29 149 / 0);
}

.text-violet-900\/10{
  color: rgb(76 29 149 / 0.1);
}

.text-violet-900\/100{
  color: rgb(76 29 149 / 1);
}

.text-violet-900\/20{
  color: rgb(76 29 149 / 0.2);
}

.text-violet-900\/25{
  color: rgb(76 29 149 / 0.25);
}

.text-violet-900\/30{
  color: rgb(76 29 149 / 0.3);
}

.text-violet-900\/40{
  color: rgb(76 29 149 / 0.4);
}

.text-violet-900\/5{
  color: rgb(76 29 149 / 0.05);
}

.text-violet-900\/50{
  color: rgb(76 29 149 / 0.5);
}

.text-violet-900\/60{
  color: rgb(76 29 149 / 0.6);
}

.text-violet-900\/70{
  color: rgb(76 29 149 / 0.7);
}

.text-violet-900\/75{
  color: rgb(76 29 149 / 0.75);
}

.text-violet-900\/80{
  color: rgb(76 29 149 / 0.8);
}

.text-violet-900\/90{
  color: rgb(76 29 149 / 0.9);
}

.text-violet-900\/95{
  color: rgb(76 29 149 / 0.95);
}

.text-violet-950{
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity));
}

.text-violet-950\/0{
  color: rgb(46 16 101 / 0);
}

.text-violet-950\/10{
  color: rgb(46 16 101 / 0.1);
}

.text-violet-950\/100{
  color: rgb(46 16 101 / 1);
}

.text-violet-950\/20{
  color: rgb(46 16 101 / 0.2);
}

.text-violet-950\/25{
  color: rgb(46 16 101 / 0.25);
}

.text-violet-950\/30{
  color: rgb(46 16 101 / 0.3);
}

.text-violet-950\/40{
  color: rgb(46 16 101 / 0.4);
}

.text-violet-950\/5{
  color: rgb(46 16 101 / 0.05);
}

.text-violet-950\/50{
  color: rgb(46 16 101 / 0.5);
}

.text-violet-950\/60{
  color: rgb(46 16 101 / 0.6);
}

.text-violet-950\/70{
  color: rgb(46 16 101 / 0.7);
}

.text-violet-950\/75{
  color: rgb(46 16 101 / 0.75);
}

.text-violet-950\/80{
  color: rgb(46 16 101 / 0.8);
}

.text-violet-950\/90{
  color: rgb(46 16 101 / 0.9);
}

.text-violet-950\/95{
  color: rgb(46 16 101 / 0.95);
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.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\/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\/40{
  color: rgb(255 255 255 / 0.4);
}

.text-white\/5{
  color: rgb(255 255 255 / 0.05);
}

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}

.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\/90{
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95{
  color: rgb(255 255 255 / 0.95);
}

.text-yellow-100{
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.text-yellow-100\/0{
  color: rgb(254 249 195 / 0);
}

.text-yellow-100\/10{
  color: rgb(254 249 195 / 0.1);
}

.text-yellow-100\/100{
  color: rgb(254 249 195 / 1);
}

.text-yellow-100\/20{
  color: rgb(254 249 195 / 0.2);
}

.text-yellow-100\/25{
  color: rgb(254 249 195 / 0.25);
}

.text-yellow-100\/30{
  color: rgb(254 249 195 / 0.3);
}

.text-yellow-100\/40{
  color: rgb(254 249 195 / 0.4);
}

.text-yellow-100\/5{
  color: rgb(254 249 195 / 0.05);
}

.text-yellow-100\/50{
  color: rgb(254 249 195 / 0.5);
}

.text-yellow-100\/60{
  color: rgb(254 249 195 / 0.6);
}

.text-yellow-100\/70{
  color: rgb(254 249 195 / 0.7);
}

.text-yellow-100\/75{
  color: rgb(254 249 195 / 0.75);
}

.text-yellow-100\/80{
  color: rgb(254 249 195 / 0.8);
}

.text-yellow-100\/90{
  color: rgb(254 249 195 / 0.9);
}

.text-yellow-100\/95{
  color: rgb(254 249 195 / 0.95);
}

.text-yellow-200{
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}

.text-yellow-200\/0{
  color: rgb(254 240 138 / 0);
}

.text-yellow-200\/10{
  color: rgb(254 240 138 / 0.1);
}

.text-yellow-200\/100{
  color: rgb(254 240 138 / 1);
}

.text-yellow-200\/20{
  color: rgb(254 240 138 / 0.2);
}

.text-yellow-200\/25{
  color: rgb(254 240 138 / 0.25);
}

.text-yellow-200\/30{
  color: rgb(254 240 138 / 0.3);
}

.text-yellow-200\/40{
  color: rgb(254 240 138 / 0.4);
}

.text-yellow-200\/5{
  color: rgb(254 240 138 / 0.05);
}

.text-yellow-200\/50{
  color: rgb(254 240 138 / 0.5);
}

.text-yellow-200\/60{
  color: rgb(254 240 138 / 0.6);
}

.text-yellow-200\/70{
  color: rgb(254 240 138 / 0.7);
}

.text-yellow-200\/75{
  color: rgb(254 240 138 / 0.75);
}

.text-yellow-200\/80{
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/90{
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-200\/95{
  color: rgb(254 240 138 / 0.95);
}

.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.text-yellow-300\/0{
  color: rgb(253 224 71 / 0);
}

.text-yellow-300\/10{
  color: rgb(253 224 71 / 0.1);
}

.text-yellow-300\/100{
  color: rgb(253 224 71 / 1);
}

.text-yellow-300\/20{
  color: rgb(253 224 71 / 0.2);
}

.text-yellow-300\/25{
  color: rgb(253 224 71 / 0.25);
}

.text-yellow-300\/30{
  color: rgb(253 224 71 / 0.3);
}

.text-yellow-300\/40{
  color: rgb(253 224 71 / 0.4);
}

.text-yellow-300\/5{
  color: rgb(253 224 71 / 0.05);
}

.text-yellow-300\/50{
  color: rgb(253 224 71 / 0.5);
}

.text-yellow-300\/60{
  color: rgb(253 224 71 / 0.6);
}

.text-yellow-300\/70{
  color: rgb(253 224 71 / 0.7);
}

.text-yellow-300\/75{
  color: rgb(253 224 71 / 0.75);
}

.text-yellow-300\/80{
  color: rgb(253 224 71 / 0.8);
}

.text-yellow-300\/90{
  color: rgb(253 224 71 / 0.9);
}

.text-yellow-300\/95{
  color: rgb(253 224 71 / 0.95);
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-yellow-400\/0{
  color: rgb(250 204 21 / 0);
}

.text-yellow-400\/10{
  color: rgb(250 204 21 / 0.1);
}

.text-yellow-400\/100{
  color: rgb(250 204 21 / 1);
}

.text-yellow-400\/20{
  color: rgb(250 204 21 / 0.2);
}

.text-yellow-400\/25{
  color: rgb(250 204 21 / 0.25);
}

.text-yellow-400\/30{
  color: rgb(250 204 21 / 0.3);
}

.text-yellow-400\/40{
  color: rgb(250 204 21 / 0.4);
}

.text-yellow-400\/5{
  color: rgb(250 204 21 / 0.05);
}

.text-yellow-400\/50{
  color: rgb(250 204 21 / 0.5);
}

.text-yellow-400\/60{
  color: rgb(250 204 21 / 0.6);
}

.text-yellow-400\/70{
  color: rgb(250 204 21 / 0.7);
}

.text-yellow-400\/75{
  color: rgb(250 204 21 / 0.75);
}

.text-yellow-400\/80{
  color: rgb(250 204 21 / 0.8);
}

.text-yellow-400\/90{
  color: rgb(250 204 21 / 0.9);
}

.text-yellow-400\/95{
  color: rgb(250 204 21 / 0.95);
}

.text-yellow-50{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}

.text-yellow-50\/0{
  color: rgb(254 252 232 / 0);
}

.text-yellow-50\/10{
  color: rgb(254 252 232 / 0.1);
}

.text-yellow-50\/100{
  color: rgb(254 252 232 / 1);
}

.text-yellow-50\/20{
  color: rgb(254 252 232 / 0.2);
}

.text-yellow-50\/25{
  color: rgb(254 252 232 / 0.25);
}

.text-yellow-50\/30{
  color: rgb(254 252 232 / 0.3);
}

.text-yellow-50\/40{
  color: rgb(254 252 232 / 0.4);
}

.text-yellow-50\/5{
  color: rgb(254 252 232 / 0.05);
}

.text-yellow-50\/50{
  color: rgb(254 252 232 / 0.5);
}

.text-yellow-50\/60{
  color: rgb(254 252 232 / 0.6);
}

.text-yellow-50\/70{
  color: rgb(254 252 232 / 0.7);
}

.text-yellow-50\/75{
  color: rgb(254 252 232 / 0.75);
}

.text-yellow-50\/80{
  color: rgb(254 252 232 / 0.8);
}

.text-yellow-50\/90{
  color: rgb(254 252 232 / 0.9);
}

.text-yellow-50\/95{
  color: rgb(254 252 232 / 0.95);
}

.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-yellow-500\/0{
  color: rgb(234 179 8 / 0);
}

.text-yellow-500\/10{
  color: rgb(234 179 8 / 0.1);
}

.text-yellow-500\/100{
  color: rgb(234 179 8 / 1);
}

.text-yellow-500\/20{
  color: rgb(234 179 8 / 0.2);
}

.text-yellow-500\/25{
  color: rgb(234 179 8 / 0.25);
}

.text-yellow-500\/30{
  color: rgb(234 179 8 / 0.3);
}

.text-yellow-500\/40{
  color: rgb(234 179 8 / 0.4);
}

.text-yellow-500\/5{
  color: rgb(234 179 8 / 0.05);
}

.text-yellow-500\/50{
  color: rgb(234 179 8 / 0.5);
}

.text-yellow-500\/60{
  color: rgb(234 179 8 / 0.6);
}

.text-yellow-500\/70{
  color: rgb(234 179 8 / 0.7);
}

.text-yellow-500\/75{
  color: rgb(234 179 8 / 0.75);
}

.text-yellow-500\/80{
  color: rgb(234 179 8 / 0.8);
}

.text-yellow-500\/90{
  color: rgb(234 179 8 / 0.9);
}

.text-yellow-500\/95{
  color: rgb(234 179 8 / 0.95);
}

.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-yellow-600\/0{
  color: rgb(202 138 4 / 0);
}

.text-yellow-600\/10{
  color: rgb(202 138 4 / 0.1);
}

.text-yellow-600\/100{
  color: rgb(202 138 4 / 1);
}

.text-yellow-600\/20{
  color: rgb(202 138 4 / 0.2);
}

.text-yellow-600\/25{
  color: rgb(202 138 4 / 0.25);
}

.text-yellow-600\/30{
  color: rgb(202 138 4 / 0.3);
}

.text-yellow-600\/40{
  color: rgb(202 138 4 / 0.4);
}

.text-yellow-600\/5{
  color: rgb(202 138 4 / 0.05);
}

.text-yellow-600\/50{
  color: rgb(202 138 4 / 0.5);
}

.text-yellow-600\/60{
  color: rgb(202 138 4 / 0.6);
}

.text-yellow-600\/70{
  color: rgb(202 138 4 / 0.7);
}

.text-yellow-600\/75{
  color: rgb(202 138 4 / 0.75);
}

.text-yellow-600\/80{
  color: rgb(202 138 4 / 0.8);
}

.text-yellow-600\/90{
  color: rgb(202 138 4 / 0.9);
}

.text-yellow-600\/95{
  color: rgb(202 138 4 / 0.95);
}

.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.text-yellow-700\/0{
  color: rgb(161 98 7 / 0);
}

.text-yellow-700\/10{
  color: rgb(161 98 7 / 0.1);
}

.text-yellow-700\/100{
  color: rgb(161 98 7 / 1);
}

.text-yellow-700\/20{
  color: rgb(161 98 7 / 0.2);
}

.text-yellow-700\/25{
  color: rgb(161 98 7 / 0.25);
}

.text-yellow-700\/30{
  color: rgb(161 98 7 / 0.3);
}

.text-yellow-700\/40{
  color: rgb(161 98 7 / 0.4);
}

.text-yellow-700\/5{
  color: rgb(161 98 7 / 0.05);
}

.text-yellow-700\/50{
  color: rgb(161 98 7 / 0.5);
}

.text-yellow-700\/60{
  color: rgb(161 98 7 / 0.6);
}

.text-yellow-700\/70{
  color: rgb(161 98 7 / 0.7);
}

.text-yellow-700\/75{
  color: rgb(161 98 7 / 0.75);
}

.text-yellow-700\/80{
  color: rgb(161 98 7 / 0.8);
}

.text-yellow-700\/90{
  color: rgb(161 98 7 / 0.9);
}

.text-yellow-700\/95{
  color: rgb(161 98 7 / 0.95);
}

.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.text-yellow-800\/0{
  color: rgb(133 77 14 / 0);
}

.text-yellow-800\/10{
  color: rgb(133 77 14 / 0.1);
}

.text-yellow-800\/100{
  color: rgb(133 77 14 / 1);
}

.text-yellow-800\/20{
  color: rgb(133 77 14 / 0.2);
}

.text-yellow-800\/25{
  color: rgb(133 77 14 / 0.25);
}

.text-yellow-800\/30{
  color: rgb(133 77 14 / 0.3);
}

.text-yellow-800\/40{
  color: rgb(133 77 14 / 0.4);
}

.text-yellow-800\/5{
  color: rgb(133 77 14 / 0.05);
}

.text-yellow-800\/50{
  color: rgb(133 77 14 / 0.5);
}

.text-yellow-800\/60{
  color: rgb(133 77 14 / 0.6);
}

.text-yellow-800\/70{
  color: rgb(133 77 14 / 0.7);
}

.text-yellow-800\/75{
  color: rgb(133 77 14 / 0.75);
}

.text-yellow-800\/80{
  color: rgb(133 77 14 / 0.8);
}

.text-yellow-800\/90{
  color: rgb(133 77 14 / 0.9);
}

.text-yellow-800\/95{
  color: rgb(133 77 14 / 0.95);
}

.text-yellow-900{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

.text-yellow-900\/0{
  color: rgb(113 63 18 / 0);
}

.text-yellow-900\/10{
  color: rgb(113 63 18 / 0.1);
}

.text-yellow-900\/100{
  color: rgb(113 63 18 / 1);
}

.text-yellow-900\/20{
  color: rgb(113 63 18 / 0.2);
}

.text-yellow-900\/25{
  color: rgb(113 63 18 / 0.25);
}

.text-yellow-900\/30{
  color: rgb(113 63 18 / 0.3);
}

.text-yellow-900\/40{
  color: rgb(113 63 18 / 0.4);
}

.text-yellow-900\/5{
  color: rgb(113 63 18 / 0.05);
}

.text-yellow-900\/50{
  color: rgb(113 63 18 / 0.5);
}

.text-yellow-900\/60{
  color: rgb(113 63 18 / 0.6);
}

.text-yellow-900\/70{
  color: rgb(113 63 18 / 0.7);
}

.text-yellow-900\/75{
  color: rgb(113 63 18 / 0.75);
}

.text-yellow-900\/80{
  color: rgb(113 63 18 / 0.8);
}

.text-yellow-900\/90{
  color: rgb(113 63 18 / 0.9);
}

.text-yellow-900\/95{
  color: rgb(113 63 18 / 0.95);
}

.text-yellow-950{
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity));
}

.text-yellow-950\/0{
  color: rgb(66 32 6 / 0);
}

.text-yellow-950\/10{
  color: rgb(66 32 6 / 0.1);
}

.text-yellow-950\/100{
  color: rgb(66 32 6 / 1);
}

.text-yellow-950\/20{
  color: rgb(66 32 6 / 0.2);
}

.text-yellow-950\/25{
  color: rgb(66 32 6 / 0.25);
}

.text-yellow-950\/30{
  color: rgb(66 32 6 / 0.3);
}

.text-yellow-950\/40{
  color: rgb(66 32 6 / 0.4);
}

.text-yellow-950\/5{
  color: rgb(66 32 6 / 0.05);
}

.text-yellow-950\/50{
  color: rgb(66 32 6 / 0.5);
}

.text-yellow-950\/60{
  color: rgb(66 32 6 / 0.6);
}

.text-yellow-950\/70{
  color: rgb(66 32 6 / 0.7);
}

.text-yellow-950\/75{
  color: rgb(66 32 6 / 0.75);
}

.text-yellow-950\/80{
  color: rgb(66 32 6 / 0.8);
}

.text-yellow-950\/90{
  color: rgb(66 32 6 / 0.9);
}

.text-yellow-950\/95{
  color: rgb(66 32 6 / 0.95);
}

.text-zinc-100{
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}

.text-zinc-100\/0{
  color: rgb(244 244 245 / 0);
}

.text-zinc-100\/10{
  color: rgb(244 244 245 / 0.1);
}

.text-zinc-100\/100{
  color: rgb(244 244 245 / 1);
}

.text-zinc-100\/20{
  color: rgb(244 244 245 / 0.2);
}

.text-zinc-100\/25{
  color: rgb(244 244 245 / 0.25);
}

.text-zinc-100\/30{
  color: rgb(244 244 245 / 0.3);
}

.text-zinc-100\/40{
  color: rgb(244 244 245 / 0.4);
}

.text-zinc-100\/5{
  color: rgb(244 244 245 / 0.05);
}

.text-zinc-100\/50{
  color: rgb(244 244 245 / 0.5);
}

.text-zinc-100\/60{
  color: rgb(244 244 245 / 0.6);
}

.text-zinc-100\/70{
  color: rgb(244 244 245 / 0.7);
}

.text-zinc-100\/75{
  color: rgb(244 244 245 / 0.75);
}

.text-zinc-100\/80{
  color: rgb(244 244 245 / 0.8);
}

.text-zinc-100\/90{
  color: rgb(244 244 245 / 0.9);
}

.text-zinc-100\/95{
  color: rgb(244 244 245 / 0.95);
}

.text-zinc-200{
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}

.text-zinc-200\/0{
  color: rgb(228 228 231 / 0);
}

.text-zinc-200\/10{
  color: rgb(228 228 231 / 0.1);
}

.text-zinc-200\/100{
  color: rgb(228 228 231 / 1);
}

.text-zinc-200\/20{
  color: rgb(228 228 231 / 0.2);
}

.text-zinc-200\/25{
  color: rgb(228 228 231 / 0.25);
}

.text-zinc-200\/30{
  color: rgb(228 228 231 / 0.3);
}

.text-zinc-200\/40{
  color: rgb(228 228 231 / 0.4);
}

.text-zinc-200\/5{
  color: rgb(228 228 231 / 0.05);
}

.text-zinc-200\/50{
  color: rgb(228 228 231 / 0.5);
}

.text-zinc-200\/60{
  color: rgb(228 228 231 / 0.6);
}

.text-zinc-200\/70{
  color: rgb(228 228 231 / 0.7);
}

.text-zinc-200\/75{
  color: rgb(228 228 231 / 0.75);
}

.text-zinc-200\/80{
  color: rgb(228 228 231 / 0.8);
}

.text-zinc-200\/90{
  color: rgb(228 228 231 / 0.9);
}

.text-zinc-200\/95{
  color: rgb(228 228 231 / 0.95);
}

.text-zinc-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}

.text-zinc-300\/0{
  color: rgb(212 212 216 / 0);
}

.text-zinc-300\/10{
  color: rgb(212 212 216 / 0.1);
}

.text-zinc-300\/100{
  color: rgb(212 212 216 / 1);
}

.text-zinc-300\/20{
  color: rgb(212 212 216 / 0.2);
}

.text-zinc-300\/25{
  color: rgb(212 212 216 / 0.25);
}

.text-zinc-300\/30{
  color: rgb(212 212 216 / 0.3);
}

.text-zinc-300\/40{
  color: rgb(212 212 216 / 0.4);
}

.text-zinc-300\/5{
  color: rgb(212 212 216 / 0.05);
}

.text-zinc-300\/50{
  color: rgb(212 212 216 / 0.5);
}

.text-zinc-300\/60{
  color: rgb(212 212 216 / 0.6);
}

.text-zinc-300\/70{
  color: rgb(212 212 216 / 0.7);
}

.text-zinc-300\/75{
  color: rgb(212 212 216 / 0.75);
}

.text-zinc-300\/80{
  color: rgb(212 212 216 / 0.8);
}

.text-zinc-300\/90{
  color: rgb(212 212 216 / 0.9);
}

.text-zinc-300\/95{
  color: rgb(212 212 216 / 0.95);
}

.text-zinc-400{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.text-zinc-400\/0{
  color: rgb(161 161 170 / 0);
}

.text-zinc-400\/10{
  color: rgb(161 161 170 / 0.1);
}

.text-zinc-400\/100{
  color: rgb(161 161 170 / 1);
}

.text-zinc-400\/20{
  color: rgb(161 161 170 / 0.2);
}

.text-zinc-400\/25{
  color: rgb(161 161 170 / 0.25);
}

.text-zinc-400\/30{
  color: rgb(161 161 170 / 0.3);
}

.text-zinc-400\/40{
  color: rgb(161 161 170 / 0.4);
}

.text-zinc-400\/5{
  color: rgb(161 161 170 / 0.05);
}

.text-zinc-400\/50{
  color: rgb(161 161 170 / 0.5);
}

.text-zinc-400\/60{
  color: rgb(161 161 170 / 0.6);
}

.text-zinc-400\/70{
  color: rgb(161 161 170 / 0.7);
}

.text-zinc-400\/75{
  color: rgb(161 161 170 / 0.75);
}

.text-zinc-400\/80{
  color: rgb(161 161 170 / 0.8);
}

.text-zinc-400\/90{
  color: rgb(161 161 170 / 0.9);
}

.text-zinc-400\/95{
  color: rgb(161 161 170 / 0.95);
}

.text-zinc-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.text-zinc-50\/0{
  color: rgb(250 250 250 / 0);
}

.text-zinc-50\/10{
  color: rgb(250 250 250 / 0.1);
}

.text-zinc-50\/100{
  color: rgb(250 250 250 / 1);
}

.text-zinc-50\/20{
  color: rgb(250 250 250 / 0.2);
}

.text-zinc-50\/25{
  color: rgb(250 250 250 / 0.25);
}

.text-zinc-50\/30{
  color: rgb(250 250 250 / 0.3);
}

.text-zinc-50\/40{
  color: rgb(250 250 250 / 0.4);
}

.text-zinc-50\/5{
  color: rgb(250 250 250 / 0.05);
}

.text-zinc-50\/50{
  color: rgb(250 250 250 / 0.5);
}

.text-zinc-50\/60{
  color: rgb(250 250 250 / 0.6);
}

.text-zinc-50\/70{
  color: rgb(250 250 250 / 0.7);
}

.text-zinc-50\/75{
  color: rgb(250 250 250 / 0.75);
}

.text-zinc-50\/80{
  color: rgb(250 250 250 / 0.8);
}

.text-zinc-50\/90{
  color: rgb(250 250 250 / 0.9);
}

.text-zinc-50\/95{
  color: rgb(250 250 250 / 0.95);
}

.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.text-zinc-500\/0{
  color: rgb(113 113 122 / 0);
}

.text-zinc-500\/10{
  color: rgb(113 113 122 / 0.1);
}

.text-zinc-500\/100{
  color: rgb(113 113 122 / 1);
}

.text-zinc-500\/20{
  color: rgb(113 113 122 / 0.2);
}

.text-zinc-500\/25{
  color: rgb(113 113 122 / 0.25);
}

.text-zinc-500\/30{
  color: rgb(113 113 122 / 0.3);
}

.text-zinc-500\/40{
  color: rgb(113 113 122 / 0.4);
}

.text-zinc-500\/5{
  color: rgb(113 113 122 / 0.05);
}

.text-zinc-500\/50{
  color: rgb(113 113 122 / 0.5);
}

.text-zinc-500\/60{
  color: rgb(113 113 122 / 0.6);
}

.text-zinc-500\/70{
  color: rgb(113 113 122 / 0.7);
}

.text-zinc-500\/75{
  color: rgb(113 113 122 / 0.75);
}

.text-zinc-500\/80{
  color: rgb(113 113 122 / 0.8);
}

.text-zinc-500\/90{
  color: rgb(113 113 122 / 0.9);
}

.text-zinc-500\/95{
  color: rgb(113 113 122 / 0.95);
}

.text-zinc-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.text-zinc-600\/0{
  color: rgb(82 82 91 / 0);
}

.text-zinc-600\/10{
  color: rgb(82 82 91 / 0.1);
}

.text-zinc-600\/100{
  color: rgb(82 82 91 / 1);
}

.text-zinc-600\/20{
  color: rgb(82 82 91 / 0.2);
}

.text-zinc-600\/25{
  color: rgb(82 82 91 / 0.25);
}

.text-zinc-600\/30{
  color: rgb(82 82 91 / 0.3);
}

.text-zinc-600\/40{
  color: rgb(82 82 91 / 0.4);
}

.text-zinc-600\/5{
  color: rgb(82 82 91 / 0.05);
}

.text-zinc-600\/50{
  color: rgb(82 82 91 / 0.5);
}

.text-zinc-600\/60{
  color: rgb(82 82 91 / 0.6);
}

.text-zinc-600\/70{
  color: rgb(82 82 91 / 0.7);
}

.text-zinc-600\/75{
  color: rgb(82 82 91 / 0.75);
}

.text-zinc-600\/80{
  color: rgb(82 82 91 / 0.8);
}

.text-zinc-600\/90{
  color: rgb(82 82 91 / 0.9);
}

.text-zinc-600\/95{
  color: rgb(82 82 91 / 0.95);
}

.text-zinc-700{
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

.text-zinc-700\/0{
  color: rgb(63 63 70 / 0);
}

.text-zinc-700\/10{
  color: rgb(63 63 70 / 0.1);
}

.text-zinc-700\/100{
  color: rgb(63 63 70 / 1);
}

.text-zinc-700\/20{
  color: rgb(63 63 70 / 0.2);
}

.text-zinc-700\/25{
  color: rgb(63 63 70 / 0.25);
}

.text-zinc-700\/30{
  color: rgb(63 63 70 / 0.3);
}

.text-zinc-700\/40{
  color: rgb(63 63 70 / 0.4);
}

.text-zinc-700\/5{
  color: rgb(63 63 70 / 0.05);
}

.text-zinc-700\/50{
  color: rgb(63 63 70 / 0.5);
}

.text-zinc-700\/60{
  color: rgb(63 63 70 / 0.6);
}

.text-zinc-700\/70{
  color: rgb(63 63 70 / 0.7);
}

.text-zinc-700\/75{
  color: rgb(63 63 70 / 0.75);
}

.text-zinc-700\/80{
  color: rgb(63 63 70 / 0.8);
}

.text-zinc-700\/90{
  color: rgb(63 63 70 / 0.9);
}

.text-zinc-700\/95{
  color: rgb(63 63 70 / 0.95);
}

.text-zinc-800{
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.text-zinc-800\/0{
  color: rgb(39 39 42 / 0);
}

.text-zinc-800\/10{
  color: rgb(39 39 42 / 0.1);
}

.text-zinc-800\/100{
  color: rgb(39 39 42 / 1);
}

.text-zinc-800\/20{
  color: rgb(39 39 42 / 0.2);
}

.text-zinc-800\/25{
  color: rgb(39 39 42 / 0.25);
}

.text-zinc-800\/30{
  color: rgb(39 39 42 / 0.3);
}

.text-zinc-800\/40{
  color: rgb(39 39 42 / 0.4);
}

.text-zinc-800\/5{
  color: rgb(39 39 42 / 0.05);
}

.text-zinc-800\/50{
  color: rgb(39 39 42 / 0.5);
}

.text-zinc-800\/60{
  color: rgb(39 39 42 / 0.6);
}

.text-zinc-800\/70{
  color: rgb(39 39 42 / 0.7);
}

.text-zinc-800\/75{
  color: rgb(39 39 42 / 0.75);
}

.text-zinc-800\/80{
  color: rgb(39 39 42 / 0.8);
}

.text-zinc-800\/90{
  color: rgb(39 39 42 / 0.9);
}

.text-zinc-800\/95{
  color: rgb(39 39 42 / 0.95);
}

.text-zinc-900{
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.text-zinc-900\/0{
  color: rgb(24 24 27 / 0);
}

.text-zinc-900\/10{
  color: rgb(24 24 27 / 0.1);
}

.text-zinc-900\/100{
  color: rgb(24 24 27 / 1);
}

.text-zinc-900\/20{
  color: rgb(24 24 27 / 0.2);
}

.text-zinc-900\/25{
  color: rgb(24 24 27 / 0.25);
}

.text-zinc-900\/30{
  color: rgb(24 24 27 / 0.3);
}

.text-zinc-900\/40{
  color: rgb(24 24 27 / 0.4);
}

.text-zinc-900\/5{
  color: rgb(24 24 27 / 0.05);
}

.text-zinc-900\/50{
  color: rgb(24 24 27 / 0.5);
}

.text-zinc-900\/60{
  color: rgb(24 24 27 / 0.6);
}

.text-zinc-900\/70{
  color: rgb(24 24 27 / 0.7);
}

.text-zinc-900\/75{
  color: rgb(24 24 27 / 0.75);
}

.text-zinc-900\/80{
  color: rgb(24 24 27 / 0.8);
}

.text-zinc-900\/90{
  color: rgb(24 24 27 / 0.9);
}

.text-zinc-900\/95{
  color: rgb(24 24 27 / 0.95);
}

.text-zinc-950{
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
}

.text-zinc-950\/0{
  color: rgb(9 9 11 / 0);
}

.text-zinc-950\/10{
  color: rgb(9 9 11 / 0.1);
}

.text-zinc-950\/100{
  color: rgb(9 9 11 / 1);
}

.text-zinc-950\/20{
  color: rgb(9 9 11 / 0.2);
}

.text-zinc-950\/25{
  color: rgb(9 9 11 / 0.25);
}

.text-zinc-950\/30{
  color: rgb(9 9 11 / 0.3);
}

.text-zinc-950\/40{
  color: rgb(9 9 11 / 0.4);
}

.text-zinc-950\/5{
  color: rgb(9 9 11 / 0.05);
}

.text-zinc-950\/50{
  color: rgb(9 9 11 / 0.5);
}

.text-zinc-950\/60{
  color: rgb(9 9 11 / 0.6);
}

.text-zinc-950\/70{
  color: rgb(9 9 11 / 0.7);
}

.text-zinc-950\/75{
  color: rgb(9 9 11 / 0.75);
}

.text-zinc-950\/80{
  color: rgb(9 9 11 / 0.8);
}

.text-zinc-950\/90{
  color: rgb(9 9 11 / 0.9);
}

.text-zinc-950\/95{
  color: rgb(9 9 11 / 0.95);
}

.text-opacity-0{
  --tw-text-opacity: 0;
}

.text-opacity-10{
  --tw-text-opacity: 0.1;
}

.text-opacity-100{
  --tw-text-opacity: 1;
}

.text-opacity-20{
  --tw-text-opacity: 0.2;
}

.text-opacity-25{
  --tw-text-opacity: 0.25;
}

.text-opacity-30{
  --tw-text-opacity: 0.3;
}

.text-opacity-40{
  --tw-text-opacity: 0.4;
}

.text-opacity-5{
  --tw-text-opacity: 0.05;
}

.text-opacity-50{
  --tw-text-opacity: 0.5;
}

.text-opacity-60{
  --tw-text-opacity: 0.6;
}

.text-opacity-70{
  --tw-text-opacity: 0.7;
}

.text-opacity-75{
  --tw-text-opacity: 0.75;
}

.text-opacity-80{
  --tw-text-opacity: 0.8;
}

.text-opacity-90{
  --tw-text-opacity: 0.9;
}

.text-opacity-95{
  --tw-text-opacity: 0.95;
}

.underline{
  text-decoration-line: underline;
}

.overline{
  text-decoration-line: overline;
}

.line-through{
  text-decoration-line: line-through;
}

.no-underline{
  text-decoration-line: none;
}

.decoration-event-text-100{
  text-decoration-color: #033942;
}

.decoration-event-text-100\/0{
  text-decoration-color: rgb(3 57 66 / 0);
}

.decoration-event-text-100\/10{
  text-decoration-color: rgb(3 57 66 / 0.1);
}

.decoration-event-text-100\/100{
  text-decoration-color: rgb(3 57 66 / 1);
}

.decoration-event-text-100\/20{
  text-decoration-color: rgb(3 57 66 / 0.2);
}

.decoration-event-text-100\/25{
  text-decoration-color: rgb(3 57 66 / 0.25);
}

.decoration-event-text-100\/30{
  text-decoration-color: rgb(3 57 66 / 0.3);
}

.decoration-event-text-100\/40{
  text-decoration-color: rgb(3 57 66 / 0.4);
}

.decoration-event-text-100\/5{
  text-decoration-color: rgb(3 57 66 / 0.05);
}

.decoration-event-text-100\/50{
  text-decoration-color: rgb(3 57 66 / 0.5);
}

.decoration-event-text-100\/60{
  text-decoration-color: rgb(3 57 66 / 0.6);
}

.decoration-event-text-100\/70{
  text-decoration-color: rgb(3 57 66 / 0.7);
}

.decoration-event-text-100\/75{
  text-decoration-color: rgb(3 57 66 / 0.75);
}

.decoration-event-text-100\/80{
  text-decoration-color: rgb(3 57 66 / 0.8);
}

.decoration-event-text-100\/90{
  text-decoration-color: rgb(3 57 66 / 0.9);
}

.decoration-event-text-100\/95{
  text-decoration-color: rgb(3 57 66 / 0.95);
}

.decoration-event-text-200{
  text-decoration-color: #383b44;
}

.decoration-event-text-200\/0{
  text-decoration-color: rgb(56 59 68 / 0);
}

.decoration-event-text-200\/10{
  text-decoration-color: rgb(56 59 68 / 0.1);
}

.decoration-event-text-200\/100{
  text-decoration-color: rgb(56 59 68 / 1);
}

.decoration-event-text-200\/20{
  text-decoration-color: rgb(56 59 68 / 0.2);
}

.decoration-event-text-200\/25{
  text-decoration-color: rgb(56 59 68 / 0.25);
}

.decoration-event-text-200\/30{
  text-decoration-color: rgb(56 59 68 / 0.3);
}

.decoration-event-text-200\/40{
  text-decoration-color: rgb(56 59 68 / 0.4);
}

.decoration-event-text-200\/5{
  text-decoration-color: rgb(56 59 68 / 0.05);
}

.decoration-event-text-200\/50{
  text-decoration-color: rgb(56 59 68 / 0.5);
}

.decoration-event-text-200\/60{
  text-decoration-color: rgb(56 59 68 / 0.6);
}

.decoration-event-text-200\/70{
  text-decoration-color: rgb(56 59 68 / 0.7);
}

.decoration-event-text-200\/75{
  text-decoration-color: rgb(56 59 68 / 0.75);
}

.decoration-event-text-200\/80{
  text-decoration-color: rgb(56 59 68 / 0.8);
}

.decoration-event-text-200\/90{
  text-decoration-color: rgb(56 59 68 / 0.9);
}

.decoration-event-text-200\/95{
  text-decoration-color: rgb(56 59 68 / 0.95);
}

.decoration-yellow-100{
  text-decoration-color: #fef9c3;
}

.decoration-yellow-100\/0{
  text-decoration-color: rgb(254 249 195 / 0);
}

.decoration-yellow-100\/10{
  text-decoration-color: rgb(254 249 195 / 0.1);
}

.decoration-yellow-100\/100{
  text-decoration-color: rgb(254 249 195 / 1);
}

.decoration-yellow-100\/20{
  text-decoration-color: rgb(254 249 195 / 0.2);
}

.decoration-yellow-100\/25{
  text-decoration-color: rgb(254 249 195 / 0.25);
}

.decoration-yellow-100\/30{
  text-decoration-color: rgb(254 249 195 / 0.3);
}

.decoration-yellow-100\/40{
  text-decoration-color: rgb(254 249 195 / 0.4);
}

.decoration-yellow-100\/5{
  text-decoration-color: rgb(254 249 195 / 0.05);
}

.decoration-yellow-100\/50{
  text-decoration-color: rgb(254 249 195 / 0.5);
}

.decoration-yellow-100\/60{
  text-decoration-color: rgb(254 249 195 / 0.6);
}

.decoration-yellow-100\/70{
  text-decoration-color: rgb(254 249 195 / 0.7);
}

.decoration-yellow-100\/75{
  text-decoration-color: rgb(254 249 195 / 0.75);
}

.decoration-yellow-100\/80{
  text-decoration-color: rgb(254 249 195 / 0.8);
}

.decoration-yellow-100\/90{
  text-decoration-color: rgb(254 249 195 / 0.9);
}

.decoration-yellow-100\/95{
  text-decoration-color: rgb(254 249 195 / 0.95);
}

.decoration-yellow-200{
  text-decoration-color: #fef08a;
}

.decoration-yellow-200\/0{
  text-decoration-color: rgb(254 240 138 / 0);
}

.decoration-yellow-200\/10{
  text-decoration-color: rgb(254 240 138 / 0.1);
}

.decoration-yellow-200\/100{
  text-decoration-color: rgb(254 240 138 / 1);
}

.decoration-yellow-200\/20{
  text-decoration-color: rgb(254 240 138 / 0.2);
}

.decoration-yellow-200\/25{
  text-decoration-color: rgb(254 240 138 / 0.25);
}

.decoration-yellow-200\/30{
  text-decoration-color: rgb(254 240 138 / 0.3);
}

.decoration-yellow-200\/40{
  text-decoration-color: rgb(254 240 138 / 0.4);
}

.decoration-yellow-200\/5{
  text-decoration-color: rgb(254 240 138 / 0.05);
}

.decoration-yellow-200\/50{
  text-decoration-color: rgb(254 240 138 / 0.5);
}

.decoration-yellow-200\/60{
  text-decoration-color: rgb(254 240 138 / 0.6);
}

.decoration-yellow-200\/70{
  text-decoration-color: rgb(254 240 138 / 0.7);
}

.decoration-yellow-200\/75{
  text-decoration-color: rgb(254 240 138 / 0.75);
}

.decoration-yellow-200\/80{
  text-decoration-color: rgb(254 240 138 / 0.8);
}

.decoration-yellow-200\/90{
  text-decoration-color: rgb(254 240 138 / 0.9);
}

.decoration-yellow-200\/95{
  text-decoration-color: rgb(254 240 138 / 0.95);
}

.decoration-yellow-300{
  text-decoration-color: #fde047;
}

.decoration-yellow-300\/0{
  text-decoration-color: rgb(253 224 71 / 0);
}

.decoration-yellow-300\/10{
  text-decoration-color: rgb(253 224 71 / 0.1);
}

.decoration-yellow-300\/100{
  text-decoration-color: rgb(253 224 71 / 1);
}

.decoration-yellow-300\/20{
  text-decoration-color: rgb(253 224 71 / 0.2);
}

.decoration-yellow-300\/25{
  text-decoration-color: rgb(253 224 71 / 0.25);
}

.decoration-yellow-300\/30{
  text-decoration-color: rgb(253 224 71 / 0.3);
}

.decoration-yellow-300\/40{
  text-decoration-color: rgb(253 224 71 / 0.4);
}

.decoration-yellow-300\/5{
  text-decoration-color: rgb(253 224 71 / 0.05);
}

.decoration-yellow-300\/50{
  text-decoration-color: rgb(253 224 71 / 0.5);
}

.decoration-yellow-300\/60{
  text-decoration-color: rgb(253 224 71 / 0.6);
}

.decoration-yellow-300\/70{
  text-decoration-color: rgb(253 224 71 / 0.7);
}

.decoration-yellow-300\/75{
  text-decoration-color: rgb(253 224 71 / 0.75);
}

.decoration-yellow-300\/80{
  text-decoration-color: rgb(253 224 71 / 0.8);
}

.decoration-yellow-300\/90{
  text-decoration-color: rgb(253 224 71 / 0.9);
}

.decoration-yellow-300\/95{
  text-decoration-color: rgb(253 224 71 / 0.95);
}

.decoration-yellow-400{
  text-decoration-color: #facc15;
}

.decoration-yellow-400\/0{
  text-decoration-color: rgb(250 204 21 / 0);
}

.decoration-yellow-400\/10{
  text-decoration-color: rgb(250 204 21 / 0.1);
}

.decoration-yellow-400\/100{
  text-decoration-color: rgb(250 204 21 / 1);
}

.decoration-yellow-400\/20{
  text-decoration-color: rgb(250 204 21 / 0.2);
}

.decoration-yellow-400\/25{
  text-decoration-color: rgb(250 204 21 / 0.25);
}

.decoration-yellow-400\/30{
  text-decoration-color: rgb(250 204 21 / 0.3);
}

.decoration-yellow-400\/40{
  text-decoration-color: rgb(250 204 21 / 0.4);
}

.decoration-yellow-400\/5{
  text-decoration-color: rgb(250 204 21 / 0.05);
}

.decoration-yellow-400\/50{
  text-decoration-color: rgb(250 204 21 / 0.5);
}

.decoration-yellow-400\/60{
  text-decoration-color: rgb(250 204 21 / 0.6);
}

.decoration-yellow-400\/70{
  text-decoration-color: rgb(250 204 21 / 0.7);
}

.decoration-yellow-400\/75{
  text-decoration-color: rgb(250 204 21 / 0.75);
}

.decoration-yellow-400\/80{
  text-decoration-color: rgb(250 204 21 / 0.8);
}

.decoration-yellow-400\/90{
  text-decoration-color: rgb(250 204 21 / 0.9);
}

.decoration-yellow-400\/95{
  text-decoration-color: rgb(250 204 21 / 0.95);
}

.decoration-yellow-50{
  text-decoration-color: #fefce8;
}

.decoration-yellow-50\/0{
  text-decoration-color: rgb(254 252 232 / 0);
}

.decoration-yellow-50\/10{
  text-decoration-color: rgb(254 252 232 / 0.1);
}

.decoration-yellow-50\/100{
  text-decoration-color: rgb(254 252 232 / 1);
}

.decoration-yellow-50\/20{
  text-decoration-color: rgb(254 252 232 / 0.2);
}

.decoration-yellow-50\/25{
  text-decoration-color: rgb(254 252 232 / 0.25);
}

.decoration-yellow-50\/30{
  text-decoration-color: rgb(254 252 232 / 0.3);
}

.decoration-yellow-50\/40{
  text-decoration-color: rgb(254 252 232 / 0.4);
}

.decoration-yellow-50\/5{
  text-decoration-color: rgb(254 252 232 / 0.05);
}

.decoration-yellow-50\/50{
  text-decoration-color: rgb(254 252 232 / 0.5);
}

.decoration-yellow-50\/60{
  text-decoration-color: rgb(254 252 232 / 0.6);
}

.decoration-yellow-50\/70{
  text-decoration-color: rgb(254 252 232 / 0.7);
}

.decoration-yellow-50\/75{
  text-decoration-color: rgb(254 252 232 / 0.75);
}

.decoration-yellow-50\/80{
  text-decoration-color: rgb(254 252 232 / 0.8);
}

.decoration-yellow-50\/90{
  text-decoration-color: rgb(254 252 232 / 0.9);
}

.decoration-yellow-50\/95{
  text-decoration-color: rgb(254 252 232 / 0.95);
}

.decoration-yellow-500{
  text-decoration-color: #eab308;
}

.decoration-yellow-500\/0{
  text-decoration-color: rgb(234 179 8 / 0);
}

.decoration-yellow-500\/10{
  text-decoration-color: rgb(234 179 8 / 0.1);
}

.decoration-yellow-500\/100{
  text-decoration-color: rgb(234 179 8 / 1);
}

.decoration-yellow-500\/20{
  text-decoration-color: rgb(234 179 8 / 0.2);
}

.decoration-yellow-500\/25{
  text-decoration-color: rgb(234 179 8 / 0.25);
}

.decoration-yellow-500\/30{
  text-decoration-color: rgb(234 179 8 / 0.3);
}

.decoration-yellow-500\/40{
  text-decoration-color: rgb(234 179 8 / 0.4);
}

.decoration-yellow-500\/5{
  text-decoration-color: rgb(234 179 8 / 0.05);
}

.decoration-yellow-500\/50{
  text-decoration-color: rgb(234 179 8 / 0.5);
}

.decoration-yellow-500\/60{
  text-decoration-color: rgb(234 179 8 / 0.6);
}

.decoration-yellow-500\/70{
  text-decoration-color: rgb(234 179 8 / 0.7);
}

.decoration-yellow-500\/75{
  text-decoration-color: rgb(234 179 8 / 0.75);
}

.decoration-yellow-500\/80{
  text-decoration-color: rgb(234 179 8 / 0.8);
}

.decoration-yellow-500\/90{
  text-decoration-color: rgb(234 179 8 / 0.9);
}

.decoration-yellow-500\/95{
  text-decoration-color: rgb(234 179 8 / 0.95);
}

.decoration-yellow-600{
  text-decoration-color: #ca8a04;
}

.decoration-yellow-600\/0{
  text-decoration-color: rgb(202 138 4 / 0);
}

.decoration-yellow-600\/10{
  text-decoration-color: rgb(202 138 4 / 0.1);
}

.decoration-yellow-600\/100{
  text-decoration-color: rgb(202 138 4 / 1);
}

.decoration-yellow-600\/20{
  text-decoration-color: rgb(202 138 4 / 0.2);
}

.decoration-yellow-600\/25{
  text-decoration-color: rgb(202 138 4 / 0.25);
}

.decoration-yellow-600\/30{
  text-decoration-color: rgb(202 138 4 / 0.3);
}

.decoration-yellow-600\/40{
  text-decoration-color: rgb(202 138 4 / 0.4);
}

.decoration-yellow-600\/5{
  text-decoration-color: rgb(202 138 4 / 0.05);
}

.decoration-yellow-600\/50{
  text-decoration-color: rgb(202 138 4 / 0.5);
}

.decoration-yellow-600\/60{
  text-decoration-color: rgb(202 138 4 / 0.6);
}

.decoration-yellow-600\/70{
  text-decoration-color: rgb(202 138 4 / 0.7);
}

.decoration-yellow-600\/75{
  text-decoration-color: rgb(202 138 4 / 0.75);
}

.decoration-yellow-600\/80{
  text-decoration-color: rgb(202 138 4 / 0.8);
}

.decoration-yellow-600\/90{
  text-decoration-color: rgb(202 138 4 / 0.9);
}

.decoration-yellow-600\/95{
  text-decoration-color: rgb(202 138 4 / 0.95);
}

.decoration-yellow-700{
  text-decoration-color: #a16207;
}

.decoration-yellow-700\/0{
  text-decoration-color: rgb(161 98 7 / 0);
}

.decoration-yellow-700\/10{
  text-decoration-color: rgb(161 98 7 / 0.1);
}

.decoration-yellow-700\/100{
  text-decoration-color: rgb(161 98 7 / 1);
}

.decoration-yellow-700\/20{
  text-decoration-color: rgb(161 98 7 / 0.2);
}

.decoration-yellow-700\/25{
  text-decoration-color: rgb(161 98 7 / 0.25);
}

.decoration-yellow-700\/30{
  text-decoration-color: rgb(161 98 7 / 0.3);
}

.decoration-yellow-700\/40{
  text-decoration-color: rgb(161 98 7 / 0.4);
}

.decoration-yellow-700\/5{
  text-decoration-color: rgb(161 98 7 / 0.05);
}

.decoration-yellow-700\/50{
  text-decoration-color: rgb(161 98 7 / 0.5);
}

.decoration-yellow-700\/60{
  text-decoration-color: rgb(161 98 7 / 0.6);
}

.decoration-yellow-700\/70{
  text-decoration-color: rgb(161 98 7 / 0.7);
}

.decoration-yellow-700\/75{
  text-decoration-color: rgb(161 98 7 / 0.75);
}

.decoration-yellow-700\/80{
  text-decoration-color: rgb(161 98 7 / 0.8);
}

.decoration-yellow-700\/90{
  text-decoration-color: rgb(161 98 7 / 0.9);
}

.decoration-yellow-700\/95{
  text-decoration-color: rgb(161 98 7 / 0.95);
}

.decoration-yellow-800{
  text-decoration-color: #854d0e;
}

.decoration-yellow-800\/0{
  text-decoration-color: rgb(133 77 14 / 0);
}

.decoration-yellow-800\/10{
  text-decoration-color: rgb(133 77 14 / 0.1);
}

.decoration-yellow-800\/100{
  text-decoration-color: rgb(133 77 14 / 1);
}

.decoration-yellow-800\/20{
  text-decoration-color: rgb(133 77 14 / 0.2);
}

.decoration-yellow-800\/25{
  text-decoration-color: rgb(133 77 14 / 0.25);
}

.decoration-yellow-800\/30{
  text-decoration-color: rgb(133 77 14 / 0.3);
}

.decoration-yellow-800\/40{
  text-decoration-color: rgb(133 77 14 / 0.4);
}

.decoration-yellow-800\/5{
  text-decoration-color: rgb(133 77 14 / 0.05);
}

.decoration-yellow-800\/50{
  text-decoration-color: rgb(133 77 14 / 0.5);
}

.decoration-yellow-800\/60{
  text-decoration-color: rgb(133 77 14 / 0.6);
}

.decoration-yellow-800\/70{
  text-decoration-color: rgb(133 77 14 / 0.7);
}

.decoration-yellow-800\/75{
  text-decoration-color: rgb(133 77 14 / 0.75);
}

.decoration-yellow-800\/80{
  text-decoration-color: rgb(133 77 14 / 0.8);
}

.decoration-yellow-800\/90{
  text-decoration-color: rgb(133 77 14 / 0.9);
}

.decoration-yellow-800\/95{
  text-decoration-color: rgb(133 77 14 / 0.95);
}

.decoration-yellow-900{
  text-decoration-color: #713f12;
}

.decoration-yellow-900\/0{
  text-decoration-color: rgb(113 63 18 / 0);
}

.decoration-yellow-900\/10{
  text-decoration-color: rgb(113 63 18 / 0.1);
}

.decoration-yellow-900\/100{
  text-decoration-color: rgb(113 63 18 / 1);
}

.decoration-yellow-900\/20{
  text-decoration-color: rgb(113 63 18 / 0.2);
}

.decoration-yellow-900\/25{
  text-decoration-color: rgb(113 63 18 / 0.25);
}

.decoration-yellow-900\/30{
  text-decoration-color: rgb(113 63 18 / 0.3);
}

.decoration-yellow-900\/40{
  text-decoration-color: rgb(113 63 18 / 0.4);
}

.decoration-yellow-900\/5{
  text-decoration-color: rgb(113 63 18 / 0.05);
}

.decoration-yellow-900\/50{
  text-decoration-color: rgb(113 63 18 / 0.5);
}

.decoration-yellow-900\/60{
  text-decoration-color: rgb(113 63 18 / 0.6);
}

.decoration-yellow-900\/70{
  text-decoration-color: rgb(113 63 18 / 0.7);
}

.decoration-yellow-900\/75{
  text-decoration-color: rgb(113 63 18 / 0.75);
}

.decoration-yellow-900\/80{
  text-decoration-color: rgb(113 63 18 / 0.8);
}

.decoration-yellow-900\/90{
  text-decoration-color: rgb(113 63 18 / 0.9);
}

.decoration-yellow-900\/95{
  text-decoration-color: rgb(113 63 18 / 0.95);
}

.decoration-yellow-950{
  text-decoration-color: #422006;
}

.decoration-yellow-950\/0{
  text-decoration-color: rgb(66 32 6 / 0);
}

.decoration-yellow-950\/10{
  text-decoration-color: rgb(66 32 6 / 0.1);
}

.decoration-yellow-950\/100{
  text-decoration-color: rgb(66 32 6 / 1);
}

.decoration-yellow-950\/20{
  text-decoration-color: rgb(66 32 6 / 0.2);
}

.decoration-yellow-950\/25{
  text-decoration-color: rgb(66 32 6 / 0.25);
}

.decoration-yellow-950\/30{
  text-decoration-color: rgb(66 32 6 / 0.3);
}

.decoration-yellow-950\/40{
  text-decoration-color: rgb(66 32 6 / 0.4);
}

.decoration-yellow-950\/5{
  text-decoration-color: rgb(66 32 6 / 0.05);
}

.decoration-yellow-950\/50{
  text-decoration-color: rgb(66 32 6 / 0.5);
}

.decoration-yellow-950\/60{
  text-decoration-color: rgb(66 32 6 / 0.6);
}

.decoration-yellow-950\/70{
  text-decoration-color: rgb(66 32 6 / 0.7);
}

.decoration-yellow-950\/75{
  text-decoration-color: rgb(66 32 6 / 0.75);
}

.decoration-yellow-950\/80{
  text-decoration-color: rgb(66 32 6 / 0.8);
}

.decoration-yellow-950\/90{
  text-decoration-color: rgb(66 32 6 / 0.9);
}

.decoration-yellow-950\/95{
  text-decoration-color: rgb(66 32 6 / 0.95);
}

.decoration-solid{
  text-decoration-style: solid;
}

.decoration-double{
  text-decoration-style: double;
}

.decoration-dotted{
  text-decoration-style: dotted;
}

.decoration-dashed{
  text-decoration-style: dashed;
}

.decoration-wavy{
  text-decoration-style: wavy;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.placeholder-amber-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 243 199 / var(--tw-placeholder-opacity));
}

.placeholder-amber-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 243 199 / var(--tw-placeholder-opacity));
}

.placeholder-amber-100\/0::-moz-placeholder{
  color: rgb(254 243 199 / 0);
}

.placeholder-amber-100\/0::placeholder{
  color: rgb(254 243 199 / 0);
}

.placeholder-amber-100\/10::-moz-placeholder{
  color: rgb(254 243 199 / 0.1);
}

.placeholder-amber-100\/10::placeholder{
  color: rgb(254 243 199 / 0.1);
}

.placeholder-amber-100\/100::-moz-placeholder{
  color: rgb(254 243 199 / 1);
}

.placeholder-amber-100\/100::placeholder{
  color: rgb(254 243 199 / 1);
}

.placeholder-amber-100\/20::-moz-placeholder{
  color: rgb(254 243 199 / 0.2);
}

.placeholder-amber-100\/20::placeholder{
  color: rgb(254 243 199 / 0.2);
}

.placeholder-amber-100\/25::-moz-placeholder{
  color: rgb(254 243 199 / 0.25);
}

.placeholder-amber-100\/25::placeholder{
  color: rgb(254 243 199 / 0.25);
}

.placeholder-amber-100\/30::-moz-placeholder{
  color: rgb(254 243 199 / 0.3);
}

.placeholder-amber-100\/30::placeholder{
  color: rgb(254 243 199 / 0.3);
}

.placeholder-amber-100\/40::-moz-placeholder{
  color: rgb(254 243 199 / 0.4);
}

.placeholder-amber-100\/40::placeholder{
  color: rgb(254 243 199 / 0.4);
}

.placeholder-amber-100\/5::-moz-placeholder{
  color: rgb(254 243 199 / 0.05);
}

.placeholder-amber-100\/5::placeholder{
  color: rgb(254 243 199 / 0.05);
}

.placeholder-amber-100\/50::-moz-placeholder{
  color: rgb(254 243 199 / 0.5);
}

.placeholder-amber-100\/50::placeholder{
  color: rgb(254 243 199 / 0.5);
}

.placeholder-amber-100\/60::-moz-placeholder{
  color: rgb(254 243 199 / 0.6);
}

.placeholder-amber-100\/60::placeholder{
  color: rgb(254 243 199 / 0.6);
}

.placeholder-amber-100\/70::-moz-placeholder{
  color: rgb(254 243 199 / 0.7);
}

.placeholder-amber-100\/70::placeholder{
  color: rgb(254 243 199 / 0.7);
}

.placeholder-amber-100\/75::-moz-placeholder{
  color: rgb(254 243 199 / 0.75);
}

.placeholder-amber-100\/75::placeholder{
  color: rgb(254 243 199 / 0.75);
}

.placeholder-amber-100\/80::-moz-placeholder{
  color: rgb(254 243 199 / 0.8);
}

.placeholder-amber-100\/80::placeholder{
  color: rgb(254 243 199 / 0.8);
}

.placeholder-amber-100\/90::-moz-placeholder{
  color: rgb(254 243 199 / 0.9);
}

.placeholder-amber-100\/90::placeholder{
  color: rgb(254 243 199 / 0.9);
}

.placeholder-amber-100\/95::-moz-placeholder{
  color: rgb(254 243 199 / 0.95);
}

.placeholder-amber-100\/95::placeholder{
  color: rgb(254 243 199 / 0.95);
}

.placeholder-amber-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity));
}

.placeholder-amber-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity));
}

.placeholder-amber-200\/0::-moz-placeholder{
  color: rgb(253 230 138 / 0);
}

.placeholder-amber-200\/0::placeholder{
  color: rgb(253 230 138 / 0);
}

.placeholder-amber-200\/10::-moz-placeholder{
  color: rgb(253 230 138 / 0.1);
}

.placeholder-amber-200\/10::placeholder{
  color: rgb(253 230 138 / 0.1);
}

.placeholder-amber-200\/100::-moz-placeholder{
  color: rgb(253 230 138 / 1);
}

.placeholder-amber-200\/100::placeholder{
  color: rgb(253 230 138 / 1);
}

.placeholder-amber-200\/20::-moz-placeholder{
  color: rgb(253 230 138 / 0.2);
}

.placeholder-amber-200\/20::placeholder{
  color: rgb(253 230 138 / 0.2);
}

.placeholder-amber-200\/25::-moz-placeholder{
  color: rgb(253 230 138 / 0.25);
}

.placeholder-amber-200\/25::placeholder{
  color: rgb(253 230 138 / 0.25);
}

.placeholder-amber-200\/30::-moz-placeholder{
  color: rgb(253 230 138 / 0.3);
}

.placeholder-amber-200\/30::placeholder{
  color: rgb(253 230 138 / 0.3);
}

.placeholder-amber-200\/40::-moz-placeholder{
  color: rgb(253 230 138 / 0.4);
}

.placeholder-amber-200\/40::placeholder{
  color: rgb(253 230 138 / 0.4);
}

.placeholder-amber-200\/5::-moz-placeholder{
  color: rgb(253 230 138 / 0.05);
}

.placeholder-amber-200\/5::placeholder{
  color: rgb(253 230 138 / 0.05);
}

.placeholder-amber-200\/50::-moz-placeholder{
  color: rgb(253 230 138 / 0.5);
}

.placeholder-amber-200\/50::placeholder{
  color: rgb(253 230 138 / 0.5);
}

.placeholder-amber-200\/60::-moz-placeholder{
  color: rgb(253 230 138 / 0.6);
}

.placeholder-amber-200\/60::placeholder{
  color: rgb(253 230 138 / 0.6);
}

.placeholder-amber-200\/70::-moz-placeholder{
  color: rgb(253 230 138 / 0.7);
}

.placeholder-amber-200\/70::placeholder{
  color: rgb(253 230 138 / 0.7);
}

.placeholder-amber-200\/75::-moz-placeholder{
  color: rgb(253 230 138 / 0.75);
}

.placeholder-amber-200\/75::placeholder{
  color: rgb(253 230 138 / 0.75);
}

.placeholder-amber-200\/80::-moz-placeholder{
  color: rgb(253 230 138 / 0.8);
}

.placeholder-amber-200\/80::placeholder{
  color: rgb(253 230 138 / 0.8);
}

.placeholder-amber-200\/90::-moz-placeholder{
  color: rgb(253 230 138 / 0.9);
}

.placeholder-amber-200\/90::placeholder{
  color: rgb(253 230 138 / 0.9);
}

.placeholder-amber-200\/95::-moz-placeholder{
  color: rgb(253 230 138 / 0.95);
}

.placeholder-amber-200\/95::placeholder{
  color: rgb(253 230 138 / 0.95);
}

.placeholder-amber-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity));
}

.placeholder-amber-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity));
}

.placeholder-amber-300\/0::-moz-placeholder{
  color: rgb(252 211 77 / 0);
}

.placeholder-amber-300\/0::placeholder{
  color: rgb(252 211 77 / 0);
}

.placeholder-amber-300\/10::-moz-placeholder{
  color: rgb(252 211 77 / 0.1);
}

.placeholder-amber-300\/10::placeholder{
  color: rgb(252 211 77 / 0.1);
}

.placeholder-amber-300\/100::-moz-placeholder{
  color: rgb(252 211 77 / 1);
}

.placeholder-amber-300\/100::placeholder{
  color: rgb(252 211 77 / 1);
}

.placeholder-amber-300\/20::-moz-placeholder{
  color: rgb(252 211 77 / 0.2);
}

.placeholder-amber-300\/20::placeholder{
  color: rgb(252 211 77 / 0.2);
}

.placeholder-amber-300\/25::-moz-placeholder{
  color: rgb(252 211 77 / 0.25);
}

.placeholder-amber-300\/25::placeholder{
  color: rgb(252 211 77 / 0.25);
}

.placeholder-amber-300\/30::-moz-placeholder{
  color: rgb(252 211 77 / 0.3);
}

.placeholder-amber-300\/30::placeholder{
  color: rgb(252 211 77 / 0.3);
}

.placeholder-amber-300\/40::-moz-placeholder{
  color: rgb(252 211 77 / 0.4);
}

.placeholder-amber-300\/40::placeholder{
  color: rgb(252 211 77 / 0.4);
}

.placeholder-amber-300\/5::-moz-placeholder{
  color: rgb(252 211 77 / 0.05);
}

.placeholder-amber-300\/5::placeholder{
  color: rgb(252 211 77 / 0.05);
}

.placeholder-amber-300\/50::-moz-placeholder{
  color: rgb(252 211 77 / 0.5);
}

.placeholder-amber-300\/50::placeholder{
  color: rgb(252 211 77 / 0.5);
}

.placeholder-amber-300\/60::-moz-placeholder{
  color: rgb(252 211 77 / 0.6);
}

.placeholder-amber-300\/60::placeholder{
  color: rgb(252 211 77 / 0.6);
}

.placeholder-amber-300\/70::-moz-placeholder{
  color: rgb(252 211 77 / 0.7);
}

.placeholder-amber-300\/70::placeholder{
  color: rgb(252 211 77 / 0.7);
}

.placeholder-amber-300\/75::-moz-placeholder{
  color: rgb(252 211 77 / 0.75);
}

.placeholder-amber-300\/75::placeholder{
  color: rgb(252 211 77 / 0.75);
}

.placeholder-amber-300\/80::-moz-placeholder{
  color: rgb(252 211 77 / 0.8);
}

.placeholder-amber-300\/80::placeholder{
  color: rgb(252 211 77 / 0.8);
}

.placeholder-amber-300\/90::-moz-placeholder{
  color: rgb(252 211 77 / 0.9);
}

.placeholder-amber-300\/90::placeholder{
  color: rgb(252 211 77 / 0.9);
}

.placeholder-amber-300\/95::-moz-placeholder{
  color: rgb(252 211 77 / 0.95);
}

.placeholder-amber-300\/95::placeholder{
  color: rgb(252 211 77 / 0.95);
}

.placeholder-amber-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity));
}

.placeholder-amber-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity));
}

.placeholder-amber-400\/0::-moz-placeholder{
  color: rgb(251 191 36 / 0);
}

.placeholder-amber-400\/0::placeholder{
  color: rgb(251 191 36 / 0);
}

.placeholder-amber-400\/10::-moz-placeholder{
  color: rgb(251 191 36 / 0.1);
}

.placeholder-amber-400\/10::placeholder{
  color: rgb(251 191 36 / 0.1);
}

.placeholder-amber-400\/100::-moz-placeholder{
  color: rgb(251 191 36 / 1);
}

.placeholder-amber-400\/100::placeholder{
  color: rgb(251 191 36 / 1);
}

.placeholder-amber-400\/20::-moz-placeholder{
  color: rgb(251 191 36 / 0.2);
}

.placeholder-amber-400\/20::placeholder{
  color: rgb(251 191 36 / 0.2);
}

.placeholder-amber-400\/25::-moz-placeholder{
  color: rgb(251 191 36 / 0.25);
}

.placeholder-amber-400\/25::placeholder{
  color: rgb(251 191 36 / 0.25);
}

.placeholder-amber-400\/30::-moz-placeholder{
  color: rgb(251 191 36 / 0.3);
}

.placeholder-amber-400\/30::placeholder{
  color: rgb(251 191 36 / 0.3);
}

.placeholder-amber-400\/40::-moz-placeholder{
  color: rgb(251 191 36 / 0.4);
}

.placeholder-amber-400\/40::placeholder{
  color: rgb(251 191 36 / 0.4);
}

.placeholder-amber-400\/5::-moz-placeholder{
  color: rgb(251 191 36 / 0.05);
}

.placeholder-amber-400\/5::placeholder{
  color: rgb(251 191 36 / 0.05);
}

.placeholder-amber-400\/50::-moz-placeholder{
  color: rgb(251 191 36 / 0.5);
}

.placeholder-amber-400\/50::placeholder{
  color: rgb(251 191 36 / 0.5);
}

.placeholder-amber-400\/60::-moz-placeholder{
  color: rgb(251 191 36 / 0.6);
}

.placeholder-amber-400\/60::placeholder{
  color: rgb(251 191 36 / 0.6);
}

.placeholder-amber-400\/70::-moz-placeholder{
  color: rgb(251 191 36 / 0.7);
}

.placeholder-amber-400\/70::placeholder{
  color: rgb(251 191 36 / 0.7);
}

.placeholder-amber-400\/75::-moz-placeholder{
  color: rgb(251 191 36 / 0.75);
}

.placeholder-amber-400\/75::placeholder{
  color: rgb(251 191 36 / 0.75);
}

.placeholder-amber-400\/80::-moz-placeholder{
  color: rgb(251 191 36 / 0.8);
}

.placeholder-amber-400\/80::placeholder{
  color: rgb(251 191 36 / 0.8);
}

.placeholder-amber-400\/90::-moz-placeholder{
  color: rgb(251 191 36 / 0.9);
}

.placeholder-amber-400\/90::placeholder{
  color: rgb(251 191 36 / 0.9);
}

.placeholder-amber-400\/95::-moz-placeholder{
  color: rgb(251 191 36 / 0.95);
}

.placeholder-amber-400\/95::placeholder{
  color: rgb(251 191 36 / 0.95);
}

.placeholder-amber-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity));
}

.placeholder-amber-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity));
}

.placeholder-amber-50\/0::-moz-placeholder{
  color: rgb(255 251 235 / 0);
}

.placeholder-amber-50\/0::placeholder{
  color: rgb(255 251 235 / 0);
}

.placeholder-amber-50\/10::-moz-placeholder{
  color: rgb(255 251 235 / 0.1);
}

.placeholder-amber-50\/10::placeholder{
  color: rgb(255 251 235 / 0.1);
}

.placeholder-amber-50\/100::-moz-placeholder{
  color: rgb(255 251 235 / 1);
}

.placeholder-amber-50\/100::placeholder{
  color: rgb(255 251 235 / 1);
}

.placeholder-amber-50\/20::-moz-placeholder{
  color: rgb(255 251 235 / 0.2);
}

.placeholder-amber-50\/20::placeholder{
  color: rgb(255 251 235 / 0.2);
}

.placeholder-amber-50\/25::-moz-placeholder{
  color: rgb(255 251 235 / 0.25);
}

.placeholder-amber-50\/25::placeholder{
  color: rgb(255 251 235 / 0.25);
}

.placeholder-amber-50\/30::-moz-placeholder{
  color: rgb(255 251 235 / 0.3);
}

.placeholder-amber-50\/30::placeholder{
  color: rgb(255 251 235 / 0.3);
}

.placeholder-amber-50\/40::-moz-placeholder{
  color: rgb(255 251 235 / 0.4);
}

.placeholder-amber-50\/40::placeholder{
  color: rgb(255 251 235 / 0.4);
}

.placeholder-amber-50\/5::-moz-placeholder{
  color: rgb(255 251 235 / 0.05);
}

.placeholder-amber-50\/5::placeholder{
  color: rgb(255 251 235 / 0.05);
}

.placeholder-amber-50\/50::-moz-placeholder{
  color: rgb(255 251 235 / 0.5);
}

.placeholder-amber-50\/50::placeholder{
  color: rgb(255 251 235 / 0.5);
}

.placeholder-amber-50\/60::-moz-placeholder{
  color: rgb(255 251 235 / 0.6);
}

.placeholder-amber-50\/60::placeholder{
  color: rgb(255 251 235 / 0.6);
}

.placeholder-amber-50\/70::-moz-placeholder{
  color: rgb(255 251 235 / 0.7);
}

.placeholder-amber-50\/70::placeholder{
  color: rgb(255 251 235 / 0.7);
}

.placeholder-amber-50\/75::-moz-placeholder{
  color: rgb(255 251 235 / 0.75);
}

.placeholder-amber-50\/75::placeholder{
  color: rgb(255 251 235 / 0.75);
}

.placeholder-amber-50\/80::-moz-placeholder{
  color: rgb(255 251 235 / 0.8);
}

.placeholder-amber-50\/80::placeholder{
  color: rgb(255 251 235 / 0.8);
}

.placeholder-amber-50\/90::-moz-placeholder{
  color: rgb(255 251 235 / 0.9);
}

.placeholder-amber-50\/90::placeholder{
  color: rgb(255 251 235 / 0.9);
}

.placeholder-amber-50\/95::-moz-placeholder{
  color: rgb(255 251 235 / 0.95);
}

.placeholder-amber-50\/95::placeholder{
  color: rgb(255 251 235 / 0.95);
}

.placeholder-amber-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity));
}

.placeholder-amber-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity));
}

.placeholder-amber-500\/0::-moz-placeholder{
  color: rgb(245 158 11 / 0);
}

.placeholder-amber-500\/0::placeholder{
  color: rgb(245 158 11 / 0);
}

.placeholder-amber-500\/10::-moz-placeholder{
  color: rgb(245 158 11 / 0.1);
}

.placeholder-amber-500\/10::placeholder{
  color: rgb(245 158 11 / 0.1);
}

.placeholder-amber-500\/100::-moz-placeholder{
  color: rgb(245 158 11 / 1);
}

.placeholder-amber-500\/100::placeholder{
  color: rgb(245 158 11 / 1);
}

.placeholder-amber-500\/20::-moz-placeholder{
  color: rgb(245 158 11 / 0.2);
}

.placeholder-amber-500\/20::placeholder{
  color: rgb(245 158 11 / 0.2);
}

.placeholder-amber-500\/25::-moz-placeholder{
  color: rgb(245 158 11 / 0.25);
}

.placeholder-amber-500\/25::placeholder{
  color: rgb(245 158 11 / 0.25);
}

.placeholder-amber-500\/30::-moz-placeholder{
  color: rgb(245 158 11 / 0.3);
}

.placeholder-amber-500\/30::placeholder{
  color: rgb(245 158 11 / 0.3);
}

.placeholder-amber-500\/40::-moz-placeholder{
  color: rgb(245 158 11 / 0.4);
}

.placeholder-amber-500\/40::placeholder{
  color: rgb(245 158 11 / 0.4);
}

.placeholder-amber-500\/5::-moz-placeholder{
  color: rgb(245 158 11 / 0.05);
}

.placeholder-amber-500\/5::placeholder{
  color: rgb(245 158 11 / 0.05);
}

.placeholder-amber-500\/50::-moz-placeholder{
  color: rgb(245 158 11 / 0.5);
}

.placeholder-amber-500\/50::placeholder{
  color: rgb(245 158 11 / 0.5);
}

.placeholder-amber-500\/60::-moz-placeholder{
  color: rgb(245 158 11 / 0.6);
}

.placeholder-amber-500\/60::placeholder{
  color: rgb(245 158 11 / 0.6);
}

.placeholder-amber-500\/70::-moz-placeholder{
  color: rgb(245 158 11 / 0.7);
}

.placeholder-amber-500\/70::placeholder{
  color: rgb(245 158 11 / 0.7);
}

.placeholder-amber-500\/75::-moz-placeholder{
  color: rgb(245 158 11 / 0.75);
}

.placeholder-amber-500\/75::placeholder{
  color: rgb(245 158 11 / 0.75);
}

.placeholder-amber-500\/80::-moz-placeholder{
  color: rgb(245 158 11 / 0.8);
}

.placeholder-amber-500\/80::placeholder{
  color: rgb(245 158 11 / 0.8);
}

.placeholder-amber-500\/90::-moz-placeholder{
  color: rgb(245 158 11 / 0.9);
}

.placeholder-amber-500\/90::placeholder{
  color: rgb(245 158 11 / 0.9);
}

.placeholder-amber-500\/95::-moz-placeholder{
  color: rgb(245 158 11 / 0.95);
}

.placeholder-amber-500\/95::placeholder{
  color: rgb(245 158 11 / 0.95);
}

.placeholder-amber-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity));
}

.placeholder-amber-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity));
}

.placeholder-amber-600\/0::-moz-placeholder{
  color: rgb(217 119 6 / 0);
}

.placeholder-amber-600\/0::placeholder{
  color: rgb(217 119 6 / 0);
}

.placeholder-amber-600\/10::-moz-placeholder{
  color: rgb(217 119 6 / 0.1);
}

.placeholder-amber-600\/10::placeholder{
  color: rgb(217 119 6 / 0.1);
}

.placeholder-amber-600\/100::-moz-placeholder{
  color: rgb(217 119 6 / 1);
}

.placeholder-amber-600\/100::placeholder{
  color: rgb(217 119 6 / 1);
}

.placeholder-amber-600\/20::-moz-placeholder{
  color: rgb(217 119 6 / 0.2);
}

.placeholder-amber-600\/20::placeholder{
  color: rgb(217 119 6 / 0.2);
}

.placeholder-amber-600\/25::-moz-placeholder{
  color: rgb(217 119 6 / 0.25);
}

.placeholder-amber-600\/25::placeholder{
  color: rgb(217 119 6 / 0.25);
}

.placeholder-amber-600\/30::-moz-placeholder{
  color: rgb(217 119 6 / 0.3);
}

.placeholder-amber-600\/30::placeholder{
  color: rgb(217 119 6 / 0.3);
}

.placeholder-amber-600\/40::-moz-placeholder{
  color: rgb(217 119 6 / 0.4);
}

.placeholder-amber-600\/40::placeholder{
  color: rgb(217 119 6 / 0.4);
}

.placeholder-amber-600\/5::-moz-placeholder{
  color: rgb(217 119 6 / 0.05);
}

.placeholder-amber-600\/5::placeholder{
  color: rgb(217 119 6 / 0.05);
}

.placeholder-amber-600\/50::-moz-placeholder{
  color: rgb(217 119 6 / 0.5);
}

.placeholder-amber-600\/50::placeholder{
  color: rgb(217 119 6 / 0.5);
}

.placeholder-amber-600\/60::-moz-placeholder{
  color: rgb(217 119 6 / 0.6);
}

.placeholder-amber-600\/60::placeholder{
  color: rgb(217 119 6 / 0.6);
}

.placeholder-amber-600\/70::-moz-placeholder{
  color: rgb(217 119 6 / 0.7);
}

.placeholder-amber-600\/70::placeholder{
  color: rgb(217 119 6 / 0.7);
}

.placeholder-amber-600\/75::-moz-placeholder{
  color: rgb(217 119 6 / 0.75);
}

.placeholder-amber-600\/75::placeholder{
  color: rgb(217 119 6 / 0.75);
}

.placeholder-amber-600\/80::-moz-placeholder{
  color: rgb(217 119 6 / 0.8);
}

.placeholder-amber-600\/80::placeholder{
  color: rgb(217 119 6 / 0.8);
}

.placeholder-amber-600\/90::-moz-placeholder{
  color: rgb(217 119 6 / 0.9);
}

.placeholder-amber-600\/90::placeholder{
  color: rgb(217 119 6 / 0.9);
}

.placeholder-amber-600\/95::-moz-placeholder{
  color: rgb(217 119 6 / 0.95);
}

.placeholder-amber-600\/95::placeholder{
  color: rgb(217 119 6 / 0.95);
}

.placeholder-amber-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity));
}

.placeholder-amber-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity));
}

.placeholder-amber-700\/0::-moz-placeholder{
  color: rgb(180 83 9 / 0);
}

.placeholder-amber-700\/0::placeholder{
  color: rgb(180 83 9 / 0);
}

.placeholder-amber-700\/10::-moz-placeholder{
  color: rgb(180 83 9 / 0.1);
}

.placeholder-amber-700\/10::placeholder{
  color: rgb(180 83 9 / 0.1);
}

.placeholder-amber-700\/100::-moz-placeholder{
  color: rgb(180 83 9 / 1);
}

.placeholder-amber-700\/100::placeholder{
  color: rgb(180 83 9 / 1);
}

.placeholder-amber-700\/20::-moz-placeholder{
  color: rgb(180 83 9 / 0.2);
}

.placeholder-amber-700\/20::placeholder{
  color: rgb(180 83 9 / 0.2);
}

.placeholder-amber-700\/25::-moz-placeholder{
  color: rgb(180 83 9 / 0.25);
}

.placeholder-amber-700\/25::placeholder{
  color: rgb(180 83 9 / 0.25);
}

.placeholder-amber-700\/30::-moz-placeholder{
  color: rgb(180 83 9 / 0.3);
}

.placeholder-amber-700\/30::placeholder{
  color: rgb(180 83 9 / 0.3);
}

.placeholder-amber-700\/40::-moz-placeholder{
  color: rgb(180 83 9 / 0.4);
}

.placeholder-amber-700\/40::placeholder{
  color: rgb(180 83 9 / 0.4);
}

.placeholder-amber-700\/5::-moz-placeholder{
  color: rgb(180 83 9 / 0.05);
}

.placeholder-amber-700\/5::placeholder{
  color: rgb(180 83 9 / 0.05);
}

.placeholder-amber-700\/50::-moz-placeholder{
  color: rgb(180 83 9 / 0.5);
}

.placeholder-amber-700\/50::placeholder{
  color: rgb(180 83 9 / 0.5);
}

.placeholder-amber-700\/60::-moz-placeholder{
  color: rgb(180 83 9 / 0.6);
}

.placeholder-amber-700\/60::placeholder{
  color: rgb(180 83 9 / 0.6);
}

.placeholder-amber-700\/70::-moz-placeholder{
  color: rgb(180 83 9 / 0.7);
}

.placeholder-amber-700\/70::placeholder{
  color: rgb(180 83 9 / 0.7);
}

.placeholder-amber-700\/75::-moz-placeholder{
  color: rgb(180 83 9 / 0.75);
}

.placeholder-amber-700\/75::placeholder{
  color: rgb(180 83 9 / 0.75);
}

.placeholder-amber-700\/80::-moz-placeholder{
  color: rgb(180 83 9 / 0.8);
}

.placeholder-amber-700\/80::placeholder{
  color: rgb(180 83 9 / 0.8);
}

.placeholder-amber-700\/90::-moz-placeholder{
  color: rgb(180 83 9 / 0.9);
}

.placeholder-amber-700\/90::placeholder{
  color: rgb(180 83 9 / 0.9);
}

.placeholder-amber-700\/95::-moz-placeholder{
  color: rgb(180 83 9 / 0.95);
}

.placeholder-amber-700\/95::placeholder{
  color: rgb(180 83 9 / 0.95);
}

.placeholder-amber-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity));
}

.placeholder-amber-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity));
}

.placeholder-amber-800\/0::-moz-placeholder{
  color: rgb(146 64 14 / 0);
}

.placeholder-amber-800\/0::placeholder{
  color: rgb(146 64 14 / 0);
}

.placeholder-amber-800\/10::-moz-placeholder{
  color: rgb(146 64 14 / 0.1);
}

.placeholder-amber-800\/10::placeholder{
  color: rgb(146 64 14 / 0.1);
}

.placeholder-amber-800\/100::-moz-placeholder{
  color: rgb(146 64 14 / 1);
}

.placeholder-amber-800\/100::placeholder{
  color: rgb(146 64 14 / 1);
}

.placeholder-amber-800\/20::-moz-placeholder{
  color: rgb(146 64 14 / 0.2);
}

.placeholder-amber-800\/20::placeholder{
  color: rgb(146 64 14 / 0.2);
}

.placeholder-amber-800\/25::-moz-placeholder{
  color: rgb(146 64 14 / 0.25);
}

.placeholder-amber-800\/25::placeholder{
  color: rgb(146 64 14 / 0.25);
}

.placeholder-amber-800\/30::-moz-placeholder{
  color: rgb(146 64 14 / 0.3);
}

.placeholder-amber-800\/30::placeholder{
  color: rgb(146 64 14 / 0.3);
}

.placeholder-amber-800\/40::-moz-placeholder{
  color: rgb(146 64 14 / 0.4);
}

.placeholder-amber-800\/40::placeholder{
  color: rgb(146 64 14 / 0.4);
}

.placeholder-amber-800\/5::-moz-placeholder{
  color: rgb(146 64 14 / 0.05);
}

.placeholder-amber-800\/5::placeholder{
  color: rgb(146 64 14 / 0.05);
}

.placeholder-amber-800\/50::-moz-placeholder{
  color: rgb(146 64 14 / 0.5);
}

.placeholder-amber-800\/50::placeholder{
  color: rgb(146 64 14 / 0.5);
}

.placeholder-amber-800\/60::-moz-placeholder{
  color: rgb(146 64 14 / 0.6);
}

.placeholder-amber-800\/60::placeholder{
  color: rgb(146 64 14 / 0.6);
}

.placeholder-amber-800\/70::-moz-placeholder{
  color: rgb(146 64 14 / 0.7);
}

.placeholder-amber-800\/70::placeholder{
  color: rgb(146 64 14 / 0.7);
}

.placeholder-amber-800\/75::-moz-placeholder{
  color: rgb(146 64 14 / 0.75);
}

.placeholder-amber-800\/75::placeholder{
  color: rgb(146 64 14 / 0.75);
}

.placeholder-amber-800\/80::-moz-placeholder{
  color: rgb(146 64 14 / 0.8);
}

.placeholder-amber-800\/80::placeholder{
  color: rgb(146 64 14 / 0.8);
}

.placeholder-amber-800\/90::-moz-placeholder{
  color: rgb(146 64 14 / 0.9);
}

.placeholder-amber-800\/90::placeholder{
  color: rgb(146 64 14 / 0.9);
}

.placeholder-amber-800\/95::-moz-placeholder{
  color: rgb(146 64 14 / 0.95);
}

.placeholder-amber-800\/95::placeholder{
  color: rgb(146 64 14 / 0.95);
}

.placeholder-amber-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity));
}

.placeholder-amber-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity));
}

.placeholder-amber-900\/0::-moz-placeholder{
  color: rgb(120 53 15 / 0);
}

.placeholder-amber-900\/0::placeholder{
  color: rgb(120 53 15 / 0);
}

.placeholder-amber-900\/10::-moz-placeholder{
  color: rgb(120 53 15 / 0.1);
}

.placeholder-amber-900\/10::placeholder{
  color: rgb(120 53 15 / 0.1);
}

.placeholder-amber-900\/100::-moz-placeholder{
  color: rgb(120 53 15 / 1);
}

.placeholder-amber-900\/100::placeholder{
  color: rgb(120 53 15 / 1);
}

.placeholder-amber-900\/20::-moz-placeholder{
  color: rgb(120 53 15 / 0.2);
}

.placeholder-amber-900\/20::placeholder{
  color: rgb(120 53 15 / 0.2);
}

.placeholder-amber-900\/25::-moz-placeholder{
  color: rgb(120 53 15 / 0.25);
}

.placeholder-amber-900\/25::placeholder{
  color: rgb(120 53 15 / 0.25);
}

.placeholder-amber-900\/30::-moz-placeholder{
  color: rgb(120 53 15 / 0.3);
}

.placeholder-amber-900\/30::placeholder{
  color: rgb(120 53 15 / 0.3);
}

.placeholder-amber-900\/40::-moz-placeholder{
  color: rgb(120 53 15 / 0.4);
}

.placeholder-amber-900\/40::placeholder{
  color: rgb(120 53 15 / 0.4);
}

.placeholder-amber-900\/5::-moz-placeholder{
  color: rgb(120 53 15 / 0.05);
}

.placeholder-amber-900\/5::placeholder{
  color: rgb(120 53 15 / 0.05);
}

.placeholder-amber-900\/50::-moz-placeholder{
  color: rgb(120 53 15 / 0.5);
}

.placeholder-amber-900\/50::placeholder{
  color: rgb(120 53 15 / 0.5);
}

.placeholder-amber-900\/60::-moz-placeholder{
  color: rgb(120 53 15 / 0.6);
}

.placeholder-amber-900\/60::placeholder{
  color: rgb(120 53 15 / 0.6);
}

.placeholder-amber-900\/70::-moz-placeholder{
  color: rgb(120 53 15 / 0.7);
}

.placeholder-amber-900\/70::placeholder{
  color: rgb(120 53 15 / 0.7);
}

.placeholder-amber-900\/75::-moz-placeholder{
  color: rgb(120 53 15 / 0.75);
}

.placeholder-amber-900\/75::placeholder{
  color: rgb(120 53 15 / 0.75);
}

.placeholder-amber-900\/80::-moz-placeholder{
  color: rgb(120 53 15 / 0.8);
}

.placeholder-amber-900\/80::placeholder{
  color: rgb(120 53 15 / 0.8);
}

.placeholder-amber-900\/90::-moz-placeholder{
  color: rgb(120 53 15 / 0.9);
}

.placeholder-amber-900\/90::placeholder{
  color: rgb(120 53 15 / 0.9);
}

.placeholder-amber-900\/95::-moz-placeholder{
  color: rgb(120 53 15 / 0.95);
}

.placeholder-amber-900\/95::placeholder{
  color: rgb(120 53 15 / 0.95);
}

.placeholder-amber-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity));
}

.placeholder-amber-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity));
}

.placeholder-amber-950\/0::-moz-placeholder{
  color: rgb(69 26 3 / 0);
}

.placeholder-amber-950\/0::placeholder{
  color: rgb(69 26 3 / 0);
}

.placeholder-amber-950\/10::-moz-placeholder{
  color: rgb(69 26 3 / 0.1);
}

.placeholder-amber-950\/10::placeholder{
  color: rgb(69 26 3 / 0.1);
}

.placeholder-amber-950\/100::-moz-placeholder{
  color: rgb(69 26 3 / 1);
}

.placeholder-amber-950\/100::placeholder{
  color: rgb(69 26 3 / 1);
}

.placeholder-amber-950\/20::-moz-placeholder{
  color: rgb(69 26 3 / 0.2);
}

.placeholder-amber-950\/20::placeholder{
  color: rgb(69 26 3 / 0.2);
}

.placeholder-amber-950\/25::-moz-placeholder{
  color: rgb(69 26 3 / 0.25);
}

.placeholder-amber-950\/25::placeholder{
  color: rgb(69 26 3 / 0.25);
}

.placeholder-amber-950\/30::-moz-placeholder{
  color: rgb(69 26 3 / 0.3);
}

.placeholder-amber-950\/30::placeholder{
  color: rgb(69 26 3 / 0.3);
}

.placeholder-amber-950\/40::-moz-placeholder{
  color: rgb(69 26 3 / 0.4);
}

.placeholder-amber-950\/40::placeholder{
  color: rgb(69 26 3 / 0.4);
}

.placeholder-amber-950\/5::-moz-placeholder{
  color: rgb(69 26 3 / 0.05);
}

.placeholder-amber-950\/5::placeholder{
  color: rgb(69 26 3 / 0.05);
}

.placeholder-amber-950\/50::-moz-placeholder{
  color: rgb(69 26 3 / 0.5);
}

.placeholder-amber-950\/50::placeholder{
  color: rgb(69 26 3 / 0.5);
}

.placeholder-amber-950\/60::-moz-placeholder{
  color: rgb(69 26 3 / 0.6);
}

.placeholder-amber-950\/60::placeholder{
  color: rgb(69 26 3 / 0.6);
}

.placeholder-amber-950\/70::-moz-placeholder{
  color: rgb(69 26 3 / 0.7);
}

.placeholder-amber-950\/70::placeholder{
  color: rgb(69 26 3 / 0.7);
}

.placeholder-amber-950\/75::-moz-placeholder{
  color: rgb(69 26 3 / 0.75);
}

.placeholder-amber-950\/75::placeholder{
  color: rgb(69 26 3 / 0.75);
}

.placeholder-amber-950\/80::-moz-placeholder{
  color: rgb(69 26 3 / 0.8);
}

.placeholder-amber-950\/80::placeholder{
  color: rgb(69 26 3 / 0.8);
}

.placeholder-amber-950\/90::-moz-placeholder{
  color: rgb(69 26 3 / 0.9);
}

.placeholder-amber-950\/90::placeholder{
  color: rgb(69 26 3 / 0.9);
}

.placeholder-amber-950\/95::-moz-placeholder{
  color: rgb(69 26 3 / 0.95);
}

.placeholder-amber-950\/95::placeholder{
  color: rgb(69 26 3 / 0.95);
}

.placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

.placeholder-black\/0::-moz-placeholder{
  color: rgb(0 0 0 / 0);
}

.placeholder-black\/0::placeholder{
  color: rgb(0 0 0 / 0);
}

.placeholder-black\/10::-moz-placeholder{
  color: rgb(0 0 0 / 0.1);
}

.placeholder-black\/10::placeholder{
  color: rgb(0 0 0 / 0.1);
}

.placeholder-black\/100::-moz-placeholder{
  color: rgb(0 0 0 / 1);
}

.placeholder-black\/100::placeholder{
  color: rgb(0 0 0 / 1);
}

.placeholder-black\/20::-moz-placeholder{
  color: rgb(0 0 0 / 0.2);
}

.placeholder-black\/20::placeholder{
  color: rgb(0 0 0 / 0.2);
}

.placeholder-black\/25::-moz-placeholder{
  color: rgb(0 0 0 / 0.25);
}

.placeholder-black\/25::placeholder{
  color: rgb(0 0 0 / 0.25);
}

.placeholder-black\/30::-moz-placeholder{
  color: rgb(0 0 0 / 0.3);
}

.placeholder-black\/30::placeholder{
  color: rgb(0 0 0 / 0.3);
}

.placeholder-black\/40::-moz-placeholder{
  color: rgb(0 0 0 / 0.4);
}

.placeholder-black\/40::placeholder{
  color: rgb(0 0 0 / 0.4);
}

.placeholder-black\/5::-moz-placeholder{
  color: rgb(0 0 0 / 0.05);
}

.placeholder-black\/5::placeholder{
  color: rgb(0 0 0 / 0.05);
}

.placeholder-black\/50::-moz-placeholder{
  color: rgb(0 0 0 / 0.5);
}

.placeholder-black\/50::placeholder{
  color: rgb(0 0 0 / 0.5);
}

.placeholder-black\/60::-moz-placeholder{
  color: rgb(0 0 0 / 0.6);
}

.placeholder-black\/60::placeholder{
  color: rgb(0 0 0 / 0.6);
}

.placeholder-black\/70::-moz-placeholder{
  color: rgb(0 0 0 / 0.7);
}

.placeholder-black\/70::placeholder{
  color: rgb(0 0 0 / 0.7);
}

.placeholder-black\/75::-moz-placeholder{
  color: rgb(0 0 0 / 0.75);
}

.placeholder-black\/75::placeholder{
  color: rgb(0 0 0 / 0.75);
}

.placeholder-black\/80::-moz-placeholder{
  color: rgb(0 0 0 / 0.8);
}

.placeholder-black\/80::placeholder{
  color: rgb(0 0 0 / 0.8);
}

.placeholder-black\/90::-moz-placeholder{
  color: rgb(0 0 0 / 0.9);
}

.placeholder-black\/90::placeholder{
  color: rgb(0 0 0 / 0.9);
}

.placeholder-black\/95::-moz-placeholder{
  color: rgb(0 0 0 / 0.95);
}

.placeholder-black\/95::placeholder{
  color: rgb(0 0 0 / 0.95);
}

.placeholder-blue-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity));
}

.placeholder-blue-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity));
}

.placeholder-blue-100\/0::-moz-placeholder{
  color: rgb(219 234 254 / 0);
}

.placeholder-blue-100\/0::placeholder{
  color: rgb(219 234 254 / 0);
}

.placeholder-blue-100\/10::-moz-placeholder{
  color: rgb(219 234 254 / 0.1);
}

.placeholder-blue-100\/10::placeholder{
  color: rgb(219 234 254 / 0.1);
}

.placeholder-blue-100\/100::-moz-placeholder{
  color: rgb(219 234 254 / 1);
}

.placeholder-blue-100\/100::placeholder{
  color: rgb(219 234 254 / 1);
}

.placeholder-blue-100\/20::-moz-placeholder{
  color: rgb(219 234 254 / 0.2);
}

.placeholder-blue-100\/20::placeholder{
  color: rgb(219 234 254 / 0.2);
}

.placeholder-blue-100\/25::-moz-placeholder{
  color: rgb(219 234 254 / 0.25);
}

.placeholder-blue-100\/25::placeholder{
  color: rgb(219 234 254 / 0.25);
}

.placeholder-blue-100\/30::-moz-placeholder{
  color: rgb(219 234 254 / 0.3);
}

.placeholder-blue-100\/30::placeholder{
  color: rgb(219 234 254 / 0.3);
}

.placeholder-blue-100\/40::-moz-placeholder{
  color: rgb(219 234 254 / 0.4);
}

.placeholder-blue-100\/40::placeholder{
  color: rgb(219 234 254 / 0.4);
}

.placeholder-blue-100\/5::-moz-placeholder{
  color: rgb(219 234 254 / 0.05);
}

.placeholder-blue-100\/5::placeholder{
  color: rgb(219 234 254 / 0.05);
}

.placeholder-blue-100\/50::-moz-placeholder{
  color: rgb(219 234 254 / 0.5);
}

.placeholder-blue-100\/50::placeholder{
  color: rgb(219 234 254 / 0.5);
}

.placeholder-blue-100\/60::-moz-placeholder{
  color: rgb(219 234 254 / 0.6);
}

.placeholder-blue-100\/60::placeholder{
  color: rgb(219 234 254 / 0.6);
}

.placeholder-blue-100\/70::-moz-placeholder{
  color: rgb(219 234 254 / 0.7);
}

.placeholder-blue-100\/70::placeholder{
  color: rgb(219 234 254 / 0.7);
}

.placeholder-blue-100\/75::-moz-placeholder{
  color: rgb(219 234 254 / 0.75);
}

.placeholder-blue-100\/75::placeholder{
  color: rgb(219 234 254 / 0.75);
}

.placeholder-blue-100\/80::-moz-placeholder{
  color: rgb(219 234 254 / 0.8);
}

.placeholder-blue-100\/80::placeholder{
  color: rgb(219 234 254 / 0.8);
}

.placeholder-blue-100\/90::-moz-placeholder{
  color: rgb(219 234 254 / 0.9);
}

.placeholder-blue-100\/90::placeholder{
  color: rgb(219 234 254 / 0.9);
}

.placeholder-blue-100\/95::-moz-placeholder{
  color: rgb(219 234 254 / 0.95);
}

.placeholder-blue-100\/95::placeholder{
  color: rgb(219 234 254 / 0.95);
}

.placeholder-blue-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity));
}

.placeholder-blue-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity));
}

.placeholder-blue-200\/0::-moz-placeholder{
  color: rgb(191 219 254 / 0);
}

.placeholder-blue-200\/0::placeholder{
  color: rgb(191 219 254 / 0);
}

.placeholder-blue-200\/10::-moz-placeholder{
  color: rgb(191 219 254 / 0.1);
}

.placeholder-blue-200\/10::placeholder{
  color: rgb(191 219 254 / 0.1);
}

.placeholder-blue-200\/100::-moz-placeholder{
  color: rgb(191 219 254 / 1);
}

.placeholder-blue-200\/100::placeholder{
  color: rgb(191 219 254 / 1);
}

.placeholder-blue-200\/20::-moz-placeholder{
  color: rgb(191 219 254 / 0.2);
}

.placeholder-blue-200\/20::placeholder{
  color: rgb(191 219 254 / 0.2);
}

.placeholder-blue-200\/25::-moz-placeholder{
  color: rgb(191 219 254 / 0.25);
}

.placeholder-blue-200\/25::placeholder{
  color: rgb(191 219 254 / 0.25);
}

.placeholder-blue-200\/30::-moz-placeholder{
  color: rgb(191 219 254 / 0.3);
}

.placeholder-blue-200\/30::placeholder{
  color: rgb(191 219 254 / 0.3);
}

.placeholder-blue-200\/40::-moz-placeholder{
  color: rgb(191 219 254 / 0.4);
}

.placeholder-blue-200\/40::placeholder{
  color: rgb(191 219 254 / 0.4);
}

.placeholder-blue-200\/5::-moz-placeholder{
  color: rgb(191 219 254 / 0.05);
}

.placeholder-blue-200\/5::placeholder{
  color: rgb(191 219 254 / 0.05);
}

.placeholder-blue-200\/50::-moz-placeholder{
  color: rgb(191 219 254 / 0.5);
}

.placeholder-blue-200\/50::placeholder{
  color: rgb(191 219 254 / 0.5);
}

.placeholder-blue-200\/60::-moz-placeholder{
  color: rgb(191 219 254 / 0.6);
}

.placeholder-blue-200\/60::placeholder{
  color: rgb(191 219 254 / 0.6);
}

.placeholder-blue-200\/70::-moz-placeholder{
  color: rgb(191 219 254 / 0.7);
}

.placeholder-blue-200\/70::placeholder{
  color: rgb(191 219 254 / 0.7);
}

.placeholder-blue-200\/75::-moz-placeholder{
  color: rgb(191 219 254 / 0.75);
}

.placeholder-blue-200\/75::placeholder{
  color: rgb(191 219 254 / 0.75);
}

.placeholder-blue-200\/80::-moz-placeholder{
  color: rgb(191 219 254 / 0.8);
}

.placeholder-blue-200\/80::placeholder{
  color: rgb(191 219 254 / 0.8);
}

.placeholder-blue-200\/90::-moz-placeholder{
  color: rgb(191 219 254 / 0.9);
}

.placeholder-blue-200\/90::placeholder{
  color: rgb(191 219 254 / 0.9);
}

.placeholder-blue-200\/95::-moz-placeholder{
  color: rgb(191 219 254 / 0.95);
}

.placeholder-blue-200\/95::placeholder{
  color: rgb(191 219 254 / 0.95);
}

.placeholder-blue-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(147 197 253 / var(--tw-placeholder-opacity));
}

.placeholder-blue-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(147 197 253 / var(--tw-placeholder-opacity));
}

.placeholder-blue-300\/0::-moz-placeholder{
  color: rgb(147 197 253 / 0);
}

.placeholder-blue-300\/0::placeholder{
  color: rgb(147 197 253 / 0);
}

.placeholder-blue-300\/10::-moz-placeholder{
  color: rgb(147 197 253 / 0.1);
}

.placeholder-blue-300\/10::placeholder{
  color: rgb(147 197 253 / 0.1);
}

.placeholder-blue-300\/100::-moz-placeholder{
  color: rgb(147 197 253 / 1);
}

.placeholder-blue-300\/100::placeholder{
  color: rgb(147 197 253 / 1);
}

.placeholder-blue-300\/20::-moz-placeholder{
  color: rgb(147 197 253 / 0.2);
}

.placeholder-blue-300\/20::placeholder{
  color: rgb(147 197 253 / 0.2);
}

.placeholder-blue-300\/25::-moz-placeholder{
  color: rgb(147 197 253 / 0.25);
}

.placeholder-blue-300\/25::placeholder{
  color: rgb(147 197 253 / 0.25);
}

.placeholder-blue-300\/30::-moz-placeholder{
  color: rgb(147 197 253 / 0.3);
}

.placeholder-blue-300\/30::placeholder{
  color: rgb(147 197 253 / 0.3);
}

.placeholder-blue-300\/40::-moz-placeholder{
  color: rgb(147 197 253 / 0.4);
}

.placeholder-blue-300\/40::placeholder{
  color: rgb(147 197 253 / 0.4);
}

.placeholder-blue-300\/5::-moz-placeholder{
  color: rgb(147 197 253 / 0.05);
}

.placeholder-blue-300\/5::placeholder{
  color: rgb(147 197 253 / 0.05);
}

.placeholder-blue-300\/50::-moz-placeholder{
  color: rgb(147 197 253 / 0.5);
}

.placeholder-blue-300\/50::placeholder{
  color: rgb(147 197 253 / 0.5);
}

.placeholder-blue-300\/60::-moz-placeholder{
  color: rgb(147 197 253 / 0.6);
}

.placeholder-blue-300\/60::placeholder{
  color: rgb(147 197 253 / 0.6);
}

.placeholder-blue-300\/70::-moz-placeholder{
  color: rgb(147 197 253 / 0.7);
}

.placeholder-blue-300\/70::placeholder{
  color: rgb(147 197 253 / 0.7);
}

.placeholder-blue-300\/75::-moz-placeholder{
  color: rgb(147 197 253 / 0.75);
}

.placeholder-blue-300\/75::placeholder{
  color: rgb(147 197 253 / 0.75);
}

.placeholder-blue-300\/80::-moz-placeholder{
  color: rgb(147 197 253 / 0.8);
}

.placeholder-blue-300\/80::placeholder{
  color: rgb(147 197 253 / 0.8);
}

.placeholder-blue-300\/90::-moz-placeholder{
  color: rgb(147 197 253 / 0.9);
}

.placeholder-blue-300\/90::placeholder{
  color: rgb(147 197 253 / 0.9);
}

.placeholder-blue-300\/95::-moz-placeholder{
  color: rgb(147 197 253 / 0.95);
}

.placeholder-blue-300\/95::placeholder{
  color: rgb(147 197 253 / 0.95);
}

.placeholder-blue-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity));
}

.placeholder-blue-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity));
}

.placeholder-blue-400\/0::-moz-placeholder{
  color: rgb(96 165 250 / 0);
}

.placeholder-blue-400\/0::placeholder{
  color: rgb(96 165 250 / 0);
}

.placeholder-blue-400\/10::-moz-placeholder{
  color: rgb(96 165 250 / 0.1);
}

.placeholder-blue-400\/10::placeholder{
  color: rgb(96 165 250 / 0.1);
}

.placeholder-blue-400\/100::-moz-placeholder{
  color: rgb(96 165 250 / 1);
}

.placeholder-blue-400\/100::placeholder{
  color: rgb(96 165 250 / 1);
}

.placeholder-blue-400\/20::-moz-placeholder{
  color: rgb(96 165 250 / 0.2);
}

.placeholder-blue-400\/20::placeholder{
  color: rgb(96 165 250 / 0.2);
}

.placeholder-blue-400\/25::-moz-placeholder{
  color: rgb(96 165 250 / 0.25);
}

.placeholder-blue-400\/25::placeholder{
  color: rgb(96 165 250 / 0.25);
}

.placeholder-blue-400\/30::-moz-placeholder{
  color: rgb(96 165 250 / 0.3);
}

.placeholder-blue-400\/30::placeholder{
  color: rgb(96 165 250 / 0.3);
}

.placeholder-blue-400\/40::-moz-placeholder{
  color: rgb(96 165 250 / 0.4);
}

.placeholder-blue-400\/40::placeholder{
  color: rgb(96 165 250 / 0.4);
}

.placeholder-blue-400\/5::-moz-placeholder{
  color: rgb(96 165 250 / 0.05);
}

.placeholder-blue-400\/5::placeholder{
  color: rgb(96 165 250 / 0.05);
}

.placeholder-blue-400\/50::-moz-placeholder{
  color: rgb(96 165 250 / 0.5);
}

.placeholder-blue-400\/50::placeholder{
  color: rgb(96 165 250 / 0.5);
}

.placeholder-blue-400\/60::-moz-placeholder{
  color: rgb(96 165 250 / 0.6);
}

.placeholder-blue-400\/60::placeholder{
  color: rgb(96 165 250 / 0.6);
}

.placeholder-blue-400\/70::-moz-placeholder{
  color: rgb(96 165 250 / 0.7);
}

.placeholder-blue-400\/70::placeholder{
  color: rgb(96 165 250 / 0.7);
}

.placeholder-blue-400\/75::-moz-placeholder{
  color: rgb(96 165 250 / 0.75);
}

.placeholder-blue-400\/75::placeholder{
  color: rgb(96 165 250 / 0.75);
}

.placeholder-blue-400\/80::-moz-placeholder{
  color: rgb(96 165 250 / 0.8);
}

.placeholder-blue-400\/80::placeholder{
  color: rgb(96 165 250 / 0.8);
}

.placeholder-blue-400\/90::-moz-placeholder{
  color: rgb(96 165 250 / 0.9);
}

.placeholder-blue-400\/90::placeholder{
  color: rgb(96 165 250 / 0.9);
}

.placeholder-blue-400\/95::-moz-placeholder{
  color: rgb(96 165 250 / 0.95);
}

.placeholder-blue-400\/95::placeholder{
  color: rgb(96 165 250 / 0.95);
}

.placeholder-blue-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity));
}

.placeholder-blue-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity));
}

.placeholder-blue-50\/0::-moz-placeholder{
  color: rgb(239 246 255 / 0);
}

.placeholder-blue-50\/0::placeholder{
  color: rgb(239 246 255 / 0);
}

.placeholder-blue-50\/10::-moz-placeholder{
  color: rgb(239 246 255 / 0.1);
}

.placeholder-blue-50\/10::placeholder{
  color: rgb(239 246 255 / 0.1);
}

.placeholder-blue-50\/100::-moz-placeholder{
  color: rgb(239 246 255 / 1);
}

.placeholder-blue-50\/100::placeholder{
  color: rgb(239 246 255 / 1);
}

.placeholder-blue-50\/20::-moz-placeholder{
  color: rgb(239 246 255 / 0.2);
}

.placeholder-blue-50\/20::placeholder{
  color: rgb(239 246 255 / 0.2);
}

.placeholder-blue-50\/25::-moz-placeholder{
  color: rgb(239 246 255 / 0.25);
}

.placeholder-blue-50\/25::placeholder{
  color: rgb(239 246 255 / 0.25);
}

.placeholder-blue-50\/30::-moz-placeholder{
  color: rgb(239 246 255 / 0.3);
}

.placeholder-blue-50\/30::placeholder{
  color: rgb(239 246 255 / 0.3);
}

.placeholder-blue-50\/40::-moz-placeholder{
  color: rgb(239 246 255 / 0.4);
}

.placeholder-blue-50\/40::placeholder{
  color: rgb(239 246 255 / 0.4);
}

.placeholder-blue-50\/5::-moz-placeholder{
  color: rgb(239 246 255 / 0.05);
}

.placeholder-blue-50\/5::placeholder{
  color: rgb(239 246 255 / 0.05);
}

.placeholder-blue-50\/50::-moz-placeholder{
  color: rgb(239 246 255 / 0.5);
}

.placeholder-blue-50\/50::placeholder{
  color: rgb(239 246 255 / 0.5);
}

.placeholder-blue-50\/60::-moz-placeholder{
  color: rgb(239 246 255 / 0.6);
}

.placeholder-blue-50\/60::placeholder{
  color: rgb(239 246 255 / 0.6);
}

.placeholder-blue-50\/70::-moz-placeholder{
  color: rgb(239 246 255 / 0.7);
}

.placeholder-blue-50\/70::placeholder{
  color: rgb(239 246 255 / 0.7);
}

.placeholder-blue-50\/75::-moz-placeholder{
  color: rgb(239 246 255 / 0.75);
}

.placeholder-blue-50\/75::placeholder{
  color: rgb(239 246 255 / 0.75);
}

.placeholder-blue-50\/80::-moz-placeholder{
  color: rgb(239 246 255 / 0.8);
}

.placeholder-blue-50\/80::placeholder{
  color: rgb(239 246 255 / 0.8);
}

.placeholder-blue-50\/90::-moz-placeholder{
  color: rgb(239 246 255 / 0.9);
}

.placeholder-blue-50\/90::placeholder{
  color: rgb(239 246 255 / 0.9);
}

.placeholder-blue-50\/95::-moz-placeholder{
  color: rgb(239 246 255 / 0.95);
}

.placeholder-blue-50\/95::placeholder{
  color: rgb(239 246 255 / 0.95);
}

.placeholder-blue-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity));
}

.placeholder-blue-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity));
}

.placeholder-blue-500\/0::-moz-placeholder{
  color: rgb(59 130 246 / 0);
}

.placeholder-blue-500\/0::placeholder{
  color: rgb(59 130 246 / 0);
}

.placeholder-blue-500\/10::-moz-placeholder{
  color: rgb(59 130 246 / 0.1);
}

.placeholder-blue-500\/10::placeholder{
  color: rgb(59 130 246 / 0.1);
}

.placeholder-blue-500\/100::-moz-placeholder{
  color: rgb(59 130 246 / 1);
}

.placeholder-blue-500\/100::placeholder{
  color: rgb(59 130 246 / 1);
}

.placeholder-blue-500\/20::-moz-placeholder{
  color: rgb(59 130 246 / 0.2);
}

.placeholder-blue-500\/20::placeholder{
  color: rgb(59 130 246 / 0.2);
}

.placeholder-blue-500\/25::-moz-placeholder{
  color: rgb(59 130 246 / 0.25);
}

.placeholder-blue-500\/25::placeholder{
  color: rgb(59 130 246 / 0.25);
}

.placeholder-blue-500\/30::-moz-placeholder{
  color: rgb(59 130 246 / 0.3);
}

.placeholder-blue-500\/30::placeholder{
  color: rgb(59 130 246 / 0.3);
}

.placeholder-blue-500\/40::-moz-placeholder{
  color: rgb(59 130 246 / 0.4);
}

.placeholder-blue-500\/40::placeholder{
  color: rgb(59 130 246 / 0.4);
}

.placeholder-blue-500\/5::-moz-placeholder{
  color: rgb(59 130 246 / 0.05);
}

.placeholder-blue-500\/5::placeholder{
  color: rgb(59 130 246 / 0.05);
}

.placeholder-blue-500\/50::-moz-placeholder{
  color: rgb(59 130 246 / 0.5);
}

.placeholder-blue-500\/50::placeholder{
  color: rgb(59 130 246 / 0.5);
}

.placeholder-blue-500\/60::-moz-placeholder{
  color: rgb(59 130 246 / 0.6);
}

.placeholder-blue-500\/60::placeholder{
  color: rgb(59 130 246 / 0.6);
}

.placeholder-blue-500\/70::-moz-placeholder{
  color: rgb(59 130 246 / 0.7);
}

.placeholder-blue-500\/70::placeholder{
  color: rgb(59 130 246 / 0.7);
}

.placeholder-blue-500\/75::-moz-placeholder{
  color: rgb(59 130 246 / 0.75);
}

.placeholder-blue-500\/75::placeholder{
  color: rgb(59 130 246 / 0.75);
}

.placeholder-blue-500\/80::-moz-placeholder{
  color: rgb(59 130 246 / 0.8);
}

.placeholder-blue-500\/80::placeholder{
  color: rgb(59 130 246 / 0.8);
}

.placeholder-blue-500\/90::-moz-placeholder{
  color: rgb(59 130 246 / 0.9);
}

.placeholder-blue-500\/90::placeholder{
  color: rgb(59 130 246 / 0.9);
}

.placeholder-blue-500\/95::-moz-placeholder{
  color: rgb(59 130 246 / 0.95);
}

.placeholder-blue-500\/95::placeholder{
  color: rgb(59 130 246 / 0.95);
}

.placeholder-blue-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity));
}

.placeholder-blue-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity));
}

.placeholder-blue-600\/0::-moz-placeholder{
  color: rgb(37 99 235 / 0);
}

.placeholder-blue-600\/0::placeholder{
  color: rgb(37 99 235 / 0);
}

.placeholder-blue-600\/10::-moz-placeholder{
  color: rgb(37 99 235 / 0.1);
}

.placeholder-blue-600\/10::placeholder{
  color: rgb(37 99 235 / 0.1);
}

.placeholder-blue-600\/100::-moz-placeholder{
  color: rgb(37 99 235 / 1);
}

.placeholder-blue-600\/100::placeholder{
  color: rgb(37 99 235 / 1);
}

.placeholder-blue-600\/20::-moz-placeholder{
  color: rgb(37 99 235 / 0.2);
}

.placeholder-blue-600\/20::placeholder{
  color: rgb(37 99 235 / 0.2);
}

.placeholder-blue-600\/25::-moz-placeholder{
  color: rgb(37 99 235 / 0.25);
}

.placeholder-blue-600\/25::placeholder{
  color: rgb(37 99 235 / 0.25);
}

.placeholder-blue-600\/30::-moz-placeholder{
  color: rgb(37 99 235 / 0.3);
}

.placeholder-blue-600\/30::placeholder{
  color: rgb(37 99 235 / 0.3);
}

.placeholder-blue-600\/40::-moz-placeholder{
  color: rgb(37 99 235 / 0.4);
}

.placeholder-blue-600\/40::placeholder{
  color: rgb(37 99 235 / 0.4);
}

.placeholder-blue-600\/5::-moz-placeholder{
  color: rgb(37 99 235 / 0.05);
}

.placeholder-blue-600\/5::placeholder{
  color: rgb(37 99 235 / 0.05);
}

.placeholder-blue-600\/50::-moz-placeholder{
  color: rgb(37 99 235 / 0.5);
}

.placeholder-blue-600\/50::placeholder{
  color: rgb(37 99 235 / 0.5);
}

.placeholder-blue-600\/60::-moz-placeholder{
  color: rgb(37 99 235 / 0.6);
}

.placeholder-blue-600\/60::placeholder{
  color: rgb(37 99 235 / 0.6);
}

.placeholder-blue-600\/70::-moz-placeholder{
  color: rgb(37 99 235 / 0.7);
}

.placeholder-blue-600\/70::placeholder{
  color: rgb(37 99 235 / 0.7);
}

.placeholder-blue-600\/75::-moz-placeholder{
  color: rgb(37 99 235 / 0.75);
}

.placeholder-blue-600\/75::placeholder{
  color: rgb(37 99 235 / 0.75);
}

.placeholder-blue-600\/80::-moz-placeholder{
  color: rgb(37 99 235 / 0.8);
}

.placeholder-blue-600\/80::placeholder{
  color: rgb(37 99 235 / 0.8);
}

.placeholder-blue-600\/90::-moz-placeholder{
  color: rgb(37 99 235 / 0.9);
}

.placeholder-blue-600\/90::placeholder{
  color: rgb(37 99 235 / 0.9);
}

.placeholder-blue-600\/95::-moz-placeholder{
  color: rgb(37 99 235 / 0.95);
}

.placeholder-blue-600\/95::placeholder{
  color: rgb(37 99 235 / 0.95);
}

.placeholder-blue-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity));
}

.placeholder-blue-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity));
}

.placeholder-blue-700\/0::-moz-placeholder{
  color: rgb(29 78 216 / 0);
}

.placeholder-blue-700\/0::placeholder{
  color: rgb(29 78 216 / 0);
}

.placeholder-blue-700\/10::-moz-placeholder{
  color: rgb(29 78 216 / 0.1);
}

.placeholder-blue-700\/10::placeholder{
  color: rgb(29 78 216 / 0.1);
}

.placeholder-blue-700\/100::-moz-placeholder{
  color: rgb(29 78 216 / 1);
}

.placeholder-blue-700\/100::placeholder{
  color: rgb(29 78 216 / 1);
}

.placeholder-blue-700\/20::-moz-placeholder{
  color: rgb(29 78 216 / 0.2);
}

.placeholder-blue-700\/20::placeholder{
  color: rgb(29 78 216 / 0.2);
}

.placeholder-blue-700\/25::-moz-placeholder{
  color: rgb(29 78 216 / 0.25);
}

.placeholder-blue-700\/25::placeholder{
  color: rgb(29 78 216 / 0.25);
}

.placeholder-blue-700\/30::-moz-placeholder{
  color: rgb(29 78 216 / 0.3);
}

.placeholder-blue-700\/30::placeholder{
  color: rgb(29 78 216 / 0.3);
}

.placeholder-blue-700\/40::-moz-placeholder{
  color: rgb(29 78 216 / 0.4);
}

.placeholder-blue-700\/40::placeholder{
  color: rgb(29 78 216 / 0.4);
}

.placeholder-blue-700\/5::-moz-placeholder{
  color: rgb(29 78 216 / 0.05);
}

.placeholder-blue-700\/5::placeholder{
  color: rgb(29 78 216 / 0.05);
}

.placeholder-blue-700\/50::-moz-placeholder{
  color: rgb(29 78 216 / 0.5);
}

.placeholder-blue-700\/50::placeholder{
  color: rgb(29 78 216 / 0.5);
}

.placeholder-blue-700\/60::-moz-placeholder{
  color: rgb(29 78 216 / 0.6);
}

.placeholder-blue-700\/60::placeholder{
  color: rgb(29 78 216 / 0.6);
}

.placeholder-blue-700\/70::-moz-placeholder{
  color: rgb(29 78 216 / 0.7);
}

.placeholder-blue-700\/70::placeholder{
  color: rgb(29 78 216 / 0.7);
}

.placeholder-blue-700\/75::-moz-placeholder{
  color: rgb(29 78 216 / 0.75);
}

.placeholder-blue-700\/75::placeholder{
  color: rgb(29 78 216 / 0.75);
}

.placeholder-blue-700\/80::-moz-placeholder{
  color: rgb(29 78 216 / 0.8);
}

.placeholder-blue-700\/80::placeholder{
  color: rgb(29 78 216 / 0.8);
}

.placeholder-blue-700\/90::-moz-placeholder{
  color: rgb(29 78 216 / 0.9);
}

.placeholder-blue-700\/90::placeholder{
  color: rgb(29 78 216 / 0.9);
}

.placeholder-blue-700\/95::-moz-placeholder{
  color: rgb(29 78 216 / 0.95);
}

.placeholder-blue-700\/95::placeholder{
  color: rgb(29 78 216 / 0.95);
}

.placeholder-blue-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity));
}

.placeholder-blue-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity));
}

.placeholder-blue-800\/0::-moz-placeholder{
  color: rgb(30 64 175 / 0);
}

.placeholder-blue-800\/0::placeholder{
  color: rgb(30 64 175 / 0);
}

.placeholder-blue-800\/10::-moz-placeholder{
  color: rgb(30 64 175 / 0.1);
}

.placeholder-blue-800\/10::placeholder{
  color: rgb(30 64 175 / 0.1);
}

.placeholder-blue-800\/100::-moz-placeholder{
  color: rgb(30 64 175 / 1);
}

.placeholder-blue-800\/100::placeholder{
  color: rgb(30 64 175 / 1);
}

.placeholder-blue-800\/20::-moz-placeholder{
  color: rgb(30 64 175 / 0.2);
}

.placeholder-blue-800\/20::placeholder{
  color: rgb(30 64 175 / 0.2);
}

.placeholder-blue-800\/25::-moz-placeholder{
  color: rgb(30 64 175 / 0.25);
}

.placeholder-blue-800\/25::placeholder{
  color: rgb(30 64 175 / 0.25);
}

.placeholder-blue-800\/30::-moz-placeholder{
  color: rgb(30 64 175 / 0.3);
}

.placeholder-blue-800\/30::placeholder{
  color: rgb(30 64 175 / 0.3);
}

.placeholder-blue-800\/40::-moz-placeholder{
  color: rgb(30 64 175 / 0.4);
}

.placeholder-blue-800\/40::placeholder{
  color: rgb(30 64 175 / 0.4);
}

.placeholder-blue-800\/5::-moz-placeholder{
  color: rgb(30 64 175 / 0.05);
}

.placeholder-blue-800\/5::placeholder{
  color: rgb(30 64 175 / 0.05);
}

.placeholder-blue-800\/50::-moz-placeholder{
  color: rgb(30 64 175 / 0.5);
}

.placeholder-blue-800\/50::placeholder{
  color: rgb(30 64 175 / 0.5);
}

.placeholder-blue-800\/60::-moz-placeholder{
  color: rgb(30 64 175 / 0.6);
}

.placeholder-blue-800\/60::placeholder{
  color: rgb(30 64 175 / 0.6);
}

.placeholder-blue-800\/70::-moz-placeholder{
  color: rgb(30 64 175 / 0.7);
}

.placeholder-blue-800\/70::placeholder{
  color: rgb(30 64 175 / 0.7);
}

.placeholder-blue-800\/75::-moz-placeholder{
  color: rgb(30 64 175 / 0.75);
}

.placeholder-blue-800\/75::placeholder{
  color: rgb(30 64 175 / 0.75);
}

.placeholder-blue-800\/80::-moz-placeholder{
  color: rgb(30 64 175 / 0.8);
}

.placeholder-blue-800\/80::placeholder{
  color: rgb(30 64 175 / 0.8);
}

.placeholder-blue-800\/90::-moz-placeholder{
  color: rgb(30 64 175 / 0.9);
}

.placeholder-blue-800\/90::placeholder{
  color: rgb(30 64 175 / 0.9);
}

.placeholder-blue-800\/95::-moz-placeholder{
  color: rgb(30 64 175 / 0.95);
}

.placeholder-blue-800\/95::placeholder{
  color: rgb(30 64 175 / 0.95);
}

.placeholder-blue-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity));
}

.placeholder-blue-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity));
}

.placeholder-blue-900\/0::-moz-placeholder{
  color: rgb(30 58 138 / 0);
}

.placeholder-blue-900\/0::placeholder{
  color: rgb(30 58 138 / 0);
}

.placeholder-blue-900\/10::-moz-placeholder{
  color: rgb(30 58 138 / 0.1);
}

.placeholder-blue-900\/10::placeholder{
  color: rgb(30 58 138 / 0.1);
}

.placeholder-blue-900\/100::-moz-placeholder{
  color: rgb(30 58 138 / 1);
}

.placeholder-blue-900\/100::placeholder{
  color: rgb(30 58 138 / 1);
}

.placeholder-blue-900\/20::-moz-placeholder{
  color: rgb(30 58 138 / 0.2);
}

.placeholder-blue-900\/20::placeholder{
  color: rgb(30 58 138 / 0.2);
}

.placeholder-blue-900\/25::-moz-placeholder{
  color: rgb(30 58 138 / 0.25);
}

.placeholder-blue-900\/25::placeholder{
  color: rgb(30 58 138 / 0.25);
}

.placeholder-blue-900\/30::-moz-placeholder{
  color: rgb(30 58 138 / 0.3);
}

.placeholder-blue-900\/30::placeholder{
  color: rgb(30 58 138 / 0.3);
}

.placeholder-blue-900\/40::-moz-placeholder{
  color: rgb(30 58 138 / 0.4);
}

.placeholder-blue-900\/40::placeholder{
  color: rgb(30 58 138 / 0.4);
}

.placeholder-blue-900\/5::-moz-placeholder{
  color: rgb(30 58 138 / 0.05);
}

.placeholder-blue-900\/5::placeholder{
  color: rgb(30 58 138 / 0.05);
}

.placeholder-blue-900\/50::-moz-placeholder{
  color: rgb(30 58 138 / 0.5);
}

.placeholder-blue-900\/50::placeholder{
  color: rgb(30 58 138 / 0.5);
}

.placeholder-blue-900\/60::-moz-placeholder{
  color: rgb(30 58 138 / 0.6);
}

.placeholder-blue-900\/60::placeholder{
  color: rgb(30 58 138 / 0.6);
}

.placeholder-blue-900\/70::-moz-placeholder{
  color: rgb(30 58 138 / 0.7);
}

.placeholder-blue-900\/70::placeholder{
  color: rgb(30 58 138 / 0.7);
}

.placeholder-blue-900\/75::-moz-placeholder{
  color: rgb(30 58 138 / 0.75);
}

.placeholder-blue-900\/75::placeholder{
  color: rgb(30 58 138 / 0.75);
}

.placeholder-blue-900\/80::-moz-placeholder{
  color: rgb(30 58 138 / 0.8);
}

.placeholder-blue-900\/80::placeholder{
  color: rgb(30 58 138 / 0.8);
}

.placeholder-blue-900\/90::-moz-placeholder{
  color: rgb(30 58 138 / 0.9);
}

.placeholder-blue-900\/90::placeholder{
  color: rgb(30 58 138 / 0.9);
}

.placeholder-blue-900\/95::-moz-placeholder{
  color: rgb(30 58 138 / 0.95);
}

.placeholder-blue-900\/95::placeholder{
  color: rgb(30 58 138 / 0.95);
}

.placeholder-blue-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity));
}

.placeholder-blue-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity));
}

.placeholder-blue-950\/0::-moz-placeholder{
  color: rgb(23 37 84 / 0);
}

.placeholder-blue-950\/0::placeholder{
  color: rgb(23 37 84 / 0);
}

.placeholder-blue-950\/10::-moz-placeholder{
  color: rgb(23 37 84 / 0.1);
}

.placeholder-blue-950\/10::placeholder{
  color: rgb(23 37 84 / 0.1);
}

.placeholder-blue-950\/100::-moz-placeholder{
  color: rgb(23 37 84 / 1);
}

.placeholder-blue-950\/100::placeholder{
  color: rgb(23 37 84 / 1);
}

.placeholder-blue-950\/20::-moz-placeholder{
  color: rgb(23 37 84 / 0.2);
}

.placeholder-blue-950\/20::placeholder{
  color: rgb(23 37 84 / 0.2);
}

.placeholder-blue-950\/25::-moz-placeholder{
  color: rgb(23 37 84 / 0.25);
}

.placeholder-blue-950\/25::placeholder{
  color: rgb(23 37 84 / 0.25);
}

.placeholder-blue-950\/30::-moz-placeholder{
  color: rgb(23 37 84 / 0.3);
}

.placeholder-blue-950\/30::placeholder{
  color: rgb(23 37 84 / 0.3);
}

.placeholder-blue-950\/40::-moz-placeholder{
  color: rgb(23 37 84 / 0.4);
}

.placeholder-blue-950\/40::placeholder{
  color: rgb(23 37 84 / 0.4);
}

.placeholder-blue-950\/5::-moz-placeholder{
  color: rgb(23 37 84 / 0.05);
}

.placeholder-blue-950\/5::placeholder{
  color: rgb(23 37 84 / 0.05);
}

.placeholder-blue-950\/50::-moz-placeholder{
  color: rgb(23 37 84 / 0.5);
}

.placeholder-blue-950\/50::placeholder{
  color: rgb(23 37 84 / 0.5);
}

.placeholder-blue-950\/60::-moz-placeholder{
  color: rgb(23 37 84 / 0.6);
}

.placeholder-blue-950\/60::placeholder{
  color: rgb(23 37 84 / 0.6);
}

.placeholder-blue-950\/70::-moz-placeholder{
  color: rgb(23 37 84 / 0.7);
}

.placeholder-blue-950\/70::placeholder{
  color: rgb(23 37 84 / 0.7);
}

.placeholder-blue-950\/75::-moz-placeholder{
  color: rgb(23 37 84 / 0.75);
}

.placeholder-blue-950\/75::placeholder{
  color: rgb(23 37 84 / 0.75);
}

.placeholder-blue-950\/80::-moz-placeholder{
  color: rgb(23 37 84 / 0.8);
}

.placeholder-blue-950\/80::placeholder{
  color: rgb(23 37 84 / 0.8);
}

.placeholder-blue-950\/90::-moz-placeholder{
  color: rgb(23 37 84 / 0.9);
}

.placeholder-blue-950\/90::placeholder{
  color: rgb(23 37 84 / 0.9);
}

.placeholder-blue-950\/95::-moz-placeholder{
  color: rgb(23 37 84 / 0.95);
}

.placeholder-blue-950\/95::placeholder{
  color: rgb(23 37 84 / 0.95);
}

.placeholder-current::-moz-placeholder{
  color: currentColor;
}

.placeholder-current::placeholder{
  color: currentColor;
}

.placeholder-cyan-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-100\/0::-moz-placeholder{
  color: rgb(207 250 254 / 0);
}

.placeholder-cyan-100\/0::placeholder{
  color: rgb(207 250 254 / 0);
}

.placeholder-cyan-100\/10::-moz-placeholder{
  color: rgb(207 250 254 / 0.1);
}

.placeholder-cyan-100\/10::placeholder{
  color: rgb(207 250 254 / 0.1);
}

.placeholder-cyan-100\/100::-moz-placeholder{
  color: rgb(207 250 254 / 1);
}

.placeholder-cyan-100\/100::placeholder{
  color: rgb(207 250 254 / 1);
}

.placeholder-cyan-100\/20::-moz-placeholder{
  color: rgb(207 250 254 / 0.2);
}

.placeholder-cyan-100\/20::placeholder{
  color: rgb(207 250 254 / 0.2);
}

.placeholder-cyan-100\/25::-moz-placeholder{
  color: rgb(207 250 254 / 0.25);
}

.placeholder-cyan-100\/25::placeholder{
  color: rgb(207 250 254 / 0.25);
}

.placeholder-cyan-100\/30::-moz-placeholder{
  color: rgb(207 250 254 / 0.3);
}

.placeholder-cyan-100\/30::placeholder{
  color: rgb(207 250 254 / 0.3);
}

.placeholder-cyan-100\/40::-moz-placeholder{
  color: rgb(207 250 254 / 0.4);
}

.placeholder-cyan-100\/40::placeholder{
  color: rgb(207 250 254 / 0.4);
}

.placeholder-cyan-100\/5::-moz-placeholder{
  color: rgb(207 250 254 / 0.05);
}

.placeholder-cyan-100\/5::placeholder{
  color: rgb(207 250 254 / 0.05);
}

.placeholder-cyan-100\/50::-moz-placeholder{
  color: rgb(207 250 254 / 0.5);
}

.placeholder-cyan-100\/50::placeholder{
  color: rgb(207 250 254 / 0.5);
}

.placeholder-cyan-100\/60::-moz-placeholder{
  color: rgb(207 250 254 / 0.6);
}

.placeholder-cyan-100\/60::placeholder{
  color: rgb(207 250 254 / 0.6);
}

.placeholder-cyan-100\/70::-moz-placeholder{
  color: rgb(207 250 254 / 0.7);
}

.placeholder-cyan-100\/70::placeholder{
  color: rgb(207 250 254 / 0.7);
}

.placeholder-cyan-100\/75::-moz-placeholder{
  color: rgb(207 250 254 / 0.75);
}

.placeholder-cyan-100\/75::placeholder{
  color: rgb(207 250 254 / 0.75);
}

.placeholder-cyan-100\/80::-moz-placeholder{
  color: rgb(207 250 254 / 0.8);
}

.placeholder-cyan-100\/80::placeholder{
  color: rgb(207 250 254 / 0.8);
}

.placeholder-cyan-100\/90::-moz-placeholder{
  color: rgb(207 250 254 / 0.9);
}

.placeholder-cyan-100\/90::placeholder{
  color: rgb(207 250 254 / 0.9);
}

.placeholder-cyan-100\/95::-moz-placeholder{
  color: rgb(207 250 254 / 0.95);
}

.placeholder-cyan-100\/95::placeholder{
  color: rgb(207 250 254 / 0.95);
}

.placeholder-cyan-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(165 243 252 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(165 243 252 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-200\/0::-moz-placeholder{
  color: rgb(165 243 252 / 0);
}

.placeholder-cyan-200\/0::placeholder{
  color: rgb(165 243 252 / 0);
}

.placeholder-cyan-200\/10::-moz-placeholder{
  color: rgb(165 243 252 / 0.1);
}

.placeholder-cyan-200\/10::placeholder{
  color: rgb(165 243 252 / 0.1);
}

.placeholder-cyan-200\/100::-moz-placeholder{
  color: rgb(165 243 252 / 1);
}

.placeholder-cyan-200\/100::placeholder{
  color: rgb(165 243 252 / 1);
}

.placeholder-cyan-200\/20::-moz-placeholder{
  color: rgb(165 243 252 / 0.2);
}

.placeholder-cyan-200\/20::placeholder{
  color: rgb(165 243 252 / 0.2);
}

.placeholder-cyan-200\/25::-moz-placeholder{
  color: rgb(165 243 252 / 0.25);
}

.placeholder-cyan-200\/25::placeholder{
  color: rgb(165 243 252 / 0.25);
}

.placeholder-cyan-200\/30::-moz-placeholder{
  color: rgb(165 243 252 / 0.3);
}

.placeholder-cyan-200\/30::placeholder{
  color: rgb(165 243 252 / 0.3);
}

.placeholder-cyan-200\/40::-moz-placeholder{
  color: rgb(165 243 252 / 0.4);
}

.placeholder-cyan-200\/40::placeholder{
  color: rgb(165 243 252 / 0.4);
}

.placeholder-cyan-200\/5::-moz-placeholder{
  color: rgb(165 243 252 / 0.05);
}

.placeholder-cyan-200\/5::placeholder{
  color: rgb(165 243 252 / 0.05);
}

.placeholder-cyan-200\/50::-moz-placeholder{
  color: rgb(165 243 252 / 0.5);
}

.placeholder-cyan-200\/50::placeholder{
  color: rgb(165 243 252 / 0.5);
}

.placeholder-cyan-200\/60::-moz-placeholder{
  color: rgb(165 243 252 / 0.6);
}

.placeholder-cyan-200\/60::placeholder{
  color: rgb(165 243 252 / 0.6);
}

.placeholder-cyan-200\/70::-moz-placeholder{
  color: rgb(165 243 252 / 0.7);
}

.placeholder-cyan-200\/70::placeholder{
  color: rgb(165 243 252 / 0.7);
}

.placeholder-cyan-200\/75::-moz-placeholder{
  color: rgb(165 243 252 / 0.75);
}

.placeholder-cyan-200\/75::placeholder{
  color: rgb(165 243 252 / 0.75);
}

.placeholder-cyan-200\/80::-moz-placeholder{
  color: rgb(165 243 252 / 0.8);
}

.placeholder-cyan-200\/80::placeholder{
  color: rgb(165 243 252 / 0.8);
}

.placeholder-cyan-200\/90::-moz-placeholder{
  color: rgb(165 243 252 / 0.9);
}

.placeholder-cyan-200\/90::placeholder{
  color: rgb(165 243 252 / 0.9);
}

.placeholder-cyan-200\/95::-moz-placeholder{
  color: rgb(165 243 252 / 0.95);
}

.placeholder-cyan-200\/95::placeholder{
  color: rgb(165 243 252 / 0.95);
}

.placeholder-cyan-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(103 232 249 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(103 232 249 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-300\/0::-moz-placeholder{
  color: rgb(103 232 249 / 0);
}

.placeholder-cyan-300\/0::placeholder{
  color: rgb(103 232 249 / 0);
}

.placeholder-cyan-300\/10::-moz-placeholder{
  color: rgb(103 232 249 / 0.1);
}

.placeholder-cyan-300\/10::placeholder{
  color: rgb(103 232 249 / 0.1);
}

.placeholder-cyan-300\/100::-moz-placeholder{
  color: rgb(103 232 249 / 1);
}

.placeholder-cyan-300\/100::placeholder{
  color: rgb(103 232 249 / 1);
}

.placeholder-cyan-300\/20::-moz-placeholder{
  color: rgb(103 232 249 / 0.2);
}

.placeholder-cyan-300\/20::placeholder{
  color: rgb(103 232 249 / 0.2);
}

.placeholder-cyan-300\/25::-moz-placeholder{
  color: rgb(103 232 249 / 0.25);
}

.placeholder-cyan-300\/25::placeholder{
  color: rgb(103 232 249 / 0.25);
}

.placeholder-cyan-300\/30::-moz-placeholder{
  color: rgb(103 232 249 / 0.3);
}

.placeholder-cyan-300\/30::placeholder{
  color: rgb(103 232 249 / 0.3);
}

.placeholder-cyan-300\/40::-moz-placeholder{
  color: rgb(103 232 249 / 0.4);
}

.placeholder-cyan-300\/40::placeholder{
  color: rgb(103 232 249 / 0.4);
}

.placeholder-cyan-300\/5::-moz-placeholder{
  color: rgb(103 232 249 / 0.05);
}

.placeholder-cyan-300\/5::placeholder{
  color: rgb(103 232 249 / 0.05);
}

.placeholder-cyan-300\/50::-moz-placeholder{
  color: rgb(103 232 249 / 0.5);
}

.placeholder-cyan-300\/50::placeholder{
  color: rgb(103 232 249 / 0.5);
}

.placeholder-cyan-300\/60::-moz-placeholder{
  color: rgb(103 232 249 / 0.6);
}

.placeholder-cyan-300\/60::placeholder{
  color: rgb(103 232 249 / 0.6);
}

.placeholder-cyan-300\/70::-moz-placeholder{
  color: rgb(103 232 249 / 0.7);
}

.placeholder-cyan-300\/70::placeholder{
  color: rgb(103 232 249 / 0.7);
}

.placeholder-cyan-300\/75::-moz-placeholder{
  color: rgb(103 232 249 / 0.75);
}

.placeholder-cyan-300\/75::placeholder{
  color: rgb(103 232 249 / 0.75);
}

.placeholder-cyan-300\/80::-moz-placeholder{
  color: rgb(103 232 249 / 0.8);
}

.placeholder-cyan-300\/80::placeholder{
  color: rgb(103 232 249 / 0.8);
}

.placeholder-cyan-300\/90::-moz-placeholder{
  color: rgb(103 232 249 / 0.9);
}

.placeholder-cyan-300\/90::placeholder{
  color: rgb(103 232 249 / 0.9);
}

.placeholder-cyan-300\/95::-moz-placeholder{
  color: rgb(103 232 249 / 0.95);
}

.placeholder-cyan-300\/95::placeholder{
  color: rgb(103 232 249 / 0.95);
}

.placeholder-cyan-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-400\/0::-moz-placeholder{
  color: rgb(34 211 238 / 0);
}

.placeholder-cyan-400\/0::placeholder{
  color: rgb(34 211 238 / 0);
}

.placeholder-cyan-400\/10::-moz-placeholder{
  color: rgb(34 211 238 / 0.1);
}

.placeholder-cyan-400\/10::placeholder{
  color: rgb(34 211 238 / 0.1);
}

.placeholder-cyan-400\/100::-moz-placeholder{
  color: rgb(34 211 238 / 1);
}

.placeholder-cyan-400\/100::placeholder{
  color: rgb(34 211 238 / 1);
}

.placeholder-cyan-400\/20::-moz-placeholder{
  color: rgb(34 211 238 / 0.2);
}

.placeholder-cyan-400\/20::placeholder{
  color: rgb(34 211 238 / 0.2);
}

.placeholder-cyan-400\/25::-moz-placeholder{
  color: rgb(34 211 238 / 0.25);
}

.placeholder-cyan-400\/25::placeholder{
  color: rgb(34 211 238 / 0.25);
}

.placeholder-cyan-400\/30::-moz-placeholder{
  color: rgb(34 211 238 / 0.3);
}

.placeholder-cyan-400\/30::placeholder{
  color: rgb(34 211 238 / 0.3);
}

.placeholder-cyan-400\/40::-moz-placeholder{
  color: rgb(34 211 238 / 0.4);
}

.placeholder-cyan-400\/40::placeholder{
  color: rgb(34 211 238 / 0.4);
}

.placeholder-cyan-400\/5::-moz-placeholder{
  color: rgb(34 211 238 / 0.05);
}

.placeholder-cyan-400\/5::placeholder{
  color: rgb(34 211 238 / 0.05);
}

.placeholder-cyan-400\/50::-moz-placeholder{
  color: rgb(34 211 238 / 0.5);
}

.placeholder-cyan-400\/50::placeholder{
  color: rgb(34 211 238 / 0.5);
}

.placeholder-cyan-400\/60::-moz-placeholder{
  color: rgb(34 211 238 / 0.6);
}

.placeholder-cyan-400\/60::placeholder{
  color: rgb(34 211 238 / 0.6);
}

.placeholder-cyan-400\/70::-moz-placeholder{
  color: rgb(34 211 238 / 0.7);
}

.placeholder-cyan-400\/70::placeholder{
  color: rgb(34 211 238 / 0.7);
}

.placeholder-cyan-400\/75::-moz-placeholder{
  color: rgb(34 211 238 / 0.75);
}

.placeholder-cyan-400\/75::placeholder{
  color: rgb(34 211 238 / 0.75);
}

.placeholder-cyan-400\/80::-moz-placeholder{
  color: rgb(34 211 238 / 0.8);
}

.placeholder-cyan-400\/80::placeholder{
  color: rgb(34 211 238 / 0.8);
}

.placeholder-cyan-400\/90::-moz-placeholder{
  color: rgb(34 211 238 / 0.9);
}

.placeholder-cyan-400\/90::placeholder{
  color: rgb(34 211 238 / 0.9);
}

.placeholder-cyan-400\/95::-moz-placeholder{
  color: rgb(34 211 238 / 0.95);
}

.placeholder-cyan-400\/95::placeholder{
  color: rgb(34 211 238 / 0.95);
}

.placeholder-cyan-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-50\/0::-moz-placeholder{
  color: rgb(236 254 255 / 0);
}

.placeholder-cyan-50\/0::placeholder{
  color: rgb(236 254 255 / 0);
}

.placeholder-cyan-50\/10::-moz-placeholder{
  color: rgb(236 254 255 / 0.1);
}

.placeholder-cyan-50\/10::placeholder{
  color: rgb(236 254 255 / 0.1);
}

.placeholder-cyan-50\/100::-moz-placeholder{
  color: rgb(236 254 255 / 1);
}

.placeholder-cyan-50\/100::placeholder{
  color: rgb(236 254 255 / 1);
}

.placeholder-cyan-50\/20::-moz-placeholder{
  color: rgb(236 254 255 / 0.2);
}

.placeholder-cyan-50\/20::placeholder{
  color: rgb(236 254 255 / 0.2);
}

.placeholder-cyan-50\/25::-moz-placeholder{
  color: rgb(236 254 255 / 0.25);
}

.placeholder-cyan-50\/25::placeholder{
  color: rgb(236 254 255 / 0.25);
}

.placeholder-cyan-50\/30::-moz-placeholder{
  color: rgb(236 254 255 / 0.3);
}

.placeholder-cyan-50\/30::placeholder{
  color: rgb(236 254 255 / 0.3);
}

.placeholder-cyan-50\/40::-moz-placeholder{
  color: rgb(236 254 255 / 0.4);
}

.placeholder-cyan-50\/40::placeholder{
  color: rgb(236 254 255 / 0.4);
}

.placeholder-cyan-50\/5::-moz-placeholder{
  color: rgb(236 254 255 / 0.05);
}

.placeholder-cyan-50\/5::placeholder{
  color: rgb(236 254 255 / 0.05);
}

.placeholder-cyan-50\/50::-moz-placeholder{
  color: rgb(236 254 255 / 0.5);
}

.placeholder-cyan-50\/50::placeholder{
  color: rgb(236 254 255 / 0.5);
}

.placeholder-cyan-50\/60::-moz-placeholder{
  color: rgb(236 254 255 / 0.6);
}

.placeholder-cyan-50\/60::placeholder{
  color: rgb(236 254 255 / 0.6);
}

.placeholder-cyan-50\/70::-moz-placeholder{
  color: rgb(236 254 255 / 0.7);
}

.placeholder-cyan-50\/70::placeholder{
  color: rgb(236 254 255 / 0.7);
}

.placeholder-cyan-50\/75::-moz-placeholder{
  color: rgb(236 254 255 / 0.75);
}

.placeholder-cyan-50\/75::placeholder{
  color: rgb(236 254 255 / 0.75);
}

.placeholder-cyan-50\/80::-moz-placeholder{
  color: rgb(236 254 255 / 0.8);
}

.placeholder-cyan-50\/80::placeholder{
  color: rgb(236 254 255 / 0.8);
}

.placeholder-cyan-50\/90::-moz-placeholder{
  color: rgb(236 254 255 / 0.9);
}

.placeholder-cyan-50\/90::placeholder{
  color: rgb(236 254 255 / 0.9);
}

.placeholder-cyan-50\/95::-moz-placeholder{
  color: rgb(236 254 255 / 0.95);
}

.placeholder-cyan-50\/95::placeholder{
  color: rgb(236 254 255 / 0.95);
}

.placeholder-cyan-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-500\/0::-moz-placeholder{
  color: rgb(6 182 212 / 0);
}

.placeholder-cyan-500\/0::placeholder{
  color: rgb(6 182 212 / 0);
}

.placeholder-cyan-500\/10::-moz-placeholder{
  color: rgb(6 182 212 / 0.1);
}

.placeholder-cyan-500\/10::placeholder{
  color: rgb(6 182 212 / 0.1);
}

.placeholder-cyan-500\/100::-moz-placeholder{
  color: rgb(6 182 212 / 1);
}

.placeholder-cyan-500\/100::placeholder{
  color: rgb(6 182 212 / 1);
}

.placeholder-cyan-500\/20::-moz-placeholder{
  color: rgb(6 182 212 / 0.2);
}

.placeholder-cyan-500\/20::placeholder{
  color: rgb(6 182 212 / 0.2);
}

.placeholder-cyan-500\/25::-moz-placeholder{
  color: rgb(6 182 212 / 0.25);
}

.placeholder-cyan-500\/25::placeholder{
  color: rgb(6 182 212 / 0.25);
}

.placeholder-cyan-500\/30::-moz-placeholder{
  color: rgb(6 182 212 / 0.3);
}

.placeholder-cyan-500\/30::placeholder{
  color: rgb(6 182 212 / 0.3);
}

.placeholder-cyan-500\/40::-moz-placeholder{
  color: rgb(6 182 212 / 0.4);
}

.placeholder-cyan-500\/40::placeholder{
  color: rgb(6 182 212 / 0.4);
}

.placeholder-cyan-500\/5::-moz-placeholder{
  color: rgb(6 182 212 / 0.05);
}

.placeholder-cyan-500\/5::placeholder{
  color: rgb(6 182 212 / 0.05);
}

.placeholder-cyan-500\/50::-moz-placeholder{
  color: rgb(6 182 212 / 0.5);
}

.placeholder-cyan-500\/50::placeholder{
  color: rgb(6 182 212 / 0.5);
}

.placeholder-cyan-500\/60::-moz-placeholder{
  color: rgb(6 182 212 / 0.6);
}

.placeholder-cyan-500\/60::placeholder{
  color: rgb(6 182 212 / 0.6);
}

.placeholder-cyan-500\/70::-moz-placeholder{
  color: rgb(6 182 212 / 0.7);
}

.placeholder-cyan-500\/70::placeholder{
  color: rgb(6 182 212 / 0.7);
}

.placeholder-cyan-500\/75::-moz-placeholder{
  color: rgb(6 182 212 / 0.75);
}

.placeholder-cyan-500\/75::placeholder{
  color: rgb(6 182 212 / 0.75);
}

.placeholder-cyan-500\/80::-moz-placeholder{
  color: rgb(6 182 212 / 0.8);
}

.placeholder-cyan-500\/80::placeholder{
  color: rgb(6 182 212 / 0.8);
}

.placeholder-cyan-500\/90::-moz-placeholder{
  color: rgb(6 182 212 / 0.9);
}

.placeholder-cyan-500\/90::placeholder{
  color: rgb(6 182 212 / 0.9);
}

.placeholder-cyan-500\/95::-moz-placeholder{
  color: rgb(6 182 212 / 0.95);
}

.placeholder-cyan-500\/95::placeholder{
  color: rgb(6 182 212 / 0.95);
}

.placeholder-cyan-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-600\/0::-moz-placeholder{
  color: rgb(8 145 178 / 0);
}

.placeholder-cyan-600\/0::placeholder{
  color: rgb(8 145 178 / 0);
}

.placeholder-cyan-600\/10::-moz-placeholder{
  color: rgb(8 145 178 / 0.1);
}

.placeholder-cyan-600\/10::placeholder{
  color: rgb(8 145 178 / 0.1);
}

.placeholder-cyan-600\/100::-moz-placeholder{
  color: rgb(8 145 178 / 1);
}

.placeholder-cyan-600\/100::placeholder{
  color: rgb(8 145 178 / 1);
}

.placeholder-cyan-600\/20::-moz-placeholder{
  color: rgb(8 145 178 / 0.2);
}

.placeholder-cyan-600\/20::placeholder{
  color: rgb(8 145 178 / 0.2);
}

.placeholder-cyan-600\/25::-moz-placeholder{
  color: rgb(8 145 178 / 0.25);
}

.placeholder-cyan-600\/25::placeholder{
  color: rgb(8 145 178 / 0.25);
}

.placeholder-cyan-600\/30::-moz-placeholder{
  color: rgb(8 145 178 / 0.3);
}

.placeholder-cyan-600\/30::placeholder{
  color: rgb(8 145 178 / 0.3);
}

.placeholder-cyan-600\/40::-moz-placeholder{
  color: rgb(8 145 178 / 0.4);
}

.placeholder-cyan-600\/40::placeholder{
  color: rgb(8 145 178 / 0.4);
}

.placeholder-cyan-600\/5::-moz-placeholder{
  color: rgb(8 145 178 / 0.05);
}

.placeholder-cyan-600\/5::placeholder{
  color: rgb(8 145 178 / 0.05);
}

.placeholder-cyan-600\/50::-moz-placeholder{
  color: rgb(8 145 178 / 0.5);
}

.placeholder-cyan-600\/50::placeholder{
  color: rgb(8 145 178 / 0.5);
}

.placeholder-cyan-600\/60::-moz-placeholder{
  color: rgb(8 145 178 / 0.6);
}

.placeholder-cyan-600\/60::placeholder{
  color: rgb(8 145 178 / 0.6);
}

.placeholder-cyan-600\/70::-moz-placeholder{
  color: rgb(8 145 178 / 0.7);
}

.placeholder-cyan-600\/70::placeholder{
  color: rgb(8 145 178 / 0.7);
}

.placeholder-cyan-600\/75::-moz-placeholder{
  color: rgb(8 145 178 / 0.75);
}

.placeholder-cyan-600\/75::placeholder{
  color: rgb(8 145 178 / 0.75);
}

.placeholder-cyan-600\/80::-moz-placeholder{
  color: rgb(8 145 178 / 0.8);
}

.placeholder-cyan-600\/80::placeholder{
  color: rgb(8 145 178 / 0.8);
}

.placeholder-cyan-600\/90::-moz-placeholder{
  color: rgb(8 145 178 / 0.9);
}

.placeholder-cyan-600\/90::placeholder{
  color: rgb(8 145 178 / 0.9);
}

.placeholder-cyan-600\/95::-moz-placeholder{
  color: rgb(8 145 178 / 0.95);
}

.placeholder-cyan-600\/95::placeholder{
  color: rgb(8 145 178 / 0.95);
}

.placeholder-cyan-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-700\/0::-moz-placeholder{
  color: rgb(14 116 144 / 0);
}

.placeholder-cyan-700\/0::placeholder{
  color: rgb(14 116 144 / 0);
}

.placeholder-cyan-700\/10::-moz-placeholder{
  color: rgb(14 116 144 / 0.1);
}

.placeholder-cyan-700\/10::placeholder{
  color: rgb(14 116 144 / 0.1);
}

.placeholder-cyan-700\/100::-moz-placeholder{
  color: rgb(14 116 144 / 1);
}

.placeholder-cyan-700\/100::placeholder{
  color: rgb(14 116 144 / 1);
}

.placeholder-cyan-700\/20::-moz-placeholder{
  color: rgb(14 116 144 / 0.2);
}

.placeholder-cyan-700\/20::placeholder{
  color: rgb(14 116 144 / 0.2);
}

.placeholder-cyan-700\/25::-moz-placeholder{
  color: rgb(14 116 144 / 0.25);
}

.placeholder-cyan-700\/25::placeholder{
  color: rgb(14 116 144 / 0.25);
}

.placeholder-cyan-700\/30::-moz-placeholder{
  color: rgb(14 116 144 / 0.3);
}

.placeholder-cyan-700\/30::placeholder{
  color: rgb(14 116 144 / 0.3);
}

.placeholder-cyan-700\/40::-moz-placeholder{
  color: rgb(14 116 144 / 0.4);
}

.placeholder-cyan-700\/40::placeholder{
  color: rgb(14 116 144 / 0.4);
}

.placeholder-cyan-700\/5::-moz-placeholder{
  color: rgb(14 116 144 / 0.05);
}

.placeholder-cyan-700\/5::placeholder{
  color: rgb(14 116 144 / 0.05);
}

.placeholder-cyan-700\/50::-moz-placeholder{
  color: rgb(14 116 144 / 0.5);
}

.placeholder-cyan-700\/50::placeholder{
  color: rgb(14 116 144 / 0.5);
}

.placeholder-cyan-700\/60::-moz-placeholder{
  color: rgb(14 116 144 / 0.6);
}

.placeholder-cyan-700\/60::placeholder{
  color: rgb(14 116 144 / 0.6);
}

.placeholder-cyan-700\/70::-moz-placeholder{
  color: rgb(14 116 144 / 0.7);
}

.placeholder-cyan-700\/70::placeholder{
  color: rgb(14 116 144 / 0.7);
}

.placeholder-cyan-700\/75::-moz-placeholder{
  color: rgb(14 116 144 / 0.75);
}

.placeholder-cyan-700\/75::placeholder{
  color: rgb(14 116 144 / 0.75);
}

.placeholder-cyan-700\/80::-moz-placeholder{
  color: rgb(14 116 144 / 0.8);
}

.placeholder-cyan-700\/80::placeholder{
  color: rgb(14 116 144 / 0.8);
}

.placeholder-cyan-700\/90::-moz-placeholder{
  color: rgb(14 116 144 / 0.9);
}

.placeholder-cyan-700\/90::placeholder{
  color: rgb(14 116 144 / 0.9);
}

.placeholder-cyan-700\/95::-moz-placeholder{
  color: rgb(14 116 144 / 0.95);
}

.placeholder-cyan-700\/95::placeholder{
  color: rgb(14 116 144 / 0.95);
}

.placeholder-cyan-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-800\/0::-moz-placeholder{
  color: rgb(21 94 117 / 0);
}

.placeholder-cyan-800\/0::placeholder{
  color: rgb(21 94 117 / 0);
}

.placeholder-cyan-800\/10::-moz-placeholder{
  color: rgb(21 94 117 / 0.1);
}

.placeholder-cyan-800\/10::placeholder{
  color: rgb(21 94 117 / 0.1);
}

.placeholder-cyan-800\/100::-moz-placeholder{
  color: rgb(21 94 117 / 1);
}

.placeholder-cyan-800\/100::placeholder{
  color: rgb(21 94 117 / 1);
}

.placeholder-cyan-800\/20::-moz-placeholder{
  color: rgb(21 94 117 / 0.2);
}

.placeholder-cyan-800\/20::placeholder{
  color: rgb(21 94 117 / 0.2);
}

.placeholder-cyan-800\/25::-moz-placeholder{
  color: rgb(21 94 117 / 0.25);
}

.placeholder-cyan-800\/25::placeholder{
  color: rgb(21 94 117 / 0.25);
}

.placeholder-cyan-800\/30::-moz-placeholder{
  color: rgb(21 94 117 / 0.3);
}

.placeholder-cyan-800\/30::placeholder{
  color: rgb(21 94 117 / 0.3);
}

.placeholder-cyan-800\/40::-moz-placeholder{
  color: rgb(21 94 117 / 0.4);
}

.placeholder-cyan-800\/40::placeholder{
  color: rgb(21 94 117 / 0.4);
}

.placeholder-cyan-800\/5::-moz-placeholder{
  color: rgb(21 94 117 / 0.05);
}

.placeholder-cyan-800\/5::placeholder{
  color: rgb(21 94 117 / 0.05);
}

.placeholder-cyan-800\/50::-moz-placeholder{
  color: rgb(21 94 117 / 0.5);
}

.placeholder-cyan-800\/50::placeholder{
  color: rgb(21 94 117 / 0.5);
}

.placeholder-cyan-800\/60::-moz-placeholder{
  color: rgb(21 94 117 / 0.6);
}

.placeholder-cyan-800\/60::placeholder{
  color: rgb(21 94 117 / 0.6);
}

.placeholder-cyan-800\/70::-moz-placeholder{
  color: rgb(21 94 117 / 0.7);
}

.placeholder-cyan-800\/70::placeholder{
  color: rgb(21 94 117 / 0.7);
}

.placeholder-cyan-800\/75::-moz-placeholder{
  color: rgb(21 94 117 / 0.75);
}

.placeholder-cyan-800\/75::placeholder{
  color: rgb(21 94 117 / 0.75);
}

.placeholder-cyan-800\/80::-moz-placeholder{
  color: rgb(21 94 117 / 0.8);
}

.placeholder-cyan-800\/80::placeholder{
  color: rgb(21 94 117 / 0.8);
}

.placeholder-cyan-800\/90::-moz-placeholder{
  color: rgb(21 94 117 / 0.9);
}

.placeholder-cyan-800\/90::placeholder{
  color: rgb(21 94 117 / 0.9);
}

.placeholder-cyan-800\/95::-moz-placeholder{
  color: rgb(21 94 117 / 0.95);
}

.placeholder-cyan-800\/95::placeholder{
  color: rgb(21 94 117 / 0.95);
}

.placeholder-cyan-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-900\/0::-moz-placeholder{
  color: rgb(22 78 99 / 0);
}

.placeholder-cyan-900\/0::placeholder{
  color: rgb(22 78 99 / 0);
}

.placeholder-cyan-900\/10::-moz-placeholder{
  color: rgb(22 78 99 / 0.1);
}

.placeholder-cyan-900\/10::placeholder{
  color: rgb(22 78 99 / 0.1);
}

.placeholder-cyan-900\/100::-moz-placeholder{
  color: rgb(22 78 99 / 1);
}

.placeholder-cyan-900\/100::placeholder{
  color: rgb(22 78 99 / 1);
}

.placeholder-cyan-900\/20::-moz-placeholder{
  color: rgb(22 78 99 / 0.2);
}

.placeholder-cyan-900\/20::placeholder{
  color: rgb(22 78 99 / 0.2);
}

.placeholder-cyan-900\/25::-moz-placeholder{
  color: rgb(22 78 99 / 0.25);
}

.placeholder-cyan-900\/25::placeholder{
  color: rgb(22 78 99 / 0.25);
}

.placeholder-cyan-900\/30::-moz-placeholder{
  color: rgb(22 78 99 / 0.3);
}

.placeholder-cyan-900\/30::placeholder{
  color: rgb(22 78 99 / 0.3);
}

.placeholder-cyan-900\/40::-moz-placeholder{
  color: rgb(22 78 99 / 0.4);
}

.placeholder-cyan-900\/40::placeholder{
  color: rgb(22 78 99 / 0.4);
}

.placeholder-cyan-900\/5::-moz-placeholder{
  color: rgb(22 78 99 / 0.05);
}

.placeholder-cyan-900\/5::placeholder{
  color: rgb(22 78 99 / 0.05);
}

.placeholder-cyan-900\/50::-moz-placeholder{
  color: rgb(22 78 99 / 0.5);
}

.placeholder-cyan-900\/50::placeholder{
  color: rgb(22 78 99 / 0.5);
}

.placeholder-cyan-900\/60::-moz-placeholder{
  color: rgb(22 78 99 / 0.6);
}

.placeholder-cyan-900\/60::placeholder{
  color: rgb(22 78 99 / 0.6);
}

.placeholder-cyan-900\/70::-moz-placeholder{
  color: rgb(22 78 99 / 0.7);
}

.placeholder-cyan-900\/70::placeholder{
  color: rgb(22 78 99 / 0.7);
}

.placeholder-cyan-900\/75::-moz-placeholder{
  color: rgb(22 78 99 / 0.75);
}

.placeholder-cyan-900\/75::placeholder{
  color: rgb(22 78 99 / 0.75);
}

.placeholder-cyan-900\/80::-moz-placeholder{
  color: rgb(22 78 99 / 0.8);
}

.placeholder-cyan-900\/80::placeholder{
  color: rgb(22 78 99 / 0.8);
}

.placeholder-cyan-900\/90::-moz-placeholder{
  color: rgb(22 78 99 / 0.9);
}

.placeholder-cyan-900\/90::placeholder{
  color: rgb(22 78 99 / 0.9);
}

.placeholder-cyan-900\/95::-moz-placeholder{
  color: rgb(22 78 99 / 0.95);
}

.placeholder-cyan-900\/95::placeholder{
  color: rgb(22 78 99 / 0.95);
}

.placeholder-cyan-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity));
}

.placeholder-cyan-950\/0::-moz-placeholder{
  color: rgb(8 51 68 / 0);
}

.placeholder-cyan-950\/0::placeholder{
  color: rgb(8 51 68 / 0);
}

.placeholder-cyan-950\/10::-moz-placeholder{
  color: rgb(8 51 68 / 0.1);
}

.placeholder-cyan-950\/10::placeholder{
  color: rgb(8 51 68 / 0.1);
}

.placeholder-cyan-950\/100::-moz-placeholder{
  color: rgb(8 51 68 / 1);
}

.placeholder-cyan-950\/100::placeholder{
  color: rgb(8 51 68 / 1);
}

.placeholder-cyan-950\/20::-moz-placeholder{
  color: rgb(8 51 68 / 0.2);
}

.placeholder-cyan-950\/20::placeholder{
  color: rgb(8 51 68 / 0.2);
}

.placeholder-cyan-950\/25::-moz-placeholder{
  color: rgb(8 51 68 / 0.25);
}

.placeholder-cyan-950\/25::placeholder{
  color: rgb(8 51 68 / 0.25);
}

.placeholder-cyan-950\/30::-moz-placeholder{
  color: rgb(8 51 68 / 0.3);
}

.placeholder-cyan-950\/30::placeholder{
  color: rgb(8 51 68 / 0.3);
}

.placeholder-cyan-950\/40::-moz-placeholder{
  color: rgb(8 51 68 / 0.4);
}

.placeholder-cyan-950\/40::placeholder{
  color: rgb(8 51 68 / 0.4);
}

.placeholder-cyan-950\/5::-moz-placeholder{
  color: rgb(8 51 68 / 0.05);
}

.placeholder-cyan-950\/5::placeholder{
  color: rgb(8 51 68 / 0.05);
}

.placeholder-cyan-950\/50::-moz-placeholder{
  color: rgb(8 51 68 / 0.5);
}

.placeholder-cyan-950\/50::placeholder{
  color: rgb(8 51 68 / 0.5);
}

.placeholder-cyan-950\/60::-moz-placeholder{
  color: rgb(8 51 68 / 0.6);
}

.placeholder-cyan-950\/60::placeholder{
  color: rgb(8 51 68 / 0.6);
}

.placeholder-cyan-950\/70::-moz-placeholder{
  color: rgb(8 51 68 / 0.7);
}

.placeholder-cyan-950\/70::placeholder{
  color: rgb(8 51 68 / 0.7);
}

.placeholder-cyan-950\/75::-moz-placeholder{
  color: rgb(8 51 68 / 0.75);
}

.placeholder-cyan-950\/75::placeholder{
  color: rgb(8 51 68 / 0.75);
}

.placeholder-cyan-950\/80::-moz-placeholder{
  color: rgb(8 51 68 / 0.8);
}

.placeholder-cyan-950\/80::placeholder{
  color: rgb(8 51 68 / 0.8);
}

.placeholder-cyan-950\/90::-moz-placeholder{
  color: rgb(8 51 68 / 0.9);
}

.placeholder-cyan-950\/90::placeholder{
  color: rgb(8 51 68 / 0.9);
}

.placeholder-cyan-950\/95::-moz-placeholder{
  color: rgb(8 51 68 / 0.95);
}

.placeholder-cyan-950\/95::placeholder{
  color: rgb(8 51 68 / 0.95);
}

.placeholder-emerald-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 250 229 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 250 229 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-100\/0::-moz-placeholder{
  color: rgb(209 250 229 / 0);
}

.placeholder-emerald-100\/0::placeholder{
  color: rgb(209 250 229 / 0);
}

.placeholder-emerald-100\/10::-moz-placeholder{
  color: rgb(209 250 229 / 0.1);
}

.placeholder-emerald-100\/10::placeholder{
  color: rgb(209 250 229 / 0.1);
}

.placeholder-emerald-100\/100::-moz-placeholder{
  color: rgb(209 250 229 / 1);
}

.placeholder-emerald-100\/100::placeholder{
  color: rgb(209 250 229 / 1);
}

.placeholder-emerald-100\/20::-moz-placeholder{
  color: rgb(209 250 229 / 0.2);
}

.placeholder-emerald-100\/20::placeholder{
  color: rgb(209 250 229 / 0.2);
}

.placeholder-emerald-100\/25::-moz-placeholder{
  color: rgb(209 250 229 / 0.25);
}

.placeholder-emerald-100\/25::placeholder{
  color: rgb(209 250 229 / 0.25);
}

.placeholder-emerald-100\/30::-moz-placeholder{
  color: rgb(209 250 229 / 0.3);
}

.placeholder-emerald-100\/30::placeholder{
  color: rgb(209 250 229 / 0.3);
}

.placeholder-emerald-100\/40::-moz-placeholder{
  color: rgb(209 250 229 / 0.4);
}

.placeholder-emerald-100\/40::placeholder{
  color: rgb(209 250 229 / 0.4);
}

.placeholder-emerald-100\/5::-moz-placeholder{
  color: rgb(209 250 229 / 0.05);
}

.placeholder-emerald-100\/5::placeholder{
  color: rgb(209 250 229 / 0.05);
}

.placeholder-emerald-100\/50::-moz-placeholder{
  color: rgb(209 250 229 / 0.5);
}

.placeholder-emerald-100\/50::placeholder{
  color: rgb(209 250 229 / 0.5);
}

.placeholder-emerald-100\/60::-moz-placeholder{
  color: rgb(209 250 229 / 0.6);
}

.placeholder-emerald-100\/60::placeholder{
  color: rgb(209 250 229 / 0.6);
}

.placeholder-emerald-100\/70::-moz-placeholder{
  color: rgb(209 250 229 / 0.7);
}

.placeholder-emerald-100\/70::placeholder{
  color: rgb(209 250 229 / 0.7);
}

.placeholder-emerald-100\/75::-moz-placeholder{
  color: rgb(209 250 229 / 0.75);
}

.placeholder-emerald-100\/75::placeholder{
  color: rgb(209 250 229 / 0.75);
}

.placeholder-emerald-100\/80::-moz-placeholder{
  color: rgb(209 250 229 / 0.8);
}

.placeholder-emerald-100\/80::placeholder{
  color: rgb(209 250 229 / 0.8);
}

.placeholder-emerald-100\/90::-moz-placeholder{
  color: rgb(209 250 229 / 0.9);
}

.placeholder-emerald-100\/90::placeholder{
  color: rgb(209 250 229 / 0.9);
}

.placeholder-emerald-100\/95::-moz-placeholder{
  color: rgb(209 250 229 / 0.95);
}

.placeholder-emerald-100\/95::placeholder{
  color: rgb(209 250 229 / 0.95);
}

.placeholder-emerald-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-200\/0::-moz-placeholder{
  color: rgb(167 243 208 / 0);
}

.placeholder-emerald-200\/0::placeholder{
  color: rgb(167 243 208 / 0);
}

.placeholder-emerald-200\/10::-moz-placeholder{
  color: rgb(167 243 208 / 0.1);
}

.placeholder-emerald-200\/10::placeholder{
  color: rgb(167 243 208 / 0.1);
}

.placeholder-emerald-200\/100::-moz-placeholder{
  color: rgb(167 243 208 / 1);
}

.placeholder-emerald-200\/100::placeholder{
  color: rgb(167 243 208 / 1);
}

.placeholder-emerald-200\/20::-moz-placeholder{
  color: rgb(167 243 208 / 0.2);
}

.placeholder-emerald-200\/20::placeholder{
  color: rgb(167 243 208 / 0.2);
}

.placeholder-emerald-200\/25::-moz-placeholder{
  color: rgb(167 243 208 / 0.25);
}

.placeholder-emerald-200\/25::placeholder{
  color: rgb(167 243 208 / 0.25);
}

.placeholder-emerald-200\/30::-moz-placeholder{
  color: rgb(167 243 208 / 0.3);
}

.placeholder-emerald-200\/30::placeholder{
  color: rgb(167 243 208 / 0.3);
}

.placeholder-emerald-200\/40::-moz-placeholder{
  color: rgb(167 243 208 / 0.4);
}

.placeholder-emerald-200\/40::placeholder{
  color: rgb(167 243 208 / 0.4);
}

.placeholder-emerald-200\/5::-moz-placeholder{
  color: rgb(167 243 208 / 0.05);
}

.placeholder-emerald-200\/5::placeholder{
  color: rgb(167 243 208 / 0.05);
}

.placeholder-emerald-200\/50::-moz-placeholder{
  color: rgb(167 243 208 / 0.5);
}

.placeholder-emerald-200\/50::placeholder{
  color: rgb(167 243 208 / 0.5);
}

.placeholder-emerald-200\/60::-moz-placeholder{
  color: rgb(167 243 208 / 0.6);
}

.placeholder-emerald-200\/60::placeholder{
  color: rgb(167 243 208 / 0.6);
}

.placeholder-emerald-200\/70::-moz-placeholder{
  color: rgb(167 243 208 / 0.7);
}

.placeholder-emerald-200\/70::placeholder{
  color: rgb(167 243 208 / 0.7);
}

.placeholder-emerald-200\/75::-moz-placeholder{
  color: rgb(167 243 208 / 0.75);
}

.placeholder-emerald-200\/75::placeholder{
  color: rgb(167 243 208 / 0.75);
}

.placeholder-emerald-200\/80::-moz-placeholder{
  color: rgb(167 243 208 / 0.8);
}

.placeholder-emerald-200\/80::placeholder{
  color: rgb(167 243 208 / 0.8);
}

.placeholder-emerald-200\/90::-moz-placeholder{
  color: rgb(167 243 208 / 0.9);
}

.placeholder-emerald-200\/90::placeholder{
  color: rgb(167 243 208 / 0.9);
}

.placeholder-emerald-200\/95::-moz-placeholder{
  color: rgb(167 243 208 / 0.95);
}

.placeholder-emerald-200\/95::placeholder{
  color: rgb(167 243 208 / 0.95);
}

.placeholder-emerald-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-300\/0::-moz-placeholder{
  color: rgb(110 231 183 / 0);
}

.placeholder-emerald-300\/0::placeholder{
  color: rgb(110 231 183 / 0);
}

.placeholder-emerald-300\/10::-moz-placeholder{
  color: rgb(110 231 183 / 0.1);
}

.placeholder-emerald-300\/10::placeholder{
  color: rgb(110 231 183 / 0.1);
}

.placeholder-emerald-300\/100::-moz-placeholder{
  color: rgb(110 231 183 / 1);
}

.placeholder-emerald-300\/100::placeholder{
  color: rgb(110 231 183 / 1);
}

.placeholder-emerald-300\/20::-moz-placeholder{
  color: rgb(110 231 183 / 0.2);
}

.placeholder-emerald-300\/20::placeholder{
  color: rgb(110 231 183 / 0.2);
}

.placeholder-emerald-300\/25::-moz-placeholder{
  color: rgb(110 231 183 / 0.25);
}

.placeholder-emerald-300\/25::placeholder{
  color: rgb(110 231 183 / 0.25);
}

.placeholder-emerald-300\/30::-moz-placeholder{
  color: rgb(110 231 183 / 0.3);
}

.placeholder-emerald-300\/30::placeholder{
  color: rgb(110 231 183 / 0.3);
}

.placeholder-emerald-300\/40::-moz-placeholder{
  color: rgb(110 231 183 / 0.4);
}

.placeholder-emerald-300\/40::placeholder{
  color: rgb(110 231 183 / 0.4);
}

.placeholder-emerald-300\/5::-moz-placeholder{
  color: rgb(110 231 183 / 0.05);
}

.placeholder-emerald-300\/5::placeholder{
  color: rgb(110 231 183 / 0.05);
}

.placeholder-emerald-300\/50::-moz-placeholder{
  color: rgb(110 231 183 / 0.5);
}

.placeholder-emerald-300\/50::placeholder{
  color: rgb(110 231 183 / 0.5);
}

.placeholder-emerald-300\/60::-moz-placeholder{
  color: rgb(110 231 183 / 0.6);
}

.placeholder-emerald-300\/60::placeholder{
  color: rgb(110 231 183 / 0.6);
}

.placeholder-emerald-300\/70::-moz-placeholder{
  color: rgb(110 231 183 / 0.7);
}

.placeholder-emerald-300\/70::placeholder{
  color: rgb(110 231 183 / 0.7);
}

.placeholder-emerald-300\/75::-moz-placeholder{
  color: rgb(110 231 183 / 0.75);
}

.placeholder-emerald-300\/75::placeholder{
  color: rgb(110 231 183 / 0.75);
}

.placeholder-emerald-300\/80::-moz-placeholder{
  color: rgb(110 231 183 / 0.8);
}

.placeholder-emerald-300\/80::placeholder{
  color: rgb(110 231 183 / 0.8);
}

.placeholder-emerald-300\/90::-moz-placeholder{
  color: rgb(110 231 183 / 0.9);
}

.placeholder-emerald-300\/90::placeholder{
  color: rgb(110 231 183 / 0.9);
}

.placeholder-emerald-300\/95::-moz-placeholder{
  color: rgb(110 231 183 / 0.95);
}

.placeholder-emerald-300\/95::placeholder{
  color: rgb(110 231 183 / 0.95);
}

.placeholder-emerald-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(52 211 153 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(52 211 153 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-400\/0::-moz-placeholder{
  color: rgb(52 211 153 / 0);
}

.placeholder-emerald-400\/0::placeholder{
  color: rgb(52 211 153 / 0);
}

.placeholder-emerald-400\/10::-moz-placeholder{
  color: rgb(52 211 153 / 0.1);
}

.placeholder-emerald-400\/10::placeholder{
  color: rgb(52 211 153 / 0.1);
}

.placeholder-emerald-400\/100::-moz-placeholder{
  color: rgb(52 211 153 / 1);
}

.placeholder-emerald-400\/100::placeholder{
  color: rgb(52 211 153 / 1);
}

.placeholder-emerald-400\/20::-moz-placeholder{
  color: rgb(52 211 153 / 0.2);
}

.placeholder-emerald-400\/20::placeholder{
  color: rgb(52 211 153 / 0.2);
}

.placeholder-emerald-400\/25::-moz-placeholder{
  color: rgb(52 211 153 / 0.25);
}

.placeholder-emerald-400\/25::placeholder{
  color: rgb(52 211 153 / 0.25);
}

.placeholder-emerald-400\/30::-moz-placeholder{
  color: rgb(52 211 153 / 0.3);
}

.placeholder-emerald-400\/30::placeholder{
  color: rgb(52 211 153 / 0.3);
}

.placeholder-emerald-400\/40::-moz-placeholder{
  color: rgb(52 211 153 / 0.4);
}

.placeholder-emerald-400\/40::placeholder{
  color: rgb(52 211 153 / 0.4);
}

.placeholder-emerald-400\/5::-moz-placeholder{
  color: rgb(52 211 153 / 0.05);
}

.placeholder-emerald-400\/5::placeholder{
  color: rgb(52 211 153 / 0.05);
}

.placeholder-emerald-400\/50::-moz-placeholder{
  color: rgb(52 211 153 / 0.5);
}

.placeholder-emerald-400\/50::placeholder{
  color: rgb(52 211 153 / 0.5);
}

.placeholder-emerald-400\/60::-moz-placeholder{
  color: rgb(52 211 153 / 0.6);
}

.placeholder-emerald-400\/60::placeholder{
  color: rgb(52 211 153 / 0.6);
}

.placeholder-emerald-400\/70::-moz-placeholder{
  color: rgb(52 211 153 / 0.7);
}

.placeholder-emerald-400\/70::placeholder{
  color: rgb(52 211 153 / 0.7);
}

.placeholder-emerald-400\/75::-moz-placeholder{
  color: rgb(52 211 153 / 0.75);
}

.placeholder-emerald-400\/75::placeholder{
  color: rgb(52 211 153 / 0.75);
}

.placeholder-emerald-400\/80::-moz-placeholder{
  color: rgb(52 211 153 / 0.8);
}

.placeholder-emerald-400\/80::placeholder{
  color: rgb(52 211 153 / 0.8);
}

.placeholder-emerald-400\/90::-moz-placeholder{
  color: rgb(52 211 153 / 0.9);
}

.placeholder-emerald-400\/90::placeholder{
  color: rgb(52 211 153 / 0.9);
}

.placeholder-emerald-400\/95::-moz-placeholder{
  color: rgb(52 211 153 / 0.95);
}

.placeholder-emerald-400\/95::placeholder{
  color: rgb(52 211 153 / 0.95);
}

.placeholder-emerald-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-50\/0::-moz-placeholder{
  color: rgb(236 253 245 / 0);
}

.placeholder-emerald-50\/0::placeholder{
  color: rgb(236 253 245 / 0);
}

.placeholder-emerald-50\/10::-moz-placeholder{
  color: rgb(236 253 245 / 0.1);
}

.placeholder-emerald-50\/10::placeholder{
  color: rgb(236 253 245 / 0.1);
}

.placeholder-emerald-50\/100::-moz-placeholder{
  color: rgb(236 253 245 / 1);
}

.placeholder-emerald-50\/100::placeholder{
  color: rgb(236 253 245 / 1);
}

.placeholder-emerald-50\/20::-moz-placeholder{
  color: rgb(236 253 245 / 0.2);
}

.placeholder-emerald-50\/20::placeholder{
  color: rgb(236 253 245 / 0.2);
}

.placeholder-emerald-50\/25::-moz-placeholder{
  color: rgb(236 253 245 / 0.25);
}

.placeholder-emerald-50\/25::placeholder{
  color: rgb(236 253 245 / 0.25);
}

.placeholder-emerald-50\/30::-moz-placeholder{
  color: rgb(236 253 245 / 0.3);
}

.placeholder-emerald-50\/30::placeholder{
  color: rgb(236 253 245 / 0.3);
}

.placeholder-emerald-50\/40::-moz-placeholder{
  color: rgb(236 253 245 / 0.4);
}

.placeholder-emerald-50\/40::placeholder{
  color: rgb(236 253 245 / 0.4);
}

.placeholder-emerald-50\/5::-moz-placeholder{
  color: rgb(236 253 245 / 0.05);
}

.placeholder-emerald-50\/5::placeholder{
  color: rgb(236 253 245 / 0.05);
}

.placeholder-emerald-50\/50::-moz-placeholder{
  color: rgb(236 253 245 / 0.5);
}

.placeholder-emerald-50\/50::placeholder{
  color: rgb(236 253 245 / 0.5);
}

.placeholder-emerald-50\/60::-moz-placeholder{
  color: rgb(236 253 245 / 0.6);
}

.placeholder-emerald-50\/60::placeholder{
  color: rgb(236 253 245 / 0.6);
}

.placeholder-emerald-50\/70::-moz-placeholder{
  color: rgb(236 253 245 / 0.7);
}

.placeholder-emerald-50\/70::placeholder{
  color: rgb(236 253 245 / 0.7);
}

.placeholder-emerald-50\/75::-moz-placeholder{
  color: rgb(236 253 245 / 0.75);
}

.placeholder-emerald-50\/75::placeholder{
  color: rgb(236 253 245 / 0.75);
}

.placeholder-emerald-50\/80::-moz-placeholder{
  color: rgb(236 253 245 / 0.8);
}

.placeholder-emerald-50\/80::placeholder{
  color: rgb(236 253 245 / 0.8);
}

.placeholder-emerald-50\/90::-moz-placeholder{
  color: rgb(236 253 245 / 0.9);
}

.placeholder-emerald-50\/90::placeholder{
  color: rgb(236 253 245 / 0.9);
}

.placeholder-emerald-50\/95::-moz-placeholder{
  color: rgb(236 253 245 / 0.95);
}

.placeholder-emerald-50\/95::placeholder{
  color: rgb(236 253 245 / 0.95);
}

.placeholder-emerald-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-500\/0::-moz-placeholder{
  color: rgb(16 185 129 / 0);
}

.placeholder-emerald-500\/0::placeholder{
  color: rgb(16 185 129 / 0);
}

.placeholder-emerald-500\/10::-moz-placeholder{
  color: rgb(16 185 129 / 0.1);
}

.placeholder-emerald-500\/10::placeholder{
  color: rgb(16 185 129 / 0.1);
}

.placeholder-emerald-500\/100::-moz-placeholder{
  color: rgb(16 185 129 / 1);
}

.placeholder-emerald-500\/100::placeholder{
  color: rgb(16 185 129 / 1);
}

.placeholder-emerald-500\/20::-moz-placeholder{
  color: rgb(16 185 129 / 0.2);
}

.placeholder-emerald-500\/20::placeholder{
  color: rgb(16 185 129 / 0.2);
}

.placeholder-emerald-500\/25::-moz-placeholder{
  color: rgb(16 185 129 / 0.25);
}

.placeholder-emerald-500\/25::placeholder{
  color: rgb(16 185 129 / 0.25);
}

.placeholder-emerald-500\/30::-moz-placeholder{
  color: rgb(16 185 129 / 0.3);
}

.placeholder-emerald-500\/30::placeholder{
  color: rgb(16 185 129 / 0.3);
}

.placeholder-emerald-500\/40::-moz-placeholder{
  color: rgb(16 185 129 / 0.4);
}

.placeholder-emerald-500\/40::placeholder{
  color: rgb(16 185 129 / 0.4);
}

.placeholder-emerald-500\/5::-moz-placeholder{
  color: rgb(16 185 129 / 0.05);
}

.placeholder-emerald-500\/5::placeholder{
  color: rgb(16 185 129 / 0.05);
}

.placeholder-emerald-500\/50::-moz-placeholder{
  color: rgb(16 185 129 / 0.5);
}

.placeholder-emerald-500\/50::placeholder{
  color: rgb(16 185 129 / 0.5);
}

.placeholder-emerald-500\/60::-moz-placeholder{
  color: rgb(16 185 129 / 0.6);
}

.placeholder-emerald-500\/60::placeholder{
  color: rgb(16 185 129 / 0.6);
}

.placeholder-emerald-500\/70::-moz-placeholder{
  color: rgb(16 185 129 / 0.7);
}

.placeholder-emerald-500\/70::placeholder{
  color: rgb(16 185 129 / 0.7);
}

.placeholder-emerald-500\/75::-moz-placeholder{
  color: rgb(16 185 129 / 0.75);
}

.placeholder-emerald-500\/75::placeholder{
  color: rgb(16 185 129 / 0.75);
}

.placeholder-emerald-500\/80::-moz-placeholder{
  color: rgb(16 185 129 / 0.8);
}

.placeholder-emerald-500\/80::placeholder{
  color: rgb(16 185 129 / 0.8);
}

.placeholder-emerald-500\/90::-moz-placeholder{
  color: rgb(16 185 129 / 0.9);
}

.placeholder-emerald-500\/90::placeholder{
  color: rgb(16 185 129 / 0.9);
}

.placeholder-emerald-500\/95::-moz-placeholder{
  color: rgb(16 185 129 / 0.95);
}

.placeholder-emerald-500\/95::placeholder{
  color: rgb(16 185 129 / 0.95);
}

.placeholder-emerald-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-600\/0::-moz-placeholder{
  color: rgb(5 150 105 / 0);
}

.placeholder-emerald-600\/0::placeholder{
  color: rgb(5 150 105 / 0);
}

.placeholder-emerald-600\/10::-moz-placeholder{
  color: rgb(5 150 105 / 0.1);
}

.placeholder-emerald-600\/10::placeholder{
  color: rgb(5 150 105 / 0.1);
}

.placeholder-emerald-600\/100::-moz-placeholder{
  color: rgb(5 150 105 / 1);
}

.placeholder-emerald-600\/100::placeholder{
  color: rgb(5 150 105 / 1);
}

.placeholder-emerald-600\/20::-moz-placeholder{
  color: rgb(5 150 105 / 0.2);
}

.placeholder-emerald-600\/20::placeholder{
  color: rgb(5 150 105 / 0.2);
}

.placeholder-emerald-600\/25::-moz-placeholder{
  color: rgb(5 150 105 / 0.25);
}

.placeholder-emerald-600\/25::placeholder{
  color: rgb(5 150 105 / 0.25);
}

.placeholder-emerald-600\/30::-moz-placeholder{
  color: rgb(5 150 105 / 0.3);
}

.placeholder-emerald-600\/30::placeholder{
  color: rgb(5 150 105 / 0.3);
}

.placeholder-emerald-600\/40::-moz-placeholder{
  color: rgb(5 150 105 / 0.4);
}

.placeholder-emerald-600\/40::placeholder{
  color: rgb(5 150 105 / 0.4);
}

.placeholder-emerald-600\/5::-moz-placeholder{
  color: rgb(5 150 105 / 0.05);
}

.placeholder-emerald-600\/5::placeholder{
  color: rgb(5 150 105 / 0.05);
}

.placeholder-emerald-600\/50::-moz-placeholder{
  color: rgb(5 150 105 / 0.5);
}

.placeholder-emerald-600\/50::placeholder{
  color: rgb(5 150 105 / 0.5);
}

.placeholder-emerald-600\/60::-moz-placeholder{
  color: rgb(5 150 105 / 0.6);
}

.placeholder-emerald-600\/60::placeholder{
  color: rgb(5 150 105 / 0.6);
}

.placeholder-emerald-600\/70::-moz-placeholder{
  color: rgb(5 150 105 / 0.7);
}

.placeholder-emerald-600\/70::placeholder{
  color: rgb(5 150 105 / 0.7);
}

.placeholder-emerald-600\/75::-moz-placeholder{
  color: rgb(5 150 105 / 0.75);
}

.placeholder-emerald-600\/75::placeholder{
  color: rgb(5 150 105 / 0.75);
}

.placeholder-emerald-600\/80::-moz-placeholder{
  color: rgb(5 150 105 / 0.8);
}

.placeholder-emerald-600\/80::placeholder{
  color: rgb(5 150 105 / 0.8);
}

.placeholder-emerald-600\/90::-moz-placeholder{
  color: rgb(5 150 105 / 0.9);
}

.placeholder-emerald-600\/90::placeholder{
  color: rgb(5 150 105 / 0.9);
}

.placeholder-emerald-600\/95::-moz-placeholder{
  color: rgb(5 150 105 / 0.95);
}

.placeholder-emerald-600\/95::placeholder{
  color: rgb(5 150 105 / 0.95);
}

.placeholder-emerald-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-700\/0::-moz-placeholder{
  color: rgb(4 120 87 / 0);
}

.placeholder-emerald-700\/0::placeholder{
  color: rgb(4 120 87 / 0);
}

.placeholder-emerald-700\/10::-moz-placeholder{
  color: rgb(4 120 87 / 0.1);
}

.placeholder-emerald-700\/10::placeholder{
  color: rgb(4 120 87 / 0.1);
}

.placeholder-emerald-700\/100::-moz-placeholder{
  color: rgb(4 120 87 / 1);
}

.placeholder-emerald-700\/100::placeholder{
  color: rgb(4 120 87 / 1);
}

.placeholder-emerald-700\/20::-moz-placeholder{
  color: rgb(4 120 87 / 0.2);
}

.placeholder-emerald-700\/20::placeholder{
  color: rgb(4 120 87 / 0.2);
}

.placeholder-emerald-700\/25::-moz-placeholder{
  color: rgb(4 120 87 / 0.25);
}

.placeholder-emerald-700\/25::placeholder{
  color: rgb(4 120 87 / 0.25);
}

.placeholder-emerald-700\/30::-moz-placeholder{
  color: rgb(4 120 87 / 0.3);
}

.placeholder-emerald-700\/30::placeholder{
  color: rgb(4 120 87 / 0.3);
}

.placeholder-emerald-700\/40::-moz-placeholder{
  color: rgb(4 120 87 / 0.4);
}

.placeholder-emerald-700\/40::placeholder{
  color: rgb(4 120 87 / 0.4);
}

.placeholder-emerald-700\/5::-moz-placeholder{
  color: rgb(4 120 87 / 0.05);
}

.placeholder-emerald-700\/5::placeholder{
  color: rgb(4 120 87 / 0.05);
}

.placeholder-emerald-700\/50::-moz-placeholder{
  color: rgb(4 120 87 / 0.5);
}

.placeholder-emerald-700\/50::placeholder{
  color: rgb(4 120 87 / 0.5);
}

.placeholder-emerald-700\/60::-moz-placeholder{
  color: rgb(4 120 87 / 0.6);
}

.placeholder-emerald-700\/60::placeholder{
  color: rgb(4 120 87 / 0.6);
}

.placeholder-emerald-700\/70::-moz-placeholder{
  color: rgb(4 120 87 / 0.7);
}

.placeholder-emerald-700\/70::placeholder{
  color: rgb(4 120 87 / 0.7);
}

.placeholder-emerald-700\/75::-moz-placeholder{
  color: rgb(4 120 87 / 0.75);
}

.placeholder-emerald-700\/75::placeholder{
  color: rgb(4 120 87 / 0.75);
}

.placeholder-emerald-700\/80::-moz-placeholder{
  color: rgb(4 120 87 / 0.8);
}

.placeholder-emerald-700\/80::placeholder{
  color: rgb(4 120 87 / 0.8);
}

.placeholder-emerald-700\/90::-moz-placeholder{
  color: rgb(4 120 87 / 0.9);
}

.placeholder-emerald-700\/90::placeholder{
  color: rgb(4 120 87 / 0.9);
}

.placeholder-emerald-700\/95::-moz-placeholder{
  color: rgb(4 120 87 / 0.95);
}

.placeholder-emerald-700\/95::placeholder{
  color: rgb(4 120 87 / 0.95);
}

.placeholder-emerald-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-800\/0::-moz-placeholder{
  color: rgb(6 95 70 / 0);
}

.placeholder-emerald-800\/0::placeholder{
  color: rgb(6 95 70 / 0);
}

.placeholder-emerald-800\/10::-moz-placeholder{
  color: rgb(6 95 70 / 0.1);
}

.placeholder-emerald-800\/10::placeholder{
  color: rgb(6 95 70 / 0.1);
}

.placeholder-emerald-800\/100::-moz-placeholder{
  color: rgb(6 95 70 / 1);
}

.placeholder-emerald-800\/100::placeholder{
  color: rgb(6 95 70 / 1);
}

.placeholder-emerald-800\/20::-moz-placeholder{
  color: rgb(6 95 70 / 0.2);
}

.placeholder-emerald-800\/20::placeholder{
  color: rgb(6 95 70 / 0.2);
}

.placeholder-emerald-800\/25::-moz-placeholder{
  color: rgb(6 95 70 / 0.25);
}

.placeholder-emerald-800\/25::placeholder{
  color: rgb(6 95 70 / 0.25);
}

.placeholder-emerald-800\/30::-moz-placeholder{
  color: rgb(6 95 70 / 0.3);
}

.placeholder-emerald-800\/30::placeholder{
  color: rgb(6 95 70 / 0.3);
}

.placeholder-emerald-800\/40::-moz-placeholder{
  color: rgb(6 95 70 / 0.4);
}

.placeholder-emerald-800\/40::placeholder{
  color: rgb(6 95 70 / 0.4);
}

.placeholder-emerald-800\/5::-moz-placeholder{
  color: rgb(6 95 70 / 0.05);
}

.placeholder-emerald-800\/5::placeholder{
  color: rgb(6 95 70 / 0.05);
}

.placeholder-emerald-800\/50::-moz-placeholder{
  color: rgb(6 95 70 / 0.5);
}

.placeholder-emerald-800\/50::placeholder{
  color: rgb(6 95 70 / 0.5);
}

.placeholder-emerald-800\/60::-moz-placeholder{
  color: rgb(6 95 70 / 0.6);
}

.placeholder-emerald-800\/60::placeholder{
  color: rgb(6 95 70 / 0.6);
}

.placeholder-emerald-800\/70::-moz-placeholder{
  color: rgb(6 95 70 / 0.7);
}

.placeholder-emerald-800\/70::placeholder{
  color: rgb(6 95 70 / 0.7);
}

.placeholder-emerald-800\/75::-moz-placeholder{
  color: rgb(6 95 70 / 0.75);
}

.placeholder-emerald-800\/75::placeholder{
  color: rgb(6 95 70 / 0.75);
}

.placeholder-emerald-800\/80::-moz-placeholder{
  color: rgb(6 95 70 / 0.8);
}

.placeholder-emerald-800\/80::placeholder{
  color: rgb(6 95 70 / 0.8);
}

.placeholder-emerald-800\/90::-moz-placeholder{
  color: rgb(6 95 70 / 0.9);
}

.placeholder-emerald-800\/90::placeholder{
  color: rgb(6 95 70 / 0.9);
}

.placeholder-emerald-800\/95::-moz-placeholder{
  color: rgb(6 95 70 / 0.95);
}

.placeholder-emerald-800\/95::placeholder{
  color: rgb(6 95 70 / 0.95);
}

.placeholder-emerald-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-900\/0::-moz-placeholder{
  color: rgb(6 78 59 / 0);
}

.placeholder-emerald-900\/0::placeholder{
  color: rgb(6 78 59 / 0);
}

.placeholder-emerald-900\/10::-moz-placeholder{
  color: rgb(6 78 59 / 0.1);
}

.placeholder-emerald-900\/10::placeholder{
  color: rgb(6 78 59 / 0.1);
}

.placeholder-emerald-900\/100::-moz-placeholder{
  color: rgb(6 78 59 / 1);
}

.placeholder-emerald-900\/100::placeholder{
  color: rgb(6 78 59 / 1);
}

.placeholder-emerald-900\/20::-moz-placeholder{
  color: rgb(6 78 59 / 0.2);
}

.placeholder-emerald-900\/20::placeholder{
  color: rgb(6 78 59 / 0.2);
}

.placeholder-emerald-900\/25::-moz-placeholder{
  color: rgb(6 78 59 / 0.25);
}

.placeholder-emerald-900\/25::placeholder{
  color: rgb(6 78 59 / 0.25);
}

.placeholder-emerald-900\/30::-moz-placeholder{
  color: rgb(6 78 59 / 0.3);
}

.placeholder-emerald-900\/30::placeholder{
  color: rgb(6 78 59 / 0.3);
}

.placeholder-emerald-900\/40::-moz-placeholder{
  color: rgb(6 78 59 / 0.4);
}

.placeholder-emerald-900\/40::placeholder{
  color: rgb(6 78 59 / 0.4);
}

.placeholder-emerald-900\/5::-moz-placeholder{
  color: rgb(6 78 59 / 0.05);
}

.placeholder-emerald-900\/5::placeholder{
  color: rgb(6 78 59 / 0.05);
}

.placeholder-emerald-900\/50::-moz-placeholder{
  color: rgb(6 78 59 / 0.5);
}

.placeholder-emerald-900\/50::placeholder{
  color: rgb(6 78 59 / 0.5);
}

.placeholder-emerald-900\/60::-moz-placeholder{
  color: rgb(6 78 59 / 0.6);
}

.placeholder-emerald-900\/60::placeholder{
  color: rgb(6 78 59 / 0.6);
}

.placeholder-emerald-900\/70::-moz-placeholder{
  color: rgb(6 78 59 / 0.7);
}

.placeholder-emerald-900\/70::placeholder{
  color: rgb(6 78 59 / 0.7);
}

.placeholder-emerald-900\/75::-moz-placeholder{
  color: rgb(6 78 59 / 0.75);
}

.placeholder-emerald-900\/75::placeholder{
  color: rgb(6 78 59 / 0.75);
}

.placeholder-emerald-900\/80::-moz-placeholder{
  color: rgb(6 78 59 / 0.8);
}

.placeholder-emerald-900\/80::placeholder{
  color: rgb(6 78 59 / 0.8);
}

.placeholder-emerald-900\/90::-moz-placeholder{
  color: rgb(6 78 59 / 0.9);
}

.placeholder-emerald-900\/90::placeholder{
  color: rgb(6 78 59 / 0.9);
}

.placeholder-emerald-900\/95::-moz-placeholder{
  color: rgb(6 78 59 / 0.95);
}

.placeholder-emerald-900\/95::placeholder{
  color: rgb(6 78 59 / 0.95);
}

.placeholder-emerald-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity));
}

.placeholder-emerald-950\/0::-moz-placeholder{
  color: rgb(2 44 34 / 0);
}

.placeholder-emerald-950\/0::placeholder{
  color: rgb(2 44 34 / 0);
}

.placeholder-emerald-950\/10::-moz-placeholder{
  color: rgb(2 44 34 / 0.1);
}

.placeholder-emerald-950\/10::placeholder{
  color: rgb(2 44 34 / 0.1);
}

.placeholder-emerald-950\/100::-moz-placeholder{
  color: rgb(2 44 34 / 1);
}

.placeholder-emerald-950\/100::placeholder{
  color: rgb(2 44 34 / 1);
}

.placeholder-emerald-950\/20::-moz-placeholder{
  color: rgb(2 44 34 / 0.2);
}

.placeholder-emerald-950\/20::placeholder{
  color: rgb(2 44 34 / 0.2);
}

.placeholder-emerald-950\/25::-moz-placeholder{
  color: rgb(2 44 34 / 0.25);
}

.placeholder-emerald-950\/25::placeholder{
  color: rgb(2 44 34 / 0.25);
}

.placeholder-emerald-950\/30::-moz-placeholder{
  color: rgb(2 44 34 / 0.3);
}

.placeholder-emerald-950\/30::placeholder{
  color: rgb(2 44 34 / 0.3);
}

.placeholder-emerald-950\/40::-moz-placeholder{
  color: rgb(2 44 34 / 0.4);
}

.placeholder-emerald-950\/40::placeholder{
  color: rgb(2 44 34 / 0.4);
}

.placeholder-emerald-950\/5::-moz-placeholder{
  color: rgb(2 44 34 / 0.05);
}

.placeholder-emerald-950\/5::placeholder{
  color: rgb(2 44 34 / 0.05);
}

.placeholder-emerald-950\/50::-moz-placeholder{
  color: rgb(2 44 34 / 0.5);
}

.placeholder-emerald-950\/50::placeholder{
  color: rgb(2 44 34 / 0.5);
}

.placeholder-emerald-950\/60::-moz-placeholder{
  color: rgb(2 44 34 / 0.6);
}

.placeholder-emerald-950\/60::placeholder{
  color: rgb(2 44 34 / 0.6);
}

.placeholder-emerald-950\/70::-moz-placeholder{
  color: rgb(2 44 34 / 0.7);
}

.placeholder-emerald-950\/70::placeholder{
  color: rgb(2 44 34 / 0.7);
}

.placeholder-emerald-950\/75::-moz-placeholder{
  color: rgb(2 44 34 / 0.75);
}

.placeholder-emerald-950\/75::placeholder{
  color: rgb(2 44 34 / 0.75);
}

.placeholder-emerald-950\/80::-moz-placeholder{
  color: rgb(2 44 34 / 0.8);
}

.placeholder-emerald-950\/80::placeholder{
  color: rgb(2 44 34 / 0.8);
}

.placeholder-emerald-950\/90::-moz-placeholder{
  color: rgb(2 44 34 / 0.9);
}

.placeholder-emerald-950\/90::placeholder{
  color: rgb(2 44 34 / 0.9);
}

.placeholder-emerald-950\/95::-moz-placeholder{
  color: rgb(2 44 34 / 0.95);
}

.placeholder-emerald-950\/95::placeholder{
  color: rgb(2 44 34 / 0.95);
}

.placeholder-event-text-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(3 57 66 / var(--tw-placeholder-opacity));
}

.placeholder-event-text-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(3 57 66 / var(--tw-placeholder-opacity));
}

.placeholder-event-text-100\/0::-moz-placeholder{
  color: rgb(3 57 66 / 0);
}

.placeholder-event-text-100\/0::placeholder{
  color: rgb(3 57 66 / 0);
}

.placeholder-event-text-100\/10::-moz-placeholder{
  color: rgb(3 57 66 / 0.1);
}

.placeholder-event-text-100\/10::placeholder{
  color: rgb(3 57 66 / 0.1);
}

.placeholder-event-text-100\/100::-moz-placeholder{
  color: rgb(3 57 66 / 1);
}

.placeholder-event-text-100\/100::placeholder{
  color: rgb(3 57 66 / 1);
}

.placeholder-event-text-100\/20::-moz-placeholder{
  color: rgb(3 57 66 / 0.2);
}

.placeholder-event-text-100\/20::placeholder{
  color: rgb(3 57 66 / 0.2);
}

.placeholder-event-text-100\/25::-moz-placeholder{
  color: rgb(3 57 66 / 0.25);
}

.placeholder-event-text-100\/25::placeholder{
  color: rgb(3 57 66 / 0.25);
}

.placeholder-event-text-100\/30::-moz-placeholder{
  color: rgb(3 57 66 / 0.3);
}

.placeholder-event-text-100\/30::placeholder{
  color: rgb(3 57 66 / 0.3);
}

.placeholder-event-text-100\/40::-moz-placeholder{
  color: rgb(3 57 66 / 0.4);
}

.placeholder-event-text-100\/40::placeholder{
  color: rgb(3 57 66 / 0.4);
}

.placeholder-event-text-100\/5::-moz-placeholder{
  color: rgb(3 57 66 / 0.05);
}

.placeholder-event-text-100\/5::placeholder{
  color: rgb(3 57 66 / 0.05);
}

.placeholder-event-text-100\/50::-moz-placeholder{
  color: rgb(3 57 66 / 0.5);
}

.placeholder-event-text-100\/50::placeholder{
  color: rgb(3 57 66 / 0.5);
}

.placeholder-event-text-100\/60::-moz-placeholder{
  color: rgb(3 57 66 / 0.6);
}

.placeholder-event-text-100\/60::placeholder{
  color: rgb(3 57 66 / 0.6);
}

.placeholder-event-text-100\/70::-moz-placeholder{
  color: rgb(3 57 66 / 0.7);
}

.placeholder-event-text-100\/70::placeholder{
  color: rgb(3 57 66 / 0.7);
}

.placeholder-event-text-100\/75::-moz-placeholder{
  color: rgb(3 57 66 / 0.75);
}

.placeholder-event-text-100\/75::placeholder{
  color: rgb(3 57 66 / 0.75);
}

.placeholder-event-text-100\/80::-moz-placeholder{
  color: rgb(3 57 66 / 0.8);
}

.placeholder-event-text-100\/80::placeholder{
  color: rgb(3 57 66 / 0.8);
}

.placeholder-event-text-100\/90::-moz-placeholder{
  color: rgb(3 57 66 / 0.9);
}

.placeholder-event-text-100\/90::placeholder{
  color: rgb(3 57 66 / 0.9);
}

.placeholder-event-text-100\/95::-moz-placeholder{
  color: rgb(3 57 66 / 0.95);
}

.placeholder-event-text-100\/95::placeholder{
  color: rgb(3 57 66 / 0.95);
}

.placeholder-event-text-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(56 59 68 / var(--tw-placeholder-opacity));
}

.placeholder-event-text-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(56 59 68 / var(--tw-placeholder-opacity));
}

.placeholder-event-text-200\/0::-moz-placeholder{
  color: rgb(56 59 68 / 0);
}

.placeholder-event-text-200\/0::placeholder{
  color: rgb(56 59 68 / 0);
}

.placeholder-event-text-200\/10::-moz-placeholder{
  color: rgb(56 59 68 / 0.1);
}

.placeholder-event-text-200\/10::placeholder{
  color: rgb(56 59 68 / 0.1);
}

.placeholder-event-text-200\/100::-moz-placeholder{
  color: rgb(56 59 68 / 1);
}

.placeholder-event-text-200\/100::placeholder{
  color: rgb(56 59 68 / 1);
}

.placeholder-event-text-200\/20::-moz-placeholder{
  color: rgb(56 59 68 / 0.2);
}

.placeholder-event-text-200\/20::placeholder{
  color: rgb(56 59 68 / 0.2);
}

.placeholder-event-text-200\/25::-moz-placeholder{
  color: rgb(56 59 68 / 0.25);
}

.placeholder-event-text-200\/25::placeholder{
  color: rgb(56 59 68 / 0.25);
}

.placeholder-event-text-200\/30::-moz-placeholder{
  color: rgb(56 59 68 / 0.3);
}

.placeholder-event-text-200\/30::placeholder{
  color: rgb(56 59 68 / 0.3);
}

.placeholder-event-text-200\/40::-moz-placeholder{
  color: rgb(56 59 68 / 0.4);
}

.placeholder-event-text-200\/40::placeholder{
  color: rgb(56 59 68 / 0.4);
}

.placeholder-event-text-200\/5::-moz-placeholder{
  color: rgb(56 59 68 / 0.05);
}

.placeholder-event-text-200\/5::placeholder{
  color: rgb(56 59 68 / 0.05);
}

.placeholder-event-text-200\/50::-moz-placeholder{
  color: rgb(56 59 68 / 0.5);
}

.placeholder-event-text-200\/50::placeholder{
  color: rgb(56 59 68 / 0.5);
}

.placeholder-event-text-200\/60::-moz-placeholder{
  color: rgb(56 59 68 / 0.6);
}

.placeholder-event-text-200\/60::placeholder{
  color: rgb(56 59 68 / 0.6);
}

.placeholder-event-text-200\/70::-moz-placeholder{
  color: rgb(56 59 68 / 0.7);
}

.placeholder-event-text-200\/70::placeholder{
  color: rgb(56 59 68 / 0.7);
}

.placeholder-event-text-200\/75::-moz-placeholder{
  color: rgb(56 59 68 / 0.75);
}

.placeholder-event-text-200\/75::placeholder{
  color: rgb(56 59 68 / 0.75);
}

.placeholder-event-text-200\/80::-moz-placeholder{
  color: rgb(56 59 68 / 0.8);
}

.placeholder-event-text-200\/80::placeholder{
  color: rgb(56 59 68 / 0.8);
}

.placeholder-event-text-200\/90::-moz-placeholder{
  color: rgb(56 59 68 / 0.9);
}

.placeholder-event-text-200\/90::placeholder{
  color: rgb(56 59 68 / 0.9);
}

.placeholder-event-text-200\/95::-moz-placeholder{
  color: rgb(56 59 68 / 0.95);
}

.placeholder-event-text-200\/95::placeholder{
  color: rgb(56 59 68 / 0.95);
}

.placeholder-fuchsia-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-100\/0::-moz-placeholder{
  color: rgb(250 232 255 / 0);
}

.placeholder-fuchsia-100\/0::placeholder{
  color: rgb(250 232 255 / 0);
}

.placeholder-fuchsia-100\/10::-moz-placeholder{
  color: rgb(250 232 255 / 0.1);
}

.placeholder-fuchsia-100\/10::placeholder{
  color: rgb(250 232 255 / 0.1);
}

.placeholder-fuchsia-100\/100::-moz-placeholder{
  color: rgb(250 232 255 / 1);
}

.placeholder-fuchsia-100\/100::placeholder{
  color: rgb(250 232 255 / 1);
}

.placeholder-fuchsia-100\/20::-moz-placeholder{
  color: rgb(250 232 255 / 0.2);
}

.placeholder-fuchsia-100\/20::placeholder{
  color: rgb(250 232 255 / 0.2);
}

.placeholder-fuchsia-100\/25::-moz-placeholder{
  color: rgb(250 232 255 / 0.25);
}

.placeholder-fuchsia-100\/25::placeholder{
  color: rgb(250 232 255 / 0.25);
}

.placeholder-fuchsia-100\/30::-moz-placeholder{
  color: rgb(250 232 255 / 0.3);
}

.placeholder-fuchsia-100\/30::placeholder{
  color: rgb(250 232 255 / 0.3);
}

.placeholder-fuchsia-100\/40::-moz-placeholder{
  color: rgb(250 232 255 / 0.4);
}

.placeholder-fuchsia-100\/40::placeholder{
  color: rgb(250 232 255 / 0.4);
}

.placeholder-fuchsia-100\/5::-moz-placeholder{
  color: rgb(250 232 255 / 0.05);
}

.placeholder-fuchsia-100\/5::placeholder{
  color: rgb(250 232 255 / 0.05);
}

.placeholder-fuchsia-100\/50::-moz-placeholder{
  color: rgb(250 232 255 / 0.5);
}

.placeholder-fuchsia-100\/50::placeholder{
  color: rgb(250 232 255 / 0.5);
}

.placeholder-fuchsia-100\/60::-moz-placeholder{
  color: rgb(250 232 255 / 0.6);
}

.placeholder-fuchsia-100\/60::placeholder{
  color: rgb(250 232 255 / 0.6);
}

.placeholder-fuchsia-100\/70::-moz-placeholder{
  color: rgb(250 232 255 / 0.7);
}

.placeholder-fuchsia-100\/70::placeholder{
  color: rgb(250 232 255 / 0.7);
}

.placeholder-fuchsia-100\/75::-moz-placeholder{
  color: rgb(250 232 255 / 0.75);
}

.placeholder-fuchsia-100\/75::placeholder{
  color: rgb(250 232 255 / 0.75);
}

.placeholder-fuchsia-100\/80::-moz-placeholder{
  color: rgb(250 232 255 / 0.8);
}

.placeholder-fuchsia-100\/80::placeholder{
  color: rgb(250 232 255 / 0.8);
}

.placeholder-fuchsia-100\/90::-moz-placeholder{
  color: rgb(250 232 255 / 0.9);
}

.placeholder-fuchsia-100\/90::placeholder{
  color: rgb(250 232 255 / 0.9);
}

.placeholder-fuchsia-100\/95::-moz-placeholder{
  color: rgb(250 232 255 / 0.95);
}

.placeholder-fuchsia-100\/95::placeholder{
  color: rgb(250 232 255 / 0.95);
}

.placeholder-fuchsia-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-200\/0::-moz-placeholder{
  color: rgb(245 208 254 / 0);
}

.placeholder-fuchsia-200\/0::placeholder{
  color: rgb(245 208 254 / 0);
}

.placeholder-fuchsia-200\/10::-moz-placeholder{
  color: rgb(245 208 254 / 0.1);
}

.placeholder-fuchsia-200\/10::placeholder{
  color: rgb(245 208 254 / 0.1);
}

.placeholder-fuchsia-200\/100::-moz-placeholder{
  color: rgb(245 208 254 / 1);
}

.placeholder-fuchsia-200\/100::placeholder{
  color: rgb(245 208 254 / 1);
}

.placeholder-fuchsia-200\/20::-moz-placeholder{
  color: rgb(245 208 254 / 0.2);
}

.placeholder-fuchsia-200\/20::placeholder{
  color: rgb(245 208 254 / 0.2);
}

.placeholder-fuchsia-200\/25::-moz-placeholder{
  color: rgb(245 208 254 / 0.25);
}

.placeholder-fuchsia-200\/25::placeholder{
  color: rgb(245 208 254 / 0.25);
}

.placeholder-fuchsia-200\/30::-moz-placeholder{
  color: rgb(245 208 254 / 0.3);
}

.placeholder-fuchsia-200\/30::placeholder{
  color: rgb(245 208 254 / 0.3);
}

.placeholder-fuchsia-200\/40::-moz-placeholder{
  color: rgb(245 208 254 / 0.4);
}

.placeholder-fuchsia-200\/40::placeholder{
  color: rgb(245 208 254 / 0.4);
}

.placeholder-fuchsia-200\/5::-moz-placeholder{
  color: rgb(245 208 254 / 0.05);
}

.placeholder-fuchsia-200\/5::placeholder{
  color: rgb(245 208 254 / 0.05);
}

.placeholder-fuchsia-200\/50::-moz-placeholder{
  color: rgb(245 208 254 / 0.5);
}

.placeholder-fuchsia-200\/50::placeholder{
  color: rgb(245 208 254 / 0.5);
}

.placeholder-fuchsia-200\/60::-moz-placeholder{
  color: rgb(245 208 254 / 0.6);
}

.placeholder-fuchsia-200\/60::placeholder{
  color: rgb(245 208 254 / 0.6);
}

.placeholder-fuchsia-200\/70::-moz-placeholder{
  color: rgb(245 208 254 / 0.7);
}

.placeholder-fuchsia-200\/70::placeholder{
  color: rgb(245 208 254 / 0.7);
}

.placeholder-fuchsia-200\/75::-moz-placeholder{
  color: rgb(245 208 254 / 0.75);
}

.placeholder-fuchsia-200\/75::placeholder{
  color: rgb(245 208 254 / 0.75);
}

.placeholder-fuchsia-200\/80::-moz-placeholder{
  color: rgb(245 208 254 / 0.8);
}

.placeholder-fuchsia-200\/80::placeholder{
  color: rgb(245 208 254 / 0.8);
}

.placeholder-fuchsia-200\/90::-moz-placeholder{
  color: rgb(245 208 254 / 0.9);
}

.placeholder-fuchsia-200\/90::placeholder{
  color: rgb(245 208 254 / 0.9);
}

.placeholder-fuchsia-200\/95::-moz-placeholder{
  color: rgb(245 208 254 / 0.95);
}

.placeholder-fuchsia-200\/95::placeholder{
  color: rgb(245 208 254 / 0.95);
}

.placeholder-fuchsia-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300\/0::-moz-placeholder{
  color: rgb(240 171 252 / 0);
}

.placeholder-fuchsia-300\/0::placeholder{
  color: rgb(240 171 252 / 0);
}

.placeholder-fuchsia-300\/10::-moz-placeholder{
  color: rgb(240 171 252 / 0.1);
}

.placeholder-fuchsia-300\/10::placeholder{
  color: rgb(240 171 252 / 0.1);
}

.placeholder-fuchsia-300\/100::-moz-placeholder{
  color: rgb(240 171 252 / 1);
}

.placeholder-fuchsia-300\/100::placeholder{
  color: rgb(240 171 252 / 1);
}

.placeholder-fuchsia-300\/20::-moz-placeholder{
  color: rgb(240 171 252 / 0.2);
}

.placeholder-fuchsia-300\/20::placeholder{
  color: rgb(240 171 252 / 0.2);
}

.placeholder-fuchsia-300\/25::-moz-placeholder{
  color: rgb(240 171 252 / 0.25);
}

.placeholder-fuchsia-300\/25::placeholder{
  color: rgb(240 171 252 / 0.25);
}

.placeholder-fuchsia-300\/30::-moz-placeholder{
  color: rgb(240 171 252 / 0.3);
}

.placeholder-fuchsia-300\/30::placeholder{
  color: rgb(240 171 252 / 0.3);
}

.placeholder-fuchsia-300\/40::-moz-placeholder{
  color: rgb(240 171 252 / 0.4);
}

.placeholder-fuchsia-300\/40::placeholder{
  color: rgb(240 171 252 / 0.4);
}

.placeholder-fuchsia-300\/5::-moz-placeholder{
  color: rgb(240 171 252 / 0.05);
}

.placeholder-fuchsia-300\/5::placeholder{
  color: rgb(240 171 252 / 0.05);
}

.placeholder-fuchsia-300\/50::-moz-placeholder{
  color: rgb(240 171 252 / 0.5);
}

.placeholder-fuchsia-300\/50::placeholder{
  color: rgb(240 171 252 / 0.5);
}

.placeholder-fuchsia-300\/60::-moz-placeholder{
  color: rgb(240 171 252 / 0.6);
}

.placeholder-fuchsia-300\/60::placeholder{
  color: rgb(240 171 252 / 0.6);
}

.placeholder-fuchsia-300\/70::-moz-placeholder{
  color: rgb(240 171 252 / 0.7);
}

.placeholder-fuchsia-300\/70::placeholder{
  color: rgb(240 171 252 / 0.7);
}

.placeholder-fuchsia-300\/75::-moz-placeholder{
  color: rgb(240 171 252 / 0.75);
}

.placeholder-fuchsia-300\/75::placeholder{
  color: rgb(240 171 252 / 0.75);
}

.placeholder-fuchsia-300\/80::-moz-placeholder{
  color: rgb(240 171 252 / 0.8);
}

.placeholder-fuchsia-300\/80::placeholder{
  color: rgb(240 171 252 / 0.8);
}

.placeholder-fuchsia-300\/90::-moz-placeholder{
  color: rgb(240 171 252 / 0.9);
}

.placeholder-fuchsia-300\/90::placeholder{
  color: rgb(240 171 252 / 0.9);
}

.placeholder-fuchsia-300\/95::-moz-placeholder{
  color: rgb(240 171 252 / 0.95);
}

.placeholder-fuchsia-300\/95::placeholder{
  color: rgb(240 171 252 / 0.95);
}

.placeholder-fuchsia-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-400\/0::-moz-placeholder{
  color: rgb(232 121 249 / 0);
}

.placeholder-fuchsia-400\/0::placeholder{
  color: rgb(232 121 249 / 0);
}

.placeholder-fuchsia-400\/10::-moz-placeholder{
  color: rgb(232 121 249 / 0.1);
}

.placeholder-fuchsia-400\/10::placeholder{
  color: rgb(232 121 249 / 0.1);
}

.placeholder-fuchsia-400\/100::-moz-placeholder{
  color: rgb(232 121 249 / 1);
}

.placeholder-fuchsia-400\/100::placeholder{
  color: rgb(232 121 249 / 1);
}

.placeholder-fuchsia-400\/20::-moz-placeholder{
  color: rgb(232 121 249 / 0.2);
}

.placeholder-fuchsia-400\/20::placeholder{
  color: rgb(232 121 249 / 0.2);
}

.placeholder-fuchsia-400\/25::-moz-placeholder{
  color: rgb(232 121 249 / 0.25);
}

.placeholder-fuchsia-400\/25::placeholder{
  color: rgb(232 121 249 / 0.25);
}

.placeholder-fuchsia-400\/30::-moz-placeholder{
  color: rgb(232 121 249 / 0.3);
}

.placeholder-fuchsia-400\/30::placeholder{
  color: rgb(232 121 249 / 0.3);
}

.placeholder-fuchsia-400\/40::-moz-placeholder{
  color: rgb(232 121 249 / 0.4);
}

.placeholder-fuchsia-400\/40::placeholder{
  color: rgb(232 121 249 / 0.4);
}

.placeholder-fuchsia-400\/5::-moz-placeholder{
  color: rgb(232 121 249 / 0.05);
}

.placeholder-fuchsia-400\/5::placeholder{
  color: rgb(232 121 249 / 0.05);
}

.placeholder-fuchsia-400\/50::-moz-placeholder{
  color: rgb(232 121 249 / 0.5);
}

.placeholder-fuchsia-400\/50::placeholder{
  color: rgb(232 121 249 / 0.5);
}

.placeholder-fuchsia-400\/60::-moz-placeholder{
  color: rgb(232 121 249 / 0.6);
}

.placeholder-fuchsia-400\/60::placeholder{
  color: rgb(232 121 249 / 0.6);
}

.placeholder-fuchsia-400\/70::-moz-placeholder{
  color: rgb(232 121 249 / 0.7);
}

.placeholder-fuchsia-400\/70::placeholder{
  color: rgb(232 121 249 / 0.7);
}

.placeholder-fuchsia-400\/75::-moz-placeholder{
  color: rgb(232 121 249 / 0.75);
}

.placeholder-fuchsia-400\/75::placeholder{
  color: rgb(232 121 249 / 0.75);
}

.placeholder-fuchsia-400\/80::-moz-placeholder{
  color: rgb(232 121 249 / 0.8);
}

.placeholder-fuchsia-400\/80::placeholder{
  color: rgb(232 121 249 / 0.8);
}

.placeholder-fuchsia-400\/90::-moz-placeholder{
  color: rgb(232 121 249 / 0.9);
}

.placeholder-fuchsia-400\/90::placeholder{
  color: rgb(232 121 249 / 0.9);
}

.placeholder-fuchsia-400\/95::-moz-placeholder{
  color: rgb(232 121 249 / 0.95);
}

.placeholder-fuchsia-400\/95::placeholder{
  color: rgb(232 121 249 / 0.95);
}

.placeholder-fuchsia-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-50\/0::-moz-placeholder{
  color: rgb(253 244 255 / 0);
}

.placeholder-fuchsia-50\/0::placeholder{
  color: rgb(253 244 255 / 0);
}

.placeholder-fuchsia-50\/10::-moz-placeholder{
  color: rgb(253 244 255 / 0.1);
}

.placeholder-fuchsia-50\/10::placeholder{
  color: rgb(253 244 255 / 0.1);
}

.placeholder-fuchsia-50\/100::-moz-placeholder{
  color: rgb(253 244 255 / 1);
}

.placeholder-fuchsia-50\/100::placeholder{
  color: rgb(253 244 255 / 1);
}

.placeholder-fuchsia-50\/20::-moz-placeholder{
  color: rgb(253 244 255 / 0.2);
}

.placeholder-fuchsia-50\/20::placeholder{
  color: rgb(253 244 255 / 0.2);
}

.placeholder-fuchsia-50\/25::-moz-placeholder{
  color: rgb(253 244 255 / 0.25);
}

.placeholder-fuchsia-50\/25::placeholder{
  color: rgb(253 244 255 / 0.25);
}

.placeholder-fuchsia-50\/30::-moz-placeholder{
  color: rgb(253 244 255 / 0.3);
}

.placeholder-fuchsia-50\/30::placeholder{
  color: rgb(253 244 255 / 0.3);
}

.placeholder-fuchsia-50\/40::-moz-placeholder{
  color: rgb(253 244 255 / 0.4);
}

.placeholder-fuchsia-50\/40::placeholder{
  color: rgb(253 244 255 / 0.4);
}

.placeholder-fuchsia-50\/5::-moz-placeholder{
  color: rgb(253 244 255 / 0.05);
}

.placeholder-fuchsia-50\/5::placeholder{
  color: rgb(253 244 255 / 0.05);
}

.placeholder-fuchsia-50\/50::-moz-placeholder{
  color: rgb(253 244 255 / 0.5);
}

.placeholder-fuchsia-50\/50::placeholder{
  color: rgb(253 244 255 / 0.5);
}

.placeholder-fuchsia-50\/60::-moz-placeholder{
  color: rgb(253 244 255 / 0.6);
}

.placeholder-fuchsia-50\/60::placeholder{
  color: rgb(253 244 255 / 0.6);
}

.placeholder-fuchsia-50\/70::-moz-placeholder{
  color: rgb(253 244 255 / 0.7);
}

.placeholder-fuchsia-50\/70::placeholder{
  color: rgb(253 244 255 / 0.7);
}

.placeholder-fuchsia-50\/75::-moz-placeholder{
  color: rgb(253 244 255 / 0.75);
}

.placeholder-fuchsia-50\/75::placeholder{
  color: rgb(253 244 255 / 0.75);
}

.placeholder-fuchsia-50\/80::-moz-placeholder{
  color: rgb(253 244 255 / 0.8);
}

.placeholder-fuchsia-50\/80::placeholder{
  color: rgb(253 244 255 / 0.8);
}

.placeholder-fuchsia-50\/90::-moz-placeholder{
  color: rgb(253 244 255 / 0.9);
}

.placeholder-fuchsia-50\/90::placeholder{
  color: rgb(253 244 255 / 0.9);
}

.placeholder-fuchsia-50\/95::-moz-placeholder{
  color: rgb(253 244 255 / 0.95);
}

.placeholder-fuchsia-50\/95::placeholder{
  color: rgb(253 244 255 / 0.95);
}

.placeholder-fuchsia-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500\/0::-moz-placeholder{
  color: rgb(217 70 239 / 0);
}

.placeholder-fuchsia-500\/0::placeholder{
  color: rgb(217 70 239 / 0);
}

.placeholder-fuchsia-500\/10::-moz-placeholder{
  color: rgb(217 70 239 / 0.1);
}

.placeholder-fuchsia-500\/10::placeholder{
  color: rgb(217 70 239 / 0.1);
}

.placeholder-fuchsia-500\/100::-moz-placeholder{
  color: rgb(217 70 239 / 1);
}

.placeholder-fuchsia-500\/100::placeholder{
  color: rgb(217 70 239 / 1);
}

.placeholder-fuchsia-500\/20::-moz-placeholder{
  color: rgb(217 70 239 / 0.2);
}

.placeholder-fuchsia-500\/20::placeholder{
  color: rgb(217 70 239 / 0.2);
}

.placeholder-fuchsia-500\/25::-moz-placeholder{
  color: rgb(217 70 239 / 0.25);
}

.placeholder-fuchsia-500\/25::placeholder{
  color: rgb(217 70 239 / 0.25);
}

.placeholder-fuchsia-500\/30::-moz-placeholder{
  color: rgb(217 70 239 / 0.3);
}

.placeholder-fuchsia-500\/30::placeholder{
  color: rgb(217 70 239 / 0.3);
}

.placeholder-fuchsia-500\/40::-moz-placeholder{
  color: rgb(217 70 239 / 0.4);
}

.placeholder-fuchsia-500\/40::placeholder{
  color: rgb(217 70 239 / 0.4);
}

.placeholder-fuchsia-500\/5::-moz-placeholder{
  color: rgb(217 70 239 / 0.05);
}

.placeholder-fuchsia-500\/5::placeholder{
  color: rgb(217 70 239 / 0.05);
}

.placeholder-fuchsia-500\/50::-moz-placeholder{
  color: rgb(217 70 239 / 0.5);
}

.placeholder-fuchsia-500\/50::placeholder{
  color: rgb(217 70 239 / 0.5);
}

.placeholder-fuchsia-500\/60::-moz-placeholder{
  color: rgb(217 70 239 / 0.6);
}

.placeholder-fuchsia-500\/60::placeholder{
  color: rgb(217 70 239 / 0.6);
}

.placeholder-fuchsia-500\/70::-moz-placeholder{
  color: rgb(217 70 239 / 0.7);
}

.placeholder-fuchsia-500\/70::placeholder{
  color: rgb(217 70 239 / 0.7);
}

.placeholder-fuchsia-500\/75::-moz-placeholder{
  color: rgb(217 70 239 / 0.75);
}

.placeholder-fuchsia-500\/75::placeholder{
  color: rgb(217 70 239 / 0.75);
}

.placeholder-fuchsia-500\/80::-moz-placeholder{
  color: rgb(217 70 239 / 0.8);
}

.placeholder-fuchsia-500\/80::placeholder{
  color: rgb(217 70 239 / 0.8);
}

.placeholder-fuchsia-500\/90::-moz-placeholder{
  color: rgb(217 70 239 / 0.9);
}

.placeholder-fuchsia-500\/90::placeholder{
  color: rgb(217 70 239 / 0.9);
}

.placeholder-fuchsia-500\/95::-moz-placeholder{
  color: rgb(217 70 239 / 0.95);
}

.placeholder-fuchsia-500\/95::placeholder{
  color: rgb(217 70 239 / 0.95);
}

.placeholder-fuchsia-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-600\/0::-moz-placeholder{
  color: rgb(192 38 211 / 0);
}

.placeholder-fuchsia-600\/0::placeholder{
  color: rgb(192 38 211 / 0);
}

.placeholder-fuchsia-600\/10::-moz-placeholder{
  color: rgb(192 38 211 / 0.1);
}

.placeholder-fuchsia-600\/10::placeholder{
  color: rgb(192 38 211 / 0.1);
}

.placeholder-fuchsia-600\/100::-moz-placeholder{
  color: rgb(192 38 211 / 1);
}

.placeholder-fuchsia-600\/100::placeholder{
  color: rgb(192 38 211 / 1);
}

.placeholder-fuchsia-600\/20::-moz-placeholder{
  color: rgb(192 38 211 / 0.2);
}

.placeholder-fuchsia-600\/20::placeholder{
  color: rgb(192 38 211 / 0.2);
}

.placeholder-fuchsia-600\/25::-moz-placeholder{
  color: rgb(192 38 211 / 0.25);
}

.placeholder-fuchsia-600\/25::placeholder{
  color: rgb(192 38 211 / 0.25);
}

.placeholder-fuchsia-600\/30::-moz-placeholder{
  color: rgb(192 38 211 / 0.3);
}

.placeholder-fuchsia-600\/30::placeholder{
  color: rgb(192 38 211 / 0.3);
}

.placeholder-fuchsia-600\/40::-moz-placeholder{
  color: rgb(192 38 211 / 0.4);
}

.placeholder-fuchsia-600\/40::placeholder{
  color: rgb(192 38 211 / 0.4);
}

.placeholder-fuchsia-600\/5::-moz-placeholder{
  color: rgb(192 38 211 / 0.05);
}

.placeholder-fuchsia-600\/5::placeholder{
  color: rgb(192 38 211 / 0.05);
}

.placeholder-fuchsia-600\/50::-moz-placeholder{
  color: rgb(192 38 211 / 0.5);
}

.placeholder-fuchsia-600\/50::placeholder{
  color: rgb(192 38 211 / 0.5);
}

.placeholder-fuchsia-600\/60::-moz-placeholder{
  color: rgb(192 38 211 / 0.6);
}

.placeholder-fuchsia-600\/60::placeholder{
  color: rgb(192 38 211 / 0.6);
}

.placeholder-fuchsia-600\/70::-moz-placeholder{
  color: rgb(192 38 211 / 0.7);
}

.placeholder-fuchsia-600\/70::placeholder{
  color: rgb(192 38 211 / 0.7);
}

.placeholder-fuchsia-600\/75::-moz-placeholder{
  color: rgb(192 38 211 / 0.75);
}

.placeholder-fuchsia-600\/75::placeholder{
  color: rgb(192 38 211 / 0.75);
}

.placeholder-fuchsia-600\/80::-moz-placeholder{
  color: rgb(192 38 211 / 0.8);
}

.placeholder-fuchsia-600\/80::placeholder{
  color: rgb(192 38 211 / 0.8);
}

.placeholder-fuchsia-600\/90::-moz-placeholder{
  color: rgb(192 38 211 / 0.9);
}

.placeholder-fuchsia-600\/90::placeholder{
  color: rgb(192 38 211 / 0.9);
}

.placeholder-fuchsia-600\/95::-moz-placeholder{
  color: rgb(192 38 211 / 0.95);
}

.placeholder-fuchsia-600\/95::placeholder{
  color: rgb(192 38 211 / 0.95);
}

.placeholder-fuchsia-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700\/0::-moz-placeholder{
  color: rgb(162 28 175 / 0);
}

.placeholder-fuchsia-700\/0::placeholder{
  color: rgb(162 28 175 / 0);
}

.placeholder-fuchsia-700\/10::-moz-placeholder{
  color: rgb(162 28 175 / 0.1);
}

.placeholder-fuchsia-700\/10::placeholder{
  color: rgb(162 28 175 / 0.1);
}

.placeholder-fuchsia-700\/100::-moz-placeholder{
  color: rgb(162 28 175 / 1);
}

.placeholder-fuchsia-700\/100::placeholder{
  color: rgb(162 28 175 / 1);
}

.placeholder-fuchsia-700\/20::-moz-placeholder{
  color: rgb(162 28 175 / 0.2);
}

.placeholder-fuchsia-700\/20::placeholder{
  color: rgb(162 28 175 / 0.2);
}

.placeholder-fuchsia-700\/25::-moz-placeholder{
  color: rgb(162 28 175 / 0.25);
}

.placeholder-fuchsia-700\/25::placeholder{
  color: rgb(162 28 175 / 0.25);
}

.placeholder-fuchsia-700\/30::-moz-placeholder{
  color: rgb(162 28 175 / 0.3);
}

.placeholder-fuchsia-700\/30::placeholder{
  color: rgb(162 28 175 / 0.3);
}

.placeholder-fuchsia-700\/40::-moz-placeholder{
  color: rgb(162 28 175 / 0.4);
}

.placeholder-fuchsia-700\/40::placeholder{
  color: rgb(162 28 175 / 0.4);
}

.placeholder-fuchsia-700\/5::-moz-placeholder{
  color: rgb(162 28 175 / 0.05);
}

.placeholder-fuchsia-700\/5::placeholder{
  color: rgb(162 28 175 / 0.05);
}

.placeholder-fuchsia-700\/50::-moz-placeholder{
  color: rgb(162 28 175 / 0.5);
}

.placeholder-fuchsia-700\/50::placeholder{
  color: rgb(162 28 175 / 0.5);
}

.placeholder-fuchsia-700\/60::-moz-placeholder{
  color: rgb(162 28 175 / 0.6);
}

.placeholder-fuchsia-700\/60::placeholder{
  color: rgb(162 28 175 / 0.6);
}

.placeholder-fuchsia-700\/70::-moz-placeholder{
  color: rgb(162 28 175 / 0.7);
}

.placeholder-fuchsia-700\/70::placeholder{
  color: rgb(162 28 175 / 0.7);
}

.placeholder-fuchsia-700\/75::-moz-placeholder{
  color: rgb(162 28 175 / 0.75);
}

.placeholder-fuchsia-700\/75::placeholder{
  color: rgb(162 28 175 / 0.75);
}

.placeholder-fuchsia-700\/80::-moz-placeholder{
  color: rgb(162 28 175 / 0.8);
}

.placeholder-fuchsia-700\/80::placeholder{
  color: rgb(162 28 175 / 0.8);
}

.placeholder-fuchsia-700\/90::-moz-placeholder{
  color: rgb(162 28 175 / 0.9);
}

.placeholder-fuchsia-700\/90::placeholder{
  color: rgb(162 28 175 / 0.9);
}

.placeholder-fuchsia-700\/95::-moz-placeholder{
  color: rgb(162 28 175 / 0.95);
}

.placeholder-fuchsia-700\/95::placeholder{
  color: rgb(162 28 175 / 0.95);
}

.placeholder-fuchsia-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800\/0::-moz-placeholder{
  color: rgb(134 25 143 / 0);
}

.placeholder-fuchsia-800\/0::placeholder{
  color: rgb(134 25 143 / 0);
}

.placeholder-fuchsia-800\/10::-moz-placeholder{
  color: rgb(134 25 143 / 0.1);
}

.placeholder-fuchsia-800\/10::placeholder{
  color: rgb(134 25 143 / 0.1);
}

.placeholder-fuchsia-800\/100::-moz-placeholder{
  color: rgb(134 25 143 / 1);
}

.placeholder-fuchsia-800\/100::placeholder{
  color: rgb(134 25 143 / 1);
}

.placeholder-fuchsia-800\/20::-moz-placeholder{
  color: rgb(134 25 143 / 0.2);
}

.placeholder-fuchsia-800\/20::placeholder{
  color: rgb(134 25 143 / 0.2);
}

.placeholder-fuchsia-800\/25::-moz-placeholder{
  color: rgb(134 25 143 / 0.25);
}

.placeholder-fuchsia-800\/25::placeholder{
  color: rgb(134 25 143 / 0.25);
}

.placeholder-fuchsia-800\/30::-moz-placeholder{
  color: rgb(134 25 143 / 0.3);
}

.placeholder-fuchsia-800\/30::placeholder{
  color: rgb(134 25 143 / 0.3);
}

.placeholder-fuchsia-800\/40::-moz-placeholder{
  color: rgb(134 25 143 / 0.4);
}

.placeholder-fuchsia-800\/40::placeholder{
  color: rgb(134 25 143 / 0.4);
}

.placeholder-fuchsia-800\/5::-moz-placeholder{
  color: rgb(134 25 143 / 0.05);
}

.placeholder-fuchsia-800\/5::placeholder{
  color: rgb(134 25 143 / 0.05);
}

.placeholder-fuchsia-800\/50::-moz-placeholder{
  color: rgb(134 25 143 / 0.5);
}

.placeholder-fuchsia-800\/50::placeholder{
  color: rgb(134 25 143 / 0.5);
}

.placeholder-fuchsia-800\/60::-moz-placeholder{
  color: rgb(134 25 143 / 0.6);
}

.placeholder-fuchsia-800\/60::placeholder{
  color: rgb(134 25 143 / 0.6);
}

.placeholder-fuchsia-800\/70::-moz-placeholder{
  color: rgb(134 25 143 / 0.7);
}

.placeholder-fuchsia-800\/70::placeholder{
  color: rgb(134 25 143 / 0.7);
}

.placeholder-fuchsia-800\/75::-moz-placeholder{
  color: rgb(134 25 143 / 0.75);
}

.placeholder-fuchsia-800\/75::placeholder{
  color: rgb(134 25 143 / 0.75);
}

.placeholder-fuchsia-800\/80::-moz-placeholder{
  color: rgb(134 25 143 / 0.8);
}

.placeholder-fuchsia-800\/80::placeholder{
  color: rgb(134 25 143 / 0.8);
}

.placeholder-fuchsia-800\/90::-moz-placeholder{
  color: rgb(134 25 143 / 0.9);
}

.placeholder-fuchsia-800\/90::placeholder{
  color: rgb(134 25 143 / 0.9);
}

.placeholder-fuchsia-800\/95::-moz-placeholder{
  color: rgb(134 25 143 / 0.95);
}

.placeholder-fuchsia-800\/95::placeholder{
  color: rgb(134 25 143 / 0.95);
}

.placeholder-fuchsia-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-900\/0::-moz-placeholder{
  color: rgb(112 26 117 / 0);
}

.placeholder-fuchsia-900\/0::placeholder{
  color: rgb(112 26 117 / 0);
}

.placeholder-fuchsia-900\/10::-moz-placeholder{
  color: rgb(112 26 117 / 0.1);
}

.placeholder-fuchsia-900\/10::placeholder{
  color: rgb(112 26 117 / 0.1);
}

.placeholder-fuchsia-900\/100::-moz-placeholder{
  color: rgb(112 26 117 / 1);
}

.placeholder-fuchsia-900\/100::placeholder{
  color: rgb(112 26 117 / 1);
}

.placeholder-fuchsia-900\/20::-moz-placeholder{
  color: rgb(112 26 117 / 0.2);
}

.placeholder-fuchsia-900\/20::placeholder{
  color: rgb(112 26 117 / 0.2);
}

.placeholder-fuchsia-900\/25::-moz-placeholder{
  color: rgb(112 26 117 / 0.25);
}

.placeholder-fuchsia-900\/25::placeholder{
  color: rgb(112 26 117 / 0.25);
}

.placeholder-fuchsia-900\/30::-moz-placeholder{
  color: rgb(112 26 117 / 0.3);
}

.placeholder-fuchsia-900\/30::placeholder{
  color: rgb(112 26 117 / 0.3);
}

.placeholder-fuchsia-900\/40::-moz-placeholder{
  color: rgb(112 26 117 / 0.4);
}

.placeholder-fuchsia-900\/40::placeholder{
  color: rgb(112 26 117 / 0.4);
}

.placeholder-fuchsia-900\/5::-moz-placeholder{
  color: rgb(112 26 117 / 0.05);
}

.placeholder-fuchsia-900\/5::placeholder{
  color: rgb(112 26 117 / 0.05);
}

.placeholder-fuchsia-900\/50::-moz-placeholder{
  color: rgb(112 26 117 / 0.5);
}

.placeholder-fuchsia-900\/50::placeholder{
  color: rgb(112 26 117 / 0.5);
}

.placeholder-fuchsia-900\/60::-moz-placeholder{
  color: rgb(112 26 117 / 0.6);
}

.placeholder-fuchsia-900\/60::placeholder{
  color: rgb(112 26 117 / 0.6);
}

.placeholder-fuchsia-900\/70::-moz-placeholder{
  color: rgb(112 26 117 / 0.7);
}

.placeholder-fuchsia-900\/70::placeholder{
  color: rgb(112 26 117 / 0.7);
}

.placeholder-fuchsia-900\/75::-moz-placeholder{
  color: rgb(112 26 117 / 0.75);
}

.placeholder-fuchsia-900\/75::placeholder{
  color: rgb(112 26 117 / 0.75);
}

.placeholder-fuchsia-900\/80::-moz-placeholder{
  color: rgb(112 26 117 / 0.8);
}

.placeholder-fuchsia-900\/80::placeholder{
  color: rgb(112 26 117 / 0.8);
}

.placeholder-fuchsia-900\/90::-moz-placeholder{
  color: rgb(112 26 117 / 0.9);
}

.placeholder-fuchsia-900\/90::placeholder{
  color: rgb(112 26 117 / 0.9);
}

.placeholder-fuchsia-900\/95::-moz-placeholder{
  color: rgb(112 26 117 / 0.95);
}

.placeholder-fuchsia-900\/95::placeholder{
  color: rgb(112 26 117 / 0.95);
}

.placeholder-fuchsia-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-950\/0::-moz-placeholder{
  color: rgb(74 4 78 / 0);
}

.placeholder-fuchsia-950\/0::placeholder{
  color: rgb(74 4 78 / 0);
}

.placeholder-fuchsia-950\/10::-moz-placeholder{
  color: rgb(74 4 78 / 0.1);
}

.placeholder-fuchsia-950\/10::placeholder{
  color: rgb(74 4 78 / 0.1);
}

.placeholder-fuchsia-950\/100::-moz-placeholder{
  color: rgb(74 4 78 / 1);
}

.placeholder-fuchsia-950\/100::placeholder{
  color: rgb(74 4 78 / 1);
}

.placeholder-fuchsia-950\/20::-moz-placeholder{
  color: rgb(74 4 78 / 0.2);
}

.placeholder-fuchsia-950\/20::placeholder{
  color: rgb(74 4 78 / 0.2);
}

.placeholder-fuchsia-950\/25::-moz-placeholder{
  color: rgb(74 4 78 / 0.25);
}

.placeholder-fuchsia-950\/25::placeholder{
  color: rgb(74 4 78 / 0.25);
}

.placeholder-fuchsia-950\/30::-moz-placeholder{
  color: rgb(74 4 78 / 0.3);
}

.placeholder-fuchsia-950\/30::placeholder{
  color: rgb(74 4 78 / 0.3);
}

.placeholder-fuchsia-950\/40::-moz-placeholder{
  color: rgb(74 4 78 / 0.4);
}

.placeholder-fuchsia-950\/40::placeholder{
  color: rgb(74 4 78 / 0.4);
}

.placeholder-fuchsia-950\/5::-moz-placeholder{
  color: rgb(74 4 78 / 0.05);
}

.placeholder-fuchsia-950\/5::placeholder{
  color: rgb(74 4 78 / 0.05);
}

.placeholder-fuchsia-950\/50::-moz-placeholder{
  color: rgb(74 4 78 / 0.5);
}

.placeholder-fuchsia-950\/50::placeholder{
  color: rgb(74 4 78 / 0.5);
}

.placeholder-fuchsia-950\/60::-moz-placeholder{
  color: rgb(74 4 78 / 0.6);
}

.placeholder-fuchsia-950\/60::placeholder{
  color: rgb(74 4 78 / 0.6);
}

.placeholder-fuchsia-950\/70::-moz-placeholder{
  color: rgb(74 4 78 / 0.7);
}

.placeholder-fuchsia-950\/70::placeholder{
  color: rgb(74 4 78 / 0.7);
}

.placeholder-fuchsia-950\/75::-moz-placeholder{
  color: rgb(74 4 78 / 0.75);
}

.placeholder-fuchsia-950\/75::placeholder{
  color: rgb(74 4 78 / 0.75);
}

.placeholder-fuchsia-950\/80::-moz-placeholder{
  color: rgb(74 4 78 / 0.8);
}

.placeholder-fuchsia-950\/80::placeholder{
  color: rgb(74 4 78 / 0.8);
}

.placeholder-fuchsia-950\/90::-moz-placeholder{
  color: rgb(74 4 78 / 0.9);
}

.placeholder-fuchsia-950\/90::placeholder{
  color: rgb(74 4 78 / 0.9);
}

.placeholder-fuchsia-950\/95::-moz-placeholder{
  color: rgb(74 4 78 / 0.95);
}

.placeholder-fuchsia-950\/95::placeholder{
  color: rgb(74 4 78 / 0.95);
}

.placeholder-gray-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity));
}

.placeholder-gray-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity));
}

.placeholder-gray-100\/0::-moz-placeholder{
  color: rgb(243 244 246 / 0);
}

.placeholder-gray-100\/0::placeholder{
  color: rgb(243 244 246 / 0);
}

.placeholder-gray-100\/10::-moz-placeholder{
  color: rgb(243 244 246 / 0.1);
}

.placeholder-gray-100\/10::placeholder{
  color: rgb(243 244 246 / 0.1);
}

.placeholder-gray-100\/100::-moz-placeholder{
  color: rgb(243 244 246 / 1);
}

.placeholder-gray-100\/100::placeholder{
  color: rgb(243 244 246 / 1);
}

.placeholder-gray-100\/20::-moz-placeholder{
  color: rgb(243 244 246 / 0.2);
}

.placeholder-gray-100\/20::placeholder{
  color: rgb(243 244 246 / 0.2);
}

.placeholder-gray-100\/25::-moz-placeholder{
  color: rgb(243 244 246 / 0.25);
}

.placeholder-gray-100\/25::placeholder{
  color: rgb(243 244 246 / 0.25);
}

.placeholder-gray-100\/30::-moz-placeholder{
  color: rgb(243 244 246 / 0.3);
}

.placeholder-gray-100\/30::placeholder{
  color: rgb(243 244 246 / 0.3);
}

.placeholder-gray-100\/40::-moz-placeholder{
  color: rgb(243 244 246 / 0.4);
}

.placeholder-gray-100\/40::placeholder{
  color: rgb(243 244 246 / 0.4);
}

.placeholder-gray-100\/5::-moz-placeholder{
  color: rgb(243 244 246 / 0.05);
}

.placeholder-gray-100\/5::placeholder{
  color: rgb(243 244 246 / 0.05);
}

.placeholder-gray-100\/50::-moz-placeholder{
  color: rgb(243 244 246 / 0.5);
}

.placeholder-gray-100\/50::placeholder{
  color: rgb(243 244 246 / 0.5);
}

.placeholder-gray-100\/60::-moz-placeholder{
  color: rgb(243 244 246 / 0.6);
}

.placeholder-gray-100\/60::placeholder{
  color: rgb(243 244 246 / 0.6);
}

.placeholder-gray-100\/70::-moz-placeholder{
  color: rgb(243 244 246 / 0.7);
}

.placeholder-gray-100\/70::placeholder{
  color: rgb(243 244 246 / 0.7);
}

.placeholder-gray-100\/75::-moz-placeholder{
  color: rgb(243 244 246 / 0.75);
}

.placeholder-gray-100\/75::placeholder{
  color: rgb(243 244 246 / 0.75);
}

.placeholder-gray-100\/80::-moz-placeholder{
  color: rgb(243 244 246 / 0.8);
}

.placeholder-gray-100\/80::placeholder{
  color: rgb(243 244 246 / 0.8);
}

.placeholder-gray-100\/90::-moz-placeholder{
  color: rgb(243 244 246 / 0.9);
}

.placeholder-gray-100\/90::placeholder{
  color: rgb(243 244 246 / 0.9);
}

.placeholder-gray-100\/95::-moz-placeholder{
  color: rgb(243 244 246 / 0.95);
}

.placeholder-gray-100\/95::placeholder{
  color: rgb(243 244 246 / 0.95);
}

.placeholder-gray-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity));
}

.placeholder-gray-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity));
}

.placeholder-gray-200\/0::-moz-placeholder{
  color: rgb(229 231 235 / 0);
}

.placeholder-gray-200\/0::placeholder{
  color: rgb(229 231 235 / 0);
}

.placeholder-gray-200\/10::-moz-placeholder{
  color: rgb(229 231 235 / 0.1);
}

.placeholder-gray-200\/10::placeholder{
  color: rgb(229 231 235 / 0.1);
}

.placeholder-gray-200\/100::-moz-placeholder{
  color: rgb(229 231 235 / 1);
}

.placeholder-gray-200\/100::placeholder{
  color: rgb(229 231 235 / 1);
}

.placeholder-gray-200\/20::-moz-placeholder{
  color: rgb(229 231 235 / 0.2);
}

.placeholder-gray-200\/20::placeholder{
  color: rgb(229 231 235 / 0.2);
}

.placeholder-gray-200\/25::-moz-placeholder{
  color: rgb(229 231 235 / 0.25);
}

.placeholder-gray-200\/25::placeholder{
  color: rgb(229 231 235 / 0.25);
}

.placeholder-gray-200\/30::-moz-placeholder{
  color: rgb(229 231 235 / 0.3);
}

.placeholder-gray-200\/30::placeholder{
  color: rgb(229 231 235 / 0.3);
}

.placeholder-gray-200\/40::-moz-placeholder{
  color: rgb(229 231 235 / 0.4);
}

.placeholder-gray-200\/40::placeholder{
  color: rgb(229 231 235 / 0.4);
}

.placeholder-gray-200\/5::-moz-placeholder{
  color: rgb(229 231 235 / 0.05);
}

.placeholder-gray-200\/5::placeholder{
  color: rgb(229 231 235 / 0.05);
}

.placeholder-gray-200\/50::-moz-placeholder{
  color: rgb(229 231 235 / 0.5);
}

.placeholder-gray-200\/50::placeholder{
  color: rgb(229 231 235 / 0.5);
}

.placeholder-gray-200\/60::-moz-placeholder{
  color: rgb(229 231 235 / 0.6);
}

.placeholder-gray-200\/60::placeholder{
  color: rgb(229 231 235 / 0.6);
}

.placeholder-gray-200\/70::-moz-placeholder{
  color: rgb(229 231 235 / 0.7);
}

.placeholder-gray-200\/70::placeholder{
  color: rgb(229 231 235 / 0.7);
}

.placeholder-gray-200\/75::-moz-placeholder{
  color: rgb(229 231 235 / 0.75);
}

.placeholder-gray-200\/75::placeholder{
  color: rgb(229 231 235 / 0.75);
}

.placeholder-gray-200\/80::-moz-placeholder{
  color: rgb(229 231 235 / 0.8);
}

.placeholder-gray-200\/80::placeholder{
  color: rgb(229 231 235 / 0.8);
}

.placeholder-gray-200\/90::-moz-placeholder{
  color: rgb(229 231 235 / 0.9);
}

.placeholder-gray-200\/90::placeholder{
  color: rgb(229 231 235 / 0.9);
}

.placeholder-gray-200\/95::-moz-placeholder{
  color: rgb(229 231 235 / 0.95);
}

.placeholder-gray-200\/95::placeholder{
  color: rgb(229 231 235 / 0.95);
}

.placeholder-gray-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}

.placeholder-gray-300\/0::-moz-placeholder{
  color: rgb(209 213 219 / 0);
}

.placeholder-gray-300\/0::placeholder{
  color: rgb(209 213 219 / 0);
}

.placeholder-gray-300\/10::-moz-placeholder{
  color: rgb(209 213 219 / 0.1);
}

.placeholder-gray-300\/10::placeholder{
  color: rgb(209 213 219 / 0.1);
}

.placeholder-gray-300\/100::-moz-placeholder{
  color: rgb(209 213 219 / 1);
}

.placeholder-gray-300\/100::placeholder{
  color: rgb(209 213 219 / 1);
}

.placeholder-gray-300\/20::-moz-placeholder{
  color: rgb(209 213 219 / 0.2);
}

.placeholder-gray-300\/20::placeholder{
  color: rgb(209 213 219 / 0.2);
}

.placeholder-gray-300\/25::-moz-placeholder{
  color: rgb(209 213 219 / 0.25);
}

.placeholder-gray-300\/25::placeholder{
  color: rgb(209 213 219 / 0.25);
}

.placeholder-gray-300\/30::-moz-placeholder{
  color: rgb(209 213 219 / 0.3);
}

.placeholder-gray-300\/30::placeholder{
  color: rgb(209 213 219 / 0.3);
}

.placeholder-gray-300\/40::-moz-placeholder{
  color: rgb(209 213 219 / 0.4);
}

.placeholder-gray-300\/40::placeholder{
  color: rgb(209 213 219 / 0.4);
}

.placeholder-gray-300\/5::-moz-placeholder{
  color: rgb(209 213 219 / 0.05);
}

.placeholder-gray-300\/5::placeholder{
  color: rgb(209 213 219 / 0.05);
}

.placeholder-gray-300\/50::-moz-placeholder{
  color: rgb(209 213 219 / 0.5);
}

.placeholder-gray-300\/50::placeholder{
  color: rgb(209 213 219 / 0.5);
}

.placeholder-gray-300\/60::-moz-placeholder{
  color: rgb(209 213 219 / 0.6);
}

.placeholder-gray-300\/60::placeholder{
  color: rgb(209 213 219 / 0.6);
}

.placeholder-gray-300\/70::-moz-placeholder{
  color: rgb(209 213 219 / 0.7);
}

.placeholder-gray-300\/70::placeholder{
  color: rgb(209 213 219 / 0.7);
}

.placeholder-gray-300\/75::-moz-placeholder{
  color: rgb(209 213 219 / 0.75);
}

.placeholder-gray-300\/75::placeholder{
  color: rgb(209 213 219 / 0.75);
}

.placeholder-gray-300\/80::-moz-placeholder{
  color: rgb(209 213 219 / 0.8);
}

.placeholder-gray-300\/80::placeholder{
  color: rgb(209 213 219 / 0.8);
}

.placeholder-gray-300\/90::-moz-placeholder{
  color: rgb(209 213 219 / 0.9);
}

.placeholder-gray-300\/90::placeholder{
  color: rgb(209 213 219 / 0.9);
}

.placeholder-gray-300\/95::-moz-placeholder{
  color: rgb(209 213 219 / 0.95);
}

.placeholder-gray-300\/95::placeholder{
  color: rgb(209 213 219 / 0.95);
}

.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-400\/0::-moz-placeholder{
  color: rgb(156 163 175 / 0);
}

.placeholder-gray-400\/0::placeholder{
  color: rgb(156 163 175 / 0);
}

.placeholder-gray-400\/10::-moz-placeholder{
  color: rgb(156 163 175 / 0.1);
}

.placeholder-gray-400\/10::placeholder{
  color: rgb(156 163 175 / 0.1);
}

.placeholder-gray-400\/100::-moz-placeholder{
  color: rgb(156 163 175 / 1);
}

.placeholder-gray-400\/100::placeholder{
  color: rgb(156 163 175 / 1);
}

.placeholder-gray-400\/20::-moz-placeholder{
  color: rgb(156 163 175 / 0.2);
}

.placeholder-gray-400\/20::placeholder{
  color: rgb(156 163 175 / 0.2);
}

.placeholder-gray-400\/25::-moz-placeholder{
  color: rgb(156 163 175 / 0.25);
}

.placeholder-gray-400\/25::placeholder{
  color: rgb(156 163 175 / 0.25);
}

.placeholder-gray-400\/30::-moz-placeholder{
  color: rgb(156 163 175 / 0.3);
}

.placeholder-gray-400\/30::placeholder{
  color: rgb(156 163 175 / 0.3);
}

.placeholder-gray-400\/40::-moz-placeholder{
  color: rgb(156 163 175 / 0.4);
}

.placeholder-gray-400\/40::placeholder{
  color: rgb(156 163 175 / 0.4);
}

.placeholder-gray-400\/5::-moz-placeholder{
  color: rgb(156 163 175 / 0.05);
}

.placeholder-gray-400\/5::placeholder{
  color: rgb(156 163 175 / 0.05);
}

.placeholder-gray-400\/50::-moz-placeholder{
  color: rgb(156 163 175 / 0.5);
}

.placeholder-gray-400\/50::placeholder{
  color: rgb(156 163 175 / 0.5);
}

.placeholder-gray-400\/60::-moz-placeholder{
  color: rgb(156 163 175 / 0.6);
}

.placeholder-gray-400\/60::placeholder{
  color: rgb(156 163 175 / 0.6);
}

.placeholder-gray-400\/70::-moz-placeholder{
  color: rgb(156 163 175 / 0.7);
}

.placeholder-gray-400\/70::placeholder{
  color: rgb(156 163 175 / 0.7);
}

.placeholder-gray-400\/75::-moz-placeholder{
  color: rgb(156 163 175 / 0.75);
}

.placeholder-gray-400\/75::placeholder{
  color: rgb(156 163 175 / 0.75);
}

.placeholder-gray-400\/80::-moz-placeholder{
  color: rgb(156 163 175 / 0.8);
}

.placeholder-gray-400\/80::placeholder{
  color: rgb(156 163 175 / 0.8);
}

.placeholder-gray-400\/90::-moz-placeholder{
  color: rgb(156 163 175 / 0.9);
}

.placeholder-gray-400\/90::placeholder{
  color: rgb(156 163 175 / 0.9);
}

.placeholder-gray-400\/95::-moz-placeholder{
  color: rgb(156 163 175 / 0.95);
}

.placeholder-gray-400\/95::placeholder{
  color: rgb(156 163 175 / 0.95);
}

.placeholder-gray-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity));
}

.placeholder-gray-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity));
}

.placeholder-gray-50\/0::-moz-placeholder{
  color: rgb(249 250 251 / 0);
}

.placeholder-gray-50\/0::placeholder{
  color: rgb(249 250 251 / 0);
}

.placeholder-gray-50\/10::-moz-placeholder{
  color: rgb(249 250 251 / 0.1);
}

.placeholder-gray-50\/10::placeholder{
  color: rgb(249 250 251 / 0.1);
}

.placeholder-gray-50\/100::-moz-placeholder{
  color: rgb(249 250 251 / 1);
}

.placeholder-gray-50\/100::placeholder{
  color: rgb(249 250 251 / 1);
}

.placeholder-gray-50\/20::-moz-placeholder{
  color: rgb(249 250 251 / 0.2);
}

.placeholder-gray-50\/20::placeholder{
  color: rgb(249 250 251 / 0.2);
}

.placeholder-gray-50\/25::-moz-placeholder{
  color: rgb(249 250 251 / 0.25);
}

.placeholder-gray-50\/25::placeholder{
  color: rgb(249 250 251 / 0.25);
}

.placeholder-gray-50\/30::-moz-placeholder{
  color: rgb(249 250 251 / 0.3);
}

.placeholder-gray-50\/30::placeholder{
  color: rgb(249 250 251 / 0.3);
}

.placeholder-gray-50\/40::-moz-placeholder{
  color: rgb(249 250 251 / 0.4);
}

.placeholder-gray-50\/40::placeholder{
  color: rgb(249 250 251 / 0.4);
}

.placeholder-gray-50\/5::-moz-placeholder{
  color: rgb(249 250 251 / 0.05);
}

.placeholder-gray-50\/5::placeholder{
  color: rgb(249 250 251 / 0.05);
}

.placeholder-gray-50\/50::-moz-placeholder{
  color: rgb(249 250 251 / 0.5);
}

.placeholder-gray-50\/50::placeholder{
  color: rgb(249 250 251 / 0.5);
}

.placeholder-gray-50\/60::-moz-placeholder{
  color: rgb(249 250 251 / 0.6);
}

.placeholder-gray-50\/60::placeholder{
  color: rgb(249 250 251 / 0.6);
}

.placeholder-gray-50\/70::-moz-placeholder{
  color: rgb(249 250 251 / 0.7);
}

.placeholder-gray-50\/70::placeholder{
  color: rgb(249 250 251 / 0.7);
}

.placeholder-gray-50\/75::-moz-placeholder{
  color: rgb(249 250 251 / 0.75);
}

.placeholder-gray-50\/75::placeholder{
  color: rgb(249 250 251 / 0.75);
}

.placeholder-gray-50\/80::-moz-placeholder{
  color: rgb(249 250 251 / 0.8);
}

.placeholder-gray-50\/80::placeholder{
  color: rgb(249 250 251 / 0.8);
}

.placeholder-gray-50\/90::-moz-placeholder{
  color: rgb(249 250 251 / 0.9);
}

.placeholder-gray-50\/90::placeholder{
  color: rgb(249 250 251 / 0.9);
}

.placeholder-gray-50\/95::-moz-placeholder{
  color: rgb(249 250 251 / 0.95);
}

.placeholder-gray-50\/95::placeholder{
  color: rgb(249 250 251 / 0.95);
}

.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500\/0::-moz-placeholder{
  color: rgb(107 114 128 / 0);
}

.placeholder-gray-500\/0::placeholder{
  color: rgb(107 114 128 / 0);
}

.placeholder-gray-500\/10::-moz-placeholder{
  color: rgb(107 114 128 / 0.1);
}

.placeholder-gray-500\/10::placeholder{
  color: rgb(107 114 128 / 0.1);
}

.placeholder-gray-500\/100::-moz-placeholder{
  color: rgb(107 114 128 / 1);
}

.placeholder-gray-500\/100::placeholder{
  color: rgb(107 114 128 / 1);
}

.placeholder-gray-500\/20::-moz-placeholder{
  color: rgb(107 114 128 / 0.2);
}

.placeholder-gray-500\/20::placeholder{
  color: rgb(107 114 128 / 0.2);
}

.placeholder-gray-500\/25::-moz-placeholder{
  color: rgb(107 114 128 / 0.25);
}

.placeholder-gray-500\/25::placeholder{
  color: rgb(107 114 128 / 0.25);
}

.placeholder-gray-500\/30::-moz-placeholder{
  color: rgb(107 114 128 / 0.3);
}

.placeholder-gray-500\/30::placeholder{
  color: rgb(107 114 128 / 0.3);
}

.placeholder-gray-500\/40::-moz-placeholder{
  color: rgb(107 114 128 / 0.4);
}

.placeholder-gray-500\/40::placeholder{
  color: rgb(107 114 128 / 0.4);
}

.placeholder-gray-500\/5::-moz-placeholder{
  color: rgb(107 114 128 / 0.05);
}

.placeholder-gray-500\/5::placeholder{
  color: rgb(107 114 128 / 0.05);
}

.placeholder-gray-500\/50::-moz-placeholder{
  color: rgb(107 114 128 / 0.5);
}

.placeholder-gray-500\/50::placeholder{
  color: rgb(107 114 128 / 0.5);
}

.placeholder-gray-500\/60::-moz-placeholder{
  color: rgb(107 114 128 / 0.6);
}

.placeholder-gray-500\/60::placeholder{
  color: rgb(107 114 128 / 0.6);
}

.placeholder-gray-500\/70::-moz-placeholder{
  color: rgb(107 114 128 / 0.7);
}

.placeholder-gray-500\/70::placeholder{
  color: rgb(107 114 128 / 0.7);
}

.placeholder-gray-500\/75::-moz-placeholder{
  color: rgb(107 114 128 / 0.75);
}

.placeholder-gray-500\/75::placeholder{
  color: rgb(107 114 128 / 0.75);
}

.placeholder-gray-500\/80::-moz-placeholder{
  color: rgb(107 114 128 / 0.8);
}

.placeholder-gray-500\/80::placeholder{
  color: rgb(107 114 128 / 0.8);
}

.placeholder-gray-500\/90::-moz-placeholder{
  color: rgb(107 114 128 / 0.9);
}

.placeholder-gray-500\/90::placeholder{
  color: rgb(107 114 128 / 0.9);
}

.placeholder-gray-500\/95::-moz-placeholder{
  color: rgb(107 114 128 / 0.95);
}

.placeholder-gray-500\/95::placeholder{
  color: rgb(107 114 128 / 0.95);
}

.placeholder-gray-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity));
}

.placeholder-gray-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity));
}

.placeholder-gray-600\/0::-moz-placeholder{
  color: rgb(75 85 99 / 0);
}

.placeholder-gray-600\/0::placeholder{
  color: rgb(75 85 99 / 0);
}

.placeholder-gray-600\/10::-moz-placeholder{
  color: rgb(75 85 99 / 0.1);
}

.placeholder-gray-600\/10::placeholder{
  color: rgb(75 85 99 / 0.1);
}

.placeholder-gray-600\/100::-moz-placeholder{
  color: rgb(75 85 99 / 1);
}

.placeholder-gray-600\/100::placeholder{
  color: rgb(75 85 99 / 1);
}

.placeholder-gray-600\/20::-moz-placeholder{
  color: rgb(75 85 99 / 0.2);
}

.placeholder-gray-600\/20::placeholder{
  color: rgb(75 85 99 / 0.2);
}

.placeholder-gray-600\/25::-moz-placeholder{
  color: rgb(75 85 99 / 0.25);
}

.placeholder-gray-600\/25::placeholder{
  color: rgb(75 85 99 / 0.25);
}

.placeholder-gray-600\/30::-moz-placeholder{
  color: rgb(75 85 99 / 0.3);
}

.placeholder-gray-600\/30::placeholder{
  color: rgb(75 85 99 / 0.3);
}

.placeholder-gray-600\/40::-moz-placeholder{
  color: rgb(75 85 99 / 0.4);
}

.placeholder-gray-600\/40::placeholder{
  color: rgb(75 85 99 / 0.4);
}

.placeholder-gray-600\/5::-moz-placeholder{
  color: rgb(75 85 99 / 0.05);
}

.placeholder-gray-600\/5::placeholder{
  color: rgb(75 85 99 / 0.05);
}

.placeholder-gray-600\/50::-moz-placeholder{
  color: rgb(75 85 99 / 0.5);
}

.placeholder-gray-600\/50::placeholder{
  color: rgb(75 85 99 / 0.5);
}

.placeholder-gray-600\/60::-moz-placeholder{
  color: rgb(75 85 99 / 0.6);
}

.placeholder-gray-600\/60::placeholder{
  color: rgb(75 85 99 / 0.6);
}

.placeholder-gray-600\/70::-moz-placeholder{
  color: rgb(75 85 99 / 0.7);
}

.placeholder-gray-600\/70::placeholder{
  color: rgb(75 85 99 / 0.7);
}

.placeholder-gray-600\/75::-moz-placeholder{
  color: rgb(75 85 99 / 0.75);
}

.placeholder-gray-600\/75::placeholder{
  color: rgb(75 85 99 / 0.75);
}

.placeholder-gray-600\/80::-moz-placeholder{
  color: rgb(75 85 99 / 0.8);
}

.placeholder-gray-600\/80::placeholder{
  color: rgb(75 85 99 / 0.8);
}

.placeholder-gray-600\/90::-moz-placeholder{
  color: rgb(75 85 99 / 0.9);
}

.placeholder-gray-600\/90::placeholder{
  color: rgb(75 85 99 / 0.9);
}

.placeholder-gray-600\/95::-moz-placeholder{
  color: rgb(75 85 99 / 0.95);
}

.placeholder-gray-600\/95::placeholder{
  color: rgb(75 85 99 / 0.95);
}

.placeholder-gray-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity));
}

.placeholder-gray-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity));
}

.placeholder-gray-700\/0::-moz-placeholder{
  color: rgb(55 65 81 / 0);
}

.placeholder-gray-700\/0::placeholder{
  color: rgb(55 65 81 / 0);
}

.placeholder-gray-700\/10::-moz-placeholder{
  color: rgb(55 65 81 / 0.1);
}

.placeholder-gray-700\/10::placeholder{
  color: rgb(55 65 81 / 0.1);
}

.placeholder-gray-700\/100::-moz-placeholder{
  color: rgb(55 65 81 / 1);
}

.placeholder-gray-700\/100::placeholder{
  color: rgb(55 65 81 / 1);
}

.placeholder-gray-700\/20::-moz-placeholder{
  color: rgb(55 65 81 / 0.2);
}

.placeholder-gray-700\/20::placeholder{
  color: rgb(55 65 81 / 0.2);
}

.placeholder-gray-700\/25::-moz-placeholder{
  color: rgb(55 65 81 / 0.25);
}

.placeholder-gray-700\/25::placeholder{
  color: rgb(55 65 81 / 0.25);
}

.placeholder-gray-700\/30::-moz-placeholder{
  color: rgb(55 65 81 / 0.3);
}

.placeholder-gray-700\/30::placeholder{
  color: rgb(55 65 81 / 0.3);
}

.placeholder-gray-700\/40::-moz-placeholder{
  color: rgb(55 65 81 / 0.4);
}

.placeholder-gray-700\/40::placeholder{
  color: rgb(55 65 81 / 0.4);
}

.placeholder-gray-700\/5::-moz-placeholder{
  color: rgb(55 65 81 / 0.05);
}

.placeholder-gray-700\/5::placeholder{
  color: rgb(55 65 81 / 0.05);
}

.placeholder-gray-700\/50::-moz-placeholder{
  color: rgb(55 65 81 / 0.5);
}

.placeholder-gray-700\/50::placeholder{
  color: rgb(55 65 81 / 0.5);
}

.placeholder-gray-700\/60::-moz-placeholder{
  color: rgb(55 65 81 / 0.6);
}

.placeholder-gray-700\/60::placeholder{
  color: rgb(55 65 81 / 0.6);
}

.placeholder-gray-700\/70::-moz-placeholder{
  color: rgb(55 65 81 / 0.7);
}

.placeholder-gray-700\/70::placeholder{
  color: rgb(55 65 81 / 0.7);
}

.placeholder-gray-700\/75::-moz-placeholder{
  color: rgb(55 65 81 / 0.75);
}

.placeholder-gray-700\/75::placeholder{
  color: rgb(55 65 81 / 0.75);
}

.placeholder-gray-700\/80::-moz-placeholder{
  color: rgb(55 65 81 / 0.8);
}

.placeholder-gray-700\/80::placeholder{
  color: rgb(55 65 81 / 0.8);
}

.placeholder-gray-700\/90::-moz-placeholder{
  color: rgb(55 65 81 / 0.9);
}

.placeholder-gray-700\/90::placeholder{
  color: rgb(55 65 81 / 0.9);
}

.placeholder-gray-700\/95::-moz-placeholder{
  color: rgb(55 65 81 / 0.95);
}

.placeholder-gray-700\/95::placeholder{
  color: rgb(55 65 81 / 0.95);
}

.placeholder-gray-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity));
}

.placeholder-gray-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity));
}

.placeholder-gray-800\/0::-moz-placeholder{
  color: rgb(31 41 55 / 0);
}

.placeholder-gray-800\/0::placeholder{
  color: rgb(31 41 55 / 0);
}

.placeholder-gray-800\/10::-moz-placeholder{
  color: rgb(31 41 55 / 0.1);
}

.placeholder-gray-800\/10::placeholder{
  color: rgb(31 41 55 / 0.1);
}

.placeholder-gray-800\/100::-moz-placeholder{
  color: rgb(31 41 55 / 1);
}

.placeholder-gray-800\/100::placeholder{
  color: rgb(31 41 55 / 1);
}

.placeholder-gray-800\/20::-moz-placeholder{
  color: rgb(31 41 55 / 0.2);
}

.placeholder-gray-800\/20::placeholder{
  color: rgb(31 41 55 / 0.2);
}

.placeholder-gray-800\/25::-moz-placeholder{
  color: rgb(31 41 55 / 0.25);
}

.placeholder-gray-800\/25::placeholder{
  color: rgb(31 41 55 / 0.25);
}

.placeholder-gray-800\/30::-moz-placeholder{
  color: rgb(31 41 55 / 0.3);
}

.placeholder-gray-800\/30::placeholder{
  color: rgb(31 41 55 / 0.3);
}

.placeholder-gray-800\/40::-moz-placeholder{
  color: rgb(31 41 55 / 0.4);
}

.placeholder-gray-800\/40::placeholder{
  color: rgb(31 41 55 / 0.4);
}

.placeholder-gray-800\/5::-moz-placeholder{
  color: rgb(31 41 55 / 0.05);
}

.placeholder-gray-800\/5::placeholder{
  color: rgb(31 41 55 / 0.05);
}

.placeholder-gray-800\/50::-moz-placeholder{
  color: rgb(31 41 55 / 0.5);
}

.placeholder-gray-800\/50::placeholder{
  color: rgb(31 41 55 / 0.5);
}

.placeholder-gray-800\/60::-moz-placeholder{
  color: rgb(31 41 55 / 0.6);
}

.placeholder-gray-800\/60::placeholder{
  color: rgb(31 41 55 / 0.6);
}

.placeholder-gray-800\/70::-moz-placeholder{
  color: rgb(31 41 55 / 0.7);
}

.placeholder-gray-800\/70::placeholder{
  color: rgb(31 41 55 / 0.7);
}

.placeholder-gray-800\/75::-moz-placeholder{
  color: rgb(31 41 55 / 0.75);
}

.placeholder-gray-800\/75::placeholder{
  color: rgb(31 41 55 / 0.75);
}

.placeholder-gray-800\/80::-moz-placeholder{
  color: rgb(31 41 55 / 0.8);
}

.placeholder-gray-800\/80::placeholder{
  color: rgb(31 41 55 / 0.8);
}

.placeholder-gray-800\/90::-moz-placeholder{
  color: rgb(31 41 55 / 0.9);
}

.placeholder-gray-800\/90::placeholder{
  color: rgb(31 41 55 / 0.9);
}

.placeholder-gray-800\/95::-moz-placeholder{
  color: rgb(31 41 55 / 0.95);
}

.placeholder-gray-800\/95::placeholder{
  color: rgb(31 41 55 / 0.95);
}

.placeholder-gray-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity));
}

.placeholder-gray-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity));
}

.placeholder-gray-900\/0::-moz-placeholder{
  color: rgb(17 24 39 / 0);
}

.placeholder-gray-900\/0::placeholder{
  color: rgb(17 24 39 / 0);
}

.placeholder-gray-900\/10::-moz-placeholder{
  color: rgb(17 24 39 / 0.1);
}

.placeholder-gray-900\/10::placeholder{
  color: rgb(17 24 39 / 0.1);
}

.placeholder-gray-900\/100::-moz-placeholder{
  color: rgb(17 24 39 / 1);
}

.placeholder-gray-900\/100::placeholder{
  color: rgb(17 24 39 / 1);
}

.placeholder-gray-900\/20::-moz-placeholder{
  color: rgb(17 24 39 / 0.2);
}

.placeholder-gray-900\/20::placeholder{
  color: rgb(17 24 39 / 0.2);
}

.placeholder-gray-900\/25::-moz-placeholder{
  color: rgb(17 24 39 / 0.25);
}

.placeholder-gray-900\/25::placeholder{
  color: rgb(17 24 39 / 0.25);
}

.placeholder-gray-900\/30::-moz-placeholder{
  color: rgb(17 24 39 / 0.3);
}

.placeholder-gray-900\/30::placeholder{
  color: rgb(17 24 39 / 0.3);
}

.placeholder-gray-900\/40::-moz-placeholder{
  color: rgb(17 24 39 / 0.4);
}

.placeholder-gray-900\/40::placeholder{
  color: rgb(17 24 39 / 0.4);
}

.placeholder-gray-900\/5::-moz-placeholder{
  color: rgb(17 24 39 / 0.05);
}

.placeholder-gray-900\/5::placeholder{
  color: rgb(17 24 39 / 0.05);
}

.placeholder-gray-900\/50::-moz-placeholder{
  color: rgb(17 24 39 / 0.5);
}

.placeholder-gray-900\/50::placeholder{
  color: rgb(17 24 39 / 0.5);
}

.placeholder-gray-900\/60::-moz-placeholder{
  color: rgb(17 24 39 / 0.6);
}

.placeholder-gray-900\/60::placeholder{
  color: rgb(17 24 39 / 0.6);
}

.placeholder-gray-900\/70::-moz-placeholder{
  color: rgb(17 24 39 / 0.7);
}

.placeholder-gray-900\/70::placeholder{
  color: rgb(17 24 39 / 0.7);
}

.placeholder-gray-900\/75::-moz-placeholder{
  color: rgb(17 24 39 / 0.75);
}

.placeholder-gray-900\/75::placeholder{
  color: rgb(17 24 39 / 0.75);
}

.placeholder-gray-900\/80::-moz-placeholder{
  color: rgb(17 24 39 / 0.8);
}

.placeholder-gray-900\/80::placeholder{
  color: rgb(17 24 39 / 0.8);
}

.placeholder-gray-900\/90::-moz-placeholder{
  color: rgb(17 24 39 / 0.9);
}

.placeholder-gray-900\/90::placeholder{
  color: rgb(17 24 39 / 0.9);
}

.placeholder-gray-900\/95::-moz-placeholder{
  color: rgb(17 24 39 / 0.95);
}

.placeholder-gray-900\/95::placeholder{
  color: rgb(17 24 39 / 0.95);
}

.placeholder-gray-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity));
}

.placeholder-gray-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity));
}

.placeholder-gray-950\/0::-moz-placeholder{
  color: rgb(3 7 18 / 0);
}

.placeholder-gray-950\/0::placeholder{
  color: rgb(3 7 18 / 0);
}

.placeholder-gray-950\/10::-moz-placeholder{
  color: rgb(3 7 18 / 0.1);
}

.placeholder-gray-950\/10::placeholder{
  color: rgb(3 7 18 / 0.1);
}

.placeholder-gray-950\/100::-moz-placeholder{
  color: rgb(3 7 18 / 1);
}

.placeholder-gray-950\/100::placeholder{
  color: rgb(3 7 18 / 1);
}

.placeholder-gray-950\/20::-moz-placeholder{
  color: rgb(3 7 18 / 0.2);
}

.placeholder-gray-950\/20::placeholder{
  color: rgb(3 7 18 / 0.2);
}

.placeholder-gray-950\/25::-moz-placeholder{
  color: rgb(3 7 18 / 0.25);
}

.placeholder-gray-950\/25::placeholder{
  color: rgb(3 7 18 / 0.25);
}

.placeholder-gray-950\/30::-moz-placeholder{
  color: rgb(3 7 18 / 0.3);
}

.placeholder-gray-950\/30::placeholder{
  color: rgb(3 7 18 / 0.3);
}

.placeholder-gray-950\/40::-moz-placeholder{
  color: rgb(3 7 18 / 0.4);
}

.placeholder-gray-950\/40::placeholder{
  color: rgb(3 7 18 / 0.4);
}

.placeholder-gray-950\/5::-moz-placeholder{
  color: rgb(3 7 18 / 0.05);
}

.placeholder-gray-950\/5::placeholder{
  color: rgb(3 7 18 / 0.05);
}

.placeholder-gray-950\/50::-moz-placeholder{
  color: rgb(3 7 18 / 0.5);
}

.placeholder-gray-950\/50::placeholder{
  color: rgb(3 7 18 / 0.5);
}

.placeholder-gray-950\/60::-moz-placeholder{
  color: rgb(3 7 18 / 0.6);
}

.placeholder-gray-950\/60::placeholder{
  color: rgb(3 7 18 / 0.6);
}

.placeholder-gray-950\/70::-moz-placeholder{
  color: rgb(3 7 18 / 0.7);
}

.placeholder-gray-950\/70::placeholder{
  color: rgb(3 7 18 / 0.7);
}

.placeholder-gray-950\/75::-moz-placeholder{
  color: rgb(3 7 18 / 0.75);
}

.placeholder-gray-950\/75::placeholder{
  color: rgb(3 7 18 / 0.75);
}

.placeholder-gray-950\/80::-moz-placeholder{
  color: rgb(3 7 18 / 0.8);
}

.placeholder-gray-950\/80::placeholder{
  color: rgb(3 7 18 / 0.8);
}

.placeholder-gray-950\/90::-moz-placeholder{
  color: rgb(3 7 18 / 0.9);
}

.placeholder-gray-950\/90::placeholder{
  color: rgb(3 7 18 / 0.9);
}

.placeholder-gray-950\/95::-moz-placeholder{
  color: rgb(3 7 18 / 0.95);
}

.placeholder-gray-950\/95::placeholder{
  color: rgb(3 7 18 / 0.95);
}

.placeholder-green-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity));
}

.placeholder-green-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity));
}

.placeholder-green-100\/0::-moz-placeholder{
  color: rgb(220 252 231 / 0);
}

.placeholder-green-100\/0::placeholder{
  color: rgb(220 252 231 / 0);
}

.placeholder-green-100\/10::-moz-placeholder{
  color: rgb(220 252 231 / 0.1);
}

.placeholder-green-100\/10::placeholder{
  color: rgb(220 252 231 / 0.1);
}

.placeholder-green-100\/100::-moz-placeholder{
  color: rgb(220 252 231 / 1);
}

.placeholder-green-100\/100::placeholder{
  color: rgb(220 252 231 / 1);
}

.placeholder-green-100\/20::-moz-placeholder{
  color: rgb(220 252 231 / 0.2);
}

.placeholder-green-100\/20::placeholder{
  color: rgb(220 252 231 / 0.2);
}

.placeholder-green-100\/25::-moz-placeholder{
  color: rgb(220 252 231 / 0.25);
}

.placeholder-green-100\/25::placeholder{
  color: rgb(220 252 231 / 0.25);
}

.placeholder-green-100\/30::-moz-placeholder{
  color: rgb(220 252 231 / 0.3);
}

.placeholder-green-100\/30::placeholder{
  color: rgb(220 252 231 / 0.3);
}

.placeholder-green-100\/40::-moz-placeholder{
  color: rgb(220 252 231 / 0.4);
}

.placeholder-green-100\/40::placeholder{
  color: rgb(220 252 231 / 0.4);
}

.placeholder-green-100\/5::-moz-placeholder{
  color: rgb(220 252 231 / 0.05);
}

.placeholder-green-100\/5::placeholder{
  color: rgb(220 252 231 / 0.05);
}

.placeholder-green-100\/50::-moz-placeholder{
  color: rgb(220 252 231 / 0.5);
}

.placeholder-green-100\/50::placeholder{
  color: rgb(220 252 231 / 0.5);
}

.placeholder-green-100\/60::-moz-placeholder{
  color: rgb(220 252 231 / 0.6);
}

.placeholder-green-100\/60::placeholder{
  color: rgb(220 252 231 / 0.6);
}

.placeholder-green-100\/70::-moz-placeholder{
  color: rgb(220 252 231 / 0.7);
}

.placeholder-green-100\/70::placeholder{
  color: rgb(220 252 231 / 0.7);
}

.placeholder-green-100\/75::-moz-placeholder{
  color: rgb(220 252 231 / 0.75);
}

.placeholder-green-100\/75::placeholder{
  color: rgb(220 252 231 / 0.75);
}

.placeholder-green-100\/80::-moz-placeholder{
  color: rgb(220 252 231 / 0.8);
}

.placeholder-green-100\/80::placeholder{
  color: rgb(220 252 231 / 0.8);
}

.placeholder-green-100\/90::-moz-placeholder{
  color: rgb(220 252 231 / 0.9);
}

.placeholder-green-100\/90::placeholder{
  color: rgb(220 252 231 / 0.9);
}

.placeholder-green-100\/95::-moz-placeholder{
  color: rgb(220 252 231 / 0.95);
}

.placeholder-green-100\/95::placeholder{
  color: rgb(220 252 231 / 0.95);
}

.placeholder-green-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity));
}

.placeholder-green-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity));
}

.placeholder-green-200\/0::-moz-placeholder{
  color: rgb(187 247 208 / 0);
}

.placeholder-green-200\/0::placeholder{
  color: rgb(187 247 208 / 0);
}

.placeholder-green-200\/10::-moz-placeholder{
  color: rgb(187 247 208 / 0.1);
}

.placeholder-green-200\/10::placeholder{
  color: rgb(187 247 208 / 0.1);
}

.placeholder-green-200\/100::-moz-placeholder{
  color: rgb(187 247 208 / 1);
}

.placeholder-green-200\/100::placeholder{
  color: rgb(187 247 208 / 1);
}

.placeholder-green-200\/20::-moz-placeholder{
  color: rgb(187 247 208 / 0.2);
}

.placeholder-green-200\/20::placeholder{
  color: rgb(187 247 208 / 0.2);
}

.placeholder-green-200\/25::-moz-placeholder{
  color: rgb(187 247 208 / 0.25);
}

.placeholder-green-200\/25::placeholder{
  color: rgb(187 247 208 / 0.25);
}

.placeholder-green-200\/30::-moz-placeholder{
  color: rgb(187 247 208 / 0.3);
}

.placeholder-green-200\/30::placeholder{
  color: rgb(187 247 208 / 0.3);
}

.placeholder-green-200\/40::-moz-placeholder{
  color: rgb(187 247 208 / 0.4);
}

.placeholder-green-200\/40::placeholder{
  color: rgb(187 247 208 / 0.4);
}

.placeholder-green-200\/5::-moz-placeholder{
  color: rgb(187 247 208 / 0.05);
}

.placeholder-green-200\/5::placeholder{
  color: rgb(187 247 208 / 0.05);
}

.placeholder-green-200\/50::-moz-placeholder{
  color: rgb(187 247 208 / 0.5);
}

.placeholder-green-200\/50::placeholder{
  color: rgb(187 247 208 / 0.5);
}

.placeholder-green-200\/60::-moz-placeholder{
  color: rgb(187 247 208 / 0.6);
}

.placeholder-green-200\/60::placeholder{
  color: rgb(187 247 208 / 0.6);
}

.placeholder-green-200\/70::-moz-placeholder{
  color: rgb(187 247 208 / 0.7);
}

.placeholder-green-200\/70::placeholder{
  color: rgb(187 247 208 / 0.7);
}

.placeholder-green-200\/75::-moz-placeholder{
  color: rgb(187 247 208 / 0.75);
}

.placeholder-green-200\/75::placeholder{
  color: rgb(187 247 208 / 0.75);
}

.placeholder-green-200\/80::-moz-placeholder{
  color: rgb(187 247 208 / 0.8);
}

.placeholder-green-200\/80::placeholder{
  color: rgb(187 247 208 / 0.8);
}

.placeholder-green-200\/90::-moz-placeholder{
  color: rgb(187 247 208 / 0.9);
}

.placeholder-green-200\/90::placeholder{
  color: rgb(187 247 208 / 0.9);
}

.placeholder-green-200\/95::-moz-placeholder{
  color: rgb(187 247 208 / 0.95);
}

.placeholder-green-200\/95::placeholder{
  color: rgb(187 247 208 / 0.95);
}

.placeholder-green-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity));
}

.placeholder-green-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity));
}

.placeholder-green-300\/0::-moz-placeholder{
  color: rgb(134 239 172 / 0);
}

.placeholder-green-300\/0::placeholder{
  color: rgb(134 239 172 / 0);
}

.placeholder-green-300\/10::-moz-placeholder{
  color: rgb(134 239 172 / 0.1);
}

.placeholder-green-300\/10::placeholder{
  color: rgb(134 239 172 / 0.1);
}

.placeholder-green-300\/100::-moz-placeholder{
  color: rgb(134 239 172 / 1);
}

.placeholder-green-300\/100::placeholder{
  color: rgb(134 239 172 / 1);
}

.placeholder-green-300\/20::-moz-placeholder{
  color: rgb(134 239 172 / 0.2);
}

.placeholder-green-300\/20::placeholder{
  color: rgb(134 239 172 / 0.2);
}

.placeholder-green-300\/25::-moz-placeholder{
  color: rgb(134 239 172 / 0.25);
}

.placeholder-green-300\/25::placeholder{
  color: rgb(134 239 172 / 0.25);
}

.placeholder-green-300\/30::-moz-placeholder{
  color: rgb(134 239 172 / 0.3);
}

.placeholder-green-300\/30::placeholder{
  color: rgb(134 239 172 / 0.3);
}

.placeholder-green-300\/40::-moz-placeholder{
  color: rgb(134 239 172 / 0.4);
}

.placeholder-green-300\/40::placeholder{
  color: rgb(134 239 172 / 0.4);
}

.placeholder-green-300\/5::-moz-placeholder{
  color: rgb(134 239 172 / 0.05);
}

.placeholder-green-300\/5::placeholder{
  color: rgb(134 239 172 / 0.05);
}

.placeholder-green-300\/50::-moz-placeholder{
  color: rgb(134 239 172 / 0.5);
}

.placeholder-green-300\/50::placeholder{
  color: rgb(134 239 172 / 0.5);
}

.placeholder-green-300\/60::-moz-placeholder{
  color: rgb(134 239 172 / 0.6);
}

.placeholder-green-300\/60::placeholder{
  color: rgb(134 239 172 / 0.6);
}

.placeholder-green-300\/70::-moz-placeholder{
  color: rgb(134 239 172 / 0.7);
}

.placeholder-green-300\/70::placeholder{
  color: rgb(134 239 172 / 0.7);
}

.placeholder-green-300\/75::-moz-placeholder{
  color: rgb(134 239 172 / 0.75);
}

.placeholder-green-300\/75::placeholder{
  color: rgb(134 239 172 / 0.75);
}

.placeholder-green-300\/80::-moz-placeholder{
  color: rgb(134 239 172 / 0.8);
}

.placeholder-green-300\/80::placeholder{
  color: rgb(134 239 172 / 0.8);
}

.placeholder-green-300\/90::-moz-placeholder{
  color: rgb(134 239 172 / 0.9);
}

.placeholder-green-300\/90::placeholder{
  color: rgb(134 239 172 / 0.9);
}

.placeholder-green-300\/95::-moz-placeholder{
  color: rgb(134 239 172 / 0.95);
}

.placeholder-green-300\/95::placeholder{
  color: rgb(134 239 172 / 0.95);
}

.placeholder-green-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(74 222 128 / var(--tw-placeholder-opacity));
}

.placeholder-green-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(74 222 128 / var(--tw-placeholder-opacity));
}

.placeholder-green-400\/0::-moz-placeholder{
  color: rgb(74 222 128 / 0);
}

.placeholder-green-400\/0::placeholder{
  color: rgb(74 222 128 / 0);
}

.placeholder-green-400\/10::-moz-placeholder{
  color: rgb(74 222 128 / 0.1);
}

.placeholder-green-400\/10::placeholder{
  color: rgb(74 222 128 / 0.1);
}

.placeholder-green-400\/100::-moz-placeholder{
  color: rgb(74 222 128 / 1);
}

.placeholder-green-400\/100::placeholder{
  color: rgb(74 222 128 / 1);
}

.placeholder-green-400\/20::-moz-placeholder{
  color: rgb(74 222 128 / 0.2);
}

.placeholder-green-400\/20::placeholder{
  color: rgb(74 222 128 / 0.2);
}

.placeholder-green-400\/25::-moz-placeholder{
  color: rgb(74 222 128 / 0.25);
}

.placeholder-green-400\/25::placeholder{
  color: rgb(74 222 128 / 0.25);
}

.placeholder-green-400\/30::-moz-placeholder{
  color: rgb(74 222 128 / 0.3);
}

.placeholder-green-400\/30::placeholder{
  color: rgb(74 222 128 / 0.3);
}

.placeholder-green-400\/40::-moz-placeholder{
  color: rgb(74 222 128 / 0.4);
}

.placeholder-green-400\/40::placeholder{
  color: rgb(74 222 128 / 0.4);
}

.placeholder-green-400\/5::-moz-placeholder{
  color: rgb(74 222 128 / 0.05);
}

.placeholder-green-400\/5::placeholder{
  color: rgb(74 222 128 / 0.05);
}

.placeholder-green-400\/50::-moz-placeholder{
  color: rgb(74 222 128 / 0.5);
}

.placeholder-green-400\/50::placeholder{
  color: rgb(74 222 128 / 0.5);
}

.placeholder-green-400\/60::-moz-placeholder{
  color: rgb(74 222 128 / 0.6);
}

.placeholder-green-400\/60::placeholder{
  color: rgb(74 222 128 / 0.6);
}

.placeholder-green-400\/70::-moz-placeholder{
  color: rgb(74 222 128 / 0.7);
}

.placeholder-green-400\/70::placeholder{
  color: rgb(74 222 128 / 0.7);
}

.placeholder-green-400\/75::-moz-placeholder{
  color: rgb(74 222 128 / 0.75);
}

.placeholder-green-400\/75::placeholder{
  color: rgb(74 222 128 / 0.75);
}

.placeholder-green-400\/80::-moz-placeholder{
  color: rgb(74 222 128 / 0.8);
}

.placeholder-green-400\/80::placeholder{
  color: rgb(74 222 128 / 0.8);
}

.placeholder-green-400\/90::-moz-placeholder{
  color: rgb(74 222 128 / 0.9);
}

.placeholder-green-400\/90::placeholder{
  color: rgb(74 222 128 / 0.9);
}

.placeholder-green-400\/95::-moz-placeholder{
  color: rgb(74 222 128 / 0.95);
}

.placeholder-green-400\/95::placeholder{
  color: rgb(74 222 128 / 0.95);
}

.placeholder-green-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity));
}

.placeholder-green-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity));
}

.placeholder-green-50\/0::-moz-placeholder{
  color: rgb(240 253 244 / 0);
}

.placeholder-green-50\/0::placeholder{
  color: rgb(240 253 244 / 0);
}

.placeholder-green-50\/10::-moz-placeholder{
  color: rgb(240 253 244 / 0.1);
}

.placeholder-green-50\/10::placeholder{
  color: rgb(240 253 244 / 0.1);
}

.placeholder-green-50\/100::-moz-placeholder{
  color: rgb(240 253 244 / 1);
}

.placeholder-green-50\/100::placeholder{
  color: rgb(240 253 244 / 1);
}

.placeholder-green-50\/20::-moz-placeholder{
  color: rgb(240 253 244 / 0.2);
}

.placeholder-green-50\/20::placeholder{
  color: rgb(240 253 244 / 0.2);
}

.placeholder-green-50\/25::-moz-placeholder{
  color: rgb(240 253 244 / 0.25);
}

.placeholder-green-50\/25::placeholder{
  color: rgb(240 253 244 / 0.25);
}

.placeholder-green-50\/30::-moz-placeholder{
  color: rgb(240 253 244 / 0.3);
}

.placeholder-green-50\/30::placeholder{
  color: rgb(240 253 244 / 0.3);
}

.placeholder-green-50\/40::-moz-placeholder{
  color: rgb(240 253 244 / 0.4);
}

.placeholder-green-50\/40::placeholder{
  color: rgb(240 253 244 / 0.4);
}

.placeholder-green-50\/5::-moz-placeholder{
  color: rgb(240 253 244 / 0.05);
}

.placeholder-green-50\/5::placeholder{
  color: rgb(240 253 244 / 0.05);
}

.placeholder-green-50\/50::-moz-placeholder{
  color: rgb(240 253 244 / 0.5);
}

.placeholder-green-50\/50::placeholder{
  color: rgb(240 253 244 / 0.5);
}

.placeholder-green-50\/60::-moz-placeholder{
  color: rgb(240 253 244 / 0.6);
}

.placeholder-green-50\/60::placeholder{
  color: rgb(240 253 244 / 0.6);
}

.placeholder-green-50\/70::-moz-placeholder{
  color: rgb(240 253 244 / 0.7);
}

.placeholder-green-50\/70::placeholder{
  color: rgb(240 253 244 / 0.7);
}

.placeholder-green-50\/75::-moz-placeholder{
  color: rgb(240 253 244 / 0.75);
}

.placeholder-green-50\/75::placeholder{
  color: rgb(240 253 244 / 0.75);
}

.placeholder-green-50\/80::-moz-placeholder{
  color: rgb(240 253 244 / 0.8);
}

.placeholder-green-50\/80::placeholder{
  color: rgb(240 253 244 / 0.8);
}

.placeholder-green-50\/90::-moz-placeholder{
  color: rgb(240 253 244 / 0.9);
}

.placeholder-green-50\/90::placeholder{
  color: rgb(240 253 244 / 0.9);
}

.placeholder-green-50\/95::-moz-placeholder{
  color: rgb(240 253 244 / 0.95);
}

.placeholder-green-50\/95::placeholder{
  color: rgb(240 253 244 / 0.95);
}

.placeholder-green-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity));
}

.placeholder-green-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity));
}

.placeholder-green-500\/0::-moz-placeholder{
  color: rgb(34 197 94 / 0);
}

.placeholder-green-500\/0::placeholder{
  color: rgb(34 197 94 / 0);
}

.placeholder-green-500\/10::-moz-placeholder{
  color: rgb(34 197 94 / 0.1);
}

.placeholder-green-500\/10::placeholder{
  color: rgb(34 197 94 / 0.1);
}

.placeholder-green-500\/100::-moz-placeholder{
  color: rgb(34 197 94 / 1);
}

.placeholder-green-500\/100::placeholder{
  color: rgb(34 197 94 / 1);
}

.placeholder-green-500\/20::-moz-placeholder{
  color: rgb(34 197 94 / 0.2);
}

.placeholder-green-500\/20::placeholder{
  color: rgb(34 197 94 / 0.2);
}

.placeholder-green-500\/25::-moz-placeholder{
  color: rgb(34 197 94 / 0.25);
}

.placeholder-green-500\/25::placeholder{
  color: rgb(34 197 94 / 0.25);
}

.placeholder-green-500\/30::-moz-placeholder{
  color: rgb(34 197 94 / 0.3);
}

.placeholder-green-500\/30::placeholder{
  color: rgb(34 197 94 / 0.3);
}

.placeholder-green-500\/40::-moz-placeholder{
  color: rgb(34 197 94 / 0.4);
}

.placeholder-green-500\/40::placeholder{
  color: rgb(34 197 94 / 0.4);
}

.placeholder-green-500\/5::-moz-placeholder{
  color: rgb(34 197 94 / 0.05);
}

.placeholder-green-500\/5::placeholder{
  color: rgb(34 197 94 / 0.05);
}

.placeholder-green-500\/50::-moz-placeholder{
  color: rgb(34 197 94 / 0.5);
}

.placeholder-green-500\/50::placeholder{
  color: rgb(34 197 94 / 0.5);
}

.placeholder-green-500\/60::-moz-placeholder{
  color: rgb(34 197 94 / 0.6);
}

.placeholder-green-500\/60::placeholder{
  color: rgb(34 197 94 / 0.6);
}

.placeholder-green-500\/70::-moz-placeholder{
  color: rgb(34 197 94 / 0.7);
}

.placeholder-green-500\/70::placeholder{
  color: rgb(34 197 94 / 0.7);
}

.placeholder-green-500\/75::-moz-placeholder{
  color: rgb(34 197 94 / 0.75);
}

.placeholder-green-500\/75::placeholder{
  color: rgb(34 197 94 / 0.75);
}

.placeholder-green-500\/80::-moz-placeholder{
  color: rgb(34 197 94 / 0.8);
}

.placeholder-green-500\/80::placeholder{
  color: rgb(34 197 94 / 0.8);
}

.placeholder-green-500\/90::-moz-placeholder{
  color: rgb(34 197 94 / 0.9);
}

.placeholder-green-500\/90::placeholder{
  color: rgb(34 197 94 / 0.9);
}

.placeholder-green-500\/95::-moz-placeholder{
  color: rgb(34 197 94 / 0.95);
}

.placeholder-green-500\/95::placeholder{
  color: rgb(34 197 94 / 0.95);
}

.placeholder-green-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity));
}

.placeholder-green-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity));
}

.placeholder-green-600\/0::-moz-placeholder{
  color: rgb(22 163 74 / 0);
}

.placeholder-green-600\/0::placeholder{
  color: rgb(22 163 74 / 0);
}

.placeholder-green-600\/10::-moz-placeholder{
  color: rgb(22 163 74 / 0.1);
}

.placeholder-green-600\/10::placeholder{
  color: rgb(22 163 74 / 0.1);
}

.placeholder-green-600\/100::-moz-placeholder{
  color: rgb(22 163 74 / 1);
}

.placeholder-green-600\/100::placeholder{
  color: rgb(22 163 74 / 1);
}

.placeholder-green-600\/20::-moz-placeholder{
  color: rgb(22 163 74 / 0.2);
}

.placeholder-green-600\/20::placeholder{
  color: rgb(22 163 74 / 0.2);
}

.placeholder-green-600\/25::-moz-placeholder{
  color: rgb(22 163 74 / 0.25);
}

.placeholder-green-600\/25::placeholder{
  color: rgb(22 163 74 / 0.25);
}

.placeholder-green-600\/30::-moz-placeholder{
  color: rgb(22 163 74 / 0.3);
}

.placeholder-green-600\/30::placeholder{
  color: rgb(22 163 74 / 0.3);
}

.placeholder-green-600\/40::-moz-placeholder{
  color: rgb(22 163 74 / 0.4);
}

.placeholder-green-600\/40::placeholder{
  color: rgb(22 163 74 / 0.4);
}

.placeholder-green-600\/5::-moz-placeholder{
  color: rgb(22 163 74 / 0.05);
}

.placeholder-green-600\/5::placeholder{
  color: rgb(22 163 74 / 0.05);
}

.placeholder-green-600\/50::-moz-placeholder{
  color: rgb(22 163 74 / 0.5);
}

.placeholder-green-600\/50::placeholder{
  color: rgb(22 163 74 / 0.5);
}

.placeholder-green-600\/60::-moz-placeholder{
  color: rgb(22 163 74 / 0.6);
}

.placeholder-green-600\/60::placeholder{
  color: rgb(22 163 74 / 0.6);
}

.placeholder-green-600\/70::-moz-placeholder{
  color: rgb(22 163 74 / 0.7);
}

.placeholder-green-600\/70::placeholder{
  color: rgb(22 163 74 / 0.7);
}

.placeholder-green-600\/75::-moz-placeholder{
  color: rgb(22 163 74 / 0.75);
}

.placeholder-green-600\/75::placeholder{
  color: rgb(22 163 74 / 0.75);
}

.placeholder-green-600\/80::-moz-placeholder{
  color: rgb(22 163 74 / 0.8);
}

.placeholder-green-600\/80::placeholder{
  color: rgb(22 163 74 / 0.8);
}

.placeholder-green-600\/90::-moz-placeholder{
  color: rgb(22 163 74 / 0.9);
}

.placeholder-green-600\/90::placeholder{
  color: rgb(22 163 74 / 0.9);
}

.placeholder-green-600\/95::-moz-placeholder{
  color: rgb(22 163 74 / 0.95);
}

.placeholder-green-600\/95::placeholder{
  color: rgb(22 163 74 / 0.95);
}

.placeholder-green-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity));
}

.placeholder-green-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity));
}

.placeholder-green-700\/0::-moz-placeholder{
  color: rgb(21 128 61 / 0);
}

.placeholder-green-700\/0::placeholder{
  color: rgb(21 128 61 / 0);
}

.placeholder-green-700\/10::-moz-placeholder{
  color: rgb(21 128 61 / 0.1);
}

.placeholder-green-700\/10::placeholder{
  color: rgb(21 128 61 / 0.1);
}

.placeholder-green-700\/100::-moz-placeholder{
  color: rgb(21 128 61 / 1);
}

.placeholder-green-700\/100::placeholder{
  color: rgb(21 128 61 / 1);
}

.placeholder-green-700\/20::-moz-placeholder{
  color: rgb(21 128 61 / 0.2);
}

.placeholder-green-700\/20::placeholder{
  color: rgb(21 128 61 / 0.2);
}

.placeholder-green-700\/25::-moz-placeholder{
  color: rgb(21 128 61 / 0.25);
}

.placeholder-green-700\/25::placeholder{
  color: rgb(21 128 61 / 0.25);
}

.placeholder-green-700\/30::-moz-placeholder{
  color: rgb(21 128 61 / 0.3);
}

.placeholder-green-700\/30::placeholder{
  color: rgb(21 128 61 / 0.3);
}

.placeholder-green-700\/40::-moz-placeholder{
  color: rgb(21 128 61 / 0.4);
}

.placeholder-green-700\/40::placeholder{
  color: rgb(21 128 61 / 0.4);
}

.placeholder-green-700\/5::-moz-placeholder{
  color: rgb(21 128 61 / 0.05);
}

.placeholder-green-700\/5::placeholder{
  color: rgb(21 128 61 / 0.05);
}

.placeholder-green-700\/50::-moz-placeholder{
  color: rgb(21 128 61 / 0.5);
}

.placeholder-green-700\/50::placeholder{
  color: rgb(21 128 61 / 0.5);
}

.placeholder-green-700\/60::-moz-placeholder{
  color: rgb(21 128 61 / 0.6);
}

.placeholder-green-700\/60::placeholder{
  color: rgb(21 128 61 / 0.6);
}

.placeholder-green-700\/70::-moz-placeholder{
  color: rgb(21 128 61 / 0.7);
}

.placeholder-green-700\/70::placeholder{
  color: rgb(21 128 61 / 0.7);
}

.placeholder-green-700\/75::-moz-placeholder{
  color: rgb(21 128 61 / 0.75);
}

.placeholder-green-700\/75::placeholder{
  color: rgb(21 128 61 / 0.75);
}

.placeholder-green-700\/80::-moz-placeholder{
  color: rgb(21 128 61 / 0.8);
}

.placeholder-green-700\/80::placeholder{
  color: rgb(21 128 61 / 0.8);
}

.placeholder-green-700\/90::-moz-placeholder{
  color: rgb(21 128 61 / 0.9);
}

.placeholder-green-700\/90::placeholder{
  color: rgb(21 128 61 / 0.9);
}

.placeholder-green-700\/95::-moz-placeholder{
  color: rgb(21 128 61 / 0.95);
}

.placeholder-green-700\/95::placeholder{
  color: rgb(21 128 61 / 0.95);
}

.placeholder-green-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity));
}

.placeholder-green-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity));
}

.placeholder-green-800\/0::-moz-placeholder{
  color: rgb(22 101 52 / 0);
}

.placeholder-green-800\/0::placeholder{
  color: rgb(22 101 52 / 0);
}

.placeholder-green-800\/10::-moz-placeholder{
  color: rgb(22 101 52 / 0.1);
}

.placeholder-green-800\/10::placeholder{
  color: rgb(22 101 52 / 0.1);
}

.placeholder-green-800\/100::-moz-placeholder{
  color: rgb(22 101 52 / 1);
}

.placeholder-green-800\/100::placeholder{
  color: rgb(22 101 52 / 1);
}

.placeholder-green-800\/20::-moz-placeholder{
  color: rgb(22 101 52 / 0.2);
}

.placeholder-green-800\/20::placeholder{
  color: rgb(22 101 52 / 0.2);
}

.placeholder-green-800\/25::-moz-placeholder{
  color: rgb(22 101 52 / 0.25);
}

.placeholder-green-800\/25::placeholder{
  color: rgb(22 101 52 / 0.25);
}

.placeholder-green-800\/30::-moz-placeholder{
  color: rgb(22 101 52 / 0.3);
}

.placeholder-green-800\/30::placeholder{
  color: rgb(22 101 52 / 0.3);
}

.placeholder-green-800\/40::-moz-placeholder{
  color: rgb(22 101 52 / 0.4);
}

.placeholder-green-800\/40::placeholder{
  color: rgb(22 101 52 / 0.4);
}

.placeholder-green-800\/5::-moz-placeholder{
  color: rgb(22 101 52 / 0.05);
}

.placeholder-green-800\/5::placeholder{
  color: rgb(22 101 52 / 0.05);
}

.placeholder-green-800\/50::-moz-placeholder{
  color: rgb(22 101 52 / 0.5);
}

.placeholder-green-800\/50::placeholder{
  color: rgb(22 101 52 / 0.5);
}

.placeholder-green-800\/60::-moz-placeholder{
  color: rgb(22 101 52 / 0.6);
}

.placeholder-green-800\/60::placeholder{
  color: rgb(22 101 52 / 0.6);
}

.placeholder-green-800\/70::-moz-placeholder{
  color: rgb(22 101 52 / 0.7);
}

.placeholder-green-800\/70::placeholder{
  color: rgb(22 101 52 / 0.7);
}

.placeholder-green-800\/75::-moz-placeholder{
  color: rgb(22 101 52 / 0.75);
}

.placeholder-green-800\/75::placeholder{
  color: rgb(22 101 52 / 0.75);
}

.placeholder-green-800\/80::-moz-placeholder{
  color: rgb(22 101 52 / 0.8);
}

.placeholder-green-800\/80::placeholder{
  color: rgb(22 101 52 / 0.8);
}

.placeholder-green-800\/90::-moz-placeholder{
  color: rgb(22 101 52 / 0.9);
}

.placeholder-green-800\/90::placeholder{
  color: rgb(22 101 52 / 0.9);
}

.placeholder-green-800\/95::-moz-placeholder{
  color: rgb(22 101 52 / 0.95);
}

.placeholder-green-800\/95::placeholder{
  color: rgb(22 101 52 / 0.95);
}

.placeholder-green-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity));
}

.placeholder-green-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity));
}

.placeholder-green-900\/0::-moz-placeholder{
  color: rgb(20 83 45 / 0);
}

.placeholder-green-900\/0::placeholder{
  color: rgb(20 83 45 / 0);
}

.placeholder-green-900\/10::-moz-placeholder{
  color: rgb(20 83 45 / 0.1);
}

.placeholder-green-900\/10::placeholder{
  color: rgb(20 83 45 / 0.1);
}

.placeholder-green-900\/100::-moz-placeholder{
  color: rgb(20 83 45 / 1);
}

.placeholder-green-900\/100::placeholder{
  color: rgb(20 83 45 / 1);
}

.placeholder-green-900\/20::-moz-placeholder{
  color: rgb(20 83 45 / 0.2);
}

.placeholder-green-900\/20::placeholder{
  color: rgb(20 83 45 / 0.2);
}

.placeholder-green-900\/25::-moz-placeholder{
  color: rgb(20 83 45 / 0.25);
}

.placeholder-green-900\/25::placeholder{
  color: rgb(20 83 45 / 0.25);
}

.placeholder-green-900\/30::-moz-placeholder{
  color: rgb(20 83 45 / 0.3);
}

.placeholder-green-900\/30::placeholder{
  color: rgb(20 83 45 / 0.3);
}

.placeholder-green-900\/40::-moz-placeholder{
  color: rgb(20 83 45 / 0.4);
}

.placeholder-green-900\/40::placeholder{
  color: rgb(20 83 45 / 0.4);
}

.placeholder-green-900\/5::-moz-placeholder{
  color: rgb(20 83 45 / 0.05);
}

.placeholder-green-900\/5::placeholder{
  color: rgb(20 83 45 / 0.05);
}

.placeholder-green-900\/50::-moz-placeholder{
  color: rgb(20 83 45 / 0.5);
}

.placeholder-green-900\/50::placeholder{
  color: rgb(20 83 45 / 0.5);
}

.placeholder-green-900\/60::-moz-placeholder{
  color: rgb(20 83 45 / 0.6);
}

.placeholder-green-900\/60::placeholder{
  color: rgb(20 83 45 / 0.6);
}

.placeholder-green-900\/70::-moz-placeholder{
  color: rgb(20 83 45 / 0.7);
}

.placeholder-green-900\/70::placeholder{
  color: rgb(20 83 45 / 0.7);
}

.placeholder-green-900\/75::-moz-placeholder{
  color: rgb(20 83 45 / 0.75);
}

.placeholder-green-900\/75::placeholder{
  color: rgb(20 83 45 / 0.75);
}

.placeholder-green-900\/80::-moz-placeholder{
  color: rgb(20 83 45 / 0.8);
}

.placeholder-green-900\/80::placeholder{
  color: rgb(20 83 45 / 0.8);
}

.placeholder-green-900\/90::-moz-placeholder{
  color: rgb(20 83 45 / 0.9);
}

.placeholder-green-900\/90::placeholder{
  color: rgb(20 83 45 / 0.9);
}

.placeholder-green-900\/95::-moz-placeholder{
  color: rgb(20 83 45 / 0.95);
}

.placeholder-green-900\/95::placeholder{
  color: rgb(20 83 45 / 0.95);
}

.placeholder-green-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity));
}

.placeholder-green-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity));
}

.placeholder-green-950\/0::-moz-placeholder{
  color: rgb(5 46 22 / 0);
}

.placeholder-green-950\/0::placeholder{
  color: rgb(5 46 22 / 0);
}

.placeholder-green-950\/10::-moz-placeholder{
  color: rgb(5 46 22 / 0.1);
}

.placeholder-green-950\/10::placeholder{
  color: rgb(5 46 22 / 0.1);
}

.placeholder-green-950\/100::-moz-placeholder{
  color: rgb(5 46 22 / 1);
}

.placeholder-green-950\/100::placeholder{
  color: rgb(5 46 22 / 1);
}

.placeholder-green-950\/20::-moz-placeholder{
  color: rgb(5 46 22 / 0.2);
}

.placeholder-green-950\/20::placeholder{
  color: rgb(5 46 22 / 0.2);
}

.placeholder-green-950\/25::-moz-placeholder{
  color: rgb(5 46 22 / 0.25);
}

.placeholder-green-950\/25::placeholder{
  color: rgb(5 46 22 / 0.25);
}

.placeholder-green-950\/30::-moz-placeholder{
  color: rgb(5 46 22 / 0.3);
}

.placeholder-green-950\/30::placeholder{
  color: rgb(5 46 22 / 0.3);
}

.placeholder-green-950\/40::-moz-placeholder{
  color: rgb(5 46 22 / 0.4);
}

.placeholder-green-950\/40::placeholder{
  color: rgb(5 46 22 / 0.4);
}

.placeholder-green-950\/5::-moz-placeholder{
  color: rgb(5 46 22 / 0.05);
}

.placeholder-green-950\/5::placeholder{
  color: rgb(5 46 22 / 0.05);
}

.placeholder-green-950\/50::-moz-placeholder{
  color: rgb(5 46 22 / 0.5);
}

.placeholder-green-950\/50::placeholder{
  color: rgb(5 46 22 / 0.5);
}

.placeholder-green-950\/60::-moz-placeholder{
  color: rgb(5 46 22 / 0.6);
}

.placeholder-green-950\/60::placeholder{
  color: rgb(5 46 22 / 0.6);
}

.placeholder-green-950\/70::-moz-placeholder{
  color: rgb(5 46 22 / 0.7);
}

.placeholder-green-950\/70::placeholder{
  color: rgb(5 46 22 / 0.7);
}

.placeholder-green-950\/75::-moz-placeholder{
  color: rgb(5 46 22 / 0.75);
}

.placeholder-green-950\/75::placeholder{
  color: rgb(5 46 22 / 0.75);
}

.placeholder-green-950\/80::-moz-placeholder{
  color: rgb(5 46 22 / 0.8);
}

.placeholder-green-950\/80::placeholder{
  color: rgb(5 46 22 / 0.8);
}

.placeholder-green-950\/90::-moz-placeholder{
  color: rgb(5 46 22 / 0.9);
}

.placeholder-green-950\/90::placeholder{
  color: rgb(5 46 22 / 0.9);
}

.placeholder-green-950\/95::-moz-placeholder{
  color: rgb(5 46 22 / 0.95);
}

.placeholder-green-950\/95::placeholder{
  color: rgb(5 46 22 / 0.95);
}

.placeholder-indigo-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-100\/0::-moz-placeholder{
  color: rgb(224 231 255 / 0);
}

.placeholder-indigo-100\/0::placeholder{
  color: rgb(224 231 255 / 0);
}

.placeholder-indigo-100\/10::-moz-placeholder{
  color: rgb(224 231 255 / 0.1);
}

.placeholder-indigo-100\/10::placeholder{
  color: rgb(224 231 255 / 0.1);
}

.placeholder-indigo-100\/100::-moz-placeholder{
  color: rgb(224 231 255 / 1);
}

.placeholder-indigo-100\/100::placeholder{
  color: rgb(224 231 255 / 1);
}

.placeholder-indigo-100\/20::-moz-placeholder{
  color: rgb(224 231 255 / 0.2);
}

.placeholder-indigo-100\/20::placeholder{
  color: rgb(224 231 255 / 0.2);
}

.placeholder-indigo-100\/25::-moz-placeholder{
  color: rgb(224 231 255 / 0.25);
}

.placeholder-indigo-100\/25::placeholder{
  color: rgb(224 231 255 / 0.25);
}

.placeholder-indigo-100\/30::-moz-placeholder{
  color: rgb(224 231 255 / 0.3);
}

.placeholder-indigo-100\/30::placeholder{
  color: rgb(224 231 255 / 0.3);
}

.placeholder-indigo-100\/40::-moz-placeholder{
  color: rgb(224 231 255 / 0.4);
}

.placeholder-indigo-100\/40::placeholder{
  color: rgb(224 231 255 / 0.4);
}

.placeholder-indigo-100\/5::-moz-placeholder{
  color: rgb(224 231 255 / 0.05);
}

.placeholder-indigo-100\/5::placeholder{
  color: rgb(224 231 255 / 0.05);
}

.placeholder-indigo-100\/50::-moz-placeholder{
  color: rgb(224 231 255 / 0.5);
}

.placeholder-indigo-100\/50::placeholder{
  color: rgb(224 231 255 / 0.5);
}

.placeholder-indigo-100\/60::-moz-placeholder{
  color: rgb(224 231 255 / 0.6);
}

.placeholder-indigo-100\/60::placeholder{
  color: rgb(224 231 255 / 0.6);
}

.placeholder-indigo-100\/70::-moz-placeholder{
  color: rgb(224 231 255 / 0.7);
}

.placeholder-indigo-100\/70::placeholder{
  color: rgb(224 231 255 / 0.7);
}

.placeholder-indigo-100\/75::-moz-placeholder{
  color: rgb(224 231 255 / 0.75);
}

.placeholder-indigo-100\/75::placeholder{
  color: rgb(224 231 255 / 0.75);
}

.placeholder-indigo-100\/80::-moz-placeholder{
  color: rgb(224 231 255 / 0.8);
}

.placeholder-indigo-100\/80::placeholder{
  color: rgb(224 231 255 / 0.8);
}

.placeholder-indigo-100\/90::-moz-placeholder{
  color: rgb(224 231 255 / 0.9);
}

.placeholder-indigo-100\/90::placeholder{
  color: rgb(224 231 255 / 0.9);
}

.placeholder-indigo-100\/95::-moz-placeholder{
  color: rgb(224 231 255 / 0.95);
}

.placeholder-indigo-100\/95::placeholder{
  color: rgb(224 231 255 / 0.95);
}

.placeholder-indigo-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-200\/0::-moz-placeholder{
  color: rgb(199 210 254 / 0);
}

.placeholder-indigo-200\/0::placeholder{
  color: rgb(199 210 254 / 0);
}

.placeholder-indigo-200\/10::-moz-placeholder{
  color: rgb(199 210 254 / 0.1);
}

.placeholder-indigo-200\/10::placeholder{
  color: rgb(199 210 254 / 0.1);
}

.placeholder-indigo-200\/100::-moz-placeholder{
  color: rgb(199 210 254 / 1);
}

.placeholder-indigo-200\/100::placeholder{
  color: rgb(199 210 254 / 1);
}

.placeholder-indigo-200\/20::-moz-placeholder{
  color: rgb(199 210 254 / 0.2);
}

.placeholder-indigo-200\/20::placeholder{
  color: rgb(199 210 254 / 0.2);
}

.placeholder-indigo-200\/25::-moz-placeholder{
  color: rgb(199 210 254 / 0.25);
}

.placeholder-indigo-200\/25::placeholder{
  color: rgb(199 210 254 / 0.25);
}

.placeholder-indigo-200\/30::-moz-placeholder{
  color: rgb(199 210 254 / 0.3);
}

.placeholder-indigo-200\/30::placeholder{
  color: rgb(199 210 254 / 0.3);
}

.placeholder-indigo-200\/40::-moz-placeholder{
  color: rgb(199 210 254 / 0.4);
}

.placeholder-indigo-200\/40::placeholder{
  color: rgb(199 210 254 / 0.4);
}

.placeholder-indigo-200\/5::-moz-placeholder{
  color: rgb(199 210 254 / 0.05);
}

.placeholder-indigo-200\/5::placeholder{
  color: rgb(199 210 254 / 0.05);
}

.placeholder-indigo-200\/50::-moz-placeholder{
  color: rgb(199 210 254 / 0.5);
}

.placeholder-indigo-200\/50::placeholder{
  color: rgb(199 210 254 / 0.5);
}

.placeholder-indigo-200\/60::-moz-placeholder{
  color: rgb(199 210 254 / 0.6);
}

.placeholder-indigo-200\/60::placeholder{
  color: rgb(199 210 254 / 0.6);
}

.placeholder-indigo-200\/70::-moz-placeholder{
  color: rgb(199 210 254 / 0.7);
}

.placeholder-indigo-200\/70::placeholder{
  color: rgb(199 210 254 / 0.7);
}

.placeholder-indigo-200\/75::-moz-placeholder{
  color: rgb(199 210 254 / 0.75);
}

.placeholder-indigo-200\/75::placeholder{
  color: rgb(199 210 254 / 0.75);
}

.placeholder-indigo-200\/80::-moz-placeholder{
  color: rgb(199 210 254 / 0.8);
}

.placeholder-indigo-200\/80::placeholder{
  color: rgb(199 210 254 / 0.8);
}

.placeholder-indigo-200\/90::-moz-placeholder{
  color: rgb(199 210 254 / 0.9);
}

.placeholder-indigo-200\/90::placeholder{
  color: rgb(199 210 254 / 0.9);
}

.placeholder-indigo-200\/95::-moz-placeholder{
  color: rgb(199 210 254 / 0.95);
}

.placeholder-indigo-200\/95::placeholder{
  color: rgb(199 210 254 / 0.95);
}

.placeholder-indigo-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-300\/0::-moz-placeholder{
  color: rgb(165 180 252 / 0);
}

.placeholder-indigo-300\/0::placeholder{
  color: rgb(165 180 252 / 0);
}

.placeholder-indigo-300\/10::-moz-placeholder{
  color: rgb(165 180 252 / 0.1);
}

.placeholder-indigo-300\/10::placeholder{
  color: rgb(165 180 252 / 0.1);
}

.placeholder-indigo-300\/100::-moz-placeholder{
  color: rgb(165 180 252 / 1);
}

.placeholder-indigo-300\/100::placeholder{
  color: rgb(165 180 252 / 1);
}

.placeholder-indigo-300\/20::-moz-placeholder{
  color: rgb(165 180 252 / 0.2);
}

.placeholder-indigo-300\/20::placeholder{
  color: rgb(165 180 252 / 0.2);
}

.placeholder-indigo-300\/25::-moz-placeholder{
  color: rgb(165 180 252 / 0.25);
}

.placeholder-indigo-300\/25::placeholder{
  color: rgb(165 180 252 / 0.25);
}

.placeholder-indigo-300\/30::-moz-placeholder{
  color: rgb(165 180 252 / 0.3);
}

.placeholder-indigo-300\/30::placeholder{
  color: rgb(165 180 252 / 0.3);
}

.placeholder-indigo-300\/40::-moz-placeholder{
  color: rgb(165 180 252 / 0.4);
}

.placeholder-indigo-300\/40::placeholder{
  color: rgb(165 180 252 / 0.4);
}

.placeholder-indigo-300\/5::-moz-placeholder{
  color: rgb(165 180 252 / 0.05);
}

.placeholder-indigo-300\/5::placeholder{
  color: rgb(165 180 252 / 0.05);
}

.placeholder-indigo-300\/50::-moz-placeholder{
  color: rgb(165 180 252 / 0.5);
}

.placeholder-indigo-300\/50::placeholder{
  color: rgb(165 180 252 / 0.5);
}

.placeholder-indigo-300\/60::-moz-placeholder{
  color: rgb(165 180 252 / 0.6);
}

.placeholder-indigo-300\/60::placeholder{
  color: rgb(165 180 252 / 0.6);
}

.placeholder-indigo-300\/70::-moz-placeholder{
  color: rgb(165 180 252 / 0.7);
}

.placeholder-indigo-300\/70::placeholder{
  color: rgb(165 180 252 / 0.7);
}

.placeholder-indigo-300\/75::-moz-placeholder{
  color: rgb(165 180 252 / 0.75);
}

.placeholder-indigo-300\/75::placeholder{
  color: rgb(165 180 252 / 0.75);
}

.placeholder-indigo-300\/80::-moz-placeholder{
  color: rgb(165 180 252 / 0.8);
}

.placeholder-indigo-300\/80::placeholder{
  color: rgb(165 180 252 / 0.8);
}

.placeholder-indigo-300\/90::-moz-placeholder{
  color: rgb(165 180 252 / 0.9);
}

.placeholder-indigo-300\/90::placeholder{
  color: rgb(165 180 252 / 0.9);
}

.placeholder-indigo-300\/95::-moz-placeholder{
  color: rgb(165 180 252 / 0.95);
}

.placeholder-indigo-300\/95::placeholder{
  color: rgb(165 180 252 / 0.95);
}

.placeholder-indigo-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-400\/0::-moz-placeholder{
  color: rgb(129 140 248 / 0);
}

.placeholder-indigo-400\/0::placeholder{
  color: rgb(129 140 248 / 0);
}

.placeholder-indigo-400\/10::-moz-placeholder{
  color: rgb(129 140 248 / 0.1);
}

.placeholder-indigo-400\/10::placeholder{
  color: rgb(129 140 248 / 0.1);
}

.placeholder-indigo-400\/100::-moz-placeholder{
  color: rgb(129 140 248 / 1);
}

.placeholder-indigo-400\/100::placeholder{
  color: rgb(129 140 248 / 1);
}

.placeholder-indigo-400\/20::-moz-placeholder{
  color: rgb(129 140 248 / 0.2);
}

.placeholder-indigo-400\/20::placeholder{
  color: rgb(129 140 248 / 0.2);
}

.placeholder-indigo-400\/25::-moz-placeholder{
  color: rgb(129 140 248 / 0.25);
}

.placeholder-indigo-400\/25::placeholder{
  color: rgb(129 140 248 / 0.25);
}

.placeholder-indigo-400\/30::-moz-placeholder{
  color: rgb(129 140 248 / 0.3);
}

.placeholder-indigo-400\/30::placeholder{
  color: rgb(129 140 248 / 0.3);
}

.placeholder-indigo-400\/40::-moz-placeholder{
  color: rgb(129 140 248 / 0.4);
}

.placeholder-indigo-400\/40::placeholder{
  color: rgb(129 140 248 / 0.4);
}

.placeholder-indigo-400\/5::-moz-placeholder{
  color: rgb(129 140 248 / 0.05);
}

.placeholder-indigo-400\/5::placeholder{
  color: rgb(129 140 248 / 0.05);
}

.placeholder-indigo-400\/50::-moz-placeholder{
  color: rgb(129 140 248 / 0.5);
}

.placeholder-indigo-400\/50::placeholder{
  color: rgb(129 140 248 / 0.5);
}

.placeholder-indigo-400\/60::-moz-placeholder{
  color: rgb(129 140 248 / 0.6);
}

.placeholder-indigo-400\/60::placeholder{
  color: rgb(129 140 248 / 0.6);
}

.placeholder-indigo-400\/70::-moz-placeholder{
  color: rgb(129 140 248 / 0.7);
}

.placeholder-indigo-400\/70::placeholder{
  color: rgb(129 140 248 / 0.7);
}

.placeholder-indigo-400\/75::-moz-placeholder{
  color: rgb(129 140 248 / 0.75);
}

.placeholder-indigo-400\/75::placeholder{
  color: rgb(129 140 248 / 0.75);
}

.placeholder-indigo-400\/80::-moz-placeholder{
  color: rgb(129 140 248 / 0.8);
}

.placeholder-indigo-400\/80::placeholder{
  color: rgb(129 140 248 / 0.8);
}

.placeholder-indigo-400\/90::-moz-placeholder{
  color: rgb(129 140 248 / 0.9);
}

.placeholder-indigo-400\/90::placeholder{
  color: rgb(129 140 248 / 0.9);
}

.placeholder-indigo-400\/95::-moz-placeholder{
  color: rgb(129 140 248 / 0.95);
}

.placeholder-indigo-400\/95::placeholder{
  color: rgb(129 140 248 / 0.95);
}

.placeholder-indigo-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-50\/0::-moz-placeholder{
  color: rgb(238 242 255 / 0);
}

.placeholder-indigo-50\/0::placeholder{
  color: rgb(238 242 255 / 0);
}

.placeholder-indigo-50\/10::-moz-placeholder{
  color: rgb(238 242 255 / 0.1);
}

.placeholder-indigo-50\/10::placeholder{
  color: rgb(238 242 255 / 0.1);
}

.placeholder-indigo-50\/100::-moz-placeholder{
  color: rgb(238 242 255 / 1);
}

.placeholder-indigo-50\/100::placeholder{
  color: rgb(238 242 255 / 1);
}

.placeholder-indigo-50\/20::-moz-placeholder{
  color: rgb(238 242 255 / 0.2);
}

.placeholder-indigo-50\/20::placeholder{
  color: rgb(238 242 255 / 0.2);
}

.placeholder-indigo-50\/25::-moz-placeholder{
  color: rgb(238 242 255 / 0.25);
}

.placeholder-indigo-50\/25::placeholder{
  color: rgb(238 242 255 / 0.25);
}

.placeholder-indigo-50\/30::-moz-placeholder{
  color: rgb(238 242 255 / 0.3);
}

.placeholder-indigo-50\/30::placeholder{
  color: rgb(238 242 255 / 0.3);
}

.placeholder-indigo-50\/40::-moz-placeholder{
  color: rgb(238 242 255 / 0.4);
}

.placeholder-indigo-50\/40::placeholder{
  color: rgb(238 242 255 / 0.4);
}

.placeholder-indigo-50\/5::-moz-placeholder{
  color: rgb(238 242 255 / 0.05);
}

.placeholder-indigo-50\/5::placeholder{
  color: rgb(238 242 255 / 0.05);
}

.placeholder-indigo-50\/50::-moz-placeholder{
  color: rgb(238 242 255 / 0.5);
}

.placeholder-indigo-50\/50::placeholder{
  color: rgb(238 242 255 / 0.5);
}

.placeholder-indigo-50\/60::-moz-placeholder{
  color: rgb(238 242 255 / 0.6);
}

.placeholder-indigo-50\/60::placeholder{
  color: rgb(238 242 255 / 0.6);
}

.placeholder-indigo-50\/70::-moz-placeholder{
  color: rgb(238 242 255 / 0.7);
}

.placeholder-indigo-50\/70::placeholder{
  color: rgb(238 242 255 / 0.7);
}

.placeholder-indigo-50\/75::-moz-placeholder{
  color: rgb(238 242 255 / 0.75);
}

.placeholder-indigo-50\/75::placeholder{
  color: rgb(238 242 255 / 0.75);
}

.placeholder-indigo-50\/80::-moz-placeholder{
  color: rgb(238 242 255 / 0.8);
}

.placeholder-indigo-50\/80::placeholder{
  color: rgb(238 242 255 / 0.8);
}

.placeholder-indigo-50\/90::-moz-placeholder{
  color: rgb(238 242 255 / 0.9);
}

.placeholder-indigo-50\/90::placeholder{
  color: rgb(238 242 255 / 0.9);
}

.placeholder-indigo-50\/95::-moz-placeholder{
  color: rgb(238 242 255 / 0.95);
}

.placeholder-indigo-50\/95::placeholder{
  color: rgb(238 242 255 / 0.95);
}

.placeholder-indigo-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-500\/0::-moz-placeholder{
  color: rgb(99 102 241 / 0);
}

.placeholder-indigo-500\/0::placeholder{
  color: rgb(99 102 241 / 0);
}

.placeholder-indigo-500\/10::-moz-placeholder{
  color: rgb(99 102 241 / 0.1);
}

.placeholder-indigo-500\/10::placeholder{
  color: rgb(99 102 241 / 0.1);
}

.placeholder-indigo-500\/100::-moz-placeholder{
  color: rgb(99 102 241 / 1);
}

.placeholder-indigo-500\/100::placeholder{
  color: rgb(99 102 241 / 1);
}

.placeholder-indigo-500\/20::-moz-placeholder{
  color: rgb(99 102 241 / 0.2);
}

.placeholder-indigo-500\/20::placeholder{
  color: rgb(99 102 241 / 0.2);
}

.placeholder-indigo-500\/25::-moz-placeholder{
  color: rgb(99 102 241 / 0.25);
}

.placeholder-indigo-500\/25::placeholder{
  color: rgb(99 102 241 / 0.25);
}

.placeholder-indigo-500\/30::-moz-placeholder{
  color: rgb(99 102 241 / 0.3);
}

.placeholder-indigo-500\/30::placeholder{
  color: rgb(99 102 241 / 0.3);
}

.placeholder-indigo-500\/40::-moz-placeholder{
  color: rgb(99 102 241 / 0.4);
}

.placeholder-indigo-500\/40::placeholder{
  color: rgb(99 102 241 / 0.4);
}

.placeholder-indigo-500\/5::-moz-placeholder{
  color: rgb(99 102 241 / 0.05);
}

.placeholder-indigo-500\/5::placeholder{
  color: rgb(99 102 241 / 0.05);
}

.placeholder-indigo-500\/50::-moz-placeholder{
  color: rgb(99 102 241 / 0.5);
}

.placeholder-indigo-500\/50::placeholder{
  color: rgb(99 102 241 / 0.5);
}

.placeholder-indigo-500\/60::-moz-placeholder{
  color: rgb(99 102 241 / 0.6);
}

.placeholder-indigo-500\/60::placeholder{
  color: rgb(99 102 241 / 0.6);
}

.placeholder-indigo-500\/70::-moz-placeholder{
  color: rgb(99 102 241 / 0.7);
}

.placeholder-indigo-500\/70::placeholder{
  color: rgb(99 102 241 / 0.7);
}

.placeholder-indigo-500\/75::-moz-placeholder{
  color: rgb(99 102 241 / 0.75);
}

.placeholder-indigo-500\/75::placeholder{
  color: rgb(99 102 241 / 0.75);
}

.placeholder-indigo-500\/80::-moz-placeholder{
  color: rgb(99 102 241 / 0.8);
}

.placeholder-indigo-500\/80::placeholder{
  color: rgb(99 102 241 / 0.8);
}

.placeholder-indigo-500\/90::-moz-placeholder{
  color: rgb(99 102 241 / 0.9);
}

.placeholder-indigo-500\/90::placeholder{
  color: rgb(99 102 241 / 0.9);
}

.placeholder-indigo-500\/95::-moz-placeholder{
  color: rgb(99 102 241 / 0.95);
}

.placeholder-indigo-500\/95::placeholder{
  color: rgb(99 102 241 / 0.95);
}

.placeholder-indigo-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-600\/0::-moz-placeholder{
  color: rgb(79 70 229 / 0);
}

.placeholder-indigo-600\/0::placeholder{
  color: rgb(79 70 229 / 0);
}

.placeholder-indigo-600\/10::-moz-placeholder{
  color: rgb(79 70 229 / 0.1);
}

.placeholder-indigo-600\/10::placeholder{
  color: rgb(79 70 229 / 0.1);
}

.placeholder-indigo-600\/100::-moz-placeholder{
  color: rgb(79 70 229 / 1);
}

.placeholder-indigo-600\/100::placeholder{
  color: rgb(79 70 229 / 1);
}

.placeholder-indigo-600\/20::-moz-placeholder{
  color: rgb(79 70 229 / 0.2);
}

.placeholder-indigo-600\/20::placeholder{
  color: rgb(79 70 229 / 0.2);
}

.placeholder-indigo-600\/25::-moz-placeholder{
  color: rgb(79 70 229 / 0.25);
}

.placeholder-indigo-600\/25::placeholder{
  color: rgb(79 70 229 / 0.25);
}

.placeholder-indigo-600\/30::-moz-placeholder{
  color: rgb(79 70 229 / 0.3);
}

.placeholder-indigo-600\/30::placeholder{
  color: rgb(79 70 229 / 0.3);
}

.placeholder-indigo-600\/40::-moz-placeholder{
  color: rgb(79 70 229 / 0.4);
}

.placeholder-indigo-600\/40::placeholder{
  color: rgb(79 70 229 / 0.4);
}

.placeholder-indigo-600\/5::-moz-placeholder{
  color: rgb(79 70 229 / 0.05);
}

.placeholder-indigo-600\/5::placeholder{
  color: rgb(79 70 229 / 0.05);
}

.placeholder-indigo-600\/50::-moz-placeholder{
  color: rgb(79 70 229 / 0.5);
}

.placeholder-indigo-600\/50::placeholder{
  color: rgb(79 70 229 / 0.5);
}

.placeholder-indigo-600\/60::-moz-placeholder{
  color: rgb(79 70 229 / 0.6);
}

.placeholder-indigo-600\/60::placeholder{
  color: rgb(79 70 229 / 0.6);
}

.placeholder-indigo-600\/70::-moz-placeholder{
  color: rgb(79 70 229 / 0.7);
}

.placeholder-indigo-600\/70::placeholder{
  color: rgb(79 70 229 / 0.7);
}

.placeholder-indigo-600\/75::-moz-placeholder{
  color: rgb(79 70 229 / 0.75);
}

.placeholder-indigo-600\/75::placeholder{
  color: rgb(79 70 229 / 0.75);
}

.placeholder-indigo-600\/80::-moz-placeholder{
  color: rgb(79 70 229 / 0.8);
}

.placeholder-indigo-600\/80::placeholder{
  color: rgb(79 70 229 / 0.8);
}

.placeholder-indigo-600\/90::-moz-placeholder{
  color: rgb(79 70 229 / 0.9);
}

.placeholder-indigo-600\/90::placeholder{
  color: rgb(79 70 229 / 0.9);
}

.placeholder-indigo-600\/95::-moz-placeholder{
  color: rgb(79 70 229 / 0.95);
}

.placeholder-indigo-600\/95::placeholder{
  color: rgb(79 70 229 / 0.95);
}

.placeholder-indigo-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-700\/0::-moz-placeholder{
  color: rgb(67 56 202 / 0);
}

.placeholder-indigo-700\/0::placeholder{
  color: rgb(67 56 202 / 0);
}

.placeholder-indigo-700\/10::-moz-placeholder{
  color: rgb(67 56 202 / 0.1);
}

.placeholder-indigo-700\/10::placeholder{
  color: rgb(67 56 202 / 0.1);
}

.placeholder-indigo-700\/100::-moz-placeholder{
  color: rgb(67 56 202 / 1);
}

.placeholder-indigo-700\/100::placeholder{
  color: rgb(67 56 202 / 1);
}

.placeholder-indigo-700\/20::-moz-placeholder{
  color: rgb(67 56 202 / 0.2);
}

.placeholder-indigo-700\/20::placeholder{
  color: rgb(67 56 202 / 0.2);
}

.placeholder-indigo-700\/25::-moz-placeholder{
  color: rgb(67 56 202 / 0.25);
}

.placeholder-indigo-700\/25::placeholder{
  color: rgb(67 56 202 / 0.25);
}

.placeholder-indigo-700\/30::-moz-placeholder{
  color: rgb(67 56 202 / 0.3);
}

.placeholder-indigo-700\/30::placeholder{
  color: rgb(67 56 202 / 0.3);
}

.placeholder-indigo-700\/40::-moz-placeholder{
  color: rgb(67 56 202 / 0.4);
}

.placeholder-indigo-700\/40::placeholder{
  color: rgb(67 56 202 / 0.4);
}

.placeholder-indigo-700\/5::-moz-placeholder{
  color: rgb(67 56 202 / 0.05);
}

.placeholder-indigo-700\/5::placeholder{
  color: rgb(67 56 202 / 0.05);
}

.placeholder-indigo-700\/50::-moz-placeholder{
  color: rgb(67 56 202 / 0.5);
}

.placeholder-indigo-700\/50::placeholder{
  color: rgb(67 56 202 / 0.5);
}

.placeholder-indigo-700\/60::-moz-placeholder{
  color: rgb(67 56 202 / 0.6);
}

.placeholder-indigo-700\/60::placeholder{
  color: rgb(67 56 202 / 0.6);
}

.placeholder-indigo-700\/70::-moz-placeholder{
  color: rgb(67 56 202 / 0.7);
}

.placeholder-indigo-700\/70::placeholder{
  color: rgb(67 56 202 / 0.7);
}

.placeholder-indigo-700\/75::-moz-placeholder{
  color: rgb(67 56 202 / 0.75);
}

.placeholder-indigo-700\/75::placeholder{
  color: rgb(67 56 202 / 0.75);
}

.placeholder-indigo-700\/80::-moz-placeholder{
  color: rgb(67 56 202 / 0.8);
}

.placeholder-indigo-700\/80::placeholder{
  color: rgb(67 56 202 / 0.8);
}

.placeholder-indigo-700\/90::-moz-placeholder{
  color: rgb(67 56 202 / 0.9);
}

.placeholder-indigo-700\/90::placeholder{
  color: rgb(67 56 202 / 0.9);
}

.placeholder-indigo-700\/95::-moz-placeholder{
  color: rgb(67 56 202 / 0.95);
}

.placeholder-indigo-700\/95::placeholder{
  color: rgb(67 56 202 / 0.95);
}

.placeholder-indigo-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-800\/0::-moz-placeholder{
  color: rgb(55 48 163 / 0);
}

.placeholder-indigo-800\/0::placeholder{
  color: rgb(55 48 163 / 0);
}

.placeholder-indigo-800\/10::-moz-placeholder{
  color: rgb(55 48 163 / 0.1);
}

.placeholder-indigo-800\/10::placeholder{
  color: rgb(55 48 163 / 0.1);
}

.placeholder-indigo-800\/100::-moz-placeholder{
  color: rgb(55 48 163 / 1);
}

.placeholder-indigo-800\/100::placeholder{
  color: rgb(55 48 163 / 1);
}

.placeholder-indigo-800\/20::-moz-placeholder{
  color: rgb(55 48 163 / 0.2);
}

.placeholder-indigo-800\/20::placeholder{
  color: rgb(55 48 163 / 0.2);
}

.placeholder-indigo-800\/25::-moz-placeholder{
  color: rgb(55 48 163 / 0.25);
}

.placeholder-indigo-800\/25::placeholder{
  color: rgb(55 48 163 / 0.25);
}

.placeholder-indigo-800\/30::-moz-placeholder{
  color: rgb(55 48 163 / 0.3);
}

.placeholder-indigo-800\/30::placeholder{
  color: rgb(55 48 163 / 0.3);
}

.placeholder-indigo-800\/40::-moz-placeholder{
  color: rgb(55 48 163 / 0.4);
}

.placeholder-indigo-800\/40::placeholder{
  color: rgb(55 48 163 / 0.4);
}

.placeholder-indigo-800\/5::-moz-placeholder{
  color: rgb(55 48 163 / 0.05);
}

.placeholder-indigo-800\/5::placeholder{
  color: rgb(55 48 163 / 0.05);
}

.placeholder-indigo-800\/50::-moz-placeholder{
  color: rgb(55 48 163 / 0.5);
}

.placeholder-indigo-800\/50::placeholder{
  color: rgb(55 48 163 / 0.5);
}

.placeholder-indigo-800\/60::-moz-placeholder{
  color: rgb(55 48 163 / 0.6);
}

.placeholder-indigo-800\/60::placeholder{
  color: rgb(55 48 163 / 0.6);
}

.placeholder-indigo-800\/70::-moz-placeholder{
  color: rgb(55 48 163 / 0.7);
}

.placeholder-indigo-800\/70::placeholder{
  color: rgb(55 48 163 / 0.7);
}

.placeholder-indigo-800\/75::-moz-placeholder{
  color: rgb(55 48 163 / 0.75);
}

.placeholder-indigo-800\/75::placeholder{
  color: rgb(55 48 163 / 0.75);
}

.placeholder-indigo-800\/80::-moz-placeholder{
  color: rgb(55 48 163 / 0.8);
}

.placeholder-indigo-800\/80::placeholder{
  color: rgb(55 48 163 / 0.8);
}

.placeholder-indigo-800\/90::-moz-placeholder{
  color: rgb(55 48 163 / 0.9);
}

.placeholder-indigo-800\/90::placeholder{
  color: rgb(55 48 163 / 0.9);
}

.placeholder-indigo-800\/95::-moz-placeholder{
  color: rgb(55 48 163 / 0.95);
}

.placeholder-indigo-800\/95::placeholder{
  color: rgb(55 48 163 / 0.95);
}

.placeholder-indigo-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-900\/0::-moz-placeholder{
  color: rgb(49 46 129 / 0);
}

.placeholder-indigo-900\/0::placeholder{
  color: rgb(49 46 129 / 0);
}

.placeholder-indigo-900\/10::-moz-placeholder{
  color: rgb(49 46 129 / 0.1);
}

.placeholder-indigo-900\/10::placeholder{
  color: rgb(49 46 129 / 0.1);
}

.placeholder-indigo-900\/100::-moz-placeholder{
  color: rgb(49 46 129 / 1);
}

.placeholder-indigo-900\/100::placeholder{
  color: rgb(49 46 129 / 1);
}

.placeholder-indigo-900\/20::-moz-placeholder{
  color: rgb(49 46 129 / 0.2);
}

.placeholder-indigo-900\/20::placeholder{
  color: rgb(49 46 129 / 0.2);
}

.placeholder-indigo-900\/25::-moz-placeholder{
  color: rgb(49 46 129 / 0.25);
}

.placeholder-indigo-900\/25::placeholder{
  color: rgb(49 46 129 / 0.25);
}

.placeholder-indigo-900\/30::-moz-placeholder{
  color: rgb(49 46 129 / 0.3);
}

.placeholder-indigo-900\/30::placeholder{
  color: rgb(49 46 129 / 0.3);
}

.placeholder-indigo-900\/40::-moz-placeholder{
  color: rgb(49 46 129 / 0.4);
}

.placeholder-indigo-900\/40::placeholder{
  color: rgb(49 46 129 / 0.4);
}

.placeholder-indigo-900\/5::-moz-placeholder{
  color: rgb(49 46 129 / 0.05);
}

.placeholder-indigo-900\/5::placeholder{
  color: rgb(49 46 129 / 0.05);
}

.placeholder-indigo-900\/50::-moz-placeholder{
  color: rgb(49 46 129 / 0.5);
}

.placeholder-indigo-900\/50::placeholder{
  color: rgb(49 46 129 / 0.5);
}

.placeholder-indigo-900\/60::-moz-placeholder{
  color: rgb(49 46 129 / 0.6);
}

.placeholder-indigo-900\/60::placeholder{
  color: rgb(49 46 129 / 0.6);
}

.placeholder-indigo-900\/70::-moz-placeholder{
  color: rgb(49 46 129 / 0.7);
}

.placeholder-indigo-900\/70::placeholder{
  color: rgb(49 46 129 / 0.7);
}

.placeholder-indigo-900\/75::-moz-placeholder{
  color: rgb(49 46 129 / 0.75);
}

.placeholder-indigo-900\/75::placeholder{
  color: rgb(49 46 129 / 0.75);
}

.placeholder-indigo-900\/80::-moz-placeholder{
  color: rgb(49 46 129 / 0.8);
}

.placeholder-indigo-900\/80::placeholder{
  color: rgb(49 46 129 / 0.8);
}

.placeholder-indigo-900\/90::-moz-placeholder{
  color: rgb(49 46 129 / 0.9);
}

.placeholder-indigo-900\/90::placeholder{
  color: rgb(49 46 129 / 0.9);
}

.placeholder-indigo-900\/95::-moz-placeholder{
  color: rgb(49 46 129 / 0.95);
}

.placeholder-indigo-900\/95::placeholder{
  color: rgb(49 46 129 / 0.95);
}

.placeholder-indigo-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity));
}

.placeholder-indigo-950\/0::-moz-placeholder{
  color: rgb(30 27 75 / 0);
}

.placeholder-indigo-950\/0::placeholder{
  color: rgb(30 27 75 / 0);
}

.placeholder-indigo-950\/10::-moz-placeholder{
  color: rgb(30 27 75 / 0.1);
}

.placeholder-indigo-950\/10::placeholder{
  color: rgb(30 27 75 / 0.1);
}

.placeholder-indigo-950\/100::-moz-placeholder{
  color: rgb(30 27 75 / 1);
}

.placeholder-indigo-950\/100::placeholder{
  color: rgb(30 27 75 / 1);
}

.placeholder-indigo-950\/20::-moz-placeholder{
  color: rgb(30 27 75 / 0.2);
}

.placeholder-indigo-950\/20::placeholder{
  color: rgb(30 27 75 / 0.2);
}

.placeholder-indigo-950\/25::-moz-placeholder{
  color: rgb(30 27 75 / 0.25);
}

.placeholder-indigo-950\/25::placeholder{
  color: rgb(30 27 75 / 0.25);
}

.placeholder-indigo-950\/30::-moz-placeholder{
  color: rgb(30 27 75 / 0.3);
}

.placeholder-indigo-950\/30::placeholder{
  color: rgb(30 27 75 / 0.3);
}

.placeholder-indigo-950\/40::-moz-placeholder{
  color: rgb(30 27 75 / 0.4);
}

.placeholder-indigo-950\/40::placeholder{
  color: rgb(30 27 75 / 0.4);
}

.placeholder-indigo-950\/5::-moz-placeholder{
  color: rgb(30 27 75 / 0.05);
}

.placeholder-indigo-950\/5::placeholder{
  color: rgb(30 27 75 / 0.05);
}

.placeholder-indigo-950\/50::-moz-placeholder{
  color: rgb(30 27 75 / 0.5);
}

.placeholder-indigo-950\/50::placeholder{
  color: rgb(30 27 75 / 0.5);
}

.placeholder-indigo-950\/60::-moz-placeholder{
  color: rgb(30 27 75 / 0.6);
}

.placeholder-indigo-950\/60::placeholder{
  color: rgb(30 27 75 / 0.6);
}

.placeholder-indigo-950\/70::-moz-placeholder{
  color: rgb(30 27 75 / 0.7);
}

.placeholder-indigo-950\/70::placeholder{
  color: rgb(30 27 75 / 0.7);
}

.placeholder-indigo-950\/75::-moz-placeholder{
  color: rgb(30 27 75 / 0.75);
}

.placeholder-indigo-950\/75::placeholder{
  color: rgb(30 27 75 / 0.75);
}

.placeholder-indigo-950\/80::-moz-placeholder{
  color: rgb(30 27 75 / 0.8);
}

.placeholder-indigo-950\/80::placeholder{
  color: rgb(30 27 75 / 0.8);
}

.placeholder-indigo-950\/90::-moz-placeholder{
  color: rgb(30 27 75 / 0.9);
}

.placeholder-indigo-950\/90::placeholder{
  color: rgb(30 27 75 / 0.9);
}

.placeholder-indigo-950\/95::-moz-placeholder{
  color: rgb(30 27 75 / 0.95);
}

.placeholder-indigo-950\/95::placeholder{
  color: rgb(30 27 75 / 0.95);
}

.placeholder-inherit::-moz-placeholder{
  color: inherit;
}

.placeholder-inherit::placeholder{
  color: inherit;
}

.placeholder-lime-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity));
}

.placeholder-lime-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity));
}

.placeholder-lime-100\/0::-moz-placeholder{
  color: rgb(236 252 203 / 0);
}

.placeholder-lime-100\/0::placeholder{
  color: rgb(236 252 203 / 0);
}

.placeholder-lime-100\/10::-moz-placeholder{
  color: rgb(236 252 203 / 0.1);
}

.placeholder-lime-100\/10::placeholder{
  color: rgb(236 252 203 / 0.1);
}

.placeholder-lime-100\/100::-moz-placeholder{
  color: rgb(236 252 203 / 1);
}

.placeholder-lime-100\/100::placeholder{
  color: rgb(236 252 203 / 1);
}

.placeholder-lime-100\/20::-moz-placeholder{
  color: rgb(236 252 203 / 0.2);
}

.placeholder-lime-100\/20::placeholder{
  color: rgb(236 252 203 / 0.2);
}

.placeholder-lime-100\/25::-moz-placeholder{
  color: rgb(236 252 203 / 0.25);
}

.placeholder-lime-100\/25::placeholder{
  color: rgb(236 252 203 / 0.25);
}

.placeholder-lime-100\/30::-moz-placeholder{
  color: rgb(236 252 203 / 0.3);
}

.placeholder-lime-100\/30::placeholder{
  color: rgb(236 252 203 / 0.3);
}

.placeholder-lime-100\/40::-moz-placeholder{
  color: rgb(236 252 203 / 0.4);
}

.placeholder-lime-100\/40::placeholder{
  color: rgb(236 252 203 / 0.4);
}

.placeholder-lime-100\/5::-moz-placeholder{
  color: rgb(236 252 203 / 0.05);
}

.placeholder-lime-100\/5::placeholder{
  color: rgb(236 252 203 / 0.05);
}

.placeholder-lime-100\/50::-moz-placeholder{
  color: rgb(236 252 203 / 0.5);
}

.placeholder-lime-100\/50::placeholder{
  color: rgb(236 252 203 / 0.5);
}

.placeholder-lime-100\/60::-moz-placeholder{
  color: rgb(236 252 203 / 0.6);
}

.placeholder-lime-100\/60::placeholder{
  color: rgb(236 252 203 / 0.6);
}

.placeholder-lime-100\/70::-moz-placeholder{
  color: rgb(236 252 203 / 0.7);
}

.placeholder-lime-100\/70::placeholder{
  color: rgb(236 252 203 / 0.7);
}

.placeholder-lime-100\/75::-moz-placeholder{
  color: rgb(236 252 203 / 0.75);
}

.placeholder-lime-100\/75::placeholder{
  color: rgb(236 252 203 / 0.75);
}

.placeholder-lime-100\/80::-moz-placeholder{
  color: rgb(236 252 203 / 0.8);
}

.placeholder-lime-100\/80::placeholder{
  color: rgb(236 252 203 / 0.8);
}

.placeholder-lime-100\/90::-moz-placeholder{
  color: rgb(236 252 203 / 0.9);
}

.placeholder-lime-100\/90::placeholder{
  color: rgb(236 252 203 / 0.9);
}

.placeholder-lime-100\/95::-moz-placeholder{
  color: rgb(236 252 203 / 0.95);
}

.placeholder-lime-100\/95::placeholder{
  color: rgb(236 252 203 / 0.95);
}

.placeholder-lime-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity));
}

.placeholder-lime-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity));
}

.placeholder-lime-200\/0::-moz-placeholder{
  color: rgb(217 249 157 / 0);
}

.placeholder-lime-200\/0::placeholder{
  color: rgb(217 249 157 / 0);
}

.placeholder-lime-200\/10::-moz-placeholder{
  color: rgb(217 249 157 / 0.1);
}

.placeholder-lime-200\/10::placeholder{
  color: rgb(217 249 157 / 0.1);
}

.placeholder-lime-200\/100::-moz-placeholder{
  color: rgb(217 249 157 / 1);
}

.placeholder-lime-200\/100::placeholder{
  color: rgb(217 249 157 / 1);
}

.placeholder-lime-200\/20::-moz-placeholder{
  color: rgb(217 249 157 / 0.2);
}

.placeholder-lime-200\/20::placeholder{
  color: rgb(217 249 157 / 0.2);
}

.placeholder-lime-200\/25::-moz-placeholder{
  color: rgb(217 249 157 / 0.25);
}

.placeholder-lime-200\/25::placeholder{
  color: rgb(217 249 157 / 0.25);
}

.placeholder-lime-200\/30::-moz-placeholder{
  color: rgb(217 249 157 / 0.3);
}

.placeholder-lime-200\/30::placeholder{
  color: rgb(217 249 157 / 0.3);
}

.placeholder-lime-200\/40::-moz-placeholder{
  color: rgb(217 249 157 / 0.4);
}

.placeholder-lime-200\/40::placeholder{
  color: rgb(217 249 157 / 0.4);
}

.placeholder-lime-200\/5::-moz-placeholder{
  color: rgb(217 249 157 / 0.05);
}

.placeholder-lime-200\/5::placeholder{
  color: rgb(217 249 157 / 0.05);
}

.placeholder-lime-200\/50::-moz-placeholder{
  color: rgb(217 249 157 / 0.5);
}

.placeholder-lime-200\/50::placeholder{
  color: rgb(217 249 157 / 0.5);
}

.placeholder-lime-200\/60::-moz-placeholder{
  color: rgb(217 249 157 / 0.6);
}

.placeholder-lime-200\/60::placeholder{
  color: rgb(217 249 157 / 0.6);
}

.placeholder-lime-200\/70::-moz-placeholder{
  color: rgb(217 249 157 / 0.7);
}

.placeholder-lime-200\/70::placeholder{
  color: rgb(217 249 157 / 0.7);
}

.placeholder-lime-200\/75::-moz-placeholder{
  color: rgb(217 249 157 / 0.75);
}

.placeholder-lime-200\/75::placeholder{
  color: rgb(217 249 157 / 0.75);
}

.placeholder-lime-200\/80::-moz-placeholder{
  color: rgb(217 249 157 / 0.8);
}

.placeholder-lime-200\/80::placeholder{
  color: rgb(217 249 157 / 0.8);
}

.placeholder-lime-200\/90::-moz-placeholder{
  color: rgb(217 249 157 / 0.9);
}

.placeholder-lime-200\/90::placeholder{
  color: rgb(217 249 157 / 0.9);
}

.placeholder-lime-200\/95::-moz-placeholder{
  color: rgb(217 249 157 / 0.95);
}

.placeholder-lime-200\/95::placeholder{
  color: rgb(217 249 157 / 0.95);
}

.placeholder-lime-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity));
}

.placeholder-lime-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity));
}

.placeholder-lime-300\/0::-moz-placeholder{
  color: rgb(190 242 100 / 0);
}

.placeholder-lime-300\/0::placeholder{
  color: rgb(190 242 100 / 0);
}

.placeholder-lime-300\/10::-moz-placeholder{
  color: rgb(190 242 100 / 0.1);
}

.placeholder-lime-300\/10::placeholder{
  color: rgb(190 242 100 / 0.1);
}

.placeholder-lime-300\/100::-moz-placeholder{
  color: rgb(190 242 100 / 1);
}

.placeholder-lime-300\/100::placeholder{
  color: rgb(190 242 100 / 1);
}

.placeholder-lime-300\/20::-moz-placeholder{
  color: rgb(190 242 100 / 0.2);
}

.placeholder-lime-300\/20::placeholder{
  color: rgb(190 242 100 / 0.2);
}

.placeholder-lime-300\/25::-moz-placeholder{
  color: rgb(190 242 100 / 0.25);
}

.placeholder-lime-300\/25::placeholder{
  color: rgb(190 242 100 / 0.25);
}

.placeholder-lime-300\/30::-moz-placeholder{
  color: rgb(190 242 100 / 0.3);
}

.placeholder-lime-300\/30::placeholder{
  color: rgb(190 242 100 / 0.3);
}

.placeholder-lime-300\/40::-moz-placeholder{
  color: rgb(190 242 100 / 0.4);
}

.placeholder-lime-300\/40::placeholder{
  color: rgb(190 242 100 / 0.4);
}

.placeholder-lime-300\/5::-moz-placeholder{
  color: rgb(190 242 100 / 0.05);
}

.placeholder-lime-300\/5::placeholder{
  color: rgb(190 242 100 / 0.05);
}

.placeholder-lime-300\/50::-moz-placeholder{
  color: rgb(190 242 100 / 0.5);
}

.placeholder-lime-300\/50::placeholder{
  color: rgb(190 242 100 / 0.5);
}

.placeholder-lime-300\/60::-moz-placeholder{
  color: rgb(190 242 100 / 0.6);
}

.placeholder-lime-300\/60::placeholder{
  color: rgb(190 242 100 / 0.6);
}

.placeholder-lime-300\/70::-moz-placeholder{
  color: rgb(190 242 100 / 0.7);
}

.placeholder-lime-300\/70::placeholder{
  color: rgb(190 242 100 / 0.7);
}

.placeholder-lime-300\/75::-moz-placeholder{
  color: rgb(190 242 100 / 0.75);
}

.placeholder-lime-300\/75::placeholder{
  color: rgb(190 242 100 / 0.75);
}

.placeholder-lime-300\/80::-moz-placeholder{
  color: rgb(190 242 100 / 0.8);
}

.placeholder-lime-300\/80::placeholder{
  color: rgb(190 242 100 / 0.8);
}

.placeholder-lime-300\/90::-moz-placeholder{
  color: rgb(190 242 100 / 0.9);
}

.placeholder-lime-300\/90::placeholder{
  color: rgb(190 242 100 / 0.9);
}

.placeholder-lime-300\/95::-moz-placeholder{
  color: rgb(190 242 100 / 0.95);
}

.placeholder-lime-300\/95::placeholder{
  color: rgb(190 242 100 / 0.95);
}

.placeholder-lime-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity));
}

.placeholder-lime-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity));
}

.placeholder-lime-400\/0::-moz-placeholder{
  color: rgb(163 230 53 / 0);
}

.placeholder-lime-400\/0::placeholder{
  color: rgb(163 230 53 / 0);
}

.placeholder-lime-400\/10::-moz-placeholder{
  color: rgb(163 230 53 / 0.1);
}

.placeholder-lime-400\/10::placeholder{
  color: rgb(163 230 53 / 0.1);
}

.placeholder-lime-400\/100::-moz-placeholder{
  color: rgb(163 230 53 / 1);
}

.placeholder-lime-400\/100::placeholder{
  color: rgb(163 230 53 / 1);
}

.placeholder-lime-400\/20::-moz-placeholder{
  color: rgb(163 230 53 / 0.2);
}

.placeholder-lime-400\/20::placeholder{
  color: rgb(163 230 53 / 0.2);
}

.placeholder-lime-400\/25::-moz-placeholder{
  color: rgb(163 230 53 / 0.25);
}

.placeholder-lime-400\/25::placeholder{
  color: rgb(163 230 53 / 0.25);
}

.placeholder-lime-400\/30::-moz-placeholder{
  color: rgb(163 230 53 / 0.3);
}

.placeholder-lime-400\/30::placeholder{
  color: rgb(163 230 53 / 0.3);
}

.placeholder-lime-400\/40::-moz-placeholder{
  color: rgb(163 230 53 / 0.4);
}

.placeholder-lime-400\/40::placeholder{
  color: rgb(163 230 53 / 0.4);
}

.placeholder-lime-400\/5::-moz-placeholder{
  color: rgb(163 230 53 / 0.05);
}

.placeholder-lime-400\/5::placeholder{
  color: rgb(163 230 53 / 0.05);
}

.placeholder-lime-400\/50::-moz-placeholder{
  color: rgb(163 230 53 / 0.5);
}

.placeholder-lime-400\/50::placeholder{
  color: rgb(163 230 53 / 0.5);
}

.placeholder-lime-400\/60::-moz-placeholder{
  color: rgb(163 230 53 / 0.6);
}

.placeholder-lime-400\/60::placeholder{
  color: rgb(163 230 53 / 0.6);
}

.placeholder-lime-400\/70::-moz-placeholder{
  color: rgb(163 230 53 / 0.7);
}

.placeholder-lime-400\/70::placeholder{
  color: rgb(163 230 53 / 0.7);
}

.placeholder-lime-400\/75::-moz-placeholder{
  color: rgb(163 230 53 / 0.75);
}

.placeholder-lime-400\/75::placeholder{
  color: rgb(163 230 53 / 0.75);
}

.placeholder-lime-400\/80::-moz-placeholder{
  color: rgb(163 230 53 / 0.8);
}

.placeholder-lime-400\/80::placeholder{
  color: rgb(163 230 53 / 0.8);
}

.placeholder-lime-400\/90::-moz-placeholder{
  color: rgb(163 230 53 / 0.9);
}

.placeholder-lime-400\/90::placeholder{
  color: rgb(163 230 53 / 0.9);
}

.placeholder-lime-400\/95::-moz-placeholder{
  color: rgb(163 230 53 / 0.95);
}

.placeholder-lime-400\/95::placeholder{
  color: rgb(163 230 53 / 0.95);
}

.placeholder-lime-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity));
}

.placeholder-lime-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity));
}

.placeholder-lime-50\/0::-moz-placeholder{
  color: rgb(247 254 231 / 0);
}

.placeholder-lime-50\/0::placeholder{
  color: rgb(247 254 231 / 0);
}

.placeholder-lime-50\/10::-moz-placeholder{
  color: rgb(247 254 231 / 0.1);
}

.placeholder-lime-50\/10::placeholder{
  color: rgb(247 254 231 / 0.1);
}

.placeholder-lime-50\/100::-moz-placeholder{
  color: rgb(247 254 231 / 1);
}

.placeholder-lime-50\/100::placeholder{
  color: rgb(247 254 231 / 1);
}

.placeholder-lime-50\/20::-moz-placeholder{
  color: rgb(247 254 231 / 0.2);
}

.placeholder-lime-50\/20::placeholder{
  color: rgb(247 254 231 / 0.2);
}

.placeholder-lime-50\/25::-moz-placeholder{
  color: rgb(247 254 231 / 0.25);
}

.placeholder-lime-50\/25::placeholder{
  color: rgb(247 254 231 / 0.25);
}

.placeholder-lime-50\/30::-moz-placeholder{
  color: rgb(247 254 231 / 0.3);
}

.placeholder-lime-50\/30::placeholder{
  color: rgb(247 254 231 / 0.3);
}

.placeholder-lime-50\/40::-moz-placeholder{
  color: rgb(247 254 231 / 0.4);
}

.placeholder-lime-50\/40::placeholder{
  color: rgb(247 254 231 / 0.4);
}

.placeholder-lime-50\/5::-moz-placeholder{
  color: rgb(247 254 231 / 0.05);
}

.placeholder-lime-50\/5::placeholder{
  color: rgb(247 254 231 / 0.05);
}

.placeholder-lime-50\/50::-moz-placeholder{
  color: rgb(247 254 231 / 0.5);
}

.placeholder-lime-50\/50::placeholder{
  color: rgb(247 254 231 / 0.5);
}

.placeholder-lime-50\/60::-moz-placeholder{
  color: rgb(247 254 231 / 0.6);
}

.placeholder-lime-50\/60::placeholder{
  color: rgb(247 254 231 / 0.6);
}

.placeholder-lime-50\/70::-moz-placeholder{
  color: rgb(247 254 231 / 0.7);
}

.placeholder-lime-50\/70::placeholder{
  color: rgb(247 254 231 / 0.7);
}

.placeholder-lime-50\/75::-moz-placeholder{
  color: rgb(247 254 231 / 0.75);
}

.placeholder-lime-50\/75::placeholder{
  color: rgb(247 254 231 / 0.75);
}

.placeholder-lime-50\/80::-moz-placeholder{
  color: rgb(247 254 231 / 0.8);
}

.placeholder-lime-50\/80::placeholder{
  color: rgb(247 254 231 / 0.8);
}

.placeholder-lime-50\/90::-moz-placeholder{
  color: rgb(247 254 231 / 0.9);
}

.placeholder-lime-50\/90::placeholder{
  color: rgb(247 254 231 / 0.9);
}

.placeholder-lime-50\/95::-moz-placeholder{
  color: rgb(247 254 231 / 0.95);
}

.placeholder-lime-50\/95::placeholder{
  color: rgb(247 254 231 / 0.95);
}

.placeholder-lime-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity));
}

.placeholder-lime-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity));
}

.placeholder-lime-500\/0::-moz-placeholder{
  color: rgb(132 204 22 / 0);
}

.placeholder-lime-500\/0::placeholder{
  color: rgb(132 204 22 / 0);
}

.placeholder-lime-500\/10::-moz-placeholder{
  color: rgb(132 204 22 / 0.1);
}

.placeholder-lime-500\/10::placeholder{
  color: rgb(132 204 22 / 0.1);
}

.placeholder-lime-500\/100::-moz-placeholder{
  color: rgb(132 204 22 / 1);
}

.placeholder-lime-500\/100::placeholder{
  color: rgb(132 204 22 / 1);
}

.placeholder-lime-500\/20::-moz-placeholder{
  color: rgb(132 204 22 / 0.2);
}

.placeholder-lime-500\/20::placeholder{
  color: rgb(132 204 22 / 0.2);
}

.placeholder-lime-500\/25::-moz-placeholder{
  color: rgb(132 204 22 / 0.25);
}

.placeholder-lime-500\/25::placeholder{
  color: rgb(132 204 22 / 0.25);
}

.placeholder-lime-500\/30::-moz-placeholder{
  color: rgb(132 204 22 / 0.3);
}

.placeholder-lime-500\/30::placeholder{
  color: rgb(132 204 22 / 0.3);
}

.placeholder-lime-500\/40::-moz-placeholder{
  color: rgb(132 204 22 / 0.4);
}

.placeholder-lime-500\/40::placeholder{
  color: rgb(132 204 22 / 0.4);
}

.placeholder-lime-500\/5::-moz-placeholder{
  color: rgb(132 204 22 / 0.05);
}

.placeholder-lime-500\/5::placeholder{
  color: rgb(132 204 22 / 0.05);
}

.placeholder-lime-500\/50::-moz-placeholder{
  color: rgb(132 204 22 / 0.5);
}

.placeholder-lime-500\/50::placeholder{
  color: rgb(132 204 22 / 0.5);
}

.placeholder-lime-500\/60::-moz-placeholder{
  color: rgb(132 204 22 / 0.6);
}

.placeholder-lime-500\/60::placeholder{
  color: rgb(132 204 22 / 0.6);
}

.placeholder-lime-500\/70::-moz-placeholder{
  color: rgb(132 204 22 / 0.7);
}

.placeholder-lime-500\/70::placeholder{
  color: rgb(132 204 22 / 0.7);
}

.placeholder-lime-500\/75::-moz-placeholder{
  color: rgb(132 204 22 / 0.75);
}

.placeholder-lime-500\/75::placeholder{
  color: rgb(132 204 22 / 0.75);
}

.placeholder-lime-500\/80::-moz-placeholder{
  color: rgb(132 204 22 / 0.8);
}

.placeholder-lime-500\/80::placeholder{
  color: rgb(132 204 22 / 0.8);
}

.placeholder-lime-500\/90::-moz-placeholder{
  color: rgb(132 204 22 / 0.9);
}

.placeholder-lime-500\/90::placeholder{
  color: rgb(132 204 22 / 0.9);
}

.placeholder-lime-500\/95::-moz-placeholder{
  color: rgb(132 204 22 / 0.95);
}

.placeholder-lime-500\/95::placeholder{
  color: rgb(132 204 22 / 0.95);
}

.placeholder-lime-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity));
}

.placeholder-lime-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity));
}

.placeholder-lime-600\/0::-moz-placeholder{
  color: rgb(101 163 13 / 0);
}

.placeholder-lime-600\/0::placeholder{
  color: rgb(101 163 13 / 0);
}

.placeholder-lime-600\/10::-moz-placeholder{
  color: rgb(101 163 13 / 0.1);
}

.placeholder-lime-600\/10::placeholder{
  color: rgb(101 163 13 / 0.1);
}

.placeholder-lime-600\/100::-moz-placeholder{
  color: rgb(101 163 13 / 1);
}

.placeholder-lime-600\/100::placeholder{
  color: rgb(101 163 13 / 1);
}

.placeholder-lime-600\/20::-moz-placeholder{
  color: rgb(101 163 13 / 0.2);
}

.placeholder-lime-600\/20::placeholder{
  color: rgb(101 163 13 / 0.2);
}

.placeholder-lime-600\/25::-moz-placeholder{
  color: rgb(101 163 13 / 0.25);
}

.placeholder-lime-600\/25::placeholder{
  color: rgb(101 163 13 / 0.25);
}

.placeholder-lime-600\/30::-moz-placeholder{
  color: rgb(101 163 13 / 0.3);
}

.placeholder-lime-600\/30::placeholder{
  color: rgb(101 163 13 / 0.3);
}

.placeholder-lime-600\/40::-moz-placeholder{
  color: rgb(101 163 13 / 0.4);
}

.placeholder-lime-600\/40::placeholder{
  color: rgb(101 163 13 / 0.4);
}

.placeholder-lime-600\/5::-moz-placeholder{
  color: rgb(101 163 13 / 0.05);
}

.placeholder-lime-600\/5::placeholder{
  color: rgb(101 163 13 / 0.05);
}

.placeholder-lime-600\/50::-moz-placeholder{
  color: rgb(101 163 13 / 0.5);
}

.placeholder-lime-600\/50::placeholder{
  color: rgb(101 163 13 / 0.5);
}

.placeholder-lime-600\/60::-moz-placeholder{
  color: rgb(101 163 13 / 0.6);
}

.placeholder-lime-600\/60::placeholder{
  color: rgb(101 163 13 / 0.6);
}

.placeholder-lime-600\/70::-moz-placeholder{
  color: rgb(101 163 13 / 0.7);
}

.placeholder-lime-600\/70::placeholder{
  color: rgb(101 163 13 / 0.7);
}

.placeholder-lime-600\/75::-moz-placeholder{
  color: rgb(101 163 13 / 0.75);
}

.placeholder-lime-600\/75::placeholder{
  color: rgb(101 163 13 / 0.75);
}

.placeholder-lime-600\/80::-moz-placeholder{
  color: rgb(101 163 13 / 0.8);
}

.placeholder-lime-600\/80::placeholder{
  color: rgb(101 163 13 / 0.8);
}

.placeholder-lime-600\/90::-moz-placeholder{
  color: rgb(101 163 13 / 0.9);
}

.placeholder-lime-600\/90::placeholder{
  color: rgb(101 163 13 / 0.9);
}

.placeholder-lime-600\/95::-moz-placeholder{
  color: rgb(101 163 13 / 0.95);
}

.placeholder-lime-600\/95::placeholder{
  color: rgb(101 163 13 / 0.95);
}

.placeholder-lime-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity));
}

.placeholder-lime-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity));
}

.placeholder-lime-700\/0::-moz-placeholder{
  color: rgb(77 124 15 / 0);
}

.placeholder-lime-700\/0::placeholder{
  color: rgb(77 124 15 / 0);
}

.placeholder-lime-700\/10::-moz-placeholder{
  color: rgb(77 124 15 / 0.1);
}

.placeholder-lime-700\/10::placeholder{
  color: rgb(77 124 15 / 0.1);
}

.placeholder-lime-700\/100::-moz-placeholder{
  color: rgb(77 124 15 / 1);
}

.placeholder-lime-700\/100::placeholder{
  color: rgb(77 124 15 / 1);
}

.placeholder-lime-700\/20::-moz-placeholder{
  color: rgb(77 124 15 / 0.2);
}

.placeholder-lime-700\/20::placeholder{
  color: rgb(77 124 15 / 0.2);
}

.placeholder-lime-700\/25::-moz-placeholder{
  color: rgb(77 124 15 / 0.25);
}

.placeholder-lime-700\/25::placeholder{
  color: rgb(77 124 15 / 0.25);
}

.placeholder-lime-700\/30::-moz-placeholder{
  color: rgb(77 124 15 / 0.3);
}

.placeholder-lime-700\/30::placeholder{
  color: rgb(77 124 15 / 0.3);
}

.placeholder-lime-700\/40::-moz-placeholder{
  color: rgb(77 124 15 / 0.4);
}

.placeholder-lime-700\/40::placeholder{
  color: rgb(77 124 15 / 0.4);
}

.placeholder-lime-700\/5::-moz-placeholder{
  color: rgb(77 124 15 / 0.05);
}

.placeholder-lime-700\/5::placeholder{
  color: rgb(77 124 15 / 0.05);
}

.placeholder-lime-700\/50::-moz-placeholder{
  color: rgb(77 124 15 / 0.5);
}

.placeholder-lime-700\/50::placeholder{
  color: rgb(77 124 15 / 0.5);
}

.placeholder-lime-700\/60::-moz-placeholder{
  color: rgb(77 124 15 / 0.6);
}

.placeholder-lime-700\/60::placeholder{
  color: rgb(77 124 15 / 0.6);
}

.placeholder-lime-700\/70::-moz-placeholder{
  color: rgb(77 124 15 / 0.7);
}

.placeholder-lime-700\/70::placeholder{
  color: rgb(77 124 15 / 0.7);
}

.placeholder-lime-700\/75::-moz-placeholder{
  color: rgb(77 124 15 / 0.75);
}

.placeholder-lime-700\/75::placeholder{
  color: rgb(77 124 15 / 0.75);
}

.placeholder-lime-700\/80::-moz-placeholder{
  color: rgb(77 124 15 / 0.8);
}

.placeholder-lime-700\/80::placeholder{
  color: rgb(77 124 15 / 0.8);
}

.placeholder-lime-700\/90::-moz-placeholder{
  color: rgb(77 124 15 / 0.9);
}

.placeholder-lime-700\/90::placeholder{
  color: rgb(77 124 15 / 0.9);
}

.placeholder-lime-700\/95::-moz-placeholder{
  color: rgb(77 124 15 / 0.95);
}

.placeholder-lime-700\/95::placeholder{
  color: rgb(77 124 15 / 0.95);
}

.placeholder-lime-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity));
}

.placeholder-lime-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity));
}

.placeholder-lime-800\/0::-moz-placeholder{
  color: rgb(63 98 18 / 0);
}

.placeholder-lime-800\/0::placeholder{
  color: rgb(63 98 18 / 0);
}

.placeholder-lime-800\/10::-moz-placeholder{
  color: rgb(63 98 18 / 0.1);
}

.placeholder-lime-800\/10::placeholder{
  color: rgb(63 98 18 / 0.1);
}

.placeholder-lime-800\/100::-moz-placeholder{
  color: rgb(63 98 18 / 1);
}

.placeholder-lime-800\/100::placeholder{
  color: rgb(63 98 18 / 1);
}

.placeholder-lime-800\/20::-moz-placeholder{
  color: rgb(63 98 18 / 0.2);
}

.placeholder-lime-800\/20::placeholder{
  color: rgb(63 98 18 / 0.2);
}

.placeholder-lime-800\/25::-moz-placeholder{
  color: rgb(63 98 18 / 0.25);
}

.placeholder-lime-800\/25::placeholder{
  color: rgb(63 98 18 / 0.25);
}

.placeholder-lime-800\/30::-moz-placeholder{
  color: rgb(63 98 18 / 0.3);
}

.placeholder-lime-800\/30::placeholder{
  color: rgb(63 98 18 / 0.3);
}

.placeholder-lime-800\/40::-moz-placeholder{
  color: rgb(63 98 18 / 0.4);
}

.placeholder-lime-800\/40::placeholder{
  color: rgb(63 98 18 / 0.4);
}

.placeholder-lime-800\/5::-moz-placeholder{
  color: rgb(63 98 18 / 0.05);
}

.placeholder-lime-800\/5::placeholder{
  color: rgb(63 98 18 / 0.05);
}

.placeholder-lime-800\/50::-moz-placeholder{
  color: rgb(63 98 18 / 0.5);
}

.placeholder-lime-800\/50::placeholder{
  color: rgb(63 98 18 / 0.5);
}

.placeholder-lime-800\/60::-moz-placeholder{
  color: rgb(63 98 18 / 0.6);
}

.placeholder-lime-800\/60::placeholder{
  color: rgb(63 98 18 / 0.6);
}

.placeholder-lime-800\/70::-moz-placeholder{
  color: rgb(63 98 18 / 0.7);
}

.placeholder-lime-800\/70::placeholder{
  color: rgb(63 98 18 / 0.7);
}

.placeholder-lime-800\/75::-moz-placeholder{
  color: rgb(63 98 18 / 0.75);
}

.placeholder-lime-800\/75::placeholder{
  color: rgb(63 98 18 / 0.75);
}

.placeholder-lime-800\/80::-moz-placeholder{
  color: rgb(63 98 18 / 0.8);
}

.placeholder-lime-800\/80::placeholder{
  color: rgb(63 98 18 / 0.8);
}

.placeholder-lime-800\/90::-moz-placeholder{
  color: rgb(63 98 18 / 0.9);
}

.placeholder-lime-800\/90::placeholder{
  color: rgb(63 98 18 / 0.9);
}

.placeholder-lime-800\/95::-moz-placeholder{
  color: rgb(63 98 18 / 0.95);
}

.placeholder-lime-800\/95::placeholder{
  color: rgb(63 98 18 / 0.95);
}

.placeholder-lime-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity));
}

.placeholder-lime-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity));
}

.placeholder-lime-900\/0::-moz-placeholder{
  color: rgb(54 83 20 / 0);
}

.placeholder-lime-900\/0::placeholder{
  color: rgb(54 83 20 / 0);
}

.placeholder-lime-900\/10::-moz-placeholder{
  color: rgb(54 83 20 / 0.1);
}

.placeholder-lime-900\/10::placeholder{
  color: rgb(54 83 20 / 0.1);
}

.placeholder-lime-900\/100::-moz-placeholder{
  color: rgb(54 83 20 / 1);
}

.placeholder-lime-900\/100::placeholder{
  color: rgb(54 83 20 / 1);
}

.placeholder-lime-900\/20::-moz-placeholder{
  color: rgb(54 83 20 / 0.2);
}

.placeholder-lime-900\/20::placeholder{
  color: rgb(54 83 20 / 0.2);
}

.placeholder-lime-900\/25::-moz-placeholder{
  color: rgb(54 83 20 / 0.25);
}

.placeholder-lime-900\/25::placeholder{
  color: rgb(54 83 20 / 0.25);
}

.placeholder-lime-900\/30::-moz-placeholder{
  color: rgb(54 83 20 / 0.3);
}

.placeholder-lime-900\/30::placeholder{
  color: rgb(54 83 20 / 0.3);
}

.placeholder-lime-900\/40::-moz-placeholder{
  color: rgb(54 83 20 / 0.4);
}

.placeholder-lime-900\/40::placeholder{
  color: rgb(54 83 20 / 0.4);
}

.placeholder-lime-900\/5::-moz-placeholder{
  color: rgb(54 83 20 / 0.05);
}

.placeholder-lime-900\/5::placeholder{
  color: rgb(54 83 20 / 0.05);
}

.placeholder-lime-900\/50::-moz-placeholder{
  color: rgb(54 83 20 / 0.5);
}

.placeholder-lime-900\/50::placeholder{
  color: rgb(54 83 20 / 0.5);
}

.placeholder-lime-900\/60::-moz-placeholder{
  color: rgb(54 83 20 / 0.6);
}

.placeholder-lime-900\/60::placeholder{
  color: rgb(54 83 20 / 0.6);
}

.placeholder-lime-900\/70::-moz-placeholder{
  color: rgb(54 83 20 / 0.7);
}

.placeholder-lime-900\/70::placeholder{
  color: rgb(54 83 20 / 0.7);
}

.placeholder-lime-900\/75::-moz-placeholder{
  color: rgb(54 83 20 / 0.75);
}

.placeholder-lime-900\/75::placeholder{
  color: rgb(54 83 20 / 0.75);
}

.placeholder-lime-900\/80::-moz-placeholder{
  color: rgb(54 83 20 / 0.8);
}

.placeholder-lime-900\/80::placeholder{
  color: rgb(54 83 20 / 0.8);
}

.placeholder-lime-900\/90::-moz-placeholder{
  color: rgb(54 83 20 / 0.9);
}

.placeholder-lime-900\/90::placeholder{
  color: rgb(54 83 20 / 0.9);
}

.placeholder-lime-900\/95::-moz-placeholder{
  color: rgb(54 83 20 / 0.95);
}

.placeholder-lime-900\/95::placeholder{
  color: rgb(54 83 20 / 0.95);
}

.placeholder-lime-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity));
}

.placeholder-lime-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity));
}

.placeholder-lime-950\/0::-moz-placeholder{
  color: rgb(26 46 5 / 0);
}

.placeholder-lime-950\/0::placeholder{
  color: rgb(26 46 5 / 0);
}

.placeholder-lime-950\/10::-moz-placeholder{
  color: rgb(26 46 5 / 0.1);
}

.placeholder-lime-950\/10::placeholder{
  color: rgb(26 46 5 / 0.1);
}

.placeholder-lime-950\/100::-moz-placeholder{
  color: rgb(26 46 5 / 1);
}

.placeholder-lime-950\/100::placeholder{
  color: rgb(26 46 5 / 1);
}

.placeholder-lime-950\/20::-moz-placeholder{
  color: rgb(26 46 5 / 0.2);
}

.placeholder-lime-950\/20::placeholder{
  color: rgb(26 46 5 / 0.2);
}

.placeholder-lime-950\/25::-moz-placeholder{
  color: rgb(26 46 5 / 0.25);
}

.placeholder-lime-950\/25::placeholder{
  color: rgb(26 46 5 / 0.25);
}

.placeholder-lime-950\/30::-moz-placeholder{
  color: rgb(26 46 5 / 0.3);
}

.placeholder-lime-950\/30::placeholder{
  color: rgb(26 46 5 / 0.3);
}

.placeholder-lime-950\/40::-moz-placeholder{
  color: rgb(26 46 5 / 0.4);
}

.placeholder-lime-950\/40::placeholder{
  color: rgb(26 46 5 / 0.4);
}

.placeholder-lime-950\/5::-moz-placeholder{
  color: rgb(26 46 5 / 0.05);
}

.placeholder-lime-950\/5::placeholder{
  color: rgb(26 46 5 / 0.05);
}

.placeholder-lime-950\/50::-moz-placeholder{
  color: rgb(26 46 5 / 0.5);
}

.placeholder-lime-950\/50::placeholder{
  color: rgb(26 46 5 / 0.5);
}

.placeholder-lime-950\/60::-moz-placeholder{
  color: rgb(26 46 5 / 0.6);
}

.placeholder-lime-950\/60::placeholder{
  color: rgb(26 46 5 / 0.6);
}

.placeholder-lime-950\/70::-moz-placeholder{
  color: rgb(26 46 5 / 0.7);
}

.placeholder-lime-950\/70::placeholder{
  color: rgb(26 46 5 / 0.7);
}

.placeholder-lime-950\/75::-moz-placeholder{
  color: rgb(26 46 5 / 0.75);
}

.placeholder-lime-950\/75::placeholder{
  color: rgb(26 46 5 / 0.75);
}

.placeholder-lime-950\/80::-moz-placeholder{
  color: rgb(26 46 5 / 0.8);
}

.placeholder-lime-950\/80::placeholder{
  color: rgb(26 46 5 / 0.8);
}

.placeholder-lime-950\/90::-moz-placeholder{
  color: rgb(26 46 5 / 0.9);
}

.placeholder-lime-950\/90::placeholder{
  color: rgb(26 46 5 / 0.9);
}

.placeholder-lime-950\/95::-moz-placeholder{
  color: rgb(26 46 5 / 0.95);
}

.placeholder-lime-950\/95::placeholder{
  color: rgb(26 46 5 / 0.95);
}

.placeholder-neutral-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-100\/0::-moz-placeholder{
  color: rgb(245 245 245 / 0);
}

.placeholder-neutral-100\/0::placeholder{
  color: rgb(245 245 245 / 0);
}

.placeholder-neutral-100\/10::-moz-placeholder{
  color: rgb(245 245 245 / 0.1);
}

.placeholder-neutral-100\/10::placeholder{
  color: rgb(245 245 245 / 0.1);
}

.placeholder-neutral-100\/100::-moz-placeholder{
  color: rgb(245 245 245 / 1);
}

.placeholder-neutral-100\/100::placeholder{
  color: rgb(245 245 245 / 1);
}

.placeholder-neutral-100\/20::-moz-placeholder{
  color: rgb(245 245 245 / 0.2);
}

.placeholder-neutral-100\/20::placeholder{
  color: rgb(245 245 245 / 0.2);
}

.placeholder-neutral-100\/25::-moz-placeholder{
  color: rgb(245 245 245 / 0.25);
}

.placeholder-neutral-100\/25::placeholder{
  color: rgb(245 245 245 / 0.25);
}

.placeholder-neutral-100\/30::-moz-placeholder{
  color: rgb(245 245 245 / 0.3);
}

.placeholder-neutral-100\/30::placeholder{
  color: rgb(245 245 245 / 0.3);
}

.placeholder-neutral-100\/40::-moz-placeholder{
  color: rgb(245 245 245 / 0.4);
}

.placeholder-neutral-100\/40::placeholder{
  color: rgb(245 245 245 / 0.4);
}

.placeholder-neutral-100\/5::-moz-placeholder{
  color: rgb(245 245 245 / 0.05);
}

.placeholder-neutral-100\/5::placeholder{
  color: rgb(245 245 245 / 0.05);
}

.placeholder-neutral-100\/50::-moz-placeholder{
  color: rgb(245 245 245 / 0.5);
}

.placeholder-neutral-100\/50::placeholder{
  color: rgb(245 245 245 / 0.5);
}

.placeholder-neutral-100\/60::-moz-placeholder{
  color: rgb(245 245 245 / 0.6);
}

.placeholder-neutral-100\/60::placeholder{
  color: rgb(245 245 245 / 0.6);
}

.placeholder-neutral-100\/70::-moz-placeholder{
  color: rgb(245 245 245 / 0.7);
}

.placeholder-neutral-100\/70::placeholder{
  color: rgb(245 245 245 / 0.7);
}

.placeholder-neutral-100\/75::-moz-placeholder{
  color: rgb(245 245 245 / 0.75);
}

.placeholder-neutral-100\/75::placeholder{
  color: rgb(245 245 245 / 0.75);
}

.placeholder-neutral-100\/80::-moz-placeholder{
  color: rgb(245 245 245 / 0.8);
}

.placeholder-neutral-100\/80::placeholder{
  color: rgb(245 245 245 / 0.8);
}

.placeholder-neutral-100\/90::-moz-placeholder{
  color: rgb(245 245 245 / 0.9);
}

.placeholder-neutral-100\/90::placeholder{
  color: rgb(245 245 245 / 0.9);
}

.placeholder-neutral-100\/95::-moz-placeholder{
  color: rgb(245 245 245 / 0.95);
}

.placeholder-neutral-100\/95::placeholder{
  color: rgb(245 245 245 / 0.95);
}

.placeholder-neutral-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-200\/0::-moz-placeholder{
  color: rgb(229 229 229 / 0);
}

.placeholder-neutral-200\/0::placeholder{
  color: rgb(229 229 229 / 0);
}

.placeholder-neutral-200\/10::-moz-placeholder{
  color: rgb(229 229 229 / 0.1);
}

.placeholder-neutral-200\/10::placeholder{
  color: rgb(229 229 229 / 0.1);
}

.placeholder-neutral-200\/100::-moz-placeholder{
  color: rgb(229 229 229 / 1);
}

.placeholder-neutral-200\/100::placeholder{
  color: rgb(229 229 229 / 1);
}

.placeholder-neutral-200\/20::-moz-placeholder{
  color: rgb(229 229 229 / 0.2);
}

.placeholder-neutral-200\/20::placeholder{
  color: rgb(229 229 229 / 0.2);
}

.placeholder-neutral-200\/25::-moz-placeholder{
  color: rgb(229 229 229 / 0.25);
}

.placeholder-neutral-200\/25::placeholder{
  color: rgb(229 229 229 / 0.25);
}

.placeholder-neutral-200\/30::-moz-placeholder{
  color: rgb(229 229 229 / 0.3);
}

.placeholder-neutral-200\/30::placeholder{
  color: rgb(229 229 229 / 0.3);
}

.placeholder-neutral-200\/40::-moz-placeholder{
  color: rgb(229 229 229 / 0.4);
}

.placeholder-neutral-200\/40::placeholder{
  color: rgb(229 229 229 / 0.4);
}

.placeholder-neutral-200\/5::-moz-placeholder{
  color: rgb(229 229 229 / 0.05);
}

.placeholder-neutral-200\/5::placeholder{
  color: rgb(229 229 229 / 0.05);
}

.placeholder-neutral-200\/50::-moz-placeholder{
  color: rgb(229 229 229 / 0.5);
}

.placeholder-neutral-200\/50::placeholder{
  color: rgb(229 229 229 / 0.5);
}

.placeholder-neutral-200\/60::-moz-placeholder{
  color: rgb(229 229 229 / 0.6);
}

.placeholder-neutral-200\/60::placeholder{
  color: rgb(229 229 229 / 0.6);
}

.placeholder-neutral-200\/70::-moz-placeholder{
  color: rgb(229 229 229 / 0.7);
}

.placeholder-neutral-200\/70::placeholder{
  color: rgb(229 229 229 / 0.7);
}

.placeholder-neutral-200\/75::-moz-placeholder{
  color: rgb(229 229 229 / 0.75);
}

.placeholder-neutral-200\/75::placeholder{
  color: rgb(229 229 229 / 0.75);
}

.placeholder-neutral-200\/80::-moz-placeholder{
  color: rgb(229 229 229 / 0.8);
}

.placeholder-neutral-200\/80::placeholder{
  color: rgb(229 229 229 / 0.8);
}

.placeholder-neutral-200\/90::-moz-placeholder{
  color: rgb(229 229 229 / 0.9);
}

.placeholder-neutral-200\/90::placeholder{
  color: rgb(229 229 229 / 0.9);
}

.placeholder-neutral-200\/95::-moz-placeholder{
  color: rgb(229 229 229 / 0.95);
}

.placeholder-neutral-200\/95::placeholder{
  color: rgb(229 229 229 / 0.95);
}

.placeholder-neutral-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-300\/0::-moz-placeholder{
  color: rgb(212 212 212 / 0);
}

.placeholder-neutral-300\/0::placeholder{
  color: rgb(212 212 212 / 0);
}

.placeholder-neutral-300\/10::-moz-placeholder{
  color: rgb(212 212 212 / 0.1);
}

.placeholder-neutral-300\/10::placeholder{
  color: rgb(212 212 212 / 0.1);
}

.placeholder-neutral-300\/100::-moz-placeholder{
  color: rgb(212 212 212 / 1);
}

.placeholder-neutral-300\/100::placeholder{
  color: rgb(212 212 212 / 1);
}

.placeholder-neutral-300\/20::-moz-placeholder{
  color: rgb(212 212 212 / 0.2);
}

.placeholder-neutral-300\/20::placeholder{
  color: rgb(212 212 212 / 0.2);
}

.placeholder-neutral-300\/25::-moz-placeholder{
  color: rgb(212 212 212 / 0.25);
}

.placeholder-neutral-300\/25::placeholder{
  color: rgb(212 212 212 / 0.25);
}

.placeholder-neutral-300\/30::-moz-placeholder{
  color: rgb(212 212 212 / 0.3);
}

.placeholder-neutral-300\/30::placeholder{
  color: rgb(212 212 212 / 0.3);
}

.placeholder-neutral-300\/40::-moz-placeholder{
  color: rgb(212 212 212 / 0.4);
}

.placeholder-neutral-300\/40::placeholder{
  color: rgb(212 212 212 / 0.4);
}

.placeholder-neutral-300\/5::-moz-placeholder{
  color: rgb(212 212 212 / 0.05);
}

.placeholder-neutral-300\/5::placeholder{
  color: rgb(212 212 212 / 0.05);
}

.placeholder-neutral-300\/50::-moz-placeholder{
  color: rgb(212 212 212 / 0.5);
}

.placeholder-neutral-300\/50::placeholder{
  color: rgb(212 212 212 / 0.5);
}

.placeholder-neutral-300\/60::-moz-placeholder{
  color: rgb(212 212 212 / 0.6);
}

.placeholder-neutral-300\/60::placeholder{
  color: rgb(212 212 212 / 0.6);
}

.placeholder-neutral-300\/70::-moz-placeholder{
  color: rgb(212 212 212 / 0.7);
}

.placeholder-neutral-300\/70::placeholder{
  color: rgb(212 212 212 / 0.7);
}

.placeholder-neutral-300\/75::-moz-placeholder{
  color: rgb(212 212 212 / 0.75);
}

.placeholder-neutral-300\/75::placeholder{
  color: rgb(212 212 212 / 0.75);
}

.placeholder-neutral-300\/80::-moz-placeholder{
  color: rgb(212 212 212 / 0.8);
}

.placeholder-neutral-300\/80::placeholder{
  color: rgb(212 212 212 / 0.8);
}

.placeholder-neutral-300\/90::-moz-placeholder{
  color: rgb(212 212 212 / 0.9);
}

.placeholder-neutral-300\/90::placeholder{
  color: rgb(212 212 212 / 0.9);
}

.placeholder-neutral-300\/95::-moz-placeholder{
  color: rgb(212 212 212 / 0.95);
}

.placeholder-neutral-300\/95::placeholder{
  color: rgb(212 212 212 / 0.95);
}

.placeholder-neutral-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-400\/0::-moz-placeholder{
  color: rgb(163 163 163 / 0);
}

.placeholder-neutral-400\/0::placeholder{
  color: rgb(163 163 163 / 0);
}

.placeholder-neutral-400\/10::-moz-placeholder{
  color: rgb(163 163 163 / 0.1);
}

.placeholder-neutral-400\/10::placeholder{
  color: rgb(163 163 163 / 0.1);
}

.placeholder-neutral-400\/100::-moz-placeholder{
  color: rgb(163 163 163 / 1);
}

.placeholder-neutral-400\/100::placeholder{
  color: rgb(163 163 163 / 1);
}

.placeholder-neutral-400\/20::-moz-placeholder{
  color: rgb(163 163 163 / 0.2);
}

.placeholder-neutral-400\/20::placeholder{
  color: rgb(163 163 163 / 0.2);
}

.placeholder-neutral-400\/25::-moz-placeholder{
  color: rgb(163 163 163 / 0.25);
}

.placeholder-neutral-400\/25::placeholder{
  color: rgb(163 163 163 / 0.25);
}

.placeholder-neutral-400\/30::-moz-placeholder{
  color: rgb(163 163 163 / 0.3);
}

.placeholder-neutral-400\/30::placeholder{
  color: rgb(163 163 163 / 0.3);
}

.placeholder-neutral-400\/40::-moz-placeholder{
  color: rgb(163 163 163 / 0.4);
}

.placeholder-neutral-400\/40::placeholder{
  color: rgb(163 163 163 / 0.4);
}

.placeholder-neutral-400\/5::-moz-placeholder{
  color: rgb(163 163 163 / 0.05);
}

.placeholder-neutral-400\/5::placeholder{
  color: rgb(163 163 163 / 0.05);
}

.placeholder-neutral-400\/50::-moz-placeholder{
  color: rgb(163 163 163 / 0.5);
}

.placeholder-neutral-400\/50::placeholder{
  color: rgb(163 163 163 / 0.5);
}

.placeholder-neutral-400\/60::-moz-placeholder{
  color: rgb(163 163 163 / 0.6);
}

.placeholder-neutral-400\/60::placeholder{
  color: rgb(163 163 163 / 0.6);
}

.placeholder-neutral-400\/70::-moz-placeholder{
  color: rgb(163 163 163 / 0.7);
}

.placeholder-neutral-400\/70::placeholder{
  color: rgb(163 163 163 / 0.7);
}

.placeholder-neutral-400\/75::-moz-placeholder{
  color: rgb(163 163 163 / 0.75);
}

.placeholder-neutral-400\/75::placeholder{
  color: rgb(163 163 163 / 0.75);
}

.placeholder-neutral-400\/80::-moz-placeholder{
  color: rgb(163 163 163 / 0.8);
}

.placeholder-neutral-400\/80::placeholder{
  color: rgb(163 163 163 / 0.8);
}

.placeholder-neutral-400\/90::-moz-placeholder{
  color: rgb(163 163 163 / 0.9);
}

.placeholder-neutral-400\/90::placeholder{
  color: rgb(163 163 163 / 0.9);
}

.placeholder-neutral-400\/95::-moz-placeholder{
  color: rgb(163 163 163 / 0.95);
}

.placeholder-neutral-400\/95::placeholder{
  color: rgb(163 163 163 / 0.95);
}

.placeholder-neutral-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-50\/0::-moz-placeholder{
  color: rgb(250 250 250 / 0);
}

.placeholder-neutral-50\/0::placeholder{
  color: rgb(250 250 250 / 0);
}

.placeholder-neutral-50\/10::-moz-placeholder{
  color: rgb(250 250 250 / 0.1);
}

.placeholder-neutral-50\/10::placeholder{
  color: rgb(250 250 250 / 0.1);
}

.placeholder-neutral-50\/100::-moz-placeholder{
  color: rgb(250 250 250 / 1);
}

.placeholder-neutral-50\/100::placeholder{
  color: rgb(250 250 250 / 1);
}

.placeholder-neutral-50\/20::-moz-placeholder{
  color: rgb(250 250 250 / 0.2);
}

.placeholder-neutral-50\/20::placeholder{
  color: rgb(250 250 250 / 0.2);
}

.placeholder-neutral-50\/25::-moz-placeholder{
  color: rgb(250 250 250 / 0.25);
}

.placeholder-neutral-50\/25::placeholder{
  color: rgb(250 250 250 / 0.25);
}

.placeholder-neutral-50\/30::-moz-placeholder{
  color: rgb(250 250 250 / 0.3);
}

.placeholder-neutral-50\/30::placeholder{
  color: rgb(250 250 250 / 0.3);
}

.placeholder-neutral-50\/40::-moz-placeholder{
  color: rgb(250 250 250 / 0.4);
}

.placeholder-neutral-50\/40::placeholder{
  color: rgb(250 250 250 / 0.4);
}

.placeholder-neutral-50\/5::-moz-placeholder{
  color: rgb(250 250 250 / 0.05);
}

.placeholder-neutral-50\/5::placeholder{
  color: rgb(250 250 250 / 0.05);
}

.placeholder-neutral-50\/50::-moz-placeholder{
  color: rgb(250 250 250 / 0.5);
}

.placeholder-neutral-50\/50::placeholder{
  color: rgb(250 250 250 / 0.5);
}

.placeholder-neutral-50\/60::-moz-placeholder{
  color: rgb(250 250 250 / 0.6);
}

.placeholder-neutral-50\/60::placeholder{
  color: rgb(250 250 250 / 0.6);
}

.placeholder-neutral-50\/70::-moz-placeholder{
  color: rgb(250 250 250 / 0.7);
}

.placeholder-neutral-50\/70::placeholder{
  color: rgb(250 250 250 / 0.7);
}

.placeholder-neutral-50\/75::-moz-placeholder{
  color: rgb(250 250 250 / 0.75);
}

.placeholder-neutral-50\/75::placeholder{
  color: rgb(250 250 250 / 0.75);
}

.placeholder-neutral-50\/80::-moz-placeholder{
  color: rgb(250 250 250 / 0.8);
}

.placeholder-neutral-50\/80::placeholder{
  color: rgb(250 250 250 / 0.8);
}

.placeholder-neutral-50\/90::-moz-placeholder{
  color: rgb(250 250 250 / 0.9);
}

.placeholder-neutral-50\/90::placeholder{
  color: rgb(250 250 250 / 0.9);
}

.placeholder-neutral-50\/95::-moz-placeholder{
  color: rgb(250 250 250 / 0.95);
}

.placeholder-neutral-50\/95::placeholder{
  color: rgb(250 250 250 / 0.95);
}

.placeholder-neutral-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-500\/0::-moz-placeholder{
  color: rgb(115 115 115 / 0);
}

.placeholder-neutral-500\/0::placeholder{
  color: rgb(115 115 115 / 0);
}

.placeholder-neutral-500\/10::-moz-placeholder{
  color: rgb(115 115 115 / 0.1);
}

.placeholder-neutral-500\/10::placeholder{
  color: rgb(115 115 115 / 0.1);
}

.placeholder-neutral-500\/100::-moz-placeholder{
  color: rgb(115 115 115 / 1);
}

.placeholder-neutral-500\/100::placeholder{
  color: rgb(115 115 115 / 1);
}

.placeholder-neutral-500\/20::-moz-placeholder{
  color: rgb(115 115 115 / 0.2);
}

.placeholder-neutral-500\/20::placeholder{
  color: rgb(115 115 115 / 0.2);
}

.placeholder-neutral-500\/25::-moz-placeholder{
  color: rgb(115 115 115 / 0.25);
}

.placeholder-neutral-500\/25::placeholder{
  color: rgb(115 115 115 / 0.25);
}

.placeholder-neutral-500\/30::-moz-placeholder{
  color: rgb(115 115 115 / 0.3);
}

.placeholder-neutral-500\/30::placeholder{
  color: rgb(115 115 115 / 0.3);
}

.placeholder-neutral-500\/40::-moz-placeholder{
  color: rgb(115 115 115 / 0.4);
}

.placeholder-neutral-500\/40::placeholder{
  color: rgb(115 115 115 / 0.4);
}

.placeholder-neutral-500\/5::-moz-placeholder{
  color: rgb(115 115 115 / 0.05);
}

.placeholder-neutral-500\/5::placeholder{
  color: rgb(115 115 115 / 0.05);
}

.placeholder-neutral-500\/50::-moz-placeholder{
  color: rgb(115 115 115 / 0.5);
}

.placeholder-neutral-500\/50::placeholder{
  color: rgb(115 115 115 / 0.5);
}

.placeholder-neutral-500\/60::-moz-placeholder{
  color: rgb(115 115 115 / 0.6);
}

.placeholder-neutral-500\/60::placeholder{
  color: rgb(115 115 115 / 0.6);
}

.placeholder-neutral-500\/70::-moz-placeholder{
  color: rgb(115 115 115 / 0.7);
}

.placeholder-neutral-500\/70::placeholder{
  color: rgb(115 115 115 / 0.7);
}

.placeholder-neutral-500\/75::-moz-placeholder{
  color: rgb(115 115 115 / 0.75);
}

.placeholder-neutral-500\/75::placeholder{
  color: rgb(115 115 115 / 0.75);
}

.placeholder-neutral-500\/80::-moz-placeholder{
  color: rgb(115 115 115 / 0.8);
}

.placeholder-neutral-500\/80::placeholder{
  color: rgb(115 115 115 / 0.8);
}

.placeholder-neutral-500\/90::-moz-placeholder{
  color: rgb(115 115 115 / 0.9);
}

.placeholder-neutral-500\/90::placeholder{
  color: rgb(115 115 115 / 0.9);
}

.placeholder-neutral-500\/95::-moz-placeholder{
  color: rgb(115 115 115 / 0.95);
}

.placeholder-neutral-500\/95::placeholder{
  color: rgb(115 115 115 / 0.95);
}

.placeholder-neutral-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-600\/0::-moz-placeholder{
  color: rgb(82 82 82 / 0);
}

.placeholder-neutral-600\/0::placeholder{
  color: rgb(82 82 82 / 0);
}

.placeholder-neutral-600\/10::-moz-placeholder{
  color: rgb(82 82 82 / 0.1);
}

.placeholder-neutral-600\/10::placeholder{
  color: rgb(82 82 82 / 0.1);
}

.placeholder-neutral-600\/100::-moz-placeholder{
  color: rgb(82 82 82 / 1);
}

.placeholder-neutral-600\/100::placeholder{
  color: rgb(82 82 82 / 1);
}

.placeholder-neutral-600\/20::-moz-placeholder{
  color: rgb(82 82 82 / 0.2);
}

.placeholder-neutral-600\/20::placeholder{
  color: rgb(82 82 82 / 0.2);
}

.placeholder-neutral-600\/25::-moz-placeholder{
  color: rgb(82 82 82 / 0.25);
}

.placeholder-neutral-600\/25::placeholder{
  color: rgb(82 82 82 / 0.25);
}

.placeholder-neutral-600\/30::-moz-placeholder{
  color: rgb(82 82 82 / 0.3);
}

.placeholder-neutral-600\/30::placeholder{
  color: rgb(82 82 82 / 0.3);
}

.placeholder-neutral-600\/40::-moz-placeholder{
  color: rgb(82 82 82 / 0.4);
}

.placeholder-neutral-600\/40::placeholder{
  color: rgb(82 82 82 / 0.4);
}

.placeholder-neutral-600\/5::-moz-placeholder{
  color: rgb(82 82 82 / 0.05);
}

.placeholder-neutral-600\/5::placeholder{
  color: rgb(82 82 82 / 0.05);
}

.placeholder-neutral-600\/50::-moz-placeholder{
  color: rgb(82 82 82 / 0.5);
}

.placeholder-neutral-600\/50::placeholder{
  color: rgb(82 82 82 / 0.5);
}

.placeholder-neutral-600\/60::-moz-placeholder{
  color: rgb(82 82 82 / 0.6);
}

.placeholder-neutral-600\/60::placeholder{
  color: rgb(82 82 82 / 0.6);
}

.placeholder-neutral-600\/70::-moz-placeholder{
  color: rgb(82 82 82 / 0.7);
}

.placeholder-neutral-600\/70::placeholder{
  color: rgb(82 82 82 / 0.7);
}

.placeholder-neutral-600\/75::-moz-placeholder{
  color: rgb(82 82 82 / 0.75);
}

.placeholder-neutral-600\/75::placeholder{
  color: rgb(82 82 82 / 0.75);
}

.placeholder-neutral-600\/80::-moz-placeholder{
  color: rgb(82 82 82 / 0.8);
}

.placeholder-neutral-600\/80::placeholder{
  color: rgb(82 82 82 / 0.8);
}

.placeholder-neutral-600\/90::-moz-placeholder{
  color: rgb(82 82 82 / 0.9);
}

.placeholder-neutral-600\/90::placeholder{
  color: rgb(82 82 82 / 0.9);
}

.placeholder-neutral-600\/95::-moz-placeholder{
  color: rgb(82 82 82 / 0.95);
}

.placeholder-neutral-600\/95::placeholder{
  color: rgb(82 82 82 / 0.95);
}

.placeholder-neutral-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-700\/0::-moz-placeholder{
  color: rgb(64 64 64 / 0);
}

.placeholder-neutral-700\/0::placeholder{
  color: rgb(64 64 64 / 0);
}

.placeholder-neutral-700\/10::-moz-placeholder{
  color: rgb(64 64 64 / 0.1);
}

.placeholder-neutral-700\/10::placeholder{
  color: rgb(64 64 64 / 0.1);
}

.placeholder-neutral-700\/100::-moz-placeholder{
  color: rgb(64 64 64 / 1);
}

.placeholder-neutral-700\/100::placeholder{
  color: rgb(64 64 64 / 1);
}

.placeholder-neutral-700\/20::-moz-placeholder{
  color: rgb(64 64 64 / 0.2);
}

.placeholder-neutral-700\/20::placeholder{
  color: rgb(64 64 64 / 0.2);
}

.placeholder-neutral-700\/25::-moz-placeholder{
  color: rgb(64 64 64 / 0.25);
}

.placeholder-neutral-700\/25::placeholder{
  color: rgb(64 64 64 / 0.25);
}

.placeholder-neutral-700\/30::-moz-placeholder{
  color: rgb(64 64 64 / 0.3);
}

.placeholder-neutral-700\/30::placeholder{
  color: rgb(64 64 64 / 0.3);
}

.placeholder-neutral-700\/40::-moz-placeholder{
  color: rgb(64 64 64 / 0.4);
}

.placeholder-neutral-700\/40::placeholder{
  color: rgb(64 64 64 / 0.4);
}

.placeholder-neutral-700\/5::-moz-placeholder{
  color: rgb(64 64 64 / 0.05);
}

.placeholder-neutral-700\/5::placeholder{
  color: rgb(64 64 64 / 0.05);
}

.placeholder-neutral-700\/50::-moz-placeholder{
  color: rgb(64 64 64 / 0.5);
}

.placeholder-neutral-700\/50::placeholder{
  color: rgb(64 64 64 / 0.5);
}

.placeholder-neutral-700\/60::-moz-placeholder{
  color: rgb(64 64 64 / 0.6);
}

.placeholder-neutral-700\/60::placeholder{
  color: rgb(64 64 64 / 0.6);
}

.placeholder-neutral-700\/70::-moz-placeholder{
  color: rgb(64 64 64 / 0.7);
}

.placeholder-neutral-700\/70::placeholder{
  color: rgb(64 64 64 / 0.7);
}

.placeholder-neutral-700\/75::-moz-placeholder{
  color: rgb(64 64 64 / 0.75);
}

.placeholder-neutral-700\/75::placeholder{
  color: rgb(64 64 64 / 0.75);
}

.placeholder-neutral-700\/80::-moz-placeholder{
  color: rgb(64 64 64 / 0.8);
}

.placeholder-neutral-700\/80::placeholder{
  color: rgb(64 64 64 / 0.8);
}

.placeholder-neutral-700\/90::-moz-placeholder{
  color: rgb(64 64 64 / 0.9);
}

.placeholder-neutral-700\/90::placeholder{
  color: rgb(64 64 64 / 0.9);
}

.placeholder-neutral-700\/95::-moz-placeholder{
  color: rgb(64 64 64 / 0.95);
}

.placeholder-neutral-700\/95::placeholder{
  color: rgb(64 64 64 / 0.95);
}

.placeholder-neutral-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-800\/0::-moz-placeholder{
  color: rgb(38 38 38 / 0);
}

.placeholder-neutral-800\/0::placeholder{
  color: rgb(38 38 38 / 0);
}

.placeholder-neutral-800\/10::-moz-placeholder{
  color: rgb(38 38 38 / 0.1);
}

.placeholder-neutral-800\/10::placeholder{
  color: rgb(38 38 38 / 0.1);
}

.placeholder-neutral-800\/100::-moz-placeholder{
  color: rgb(38 38 38 / 1);
}

.placeholder-neutral-800\/100::placeholder{
  color: rgb(38 38 38 / 1);
}

.placeholder-neutral-800\/20::-moz-placeholder{
  color: rgb(38 38 38 / 0.2);
}

.placeholder-neutral-800\/20::placeholder{
  color: rgb(38 38 38 / 0.2);
}

.placeholder-neutral-800\/25::-moz-placeholder{
  color: rgb(38 38 38 / 0.25);
}

.placeholder-neutral-800\/25::placeholder{
  color: rgb(38 38 38 / 0.25);
}

.placeholder-neutral-800\/30::-moz-placeholder{
  color: rgb(38 38 38 / 0.3);
}

.placeholder-neutral-800\/30::placeholder{
  color: rgb(38 38 38 / 0.3);
}

.placeholder-neutral-800\/40::-moz-placeholder{
  color: rgb(38 38 38 / 0.4);
}

.placeholder-neutral-800\/40::placeholder{
  color: rgb(38 38 38 / 0.4);
}

.placeholder-neutral-800\/5::-moz-placeholder{
  color: rgb(38 38 38 / 0.05);
}

.placeholder-neutral-800\/5::placeholder{
  color: rgb(38 38 38 / 0.05);
}

.placeholder-neutral-800\/50::-moz-placeholder{
  color: rgb(38 38 38 / 0.5);
}

.placeholder-neutral-800\/50::placeholder{
  color: rgb(38 38 38 / 0.5);
}

.placeholder-neutral-800\/60::-moz-placeholder{
  color: rgb(38 38 38 / 0.6);
}

.placeholder-neutral-800\/60::placeholder{
  color: rgb(38 38 38 / 0.6);
}

.placeholder-neutral-800\/70::-moz-placeholder{
  color: rgb(38 38 38 / 0.7);
}

.placeholder-neutral-800\/70::placeholder{
  color: rgb(38 38 38 / 0.7);
}

.placeholder-neutral-800\/75::-moz-placeholder{
  color: rgb(38 38 38 / 0.75);
}

.placeholder-neutral-800\/75::placeholder{
  color: rgb(38 38 38 / 0.75);
}

.placeholder-neutral-800\/80::-moz-placeholder{
  color: rgb(38 38 38 / 0.8);
}

.placeholder-neutral-800\/80::placeholder{
  color: rgb(38 38 38 / 0.8);
}

.placeholder-neutral-800\/90::-moz-placeholder{
  color: rgb(38 38 38 / 0.9);
}

.placeholder-neutral-800\/90::placeholder{
  color: rgb(38 38 38 / 0.9);
}

.placeholder-neutral-800\/95::-moz-placeholder{
  color: rgb(38 38 38 / 0.95);
}

.placeholder-neutral-800\/95::placeholder{
  color: rgb(38 38 38 / 0.95);
}

.placeholder-neutral-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-900\/0::-moz-placeholder{
  color: rgb(23 23 23 / 0);
}

.placeholder-neutral-900\/0::placeholder{
  color: rgb(23 23 23 / 0);
}

.placeholder-neutral-900\/10::-moz-placeholder{
  color: rgb(23 23 23 / 0.1);
}

.placeholder-neutral-900\/10::placeholder{
  color: rgb(23 23 23 / 0.1);
}

.placeholder-neutral-900\/100::-moz-placeholder{
  color: rgb(23 23 23 / 1);
}

.placeholder-neutral-900\/100::placeholder{
  color: rgb(23 23 23 / 1);
}

.placeholder-neutral-900\/20::-moz-placeholder{
  color: rgb(23 23 23 / 0.2);
}

.placeholder-neutral-900\/20::placeholder{
  color: rgb(23 23 23 / 0.2);
}

.placeholder-neutral-900\/25::-moz-placeholder{
  color: rgb(23 23 23 / 0.25);
}

.placeholder-neutral-900\/25::placeholder{
  color: rgb(23 23 23 / 0.25);
}

.placeholder-neutral-900\/30::-moz-placeholder{
  color: rgb(23 23 23 / 0.3);
}

.placeholder-neutral-900\/30::placeholder{
  color: rgb(23 23 23 / 0.3);
}

.placeholder-neutral-900\/40::-moz-placeholder{
  color: rgb(23 23 23 / 0.4);
}

.placeholder-neutral-900\/40::placeholder{
  color: rgb(23 23 23 / 0.4);
}

.placeholder-neutral-900\/5::-moz-placeholder{
  color: rgb(23 23 23 / 0.05);
}

.placeholder-neutral-900\/5::placeholder{
  color: rgb(23 23 23 / 0.05);
}

.placeholder-neutral-900\/50::-moz-placeholder{
  color: rgb(23 23 23 / 0.5);
}

.placeholder-neutral-900\/50::placeholder{
  color: rgb(23 23 23 / 0.5);
}

.placeholder-neutral-900\/60::-moz-placeholder{
  color: rgb(23 23 23 / 0.6);
}

.placeholder-neutral-900\/60::placeholder{
  color: rgb(23 23 23 / 0.6);
}

.placeholder-neutral-900\/70::-moz-placeholder{
  color: rgb(23 23 23 / 0.7);
}

.placeholder-neutral-900\/70::placeholder{
  color: rgb(23 23 23 / 0.7);
}

.placeholder-neutral-900\/75::-moz-placeholder{
  color: rgb(23 23 23 / 0.75);
}

.placeholder-neutral-900\/75::placeholder{
  color: rgb(23 23 23 / 0.75);
}

.placeholder-neutral-900\/80::-moz-placeholder{
  color: rgb(23 23 23 / 0.8);
}

.placeholder-neutral-900\/80::placeholder{
  color: rgb(23 23 23 / 0.8);
}

.placeholder-neutral-900\/90::-moz-placeholder{
  color: rgb(23 23 23 / 0.9);
}

.placeholder-neutral-900\/90::placeholder{
  color: rgb(23 23 23 / 0.9);
}

.placeholder-neutral-900\/95::-moz-placeholder{
  color: rgb(23 23 23 / 0.95);
}

.placeholder-neutral-900\/95::placeholder{
  color: rgb(23 23 23 / 0.95);
}

.placeholder-neutral-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity));
}

.placeholder-neutral-950\/0::-moz-placeholder{
  color: rgb(10 10 10 / 0);
}

.placeholder-neutral-950\/0::placeholder{
  color: rgb(10 10 10 / 0);
}

.placeholder-neutral-950\/10::-moz-placeholder{
  color: rgb(10 10 10 / 0.1);
}

.placeholder-neutral-950\/10::placeholder{
  color: rgb(10 10 10 / 0.1);
}

.placeholder-neutral-950\/100::-moz-placeholder{
  color: rgb(10 10 10 / 1);
}

.placeholder-neutral-950\/100::placeholder{
  color: rgb(10 10 10 / 1);
}

.placeholder-neutral-950\/20::-moz-placeholder{
  color: rgb(10 10 10 / 0.2);
}

.placeholder-neutral-950\/20::placeholder{
  color: rgb(10 10 10 / 0.2);
}

.placeholder-neutral-950\/25::-moz-placeholder{
  color: rgb(10 10 10 / 0.25);
}

.placeholder-neutral-950\/25::placeholder{
  color: rgb(10 10 10 / 0.25);
}

.placeholder-neutral-950\/30::-moz-placeholder{
  color: rgb(10 10 10 / 0.3);
}

.placeholder-neutral-950\/30::placeholder{
  color: rgb(10 10 10 / 0.3);
}

.placeholder-neutral-950\/40::-moz-placeholder{
  color: rgb(10 10 10 / 0.4);
}

.placeholder-neutral-950\/40::placeholder{
  color: rgb(10 10 10 / 0.4);
}

.placeholder-neutral-950\/5::-moz-placeholder{
  color: rgb(10 10 10 / 0.05);
}

.placeholder-neutral-950\/5::placeholder{
  color: rgb(10 10 10 / 0.05);
}

.placeholder-neutral-950\/50::-moz-placeholder{
  color: rgb(10 10 10 / 0.5);
}

.placeholder-neutral-950\/50::placeholder{
  color: rgb(10 10 10 / 0.5);
}

.placeholder-neutral-950\/60::-moz-placeholder{
  color: rgb(10 10 10 / 0.6);
}

.placeholder-neutral-950\/60::placeholder{
  color: rgb(10 10 10 / 0.6);
}

.placeholder-neutral-950\/70::-moz-placeholder{
  color: rgb(10 10 10 / 0.7);
}

.placeholder-neutral-950\/70::placeholder{
  color: rgb(10 10 10 / 0.7);
}

.placeholder-neutral-950\/75::-moz-placeholder{
  color: rgb(10 10 10 / 0.75);
}

.placeholder-neutral-950\/75::placeholder{
  color: rgb(10 10 10 / 0.75);
}

.placeholder-neutral-950\/80::-moz-placeholder{
  color: rgb(10 10 10 / 0.8);
}

.placeholder-neutral-950\/80::placeholder{
  color: rgb(10 10 10 / 0.8);
}

.placeholder-neutral-950\/90::-moz-placeholder{
  color: rgb(10 10 10 / 0.9);
}

.placeholder-neutral-950\/90::placeholder{
  color: rgb(10 10 10 / 0.9);
}

.placeholder-neutral-950\/95::-moz-placeholder{
  color: rgb(10 10 10 / 0.95);
}

.placeholder-neutral-950\/95::placeholder{
  color: rgb(10 10 10 / 0.95);
}

.placeholder-orange-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity));
}

.placeholder-orange-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity));
}

.placeholder-orange-100\/0::-moz-placeholder{
  color: rgb(255 237 213 / 0);
}

.placeholder-orange-100\/0::placeholder{
  color: rgb(255 237 213 / 0);
}

.placeholder-orange-100\/10::-moz-placeholder{
  color: rgb(255 237 213 / 0.1);
}

.placeholder-orange-100\/10::placeholder{
  color: rgb(255 237 213 / 0.1);
}

.placeholder-orange-100\/100::-moz-placeholder{
  color: rgb(255 237 213 / 1);
}

.placeholder-orange-100\/100::placeholder{
  color: rgb(255 237 213 / 1);
}

.placeholder-orange-100\/20::-moz-placeholder{
  color: rgb(255 237 213 / 0.2);
}

.placeholder-orange-100\/20::placeholder{
  color: rgb(255 237 213 / 0.2);
}

.placeholder-orange-100\/25::-moz-placeholder{
  color: rgb(255 237 213 / 0.25);
}

.placeholder-orange-100\/25::placeholder{
  color: rgb(255 237 213 / 0.25);
}

.placeholder-orange-100\/30::-moz-placeholder{
  color: rgb(255 237 213 / 0.3);
}

.placeholder-orange-100\/30::placeholder{
  color: rgb(255 237 213 / 0.3);
}

.placeholder-orange-100\/40::-moz-placeholder{
  color: rgb(255 237 213 / 0.4);
}

.placeholder-orange-100\/40::placeholder{
  color: rgb(255 237 213 / 0.4);
}

.placeholder-orange-100\/5::-moz-placeholder{
  color: rgb(255 237 213 / 0.05);
}

.placeholder-orange-100\/5::placeholder{
  color: rgb(255 237 213 / 0.05);
}

.placeholder-orange-100\/50::-moz-placeholder{
  color: rgb(255 237 213 / 0.5);
}

.placeholder-orange-100\/50::placeholder{
  color: rgb(255 237 213 / 0.5);
}

.placeholder-orange-100\/60::-moz-placeholder{
  color: rgb(255 237 213 / 0.6);
}

.placeholder-orange-100\/60::placeholder{
  color: rgb(255 237 213 / 0.6);
}

.placeholder-orange-100\/70::-moz-placeholder{
  color: rgb(255 237 213 / 0.7);
}

.placeholder-orange-100\/70::placeholder{
  color: rgb(255 237 213 / 0.7);
}

.placeholder-orange-100\/75::-moz-placeholder{
  color: rgb(255 237 213 / 0.75);
}

.placeholder-orange-100\/75::placeholder{
  color: rgb(255 237 213 / 0.75);
}

.placeholder-orange-100\/80::-moz-placeholder{
  color: rgb(255 237 213 / 0.8);
}

.placeholder-orange-100\/80::placeholder{
  color: rgb(255 237 213 / 0.8);
}

.placeholder-orange-100\/90::-moz-placeholder{
  color: rgb(255 237 213 / 0.9);
}

.placeholder-orange-100\/90::placeholder{
  color: rgb(255 237 213 / 0.9);
}

.placeholder-orange-100\/95::-moz-placeholder{
  color: rgb(255 237 213 / 0.95);
}

.placeholder-orange-100\/95::placeholder{
  color: rgb(255 237 213 / 0.95);
}

.placeholder-orange-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity));
}

.placeholder-orange-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity));
}

.placeholder-orange-200\/0::-moz-placeholder{
  color: rgb(254 215 170 / 0);
}

.placeholder-orange-200\/0::placeholder{
  color: rgb(254 215 170 / 0);
}

.placeholder-orange-200\/10::-moz-placeholder{
  color: rgb(254 215 170 / 0.1);
}

.placeholder-orange-200\/10::placeholder{
  color: rgb(254 215 170 / 0.1);
}

.placeholder-orange-200\/100::-moz-placeholder{
  color: rgb(254 215 170 / 1);
}

.placeholder-orange-200\/100::placeholder{
  color: rgb(254 215 170 / 1);
}

.placeholder-orange-200\/20::-moz-placeholder{
  color: rgb(254 215 170 / 0.2);
}

.placeholder-orange-200\/20::placeholder{
  color: rgb(254 215 170 / 0.2);
}

.placeholder-orange-200\/25::-moz-placeholder{
  color: rgb(254 215 170 / 0.25);
}

.placeholder-orange-200\/25::placeholder{
  color: rgb(254 215 170 / 0.25);
}

.placeholder-orange-200\/30::-moz-placeholder{
  color: rgb(254 215 170 / 0.3);
}

.placeholder-orange-200\/30::placeholder{
  color: rgb(254 215 170 / 0.3);
}

.placeholder-orange-200\/40::-moz-placeholder{
  color: rgb(254 215 170 / 0.4);
}

.placeholder-orange-200\/40::placeholder{
  color: rgb(254 215 170 / 0.4);
}

.placeholder-orange-200\/5::-moz-placeholder{
  color: rgb(254 215 170 / 0.05);
}

.placeholder-orange-200\/5::placeholder{
  color: rgb(254 215 170 / 0.05);
}

.placeholder-orange-200\/50::-moz-placeholder{
  color: rgb(254 215 170 / 0.5);
}

.placeholder-orange-200\/50::placeholder{
  color: rgb(254 215 170 / 0.5);
}

.placeholder-orange-200\/60::-moz-placeholder{
  color: rgb(254 215 170 / 0.6);
}

.placeholder-orange-200\/60::placeholder{
  color: rgb(254 215 170 / 0.6);
}

.placeholder-orange-200\/70::-moz-placeholder{
  color: rgb(254 215 170 / 0.7);
}

.placeholder-orange-200\/70::placeholder{
  color: rgb(254 215 170 / 0.7);
}

.placeholder-orange-200\/75::-moz-placeholder{
  color: rgb(254 215 170 / 0.75);
}

.placeholder-orange-200\/75::placeholder{
  color: rgb(254 215 170 / 0.75);
}

.placeholder-orange-200\/80::-moz-placeholder{
  color: rgb(254 215 170 / 0.8);
}

.placeholder-orange-200\/80::placeholder{
  color: rgb(254 215 170 / 0.8);
}

.placeholder-orange-200\/90::-moz-placeholder{
  color: rgb(254 215 170 / 0.9);
}

.placeholder-orange-200\/90::placeholder{
  color: rgb(254 215 170 / 0.9);
}

.placeholder-orange-200\/95::-moz-placeholder{
  color: rgb(254 215 170 / 0.95);
}

.placeholder-orange-200\/95::placeholder{
  color: rgb(254 215 170 / 0.95);
}

.placeholder-orange-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity));
}

.placeholder-orange-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity));
}

.placeholder-orange-300\/0::-moz-placeholder{
  color: rgb(253 186 116 / 0);
}

.placeholder-orange-300\/0::placeholder{
  color: rgb(253 186 116 / 0);
}

.placeholder-orange-300\/10::-moz-placeholder{
  color: rgb(253 186 116 / 0.1);
}

.placeholder-orange-300\/10::placeholder{
  color: rgb(253 186 116 / 0.1);
}

.placeholder-orange-300\/100::-moz-placeholder{
  color: rgb(253 186 116 / 1);
}

.placeholder-orange-300\/100::placeholder{
  color: rgb(253 186 116 / 1);
}

.placeholder-orange-300\/20::-moz-placeholder{
  color: rgb(253 186 116 / 0.2);
}

.placeholder-orange-300\/20::placeholder{
  color: rgb(253 186 116 / 0.2);
}

.placeholder-orange-300\/25::-moz-placeholder{
  color: rgb(253 186 116 / 0.25);
}

.placeholder-orange-300\/25::placeholder{
  color: rgb(253 186 116 / 0.25);
}

.placeholder-orange-300\/30::-moz-placeholder{
  color: rgb(253 186 116 / 0.3);
}

.placeholder-orange-300\/30::placeholder{
  color: rgb(253 186 116 / 0.3);
}

.placeholder-orange-300\/40::-moz-placeholder{
  color: rgb(253 186 116 / 0.4);
}

.placeholder-orange-300\/40::placeholder{
  color: rgb(253 186 116 / 0.4);
}

.placeholder-orange-300\/5::-moz-placeholder{
  color: rgb(253 186 116 / 0.05);
}

.placeholder-orange-300\/5::placeholder{
  color: rgb(253 186 116 / 0.05);
}

.placeholder-orange-300\/50::-moz-placeholder{
  color: rgb(253 186 116 / 0.5);
}

.placeholder-orange-300\/50::placeholder{
  color: rgb(253 186 116 / 0.5);
}

.placeholder-orange-300\/60::-moz-placeholder{
  color: rgb(253 186 116 / 0.6);
}

.placeholder-orange-300\/60::placeholder{
  color: rgb(253 186 116 / 0.6);
}

.placeholder-orange-300\/70::-moz-placeholder{
  color: rgb(253 186 116 / 0.7);
}

.placeholder-orange-300\/70::placeholder{
  color: rgb(253 186 116 / 0.7);
}

.placeholder-orange-300\/75::-moz-placeholder{
  color: rgb(253 186 116 / 0.75);
}

.placeholder-orange-300\/75::placeholder{
  color: rgb(253 186 116 / 0.75);
}

.placeholder-orange-300\/80::-moz-placeholder{
  color: rgb(253 186 116 / 0.8);
}

.placeholder-orange-300\/80::placeholder{
  color: rgb(253 186 116 / 0.8);
}

.placeholder-orange-300\/90::-moz-placeholder{
  color: rgb(253 186 116 / 0.9);
}

.placeholder-orange-300\/90::placeholder{
  color: rgb(253 186 116 / 0.9);
}

.placeholder-orange-300\/95::-moz-placeholder{
  color: rgb(253 186 116 / 0.95);
}

.placeholder-orange-300\/95::placeholder{
  color: rgb(253 186 116 / 0.95);
}

.placeholder-orange-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity));
}

.placeholder-orange-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity));
}

.placeholder-orange-400\/0::-moz-placeholder{
  color: rgb(251 146 60 / 0);
}

.placeholder-orange-400\/0::placeholder{
  color: rgb(251 146 60 / 0);
}

.placeholder-orange-400\/10::-moz-placeholder{
  color: rgb(251 146 60 / 0.1);
}

.placeholder-orange-400\/10::placeholder{
  color: rgb(251 146 60 / 0.1);
}

.placeholder-orange-400\/100::-moz-placeholder{
  color: rgb(251 146 60 / 1);
}

.placeholder-orange-400\/100::placeholder{
  color: rgb(251 146 60 / 1);
}

.placeholder-orange-400\/20::-moz-placeholder{
  color: rgb(251 146 60 / 0.2);
}

.placeholder-orange-400\/20::placeholder{
  color: rgb(251 146 60 / 0.2);
}

.placeholder-orange-400\/25::-moz-placeholder{
  color: rgb(251 146 60 / 0.25);
}

.placeholder-orange-400\/25::placeholder{
  color: rgb(251 146 60 / 0.25);
}

.placeholder-orange-400\/30::-moz-placeholder{
  color: rgb(251 146 60 / 0.3);
}

.placeholder-orange-400\/30::placeholder{
  color: rgb(251 146 60 / 0.3);
}

.placeholder-orange-400\/40::-moz-placeholder{
  color: rgb(251 146 60 / 0.4);
}

.placeholder-orange-400\/40::placeholder{
  color: rgb(251 146 60 / 0.4);
}

.placeholder-orange-400\/5::-moz-placeholder{
  color: rgb(251 146 60 / 0.05);
}

.placeholder-orange-400\/5::placeholder{
  color: rgb(251 146 60 / 0.05);
}

.placeholder-orange-400\/50::-moz-placeholder{
  color: rgb(251 146 60 / 0.5);
}

.placeholder-orange-400\/50::placeholder{
  color: rgb(251 146 60 / 0.5);
}

.placeholder-orange-400\/60::-moz-placeholder{
  color: rgb(251 146 60 / 0.6);
}

.placeholder-orange-400\/60::placeholder{
  color: rgb(251 146 60 / 0.6);
}

.placeholder-orange-400\/70::-moz-placeholder{
  color: rgb(251 146 60 / 0.7);
}

.placeholder-orange-400\/70::placeholder{
  color: rgb(251 146 60 / 0.7);
}

.placeholder-orange-400\/75::-moz-placeholder{
  color: rgb(251 146 60 / 0.75);
}

.placeholder-orange-400\/75::placeholder{
  color: rgb(251 146 60 / 0.75);
}

.placeholder-orange-400\/80::-moz-placeholder{
  color: rgb(251 146 60 / 0.8);
}

.placeholder-orange-400\/80::placeholder{
  color: rgb(251 146 60 / 0.8);
}

.placeholder-orange-400\/90::-moz-placeholder{
  color: rgb(251 146 60 / 0.9);
}

.placeholder-orange-400\/90::placeholder{
  color: rgb(251 146 60 / 0.9);
}

.placeholder-orange-400\/95::-moz-placeholder{
  color: rgb(251 146 60 / 0.95);
}

.placeholder-orange-400\/95::placeholder{
  color: rgb(251 146 60 / 0.95);
}

.placeholder-orange-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity));
}

.placeholder-orange-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity));
}

.placeholder-orange-50\/0::-moz-placeholder{
  color: rgb(255 247 237 / 0);
}

.placeholder-orange-50\/0::placeholder{
  color: rgb(255 247 237 / 0);
}

.placeholder-orange-50\/10::-moz-placeholder{
  color: rgb(255 247 237 / 0.1);
}

.placeholder-orange-50\/10::placeholder{
  color: rgb(255 247 237 / 0.1);
}

.placeholder-orange-50\/100::-moz-placeholder{
  color: rgb(255 247 237 / 1);
}

.placeholder-orange-50\/100::placeholder{
  color: rgb(255 247 237 / 1);
}

.placeholder-orange-50\/20::-moz-placeholder{
  color: rgb(255 247 237 / 0.2);
}

.placeholder-orange-50\/20::placeholder{
  color: rgb(255 247 237 / 0.2);
}

.placeholder-orange-50\/25::-moz-placeholder{
  color: rgb(255 247 237 / 0.25);
}

.placeholder-orange-50\/25::placeholder{
  color: rgb(255 247 237 / 0.25);
}

.placeholder-orange-50\/30::-moz-placeholder{
  color: rgb(255 247 237 / 0.3);
}

.placeholder-orange-50\/30::placeholder{
  color: rgb(255 247 237 / 0.3);
}

.placeholder-orange-50\/40::-moz-placeholder{
  color: rgb(255 247 237 / 0.4);
}

.placeholder-orange-50\/40::placeholder{
  color: rgb(255 247 237 / 0.4);
}

.placeholder-orange-50\/5::-moz-placeholder{
  color: rgb(255 247 237 / 0.05);
}

.placeholder-orange-50\/5::placeholder{
  color: rgb(255 247 237 / 0.05);
}

.placeholder-orange-50\/50::-moz-placeholder{
  color: rgb(255 247 237 / 0.5);
}

.placeholder-orange-50\/50::placeholder{
  color: rgb(255 247 237 / 0.5);
}

.placeholder-orange-50\/60::-moz-placeholder{
  color: rgb(255 247 237 / 0.6);
}

.placeholder-orange-50\/60::placeholder{
  color: rgb(255 247 237 / 0.6);
}

.placeholder-orange-50\/70::-moz-placeholder{
  color: rgb(255 247 237 / 0.7);
}

.placeholder-orange-50\/70::placeholder{
  color: rgb(255 247 237 / 0.7);
}

.placeholder-orange-50\/75::-moz-placeholder{
  color: rgb(255 247 237 / 0.75);
}

.placeholder-orange-50\/75::placeholder{
  color: rgb(255 247 237 / 0.75);
}

.placeholder-orange-50\/80::-moz-placeholder{
  color: rgb(255 247 237 / 0.8);
}

.placeholder-orange-50\/80::placeholder{
  color: rgb(255 247 237 / 0.8);
}

.placeholder-orange-50\/90::-moz-placeholder{
  color: rgb(255 247 237 / 0.9);
}

.placeholder-orange-50\/90::placeholder{
  color: rgb(255 247 237 / 0.9);
}

.placeholder-orange-50\/95::-moz-placeholder{
  color: rgb(255 247 237 / 0.95);
}

.placeholder-orange-50\/95::placeholder{
  color: rgb(255 247 237 / 0.95);
}

.placeholder-orange-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(249 115 22 / var(--tw-placeholder-opacity));
}

.placeholder-orange-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(249 115 22 / var(--tw-placeholder-opacity));
}

.placeholder-orange-500\/0::-moz-placeholder{
  color: rgb(249 115 22 / 0);
}

.placeholder-orange-500\/0::placeholder{
  color: rgb(249 115 22 / 0);
}

.placeholder-orange-500\/10::-moz-placeholder{
  color: rgb(249 115 22 / 0.1);
}

.placeholder-orange-500\/10::placeholder{
  color: rgb(249 115 22 / 0.1);
}

.placeholder-orange-500\/100::-moz-placeholder{
  color: rgb(249 115 22 / 1);
}

.placeholder-orange-500\/100::placeholder{
  color: rgb(249 115 22 / 1);
}

.placeholder-orange-500\/20::-moz-placeholder{
  color: rgb(249 115 22 / 0.2);
}

.placeholder-orange-500\/20::placeholder{
  color: rgb(249 115 22 / 0.2);
}

.placeholder-orange-500\/25::-moz-placeholder{
  color: rgb(249 115 22 / 0.25);
}

.placeholder-orange-500\/25::placeholder{
  color: rgb(249 115 22 / 0.25);
}

.placeholder-orange-500\/30::-moz-placeholder{
  color: rgb(249 115 22 / 0.3);
}

.placeholder-orange-500\/30::placeholder{
  color: rgb(249 115 22 / 0.3);
}

.placeholder-orange-500\/40::-moz-placeholder{
  color: rgb(249 115 22 / 0.4);
}

.placeholder-orange-500\/40::placeholder{
  color: rgb(249 115 22 / 0.4);
}

.placeholder-orange-500\/5::-moz-placeholder{
  color: rgb(249 115 22 / 0.05);
}

.placeholder-orange-500\/5::placeholder{
  color: rgb(249 115 22 / 0.05);
}

.placeholder-orange-500\/50::-moz-placeholder{
  color: rgb(249 115 22 / 0.5);
}

.placeholder-orange-500\/50::placeholder{
  color: rgb(249 115 22 / 0.5);
}

.placeholder-orange-500\/60::-moz-placeholder{
  color: rgb(249 115 22 / 0.6);
}

.placeholder-orange-500\/60::placeholder{
  color: rgb(249 115 22 / 0.6);
}

.placeholder-orange-500\/70::-moz-placeholder{
  color: rgb(249 115 22 / 0.7);
}

.placeholder-orange-500\/70::placeholder{
  color: rgb(249 115 22 / 0.7);
}

.placeholder-orange-500\/75::-moz-placeholder{
  color: rgb(249 115 22 / 0.75);
}

.placeholder-orange-500\/75::placeholder{
  color: rgb(249 115 22 / 0.75);
}

.placeholder-orange-500\/80::-moz-placeholder{
  color: rgb(249 115 22 / 0.8);
}

.placeholder-orange-500\/80::placeholder{
  color: rgb(249 115 22 / 0.8);
}

.placeholder-orange-500\/90::-moz-placeholder{
  color: rgb(249 115 22 / 0.9);
}

.placeholder-orange-500\/90::placeholder{
  color: rgb(249 115 22 / 0.9);
}

.placeholder-orange-500\/95::-moz-placeholder{
  color: rgb(249 115 22 / 0.95);
}

.placeholder-orange-500\/95::placeholder{
  color: rgb(249 115 22 / 0.95);
}

.placeholder-orange-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity));
}

.placeholder-orange-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity));
}

.placeholder-orange-600\/0::-moz-placeholder{
  color: rgb(234 88 12 / 0);
}

.placeholder-orange-600\/0::placeholder{
  color: rgb(234 88 12 / 0);
}

.placeholder-orange-600\/10::-moz-placeholder{
  color: rgb(234 88 12 / 0.1);
}

.placeholder-orange-600\/10::placeholder{
  color: rgb(234 88 12 / 0.1);
}

.placeholder-orange-600\/100::-moz-placeholder{
  color: rgb(234 88 12 / 1);
}

.placeholder-orange-600\/100::placeholder{
  color: rgb(234 88 12 / 1);
}

.placeholder-orange-600\/20::-moz-placeholder{
  color: rgb(234 88 12 / 0.2);
}

.placeholder-orange-600\/20::placeholder{
  color: rgb(234 88 12 / 0.2);
}

.placeholder-orange-600\/25::-moz-placeholder{
  color: rgb(234 88 12 / 0.25);
}

.placeholder-orange-600\/25::placeholder{
  color: rgb(234 88 12 / 0.25);
}

.placeholder-orange-600\/30::-moz-placeholder{
  color: rgb(234 88 12 / 0.3);
}

.placeholder-orange-600\/30::placeholder{
  color: rgb(234 88 12 / 0.3);
}

.placeholder-orange-600\/40::-moz-placeholder{
  color: rgb(234 88 12 / 0.4);
}

.placeholder-orange-600\/40::placeholder{
  color: rgb(234 88 12 / 0.4);
}

.placeholder-orange-600\/5::-moz-placeholder{
  color: rgb(234 88 12 / 0.05);
}

.placeholder-orange-600\/5::placeholder{
  color: rgb(234 88 12 / 0.05);
}

.placeholder-orange-600\/50::-moz-placeholder{
  color: rgb(234 88 12 / 0.5);
}

.placeholder-orange-600\/50::placeholder{
  color: rgb(234 88 12 / 0.5);
}

.placeholder-orange-600\/60::-moz-placeholder{
  color: rgb(234 88 12 / 0.6);
}

.placeholder-orange-600\/60::placeholder{
  color: rgb(234 88 12 / 0.6);
}

.placeholder-orange-600\/70::-moz-placeholder{
  color: rgb(234 88 12 / 0.7);
}

.placeholder-orange-600\/70::placeholder{
  color: rgb(234 88 12 / 0.7);
}

.placeholder-orange-600\/75::-moz-placeholder{
  color: rgb(234 88 12 / 0.75);
}

.placeholder-orange-600\/75::placeholder{
  color: rgb(234 88 12 / 0.75);
}

.placeholder-orange-600\/80::-moz-placeholder{
  color: rgb(234 88 12 / 0.8);
}

.placeholder-orange-600\/80::placeholder{
  color: rgb(234 88 12 / 0.8);
}

.placeholder-orange-600\/90::-moz-placeholder{
  color: rgb(234 88 12 / 0.9);
}

.placeholder-orange-600\/90::placeholder{
  color: rgb(234 88 12 / 0.9);
}

.placeholder-orange-600\/95::-moz-placeholder{
  color: rgb(234 88 12 / 0.95);
}

.placeholder-orange-600\/95::placeholder{
  color: rgb(234 88 12 / 0.95);
}

.placeholder-orange-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity));
}

.placeholder-orange-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity));
}

.placeholder-orange-700\/0::-moz-placeholder{
  color: rgb(194 65 12 / 0);
}

.placeholder-orange-700\/0::placeholder{
  color: rgb(194 65 12 / 0);
}

.placeholder-orange-700\/10::-moz-placeholder{
  color: rgb(194 65 12 / 0.1);
}

.placeholder-orange-700\/10::placeholder{
  color: rgb(194 65 12 / 0.1);
}

.placeholder-orange-700\/100::-moz-placeholder{
  color: rgb(194 65 12 / 1);
}

.placeholder-orange-700\/100::placeholder{
  color: rgb(194 65 12 / 1);
}

.placeholder-orange-700\/20::-moz-placeholder{
  color: rgb(194 65 12 / 0.2);
}

.placeholder-orange-700\/20::placeholder{
  color: rgb(194 65 12 / 0.2);
}

.placeholder-orange-700\/25::-moz-placeholder{
  color: rgb(194 65 12 / 0.25);
}

.placeholder-orange-700\/25::placeholder{
  color: rgb(194 65 12 / 0.25);
}

.placeholder-orange-700\/30::-moz-placeholder{
  color: rgb(194 65 12 / 0.3);
}

.placeholder-orange-700\/30::placeholder{
  color: rgb(194 65 12 / 0.3);
}

.placeholder-orange-700\/40::-moz-placeholder{
  color: rgb(194 65 12 / 0.4);
}

.placeholder-orange-700\/40::placeholder{
  color: rgb(194 65 12 / 0.4);
}

.placeholder-orange-700\/5::-moz-placeholder{
  color: rgb(194 65 12 / 0.05);
}

.placeholder-orange-700\/5::placeholder{
  color: rgb(194 65 12 / 0.05);
}

.placeholder-orange-700\/50::-moz-placeholder{
  color: rgb(194 65 12 / 0.5);
}

.placeholder-orange-700\/50::placeholder{
  color: rgb(194 65 12 / 0.5);
}

.placeholder-orange-700\/60::-moz-placeholder{
  color: rgb(194 65 12 / 0.6);
}

.placeholder-orange-700\/60::placeholder{
  color: rgb(194 65 12 / 0.6);
}

.placeholder-orange-700\/70::-moz-placeholder{
  color: rgb(194 65 12 / 0.7);
}

.placeholder-orange-700\/70::placeholder{
  color: rgb(194 65 12 / 0.7);
}

.placeholder-orange-700\/75::-moz-placeholder{
  color: rgb(194 65 12 / 0.75);
}

.placeholder-orange-700\/75::placeholder{
  color: rgb(194 65 12 / 0.75);
}

.placeholder-orange-700\/80::-moz-placeholder{
  color: rgb(194 65 12 / 0.8);
}

.placeholder-orange-700\/80::placeholder{
  color: rgb(194 65 12 / 0.8);
}

.placeholder-orange-700\/90::-moz-placeholder{
  color: rgb(194 65 12 / 0.9);
}

.placeholder-orange-700\/90::placeholder{
  color: rgb(194 65 12 / 0.9);
}

.placeholder-orange-700\/95::-moz-placeholder{
  color: rgb(194 65 12 / 0.95);
}

.placeholder-orange-700\/95::placeholder{
  color: rgb(194 65 12 / 0.95);
}

.placeholder-orange-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity));
}

.placeholder-orange-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity));
}

.placeholder-orange-800\/0::-moz-placeholder{
  color: rgb(154 52 18 / 0);
}

.placeholder-orange-800\/0::placeholder{
  color: rgb(154 52 18 / 0);
}

.placeholder-orange-800\/10::-moz-placeholder{
  color: rgb(154 52 18 / 0.1);
}

.placeholder-orange-800\/10::placeholder{
  color: rgb(154 52 18 / 0.1);
}

.placeholder-orange-800\/100::-moz-placeholder{
  color: rgb(154 52 18 / 1);
}

.placeholder-orange-800\/100::placeholder{
  color: rgb(154 52 18 / 1);
}

.placeholder-orange-800\/20::-moz-placeholder{
  color: rgb(154 52 18 / 0.2);
}

.placeholder-orange-800\/20::placeholder{
  color: rgb(154 52 18 / 0.2);
}

.placeholder-orange-800\/25::-moz-placeholder{
  color: rgb(154 52 18 / 0.25);
}

.placeholder-orange-800\/25::placeholder{
  color: rgb(154 52 18 / 0.25);
}

.placeholder-orange-800\/30::-moz-placeholder{
  color: rgb(154 52 18 / 0.3);
}

.placeholder-orange-800\/30::placeholder{
  color: rgb(154 52 18 / 0.3);
}

.placeholder-orange-800\/40::-moz-placeholder{
  color: rgb(154 52 18 / 0.4);
}

.placeholder-orange-800\/40::placeholder{
  color: rgb(154 52 18 / 0.4);
}

.placeholder-orange-800\/5::-moz-placeholder{
  color: rgb(154 52 18 / 0.05);
}

.placeholder-orange-800\/5::placeholder{
  color: rgb(154 52 18 / 0.05);
}

.placeholder-orange-800\/50::-moz-placeholder{
  color: rgb(154 52 18 / 0.5);
}

.placeholder-orange-800\/50::placeholder{
  color: rgb(154 52 18 / 0.5);
}

.placeholder-orange-800\/60::-moz-placeholder{
  color: rgb(154 52 18 / 0.6);
}

.placeholder-orange-800\/60::placeholder{
  color: rgb(154 52 18 / 0.6);
}

.placeholder-orange-800\/70::-moz-placeholder{
  color: rgb(154 52 18 / 0.7);
}

.placeholder-orange-800\/70::placeholder{
  color: rgb(154 52 18 / 0.7);
}

.placeholder-orange-800\/75::-moz-placeholder{
  color: rgb(154 52 18 / 0.75);
}

.placeholder-orange-800\/75::placeholder{
  color: rgb(154 52 18 / 0.75);
}

.placeholder-orange-800\/80::-moz-placeholder{
  color: rgb(154 52 18 / 0.8);
}

.placeholder-orange-800\/80::placeholder{
  color: rgb(154 52 18 / 0.8);
}

.placeholder-orange-800\/90::-moz-placeholder{
  color: rgb(154 52 18 / 0.9);
}

.placeholder-orange-800\/90::placeholder{
  color: rgb(154 52 18 / 0.9);
}

.placeholder-orange-800\/95::-moz-placeholder{
  color: rgb(154 52 18 / 0.95);
}

.placeholder-orange-800\/95::placeholder{
  color: rgb(154 52 18 / 0.95);
}

.placeholder-orange-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity));
}

.placeholder-orange-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity));
}

.placeholder-orange-900\/0::-moz-placeholder{
  color: rgb(124 45 18 / 0);
}

.placeholder-orange-900\/0::placeholder{
  color: rgb(124 45 18 / 0);
}

.placeholder-orange-900\/10::-moz-placeholder{
  color: rgb(124 45 18 / 0.1);
}

.placeholder-orange-900\/10::placeholder{
  color: rgb(124 45 18 / 0.1);
}

.placeholder-orange-900\/100::-moz-placeholder{
  color: rgb(124 45 18 / 1);
}

.placeholder-orange-900\/100::placeholder{
  color: rgb(124 45 18 / 1);
}

.placeholder-orange-900\/20::-moz-placeholder{
  color: rgb(124 45 18 / 0.2);
}

.placeholder-orange-900\/20::placeholder{
  color: rgb(124 45 18 / 0.2);
}

.placeholder-orange-900\/25::-moz-placeholder{
  color: rgb(124 45 18 / 0.25);
}

.placeholder-orange-900\/25::placeholder{
  color: rgb(124 45 18 / 0.25);
}

.placeholder-orange-900\/30::-moz-placeholder{
  color: rgb(124 45 18 / 0.3);
}

.placeholder-orange-900\/30::placeholder{
  color: rgb(124 45 18 / 0.3);
}

.placeholder-orange-900\/40::-moz-placeholder{
  color: rgb(124 45 18 / 0.4);
}

.placeholder-orange-900\/40::placeholder{
  color: rgb(124 45 18 / 0.4);
}

.placeholder-orange-900\/5::-moz-placeholder{
  color: rgb(124 45 18 / 0.05);
}

.placeholder-orange-900\/5::placeholder{
  color: rgb(124 45 18 / 0.05);
}

.placeholder-orange-900\/50::-moz-placeholder{
  color: rgb(124 45 18 / 0.5);
}

.placeholder-orange-900\/50::placeholder{
  color: rgb(124 45 18 / 0.5);
}

.placeholder-orange-900\/60::-moz-placeholder{
  color: rgb(124 45 18 / 0.6);
}

.placeholder-orange-900\/60::placeholder{
  color: rgb(124 45 18 / 0.6);
}

.placeholder-orange-900\/70::-moz-placeholder{
  color: rgb(124 45 18 / 0.7);
}

.placeholder-orange-900\/70::placeholder{
  color: rgb(124 45 18 / 0.7);
}

.placeholder-orange-900\/75::-moz-placeholder{
  color: rgb(124 45 18 / 0.75);
}

.placeholder-orange-900\/75::placeholder{
  color: rgb(124 45 18 / 0.75);
}

.placeholder-orange-900\/80::-moz-placeholder{
  color: rgb(124 45 18 / 0.8);
}

.placeholder-orange-900\/80::placeholder{
  color: rgb(124 45 18 / 0.8);
}

.placeholder-orange-900\/90::-moz-placeholder{
  color: rgb(124 45 18 / 0.9);
}

.placeholder-orange-900\/90::placeholder{
  color: rgb(124 45 18 / 0.9);
}

.placeholder-orange-900\/95::-moz-placeholder{
  color: rgb(124 45 18 / 0.95);
}

.placeholder-orange-900\/95::placeholder{
  color: rgb(124 45 18 / 0.95);
}

.placeholder-orange-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity));
}

.placeholder-orange-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity));
}

.placeholder-orange-950\/0::-moz-placeholder{
  color: rgb(67 20 7 / 0);
}

.placeholder-orange-950\/0::placeholder{
  color: rgb(67 20 7 / 0);
}

.placeholder-orange-950\/10::-moz-placeholder{
  color: rgb(67 20 7 / 0.1);
}

.placeholder-orange-950\/10::placeholder{
  color: rgb(67 20 7 / 0.1);
}

.placeholder-orange-950\/100::-moz-placeholder{
  color: rgb(67 20 7 / 1);
}

.placeholder-orange-950\/100::placeholder{
  color: rgb(67 20 7 / 1);
}

.placeholder-orange-950\/20::-moz-placeholder{
  color: rgb(67 20 7 / 0.2);
}

.placeholder-orange-950\/20::placeholder{
  color: rgb(67 20 7 / 0.2);
}

.placeholder-orange-950\/25::-moz-placeholder{
  color: rgb(67 20 7 / 0.25);
}

.placeholder-orange-950\/25::placeholder{
  color: rgb(67 20 7 / 0.25);
}

.placeholder-orange-950\/30::-moz-placeholder{
  color: rgb(67 20 7 / 0.3);
}

.placeholder-orange-950\/30::placeholder{
  color: rgb(67 20 7 / 0.3);
}

.placeholder-orange-950\/40::-moz-placeholder{
  color: rgb(67 20 7 / 0.4);
}

.placeholder-orange-950\/40::placeholder{
  color: rgb(67 20 7 / 0.4);
}

.placeholder-orange-950\/5::-moz-placeholder{
  color: rgb(67 20 7 / 0.05);
}

.placeholder-orange-950\/5::placeholder{
  color: rgb(67 20 7 / 0.05);
}

.placeholder-orange-950\/50::-moz-placeholder{
  color: rgb(67 20 7 / 0.5);
}

.placeholder-orange-950\/50::placeholder{
  color: rgb(67 20 7 / 0.5);
}

.placeholder-orange-950\/60::-moz-placeholder{
  color: rgb(67 20 7 / 0.6);
}

.placeholder-orange-950\/60::placeholder{
  color: rgb(67 20 7 / 0.6);
}

.placeholder-orange-950\/70::-moz-placeholder{
  color: rgb(67 20 7 / 0.7);
}

.placeholder-orange-950\/70::placeholder{
  color: rgb(67 20 7 / 0.7);
}

.placeholder-orange-950\/75::-moz-placeholder{
  color: rgb(67 20 7 / 0.75);
}

.placeholder-orange-950\/75::placeholder{
  color: rgb(67 20 7 / 0.75);
}

.placeholder-orange-950\/80::-moz-placeholder{
  color: rgb(67 20 7 / 0.8);
}

.placeholder-orange-950\/80::placeholder{
  color: rgb(67 20 7 / 0.8);
}

.placeholder-orange-950\/90::-moz-placeholder{
  color: rgb(67 20 7 / 0.9);
}

.placeholder-orange-950\/90::placeholder{
  color: rgb(67 20 7 / 0.9);
}

.placeholder-orange-950\/95::-moz-placeholder{
  color: rgb(67 20 7 / 0.95);
}

.placeholder-orange-950\/95::placeholder{
  color: rgb(67 20 7 / 0.95);
}

.placeholder-pink-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity));
}

.placeholder-pink-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity));
}

.placeholder-pink-100\/0::-moz-placeholder{
  color: rgb(252 231 243 / 0);
}

.placeholder-pink-100\/0::placeholder{
  color: rgb(252 231 243 / 0);
}

.placeholder-pink-100\/10::-moz-placeholder{
  color: rgb(252 231 243 / 0.1);
}

.placeholder-pink-100\/10::placeholder{
  color: rgb(252 231 243 / 0.1);
}

.placeholder-pink-100\/100::-moz-placeholder{
  color: rgb(252 231 243 / 1);
}

.placeholder-pink-100\/100::placeholder{
  color: rgb(252 231 243 / 1);
}

.placeholder-pink-100\/20::-moz-placeholder{
  color: rgb(252 231 243 / 0.2);
}

.placeholder-pink-100\/20::placeholder{
  color: rgb(252 231 243 / 0.2);
}

.placeholder-pink-100\/25::-moz-placeholder{
  color: rgb(252 231 243 / 0.25);
}

.placeholder-pink-100\/25::placeholder{
  color: rgb(252 231 243 / 0.25);
}

.placeholder-pink-100\/30::-moz-placeholder{
  color: rgb(252 231 243 / 0.3);
}

.placeholder-pink-100\/30::placeholder{
  color: rgb(252 231 243 / 0.3);
}

.placeholder-pink-100\/40::-moz-placeholder{
  color: rgb(252 231 243 / 0.4);
}

.placeholder-pink-100\/40::placeholder{
  color: rgb(252 231 243 / 0.4);
}

.placeholder-pink-100\/5::-moz-placeholder{
  color: rgb(252 231 243 / 0.05);
}

.placeholder-pink-100\/5::placeholder{
  color: rgb(252 231 243 / 0.05);
}

.placeholder-pink-100\/50::-moz-placeholder{
  color: rgb(252 231 243 / 0.5);
}

.placeholder-pink-100\/50::placeholder{
  color: rgb(252 231 243 / 0.5);
}

.placeholder-pink-100\/60::-moz-placeholder{
  color: rgb(252 231 243 / 0.6);
}

.placeholder-pink-100\/60::placeholder{
  color: rgb(252 231 243 / 0.6);
}

.placeholder-pink-100\/70::-moz-placeholder{
  color: rgb(252 231 243 / 0.7);
}

.placeholder-pink-100\/70::placeholder{
  color: rgb(252 231 243 / 0.7);
}

.placeholder-pink-100\/75::-moz-placeholder{
  color: rgb(252 231 243 / 0.75);
}

.placeholder-pink-100\/75::placeholder{
  color: rgb(252 231 243 / 0.75);
}

.placeholder-pink-100\/80::-moz-placeholder{
  color: rgb(252 231 243 / 0.8);
}

.placeholder-pink-100\/80::placeholder{
  color: rgb(252 231 243 / 0.8);
}

.placeholder-pink-100\/90::-moz-placeholder{
  color: rgb(252 231 243 / 0.9);
}

.placeholder-pink-100\/90::placeholder{
  color: rgb(252 231 243 / 0.9);
}

.placeholder-pink-100\/95::-moz-placeholder{
  color: rgb(252 231 243 / 0.95);
}

.placeholder-pink-100\/95::placeholder{
  color: rgb(252 231 243 / 0.95);
}

.placeholder-pink-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity));
}

.placeholder-pink-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity));
}

.placeholder-pink-200\/0::-moz-placeholder{
  color: rgb(251 207 232 / 0);
}

.placeholder-pink-200\/0::placeholder{
  color: rgb(251 207 232 / 0);
}

.placeholder-pink-200\/10::-moz-placeholder{
  color: rgb(251 207 232 / 0.1);
}

.placeholder-pink-200\/10::placeholder{
  color: rgb(251 207 232 / 0.1);
}

.placeholder-pink-200\/100::-moz-placeholder{
  color: rgb(251 207 232 / 1);
}

.placeholder-pink-200\/100::placeholder{
  color: rgb(251 207 232 / 1);
}

.placeholder-pink-200\/20::-moz-placeholder{
  color: rgb(251 207 232 / 0.2);
}

.placeholder-pink-200\/20::placeholder{
  color: rgb(251 207 232 / 0.2);
}

.placeholder-pink-200\/25::-moz-placeholder{
  color: rgb(251 207 232 / 0.25);
}

.placeholder-pink-200\/25::placeholder{
  color: rgb(251 207 232 / 0.25);
}

.placeholder-pink-200\/30::-moz-placeholder{
  color: rgb(251 207 232 / 0.3);
}

.placeholder-pink-200\/30::placeholder{
  color: rgb(251 207 232 / 0.3);
}

.placeholder-pink-200\/40::-moz-placeholder{
  color: rgb(251 207 232 / 0.4);
}

.placeholder-pink-200\/40::placeholder{
  color: rgb(251 207 232 / 0.4);
}

.placeholder-pink-200\/5::-moz-placeholder{
  color: rgb(251 207 232 / 0.05);
}

.placeholder-pink-200\/5::placeholder{
  color: rgb(251 207 232 / 0.05);
}

.placeholder-pink-200\/50::-moz-placeholder{
  color: rgb(251 207 232 / 0.5);
}

.placeholder-pink-200\/50::placeholder{
  color: rgb(251 207 232 / 0.5);
}

.placeholder-pink-200\/60::-moz-placeholder{
  color: rgb(251 207 232 / 0.6);
}

.placeholder-pink-200\/60::placeholder{
  color: rgb(251 207 232 / 0.6);
}

.placeholder-pink-200\/70::-moz-placeholder{
  color: rgb(251 207 232 / 0.7);
}

.placeholder-pink-200\/70::placeholder{
  color: rgb(251 207 232 / 0.7);
}

.placeholder-pink-200\/75::-moz-placeholder{
  color: rgb(251 207 232 / 0.75);
}

.placeholder-pink-200\/75::placeholder{
  color: rgb(251 207 232 / 0.75);
}

.placeholder-pink-200\/80::-moz-placeholder{
  color: rgb(251 207 232 / 0.8);
}

.placeholder-pink-200\/80::placeholder{
  color: rgb(251 207 232 / 0.8);
}

.placeholder-pink-200\/90::-moz-placeholder{
  color: rgb(251 207 232 / 0.9);
}

.placeholder-pink-200\/90::placeholder{
  color: rgb(251 207 232 / 0.9);
}

.placeholder-pink-200\/95::-moz-placeholder{
  color: rgb(251 207 232 / 0.95);
}

.placeholder-pink-200\/95::placeholder{
  color: rgb(251 207 232 / 0.95);
}

.placeholder-pink-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity));
}

.placeholder-pink-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity));
}

.placeholder-pink-300\/0::-moz-placeholder{
  color: rgb(249 168 212 / 0);
}

.placeholder-pink-300\/0::placeholder{
  color: rgb(249 168 212 / 0);
}

.placeholder-pink-300\/10::-moz-placeholder{
  color: rgb(249 168 212 / 0.1);
}

.placeholder-pink-300\/10::placeholder{
  color: rgb(249 168 212 / 0.1);
}

.placeholder-pink-300\/100::-moz-placeholder{
  color: rgb(249 168 212 / 1);
}

.placeholder-pink-300\/100::placeholder{
  color: rgb(249 168 212 / 1);
}

.placeholder-pink-300\/20::-moz-placeholder{
  color: rgb(249 168 212 / 0.2);
}

.placeholder-pink-300\/20::placeholder{
  color: rgb(249 168 212 / 0.2);
}

.placeholder-pink-300\/25::-moz-placeholder{
  color: rgb(249 168 212 / 0.25);
}

.placeholder-pink-300\/25::placeholder{
  color: rgb(249 168 212 / 0.25);
}

.placeholder-pink-300\/30::-moz-placeholder{
  color: rgb(249 168 212 / 0.3);
}

.placeholder-pink-300\/30::placeholder{
  color: rgb(249 168 212 / 0.3);
}

.placeholder-pink-300\/40::-moz-placeholder{
  color: rgb(249 168 212 / 0.4);
}

.placeholder-pink-300\/40::placeholder{
  color: rgb(249 168 212 / 0.4);
}

.placeholder-pink-300\/5::-moz-placeholder{
  color: rgb(249 168 212 / 0.05);
}

.placeholder-pink-300\/5::placeholder{
  color: rgb(249 168 212 / 0.05);
}

.placeholder-pink-300\/50::-moz-placeholder{
  color: rgb(249 168 212 / 0.5);
}

.placeholder-pink-300\/50::placeholder{
  color: rgb(249 168 212 / 0.5);
}

.placeholder-pink-300\/60::-moz-placeholder{
  color: rgb(249 168 212 / 0.6);
}

.placeholder-pink-300\/60::placeholder{
  color: rgb(249 168 212 / 0.6);
}

.placeholder-pink-300\/70::-moz-placeholder{
  color: rgb(249 168 212 / 0.7);
}

.placeholder-pink-300\/70::placeholder{
  color: rgb(249 168 212 / 0.7);
}

.placeholder-pink-300\/75::-moz-placeholder{
  color: rgb(249 168 212 / 0.75);
}

.placeholder-pink-300\/75::placeholder{
  color: rgb(249 168 212 / 0.75);
}

.placeholder-pink-300\/80::-moz-placeholder{
  color: rgb(249 168 212 / 0.8);
}

.placeholder-pink-300\/80::placeholder{
  color: rgb(249 168 212 / 0.8);
}

.placeholder-pink-300\/90::-moz-placeholder{
  color: rgb(249 168 212 / 0.9);
}

.placeholder-pink-300\/90::placeholder{
  color: rgb(249 168 212 / 0.9);
}

.placeholder-pink-300\/95::-moz-placeholder{
  color: rgb(249 168 212 / 0.95);
}

.placeholder-pink-300\/95::placeholder{
  color: rgb(249 168 212 / 0.95);
}

.placeholder-pink-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity));
}

.placeholder-pink-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity));
}

.placeholder-pink-400\/0::-moz-placeholder{
  color: rgb(244 114 182 / 0);
}

.placeholder-pink-400\/0::placeholder{
  color: rgb(244 114 182 / 0);
}

.placeholder-pink-400\/10::-moz-placeholder{
  color: rgb(244 114 182 / 0.1);
}

.placeholder-pink-400\/10::placeholder{
  color: rgb(244 114 182 / 0.1);
}

.placeholder-pink-400\/100::-moz-placeholder{
  color: rgb(244 114 182 / 1);
}

.placeholder-pink-400\/100::placeholder{
  color: rgb(244 114 182 / 1);
}

.placeholder-pink-400\/20::-moz-placeholder{
  color: rgb(244 114 182 / 0.2);
}

.placeholder-pink-400\/20::placeholder{
  color: rgb(244 114 182 / 0.2);
}

.placeholder-pink-400\/25::-moz-placeholder{
  color: rgb(244 114 182 / 0.25);
}

.placeholder-pink-400\/25::placeholder{
  color: rgb(244 114 182 / 0.25);
}

.placeholder-pink-400\/30::-moz-placeholder{
  color: rgb(244 114 182 / 0.3);
}

.placeholder-pink-400\/30::placeholder{
  color: rgb(244 114 182 / 0.3);
}

.placeholder-pink-400\/40::-moz-placeholder{
  color: rgb(244 114 182 / 0.4);
}

.placeholder-pink-400\/40::placeholder{
  color: rgb(244 114 182 / 0.4);
}

.placeholder-pink-400\/5::-moz-placeholder{
  color: rgb(244 114 182 / 0.05);
}

.placeholder-pink-400\/5::placeholder{
  color: rgb(244 114 182 / 0.05);
}

.placeholder-pink-400\/50::-moz-placeholder{
  color: rgb(244 114 182 / 0.5);
}

.placeholder-pink-400\/50::placeholder{
  color: rgb(244 114 182 / 0.5);
}

.placeholder-pink-400\/60::-moz-placeholder{
  color: rgb(244 114 182 / 0.6);
}

.placeholder-pink-400\/60::placeholder{
  color: rgb(244 114 182 / 0.6);
}

.placeholder-pink-400\/70::-moz-placeholder{
  color: rgb(244 114 182 / 0.7);
}

.placeholder-pink-400\/70::placeholder{
  color: rgb(244 114 182 / 0.7);
}

.placeholder-pink-400\/75::-moz-placeholder{
  color: rgb(244 114 182 / 0.75);
}

.placeholder-pink-400\/75::placeholder{
  color: rgb(244 114 182 / 0.75);
}

.placeholder-pink-400\/80::-moz-placeholder{
  color: rgb(244 114 182 / 0.8);
}

.placeholder-pink-400\/80::placeholder{
  color: rgb(244 114 182 / 0.8);
}

.placeholder-pink-400\/90::-moz-placeholder{
  color: rgb(244 114 182 / 0.9);
}

.placeholder-pink-400\/90::placeholder{
  color: rgb(244 114 182 / 0.9);
}

.placeholder-pink-400\/95::-moz-placeholder{
  color: rgb(244 114 182 / 0.95);
}

.placeholder-pink-400\/95::placeholder{
  color: rgb(244 114 182 / 0.95);
}

.placeholder-pink-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity));
}

.placeholder-pink-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity));
}

.placeholder-pink-50\/0::-moz-placeholder{
  color: rgb(253 242 248 / 0);
}

.placeholder-pink-50\/0::placeholder{
  color: rgb(253 242 248 / 0);
}

.placeholder-pink-50\/10::-moz-placeholder{
  color: rgb(253 242 248 / 0.1);
}

.placeholder-pink-50\/10::placeholder{
  color: rgb(253 242 248 / 0.1);
}

.placeholder-pink-50\/100::-moz-placeholder{
  color: rgb(253 242 248 / 1);
}

.placeholder-pink-50\/100::placeholder{
  color: rgb(253 242 248 / 1);
}

.placeholder-pink-50\/20::-moz-placeholder{
  color: rgb(253 242 248 / 0.2);
}

.placeholder-pink-50\/20::placeholder{
  color: rgb(253 242 248 / 0.2);
}

.placeholder-pink-50\/25::-moz-placeholder{
  color: rgb(253 242 248 / 0.25);
}

.placeholder-pink-50\/25::placeholder{
  color: rgb(253 242 248 / 0.25);
}

.placeholder-pink-50\/30::-moz-placeholder{
  color: rgb(253 242 248 / 0.3);
}

.placeholder-pink-50\/30::placeholder{
  color: rgb(253 242 248 / 0.3);
}

.placeholder-pink-50\/40::-moz-placeholder{
  color: rgb(253 242 248 / 0.4);
}

.placeholder-pink-50\/40::placeholder{
  color: rgb(253 242 248 / 0.4);
}

.placeholder-pink-50\/5::-moz-placeholder{
  color: rgb(253 242 248 / 0.05);
}

.placeholder-pink-50\/5::placeholder{
  color: rgb(253 242 248 / 0.05);
}

.placeholder-pink-50\/50::-moz-placeholder{
  color: rgb(253 242 248 / 0.5);
}

.placeholder-pink-50\/50::placeholder{
  color: rgb(253 242 248 / 0.5);
}

.placeholder-pink-50\/60::-moz-placeholder{
  color: rgb(253 242 248 / 0.6);
}

.placeholder-pink-50\/60::placeholder{
  color: rgb(253 242 248 / 0.6);
}

.placeholder-pink-50\/70::-moz-placeholder{
  color: rgb(253 242 248 / 0.7);
}

.placeholder-pink-50\/70::placeholder{
  color: rgb(253 242 248 / 0.7);
}

.placeholder-pink-50\/75::-moz-placeholder{
  color: rgb(253 242 248 / 0.75);
}

.placeholder-pink-50\/75::placeholder{
  color: rgb(253 242 248 / 0.75);
}

.placeholder-pink-50\/80::-moz-placeholder{
  color: rgb(253 242 248 / 0.8);
}

.placeholder-pink-50\/80::placeholder{
  color: rgb(253 242 248 / 0.8);
}

.placeholder-pink-50\/90::-moz-placeholder{
  color: rgb(253 242 248 / 0.9);
}

.placeholder-pink-50\/90::placeholder{
  color: rgb(253 242 248 / 0.9);
}

.placeholder-pink-50\/95::-moz-placeholder{
  color: rgb(253 242 248 / 0.95);
}

.placeholder-pink-50\/95::placeholder{
  color: rgb(253 242 248 / 0.95);
}

.placeholder-pink-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity));
}

.placeholder-pink-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity));
}

.placeholder-pink-500\/0::-moz-placeholder{
  color: rgb(236 72 153 / 0);
}

.placeholder-pink-500\/0::placeholder{
  color: rgb(236 72 153 / 0);
}

.placeholder-pink-500\/10::-moz-placeholder{
  color: rgb(236 72 153 / 0.1);
}

.placeholder-pink-500\/10::placeholder{
  color: rgb(236 72 153 / 0.1);
}

.placeholder-pink-500\/100::-moz-placeholder{
  color: rgb(236 72 153 / 1);
}

.placeholder-pink-500\/100::placeholder{
  color: rgb(236 72 153 / 1);
}

.placeholder-pink-500\/20::-moz-placeholder{
  color: rgb(236 72 153 / 0.2);
}

.placeholder-pink-500\/20::placeholder{
  color: rgb(236 72 153 / 0.2);
}

.placeholder-pink-500\/25::-moz-placeholder{
  color: rgb(236 72 153 / 0.25);
}

.placeholder-pink-500\/25::placeholder{
  color: rgb(236 72 153 / 0.25);
}

.placeholder-pink-500\/30::-moz-placeholder{
  color: rgb(236 72 153 / 0.3);
}

.placeholder-pink-500\/30::placeholder{
  color: rgb(236 72 153 / 0.3);
}

.placeholder-pink-500\/40::-moz-placeholder{
  color: rgb(236 72 153 / 0.4);
}

.placeholder-pink-500\/40::placeholder{
  color: rgb(236 72 153 / 0.4);
}

.placeholder-pink-500\/5::-moz-placeholder{
  color: rgb(236 72 153 / 0.05);
}

.placeholder-pink-500\/5::placeholder{
  color: rgb(236 72 153 / 0.05);
}

.placeholder-pink-500\/50::-moz-placeholder{
  color: rgb(236 72 153 / 0.5);
}

.placeholder-pink-500\/50::placeholder{
  color: rgb(236 72 153 / 0.5);
}

.placeholder-pink-500\/60::-moz-placeholder{
  color: rgb(236 72 153 / 0.6);
}

.placeholder-pink-500\/60::placeholder{
  color: rgb(236 72 153 / 0.6);
}

.placeholder-pink-500\/70::-moz-placeholder{
  color: rgb(236 72 153 / 0.7);
}

.placeholder-pink-500\/70::placeholder{
  color: rgb(236 72 153 / 0.7);
}

.placeholder-pink-500\/75::-moz-placeholder{
  color: rgb(236 72 153 / 0.75);
}

.placeholder-pink-500\/75::placeholder{
  color: rgb(236 72 153 / 0.75);
}

.placeholder-pink-500\/80::-moz-placeholder{
  color: rgb(236 72 153 / 0.8);
}

.placeholder-pink-500\/80::placeholder{
  color: rgb(236 72 153 / 0.8);
}

.placeholder-pink-500\/90::-moz-placeholder{
  color: rgb(236 72 153 / 0.9);
}

.placeholder-pink-500\/90::placeholder{
  color: rgb(236 72 153 / 0.9);
}

.placeholder-pink-500\/95::-moz-placeholder{
  color: rgb(236 72 153 / 0.95);
}

.placeholder-pink-500\/95::placeholder{
  color: rgb(236 72 153 / 0.95);
}

.placeholder-pink-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity));
}

.placeholder-pink-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity));
}

.placeholder-pink-600\/0::-moz-placeholder{
  color: rgb(219 39 119 / 0);
}

.placeholder-pink-600\/0::placeholder{
  color: rgb(219 39 119 / 0);
}

.placeholder-pink-600\/10::-moz-placeholder{
  color: rgb(219 39 119 / 0.1);
}

.placeholder-pink-600\/10::placeholder{
  color: rgb(219 39 119 / 0.1);
}

.placeholder-pink-600\/100::-moz-placeholder{
  color: rgb(219 39 119 / 1);
}

.placeholder-pink-600\/100::placeholder{
  color: rgb(219 39 119 / 1);
}

.placeholder-pink-600\/20::-moz-placeholder{
  color: rgb(219 39 119 / 0.2);
}

.placeholder-pink-600\/20::placeholder{
  color: rgb(219 39 119 / 0.2);
}

.placeholder-pink-600\/25::-moz-placeholder{
  color: rgb(219 39 119 / 0.25);
}

.placeholder-pink-600\/25::placeholder{
  color: rgb(219 39 119 / 0.25);
}

.placeholder-pink-600\/30::-moz-placeholder{
  color: rgb(219 39 119 / 0.3);
}

.placeholder-pink-600\/30::placeholder{
  color: rgb(219 39 119 / 0.3);
}

.placeholder-pink-600\/40::-moz-placeholder{
  color: rgb(219 39 119 / 0.4);
}

.placeholder-pink-600\/40::placeholder{
  color: rgb(219 39 119 / 0.4);
}

.placeholder-pink-600\/5::-moz-placeholder{
  color: rgb(219 39 119 / 0.05);
}

.placeholder-pink-600\/5::placeholder{
  color: rgb(219 39 119 / 0.05);
}

.placeholder-pink-600\/50::-moz-placeholder{
  color: rgb(219 39 119 / 0.5);
}

.placeholder-pink-600\/50::placeholder{
  color: rgb(219 39 119 / 0.5);
}

.placeholder-pink-600\/60::-moz-placeholder{
  color: rgb(219 39 119 / 0.6);
}

.placeholder-pink-600\/60::placeholder{
  color: rgb(219 39 119 / 0.6);
}

.placeholder-pink-600\/70::-moz-placeholder{
  color: rgb(219 39 119 / 0.7);
}

.placeholder-pink-600\/70::placeholder{
  color: rgb(219 39 119 / 0.7);
}

.placeholder-pink-600\/75::-moz-placeholder{
  color: rgb(219 39 119 / 0.75);
}

.placeholder-pink-600\/75::placeholder{
  color: rgb(219 39 119 / 0.75);
}

.placeholder-pink-600\/80::-moz-placeholder{
  color: rgb(219 39 119 / 0.8);
}

.placeholder-pink-600\/80::placeholder{
  color: rgb(219 39 119 / 0.8);
}

.placeholder-pink-600\/90::-moz-placeholder{
  color: rgb(219 39 119 / 0.9);
}

.placeholder-pink-600\/90::placeholder{
  color: rgb(219 39 119 / 0.9);
}

.placeholder-pink-600\/95::-moz-placeholder{
  color: rgb(219 39 119 / 0.95);
}

.placeholder-pink-600\/95::placeholder{
  color: rgb(219 39 119 / 0.95);
}

.placeholder-pink-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity));
}

.placeholder-pink-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity));
}

.placeholder-pink-700\/0::-moz-placeholder{
  color: rgb(190 24 93 / 0);
}

.placeholder-pink-700\/0::placeholder{
  color: rgb(190 24 93 / 0);
}

.placeholder-pink-700\/10::-moz-placeholder{
  color: rgb(190 24 93 / 0.1);
}

.placeholder-pink-700\/10::placeholder{
  color: rgb(190 24 93 / 0.1);
}

.placeholder-pink-700\/100::-moz-placeholder{
  color: rgb(190 24 93 / 1);
}

.placeholder-pink-700\/100::placeholder{
  color: rgb(190 24 93 / 1);
}

.placeholder-pink-700\/20::-moz-placeholder{
  color: rgb(190 24 93 / 0.2);
}

.placeholder-pink-700\/20::placeholder{
  color: rgb(190 24 93 / 0.2);
}

.placeholder-pink-700\/25::-moz-placeholder{
  color: rgb(190 24 93 / 0.25);
}

.placeholder-pink-700\/25::placeholder{
  color: rgb(190 24 93 / 0.25);
}

.placeholder-pink-700\/30::-moz-placeholder{
  color: rgb(190 24 93 / 0.3);
}

.placeholder-pink-700\/30::placeholder{
  color: rgb(190 24 93 / 0.3);
}

.placeholder-pink-700\/40::-moz-placeholder{
  color: rgb(190 24 93 / 0.4);
}

.placeholder-pink-700\/40::placeholder{
  color: rgb(190 24 93 / 0.4);
}

.placeholder-pink-700\/5::-moz-placeholder{
  color: rgb(190 24 93 / 0.05);
}

.placeholder-pink-700\/5::placeholder{
  color: rgb(190 24 93 / 0.05);
}

.placeholder-pink-700\/50::-moz-placeholder{
  color: rgb(190 24 93 / 0.5);
}

.placeholder-pink-700\/50::placeholder{
  color: rgb(190 24 93 / 0.5);
}

.placeholder-pink-700\/60::-moz-placeholder{
  color: rgb(190 24 93 / 0.6);
}

.placeholder-pink-700\/60::placeholder{
  color: rgb(190 24 93 / 0.6);
}

.placeholder-pink-700\/70::-moz-placeholder{
  color: rgb(190 24 93 / 0.7);
}

.placeholder-pink-700\/70::placeholder{
  color: rgb(190 24 93 / 0.7);
}

.placeholder-pink-700\/75::-moz-placeholder{
  color: rgb(190 24 93 / 0.75);
}

.placeholder-pink-700\/75::placeholder{
  color: rgb(190 24 93 / 0.75);
}

.placeholder-pink-700\/80::-moz-placeholder{
  color: rgb(190 24 93 / 0.8);
}

.placeholder-pink-700\/80::placeholder{
  color: rgb(190 24 93 / 0.8);
}

.placeholder-pink-700\/90::-moz-placeholder{
  color: rgb(190 24 93 / 0.9);
}

.placeholder-pink-700\/90::placeholder{
  color: rgb(190 24 93 / 0.9);
}

.placeholder-pink-700\/95::-moz-placeholder{
  color: rgb(190 24 93 / 0.95);
}

.placeholder-pink-700\/95::placeholder{
  color: rgb(190 24 93 / 0.95);
}

.placeholder-pink-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity));
}

.placeholder-pink-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity));
}

.placeholder-pink-800\/0::-moz-placeholder{
  color: rgb(157 23 77 / 0);
}

.placeholder-pink-800\/0::placeholder{
  color: rgb(157 23 77 / 0);
}

.placeholder-pink-800\/10::-moz-placeholder{
  color: rgb(157 23 77 / 0.1);
}

.placeholder-pink-800\/10::placeholder{
  color: rgb(157 23 77 / 0.1);
}

.placeholder-pink-800\/100::-moz-placeholder{
  color: rgb(157 23 77 / 1);
}

.placeholder-pink-800\/100::placeholder{
  color: rgb(157 23 77 / 1);
}

.placeholder-pink-800\/20::-moz-placeholder{
  color: rgb(157 23 77 / 0.2);
}

.placeholder-pink-800\/20::placeholder{
  color: rgb(157 23 77 / 0.2);
}

.placeholder-pink-800\/25::-moz-placeholder{
  color: rgb(157 23 77 / 0.25);
}

.placeholder-pink-800\/25::placeholder{
  color: rgb(157 23 77 / 0.25);
}

.placeholder-pink-800\/30::-moz-placeholder{
  color: rgb(157 23 77 / 0.3);
}

.placeholder-pink-800\/30::placeholder{
  color: rgb(157 23 77 / 0.3);
}

.placeholder-pink-800\/40::-moz-placeholder{
  color: rgb(157 23 77 / 0.4);
}

.placeholder-pink-800\/40::placeholder{
  color: rgb(157 23 77 / 0.4);
}

.placeholder-pink-800\/5::-moz-placeholder{
  color: rgb(157 23 77 / 0.05);
}

.placeholder-pink-800\/5::placeholder{
  color: rgb(157 23 77 / 0.05);
}

.placeholder-pink-800\/50::-moz-placeholder{
  color: rgb(157 23 77 / 0.5);
}

.placeholder-pink-800\/50::placeholder{
  color: rgb(157 23 77 / 0.5);
}

.placeholder-pink-800\/60::-moz-placeholder{
  color: rgb(157 23 77 / 0.6);
}

.placeholder-pink-800\/60::placeholder{
  color: rgb(157 23 77 / 0.6);
}

.placeholder-pink-800\/70::-moz-placeholder{
  color: rgb(157 23 77 / 0.7);
}

.placeholder-pink-800\/70::placeholder{
  color: rgb(157 23 77 / 0.7);
}

.placeholder-pink-800\/75::-moz-placeholder{
  color: rgb(157 23 77 / 0.75);
}

.placeholder-pink-800\/75::placeholder{
  color: rgb(157 23 77 / 0.75);
}

.placeholder-pink-800\/80::-moz-placeholder{
  color: rgb(157 23 77 / 0.8);
}

.placeholder-pink-800\/80::placeholder{
  color: rgb(157 23 77 / 0.8);
}

.placeholder-pink-800\/90::-moz-placeholder{
  color: rgb(157 23 77 / 0.9);
}

.placeholder-pink-800\/90::placeholder{
  color: rgb(157 23 77 / 0.9);
}

.placeholder-pink-800\/95::-moz-placeholder{
  color: rgb(157 23 77 / 0.95);
}

.placeholder-pink-800\/95::placeholder{
  color: rgb(157 23 77 / 0.95);
}

.placeholder-pink-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity));
}

.placeholder-pink-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity));
}

.placeholder-pink-900\/0::-moz-placeholder{
  color: rgb(131 24 67 / 0);
}

.placeholder-pink-900\/0::placeholder{
  color: rgb(131 24 67 / 0);
}

.placeholder-pink-900\/10::-moz-placeholder{
  color: rgb(131 24 67 / 0.1);
}

.placeholder-pink-900\/10::placeholder{
  color: rgb(131 24 67 / 0.1);
}

.placeholder-pink-900\/100::-moz-placeholder{
  color: rgb(131 24 67 / 1);
}

.placeholder-pink-900\/100::placeholder{
  color: rgb(131 24 67 / 1);
}

.placeholder-pink-900\/20::-moz-placeholder{
  color: rgb(131 24 67 / 0.2);
}

.placeholder-pink-900\/20::placeholder{
  color: rgb(131 24 67 / 0.2);
}

.placeholder-pink-900\/25::-moz-placeholder{
  color: rgb(131 24 67 / 0.25);
}

.placeholder-pink-900\/25::placeholder{
  color: rgb(131 24 67 / 0.25);
}

.placeholder-pink-900\/30::-moz-placeholder{
  color: rgb(131 24 67 / 0.3);
}

.placeholder-pink-900\/30::placeholder{
  color: rgb(131 24 67 / 0.3);
}

.placeholder-pink-900\/40::-moz-placeholder{
  color: rgb(131 24 67 / 0.4);
}

.placeholder-pink-900\/40::placeholder{
  color: rgb(131 24 67 / 0.4);
}

.placeholder-pink-900\/5::-moz-placeholder{
  color: rgb(131 24 67 / 0.05);
}

.placeholder-pink-900\/5::placeholder{
  color: rgb(131 24 67 / 0.05);
}

.placeholder-pink-900\/50::-moz-placeholder{
  color: rgb(131 24 67 / 0.5);
}

.placeholder-pink-900\/50::placeholder{
  color: rgb(131 24 67 / 0.5);
}

.placeholder-pink-900\/60::-moz-placeholder{
  color: rgb(131 24 67 / 0.6);
}

.placeholder-pink-900\/60::placeholder{
  color: rgb(131 24 67 / 0.6);
}

.placeholder-pink-900\/70::-moz-placeholder{
  color: rgb(131 24 67 / 0.7);
}

.placeholder-pink-900\/70::placeholder{
  color: rgb(131 24 67 / 0.7);
}

.placeholder-pink-900\/75::-moz-placeholder{
  color: rgb(131 24 67 / 0.75);
}

.placeholder-pink-900\/75::placeholder{
  color: rgb(131 24 67 / 0.75);
}

.placeholder-pink-900\/80::-moz-placeholder{
  color: rgb(131 24 67 / 0.8);
}

.placeholder-pink-900\/80::placeholder{
  color: rgb(131 24 67 / 0.8);
}

.placeholder-pink-900\/90::-moz-placeholder{
  color: rgb(131 24 67 / 0.9);
}

.placeholder-pink-900\/90::placeholder{
  color: rgb(131 24 67 / 0.9);
}

.placeholder-pink-900\/95::-moz-placeholder{
  color: rgb(131 24 67 / 0.95);
}

.placeholder-pink-900\/95::placeholder{
  color: rgb(131 24 67 / 0.95);
}

.placeholder-pink-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity));
}

.placeholder-pink-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity));
}

.placeholder-pink-950\/0::-moz-placeholder{
  color: rgb(80 7 36 / 0);
}

.placeholder-pink-950\/0::placeholder{
  color: rgb(80 7 36 / 0);
}

.placeholder-pink-950\/10::-moz-placeholder{
  color: rgb(80 7 36 / 0.1);
}

.placeholder-pink-950\/10::placeholder{
  color: rgb(80 7 36 / 0.1);
}

.placeholder-pink-950\/100::-moz-placeholder{
  color: rgb(80 7 36 / 1);
}

.placeholder-pink-950\/100::placeholder{
  color: rgb(80 7 36 / 1);
}

.placeholder-pink-950\/20::-moz-placeholder{
  color: rgb(80 7 36 / 0.2);
}

.placeholder-pink-950\/20::placeholder{
  color: rgb(80 7 36 / 0.2);
}

.placeholder-pink-950\/25::-moz-placeholder{
  color: rgb(80 7 36 / 0.25);
}

.placeholder-pink-950\/25::placeholder{
  color: rgb(80 7 36 / 0.25);
}

.placeholder-pink-950\/30::-moz-placeholder{
  color: rgb(80 7 36 / 0.3);
}

.placeholder-pink-950\/30::placeholder{
  color: rgb(80 7 36 / 0.3);
}

.placeholder-pink-950\/40::-moz-placeholder{
  color: rgb(80 7 36 / 0.4);
}

.placeholder-pink-950\/40::placeholder{
  color: rgb(80 7 36 / 0.4);
}

.placeholder-pink-950\/5::-moz-placeholder{
  color: rgb(80 7 36 / 0.05);
}

.placeholder-pink-950\/5::placeholder{
  color: rgb(80 7 36 / 0.05);
}

.placeholder-pink-950\/50::-moz-placeholder{
  color: rgb(80 7 36 / 0.5);
}

.placeholder-pink-950\/50::placeholder{
  color: rgb(80 7 36 / 0.5);
}

.placeholder-pink-950\/60::-moz-placeholder{
  color: rgb(80 7 36 / 0.6);
}

.placeholder-pink-950\/60::placeholder{
  color: rgb(80 7 36 / 0.6);
}

.placeholder-pink-950\/70::-moz-placeholder{
  color: rgb(80 7 36 / 0.7);
}

.placeholder-pink-950\/70::placeholder{
  color: rgb(80 7 36 / 0.7);
}

.placeholder-pink-950\/75::-moz-placeholder{
  color: rgb(80 7 36 / 0.75);
}

.placeholder-pink-950\/75::placeholder{
  color: rgb(80 7 36 / 0.75);
}

.placeholder-pink-950\/80::-moz-placeholder{
  color: rgb(80 7 36 / 0.8);
}

.placeholder-pink-950\/80::placeholder{
  color: rgb(80 7 36 / 0.8);
}

.placeholder-pink-950\/90::-moz-placeholder{
  color: rgb(80 7 36 / 0.9);
}

.placeholder-pink-950\/90::placeholder{
  color: rgb(80 7 36 / 0.9);
}

.placeholder-pink-950\/95::-moz-placeholder{
  color: rgb(80 7 36 / 0.95);
}

.placeholder-pink-950\/95::placeholder{
  color: rgb(80 7 36 / 0.95);
}

.placeholder-purple-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity));
}

.placeholder-purple-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity));
}

.placeholder-purple-100\/0::-moz-placeholder{
  color: rgb(243 232 255 / 0);
}

.placeholder-purple-100\/0::placeholder{
  color: rgb(243 232 255 / 0);
}

.placeholder-purple-100\/10::-moz-placeholder{
  color: rgb(243 232 255 / 0.1);
}

.placeholder-purple-100\/10::placeholder{
  color: rgb(243 232 255 / 0.1);
}

.placeholder-purple-100\/100::-moz-placeholder{
  color: rgb(243 232 255 / 1);
}

.placeholder-purple-100\/100::placeholder{
  color: rgb(243 232 255 / 1);
}

.placeholder-purple-100\/20::-moz-placeholder{
  color: rgb(243 232 255 / 0.2);
}

.placeholder-purple-100\/20::placeholder{
  color: rgb(243 232 255 / 0.2);
}

.placeholder-purple-100\/25::-moz-placeholder{
  color: rgb(243 232 255 / 0.25);
}

.placeholder-purple-100\/25::placeholder{
  color: rgb(243 232 255 / 0.25);
}

.placeholder-purple-100\/30::-moz-placeholder{
  color: rgb(243 232 255 / 0.3);
}

.placeholder-purple-100\/30::placeholder{
  color: rgb(243 232 255 / 0.3);
}

.placeholder-purple-100\/40::-moz-placeholder{
  color: rgb(243 232 255 / 0.4);
}

.placeholder-purple-100\/40::placeholder{
  color: rgb(243 232 255 / 0.4);
}

.placeholder-purple-100\/5::-moz-placeholder{
  color: rgb(243 232 255 / 0.05);
}

.placeholder-purple-100\/5::placeholder{
  color: rgb(243 232 255 / 0.05);
}

.placeholder-purple-100\/50::-moz-placeholder{
  color: rgb(243 232 255 / 0.5);
}

.placeholder-purple-100\/50::placeholder{
  color: rgb(243 232 255 / 0.5);
}

.placeholder-purple-100\/60::-moz-placeholder{
  color: rgb(243 232 255 / 0.6);
}

.placeholder-purple-100\/60::placeholder{
  color: rgb(243 232 255 / 0.6);
}

.placeholder-purple-100\/70::-moz-placeholder{
  color: rgb(243 232 255 / 0.7);
}

.placeholder-purple-100\/70::placeholder{
  color: rgb(243 232 255 / 0.7);
}

.placeholder-purple-100\/75::-moz-placeholder{
  color: rgb(243 232 255 / 0.75);
}

.placeholder-purple-100\/75::placeholder{
  color: rgb(243 232 255 / 0.75);
}

.placeholder-purple-100\/80::-moz-placeholder{
  color: rgb(243 232 255 / 0.8);
}

.placeholder-purple-100\/80::placeholder{
  color: rgb(243 232 255 / 0.8);
}

.placeholder-purple-100\/90::-moz-placeholder{
  color: rgb(243 232 255 / 0.9);
}

.placeholder-purple-100\/90::placeholder{
  color: rgb(243 232 255 / 0.9);
}

.placeholder-purple-100\/95::-moz-placeholder{
  color: rgb(243 232 255 / 0.95);
}

.placeholder-purple-100\/95::placeholder{
  color: rgb(243 232 255 / 0.95);
}

.placeholder-purple-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(233 213 255 / var(--tw-placeholder-opacity));
}

.placeholder-purple-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(233 213 255 / var(--tw-placeholder-opacity));
}

.placeholder-purple-200\/0::-moz-placeholder{
  color: rgb(233 213 255 / 0);
}

.placeholder-purple-200\/0::placeholder{
  color: rgb(233 213 255 / 0);
}

.placeholder-purple-200\/10::-moz-placeholder{
  color: rgb(233 213 255 / 0.1);
}

.placeholder-purple-200\/10::placeholder{
  color: rgb(233 213 255 / 0.1);
}

.placeholder-purple-200\/100::-moz-placeholder{
  color: rgb(233 213 255 / 1);
}

.placeholder-purple-200\/100::placeholder{
  color: rgb(233 213 255 / 1);
}

.placeholder-purple-200\/20::-moz-placeholder{
  color: rgb(233 213 255 / 0.2);
}

.placeholder-purple-200\/20::placeholder{
  color: rgb(233 213 255 / 0.2);
}

.placeholder-purple-200\/25::-moz-placeholder{
  color: rgb(233 213 255 / 0.25);
}

.placeholder-purple-200\/25::placeholder{
  color: rgb(233 213 255 / 0.25);
}

.placeholder-purple-200\/30::-moz-placeholder{
  color: rgb(233 213 255 / 0.3);
}

.placeholder-purple-200\/30::placeholder{
  color: rgb(233 213 255 / 0.3);
}

.placeholder-purple-200\/40::-moz-placeholder{
  color: rgb(233 213 255 / 0.4);
}

.placeholder-purple-200\/40::placeholder{
  color: rgb(233 213 255 / 0.4);
}

.placeholder-purple-200\/5::-moz-placeholder{
  color: rgb(233 213 255 / 0.05);
}

.placeholder-purple-200\/5::placeholder{
  color: rgb(233 213 255 / 0.05);
}

.placeholder-purple-200\/50::-moz-placeholder{
  color: rgb(233 213 255 / 0.5);
}

.placeholder-purple-200\/50::placeholder{
  color: rgb(233 213 255 / 0.5);
}

.placeholder-purple-200\/60::-moz-placeholder{
  color: rgb(233 213 255 / 0.6);
}

.placeholder-purple-200\/60::placeholder{
  color: rgb(233 213 255 / 0.6);
}

.placeholder-purple-200\/70::-moz-placeholder{
  color: rgb(233 213 255 / 0.7);
}

.placeholder-purple-200\/70::placeholder{
  color: rgb(233 213 255 / 0.7);
}

.placeholder-purple-200\/75::-moz-placeholder{
  color: rgb(233 213 255 / 0.75);
}

.placeholder-purple-200\/75::placeholder{
  color: rgb(233 213 255 / 0.75);
}

.placeholder-purple-200\/80::-moz-placeholder{
  color: rgb(233 213 255 / 0.8);
}

.placeholder-purple-200\/80::placeholder{
  color: rgb(233 213 255 / 0.8);
}

.placeholder-purple-200\/90::-moz-placeholder{
  color: rgb(233 213 255 / 0.9);
}

.placeholder-purple-200\/90::placeholder{
  color: rgb(233 213 255 / 0.9);
}

.placeholder-purple-200\/95::-moz-placeholder{
  color: rgb(233 213 255 / 0.95);
}

.placeholder-purple-200\/95::placeholder{
  color: rgb(233 213 255 / 0.95);
}

.placeholder-purple-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity));
}

.placeholder-purple-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity));
}

.placeholder-purple-300\/0::-moz-placeholder{
  color: rgb(216 180 254 / 0);
}

.placeholder-purple-300\/0::placeholder{
  color: rgb(216 180 254 / 0);
}

.placeholder-purple-300\/10::-moz-placeholder{
  color: rgb(216 180 254 / 0.1);
}

.placeholder-purple-300\/10::placeholder{
  color: rgb(216 180 254 / 0.1);
}

.placeholder-purple-300\/100::-moz-placeholder{
  color: rgb(216 180 254 / 1);
}

.placeholder-purple-300\/100::placeholder{
  color: rgb(216 180 254 / 1);
}

.placeholder-purple-300\/20::-moz-placeholder{
  color: rgb(216 180 254 / 0.2);
}

.placeholder-purple-300\/20::placeholder{
  color: rgb(216 180 254 / 0.2);
}

.placeholder-purple-300\/25::-moz-placeholder{
  color: rgb(216 180 254 / 0.25);
}

.placeholder-purple-300\/25::placeholder{
  color: rgb(216 180 254 / 0.25);
}

.placeholder-purple-300\/30::-moz-placeholder{
  color: rgb(216 180 254 / 0.3);
}

.placeholder-purple-300\/30::placeholder{
  color: rgb(216 180 254 / 0.3);
}

.placeholder-purple-300\/40::-moz-placeholder{
  color: rgb(216 180 254 / 0.4);
}

.placeholder-purple-300\/40::placeholder{
  color: rgb(216 180 254 / 0.4);
}

.placeholder-purple-300\/5::-moz-placeholder{
  color: rgb(216 180 254 / 0.05);
}

.placeholder-purple-300\/5::placeholder{
  color: rgb(216 180 254 / 0.05);
}

.placeholder-purple-300\/50::-moz-placeholder{
  color: rgb(216 180 254 / 0.5);
}

.placeholder-purple-300\/50::placeholder{
  color: rgb(216 180 254 / 0.5);
}

.placeholder-purple-300\/60::-moz-placeholder{
  color: rgb(216 180 254 / 0.6);
}

.placeholder-purple-300\/60::placeholder{
  color: rgb(216 180 254 / 0.6);
}

.placeholder-purple-300\/70::-moz-placeholder{
  color: rgb(216 180 254 / 0.7);
}

.placeholder-purple-300\/70::placeholder{
  color: rgb(216 180 254 / 0.7);
}

.placeholder-purple-300\/75::-moz-placeholder{
  color: rgb(216 180 254 / 0.75);
}

.placeholder-purple-300\/75::placeholder{
  color: rgb(216 180 254 / 0.75);
}

.placeholder-purple-300\/80::-moz-placeholder{
  color: rgb(216 180 254 / 0.8);
}

.placeholder-purple-300\/80::placeholder{
  color: rgb(216 180 254 / 0.8);
}

.placeholder-purple-300\/90::-moz-placeholder{
  color: rgb(216 180 254 / 0.9);
}

.placeholder-purple-300\/90::placeholder{
  color: rgb(216 180 254 / 0.9);
}

.placeholder-purple-300\/95::-moz-placeholder{
  color: rgb(216 180 254 / 0.95);
}

.placeholder-purple-300\/95::placeholder{
  color: rgb(216 180 254 / 0.95);
}

.placeholder-purple-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity));
}

.placeholder-purple-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity));
}

.placeholder-purple-400\/0::-moz-placeholder{
  color: rgb(192 132 252 / 0);
}

.placeholder-purple-400\/0::placeholder{
  color: rgb(192 132 252 / 0);
}

.placeholder-purple-400\/10::-moz-placeholder{
  color: rgb(192 132 252 / 0.1);
}

.placeholder-purple-400\/10::placeholder{
  color: rgb(192 132 252 / 0.1);
}

.placeholder-purple-400\/100::-moz-placeholder{
  color: rgb(192 132 252 / 1);
}

.placeholder-purple-400\/100::placeholder{
  color: rgb(192 132 252 / 1);
}

.placeholder-purple-400\/20::-moz-placeholder{
  color: rgb(192 132 252 / 0.2);
}

.placeholder-purple-400\/20::placeholder{
  color: rgb(192 132 252 / 0.2);
}

.placeholder-purple-400\/25::-moz-placeholder{
  color: rgb(192 132 252 / 0.25);
}

.placeholder-purple-400\/25::placeholder{
  color: rgb(192 132 252 / 0.25);
}

.placeholder-purple-400\/30::-moz-placeholder{
  color: rgb(192 132 252 / 0.3);
}

.placeholder-purple-400\/30::placeholder{
  color: rgb(192 132 252 / 0.3);
}

.placeholder-purple-400\/40::-moz-placeholder{
  color: rgb(192 132 252 / 0.4);
}

.placeholder-purple-400\/40::placeholder{
  color: rgb(192 132 252 / 0.4);
}

.placeholder-purple-400\/5::-moz-placeholder{
  color: rgb(192 132 252 / 0.05);
}

.placeholder-purple-400\/5::placeholder{
  color: rgb(192 132 252 / 0.05);
}

.placeholder-purple-400\/50::-moz-placeholder{
  color: rgb(192 132 252 / 0.5);
}

.placeholder-purple-400\/50::placeholder{
  color: rgb(192 132 252 / 0.5);
}

.placeholder-purple-400\/60::-moz-placeholder{
  color: rgb(192 132 252 / 0.6);
}

.placeholder-purple-400\/60::placeholder{
  color: rgb(192 132 252 / 0.6);
}

.placeholder-purple-400\/70::-moz-placeholder{
  color: rgb(192 132 252 / 0.7);
}

.placeholder-purple-400\/70::placeholder{
  color: rgb(192 132 252 / 0.7);
}

.placeholder-purple-400\/75::-moz-placeholder{
  color: rgb(192 132 252 / 0.75);
}

.placeholder-purple-400\/75::placeholder{
  color: rgb(192 132 252 / 0.75);
}

.placeholder-purple-400\/80::-moz-placeholder{
  color: rgb(192 132 252 / 0.8);
}

.placeholder-purple-400\/80::placeholder{
  color: rgb(192 132 252 / 0.8);
}

.placeholder-purple-400\/90::-moz-placeholder{
  color: rgb(192 132 252 / 0.9);
}

.placeholder-purple-400\/90::placeholder{
  color: rgb(192 132 252 / 0.9);
}

.placeholder-purple-400\/95::-moz-placeholder{
  color: rgb(192 132 252 / 0.95);
}

.placeholder-purple-400\/95::placeholder{
  color: rgb(192 132 252 / 0.95);
}

.placeholder-purple-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity));
}

.placeholder-purple-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity));
}

.placeholder-purple-50\/0::-moz-placeholder{
  color: rgb(250 245 255 / 0);
}

.placeholder-purple-50\/0::placeholder{
  color: rgb(250 245 255 / 0);
}

.placeholder-purple-50\/10::-moz-placeholder{
  color: rgb(250 245 255 / 0.1);
}

.placeholder-purple-50\/10::placeholder{
  color: rgb(250 245 255 / 0.1);
}

.placeholder-purple-50\/100::-moz-placeholder{
  color: rgb(250 245 255 / 1);
}

.placeholder-purple-50\/100::placeholder{
  color: rgb(250 245 255 / 1);
}

.placeholder-purple-50\/20::-moz-placeholder{
  color: rgb(250 245 255 / 0.2);
}

.placeholder-purple-50\/20::placeholder{
  color: rgb(250 245 255 / 0.2);
}

.placeholder-purple-50\/25::-moz-placeholder{
  color: rgb(250 245 255 / 0.25);
}

.placeholder-purple-50\/25::placeholder{
  color: rgb(250 245 255 / 0.25);
}

.placeholder-purple-50\/30::-moz-placeholder{
  color: rgb(250 245 255 / 0.3);
}

.placeholder-purple-50\/30::placeholder{
  color: rgb(250 245 255 / 0.3);
}

.placeholder-purple-50\/40::-moz-placeholder{
  color: rgb(250 245 255 / 0.4);
}

.placeholder-purple-50\/40::placeholder{
  color: rgb(250 245 255 / 0.4);
}

.placeholder-purple-50\/5::-moz-placeholder{
  color: rgb(250 245 255 / 0.05);
}

.placeholder-purple-50\/5::placeholder{
  color: rgb(250 245 255 / 0.05);
}

.placeholder-purple-50\/50::-moz-placeholder{
  color: rgb(250 245 255 / 0.5);
}

.placeholder-purple-50\/50::placeholder{
  color: rgb(250 245 255 / 0.5);
}

.placeholder-purple-50\/60::-moz-placeholder{
  color: rgb(250 245 255 / 0.6);
}

.placeholder-purple-50\/60::placeholder{
  color: rgb(250 245 255 / 0.6);
}

.placeholder-purple-50\/70::-moz-placeholder{
  color: rgb(250 245 255 / 0.7);
}

.placeholder-purple-50\/70::placeholder{
  color: rgb(250 245 255 / 0.7);
}

.placeholder-purple-50\/75::-moz-placeholder{
  color: rgb(250 245 255 / 0.75);
}

.placeholder-purple-50\/75::placeholder{
  color: rgb(250 245 255 / 0.75);
}

.placeholder-purple-50\/80::-moz-placeholder{
  color: rgb(250 245 255 / 0.8);
}

.placeholder-purple-50\/80::placeholder{
  color: rgb(250 245 255 / 0.8);
}

.placeholder-purple-50\/90::-moz-placeholder{
  color: rgb(250 245 255 / 0.9);
}

.placeholder-purple-50\/90::placeholder{
  color: rgb(250 245 255 / 0.9);
}

.placeholder-purple-50\/95::-moz-placeholder{
  color: rgb(250 245 255 / 0.95);
}

.placeholder-purple-50\/95::placeholder{
  color: rgb(250 245 255 / 0.95);
}

.placeholder-purple-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity));
}

.placeholder-purple-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity));
}

.placeholder-purple-500\/0::-moz-placeholder{
  color: rgb(168 85 247 / 0);
}

.placeholder-purple-500\/0::placeholder{
  color: rgb(168 85 247 / 0);
}

.placeholder-purple-500\/10::-moz-placeholder{
  color: rgb(168 85 247 / 0.1);
}

.placeholder-purple-500\/10::placeholder{
  color: rgb(168 85 247 / 0.1);
}

.placeholder-purple-500\/100::-moz-placeholder{
  color: rgb(168 85 247 / 1);
}

.placeholder-purple-500\/100::placeholder{
  color: rgb(168 85 247 / 1);
}

.placeholder-purple-500\/20::-moz-placeholder{
  color: rgb(168 85 247 / 0.2);
}

.placeholder-purple-500\/20::placeholder{
  color: rgb(168 85 247 / 0.2);
}

.placeholder-purple-500\/25::-moz-placeholder{
  color: rgb(168 85 247 / 0.25);
}

.placeholder-purple-500\/25::placeholder{
  color: rgb(168 85 247 / 0.25);
}

.placeholder-purple-500\/30::-moz-placeholder{
  color: rgb(168 85 247 / 0.3);
}

.placeholder-purple-500\/30::placeholder{
  color: rgb(168 85 247 / 0.3);
}

.placeholder-purple-500\/40::-moz-placeholder{
  color: rgb(168 85 247 / 0.4);
}

.placeholder-purple-500\/40::placeholder{
  color: rgb(168 85 247 / 0.4);
}

.placeholder-purple-500\/5::-moz-placeholder{
  color: rgb(168 85 247 / 0.05);
}

.placeholder-purple-500\/5::placeholder{
  color: rgb(168 85 247 / 0.05);
}

.placeholder-purple-500\/50::-moz-placeholder{
  color: rgb(168 85 247 / 0.5);
}

.placeholder-purple-500\/50::placeholder{
  color: rgb(168 85 247 / 0.5);
}

.placeholder-purple-500\/60::-moz-placeholder{
  color: rgb(168 85 247 / 0.6);
}

.placeholder-purple-500\/60::placeholder{
  color: rgb(168 85 247 / 0.6);
}

.placeholder-purple-500\/70::-moz-placeholder{
  color: rgb(168 85 247 / 0.7);
}

.placeholder-purple-500\/70::placeholder{
  color: rgb(168 85 247 / 0.7);
}

.placeholder-purple-500\/75::-moz-placeholder{
  color: rgb(168 85 247 / 0.75);
}

.placeholder-purple-500\/75::placeholder{
  color: rgb(168 85 247 / 0.75);
}

.placeholder-purple-500\/80::-moz-placeholder{
  color: rgb(168 85 247 / 0.8);
}

.placeholder-purple-500\/80::placeholder{
  color: rgb(168 85 247 / 0.8);
}

.placeholder-purple-500\/90::-moz-placeholder{
  color: rgb(168 85 247 / 0.9);
}

.placeholder-purple-500\/90::placeholder{
  color: rgb(168 85 247 / 0.9);
}

.placeholder-purple-500\/95::-moz-placeholder{
  color: rgb(168 85 247 / 0.95);
}

.placeholder-purple-500\/95::placeholder{
  color: rgb(168 85 247 / 0.95);
}

.placeholder-purple-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity));
}

.placeholder-purple-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity));
}

.placeholder-purple-600\/0::-moz-placeholder{
  color: rgb(147 51 234 / 0);
}

.placeholder-purple-600\/0::placeholder{
  color: rgb(147 51 234 / 0);
}

.placeholder-purple-600\/10::-moz-placeholder{
  color: rgb(147 51 234 / 0.1);
}

.placeholder-purple-600\/10::placeholder{
  color: rgb(147 51 234 / 0.1);
}

.placeholder-purple-600\/100::-moz-placeholder{
  color: rgb(147 51 234 / 1);
}

.placeholder-purple-600\/100::placeholder{
  color: rgb(147 51 234 / 1);
}

.placeholder-purple-600\/20::-moz-placeholder{
  color: rgb(147 51 234 / 0.2);
}

.placeholder-purple-600\/20::placeholder{
  color: rgb(147 51 234 / 0.2);
}

.placeholder-purple-600\/25::-moz-placeholder{
  color: rgb(147 51 234 / 0.25);
}

.placeholder-purple-600\/25::placeholder{
  color: rgb(147 51 234 / 0.25);
}

.placeholder-purple-600\/30::-moz-placeholder{
  color: rgb(147 51 234 / 0.3);
}

.placeholder-purple-600\/30::placeholder{
  color: rgb(147 51 234 / 0.3);
}

.placeholder-purple-600\/40::-moz-placeholder{
  color: rgb(147 51 234 / 0.4);
}

.placeholder-purple-600\/40::placeholder{
  color: rgb(147 51 234 / 0.4);
}

.placeholder-purple-600\/5::-moz-placeholder{
  color: rgb(147 51 234 / 0.05);
}

.placeholder-purple-600\/5::placeholder{
  color: rgb(147 51 234 / 0.05);
}

.placeholder-purple-600\/50::-moz-placeholder{
  color: rgb(147 51 234 / 0.5);
}

.placeholder-purple-600\/50::placeholder{
  color: rgb(147 51 234 / 0.5);
}

.placeholder-purple-600\/60::-moz-placeholder{
  color: rgb(147 51 234 / 0.6);
}

.placeholder-purple-600\/60::placeholder{
  color: rgb(147 51 234 / 0.6);
}

.placeholder-purple-600\/70::-moz-placeholder{
  color: rgb(147 51 234 / 0.7);
}

.placeholder-purple-600\/70::placeholder{
  color: rgb(147 51 234 / 0.7);
}

.placeholder-purple-600\/75::-moz-placeholder{
  color: rgb(147 51 234 / 0.75);
}

.placeholder-purple-600\/75::placeholder{
  color: rgb(147 51 234 / 0.75);
}

.placeholder-purple-600\/80::-moz-placeholder{
  color: rgb(147 51 234 / 0.8);
}

.placeholder-purple-600\/80::placeholder{
  color: rgb(147 51 234 / 0.8);
}

.placeholder-purple-600\/90::-moz-placeholder{
  color: rgb(147 51 234 / 0.9);
}

.placeholder-purple-600\/90::placeholder{
  color: rgb(147 51 234 / 0.9);
}

.placeholder-purple-600\/95::-moz-placeholder{
  color: rgb(147 51 234 / 0.95);
}

.placeholder-purple-600\/95::placeholder{
  color: rgb(147 51 234 / 0.95);
}

.placeholder-purple-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(126 34 206 / var(--tw-placeholder-opacity));
}

.placeholder-purple-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(126 34 206 / var(--tw-placeholder-opacity));
}

.placeholder-purple-700\/0::-moz-placeholder{
  color: rgb(126 34 206 / 0);
}

.placeholder-purple-700\/0::placeholder{
  color: rgb(126 34 206 / 0);
}

.placeholder-purple-700\/10::-moz-placeholder{
  color: rgb(126 34 206 / 0.1);
}

.placeholder-purple-700\/10::placeholder{
  color: rgb(126 34 206 / 0.1);
}

.placeholder-purple-700\/100::-moz-placeholder{
  color: rgb(126 34 206 / 1);
}

.placeholder-purple-700\/100::placeholder{
  color: rgb(126 34 206 / 1);
}

.placeholder-purple-700\/20::-moz-placeholder{
  color: rgb(126 34 206 / 0.2);
}

.placeholder-purple-700\/20::placeholder{
  color: rgb(126 34 206 / 0.2);
}

.placeholder-purple-700\/25::-moz-placeholder{
  color: rgb(126 34 206 / 0.25);
}

.placeholder-purple-700\/25::placeholder{
  color: rgb(126 34 206 / 0.25);
}

.placeholder-purple-700\/30::-moz-placeholder{
  color: rgb(126 34 206 / 0.3);
}

.placeholder-purple-700\/30::placeholder{
  color: rgb(126 34 206 / 0.3);
}

.placeholder-purple-700\/40::-moz-placeholder{
  color: rgb(126 34 206 / 0.4);
}

.placeholder-purple-700\/40::placeholder{
  color: rgb(126 34 206 / 0.4);
}

.placeholder-purple-700\/5::-moz-placeholder{
  color: rgb(126 34 206 / 0.05);
}

.placeholder-purple-700\/5::placeholder{
  color: rgb(126 34 206 / 0.05);
}

.placeholder-purple-700\/50::-moz-placeholder{
  color: rgb(126 34 206 / 0.5);
}

.placeholder-purple-700\/50::placeholder{
  color: rgb(126 34 206 / 0.5);
}

.placeholder-purple-700\/60::-moz-placeholder{
  color: rgb(126 34 206 / 0.6);
}

.placeholder-purple-700\/60::placeholder{
  color: rgb(126 34 206 / 0.6);
}

.placeholder-purple-700\/70::-moz-placeholder{
  color: rgb(126 34 206 / 0.7);
}

.placeholder-purple-700\/70::placeholder{
  color: rgb(126 34 206 / 0.7);
}

.placeholder-purple-700\/75::-moz-placeholder{
  color: rgb(126 34 206 / 0.75);
}

.placeholder-purple-700\/75::placeholder{
  color: rgb(126 34 206 / 0.75);
}

.placeholder-purple-700\/80::-moz-placeholder{
  color: rgb(126 34 206 / 0.8);
}

.placeholder-purple-700\/80::placeholder{
  color: rgb(126 34 206 / 0.8);
}

.placeholder-purple-700\/90::-moz-placeholder{
  color: rgb(126 34 206 / 0.9);
}

.placeholder-purple-700\/90::placeholder{
  color: rgb(126 34 206 / 0.9);
}

.placeholder-purple-700\/95::-moz-placeholder{
  color: rgb(126 34 206 / 0.95);
}

.placeholder-purple-700\/95::placeholder{
  color: rgb(126 34 206 / 0.95);
}

.placeholder-purple-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity));
}

.placeholder-purple-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity));
}

.placeholder-purple-800\/0::-moz-placeholder{
  color: rgb(107 33 168 / 0);
}

.placeholder-purple-800\/0::placeholder{
  color: rgb(107 33 168 / 0);
}

.placeholder-purple-800\/10::-moz-placeholder{
  color: rgb(107 33 168 / 0.1);
}

.placeholder-purple-800\/10::placeholder{
  color: rgb(107 33 168 / 0.1);
}

.placeholder-purple-800\/100::-moz-placeholder{
  color: rgb(107 33 168 / 1);
}

.placeholder-purple-800\/100::placeholder{
  color: rgb(107 33 168 / 1);
}

.placeholder-purple-800\/20::-moz-placeholder{
  color: rgb(107 33 168 / 0.2);
}

.placeholder-purple-800\/20::placeholder{
  color: rgb(107 33 168 / 0.2);
}

.placeholder-purple-800\/25::-moz-placeholder{
  color: rgb(107 33 168 / 0.25);
}

.placeholder-purple-800\/25::placeholder{
  color: rgb(107 33 168 / 0.25);
}

.placeholder-purple-800\/30::-moz-placeholder{
  color: rgb(107 33 168 / 0.3);
}

.placeholder-purple-800\/30::placeholder{
  color: rgb(107 33 168 / 0.3);
}

.placeholder-purple-800\/40::-moz-placeholder{
  color: rgb(107 33 168 / 0.4);
}

.placeholder-purple-800\/40::placeholder{
  color: rgb(107 33 168 / 0.4);
}

.placeholder-purple-800\/5::-moz-placeholder{
  color: rgb(107 33 168 / 0.05);
}

.placeholder-purple-800\/5::placeholder{
  color: rgb(107 33 168 / 0.05);
}

.placeholder-purple-800\/50::-moz-placeholder{
  color: rgb(107 33 168 / 0.5);
}

.placeholder-purple-800\/50::placeholder{
  color: rgb(107 33 168 / 0.5);
}

.placeholder-purple-800\/60::-moz-placeholder{
  color: rgb(107 33 168 / 0.6);
}

.placeholder-purple-800\/60::placeholder{
  color: rgb(107 33 168 / 0.6);
}

.placeholder-purple-800\/70::-moz-placeholder{
  color: rgb(107 33 168 / 0.7);
}

.placeholder-purple-800\/70::placeholder{
  color: rgb(107 33 168 / 0.7);
}

.placeholder-purple-800\/75::-moz-placeholder{
  color: rgb(107 33 168 / 0.75);
}

.placeholder-purple-800\/75::placeholder{
  color: rgb(107 33 168 / 0.75);
}

.placeholder-purple-800\/80::-moz-placeholder{
  color: rgb(107 33 168 / 0.8);
}

.placeholder-purple-800\/80::placeholder{
  color: rgb(107 33 168 / 0.8);
}

.placeholder-purple-800\/90::-moz-placeholder{
  color: rgb(107 33 168 / 0.9);
}

.placeholder-purple-800\/90::placeholder{
  color: rgb(107 33 168 / 0.9);
}

.placeholder-purple-800\/95::-moz-placeholder{
  color: rgb(107 33 168 / 0.95);
}

.placeholder-purple-800\/95::placeholder{
  color: rgb(107 33 168 / 0.95);
}

.placeholder-purple-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity));
}

.placeholder-purple-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity));
}

.placeholder-purple-900\/0::-moz-placeholder{
  color: rgb(88 28 135 / 0);
}

.placeholder-purple-900\/0::placeholder{
  color: rgb(88 28 135 / 0);
}

.placeholder-purple-900\/10::-moz-placeholder{
  color: rgb(88 28 135 / 0.1);
}

.placeholder-purple-900\/10::placeholder{
  color: rgb(88 28 135 / 0.1);
}

.placeholder-purple-900\/100::-moz-placeholder{
  color: rgb(88 28 135 / 1);
}

.placeholder-purple-900\/100::placeholder{
  color: rgb(88 28 135 / 1);
}

.placeholder-purple-900\/20::-moz-placeholder{
  color: rgb(88 28 135 / 0.2);
}

.placeholder-purple-900\/20::placeholder{
  color: rgb(88 28 135 / 0.2);
}

.placeholder-purple-900\/25::-moz-placeholder{
  color: rgb(88 28 135 / 0.25);
}

.placeholder-purple-900\/25::placeholder{
  color: rgb(88 28 135 / 0.25);
}

.placeholder-purple-900\/30::-moz-placeholder{
  color: rgb(88 28 135 / 0.3);
}

.placeholder-purple-900\/30::placeholder{
  color: rgb(88 28 135 / 0.3);
}

.placeholder-purple-900\/40::-moz-placeholder{
  color: rgb(88 28 135 / 0.4);
}

.placeholder-purple-900\/40::placeholder{
  color: rgb(88 28 135 / 0.4);
}

.placeholder-purple-900\/5::-moz-placeholder{
  color: rgb(88 28 135 / 0.05);
}

.placeholder-purple-900\/5::placeholder{
  color: rgb(88 28 135 / 0.05);
}

.placeholder-purple-900\/50::-moz-placeholder{
  color: rgb(88 28 135 / 0.5);
}

.placeholder-purple-900\/50::placeholder{
  color: rgb(88 28 135 / 0.5);
}

.placeholder-purple-900\/60::-moz-placeholder{
  color: rgb(88 28 135 / 0.6);
}

.placeholder-purple-900\/60::placeholder{
  color: rgb(88 28 135 / 0.6);
}

.placeholder-purple-900\/70::-moz-placeholder{
  color: rgb(88 28 135 / 0.7);
}

.placeholder-purple-900\/70::placeholder{
  color: rgb(88 28 135 / 0.7);
}

.placeholder-purple-900\/75::-moz-placeholder{
  color: rgb(88 28 135 / 0.75);
}

.placeholder-purple-900\/75::placeholder{
  color: rgb(88 28 135 / 0.75);
}

.placeholder-purple-900\/80::-moz-placeholder{
  color: rgb(88 28 135 / 0.8);
}

.placeholder-purple-900\/80::placeholder{
  color: rgb(88 28 135 / 0.8);
}

.placeholder-purple-900\/90::-moz-placeholder{
  color: rgb(88 28 135 / 0.9);
}

.placeholder-purple-900\/90::placeholder{
  color: rgb(88 28 135 / 0.9);
}

.placeholder-purple-900\/95::-moz-placeholder{
  color: rgb(88 28 135 / 0.95);
}

.placeholder-purple-900\/95::placeholder{
  color: rgb(88 28 135 / 0.95);
}

.placeholder-purple-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity));
}

.placeholder-purple-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity));
}

.placeholder-purple-950\/0::-moz-placeholder{
  color: rgb(59 7 100 / 0);
}

.placeholder-purple-950\/0::placeholder{
  color: rgb(59 7 100 / 0);
}

.placeholder-purple-950\/10::-moz-placeholder{
  color: rgb(59 7 100 / 0.1);
}

.placeholder-purple-950\/10::placeholder{
  color: rgb(59 7 100 / 0.1);
}

.placeholder-purple-950\/100::-moz-placeholder{
  color: rgb(59 7 100 / 1);
}

.placeholder-purple-950\/100::placeholder{
  color: rgb(59 7 100 / 1);
}

.placeholder-purple-950\/20::-moz-placeholder{
  color: rgb(59 7 100 / 0.2);
}

.placeholder-purple-950\/20::placeholder{
  color: rgb(59 7 100 / 0.2);
}

.placeholder-purple-950\/25::-moz-placeholder{
  color: rgb(59 7 100 / 0.25);
}

.placeholder-purple-950\/25::placeholder{
  color: rgb(59 7 100 / 0.25);
}

.placeholder-purple-950\/30::-moz-placeholder{
  color: rgb(59 7 100 / 0.3);
}

.placeholder-purple-950\/30::placeholder{
  color: rgb(59 7 100 / 0.3);
}

.placeholder-purple-950\/40::-moz-placeholder{
  color: rgb(59 7 100 / 0.4);
}

.placeholder-purple-950\/40::placeholder{
  color: rgb(59 7 100 / 0.4);
}

.placeholder-purple-950\/5::-moz-placeholder{
  color: rgb(59 7 100 / 0.05);
}

.placeholder-purple-950\/5::placeholder{
  color: rgb(59 7 100 / 0.05);
}

.placeholder-purple-950\/50::-moz-placeholder{
  color: rgb(59 7 100 / 0.5);
}

.placeholder-purple-950\/50::placeholder{
  color: rgb(59 7 100 / 0.5);
}

.placeholder-purple-950\/60::-moz-placeholder{
  color: rgb(59 7 100 / 0.6);
}

.placeholder-purple-950\/60::placeholder{
  color: rgb(59 7 100 / 0.6);
}

.placeholder-purple-950\/70::-moz-placeholder{
  color: rgb(59 7 100 / 0.7);
}

.placeholder-purple-950\/70::placeholder{
  color: rgb(59 7 100 / 0.7);
}

.placeholder-purple-950\/75::-moz-placeholder{
  color: rgb(59 7 100 / 0.75);
}

.placeholder-purple-950\/75::placeholder{
  color: rgb(59 7 100 / 0.75);
}

.placeholder-purple-950\/80::-moz-placeholder{
  color: rgb(59 7 100 / 0.8);
}

.placeholder-purple-950\/80::placeholder{
  color: rgb(59 7 100 / 0.8);
}

.placeholder-purple-950\/90::-moz-placeholder{
  color: rgb(59 7 100 / 0.9);
}

.placeholder-purple-950\/90::placeholder{
  color: rgb(59 7 100 / 0.9);
}

.placeholder-purple-950\/95::-moz-placeholder{
  color: rgb(59 7 100 / 0.95);
}

.placeholder-purple-950\/95::placeholder{
  color: rgb(59 7 100 / 0.95);
}

.placeholder-red-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity));
}

.placeholder-red-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity));
}

.placeholder-red-100\/0::-moz-placeholder{
  color: rgb(254 226 226 / 0);
}

.placeholder-red-100\/0::placeholder{
  color: rgb(254 226 226 / 0);
}

.placeholder-red-100\/10::-moz-placeholder{
  color: rgb(254 226 226 / 0.1);
}

.placeholder-red-100\/10::placeholder{
  color: rgb(254 226 226 / 0.1);
}

.placeholder-red-100\/100::-moz-placeholder{
  color: rgb(254 226 226 / 1);
}

.placeholder-red-100\/100::placeholder{
  color: rgb(254 226 226 / 1);
}

.placeholder-red-100\/20::-moz-placeholder{
  color: rgb(254 226 226 / 0.2);
}

.placeholder-red-100\/20::placeholder{
  color: rgb(254 226 226 / 0.2);
}

.placeholder-red-100\/25::-moz-placeholder{
  color: rgb(254 226 226 / 0.25);
}

.placeholder-red-100\/25::placeholder{
  color: rgb(254 226 226 / 0.25);
}

.placeholder-red-100\/30::-moz-placeholder{
  color: rgb(254 226 226 / 0.3);
}

.placeholder-red-100\/30::placeholder{
  color: rgb(254 226 226 / 0.3);
}

.placeholder-red-100\/40::-moz-placeholder{
  color: rgb(254 226 226 / 0.4);
}

.placeholder-red-100\/40::placeholder{
  color: rgb(254 226 226 / 0.4);
}

.placeholder-red-100\/5::-moz-placeholder{
  color: rgb(254 226 226 / 0.05);
}

.placeholder-red-100\/5::placeholder{
  color: rgb(254 226 226 / 0.05);
}

.placeholder-red-100\/50::-moz-placeholder{
  color: rgb(254 226 226 / 0.5);
}

.placeholder-red-100\/50::placeholder{
  color: rgb(254 226 226 / 0.5);
}

.placeholder-red-100\/60::-moz-placeholder{
  color: rgb(254 226 226 / 0.6);
}

.placeholder-red-100\/60::placeholder{
  color: rgb(254 226 226 / 0.6);
}

.placeholder-red-100\/70::-moz-placeholder{
  color: rgb(254 226 226 / 0.7);
}

.placeholder-red-100\/70::placeholder{
  color: rgb(254 226 226 / 0.7);
}

.placeholder-red-100\/75::-moz-placeholder{
  color: rgb(254 226 226 / 0.75);
}

.placeholder-red-100\/75::placeholder{
  color: rgb(254 226 226 / 0.75);
}

.placeholder-red-100\/80::-moz-placeholder{
  color: rgb(254 226 226 / 0.8);
}

.placeholder-red-100\/80::placeholder{
  color: rgb(254 226 226 / 0.8);
}

.placeholder-red-100\/90::-moz-placeholder{
  color: rgb(254 226 226 / 0.9);
}

.placeholder-red-100\/90::placeholder{
  color: rgb(254 226 226 / 0.9);
}

.placeholder-red-100\/95::-moz-placeholder{
  color: rgb(254 226 226 / 0.95);
}

.placeholder-red-100\/95::placeholder{
  color: rgb(254 226 226 / 0.95);
}

.placeholder-red-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 202 202 / var(--tw-placeholder-opacity));
}

.placeholder-red-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 202 202 / var(--tw-placeholder-opacity));
}

.placeholder-red-200\/0::-moz-placeholder{
  color: rgb(254 202 202 / 0);
}

.placeholder-red-200\/0::placeholder{
  color: rgb(254 202 202 / 0);
}

.placeholder-red-200\/10::-moz-placeholder{
  color: rgb(254 202 202 / 0.1);
}

.placeholder-red-200\/10::placeholder{
  color: rgb(254 202 202 / 0.1);
}

.placeholder-red-200\/100::-moz-placeholder{
  color: rgb(254 202 202 / 1);
}

.placeholder-red-200\/100::placeholder{
  color: rgb(254 202 202 / 1);
}

.placeholder-red-200\/20::-moz-placeholder{
  color: rgb(254 202 202 / 0.2);
}

.placeholder-red-200\/20::placeholder{
  color: rgb(254 202 202 / 0.2);
}

.placeholder-red-200\/25::-moz-placeholder{
  color: rgb(254 202 202 / 0.25);
}

.placeholder-red-200\/25::placeholder{
  color: rgb(254 202 202 / 0.25);
}

.placeholder-red-200\/30::-moz-placeholder{
  color: rgb(254 202 202 / 0.3);
}

.placeholder-red-200\/30::placeholder{
  color: rgb(254 202 202 / 0.3);
}

.placeholder-red-200\/40::-moz-placeholder{
  color: rgb(254 202 202 / 0.4);
}

.placeholder-red-200\/40::placeholder{
  color: rgb(254 202 202 / 0.4);
}

.placeholder-red-200\/5::-moz-placeholder{
  color: rgb(254 202 202 / 0.05);
}

.placeholder-red-200\/5::placeholder{
  color: rgb(254 202 202 / 0.05);
}

.placeholder-red-200\/50::-moz-placeholder{
  color: rgb(254 202 202 / 0.5);
}

.placeholder-red-200\/50::placeholder{
  color: rgb(254 202 202 / 0.5);
}

.placeholder-red-200\/60::-moz-placeholder{
  color: rgb(254 202 202 / 0.6);
}

.placeholder-red-200\/60::placeholder{
  color: rgb(254 202 202 / 0.6);
}

.placeholder-red-200\/70::-moz-placeholder{
  color: rgb(254 202 202 / 0.7);
}

.placeholder-red-200\/70::placeholder{
  color: rgb(254 202 202 / 0.7);
}

.placeholder-red-200\/75::-moz-placeholder{
  color: rgb(254 202 202 / 0.75);
}

.placeholder-red-200\/75::placeholder{
  color: rgb(254 202 202 / 0.75);
}

.placeholder-red-200\/80::-moz-placeholder{
  color: rgb(254 202 202 / 0.8);
}

.placeholder-red-200\/80::placeholder{
  color: rgb(254 202 202 / 0.8);
}

.placeholder-red-200\/90::-moz-placeholder{
  color: rgb(254 202 202 / 0.9);
}

.placeholder-red-200\/90::placeholder{
  color: rgb(254 202 202 / 0.9);
}

.placeholder-red-200\/95::-moz-placeholder{
  color: rgb(254 202 202 / 0.95);
}

.placeholder-red-200\/95::placeholder{
  color: rgb(254 202 202 / 0.95);
}

.placeholder-red-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}

.placeholder-red-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}

.placeholder-red-300\/0::-moz-placeholder{
  color: rgb(252 165 165 / 0);
}

.placeholder-red-300\/0::placeholder{
  color: rgb(252 165 165 / 0);
}

.placeholder-red-300\/10::-moz-placeholder{
  color: rgb(252 165 165 / 0.1);
}

.placeholder-red-300\/10::placeholder{
  color: rgb(252 165 165 / 0.1);
}

.placeholder-red-300\/100::-moz-placeholder{
  color: rgb(252 165 165 / 1);
}

.placeholder-red-300\/100::placeholder{
  color: rgb(252 165 165 / 1);
}

.placeholder-red-300\/20::-moz-placeholder{
  color: rgb(252 165 165 / 0.2);
}

.placeholder-red-300\/20::placeholder{
  color: rgb(252 165 165 / 0.2);
}

.placeholder-red-300\/25::-moz-placeholder{
  color: rgb(252 165 165 / 0.25);
}

.placeholder-red-300\/25::placeholder{
  color: rgb(252 165 165 / 0.25);
}

.placeholder-red-300\/30::-moz-placeholder{
  color: rgb(252 165 165 / 0.3);
}

.placeholder-red-300\/30::placeholder{
  color: rgb(252 165 165 / 0.3);
}

.placeholder-red-300\/40::-moz-placeholder{
  color: rgb(252 165 165 / 0.4);
}

.placeholder-red-300\/40::placeholder{
  color: rgb(252 165 165 / 0.4);
}

.placeholder-red-300\/5::-moz-placeholder{
  color: rgb(252 165 165 / 0.05);
}

.placeholder-red-300\/5::placeholder{
  color: rgb(252 165 165 / 0.05);
}

.placeholder-red-300\/50::-moz-placeholder{
  color: rgb(252 165 165 / 0.5);
}

.placeholder-red-300\/50::placeholder{
  color: rgb(252 165 165 / 0.5);
}

.placeholder-red-300\/60::-moz-placeholder{
  color: rgb(252 165 165 / 0.6);
}

.placeholder-red-300\/60::placeholder{
  color: rgb(252 165 165 / 0.6);
}

.placeholder-red-300\/70::-moz-placeholder{
  color: rgb(252 165 165 / 0.7);
}

.placeholder-red-300\/70::placeholder{
  color: rgb(252 165 165 / 0.7);
}

.placeholder-red-300\/75::-moz-placeholder{
  color: rgb(252 165 165 / 0.75);
}

.placeholder-red-300\/75::placeholder{
  color: rgb(252 165 165 / 0.75);
}

.placeholder-red-300\/80::-moz-placeholder{
  color: rgb(252 165 165 / 0.8);
}

.placeholder-red-300\/80::placeholder{
  color: rgb(252 165 165 / 0.8);
}

.placeholder-red-300\/90::-moz-placeholder{
  color: rgb(252 165 165 / 0.9);
}

.placeholder-red-300\/90::placeholder{
  color: rgb(252 165 165 / 0.9);
}

.placeholder-red-300\/95::-moz-placeholder{
  color: rgb(252 165 165 / 0.95);
}

.placeholder-red-300\/95::placeholder{
  color: rgb(252 165 165 / 0.95);
}

.placeholder-red-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity));
}

.placeholder-red-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity));
}

.placeholder-red-400\/0::-moz-placeholder{
  color: rgb(248 113 113 / 0);
}

.placeholder-red-400\/0::placeholder{
  color: rgb(248 113 113 / 0);
}

.placeholder-red-400\/10::-moz-placeholder{
  color: rgb(248 113 113 / 0.1);
}

.placeholder-red-400\/10::placeholder{
  color: rgb(248 113 113 / 0.1);
}

.placeholder-red-400\/100::-moz-placeholder{
  color: rgb(248 113 113 / 1);
}

.placeholder-red-400\/100::placeholder{
  color: rgb(248 113 113 / 1);
}

.placeholder-red-400\/20::-moz-placeholder{
  color: rgb(248 113 113 / 0.2);
}

.placeholder-red-400\/20::placeholder{
  color: rgb(248 113 113 / 0.2);
}

.placeholder-red-400\/25::-moz-placeholder{
  color: rgb(248 113 113 / 0.25);
}

.placeholder-red-400\/25::placeholder{
  color: rgb(248 113 113 / 0.25);
}

.placeholder-red-400\/30::-moz-placeholder{
  color: rgb(248 113 113 / 0.3);
}

.placeholder-red-400\/30::placeholder{
  color: rgb(248 113 113 / 0.3);
}

.placeholder-red-400\/40::-moz-placeholder{
  color: rgb(248 113 113 / 0.4);
}

.placeholder-red-400\/40::placeholder{
  color: rgb(248 113 113 / 0.4);
}

.placeholder-red-400\/5::-moz-placeholder{
  color: rgb(248 113 113 / 0.05);
}

.placeholder-red-400\/5::placeholder{
  color: rgb(248 113 113 / 0.05);
}

.placeholder-red-400\/50::-moz-placeholder{
  color: rgb(248 113 113 / 0.5);
}

.placeholder-red-400\/50::placeholder{
  color: rgb(248 113 113 / 0.5);
}

.placeholder-red-400\/60::-moz-placeholder{
  color: rgb(248 113 113 / 0.6);
}

.placeholder-red-400\/60::placeholder{
  color: rgb(248 113 113 / 0.6);
}

.placeholder-red-400\/70::-moz-placeholder{
  color: rgb(248 113 113 / 0.7);
}

.placeholder-red-400\/70::placeholder{
  color: rgb(248 113 113 / 0.7);
}

.placeholder-red-400\/75::-moz-placeholder{
  color: rgb(248 113 113 / 0.75);
}

.placeholder-red-400\/75::placeholder{
  color: rgb(248 113 113 / 0.75);
}

.placeholder-red-400\/80::-moz-placeholder{
  color: rgb(248 113 113 / 0.8);
}

.placeholder-red-400\/80::placeholder{
  color: rgb(248 113 113 / 0.8);
}

.placeholder-red-400\/90::-moz-placeholder{
  color: rgb(248 113 113 / 0.9);
}

.placeholder-red-400\/90::placeholder{
  color: rgb(248 113 113 / 0.9);
}

.placeholder-red-400\/95::-moz-placeholder{
  color: rgb(248 113 113 / 0.95);
}

.placeholder-red-400\/95::placeholder{
  color: rgb(248 113 113 / 0.95);
}

.placeholder-red-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity));
}

.placeholder-red-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity));
}

.placeholder-red-50\/0::-moz-placeholder{
  color: rgb(254 242 242 / 0);
}

.placeholder-red-50\/0::placeholder{
  color: rgb(254 242 242 / 0);
}

.placeholder-red-50\/10::-moz-placeholder{
  color: rgb(254 242 242 / 0.1);
}

.placeholder-red-50\/10::placeholder{
  color: rgb(254 242 242 / 0.1);
}

.placeholder-red-50\/100::-moz-placeholder{
  color: rgb(254 242 242 / 1);
}

.placeholder-red-50\/100::placeholder{
  color: rgb(254 242 242 / 1);
}

.placeholder-red-50\/20::-moz-placeholder{
  color: rgb(254 242 242 / 0.2);
}

.placeholder-red-50\/20::placeholder{
  color: rgb(254 242 242 / 0.2);
}

.placeholder-red-50\/25::-moz-placeholder{
  color: rgb(254 242 242 / 0.25);
}

.placeholder-red-50\/25::placeholder{
  color: rgb(254 242 242 / 0.25);
}

.placeholder-red-50\/30::-moz-placeholder{
  color: rgb(254 242 242 / 0.3);
}

.placeholder-red-50\/30::placeholder{
  color: rgb(254 242 242 / 0.3);
}

.placeholder-red-50\/40::-moz-placeholder{
  color: rgb(254 242 242 / 0.4);
}

.placeholder-red-50\/40::placeholder{
  color: rgb(254 242 242 / 0.4);
}

.placeholder-red-50\/5::-moz-placeholder{
  color: rgb(254 242 242 / 0.05);
}

.placeholder-red-50\/5::placeholder{
  color: rgb(254 242 242 / 0.05);
}

.placeholder-red-50\/50::-moz-placeholder{
  color: rgb(254 242 242 / 0.5);
}

.placeholder-red-50\/50::placeholder{
  color: rgb(254 242 242 / 0.5);
}

.placeholder-red-50\/60::-moz-placeholder{
  color: rgb(254 242 242 / 0.6);
}

.placeholder-red-50\/60::placeholder{
  color: rgb(254 242 242 / 0.6);
}

.placeholder-red-50\/70::-moz-placeholder{
  color: rgb(254 242 242 / 0.7);
}

.placeholder-red-50\/70::placeholder{
  color: rgb(254 242 242 / 0.7);
}

.placeholder-red-50\/75::-moz-placeholder{
  color: rgb(254 242 242 / 0.75);
}

.placeholder-red-50\/75::placeholder{
  color: rgb(254 242 242 / 0.75);
}

.placeholder-red-50\/80::-moz-placeholder{
  color: rgb(254 242 242 / 0.8);
}

.placeholder-red-50\/80::placeholder{
  color: rgb(254 242 242 / 0.8);
}

.placeholder-red-50\/90::-moz-placeholder{
  color: rgb(254 242 242 / 0.9);
}

.placeholder-red-50\/90::placeholder{
  color: rgb(254 242 242 / 0.9);
}

.placeholder-red-50\/95::-moz-placeholder{
  color: rgb(254 242 242 / 0.95);
}

.placeholder-red-50\/95::placeholder{
  color: rgb(254 242 242 / 0.95);
}

.placeholder-red-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity));
}

.placeholder-red-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity));
}

.placeholder-red-500\/0::-moz-placeholder{
  color: rgb(239 68 68 / 0);
}

.placeholder-red-500\/0::placeholder{
  color: rgb(239 68 68 / 0);
}

.placeholder-red-500\/10::-moz-placeholder{
  color: rgb(239 68 68 / 0.1);
}

.placeholder-red-500\/10::placeholder{
  color: rgb(239 68 68 / 0.1);
}

.placeholder-red-500\/100::-moz-placeholder{
  color: rgb(239 68 68 / 1);
}

.placeholder-red-500\/100::placeholder{
  color: rgb(239 68 68 / 1);
}

.placeholder-red-500\/20::-moz-placeholder{
  color: rgb(239 68 68 / 0.2);
}

.placeholder-red-500\/20::placeholder{
  color: rgb(239 68 68 / 0.2);
}

.placeholder-red-500\/25::-moz-placeholder{
  color: rgb(239 68 68 / 0.25);
}

.placeholder-red-500\/25::placeholder{
  color: rgb(239 68 68 / 0.25);
}

.placeholder-red-500\/30::-moz-placeholder{
  color: rgb(239 68 68 / 0.3);
}

.placeholder-red-500\/30::placeholder{
  color: rgb(239 68 68 / 0.3);
}

.placeholder-red-500\/40::-moz-placeholder{
  color: rgb(239 68 68 / 0.4);
}

.placeholder-red-500\/40::placeholder{
  color: rgb(239 68 68 / 0.4);
}

.placeholder-red-500\/5::-moz-placeholder{
  color: rgb(239 68 68 / 0.05);
}

.placeholder-red-500\/5::placeholder{
  color: rgb(239 68 68 / 0.05);
}

.placeholder-red-500\/50::-moz-placeholder{
  color: rgb(239 68 68 / 0.5);
}

.placeholder-red-500\/50::placeholder{
  color: rgb(239 68 68 / 0.5);
}

.placeholder-red-500\/60::-moz-placeholder{
  color: rgb(239 68 68 / 0.6);
}

.placeholder-red-500\/60::placeholder{
  color: rgb(239 68 68 / 0.6);
}

.placeholder-red-500\/70::-moz-placeholder{
  color: rgb(239 68 68 / 0.7);
}

.placeholder-red-500\/70::placeholder{
  color: rgb(239 68 68 / 0.7);
}

.placeholder-red-500\/75::-moz-placeholder{
  color: rgb(239 68 68 / 0.75);
}

.placeholder-red-500\/75::placeholder{
  color: rgb(239 68 68 / 0.75);
}

.placeholder-red-500\/80::-moz-placeholder{
  color: rgb(239 68 68 / 0.8);
}

.placeholder-red-500\/80::placeholder{
  color: rgb(239 68 68 / 0.8);
}

.placeholder-red-500\/90::-moz-placeholder{
  color: rgb(239 68 68 / 0.9);
}

.placeholder-red-500\/90::placeholder{
  color: rgb(239 68 68 / 0.9);
}

.placeholder-red-500\/95::-moz-placeholder{
  color: rgb(239 68 68 / 0.95);
}

.placeholder-red-500\/95::placeholder{
  color: rgb(239 68 68 / 0.95);
}

.placeholder-red-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(220 38 38 / var(--tw-placeholder-opacity));
}

.placeholder-red-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(220 38 38 / var(--tw-placeholder-opacity));
}

.placeholder-red-600\/0::-moz-placeholder{
  color: rgb(220 38 38 / 0);
}

.placeholder-red-600\/0::placeholder{
  color: rgb(220 38 38 / 0);
}

.placeholder-red-600\/10::-moz-placeholder{
  color: rgb(220 38 38 / 0.1);
}

.placeholder-red-600\/10::placeholder{
  color: rgb(220 38 38 / 0.1);
}

.placeholder-red-600\/100::-moz-placeholder{
  color: rgb(220 38 38 / 1);
}

.placeholder-red-600\/100::placeholder{
  color: rgb(220 38 38 / 1);
}

.placeholder-red-600\/20::-moz-placeholder{
  color: rgb(220 38 38 / 0.2);
}

.placeholder-red-600\/20::placeholder{
  color: rgb(220 38 38 / 0.2);
}

.placeholder-red-600\/25::-moz-placeholder{
  color: rgb(220 38 38 / 0.25);
}

.placeholder-red-600\/25::placeholder{
  color: rgb(220 38 38 / 0.25);
}

.placeholder-red-600\/30::-moz-placeholder{
  color: rgb(220 38 38 / 0.3);
}

.placeholder-red-600\/30::placeholder{
  color: rgb(220 38 38 / 0.3);
}

.placeholder-red-600\/40::-moz-placeholder{
  color: rgb(220 38 38 / 0.4);
}

.placeholder-red-600\/40::placeholder{
  color: rgb(220 38 38 / 0.4);
}

.placeholder-red-600\/5::-moz-placeholder{
  color: rgb(220 38 38 / 0.05);
}

.placeholder-red-600\/5::placeholder{
  color: rgb(220 38 38 / 0.05);
}

.placeholder-red-600\/50::-moz-placeholder{
  color: rgb(220 38 38 / 0.5);
}

.placeholder-red-600\/50::placeholder{
  color: rgb(220 38 38 / 0.5);
}

.placeholder-red-600\/60::-moz-placeholder{
  color: rgb(220 38 38 / 0.6);
}

.placeholder-red-600\/60::placeholder{
  color: rgb(220 38 38 / 0.6);
}

.placeholder-red-600\/70::-moz-placeholder{
  color: rgb(220 38 38 / 0.7);
}

.placeholder-red-600\/70::placeholder{
  color: rgb(220 38 38 / 0.7);
}

.placeholder-red-600\/75::-moz-placeholder{
  color: rgb(220 38 38 / 0.75);
}

.placeholder-red-600\/75::placeholder{
  color: rgb(220 38 38 / 0.75);
}

.placeholder-red-600\/80::-moz-placeholder{
  color: rgb(220 38 38 / 0.8);
}

.placeholder-red-600\/80::placeholder{
  color: rgb(220 38 38 / 0.8);
}

.placeholder-red-600\/90::-moz-placeholder{
  color: rgb(220 38 38 / 0.9);
}

.placeholder-red-600\/90::placeholder{
  color: rgb(220 38 38 / 0.9);
}

.placeholder-red-600\/95::-moz-placeholder{
  color: rgb(220 38 38 / 0.95);
}

.placeholder-red-600\/95::placeholder{
  color: rgb(220 38 38 / 0.95);
}

.placeholder-red-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 28 / var(--tw-placeholder-opacity));
}

.placeholder-red-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 28 / var(--tw-placeholder-opacity));
}

.placeholder-red-700\/0::-moz-placeholder{
  color: rgb(185 28 28 / 0);
}

.placeholder-red-700\/0::placeholder{
  color: rgb(185 28 28 / 0);
}

.placeholder-red-700\/10::-moz-placeholder{
  color: rgb(185 28 28 / 0.1);
}

.placeholder-red-700\/10::placeholder{
  color: rgb(185 28 28 / 0.1);
}

.placeholder-red-700\/100::-moz-placeholder{
  color: rgb(185 28 28 / 1);
}

.placeholder-red-700\/100::placeholder{
  color: rgb(185 28 28 / 1);
}

.placeholder-red-700\/20::-moz-placeholder{
  color: rgb(185 28 28 / 0.2);
}

.placeholder-red-700\/20::placeholder{
  color: rgb(185 28 28 / 0.2);
}

.placeholder-red-700\/25::-moz-placeholder{
  color: rgb(185 28 28 / 0.25);
}

.placeholder-red-700\/25::placeholder{
  color: rgb(185 28 28 / 0.25);
}

.placeholder-red-700\/30::-moz-placeholder{
  color: rgb(185 28 28 / 0.3);
}

.placeholder-red-700\/30::placeholder{
  color: rgb(185 28 28 / 0.3);
}

.placeholder-red-700\/40::-moz-placeholder{
  color: rgb(185 28 28 / 0.4);
}

.placeholder-red-700\/40::placeholder{
  color: rgb(185 28 28 / 0.4);
}

.placeholder-red-700\/5::-moz-placeholder{
  color: rgb(185 28 28 / 0.05);
}

.placeholder-red-700\/5::placeholder{
  color: rgb(185 28 28 / 0.05);
}

.placeholder-red-700\/50::-moz-placeholder{
  color: rgb(185 28 28 / 0.5);
}

.placeholder-red-700\/50::placeholder{
  color: rgb(185 28 28 / 0.5);
}

.placeholder-red-700\/60::-moz-placeholder{
  color: rgb(185 28 28 / 0.6);
}

.placeholder-red-700\/60::placeholder{
  color: rgb(185 28 28 / 0.6);
}

.placeholder-red-700\/70::-moz-placeholder{
  color: rgb(185 28 28 / 0.7);
}

.placeholder-red-700\/70::placeholder{
  color: rgb(185 28 28 / 0.7);
}

.placeholder-red-700\/75::-moz-placeholder{
  color: rgb(185 28 28 / 0.75);
}

.placeholder-red-700\/75::placeholder{
  color: rgb(185 28 28 / 0.75);
}

.placeholder-red-700\/80::-moz-placeholder{
  color: rgb(185 28 28 / 0.8);
}

.placeholder-red-700\/80::placeholder{
  color: rgb(185 28 28 / 0.8);
}

.placeholder-red-700\/90::-moz-placeholder{
  color: rgb(185 28 28 / 0.9);
}

.placeholder-red-700\/90::placeholder{
  color: rgb(185 28 28 / 0.9);
}

.placeholder-red-700\/95::-moz-placeholder{
  color: rgb(185 28 28 / 0.95);
}

.placeholder-red-700\/95::placeholder{
  color: rgb(185 28 28 / 0.95);
}

.placeholder-red-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity));
}

.placeholder-red-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity));
}

.placeholder-red-800\/0::-moz-placeholder{
  color: rgb(153 27 27 / 0);
}

.placeholder-red-800\/0::placeholder{
  color: rgb(153 27 27 / 0);
}

.placeholder-red-800\/10::-moz-placeholder{
  color: rgb(153 27 27 / 0.1);
}

.placeholder-red-800\/10::placeholder{
  color: rgb(153 27 27 / 0.1);
}

.placeholder-red-800\/100::-moz-placeholder{
  color: rgb(153 27 27 / 1);
}

.placeholder-red-800\/100::placeholder{
  color: rgb(153 27 27 / 1);
}

.placeholder-red-800\/20::-moz-placeholder{
  color: rgb(153 27 27 / 0.2);
}

.placeholder-red-800\/20::placeholder{
  color: rgb(153 27 27 / 0.2);
}

.placeholder-red-800\/25::-moz-placeholder{
  color: rgb(153 27 27 / 0.25);
}

.placeholder-red-800\/25::placeholder{
  color: rgb(153 27 27 / 0.25);
}

.placeholder-red-800\/30::-moz-placeholder{
  color: rgb(153 27 27 / 0.3);
}

.placeholder-red-800\/30::placeholder{
  color: rgb(153 27 27 / 0.3);
}

.placeholder-red-800\/40::-moz-placeholder{
  color: rgb(153 27 27 / 0.4);
}

.placeholder-red-800\/40::placeholder{
  color: rgb(153 27 27 / 0.4);
}

.placeholder-red-800\/5::-moz-placeholder{
  color: rgb(153 27 27 / 0.05);
}

.placeholder-red-800\/5::placeholder{
  color: rgb(153 27 27 / 0.05);
}

.placeholder-red-800\/50::-moz-placeholder{
  color: rgb(153 27 27 / 0.5);
}

.placeholder-red-800\/50::placeholder{
  color: rgb(153 27 27 / 0.5);
}

.placeholder-red-800\/60::-moz-placeholder{
  color: rgb(153 27 27 / 0.6);
}

.placeholder-red-800\/60::placeholder{
  color: rgb(153 27 27 / 0.6);
}

.placeholder-red-800\/70::-moz-placeholder{
  color: rgb(153 27 27 / 0.7);
}

.placeholder-red-800\/70::placeholder{
  color: rgb(153 27 27 / 0.7);
}

.placeholder-red-800\/75::-moz-placeholder{
  color: rgb(153 27 27 / 0.75);
}

.placeholder-red-800\/75::placeholder{
  color: rgb(153 27 27 / 0.75);
}

.placeholder-red-800\/80::-moz-placeholder{
  color: rgb(153 27 27 / 0.8);
}

.placeholder-red-800\/80::placeholder{
  color: rgb(153 27 27 / 0.8);
}

.placeholder-red-800\/90::-moz-placeholder{
  color: rgb(153 27 27 / 0.9);
}

.placeholder-red-800\/90::placeholder{
  color: rgb(153 27 27 / 0.9);
}

.placeholder-red-800\/95::-moz-placeholder{
  color: rgb(153 27 27 / 0.95);
}

.placeholder-red-800\/95::placeholder{
  color: rgb(153 27 27 / 0.95);
}

.placeholder-red-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity));
}

.placeholder-red-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity));
}

.placeholder-red-900\/0::-moz-placeholder{
  color: rgb(127 29 29 / 0);
}

.placeholder-red-900\/0::placeholder{
  color: rgb(127 29 29 / 0);
}

.placeholder-red-900\/10::-moz-placeholder{
  color: rgb(127 29 29 / 0.1);
}

.placeholder-red-900\/10::placeholder{
  color: rgb(127 29 29 / 0.1);
}

.placeholder-red-900\/100::-moz-placeholder{
  color: rgb(127 29 29 / 1);
}

.placeholder-red-900\/100::placeholder{
  color: rgb(127 29 29 / 1);
}

.placeholder-red-900\/20::-moz-placeholder{
  color: rgb(127 29 29 / 0.2);
}

.placeholder-red-900\/20::placeholder{
  color: rgb(127 29 29 / 0.2);
}

.placeholder-red-900\/25::-moz-placeholder{
  color: rgb(127 29 29 / 0.25);
}

.placeholder-red-900\/25::placeholder{
  color: rgb(127 29 29 / 0.25);
}

.placeholder-red-900\/30::-moz-placeholder{
  color: rgb(127 29 29 / 0.3);
}

.placeholder-red-900\/30::placeholder{
  color: rgb(127 29 29 / 0.3);
}

.placeholder-red-900\/40::-moz-placeholder{
  color: rgb(127 29 29 / 0.4);
}

.placeholder-red-900\/40::placeholder{
  color: rgb(127 29 29 / 0.4);
}

.placeholder-red-900\/5::-moz-placeholder{
  color: rgb(127 29 29 / 0.05);
}

.placeholder-red-900\/5::placeholder{
  color: rgb(127 29 29 / 0.05);
}

.placeholder-red-900\/50::-moz-placeholder{
  color: rgb(127 29 29 / 0.5);
}

.placeholder-red-900\/50::placeholder{
  color: rgb(127 29 29 / 0.5);
}

.placeholder-red-900\/60::-moz-placeholder{
  color: rgb(127 29 29 / 0.6);
}

.placeholder-red-900\/60::placeholder{
  color: rgb(127 29 29 / 0.6);
}

.placeholder-red-900\/70::-moz-placeholder{
  color: rgb(127 29 29 / 0.7);
}

.placeholder-red-900\/70::placeholder{
  color: rgb(127 29 29 / 0.7);
}

.placeholder-red-900\/75::-moz-placeholder{
  color: rgb(127 29 29 / 0.75);
}

.placeholder-red-900\/75::placeholder{
  color: rgb(127 29 29 / 0.75);
}

.placeholder-red-900\/80::-moz-placeholder{
  color: rgb(127 29 29 / 0.8);
}

.placeholder-red-900\/80::placeholder{
  color: rgb(127 29 29 / 0.8);
}

.placeholder-red-900\/90::-moz-placeholder{
  color: rgb(127 29 29 / 0.9);
}

.placeholder-red-900\/90::placeholder{
  color: rgb(127 29 29 / 0.9);
}

.placeholder-red-900\/95::-moz-placeholder{
  color: rgb(127 29 29 / 0.95);
}

.placeholder-red-900\/95::placeholder{
  color: rgb(127 29 29 / 0.95);
}

.placeholder-red-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity));
}

.placeholder-red-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity));
}

.placeholder-red-950\/0::-moz-placeholder{
  color: rgb(69 10 10 / 0);
}

.placeholder-red-950\/0::placeholder{
  color: rgb(69 10 10 / 0);
}

.placeholder-red-950\/10::-moz-placeholder{
  color: rgb(69 10 10 / 0.1);
}

.placeholder-red-950\/10::placeholder{
  color: rgb(69 10 10 / 0.1);
}

.placeholder-red-950\/100::-moz-placeholder{
  color: rgb(69 10 10 / 1);
}

.placeholder-red-950\/100::placeholder{
  color: rgb(69 10 10 / 1);
}

.placeholder-red-950\/20::-moz-placeholder{
  color: rgb(69 10 10 / 0.2);
}

.placeholder-red-950\/20::placeholder{
  color: rgb(69 10 10 / 0.2);
}

.placeholder-red-950\/25::-moz-placeholder{
  color: rgb(69 10 10 / 0.25);
}

.placeholder-red-950\/25::placeholder{
  color: rgb(69 10 10 / 0.25);
}

.placeholder-red-950\/30::-moz-placeholder{
  color: rgb(69 10 10 / 0.3);
}

.placeholder-red-950\/30::placeholder{
  color: rgb(69 10 10 / 0.3);
}

.placeholder-red-950\/40::-moz-placeholder{
  color: rgb(69 10 10 / 0.4);
}

.placeholder-red-950\/40::placeholder{
  color: rgb(69 10 10 / 0.4);
}

.placeholder-red-950\/5::-moz-placeholder{
  color: rgb(69 10 10 / 0.05);
}

.placeholder-red-950\/5::placeholder{
  color: rgb(69 10 10 / 0.05);
}

.placeholder-red-950\/50::-moz-placeholder{
  color: rgb(69 10 10 / 0.5);
}

.placeholder-red-950\/50::placeholder{
  color: rgb(69 10 10 / 0.5);
}

.placeholder-red-950\/60::-moz-placeholder{
  color: rgb(69 10 10 / 0.6);
}

.placeholder-red-950\/60::placeholder{
  color: rgb(69 10 10 / 0.6);
}

.placeholder-red-950\/70::-moz-placeholder{
  color: rgb(69 10 10 / 0.7);
}

.placeholder-red-950\/70::placeholder{
  color: rgb(69 10 10 / 0.7);
}

.placeholder-red-950\/75::-moz-placeholder{
  color: rgb(69 10 10 / 0.75);
}

.placeholder-red-950\/75::placeholder{
  color: rgb(69 10 10 / 0.75);
}

.placeholder-red-950\/80::-moz-placeholder{
  color: rgb(69 10 10 / 0.8);
}

.placeholder-red-950\/80::placeholder{
  color: rgb(69 10 10 / 0.8);
}

.placeholder-red-950\/90::-moz-placeholder{
  color: rgb(69 10 10 / 0.9);
}

.placeholder-red-950\/90::placeholder{
  color: rgb(69 10 10 / 0.9);
}

.placeholder-red-950\/95::-moz-placeholder{
  color: rgb(69 10 10 / 0.95);
}

.placeholder-red-950\/95::placeholder{
  color: rgb(69 10 10 / 0.95);
}

.placeholder-rose-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 228 230 / var(--tw-placeholder-opacity));
}

.placeholder-rose-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 228 230 / var(--tw-placeholder-opacity));
}

.placeholder-rose-100\/0::-moz-placeholder{
  color: rgb(255 228 230 / 0);
}

.placeholder-rose-100\/0::placeholder{
  color: rgb(255 228 230 / 0);
}

.placeholder-rose-100\/10::-moz-placeholder{
  color: rgb(255 228 230 / 0.1);
}

.placeholder-rose-100\/10::placeholder{
  color: rgb(255 228 230 / 0.1);
}

.placeholder-rose-100\/100::-moz-placeholder{
  color: rgb(255 228 230 / 1);
}

.placeholder-rose-100\/100::placeholder{
  color: rgb(255 228 230 / 1);
}

.placeholder-rose-100\/20::-moz-placeholder{
  color: rgb(255 228 230 / 0.2);
}

.placeholder-rose-100\/20::placeholder{
  color: rgb(255 228 230 / 0.2);
}

.placeholder-rose-100\/25::-moz-placeholder{
  color: rgb(255 228 230 / 0.25);
}

.placeholder-rose-100\/25::placeholder{
  color: rgb(255 228 230 / 0.25);
}

.placeholder-rose-100\/30::-moz-placeholder{
  color: rgb(255 228 230 / 0.3);
}

.placeholder-rose-100\/30::placeholder{
  color: rgb(255 228 230 / 0.3);
}

.placeholder-rose-100\/40::-moz-placeholder{
  color: rgb(255 228 230 / 0.4);
}

.placeholder-rose-100\/40::placeholder{
  color: rgb(255 228 230 / 0.4);
}

.placeholder-rose-100\/5::-moz-placeholder{
  color: rgb(255 228 230 / 0.05);
}

.placeholder-rose-100\/5::placeholder{
  color: rgb(255 228 230 / 0.05);
}

.placeholder-rose-100\/50::-moz-placeholder{
  color: rgb(255 228 230 / 0.5);
}

.placeholder-rose-100\/50::placeholder{
  color: rgb(255 228 230 / 0.5);
}

.placeholder-rose-100\/60::-moz-placeholder{
  color: rgb(255 228 230 / 0.6);
}

.placeholder-rose-100\/60::placeholder{
  color: rgb(255 228 230 / 0.6);
}

.placeholder-rose-100\/70::-moz-placeholder{
  color: rgb(255 228 230 / 0.7);
}

.placeholder-rose-100\/70::placeholder{
  color: rgb(255 228 230 / 0.7);
}

.placeholder-rose-100\/75::-moz-placeholder{
  color: rgb(255 228 230 / 0.75);
}

.placeholder-rose-100\/75::placeholder{
  color: rgb(255 228 230 / 0.75);
}

.placeholder-rose-100\/80::-moz-placeholder{
  color: rgb(255 228 230 / 0.8);
}

.placeholder-rose-100\/80::placeholder{
  color: rgb(255 228 230 / 0.8);
}

.placeholder-rose-100\/90::-moz-placeholder{
  color: rgb(255 228 230 / 0.9);
}

.placeholder-rose-100\/90::placeholder{
  color: rgb(255 228 230 / 0.9);
}

.placeholder-rose-100\/95::-moz-placeholder{
  color: rgb(255 228 230 / 0.95);
}

.placeholder-rose-100\/95::placeholder{
  color: rgb(255 228 230 / 0.95);
}

.placeholder-rose-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity));
}

.placeholder-rose-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity));
}

.placeholder-rose-200\/0::-moz-placeholder{
  color: rgb(254 205 211 / 0);
}

.placeholder-rose-200\/0::placeholder{
  color: rgb(254 205 211 / 0);
}

.placeholder-rose-200\/10::-moz-placeholder{
  color: rgb(254 205 211 / 0.1);
}

.placeholder-rose-200\/10::placeholder{
  color: rgb(254 205 211 / 0.1);
}

.placeholder-rose-200\/100::-moz-placeholder{
  color: rgb(254 205 211 / 1);
}

.placeholder-rose-200\/100::placeholder{
  color: rgb(254 205 211 / 1);
}

.placeholder-rose-200\/20::-moz-placeholder{
  color: rgb(254 205 211 / 0.2);
}

.placeholder-rose-200\/20::placeholder{
  color: rgb(254 205 211 / 0.2);
}

.placeholder-rose-200\/25::-moz-placeholder{
  color: rgb(254 205 211 / 0.25);
}

.placeholder-rose-200\/25::placeholder{
  color: rgb(254 205 211 / 0.25);
}

.placeholder-rose-200\/30::-moz-placeholder{
  color: rgb(254 205 211 / 0.3);
}

.placeholder-rose-200\/30::placeholder{
  color: rgb(254 205 211 / 0.3);
}

.placeholder-rose-200\/40::-moz-placeholder{
  color: rgb(254 205 211 / 0.4);
}

.placeholder-rose-200\/40::placeholder{
  color: rgb(254 205 211 / 0.4);
}

.placeholder-rose-200\/5::-moz-placeholder{
  color: rgb(254 205 211 / 0.05);
}

.placeholder-rose-200\/5::placeholder{
  color: rgb(254 205 211 / 0.05);
}

.placeholder-rose-200\/50::-moz-placeholder{
  color: rgb(254 205 211 / 0.5);
}

.placeholder-rose-200\/50::placeholder{
  color: rgb(254 205 211 / 0.5);
}

.placeholder-rose-200\/60::-moz-placeholder{
  color: rgb(254 205 211 / 0.6);
}

.placeholder-rose-200\/60::placeholder{
  color: rgb(254 205 211 / 0.6);
}

.placeholder-rose-200\/70::-moz-placeholder{
  color: rgb(254 205 211 / 0.7);
}

.placeholder-rose-200\/70::placeholder{
  color: rgb(254 205 211 / 0.7);
}

.placeholder-rose-200\/75::-moz-placeholder{
  color: rgb(254 205 211 / 0.75);
}

.placeholder-rose-200\/75::placeholder{
  color: rgb(254 205 211 / 0.75);
}

.placeholder-rose-200\/80::-moz-placeholder{
  color: rgb(254 205 211 / 0.8);
}

.placeholder-rose-200\/80::placeholder{
  color: rgb(254 205 211 / 0.8);
}

.placeholder-rose-200\/90::-moz-placeholder{
  color: rgb(254 205 211 / 0.9);
}

.placeholder-rose-200\/90::placeholder{
  color: rgb(254 205 211 / 0.9);
}

.placeholder-rose-200\/95::-moz-placeholder{
  color: rgb(254 205 211 / 0.95);
}

.placeholder-rose-200\/95::placeholder{
  color: rgb(254 205 211 / 0.95);
}

.placeholder-rose-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity));
}

.placeholder-rose-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity));
}

.placeholder-rose-300\/0::-moz-placeholder{
  color: rgb(253 164 175 / 0);
}

.placeholder-rose-300\/0::placeholder{
  color: rgb(253 164 175 / 0);
}

.placeholder-rose-300\/10::-moz-placeholder{
  color: rgb(253 164 175 / 0.1);
}

.placeholder-rose-300\/10::placeholder{
  color: rgb(253 164 175 / 0.1);
}

.placeholder-rose-300\/100::-moz-placeholder{
  color: rgb(253 164 175 / 1);
}

.placeholder-rose-300\/100::placeholder{
  color: rgb(253 164 175 / 1);
}

.placeholder-rose-300\/20::-moz-placeholder{
  color: rgb(253 164 175 / 0.2);
}

.placeholder-rose-300\/20::placeholder{
  color: rgb(253 164 175 / 0.2);
}

.placeholder-rose-300\/25::-moz-placeholder{
  color: rgb(253 164 175 / 0.25);
}

.placeholder-rose-300\/25::placeholder{
  color: rgb(253 164 175 / 0.25);
}

.placeholder-rose-300\/30::-moz-placeholder{
  color: rgb(253 164 175 / 0.3);
}

.placeholder-rose-300\/30::placeholder{
  color: rgb(253 164 175 / 0.3);
}

.placeholder-rose-300\/40::-moz-placeholder{
  color: rgb(253 164 175 / 0.4);
}

.placeholder-rose-300\/40::placeholder{
  color: rgb(253 164 175 / 0.4);
}

.placeholder-rose-300\/5::-moz-placeholder{
  color: rgb(253 164 175 / 0.05);
}

.placeholder-rose-300\/5::placeholder{
  color: rgb(253 164 175 / 0.05);
}

.placeholder-rose-300\/50::-moz-placeholder{
  color: rgb(253 164 175 / 0.5);
}

.placeholder-rose-300\/50::placeholder{
  color: rgb(253 164 175 / 0.5);
}

.placeholder-rose-300\/60::-moz-placeholder{
  color: rgb(253 164 175 / 0.6);
}

.placeholder-rose-300\/60::placeholder{
  color: rgb(253 164 175 / 0.6);
}

.placeholder-rose-300\/70::-moz-placeholder{
  color: rgb(253 164 175 / 0.7);
}

.placeholder-rose-300\/70::placeholder{
  color: rgb(253 164 175 / 0.7);
}

.placeholder-rose-300\/75::-moz-placeholder{
  color: rgb(253 164 175 / 0.75);
}

.placeholder-rose-300\/75::placeholder{
  color: rgb(253 164 175 / 0.75);
}

.placeholder-rose-300\/80::-moz-placeholder{
  color: rgb(253 164 175 / 0.8);
}

.placeholder-rose-300\/80::placeholder{
  color: rgb(253 164 175 / 0.8);
}

.placeholder-rose-300\/90::-moz-placeholder{
  color: rgb(253 164 175 / 0.9);
}

.placeholder-rose-300\/90::placeholder{
  color: rgb(253 164 175 / 0.9);
}

.placeholder-rose-300\/95::-moz-placeholder{
  color: rgb(253 164 175 / 0.95);
}

.placeholder-rose-300\/95::placeholder{
  color: rgb(253 164 175 / 0.95);
}

.placeholder-rose-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity));
}

.placeholder-rose-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity));
}

.placeholder-rose-400\/0::-moz-placeholder{
  color: rgb(251 113 133 / 0);
}

.placeholder-rose-400\/0::placeholder{
  color: rgb(251 113 133 / 0);
}

.placeholder-rose-400\/10::-moz-placeholder{
  color: rgb(251 113 133 / 0.1);
}

.placeholder-rose-400\/10::placeholder{
  color: rgb(251 113 133 / 0.1);
}

.placeholder-rose-400\/100::-moz-placeholder{
  color: rgb(251 113 133 / 1);
}

.placeholder-rose-400\/100::placeholder{
  color: rgb(251 113 133 / 1);
}

.placeholder-rose-400\/20::-moz-placeholder{
  color: rgb(251 113 133 / 0.2);
}

.placeholder-rose-400\/20::placeholder{
  color: rgb(251 113 133 / 0.2);
}

.placeholder-rose-400\/25::-moz-placeholder{
  color: rgb(251 113 133 / 0.25);
}

.placeholder-rose-400\/25::placeholder{
  color: rgb(251 113 133 / 0.25);
}

.placeholder-rose-400\/30::-moz-placeholder{
  color: rgb(251 113 133 / 0.3);
}

.placeholder-rose-400\/30::placeholder{
  color: rgb(251 113 133 / 0.3);
}

.placeholder-rose-400\/40::-moz-placeholder{
  color: rgb(251 113 133 / 0.4);
}

.placeholder-rose-400\/40::placeholder{
  color: rgb(251 113 133 / 0.4);
}

.placeholder-rose-400\/5::-moz-placeholder{
  color: rgb(251 113 133 / 0.05);
}

.placeholder-rose-400\/5::placeholder{
  color: rgb(251 113 133 / 0.05);
}

.placeholder-rose-400\/50::-moz-placeholder{
  color: rgb(251 113 133 / 0.5);
}

.placeholder-rose-400\/50::placeholder{
  color: rgb(251 113 133 / 0.5);
}

.placeholder-rose-400\/60::-moz-placeholder{
  color: rgb(251 113 133 / 0.6);
}

.placeholder-rose-400\/60::placeholder{
  color: rgb(251 113 133 / 0.6);
}

.placeholder-rose-400\/70::-moz-placeholder{
  color: rgb(251 113 133 / 0.7);
}

.placeholder-rose-400\/70::placeholder{
  color: rgb(251 113 133 / 0.7);
}

.placeholder-rose-400\/75::-moz-placeholder{
  color: rgb(251 113 133 / 0.75);
}

.placeholder-rose-400\/75::placeholder{
  color: rgb(251 113 133 / 0.75);
}

.placeholder-rose-400\/80::-moz-placeholder{
  color: rgb(251 113 133 / 0.8);
}

.placeholder-rose-400\/80::placeholder{
  color: rgb(251 113 133 / 0.8);
}

.placeholder-rose-400\/90::-moz-placeholder{
  color: rgb(251 113 133 / 0.9);
}

.placeholder-rose-400\/90::placeholder{
  color: rgb(251 113 133 / 0.9);
}

.placeholder-rose-400\/95::-moz-placeholder{
  color: rgb(251 113 133 / 0.95);
}

.placeholder-rose-400\/95::placeholder{
  color: rgb(251 113 133 / 0.95);
}

.placeholder-rose-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity));
}

.placeholder-rose-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity));
}

.placeholder-rose-50\/0::-moz-placeholder{
  color: rgb(255 241 242 / 0);
}

.placeholder-rose-50\/0::placeholder{
  color: rgb(255 241 242 / 0);
}

.placeholder-rose-50\/10::-moz-placeholder{
  color: rgb(255 241 242 / 0.1);
}

.placeholder-rose-50\/10::placeholder{
  color: rgb(255 241 242 / 0.1);
}

.placeholder-rose-50\/100::-moz-placeholder{
  color: rgb(255 241 242 / 1);
}

.placeholder-rose-50\/100::placeholder{
  color: rgb(255 241 242 / 1);
}

.placeholder-rose-50\/20::-moz-placeholder{
  color: rgb(255 241 242 / 0.2);
}

.placeholder-rose-50\/20::placeholder{
  color: rgb(255 241 242 / 0.2);
}

.placeholder-rose-50\/25::-moz-placeholder{
  color: rgb(255 241 242 / 0.25);
}

.placeholder-rose-50\/25::placeholder{
  color: rgb(255 241 242 / 0.25);
}

.placeholder-rose-50\/30::-moz-placeholder{
  color: rgb(255 241 242 / 0.3);
}

.placeholder-rose-50\/30::placeholder{
  color: rgb(255 241 242 / 0.3);
}

.placeholder-rose-50\/40::-moz-placeholder{
  color: rgb(255 241 242 / 0.4);
}

.placeholder-rose-50\/40::placeholder{
  color: rgb(255 241 242 / 0.4);
}

.placeholder-rose-50\/5::-moz-placeholder{
  color: rgb(255 241 242 / 0.05);
}

.placeholder-rose-50\/5::placeholder{
  color: rgb(255 241 242 / 0.05);
}

.placeholder-rose-50\/50::-moz-placeholder{
  color: rgb(255 241 242 / 0.5);
}

.placeholder-rose-50\/50::placeholder{
  color: rgb(255 241 242 / 0.5);
}

.placeholder-rose-50\/60::-moz-placeholder{
  color: rgb(255 241 242 / 0.6);
}

.placeholder-rose-50\/60::placeholder{
  color: rgb(255 241 242 / 0.6);
}

.placeholder-rose-50\/70::-moz-placeholder{
  color: rgb(255 241 242 / 0.7);
}

.placeholder-rose-50\/70::placeholder{
  color: rgb(255 241 242 / 0.7);
}

.placeholder-rose-50\/75::-moz-placeholder{
  color: rgb(255 241 242 / 0.75);
}

.placeholder-rose-50\/75::placeholder{
  color: rgb(255 241 242 / 0.75);
}

.placeholder-rose-50\/80::-moz-placeholder{
  color: rgb(255 241 242 / 0.8);
}

.placeholder-rose-50\/80::placeholder{
  color: rgb(255 241 242 / 0.8);
}

.placeholder-rose-50\/90::-moz-placeholder{
  color: rgb(255 241 242 / 0.9);
}

.placeholder-rose-50\/90::placeholder{
  color: rgb(255 241 242 / 0.9);
}

.placeholder-rose-50\/95::-moz-placeholder{
  color: rgb(255 241 242 / 0.95);
}

.placeholder-rose-50\/95::placeholder{
  color: rgb(255 241 242 / 0.95);
}

.placeholder-rose-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity));
}

.placeholder-rose-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity));
}

.placeholder-rose-500\/0::-moz-placeholder{
  color: rgb(244 63 94 / 0);
}

.placeholder-rose-500\/0::placeholder{
  color: rgb(244 63 94 / 0);
}

.placeholder-rose-500\/10::-moz-placeholder{
  color: rgb(244 63 94 / 0.1);
}

.placeholder-rose-500\/10::placeholder{
  color: rgb(244 63 94 / 0.1);
}

.placeholder-rose-500\/100::-moz-placeholder{
  color: rgb(244 63 94 / 1);
}

.placeholder-rose-500\/100::placeholder{
  color: rgb(244 63 94 / 1);
}

.placeholder-rose-500\/20::-moz-placeholder{
  color: rgb(244 63 94 / 0.2);
}

.placeholder-rose-500\/20::placeholder{
  color: rgb(244 63 94 / 0.2);
}

.placeholder-rose-500\/25::-moz-placeholder{
  color: rgb(244 63 94 / 0.25);
}

.placeholder-rose-500\/25::placeholder{
  color: rgb(244 63 94 / 0.25);
}

.placeholder-rose-500\/30::-moz-placeholder{
  color: rgb(244 63 94 / 0.3);
}

.placeholder-rose-500\/30::placeholder{
  color: rgb(244 63 94 / 0.3);
}

.placeholder-rose-500\/40::-moz-placeholder{
  color: rgb(244 63 94 / 0.4);
}

.placeholder-rose-500\/40::placeholder{
  color: rgb(244 63 94 / 0.4);
}

.placeholder-rose-500\/5::-moz-placeholder{
  color: rgb(244 63 94 / 0.05);
}

.placeholder-rose-500\/5::placeholder{
  color: rgb(244 63 94 / 0.05);
}

.placeholder-rose-500\/50::-moz-placeholder{
  color: rgb(244 63 94 / 0.5);
}

.placeholder-rose-500\/50::placeholder{
  color: rgb(244 63 94 / 0.5);
}

.placeholder-rose-500\/60::-moz-placeholder{
  color: rgb(244 63 94 / 0.6);
}

.placeholder-rose-500\/60::placeholder{
  color: rgb(244 63 94 / 0.6);
}

.placeholder-rose-500\/70::-moz-placeholder{
  color: rgb(244 63 94 / 0.7);
}

.placeholder-rose-500\/70::placeholder{
  color: rgb(244 63 94 / 0.7);
}

.placeholder-rose-500\/75::-moz-placeholder{
  color: rgb(244 63 94 / 0.75);
}

.placeholder-rose-500\/75::placeholder{
  color: rgb(244 63 94 / 0.75);
}

.placeholder-rose-500\/80::-moz-placeholder{
  color: rgb(244 63 94 / 0.8);
}

.placeholder-rose-500\/80::placeholder{
  color: rgb(244 63 94 / 0.8);
}

.placeholder-rose-500\/90::-moz-placeholder{
  color: rgb(244 63 94 / 0.9);
}

.placeholder-rose-500\/90::placeholder{
  color: rgb(244 63 94 / 0.9);
}

.placeholder-rose-500\/95::-moz-placeholder{
  color: rgb(244 63 94 / 0.95);
}

.placeholder-rose-500\/95::placeholder{
  color: rgb(244 63 94 / 0.95);
}

.placeholder-rose-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity));
}

.placeholder-rose-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity));
}

.placeholder-rose-600\/0::-moz-placeholder{
  color: rgb(225 29 72 / 0);
}

.placeholder-rose-600\/0::placeholder{
  color: rgb(225 29 72 / 0);
}

.placeholder-rose-600\/10::-moz-placeholder{
  color: rgb(225 29 72 / 0.1);
}

.placeholder-rose-600\/10::placeholder{
  color: rgb(225 29 72 / 0.1);
}

.placeholder-rose-600\/100::-moz-placeholder{
  color: rgb(225 29 72 / 1);
}

.placeholder-rose-600\/100::placeholder{
  color: rgb(225 29 72 / 1);
}

.placeholder-rose-600\/20::-moz-placeholder{
  color: rgb(225 29 72 / 0.2);
}

.placeholder-rose-600\/20::placeholder{
  color: rgb(225 29 72 / 0.2);
}

.placeholder-rose-600\/25::-moz-placeholder{
  color: rgb(225 29 72 / 0.25);
}

.placeholder-rose-600\/25::placeholder{
  color: rgb(225 29 72 / 0.25);
}

.placeholder-rose-600\/30::-moz-placeholder{
  color: rgb(225 29 72 / 0.3);
}

.placeholder-rose-600\/30::placeholder{
  color: rgb(225 29 72 / 0.3);
}

.placeholder-rose-600\/40::-moz-placeholder{
  color: rgb(225 29 72 / 0.4);
}

.placeholder-rose-600\/40::placeholder{
  color: rgb(225 29 72 / 0.4);
}

.placeholder-rose-600\/5::-moz-placeholder{
  color: rgb(225 29 72 / 0.05);
}

.placeholder-rose-600\/5::placeholder{
  color: rgb(225 29 72 / 0.05);
}

.placeholder-rose-600\/50::-moz-placeholder{
  color: rgb(225 29 72 / 0.5);
}

.placeholder-rose-600\/50::placeholder{
  color: rgb(225 29 72 / 0.5);
}

.placeholder-rose-600\/60::-moz-placeholder{
  color: rgb(225 29 72 / 0.6);
}

.placeholder-rose-600\/60::placeholder{
  color: rgb(225 29 72 / 0.6);
}

.placeholder-rose-600\/70::-moz-placeholder{
  color: rgb(225 29 72 / 0.7);
}

.placeholder-rose-600\/70::placeholder{
  color: rgb(225 29 72 / 0.7);
}

.placeholder-rose-600\/75::-moz-placeholder{
  color: rgb(225 29 72 / 0.75);
}

.placeholder-rose-600\/75::placeholder{
  color: rgb(225 29 72 / 0.75);
}

.placeholder-rose-600\/80::-moz-placeholder{
  color: rgb(225 29 72 / 0.8);
}

.placeholder-rose-600\/80::placeholder{
  color: rgb(225 29 72 / 0.8);
}

.placeholder-rose-600\/90::-moz-placeholder{
  color: rgb(225 29 72 / 0.9);
}

.placeholder-rose-600\/90::placeholder{
  color: rgb(225 29 72 / 0.9);
}

.placeholder-rose-600\/95::-moz-placeholder{
  color: rgb(225 29 72 / 0.95);
}

.placeholder-rose-600\/95::placeholder{
  color: rgb(225 29 72 / 0.95);
}

.placeholder-rose-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity));
}

.placeholder-rose-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity));
}

.placeholder-rose-700\/0::-moz-placeholder{
  color: rgb(190 18 60 / 0);
}

.placeholder-rose-700\/0::placeholder{
  color: rgb(190 18 60 / 0);
}

.placeholder-rose-700\/10::-moz-placeholder{
  color: rgb(190 18 60 / 0.1);
}

.placeholder-rose-700\/10::placeholder{
  color: rgb(190 18 60 / 0.1);
}

.placeholder-rose-700\/100::-moz-placeholder{
  color: rgb(190 18 60 / 1);
}

.placeholder-rose-700\/100::placeholder{
  color: rgb(190 18 60 / 1);
}

.placeholder-rose-700\/20::-moz-placeholder{
  color: rgb(190 18 60 / 0.2);
}

.placeholder-rose-700\/20::placeholder{
  color: rgb(190 18 60 / 0.2);
}

.placeholder-rose-700\/25::-moz-placeholder{
  color: rgb(190 18 60 / 0.25);
}

.placeholder-rose-700\/25::placeholder{
  color: rgb(190 18 60 / 0.25);
}

.placeholder-rose-700\/30::-moz-placeholder{
  color: rgb(190 18 60 / 0.3);
}

.placeholder-rose-700\/30::placeholder{
  color: rgb(190 18 60 / 0.3);
}

.placeholder-rose-700\/40::-moz-placeholder{
  color: rgb(190 18 60 / 0.4);
}

.placeholder-rose-700\/40::placeholder{
  color: rgb(190 18 60 / 0.4);
}

.placeholder-rose-700\/5::-moz-placeholder{
  color: rgb(190 18 60 / 0.05);
}

.placeholder-rose-700\/5::placeholder{
  color: rgb(190 18 60 / 0.05);
}

.placeholder-rose-700\/50::-moz-placeholder{
  color: rgb(190 18 60 / 0.5);
}

.placeholder-rose-700\/50::placeholder{
  color: rgb(190 18 60 / 0.5);
}

.placeholder-rose-700\/60::-moz-placeholder{
  color: rgb(190 18 60 / 0.6);
}

.placeholder-rose-700\/60::placeholder{
  color: rgb(190 18 60 / 0.6);
}

.placeholder-rose-700\/70::-moz-placeholder{
  color: rgb(190 18 60 / 0.7);
}

.placeholder-rose-700\/70::placeholder{
  color: rgb(190 18 60 / 0.7);
}

.placeholder-rose-700\/75::-moz-placeholder{
  color: rgb(190 18 60 / 0.75);
}

.placeholder-rose-700\/75::placeholder{
  color: rgb(190 18 60 / 0.75);
}

.placeholder-rose-700\/80::-moz-placeholder{
  color: rgb(190 18 60 / 0.8);
}

.placeholder-rose-700\/80::placeholder{
  color: rgb(190 18 60 / 0.8);
}

.placeholder-rose-700\/90::-moz-placeholder{
  color: rgb(190 18 60 / 0.9);
}

.placeholder-rose-700\/90::placeholder{
  color: rgb(190 18 60 / 0.9);
}

.placeholder-rose-700\/95::-moz-placeholder{
  color: rgb(190 18 60 / 0.95);
}

.placeholder-rose-700\/95::placeholder{
  color: rgb(190 18 60 / 0.95);
}

.placeholder-rose-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity));
}

.placeholder-rose-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity));
}

.placeholder-rose-800\/0::-moz-placeholder{
  color: rgb(159 18 57 / 0);
}

.placeholder-rose-800\/0::placeholder{
  color: rgb(159 18 57 / 0);
}

.placeholder-rose-800\/10::-moz-placeholder{
  color: rgb(159 18 57 / 0.1);
}

.placeholder-rose-800\/10::placeholder{
  color: rgb(159 18 57 / 0.1);
}

.placeholder-rose-800\/100::-moz-placeholder{
  color: rgb(159 18 57 / 1);
}

.placeholder-rose-800\/100::placeholder{
  color: rgb(159 18 57 / 1);
}

.placeholder-rose-800\/20::-moz-placeholder{
  color: rgb(159 18 57 / 0.2);
}

.placeholder-rose-800\/20::placeholder{
  color: rgb(159 18 57 / 0.2);
}

.placeholder-rose-800\/25::-moz-placeholder{
  color: rgb(159 18 57 / 0.25);
}

.placeholder-rose-800\/25::placeholder{
  color: rgb(159 18 57 / 0.25);
}

.placeholder-rose-800\/30::-moz-placeholder{
  color: rgb(159 18 57 / 0.3);
}

.placeholder-rose-800\/30::placeholder{
  color: rgb(159 18 57 / 0.3);
}

.placeholder-rose-800\/40::-moz-placeholder{
  color: rgb(159 18 57 / 0.4);
}

.placeholder-rose-800\/40::placeholder{
  color: rgb(159 18 57 / 0.4);
}

.placeholder-rose-800\/5::-moz-placeholder{
  color: rgb(159 18 57 / 0.05);
}

.placeholder-rose-800\/5::placeholder{
  color: rgb(159 18 57 / 0.05);
}

.placeholder-rose-800\/50::-moz-placeholder{
  color: rgb(159 18 57 / 0.5);
}

.placeholder-rose-800\/50::placeholder{
  color: rgb(159 18 57 / 0.5);
}

.placeholder-rose-800\/60::-moz-placeholder{
  color: rgb(159 18 57 / 0.6);
}

.placeholder-rose-800\/60::placeholder{
  color: rgb(159 18 57 / 0.6);
}

.placeholder-rose-800\/70::-moz-placeholder{
  color: rgb(159 18 57 / 0.7);
}

.placeholder-rose-800\/70::placeholder{
  color: rgb(159 18 57 / 0.7);
}

.placeholder-rose-800\/75::-moz-placeholder{
  color: rgb(159 18 57 / 0.75);
}

.placeholder-rose-800\/75::placeholder{
  color: rgb(159 18 57 / 0.75);
}

.placeholder-rose-800\/80::-moz-placeholder{
  color: rgb(159 18 57 / 0.8);
}

.placeholder-rose-800\/80::placeholder{
  color: rgb(159 18 57 / 0.8);
}

.placeholder-rose-800\/90::-moz-placeholder{
  color: rgb(159 18 57 / 0.9);
}

.placeholder-rose-800\/90::placeholder{
  color: rgb(159 18 57 / 0.9);
}

.placeholder-rose-800\/95::-moz-placeholder{
  color: rgb(159 18 57 / 0.95);
}

.placeholder-rose-800\/95::placeholder{
  color: rgb(159 18 57 / 0.95);
}

.placeholder-rose-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity));
}

.placeholder-rose-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity));
}

.placeholder-rose-900\/0::-moz-placeholder{
  color: rgb(136 19 55 / 0);
}

.placeholder-rose-900\/0::placeholder{
  color: rgb(136 19 55 / 0);
}

.placeholder-rose-900\/10::-moz-placeholder{
  color: rgb(136 19 55 / 0.1);
}

.placeholder-rose-900\/10::placeholder{
  color: rgb(136 19 55 / 0.1);
}

.placeholder-rose-900\/100::-moz-placeholder{
  color: rgb(136 19 55 / 1);
}

.placeholder-rose-900\/100::placeholder{
  color: rgb(136 19 55 / 1);
}

.placeholder-rose-900\/20::-moz-placeholder{
  color: rgb(136 19 55 / 0.2);
}

.placeholder-rose-900\/20::placeholder{
  color: rgb(136 19 55 / 0.2);
}

.placeholder-rose-900\/25::-moz-placeholder{
  color: rgb(136 19 55 / 0.25);
}

.placeholder-rose-900\/25::placeholder{
  color: rgb(136 19 55 / 0.25);
}

.placeholder-rose-900\/30::-moz-placeholder{
  color: rgb(136 19 55 / 0.3);
}

.placeholder-rose-900\/30::placeholder{
  color: rgb(136 19 55 / 0.3);
}

.placeholder-rose-900\/40::-moz-placeholder{
  color: rgb(136 19 55 / 0.4);
}

.placeholder-rose-900\/40::placeholder{
  color: rgb(136 19 55 / 0.4);
}

.placeholder-rose-900\/5::-moz-placeholder{
  color: rgb(136 19 55 / 0.05);
}

.placeholder-rose-900\/5::placeholder{
  color: rgb(136 19 55 / 0.05);
}

.placeholder-rose-900\/50::-moz-placeholder{
  color: rgb(136 19 55 / 0.5);
}

.placeholder-rose-900\/50::placeholder{
  color: rgb(136 19 55 / 0.5);
}

.placeholder-rose-900\/60::-moz-placeholder{
  color: rgb(136 19 55 / 0.6);
}

.placeholder-rose-900\/60::placeholder{
  color: rgb(136 19 55 / 0.6);
}

.placeholder-rose-900\/70::-moz-placeholder{
  color: rgb(136 19 55 / 0.7);
}

.placeholder-rose-900\/70::placeholder{
  color: rgb(136 19 55 / 0.7);
}

.placeholder-rose-900\/75::-moz-placeholder{
  color: rgb(136 19 55 / 0.75);
}

.placeholder-rose-900\/75::placeholder{
  color: rgb(136 19 55 / 0.75);
}

.placeholder-rose-900\/80::-moz-placeholder{
  color: rgb(136 19 55 / 0.8);
}

.placeholder-rose-900\/80::placeholder{
  color: rgb(136 19 55 / 0.8);
}

.placeholder-rose-900\/90::-moz-placeholder{
  color: rgb(136 19 55 / 0.9);
}

.placeholder-rose-900\/90::placeholder{
  color: rgb(136 19 55 / 0.9);
}

.placeholder-rose-900\/95::-moz-placeholder{
  color: rgb(136 19 55 / 0.95);
}

.placeholder-rose-900\/95::placeholder{
  color: rgb(136 19 55 / 0.95);
}

.placeholder-rose-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity));
}

.placeholder-rose-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity));
}

.placeholder-rose-950\/0::-moz-placeholder{
  color: rgb(76 5 25 / 0);
}

.placeholder-rose-950\/0::placeholder{
  color: rgb(76 5 25 / 0);
}

.placeholder-rose-950\/10::-moz-placeholder{
  color: rgb(76 5 25 / 0.1);
}

.placeholder-rose-950\/10::placeholder{
  color: rgb(76 5 25 / 0.1);
}

.placeholder-rose-950\/100::-moz-placeholder{
  color: rgb(76 5 25 / 1);
}

.placeholder-rose-950\/100::placeholder{
  color: rgb(76 5 25 / 1);
}

.placeholder-rose-950\/20::-moz-placeholder{
  color: rgb(76 5 25 / 0.2);
}

.placeholder-rose-950\/20::placeholder{
  color: rgb(76 5 25 / 0.2);
}

.placeholder-rose-950\/25::-moz-placeholder{
  color: rgb(76 5 25 / 0.25);
}

.placeholder-rose-950\/25::placeholder{
  color: rgb(76 5 25 / 0.25);
}

.placeholder-rose-950\/30::-moz-placeholder{
  color: rgb(76 5 25 / 0.3);
}

.placeholder-rose-950\/30::placeholder{
  color: rgb(76 5 25 / 0.3);
}

.placeholder-rose-950\/40::-moz-placeholder{
  color: rgb(76 5 25 / 0.4);
}

.placeholder-rose-950\/40::placeholder{
  color: rgb(76 5 25 / 0.4);
}

.placeholder-rose-950\/5::-moz-placeholder{
  color: rgb(76 5 25 / 0.05);
}

.placeholder-rose-950\/5::placeholder{
  color: rgb(76 5 25 / 0.05);
}

.placeholder-rose-950\/50::-moz-placeholder{
  color: rgb(76 5 25 / 0.5);
}

.placeholder-rose-950\/50::placeholder{
  color: rgb(76 5 25 / 0.5);
}

.placeholder-rose-950\/60::-moz-placeholder{
  color: rgb(76 5 25 / 0.6);
}

.placeholder-rose-950\/60::placeholder{
  color: rgb(76 5 25 / 0.6);
}

.placeholder-rose-950\/70::-moz-placeholder{
  color: rgb(76 5 25 / 0.7);
}

.placeholder-rose-950\/70::placeholder{
  color: rgb(76 5 25 / 0.7);
}

.placeholder-rose-950\/75::-moz-placeholder{
  color: rgb(76 5 25 / 0.75);
}

.placeholder-rose-950\/75::placeholder{
  color: rgb(76 5 25 / 0.75);
}

.placeholder-rose-950\/80::-moz-placeholder{
  color: rgb(76 5 25 / 0.8);
}

.placeholder-rose-950\/80::placeholder{
  color: rgb(76 5 25 / 0.8);
}

.placeholder-rose-950\/90::-moz-placeholder{
  color: rgb(76 5 25 / 0.9);
}

.placeholder-rose-950\/90::placeholder{
  color: rgb(76 5 25 / 0.9);
}

.placeholder-rose-950\/95::-moz-placeholder{
  color: rgb(76 5 25 / 0.95);
}

.placeholder-rose-950\/95::placeholder{
  color: rgb(76 5 25 / 0.95);
}

.placeholder-sky-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity));
}

.placeholder-sky-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity));
}

.placeholder-sky-100\/0::-moz-placeholder{
  color: rgb(224 242 254 / 0);
}

.placeholder-sky-100\/0::placeholder{
  color: rgb(224 242 254 / 0);
}

.placeholder-sky-100\/10::-moz-placeholder{
  color: rgb(224 242 254 / 0.1);
}

.placeholder-sky-100\/10::placeholder{
  color: rgb(224 242 254 / 0.1);
}

.placeholder-sky-100\/100::-moz-placeholder{
  color: rgb(224 242 254 / 1);
}

.placeholder-sky-100\/100::placeholder{
  color: rgb(224 242 254 / 1);
}

.placeholder-sky-100\/20::-moz-placeholder{
  color: rgb(224 242 254 / 0.2);
}

.placeholder-sky-100\/20::placeholder{
  color: rgb(224 242 254 / 0.2);
}

.placeholder-sky-100\/25::-moz-placeholder{
  color: rgb(224 242 254 / 0.25);
}

.placeholder-sky-100\/25::placeholder{
  color: rgb(224 242 254 / 0.25);
}

.placeholder-sky-100\/30::-moz-placeholder{
  color: rgb(224 242 254 / 0.3);
}

.placeholder-sky-100\/30::placeholder{
  color: rgb(224 242 254 / 0.3);
}

.placeholder-sky-100\/40::-moz-placeholder{
  color: rgb(224 242 254 / 0.4);
}

.placeholder-sky-100\/40::placeholder{
  color: rgb(224 242 254 / 0.4);
}

.placeholder-sky-100\/5::-moz-placeholder{
  color: rgb(224 242 254 / 0.05);
}

.placeholder-sky-100\/5::placeholder{
  color: rgb(224 242 254 / 0.05);
}

.placeholder-sky-100\/50::-moz-placeholder{
  color: rgb(224 242 254 / 0.5);
}

.placeholder-sky-100\/50::placeholder{
  color: rgb(224 242 254 / 0.5);
}

.placeholder-sky-100\/60::-moz-placeholder{
  color: rgb(224 242 254 / 0.6);
}

.placeholder-sky-100\/60::placeholder{
  color: rgb(224 242 254 / 0.6);
}

.placeholder-sky-100\/70::-moz-placeholder{
  color: rgb(224 242 254 / 0.7);
}

.placeholder-sky-100\/70::placeholder{
  color: rgb(224 242 254 / 0.7);
}

.placeholder-sky-100\/75::-moz-placeholder{
  color: rgb(224 242 254 / 0.75);
}

.placeholder-sky-100\/75::placeholder{
  color: rgb(224 242 254 / 0.75);
}

.placeholder-sky-100\/80::-moz-placeholder{
  color: rgb(224 242 254 / 0.8);
}

.placeholder-sky-100\/80::placeholder{
  color: rgb(224 242 254 / 0.8);
}

.placeholder-sky-100\/90::-moz-placeholder{
  color: rgb(224 242 254 / 0.9);
}

.placeholder-sky-100\/90::placeholder{
  color: rgb(224 242 254 / 0.9);
}

.placeholder-sky-100\/95::-moz-placeholder{
  color: rgb(224 242 254 / 0.95);
}

.placeholder-sky-100\/95::placeholder{
  color: rgb(224 242 254 / 0.95);
}

.placeholder-sky-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity));
}

.placeholder-sky-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity));
}

.placeholder-sky-200\/0::-moz-placeholder{
  color: rgb(186 230 253 / 0);
}

.placeholder-sky-200\/0::placeholder{
  color: rgb(186 230 253 / 0);
}

.placeholder-sky-200\/10::-moz-placeholder{
  color: rgb(186 230 253 / 0.1);
}

.placeholder-sky-200\/10::placeholder{
  color: rgb(186 230 253 / 0.1);
}

.placeholder-sky-200\/100::-moz-placeholder{
  color: rgb(186 230 253 / 1);
}

.placeholder-sky-200\/100::placeholder{
  color: rgb(186 230 253 / 1);
}

.placeholder-sky-200\/20::-moz-placeholder{
  color: rgb(186 230 253 / 0.2);
}

.placeholder-sky-200\/20::placeholder{
  color: rgb(186 230 253 / 0.2);
}

.placeholder-sky-200\/25::-moz-placeholder{
  color: rgb(186 230 253 / 0.25);
}

.placeholder-sky-200\/25::placeholder{
  color: rgb(186 230 253 / 0.25);
}

.placeholder-sky-200\/30::-moz-placeholder{
  color: rgb(186 230 253 / 0.3);
}

.placeholder-sky-200\/30::placeholder{
  color: rgb(186 230 253 / 0.3);
}

.placeholder-sky-200\/40::-moz-placeholder{
  color: rgb(186 230 253 / 0.4);
}

.placeholder-sky-200\/40::placeholder{
  color: rgb(186 230 253 / 0.4);
}

.placeholder-sky-200\/5::-moz-placeholder{
  color: rgb(186 230 253 / 0.05);
}

.placeholder-sky-200\/5::placeholder{
  color: rgb(186 230 253 / 0.05);
}

.placeholder-sky-200\/50::-moz-placeholder{
  color: rgb(186 230 253 / 0.5);
}

.placeholder-sky-200\/50::placeholder{
  color: rgb(186 230 253 / 0.5);
}

.placeholder-sky-200\/60::-moz-placeholder{
  color: rgb(186 230 253 / 0.6);
}

.placeholder-sky-200\/60::placeholder{
  color: rgb(186 230 253 / 0.6);
}

.placeholder-sky-200\/70::-moz-placeholder{
  color: rgb(186 230 253 / 0.7);
}

.placeholder-sky-200\/70::placeholder{
  color: rgb(186 230 253 / 0.7);
}

.placeholder-sky-200\/75::-moz-placeholder{
  color: rgb(186 230 253 / 0.75);
}

.placeholder-sky-200\/75::placeholder{
  color: rgb(186 230 253 / 0.75);
}

.placeholder-sky-200\/80::-moz-placeholder{
  color: rgb(186 230 253 / 0.8);
}

.placeholder-sky-200\/80::placeholder{
  color: rgb(186 230 253 / 0.8);
}

.placeholder-sky-200\/90::-moz-placeholder{
  color: rgb(186 230 253 / 0.9);
}

.placeholder-sky-200\/90::placeholder{
  color: rgb(186 230 253 / 0.9);
}

.placeholder-sky-200\/95::-moz-placeholder{
  color: rgb(186 230 253 / 0.95);
}

.placeholder-sky-200\/95::placeholder{
  color: rgb(186 230 253 / 0.95);
}

.placeholder-sky-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity));
}

.placeholder-sky-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity));
}

.placeholder-sky-300\/0::-moz-placeholder{
  color: rgb(125 211 252 / 0);
}

.placeholder-sky-300\/0::placeholder{
  color: rgb(125 211 252 / 0);
}

.placeholder-sky-300\/10::-moz-placeholder{
  color: rgb(125 211 252 / 0.1);
}

.placeholder-sky-300\/10::placeholder{
  color: rgb(125 211 252 / 0.1);
}

.placeholder-sky-300\/100::-moz-placeholder{
  color: rgb(125 211 252 / 1);
}

.placeholder-sky-300\/100::placeholder{
  color: rgb(125 211 252 / 1);
}

.placeholder-sky-300\/20::-moz-placeholder{
  color: rgb(125 211 252 / 0.2);
}

.placeholder-sky-300\/20::placeholder{
  color: rgb(125 211 252 / 0.2);
}

.placeholder-sky-300\/25::-moz-placeholder{
  color: rgb(125 211 252 / 0.25);
}

.placeholder-sky-300\/25::placeholder{
  color: rgb(125 211 252 / 0.25);
}

.placeholder-sky-300\/30::-moz-placeholder{
  color: rgb(125 211 252 / 0.3);
}

.placeholder-sky-300\/30::placeholder{
  color: rgb(125 211 252 / 0.3);
}

.placeholder-sky-300\/40::-moz-placeholder{
  color: rgb(125 211 252 / 0.4);
}

.placeholder-sky-300\/40::placeholder{
  color: rgb(125 211 252 / 0.4);
}

.placeholder-sky-300\/5::-moz-placeholder{
  color: rgb(125 211 252 / 0.05);
}

.placeholder-sky-300\/5::placeholder{
  color: rgb(125 211 252 / 0.05);
}

.placeholder-sky-300\/50::-moz-placeholder{
  color: rgb(125 211 252 / 0.5);
}

.placeholder-sky-300\/50::placeholder{
  color: rgb(125 211 252 / 0.5);
}

.placeholder-sky-300\/60::-moz-placeholder{
  color: rgb(125 211 252 / 0.6);
}

.placeholder-sky-300\/60::placeholder{
  color: rgb(125 211 252 / 0.6);
}

.placeholder-sky-300\/70::-moz-placeholder{
  color: rgb(125 211 252 / 0.7);
}

.placeholder-sky-300\/70::placeholder{
  color: rgb(125 211 252 / 0.7);
}

.placeholder-sky-300\/75::-moz-placeholder{
  color: rgb(125 211 252 / 0.75);
}

.placeholder-sky-300\/75::placeholder{
  color: rgb(125 211 252 / 0.75);
}

.placeholder-sky-300\/80::-moz-placeholder{
  color: rgb(125 211 252 / 0.8);
}

.placeholder-sky-300\/80::placeholder{
  color: rgb(125 211 252 / 0.8);
}

.placeholder-sky-300\/90::-moz-placeholder{
  color: rgb(125 211 252 / 0.9);
}

.placeholder-sky-300\/90::placeholder{
  color: rgb(125 211 252 / 0.9);
}

.placeholder-sky-300\/95::-moz-placeholder{
  color: rgb(125 211 252 / 0.95);
}

.placeholder-sky-300\/95::placeholder{
  color: rgb(125 211 252 / 0.95);
}

.placeholder-sky-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity));
}

.placeholder-sky-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity));
}

.placeholder-sky-400\/0::-moz-placeholder{
  color: rgb(56 189 248 / 0);
}

.placeholder-sky-400\/0::placeholder{
  color: rgb(56 189 248 / 0);
}

.placeholder-sky-400\/10::-moz-placeholder{
  color: rgb(56 189 248 / 0.1);
}

.placeholder-sky-400\/10::placeholder{
  color: rgb(56 189 248 / 0.1);
}

.placeholder-sky-400\/100::-moz-placeholder{
  color: rgb(56 189 248 / 1);
}

.placeholder-sky-400\/100::placeholder{
  color: rgb(56 189 248 / 1);
}

.placeholder-sky-400\/20::-moz-placeholder{
  color: rgb(56 189 248 / 0.2);
}

.placeholder-sky-400\/20::placeholder{
  color: rgb(56 189 248 / 0.2);
}

.placeholder-sky-400\/25::-moz-placeholder{
  color: rgb(56 189 248 / 0.25);
}

.placeholder-sky-400\/25::placeholder{
  color: rgb(56 189 248 / 0.25);
}

.placeholder-sky-400\/30::-moz-placeholder{
  color: rgb(56 189 248 / 0.3);
}

.placeholder-sky-400\/30::placeholder{
  color: rgb(56 189 248 / 0.3);
}

.placeholder-sky-400\/40::-moz-placeholder{
  color: rgb(56 189 248 / 0.4);
}

.placeholder-sky-400\/40::placeholder{
  color: rgb(56 189 248 / 0.4);
}

.placeholder-sky-400\/5::-moz-placeholder{
  color: rgb(56 189 248 / 0.05);
}

.placeholder-sky-400\/5::placeholder{
  color: rgb(56 189 248 / 0.05);
}

.placeholder-sky-400\/50::-moz-placeholder{
  color: rgb(56 189 248 / 0.5);
}

.placeholder-sky-400\/50::placeholder{
  color: rgb(56 189 248 / 0.5);
}

.placeholder-sky-400\/60::-moz-placeholder{
  color: rgb(56 189 248 / 0.6);
}

.placeholder-sky-400\/60::placeholder{
  color: rgb(56 189 248 / 0.6);
}

.placeholder-sky-400\/70::-moz-placeholder{
  color: rgb(56 189 248 / 0.7);
}

.placeholder-sky-400\/70::placeholder{
  color: rgb(56 189 248 / 0.7);
}

.placeholder-sky-400\/75::-moz-placeholder{
  color: rgb(56 189 248 / 0.75);
}

.placeholder-sky-400\/75::placeholder{
  color: rgb(56 189 248 / 0.75);
}

.placeholder-sky-400\/80::-moz-placeholder{
  color: rgb(56 189 248 / 0.8);
}

.placeholder-sky-400\/80::placeholder{
  color: rgb(56 189 248 / 0.8);
}

.placeholder-sky-400\/90::-moz-placeholder{
  color: rgb(56 189 248 / 0.9);
}

.placeholder-sky-400\/90::placeholder{
  color: rgb(56 189 248 / 0.9);
}

.placeholder-sky-400\/95::-moz-placeholder{
  color: rgb(56 189 248 / 0.95);
}

.placeholder-sky-400\/95::placeholder{
  color: rgb(56 189 248 / 0.95);
}

.placeholder-sky-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity));
}

.placeholder-sky-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity));
}

.placeholder-sky-50\/0::-moz-placeholder{
  color: rgb(240 249 255 / 0);
}

.placeholder-sky-50\/0::placeholder{
  color: rgb(240 249 255 / 0);
}

.placeholder-sky-50\/10::-moz-placeholder{
  color: rgb(240 249 255 / 0.1);
}

.placeholder-sky-50\/10::placeholder{
  color: rgb(240 249 255 / 0.1);
}

.placeholder-sky-50\/100::-moz-placeholder{
  color: rgb(240 249 255 / 1);
}

.placeholder-sky-50\/100::placeholder{
  color: rgb(240 249 255 / 1);
}

.placeholder-sky-50\/20::-moz-placeholder{
  color: rgb(240 249 255 / 0.2);
}

.placeholder-sky-50\/20::placeholder{
  color: rgb(240 249 255 / 0.2);
}

.placeholder-sky-50\/25::-moz-placeholder{
  color: rgb(240 249 255 / 0.25);
}

.placeholder-sky-50\/25::placeholder{
  color: rgb(240 249 255 / 0.25);
}

.placeholder-sky-50\/30::-moz-placeholder{
  color: rgb(240 249 255 / 0.3);
}

.placeholder-sky-50\/30::placeholder{
  color: rgb(240 249 255 / 0.3);
}

.placeholder-sky-50\/40::-moz-placeholder{
  color: rgb(240 249 255 / 0.4);
}

.placeholder-sky-50\/40::placeholder{
  color: rgb(240 249 255 / 0.4);
}

.placeholder-sky-50\/5::-moz-placeholder{
  color: rgb(240 249 255 / 0.05);
}

.placeholder-sky-50\/5::placeholder{
  color: rgb(240 249 255 / 0.05);
}

.placeholder-sky-50\/50::-moz-placeholder{
  color: rgb(240 249 255 / 0.5);
}

.placeholder-sky-50\/50::placeholder{
  color: rgb(240 249 255 / 0.5);
}

.placeholder-sky-50\/60::-moz-placeholder{
  color: rgb(240 249 255 / 0.6);
}

.placeholder-sky-50\/60::placeholder{
  color: rgb(240 249 255 / 0.6);
}

.placeholder-sky-50\/70::-moz-placeholder{
  color: rgb(240 249 255 / 0.7);
}

.placeholder-sky-50\/70::placeholder{
  color: rgb(240 249 255 / 0.7);
}

.placeholder-sky-50\/75::-moz-placeholder{
  color: rgb(240 249 255 / 0.75);
}

.placeholder-sky-50\/75::placeholder{
  color: rgb(240 249 255 / 0.75);
}

.placeholder-sky-50\/80::-moz-placeholder{
  color: rgb(240 249 255 / 0.8);
}

.placeholder-sky-50\/80::placeholder{
  color: rgb(240 249 255 / 0.8);
}

.placeholder-sky-50\/90::-moz-placeholder{
  color: rgb(240 249 255 / 0.9);
}

.placeholder-sky-50\/90::placeholder{
  color: rgb(240 249 255 / 0.9);
}

.placeholder-sky-50\/95::-moz-placeholder{
  color: rgb(240 249 255 / 0.95);
}

.placeholder-sky-50\/95::placeholder{
  color: rgb(240 249 255 / 0.95);
}

.placeholder-sky-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity));
}

.placeholder-sky-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity));
}

.placeholder-sky-500\/0::-moz-placeholder{
  color: rgb(14 165 233 / 0);
}

.placeholder-sky-500\/0::placeholder{
  color: rgb(14 165 233 / 0);
}

.placeholder-sky-500\/10::-moz-placeholder{
  color: rgb(14 165 233 / 0.1);
}

.placeholder-sky-500\/10::placeholder{
  color: rgb(14 165 233 / 0.1);
}

.placeholder-sky-500\/100::-moz-placeholder{
  color: rgb(14 165 233 / 1);
}

.placeholder-sky-500\/100::placeholder{
  color: rgb(14 165 233 / 1);
}

.placeholder-sky-500\/20::-moz-placeholder{
  color: rgb(14 165 233 / 0.2);
}

.placeholder-sky-500\/20::placeholder{
  color: rgb(14 165 233 / 0.2);
}

.placeholder-sky-500\/25::-moz-placeholder{
  color: rgb(14 165 233 / 0.25);
}

.placeholder-sky-500\/25::placeholder{
  color: rgb(14 165 233 / 0.25);
}

.placeholder-sky-500\/30::-moz-placeholder{
  color: rgb(14 165 233 / 0.3);
}

.placeholder-sky-500\/30::placeholder{
  color: rgb(14 165 233 / 0.3);
}

.placeholder-sky-500\/40::-moz-placeholder{
  color: rgb(14 165 233 / 0.4);
}

.placeholder-sky-500\/40::placeholder{
  color: rgb(14 165 233 / 0.4);
}

.placeholder-sky-500\/5::-moz-placeholder{
  color: rgb(14 165 233 / 0.05);
}

.placeholder-sky-500\/5::placeholder{
  color: rgb(14 165 233 / 0.05);
}

.placeholder-sky-500\/50::-moz-placeholder{
  color: rgb(14 165 233 / 0.5);
}

.placeholder-sky-500\/50::placeholder{
  color: rgb(14 165 233 / 0.5);
}

.placeholder-sky-500\/60::-moz-placeholder{
  color: rgb(14 165 233 / 0.6);
}

.placeholder-sky-500\/60::placeholder{
  color: rgb(14 165 233 / 0.6);
}

.placeholder-sky-500\/70::-moz-placeholder{
  color: rgb(14 165 233 / 0.7);
}

.placeholder-sky-500\/70::placeholder{
  color: rgb(14 165 233 / 0.7);
}

.placeholder-sky-500\/75::-moz-placeholder{
  color: rgb(14 165 233 / 0.75);
}

.placeholder-sky-500\/75::placeholder{
  color: rgb(14 165 233 / 0.75);
}

.placeholder-sky-500\/80::-moz-placeholder{
  color: rgb(14 165 233 / 0.8);
}

.placeholder-sky-500\/80::placeholder{
  color: rgb(14 165 233 / 0.8);
}

.placeholder-sky-500\/90::-moz-placeholder{
  color: rgb(14 165 233 / 0.9);
}

.placeholder-sky-500\/90::placeholder{
  color: rgb(14 165 233 / 0.9);
}

.placeholder-sky-500\/95::-moz-placeholder{
  color: rgb(14 165 233 / 0.95);
}

.placeholder-sky-500\/95::placeholder{
  color: rgb(14 165 233 / 0.95);
}

.placeholder-sky-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity));
}

.placeholder-sky-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity));
}

.placeholder-sky-600\/0::-moz-placeholder{
  color: rgb(2 132 199 / 0);
}

.placeholder-sky-600\/0::placeholder{
  color: rgb(2 132 199 / 0);
}

.placeholder-sky-600\/10::-moz-placeholder{
  color: rgb(2 132 199 / 0.1);
}

.placeholder-sky-600\/10::placeholder{
  color: rgb(2 132 199 / 0.1);
}

.placeholder-sky-600\/100::-moz-placeholder{
  color: rgb(2 132 199 / 1);
}

.placeholder-sky-600\/100::placeholder{
  color: rgb(2 132 199 / 1);
}

.placeholder-sky-600\/20::-moz-placeholder{
  color: rgb(2 132 199 / 0.2);
}

.placeholder-sky-600\/20::placeholder{
  color: rgb(2 132 199 / 0.2);
}

.placeholder-sky-600\/25::-moz-placeholder{
  color: rgb(2 132 199 / 0.25);
}

.placeholder-sky-600\/25::placeholder{
  color: rgb(2 132 199 / 0.25);
}

.placeholder-sky-600\/30::-moz-placeholder{
  color: rgb(2 132 199 / 0.3);
}

.placeholder-sky-600\/30::placeholder{
  color: rgb(2 132 199 / 0.3);
}

.placeholder-sky-600\/40::-moz-placeholder{
  color: rgb(2 132 199 / 0.4);
}

.placeholder-sky-600\/40::placeholder{
  color: rgb(2 132 199 / 0.4);
}

.placeholder-sky-600\/5::-moz-placeholder{
  color: rgb(2 132 199 / 0.05);
}

.placeholder-sky-600\/5::placeholder{
  color: rgb(2 132 199 / 0.05);
}

.placeholder-sky-600\/50::-moz-placeholder{
  color: rgb(2 132 199 / 0.5);
}

.placeholder-sky-600\/50::placeholder{
  color: rgb(2 132 199 / 0.5);
}

.placeholder-sky-600\/60::-moz-placeholder{
  color: rgb(2 132 199 / 0.6);
}

.placeholder-sky-600\/60::placeholder{
  color: rgb(2 132 199 / 0.6);
}

.placeholder-sky-600\/70::-moz-placeholder{
  color: rgb(2 132 199 / 0.7);
}

.placeholder-sky-600\/70::placeholder{
  color: rgb(2 132 199 / 0.7);
}

.placeholder-sky-600\/75::-moz-placeholder{
  color: rgb(2 132 199 / 0.75);
}

.placeholder-sky-600\/75::placeholder{
  color: rgb(2 132 199 / 0.75);
}

.placeholder-sky-600\/80::-moz-placeholder{
  color: rgb(2 132 199 / 0.8);
}

.placeholder-sky-600\/80::placeholder{
  color: rgb(2 132 199 / 0.8);
}

.placeholder-sky-600\/90::-moz-placeholder{
  color: rgb(2 132 199 / 0.9);
}

.placeholder-sky-600\/90::placeholder{
  color: rgb(2 132 199 / 0.9);
}

.placeholder-sky-600\/95::-moz-placeholder{
  color: rgb(2 132 199 / 0.95);
}

.placeholder-sky-600\/95::placeholder{
  color: rgb(2 132 199 / 0.95);
}

.placeholder-sky-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity));
}

.placeholder-sky-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity));
}

.placeholder-sky-700\/0::-moz-placeholder{
  color: rgb(3 105 161 / 0);
}

.placeholder-sky-700\/0::placeholder{
  color: rgb(3 105 161 / 0);
}

.placeholder-sky-700\/10::-moz-placeholder{
  color: rgb(3 105 161 / 0.1);
}

.placeholder-sky-700\/10::placeholder{
  color: rgb(3 105 161 / 0.1);
}

.placeholder-sky-700\/100::-moz-placeholder{
  color: rgb(3 105 161 / 1);
}

.placeholder-sky-700\/100::placeholder{
  color: rgb(3 105 161 / 1);
}

.placeholder-sky-700\/20::-moz-placeholder{
  color: rgb(3 105 161 / 0.2);
}

.placeholder-sky-700\/20::placeholder{
  color: rgb(3 105 161 / 0.2);
}

.placeholder-sky-700\/25::-moz-placeholder{
  color: rgb(3 105 161 / 0.25);
}

.placeholder-sky-700\/25::placeholder{
  color: rgb(3 105 161 / 0.25);
}

.placeholder-sky-700\/30::-moz-placeholder{
  color: rgb(3 105 161 / 0.3);
}

.placeholder-sky-700\/30::placeholder{
  color: rgb(3 105 161 / 0.3);
}

.placeholder-sky-700\/40::-moz-placeholder{
  color: rgb(3 105 161 / 0.4);
}

.placeholder-sky-700\/40::placeholder{
  color: rgb(3 105 161 / 0.4);
}

.placeholder-sky-700\/5::-moz-placeholder{
  color: rgb(3 105 161 / 0.05);
}

.placeholder-sky-700\/5::placeholder{
  color: rgb(3 105 161 / 0.05);
}

.placeholder-sky-700\/50::-moz-placeholder{
  color: rgb(3 105 161 / 0.5);
}

.placeholder-sky-700\/50::placeholder{
  color: rgb(3 105 161 / 0.5);
}

.placeholder-sky-700\/60::-moz-placeholder{
  color: rgb(3 105 161 / 0.6);
}

.placeholder-sky-700\/60::placeholder{
  color: rgb(3 105 161 / 0.6);
}

.placeholder-sky-700\/70::-moz-placeholder{
  color: rgb(3 105 161 / 0.7);
}

.placeholder-sky-700\/70::placeholder{
  color: rgb(3 105 161 / 0.7);
}

.placeholder-sky-700\/75::-moz-placeholder{
  color: rgb(3 105 161 / 0.75);
}

.placeholder-sky-700\/75::placeholder{
  color: rgb(3 105 161 / 0.75);
}

.placeholder-sky-700\/80::-moz-placeholder{
  color: rgb(3 105 161 / 0.8);
}

.placeholder-sky-700\/80::placeholder{
  color: rgb(3 105 161 / 0.8);
}

.placeholder-sky-700\/90::-moz-placeholder{
  color: rgb(3 105 161 / 0.9);
}

.placeholder-sky-700\/90::placeholder{
  color: rgb(3 105 161 / 0.9);
}

.placeholder-sky-700\/95::-moz-placeholder{
  color: rgb(3 105 161 / 0.95);
}

.placeholder-sky-700\/95::placeholder{
  color: rgb(3 105 161 / 0.95);
}

.placeholder-sky-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity));
}

.placeholder-sky-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity));
}

.placeholder-sky-800\/0::-moz-placeholder{
  color: rgb(7 89 133 / 0);
}

.placeholder-sky-800\/0::placeholder{
  color: rgb(7 89 133 / 0);
}

.placeholder-sky-800\/10::-moz-placeholder{
  color: rgb(7 89 133 / 0.1);
}

.placeholder-sky-800\/10::placeholder{
  color: rgb(7 89 133 / 0.1);
}

.placeholder-sky-800\/100::-moz-placeholder{
  color: rgb(7 89 133 / 1);
}

.placeholder-sky-800\/100::placeholder{
  color: rgb(7 89 133 / 1);
}

.placeholder-sky-800\/20::-moz-placeholder{
  color: rgb(7 89 133 / 0.2);
}

.placeholder-sky-800\/20::placeholder{
  color: rgb(7 89 133 / 0.2);
}

.placeholder-sky-800\/25::-moz-placeholder{
  color: rgb(7 89 133 / 0.25);
}

.placeholder-sky-800\/25::placeholder{
  color: rgb(7 89 133 / 0.25);
}

.placeholder-sky-800\/30::-moz-placeholder{
  color: rgb(7 89 133 / 0.3);
}

.placeholder-sky-800\/30::placeholder{
  color: rgb(7 89 133 / 0.3);
}

.placeholder-sky-800\/40::-moz-placeholder{
  color: rgb(7 89 133 / 0.4);
}

.placeholder-sky-800\/40::placeholder{
  color: rgb(7 89 133 / 0.4);
}

.placeholder-sky-800\/5::-moz-placeholder{
  color: rgb(7 89 133 / 0.05);
}

.placeholder-sky-800\/5::placeholder{
  color: rgb(7 89 133 / 0.05);
}

.placeholder-sky-800\/50::-moz-placeholder{
  color: rgb(7 89 133 / 0.5);
}

.placeholder-sky-800\/50::placeholder{
  color: rgb(7 89 133 / 0.5);
}

.placeholder-sky-800\/60::-moz-placeholder{
  color: rgb(7 89 133 / 0.6);
}

.placeholder-sky-800\/60::placeholder{
  color: rgb(7 89 133 / 0.6);
}

.placeholder-sky-800\/70::-moz-placeholder{
  color: rgb(7 89 133 / 0.7);
}

.placeholder-sky-800\/70::placeholder{
  color: rgb(7 89 133 / 0.7);
}

.placeholder-sky-800\/75::-moz-placeholder{
  color: rgb(7 89 133 / 0.75);
}

.placeholder-sky-800\/75::placeholder{
  color: rgb(7 89 133 / 0.75);
}

.placeholder-sky-800\/80::-moz-placeholder{
  color: rgb(7 89 133 / 0.8);
}

.placeholder-sky-800\/80::placeholder{
  color: rgb(7 89 133 / 0.8);
}

.placeholder-sky-800\/90::-moz-placeholder{
  color: rgb(7 89 133 / 0.9);
}

.placeholder-sky-800\/90::placeholder{
  color: rgb(7 89 133 / 0.9);
}

.placeholder-sky-800\/95::-moz-placeholder{
  color: rgb(7 89 133 / 0.95);
}

.placeholder-sky-800\/95::placeholder{
  color: rgb(7 89 133 / 0.95);
}

.placeholder-sky-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity));
}

.placeholder-sky-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity));
}

.placeholder-sky-900\/0::-moz-placeholder{
  color: rgb(12 74 110 / 0);
}

.placeholder-sky-900\/0::placeholder{
  color: rgb(12 74 110 / 0);
}

.placeholder-sky-900\/10::-moz-placeholder{
  color: rgb(12 74 110 / 0.1);
}

.placeholder-sky-900\/10::placeholder{
  color: rgb(12 74 110 / 0.1);
}

.placeholder-sky-900\/100::-moz-placeholder{
  color: rgb(12 74 110 / 1);
}

.placeholder-sky-900\/100::placeholder{
  color: rgb(12 74 110 / 1);
}

.placeholder-sky-900\/20::-moz-placeholder{
  color: rgb(12 74 110 / 0.2);
}

.placeholder-sky-900\/20::placeholder{
  color: rgb(12 74 110 / 0.2);
}

.placeholder-sky-900\/25::-moz-placeholder{
  color: rgb(12 74 110 / 0.25);
}

.placeholder-sky-900\/25::placeholder{
  color: rgb(12 74 110 / 0.25);
}

.placeholder-sky-900\/30::-moz-placeholder{
  color: rgb(12 74 110 / 0.3);
}

.placeholder-sky-900\/30::placeholder{
  color: rgb(12 74 110 / 0.3);
}

.placeholder-sky-900\/40::-moz-placeholder{
  color: rgb(12 74 110 / 0.4);
}

.placeholder-sky-900\/40::placeholder{
  color: rgb(12 74 110 / 0.4);
}

.placeholder-sky-900\/5::-moz-placeholder{
  color: rgb(12 74 110 / 0.05);
}

.placeholder-sky-900\/5::placeholder{
  color: rgb(12 74 110 / 0.05);
}

.placeholder-sky-900\/50::-moz-placeholder{
  color: rgb(12 74 110 / 0.5);
}

.placeholder-sky-900\/50::placeholder{
  color: rgb(12 74 110 / 0.5);
}

.placeholder-sky-900\/60::-moz-placeholder{
  color: rgb(12 74 110 / 0.6);
}

.placeholder-sky-900\/60::placeholder{
  color: rgb(12 74 110 / 0.6);
}

.placeholder-sky-900\/70::-moz-placeholder{
  color: rgb(12 74 110 / 0.7);
}

.placeholder-sky-900\/70::placeholder{
  color: rgb(12 74 110 / 0.7);
}

.placeholder-sky-900\/75::-moz-placeholder{
  color: rgb(12 74 110 / 0.75);
}

.placeholder-sky-900\/75::placeholder{
  color: rgb(12 74 110 / 0.75);
}

.placeholder-sky-900\/80::-moz-placeholder{
  color: rgb(12 74 110 / 0.8);
}

.placeholder-sky-900\/80::placeholder{
  color: rgb(12 74 110 / 0.8);
}

.placeholder-sky-900\/90::-moz-placeholder{
  color: rgb(12 74 110 / 0.9);
}

.placeholder-sky-900\/90::placeholder{
  color: rgb(12 74 110 / 0.9);
}

.placeholder-sky-900\/95::-moz-placeholder{
  color: rgb(12 74 110 / 0.95);
}

.placeholder-sky-900\/95::placeholder{
  color: rgb(12 74 110 / 0.95);
}

.placeholder-sky-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity));
}

.placeholder-sky-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity));
}

.placeholder-sky-950\/0::-moz-placeholder{
  color: rgb(8 47 73 / 0);
}

.placeholder-sky-950\/0::placeholder{
  color: rgb(8 47 73 / 0);
}

.placeholder-sky-950\/10::-moz-placeholder{
  color: rgb(8 47 73 / 0.1);
}

.placeholder-sky-950\/10::placeholder{
  color: rgb(8 47 73 / 0.1);
}

.placeholder-sky-950\/100::-moz-placeholder{
  color: rgb(8 47 73 / 1);
}

.placeholder-sky-950\/100::placeholder{
  color: rgb(8 47 73 / 1);
}

.placeholder-sky-950\/20::-moz-placeholder{
  color: rgb(8 47 73 / 0.2);
}

.placeholder-sky-950\/20::placeholder{
  color: rgb(8 47 73 / 0.2);
}

.placeholder-sky-950\/25::-moz-placeholder{
  color: rgb(8 47 73 / 0.25);
}

.placeholder-sky-950\/25::placeholder{
  color: rgb(8 47 73 / 0.25);
}

.placeholder-sky-950\/30::-moz-placeholder{
  color: rgb(8 47 73 / 0.3);
}

.placeholder-sky-950\/30::placeholder{
  color: rgb(8 47 73 / 0.3);
}

.placeholder-sky-950\/40::-moz-placeholder{
  color: rgb(8 47 73 / 0.4);
}

.placeholder-sky-950\/40::placeholder{
  color: rgb(8 47 73 / 0.4);
}

.placeholder-sky-950\/5::-moz-placeholder{
  color: rgb(8 47 73 / 0.05);
}

.placeholder-sky-950\/5::placeholder{
  color: rgb(8 47 73 / 0.05);
}

.placeholder-sky-950\/50::-moz-placeholder{
  color: rgb(8 47 73 / 0.5);
}

.placeholder-sky-950\/50::placeholder{
  color: rgb(8 47 73 / 0.5);
}

.placeholder-sky-950\/60::-moz-placeholder{
  color: rgb(8 47 73 / 0.6);
}

.placeholder-sky-950\/60::placeholder{
  color: rgb(8 47 73 / 0.6);
}

.placeholder-sky-950\/70::-moz-placeholder{
  color: rgb(8 47 73 / 0.7);
}

.placeholder-sky-950\/70::placeholder{
  color: rgb(8 47 73 / 0.7);
}

.placeholder-sky-950\/75::-moz-placeholder{
  color: rgb(8 47 73 / 0.75);
}

.placeholder-sky-950\/75::placeholder{
  color: rgb(8 47 73 / 0.75);
}

.placeholder-sky-950\/80::-moz-placeholder{
  color: rgb(8 47 73 / 0.8);
}

.placeholder-sky-950\/80::placeholder{
  color: rgb(8 47 73 / 0.8);
}

.placeholder-sky-950\/90::-moz-placeholder{
  color: rgb(8 47 73 / 0.9);
}

.placeholder-sky-950\/90::placeholder{
  color: rgb(8 47 73 / 0.9);
}

.placeholder-sky-950\/95::-moz-placeholder{
  color: rgb(8 47 73 / 0.95);
}

.placeholder-sky-950\/95::placeholder{
  color: rgb(8 47 73 / 0.95);
}

.placeholder-slate-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity));
}

.placeholder-slate-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity));
}

.placeholder-slate-100\/0::-moz-placeholder{
  color: rgb(241 245 249 / 0);
}

.placeholder-slate-100\/0::placeholder{
  color: rgb(241 245 249 / 0);
}

.placeholder-slate-100\/10::-moz-placeholder{
  color: rgb(241 245 249 / 0.1);
}

.placeholder-slate-100\/10::placeholder{
  color: rgb(241 245 249 / 0.1);
}

.placeholder-slate-100\/100::-moz-placeholder{
  color: rgb(241 245 249 / 1);
}

.placeholder-slate-100\/100::placeholder{
  color: rgb(241 245 249 / 1);
}

.placeholder-slate-100\/20::-moz-placeholder{
  color: rgb(241 245 249 / 0.2);
}

.placeholder-slate-100\/20::placeholder{
  color: rgb(241 245 249 / 0.2);
}

.placeholder-slate-100\/25::-moz-placeholder{
  color: rgb(241 245 249 / 0.25);
}

.placeholder-slate-100\/25::placeholder{
  color: rgb(241 245 249 / 0.25);
}

.placeholder-slate-100\/30::-moz-placeholder{
  color: rgb(241 245 249 / 0.3);
}

.placeholder-slate-100\/30::placeholder{
  color: rgb(241 245 249 / 0.3);
}

.placeholder-slate-100\/40::-moz-placeholder{
  color: rgb(241 245 249 / 0.4);
}

.placeholder-slate-100\/40::placeholder{
  color: rgb(241 245 249 / 0.4);
}

.placeholder-slate-100\/5::-moz-placeholder{
  color: rgb(241 245 249 / 0.05);
}

.placeholder-slate-100\/5::placeholder{
  color: rgb(241 245 249 / 0.05);
}

.placeholder-slate-100\/50::-moz-placeholder{
  color: rgb(241 245 249 / 0.5);
}

.placeholder-slate-100\/50::placeholder{
  color: rgb(241 245 249 / 0.5);
}

.placeholder-slate-100\/60::-moz-placeholder{
  color: rgb(241 245 249 / 0.6);
}

.placeholder-slate-100\/60::placeholder{
  color: rgb(241 245 249 / 0.6);
}

.placeholder-slate-100\/70::-moz-placeholder{
  color: rgb(241 245 249 / 0.7);
}

.placeholder-slate-100\/70::placeholder{
  color: rgb(241 245 249 / 0.7);
}

.placeholder-slate-100\/75::-moz-placeholder{
  color: rgb(241 245 249 / 0.75);
}

.placeholder-slate-100\/75::placeholder{
  color: rgb(241 245 249 / 0.75);
}

.placeholder-slate-100\/80::-moz-placeholder{
  color: rgb(241 245 249 / 0.8);
}

.placeholder-slate-100\/80::placeholder{
  color: rgb(241 245 249 / 0.8);
}

.placeholder-slate-100\/90::-moz-placeholder{
  color: rgb(241 245 249 / 0.9);
}

.placeholder-slate-100\/90::placeholder{
  color: rgb(241 245 249 / 0.9);
}

.placeholder-slate-100\/95::-moz-placeholder{
  color: rgb(241 245 249 / 0.95);
}

.placeholder-slate-100\/95::placeholder{
  color: rgb(241 245 249 / 0.95);
}

.placeholder-slate-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity));
}

.placeholder-slate-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity));
}

.placeholder-slate-200\/0::-moz-placeholder{
  color: rgb(226 232 240 / 0);
}

.placeholder-slate-200\/0::placeholder{
  color: rgb(226 232 240 / 0);
}

.placeholder-slate-200\/10::-moz-placeholder{
  color: rgb(226 232 240 / 0.1);
}

.placeholder-slate-200\/10::placeholder{
  color: rgb(226 232 240 / 0.1);
}

.placeholder-slate-200\/100::-moz-placeholder{
  color: rgb(226 232 240 / 1);
}

.placeholder-slate-200\/100::placeholder{
  color: rgb(226 232 240 / 1);
}

.placeholder-slate-200\/20::-moz-placeholder{
  color: rgb(226 232 240 / 0.2);
}

.placeholder-slate-200\/20::placeholder{
  color: rgb(226 232 240 / 0.2);
}

.placeholder-slate-200\/25::-moz-placeholder{
  color: rgb(226 232 240 / 0.25);
}

.placeholder-slate-200\/25::placeholder{
  color: rgb(226 232 240 / 0.25);
}

.placeholder-slate-200\/30::-moz-placeholder{
  color: rgb(226 232 240 / 0.3);
}

.placeholder-slate-200\/30::placeholder{
  color: rgb(226 232 240 / 0.3);
}

.placeholder-slate-200\/40::-moz-placeholder{
  color: rgb(226 232 240 / 0.4);
}

.placeholder-slate-200\/40::placeholder{
  color: rgb(226 232 240 / 0.4);
}

.placeholder-slate-200\/5::-moz-placeholder{
  color: rgb(226 232 240 / 0.05);
}

.placeholder-slate-200\/5::placeholder{
  color: rgb(226 232 240 / 0.05);
}

.placeholder-slate-200\/50::-moz-placeholder{
  color: rgb(226 232 240 / 0.5);
}

.placeholder-slate-200\/50::placeholder{
  color: rgb(226 232 240 / 0.5);
}

.placeholder-slate-200\/60::-moz-placeholder{
  color: rgb(226 232 240 / 0.6);
}

.placeholder-slate-200\/60::placeholder{
  color: rgb(226 232 240 / 0.6);
}

.placeholder-slate-200\/70::-moz-placeholder{
  color: rgb(226 232 240 / 0.7);
}

.placeholder-slate-200\/70::placeholder{
  color: rgb(226 232 240 / 0.7);
}

.placeholder-slate-200\/75::-moz-placeholder{
  color: rgb(226 232 240 / 0.75);
}

.placeholder-slate-200\/75::placeholder{
  color: rgb(226 232 240 / 0.75);
}

.placeholder-slate-200\/80::-moz-placeholder{
  color: rgb(226 232 240 / 0.8);
}

.placeholder-slate-200\/80::placeholder{
  color: rgb(226 232 240 / 0.8);
}

.placeholder-slate-200\/90::-moz-placeholder{
  color: rgb(226 232 240 / 0.9);
}

.placeholder-slate-200\/90::placeholder{
  color: rgb(226 232 240 / 0.9);
}

.placeholder-slate-200\/95::-moz-placeholder{
  color: rgb(226 232 240 / 0.95);
}

.placeholder-slate-200\/95::placeholder{
  color: rgb(226 232 240 / 0.95);
}

.placeholder-slate-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}

.placeholder-slate-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}

.placeholder-slate-300\/0::-moz-placeholder{
  color: rgb(203 213 225 / 0);
}

.placeholder-slate-300\/0::placeholder{
  color: rgb(203 213 225 / 0);
}

.placeholder-slate-300\/10::-moz-placeholder{
  color: rgb(203 213 225 / 0.1);
}

.placeholder-slate-300\/10::placeholder{
  color: rgb(203 213 225 / 0.1);
}

.placeholder-slate-300\/100::-moz-placeholder{
  color: rgb(203 213 225 / 1);
}

.placeholder-slate-300\/100::placeholder{
  color: rgb(203 213 225 / 1);
}

.placeholder-slate-300\/20::-moz-placeholder{
  color: rgb(203 213 225 / 0.2);
}

.placeholder-slate-300\/20::placeholder{
  color: rgb(203 213 225 / 0.2);
}

.placeholder-slate-300\/25::-moz-placeholder{
  color: rgb(203 213 225 / 0.25);
}

.placeholder-slate-300\/25::placeholder{
  color: rgb(203 213 225 / 0.25);
}

.placeholder-slate-300\/30::-moz-placeholder{
  color: rgb(203 213 225 / 0.3);
}

.placeholder-slate-300\/30::placeholder{
  color: rgb(203 213 225 / 0.3);
}

.placeholder-slate-300\/40::-moz-placeholder{
  color: rgb(203 213 225 / 0.4);
}

.placeholder-slate-300\/40::placeholder{
  color: rgb(203 213 225 / 0.4);
}

.placeholder-slate-300\/5::-moz-placeholder{
  color: rgb(203 213 225 / 0.05);
}

.placeholder-slate-300\/5::placeholder{
  color: rgb(203 213 225 / 0.05);
}

.placeholder-slate-300\/50::-moz-placeholder{
  color: rgb(203 213 225 / 0.5);
}

.placeholder-slate-300\/50::placeholder{
  color: rgb(203 213 225 / 0.5);
}

.placeholder-slate-300\/60::-moz-placeholder{
  color: rgb(203 213 225 / 0.6);
}

.placeholder-slate-300\/60::placeholder{
  color: rgb(203 213 225 / 0.6);
}

.placeholder-slate-300\/70::-moz-placeholder{
  color: rgb(203 213 225 / 0.7);
}

.placeholder-slate-300\/70::placeholder{
  color: rgb(203 213 225 / 0.7);
}

.placeholder-slate-300\/75::-moz-placeholder{
  color: rgb(203 213 225 / 0.75);
}

.placeholder-slate-300\/75::placeholder{
  color: rgb(203 213 225 / 0.75);
}

.placeholder-slate-300\/80::-moz-placeholder{
  color: rgb(203 213 225 / 0.8);
}

.placeholder-slate-300\/80::placeholder{
  color: rgb(203 213 225 / 0.8);
}

.placeholder-slate-300\/90::-moz-placeholder{
  color: rgb(203 213 225 / 0.9);
}

.placeholder-slate-300\/90::placeholder{
  color: rgb(203 213 225 / 0.9);
}

.placeholder-slate-300\/95::-moz-placeholder{
  color: rgb(203 213 225 / 0.95);
}

.placeholder-slate-300\/95::placeholder{
  color: rgb(203 213 225 / 0.95);
}

.placeholder-slate-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}

.placeholder-slate-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}

.placeholder-slate-400\/0::-moz-placeholder{
  color: rgb(148 163 184 / 0);
}

.placeholder-slate-400\/0::placeholder{
  color: rgb(148 163 184 / 0);
}

.placeholder-slate-400\/10::-moz-placeholder{
  color: rgb(148 163 184 / 0.1);
}

.placeholder-slate-400\/10::placeholder{
  color: rgb(148 163 184 / 0.1);
}

.placeholder-slate-400\/100::-moz-placeholder{
  color: rgb(148 163 184 / 1);
}

.placeholder-slate-400\/100::placeholder{
  color: rgb(148 163 184 / 1);
}

.placeholder-slate-400\/20::-moz-placeholder{
  color: rgb(148 163 184 / 0.2);
}

.placeholder-slate-400\/20::placeholder{
  color: rgb(148 163 184 / 0.2);
}

.placeholder-slate-400\/25::-moz-placeholder{
  color: rgb(148 163 184 / 0.25);
}

.placeholder-slate-400\/25::placeholder{
  color: rgb(148 163 184 / 0.25);
}

.placeholder-slate-400\/30::-moz-placeholder{
  color: rgb(148 163 184 / 0.3);
}

.placeholder-slate-400\/30::placeholder{
  color: rgb(148 163 184 / 0.3);
}

.placeholder-slate-400\/40::-moz-placeholder{
  color: rgb(148 163 184 / 0.4);
}

.placeholder-slate-400\/40::placeholder{
  color: rgb(148 163 184 / 0.4);
}

.placeholder-slate-400\/5::-moz-placeholder{
  color: rgb(148 163 184 / 0.05);
}

.placeholder-slate-400\/5::placeholder{
  color: rgb(148 163 184 / 0.05);
}

.placeholder-slate-400\/50::-moz-placeholder{
  color: rgb(148 163 184 / 0.5);
}

.placeholder-slate-400\/50::placeholder{
  color: rgb(148 163 184 / 0.5);
}

.placeholder-slate-400\/60::-moz-placeholder{
  color: rgb(148 163 184 / 0.6);
}

.placeholder-slate-400\/60::placeholder{
  color: rgb(148 163 184 / 0.6);
}

.placeholder-slate-400\/70::-moz-placeholder{
  color: rgb(148 163 184 / 0.7);
}

.placeholder-slate-400\/70::placeholder{
  color: rgb(148 163 184 / 0.7);
}

.placeholder-slate-400\/75::-moz-placeholder{
  color: rgb(148 163 184 / 0.75);
}

.placeholder-slate-400\/75::placeholder{
  color: rgb(148 163 184 / 0.75);
}

.placeholder-slate-400\/80::-moz-placeholder{
  color: rgb(148 163 184 / 0.8);
}

.placeholder-slate-400\/80::placeholder{
  color: rgb(148 163 184 / 0.8);
}

.placeholder-slate-400\/90::-moz-placeholder{
  color: rgb(148 163 184 / 0.9);
}

.placeholder-slate-400\/90::placeholder{
  color: rgb(148 163 184 / 0.9);
}

.placeholder-slate-400\/95::-moz-placeholder{
  color: rgb(148 163 184 / 0.95);
}

.placeholder-slate-400\/95::placeholder{
  color: rgb(148 163 184 / 0.95);
}

.placeholder-slate-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity));
}

.placeholder-slate-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity));
}

.placeholder-slate-50\/0::-moz-placeholder{
  color: rgb(248 250 252 / 0);
}

.placeholder-slate-50\/0::placeholder{
  color: rgb(248 250 252 / 0);
}

.placeholder-slate-50\/10::-moz-placeholder{
  color: rgb(248 250 252 / 0.1);
}

.placeholder-slate-50\/10::placeholder{
  color: rgb(248 250 252 / 0.1);
}

.placeholder-slate-50\/100::-moz-placeholder{
  color: rgb(248 250 252 / 1);
}

.placeholder-slate-50\/100::placeholder{
  color: rgb(248 250 252 / 1);
}

.placeholder-slate-50\/20::-moz-placeholder{
  color: rgb(248 250 252 / 0.2);
}

.placeholder-slate-50\/20::placeholder{
  color: rgb(248 250 252 / 0.2);
}

.placeholder-slate-50\/25::-moz-placeholder{
  color: rgb(248 250 252 / 0.25);
}

.placeholder-slate-50\/25::placeholder{
  color: rgb(248 250 252 / 0.25);
}

.placeholder-slate-50\/30::-moz-placeholder{
  color: rgb(248 250 252 / 0.3);
}

.placeholder-slate-50\/30::placeholder{
  color: rgb(248 250 252 / 0.3);
}

.placeholder-slate-50\/40::-moz-placeholder{
  color: rgb(248 250 252 / 0.4);
}

.placeholder-slate-50\/40::placeholder{
  color: rgb(248 250 252 / 0.4);
}

.placeholder-slate-50\/5::-moz-placeholder{
  color: rgb(248 250 252 / 0.05);
}

.placeholder-slate-50\/5::placeholder{
  color: rgb(248 250 252 / 0.05);
}

.placeholder-slate-50\/50::-moz-placeholder{
  color: rgb(248 250 252 / 0.5);
}

.placeholder-slate-50\/50::placeholder{
  color: rgb(248 250 252 / 0.5);
}

.placeholder-slate-50\/60::-moz-placeholder{
  color: rgb(248 250 252 / 0.6);
}

.placeholder-slate-50\/60::placeholder{
  color: rgb(248 250 252 / 0.6);
}

.placeholder-slate-50\/70::-moz-placeholder{
  color: rgb(248 250 252 / 0.7);
}

.placeholder-slate-50\/70::placeholder{
  color: rgb(248 250 252 / 0.7);
}

.placeholder-slate-50\/75::-moz-placeholder{
  color: rgb(248 250 252 / 0.75);
}

.placeholder-slate-50\/75::placeholder{
  color: rgb(248 250 252 / 0.75);
}

.placeholder-slate-50\/80::-moz-placeholder{
  color: rgb(248 250 252 / 0.8);
}

.placeholder-slate-50\/80::placeholder{
  color: rgb(248 250 252 / 0.8);
}

.placeholder-slate-50\/90::-moz-placeholder{
  color: rgb(248 250 252 / 0.9);
}

.placeholder-slate-50\/90::placeholder{
  color: rgb(248 250 252 / 0.9);
}

.placeholder-slate-50\/95::-moz-placeholder{
  color: rgb(248 250 252 / 0.95);
}

.placeholder-slate-50\/95::placeholder{
  color: rgb(248 250 252 / 0.95);
}

.placeholder-slate-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity));
}

.placeholder-slate-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity));
}

.placeholder-slate-500\/0::-moz-placeholder{
  color: rgb(100 116 139 / 0);
}

.placeholder-slate-500\/0::placeholder{
  color: rgb(100 116 139 / 0);
}

.placeholder-slate-500\/10::-moz-placeholder{
  color: rgb(100 116 139 / 0.1);
}

.placeholder-slate-500\/10::placeholder{
  color: rgb(100 116 139 / 0.1);
}

.placeholder-slate-500\/100::-moz-placeholder{
  color: rgb(100 116 139 / 1);
}

.placeholder-slate-500\/100::placeholder{
  color: rgb(100 116 139 / 1);
}

.placeholder-slate-500\/20::-moz-placeholder{
  color: rgb(100 116 139 / 0.2);
}

.placeholder-slate-500\/20::placeholder{
  color: rgb(100 116 139 / 0.2);
}

.placeholder-slate-500\/25::-moz-placeholder{
  color: rgb(100 116 139 / 0.25);
}

.placeholder-slate-500\/25::placeholder{
  color: rgb(100 116 139 / 0.25);
}

.placeholder-slate-500\/30::-moz-placeholder{
  color: rgb(100 116 139 / 0.3);
}

.placeholder-slate-500\/30::placeholder{
  color: rgb(100 116 139 / 0.3);
}

.placeholder-slate-500\/40::-moz-placeholder{
  color: rgb(100 116 139 / 0.4);
}

.placeholder-slate-500\/40::placeholder{
  color: rgb(100 116 139 / 0.4);
}

.placeholder-slate-500\/5::-moz-placeholder{
  color: rgb(100 116 139 / 0.05);
}

.placeholder-slate-500\/5::placeholder{
  color: rgb(100 116 139 / 0.05);
}

.placeholder-slate-500\/50::-moz-placeholder{
  color: rgb(100 116 139 / 0.5);
}

.placeholder-slate-500\/50::placeholder{
  color: rgb(100 116 139 / 0.5);
}

.placeholder-slate-500\/60::-moz-placeholder{
  color: rgb(100 116 139 / 0.6);
}

.placeholder-slate-500\/60::placeholder{
  color: rgb(100 116 139 / 0.6);
}

.placeholder-slate-500\/70::-moz-placeholder{
  color: rgb(100 116 139 / 0.7);
}

.placeholder-slate-500\/70::placeholder{
  color: rgb(100 116 139 / 0.7);
}

.placeholder-slate-500\/75::-moz-placeholder{
  color: rgb(100 116 139 / 0.75);
}

.placeholder-slate-500\/75::placeholder{
  color: rgb(100 116 139 / 0.75);
}

.placeholder-slate-500\/80::-moz-placeholder{
  color: rgb(100 116 139 / 0.8);
}

.placeholder-slate-500\/80::placeholder{
  color: rgb(100 116 139 / 0.8);
}

.placeholder-slate-500\/90::-moz-placeholder{
  color: rgb(100 116 139 / 0.9);
}

.placeholder-slate-500\/90::placeholder{
  color: rgb(100 116 139 / 0.9);
}

.placeholder-slate-500\/95::-moz-placeholder{
  color: rgb(100 116 139 / 0.95);
}

.placeholder-slate-500\/95::placeholder{
  color: rgb(100 116 139 / 0.95);
}

.placeholder-slate-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity));
}

.placeholder-slate-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity));
}

.placeholder-slate-600\/0::-moz-placeholder{
  color: rgb(71 85 105 / 0);
}

.placeholder-slate-600\/0::placeholder{
  color: rgb(71 85 105 / 0);
}

.placeholder-slate-600\/10::-moz-placeholder{
  color: rgb(71 85 105 / 0.1);
}

.placeholder-slate-600\/10::placeholder{
  color: rgb(71 85 105 / 0.1);
}

.placeholder-slate-600\/100::-moz-placeholder{
  color: rgb(71 85 105 / 1);
}

.placeholder-slate-600\/100::placeholder{
  color: rgb(71 85 105 / 1);
}

.placeholder-slate-600\/20::-moz-placeholder{
  color: rgb(71 85 105 / 0.2);
}

.placeholder-slate-600\/20::placeholder{
  color: rgb(71 85 105 / 0.2);
}

.placeholder-slate-600\/25::-moz-placeholder{
  color: rgb(71 85 105 / 0.25);
}

.placeholder-slate-600\/25::placeholder{
  color: rgb(71 85 105 / 0.25);
}

.placeholder-slate-600\/30::-moz-placeholder{
  color: rgb(71 85 105 / 0.3);
}

.placeholder-slate-600\/30::placeholder{
  color: rgb(71 85 105 / 0.3);
}

.placeholder-slate-600\/40::-moz-placeholder{
  color: rgb(71 85 105 / 0.4);
}

.placeholder-slate-600\/40::placeholder{
  color: rgb(71 85 105 / 0.4);
}

.placeholder-slate-600\/5::-moz-placeholder{
  color: rgb(71 85 105 / 0.05);
}

.placeholder-slate-600\/5::placeholder{
  color: rgb(71 85 105 / 0.05);
}

.placeholder-slate-600\/50::-moz-placeholder{
  color: rgb(71 85 105 / 0.5);
}

.placeholder-slate-600\/50::placeholder{
  color: rgb(71 85 105 / 0.5);
}

.placeholder-slate-600\/60::-moz-placeholder{
  color: rgb(71 85 105 / 0.6);
}

.placeholder-slate-600\/60::placeholder{
  color: rgb(71 85 105 / 0.6);
}

.placeholder-slate-600\/70::-moz-placeholder{
  color: rgb(71 85 105 / 0.7);
}

.placeholder-slate-600\/70::placeholder{
  color: rgb(71 85 105 / 0.7);
}

.placeholder-slate-600\/75::-moz-placeholder{
  color: rgb(71 85 105 / 0.75);
}

.placeholder-slate-600\/75::placeholder{
  color: rgb(71 85 105 / 0.75);
}

.placeholder-slate-600\/80::-moz-placeholder{
  color: rgb(71 85 105 / 0.8);
}

.placeholder-slate-600\/80::placeholder{
  color: rgb(71 85 105 / 0.8);
}

.placeholder-slate-600\/90::-moz-placeholder{
  color: rgb(71 85 105 / 0.9);
}

.placeholder-slate-600\/90::placeholder{
  color: rgb(71 85 105 / 0.9);
}

.placeholder-slate-600\/95::-moz-placeholder{
  color: rgb(71 85 105 / 0.95);
}

.placeholder-slate-600\/95::placeholder{
  color: rgb(71 85 105 / 0.95);
}

.placeholder-slate-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity));
}

.placeholder-slate-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity));
}

.placeholder-slate-700\/0::-moz-placeholder{
  color: rgb(51 65 85 / 0);
}

.placeholder-slate-700\/0::placeholder{
  color: rgb(51 65 85 / 0);
}

.placeholder-slate-700\/10::-moz-placeholder{
  color: rgb(51 65 85 / 0.1);
}

.placeholder-slate-700\/10::placeholder{
  color: rgb(51 65 85 / 0.1);
}

.placeholder-slate-700\/100::-moz-placeholder{
  color: rgb(51 65 85 / 1);
}

.placeholder-slate-700\/100::placeholder{
  color: rgb(51 65 85 / 1);
}

.placeholder-slate-700\/20::-moz-placeholder{
  color: rgb(51 65 85 / 0.2);
}

.placeholder-slate-700\/20::placeholder{
  color: rgb(51 65 85 / 0.2);
}

.placeholder-slate-700\/25::-moz-placeholder{
  color: rgb(51 65 85 / 0.25);
}

.placeholder-slate-700\/25::placeholder{
  color: rgb(51 65 85 / 0.25);
}

.placeholder-slate-700\/30::-moz-placeholder{
  color: rgb(51 65 85 / 0.3);
}

.placeholder-slate-700\/30::placeholder{
  color: rgb(51 65 85 / 0.3);
}

.placeholder-slate-700\/40::-moz-placeholder{
  color: rgb(51 65 85 / 0.4);
}

.placeholder-slate-700\/40::placeholder{
  color: rgb(51 65 85 / 0.4);
}

.placeholder-slate-700\/5::-moz-placeholder{
  color: rgb(51 65 85 / 0.05);
}

.placeholder-slate-700\/5::placeholder{
  color: rgb(51 65 85 / 0.05);
}

.placeholder-slate-700\/50::-moz-placeholder{
  color: rgb(51 65 85 / 0.5);
}

.placeholder-slate-700\/50::placeholder{
  color: rgb(51 65 85 / 0.5);
}

.placeholder-slate-700\/60::-moz-placeholder{
  color: rgb(51 65 85 / 0.6);
}

.placeholder-slate-700\/60::placeholder{
  color: rgb(51 65 85 / 0.6);
}

.placeholder-slate-700\/70::-moz-placeholder{
  color: rgb(51 65 85 / 0.7);
}

.placeholder-slate-700\/70::placeholder{
  color: rgb(51 65 85 / 0.7);
}

.placeholder-slate-700\/75::-moz-placeholder{
  color: rgb(51 65 85 / 0.75);
}

.placeholder-slate-700\/75::placeholder{
  color: rgb(51 65 85 / 0.75);
}

.placeholder-slate-700\/80::-moz-placeholder{
  color: rgb(51 65 85 / 0.8);
}

.placeholder-slate-700\/80::placeholder{
  color: rgb(51 65 85 / 0.8);
}

.placeholder-slate-700\/90::-moz-placeholder{
  color: rgb(51 65 85 / 0.9);
}

.placeholder-slate-700\/90::placeholder{
  color: rgb(51 65 85 / 0.9);
}

.placeholder-slate-700\/95::-moz-placeholder{
  color: rgb(51 65 85 / 0.95);
}

.placeholder-slate-700\/95::placeholder{
  color: rgb(51 65 85 / 0.95);
}

.placeholder-slate-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity));
}

.placeholder-slate-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity));
}

.placeholder-slate-800\/0::-moz-placeholder{
  color: rgb(30 41 59 / 0);
}

.placeholder-slate-800\/0::placeholder{
  color: rgb(30 41 59 / 0);
}

.placeholder-slate-800\/10::-moz-placeholder{
  color: rgb(30 41 59 / 0.1);
}

.placeholder-slate-800\/10::placeholder{
  color: rgb(30 41 59 / 0.1);
}

.placeholder-slate-800\/100::-moz-placeholder{
  color: rgb(30 41 59 / 1);
}

.placeholder-slate-800\/100::placeholder{
  color: rgb(30 41 59 / 1);
}

.placeholder-slate-800\/20::-moz-placeholder{
  color: rgb(30 41 59 / 0.2);
}

.placeholder-slate-800\/20::placeholder{
  color: rgb(30 41 59 / 0.2);
}

.placeholder-slate-800\/25::-moz-placeholder{
  color: rgb(30 41 59 / 0.25);
}

.placeholder-slate-800\/25::placeholder{
  color: rgb(30 41 59 / 0.25);
}

.placeholder-slate-800\/30::-moz-placeholder{
  color: rgb(30 41 59 / 0.3);
}

.placeholder-slate-800\/30::placeholder{
  color: rgb(30 41 59 / 0.3);
}

.placeholder-slate-800\/40::-moz-placeholder{
  color: rgb(30 41 59 / 0.4);
}

.placeholder-slate-800\/40::placeholder{
  color: rgb(30 41 59 / 0.4);
}

.placeholder-slate-800\/5::-moz-placeholder{
  color: rgb(30 41 59 / 0.05);
}

.placeholder-slate-800\/5::placeholder{
  color: rgb(30 41 59 / 0.05);
}

.placeholder-slate-800\/50::-moz-placeholder{
  color: rgb(30 41 59 / 0.5);
}

.placeholder-slate-800\/50::placeholder{
  color: rgb(30 41 59 / 0.5);
}

.placeholder-slate-800\/60::-moz-placeholder{
  color: rgb(30 41 59 / 0.6);
}

.placeholder-slate-800\/60::placeholder{
  color: rgb(30 41 59 / 0.6);
}

.placeholder-slate-800\/70::-moz-placeholder{
  color: rgb(30 41 59 / 0.7);
}

.placeholder-slate-800\/70::placeholder{
  color: rgb(30 41 59 / 0.7);
}

.placeholder-slate-800\/75::-moz-placeholder{
  color: rgb(30 41 59 / 0.75);
}

.placeholder-slate-800\/75::placeholder{
  color: rgb(30 41 59 / 0.75);
}

.placeholder-slate-800\/80::-moz-placeholder{
  color: rgb(30 41 59 / 0.8);
}

.placeholder-slate-800\/80::placeholder{
  color: rgb(30 41 59 / 0.8);
}

.placeholder-slate-800\/90::-moz-placeholder{
  color: rgb(30 41 59 / 0.9);
}

.placeholder-slate-800\/90::placeholder{
  color: rgb(30 41 59 / 0.9);
}

.placeholder-slate-800\/95::-moz-placeholder{
  color: rgb(30 41 59 / 0.95);
}

.placeholder-slate-800\/95::placeholder{
  color: rgb(30 41 59 / 0.95);
}

.placeholder-slate-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity));
}

.placeholder-slate-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity));
}

.placeholder-slate-900\/0::-moz-placeholder{
  color: rgb(15 23 42 / 0);
}

.placeholder-slate-900\/0::placeholder{
  color: rgb(15 23 42 / 0);
}

.placeholder-slate-900\/10::-moz-placeholder{
  color: rgb(15 23 42 / 0.1);
}

.placeholder-slate-900\/10::placeholder{
  color: rgb(15 23 42 / 0.1);
}

.placeholder-slate-900\/100::-moz-placeholder{
  color: rgb(15 23 42 / 1);
}

.placeholder-slate-900\/100::placeholder{
  color: rgb(15 23 42 / 1);
}

.placeholder-slate-900\/20::-moz-placeholder{
  color: rgb(15 23 42 / 0.2);
}

.placeholder-slate-900\/20::placeholder{
  color: rgb(15 23 42 / 0.2);
}

.placeholder-slate-900\/25::-moz-placeholder{
  color: rgb(15 23 42 / 0.25);
}

.placeholder-slate-900\/25::placeholder{
  color: rgb(15 23 42 / 0.25);
}

.placeholder-slate-900\/30::-moz-placeholder{
  color: rgb(15 23 42 / 0.3);
}

.placeholder-slate-900\/30::placeholder{
  color: rgb(15 23 42 / 0.3);
}

.placeholder-slate-900\/40::-moz-placeholder{
  color: rgb(15 23 42 / 0.4);
}

.placeholder-slate-900\/40::placeholder{
  color: rgb(15 23 42 / 0.4);
}

.placeholder-slate-900\/5::-moz-placeholder{
  color: rgb(15 23 42 / 0.05);
}

.placeholder-slate-900\/5::placeholder{
  color: rgb(15 23 42 / 0.05);
}

.placeholder-slate-900\/50::-moz-placeholder{
  color: rgb(15 23 42 / 0.5);
}

.placeholder-slate-900\/50::placeholder{
  color: rgb(15 23 42 / 0.5);
}

.placeholder-slate-900\/60::-moz-placeholder{
  color: rgb(15 23 42 / 0.6);
}

.placeholder-slate-900\/60::placeholder{
  color: rgb(15 23 42 / 0.6);
}

.placeholder-slate-900\/70::-moz-placeholder{
  color: rgb(15 23 42 / 0.7);
}

.placeholder-slate-900\/70::placeholder{
  color: rgb(15 23 42 / 0.7);
}

.placeholder-slate-900\/75::-moz-placeholder{
  color: rgb(15 23 42 / 0.75);
}

.placeholder-slate-900\/75::placeholder{
  color: rgb(15 23 42 / 0.75);
}

.placeholder-slate-900\/80::-moz-placeholder{
  color: rgb(15 23 42 / 0.8);
}

.placeholder-slate-900\/80::placeholder{
  color: rgb(15 23 42 / 0.8);
}

.placeholder-slate-900\/90::-moz-placeholder{
  color: rgb(15 23 42 / 0.9);
}

.placeholder-slate-900\/90::placeholder{
  color: rgb(15 23 42 / 0.9);
}

.placeholder-slate-900\/95::-moz-placeholder{
  color: rgb(15 23 42 / 0.95);
}

.placeholder-slate-900\/95::placeholder{
  color: rgb(15 23 42 / 0.95);
}

.placeholder-slate-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity));
}

.placeholder-slate-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity));
}

.placeholder-slate-950\/0::-moz-placeholder{
  color: rgb(2 6 23 / 0);
}

.placeholder-slate-950\/0::placeholder{
  color: rgb(2 6 23 / 0);
}

.placeholder-slate-950\/10::-moz-placeholder{
  color: rgb(2 6 23 / 0.1);
}

.placeholder-slate-950\/10::placeholder{
  color: rgb(2 6 23 / 0.1);
}

.placeholder-slate-950\/100::-moz-placeholder{
  color: rgb(2 6 23 / 1);
}

.placeholder-slate-950\/100::placeholder{
  color: rgb(2 6 23 / 1);
}

.placeholder-slate-950\/20::-moz-placeholder{
  color: rgb(2 6 23 / 0.2);
}

.placeholder-slate-950\/20::placeholder{
  color: rgb(2 6 23 / 0.2);
}

.placeholder-slate-950\/25::-moz-placeholder{
  color: rgb(2 6 23 / 0.25);
}

.placeholder-slate-950\/25::placeholder{
  color: rgb(2 6 23 / 0.25);
}

.placeholder-slate-950\/30::-moz-placeholder{
  color: rgb(2 6 23 / 0.3);
}

.placeholder-slate-950\/30::placeholder{
  color: rgb(2 6 23 / 0.3);
}

.placeholder-slate-950\/40::-moz-placeholder{
  color: rgb(2 6 23 / 0.4);
}

.placeholder-slate-950\/40::placeholder{
  color: rgb(2 6 23 / 0.4);
}

.placeholder-slate-950\/5::-moz-placeholder{
  color: rgb(2 6 23 / 0.05);
}

.placeholder-slate-950\/5::placeholder{
  color: rgb(2 6 23 / 0.05);
}

.placeholder-slate-950\/50::-moz-placeholder{
  color: rgb(2 6 23 / 0.5);
}

.placeholder-slate-950\/50::placeholder{
  color: rgb(2 6 23 / 0.5);
}

.placeholder-slate-950\/60::-moz-placeholder{
  color: rgb(2 6 23 / 0.6);
}

.placeholder-slate-950\/60::placeholder{
  color: rgb(2 6 23 / 0.6);
}

.placeholder-slate-950\/70::-moz-placeholder{
  color: rgb(2 6 23 / 0.7);
}

.placeholder-slate-950\/70::placeholder{
  color: rgb(2 6 23 / 0.7);
}

.placeholder-slate-950\/75::-moz-placeholder{
  color: rgb(2 6 23 / 0.75);
}

.placeholder-slate-950\/75::placeholder{
  color: rgb(2 6 23 / 0.75);
}

.placeholder-slate-950\/80::-moz-placeholder{
  color: rgb(2 6 23 / 0.8);
}

.placeholder-slate-950\/80::placeholder{
  color: rgb(2 6 23 / 0.8);
}

.placeholder-slate-950\/90::-moz-placeholder{
  color: rgb(2 6 23 / 0.9);
}

.placeholder-slate-950\/90::placeholder{
  color: rgb(2 6 23 / 0.9);
}

.placeholder-slate-950\/95::-moz-placeholder{
  color: rgb(2 6 23 / 0.95);
}

.placeholder-slate-950\/95::placeholder{
  color: rgb(2 6 23 / 0.95);
}

.placeholder-stone-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity));
}

.placeholder-stone-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity));
}

.placeholder-stone-100\/0::-moz-placeholder{
  color: rgb(245 245 244 / 0);
}

.placeholder-stone-100\/0::placeholder{
  color: rgb(245 245 244 / 0);
}

.placeholder-stone-100\/10::-moz-placeholder{
  color: rgb(245 245 244 / 0.1);
}

.placeholder-stone-100\/10::placeholder{
  color: rgb(245 245 244 / 0.1);
}

.placeholder-stone-100\/100::-moz-placeholder{
  color: rgb(245 245 244 / 1);
}

.placeholder-stone-100\/100::placeholder{
  color: rgb(245 245 244 / 1);
}

.placeholder-stone-100\/20::-moz-placeholder{
  color: rgb(245 245 244 / 0.2);
}

.placeholder-stone-100\/20::placeholder{
  color: rgb(245 245 244 / 0.2);
}

.placeholder-stone-100\/25::-moz-placeholder{
  color: rgb(245 245 244 / 0.25);
}

.placeholder-stone-100\/25::placeholder{
  color: rgb(245 245 244 / 0.25);
}

.placeholder-stone-100\/30::-moz-placeholder{
  color: rgb(245 245 244 / 0.3);
}

.placeholder-stone-100\/30::placeholder{
  color: rgb(245 245 244 / 0.3);
}

.placeholder-stone-100\/40::-moz-placeholder{
  color: rgb(245 245 244 / 0.4);
}

.placeholder-stone-100\/40::placeholder{
  color: rgb(245 245 244 / 0.4);
}

.placeholder-stone-100\/5::-moz-placeholder{
  color: rgb(245 245 244 / 0.05);
}

.placeholder-stone-100\/5::placeholder{
  color: rgb(245 245 244 / 0.05);
}

.placeholder-stone-100\/50::-moz-placeholder{
  color: rgb(245 245 244 / 0.5);
}

.placeholder-stone-100\/50::placeholder{
  color: rgb(245 245 244 / 0.5);
}

.placeholder-stone-100\/60::-moz-placeholder{
  color: rgb(245 245 244 / 0.6);
}

.placeholder-stone-100\/60::placeholder{
  color: rgb(245 245 244 / 0.6);
}

.placeholder-stone-100\/70::-moz-placeholder{
  color: rgb(245 245 244 / 0.7);
}

.placeholder-stone-100\/70::placeholder{
  color: rgb(245 245 244 / 0.7);
}

.placeholder-stone-100\/75::-moz-placeholder{
  color: rgb(245 245 244 / 0.75);
}

.placeholder-stone-100\/75::placeholder{
  color: rgb(245 245 244 / 0.75);
}

.placeholder-stone-100\/80::-moz-placeholder{
  color: rgb(245 245 244 / 0.8);
}

.placeholder-stone-100\/80::placeholder{
  color: rgb(245 245 244 / 0.8);
}

.placeholder-stone-100\/90::-moz-placeholder{
  color: rgb(245 245 244 / 0.9);
}

.placeholder-stone-100\/90::placeholder{
  color: rgb(245 245 244 / 0.9);
}

.placeholder-stone-100\/95::-moz-placeholder{
  color: rgb(245 245 244 / 0.95);
}

.placeholder-stone-100\/95::placeholder{
  color: rgb(245 245 244 / 0.95);
}

.placeholder-stone-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity));
}

.placeholder-stone-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity));
}

.placeholder-stone-200\/0::-moz-placeholder{
  color: rgb(231 229 228 / 0);
}

.placeholder-stone-200\/0::placeholder{
  color: rgb(231 229 228 / 0);
}

.placeholder-stone-200\/10::-moz-placeholder{
  color: rgb(231 229 228 / 0.1);
}

.placeholder-stone-200\/10::placeholder{
  color: rgb(231 229 228 / 0.1);
}

.placeholder-stone-200\/100::-moz-placeholder{
  color: rgb(231 229 228 / 1);
}

.placeholder-stone-200\/100::placeholder{
  color: rgb(231 229 228 / 1);
}

.placeholder-stone-200\/20::-moz-placeholder{
  color: rgb(231 229 228 / 0.2);
}

.placeholder-stone-200\/20::placeholder{
  color: rgb(231 229 228 / 0.2);
}

.placeholder-stone-200\/25::-moz-placeholder{
  color: rgb(231 229 228 / 0.25);
}

.placeholder-stone-200\/25::placeholder{
  color: rgb(231 229 228 / 0.25);
}

.placeholder-stone-200\/30::-moz-placeholder{
  color: rgb(231 229 228 / 0.3);
}

.placeholder-stone-200\/30::placeholder{
  color: rgb(231 229 228 / 0.3);
}

.placeholder-stone-200\/40::-moz-placeholder{
  color: rgb(231 229 228 / 0.4);
}

.placeholder-stone-200\/40::placeholder{
  color: rgb(231 229 228 / 0.4);
}

.placeholder-stone-200\/5::-moz-placeholder{
  color: rgb(231 229 228 / 0.05);
}

.placeholder-stone-200\/5::placeholder{
  color: rgb(231 229 228 / 0.05);
}

.placeholder-stone-200\/50::-moz-placeholder{
  color: rgb(231 229 228 / 0.5);
}

.placeholder-stone-200\/50::placeholder{
  color: rgb(231 229 228 / 0.5);
}

.placeholder-stone-200\/60::-moz-placeholder{
  color: rgb(231 229 228 / 0.6);
}

.placeholder-stone-200\/60::placeholder{
  color: rgb(231 229 228 / 0.6);
}

.placeholder-stone-200\/70::-moz-placeholder{
  color: rgb(231 229 228 / 0.7);
}

.placeholder-stone-200\/70::placeholder{
  color: rgb(231 229 228 / 0.7);
}

.placeholder-stone-200\/75::-moz-placeholder{
  color: rgb(231 229 228 / 0.75);
}

.placeholder-stone-200\/75::placeholder{
  color: rgb(231 229 228 / 0.75);
}

.placeholder-stone-200\/80::-moz-placeholder{
  color: rgb(231 229 228 / 0.8);
}

.placeholder-stone-200\/80::placeholder{
  color: rgb(231 229 228 / 0.8);
}

.placeholder-stone-200\/90::-moz-placeholder{
  color: rgb(231 229 228 / 0.9);
}

.placeholder-stone-200\/90::placeholder{
  color: rgb(231 229 228 / 0.9);
}

.placeholder-stone-200\/95::-moz-placeholder{
  color: rgb(231 229 228 / 0.95);
}

.placeholder-stone-200\/95::placeholder{
  color: rgb(231 229 228 / 0.95);
}

.placeholder-stone-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity));
}

.placeholder-stone-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity));
}

.placeholder-stone-300\/0::-moz-placeholder{
  color: rgb(214 211 209 / 0);
}

.placeholder-stone-300\/0::placeholder{
  color: rgb(214 211 209 / 0);
}

.placeholder-stone-300\/10::-moz-placeholder{
  color: rgb(214 211 209 / 0.1);
}

.placeholder-stone-300\/10::placeholder{
  color: rgb(214 211 209 / 0.1);
}

.placeholder-stone-300\/100::-moz-placeholder{
  color: rgb(214 211 209 / 1);
}

.placeholder-stone-300\/100::placeholder{
  color: rgb(214 211 209 / 1);
}

.placeholder-stone-300\/20::-moz-placeholder{
  color: rgb(214 211 209 / 0.2);
}

.placeholder-stone-300\/20::placeholder{
  color: rgb(214 211 209 / 0.2);
}

.placeholder-stone-300\/25::-moz-placeholder{
  color: rgb(214 211 209 / 0.25);
}

.placeholder-stone-300\/25::placeholder{
  color: rgb(214 211 209 / 0.25);
}

.placeholder-stone-300\/30::-moz-placeholder{
  color: rgb(214 211 209 / 0.3);
}

.placeholder-stone-300\/30::placeholder{
  color: rgb(214 211 209 / 0.3);
}

.placeholder-stone-300\/40::-moz-placeholder{
  color: rgb(214 211 209 / 0.4);
}

.placeholder-stone-300\/40::placeholder{
  color: rgb(214 211 209 / 0.4);
}

.placeholder-stone-300\/5::-moz-placeholder{
  color: rgb(214 211 209 / 0.05);
}

.placeholder-stone-300\/5::placeholder{
  color: rgb(214 211 209 / 0.05);
}

.placeholder-stone-300\/50::-moz-placeholder{
  color: rgb(214 211 209 / 0.5);
}

.placeholder-stone-300\/50::placeholder{
  color: rgb(214 211 209 / 0.5);
}

.placeholder-stone-300\/60::-moz-placeholder{
  color: rgb(214 211 209 / 0.6);
}

.placeholder-stone-300\/60::placeholder{
  color: rgb(214 211 209 / 0.6);
}

.placeholder-stone-300\/70::-moz-placeholder{
  color: rgb(214 211 209 / 0.7);
}

.placeholder-stone-300\/70::placeholder{
  color: rgb(214 211 209 / 0.7);
}

.placeholder-stone-300\/75::-moz-placeholder{
  color: rgb(214 211 209 / 0.75);
}

.placeholder-stone-300\/75::placeholder{
  color: rgb(214 211 209 / 0.75);
}

.placeholder-stone-300\/80::-moz-placeholder{
  color: rgb(214 211 209 / 0.8);
}

.placeholder-stone-300\/80::placeholder{
  color: rgb(214 211 209 / 0.8);
}

.placeholder-stone-300\/90::-moz-placeholder{
  color: rgb(214 211 209 / 0.9);
}

.placeholder-stone-300\/90::placeholder{
  color: rgb(214 211 209 / 0.9);
}

.placeholder-stone-300\/95::-moz-placeholder{
  color: rgb(214 211 209 / 0.95);
}

.placeholder-stone-300\/95::placeholder{
  color: rgb(214 211 209 / 0.95);
}

.placeholder-stone-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity));
}

.placeholder-stone-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity));
}

.placeholder-stone-400\/0::-moz-placeholder{
  color: rgb(168 162 158 / 0);
}

.placeholder-stone-400\/0::placeholder{
  color: rgb(168 162 158 / 0);
}

.placeholder-stone-400\/10::-moz-placeholder{
  color: rgb(168 162 158 / 0.1);
}

.placeholder-stone-400\/10::placeholder{
  color: rgb(168 162 158 / 0.1);
}

.placeholder-stone-400\/100::-moz-placeholder{
  color: rgb(168 162 158 / 1);
}

.placeholder-stone-400\/100::placeholder{
  color: rgb(168 162 158 / 1);
}

.placeholder-stone-400\/20::-moz-placeholder{
  color: rgb(168 162 158 / 0.2);
}

.placeholder-stone-400\/20::placeholder{
  color: rgb(168 162 158 / 0.2);
}

.placeholder-stone-400\/25::-moz-placeholder{
  color: rgb(168 162 158 / 0.25);
}

.placeholder-stone-400\/25::placeholder{
  color: rgb(168 162 158 / 0.25);
}

.placeholder-stone-400\/30::-moz-placeholder{
  color: rgb(168 162 158 / 0.3);
}

.placeholder-stone-400\/30::placeholder{
  color: rgb(168 162 158 / 0.3);
}

.placeholder-stone-400\/40::-moz-placeholder{
  color: rgb(168 162 158 / 0.4);
}

.placeholder-stone-400\/40::placeholder{
  color: rgb(168 162 158 / 0.4);
}

.placeholder-stone-400\/5::-moz-placeholder{
  color: rgb(168 162 158 / 0.05);
}

.placeholder-stone-400\/5::placeholder{
  color: rgb(168 162 158 / 0.05);
}

.placeholder-stone-400\/50::-moz-placeholder{
  color: rgb(168 162 158 / 0.5);
}

.placeholder-stone-400\/50::placeholder{
  color: rgb(168 162 158 / 0.5);
}

.placeholder-stone-400\/60::-moz-placeholder{
  color: rgb(168 162 158 / 0.6);
}

.placeholder-stone-400\/60::placeholder{
  color: rgb(168 162 158 / 0.6);
}

.placeholder-stone-400\/70::-moz-placeholder{
  color: rgb(168 162 158 / 0.7);
}

.placeholder-stone-400\/70::placeholder{
  color: rgb(168 162 158 / 0.7);
}

.placeholder-stone-400\/75::-moz-placeholder{
  color: rgb(168 162 158 / 0.75);
}

.placeholder-stone-400\/75::placeholder{
  color: rgb(168 162 158 / 0.75);
}

.placeholder-stone-400\/80::-moz-placeholder{
  color: rgb(168 162 158 / 0.8);
}

.placeholder-stone-400\/80::placeholder{
  color: rgb(168 162 158 / 0.8);
}

.placeholder-stone-400\/90::-moz-placeholder{
  color: rgb(168 162 158 / 0.9);
}

.placeholder-stone-400\/90::placeholder{
  color: rgb(168 162 158 / 0.9);
}

.placeholder-stone-400\/95::-moz-placeholder{
  color: rgb(168 162 158 / 0.95);
}

.placeholder-stone-400\/95::placeholder{
  color: rgb(168 162 158 / 0.95);
}

.placeholder-stone-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity));
}

.placeholder-stone-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity));
}

.placeholder-stone-50\/0::-moz-placeholder{
  color: rgb(250 250 249 / 0);
}

.placeholder-stone-50\/0::placeholder{
  color: rgb(250 250 249 / 0);
}

.placeholder-stone-50\/10::-moz-placeholder{
  color: rgb(250 250 249 / 0.1);
}

.placeholder-stone-50\/10::placeholder{
  color: rgb(250 250 249 / 0.1);
}

.placeholder-stone-50\/100::-moz-placeholder{
  color: rgb(250 250 249 / 1);
}

.placeholder-stone-50\/100::placeholder{
  color: rgb(250 250 249 / 1);
}

.placeholder-stone-50\/20::-moz-placeholder{
  color: rgb(250 250 249 / 0.2);
}

.placeholder-stone-50\/20::placeholder{
  color: rgb(250 250 249 / 0.2);
}

.placeholder-stone-50\/25::-moz-placeholder{
  color: rgb(250 250 249 / 0.25);
}

.placeholder-stone-50\/25::placeholder{
  color: rgb(250 250 249 / 0.25);
}

.placeholder-stone-50\/30::-moz-placeholder{
  color: rgb(250 250 249 / 0.3);
}

.placeholder-stone-50\/30::placeholder{
  color: rgb(250 250 249 / 0.3);
}

.placeholder-stone-50\/40::-moz-placeholder{
  color: rgb(250 250 249 / 0.4);
}

.placeholder-stone-50\/40::placeholder{
  color: rgb(250 250 249 / 0.4);
}

.placeholder-stone-50\/5::-moz-placeholder{
  color: rgb(250 250 249 / 0.05);
}

.placeholder-stone-50\/5::placeholder{
  color: rgb(250 250 249 / 0.05);
}

.placeholder-stone-50\/50::-moz-placeholder{
  color: rgb(250 250 249 / 0.5);
}

.placeholder-stone-50\/50::placeholder{
  color: rgb(250 250 249 / 0.5);
}

.placeholder-stone-50\/60::-moz-placeholder{
  color: rgb(250 250 249 / 0.6);
}

.placeholder-stone-50\/60::placeholder{
  color: rgb(250 250 249 / 0.6);
}

.placeholder-stone-50\/70::-moz-placeholder{
  color: rgb(250 250 249 / 0.7);
}

.placeholder-stone-50\/70::placeholder{
  color: rgb(250 250 249 / 0.7);
}

.placeholder-stone-50\/75::-moz-placeholder{
  color: rgb(250 250 249 / 0.75);
}

.placeholder-stone-50\/75::placeholder{
  color: rgb(250 250 249 / 0.75);
}

.placeholder-stone-50\/80::-moz-placeholder{
  color: rgb(250 250 249 / 0.8);
}

.placeholder-stone-50\/80::placeholder{
  color: rgb(250 250 249 / 0.8);
}

.placeholder-stone-50\/90::-moz-placeholder{
  color: rgb(250 250 249 / 0.9);
}

.placeholder-stone-50\/90::placeholder{
  color: rgb(250 250 249 / 0.9);
}

.placeholder-stone-50\/95::-moz-placeholder{
  color: rgb(250 250 249 / 0.95);
}

.placeholder-stone-50\/95::placeholder{
  color: rgb(250 250 249 / 0.95);
}

.placeholder-stone-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity));
}

.placeholder-stone-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity));
}

.placeholder-stone-500\/0::-moz-placeholder{
  color: rgb(120 113 108 / 0);
}

.placeholder-stone-500\/0::placeholder{
  color: rgb(120 113 108 / 0);
}

.placeholder-stone-500\/10::-moz-placeholder{
  color: rgb(120 113 108 / 0.1);
}

.placeholder-stone-500\/10::placeholder{
  color: rgb(120 113 108 / 0.1);
}

.placeholder-stone-500\/100::-moz-placeholder{
  color: rgb(120 113 108 / 1);
}

.placeholder-stone-500\/100::placeholder{
  color: rgb(120 113 108 / 1);
}

.placeholder-stone-500\/20::-moz-placeholder{
  color: rgb(120 113 108 / 0.2);
}

.placeholder-stone-500\/20::placeholder{
  color: rgb(120 113 108 / 0.2);
}

.placeholder-stone-500\/25::-moz-placeholder{
  color: rgb(120 113 108 / 0.25);
}

.placeholder-stone-500\/25::placeholder{
  color: rgb(120 113 108 / 0.25);
}

.placeholder-stone-500\/30::-moz-placeholder{
  color: rgb(120 113 108 / 0.3);
}

.placeholder-stone-500\/30::placeholder{
  color: rgb(120 113 108 / 0.3);
}

.placeholder-stone-500\/40::-moz-placeholder{
  color: rgb(120 113 108 / 0.4);
}

.placeholder-stone-500\/40::placeholder{
  color: rgb(120 113 108 / 0.4);
}

.placeholder-stone-500\/5::-moz-placeholder{
  color: rgb(120 113 108 / 0.05);
}

.placeholder-stone-500\/5::placeholder{
  color: rgb(120 113 108 / 0.05);
}

.placeholder-stone-500\/50::-moz-placeholder{
  color: rgb(120 113 108 / 0.5);
}

.placeholder-stone-500\/50::placeholder{
  color: rgb(120 113 108 / 0.5);
}

.placeholder-stone-500\/60::-moz-placeholder{
  color: rgb(120 113 108 / 0.6);
}

.placeholder-stone-500\/60::placeholder{
  color: rgb(120 113 108 / 0.6);
}

.placeholder-stone-500\/70::-moz-placeholder{
  color: rgb(120 113 108 / 0.7);
}

.placeholder-stone-500\/70::placeholder{
  color: rgb(120 113 108 / 0.7);
}

.placeholder-stone-500\/75::-moz-placeholder{
  color: rgb(120 113 108 / 0.75);
}

.placeholder-stone-500\/75::placeholder{
  color: rgb(120 113 108 / 0.75);
}

.placeholder-stone-500\/80::-moz-placeholder{
  color: rgb(120 113 108 / 0.8);
}

.placeholder-stone-500\/80::placeholder{
  color: rgb(120 113 108 / 0.8);
}

.placeholder-stone-500\/90::-moz-placeholder{
  color: rgb(120 113 108 / 0.9);
}

.placeholder-stone-500\/90::placeholder{
  color: rgb(120 113 108 / 0.9);
}

.placeholder-stone-500\/95::-moz-placeholder{
  color: rgb(120 113 108 / 0.95);
}

.placeholder-stone-500\/95::placeholder{
  color: rgb(120 113 108 / 0.95);
}

.placeholder-stone-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity));
}

.placeholder-stone-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity));
}

.placeholder-stone-600\/0::-moz-placeholder{
  color: rgb(87 83 78 / 0);
}

.placeholder-stone-600\/0::placeholder{
  color: rgb(87 83 78 / 0);
}

.placeholder-stone-600\/10::-moz-placeholder{
  color: rgb(87 83 78 / 0.1);
}

.placeholder-stone-600\/10::placeholder{
  color: rgb(87 83 78 / 0.1);
}

.placeholder-stone-600\/100::-moz-placeholder{
  color: rgb(87 83 78 / 1);
}

.placeholder-stone-600\/100::placeholder{
  color: rgb(87 83 78 / 1);
}

.placeholder-stone-600\/20::-moz-placeholder{
  color: rgb(87 83 78 / 0.2);
}

.placeholder-stone-600\/20::placeholder{
  color: rgb(87 83 78 / 0.2);
}

.placeholder-stone-600\/25::-moz-placeholder{
  color: rgb(87 83 78 / 0.25);
}

.placeholder-stone-600\/25::placeholder{
  color: rgb(87 83 78 / 0.25);
}

.placeholder-stone-600\/30::-moz-placeholder{
  color: rgb(87 83 78 / 0.3);
}

.placeholder-stone-600\/30::placeholder{
  color: rgb(87 83 78 / 0.3);
}

.placeholder-stone-600\/40::-moz-placeholder{
  color: rgb(87 83 78 / 0.4);
}

.placeholder-stone-600\/40::placeholder{
  color: rgb(87 83 78 / 0.4);
}

.placeholder-stone-600\/5::-moz-placeholder{
  color: rgb(87 83 78 / 0.05);
}

.placeholder-stone-600\/5::placeholder{
  color: rgb(87 83 78 / 0.05);
}

.placeholder-stone-600\/50::-moz-placeholder{
  color: rgb(87 83 78 / 0.5);
}

.placeholder-stone-600\/50::placeholder{
  color: rgb(87 83 78 / 0.5);
}

.placeholder-stone-600\/60::-moz-placeholder{
  color: rgb(87 83 78 / 0.6);
}

.placeholder-stone-600\/60::placeholder{
  color: rgb(87 83 78 / 0.6);
}

.placeholder-stone-600\/70::-moz-placeholder{
  color: rgb(87 83 78 / 0.7);
}

.placeholder-stone-600\/70::placeholder{
  color: rgb(87 83 78 / 0.7);
}

.placeholder-stone-600\/75::-moz-placeholder{
  color: rgb(87 83 78 / 0.75);
}

.placeholder-stone-600\/75::placeholder{
  color: rgb(87 83 78 / 0.75);
}

.placeholder-stone-600\/80::-moz-placeholder{
  color: rgb(87 83 78 / 0.8);
}

.placeholder-stone-600\/80::placeholder{
  color: rgb(87 83 78 / 0.8);
}

.placeholder-stone-600\/90::-moz-placeholder{
  color: rgb(87 83 78 / 0.9);
}

.placeholder-stone-600\/90::placeholder{
  color: rgb(87 83 78 / 0.9);
}

.placeholder-stone-600\/95::-moz-placeholder{
  color: rgb(87 83 78 / 0.95);
}

.placeholder-stone-600\/95::placeholder{
  color: rgb(87 83 78 / 0.95);
}

.placeholder-stone-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity));
}

.placeholder-stone-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity));
}

.placeholder-stone-700\/0::-moz-placeholder{
  color: rgb(68 64 60 / 0);
}

.placeholder-stone-700\/0::placeholder{
  color: rgb(68 64 60 / 0);
}

.placeholder-stone-700\/10::-moz-placeholder{
  color: rgb(68 64 60 / 0.1);
}

.placeholder-stone-700\/10::placeholder{
  color: rgb(68 64 60 / 0.1);
}

.placeholder-stone-700\/100::-moz-placeholder{
  color: rgb(68 64 60 / 1);
}

.placeholder-stone-700\/100::placeholder{
  color: rgb(68 64 60 / 1);
}

.placeholder-stone-700\/20::-moz-placeholder{
  color: rgb(68 64 60 / 0.2);
}

.placeholder-stone-700\/20::placeholder{
  color: rgb(68 64 60 / 0.2);
}

.placeholder-stone-700\/25::-moz-placeholder{
  color: rgb(68 64 60 / 0.25);
}

.placeholder-stone-700\/25::placeholder{
  color: rgb(68 64 60 / 0.25);
}

.placeholder-stone-700\/30::-moz-placeholder{
  color: rgb(68 64 60 / 0.3);
}

.placeholder-stone-700\/30::placeholder{
  color: rgb(68 64 60 / 0.3);
}

.placeholder-stone-700\/40::-moz-placeholder{
  color: rgb(68 64 60 / 0.4);
}

.placeholder-stone-700\/40::placeholder{
  color: rgb(68 64 60 / 0.4);
}

.placeholder-stone-700\/5::-moz-placeholder{
  color: rgb(68 64 60 / 0.05);
}

.placeholder-stone-700\/5::placeholder{
  color: rgb(68 64 60 / 0.05);
}

.placeholder-stone-700\/50::-moz-placeholder{
  color: rgb(68 64 60 / 0.5);
}

.placeholder-stone-700\/50::placeholder{
  color: rgb(68 64 60 / 0.5);
}

.placeholder-stone-700\/60::-moz-placeholder{
  color: rgb(68 64 60 / 0.6);
}

.placeholder-stone-700\/60::placeholder{
  color: rgb(68 64 60 / 0.6);
}

.placeholder-stone-700\/70::-moz-placeholder{
  color: rgb(68 64 60 / 0.7);
}

.placeholder-stone-700\/70::placeholder{
  color: rgb(68 64 60 / 0.7);
}

.placeholder-stone-700\/75::-moz-placeholder{
  color: rgb(68 64 60 / 0.75);
}

.placeholder-stone-700\/75::placeholder{
  color: rgb(68 64 60 / 0.75);
}

.placeholder-stone-700\/80::-moz-placeholder{
  color: rgb(68 64 60 / 0.8);
}

.placeholder-stone-700\/80::placeholder{
  color: rgb(68 64 60 / 0.8);
}

.placeholder-stone-700\/90::-moz-placeholder{
  color: rgb(68 64 60 / 0.9);
}

.placeholder-stone-700\/90::placeholder{
  color: rgb(68 64 60 / 0.9);
}

.placeholder-stone-700\/95::-moz-placeholder{
  color: rgb(68 64 60 / 0.95);
}

.placeholder-stone-700\/95::placeholder{
  color: rgb(68 64 60 / 0.95);
}

.placeholder-stone-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity));
}

.placeholder-stone-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity));
}

.placeholder-stone-800\/0::-moz-placeholder{
  color: rgb(41 37 36 / 0);
}

.placeholder-stone-800\/0::placeholder{
  color: rgb(41 37 36 / 0);
}

.placeholder-stone-800\/10::-moz-placeholder{
  color: rgb(41 37 36 / 0.1);
}

.placeholder-stone-800\/10::placeholder{
  color: rgb(41 37 36 / 0.1);
}

.placeholder-stone-800\/100::-moz-placeholder{
  color: rgb(41 37 36 / 1);
}

.placeholder-stone-800\/100::placeholder{
  color: rgb(41 37 36 / 1);
}

.placeholder-stone-800\/20::-moz-placeholder{
  color: rgb(41 37 36 / 0.2);
}

.placeholder-stone-800\/20::placeholder{
  color: rgb(41 37 36 / 0.2);
}

.placeholder-stone-800\/25::-moz-placeholder{
  color: rgb(41 37 36 / 0.25);
}

.placeholder-stone-800\/25::placeholder{
  color: rgb(41 37 36 / 0.25);
}

.placeholder-stone-800\/30::-moz-placeholder{
  color: rgb(41 37 36 / 0.3);
}

.placeholder-stone-800\/30::placeholder{
  color: rgb(41 37 36 / 0.3);
}

.placeholder-stone-800\/40::-moz-placeholder{
  color: rgb(41 37 36 / 0.4);
}

.placeholder-stone-800\/40::placeholder{
  color: rgb(41 37 36 / 0.4);
}

.placeholder-stone-800\/5::-moz-placeholder{
  color: rgb(41 37 36 / 0.05);
}

.placeholder-stone-800\/5::placeholder{
  color: rgb(41 37 36 / 0.05);
}

.placeholder-stone-800\/50::-moz-placeholder{
  color: rgb(41 37 36 / 0.5);
}

.placeholder-stone-800\/50::placeholder{
  color: rgb(41 37 36 / 0.5);
}

.placeholder-stone-800\/60::-moz-placeholder{
  color: rgb(41 37 36 / 0.6);
}

.placeholder-stone-800\/60::placeholder{
  color: rgb(41 37 36 / 0.6);
}

.placeholder-stone-800\/70::-moz-placeholder{
  color: rgb(41 37 36 / 0.7);
}

.placeholder-stone-800\/70::placeholder{
  color: rgb(41 37 36 / 0.7);
}

.placeholder-stone-800\/75::-moz-placeholder{
  color: rgb(41 37 36 / 0.75);
}

.placeholder-stone-800\/75::placeholder{
  color: rgb(41 37 36 / 0.75);
}

.placeholder-stone-800\/80::-moz-placeholder{
  color: rgb(41 37 36 / 0.8);
}

.placeholder-stone-800\/80::placeholder{
  color: rgb(41 37 36 / 0.8);
}

.placeholder-stone-800\/90::-moz-placeholder{
  color: rgb(41 37 36 / 0.9);
}

.placeholder-stone-800\/90::placeholder{
  color: rgb(41 37 36 / 0.9);
}

.placeholder-stone-800\/95::-moz-placeholder{
  color: rgb(41 37 36 / 0.95);
}

.placeholder-stone-800\/95::placeholder{
  color: rgb(41 37 36 / 0.95);
}

.placeholder-stone-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity));
}

.placeholder-stone-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity));
}

.placeholder-stone-900\/0::-moz-placeholder{
  color: rgb(28 25 23 / 0);
}

.placeholder-stone-900\/0::placeholder{
  color: rgb(28 25 23 / 0);
}

.placeholder-stone-900\/10::-moz-placeholder{
  color: rgb(28 25 23 / 0.1);
}

.placeholder-stone-900\/10::placeholder{
  color: rgb(28 25 23 / 0.1);
}

.placeholder-stone-900\/100::-moz-placeholder{
  color: rgb(28 25 23 / 1);
}

.placeholder-stone-900\/100::placeholder{
  color: rgb(28 25 23 / 1);
}

.placeholder-stone-900\/20::-moz-placeholder{
  color: rgb(28 25 23 / 0.2);
}

.placeholder-stone-900\/20::placeholder{
  color: rgb(28 25 23 / 0.2);
}

.placeholder-stone-900\/25::-moz-placeholder{
  color: rgb(28 25 23 / 0.25);
}

.placeholder-stone-900\/25::placeholder{
  color: rgb(28 25 23 / 0.25);
}

.placeholder-stone-900\/30::-moz-placeholder{
  color: rgb(28 25 23 / 0.3);
}

.placeholder-stone-900\/30::placeholder{
  color: rgb(28 25 23 / 0.3);
}

.placeholder-stone-900\/40::-moz-placeholder{
  color: rgb(28 25 23 / 0.4);
}

.placeholder-stone-900\/40::placeholder{
  color: rgb(28 25 23 / 0.4);
}

.placeholder-stone-900\/5::-moz-placeholder{
  color: rgb(28 25 23 / 0.05);
}

.placeholder-stone-900\/5::placeholder{
  color: rgb(28 25 23 / 0.05);
}

.placeholder-stone-900\/50::-moz-placeholder{
  color: rgb(28 25 23 / 0.5);
}

.placeholder-stone-900\/50::placeholder{
  color: rgb(28 25 23 / 0.5);
}

.placeholder-stone-900\/60::-moz-placeholder{
  color: rgb(28 25 23 / 0.6);
}

.placeholder-stone-900\/60::placeholder{
  color: rgb(28 25 23 / 0.6);
}

.placeholder-stone-900\/70::-moz-placeholder{
  color: rgb(28 25 23 / 0.7);
}

.placeholder-stone-900\/70::placeholder{
  color: rgb(28 25 23 / 0.7);
}

.placeholder-stone-900\/75::-moz-placeholder{
  color: rgb(28 25 23 / 0.75);
}

.placeholder-stone-900\/75::placeholder{
  color: rgb(28 25 23 / 0.75);
}

.placeholder-stone-900\/80::-moz-placeholder{
  color: rgb(28 25 23 / 0.8);
}

.placeholder-stone-900\/80::placeholder{
  color: rgb(28 25 23 / 0.8);
}

.placeholder-stone-900\/90::-moz-placeholder{
  color: rgb(28 25 23 / 0.9);
}

.placeholder-stone-900\/90::placeholder{
  color: rgb(28 25 23 / 0.9);
}

.placeholder-stone-900\/95::-moz-placeholder{
  color: rgb(28 25 23 / 0.95);
}

.placeholder-stone-900\/95::placeholder{
  color: rgb(28 25 23 / 0.95);
}

.placeholder-stone-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity));
}

.placeholder-stone-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity));
}

.placeholder-stone-950\/0::-moz-placeholder{
  color: rgb(12 10 9 / 0);
}

.placeholder-stone-950\/0::placeholder{
  color: rgb(12 10 9 / 0);
}

.placeholder-stone-950\/10::-moz-placeholder{
  color: rgb(12 10 9 / 0.1);
}

.placeholder-stone-950\/10::placeholder{
  color: rgb(12 10 9 / 0.1);
}

.placeholder-stone-950\/100::-moz-placeholder{
  color: rgb(12 10 9 / 1);
}

.placeholder-stone-950\/100::placeholder{
  color: rgb(12 10 9 / 1);
}

.placeholder-stone-950\/20::-moz-placeholder{
  color: rgb(12 10 9 / 0.2);
}

.placeholder-stone-950\/20::placeholder{
  color: rgb(12 10 9 / 0.2);
}

.placeholder-stone-950\/25::-moz-placeholder{
  color: rgb(12 10 9 / 0.25);
}

.placeholder-stone-950\/25::placeholder{
  color: rgb(12 10 9 / 0.25);
}

.placeholder-stone-950\/30::-moz-placeholder{
  color: rgb(12 10 9 / 0.3);
}

.placeholder-stone-950\/30::placeholder{
  color: rgb(12 10 9 / 0.3);
}

.placeholder-stone-950\/40::-moz-placeholder{
  color: rgb(12 10 9 / 0.4);
}

.placeholder-stone-950\/40::placeholder{
  color: rgb(12 10 9 / 0.4);
}

.placeholder-stone-950\/5::-moz-placeholder{
  color: rgb(12 10 9 / 0.05);
}

.placeholder-stone-950\/5::placeholder{
  color: rgb(12 10 9 / 0.05);
}

.placeholder-stone-950\/50::-moz-placeholder{
  color: rgb(12 10 9 / 0.5);
}

.placeholder-stone-950\/50::placeholder{
  color: rgb(12 10 9 / 0.5);
}

.placeholder-stone-950\/60::-moz-placeholder{
  color: rgb(12 10 9 / 0.6);
}

.placeholder-stone-950\/60::placeholder{
  color: rgb(12 10 9 / 0.6);
}

.placeholder-stone-950\/70::-moz-placeholder{
  color: rgb(12 10 9 / 0.7);
}

.placeholder-stone-950\/70::placeholder{
  color: rgb(12 10 9 / 0.7);
}

.placeholder-stone-950\/75::-moz-placeholder{
  color: rgb(12 10 9 / 0.75);
}

.placeholder-stone-950\/75::placeholder{
  color: rgb(12 10 9 / 0.75);
}

.placeholder-stone-950\/80::-moz-placeholder{
  color: rgb(12 10 9 / 0.8);
}

.placeholder-stone-950\/80::placeholder{
  color: rgb(12 10 9 / 0.8);
}

.placeholder-stone-950\/90::-moz-placeholder{
  color: rgb(12 10 9 / 0.9);
}

.placeholder-stone-950\/90::placeholder{
  color: rgb(12 10 9 / 0.9);
}

.placeholder-stone-950\/95::-moz-placeholder{
  color: rgb(12 10 9 / 0.95);
}

.placeholder-stone-950\/95::placeholder{
  color: rgb(12 10 9 / 0.95);
}

.placeholder-teal-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity));
}

.placeholder-teal-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity));
}

.placeholder-teal-100\/0::-moz-placeholder{
  color: rgb(204 251 241 / 0);
}

.placeholder-teal-100\/0::placeholder{
  color: rgb(204 251 241 / 0);
}

.placeholder-teal-100\/10::-moz-placeholder{
  color: rgb(204 251 241 / 0.1);
}

.placeholder-teal-100\/10::placeholder{
  color: rgb(204 251 241 / 0.1);
}

.placeholder-teal-100\/100::-moz-placeholder{
  color: rgb(204 251 241 / 1);
}

.placeholder-teal-100\/100::placeholder{
  color: rgb(204 251 241 / 1);
}

.placeholder-teal-100\/20::-moz-placeholder{
  color: rgb(204 251 241 / 0.2);
}

.placeholder-teal-100\/20::placeholder{
  color: rgb(204 251 241 / 0.2);
}

.placeholder-teal-100\/25::-moz-placeholder{
  color: rgb(204 251 241 / 0.25);
}

.placeholder-teal-100\/25::placeholder{
  color: rgb(204 251 241 / 0.25);
}

.placeholder-teal-100\/30::-moz-placeholder{
  color: rgb(204 251 241 / 0.3);
}

.placeholder-teal-100\/30::placeholder{
  color: rgb(204 251 241 / 0.3);
}

.placeholder-teal-100\/40::-moz-placeholder{
  color: rgb(204 251 241 / 0.4);
}

.placeholder-teal-100\/40::placeholder{
  color: rgb(204 251 241 / 0.4);
}

.placeholder-teal-100\/5::-moz-placeholder{
  color: rgb(204 251 241 / 0.05);
}

.placeholder-teal-100\/5::placeholder{
  color: rgb(204 251 241 / 0.05);
}

.placeholder-teal-100\/50::-moz-placeholder{
  color: rgb(204 251 241 / 0.5);
}

.placeholder-teal-100\/50::placeholder{
  color: rgb(204 251 241 / 0.5);
}

.placeholder-teal-100\/60::-moz-placeholder{
  color: rgb(204 251 241 / 0.6);
}

.placeholder-teal-100\/60::placeholder{
  color: rgb(204 251 241 / 0.6);
}

.placeholder-teal-100\/70::-moz-placeholder{
  color: rgb(204 251 241 / 0.7);
}

.placeholder-teal-100\/70::placeholder{
  color: rgb(204 251 241 / 0.7);
}

.placeholder-teal-100\/75::-moz-placeholder{
  color: rgb(204 251 241 / 0.75);
}

.placeholder-teal-100\/75::placeholder{
  color: rgb(204 251 241 / 0.75);
}

.placeholder-teal-100\/80::-moz-placeholder{
  color: rgb(204 251 241 / 0.8);
}

.placeholder-teal-100\/80::placeholder{
  color: rgb(204 251 241 / 0.8);
}

.placeholder-teal-100\/90::-moz-placeholder{
  color: rgb(204 251 241 / 0.9);
}

.placeholder-teal-100\/90::placeholder{
  color: rgb(204 251 241 / 0.9);
}

.placeholder-teal-100\/95::-moz-placeholder{
  color: rgb(204 251 241 / 0.95);
}

.placeholder-teal-100\/95::placeholder{
  color: rgb(204 251 241 / 0.95);
}

.placeholder-teal-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity));
}

.placeholder-teal-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity));
}

.placeholder-teal-200\/0::-moz-placeholder{
  color: rgb(153 246 228 / 0);
}

.placeholder-teal-200\/0::placeholder{
  color: rgb(153 246 228 / 0);
}

.placeholder-teal-200\/10::-moz-placeholder{
  color: rgb(153 246 228 / 0.1);
}

.placeholder-teal-200\/10::placeholder{
  color: rgb(153 246 228 / 0.1);
}

.placeholder-teal-200\/100::-moz-placeholder{
  color: rgb(153 246 228 / 1);
}

.placeholder-teal-200\/100::placeholder{
  color: rgb(153 246 228 / 1);
}

.placeholder-teal-200\/20::-moz-placeholder{
  color: rgb(153 246 228 / 0.2);
}

.placeholder-teal-200\/20::placeholder{
  color: rgb(153 246 228 / 0.2);
}

.placeholder-teal-200\/25::-moz-placeholder{
  color: rgb(153 246 228 / 0.25);
}

.placeholder-teal-200\/25::placeholder{
  color: rgb(153 246 228 / 0.25);
}

.placeholder-teal-200\/30::-moz-placeholder{
  color: rgb(153 246 228 / 0.3);
}

.placeholder-teal-200\/30::placeholder{
  color: rgb(153 246 228 / 0.3);
}

.placeholder-teal-200\/40::-moz-placeholder{
  color: rgb(153 246 228 / 0.4);
}

.placeholder-teal-200\/40::placeholder{
  color: rgb(153 246 228 / 0.4);
}

.placeholder-teal-200\/5::-moz-placeholder{
  color: rgb(153 246 228 / 0.05);
}

.placeholder-teal-200\/5::placeholder{
  color: rgb(153 246 228 / 0.05);
}

.placeholder-teal-200\/50::-moz-placeholder{
  color: rgb(153 246 228 / 0.5);
}

.placeholder-teal-200\/50::placeholder{
  color: rgb(153 246 228 / 0.5);
}

.placeholder-teal-200\/60::-moz-placeholder{
  color: rgb(153 246 228 / 0.6);
}

.placeholder-teal-200\/60::placeholder{
  color: rgb(153 246 228 / 0.6);
}

.placeholder-teal-200\/70::-moz-placeholder{
  color: rgb(153 246 228 / 0.7);
}

.placeholder-teal-200\/70::placeholder{
  color: rgb(153 246 228 / 0.7);
}

.placeholder-teal-200\/75::-moz-placeholder{
  color: rgb(153 246 228 / 0.75);
}

.placeholder-teal-200\/75::placeholder{
  color: rgb(153 246 228 / 0.75);
}

.placeholder-teal-200\/80::-moz-placeholder{
  color: rgb(153 246 228 / 0.8);
}

.placeholder-teal-200\/80::placeholder{
  color: rgb(153 246 228 / 0.8);
}

.placeholder-teal-200\/90::-moz-placeholder{
  color: rgb(153 246 228 / 0.9);
}

.placeholder-teal-200\/90::placeholder{
  color: rgb(153 246 228 / 0.9);
}

.placeholder-teal-200\/95::-moz-placeholder{
  color: rgb(153 246 228 / 0.95);
}

.placeholder-teal-200\/95::placeholder{
  color: rgb(153 246 228 / 0.95);
}

.placeholder-teal-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity));
}

.placeholder-teal-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity));
}

.placeholder-teal-300\/0::-moz-placeholder{
  color: rgb(94 234 212 / 0);
}

.placeholder-teal-300\/0::placeholder{
  color: rgb(94 234 212 / 0);
}

.placeholder-teal-300\/10::-moz-placeholder{
  color: rgb(94 234 212 / 0.1);
}

.placeholder-teal-300\/10::placeholder{
  color: rgb(94 234 212 / 0.1);
}

.placeholder-teal-300\/100::-moz-placeholder{
  color: rgb(94 234 212 / 1);
}

.placeholder-teal-300\/100::placeholder{
  color: rgb(94 234 212 / 1);
}

.placeholder-teal-300\/20::-moz-placeholder{
  color: rgb(94 234 212 / 0.2);
}

.placeholder-teal-300\/20::placeholder{
  color: rgb(94 234 212 / 0.2);
}

.placeholder-teal-300\/25::-moz-placeholder{
  color: rgb(94 234 212 / 0.25);
}

.placeholder-teal-300\/25::placeholder{
  color: rgb(94 234 212 / 0.25);
}

.placeholder-teal-300\/30::-moz-placeholder{
  color: rgb(94 234 212 / 0.3);
}

.placeholder-teal-300\/30::placeholder{
  color: rgb(94 234 212 / 0.3);
}

.placeholder-teal-300\/40::-moz-placeholder{
  color: rgb(94 234 212 / 0.4);
}

.placeholder-teal-300\/40::placeholder{
  color: rgb(94 234 212 / 0.4);
}

.placeholder-teal-300\/5::-moz-placeholder{
  color: rgb(94 234 212 / 0.05);
}

.placeholder-teal-300\/5::placeholder{
  color: rgb(94 234 212 / 0.05);
}

.placeholder-teal-300\/50::-moz-placeholder{
  color: rgb(94 234 212 / 0.5);
}

.placeholder-teal-300\/50::placeholder{
  color: rgb(94 234 212 / 0.5);
}

.placeholder-teal-300\/60::-moz-placeholder{
  color: rgb(94 234 212 / 0.6);
}

.placeholder-teal-300\/60::placeholder{
  color: rgb(94 234 212 / 0.6);
}

.placeholder-teal-300\/70::-moz-placeholder{
  color: rgb(94 234 212 / 0.7);
}

.placeholder-teal-300\/70::placeholder{
  color: rgb(94 234 212 / 0.7);
}

.placeholder-teal-300\/75::-moz-placeholder{
  color: rgb(94 234 212 / 0.75);
}

.placeholder-teal-300\/75::placeholder{
  color: rgb(94 234 212 / 0.75);
}

.placeholder-teal-300\/80::-moz-placeholder{
  color: rgb(94 234 212 / 0.8);
}

.placeholder-teal-300\/80::placeholder{
  color: rgb(94 234 212 / 0.8);
}

.placeholder-teal-300\/90::-moz-placeholder{
  color: rgb(94 234 212 / 0.9);
}

.placeholder-teal-300\/90::placeholder{
  color: rgb(94 234 212 / 0.9);
}

.placeholder-teal-300\/95::-moz-placeholder{
  color: rgb(94 234 212 / 0.95);
}

.placeholder-teal-300\/95::placeholder{
  color: rgb(94 234 212 / 0.95);
}

.placeholder-teal-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity));
}

.placeholder-teal-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity));
}

.placeholder-teal-400\/0::-moz-placeholder{
  color: rgb(45 212 191 / 0);
}

.placeholder-teal-400\/0::placeholder{
  color: rgb(45 212 191 / 0);
}

.placeholder-teal-400\/10::-moz-placeholder{
  color: rgb(45 212 191 / 0.1);
}

.placeholder-teal-400\/10::placeholder{
  color: rgb(45 212 191 / 0.1);
}

.placeholder-teal-400\/100::-moz-placeholder{
  color: rgb(45 212 191 / 1);
}

.placeholder-teal-400\/100::placeholder{
  color: rgb(45 212 191 / 1);
}

.placeholder-teal-400\/20::-moz-placeholder{
  color: rgb(45 212 191 / 0.2);
}

.placeholder-teal-400\/20::placeholder{
  color: rgb(45 212 191 / 0.2);
}

.placeholder-teal-400\/25::-moz-placeholder{
  color: rgb(45 212 191 / 0.25);
}

.placeholder-teal-400\/25::placeholder{
  color: rgb(45 212 191 / 0.25);
}

.placeholder-teal-400\/30::-moz-placeholder{
  color: rgb(45 212 191 / 0.3);
}

.placeholder-teal-400\/30::placeholder{
  color: rgb(45 212 191 / 0.3);
}

.placeholder-teal-400\/40::-moz-placeholder{
  color: rgb(45 212 191 / 0.4);
}

.placeholder-teal-400\/40::placeholder{
  color: rgb(45 212 191 / 0.4);
}

.placeholder-teal-400\/5::-moz-placeholder{
  color: rgb(45 212 191 / 0.05);
}

.placeholder-teal-400\/5::placeholder{
  color: rgb(45 212 191 / 0.05);
}

.placeholder-teal-400\/50::-moz-placeholder{
  color: rgb(45 212 191 / 0.5);
}

.placeholder-teal-400\/50::placeholder{
  color: rgb(45 212 191 / 0.5);
}

.placeholder-teal-400\/60::-moz-placeholder{
  color: rgb(45 212 191 / 0.6);
}

.placeholder-teal-400\/60::placeholder{
  color: rgb(45 212 191 / 0.6);
}

.placeholder-teal-400\/70::-moz-placeholder{
  color: rgb(45 212 191 / 0.7);
}

.placeholder-teal-400\/70::placeholder{
  color: rgb(45 212 191 / 0.7);
}

.placeholder-teal-400\/75::-moz-placeholder{
  color: rgb(45 212 191 / 0.75);
}

.placeholder-teal-400\/75::placeholder{
  color: rgb(45 212 191 / 0.75);
}

.placeholder-teal-400\/80::-moz-placeholder{
  color: rgb(45 212 191 / 0.8);
}

.placeholder-teal-400\/80::placeholder{
  color: rgb(45 212 191 / 0.8);
}

.placeholder-teal-400\/90::-moz-placeholder{
  color: rgb(45 212 191 / 0.9);
}

.placeholder-teal-400\/90::placeholder{
  color: rgb(45 212 191 / 0.9);
}

.placeholder-teal-400\/95::-moz-placeholder{
  color: rgb(45 212 191 / 0.95);
}

.placeholder-teal-400\/95::placeholder{
  color: rgb(45 212 191 / 0.95);
}

.placeholder-teal-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity));
}

.placeholder-teal-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity));
}

.placeholder-teal-50\/0::-moz-placeholder{
  color: rgb(240 253 250 / 0);
}

.placeholder-teal-50\/0::placeholder{
  color: rgb(240 253 250 / 0);
}

.placeholder-teal-50\/10::-moz-placeholder{
  color: rgb(240 253 250 / 0.1);
}

.placeholder-teal-50\/10::placeholder{
  color: rgb(240 253 250 / 0.1);
}

.placeholder-teal-50\/100::-moz-placeholder{
  color: rgb(240 253 250 / 1);
}

.placeholder-teal-50\/100::placeholder{
  color: rgb(240 253 250 / 1);
}

.placeholder-teal-50\/20::-moz-placeholder{
  color: rgb(240 253 250 / 0.2);
}

.placeholder-teal-50\/20::placeholder{
  color: rgb(240 253 250 / 0.2);
}

.placeholder-teal-50\/25::-moz-placeholder{
  color: rgb(240 253 250 / 0.25);
}

.placeholder-teal-50\/25::placeholder{
  color: rgb(240 253 250 / 0.25);
}

.placeholder-teal-50\/30::-moz-placeholder{
  color: rgb(240 253 250 / 0.3);
}

.placeholder-teal-50\/30::placeholder{
  color: rgb(240 253 250 / 0.3);
}

.placeholder-teal-50\/40::-moz-placeholder{
  color: rgb(240 253 250 / 0.4);
}

.placeholder-teal-50\/40::placeholder{
  color: rgb(240 253 250 / 0.4);
}

.placeholder-teal-50\/5::-moz-placeholder{
  color: rgb(240 253 250 / 0.05);
}

.placeholder-teal-50\/5::placeholder{
  color: rgb(240 253 250 / 0.05);
}

.placeholder-teal-50\/50::-moz-placeholder{
  color: rgb(240 253 250 / 0.5);
}

.placeholder-teal-50\/50::placeholder{
  color: rgb(240 253 250 / 0.5);
}

.placeholder-teal-50\/60::-moz-placeholder{
  color: rgb(240 253 250 / 0.6);
}

.placeholder-teal-50\/60::placeholder{
  color: rgb(240 253 250 / 0.6);
}

.placeholder-teal-50\/70::-moz-placeholder{
  color: rgb(240 253 250 / 0.7);
}

.placeholder-teal-50\/70::placeholder{
  color: rgb(240 253 250 / 0.7);
}

.placeholder-teal-50\/75::-moz-placeholder{
  color: rgb(240 253 250 / 0.75);
}

.placeholder-teal-50\/75::placeholder{
  color: rgb(240 253 250 / 0.75);
}

.placeholder-teal-50\/80::-moz-placeholder{
  color: rgb(240 253 250 / 0.8);
}

.placeholder-teal-50\/80::placeholder{
  color: rgb(240 253 250 / 0.8);
}

.placeholder-teal-50\/90::-moz-placeholder{
  color: rgb(240 253 250 / 0.9);
}

.placeholder-teal-50\/90::placeholder{
  color: rgb(240 253 250 / 0.9);
}

.placeholder-teal-50\/95::-moz-placeholder{
  color: rgb(240 253 250 / 0.95);
}

.placeholder-teal-50\/95::placeholder{
  color: rgb(240 253 250 / 0.95);
}

.placeholder-teal-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity));
}

.placeholder-teal-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity));
}

.placeholder-teal-500\/0::-moz-placeholder{
  color: rgb(20 184 166 / 0);
}

.placeholder-teal-500\/0::placeholder{
  color: rgb(20 184 166 / 0);
}

.placeholder-teal-500\/10::-moz-placeholder{
  color: rgb(20 184 166 / 0.1);
}

.placeholder-teal-500\/10::placeholder{
  color: rgb(20 184 166 / 0.1);
}

.placeholder-teal-500\/100::-moz-placeholder{
  color: rgb(20 184 166 / 1);
}

.placeholder-teal-500\/100::placeholder{
  color: rgb(20 184 166 / 1);
}

.placeholder-teal-500\/20::-moz-placeholder{
  color: rgb(20 184 166 / 0.2);
}

.placeholder-teal-500\/20::placeholder{
  color: rgb(20 184 166 / 0.2);
}

.placeholder-teal-500\/25::-moz-placeholder{
  color: rgb(20 184 166 / 0.25);
}

.placeholder-teal-500\/25::placeholder{
  color: rgb(20 184 166 / 0.25);
}

.placeholder-teal-500\/30::-moz-placeholder{
  color: rgb(20 184 166 / 0.3);
}

.placeholder-teal-500\/30::placeholder{
  color: rgb(20 184 166 / 0.3);
}

.placeholder-teal-500\/40::-moz-placeholder{
  color: rgb(20 184 166 / 0.4);
}

.placeholder-teal-500\/40::placeholder{
  color: rgb(20 184 166 / 0.4);
}

.placeholder-teal-500\/5::-moz-placeholder{
  color: rgb(20 184 166 / 0.05);
}

.placeholder-teal-500\/5::placeholder{
  color: rgb(20 184 166 / 0.05);
}

.placeholder-teal-500\/50::-moz-placeholder{
  color: rgb(20 184 166 / 0.5);
}

.placeholder-teal-500\/50::placeholder{
  color: rgb(20 184 166 / 0.5);
}

.placeholder-teal-500\/60::-moz-placeholder{
  color: rgb(20 184 166 / 0.6);
}

.placeholder-teal-500\/60::placeholder{
  color: rgb(20 184 166 / 0.6);
}

.placeholder-teal-500\/70::-moz-placeholder{
  color: rgb(20 184 166 / 0.7);
}

.placeholder-teal-500\/70::placeholder{
  color: rgb(20 184 166 / 0.7);
}

.placeholder-teal-500\/75::-moz-placeholder{
  color: rgb(20 184 166 / 0.75);
}

.placeholder-teal-500\/75::placeholder{
  color: rgb(20 184 166 / 0.75);
}

.placeholder-teal-500\/80::-moz-placeholder{
  color: rgb(20 184 166 / 0.8);
}

.placeholder-teal-500\/80::placeholder{
  color: rgb(20 184 166 / 0.8);
}

.placeholder-teal-500\/90::-moz-placeholder{
  color: rgb(20 184 166 / 0.9);
}

.placeholder-teal-500\/90::placeholder{
  color: rgb(20 184 166 / 0.9);
}

.placeholder-teal-500\/95::-moz-placeholder{
  color: rgb(20 184 166 / 0.95);
}

.placeholder-teal-500\/95::placeholder{
  color: rgb(20 184 166 / 0.95);
}

.placeholder-teal-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity));
}

.placeholder-teal-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity));
}

.placeholder-teal-600\/0::-moz-placeholder{
  color: rgb(13 148 136 / 0);
}

.placeholder-teal-600\/0::placeholder{
  color: rgb(13 148 136 / 0);
}

.placeholder-teal-600\/10::-moz-placeholder{
  color: rgb(13 148 136 / 0.1);
}

.placeholder-teal-600\/10::placeholder{
  color: rgb(13 148 136 / 0.1);
}

.placeholder-teal-600\/100::-moz-placeholder{
  color: rgb(13 148 136 / 1);
}

.placeholder-teal-600\/100::placeholder{
  color: rgb(13 148 136 / 1);
}

.placeholder-teal-600\/20::-moz-placeholder{
  color: rgb(13 148 136 / 0.2);
}

.placeholder-teal-600\/20::placeholder{
  color: rgb(13 148 136 / 0.2);
}

.placeholder-teal-600\/25::-moz-placeholder{
  color: rgb(13 148 136 / 0.25);
}

.placeholder-teal-600\/25::placeholder{
  color: rgb(13 148 136 / 0.25);
}

.placeholder-teal-600\/30::-moz-placeholder{
  color: rgb(13 148 136 / 0.3);
}

.placeholder-teal-600\/30::placeholder{
  color: rgb(13 148 136 / 0.3);
}

.placeholder-teal-600\/40::-moz-placeholder{
  color: rgb(13 148 136 / 0.4);
}

.placeholder-teal-600\/40::placeholder{
  color: rgb(13 148 136 / 0.4);
}

.placeholder-teal-600\/5::-moz-placeholder{
  color: rgb(13 148 136 / 0.05);
}

.placeholder-teal-600\/5::placeholder{
  color: rgb(13 148 136 / 0.05);
}

.placeholder-teal-600\/50::-moz-placeholder{
  color: rgb(13 148 136 / 0.5);
}

.placeholder-teal-600\/50::placeholder{
  color: rgb(13 148 136 / 0.5);
}

.placeholder-teal-600\/60::-moz-placeholder{
  color: rgb(13 148 136 / 0.6);
}

.placeholder-teal-600\/60::placeholder{
  color: rgb(13 148 136 / 0.6);
}

.placeholder-teal-600\/70::-moz-placeholder{
  color: rgb(13 148 136 / 0.7);
}

.placeholder-teal-600\/70::placeholder{
  color: rgb(13 148 136 / 0.7);
}

.placeholder-teal-600\/75::-moz-placeholder{
  color: rgb(13 148 136 / 0.75);
}

.placeholder-teal-600\/75::placeholder{
  color: rgb(13 148 136 / 0.75);
}

.placeholder-teal-600\/80::-moz-placeholder{
  color: rgb(13 148 136 / 0.8);
}

.placeholder-teal-600\/80::placeholder{
  color: rgb(13 148 136 / 0.8);
}

.placeholder-teal-600\/90::-moz-placeholder{
  color: rgb(13 148 136 / 0.9);
}

.placeholder-teal-600\/90::placeholder{
  color: rgb(13 148 136 / 0.9);
}

.placeholder-teal-600\/95::-moz-placeholder{
  color: rgb(13 148 136 / 0.95);
}

.placeholder-teal-600\/95::placeholder{
  color: rgb(13 148 136 / 0.95);
}

.placeholder-teal-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity));
}

.placeholder-teal-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity));
}

.placeholder-teal-700\/0::-moz-placeholder{
  color: rgb(15 118 110 / 0);
}

.placeholder-teal-700\/0::placeholder{
  color: rgb(15 118 110 / 0);
}

.placeholder-teal-700\/10::-moz-placeholder{
  color: rgb(15 118 110 / 0.1);
}

.placeholder-teal-700\/10::placeholder{
  color: rgb(15 118 110 / 0.1);
}

.placeholder-teal-700\/100::-moz-placeholder{
  color: rgb(15 118 110 / 1);
}

.placeholder-teal-700\/100::placeholder{
  color: rgb(15 118 110 / 1);
}

.placeholder-teal-700\/20::-moz-placeholder{
  color: rgb(15 118 110 / 0.2);
}

.placeholder-teal-700\/20::placeholder{
  color: rgb(15 118 110 / 0.2);
}

.placeholder-teal-700\/25::-moz-placeholder{
  color: rgb(15 118 110 / 0.25);
}

.placeholder-teal-700\/25::placeholder{
  color: rgb(15 118 110 / 0.25);
}

.placeholder-teal-700\/30::-moz-placeholder{
  color: rgb(15 118 110 / 0.3);
}

.placeholder-teal-700\/30::placeholder{
  color: rgb(15 118 110 / 0.3);
}

.placeholder-teal-700\/40::-moz-placeholder{
  color: rgb(15 118 110 / 0.4);
}

.placeholder-teal-700\/40::placeholder{
  color: rgb(15 118 110 / 0.4);
}

.placeholder-teal-700\/5::-moz-placeholder{
  color: rgb(15 118 110 / 0.05);
}

.placeholder-teal-700\/5::placeholder{
  color: rgb(15 118 110 / 0.05);
}

.placeholder-teal-700\/50::-moz-placeholder{
  color: rgb(15 118 110 / 0.5);
}

.placeholder-teal-700\/50::placeholder{
  color: rgb(15 118 110 / 0.5);
}

.placeholder-teal-700\/60::-moz-placeholder{
  color: rgb(15 118 110 / 0.6);
}

.placeholder-teal-700\/60::placeholder{
  color: rgb(15 118 110 / 0.6);
}

.placeholder-teal-700\/70::-moz-placeholder{
  color: rgb(15 118 110 / 0.7);
}

.placeholder-teal-700\/70::placeholder{
  color: rgb(15 118 110 / 0.7);
}

.placeholder-teal-700\/75::-moz-placeholder{
  color: rgb(15 118 110 / 0.75);
}

.placeholder-teal-700\/75::placeholder{
  color: rgb(15 118 110 / 0.75);
}

.placeholder-teal-700\/80::-moz-placeholder{
  color: rgb(15 118 110 / 0.8);
}

.placeholder-teal-700\/80::placeholder{
  color: rgb(15 118 110 / 0.8);
}

.placeholder-teal-700\/90::-moz-placeholder{
  color: rgb(15 118 110 / 0.9);
}

.placeholder-teal-700\/90::placeholder{
  color: rgb(15 118 110 / 0.9);
}

.placeholder-teal-700\/95::-moz-placeholder{
  color: rgb(15 118 110 / 0.95);
}

.placeholder-teal-700\/95::placeholder{
  color: rgb(15 118 110 / 0.95);
}

.placeholder-teal-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity));
}

.placeholder-teal-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity));
}

.placeholder-teal-800\/0::-moz-placeholder{
  color: rgb(17 94 89 / 0);
}

.placeholder-teal-800\/0::placeholder{
  color: rgb(17 94 89 / 0);
}

.placeholder-teal-800\/10::-moz-placeholder{
  color: rgb(17 94 89 / 0.1);
}

.placeholder-teal-800\/10::placeholder{
  color: rgb(17 94 89 / 0.1);
}

.placeholder-teal-800\/100::-moz-placeholder{
  color: rgb(17 94 89 / 1);
}

.placeholder-teal-800\/100::placeholder{
  color: rgb(17 94 89 / 1);
}

.placeholder-teal-800\/20::-moz-placeholder{
  color: rgb(17 94 89 / 0.2);
}

.placeholder-teal-800\/20::placeholder{
  color: rgb(17 94 89 / 0.2);
}

.placeholder-teal-800\/25::-moz-placeholder{
  color: rgb(17 94 89 / 0.25);
}

.placeholder-teal-800\/25::placeholder{
  color: rgb(17 94 89 / 0.25);
}

.placeholder-teal-800\/30::-moz-placeholder{
  color: rgb(17 94 89 / 0.3);
}

.placeholder-teal-800\/30::placeholder{
  color: rgb(17 94 89 / 0.3);
}

.placeholder-teal-800\/40::-moz-placeholder{
  color: rgb(17 94 89 / 0.4);
}

.placeholder-teal-800\/40::placeholder{
  color: rgb(17 94 89 / 0.4);
}

.placeholder-teal-800\/5::-moz-placeholder{
  color: rgb(17 94 89 / 0.05);
}

.placeholder-teal-800\/5::placeholder{
  color: rgb(17 94 89 / 0.05);
}

.placeholder-teal-800\/50::-moz-placeholder{
  color: rgb(17 94 89 / 0.5);
}

.placeholder-teal-800\/50::placeholder{
  color: rgb(17 94 89 / 0.5);
}

.placeholder-teal-800\/60::-moz-placeholder{
  color: rgb(17 94 89 / 0.6);
}

.placeholder-teal-800\/60::placeholder{
  color: rgb(17 94 89 / 0.6);
}

.placeholder-teal-800\/70::-moz-placeholder{
  color: rgb(17 94 89 / 0.7);
}

.placeholder-teal-800\/70::placeholder{
  color: rgb(17 94 89 / 0.7);
}

.placeholder-teal-800\/75::-moz-placeholder{
  color: rgb(17 94 89 / 0.75);
}

.placeholder-teal-800\/75::placeholder{
  color: rgb(17 94 89 / 0.75);
}

.placeholder-teal-800\/80::-moz-placeholder{
  color: rgb(17 94 89 / 0.8);
}

.placeholder-teal-800\/80::placeholder{
  color: rgb(17 94 89 / 0.8);
}

.placeholder-teal-800\/90::-moz-placeholder{
  color: rgb(17 94 89 / 0.9);
}

.placeholder-teal-800\/90::placeholder{
  color: rgb(17 94 89 / 0.9);
}

.placeholder-teal-800\/95::-moz-placeholder{
  color: rgb(17 94 89 / 0.95);
}

.placeholder-teal-800\/95::placeholder{
  color: rgb(17 94 89 / 0.95);
}

.placeholder-teal-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity));
}

.placeholder-teal-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity));
}

.placeholder-teal-900\/0::-moz-placeholder{
  color: rgb(19 78 74 / 0);
}

.placeholder-teal-900\/0::placeholder{
  color: rgb(19 78 74 / 0);
}

.placeholder-teal-900\/10::-moz-placeholder{
  color: rgb(19 78 74 / 0.1);
}

.placeholder-teal-900\/10::placeholder{
  color: rgb(19 78 74 / 0.1);
}

.placeholder-teal-900\/100::-moz-placeholder{
  color: rgb(19 78 74 / 1);
}

.placeholder-teal-900\/100::placeholder{
  color: rgb(19 78 74 / 1);
}

.placeholder-teal-900\/20::-moz-placeholder{
  color: rgb(19 78 74 / 0.2);
}

.placeholder-teal-900\/20::placeholder{
  color: rgb(19 78 74 / 0.2);
}

.placeholder-teal-900\/25::-moz-placeholder{
  color: rgb(19 78 74 / 0.25);
}

.placeholder-teal-900\/25::placeholder{
  color: rgb(19 78 74 / 0.25);
}

.placeholder-teal-900\/30::-moz-placeholder{
  color: rgb(19 78 74 / 0.3);
}

.placeholder-teal-900\/30::placeholder{
  color: rgb(19 78 74 / 0.3);
}

.placeholder-teal-900\/40::-moz-placeholder{
  color: rgb(19 78 74 / 0.4);
}

.placeholder-teal-900\/40::placeholder{
  color: rgb(19 78 74 / 0.4);
}

.placeholder-teal-900\/5::-moz-placeholder{
  color: rgb(19 78 74 / 0.05);
}

.placeholder-teal-900\/5::placeholder{
  color: rgb(19 78 74 / 0.05);
}

.placeholder-teal-900\/50::-moz-placeholder{
  color: rgb(19 78 74 / 0.5);
}

.placeholder-teal-900\/50::placeholder{
  color: rgb(19 78 74 / 0.5);
}

.placeholder-teal-900\/60::-moz-placeholder{
  color: rgb(19 78 74 / 0.6);
}

.placeholder-teal-900\/60::placeholder{
  color: rgb(19 78 74 / 0.6);
}

.placeholder-teal-900\/70::-moz-placeholder{
  color: rgb(19 78 74 / 0.7);
}

.placeholder-teal-900\/70::placeholder{
  color: rgb(19 78 74 / 0.7);
}

.placeholder-teal-900\/75::-moz-placeholder{
  color: rgb(19 78 74 / 0.75);
}

.placeholder-teal-900\/75::placeholder{
  color: rgb(19 78 74 / 0.75);
}

.placeholder-teal-900\/80::-moz-placeholder{
  color: rgb(19 78 74 / 0.8);
}

.placeholder-teal-900\/80::placeholder{
  color: rgb(19 78 74 / 0.8);
}

.placeholder-teal-900\/90::-moz-placeholder{
  color: rgb(19 78 74 / 0.9);
}

.placeholder-teal-900\/90::placeholder{
  color: rgb(19 78 74 / 0.9);
}

.placeholder-teal-900\/95::-moz-placeholder{
  color: rgb(19 78 74 / 0.95);
}

.placeholder-teal-900\/95::placeholder{
  color: rgb(19 78 74 / 0.95);
}

.placeholder-teal-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity));
}

.placeholder-teal-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity));
}

.placeholder-teal-950\/0::-moz-placeholder{
  color: rgb(4 47 46 / 0);
}

.placeholder-teal-950\/0::placeholder{
  color: rgb(4 47 46 / 0);
}

.placeholder-teal-950\/10::-moz-placeholder{
  color: rgb(4 47 46 / 0.1);
}

.placeholder-teal-950\/10::placeholder{
  color: rgb(4 47 46 / 0.1);
}

.placeholder-teal-950\/100::-moz-placeholder{
  color: rgb(4 47 46 / 1);
}

.placeholder-teal-950\/100::placeholder{
  color: rgb(4 47 46 / 1);
}

.placeholder-teal-950\/20::-moz-placeholder{
  color: rgb(4 47 46 / 0.2);
}

.placeholder-teal-950\/20::placeholder{
  color: rgb(4 47 46 / 0.2);
}

.placeholder-teal-950\/25::-moz-placeholder{
  color: rgb(4 47 46 / 0.25);
}

.placeholder-teal-950\/25::placeholder{
  color: rgb(4 47 46 / 0.25);
}

.placeholder-teal-950\/30::-moz-placeholder{
  color: rgb(4 47 46 / 0.3);
}

.placeholder-teal-950\/30::placeholder{
  color: rgb(4 47 46 / 0.3);
}

.placeholder-teal-950\/40::-moz-placeholder{
  color: rgb(4 47 46 / 0.4);
}

.placeholder-teal-950\/40::placeholder{
  color: rgb(4 47 46 / 0.4);
}

.placeholder-teal-950\/5::-moz-placeholder{
  color: rgb(4 47 46 / 0.05);
}

.placeholder-teal-950\/5::placeholder{
  color: rgb(4 47 46 / 0.05);
}

.placeholder-teal-950\/50::-moz-placeholder{
  color: rgb(4 47 46 / 0.5);
}

.placeholder-teal-950\/50::placeholder{
  color: rgb(4 47 46 / 0.5);
}

.placeholder-teal-950\/60::-moz-placeholder{
  color: rgb(4 47 46 / 0.6);
}

.placeholder-teal-950\/60::placeholder{
  color: rgb(4 47 46 / 0.6);
}

.placeholder-teal-950\/70::-moz-placeholder{
  color: rgb(4 47 46 / 0.7);
}

.placeholder-teal-950\/70::placeholder{
  color: rgb(4 47 46 / 0.7);
}

.placeholder-teal-950\/75::-moz-placeholder{
  color: rgb(4 47 46 / 0.75);
}

.placeholder-teal-950\/75::placeholder{
  color: rgb(4 47 46 / 0.75);
}

.placeholder-teal-950\/80::-moz-placeholder{
  color: rgb(4 47 46 / 0.8);
}

.placeholder-teal-950\/80::placeholder{
  color: rgb(4 47 46 / 0.8);
}

.placeholder-teal-950\/90::-moz-placeholder{
  color: rgb(4 47 46 / 0.9);
}

.placeholder-teal-950\/90::placeholder{
  color: rgb(4 47 46 / 0.9);
}

.placeholder-teal-950\/95::-moz-placeholder{
  color: rgb(4 47 46 / 0.95);
}

.placeholder-teal-950\/95::placeholder{
  color: rgb(4 47 46 / 0.95);
}

.placeholder-transparent::-moz-placeholder{
  color: transparent;
}

.placeholder-transparent::placeholder{
  color: transparent;
}

.placeholder-transparent\/0::-moz-placeholder{
  color: rgb(0 0 0 / 0);
}

.placeholder-transparent\/0::placeholder{
  color: rgb(0 0 0 / 0);
}

.placeholder-transparent\/10::-moz-placeholder{
  color: rgb(0 0 0 / 0.1);
}

.placeholder-transparent\/10::placeholder{
  color: rgb(0 0 0 / 0.1);
}

.placeholder-transparent\/100::-moz-placeholder{
  color: rgb(0 0 0 / 1);
}

.placeholder-transparent\/100::placeholder{
  color: rgb(0 0 0 / 1);
}

.placeholder-transparent\/20::-moz-placeholder{
  color: rgb(0 0 0 / 0.2);
}

.placeholder-transparent\/20::placeholder{
  color: rgb(0 0 0 / 0.2);
}

.placeholder-transparent\/25::-moz-placeholder{
  color: rgb(0 0 0 / 0.25);
}

.placeholder-transparent\/25::placeholder{
  color: rgb(0 0 0 / 0.25);
}

.placeholder-transparent\/30::-moz-placeholder{
  color: rgb(0 0 0 / 0.3);
}

.placeholder-transparent\/30::placeholder{
  color: rgb(0 0 0 / 0.3);
}

.placeholder-transparent\/40::-moz-placeholder{
  color: rgb(0 0 0 / 0.4);
}

.placeholder-transparent\/40::placeholder{
  color: rgb(0 0 0 / 0.4);
}

.placeholder-transparent\/5::-moz-placeholder{
  color: rgb(0 0 0 / 0.05);
}

.placeholder-transparent\/5::placeholder{
  color: rgb(0 0 0 / 0.05);
}

.placeholder-transparent\/50::-moz-placeholder{
  color: rgb(0 0 0 / 0.5);
}

.placeholder-transparent\/50::placeholder{
  color: rgb(0 0 0 / 0.5);
}

.placeholder-transparent\/60::-moz-placeholder{
  color: rgb(0 0 0 / 0.6);
}

.placeholder-transparent\/60::placeholder{
  color: rgb(0 0 0 / 0.6);
}

.placeholder-transparent\/70::-moz-placeholder{
  color: rgb(0 0 0 / 0.7);
}

.placeholder-transparent\/70::placeholder{
  color: rgb(0 0 0 / 0.7);
}

.placeholder-transparent\/75::-moz-placeholder{
  color: rgb(0 0 0 / 0.75);
}

.placeholder-transparent\/75::placeholder{
  color: rgb(0 0 0 / 0.75);
}

.placeholder-transparent\/80::-moz-placeholder{
  color: rgb(0 0 0 / 0.8);
}

.placeholder-transparent\/80::placeholder{
  color: rgb(0 0 0 / 0.8);
}

.placeholder-transparent\/90::-moz-placeholder{
  color: rgb(0 0 0 / 0.9);
}

.placeholder-transparent\/90::placeholder{
  color: rgb(0 0 0 / 0.9);
}

.placeholder-transparent\/95::-moz-placeholder{
  color: rgb(0 0 0 / 0.95);
}

.placeholder-transparent\/95::placeholder{
  color: rgb(0 0 0 / 0.95);
}

.placeholder-violet-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity));
}

.placeholder-violet-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity));
}

.placeholder-violet-100\/0::-moz-placeholder{
  color: rgb(237 233 254 / 0);
}

.placeholder-violet-100\/0::placeholder{
  color: rgb(237 233 254 / 0);
}

.placeholder-violet-100\/10::-moz-placeholder{
  color: rgb(237 233 254 / 0.1);
}

.placeholder-violet-100\/10::placeholder{
  color: rgb(237 233 254 / 0.1);
}

.placeholder-violet-100\/100::-moz-placeholder{
  color: rgb(237 233 254 / 1);
}

.placeholder-violet-100\/100::placeholder{
  color: rgb(237 233 254 / 1);
}

.placeholder-violet-100\/20::-moz-placeholder{
  color: rgb(237 233 254 / 0.2);
}

.placeholder-violet-100\/20::placeholder{
  color: rgb(237 233 254 / 0.2);
}

.placeholder-violet-100\/25::-moz-placeholder{
  color: rgb(237 233 254 / 0.25);
}

.placeholder-violet-100\/25::placeholder{
  color: rgb(237 233 254 / 0.25);
}

.placeholder-violet-100\/30::-moz-placeholder{
  color: rgb(237 233 254 / 0.3);
}

.placeholder-violet-100\/30::placeholder{
  color: rgb(237 233 254 / 0.3);
}

.placeholder-violet-100\/40::-moz-placeholder{
  color: rgb(237 233 254 / 0.4);
}

.placeholder-violet-100\/40::placeholder{
  color: rgb(237 233 254 / 0.4);
}

.placeholder-violet-100\/5::-moz-placeholder{
  color: rgb(237 233 254 / 0.05);
}

.placeholder-violet-100\/5::placeholder{
  color: rgb(237 233 254 / 0.05);
}

.placeholder-violet-100\/50::-moz-placeholder{
  color: rgb(237 233 254 / 0.5);
}

.placeholder-violet-100\/50::placeholder{
  color: rgb(237 233 254 / 0.5);
}

.placeholder-violet-100\/60::-moz-placeholder{
  color: rgb(237 233 254 / 0.6);
}

.placeholder-violet-100\/60::placeholder{
  color: rgb(237 233 254 / 0.6);
}

.placeholder-violet-100\/70::-moz-placeholder{
  color: rgb(237 233 254 / 0.7);
}

.placeholder-violet-100\/70::placeholder{
  color: rgb(237 233 254 / 0.7);
}

.placeholder-violet-100\/75::-moz-placeholder{
  color: rgb(237 233 254 / 0.75);
}

.placeholder-violet-100\/75::placeholder{
  color: rgb(237 233 254 / 0.75);
}

.placeholder-violet-100\/80::-moz-placeholder{
  color: rgb(237 233 254 / 0.8);
}

.placeholder-violet-100\/80::placeholder{
  color: rgb(237 233 254 / 0.8);
}

.placeholder-violet-100\/90::-moz-placeholder{
  color: rgb(237 233 254 / 0.9);
}

.placeholder-violet-100\/90::placeholder{
  color: rgb(237 233 254 / 0.9);
}

.placeholder-violet-100\/95::-moz-placeholder{
  color: rgb(237 233 254 / 0.95);
}

.placeholder-violet-100\/95::placeholder{
  color: rgb(237 233 254 / 0.95);
}

.placeholder-violet-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(221 214 254 / var(--tw-placeholder-opacity));
}

.placeholder-violet-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(221 214 254 / var(--tw-placeholder-opacity));
}

.placeholder-violet-200\/0::-moz-placeholder{
  color: rgb(221 214 254 / 0);
}

.placeholder-violet-200\/0::placeholder{
  color: rgb(221 214 254 / 0);
}

.placeholder-violet-200\/10::-moz-placeholder{
  color: rgb(221 214 254 / 0.1);
}

.placeholder-violet-200\/10::placeholder{
  color: rgb(221 214 254 / 0.1);
}

.placeholder-violet-200\/100::-moz-placeholder{
  color: rgb(221 214 254 / 1);
}

.placeholder-violet-200\/100::placeholder{
  color: rgb(221 214 254 / 1);
}

.placeholder-violet-200\/20::-moz-placeholder{
  color: rgb(221 214 254 / 0.2);
}

.placeholder-violet-200\/20::placeholder{
  color: rgb(221 214 254 / 0.2);
}

.placeholder-violet-200\/25::-moz-placeholder{
  color: rgb(221 214 254 / 0.25);
}

.placeholder-violet-200\/25::placeholder{
  color: rgb(221 214 254 / 0.25);
}

.placeholder-violet-200\/30::-moz-placeholder{
  color: rgb(221 214 254 / 0.3);
}

.placeholder-violet-200\/30::placeholder{
  color: rgb(221 214 254 / 0.3);
}

.placeholder-violet-200\/40::-moz-placeholder{
  color: rgb(221 214 254 / 0.4);
}

.placeholder-violet-200\/40::placeholder{
  color: rgb(221 214 254 / 0.4);
}

.placeholder-violet-200\/5::-moz-placeholder{
  color: rgb(221 214 254 / 0.05);
}

.placeholder-violet-200\/5::placeholder{
  color: rgb(221 214 254 / 0.05);
}

.placeholder-violet-200\/50::-moz-placeholder{
  color: rgb(221 214 254 / 0.5);
}

.placeholder-violet-200\/50::placeholder{
  color: rgb(221 214 254 / 0.5);
}

.placeholder-violet-200\/60::-moz-placeholder{
  color: rgb(221 214 254 / 0.6);
}

.placeholder-violet-200\/60::placeholder{
  color: rgb(221 214 254 / 0.6);
}

.placeholder-violet-200\/70::-moz-placeholder{
  color: rgb(221 214 254 / 0.7);
}

.placeholder-violet-200\/70::placeholder{
  color: rgb(221 214 254 / 0.7);
}

.placeholder-violet-200\/75::-moz-placeholder{
  color: rgb(221 214 254 / 0.75);
}

.placeholder-violet-200\/75::placeholder{
  color: rgb(221 214 254 / 0.75);
}

.placeholder-violet-200\/80::-moz-placeholder{
  color: rgb(221 214 254 / 0.8);
}

.placeholder-violet-200\/80::placeholder{
  color: rgb(221 214 254 / 0.8);
}

.placeholder-violet-200\/90::-moz-placeholder{
  color: rgb(221 214 254 / 0.9);
}

.placeholder-violet-200\/90::placeholder{
  color: rgb(221 214 254 / 0.9);
}

.placeholder-violet-200\/95::-moz-placeholder{
  color: rgb(221 214 254 / 0.95);
}

.placeholder-violet-200\/95::placeholder{
  color: rgb(221 214 254 / 0.95);
}

.placeholder-violet-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity));
}

.placeholder-violet-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity));
}

.placeholder-violet-300\/0::-moz-placeholder{
  color: rgb(196 181 253 / 0);
}

.placeholder-violet-300\/0::placeholder{
  color: rgb(196 181 253 / 0);
}

.placeholder-violet-300\/10::-moz-placeholder{
  color: rgb(196 181 253 / 0.1);
}

.placeholder-violet-300\/10::placeholder{
  color: rgb(196 181 253 / 0.1);
}

.placeholder-violet-300\/100::-moz-placeholder{
  color: rgb(196 181 253 / 1);
}

.placeholder-violet-300\/100::placeholder{
  color: rgb(196 181 253 / 1);
}

.placeholder-violet-300\/20::-moz-placeholder{
  color: rgb(196 181 253 / 0.2);
}

.placeholder-violet-300\/20::placeholder{
  color: rgb(196 181 253 / 0.2);
}

.placeholder-violet-300\/25::-moz-placeholder{
  color: rgb(196 181 253 / 0.25);
}

.placeholder-violet-300\/25::placeholder{
  color: rgb(196 181 253 / 0.25);
}

.placeholder-violet-300\/30::-moz-placeholder{
  color: rgb(196 181 253 / 0.3);
}

.placeholder-violet-300\/30::placeholder{
  color: rgb(196 181 253 / 0.3);
}

.placeholder-violet-300\/40::-moz-placeholder{
  color: rgb(196 181 253 / 0.4);
}

.placeholder-violet-300\/40::placeholder{
  color: rgb(196 181 253 / 0.4);
}

.placeholder-violet-300\/5::-moz-placeholder{
  color: rgb(196 181 253 / 0.05);
}

.placeholder-violet-300\/5::placeholder{
  color: rgb(196 181 253 / 0.05);
}

.placeholder-violet-300\/50::-moz-placeholder{
  color: rgb(196 181 253 / 0.5);
}

.placeholder-violet-300\/50::placeholder{
  color: rgb(196 181 253 / 0.5);
}

.placeholder-violet-300\/60::-moz-placeholder{
  color: rgb(196 181 253 / 0.6);
}

.placeholder-violet-300\/60::placeholder{
  color: rgb(196 181 253 / 0.6);
}

.placeholder-violet-300\/70::-moz-placeholder{
  color: rgb(196 181 253 / 0.7);
}

.placeholder-violet-300\/70::placeholder{
  color: rgb(196 181 253 / 0.7);
}

.placeholder-violet-300\/75::-moz-placeholder{
  color: rgb(196 181 253 / 0.75);
}

.placeholder-violet-300\/75::placeholder{
  color: rgb(196 181 253 / 0.75);
}

.placeholder-violet-300\/80::-moz-placeholder{
  color: rgb(196 181 253 / 0.8);
}

.placeholder-violet-300\/80::placeholder{
  color: rgb(196 181 253 / 0.8);
}

.placeholder-violet-300\/90::-moz-placeholder{
  color: rgb(196 181 253 / 0.9);
}

.placeholder-violet-300\/90::placeholder{
  color: rgb(196 181 253 / 0.9);
}

.placeholder-violet-300\/95::-moz-placeholder{
  color: rgb(196 181 253 / 0.95);
}

.placeholder-violet-300\/95::placeholder{
  color: rgb(196 181 253 / 0.95);
}

.placeholder-violet-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity));
}

.placeholder-violet-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity));
}

.placeholder-violet-400\/0::-moz-placeholder{
  color: rgb(167 139 250 / 0);
}

.placeholder-violet-400\/0::placeholder{
  color: rgb(167 139 250 / 0);
}

.placeholder-violet-400\/10::-moz-placeholder{
  color: rgb(167 139 250 / 0.1);
}

.placeholder-violet-400\/10::placeholder{
  color: rgb(167 139 250 / 0.1);
}

.placeholder-violet-400\/100::-moz-placeholder{
  color: rgb(167 139 250 / 1);
}

.placeholder-violet-400\/100::placeholder{
  color: rgb(167 139 250 / 1);
}

.placeholder-violet-400\/20::-moz-placeholder{
  color: rgb(167 139 250 / 0.2);
}

.placeholder-violet-400\/20::placeholder{
  color: rgb(167 139 250 / 0.2);
}

.placeholder-violet-400\/25::-moz-placeholder{
  color: rgb(167 139 250 / 0.25);
}

.placeholder-violet-400\/25::placeholder{
  color: rgb(167 139 250 / 0.25);
}

.placeholder-violet-400\/30::-moz-placeholder{
  color: rgb(167 139 250 / 0.3);
}

.placeholder-violet-400\/30::placeholder{
  color: rgb(167 139 250 / 0.3);
}

.placeholder-violet-400\/40::-moz-placeholder{
  color: rgb(167 139 250 / 0.4);
}

.placeholder-violet-400\/40::placeholder{
  color: rgb(167 139 250 / 0.4);
}

.placeholder-violet-400\/5::-moz-placeholder{
  color: rgb(167 139 250 / 0.05);
}

.placeholder-violet-400\/5::placeholder{
  color: rgb(167 139 250 / 0.05);
}

.placeholder-violet-400\/50::-moz-placeholder{
  color: rgb(167 139 250 / 0.5);
}

.placeholder-violet-400\/50::placeholder{
  color: rgb(167 139 250 / 0.5);
}

.placeholder-violet-400\/60::-moz-placeholder{
  color: rgb(167 139 250 / 0.6);
}

.placeholder-violet-400\/60::placeholder{
  color: rgb(167 139 250 / 0.6);
}

.placeholder-violet-400\/70::-moz-placeholder{
  color: rgb(167 139 250 / 0.7);
}

.placeholder-violet-400\/70::placeholder{
  color: rgb(167 139 250 / 0.7);
}

.placeholder-violet-400\/75::-moz-placeholder{
  color: rgb(167 139 250 / 0.75);
}

.placeholder-violet-400\/75::placeholder{
  color: rgb(167 139 250 / 0.75);
}

.placeholder-violet-400\/80::-moz-placeholder{
  color: rgb(167 139 250 / 0.8);
}

.placeholder-violet-400\/80::placeholder{
  color: rgb(167 139 250 / 0.8);
}

.placeholder-violet-400\/90::-moz-placeholder{
  color: rgb(167 139 250 / 0.9);
}

.placeholder-violet-400\/90::placeholder{
  color: rgb(167 139 250 / 0.9);
}

.placeholder-violet-400\/95::-moz-placeholder{
  color: rgb(167 139 250 / 0.95);
}

.placeholder-violet-400\/95::placeholder{
  color: rgb(167 139 250 / 0.95);
}

.placeholder-violet-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity));
}

.placeholder-violet-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity));
}

.placeholder-violet-50\/0::-moz-placeholder{
  color: rgb(245 243 255 / 0);
}

.placeholder-violet-50\/0::placeholder{
  color: rgb(245 243 255 / 0);
}

.placeholder-violet-50\/10::-moz-placeholder{
  color: rgb(245 243 255 / 0.1);
}

.placeholder-violet-50\/10::placeholder{
  color: rgb(245 243 255 / 0.1);
}

.placeholder-violet-50\/100::-moz-placeholder{
  color: rgb(245 243 255 / 1);
}

.placeholder-violet-50\/100::placeholder{
  color: rgb(245 243 255 / 1);
}

.placeholder-violet-50\/20::-moz-placeholder{
  color: rgb(245 243 255 / 0.2);
}

.placeholder-violet-50\/20::placeholder{
  color: rgb(245 243 255 / 0.2);
}

.placeholder-violet-50\/25::-moz-placeholder{
  color: rgb(245 243 255 / 0.25);
}

.placeholder-violet-50\/25::placeholder{
  color: rgb(245 243 255 / 0.25);
}

.placeholder-violet-50\/30::-moz-placeholder{
  color: rgb(245 243 255 / 0.3);
}

.placeholder-violet-50\/30::placeholder{
  color: rgb(245 243 255 / 0.3);
}

.placeholder-violet-50\/40::-moz-placeholder{
  color: rgb(245 243 255 / 0.4);
}

.placeholder-violet-50\/40::placeholder{
  color: rgb(245 243 255 / 0.4);
}

.placeholder-violet-50\/5::-moz-placeholder{
  color: rgb(245 243 255 / 0.05);
}

.placeholder-violet-50\/5::placeholder{
  color: rgb(245 243 255 / 0.05);
}

.placeholder-violet-50\/50::-moz-placeholder{
  color: rgb(245 243 255 / 0.5);
}

.placeholder-violet-50\/50::placeholder{
  color: rgb(245 243 255 / 0.5);
}

.placeholder-violet-50\/60::-moz-placeholder{
  color: rgb(245 243 255 / 0.6);
}

.placeholder-violet-50\/60::placeholder{
  color: rgb(245 243 255 / 0.6);
}

.placeholder-violet-50\/70::-moz-placeholder{
  color: rgb(245 243 255 / 0.7);
}

.placeholder-violet-50\/70::placeholder{
  color: rgb(245 243 255 / 0.7);
}

.placeholder-violet-50\/75::-moz-placeholder{
  color: rgb(245 243 255 / 0.75);
}

.placeholder-violet-50\/75::placeholder{
  color: rgb(245 243 255 / 0.75);
}

.placeholder-violet-50\/80::-moz-placeholder{
  color: rgb(245 243 255 / 0.8);
}

.placeholder-violet-50\/80::placeholder{
  color: rgb(245 243 255 / 0.8);
}

.placeholder-violet-50\/90::-moz-placeholder{
  color: rgb(245 243 255 / 0.9);
}

.placeholder-violet-50\/90::placeholder{
  color: rgb(245 243 255 / 0.9);
}

.placeholder-violet-50\/95::-moz-placeholder{
  color: rgb(245 243 255 / 0.95);
}

.placeholder-violet-50\/95::placeholder{
  color: rgb(245 243 255 / 0.95);
}

.placeholder-violet-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity));
}

.placeholder-violet-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity));
}

.placeholder-violet-500\/0::-moz-placeholder{
  color: rgb(139 92 246 / 0);
}

.placeholder-violet-500\/0::placeholder{
  color: rgb(139 92 246 / 0);
}

.placeholder-violet-500\/10::-moz-placeholder{
  color: rgb(139 92 246 / 0.1);
}

.placeholder-violet-500\/10::placeholder{
  color: rgb(139 92 246 / 0.1);
}

.placeholder-violet-500\/100::-moz-placeholder{
  color: rgb(139 92 246 / 1);
}

.placeholder-violet-500\/100::placeholder{
  color: rgb(139 92 246 / 1);
}

.placeholder-violet-500\/20::-moz-placeholder{
  color: rgb(139 92 246 / 0.2);
}

.placeholder-violet-500\/20::placeholder{
  color: rgb(139 92 246 / 0.2);
}

.placeholder-violet-500\/25::-moz-placeholder{
  color: rgb(139 92 246 / 0.25);
}

.placeholder-violet-500\/25::placeholder{
  color: rgb(139 92 246 / 0.25);
}

.placeholder-violet-500\/30::-moz-placeholder{
  color: rgb(139 92 246 / 0.3);
}

.placeholder-violet-500\/30::placeholder{
  color: rgb(139 92 246 / 0.3);
}

.placeholder-violet-500\/40::-moz-placeholder{
  color: rgb(139 92 246 / 0.4);
}

.placeholder-violet-500\/40::placeholder{
  color: rgb(139 92 246 / 0.4);
}

.placeholder-violet-500\/5::-moz-placeholder{
  color: rgb(139 92 246 / 0.05);
}

.placeholder-violet-500\/5::placeholder{
  color: rgb(139 92 246 / 0.05);
}

.placeholder-violet-500\/50::-moz-placeholder{
  color: rgb(139 92 246 / 0.5);
}

.placeholder-violet-500\/50::placeholder{
  color: rgb(139 92 246 / 0.5);
}

.placeholder-violet-500\/60::-moz-placeholder{
  color: rgb(139 92 246 / 0.6);
}

.placeholder-violet-500\/60::placeholder{
  color: rgb(139 92 246 / 0.6);
}

.placeholder-violet-500\/70::-moz-placeholder{
  color: rgb(139 92 246 / 0.7);
}

.placeholder-violet-500\/70::placeholder{
  color: rgb(139 92 246 / 0.7);
}

.placeholder-violet-500\/75::-moz-placeholder{
  color: rgb(139 92 246 / 0.75);
}

.placeholder-violet-500\/75::placeholder{
  color: rgb(139 92 246 / 0.75);
}

.placeholder-violet-500\/80::-moz-placeholder{
  color: rgb(139 92 246 / 0.8);
}

.placeholder-violet-500\/80::placeholder{
  color: rgb(139 92 246 / 0.8);
}

.placeholder-violet-500\/90::-moz-placeholder{
  color: rgb(139 92 246 / 0.9);
}

.placeholder-violet-500\/90::placeholder{
  color: rgb(139 92 246 / 0.9);
}

.placeholder-violet-500\/95::-moz-placeholder{
  color: rgb(139 92 246 / 0.95);
}

.placeholder-violet-500\/95::placeholder{
  color: rgb(139 92 246 / 0.95);
}

.placeholder-violet-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity));
}

.placeholder-violet-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity));
}

.placeholder-violet-600\/0::-moz-placeholder{
  color: rgb(124 58 237 / 0);
}

.placeholder-violet-600\/0::placeholder{
  color: rgb(124 58 237 / 0);
}

.placeholder-violet-600\/10::-moz-placeholder{
  color: rgb(124 58 237 / 0.1);
}

.placeholder-violet-600\/10::placeholder{
  color: rgb(124 58 237 / 0.1);
}

.placeholder-violet-600\/100::-moz-placeholder{
  color: rgb(124 58 237 / 1);
}

.placeholder-violet-600\/100::placeholder{
  color: rgb(124 58 237 / 1);
}

.placeholder-violet-600\/20::-moz-placeholder{
  color: rgb(124 58 237 / 0.2);
}

.placeholder-violet-600\/20::placeholder{
  color: rgb(124 58 237 / 0.2);
}

.placeholder-violet-600\/25::-moz-placeholder{
  color: rgb(124 58 237 / 0.25);
}

.placeholder-violet-600\/25::placeholder{
  color: rgb(124 58 237 / 0.25);
}

.placeholder-violet-600\/30::-moz-placeholder{
  color: rgb(124 58 237 / 0.3);
}

.placeholder-violet-600\/30::placeholder{
  color: rgb(124 58 237 / 0.3);
}

.placeholder-violet-600\/40::-moz-placeholder{
  color: rgb(124 58 237 / 0.4);
}

.placeholder-violet-600\/40::placeholder{
  color: rgb(124 58 237 / 0.4);
}

.placeholder-violet-600\/5::-moz-placeholder{
  color: rgb(124 58 237 / 0.05);
}

.placeholder-violet-600\/5::placeholder{
  color: rgb(124 58 237 / 0.05);
}

.placeholder-violet-600\/50::-moz-placeholder{
  color: rgb(124 58 237 / 0.5);
}

.placeholder-violet-600\/50::placeholder{
  color: rgb(124 58 237 / 0.5);
}

.placeholder-violet-600\/60::-moz-placeholder{
  color: rgb(124 58 237 / 0.6);
}

.placeholder-violet-600\/60::placeholder{
  color: rgb(124 58 237 / 0.6);
}

.placeholder-violet-600\/70::-moz-placeholder{
  color: rgb(124 58 237 / 0.7);
}

.placeholder-violet-600\/70::placeholder{
  color: rgb(124 58 237 / 0.7);
}

.placeholder-violet-600\/75::-moz-placeholder{
  color: rgb(124 58 237 / 0.75);
}

.placeholder-violet-600\/75::placeholder{
  color: rgb(124 58 237 / 0.75);
}

.placeholder-violet-600\/80::-moz-placeholder{
  color: rgb(124 58 237 / 0.8);
}

.placeholder-violet-600\/80::placeholder{
  color: rgb(124 58 237 / 0.8);
}

.placeholder-violet-600\/90::-moz-placeholder{
  color: rgb(124 58 237 / 0.9);
}

.placeholder-violet-600\/90::placeholder{
  color: rgb(124 58 237 / 0.9);
}

.placeholder-violet-600\/95::-moz-placeholder{
  color: rgb(124 58 237 / 0.95);
}

.placeholder-violet-600\/95::placeholder{
  color: rgb(124 58 237 / 0.95);
}

.placeholder-violet-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity));
}

.placeholder-violet-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity));
}

.placeholder-violet-700\/0::-moz-placeholder{
  color: rgb(109 40 217 / 0);
}

.placeholder-violet-700\/0::placeholder{
  color: rgb(109 40 217 / 0);
}

.placeholder-violet-700\/10::-moz-placeholder{
  color: rgb(109 40 217 / 0.1);
}

.placeholder-violet-700\/10::placeholder{
  color: rgb(109 40 217 / 0.1);
}

.placeholder-violet-700\/100::-moz-placeholder{
  color: rgb(109 40 217 / 1);
}

.placeholder-violet-700\/100::placeholder{
  color: rgb(109 40 217 / 1);
}

.placeholder-violet-700\/20::-moz-placeholder{
  color: rgb(109 40 217 / 0.2);
}

.placeholder-violet-700\/20::placeholder{
  color: rgb(109 40 217 / 0.2);
}

.placeholder-violet-700\/25::-moz-placeholder{
  color: rgb(109 40 217 / 0.25);
}

.placeholder-violet-700\/25::placeholder{
  color: rgb(109 40 217 / 0.25);
}

.placeholder-violet-700\/30::-moz-placeholder{
  color: rgb(109 40 217 / 0.3);
}

.placeholder-violet-700\/30::placeholder{
  color: rgb(109 40 217 / 0.3);
}

.placeholder-violet-700\/40::-moz-placeholder{
  color: rgb(109 40 217 / 0.4);
}

.placeholder-violet-700\/40::placeholder{
  color: rgb(109 40 217 / 0.4);
}

.placeholder-violet-700\/5::-moz-placeholder{
  color: rgb(109 40 217 / 0.05);
}

.placeholder-violet-700\/5::placeholder{
  color: rgb(109 40 217 / 0.05);
}

.placeholder-violet-700\/50::-moz-placeholder{
  color: rgb(109 40 217 / 0.5);
}

.placeholder-violet-700\/50::placeholder{
  color: rgb(109 40 217 / 0.5);
}

.placeholder-violet-700\/60::-moz-placeholder{
  color: rgb(109 40 217 / 0.6);
}

.placeholder-violet-700\/60::placeholder{
  color: rgb(109 40 217 / 0.6);
}

.placeholder-violet-700\/70::-moz-placeholder{
  color: rgb(109 40 217 / 0.7);
}

.placeholder-violet-700\/70::placeholder{
  color: rgb(109 40 217 / 0.7);
}

.placeholder-violet-700\/75::-moz-placeholder{
  color: rgb(109 40 217 / 0.75);
}

.placeholder-violet-700\/75::placeholder{
  color: rgb(109 40 217 / 0.75);
}

.placeholder-violet-700\/80::-moz-placeholder{
  color: rgb(109 40 217 / 0.8);
}

.placeholder-violet-700\/80::placeholder{
  color: rgb(109 40 217 / 0.8);
}

.placeholder-violet-700\/90::-moz-placeholder{
  color: rgb(109 40 217 / 0.9);
}

.placeholder-violet-700\/90::placeholder{
  color: rgb(109 40 217 / 0.9);
}

.placeholder-violet-700\/95::-moz-placeholder{
  color: rgb(109 40 217 / 0.95);
}

.placeholder-violet-700\/95::placeholder{
  color: rgb(109 40 217 / 0.95);
}

.placeholder-violet-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity));
}

.placeholder-violet-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity));
}

.placeholder-violet-800\/0::-moz-placeholder{
  color: rgb(91 33 182 / 0);
}

.placeholder-violet-800\/0::placeholder{
  color: rgb(91 33 182 / 0);
}

.placeholder-violet-800\/10::-moz-placeholder{
  color: rgb(91 33 182 / 0.1);
}

.placeholder-violet-800\/10::placeholder{
  color: rgb(91 33 182 / 0.1);
}

.placeholder-violet-800\/100::-moz-placeholder{
  color: rgb(91 33 182 / 1);
}

.placeholder-violet-800\/100::placeholder{
  color: rgb(91 33 182 / 1);
}

.placeholder-violet-800\/20::-moz-placeholder{
  color: rgb(91 33 182 / 0.2);
}

.placeholder-violet-800\/20::placeholder{
  color: rgb(91 33 182 / 0.2);
}

.placeholder-violet-800\/25::-moz-placeholder{
  color: rgb(91 33 182 / 0.25);
}

.placeholder-violet-800\/25::placeholder{
  color: rgb(91 33 182 / 0.25);
}

.placeholder-violet-800\/30::-moz-placeholder{
  color: rgb(91 33 182 / 0.3);
}

.placeholder-violet-800\/30::placeholder{
  color: rgb(91 33 182 / 0.3);
}

.placeholder-violet-800\/40::-moz-placeholder{
  color: rgb(91 33 182 / 0.4);
}

.placeholder-violet-800\/40::placeholder{
  color: rgb(91 33 182 / 0.4);
}

.placeholder-violet-800\/5::-moz-placeholder{
  color: rgb(91 33 182 / 0.05);
}

.placeholder-violet-800\/5::placeholder{
  color: rgb(91 33 182 / 0.05);
}

.placeholder-violet-800\/50::-moz-placeholder{
  color: rgb(91 33 182 / 0.5);
}

.placeholder-violet-800\/50::placeholder{
  color: rgb(91 33 182 / 0.5);
}

.placeholder-violet-800\/60::-moz-placeholder{
  color: rgb(91 33 182 / 0.6);
}

.placeholder-violet-800\/60::placeholder{
  color: rgb(91 33 182 / 0.6);
}

.placeholder-violet-800\/70::-moz-placeholder{
  color: rgb(91 33 182 / 0.7);
}

.placeholder-violet-800\/70::placeholder{
  color: rgb(91 33 182 / 0.7);
}

.placeholder-violet-800\/75::-moz-placeholder{
  color: rgb(91 33 182 / 0.75);
}

.placeholder-violet-800\/75::placeholder{
  color: rgb(91 33 182 / 0.75);
}

.placeholder-violet-800\/80::-moz-placeholder{
  color: rgb(91 33 182 / 0.8);
}

.placeholder-violet-800\/80::placeholder{
  color: rgb(91 33 182 / 0.8);
}

.placeholder-violet-800\/90::-moz-placeholder{
  color: rgb(91 33 182 / 0.9);
}

.placeholder-violet-800\/90::placeholder{
  color: rgb(91 33 182 / 0.9);
}

.placeholder-violet-800\/95::-moz-placeholder{
  color: rgb(91 33 182 / 0.95);
}

.placeholder-violet-800\/95::placeholder{
  color: rgb(91 33 182 / 0.95);
}

.placeholder-violet-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity));
}

.placeholder-violet-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity));
}

.placeholder-violet-900\/0::-moz-placeholder{
  color: rgb(76 29 149 / 0);
}

.placeholder-violet-900\/0::placeholder{
  color: rgb(76 29 149 / 0);
}

.placeholder-violet-900\/10::-moz-placeholder{
  color: rgb(76 29 149 / 0.1);
}

.placeholder-violet-900\/10::placeholder{
  color: rgb(76 29 149 / 0.1);
}

.placeholder-violet-900\/100::-moz-placeholder{
  color: rgb(76 29 149 / 1);
}

.placeholder-violet-900\/100::placeholder{
  color: rgb(76 29 149 / 1);
}

.placeholder-violet-900\/20::-moz-placeholder{
  color: rgb(76 29 149 / 0.2);
}

.placeholder-violet-900\/20::placeholder{
  color: rgb(76 29 149 / 0.2);
}

.placeholder-violet-900\/25::-moz-placeholder{
  color: rgb(76 29 149 / 0.25);
}

.placeholder-violet-900\/25::placeholder{
  color: rgb(76 29 149 / 0.25);
}

.placeholder-violet-900\/30::-moz-placeholder{
  color: rgb(76 29 149 / 0.3);
}

.placeholder-violet-900\/30::placeholder{
  color: rgb(76 29 149 / 0.3);
}

.placeholder-violet-900\/40::-moz-placeholder{
  color: rgb(76 29 149 / 0.4);
}

.placeholder-violet-900\/40::placeholder{
  color: rgb(76 29 149 / 0.4);
}

.placeholder-violet-900\/5::-moz-placeholder{
  color: rgb(76 29 149 / 0.05);
}

.placeholder-violet-900\/5::placeholder{
  color: rgb(76 29 149 / 0.05);
}

.placeholder-violet-900\/50::-moz-placeholder{
  color: rgb(76 29 149 / 0.5);
}

.placeholder-violet-900\/50::placeholder{
  color: rgb(76 29 149 / 0.5);
}

.placeholder-violet-900\/60::-moz-placeholder{
  color: rgb(76 29 149 / 0.6);
}

.placeholder-violet-900\/60::placeholder{
  color: rgb(76 29 149 / 0.6);
}

.placeholder-violet-900\/70::-moz-placeholder{
  color: rgb(76 29 149 / 0.7);
}

.placeholder-violet-900\/70::placeholder{
  color: rgb(76 29 149 / 0.7);
}

.placeholder-violet-900\/75::-moz-placeholder{
  color: rgb(76 29 149 / 0.75);
}

.placeholder-violet-900\/75::placeholder{
  color: rgb(76 29 149 / 0.75);
}

.placeholder-violet-900\/80::-moz-placeholder{
  color: rgb(76 29 149 / 0.8);
}

.placeholder-violet-900\/80::placeholder{
  color: rgb(76 29 149 / 0.8);
}

.placeholder-violet-900\/90::-moz-placeholder{
  color: rgb(76 29 149 / 0.9);
}

.placeholder-violet-900\/90::placeholder{
  color: rgb(76 29 149 / 0.9);
}

.placeholder-violet-900\/95::-moz-placeholder{
  color: rgb(76 29 149 / 0.95);
}

.placeholder-violet-900\/95::placeholder{
  color: rgb(76 29 149 / 0.95);
}

.placeholder-violet-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity));
}

.placeholder-violet-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity));
}

.placeholder-violet-950\/0::-moz-placeholder{
  color: rgb(46 16 101 / 0);
}

.placeholder-violet-950\/0::placeholder{
  color: rgb(46 16 101 / 0);
}

.placeholder-violet-950\/10::-moz-placeholder{
  color: rgb(46 16 101 / 0.1);
}

.placeholder-violet-950\/10::placeholder{
  color: rgb(46 16 101 / 0.1);
}

.placeholder-violet-950\/100::-moz-placeholder{
  color: rgb(46 16 101 / 1);
}

.placeholder-violet-950\/100::placeholder{
  color: rgb(46 16 101 / 1);
}

.placeholder-violet-950\/20::-moz-placeholder{
  color: rgb(46 16 101 / 0.2);
}

.placeholder-violet-950\/20::placeholder{
  color: rgb(46 16 101 / 0.2);
}

.placeholder-violet-950\/25::-moz-placeholder{
  color: rgb(46 16 101 / 0.25);
}

.placeholder-violet-950\/25::placeholder{
  color: rgb(46 16 101 / 0.25);
}

.placeholder-violet-950\/30::-moz-placeholder{
  color: rgb(46 16 101 / 0.3);
}

.placeholder-violet-950\/30::placeholder{
  color: rgb(46 16 101 / 0.3);
}

.placeholder-violet-950\/40::-moz-placeholder{
  color: rgb(46 16 101 / 0.4);
}

.placeholder-violet-950\/40::placeholder{
  color: rgb(46 16 101 / 0.4);
}

.placeholder-violet-950\/5::-moz-placeholder{
  color: rgb(46 16 101 / 0.05);
}

.placeholder-violet-950\/5::placeholder{
  color: rgb(46 16 101 / 0.05);
}

.placeholder-violet-950\/50::-moz-placeholder{
  color: rgb(46 16 101 / 0.5);
}

.placeholder-violet-950\/50::placeholder{
  color: rgb(46 16 101 / 0.5);
}

.placeholder-violet-950\/60::-moz-placeholder{
  color: rgb(46 16 101 / 0.6);
}

.placeholder-violet-950\/60::placeholder{
  color: rgb(46 16 101 / 0.6);
}

.placeholder-violet-950\/70::-moz-placeholder{
  color: rgb(46 16 101 / 0.7);
}

.placeholder-violet-950\/70::placeholder{
  color: rgb(46 16 101 / 0.7);
}

.placeholder-violet-950\/75::-moz-placeholder{
  color: rgb(46 16 101 / 0.75);
}

.placeholder-violet-950\/75::placeholder{
  color: rgb(46 16 101 / 0.75);
}

.placeholder-violet-950\/80::-moz-placeholder{
  color: rgb(46 16 101 / 0.8);
}

.placeholder-violet-950\/80::placeholder{
  color: rgb(46 16 101 / 0.8);
}

.placeholder-violet-950\/90::-moz-placeholder{
  color: rgb(46 16 101 / 0.9);
}

.placeholder-violet-950\/90::placeholder{
  color: rgb(46 16 101 / 0.9);
}

.placeholder-violet-950\/95::-moz-placeholder{
  color: rgb(46 16 101 / 0.95);
}

.placeholder-violet-950\/95::placeholder{
  color: rgb(46 16 101 / 0.95);
}

.placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.placeholder-white\/0::-moz-placeholder{
  color: rgb(255 255 255 / 0);
}

.placeholder-white\/0::placeholder{
  color: rgb(255 255 255 / 0);
}

.placeholder-white\/10::-moz-placeholder{
  color: rgb(255 255 255 / 0.1);
}

.placeholder-white\/10::placeholder{
  color: rgb(255 255 255 / 0.1);
}

.placeholder-white\/100::-moz-placeholder{
  color: rgb(255 255 255 / 1);
}

.placeholder-white\/100::placeholder{
  color: rgb(255 255 255 / 1);
}

.placeholder-white\/20::-moz-placeholder{
  color: rgb(255 255 255 / 0.2);
}

.placeholder-white\/20::placeholder{
  color: rgb(255 255 255 / 0.2);
}

.placeholder-white\/25::-moz-placeholder{
  color: rgb(255 255 255 / 0.25);
}

.placeholder-white\/25::placeholder{
  color: rgb(255 255 255 / 0.25);
}

.placeholder-white\/30::-moz-placeholder{
  color: rgb(255 255 255 / 0.3);
}

.placeholder-white\/30::placeholder{
  color: rgb(255 255 255 / 0.3);
}

.placeholder-white\/40::-moz-placeholder{
  color: rgb(255 255 255 / 0.4);
}

.placeholder-white\/40::placeholder{
  color: rgb(255 255 255 / 0.4);
}

.placeholder-white\/5::-moz-placeholder{
  color: rgb(255 255 255 / 0.05);
}

.placeholder-white\/5::placeholder{
  color: rgb(255 255 255 / 0.05);
}

.placeholder-white\/50::-moz-placeholder{
  color: rgb(255 255 255 / 0.5);
}

.placeholder-white\/50::placeholder{
  color: rgb(255 255 255 / 0.5);
}

.placeholder-white\/60::-moz-placeholder{
  color: rgb(255 255 255 / 0.6);
}

.placeholder-white\/60::placeholder{
  color: rgb(255 255 255 / 0.6);
}

.placeholder-white\/70::-moz-placeholder{
  color: rgb(255 255 255 / 0.7);
}

.placeholder-white\/70::placeholder{
  color: rgb(255 255 255 / 0.7);
}

.placeholder-white\/75::-moz-placeholder{
  color: rgb(255 255 255 / 0.75);
}

.placeholder-white\/75::placeholder{
  color: rgb(255 255 255 / 0.75);
}

.placeholder-white\/80::-moz-placeholder{
  color: rgb(255 255 255 / 0.8);
}

.placeholder-white\/80::placeholder{
  color: rgb(255 255 255 / 0.8);
}

.placeholder-white\/90::-moz-placeholder{
  color: rgb(255 255 255 / 0.9);
}

.placeholder-white\/90::placeholder{
  color: rgb(255 255 255 / 0.9);
}

.placeholder-white\/95::-moz-placeholder{
  color: rgb(255 255 255 / 0.95);
}

.placeholder-white\/95::placeholder{
  color: rgb(255 255 255 / 0.95);
}

.placeholder-yellow-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-100\/0::-moz-placeholder{
  color: rgb(254 249 195 / 0);
}

.placeholder-yellow-100\/0::placeholder{
  color: rgb(254 249 195 / 0);
}

.placeholder-yellow-100\/10::-moz-placeholder{
  color: rgb(254 249 195 / 0.1);
}

.placeholder-yellow-100\/10::placeholder{
  color: rgb(254 249 195 / 0.1);
}

.placeholder-yellow-100\/100::-moz-placeholder{
  color: rgb(254 249 195 / 1);
}

.placeholder-yellow-100\/100::placeholder{
  color: rgb(254 249 195 / 1);
}

.placeholder-yellow-100\/20::-moz-placeholder{
  color: rgb(254 249 195 / 0.2);
}

.placeholder-yellow-100\/20::placeholder{
  color: rgb(254 249 195 / 0.2);
}

.placeholder-yellow-100\/25::-moz-placeholder{
  color: rgb(254 249 195 / 0.25);
}

.placeholder-yellow-100\/25::placeholder{
  color: rgb(254 249 195 / 0.25);
}

.placeholder-yellow-100\/30::-moz-placeholder{
  color: rgb(254 249 195 / 0.3);
}

.placeholder-yellow-100\/30::placeholder{
  color: rgb(254 249 195 / 0.3);
}

.placeholder-yellow-100\/40::-moz-placeholder{
  color: rgb(254 249 195 / 0.4);
}

.placeholder-yellow-100\/40::placeholder{
  color: rgb(254 249 195 / 0.4);
}

.placeholder-yellow-100\/5::-moz-placeholder{
  color: rgb(254 249 195 / 0.05);
}

.placeholder-yellow-100\/5::placeholder{
  color: rgb(254 249 195 / 0.05);
}

.placeholder-yellow-100\/50::-moz-placeholder{
  color: rgb(254 249 195 / 0.5);
}

.placeholder-yellow-100\/50::placeholder{
  color: rgb(254 249 195 / 0.5);
}

.placeholder-yellow-100\/60::-moz-placeholder{
  color: rgb(254 249 195 / 0.6);
}

.placeholder-yellow-100\/60::placeholder{
  color: rgb(254 249 195 / 0.6);
}

.placeholder-yellow-100\/70::-moz-placeholder{
  color: rgb(254 249 195 / 0.7);
}

.placeholder-yellow-100\/70::placeholder{
  color: rgb(254 249 195 / 0.7);
}

.placeholder-yellow-100\/75::-moz-placeholder{
  color: rgb(254 249 195 / 0.75);
}

.placeholder-yellow-100\/75::placeholder{
  color: rgb(254 249 195 / 0.75);
}

.placeholder-yellow-100\/80::-moz-placeholder{
  color: rgb(254 249 195 / 0.8);
}

.placeholder-yellow-100\/80::placeholder{
  color: rgb(254 249 195 / 0.8);
}

.placeholder-yellow-100\/90::-moz-placeholder{
  color: rgb(254 249 195 / 0.9);
}

.placeholder-yellow-100\/90::placeholder{
  color: rgb(254 249 195 / 0.9);
}

.placeholder-yellow-100\/95::-moz-placeholder{
  color: rgb(254 249 195 / 0.95);
}

.placeholder-yellow-100\/95::placeholder{
  color: rgb(254 249 195 / 0.95);
}

.placeholder-yellow-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-200\/0::-moz-placeholder{
  color: rgb(254 240 138 / 0);
}

.placeholder-yellow-200\/0::placeholder{
  color: rgb(254 240 138 / 0);
}

.placeholder-yellow-200\/10::-moz-placeholder{
  color: rgb(254 240 138 / 0.1);
}

.placeholder-yellow-200\/10::placeholder{
  color: rgb(254 240 138 / 0.1);
}

.placeholder-yellow-200\/100::-moz-placeholder{
  color: rgb(254 240 138 / 1);
}

.placeholder-yellow-200\/100::placeholder{
  color: rgb(254 240 138 / 1);
}

.placeholder-yellow-200\/20::-moz-placeholder{
  color: rgb(254 240 138 / 0.2);
}

.placeholder-yellow-200\/20::placeholder{
  color: rgb(254 240 138 / 0.2);
}

.placeholder-yellow-200\/25::-moz-placeholder{
  color: rgb(254 240 138 / 0.25);
}

.placeholder-yellow-200\/25::placeholder{
  color: rgb(254 240 138 / 0.25);
}

.placeholder-yellow-200\/30::-moz-placeholder{
  color: rgb(254 240 138 / 0.3);
}

.placeholder-yellow-200\/30::placeholder{
  color: rgb(254 240 138 / 0.3);
}

.placeholder-yellow-200\/40::-moz-placeholder{
  color: rgb(254 240 138 / 0.4);
}

.placeholder-yellow-200\/40::placeholder{
  color: rgb(254 240 138 / 0.4);
}

.placeholder-yellow-200\/5::-moz-placeholder{
  color: rgb(254 240 138 / 0.05);
}

.placeholder-yellow-200\/5::placeholder{
  color: rgb(254 240 138 / 0.05);
}

.placeholder-yellow-200\/50::-moz-placeholder{
  color: rgb(254 240 138 / 0.5);
}

.placeholder-yellow-200\/50::placeholder{
  color: rgb(254 240 138 / 0.5);
}

.placeholder-yellow-200\/60::-moz-placeholder{
  color: rgb(254 240 138 / 0.6);
}

.placeholder-yellow-200\/60::placeholder{
  color: rgb(254 240 138 / 0.6);
}

.placeholder-yellow-200\/70::-moz-placeholder{
  color: rgb(254 240 138 / 0.7);
}

.placeholder-yellow-200\/70::placeholder{
  color: rgb(254 240 138 / 0.7);
}

.placeholder-yellow-200\/75::-moz-placeholder{
  color: rgb(254 240 138 / 0.75);
}

.placeholder-yellow-200\/75::placeholder{
  color: rgb(254 240 138 / 0.75);
}

.placeholder-yellow-200\/80::-moz-placeholder{
  color: rgb(254 240 138 / 0.8);
}

.placeholder-yellow-200\/80::placeholder{
  color: rgb(254 240 138 / 0.8);
}

.placeholder-yellow-200\/90::-moz-placeholder{
  color: rgb(254 240 138 / 0.9);
}

.placeholder-yellow-200\/90::placeholder{
  color: rgb(254 240 138 / 0.9);
}

.placeholder-yellow-200\/95::-moz-placeholder{
  color: rgb(254 240 138 / 0.95);
}

.placeholder-yellow-200\/95::placeholder{
  color: rgb(254 240 138 / 0.95);
}

.placeholder-yellow-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-300\/0::-moz-placeholder{
  color: rgb(253 224 71 / 0);
}

.placeholder-yellow-300\/0::placeholder{
  color: rgb(253 224 71 / 0);
}

.placeholder-yellow-300\/10::-moz-placeholder{
  color: rgb(253 224 71 / 0.1);
}

.placeholder-yellow-300\/10::placeholder{
  color: rgb(253 224 71 / 0.1);
}

.placeholder-yellow-300\/100::-moz-placeholder{
  color: rgb(253 224 71 / 1);
}

.placeholder-yellow-300\/100::placeholder{
  color: rgb(253 224 71 / 1);
}

.placeholder-yellow-300\/20::-moz-placeholder{
  color: rgb(253 224 71 / 0.2);
}

.placeholder-yellow-300\/20::placeholder{
  color: rgb(253 224 71 / 0.2);
}

.placeholder-yellow-300\/25::-moz-placeholder{
  color: rgb(253 224 71 / 0.25);
}

.placeholder-yellow-300\/25::placeholder{
  color: rgb(253 224 71 / 0.25);
}

.placeholder-yellow-300\/30::-moz-placeholder{
  color: rgb(253 224 71 / 0.3);
}

.placeholder-yellow-300\/30::placeholder{
  color: rgb(253 224 71 / 0.3);
}

.placeholder-yellow-300\/40::-moz-placeholder{
  color: rgb(253 224 71 / 0.4);
}

.placeholder-yellow-300\/40::placeholder{
  color: rgb(253 224 71 / 0.4);
}

.placeholder-yellow-300\/5::-moz-placeholder{
  color: rgb(253 224 71 / 0.05);
}

.placeholder-yellow-300\/5::placeholder{
  color: rgb(253 224 71 / 0.05);
}

.placeholder-yellow-300\/50::-moz-placeholder{
  color: rgb(253 224 71 / 0.5);
}

.placeholder-yellow-300\/50::placeholder{
  color: rgb(253 224 71 / 0.5);
}

.placeholder-yellow-300\/60::-moz-placeholder{
  color: rgb(253 224 71 / 0.6);
}

.placeholder-yellow-300\/60::placeholder{
  color: rgb(253 224 71 / 0.6);
}

.placeholder-yellow-300\/70::-moz-placeholder{
  color: rgb(253 224 71 / 0.7);
}

.placeholder-yellow-300\/70::placeholder{
  color: rgb(253 224 71 / 0.7);
}

.placeholder-yellow-300\/75::-moz-placeholder{
  color: rgb(253 224 71 / 0.75);
}

.placeholder-yellow-300\/75::placeholder{
  color: rgb(253 224 71 / 0.75);
}

.placeholder-yellow-300\/80::-moz-placeholder{
  color: rgb(253 224 71 / 0.8);
}

.placeholder-yellow-300\/80::placeholder{
  color: rgb(253 224 71 / 0.8);
}

.placeholder-yellow-300\/90::-moz-placeholder{
  color: rgb(253 224 71 / 0.9);
}

.placeholder-yellow-300\/90::placeholder{
  color: rgb(253 224 71 / 0.9);
}

.placeholder-yellow-300\/95::-moz-placeholder{
  color: rgb(253 224 71 / 0.95);
}

.placeholder-yellow-300\/95::placeholder{
  color: rgb(253 224 71 / 0.95);
}

.placeholder-yellow-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-400\/0::-moz-placeholder{
  color: rgb(250 204 21 / 0);
}

.placeholder-yellow-400\/0::placeholder{
  color: rgb(250 204 21 / 0);
}

.placeholder-yellow-400\/10::-moz-placeholder{
  color: rgb(250 204 21 / 0.1);
}

.placeholder-yellow-400\/10::placeholder{
  color: rgb(250 204 21 / 0.1);
}

.placeholder-yellow-400\/100::-moz-placeholder{
  color: rgb(250 204 21 / 1);
}

.placeholder-yellow-400\/100::placeholder{
  color: rgb(250 204 21 / 1);
}

.placeholder-yellow-400\/20::-moz-placeholder{
  color: rgb(250 204 21 / 0.2);
}

.placeholder-yellow-400\/20::placeholder{
  color: rgb(250 204 21 / 0.2);
}

.placeholder-yellow-400\/25::-moz-placeholder{
  color: rgb(250 204 21 / 0.25);
}

.placeholder-yellow-400\/25::placeholder{
  color: rgb(250 204 21 / 0.25);
}

.placeholder-yellow-400\/30::-moz-placeholder{
  color: rgb(250 204 21 / 0.3);
}

.placeholder-yellow-400\/30::placeholder{
  color: rgb(250 204 21 / 0.3);
}

.placeholder-yellow-400\/40::-moz-placeholder{
  color: rgb(250 204 21 / 0.4);
}

.placeholder-yellow-400\/40::placeholder{
  color: rgb(250 204 21 / 0.4);
}

.placeholder-yellow-400\/5::-moz-placeholder{
  color: rgb(250 204 21 / 0.05);
}

.placeholder-yellow-400\/5::placeholder{
  color: rgb(250 204 21 / 0.05);
}

.placeholder-yellow-400\/50::-moz-placeholder{
  color: rgb(250 204 21 / 0.5);
}

.placeholder-yellow-400\/50::placeholder{
  color: rgb(250 204 21 / 0.5);
}

.placeholder-yellow-400\/60::-moz-placeholder{
  color: rgb(250 204 21 / 0.6);
}

.placeholder-yellow-400\/60::placeholder{
  color: rgb(250 204 21 / 0.6);
}

.placeholder-yellow-400\/70::-moz-placeholder{
  color: rgb(250 204 21 / 0.7);
}

.placeholder-yellow-400\/70::placeholder{
  color: rgb(250 204 21 / 0.7);
}

.placeholder-yellow-400\/75::-moz-placeholder{
  color: rgb(250 204 21 / 0.75);
}

.placeholder-yellow-400\/75::placeholder{
  color: rgb(250 204 21 / 0.75);
}

.placeholder-yellow-400\/80::-moz-placeholder{
  color: rgb(250 204 21 / 0.8);
}

.placeholder-yellow-400\/80::placeholder{
  color: rgb(250 204 21 / 0.8);
}

.placeholder-yellow-400\/90::-moz-placeholder{
  color: rgb(250 204 21 / 0.9);
}

.placeholder-yellow-400\/90::placeholder{
  color: rgb(250 204 21 / 0.9);
}

.placeholder-yellow-400\/95::-moz-placeholder{
  color: rgb(250 204 21 / 0.95);
}

.placeholder-yellow-400\/95::placeholder{
  color: rgb(250 204 21 / 0.95);
}

.placeholder-yellow-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-50\/0::-moz-placeholder{
  color: rgb(254 252 232 / 0);
}

.placeholder-yellow-50\/0::placeholder{
  color: rgb(254 252 232 / 0);
}

.placeholder-yellow-50\/10::-moz-placeholder{
  color: rgb(254 252 232 / 0.1);
}

.placeholder-yellow-50\/10::placeholder{
  color: rgb(254 252 232 / 0.1);
}

.placeholder-yellow-50\/100::-moz-placeholder{
  color: rgb(254 252 232 / 1);
}

.placeholder-yellow-50\/100::placeholder{
  color: rgb(254 252 232 / 1);
}

.placeholder-yellow-50\/20::-moz-placeholder{
  color: rgb(254 252 232 / 0.2);
}

.placeholder-yellow-50\/20::placeholder{
  color: rgb(254 252 232 / 0.2);
}

.placeholder-yellow-50\/25::-moz-placeholder{
  color: rgb(254 252 232 / 0.25);
}

.placeholder-yellow-50\/25::placeholder{
  color: rgb(254 252 232 / 0.25);
}

.placeholder-yellow-50\/30::-moz-placeholder{
  color: rgb(254 252 232 / 0.3);
}

.placeholder-yellow-50\/30::placeholder{
  color: rgb(254 252 232 / 0.3);
}

.placeholder-yellow-50\/40::-moz-placeholder{
  color: rgb(254 252 232 / 0.4);
}

.placeholder-yellow-50\/40::placeholder{
  color: rgb(254 252 232 / 0.4);
}

.placeholder-yellow-50\/5::-moz-placeholder{
  color: rgb(254 252 232 / 0.05);
}

.placeholder-yellow-50\/5::placeholder{
  color: rgb(254 252 232 / 0.05);
}

.placeholder-yellow-50\/50::-moz-placeholder{
  color: rgb(254 252 232 / 0.5);
}

.placeholder-yellow-50\/50::placeholder{
  color: rgb(254 252 232 / 0.5);
}

.placeholder-yellow-50\/60::-moz-placeholder{
  color: rgb(254 252 232 / 0.6);
}

.placeholder-yellow-50\/60::placeholder{
  color: rgb(254 252 232 / 0.6);
}

.placeholder-yellow-50\/70::-moz-placeholder{
  color: rgb(254 252 232 / 0.7);
}

.placeholder-yellow-50\/70::placeholder{
  color: rgb(254 252 232 / 0.7);
}

.placeholder-yellow-50\/75::-moz-placeholder{
  color: rgb(254 252 232 / 0.75);
}

.placeholder-yellow-50\/75::placeholder{
  color: rgb(254 252 232 / 0.75);
}

.placeholder-yellow-50\/80::-moz-placeholder{
  color: rgb(254 252 232 / 0.8);
}

.placeholder-yellow-50\/80::placeholder{
  color: rgb(254 252 232 / 0.8);
}

.placeholder-yellow-50\/90::-moz-placeholder{
  color: rgb(254 252 232 / 0.9);
}

.placeholder-yellow-50\/90::placeholder{
  color: rgb(254 252 232 / 0.9);
}

.placeholder-yellow-50\/95::-moz-placeholder{
  color: rgb(254 252 232 / 0.95);
}

.placeholder-yellow-50\/95::placeholder{
  color: rgb(254 252 232 / 0.95);
}

.placeholder-yellow-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-500\/0::-moz-placeholder{
  color: rgb(234 179 8 / 0);
}

.placeholder-yellow-500\/0::placeholder{
  color: rgb(234 179 8 / 0);
}

.placeholder-yellow-500\/10::-moz-placeholder{
  color: rgb(234 179 8 / 0.1);
}

.placeholder-yellow-500\/10::placeholder{
  color: rgb(234 179 8 / 0.1);
}

.placeholder-yellow-500\/100::-moz-placeholder{
  color: rgb(234 179 8 / 1);
}

.placeholder-yellow-500\/100::placeholder{
  color: rgb(234 179 8 / 1);
}

.placeholder-yellow-500\/20::-moz-placeholder{
  color: rgb(234 179 8 / 0.2);
}

.placeholder-yellow-500\/20::placeholder{
  color: rgb(234 179 8 / 0.2);
}

.placeholder-yellow-500\/25::-moz-placeholder{
  color: rgb(234 179 8 / 0.25);
}

.placeholder-yellow-500\/25::placeholder{
  color: rgb(234 179 8 / 0.25);
}

.placeholder-yellow-500\/30::-moz-placeholder{
  color: rgb(234 179 8 / 0.3);
}

.placeholder-yellow-500\/30::placeholder{
  color: rgb(234 179 8 / 0.3);
}

.placeholder-yellow-500\/40::-moz-placeholder{
  color: rgb(234 179 8 / 0.4);
}

.placeholder-yellow-500\/40::placeholder{
  color: rgb(234 179 8 / 0.4);
}

.placeholder-yellow-500\/5::-moz-placeholder{
  color: rgb(234 179 8 / 0.05);
}

.placeholder-yellow-500\/5::placeholder{
  color: rgb(234 179 8 / 0.05);
}

.placeholder-yellow-500\/50::-moz-placeholder{
  color: rgb(234 179 8 / 0.5);
}

.placeholder-yellow-500\/50::placeholder{
  color: rgb(234 179 8 / 0.5);
}

.placeholder-yellow-500\/60::-moz-placeholder{
  color: rgb(234 179 8 / 0.6);
}

.placeholder-yellow-500\/60::placeholder{
  color: rgb(234 179 8 / 0.6);
}

.placeholder-yellow-500\/70::-moz-placeholder{
  color: rgb(234 179 8 / 0.7);
}

.placeholder-yellow-500\/70::placeholder{
  color: rgb(234 179 8 / 0.7);
}

.placeholder-yellow-500\/75::-moz-placeholder{
  color: rgb(234 179 8 / 0.75);
}

.placeholder-yellow-500\/75::placeholder{
  color: rgb(234 179 8 / 0.75);
}

.placeholder-yellow-500\/80::-moz-placeholder{
  color: rgb(234 179 8 / 0.8);
}

.placeholder-yellow-500\/80::placeholder{
  color: rgb(234 179 8 / 0.8);
}

.placeholder-yellow-500\/90::-moz-placeholder{
  color: rgb(234 179 8 / 0.9);
}

.placeholder-yellow-500\/90::placeholder{
  color: rgb(234 179 8 / 0.9);
}

.placeholder-yellow-500\/95::-moz-placeholder{
  color: rgb(234 179 8 / 0.95);
}

.placeholder-yellow-500\/95::placeholder{
  color: rgb(234 179 8 / 0.95);
}

.placeholder-yellow-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-600\/0::-moz-placeholder{
  color: rgb(202 138 4 / 0);
}

.placeholder-yellow-600\/0::placeholder{
  color: rgb(202 138 4 / 0);
}

.placeholder-yellow-600\/10::-moz-placeholder{
  color: rgb(202 138 4 / 0.1);
}

.placeholder-yellow-600\/10::placeholder{
  color: rgb(202 138 4 / 0.1);
}

.placeholder-yellow-600\/100::-moz-placeholder{
  color: rgb(202 138 4 / 1);
}

.placeholder-yellow-600\/100::placeholder{
  color: rgb(202 138 4 / 1);
}

.placeholder-yellow-600\/20::-moz-placeholder{
  color: rgb(202 138 4 / 0.2);
}

.placeholder-yellow-600\/20::placeholder{
  color: rgb(202 138 4 / 0.2);
}

.placeholder-yellow-600\/25::-moz-placeholder{
  color: rgb(202 138 4 / 0.25);
}

.placeholder-yellow-600\/25::placeholder{
  color: rgb(202 138 4 / 0.25);
}

.placeholder-yellow-600\/30::-moz-placeholder{
  color: rgb(202 138 4 / 0.3);
}

.placeholder-yellow-600\/30::placeholder{
  color: rgb(202 138 4 / 0.3);
}

.placeholder-yellow-600\/40::-moz-placeholder{
  color: rgb(202 138 4 / 0.4);
}

.placeholder-yellow-600\/40::placeholder{
  color: rgb(202 138 4 / 0.4);
}

.placeholder-yellow-600\/5::-moz-placeholder{
  color: rgb(202 138 4 / 0.05);
}

.placeholder-yellow-600\/5::placeholder{
  color: rgb(202 138 4 / 0.05);
}

.placeholder-yellow-600\/50::-moz-placeholder{
  color: rgb(202 138 4 / 0.5);
}

.placeholder-yellow-600\/50::placeholder{
  color: rgb(202 138 4 / 0.5);
}

.placeholder-yellow-600\/60::-moz-placeholder{
  color: rgb(202 138 4 / 0.6);
}

.placeholder-yellow-600\/60::placeholder{
  color: rgb(202 138 4 / 0.6);
}

.placeholder-yellow-600\/70::-moz-placeholder{
  color: rgb(202 138 4 / 0.7);
}

.placeholder-yellow-600\/70::placeholder{
  color: rgb(202 138 4 / 0.7);
}

.placeholder-yellow-600\/75::-moz-placeholder{
  color: rgb(202 138 4 / 0.75);
}

.placeholder-yellow-600\/75::placeholder{
  color: rgb(202 138 4 / 0.75);
}

.placeholder-yellow-600\/80::-moz-placeholder{
  color: rgb(202 138 4 / 0.8);
}

.placeholder-yellow-600\/80::placeholder{
  color: rgb(202 138 4 / 0.8);
}

.placeholder-yellow-600\/90::-moz-placeholder{
  color: rgb(202 138 4 / 0.9);
}

.placeholder-yellow-600\/90::placeholder{
  color: rgb(202 138 4 / 0.9);
}

.placeholder-yellow-600\/95::-moz-placeholder{
  color: rgb(202 138 4 / 0.95);
}

.placeholder-yellow-600\/95::placeholder{
  color: rgb(202 138 4 / 0.95);
}

.placeholder-yellow-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-700\/0::-moz-placeholder{
  color: rgb(161 98 7 / 0);
}

.placeholder-yellow-700\/0::placeholder{
  color: rgb(161 98 7 / 0);
}

.placeholder-yellow-700\/10::-moz-placeholder{
  color: rgb(161 98 7 / 0.1);
}

.placeholder-yellow-700\/10::placeholder{
  color: rgb(161 98 7 / 0.1);
}

.placeholder-yellow-700\/100::-moz-placeholder{
  color: rgb(161 98 7 / 1);
}

.placeholder-yellow-700\/100::placeholder{
  color: rgb(161 98 7 / 1);
}

.placeholder-yellow-700\/20::-moz-placeholder{
  color: rgb(161 98 7 / 0.2);
}

.placeholder-yellow-700\/20::placeholder{
  color: rgb(161 98 7 / 0.2);
}

.placeholder-yellow-700\/25::-moz-placeholder{
  color: rgb(161 98 7 / 0.25);
}

.placeholder-yellow-700\/25::placeholder{
  color: rgb(161 98 7 / 0.25);
}

.placeholder-yellow-700\/30::-moz-placeholder{
  color: rgb(161 98 7 / 0.3);
}

.placeholder-yellow-700\/30::placeholder{
  color: rgb(161 98 7 / 0.3);
}

.placeholder-yellow-700\/40::-moz-placeholder{
  color: rgb(161 98 7 / 0.4);
}

.placeholder-yellow-700\/40::placeholder{
  color: rgb(161 98 7 / 0.4);
}

.placeholder-yellow-700\/5::-moz-placeholder{
  color: rgb(161 98 7 / 0.05);
}

.placeholder-yellow-700\/5::placeholder{
  color: rgb(161 98 7 / 0.05);
}

.placeholder-yellow-700\/50::-moz-placeholder{
  color: rgb(161 98 7 / 0.5);
}

.placeholder-yellow-700\/50::placeholder{
  color: rgb(161 98 7 / 0.5);
}

.placeholder-yellow-700\/60::-moz-placeholder{
  color: rgb(161 98 7 / 0.6);
}

.placeholder-yellow-700\/60::placeholder{
  color: rgb(161 98 7 / 0.6);
}

.placeholder-yellow-700\/70::-moz-placeholder{
  color: rgb(161 98 7 / 0.7);
}

.placeholder-yellow-700\/70::placeholder{
  color: rgb(161 98 7 / 0.7);
}

.placeholder-yellow-700\/75::-moz-placeholder{
  color: rgb(161 98 7 / 0.75);
}

.placeholder-yellow-700\/75::placeholder{
  color: rgb(161 98 7 / 0.75);
}

.placeholder-yellow-700\/80::-moz-placeholder{
  color: rgb(161 98 7 / 0.8);
}

.placeholder-yellow-700\/80::placeholder{
  color: rgb(161 98 7 / 0.8);
}

.placeholder-yellow-700\/90::-moz-placeholder{
  color: rgb(161 98 7 / 0.9);
}

.placeholder-yellow-700\/90::placeholder{
  color: rgb(161 98 7 / 0.9);
}

.placeholder-yellow-700\/95::-moz-placeholder{
  color: rgb(161 98 7 / 0.95);
}

.placeholder-yellow-700\/95::placeholder{
  color: rgb(161 98 7 / 0.95);
}

.placeholder-yellow-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-800\/0::-moz-placeholder{
  color: rgb(133 77 14 / 0);
}

.placeholder-yellow-800\/0::placeholder{
  color: rgb(133 77 14 / 0);
}

.placeholder-yellow-800\/10::-moz-placeholder{
  color: rgb(133 77 14 / 0.1);
}

.placeholder-yellow-800\/10::placeholder{
  color: rgb(133 77 14 / 0.1);
}

.placeholder-yellow-800\/100::-moz-placeholder{
  color: rgb(133 77 14 / 1);
}

.placeholder-yellow-800\/100::placeholder{
  color: rgb(133 77 14 / 1);
}

.placeholder-yellow-800\/20::-moz-placeholder{
  color: rgb(133 77 14 / 0.2);
}

.placeholder-yellow-800\/20::placeholder{
  color: rgb(133 77 14 / 0.2);
}

.placeholder-yellow-800\/25::-moz-placeholder{
  color: rgb(133 77 14 / 0.25);
}

.placeholder-yellow-800\/25::placeholder{
  color: rgb(133 77 14 / 0.25);
}

.placeholder-yellow-800\/30::-moz-placeholder{
  color: rgb(133 77 14 / 0.3);
}

.placeholder-yellow-800\/30::placeholder{
  color: rgb(133 77 14 / 0.3);
}

.placeholder-yellow-800\/40::-moz-placeholder{
  color: rgb(133 77 14 / 0.4);
}

.placeholder-yellow-800\/40::placeholder{
  color: rgb(133 77 14 / 0.4);
}

.placeholder-yellow-800\/5::-moz-placeholder{
  color: rgb(133 77 14 / 0.05);
}

.placeholder-yellow-800\/5::placeholder{
  color: rgb(133 77 14 / 0.05);
}

.placeholder-yellow-800\/50::-moz-placeholder{
  color: rgb(133 77 14 / 0.5);
}

.placeholder-yellow-800\/50::placeholder{
  color: rgb(133 77 14 / 0.5);
}

.placeholder-yellow-800\/60::-moz-placeholder{
  color: rgb(133 77 14 / 0.6);
}

.placeholder-yellow-800\/60::placeholder{
  color: rgb(133 77 14 / 0.6);
}

.placeholder-yellow-800\/70::-moz-placeholder{
  color: rgb(133 77 14 / 0.7);
}

.placeholder-yellow-800\/70::placeholder{
  color: rgb(133 77 14 / 0.7);
}

.placeholder-yellow-800\/75::-moz-placeholder{
  color: rgb(133 77 14 / 0.75);
}

.placeholder-yellow-800\/75::placeholder{
  color: rgb(133 77 14 / 0.75);
}

.placeholder-yellow-800\/80::-moz-placeholder{
  color: rgb(133 77 14 / 0.8);
}

.placeholder-yellow-800\/80::placeholder{
  color: rgb(133 77 14 / 0.8);
}

.placeholder-yellow-800\/90::-moz-placeholder{
  color: rgb(133 77 14 / 0.9);
}

.placeholder-yellow-800\/90::placeholder{
  color: rgb(133 77 14 / 0.9);
}

.placeholder-yellow-800\/95::-moz-placeholder{
  color: rgb(133 77 14 / 0.95);
}

.placeholder-yellow-800\/95::placeholder{
  color: rgb(133 77 14 / 0.95);
}

.placeholder-yellow-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-900\/0::-moz-placeholder{
  color: rgb(113 63 18 / 0);
}

.placeholder-yellow-900\/0::placeholder{
  color: rgb(113 63 18 / 0);
}

.placeholder-yellow-900\/10::-moz-placeholder{
  color: rgb(113 63 18 / 0.1);
}

.placeholder-yellow-900\/10::placeholder{
  color: rgb(113 63 18 / 0.1);
}

.placeholder-yellow-900\/100::-moz-placeholder{
  color: rgb(113 63 18 / 1);
}

.placeholder-yellow-900\/100::placeholder{
  color: rgb(113 63 18 / 1);
}

.placeholder-yellow-900\/20::-moz-placeholder{
  color: rgb(113 63 18 / 0.2);
}

.placeholder-yellow-900\/20::placeholder{
  color: rgb(113 63 18 / 0.2);
}

.placeholder-yellow-900\/25::-moz-placeholder{
  color: rgb(113 63 18 / 0.25);
}

.placeholder-yellow-900\/25::placeholder{
  color: rgb(113 63 18 / 0.25);
}

.placeholder-yellow-900\/30::-moz-placeholder{
  color: rgb(113 63 18 / 0.3);
}

.placeholder-yellow-900\/30::placeholder{
  color: rgb(113 63 18 / 0.3);
}

.placeholder-yellow-900\/40::-moz-placeholder{
  color: rgb(113 63 18 / 0.4);
}

.placeholder-yellow-900\/40::placeholder{
  color: rgb(113 63 18 / 0.4);
}

.placeholder-yellow-900\/5::-moz-placeholder{
  color: rgb(113 63 18 / 0.05);
}

.placeholder-yellow-900\/5::placeholder{
  color: rgb(113 63 18 / 0.05);
}

.placeholder-yellow-900\/50::-moz-placeholder{
  color: rgb(113 63 18 / 0.5);
}

.placeholder-yellow-900\/50::placeholder{
  color: rgb(113 63 18 / 0.5);
}

.placeholder-yellow-900\/60::-moz-placeholder{
  color: rgb(113 63 18 / 0.6);
}

.placeholder-yellow-900\/60::placeholder{
  color: rgb(113 63 18 / 0.6);
}

.placeholder-yellow-900\/70::-moz-placeholder{
  color: rgb(113 63 18 / 0.7);
}

.placeholder-yellow-900\/70::placeholder{
  color: rgb(113 63 18 / 0.7);
}

.placeholder-yellow-900\/75::-moz-placeholder{
  color: rgb(113 63 18 / 0.75);
}

.placeholder-yellow-900\/75::placeholder{
  color: rgb(113 63 18 / 0.75);
}

.placeholder-yellow-900\/80::-moz-placeholder{
  color: rgb(113 63 18 / 0.8);
}

.placeholder-yellow-900\/80::placeholder{
  color: rgb(113 63 18 / 0.8);
}

.placeholder-yellow-900\/90::-moz-placeholder{
  color: rgb(113 63 18 / 0.9);
}

.placeholder-yellow-900\/90::placeholder{
  color: rgb(113 63 18 / 0.9);
}

.placeholder-yellow-900\/95::-moz-placeholder{
  color: rgb(113 63 18 / 0.95);
}

.placeholder-yellow-900\/95::placeholder{
  color: rgb(113 63 18 / 0.95);
}

.placeholder-yellow-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-950\/0::-moz-placeholder{
  color: rgb(66 32 6 / 0);
}

.placeholder-yellow-950\/0::placeholder{
  color: rgb(66 32 6 / 0);
}

.placeholder-yellow-950\/10::-moz-placeholder{
  color: rgb(66 32 6 / 0.1);
}

.placeholder-yellow-950\/10::placeholder{
  color: rgb(66 32 6 / 0.1);
}

.placeholder-yellow-950\/100::-moz-placeholder{
  color: rgb(66 32 6 / 1);
}

.placeholder-yellow-950\/100::placeholder{
  color: rgb(66 32 6 / 1);
}

.placeholder-yellow-950\/20::-moz-placeholder{
  color: rgb(66 32 6 / 0.2);
}

.placeholder-yellow-950\/20::placeholder{
  color: rgb(66 32 6 / 0.2);
}

.placeholder-yellow-950\/25::-moz-placeholder{
  color: rgb(66 32 6 / 0.25);
}

.placeholder-yellow-950\/25::placeholder{
  color: rgb(66 32 6 / 0.25);
}

.placeholder-yellow-950\/30::-moz-placeholder{
  color: rgb(66 32 6 / 0.3);
}

.placeholder-yellow-950\/30::placeholder{
  color: rgb(66 32 6 / 0.3);
}

.placeholder-yellow-950\/40::-moz-placeholder{
  color: rgb(66 32 6 / 0.4);
}

.placeholder-yellow-950\/40::placeholder{
  color: rgb(66 32 6 / 0.4);
}

.placeholder-yellow-950\/5::-moz-placeholder{
  color: rgb(66 32 6 / 0.05);
}

.placeholder-yellow-950\/5::placeholder{
  color: rgb(66 32 6 / 0.05);
}

.placeholder-yellow-950\/50::-moz-placeholder{
  color: rgb(66 32 6 / 0.5);
}

.placeholder-yellow-950\/50::placeholder{
  color: rgb(66 32 6 / 0.5);
}

.placeholder-yellow-950\/60::-moz-placeholder{
  color: rgb(66 32 6 / 0.6);
}

.placeholder-yellow-950\/60::placeholder{
  color: rgb(66 32 6 / 0.6);
}

.placeholder-yellow-950\/70::-moz-placeholder{
  color: rgb(66 32 6 / 0.7);
}

.placeholder-yellow-950\/70::placeholder{
  color: rgb(66 32 6 / 0.7);
}

.placeholder-yellow-950\/75::-moz-placeholder{
  color: rgb(66 32 6 / 0.75);
}

.placeholder-yellow-950\/75::placeholder{
  color: rgb(66 32 6 / 0.75);
}

.placeholder-yellow-950\/80::-moz-placeholder{
  color: rgb(66 32 6 / 0.8);
}

.placeholder-yellow-950\/80::placeholder{
  color: rgb(66 32 6 / 0.8);
}

.placeholder-yellow-950\/90::-moz-placeholder{
  color: rgb(66 32 6 / 0.9);
}

.placeholder-yellow-950\/90::placeholder{
  color: rgb(66 32 6 / 0.9);
}

.placeholder-yellow-950\/95::-moz-placeholder{
  color: rgb(66 32 6 / 0.95);
}

.placeholder-yellow-950\/95::placeholder{
  color: rgb(66 32 6 / 0.95);
}

.placeholder-zinc-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-100\/0::-moz-placeholder{
  color: rgb(244 244 245 / 0);
}

.placeholder-zinc-100\/0::placeholder{
  color: rgb(244 244 245 / 0);
}

.placeholder-zinc-100\/10::-moz-placeholder{
  color: rgb(244 244 245 / 0.1);
}

.placeholder-zinc-100\/10::placeholder{
  color: rgb(244 244 245 / 0.1);
}

.placeholder-zinc-100\/100::-moz-placeholder{
  color: rgb(244 244 245 / 1);
}

.placeholder-zinc-100\/100::placeholder{
  color: rgb(244 244 245 / 1);
}

.placeholder-zinc-100\/20::-moz-placeholder{
  color: rgb(244 244 245 / 0.2);
}

.placeholder-zinc-100\/20::placeholder{
  color: rgb(244 244 245 / 0.2);
}

.placeholder-zinc-100\/25::-moz-placeholder{
  color: rgb(244 244 245 / 0.25);
}

.placeholder-zinc-100\/25::placeholder{
  color: rgb(244 244 245 / 0.25);
}

.placeholder-zinc-100\/30::-moz-placeholder{
  color: rgb(244 244 245 / 0.3);
}

.placeholder-zinc-100\/30::placeholder{
  color: rgb(244 244 245 / 0.3);
}

.placeholder-zinc-100\/40::-moz-placeholder{
  color: rgb(244 244 245 / 0.4);
}

.placeholder-zinc-100\/40::placeholder{
  color: rgb(244 244 245 / 0.4);
}

.placeholder-zinc-100\/5::-moz-placeholder{
  color: rgb(244 244 245 / 0.05);
}

.placeholder-zinc-100\/5::placeholder{
  color: rgb(244 244 245 / 0.05);
}

.placeholder-zinc-100\/50::-moz-placeholder{
  color: rgb(244 244 245 / 0.5);
}

.placeholder-zinc-100\/50::placeholder{
  color: rgb(244 244 245 / 0.5);
}

.placeholder-zinc-100\/60::-moz-placeholder{
  color: rgb(244 244 245 / 0.6);
}

.placeholder-zinc-100\/60::placeholder{
  color: rgb(244 244 245 / 0.6);
}

.placeholder-zinc-100\/70::-moz-placeholder{
  color: rgb(244 244 245 / 0.7);
}

.placeholder-zinc-100\/70::placeholder{
  color: rgb(244 244 245 / 0.7);
}

.placeholder-zinc-100\/75::-moz-placeholder{
  color: rgb(244 244 245 / 0.75);
}

.placeholder-zinc-100\/75::placeholder{
  color: rgb(244 244 245 / 0.75);
}

.placeholder-zinc-100\/80::-moz-placeholder{
  color: rgb(244 244 245 / 0.8);
}

.placeholder-zinc-100\/80::placeholder{
  color: rgb(244 244 245 / 0.8);
}

.placeholder-zinc-100\/90::-moz-placeholder{
  color: rgb(244 244 245 / 0.9);
}

.placeholder-zinc-100\/90::placeholder{
  color: rgb(244 244 245 / 0.9);
}

.placeholder-zinc-100\/95::-moz-placeholder{
  color: rgb(244 244 245 / 0.95);
}

.placeholder-zinc-100\/95::placeholder{
  color: rgb(244 244 245 / 0.95);
}

.placeholder-zinc-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-200\/0::-moz-placeholder{
  color: rgb(228 228 231 / 0);
}

.placeholder-zinc-200\/0::placeholder{
  color: rgb(228 228 231 / 0);
}

.placeholder-zinc-200\/10::-moz-placeholder{
  color: rgb(228 228 231 / 0.1);
}

.placeholder-zinc-200\/10::placeholder{
  color: rgb(228 228 231 / 0.1);
}

.placeholder-zinc-200\/100::-moz-placeholder{
  color: rgb(228 228 231 / 1);
}

.placeholder-zinc-200\/100::placeholder{
  color: rgb(228 228 231 / 1);
}

.placeholder-zinc-200\/20::-moz-placeholder{
  color: rgb(228 228 231 / 0.2);
}

.placeholder-zinc-200\/20::placeholder{
  color: rgb(228 228 231 / 0.2);
}

.placeholder-zinc-200\/25::-moz-placeholder{
  color: rgb(228 228 231 / 0.25);
}

.placeholder-zinc-200\/25::placeholder{
  color: rgb(228 228 231 / 0.25);
}

.placeholder-zinc-200\/30::-moz-placeholder{
  color: rgb(228 228 231 / 0.3);
}

.placeholder-zinc-200\/30::placeholder{
  color: rgb(228 228 231 / 0.3);
}

.placeholder-zinc-200\/40::-moz-placeholder{
  color: rgb(228 228 231 / 0.4);
}

.placeholder-zinc-200\/40::placeholder{
  color: rgb(228 228 231 / 0.4);
}

.placeholder-zinc-200\/5::-moz-placeholder{
  color: rgb(228 228 231 / 0.05);
}

.placeholder-zinc-200\/5::placeholder{
  color: rgb(228 228 231 / 0.05);
}

.placeholder-zinc-200\/50::-moz-placeholder{
  color: rgb(228 228 231 / 0.5);
}

.placeholder-zinc-200\/50::placeholder{
  color: rgb(228 228 231 / 0.5);
}

.placeholder-zinc-200\/60::-moz-placeholder{
  color: rgb(228 228 231 / 0.6);
}

.placeholder-zinc-200\/60::placeholder{
  color: rgb(228 228 231 / 0.6);
}

.placeholder-zinc-200\/70::-moz-placeholder{
  color: rgb(228 228 231 / 0.7);
}

.placeholder-zinc-200\/70::placeholder{
  color: rgb(228 228 231 / 0.7);
}

.placeholder-zinc-200\/75::-moz-placeholder{
  color: rgb(228 228 231 / 0.75);
}

.placeholder-zinc-200\/75::placeholder{
  color: rgb(228 228 231 / 0.75);
}

.placeholder-zinc-200\/80::-moz-placeholder{
  color: rgb(228 228 231 / 0.8);
}

.placeholder-zinc-200\/80::placeholder{
  color: rgb(228 228 231 / 0.8);
}

.placeholder-zinc-200\/90::-moz-placeholder{
  color: rgb(228 228 231 / 0.9);
}

.placeholder-zinc-200\/90::placeholder{
  color: rgb(228 228 231 / 0.9);
}

.placeholder-zinc-200\/95::-moz-placeholder{
  color: rgb(228 228 231 / 0.95);
}

.placeholder-zinc-200\/95::placeholder{
  color: rgb(228 228 231 / 0.95);
}

.placeholder-zinc-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-300\/0::-moz-placeholder{
  color: rgb(212 212 216 / 0);
}

.placeholder-zinc-300\/0::placeholder{
  color: rgb(212 212 216 / 0);
}

.placeholder-zinc-300\/10::-moz-placeholder{
  color: rgb(212 212 216 / 0.1);
}

.placeholder-zinc-300\/10::placeholder{
  color: rgb(212 212 216 / 0.1);
}

.placeholder-zinc-300\/100::-moz-placeholder{
  color: rgb(212 212 216 / 1);
}

.placeholder-zinc-300\/100::placeholder{
  color: rgb(212 212 216 / 1);
}

.placeholder-zinc-300\/20::-moz-placeholder{
  color: rgb(212 212 216 / 0.2);
}

.placeholder-zinc-300\/20::placeholder{
  color: rgb(212 212 216 / 0.2);
}

.placeholder-zinc-300\/25::-moz-placeholder{
  color: rgb(212 212 216 / 0.25);
}

.placeholder-zinc-300\/25::placeholder{
  color: rgb(212 212 216 / 0.25);
}

.placeholder-zinc-300\/30::-moz-placeholder{
  color: rgb(212 212 216 / 0.3);
}

.placeholder-zinc-300\/30::placeholder{
  color: rgb(212 212 216 / 0.3);
}

.placeholder-zinc-300\/40::-moz-placeholder{
  color: rgb(212 212 216 / 0.4);
}

.placeholder-zinc-300\/40::placeholder{
  color: rgb(212 212 216 / 0.4);
}

.placeholder-zinc-300\/5::-moz-placeholder{
  color: rgb(212 212 216 / 0.05);
}

.placeholder-zinc-300\/5::placeholder{
  color: rgb(212 212 216 / 0.05);
}

.placeholder-zinc-300\/50::-moz-placeholder{
  color: rgb(212 212 216 / 0.5);
}

.placeholder-zinc-300\/50::placeholder{
  color: rgb(212 212 216 / 0.5);
}

.placeholder-zinc-300\/60::-moz-placeholder{
  color: rgb(212 212 216 / 0.6);
}

.placeholder-zinc-300\/60::placeholder{
  color: rgb(212 212 216 / 0.6);
}

.placeholder-zinc-300\/70::-moz-placeholder{
  color: rgb(212 212 216 / 0.7);
}

.placeholder-zinc-300\/70::placeholder{
  color: rgb(212 212 216 / 0.7);
}

.placeholder-zinc-300\/75::-moz-placeholder{
  color: rgb(212 212 216 / 0.75);
}

.placeholder-zinc-300\/75::placeholder{
  color: rgb(212 212 216 / 0.75);
}

.placeholder-zinc-300\/80::-moz-placeholder{
  color: rgb(212 212 216 / 0.8);
}

.placeholder-zinc-300\/80::placeholder{
  color: rgb(212 212 216 / 0.8);
}

.placeholder-zinc-300\/90::-moz-placeholder{
  color: rgb(212 212 216 / 0.9);
}

.placeholder-zinc-300\/90::placeholder{
  color: rgb(212 212 216 / 0.9);
}

.placeholder-zinc-300\/95::-moz-placeholder{
  color: rgb(212 212 216 / 0.95);
}

.placeholder-zinc-300\/95::placeholder{
  color: rgb(212 212 216 / 0.95);
}

.placeholder-zinc-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-400\/0::-moz-placeholder{
  color: rgb(161 161 170 / 0);
}

.placeholder-zinc-400\/0::placeholder{
  color: rgb(161 161 170 / 0);
}

.placeholder-zinc-400\/10::-moz-placeholder{
  color: rgb(161 161 170 / 0.1);
}

.placeholder-zinc-400\/10::placeholder{
  color: rgb(161 161 170 / 0.1);
}

.placeholder-zinc-400\/100::-moz-placeholder{
  color: rgb(161 161 170 / 1);
}

.placeholder-zinc-400\/100::placeholder{
  color: rgb(161 161 170 / 1);
}

.placeholder-zinc-400\/20::-moz-placeholder{
  color: rgb(161 161 170 / 0.2);
}

.placeholder-zinc-400\/20::placeholder{
  color: rgb(161 161 170 / 0.2);
}

.placeholder-zinc-400\/25::-moz-placeholder{
  color: rgb(161 161 170 / 0.25);
}

.placeholder-zinc-400\/25::placeholder{
  color: rgb(161 161 170 / 0.25);
}

.placeholder-zinc-400\/30::-moz-placeholder{
  color: rgb(161 161 170 / 0.3);
}

.placeholder-zinc-400\/30::placeholder{
  color: rgb(161 161 170 / 0.3);
}

.placeholder-zinc-400\/40::-moz-placeholder{
  color: rgb(161 161 170 / 0.4);
}

.placeholder-zinc-400\/40::placeholder{
  color: rgb(161 161 170 / 0.4);
}

.placeholder-zinc-400\/5::-moz-placeholder{
  color: rgb(161 161 170 / 0.05);
}

.placeholder-zinc-400\/5::placeholder{
  color: rgb(161 161 170 / 0.05);
}

.placeholder-zinc-400\/50::-moz-placeholder{
  color: rgb(161 161 170 / 0.5);
}

.placeholder-zinc-400\/50::placeholder{
  color: rgb(161 161 170 / 0.5);
}

.placeholder-zinc-400\/60::-moz-placeholder{
  color: rgb(161 161 170 / 0.6);
}

.placeholder-zinc-400\/60::placeholder{
  color: rgb(161 161 170 / 0.6);
}

.placeholder-zinc-400\/70::-moz-placeholder{
  color: rgb(161 161 170 / 0.7);
}

.placeholder-zinc-400\/70::placeholder{
  color: rgb(161 161 170 / 0.7);
}

.placeholder-zinc-400\/75::-moz-placeholder{
  color: rgb(161 161 170 / 0.75);
}

.placeholder-zinc-400\/75::placeholder{
  color: rgb(161 161 170 / 0.75);
}

.placeholder-zinc-400\/80::-moz-placeholder{
  color: rgb(161 161 170 / 0.8);
}

.placeholder-zinc-400\/80::placeholder{
  color: rgb(161 161 170 / 0.8);
}

.placeholder-zinc-400\/90::-moz-placeholder{
  color: rgb(161 161 170 / 0.9);
}

.placeholder-zinc-400\/90::placeholder{
  color: rgb(161 161 170 / 0.9);
}

.placeholder-zinc-400\/95::-moz-placeholder{
  color: rgb(161 161 170 / 0.95);
}

.placeholder-zinc-400\/95::placeholder{
  color: rgb(161 161 170 / 0.95);
}

.placeholder-zinc-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-50\/0::-moz-placeholder{
  color: rgb(250 250 250 / 0);
}

.placeholder-zinc-50\/0::placeholder{
  color: rgb(250 250 250 / 0);
}

.placeholder-zinc-50\/10::-moz-placeholder{
  color: rgb(250 250 250 / 0.1);
}

.placeholder-zinc-50\/10::placeholder{
  color: rgb(250 250 250 / 0.1);
}

.placeholder-zinc-50\/100::-moz-placeholder{
  color: rgb(250 250 250 / 1);
}

.placeholder-zinc-50\/100::placeholder{
  color: rgb(250 250 250 / 1);
}

.placeholder-zinc-50\/20::-moz-placeholder{
  color: rgb(250 250 250 / 0.2);
}

.placeholder-zinc-50\/20::placeholder{
  color: rgb(250 250 250 / 0.2);
}

.placeholder-zinc-50\/25::-moz-placeholder{
  color: rgb(250 250 250 / 0.25);
}

.placeholder-zinc-50\/25::placeholder{
  color: rgb(250 250 250 / 0.25);
}

.placeholder-zinc-50\/30::-moz-placeholder{
  color: rgb(250 250 250 / 0.3);
}

.placeholder-zinc-50\/30::placeholder{
  color: rgb(250 250 250 / 0.3);
}

.placeholder-zinc-50\/40::-moz-placeholder{
  color: rgb(250 250 250 / 0.4);
}

.placeholder-zinc-50\/40::placeholder{
  color: rgb(250 250 250 / 0.4);
}

.placeholder-zinc-50\/5::-moz-placeholder{
  color: rgb(250 250 250 / 0.05);
}

.placeholder-zinc-50\/5::placeholder{
  color: rgb(250 250 250 / 0.05);
}

.placeholder-zinc-50\/50::-moz-placeholder{
  color: rgb(250 250 250 / 0.5);
}

.placeholder-zinc-50\/50::placeholder{
  color: rgb(250 250 250 / 0.5);
}

.placeholder-zinc-50\/60::-moz-placeholder{
  color: rgb(250 250 250 / 0.6);
}

.placeholder-zinc-50\/60::placeholder{
  color: rgb(250 250 250 / 0.6);
}

.placeholder-zinc-50\/70::-moz-placeholder{
  color: rgb(250 250 250 / 0.7);
}

.placeholder-zinc-50\/70::placeholder{
  color: rgb(250 250 250 / 0.7);
}

.placeholder-zinc-50\/75::-moz-placeholder{
  color: rgb(250 250 250 / 0.75);
}

.placeholder-zinc-50\/75::placeholder{
  color: rgb(250 250 250 / 0.75);
}

.placeholder-zinc-50\/80::-moz-placeholder{
  color: rgb(250 250 250 / 0.8);
}

.placeholder-zinc-50\/80::placeholder{
  color: rgb(250 250 250 / 0.8);
}

.placeholder-zinc-50\/90::-moz-placeholder{
  color: rgb(250 250 250 / 0.9);
}

.placeholder-zinc-50\/90::placeholder{
  color: rgb(250 250 250 / 0.9);
}

.placeholder-zinc-50\/95::-moz-placeholder{
  color: rgb(250 250 250 / 0.95);
}

.placeholder-zinc-50\/95::placeholder{
  color: rgb(250 250 250 / 0.95);
}

.placeholder-zinc-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-500\/0::-moz-placeholder{
  color: rgb(113 113 122 / 0);
}

.placeholder-zinc-500\/0::placeholder{
  color: rgb(113 113 122 / 0);
}

.placeholder-zinc-500\/10::-moz-placeholder{
  color: rgb(113 113 122 / 0.1);
}

.placeholder-zinc-500\/10::placeholder{
  color: rgb(113 113 122 / 0.1);
}

.placeholder-zinc-500\/100::-moz-placeholder{
  color: rgb(113 113 122 / 1);
}

.placeholder-zinc-500\/100::placeholder{
  color: rgb(113 113 122 / 1);
}

.placeholder-zinc-500\/20::-moz-placeholder{
  color: rgb(113 113 122 / 0.2);
}

.placeholder-zinc-500\/20::placeholder{
  color: rgb(113 113 122 / 0.2);
}

.placeholder-zinc-500\/25::-moz-placeholder{
  color: rgb(113 113 122 / 0.25);
}

.placeholder-zinc-500\/25::placeholder{
  color: rgb(113 113 122 / 0.25);
}

.placeholder-zinc-500\/30::-moz-placeholder{
  color: rgb(113 113 122 / 0.3);
}

.placeholder-zinc-500\/30::placeholder{
  color: rgb(113 113 122 / 0.3);
}

.placeholder-zinc-500\/40::-moz-placeholder{
  color: rgb(113 113 122 / 0.4);
}

.placeholder-zinc-500\/40::placeholder{
  color: rgb(113 113 122 / 0.4);
}

.placeholder-zinc-500\/5::-moz-placeholder{
  color: rgb(113 113 122 / 0.05);
}

.placeholder-zinc-500\/5::placeholder{
  color: rgb(113 113 122 / 0.05);
}

.placeholder-zinc-500\/50::-moz-placeholder{
  color: rgb(113 113 122 / 0.5);
}

.placeholder-zinc-500\/50::placeholder{
  color: rgb(113 113 122 / 0.5);
}

.placeholder-zinc-500\/60::-moz-placeholder{
  color: rgb(113 113 122 / 0.6);
}

.placeholder-zinc-500\/60::placeholder{
  color: rgb(113 113 122 / 0.6);
}

.placeholder-zinc-500\/70::-moz-placeholder{
  color: rgb(113 113 122 / 0.7);
}

.placeholder-zinc-500\/70::placeholder{
  color: rgb(113 113 122 / 0.7);
}

.placeholder-zinc-500\/75::-moz-placeholder{
  color: rgb(113 113 122 / 0.75);
}

.placeholder-zinc-500\/75::placeholder{
  color: rgb(113 113 122 / 0.75);
}

.placeholder-zinc-500\/80::-moz-placeholder{
  color: rgb(113 113 122 / 0.8);
}

.placeholder-zinc-500\/80::placeholder{
  color: rgb(113 113 122 / 0.8);
}

.placeholder-zinc-500\/90::-moz-placeholder{
  color: rgb(113 113 122 / 0.9);
}

.placeholder-zinc-500\/90::placeholder{
  color: rgb(113 113 122 / 0.9);
}

.placeholder-zinc-500\/95::-moz-placeholder{
  color: rgb(113 113 122 / 0.95);
}

.placeholder-zinc-500\/95::placeholder{
  color: rgb(113 113 122 / 0.95);
}

.placeholder-zinc-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-600\/0::-moz-placeholder{
  color: rgb(82 82 91 / 0);
}

.placeholder-zinc-600\/0::placeholder{
  color: rgb(82 82 91 / 0);
}

.placeholder-zinc-600\/10::-moz-placeholder{
  color: rgb(82 82 91 / 0.1);
}

.placeholder-zinc-600\/10::placeholder{
  color: rgb(82 82 91 / 0.1);
}

.placeholder-zinc-600\/100::-moz-placeholder{
  color: rgb(82 82 91 / 1);
}

.placeholder-zinc-600\/100::placeholder{
  color: rgb(82 82 91 / 1);
}

.placeholder-zinc-600\/20::-moz-placeholder{
  color: rgb(82 82 91 / 0.2);
}

.placeholder-zinc-600\/20::placeholder{
  color: rgb(82 82 91 / 0.2);
}

.placeholder-zinc-600\/25::-moz-placeholder{
  color: rgb(82 82 91 / 0.25);
}

.placeholder-zinc-600\/25::placeholder{
  color: rgb(82 82 91 / 0.25);
}

.placeholder-zinc-600\/30::-moz-placeholder{
  color: rgb(82 82 91 / 0.3);
}

.placeholder-zinc-600\/30::placeholder{
  color: rgb(82 82 91 / 0.3);
}

.placeholder-zinc-600\/40::-moz-placeholder{
  color: rgb(82 82 91 / 0.4);
}

.placeholder-zinc-600\/40::placeholder{
  color: rgb(82 82 91 / 0.4);
}

.placeholder-zinc-600\/5::-moz-placeholder{
  color: rgb(82 82 91 / 0.05);
}

.placeholder-zinc-600\/5::placeholder{
  color: rgb(82 82 91 / 0.05);
}

.placeholder-zinc-600\/50::-moz-placeholder{
  color: rgb(82 82 91 / 0.5);
}

.placeholder-zinc-600\/50::placeholder{
  color: rgb(82 82 91 / 0.5);
}

.placeholder-zinc-600\/60::-moz-placeholder{
  color: rgb(82 82 91 / 0.6);
}

.placeholder-zinc-600\/60::placeholder{
  color: rgb(82 82 91 / 0.6);
}

.placeholder-zinc-600\/70::-moz-placeholder{
  color: rgb(82 82 91 / 0.7);
}

.placeholder-zinc-600\/70::placeholder{
  color: rgb(82 82 91 / 0.7);
}

.placeholder-zinc-600\/75::-moz-placeholder{
  color: rgb(82 82 91 / 0.75);
}

.placeholder-zinc-600\/75::placeholder{
  color: rgb(82 82 91 / 0.75);
}

.placeholder-zinc-600\/80::-moz-placeholder{
  color: rgb(82 82 91 / 0.8);
}

.placeholder-zinc-600\/80::placeholder{
  color: rgb(82 82 91 / 0.8);
}

.placeholder-zinc-600\/90::-moz-placeholder{
  color: rgb(82 82 91 / 0.9);
}

.placeholder-zinc-600\/90::placeholder{
  color: rgb(82 82 91 / 0.9);
}

.placeholder-zinc-600\/95::-moz-placeholder{
  color: rgb(82 82 91 / 0.95);
}

.placeholder-zinc-600\/95::placeholder{
  color: rgb(82 82 91 / 0.95);
}

.placeholder-zinc-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-700\/0::-moz-placeholder{
  color: rgb(63 63 70 / 0);
}

.placeholder-zinc-700\/0::placeholder{
  color: rgb(63 63 70 / 0);
}

.placeholder-zinc-700\/10::-moz-placeholder{
  color: rgb(63 63 70 / 0.1);
}

.placeholder-zinc-700\/10::placeholder{
  color: rgb(63 63 70 / 0.1);
}

.placeholder-zinc-700\/100::-moz-placeholder{
  color: rgb(63 63 70 / 1);
}

.placeholder-zinc-700\/100::placeholder{
  color: rgb(63 63 70 / 1);
}

.placeholder-zinc-700\/20::-moz-placeholder{
  color: rgb(63 63 70 / 0.2);
}

.placeholder-zinc-700\/20::placeholder{
  color: rgb(63 63 70 / 0.2);
}

.placeholder-zinc-700\/25::-moz-placeholder{
  color: rgb(63 63 70 / 0.25);
}

.placeholder-zinc-700\/25::placeholder{
  color: rgb(63 63 70 / 0.25);
}

.placeholder-zinc-700\/30::-moz-placeholder{
  color: rgb(63 63 70 / 0.3);
}

.placeholder-zinc-700\/30::placeholder{
  color: rgb(63 63 70 / 0.3);
}

.placeholder-zinc-700\/40::-moz-placeholder{
  color: rgb(63 63 70 / 0.4);
}

.placeholder-zinc-700\/40::placeholder{
  color: rgb(63 63 70 / 0.4);
}

.placeholder-zinc-700\/5::-moz-placeholder{
  color: rgb(63 63 70 / 0.05);
}

.placeholder-zinc-700\/5::placeholder{
  color: rgb(63 63 70 / 0.05);
}

.placeholder-zinc-700\/50::-moz-placeholder{
  color: rgb(63 63 70 / 0.5);
}

.placeholder-zinc-700\/50::placeholder{
  color: rgb(63 63 70 / 0.5);
}

.placeholder-zinc-700\/60::-moz-placeholder{
  color: rgb(63 63 70 / 0.6);
}

.placeholder-zinc-700\/60::placeholder{
  color: rgb(63 63 70 / 0.6);
}

.placeholder-zinc-700\/70::-moz-placeholder{
  color: rgb(63 63 70 / 0.7);
}

.placeholder-zinc-700\/70::placeholder{
  color: rgb(63 63 70 / 0.7);
}

.placeholder-zinc-700\/75::-moz-placeholder{
  color: rgb(63 63 70 / 0.75);
}

.placeholder-zinc-700\/75::placeholder{
  color: rgb(63 63 70 / 0.75);
}

.placeholder-zinc-700\/80::-moz-placeholder{
  color: rgb(63 63 70 / 0.8);
}

.placeholder-zinc-700\/80::placeholder{
  color: rgb(63 63 70 / 0.8);
}

.placeholder-zinc-700\/90::-moz-placeholder{
  color: rgb(63 63 70 / 0.9);
}

.placeholder-zinc-700\/90::placeholder{
  color: rgb(63 63 70 / 0.9);
}

.placeholder-zinc-700\/95::-moz-placeholder{
  color: rgb(63 63 70 / 0.95);
}

.placeholder-zinc-700\/95::placeholder{
  color: rgb(63 63 70 / 0.95);
}

.placeholder-zinc-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-800\/0::-moz-placeholder{
  color: rgb(39 39 42 / 0);
}

.placeholder-zinc-800\/0::placeholder{
  color: rgb(39 39 42 / 0);
}

.placeholder-zinc-800\/10::-moz-placeholder{
  color: rgb(39 39 42 / 0.1);
}

.placeholder-zinc-800\/10::placeholder{
  color: rgb(39 39 42 / 0.1);
}

.placeholder-zinc-800\/100::-moz-placeholder{
  color: rgb(39 39 42 / 1);
}

.placeholder-zinc-800\/100::placeholder{
  color: rgb(39 39 42 / 1);
}

.placeholder-zinc-800\/20::-moz-placeholder{
  color: rgb(39 39 42 / 0.2);
}

.placeholder-zinc-800\/20::placeholder{
  color: rgb(39 39 42 / 0.2);
}

.placeholder-zinc-800\/25::-moz-placeholder{
  color: rgb(39 39 42 / 0.25);
}

.placeholder-zinc-800\/25::placeholder{
  color: rgb(39 39 42 / 0.25);
}

.placeholder-zinc-800\/30::-moz-placeholder{
  color: rgb(39 39 42 / 0.3);
}

.placeholder-zinc-800\/30::placeholder{
  color: rgb(39 39 42 / 0.3);
}

.placeholder-zinc-800\/40::-moz-placeholder{
  color: rgb(39 39 42 / 0.4);
}

.placeholder-zinc-800\/40::placeholder{
  color: rgb(39 39 42 / 0.4);
}

.placeholder-zinc-800\/5::-moz-placeholder{
  color: rgb(39 39 42 / 0.05);
}

.placeholder-zinc-800\/5::placeholder{
  color: rgb(39 39 42 / 0.05);
}

.placeholder-zinc-800\/50::-moz-placeholder{
  color: rgb(39 39 42 / 0.5);
}

.placeholder-zinc-800\/50::placeholder{
  color: rgb(39 39 42 / 0.5);
}

.placeholder-zinc-800\/60::-moz-placeholder{
  color: rgb(39 39 42 / 0.6);
}

.placeholder-zinc-800\/60::placeholder{
  color: rgb(39 39 42 / 0.6);
}

.placeholder-zinc-800\/70::-moz-placeholder{
  color: rgb(39 39 42 / 0.7);
}

.placeholder-zinc-800\/70::placeholder{
  color: rgb(39 39 42 / 0.7);
}

.placeholder-zinc-800\/75::-moz-placeholder{
  color: rgb(39 39 42 / 0.75);
}

.placeholder-zinc-800\/75::placeholder{
  color: rgb(39 39 42 / 0.75);
}

.placeholder-zinc-800\/80::-moz-placeholder{
  color: rgb(39 39 42 / 0.8);
}

.placeholder-zinc-800\/80::placeholder{
  color: rgb(39 39 42 / 0.8);
}

.placeholder-zinc-800\/90::-moz-placeholder{
  color: rgb(39 39 42 / 0.9);
}

.placeholder-zinc-800\/90::placeholder{
  color: rgb(39 39 42 / 0.9);
}

.placeholder-zinc-800\/95::-moz-placeholder{
  color: rgb(39 39 42 / 0.95);
}

.placeholder-zinc-800\/95::placeholder{
  color: rgb(39 39 42 / 0.95);
}

.placeholder-zinc-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-900\/0::-moz-placeholder{
  color: rgb(24 24 27 / 0);
}

.placeholder-zinc-900\/0::placeholder{
  color: rgb(24 24 27 / 0);
}

.placeholder-zinc-900\/10::-moz-placeholder{
  color: rgb(24 24 27 / 0.1);
}

.placeholder-zinc-900\/10::placeholder{
  color: rgb(24 24 27 / 0.1);
}

.placeholder-zinc-900\/100::-moz-placeholder{
  color: rgb(24 24 27 / 1);
}

.placeholder-zinc-900\/100::placeholder{
  color: rgb(24 24 27 / 1);
}

.placeholder-zinc-900\/20::-moz-placeholder{
  color: rgb(24 24 27 / 0.2);
}

.placeholder-zinc-900\/20::placeholder{
  color: rgb(24 24 27 / 0.2);
}

.placeholder-zinc-900\/25::-moz-placeholder{
  color: rgb(24 24 27 / 0.25);
}

.placeholder-zinc-900\/25::placeholder{
  color: rgb(24 24 27 / 0.25);
}

.placeholder-zinc-900\/30::-moz-placeholder{
  color: rgb(24 24 27 / 0.3);
}

.placeholder-zinc-900\/30::placeholder{
  color: rgb(24 24 27 / 0.3);
}

.placeholder-zinc-900\/40::-moz-placeholder{
  color: rgb(24 24 27 / 0.4);
}

.placeholder-zinc-900\/40::placeholder{
  color: rgb(24 24 27 / 0.4);
}

.placeholder-zinc-900\/5::-moz-placeholder{
  color: rgb(24 24 27 / 0.05);
}

.placeholder-zinc-900\/5::placeholder{
  color: rgb(24 24 27 / 0.05);
}

.placeholder-zinc-900\/50::-moz-placeholder{
  color: rgb(24 24 27 / 0.5);
}

.placeholder-zinc-900\/50::placeholder{
  color: rgb(24 24 27 / 0.5);
}

.placeholder-zinc-900\/60::-moz-placeholder{
  color: rgb(24 24 27 / 0.6);
}

.placeholder-zinc-900\/60::placeholder{
  color: rgb(24 24 27 / 0.6);
}

.placeholder-zinc-900\/70::-moz-placeholder{
  color: rgb(24 24 27 / 0.7);
}

.placeholder-zinc-900\/70::placeholder{
  color: rgb(24 24 27 / 0.7);
}

.placeholder-zinc-900\/75::-moz-placeholder{
  color: rgb(24 24 27 / 0.75);
}

.placeholder-zinc-900\/75::placeholder{
  color: rgb(24 24 27 / 0.75);
}

.placeholder-zinc-900\/80::-moz-placeholder{
  color: rgb(24 24 27 / 0.8);
}

.placeholder-zinc-900\/80::placeholder{
  color: rgb(24 24 27 / 0.8);
}

.placeholder-zinc-900\/90::-moz-placeholder{
  color: rgb(24 24 27 / 0.9);
}

.placeholder-zinc-900\/90::placeholder{
  color: rgb(24 24 27 / 0.9);
}

.placeholder-zinc-900\/95::-moz-placeholder{
  color: rgb(24 24 27 / 0.95);
}

.placeholder-zinc-900\/95::placeholder{
  color: rgb(24 24 27 / 0.95);
}

.placeholder-zinc-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity));
}

.placeholder-zinc-950\/0::-moz-placeholder{
  color: rgb(9 9 11 / 0);
}

.placeholder-zinc-950\/0::placeholder{
  color: rgb(9 9 11 / 0);
}

.placeholder-zinc-950\/10::-moz-placeholder{
  color: rgb(9 9 11 / 0.1);
}

.placeholder-zinc-950\/10::placeholder{
  color: rgb(9 9 11 / 0.1);
}

.placeholder-zinc-950\/100::-moz-placeholder{
  color: rgb(9 9 11 / 1);
}

.placeholder-zinc-950\/100::placeholder{
  color: rgb(9 9 11 / 1);
}

.placeholder-zinc-950\/20::-moz-placeholder{
  color: rgb(9 9 11 / 0.2);
}

.placeholder-zinc-950\/20::placeholder{
  color: rgb(9 9 11 / 0.2);
}

.placeholder-zinc-950\/25::-moz-placeholder{
  color: rgb(9 9 11 / 0.25);
}

.placeholder-zinc-950\/25::placeholder{
  color: rgb(9 9 11 / 0.25);
}

.placeholder-zinc-950\/30::-moz-placeholder{
  color: rgb(9 9 11 / 0.3);
}

.placeholder-zinc-950\/30::placeholder{
  color: rgb(9 9 11 / 0.3);
}

.placeholder-zinc-950\/40::-moz-placeholder{
  color: rgb(9 9 11 / 0.4);
}

.placeholder-zinc-950\/40::placeholder{
  color: rgb(9 9 11 / 0.4);
}

.placeholder-zinc-950\/5::-moz-placeholder{
  color: rgb(9 9 11 / 0.05);
}

.placeholder-zinc-950\/5::placeholder{
  color: rgb(9 9 11 / 0.05);
}

.placeholder-zinc-950\/50::-moz-placeholder{
  color: rgb(9 9 11 / 0.5);
}

.placeholder-zinc-950\/50::placeholder{
  color: rgb(9 9 11 / 0.5);
}

.placeholder-zinc-950\/60::-moz-placeholder{
  color: rgb(9 9 11 / 0.6);
}

.placeholder-zinc-950\/60::placeholder{
  color: rgb(9 9 11 / 0.6);
}

.placeholder-zinc-950\/70::-moz-placeholder{
  color: rgb(9 9 11 / 0.7);
}

.placeholder-zinc-950\/70::placeholder{
  color: rgb(9 9 11 / 0.7);
}

.placeholder-zinc-950\/75::-moz-placeholder{
  color: rgb(9 9 11 / 0.75);
}

.placeholder-zinc-950\/75::placeholder{
  color: rgb(9 9 11 / 0.75);
}

.placeholder-zinc-950\/80::-moz-placeholder{
  color: rgb(9 9 11 / 0.8);
}

.placeholder-zinc-950\/80::placeholder{
  color: rgb(9 9 11 / 0.8);
}

.placeholder-zinc-950\/90::-moz-placeholder{
  color: rgb(9 9 11 / 0.9);
}

.placeholder-zinc-950\/90::placeholder{
  color: rgb(9 9 11 / 0.9);
}

.placeholder-zinc-950\/95::-moz-placeholder{
  color: rgb(9 9 11 / 0.95);
}

.placeholder-zinc-950\/95::placeholder{
  color: rgb(9 9 11 / 0.95);
}

.placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-10::-moz-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-20::-moz-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-moz-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-5::-moz-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-60::-moz-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-moz-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-moz-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity: 0.95;
}

.caret-event-text-100{
  caret-color: #033942;
}

.caret-event-text-100\/0{
  caret-color: rgb(3 57 66 / 0);
}

.caret-event-text-100\/10{
  caret-color: rgb(3 57 66 / 0.1);
}

.caret-event-text-100\/100{
  caret-color: rgb(3 57 66 / 1);
}

.caret-event-text-100\/20{
  caret-color: rgb(3 57 66 / 0.2);
}

.caret-event-text-100\/25{
  caret-color: rgb(3 57 66 / 0.25);
}

.caret-event-text-100\/30{
  caret-color: rgb(3 57 66 / 0.3);
}

.caret-event-text-100\/40{
  caret-color: rgb(3 57 66 / 0.4);
}

.caret-event-text-100\/5{
  caret-color: rgb(3 57 66 / 0.05);
}

.caret-event-text-100\/50{
  caret-color: rgb(3 57 66 / 0.5);
}

.caret-event-text-100\/60{
  caret-color: rgb(3 57 66 / 0.6);
}

.caret-event-text-100\/70{
  caret-color: rgb(3 57 66 / 0.7);
}

.caret-event-text-100\/75{
  caret-color: rgb(3 57 66 / 0.75);
}

.caret-event-text-100\/80{
  caret-color: rgb(3 57 66 / 0.8);
}

.caret-event-text-100\/90{
  caret-color: rgb(3 57 66 / 0.9);
}

.caret-event-text-100\/95{
  caret-color: rgb(3 57 66 / 0.95);
}

.caret-event-text-200{
  caret-color: #383b44;
}

.caret-event-text-200\/0{
  caret-color: rgb(56 59 68 / 0);
}

.caret-event-text-200\/10{
  caret-color: rgb(56 59 68 / 0.1);
}

.caret-event-text-200\/100{
  caret-color: rgb(56 59 68 / 1);
}

.caret-event-text-200\/20{
  caret-color: rgb(56 59 68 / 0.2);
}

.caret-event-text-200\/25{
  caret-color: rgb(56 59 68 / 0.25);
}

.caret-event-text-200\/30{
  caret-color: rgb(56 59 68 / 0.3);
}

.caret-event-text-200\/40{
  caret-color: rgb(56 59 68 / 0.4);
}

.caret-event-text-200\/5{
  caret-color: rgb(56 59 68 / 0.05);
}

.caret-event-text-200\/50{
  caret-color: rgb(56 59 68 / 0.5);
}

.caret-event-text-200\/60{
  caret-color: rgb(56 59 68 / 0.6);
}

.caret-event-text-200\/70{
  caret-color: rgb(56 59 68 / 0.7);
}

.caret-event-text-200\/75{
  caret-color: rgb(56 59 68 / 0.75);
}

.caret-event-text-200\/80{
  caret-color: rgb(56 59 68 / 0.8);
}

.caret-event-text-200\/90{
  caret-color: rgb(56 59 68 / 0.9);
}

.caret-event-text-200\/95{
  caret-color: rgb(56 59 68 / 0.95);
}

.caret-yellow-100{
  caret-color: #fef9c3;
}

.caret-yellow-100\/0{
  caret-color: rgb(254 249 195 / 0);
}

.caret-yellow-100\/10{
  caret-color: rgb(254 249 195 / 0.1);
}

.caret-yellow-100\/100{
  caret-color: rgb(254 249 195 / 1);
}

.caret-yellow-100\/20{
  caret-color: rgb(254 249 195 / 0.2);
}

.caret-yellow-100\/25{
  caret-color: rgb(254 249 195 / 0.25);
}

.caret-yellow-100\/30{
  caret-color: rgb(254 249 195 / 0.3);
}

.caret-yellow-100\/40{
  caret-color: rgb(254 249 195 / 0.4);
}

.caret-yellow-100\/5{
  caret-color: rgb(254 249 195 / 0.05);
}

.caret-yellow-100\/50{
  caret-color: rgb(254 249 195 / 0.5);
}

.caret-yellow-100\/60{
  caret-color: rgb(254 249 195 / 0.6);
}

.caret-yellow-100\/70{
  caret-color: rgb(254 249 195 / 0.7);
}

.caret-yellow-100\/75{
  caret-color: rgb(254 249 195 / 0.75);
}

.caret-yellow-100\/80{
  caret-color: rgb(254 249 195 / 0.8);
}

.caret-yellow-100\/90{
  caret-color: rgb(254 249 195 / 0.9);
}

.caret-yellow-100\/95{
  caret-color: rgb(254 249 195 / 0.95);
}

.caret-yellow-200{
  caret-color: #fef08a;
}

.caret-yellow-200\/0{
  caret-color: rgb(254 240 138 / 0);
}

.caret-yellow-200\/10{
  caret-color: rgb(254 240 138 / 0.1);
}

.caret-yellow-200\/100{
  caret-color: rgb(254 240 138 / 1);
}

.caret-yellow-200\/20{
  caret-color: rgb(254 240 138 / 0.2);
}

.caret-yellow-200\/25{
  caret-color: rgb(254 240 138 / 0.25);
}

.caret-yellow-200\/30{
  caret-color: rgb(254 240 138 / 0.3);
}

.caret-yellow-200\/40{
  caret-color: rgb(254 240 138 / 0.4);
}

.caret-yellow-200\/5{
  caret-color: rgb(254 240 138 / 0.05);
}

.caret-yellow-200\/50{
  caret-color: rgb(254 240 138 / 0.5);
}

.caret-yellow-200\/60{
  caret-color: rgb(254 240 138 / 0.6);
}

.caret-yellow-200\/70{
  caret-color: rgb(254 240 138 / 0.7);
}

.caret-yellow-200\/75{
  caret-color: rgb(254 240 138 / 0.75);
}

.caret-yellow-200\/80{
  caret-color: rgb(254 240 138 / 0.8);
}

.caret-yellow-200\/90{
  caret-color: rgb(254 240 138 / 0.9);
}

.caret-yellow-200\/95{
  caret-color: rgb(254 240 138 / 0.95);
}

.caret-yellow-300{
  caret-color: #fde047;
}

.caret-yellow-300\/0{
  caret-color: rgb(253 224 71 / 0);
}

.caret-yellow-300\/10{
  caret-color: rgb(253 224 71 / 0.1);
}

.caret-yellow-300\/100{
  caret-color: rgb(253 224 71 / 1);
}

.caret-yellow-300\/20{
  caret-color: rgb(253 224 71 / 0.2);
}

.caret-yellow-300\/25{
  caret-color: rgb(253 224 71 / 0.25);
}

.caret-yellow-300\/30{
  caret-color: rgb(253 224 71 / 0.3);
}

.caret-yellow-300\/40{
  caret-color: rgb(253 224 71 / 0.4);
}

.caret-yellow-300\/5{
  caret-color: rgb(253 224 71 / 0.05);
}

.caret-yellow-300\/50{
  caret-color: rgb(253 224 71 / 0.5);
}

.caret-yellow-300\/60{
  caret-color: rgb(253 224 71 / 0.6);
}

.caret-yellow-300\/70{
  caret-color: rgb(253 224 71 / 0.7);
}

.caret-yellow-300\/75{
  caret-color: rgb(253 224 71 / 0.75);
}

.caret-yellow-300\/80{
  caret-color: rgb(253 224 71 / 0.8);
}

.caret-yellow-300\/90{
  caret-color: rgb(253 224 71 / 0.9);
}

.caret-yellow-300\/95{
  caret-color: rgb(253 224 71 / 0.95);
}

.caret-yellow-400{
  caret-color: #facc15;
}

.caret-yellow-400\/0{
  caret-color: rgb(250 204 21 / 0);
}

.caret-yellow-400\/10{
  caret-color: rgb(250 204 21 / 0.1);
}

.caret-yellow-400\/100{
  caret-color: rgb(250 204 21 / 1);
}

.caret-yellow-400\/20{
  caret-color: rgb(250 204 21 / 0.2);
}

.caret-yellow-400\/25{
  caret-color: rgb(250 204 21 / 0.25);
}

.caret-yellow-400\/30{
  caret-color: rgb(250 204 21 / 0.3);
}

.caret-yellow-400\/40{
  caret-color: rgb(250 204 21 / 0.4);
}

.caret-yellow-400\/5{
  caret-color: rgb(250 204 21 / 0.05);
}

.caret-yellow-400\/50{
  caret-color: rgb(250 204 21 / 0.5);
}

.caret-yellow-400\/60{
  caret-color: rgb(250 204 21 / 0.6);
}

.caret-yellow-400\/70{
  caret-color: rgb(250 204 21 / 0.7);
}

.caret-yellow-400\/75{
  caret-color: rgb(250 204 21 / 0.75);
}

.caret-yellow-400\/80{
  caret-color: rgb(250 204 21 / 0.8);
}

.caret-yellow-400\/90{
  caret-color: rgb(250 204 21 / 0.9);
}

.caret-yellow-400\/95{
  caret-color: rgb(250 204 21 / 0.95);
}

.caret-yellow-50{
  caret-color: #fefce8;
}

.caret-yellow-50\/0{
  caret-color: rgb(254 252 232 / 0);
}

.caret-yellow-50\/10{
  caret-color: rgb(254 252 232 / 0.1);
}

.caret-yellow-50\/100{
  caret-color: rgb(254 252 232 / 1);
}

.caret-yellow-50\/20{
  caret-color: rgb(254 252 232 / 0.2);
}

.caret-yellow-50\/25{
  caret-color: rgb(254 252 232 / 0.25);
}

.caret-yellow-50\/30{
  caret-color: rgb(254 252 232 / 0.3);
}

.caret-yellow-50\/40{
  caret-color: rgb(254 252 232 / 0.4);
}

.caret-yellow-50\/5{
  caret-color: rgb(254 252 232 / 0.05);
}

.caret-yellow-50\/50{
  caret-color: rgb(254 252 232 / 0.5);
}

.caret-yellow-50\/60{
  caret-color: rgb(254 252 232 / 0.6);
}

.caret-yellow-50\/70{
  caret-color: rgb(254 252 232 / 0.7);
}

.caret-yellow-50\/75{
  caret-color: rgb(254 252 232 / 0.75);
}

.caret-yellow-50\/80{
  caret-color: rgb(254 252 232 / 0.8);
}

.caret-yellow-50\/90{
  caret-color: rgb(254 252 232 / 0.9);
}

.caret-yellow-50\/95{
  caret-color: rgb(254 252 232 / 0.95);
}

.caret-yellow-500{
  caret-color: #eab308;
}

.caret-yellow-500\/0{
  caret-color: rgb(234 179 8 / 0);
}

.caret-yellow-500\/10{
  caret-color: rgb(234 179 8 / 0.1);
}

.caret-yellow-500\/100{
  caret-color: rgb(234 179 8 / 1);
}

.caret-yellow-500\/20{
  caret-color: rgb(234 179 8 / 0.2);
}

.caret-yellow-500\/25{
  caret-color: rgb(234 179 8 / 0.25);
}

.caret-yellow-500\/30{
  caret-color: rgb(234 179 8 / 0.3);
}

.caret-yellow-500\/40{
  caret-color: rgb(234 179 8 / 0.4);
}

.caret-yellow-500\/5{
  caret-color: rgb(234 179 8 / 0.05);
}

.caret-yellow-500\/50{
  caret-color: rgb(234 179 8 / 0.5);
}

.caret-yellow-500\/60{
  caret-color: rgb(234 179 8 / 0.6);
}

.caret-yellow-500\/70{
  caret-color: rgb(234 179 8 / 0.7);
}

.caret-yellow-500\/75{
  caret-color: rgb(234 179 8 / 0.75);
}

.caret-yellow-500\/80{
  caret-color: rgb(234 179 8 / 0.8);
}

.caret-yellow-500\/90{
  caret-color: rgb(234 179 8 / 0.9);
}

.caret-yellow-500\/95{
  caret-color: rgb(234 179 8 / 0.95);
}

.caret-yellow-600{
  caret-color: #ca8a04;
}

.caret-yellow-600\/0{
  caret-color: rgb(202 138 4 / 0);
}

.caret-yellow-600\/10{
  caret-color: rgb(202 138 4 / 0.1);
}

.caret-yellow-600\/100{
  caret-color: rgb(202 138 4 / 1);
}

.caret-yellow-600\/20{
  caret-color: rgb(202 138 4 / 0.2);
}

.caret-yellow-600\/25{
  caret-color: rgb(202 138 4 / 0.25);
}

.caret-yellow-600\/30{
  caret-color: rgb(202 138 4 / 0.3);
}

.caret-yellow-600\/40{
  caret-color: rgb(202 138 4 / 0.4);
}

.caret-yellow-600\/5{
  caret-color: rgb(202 138 4 / 0.05);
}

.caret-yellow-600\/50{
  caret-color: rgb(202 138 4 / 0.5);
}

.caret-yellow-600\/60{
  caret-color: rgb(202 138 4 / 0.6);
}

.caret-yellow-600\/70{
  caret-color: rgb(202 138 4 / 0.7);
}

.caret-yellow-600\/75{
  caret-color: rgb(202 138 4 / 0.75);
}

.caret-yellow-600\/80{
  caret-color: rgb(202 138 4 / 0.8);
}

.caret-yellow-600\/90{
  caret-color: rgb(202 138 4 / 0.9);
}

.caret-yellow-600\/95{
  caret-color: rgb(202 138 4 / 0.95);
}

.caret-yellow-700{
  caret-color: #a16207;
}

.caret-yellow-700\/0{
  caret-color: rgb(161 98 7 / 0);
}

.caret-yellow-700\/10{
  caret-color: rgb(161 98 7 / 0.1);
}

.caret-yellow-700\/100{
  caret-color: rgb(161 98 7 / 1);
}

.caret-yellow-700\/20{
  caret-color: rgb(161 98 7 / 0.2);
}

.caret-yellow-700\/25{
  caret-color: rgb(161 98 7 / 0.25);
}

.caret-yellow-700\/30{
  caret-color: rgb(161 98 7 / 0.3);
}

.caret-yellow-700\/40{
  caret-color: rgb(161 98 7 / 0.4);
}

.caret-yellow-700\/5{
  caret-color: rgb(161 98 7 / 0.05);
}

.caret-yellow-700\/50{
  caret-color: rgb(161 98 7 / 0.5);
}

.caret-yellow-700\/60{
  caret-color: rgb(161 98 7 / 0.6);
}

.caret-yellow-700\/70{
  caret-color: rgb(161 98 7 / 0.7);
}

.caret-yellow-700\/75{
  caret-color: rgb(161 98 7 / 0.75);
}

.caret-yellow-700\/80{
  caret-color: rgb(161 98 7 / 0.8);
}

.caret-yellow-700\/90{
  caret-color: rgb(161 98 7 / 0.9);
}

.caret-yellow-700\/95{
  caret-color: rgb(161 98 7 / 0.95);
}

.caret-yellow-800{
  caret-color: #854d0e;
}

.caret-yellow-800\/0{
  caret-color: rgb(133 77 14 / 0);
}

.caret-yellow-800\/10{
  caret-color: rgb(133 77 14 / 0.1);
}

.caret-yellow-800\/100{
  caret-color: rgb(133 77 14 / 1);
}

.caret-yellow-800\/20{
  caret-color: rgb(133 77 14 / 0.2);
}

.caret-yellow-800\/25{
  caret-color: rgb(133 77 14 / 0.25);
}

.caret-yellow-800\/30{
  caret-color: rgb(133 77 14 / 0.3);
}

.caret-yellow-800\/40{
  caret-color: rgb(133 77 14 / 0.4);
}

.caret-yellow-800\/5{
  caret-color: rgb(133 77 14 / 0.05);
}

.caret-yellow-800\/50{
  caret-color: rgb(133 77 14 / 0.5);
}

.caret-yellow-800\/60{
  caret-color: rgb(133 77 14 / 0.6);
}

.caret-yellow-800\/70{
  caret-color: rgb(133 77 14 / 0.7);
}

.caret-yellow-800\/75{
  caret-color: rgb(133 77 14 / 0.75);
}

.caret-yellow-800\/80{
  caret-color: rgb(133 77 14 / 0.8);
}

.caret-yellow-800\/90{
  caret-color: rgb(133 77 14 / 0.9);
}

.caret-yellow-800\/95{
  caret-color: rgb(133 77 14 / 0.95);
}

.caret-yellow-900{
  caret-color: #713f12;
}

.caret-yellow-900\/0{
  caret-color: rgb(113 63 18 / 0);
}

.caret-yellow-900\/10{
  caret-color: rgb(113 63 18 / 0.1);
}

.caret-yellow-900\/100{
  caret-color: rgb(113 63 18 / 1);
}

.caret-yellow-900\/20{
  caret-color: rgb(113 63 18 / 0.2);
}

.caret-yellow-900\/25{
  caret-color: rgb(113 63 18 / 0.25);
}

.caret-yellow-900\/30{
  caret-color: rgb(113 63 18 / 0.3);
}

.caret-yellow-900\/40{
  caret-color: rgb(113 63 18 / 0.4);
}

.caret-yellow-900\/5{
  caret-color: rgb(113 63 18 / 0.05);
}

.caret-yellow-900\/50{
  caret-color: rgb(113 63 18 / 0.5);
}

.caret-yellow-900\/60{
  caret-color: rgb(113 63 18 / 0.6);
}

.caret-yellow-900\/70{
  caret-color: rgb(113 63 18 / 0.7);
}

.caret-yellow-900\/75{
  caret-color: rgb(113 63 18 / 0.75);
}

.caret-yellow-900\/80{
  caret-color: rgb(113 63 18 / 0.8);
}

.caret-yellow-900\/90{
  caret-color: rgb(113 63 18 / 0.9);
}

.caret-yellow-900\/95{
  caret-color: rgb(113 63 18 / 0.95);
}

.caret-yellow-950{
  caret-color: #422006;
}

.caret-yellow-950\/0{
  caret-color: rgb(66 32 6 / 0);
}

.caret-yellow-950\/10{
  caret-color: rgb(66 32 6 / 0.1);
}

.caret-yellow-950\/100{
  caret-color: rgb(66 32 6 / 1);
}

.caret-yellow-950\/20{
  caret-color: rgb(66 32 6 / 0.2);
}

.caret-yellow-950\/25{
  caret-color: rgb(66 32 6 / 0.25);
}

.caret-yellow-950\/30{
  caret-color: rgb(66 32 6 / 0.3);
}

.caret-yellow-950\/40{
  caret-color: rgb(66 32 6 / 0.4);
}

.caret-yellow-950\/5{
  caret-color: rgb(66 32 6 / 0.05);
}

.caret-yellow-950\/50{
  caret-color: rgb(66 32 6 / 0.5);
}

.caret-yellow-950\/60{
  caret-color: rgb(66 32 6 / 0.6);
}

.caret-yellow-950\/70{
  caret-color: rgb(66 32 6 / 0.7);
}

.caret-yellow-950\/75{
  caret-color: rgb(66 32 6 / 0.75);
}

.caret-yellow-950\/80{
  caret-color: rgb(66 32 6 / 0.8);
}

.caret-yellow-950\/90{
  caret-color: rgb(66 32 6 / 0.9);
}

.caret-yellow-950\/95{
  caret-color: rgb(66 32 6 / 0.95);
}

.accent-event-text-100{
  accent-color: #033942;
}

.accent-event-text-100\/0{
  accent-color: rgb(3 57 66 / 0);
}

.accent-event-text-100\/10{
  accent-color: rgb(3 57 66 / 0.1);
}

.accent-event-text-100\/100{
  accent-color: rgb(3 57 66 / 1);
}

.accent-event-text-100\/20{
  accent-color: rgb(3 57 66 / 0.2);
}

.accent-event-text-100\/25{
  accent-color: rgb(3 57 66 / 0.25);
}

.accent-event-text-100\/30{
  accent-color: rgb(3 57 66 / 0.3);
}

.accent-event-text-100\/40{
  accent-color: rgb(3 57 66 / 0.4);
}

.accent-event-text-100\/5{
  accent-color: rgb(3 57 66 / 0.05);
}

.accent-event-text-100\/50{
  accent-color: rgb(3 57 66 / 0.5);
}

.accent-event-text-100\/60{
  accent-color: rgb(3 57 66 / 0.6);
}

.accent-event-text-100\/70{
  accent-color: rgb(3 57 66 / 0.7);
}

.accent-event-text-100\/75{
  accent-color: rgb(3 57 66 / 0.75);
}

.accent-event-text-100\/80{
  accent-color: rgb(3 57 66 / 0.8);
}

.accent-event-text-100\/90{
  accent-color: rgb(3 57 66 / 0.9);
}

.accent-event-text-100\/95{
  accent-color: rgb(3 57 66 / 0.95);
}

.accent-event-text-200{
  accent-color: #383b44;
}

.accent-event-text-200\/0{
  accent-color: rgb(56 59 68 / 0);
}

.accent-event-text-200\/10{
  accent-color: rgb(56 59 68 / 0.1);
}

.accent-event-text-200\/100{
  accent-color: rgb(56 59 68 / 1);
}

.accent-event-text-200\/20{
  accent-color: rgb(56 59 68 / 0.2);
}

.accent-event-text-200\/25{
  accent-color: rgb(56 59 68 / 0.25);
}

.accent-event-text-200\/30{
  accent-color: rgb(56 59 68 / 0.3);
}

.accent-event-text-200\/40{
  accent-color: rgb(56 59 68 / 0.4);
}

.accent-event-text-200\/5{
  accent-color: rgb(56 59 68 / 0.05);
}

.accent-event-text-200\/50{
  accent-color: rgb(56 59 68 / 0.5);
}

.accent-event-text-200\/60{
  accent-color: rgb(56 59 68 / 0.6);
}

.accent-event-text-200\/70{
  accent-color: rgb(56 59 68 / 0.7);
}

.accent-event-text-200\/75{
  accent-color: rgb(56 59 68 / 0.75);
}

.accent-event-text-200\/80{
  accent-color: rgb(56 59 68 / 0.8);
}

.accent-event-text-200\/90{
  accent-color: rgb(56 59 68 / 0.9);
}

.accent-event-text-200\/95{
  accent-color: rgb(56 59 68 / 0.95);
}

.accent-yellow-100{
  accent-color: #fef9c3;
}

.accent-yellow-100\/0{
  accent-color: rgb(254 249 195 / 0);
}

.accent-yellow-100\/10{
  accent-color: rgb(254 249 195 / 0.1);
}

.accent-yellow-100\/100{
  accent-color: rgb(254 249 195 / 1);
}

.accent-yellow-100\/20{
  accent-color: rgb(254 249 195 / 0.2);
}

.accent-yellow-100\/25{
  accent-color: rgb(254 249 195 / 0.25);
}

.accent-yellow-100\/30{
  accent-color: rgb(254 249 195 / 0.3);
}

.accent-yellow-100\/40{
  accent-color: rgb(254 249 195 / 0.4);
}

.accent-yellow-100\/5{
  accent-color: rgb(254 249 195 / 0.05);
}

.accent-yellow-100\/50{
  accent-color: rgb(254 249 195 / 0.5);
}

.accent-yellow-100\/60{
  accent-color: rgb(254 249 195 / 0.6);
}

.accent-yellow-100\/70{
  accent-color: rgb(254 249 195 / 0.7);
}

.accent-yellow-100\/75{
  accent-color: rgb(254 249 195 / 0.75);
}

.accent-yellow-100\/80{
  accent-color: rgb(254 249 195 / 0.8);
}

.accent-yellow-100\/90{
  accent-color: rgb(254 249 195 / 0.9);
}

.accent-yellow-100\/95{
  accent-color: rgb(254 249 195 / 0.95);
}

.accent-yellow-200{
  accent-color: #fef08a;
}

.accent-yellow-200\/0{
  accent-color: rgb(254 240 138 / 0);
}

.accent-yellow-200\/10{
  accent-color: rgb(254 240 138 / 0.1);
}

.accent-yellow-200\/100{
  accent-color: rgb(254 240 138 / 1);
}

.accent-yellow-200\/20{
  accent-color: rgb(254 240 138 / 0.2);
}

.accent-yellow-200\/25{
  accent-color: rgb(254 240 138 / 0.25);
}

.accent-yellow-200\/30{
  accent-color: rgb(254 240 138 / 0.3);
}

.accent-yellow-200\/40{
  accent-color: rgb(254 240 138 / 0.4);
}

.accent-yellow-200\/5{
  accent-color: rgb(254 240 138 / 0.05);
}

.accent-yellow-200\/50{
  accent-color: rgb(254 240 138 / 0.5);
}

.accent-yellow-200\/60{
  accent-color: rgb(254 240 138 / 0.6);
}

.accent-yellow-200\/70{
  accent-color: rgb(254 240 138 / 0.7);
}

.accent-yellow-200\/75{
  accent-color: rgb(254 240 138 / 0.75);
}

.accent-yellow-200\/80{
  accent-color: rgb(254 240 138 / 0.8);
}

.accent-yellow-200\/90{
  accent-color: rgb(254 240 138 / 0.9);
}

.accent-yellow-200\/95{
  accent-color: rgb(254 240 138 / 0.95);
}

.accent-yellow-300{
  accent-color: #fde047;
}

.accent-yellow-300\/0{
  accent-color: rgb(253 224 71 / 0);
}

.accent-yellow-300\/10{
  accent-color: rgb(253 224 71 / 0.1);
}

.accent-yellow-300\/100{
  accent-color: rgb(253 224 71 / 1);
}

.accent-yellow-300\/20{
  accent-color: rgb(253 224 71 / 0.2);
}

.accent-yellow-300\/25{
  accent-color: rgb(253 224 71 / 0.25);
}

.accent-yellow-300\/30{
  accent-color: rgb(253 224 71 / 0.3);
}

.accent-yellow-300\/40{
  accent-color: rgb(253 224 71 / 0.4);
}

.accent-yellow-300\/5{
  accent-color: rgb(253 224 71 / 0.05);
}

.accent-yellow-300\/50{
  accent-color: rgb(253 224 71 / 0.5);
}

.accent-yellow-300\/60{
  accent-color: rgb(253 224 71 / 0.6);
}

.accent-yellow-300\/70{
  accent-color: rgb(253 224 71 / 0.7);
}

.accent-yellow-300\/75{
  accent-color: rgb(253 224 71 / 0.75);
}

.accent-yellow-300\/80{
  accent-color: rgb(253 224 71 / 0.8);
}

.accent-yellow-300\/90{
  accent-color: rgb(253 224 71 / 0.9);
}

.accent-yellow-300\/95{
  accent-color: rgb(253 224 71 / 0.95);
}

.accent-yellow-400{
  accent-color: #facc15;
}

.accent-yellow-400\/0{
  accent-color: rgb(250 204 21 / 0);
}

.accent-yellow-400\/10{
  accent-color: rgb(250 204 21 / 0.1);
}

.accent-yellow-400\/100{
  accent-color: rgb(250 204 21 / 1);
}

.accent-yellow-400\/20{
  accent-color: rgb(250 204 21 / 0.2);
}

.accent-yellow-400\/25{
  accent-color: rgb(250 204 21 / 0.25);
}

.accent-yellow-400\/30{
  accent-color: rgb(250 204 21 / 0.3);
}

.accent-yellow-400\/40{
  accent-color: rgb(250 204 21 / 0.4);
}

.accent-yellow-400\/5{
  accent-color: rgb(250 204 21 / 0.05);
}

.accent-yellow-400\/50{
  accent-color: rgb(250 204 21 / 0.5);
}

.accent-yellow-400\/60{
  accent-color: rgb(250 204 21 / 0.6);
}

.accent-yellow-400\/70{
  accent-color: rgb(250 204 21 / 0.7);
}

.accent-yellow-400\/75{
  accent-color: rgb(250 204 21 / 0.75);
}

.accent-yellow-400\/80{
  accent-color: rgb(250 204 21 / 0.8);
}

.accent-yellow-400\/90{
  accent-color: rgb(250 204 21 / 0.9);
}

.accent-yellow-400\/95{
  accent-color: rgb(250 204 21 / 0.95);
}

.accent-yellow-50{
  accent-color: #fefce8;
}

.accent-yellow-50\/0{
  accent-color: rgb(254 252 232 / 0);
}

.accent-yellow-50\/10{
  accent-color: rgb(254 252 232 / 0.1);
}

.accent-yellow-50\/100{
  accent-color: rgb(254 252 232 / 1);
}

.accent-yellow-50\/20{
  accent-color: rgb(254 252 232 / 0.2);
}

.accent-yellow-50\/25{
  accent-color: rgb(254 252 232 / 0.25);
}

.accent-yellow-50\/30{
  accent-color: rgb(254 252 232 / 0.3);
}

.accent-yellow-50\/40{
  accent-color: rgb(254 252 232 / 0.4);
}

.accent-yellow-50\/5{
  accent-color: rgb(254 252 232 / 0.05);
}

.accent-yellow-50\/50{
  accent-color: rgb(254 252 232 / 0.5);
}

.accent-yellow-50\/60{
  accent-color: rgb(254 252 232 / 0.6);
}

.accent-yellow-50\/70{
  accent-color: rgb(254 252 232 / 0.7);
}

.accent-yellow-50\/75{
  accent-color: rgb(254 252 232 / 0.75);
}

.accent-yellow-50\/80{
  accent-color: rgb(254 252 232 / 0.8);
}

.accent-yellow-50\/90{
  accent-color: rgb(254 252 232 / 0.9);
}

.accent-yellow-50\/95{
  accent-color: rgb(254 252 232 / 0.95);
}

.accent-yellow-500{
  accent-color: #eab308;
}

.accent-yellow-500\/0{
  accent-color: rgb(234 179 8 / 0);
}

.accent-yellow-500\/10{
  accent-color: rgb(234 179 8 / 0.1);
}

.accent-yellow-500\/100{
  accent-color: rgb(234 179 8 / 1);
}

.accent-yellow-500\/20{
  accent-color: rgb(234 179 8 / 0.2);
}

.accent-yellow-500\/25{
  accent-color: rgb(234 179 8 / 0.25);
}

.accent-yellow-500\/30{
  accent-color: rgb(234 179 8 / 0.3);
}

.accent-yellow-500\/40{
  accent-color: rgb(234 179 8 / 0.4);
}

.accent-yellow-500\/5{
  accent-color: rgb(234 179 8 / 0.05);
}

.accent-yellow-500\/50{
  accent-color: rgb(234 179 8 / 0.5);
}

.accent-yellow-500\/60{
  accent-color: rgb(234 179 8 / 0.6);
}

.accent-yellow-500\/70{
  accent-color: rgb(234 179 8 / 0.7);
}

.accent-yellow-500\/75{
  accent-color: rgb(234 179 8 / 0.75);
}

.accent-yellow-500\/80{
  accent-color: rgb(234 179 8 / 0.8);
}

.accent-yellow-500\/90{
  accent-color: rgb(234 179 8 / 0.9);
}

.accent-yellow-500\/95{
  accent-color: rgb(234 179 8 / 0.95);
}

.accent-yellow-600{
  accent-color: #ca8a04;
}

.accent-yellow-600\/0{
  accent-color: rgb(202 138 4 / 0);
}

.accent-yellow-600\/10{
  accent-color: rgb(202 138 4 / 0.1);
}

.accent-yellow-600\/100{
  accent-color: rgb(202 138 4 / 1);
}

.accent-yellow-600\/20{
  accent-color: rgb(202 138 4 / 0.2);
}

.accent-yellow-600\/25{
  accent-color: rgb(202 138 4 / 0.25);
}

.accent-yellow-600\/30{
  accent-color: rgb(202 138 4 / 0.3);
}

.accent-yellow-600\/40{
  accent-color: rgb(202 138 4 / 0.4);
}

.accent-yellow-600\/5{
  accent-color: rgb(202 138 4 / 0.05);
}

.accent-yellow-600\/50{
  accent-color: rgb(202 138 4 / 0.5);
}

.accent-yellow-600\/60{
  accent-color: rgb(202 138 4 / 0.6);
}

.accent-yellow-600\/70{
  accent-color: rgb(202 138 4 / 0.7);
}

.accent-yellow-600\/75{
  accent-color: rgb(202 138 4 / 0.75);
}

.accent-yellow-600\/80{
  accent-color: rgb(202 138 4 / 0.8);
}

.accent-yellow-600\/90{
  accent-color: rgb(202 138 4 / 0.9);
}

.accent-yellow-600\/95{
  accent-color: rgb(202 138 4 / 0.95);
}

.accent-yellow-700{
  accent-color: #a16207;
}

.accent-yellow-700\/0{
  accent-color: rgb(161 98 7 / 0);
}

.accent-yellow-700\/10{
  accent-color: rgb(161 98 7 / 0.1);
}

.accent-yellow-700\/100{
  accent-color: rgb(161 98 7 / 1);
}

.accent-yellow-700\/20{
  accent-color: rgb(161 98 7 / 0.2);
}

.accent-yellow-700\/25{
  accent-color: rgb(161 98 7 / 0.25);
}

.accent-yellow-700\/30{
  accent-color: rgb(161 98 7 / 0.3);
}

.accent-yellow-700\/40{
  accent-color: rgb(161 98 7 / 0.4);
}

.accent-yellow-700\/5{
  accent-color: rgb(161 98 7 / 0.05);
}

.accent-yellow-700\/50{
  accent-color: rgb(161 98 7 / 0.5);
}

.accent-yellow-700\/60{
  accent-color: rgb(161 98 7 / 0.6);
}

.accent-yellow-700\/70{
  accent-color: rgb(161 98 7 / 0.7);
}

.accent-yellow-700\/75{
  accent-color: rgb(161 98 7 / 0.75);
}

.accent-yellow-700\/80{
  accent-color: rgb(161 98 7 / 0.8);
}

.accent-yellow-700\/90{
  accent-color: rgb(161 98 7 / 0.9);
}

.accent-yellow-700\/95{
  accent-color: rgb(161 98 7 / 0.95);
}

.accent-yellow-800{
  accent-color: #854d0e;
}

.accent-yellow-800\/0{
  accent-color: rgb(133 77 14 / 0);
}

.accent-yellow-800\/10{
  accent-color: rgb(133 77 14 / 0.1);
}

.accent-yellow-800\/100{
  accent-color: rgb(133 77 14 / 1);
}

.accent-yellow-800\/20{
  accent-color: rgb(133 77 14 / 0.2);
}

.accent-yellow-800\/25{
  accent-color: rgb(133 77 14 / 0.25);
}

.accent-yellow-800\/30{
  accent-color: rgb(133 77 14 / 0.3);
}

.accent-yellow-800\/40{
  accent-color: rgb(133 77 14 / 0.4);
}

.accent-yellow-800\/5{
  accent-color: rgb(133 77 14 / 0.05);
}

.accent-yellow-800\/50{
  accent-color: rgb(133 77 14 / 0.5);
}

.accent-yellow-800\/60{
  accent-color: rgb(133 77 14 / 0.6);
}

.accent-yellow-800\/70{
  accent-color: rgb(133 77 14 / 0.7);
}

.accent-yellow-800\/75{
  accent-color: rgb(133 77 14 / 0.75);
}

.accent-yellow-800\/80{
  accent-color: rgb(133 77 14 / 0.8);
}

.accent-yellow-800\/90{
  accent-color: rgb(133 77 14 / 0.9);
}

.accent-yellow-800\/95{
  accent-color: rgb(133 77 14 / 0.95);
}

.accent-yellow-900{
  accent-color: #713f12;
}

.accent-yellow-900\/0{
  accent-color: rgb(113 63 18 / 0);
}

.accent-yellow-900\/10{
  accent-color: rgb(113 63 18 / 0.1);
}

.accent-yellow-900\/100{
  accent-color: rgb(113 63 18 / 1);
}

.accent-yellow-900\/20{
  accent-color: rgb(113 63 18 / 0.2);
}

.accent-yellow-900\/25{
  accent-color: rgb(113 63 18 / 0.25);
}

.accent-yellow-900\/30{
  accent-color: rgb(113 63 18 / 0.3);
}

.accent-yellow-900\/40{
  accent-color: rgb(113 63 18 / 0.4);
}

.accent-yellow-900\/5{
  accent-color: rgb(113 63 18 / 0.05);
}

.accent-yellow-900\/50{
  accent-color: rgb(113 63 18 / 0.5);
}

.accent-yellow-900\/60{
  accent-color: rgb(113 63 18 / 0.6);
}

.accent-yellow-900\/70{
  accent-color: rgb(113 63 18 / 0.7);
}

.accent-yellow-900\/75{
  accent-color: rgb(113 63 18 / 0.75);
}

.accent-yellow-900\/80{
  accent-color: rgb(113 63 18 / 0.8);
}

.accent-yellow-900\/90{
  accent-color: rgb(113 63 18 / 0.9);
}

.accent-yellow-900\/95{
  accent-color: rgb(113 63 18 / 0.95);
}

.accent-yellow-950{
  accent-color: #422006;
}

.accent-yellow-950\/0{
  accent-color: rgb(66 32 6 / 0);
}

.accent-yellow-950\/10{
  accent-color: rgb(66 32 6 / 0.1);
}

.accent-yellow-950\/100{
  accent-color: rgb(66 32 6 / 1);
}

.accent-yellow-950\/20{
  accent-color: rgb(66 32 6 / 0.2);
}

.accent-yellow-950\/25{
  accent-color: rgb(66 32 6 / 0.25);
}

.accent-yellow-950\/30{
  accent-color: rgb(66 32 6 / 0.3);
}

.accent-yellow-950\/40{
  accent-color: rgb(66 32 6 / 0.4);
}

.accent-yellow-950\/5{
  accent-color: rgb(66 32 6 / 0.05);
}

.accent-yellow-950\/50{
  accent-color: rgb(66 32 6 / 0.5);
}

.accent-yellow-950\/60{
  accent-color: rgb(66 32 6 / 0.6);
}

.accent-yellow-950\/70{
  accent-color: rgb(66 32 6 / 0.7);
}

.accent-yellow-950\/75{
  accent-color: rgb(66 32 6 / 0.75);
}

.accent-yellow-950\/80{
  accent-color: rgb(66 32 6 / 0.8);
}

.accent-yellow-950\/90{
  accent-color: rgb(66 32 6 / 0.9);
}

.accent-yellow-950\/95{
  accent-color: rgb(66 32 6 / 0.95);
}

.bg-blend-normal{
  background-blend-mode: normal;
}

.bg-blend-multiply{
  background-blend-mode: multiply;
}

.bg-blend-screen{
  background-blend-mode: screen;
}

.bg-blend-overlay{
  background-blend-mode: overlay;
}

.bg-blend-darken{
  background-blend-mode: darken;
}

.bg-blend-lighten{
  background-blend-mode: lighten;
}

.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn{
  background-blend-mode: color-burn;
}

.bg-blend-hard-light{
  background-blend-mode: hard-light;
}

.bg-blend-soft-light{
  background-blend-mode: soft-light;
}

.bg-blend-difference{
  background-blend-mode: difference;
}

.bg-blend-exclusion{
  background-blend-mode: exclusion;
}

.bg-blend-hue{
  background-blend-mode: hue;
}

.bg-blend-saturation{
  background-blend-mode: saturation;
}

.bg-blend-color{
  background-blend-mode: color;
}

.bg-blend-luminosity{
  background-blend-mode: luminosity;
}

.mix-blend-normal{
  mix-blend-mode: normal;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.mix-blend-screen{
  mix-blend-mode: screen;
}

.mix-blend-overlay{
  mix-blend-mode: overlay;
}

.mix-blend-darken{
  mix-blend-mode: darken;
}

.mix-blend-lighten{
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge{
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn{
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light{
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light{
  mix-blend-mode: soft-light;
}

.mix-blend-difference{
  mix-blend-mode: difference;
}

.mix-blend-exclusion{
  mix-blend-mode: exclusion;
}

.mix-blend-hue{
  mix-blend-mode: hue;
}

.mix-blend-saturation{
  mix-blend-mode: saturation;
}

.mix-blend-color{
  mix-blend-mode: color;
}

.mix-blend-luminosity{
  mix-blend-mode: luminosity;
}

.mix-blend-plus-lighter{
  mix-blend-mode: plus-lighter;
}

.\!shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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\/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\/40{
  --tw-shadow-color: rgb(254 243 199 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(254 243 199 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(253 230 138 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(253 230 138 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(252 211 77 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(252 211 77 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(251 191 36 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(251 191 36 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(255 251 235 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(255 251 235 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(245 158 11 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(245 158 11 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(217 119 6 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(217 119 6 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(180 83 9 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(180 83 9 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(146 64 14 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(146 64 14 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(120 53 15 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(120 53 15 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(69 26 3 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(69 26 3 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(219 234 254 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(219 234 254 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(191 219 254 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(191 219 254 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(147 197 253 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(147 197 253 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(96 165 250 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(96 165 250 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(239 246 255 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(239 246 255 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(59 130 246 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(59 130 246 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(37 99 235 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(37 99 235 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(29 78 216 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(29 78 216 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(30 64 175 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(30 64 175 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(30 58 138 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(30 58 138 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(23 37 84 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(23 37 84 / 0.6);
  --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\/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-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\/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\/40{
  --tw-shadow-color: rgb(207 250 254 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(207 250 254 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(165 243 252 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(165 243 252 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(103 232 249 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(103 232 249 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(34 211 238 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(34 211 238 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(236 254 255 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(236 254 255 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(6 182 212 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(6 182 212 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(8 145 178 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(8 145 178 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(14 116 144 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(14 116 144 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(21 94 117 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(21 94 117 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(22 78 99 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(22 78 99 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(8 51 68 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(8 51 68 / 0.6);
  --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\/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-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\/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\/40{
  --tw-shadow-color: rgb(209 250 229 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(209 250 229 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(167 243 208 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(167 243 208 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(110 231 183 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(110 231 183 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(52 211 153 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(52 211 153 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(236 253 245 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(236 253 245 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(16 185 129 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(16 185 129 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(5 150 105 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(5 150 105 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(4 120 87 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(4 120 87 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(6 95 70 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(6 95 70 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(6 78 59 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(6 78 59 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(2 44 34 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(2 44 34 / 0.6);
  --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\/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-event-text-100{
  --tw-shadow-color: #033942;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-100\/0{
  --tw-shadow-color: rgb(3 57 66 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-100\/10{
  --tw-shadow-color: rgb(3 57 66 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-100\/100{
  --tw-shadow-color: rgb(3 57 66 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-100\/20{
  --tw-shadow-color: rgb(3 57 66 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-100\/25{
  --tw-shadow-color: rgb(3 57 66 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-100\/30{
  --tw-shadow-color: rgb(3 57 66 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-100\/40{
  --tw-shadow-color: rgb(3 57 66 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-100\/5{
  --tw-shadow-color: rgb(3 57 66 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-100\/50{
  --tw-shadow-color: rgb(3 57 66 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-100\/60{
  --tw-shadow-color: rgb(3 57 66 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-100\/70{
  --tw-shadow-color: rgb(3 57 66 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-100\/75{
  --tw-shadow-color: rgb(3 57 66 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-100\/80{
  --tw-shadow-color: rgb(3 57 66 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-100\/90{
  --tw-shadow-color: rgb(3 57 66 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-100\/95{
  --tw-shadow-color: rgb(3 57 66 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200{
  --tw-shadow-color: #383b44;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200\/0{
  --tw-shadow-color: rgb(56 59 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200\/10{
  --tw-shadow-color: rgb(56 59 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200\/100{
  --tw-shadow-color: rgb(56 59 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200\/20{
  --tw-shadow-color: rgb(56 59 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200\/25{
  --tw-shadow-color: rgb(56 59 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200\/30{
  --tw-shadow-color: rgb(56 59 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200\/40{
  --tw-shadow-color: rgb(56 59 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200\/5{
  --tw-shadow-color: rgb(56 59 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200\/50{
  --tw-shadow-color: rgb(56 59 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200\/60{
  --tw-shadow-color: rgb(56 59 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200\/70{
  --tw-shadow-color: rgb(56 59 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200\/75{
  --tw-shadow-color: rgb(56 59 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200\/80{
  --tw-shadow-color: rgb(56 59 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200\/90{
  --tw-shadow-color: rgb(56 59 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-event-text-200\/95{
  --tw-shadow-color: rgb(56 59 68 / 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\/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\/40{
  --tw-shadow-color: rgb(250 232 255 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(250 232 255 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(245 208 254 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(245 208 254 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(240 171 252 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(240 171 252 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(232 121 249 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(232 121 249 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(253 244 255 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(253 244 255 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(217 70 239 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(217 70 239 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(192 38 211 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(192 38 211 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(162 28 175 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(162 28 175 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(134 25 143 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(134 25 143 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(112 26 117 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(112 26 117 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(74 4 78 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(74 4 78 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(243 244 246 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(243 244 246 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(229 231 235 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(229 231 235 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(209 213 219 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(209 213 219 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(156 163 175 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(156 163 175 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(249 250 251 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(249 250 251 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(107 114 128 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(107 114 128 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(75 85 99 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(75 85 99 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(55 65 81 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(55 65 81 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(31 41 55 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(31 41 55 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(17 24 39 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(17 24 39 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(3 7 18 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(3 7 18 / 0.6);
  --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\/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-100{
  --tw-shadow-color: #dcfce7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/0{
  --tw-shadow-color: rgb(220 252 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/10{
  --tw-shadow-color: rgb(220 252 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/100{
  --tw-shadow-color: rgb(220 252 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/20{
  --tw-shadow-color: rgb(220 252 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/25{
  --tw-shadow-color: rgb(220 252 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/30{
  --tw-shadow-color: rgb(220 252 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/40{
  --tw-shadow-color: rgb(220 252 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/5{
  --tw-shadow-color: rgb(220 252 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/50{
  --tw-shadow-color: rgb(220 252 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/60{
  --tw-shadow-color: rgb(220 252 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/70{
  --tw-shadow-color: rgb(220 252 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/75{
  --tw-shadow-color: rgb(220 252 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/80{
  --tw-shadow-color: rgb(220 252 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/90{
  --tw-shadow-color: rgb(220 252 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/95{
  --tw-shadow-color: rgb(220 252 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200{
  --tw-shadow-color: #bbf7d0;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/0{
  --tw-shadow-color: rgb(187 247 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/10{
  --tw-shadow-color: rgb(187 247 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/100{
  --tw-shadow-color: rgb(187 247 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/20{
  --tw-shadow-color: rgb(187 247 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/25{
  --tw-shadow-color: rgb(187 247 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/30{
  --tw-shadow-color: rgb(187 247 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/40{
  --tw-shadow-color: rgb(187 247 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/5{
  --tw-shadow-color: rgb(187 247 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/50{
  --tw-shadow-color: rgb(187 247 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/60{
  --tw-shadow-color: rgb(187 247 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/70{
  --tw-shadow-color: rgb(187 247 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/75{
  --tw-shadow-color: rgb(187 247 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/80{
  --tw-shadow-color: rgb(187 247 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/90{
  --tw-shadow-color: rgb(187 247 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/95{
  --tw-shadow-color: rgb(187 247 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300{
  --tw-shadow-color: #86efac;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/0{
  --tw-shadow-color: rgb(134 239 172 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/10{
  --tw-shadow-color: rgb(134 239 172 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/100{
  --tw-shadow-color: rgb(134 239 172 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/20{
  --tw-shadow-color: rgb(134 239 172 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/25{
  --tw-shadow-color: rgb(134 239 172 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/30{
  --tw-shadow-color: rgb(134 239 172 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/40{
  --tw-shadow-color: rgb(134 239 172 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/5{
  --tw-shadow-color: rgb(134 239 172 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/50{
  --tw-shadow-color: rgb(134 239 172 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/60{
  --tw-shadow-color: rgb(134 239 172 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/70{
  --tw-shadow-color: rgb(134 239 172 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/75{
  --tw-shadow-color: rgb(134 239 172 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/80{
  --tw-shadow-color: rgb(134 239 172 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/90{
  --tw-shadow-color: rgb(134 239 172 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/95{
  --tw-shadow-color: rgb(134 239 172 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400{
  --tw-shadow-color: #4ade80;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/0{
  --tw-shadow-color: rgb(74 222 128 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/10{
  --tw-shadow-color: rgb(74 222 128 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/100{
  --tw-shadow-color: rgb(74 222 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/20{
  --tw-shadow-color: rgb(74 222 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/25{
  --tw-shadow-color: rgb(74 222 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/30{
  --tw-shadow-color: rgb(74 222 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/40{
  --tw-shadow-color: rgb(74 222 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/5{
  --tw-shadow-color: rgb(74 222 128 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/50{
  --tw-shadow-color: rgb(74 222 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/60{
  --tw-shadow-color: rgb(74 222 128 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/70{
  --tw-shadow-color: rgb(74 222 128 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/75{
  --tw-shadow-color: rgb(74 222 128 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/80{
  --tw-shadow-color: rgb(74 222 128 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/90{
  --tw-shadow-color: rgb(74 222 128 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/95{
  --tw-shadow-color: rgb(74 222 128 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50{
  --tw-shadow-color: #f0fdf4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/0{
  --tw-shadow-color: rgb(240 253 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/10{
  --tw-shadow-color: rgb(240 253 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/100{
  --tw-shadow-color: rgb(240 253 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/20{
  --tw-shadow-color: rgb(240 253 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/25{
  --tw-shadow-color: rgb(240 253 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/30{
  --tw-shadow-color: rgb(240 253 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/40{
  --tw-shadow-color: rgb(240 253 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/5{
  --tw-shadow-color: rgb(240 253 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/50{
  --tw-shadow-color: rgb(240 253 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/60{
  --tw-shadow-color: rgb(240 253 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/70{
  --tw-shadow-color: rgb(240 253 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/75{
  --tw-shadow-color: rgb(240 253 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/80{
  --tw-shadow-color: rgb(240 253 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/90{
  --tw-shadow-color: rgb(240 253 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/95{
  --tw-shadow-color: rgb(240 253 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500{
  --tw-shadow-color: #22c55e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/0{
  --tw-shadow-color: rgb(34 197 94 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/10{
  --tw-shadow-color: rgb(34 197 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/100{
  --tw-shadow-color: rgb(34 197 94 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/20{
  --tw-shadow-color: rgb(34 197 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/25{
  --tw-shadow-color: rgb(34 197 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/30{
  --tw-shadow-color: rgb(34 197 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/40{
  --tw-shadow-color: rgb(34 197 94 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/5{
  --tw-shadow-color: rgb(34 197 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/50{
  --tw-shadow-color: rgb(34 197 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/60{
  --tw-shadow-color: rgb(34 197 94 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/70{
  --tw-shadow-color: rgb(34 197 94 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/75{
  --tw-shadow-color: rgb(34 197 94 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/80{
  --tw-shadow-color: rgb(34 197 94 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/90{
  --tw-shadow-color: rgb(34 197 94 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/95{
  --tw-shadow-color: rgb(34 197 94 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600{
  --tw-shadow-color: #16a34a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/0{
  --tw-shadow-color: rgb(22 163 74 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/10{
  --tw-shadow-color: rgb(22 163 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/100{
  --tw-shadow-color: rgb(22 163 74 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/20{
  --tw-shadow-color: rgb(22 163 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/25{
  --tw-shadow-color: rgb(22 163 74 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/30{
  --tw-shadow-color: rgb(22 163 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/40{
  --tw-shadow-color: rgb(22 163 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/5{
  --tw-shadow-color: rgb(22 163 74 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/50{
  --tw-shadow-color: rgb(22 163 74 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/60{
  --tw-shadow-color: rgb(22 163 74 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/70{
  --tw-shadow-color: rgb(22 163 74 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/75{
  --tw-shadow-color: rgb(22 163 74 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/80{
  --tw-shadow-color: rgb(22 163 74 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/90{
  --tw-shadow-color: rgb(22 163 74 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/95{
  --tw-shadow-color: rgb(22 163 74 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700{
  --tw-shadow-color: #15803d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/0{
  --tw-shadow-color: rgb(21 128 61 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/10{
  --tw-shadow-color: rgb(21 128 61 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/100{
  --tw-shadow-color: rgb(21 128 61 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/20{
  --tw-shadow-color: rgb(21 128 61 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/25{
  --tw-shadow-color: rgb(21 128 61 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/30{
  --tw-shadow-color: rgb(21 128 61 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/40{
  --tw-shadow-color: rgb(21 128 61 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/5{
  --tw-shadow-color: rgb(21 128 61 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/50{
  --tw-shadow-color: rgb(21 128 61 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/60{
  --tw-shadow-color: rgb(21 128 61 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/70{
  --tw-shadow-color: rgb(21 128 61 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/75{
  --tw-shadow-color: rgb(21 128 61 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/80{
  --tw-shadow-color: rgb(21 128 61 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/90{
  --tw-shadow-color: rgb(21 128 61 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/95{
  --tw-shadow-color: rgb(21 128 61 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800{
  --tw-shadow-color: #166534;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/0{
  --tw-shadow-color: rgb(22 101 52 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/10{
  --tw-shadow-color: rgb(22 101 52 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/100{
  --tw-shadow-color: rgb(22 101 52 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/20{
  --tw-shadow-color: rgb(22 101 52 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/25{
  --tw-shadow-color: rgb(22 101 52 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/30{
  --tw-shadow-color: rgb(22 101 52 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/40{
  --tw-shadow-color: rgb(22 101 52 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/5{
  --tw-shadow-color: rgb(22 101 52 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/50{
  --tw-shadow-color: rgb(22 101 52 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/60{
  --tw-shadow-color: rgb(22 101 52 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/70{
  --tw-shadow-color: rgb(22 101 52 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/75{
  --tw-shadow-color: rgb(22 101 52 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/80{
  --tw-shadow-color: rgb(22 101 52 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/90{
  --tw-shadow-color: rgb(22 101 52 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/95{
  --tw-shadow-color: rgb(22 101 52 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900{
  --tw-shadow-color: #14532d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/0{
  --tw-shadow-color: rgb(20 83 45 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/10{
  --tw-shadow-color: rgb(20 83 45 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/100{
  --tw-shadow-color: rgb(20 83 45 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/20{
  --tw-shadow-color: rgb(20 83 45 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/25{
  --tw-shadow-color: rgb(20 83 45 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/30{
  --tw-shadow-color: rgb(20 83 45 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/40{
  --tw-shadow-color: rgb(20 83 45 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/5{
  --tw-shadow-color: rgb(20 83 45 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/50{
  --tw-shadow-color: rgb(20 83 45 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/60{
  --tw-shadow-color: rgb(20 83 45 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/70{
  --tw-shadow-color: rgb(20 83 45 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/75{
  --tw-shadow-color: rgb(20 83 45 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/80{
  --tw-shadow-color: rgb(20 83 45 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/90{
  --tw-shadow-color: rgb(20 83 45 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/95{
  --tw-shadow-color: rgb(20 83 45 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950{
  --tw-shadow-color: #052e16;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/0{
  --tw-shadow-color: rgb(5 46 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/10{
  --tw-shadow-color: rgb(5 46 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/100{
  --tw-shadow-color: rgb(5 46 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/20{
  --tw-shadow-color: rgb(5 46 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/25{
  --tw-shadow-color: rgb(5 46 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/30{
  --tw-shadow-color: rgb(5 46 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/40{
  --tw-shadow-color: rgb(5 46 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/5{
  --tw-shadow-color: rgb(5 46 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/50{
  --tw-shadow-color: rgb(5 46 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/60{
  --tw-shadow-color: rgb(5 46 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/70{
  --tw-shadow-color: rgb(5 46 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/75{
  --tw-shadow-color: rgb(5 46 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/80{
  --tw-shadow-color: rgb(5 46 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/90{
  --tw-shadow-color: rgb(5 46 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/95{
  --tw-shadow-color: rgb(5 46 22 / 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\/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\/40{
  --tw-shadow-color: rgb(224 231 255 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(224 231 255 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(199 210 254 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(199 210 254 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(165 180 252 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(165 180 252 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(129 140 248 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(129 140 248 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(238 242 255 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(238 242 255 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(99 102 241 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(99 102 241 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(79 70 229 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(79 70 229 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(67 56 202 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(67 56 202 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(55 48 163 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(55 48 163 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(49 46 129 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(49 46 129 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(30 27 75 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(30 27 75 / 0.6);
  --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\/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-lime-100{
  --tw-shadow-color: #ecfccb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/0{
  --tw-shadow-color: rgb(236 252 203 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/10{
  --tw-shadow-color: rgb(236 252 203 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/100{
  --tw-shadow-color: rgb(236 252 203 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/20{
  --tw-shadow-color: rgb(236 252 203 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/25{
  --tw-shadow-color: rgb(236 252 203 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/30{
  --tw-shadow-color: rgb(236 252 203 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/40{
  --tw-shadow-color: rgb(236 252 203 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/5{
  --tw-shadow-color: rgb(236 252 203 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/50{
  --tw-shadow-color: rgb(236 252 203 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/60{
  --tw-shadow-color: rgb(236 252 203 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/70{
  --tw-shadow-color: rgb(236 252 203 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/75{
  --tw-shadow-color: rgb(236 252 203 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/80{
  --tw-shadow-color: rgb(236 252 203 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/90{
  --tw-shadow-color: rgb(236 252 203 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/95{
  --tw-shadow-color: rgb(236 252 203 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200{
  --tw-shadow-color: #d9f99d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/0{
  --tw-shadow-color: rgb(217 249 157 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/10{
  --tw-shadow-color: rgb(217 249 157 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/100{
  --tw-shadow-color: rgb(217 249 157 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/20{
  --tw-shadow-color: rgb(217 249 157 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/25{
  --tw-shadow-color: rgb(217 249 157 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/30{
  --tw-shadow-color: rgb(217 249 157 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/40{
  --tw-shadow-color: rgb(217 249 157 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/5{
  --tw-shadow-color: rgb(217 249 157 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/50{
  --tw-shadow-color: rgb(217 249 157 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/60{
  --tw-shadow-color: rgb(217 249 157 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/70{
  --tw-shadow-color: rgb(217 249 157 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/75{
  --tw-shadow-color: rgb(217 249 157 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/80{
  --tw-shadow-color: rgb(217 249 157 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/90{
  --tw-shadow-color: rgb(217 249 157 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/95{
  --tw-shadow-color: rgb(217 249 157 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300{
  --tw-shadow-color: #bef264;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/0{
  --tw-shadow-color: rgb(190 242 100 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/10{
  --tw-shadow-color: rgb(190 242 100 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/100{
  --tw-shadow-color: rgb(190 242 100 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/20{
  --tw-shadow-color: rgb(190 242 100 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/25{
  --tw-shadow-color: rgb(190 242 100 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/30{
  --tw-shadow-color: rgb(190 242 100 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/40{
  --tw-shadow-color: rgb(190 242 100 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/5{
  --tw-shadow-color: rgb(190 242 100 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/50{
  --tw-shadow-color: rgb(190 242 100 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/60{
  --tw-shadow-color: rgb(190 242 100 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/70{
  --tw-shadow-color: rgb(190 242 100 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/75{
  --tw-shadow-color: rgb(190 242 100 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/80{
  --tw-shadow-color: rgb(190 242 100 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/90{
  --tw-shadow-color: rgb(190 242 100 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/95{
  --tw-shadow-color: rgb(190 242 100 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400{
  --tw-shadow-color: #a3e635;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/0{
  --tw-shadow-color: rgb(163 230 53 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/10{
  --tw-shadow-color: rgb(163 230 53 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/100{
  --tw-shadow-color: rgb(163 230 53 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/20{
  --tw-shadow-color: rgb(163 230 53 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/25{
  --tw-shadow-color: rgb(163 230 53 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/30{
  --tw-shadow-color: rgb(163 230 53 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/40{
  --tw-shadow-color: rgb(163 230 53 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/5{
  --tw-shadow-color: rgb(163 230 53 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/50{
  --tw-shadow-color: rgb(163 230 53 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/60{
  --tw-shadow-color: rgb(163 230 53 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/70{
  --tw-shadow-color: rgb(163 230 53 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/75{
  --tw-shadow-color: rgb(163 230 53 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/80{
  --tw-shadow-color: rgb(163 230 53 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/90{
  --tw-shadow-color: rgb(163 230 53 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/95{
  --tw-shadow-color: rgb(163 230 53 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50{
  --tw-shadow-color: #f7fee7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/0{
  --tw-shadow-color: rgb(247 254 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/10{
  --tw-shadow-color: rgb(247 254 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/100{
  --tw-shadow-color: rgb(247 254 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/20{
  --tw-shadow-color: rgb(247 254 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/25{
  --tw-shadow-color: rgb(247 254 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/30{
  --tw-shadow-color: rgb(247 254 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/40{
  --tw-shadow-color: rgb(247 254 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/5{
  --tw-shadow-color: rgb(247 254 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/50{
  --tw-shadow-color: rgb(247 254 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/60{
  --tw-shadow-color: rgb(247 254 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/70{
  --tw-shadow-color: rgb(247 254 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/75{
  --tw-shadow-color: rgb(247 254 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/80{
  --tw-shadow-color: rgb(247 254 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/90{
  --tw-shadow-color: rgb(247 254 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/95{
  --tw-shadow-color: rgb(247 254 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500{
  --tw-shadow-color: #84cc16;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/0{
  --tw-shadow-color: rgb(132 204 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/10{
  --tw-shadow-color: rgb(132 204 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/100{
  --tw-shadow-color: rgb(132 204 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/20{
  --tw-shadow-color: rgb(132 204 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/25{
  --tw-shadow-color: rgb(132 204 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/30{
  --tw-shadow-color: rgb(132 204 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/40{
  --tw-shadow-color: rgb(132 204 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/5{
  --tw-shadow-color: rgb(132 204 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/50{
  --tw-shadow-color: rgb(132 204 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/60{
  --tw-shadow-color: rgb(132 204 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/70{
  --tw-shadow-color: rgb(132 204 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/75{
  --tw-shadow-color: rgb(132 204 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/80{
  --tw-shadow-color: rgb(132 204 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/90{
  --tw-shadow-color: rgb(132 204 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/95{
  --tw-shadow-color: rgb(132 204 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600{
  --tw-shadow-color: #65a30d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/0{
  --tw-shadow-color: rgb(101 163 13 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/10{
  --tw-shadow-color: rgb(101 163 13 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/100{
  --tw-shadow-color: rgb(101 163 13 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/20{
  --tw-shadow-color: rgb(101 163 13 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/25{
  --tw-shadow-color: rgb(101 163 13 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/30{
  --tw-shadow-color: rgb(101 163 13 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/40{
  --tw-shadow-color: rgb(101 163 13 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/5{
  --tw-shadow-color: rgb(101 163 13 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/50{
  --tw-shadow-color: rgb(101 163 13 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/60{
  --tw-shadow-color: rgb(101 163 13 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/70{
  --tw-shadow-color: rgb(101 163 13 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/75{
  --tw-shadow-color: rgb(101 163 13 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/80{
  --tw-shadow-color: rgb(101 163 13 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/90{
  --tw-shadow-color: rgb(101 163 13 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/95{
  --tw-shadow-color: rgb(101 163 13 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700{
  --tw-shadow-color: #4d7c0f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/0{
  --tw-shadow-color: rgb(77 124 15 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/10{
  --tw-shadow-color: rgb(77 124 15 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/100{
  --tw-shadow-color: rgb(77 124 15 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/20{
  --tw-shadow-color: rgb(77 124 15 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/25{
  --tw-shadow-color: rgb(77 124 15 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/30{
  --tw-shadow-color: rgb(77 124 15 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/40{
  --tw-shadow-color: rgb(77 124 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/5{
  --tw-shadow-color: rgb(77 124 15 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/50{
  --tw-shadow-color: rgb(77 124 15 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/60{
  --tw-shadow-color: rgb(77 124 15 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/70{
  --tw-shadow-color: rgb(77 124 15 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/75{
  --tw-shadow-color: rgb(77 124 15 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/80{
  --tw-shadow-color: rgb(77 124 15 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/90{
  --tw-shadow-color: rgb(77 124 15 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/95{
  --tw-shadow-color: rgb(77 124 15 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800{
  --tw-shadow-color: #3f6212;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/0{
  --tw-shadow-color: rgb(63 98 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/10{
  --tw-shadow-color: rgb(63 98 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/100{
  --tw-shadow-color: rgb(63 98 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/20{
  --tw-shadow-color: rgb(63 98 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/25{
  --tw-shadow-color: rgb(63 98 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/30{
  --tw-shadow-color: rgb(63 98 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/40{
  --tw-shadow-color: rgb(63 98 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/5{
  --tw-shadow-color: rgb(63 98 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/50{
  --tw-shadow-color: rgb(63 98 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/60{
  --tw-shadow-color: rgb(63 98 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/70{
  --tw-shadow-color: rgb(63 98 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/75{
  --tw-shadow-color: rgb(63 98 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/80{
  --tw-shadow-color: rgb(63 98 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/90{
  --tw-shadow-color: rgb(63 98 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/95{
  --tw-shadow-color: rgb(63 98 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900{
  --tw-shadow-color: #365314;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/0{
  --tw-shadow-color: rgb(54 83 20 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/10{
  --tw-shadow-color: rgb(54 83 20 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/100{
  --tw-shadow-color: rgb(54 83 20 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/20{
  --tw-shadow-color: rgb(54 83 20 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/25{
  --tw-shadow-color: rgb(54 83 20 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/30{
  --tw-shadow-color: rgb(54 83 20 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/40{
  --tw-shadow-color: rgb(54 83 20 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/5{
  --tw-shadow-color: rgb(54 83 20 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/50{
  --tw-shadow-color: rgb(54 83 20 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/60{
  --tw-shadow-color: rgb(54 83 20 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/70{
  --tw-shadow-color: rgb(54 83 20 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/75{
  --tw-shadow-color: rgb(54 83 20 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/80{
  --tw-shadow-color: rgb(54 83 20 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/90{
  --tw-shadow-color: rgb(54 83 20 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/95{
  --tw-shadow-color: rgb(54 83 20 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950{
  --tw-shadow-color: #1a2e05;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/0{
  --tw-shadow-color: rgb(26 46 5 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/10{
  --tw-shadow-color: rgb(26 46 5 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/100{
  --tw-shadow-color: rgb(26 46 5 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/20{
  --tw-shadow-color: rgb(26 46 5 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/25{
  --tw-shadow-color: rgb(26 46 5 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/30{
  --tw-shadow-color: rgb(26 46 5 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/40{
  --tw-shadow-color: rgb(26 46 5 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/5{
  --tw-shadow-color: rgb(26 46 5 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/50{
  --tw-shadow-color: rgb(26 46 5 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/60{
  --tw-shadow-color: rgb(26 46 5 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/70{
  --tw-shadow-color: rgb(26 46 5 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/75{
  --tw-shadow-color: rgb(26 46 5 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/80{
  --tw-shadow-color: rgb(26 46 5 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/90{
  --tw-shadow-color: rgb(26 46 5 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/95{
  --tw-shadow-color: rgb(26 46 5 / 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\/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\/40{
  --tw-shadow-color: rgb(245 245 245 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(245 245 245 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(229 229 229 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(229 229 229 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(212 212 212 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(212 212 212 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(163 163 163 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(163 163 163 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(115 115 115 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(115 115 115 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(82 82 82 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(82 82 82 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(64 64 64 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(64 64 64 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(38 38 38 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(38 38 38 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(23 23 23 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(23 23 23 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(10 10 10 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(10 10 10 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(255 237 213 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(255 237 213 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(254 215 170 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(254 215 170 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(253 186 116 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(253 186 116 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(251 146 60 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(251 146 60 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(255 247 237 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(255 247 237 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(249 115 22 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(249 115 22 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(234 88 12 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(234 88 12 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(194 65 12 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(194 65 12 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(154 52 18 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(154 52 18 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(124 45 18 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(124 45 18 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(67 20 7 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(67 20 7 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(252 231 243 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(252 231 243 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(251 207 232 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(251 207 232 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(249 168 212 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(249 168 212 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(244 114 182 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(244 114 182 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(253 242 248 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(253 242 248 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(236 72 153 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(236 72 153 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(219 39 119 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(219 39 119 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(190 24 93 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(190 24 93 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(157 23 77 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(157 23 77 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(131 24 67 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(131 24 67 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(80 7 36 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(80 7 36 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(243 232 255 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(243 232 255 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(233 213 255 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(233 213 255 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(216 180 254 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(216 180 254 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(192 132 252 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(192 132 252 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(250 245 255 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(250 245 255 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(168 85 247 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(168 85 247 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(147 51 234 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(147 51 234 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(126 34 206 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(126 34 206 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(107 33 168 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(107 33 168 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(88 28 135 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(88 28 135 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(59 7 100 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(59 7 100 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(254 226 226 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(254 226 226 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(254 202 202 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(254 202 202 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(252 165 165 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(252 165 165 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(248 113 113 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(248 113 113 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(254 242 242 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(254 242 242 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(239 68 68 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(239 68 68 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(220 38 38 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(220 38 38 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(185 28 28 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(185 28 28 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(153 27 27 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(153 27 27 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(127 29 29 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(127 29 29 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(69 10 10 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(69 10 10 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(255 228 230 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(255 228 230 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(254 205 211 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(254 205 211 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(253 164 175 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(253 164 175 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(251 113 133 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(251 113 133 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(255 241 242 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(255 241 242 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(244 63 94 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(244 63 94 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(225 29 72 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(225 29 72 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(190 18 60 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(190 18 60 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(159 18 57 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(159 18 57 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(136 19 55 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(136 19 55 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(76 5 25 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(76 5 25 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(224 242 254 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(224 242 254 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(186 230 253 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(186 230 253 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(125 211 252 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(125 211 252 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(56 189 248 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(56 189 248 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(240 249 255 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(240 249 255 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(14 165 233 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(14 165 233 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(2 132 199 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(2 132 199 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(3 105 161 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(3 105 161 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(7 89 133 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(7 89 133 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(12 74 110 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(12 74 110 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(8 47 73 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(8 47 73 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(241 245 249 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(241 245 249 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(226 232 240 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(226 232 240 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(203 213 225 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(203 213 225 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(148 163 184 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(148 163 184 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(248 250 252 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(248 250 252 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(100 116 139 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(100 116 139 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(71 85 105 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(71 85 105 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(51 65 85 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(51 65 85 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(30 41 59 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(30 41 59 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(15 23 42 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(15 23 42 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(2 6 23 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(2 6 23 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(245 245 244 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(245 245 244 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(231 229 228 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(231 229 228 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(214 211 209 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(214 211 209 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(168 162 158 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(168 162 158 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(250 250 249 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(250 250 249 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(120 113 108 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(120 113 108 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(87 83 78 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(87 83 78 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(68 64 60 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(68 64 60 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(41 37 36 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(41 37 36 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(28 25 23 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(28 25 23 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(12 10 9 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(12 10 9 / 0.6);
  --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\/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-100{
  --tw-shadow-color: #ccfbf1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/0{
  --tw-shadow-color: rgb(204 251 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/10{
  --tw-shadow-color: rgb(204 251 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/100{
  --tw-shadow-color: rgb(204 251 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/20{
  --tw-shadow-color: rgb(204 251 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/25{
  --tw-shadow-color: rgb(204 251 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/30{
  --tw-shadow-color: rgb(204 251 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/40{
  --tw-shadow-color: rgb(204 251 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/5{
  --tw-shadow-color: rgb(204 251 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/50{
  --tw-shadow-color: rgb(204 251 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/60{
  --tw-shadow-color: rgb(204 251 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/70{
  --tw-shadow-color: rgb(204 251 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/75{
  --tw-shadow-color: rgb(204 251 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/80{
  --tw-shadow-color: rgb(204 251 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/90{
  --tw-shadow-color: rgb(204 251 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/95{
  --tw-shadow-color: rgb(204 251 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200{
  --tw-shadow-color: #99f6e4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/0{
  --tw-shadow-color: rgb(153 246 228 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/10{
  --tw-shadow-color: rgb(153 246 228 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/100{
  --tw-shadow-color: rgb(153 246 228 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/20{
  --tw-shadow-color: rgb(153 246 228 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/25{
  --tw-shadow-color: rgb(153 246 228 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/30{
  --tw-shadow-color: rgb(153 246 228 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/40{
  --tw-shadow-color: rgb(153 246 228 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/5{
  --tw-shadow-color: rgb(153 246 228 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/50{
  --tw-shadow-color: rgb(153 246 228 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/60{
  --tw-shadow-color: rgb(153 246 228 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/70{
  --tw-shadow-color: rgb(153 246 228 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/75{
  --tw-shadow-color: rgb(153 246 228 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/80{
  --tw-shadow-color: rgb(153 246 228 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/90{
  --tw-shadow-color: rgb(153 246 228 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/95{
  --tw-shadow-color: rgb(153 246 228 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300{
  --tw-shadow-color: #5eead4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/0{
  --tw-shadow-color: rgb(94 234 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/10{
  --tw-shadow-color: rgb(94 234 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/100{
  --tw-shadow-color: rgb(94 234 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/20{
  --tw-shadow-color: rgb(94 234 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/25{
  --tw-shadow-color: rgb(94 234 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/30{
  --tw-shadow-color: rgb(94 234 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/40{
  --tw-shadow-color: rgb(94 234 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/5{
  --tw-shadow-color: rgb(94 234 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/50{
  --tw-shadow-color: rgb(94 234 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/60{
  --tw-shadow-color: rgb(94 234 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/70{
  --tw-shadow-color: rgb(94 234 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/75{
  --tw-shadow-color: rgb(94 234 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/80{
  --tw-shadow-color: rgb(94 234 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/90{
  --tw-shadow-color: rgb(94 234 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/95{
  --tw-shadow-color: rgb(94 234 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400{
  --tw-shadow-color: #2dd4bf;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/0{
  --tw-shadow-color: rgb(45 212 191 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/10{
  --tw-shadow-color: rgb(45 212 191 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/100{
  --tw-shadow-color: rgb(45 212 191 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/20{
  --tw-shadow-color: rgb(45 212 191 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/25{
  --tw-shadow-color: rgb(45 212 191 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/30{
  --tw-shadow-color: rgb(45 212 191 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/40{
  --tw-shadow-color: rgb(45 212 191 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/5{
  --tw-shadow-color: rgb(45 212 191 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/50{
  --tw-shadow-color: rgb(45 212 191 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/60{
  --tw-shadow-color: rgb(45 212 191 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/70{
  --tw-shadow-color: rgb(45 212 191 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/75{
  --tw-shadow-color: rgb(45 212 191 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/80{
  --tw-shadow-color: rgb(45 212 191 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/90{
  --tw-shadow-color: rgb(45 212 191 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/95{
  --tw-shadow-color: rgb(45 212 191 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50{
  --tw-shadow-color: #f0fdfa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/0{
  --tw-shadow-color: rgb(240 253 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/10{
  --tw-shadow-color: rgb(240 253 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/100{
  --tw-shadow-color: rgb(240 253 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/20{
  --tw-shadow-color: rgb(240 253 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/25{
  --tw-shadow-color: rgb(240 253 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/30{
  --tw-shadow-color: rgb(240 253 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/40{
  --tw-shadow-color: rgb(240 253 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/5{
  --tw-shadow-color: rgb(240 253 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/50{
  --tw-shadow-color: rgb(240 253 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/60{
  --tw-shadow-color: rgb(240 253 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/70{
  --tw-shadow-color: rgb(240 253 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/75{
  --tw-shadow-color: rgb(240 253 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/80{
  --tw-shadow-color: rgb(240 253 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/90{
  --tw-shadow-color: rgb(240 253 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/95{
  --tw-shadow-color: rgb(240 253 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500{
  --tw-shadow-color: #14b8a6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/0{
  --tw-shadow-color: rgb(20 184 166 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/10{
  --tw-shadow-color: rgb(20 184 166 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/100{
  --tw-shadow-color: rgb(20 184 166 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/20{
  --tw-shadow-color: rgb(20 184 166 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/25{
  --tw-shadow-color: rgb(20 184 166 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/30{
  --tw-shadow-color: rgb(20 184 166 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/40{
  --tw-shadow-color: rgb(20 184 166 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/5{
  --tw-shadow-color: rgb(20 184 166 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/50{
  --tw-shadow-color: rgb(20 184 166 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/60{
  --tw-shadow-color: rgb(20 184 166 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/70{
  --tw-shadow-color: rgb(20 184 166 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/75{
  --tw-shadow-color: rgb(20 184 166 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/80{
  --tw-shadow-color: rgb(20 184 166 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/90{
  --tw-shadow-color: rgb(20 184 166 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/95{
  --tw-shadow-color: rgb(20 184 166 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600{
  --tw-shadow-color: #0d9488;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/0{
  --tw-shadow-color: rgb(13 148 136 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/10{
  --tw-shadow-color: rgb(13 148 136 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/100{
  --tw-shadow-color: rgb(13 148 136 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/20{
  --tw-shadow-color: rgb(13 148 136 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/25{
  --tw-shadow-color: rgb(13 148 136 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/30{
  --tw-shadow-color: rgb(13 148 136 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/40{
  --tw-shadow-color: rgb(13 148 136 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/5{
  --tw-shadow-color: rgb(13 148 136 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/50{
  --tw-shadow-color: rgb(13 148 136 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/60{
  --tw-shadow-color: rgb(13 148 136 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/70{
  --tw-shadow-color: rgb(13 148 136 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/75{
  --tw-shadow-color: rgb(13 148 136 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/80{
  --tw-shadow-color: rgb(13 148 136 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/90{
  --tw-shadow-color: rgb(13 148 136 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/95{
  --tw-shadow-color: rgb(13 148 136 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700{
  --tw-shadow-color: #0f766e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/0{
  --tw-shadow-color: rgb(15 118 110 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/10{
  --tw-shadow-color: rgb(15 118 110 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/100{
  --tw-shadow-color: rgb(15 118 110 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/20{
  --tw-shadow-color: rgb(15 118 110 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/25{
  --tw-shadow-color: rgb(15 118 110 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/30{
  --tw-shadow-color: rgb(15 118 110 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/40{
  --tw-shadow-color: rgb(15 118 110 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/5{
  --tw-shadow-color: rgb(15 118 110 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/50{
  --tw-shadow-color: rgb(15 118 110 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/60{
  --tw-shadow-color: rgb(15 118 110 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/70{
  --tw-shadow-color: rgb(15 118 110 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/75{
  --tw-shadow-color: rgb(15 118 110 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/80{
  --tw-shadow-color: rgb(15 118 110 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/90{
  --tw-shadow-color: rgb(15 118 110 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/95{
  --tw-shadow-color: rgb(15 118 110 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800{
  --tw-shadow-color: #115e59;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/0{
  --tw-shadow-color: rgb(17 94 89 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/10{
  --tw-shadow-color: rgb(17 94 89 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/100{
  --tw-shadow-color: rgb(17 94 89 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/20{
  --tw-shadow-color: rgb(17 94 89 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/25{
  --tw-shadow-color: rgb(17 94 89 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/30{
  --tw-shadow-color: rgb(17 94 89 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/40{
  --tw-shadow-color: rgb(17 94 89 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/5{
  --tw-shadow-color: rgb(17 94 89 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/50{
  --tw-shadow-color: rgb(17 94 89 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/60{
  --tw-shadow-color: rgb(17 94 89 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/70{
  --tw-shadow-color: rgb(17 94 89 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/75{
  --tw-shadow-color: rgb(17 94 89 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/80{
  --tw-shadow-color: rgb(17 94 89 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/90{
  --tw-shadow-color: rgb(17 94 89 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/95{
  --tw-shadow-color: rgb(17 94 89 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900{
  --tw-shadow-color: #134e4a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/0{
  --tw-shadow-color: rgb(19 78 74 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/10{
  --tw-shadow-color: rgb(19 78 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/100{
  --tw-shadow-color: rgb(19 78 74 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/20{
  --tw-shadow-color: rgb(19 78 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/25{
  --tw-shadow-color: rgb(19 78 74 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/30{
  --tw-shadow-color: rgb(19 78 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/40{
  --tw-shadow-color: rgb(19 78 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/5{
  --tw-shadow-color: rgb(19 78 74 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/50{
  --tw-shadow-color: rgb(19 78 74 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/60{
  --tw-shadow-color: rgb(19 78 74 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/70{
  --tw-shadow-color: rgb(19 78 74 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/75{
  --tw-shadow-color: rgb(19 78 74 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/80{
  --tw-shadow-color: rgb(19 78 74 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/90{
  --tw-shadow-color: rgb(19 78 74 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/95{
  --tw-shadow-color: rgb(19 78 74 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950{
  --tw-shadow-color: #042f2e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/0{
  --tw-shadow-color: rgb(4 47 46 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/10{
  --tw-shadow-color: rgb(4 47 46 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/100{
  --tw-shadow-color: rgb(4 47 46 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/20{
  --tw-shadow-color: rgb(4 47 46 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/25{
  --tw-shadow-color: rgb(4 47 46 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/30{
  --tw-shadow-color: rgb(4 47 46 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/40{
  --tw-shadow-color: rgb(4 47 46 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/5{
  --tw-shadow-color: rgb(4 47 46 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/50{
  --tw-shadow-color: rgb(4 47 46 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/60{
  --tw-shadow-color: rgb(4 47 46 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/70{
  --tw-shadow-color: rgb(4 47 46 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/75{
  --tw-shadow-color: rgb(4 47 46 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/80{
  --tw-shadow-color: rgb(4 47 46 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/90{
  --tw-shadow-color: rgb(4 47 46 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/95{
  --tw-shadow-color: rgb(4 47 46 / 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\/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\/40{
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(237 233 254 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(237 233 254 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(221 214 254 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(221 214 254 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(196 181 253 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(196 181 253 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(167 139 250 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(167 139 250 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(245 243 255 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(245 243 255 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(139 92 246 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(139 92 246 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(124 58 237 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(124 58 237 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(109 40 217 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(109 40 217 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(91 33 182 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(91 33 182 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(76 29 149 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(76 29 149 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(46 16 101 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(46 16 101 / 0.6);
  --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\/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: #fff;
  --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\/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\/40{
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(254 249 195 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(254 249 195 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(254 240 138 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(254 240 138 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(253 224 71 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(253 224 71 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(250 204 21 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(250 204 21 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(254 252 232 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(254 252 232 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(234 179 8 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(234 179 8 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(202 138 4 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(202 138 4 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(161 98 7 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(161 98 7 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(133 77 14 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(133 77 14 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(113 63 18 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(113 63 18 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(66 32 6 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(66 32 6 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(244 244 245 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(244 244 245 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(228 228 231 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(228 228 231 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(212 212 216 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(212 212 216 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(161 161 170 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(161 161 170 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(113 113 122 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(113 113 122 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(82 82 91 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(82 82 91 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(63 63 70 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(63 63 70 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(39 39 42 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(39 39 42 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(24 24 27 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(24 24 27 / 0.6);
  --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\/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\/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\/40{
  --tw-shadow-color: rgb(9 9 11 / 0.4);
  --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\/60{
  --tw-shadow-color: rgb(9 9 11 / 0.6);
  --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\/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);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.outline-dashed{
  outline-style: dashed;
}

.outline-dotted{
  outline-style: dotted;
}

.outline-double{
  outline-style: double;
}

.outline-0{
  outline-width: 0px;
}

.outline-1{
  outline-width: 1px;
}

.outline-2{
  outline-width: 2px;
}

.outline-4{
  outline-width: 4px;
}

.outline-8{
  outline-width: 8px;
}

.outline-offset-0{
  outline-offset: 0px;
}

.outline-offset-1{
  outline-offset: 1px;
}

.outline-offset-2{
  outline-offset: 2px;
}

.outline-offset-4{
  outline-offset: 4px;
}

.outline-offset-8{
  outline-offset: 8px;
}

.outline-amber-100{
  outline-color: #fef3c7;
}

.outline-amber-100\/0{
  outline-color: rgb(254 243 199 / 0);
}

.outline-amber-100\/10{
  outline-color: rgb(254 243 199 / 0.1);
}

.outline-amber-100\/100{
  outline-color: rgb(254 243 199 / 1);
}

.outline-amber-100\/20{
  outline-color: rgb(254 243 199 / 0.2);
}

.outline-amber-100\/25{
  outline-color: rgb(254 243 199 / 0.25);
}

.outline-amber-100\/30{
  outline-color: rgb(254 243 199 / 0.3);
}

.outline-amber-100\/40{
  outline-color: rgb(254 243 199 / 0.4);
}

.outline-amber-100\/5{
  outline-color: rgb(254 243 199 / 0.05);
}

.outline-amber-100\/50{
  outline-color: rgb(254 243 199 / 0.5);
}

.outline-amber-100\/60{
  outline-color: rgb(254 243 199 / 0.6);
}

.outline-amber-100\/70{
  outline-color: rgb(254 243 199 / 0.7);
}

.outline-amber-100\/75{
  outline-color: rgb(254 243 199 / 0.75);
}

.outline-amber-100\/80{
  outline-color: rgb(254 243 199 / 0.8);
}

.outline-amber-100\/90{
  outline-color: rgb(254 243 199 / 0.9);
}

.outline-amber-100\/95{
  outline-color: rgb(254 243 199 / 0.95);
}

.outline-amber-200{
  outline-color: #fde68a;
}

.outline-amber-200\/0{
  outline-color: rgb(253 230 138 / 0);
}

.outline-amber-200\/10{
  outline-color: rgb(253 230 138 / 0.1);
}

.outline-amber-200\/100{
  outline-color: rgb(253 230 138 / 1);
}

.outline-amber-200\/20{
  outline-color: rgb(253 230 138 / 0.2);
}

.outline-amber-200\/25{
  outline-color: rgb(253 230 138 / 0.25);
}

.outline-amber-200\/30{
  outline-color: rgb(253 230 138 / 0.3);
}

.outline-amber-200\/40{
  outline-color: rgb(253 230 138 / 0.4);
}

.outline-amber-200\/5{
  outline-color: rgb(253 230 138 / 0.05);
}

.outline-amber-200\/50{
  outline-color: rgb(253 230 138 / 0.5);
}

.outline-amber-200\/60{
  outline-color: rgb(253 230 138 / 0.6);
}

.outline-amber-200\/70{
  outline-color: rgb(253 230 138 / 0.7);
}

.outline-amber-200\/75{
  outline-color: rgb(253 230 138 / 0.75);
}

.outline-amber-200\/80{
  outline-color: rgb(253 230 138 / 0.8);
}

.outline-amber-200\/90{
  outline-color: rgb(253 230 138 / 0.9);
}

.outline-amber-200\/95{
  outline-color: rgb(253 230 138 / 0.95);
}

.outline-amber-300{
  outline-color: #fcd34d;
}

.outline-amber-300\/0{
  outline-color: rgb(252 211 77 / 0);
}

.outline-amber-300\/10{
  outline-color: rgb(252 211 77 / 0.1);
}

.outline-amber-300\/100{
  outline-color: rgb(252 211 77 / 1);
}

.outline-amber-300\/20{
  outline-color: rgb(252 211 77 / 0.2);
}

.outline-amber-300\/25{
  outline-color: rgb(252 211 77 / 0.25);
}

.outline-amber-300\/30{
  outline-color: rgb(252 211 77 / 0.3);
}

.outline-amber-300\/40{
  outline-color: rgb(252 211 77 / 0.4);
}

.outline-amber-300\/5{
  outline-color: rgb(252 211 77 / 0.05);
}

.outline-amber-300\/50{
  outline-color: rgb(252 211 77 / 0.5);
}

.outline-amber-300\/60{
  outline-color: rgb(252 211 77 / 0.6);
}

.outline-amber-300\/70{
  outline-color: rgb(252 211 77 / 0.7);
}

.outline-amber-300\/75{
  outline-color: rgb(252 211 77 / 0.75);
}

.outline-amber-300\/80{
  outline-color: rgb(252 211 77 / 0.8);
}

.outline-amber-300\/90{
  outline-color: rgb(252 211 77 / 0.9);
}

.outline-amber-300\/95{
  outline-color: rgb(252 211 77 / 0.95);
}

.outline-amber-400{
  outline-color: #fbbf24;
}

.outline-amber-400\/0{
  outline-color: rgb(251 191 36 / 0);
}

.outline-amber-400\/10{
  outline-color: rgb(251 191 36 / 0.1);
}

.outline-amber-400\/100{
  outline-color: rgb(251 191 36 / 1);
}

.outline-amber-400\/20{
  outline-color: rgb(251 191 36 / 0.2);
}

.outline-amber-400\/25{
  outline-color: rgb(251 191 36 / 0.25);
}

.outline-amber-400\/30{
  outline-color: rgb(251 191 36 / 0.3);
}

.outline-amber-400\/40{
  outline-color: rgb(251 191 36 / 0.4);
}

.outline-amber-400\/5{
  outline-color: rgb(251 191 36 / 0.05);
}

.outline-amber-400\/50{
  outline-color: rgb(251 191 36 / 0.5);
}

.outline-amber-400\/60{
  outline-color: rgb(251 191 36 / 0.6);
}

.outline-amber-400\/70{
  outline-color: rgb(251 191 36 / 0.7);
}

.outline-amber-400\/75{
  outline-color: rgb(251 191 36 / 0.75);
}

.outline-amber-400\/80{
  outline-color: rgb(251 191 36 / 0.8);
}

.outline-amber-400\/90{
  outline-color: rgb(251 191 36 / 0.9);
}

.outline-amber-400\/95{
  outline-color: rgb(251 191 36 / 0.95);
}

.outline-amber-50{
  outline-color: #fffbeb;
}

.outline-amber-50\/0{
  outline-color: rgb(255 251 235 / 0);
}

.outline-amber-50\/10{
  outline-color: rgb(255 251 235 / 0.1);
}

.outline-amber-50\/100{
  outline-color: rgb(255 251 235 / 1);
}

.outline-amber-50\/20{
  outline-color: rgb(255 251 235 / 0.2);
}

.outline-amber-50\/25{
  outline-color: rgb(255 251 235 / 0.25);
}

.outline-amber-50\/30{
  outline-color: rgb(255 251 235 / 0.3);
}

.outline-amber-50\/40{
  outline-color: rgb(255 251 235 / 0.4);
}

.outline-amber-50\/5{
  outline-color: rgb(255 251 235 / 0.05);
}

.outline-amber-50\/50{
  outline-color: rgb(255 251 235 / 0.5);
}

.outline-amber-50\/60{
  outline-color: rgb(255 251 235 / 0.6);
}

.outline-amber-50\/70{
  outline-color: rgb(255 251 235 / 0.7);
}

.outline-amber-50\/75{
  outline-color: rgb(255 251 235 / 0.75);
}

.outline-amber-50\/80{
  outline-color: rgb(255 251 235 / 0.8);
}

.outline-amber-50\/90{
  outline-color: rgb(255 251 235 / 0.9);
}

.outline-amber-50\/95{
  outline-color: rgb(255 251 235 / 0.95);
}

.outline-amber-500{
  outline-color: #f59e0b;
}

.outline-amber-500\/0{
  outline-color: rgb(245 158 11 / 0);
}

.outline-amber-500\/10{
  outline-color: rgb(245 158 11 / 0.1);
}

.outline-amber-500\/100{
  outline-color: rgb(245 158 11 / 1);
}

.outline-amber-500\/20{
  outline-color: rgb(245 158 11 / 0.2);
}

.outline-amber-500\/25{
  outline-color: rgb(245 158 11 / 0.25);
}

.outline-amber-500\/30{
  outline-color: rgb(245 158 11 / 0.3);
}

.outline-amber-500\/40{
  outline-color: rgb(245 158 11 / 0.4);
}

.outline-amber-500\/5{
  outline-color: rgb(245 158 11 / 0.05);
}

.outline-amber-500\/50{
  outline-color: rgb(245 158 11 / 0.5);
}

.outline-amber-500\/60{
  outline-color: rgb(245 158 11 / 0.6);
}

.outline-amber-500\/70{
  outline-color: rgb(245 158 11 / 0.7);
}

.outline-amber-500\/75{
  outline-color: rgb(245 158 11 / 0.75);
}

.outline-amber-500\/80{
  outline-color: rgb(245 158 11 / 0.8);
}

.outline-amber-500\/90{
  outline-color: rgb(245 158 11 / 0.9);
}

.outline-amber-500\/95{
  outline-color: rgb(245 158 11 / 0.95);
}

.outline-amber-600{
  outline-color: #d97706;
}

.outline-amber-600\/0{
  outline-color: rgb(217 119 6 / 0);
}

.outline-amber-600\/10{
  outline-color: rgb(217 119 6 / 0.1);
}

.outline-amber-600\/100{
  outline-color: rgb(217 119 6 / 1);
}

.outline-amber-600\/20{
  outline-color: rgb(217 119 6 / 0.2);
}

.outline-amber-600\/25{
  outline-color: rgb(217 119 6 / 0.25);
}

.outline-amber-600\/30{
  outline-color: rgb(217 119 6 / 0.3);
}

.outline-amber-600\/40{
  outline-color: rgb(217 119 6 / 0.4);
}

.outline-amber-600\/5{
  outline-color: rgb(217 119 6 / 0.05);
}

.outline-amber-600\/50{
  outline-color: rgb(217 119 6 / 0.5);
}

.outline-amber-600\/60{
  outline-color: rgb(217 119 6 / 0.6);
}

.outline-amber-600\/70{
  outline-color: rgb(217 119 6 / 0.7);
}

.outline-amber-600\/75{
  outline-color: rgb(217 119 6 / 0.75);
}

.outline-amber-600\/80{
  outline-color: rgb(217 119 6 / 0.8);
}

.outline-amber-600\/90{
  outline-color: rgb(217 119 6 / 0.9);
}

.outline-amber-600\/95{
  outline-color: rgb(217 119 6 / 0.95);
}

.outline-amber-700{
  outline-color: #b45309;
}

.outline-amber-700\/0{
  outline-color: rgb(180 83 9 / 0);
}

.outline-amber-700\/10{
  outline-color: rgb(180 83 9 / 0.1);
}

.outline-amber-700\/100{
  outline-color: rgb(180 83 9 / 1);
}

.outline-amber-700\/20{
  outline-color: rgb(180 83 9 / 0.2);
}

.outline-amber-700\/25{
  outline-color: rgb(180 83 9 / 0.25);
}

.outline-amber-700\/30{
  outline-color: rgb(180 83 9 / 0.3);
}

.outline-amber-700\/40{
  outline-color: rgb(180 83 9 / 0.4);
}

.outline-amber-700\/5{
  outline-color: rgb(180 83 9 / 0.05);
}

.outline-amber-700\/50{
  outline-color: rgb(180 83 9 / 0.5);
}

.outline-amber-700\/60{
  outline-color: rgb(180 83 9 / 0.6);
}

.outline-amber-700\/70{
  outline-color: rgb(180 83 9 / 0.7);
}

.outline-amber-700\/75{
  outline-color: rgb(180 83 9 / 0.75);
}

.outline-amber-700\/80{
  outline-color: rgb(180 83 9 / 0.8);
}

.outline-amber-700\/90{
  outline-color: rgb(180 83 9 / 0.9);
}

.outline-amber-700\/95{
  outline-color: rgb(180 83 9 / 0.95);
}

.outline-amber-800{
  outline-color: #92400e;
}

.outline-amber-800\/0{
  outline-color: rgb(146 64 14 / 0);
}

.outline-amber-800\/10{
  outline-color: rgb(146 64 14 / 0.1);
}

.outline-amber-800\/100{
  outline-color: rgb(146 64 14 / 1);
}

.outline-amber-800\/20{
  outline-color: rgb(146 64 14 / 0.2);
}

.outline-amber-800\/25{
  outline-color: rgb(146 64 14 / 0.25);
}

.outline-amber-800\/30{
  outline-color: rgb(146 64 14 / 0.3);
}

.outline-amber-800\/40{
  outline-color: rgb(146 64 14 / 0.4);
}

.outline-amber-800\/5{
  outline-color: rgb(146 64 14 / 0.05);
}

.outline-amber-800\/50{
  outline-color: rgb(146 64 14 / 0.5);
}

.outline-amber-800\/60{
  outline-color: rgb(146 64 14 / 0.6);
}

.outline-amber-800\/70{
  outline-color: rgb(146 64 14 / 0.7);
}

.outline-amber-800\/75{
  outline-color: rgb(146 64 14 / 0.75);
}

.outline-amber-800\/80{
  outline-color: rgb(146 64 14 / 0.8);
}

.outline-amber-800\/90{
  outline-color: rgb(146 64 14 / 0.9);
}

.outline-amber-800\/95{
  outline-color: rgb(146 64 14 / 0.95);
}

.outline-amber-900{
  outline-color: #78350f;
}

.outline-amber-900\/0{
  outline-color: rgb(120 53 15 / 0);
}

.outline-amber-900\/10{
  outline-color: rgb(120 53 15 / 0.1);
}

.outline-amber-900\/100{
  outline-color: rgb(120 53 15 / 1);
}

.outline-amber-900\/20{
  outline-color: rgb(120 53 15 / 0.2);
}

.outline-amber-900\/25{
  outline-color: rgb(120 53 15 / 0.25);
}

.outline-amber-900\/30{
  outline-color: rgb(120 53 15 / 0.3);
}

.outline-amber-900\/40{
  outline-color: rgb(120 53 15 / 0.4);
}

.outline-amber-900\/5{
  outline-color: rgb(120 53 15 / 0.05);
}

.outline-amber-900\/50{
  outline-color: rgb(120 53 15 / 0.5);
}

.outline-amber-900\/60{
  outline-color: rgb(120 53 15 / 0.6);
}

.outline-amber-900\/70{
  outline-color: rgb(120 53 15 / 0.7);
}

.outline-amber-900\/75{
  outline-color: rgb(120 53 15 / 0.75);
}

.outline-amber-900\/80{
  outline-color: rgb(120 53 15 / 0.8);
}

.outline-amber-900\/90{
  outline-color: rgb(120 53 15 / 0.9);
}

.outline-amber-900\/95{
  outline-color: rgb(120 53 15 / 0.95);
}

.outline-amber-950{
  outline-color: #451a03;
}

.outline-amber-950\/0{
  outline-color: rgb(69 26 3 / 0);
}

.outline-amber-950\/10{
  outline-color: rgb(69 26 3 / 0.1);
}

.outline-amber-950\/100{
  outline-color: rgb(69 26 3 / 1);
}

.outline-amber-950\/20{
  outline-color: rgb(69 26 3 / 0.2);
}

.outline-amber-950\/25{
  outline-color: rgb(69 26 3 / 0.25);
}

.outline-amber-950\/30{
  outline-color: rgb(69 26 3 / 0.3);
}

.outline-amber-950\/40{
  outline-color: rgb(69 26 3 / 0.4);
}

.outline-amber-950\/5{
  outline-color: rgb(69 26 3 / 0.05);
}

.outline-amber-950\/50{
  outline-color: rgb(69 26 3 / 0.5);
}

.outline-amber-950\/60{
  outline-color: rgb(69 26 3 / 0.6);
}

.outline-amber-950\/70{
  outline-color: rgb(69 26 3 / 0.7);
}

.outline-amber-950\/75{
  outline-color: rgb(69 26 3 / 0.75);
}

.outline-amber-950\/80{
  outline-color: rgb(69 26 3 / 0.8);
}

.outline-amber-950\/90{
  outline-color: rgb(69 26 3 / 0.9);
}

.outline-amber-950\/95{
  outline-color: rgb(69 26 3 / 0.95);
}

.outline-black{
  outline-color: #000;
}

.outline-black\/0{
  outline-color: rgb(0 0 0 / 0);
}

.outline-black\/10{
  outline-color: rgb(0 0 0 / 0.1);
}

.outline-black\/100{
  outline-color: rgb(0 0 0 / 1);
}

.outline-black\/20{
  outline-color: rgb(0 0 0 / 0.2);
}

.outline-black\/25{
  outline-color: rgb(0 0 0 / 0.25);
}

.outline-black\/30{
  outline-color: rgb(0 0 0 / 0.3);
}

.outline-black\/40{
  outline-color: rgb(0 0 0 / 0.4);
}

.outline-black\/5{
  outline-color: rgb(0 0 0 / 0.05);
}

.outline-black\/50{
  outline-color: rgb(0 0 0 / 0.5);
}

.outline-black\/60{
  outline-color: rgb(0 0 0 / 0.6);
}

.outline-black\/70{
  outline-color: rgb(0 0 0 / 0.7);
}

.outline-black\/75{
  outline-color: rgb(0 0 0 / 0.75);
}

.outline-black\/80{
  outline-color: rgb(0 0 0 / 0.8);
}

.outline-black\/90{
  outline-color: rgb(0 0 0 / 0.9);
}

.outline-black\/95{
  outline-color: rgb(0 0 0 / 0.95);
}

.outline-blue-100{
  outline-color: #dbeafe;
}

.outline-blue-100\/0{
  outline-color: rgb(219 234 254 / 0);
}

.outline-blue-100\/10{
  outline-color: rgb(219 234 254 / 0.1);
}

.outline-blue-100\/100{
  outline-color: rgb(219 234 254 / 1);
}

.outline-blue-100\/20{
  outline-color: rgb(219 234 254 / 0.2);
}

.outline-blue-100\/25{
  outline-color: rgb(219 234 254 / 0.25);
}

.outline-blue-100\/30{
  outline-color: rgb(219 234 254 / 0.3);
}

.outline-blue-100\/40{
  outline-color: rgb(219 234 254 / 0.4);
}

.outline-blue-100\/5{
  outline-color: rgb(219 234 254 / 0.05);
}

.outline-blue-100\/50{
  outline-color: rgb(219 234 254 / 0.5);
}

.outline-blue-100\/60{
  outline-color: rgb(219 234 254 / 0.6);
}

.outline-blue-100\/70{
  outline-color: rgb(219 234 254 / 0.7);
}

.outline-blue-100\/75{
  outline-color: rgb(219 234 254 / 0.75);
}

.outline-blue-100\/80{
  outline-color: rgb(219 234 254 / 0.8);
}

.outline-blue-100\/90{
  outline-color: rgb(219 234 254 / 0.9);
}

.outline-blue-100\/95{
  outline-color: rgb(219 234 254 / 0.95);
}

.outline-blue-200{
  outline-color: #bfdbfe;
}

.outline-blue-200\/0{
  outline-color: rgb(191 219 254 / 0);
}

.outline-blue-200\/10{
  outline-color: rgb(191 219 254 / 0.1);
}

.outline-blue-200\/100{
  outline-color: rgb(191 219 254 / 1);
}

.outline-blue-200\/20{
  outline-color: rgb(191 219 254 / 0.2);
}

.outline-blue-200\/25{
  outline-color: rgb(191 219 254 / 0.25);
}

.outline-blue-200\/30{
  outline-color: rgb(191 219 254 / 0.3);
}

.outline-blue-200\/40{
  outline-color: rgb(191 219 254 / 0.4);
}

.outline-blue-200\/5{
  outline-color: rgb(191 219 254 / 0.05);
}

.outline-blue-200\/50{
  outline-color: rgb(191 219 254 / 0.5);
}

.outline-blue-200\/60{
  outline-color: rgb(191 219 254 / 0.6);
}

.outline-blue-200\/70{
  outline-color: rgb(191 219 254 / 0.7);
}

.outline-blue-200\/75{
  outline-color: rgb(191 219 254 / 0.75);
}

.outline-blue-200\/80{
  outline-color: rgb(191 219 254 / 0.8);
}

.outline-blue-200\/90{
  outline-color: rgb(191 219 254 / 0.9);
}

.outline-blue-200\/95{
  outline-color: rgb(191 219 254 / 0.95);
}

.outline-blue-300{
  outline-color: #93c5fd;
}

.outline-blue-300\/0{
  outline-color: rgb(147 197 253 / 0);
}

.outline-blue-300\/10{
  outline-color: rgb(147 197 253 / 0.1);
}

.outline-blue-300\/100{
  outline-color: rgb(147 197 253 / 1);
}

.outline-blue-300\/20{
  outline-color: rgb(147 197 253 / 0.2);
}

.outline-blue-300\/25{
  outline-color: rgb(147 197 253 / 0.25);
}

.outline-blue-300\/30{
  outline-color: rgb(147 197 253 / 0.3);
}

.outline-blue-300\/40{
  outline-color: rgb(147 197 253 / 0.4);
}

.outline-blue-300\/5{
  outline-color: rgb(147 197 253 / 0.05);
}

.outline-blue-300\/50{
  outline-color: rgb(147 197 253 / 0.5);
}

.outline-blue-300\/60{
  outline-color: rgb(147 197 253 / 0.6);
}

.outline-blue-300\/70{
  outline-color: rgb(147 197 253 / 0.7);
}

.outline-blue-300\/75{
  outline-color: rgb(147 197 253 / 0.75);
}

.outline-blue-300\/80{
  outline-color: rgb(147 197 253 / 0.8);
}

.outline-blue-300\/90{
  outline-color: rgb(147 197 253 / 0.9);
}

.outline-blue-300\/95{
  outline-color: rgb(147 197 253 / 0.95);
}

.outline-blue-400{
  outline-color: #60a5fa;
}

.outline-blue-400\/0{
  outline-color: rgb(96 165 250 / 0);
}

.outline-blue-400\/10{
  outline-color: rgb(96 165 250 / 0.1);
}

.outline-blue-400\/100{
  outline-color: rgb(96 165 250 / 1);
}

.outline-blue-400\/20{
  outline-color: rgb(96 165 250 / 0.2);
}

.outline-blue-400\/25{
  outline-color: rgb(96 165 250 / 0.25);
}

.outline-blue-400\/30{
  outline-color: rgb(96 165 250 / 0.3);
}

.outline-blue-400\/40{
  outline-color: rgb(96 165 250 / 0.4);
}

.outline-blue-400\/5{
  outline-color: rgb(96 165 250 / 0.05);
}

.outline-blue-400\/50{
  outline-color: rgb(96 165 250 / 0.5);
}

.outline-blue-400\/60{
  outline-color: rgb(96 165 250 / 0.6);
}

.outline-blue-400\/70{
  outline-color: rgb(96 165 250 / 0.7);
}

.outline-blue-400\/75{
  outline-color: rgb(96 165 250 / 0.75);
}

.outline-blue-400\/80{
  outline-color: rgb(96 165 250 / 0.8);
}

.outline-blue-400\/90{
  outline-color: rgb(96 165 250 / 0.9);
}

.outline-blue-400\/95{
  outline-color: rgb(96 165 250 / 0.95);
}

.outline-blue-50{
  outline-color: #eff6ff;
}

.outline-blue-50\/0{
  outline-color: rgb(239 246 255 / 0);
}

.outline-blue-50\/10{
  outline-color: rgb(239 246 255 / 0.1);
}

.outline-blue-50\/100{
  outline-color: rgb(239 246 255 / 1);
}

.outline-blue-50\/20{
  outline-color: rgb(239 246 255 / 0.2);
}

.outline-blue-50\/25{
  outline-color: rgb(239 246 255 / 0.25);
}

.outline-blue-50\/30{
  outline-color: rgb(239 246 255 / 0.3);
}

.outline-blue-50\/40{
  outline-color: rgb(239 246 255 / 0.4);
}

.outline-blue-50\/5{
  outline-color: rgb(239 246 255 / 0.05);
}

.outline-blue-50\/50{
  outline-color: rgb(239 246 255 / 0.5);
}

.outline-blue-50\/60{
  outline-color: rgb(239 246 255 / 0.6);
}

.outline-blue-50\/70{
  outline-color: rgb(239 246 255 / 0.7);
}

.outline-blue-50\/75{
  outline-color: rgb(239 246 255 / 0.75);
}

.outline-blue-50\/80{
  outline-color: rgb(239 246 255 / 0.8);
}

.outline-blue-50\/90{
  outline-color: rgb(239 246 255 / 0.9);
}

.outline-blue-50\/95{
  outline-color: rgb(239 246 255 / 0.95);
}

.outline-blue-500{
  outline-color: #3b82f6;
}

.outline-blue-500\/0{
  outline-color: rgb(59 130 246 / 0);
}

.outline-blue-500\/10{
  outline-color: rgb(59 130 246 / 0.1);
}

.outline-blue-500\/100{
  outline-color: rgb(59 130 246 / 1);
}

.outline-blue-500\/20{
  outline-color: rgb(59 130 246 / 0.2);
}

.outline-blue-500\/25{
  outline-color: rgb(59 130 246 / 0.25);
}

.outline-blue-500\/30{
  outline-color: rgb(59 130 246 / 0.3);
}

.outline-blue-500\/40{
  outline-color: rgb(59 130 246 / 0.4);
}

.outline-blue-500\/5{
  outline-color: rgb(59 130 246 / 0.05);
}

.outline-blue-500\/50{
  outline-color: rgb(59 130 246 / 0.5);
}

.outline-blue-500\/60{
  outline-color: rgb(59 130 246 / 0.6);
}

.outline-blue-500\/70{
  outline-color: rgb(59 130 246 / 0.7);
}

.outline-blue-500\/75{
  outline-color: rgb(59 130 246 / 0.75);
}

.outline-blue-500\/80{
  outline-color: rgb(59 130 246 / 0.8);
}

.outline-blue-500\/90{
  outline-color: rgb(59 130 246 / 0.9);
}

.outline-blue-500\/95{
  outline-color: rgb(59 130 246 / 0.95);
}

.outline-blue-600{
  outline-color: #2563eb;
}

.outline-blue-600\/0{
  outline-color: rgb(37 99 235 / 0);
}

.outline-blue-600\/10{
  outline-color: rgb(37 99 235 / 0.1);
}

.outline-blue-600\/100{
  outline-color: rgb(37 99 235 / 1);
}

.outline-blue-600\/20{
  outline-color: rgb(37 99 235 / 0.2);
}

.outline-blue-600\/25{
  outline-color: rgb(37 99 235 / 0.25);
}

.outline-blue-600\/30{
  outline-color: rgb(37 99 235 / 0.3);
}

.outline-blue-600\/40{
  outline-color: rgb(37 99 235 / 0.4);
}

.outline-blue-600\/5{
  outline-color: rgb(37 99 235 / 0.05);
}

.outline-blue-600\/50{
  outline-color: rgb(37 99 235 / 0.5);
}

.outline-blue-600\/60{
  outline-color: rgb(37 99 235 / 0.6);
}

.outline-blue-600\/70{
  outline-color: rgb(37 99 235 / 0.7);
}

.outline-blue-600\/75{
  outline-color: rgb(37 99 235 / 0.75);
}

.outline-blue-600\/80{
  outline-color: rgb(37 99 235 / 0.8);
}

.outline-blue-600\/90{
  outline-color: rgb(37 99 235 / 0.9);
}

.outline-blue-600\/95{
  outline-color: rgb(37 99 235 / 0.95);
}

.outline-blue-700{
  outline-color: #1d4ed8;
}

.outline-blue-700\/0{
  outline-color: rgb(29 78 216 / 0);
}

.outline-blue-700\/10{
  outline-color: rgb(29 78 216 / 0.1);
}

.outline-blue-700\/100{
  outline-color: rgb(29 78 216 / 1);
}

.outline-blue-700\/20{
  outline-color: rgb(29 78 216 / 0.2);
}

.outline-blue-700\/25{
  outline-color: rgb(29 78 216 / 0.25);
}

.outline-blue-700\/30{
  outline-color: rgb(29 78 216 / 0.3);
}

.outline-blue-700\/40{
  outline-color: rgb(29 78 216 / 0.4);
}

.outline-blue-700\/5{
  outline-color: rgb(29 78 216 / 0.05);
}

.outline-blue-700\/50{
  outline-color: rgb(29 78 216 / 0.5);
}

.outline-blue-700\/60{
  outline-color: rgb(29 78 216 / 0.6);
}

.outline-blue-700\/70{
  outline-color: rgb(29 78 216 / 0.7);
}

.outline-blue-700\/75{
  outline-color: rgb(29 78 216 / 0.75);
}

.outline-blue-700\/80{
  outline-color: rgb(29 78 216 / 0.8);
}

.outline-blue-700\/90{
  outline-color: rgb(29 78 216 / 0.9);
}

.outline-blue-700\/95{
  outline-color: rgb(29 78 216 / 0.95);
}

.outline-blue-800{
  outline-color: #1e40af;
}

.outline-blue-800\/0{
  outline-color: rgb(30 64 175 / 0);
}

.outline-blue-800\/10{
  outline-color: rgb(30 64 175 / 0.1);
}

.outline-blue-800\/100{
  outline-color: rgb(30 64 175 / 1);
}

.outline-blue-800\/20{
  outline-color: rgb(30 64 175 / 0.2);
}

.outline-blue-800\/25{
  outline-color: rgb(30 64 175 / 0.25);
}

.outline-blue-800\/30{
  outline-color: rgb(30 64 175 / 0.3);
}

.outline-blue-800\/40{
  outline-color: rgb(30 64 175 / 0.4);
}

.outline-blue-800\/5{
  outline-color: rgb(30 64 175 / 0.05);
}

.outline-blue-800\/50{
  outline-color: rgb(30 64 175 / 0.5);
}

.outline-blue-800\/60{
  outline-color: rgb(30 64 175 / 0.6);
}

.outline-blue-800\/70{
  outline-color: rgb(30 64 175 / 0.7);
}

.outline-blue-800\/75{
  outline-color: rgb(30 64 175 / 0.75);
}

.outline-blue-800\/80{
  outline-color: rgb(30 64 175 / 0.8);
}

.outline-blue-800\/90{
  outline-color: rgb(30 64 175 / 0.9);
}

.outline-blue-800\/95{
  outline-color: rgb(30 64 175 / 0.95);
}

.outline-blue-900{
  outline-color: #1e3a8a;
}

.outline-blue-900\/0{
  outline-color: rgb(30 58 138 / 0);
}

.outline-blue-900\/10{
  outline-color: rgb(30 58 138 / 0.1);
}

.outline-blue-900\/100{
  outline-color: rgb(30 58 138 / 1);
}

.outline-blue-900\/20{
  outline-color: rgb(30 58 138 / 0.2);
}

.outline-blue-900\/25{
  outline-color: rgb(30 58 138 / 0.25);
}

.outline-blue-900\/30{
  outline-color: rgb(30 58 138 / 0.3);
}

.outline-blue-900\/40{
  outline-color: rgb(30 58 138 / 0.4);
}

.outline-blue-900\/5{
  outline-color: rgb(30 58 138 / 0.05);
}

.outline-blue-900\/50{
  outline-color: rgb(30 58 138 / 0.5);
}

.outline-blue-900\/60{
  outline-color: rgb(30 58 138 / 0.6);
}

.outline-blue-900\/70{
  outline-color: rgb(30 58 138 / 0.7);
}

.outline-blue-900\/75{
  outline-color: rgb(30 58 138 / 0.75);
}

.outline-blue-900\/80{
  outline-color: rgb(30 58 138 / 0.8);
}

.outline-blue-900\/90{
  outline-color: rgb(30 58 138 / 0.9);
}

.outline-blue-900\/95{
  outline-color: rgb(30 58 138 / 0.95);
}

.outline-blue-950{
  outline-color: #172554;
}

.outline-blue-950\/0{
  outline-color: rgb(23 37 84 / 0);
}

.outline-blue-950\/10{
  outline-color: rgb(23 37 84 / 0.1);
}

.outline-blue-950\/100{
  outline-color: rgb(23 37 84 / 1);
}

.outline-blue-950\/20{
  outline-color: rgb(23 37 84 / 0.2);
}

.outline-blue-950\/25{
  outline-color: rgb(23 37 84 / 0.25);
}

.outline-blue-950\/30{
  outline-color: rgb(23 37 84 / 0.3);
}

.outline-blue-950\/40{
  outline-color: rgb(23 37 84 / 0.4);
}

.outline-blue-950\/5{
  outline-color: rgb(23 37 84 / 0.05);
}

.outline-blue-950\/50{
  outline-color: rgb(23 37 84 / 0.5);
}

.outline-blue-950\/60{
  outline-color: rgb(23 37 84 / 0.6);
}

.outline-blue-950\/70{
  outline-color: rgb(23 37 84 / 0.7);
}

.outline-blue-950\/75{
  outline-color: rgb(23 37 84 / 0.75);
}

.outline-blue-950\/80{
  outline-color: rgb(23 37 84 / 0.8);
}

.outline-blue-950\/90{
  outline-color: rgb(23 37 84 / 0.9);
}

.outline-blue-950\/95{
  outline-color: rgb(23 37 84 / 0.95);
}

.outline-current{
  outline-color: currentColor;
}

.outline-cyan-100{
  outline-color: #cffafe;
}

.outline-cyan-100\/0{
  outline-color: rgb(207 250 254 / 0);
}

.outline-cyan-100\/10{
  outline-color: rgb(207 250 254 / 0.1);
}

.outline-cyan-100\/100{
  outline-color: rgb(207 250 254 / 1);
}

.outline-cyan-100\/20{
  outline-color: rgb(207 250 254 / 0.2);
}

.outline-cyan-100\/25{
  outline-color: rgb(207 250 254 / 0.25);
}

.outline-cyan-100\/30{
  outline-color: rgb(207 250 254 / 0.3);
}

.outline-cyan-100\/40{
  outline-color: rgb(207 250 254 / 0.4);
}

.outline-cyan-100\/5{
  outline-color: rgb(207 250 254 / 0.05);
}

.outline-cyan-100\/50{
  outline-color: rgb(207 250 254 / 0.5);
}

.outline-cyan-100\/60{
  outline-color: rgb(207 250 254 / 0.6);
}

.outline-cyan-100\/70{
  outline-color: rgb(207 250 254 / 0.7);
}

.outline-cyan-100\/75{
  outline-color: rgb(207 250 254 / 0.75);
}

.outline-cyan-100\/80{
  outline-color: rgb(207 250 254 / 0.8);
}

.outline-cyan-100\/90{
  outline-color: rgb(207 250 254 / 0.9);
}

.outline-cyan-100\/95{
  outline-color: rgb(207 250 254 / 0.95);
}

.outline-cyan-200{
  outline-color: #a5f3fc;
}

.outline-cyan-200\/0{
  outline-color: rgb(165 243 252 / 0);
}

.outline-cyan-200\/10{
  outline-color: rgb(165 243 252 / 0.1);
}

.outline-cyan-200\/100{
  outline-color: rgb(165 243 252 / 1);
}

.outline-cyan-200\/20{
  outline-color: rgb(165 243 252 / 0.2);
}

.outline-cyan-200\/25{
  outline-color: rgb(165 243 252 / 0.25);
}

.outline-cyan-200\/30{
  outline-color: rgb(165 243 252 / 0.3);
}

.outline-cyan-200\/40{
  outline-color: rgb(165 243 252 / 0.4);
}

.outline-cyan-200\/5{
  outline-color: rgb(165 243 252 / 0.05);
}

.outline-cyan-200\/50{
  outline-color: rgb(165 243 252 / 0.5);
}

.outline-cyan-200\/60{
  outline-color: rgb(165 243 252 / 0.6);
}

.outline-cyan-200\/70{
  outline-color: rgb(165 243 252 / 0.7);
}

.outline-cyan-200\/75{
  outline-color: rgb(165 243 252 / 0.75);
}

.outline-cyan-200\/80{
  outline-color: rgb(165 243 252 / 0.8);
}

.outline-cyan-200\/90{
  outline-color: rgb(165 243 252 / 0.9);
}

.outline-cyan-200\/95{
  outline-color: rgb(165 243 252 / 0.95);
}

.outline-cyan-300{
  outline-color: #67e8f9;
}

.outline-cyan-300\/0{
  outline-color: rgb(103 232 249 / 0);
}

.outline-cyan-300\/10{
  outline-color: rgb(103 232 249 / 0.1);
}

.outline-cyan-300\/100{
  outline-color: rgb(103 232 249 / 1);
}

.outline-cyan-300\/20{
  outline-color: rgb(103 232 249 / 0.2);
}

.outline-cyan-300\/25{
  outline-color: rgb(103 232 249 / 0.25);
}

.outline-cyan-300\/30{
  outline-color: rgb(103 232 249 / 0.3);
}

.outline-cyan-300\/40{
  outline-color: rgb(103 232 249 / 0.4);
}

.outline-cyan-300\/5{
  outline-color: rgb(103 232 249 / 0.05);
}

.outline-cyan-300\/50{
  outline-color: rgb(103 232 249 / 0.5);
}

.outline-cyan-300\/60{
  outline-color: rgb(103 232 249 / 0.6);
}

.outline-cyan-300\/70{
  outline-color: rgb(103 232 249 / 0.7);
}

.outline-cyan-300\/75{
  outline-color: rgb(103 232 249 / 0.75);
}

.outline-cyan-300\/80{
  outline-color: rgb(103 232 249 / 0.8);
}

.outline-cyan-300\/90{
  outline-color: rgb(103 232 249 / 0.9);
}

.outline-cyan-300\/95{
  outline-color: rgb(103 232 249 / 0.95);
}

.outline-cyan-400{
  outline-color: #22d3ee;
}

.outline-cyan-400\/0{
  outline-color: rgb(34 211 238 / 0);
}

.outline-cyan-400\/10{
  outline-color: rgb(34 211 238 / 0.1);
}

.outline-cyan-400\/100{
  outline-color: rgb(34 211 238 / 1);
}

.outline-cyan-400\/20{
  outline-color: rgb(34 211 238 / 0.2);
}

.outline-cyan-400\/25{
  outline-color: rgb(34 211 238 / 0.25);
}

.outline-cyan-400\/30{
  outline-color: rgb(34 211 238 / 0.3);
}

.outline-cyan-400\/40{
  outline-color: rgb(34 211 238 / 0.4);
}

.outline-cyan-400\/5{
  outline-color: rgb(34 211 238 / 0.05);
}

.outline-cyan-400\/50{
  outline-color: rgb(34 211 238 / 0.5);
}

.outline-cyan-400\/60{
  outline-color: rgb(34 211 238 / 0.6);
}

.outline-cyan-400\/70{
  outline-color: rgb(34 211 238 / 0.7);
}

.outline-cyan-400\/75{
  outline-color: rgb(34 211 238 / 0.75);
}

.outline-cyan-400\/80{
  outline-color: rgb(34 211 238 / 0.8);
}

.outline-cyan-400\/90{
  outline-color: rgb(34 211 238 / 0.9);
}

.outline-cyan-400\/95{
  outline-color: rgb(34 211 238 / 0.95);
}

.outline-cyan-50{
  outline-color: #ecfeff;
}

.outline-cyan-50\/0{
  outline-color: rgb(236 254 255 / 0);
}

.outline-cyan-50\/10{
  outline-color: rgb(236 254 255 / 0.1);
}

.outline-cyan-50\/100{
  outline-color: rgb(236 254 255 / 1);
}

.outline-cyan-50\/20{
  outline-color: rgb(236 254 255 / 0.2);
}

.outline-cyan-50\/25{
  outline-color: rgb(236 254 255 / 0.25);
}

.outline-cyan-50\/30{
  outline-color: rgb(236 254 255 / 0.3);
}

.outline-cyan-50\/40{
  outline-color: rgb(236 254 255 / 0.4);
}

.outline-cyan-50\/5{
  outline-color: rgb(236 254 255 / 0.05);
}

.outline-cyan-50\/50{
  outline-color: rgb(236 254 255 / 0.5);
}

.outline-cyan-50\/60{
  outline-color: rgb(236 254 255 / 0.6);
}

.outline-cyan-50\/70{
  outline-color: rgb(236 254 255 / 0.7);
}

.outline-cyan-50\/75{
  outline-color: rgb(236 254 255 / 0.75);
}

.outline-cyan-50\/80{
  outline-color: rgb(236 254 255 / 0.8);
}

.outline-cyan-50\/90{
  outline-color: rgb(236 254 255 / 0.9);
}

.outline-cyan-50\/95{
  outline-color: rgb(236 254 255 / 0.95);
}

.outline-cyan-500{
  outline-color: #06b6d4;
}

.outline-cyan-500\/0{
  outline-color: rgb(6 182 212 / 0);
}

.outline-cyan-500\/10{
  outline-color: rgb(6 182 212 / 0.1);
}

.outline-cyan-500\/100{
  outline-color: rgb(6 182 212 / 1);
}

.outline-cyan-500\/20{
  outline-color: rgb(6 182 212 / 0.2);
}

.outline-cyan-500\/25{
  outline-color: rgb(6 182 212 / 0.25);
}

.outline-cyan-500\/30{
  outline-color: rgb(6 182 212 / 0.3);
}

.outline-cyan-500\/40{
  outline-color: rgb(6 182 212 / 0.4);
}

.outline-cyan-500\/5{
  outline-color: rgb(6 182 212 / 0.05);
}

.outline-cyan-500\/50{
  outline-color: rgb(6 182 212 / 0.5);
}

.outline-cyan-500\/60{
  outline-color: rgb(6 182 212 / 0.6);
}

.outline-cyan-500\/70{
  outline-color: rgb(6 182 212 / 0.7);
}

.outline-cyan-500\/75{
  outline-color: rgb(6 182 212 / 0.75);
}

.outline-cyan-500\/80{
  outline-color: rgb(6 182 212 / 0.8);
}

.outline-cyan-500\/90{
  outline-color: rgb(6 182 212 / 0.9);
}

.outline-cyan-500\/95{
  outline-color: rgb(6 182 212 / 0.95);
}

.outline-cyan-600{
  outline-color: #0891b2;
}

.outline-cyan-600\/0{
  outline-color: rgb(8 145 178 / 0);
}

.outline-cyan-600\/10{
  outline-color: rgb(8 145 178 / 0.1);
}

.outline-cyan-600\/100{
  outline-color: rgb(8 145 178 / 1);
}

.outline-cyan-600\/20{
  outline-color: rgb(8 145 178 / 0.2);
}

.outline-cyan-600\/25{
  outline-color: rgb(8 145 178 / 0.25);
}

.outline-cyan-600\/30{
  outline-color: rgb(8 145 178 / 0.3);
}

.outline-cyan-600\/40{
  outline-color: rgb(8 145 178 / 0.4);
}

.outline-cyan-600\/5{
  outline-color: rgb(8 145 178 / 0.05);
}

.outline-cyan-600\/50{
  outline-color: rgb(8 145 178 / 0.5);
}

.outline-cyan-600\/60{
  outline-color: rgb(8 145 178 / 0.6);
}

.outline-cyan-600\/70{
  outline-color: rgb(8 145 178 / 0.7);
}

.outline-cyan-600\/75{
  outline-color: rgb(8 145 178 / 0.75);
}

.outline-cyan-600\/80{
  outline-color: rgb(8 145 178 / 0.8);
}

.outline-cyan-600\/90{
  outline-color: rgb(8 145 178 / 0.9);
}

.outline-cyan-600\/95{
  outline-color: rgb(8 145 178 / 0.95);
}

.outline-cyan-700{
  outline-color: #0e7490;
}

.outline-cyan-700\/0{
  outline-color: rgb(14 116 144 / 0);
}

.outline-cyan-700\/10{
  outline-color: rgb(14 116 144 / 0.1);
}

.outline-cyan-700\/100{
  outline-color: rgb(14 116 144 / 1);
}

.outline-cyan-700\/20{
  outline-color: rgb(14 116 144 / 0.2);
}

.outline-cyan-700\/25{
  outline-color: rgb(14 116 144 / 0.25);
}

.outline-cyan-700\/30{
  outline-color: rgb(14 116 144 / 0.3);
}

.outline-cyan-700\/40{
  outline-color: rgb(14 116 144 / 0.4);
}

.outline-cyan-700\/5{
  outline-color: rgb(14 116 144 / 0.05);
}

.outline-cyan-700\/50{
  outline-color: rgb(14 116 144 / 0.5);
}

.outline-cyan-700\/60{
  outline-color: rgb(14 116 144 / 0.6);
}

.outline-cyan-700\/70{
  outline-color: rgb(14 116 144 / 0.7);
}

.outline-cyan-700\/75{
  outline-color: rgb(14 116 144 / 0.75);
}

.outline-cyan-700\/80{
  outline-color: rgb(14 116 144 / 0.8);
}

.outline-cyan-700\/90{
  outline-color: rgb(14 116 144 / 0.9);
}

.outline-cyan-700\/95{
  outline-color: rgb(14 116 144 / 0.95);
}

.outline-cyan-800{
  outline-color: #155e75;
}

.outline-cyan-800\/0{
  outline-color: rgb(21 94 117 / 0);
}

.outline-cyan-800\/10{
  outline-color: rgb(21 94 117 / 0.1);
}

.outline-cyan-800\/100{
  outline-color: rgb(21 94 117 / 1);
}

.outline-cyan-800\/20{
  outline-color: rgb(21 94 117 / 0.2);
}

.outline-cyan-800\/25{
  outline-color: rgb(21 94 117 / 0.25);
}

.outline-cyan-800\/30{
  outline-color: rgb(21 94 117 / 0.3);
}

.outline-cyan-800\/40{
  outline-color: rgb(21 94 117 / 0.4);
}

.outline-cyan-800\/5{
  outline-color: rgb(21 94 117 / 0.05);
}

.outline-cyan-800\/50{
  outline-color: rgb(21 94 117 / 0.5);
}

.outline-cyan-800\/60{
  outline-color: rgb(21 94 117 / 0.6);
}

.outline-cyan-800\/70{
  outline-color: rgb(21 94 117 / 0.7);
}

.outline-cyan-800\/75{
  outline-color: rgb(21 94 117 / 0.75);
}

.outline-cyan-800\/80{
  outline-color: rgb(21 94 117 / 0.8);
}

.outline-cyan-800\/90{
  outline-color: rgb(21 94 117 / 0.9);
}

.outline-cyan-800\/95{
  outline-color: rgb(21 94 117 / 0.95);
}

.outline-cyan-900{
  outline-color: #164e63;
}

.outline-cyan-900\/0{
  outline-color: rgb(22 78 99 / 0);
}

.outline-cyan-900\/10{
  outline-color: rgb(22 78 99 / 0.1);
}

.outline-cyan-900\/100{
  outline-color: rgb(22 78 99 / 1);
}

.outline-cyan-900\/20{
  outline-color: rgb(22 78 99 / 0.2);
}

.outline-cyan-900\/25{
  outline-color: rgb(22 78 99 / 0.25);
}

.outline-cyan-900\/30{
  outline-color: rgb(22 78 99 / 0.3);
}

.outline-cyan-900\/40{
  outline-color: rgb(22 78 99 / 0.4);
}

.outline-cyan-900\/5{
  outline-color: rgb(22 78 99 / 0.05);
}

.outline-cyan-900\/50{
  outline-color: rgb(22 78 99 / 0.5);
}

.outline-cyan-900\/60{
  outline-color: rgb(22 78 99 / 0.6);
}

.outline-cyan-900\/70{
  outline-color: rgb(22 78 99 / 0.7);
}

.outline-cyan-900\/75{
  outline-color: rgb(22 78 99 / 0.75);
}

.outline-cyan-900\/80{
  outline-color: rgb(22 78 99 / 0.8);
}

.outline-cyan-900\/90{
  outline-color: rgb(22 78 99 / 0.9);
}

.outline-cyan-900\/95{
  outline-color: rgb(22 78 99 / 0.95);
}

.outline-cyan-950{
  outline-color: #083344;
}

.outline-cyan-950\/0{
  outline-color: rgb(8 51 68 / 0);
}

.outline-cyan-950\/10{
  outline-color: rgb(8 51 68 / 0.1);
}

.outline-cyan-950\/100{
  outline-color: rgb(8 51 68 / 1);
}

.outline-cyan-950\/20{
  outline-color: rgb(8 51 68 / 0.2);
}

.outline-cyan-950\/25{
  outline-color: rgb(8 51 68 / 0.25);
}

.outline-cyan-950\/30{
  outline-color: rgb(8 51 68 / 0.3);
}

.outline-cyan-950\/40{
  outline-color: rgb(8 51 68 / 0.4);
}

.outline-cyan-950\/5{
  outline-color: rgb(8 51 68 / 0.05);
}

.outline-cyan-950\/50{
  outline-color: rgb(8 51 68 / 0.5);
}

.outline-cyan-950\/60{
  outline-color: rgb(8 51 68 / 0.6);
}

.outline-cyan-950\/70{
  outline-color: rgb(8 51 68 / 0.7);
}

.outline-cyan-950\/75{
  outline-color: rgb(8 51 68 / 0.75);
}

.outline-cyan-950\/80{
  outline-color: rgb(8 51 68 / 0.8);
}

.outline-cyan-950\/90{
  outline-color: rgb(8 51 68 / 0.9);
}

.outline-cyan-950\/95{
  outline-color: rgb(8 51 68 / 0.95);
}

.outline-emerald-100{
  outline-color: #d1fae5;
}

.outline-emerald-100\/0{
  outline-color: rgb(209 250 229 / 0);
}

.outline-emerald-100\/10{
  outline-color: rgb(209 250 229 / 0.1);
}

.outline-emerald-100\/100{
  outline-color: rgb(209 250 229 / 1);
}

.outline-emerald-100\/20{
  outline-color: rgb(209 250 229 / 0.2);
}

.outline-emerald-100\/25{
  outline-color: rgb(209 250 229 / 0.25);
}

.outline-emerald-100\/30{
  outline-color: rgb(209 250 229 / 0.3);
}

.outline-emerald-100\/40{
  outline-color: rgb(209 250 229 / 0.4);
}

.outline-emerald-100\/5{
  outline-color: rgb(209 250 229 / 0.05);
}

.outline-emerald-100\/50{
  outline-color: rgb(209 250 229 / 0.5);
}

.outline-emerald-100\/60{
  outline-color: rgb(209 250 229 / 0.6);
}

.outline-emerald-100\/70{
  outline-color: rgb(209 250 229 / 0.7);
}

.outline-emerald-100\/75{
  outline-color: rgb(209 250 229 / 0.75);
}

.outline-emerald-100\/80{
  outline-color: rgb(209 250 229 / 0.8);
}

.outline-emerald-100\/90{
  outline-color: rgb(209 250 229 / 0.9);
}

.outline-emerald-100\/95{
  outline-color: rgb(209 250 229 / 0.95);
}

.outline-emerald-200{
  outline-color: #a7f3d0;
}

.outline-emerald-200\/0{
  outline-color: rgb(167 243 208 / 0);
}

.outline-emerald-200\/10{
  outline-color: rgb(167 243 208 / 0.1);
}

.outline-emerald-200\/100{
  outline-color: rgb(167 243 208 / 1);
}

.outline-emerald-200\/20{
  outline-color: rgb(167 243 208 / 0.2);
}

.outline-emerald-200\/25{
  outline-color: rgb(167 243 208 / 0.25);
}

.outline-emerald-200\/30{
  outline-color: rgb(167 243 208 / 0.3);
}

.outline-emerald-200\/40{
  outline-color: rgb(167 243 208 / 0.4);
}

.outline-emerald-200\/5{
  outline-color: rgb(167 243 208 / 0.05);
}

.outline-emerald-200\/50{
  outline-color: rgb(167 243 208 / 0.5);
}

.outline-emerald-200\/60{
  outline-color: rgb(167 243 208 / 0.6);
}

.outline-emerald-200\/70{
  outline-color: rgb(167 243 208 / 0.7);
}

.outline-emerald-200\/75{
  outline-color: rgb(167 243 208 / 0.75);
}

.outline-emerald-200\/80{
  outline-color: rgb(167 243 208 / 0.8);
}

.outline-emerald-200\/90{
  outline-color: rgb(167 243 208 / 0.9);
}

.outline-emerald-200\/95{
  outline-color: rgb(167 243 208 / 0.95);
}

.outline-emerald-300{
  outline-color: #6ee7b7;
}

.outline-emerald-300\/0{
  outline-color: rgb(110 231 183 / 0);
}

.outline-emerald-300\/10{
  outline-color: rgb(110 231 183 / 0.1);
}

.outline-emerald-300\/100{
  outline-color: rgb(110 231 183 / 1);
}

.outline-emerald-300\/20{
  outline-color: rgb(110 231 183 / 0.2);
}

.outline-emerald-300\/25{
  outline-color: rgb(110 231 183 / 0.25);
}

.outline-emerald-300\/30{
  outline-color: rgb(110 231 183 / 0.3);
}

.outline-emerald-300\/40{
  outline-color: rgb(110 231 183 / 0.4);
}

.outline-emerald-300\/5{
  outline-color: rgb(110 231 183 / 0.05);
}

.outline-emerald-300\/50{
  outline-color: rgb(110 231 183 / 0.5);
}

.outline-emerald-300\/60{
  outline-color: rgb(110 231 183 / 0.6);
}

.outline-emerald-300\/70{
  outline-color: rgb(110 231 183 / 0.7);
}

.outline-emerald-300\/75{
  outline-color: rgb(110 231 183 / 0.75);
}

.outline-emerald-300\/80{
  outline-color: rgb(110 231 183 / 0.8);
}

.outline-emerald-300\/90{
  outline-color: rgb(110 231 183 / 0.9);
}

.outline-emerald-300\/95{
  outline-color: rgb(110 231 183 / 0.95);
}

.outline-emerald-400{
  outline-color: #34d399;
}

.outline-emerald-400\/0{
  outline-color: rgb(52 211 153 / 0);
}

.outline-emerald-400\/10{
  outline-color: rgb(52 211 153 / 0.1);
}

.outline-emerald-400\/100{
  outline-color: rgb(52 211 153 / 1);
}

.outline-emerald-400\/20{
  outline-color: rgb(52 211 153 / 0.2);
}

.outline-emerald-400\/25{
  outline-color: rgb(52 211 153 / 0.25);
}

.outline-emerald-400\/30{
  outline-color: rgb(52 211 153 / 0.3);
}

.outline-emerald-400\/40{
  outline-color: rgb(52 211 153 / 0.4);
}

.outline-emerald-400\/5{
  outline-color: rgb(52 211 153 / 0.05);
}

.outline-emerald-400\/50{
  outline-color: rgb(52 211 153 / 0.5);
}

.outline-emerald-400\/60{
  outline-color: rgb(52 211 153 / 0.6);
}

.outline-emerald-400\/70{
  outline-color: rgb(52 211 153 / 0.7);
}

.outline-emerald-400\/75{
  outline-color: rgb(52 211 153 / 0.75);
}

.outline-emerald-400\/80{
  outline-color: rgb(52 211 153 / 0.8);
}

.outline-emerald-400\/90{
  outline-color: rgb(52 211 153 / 0.9);
}

.outline-emerald-400\/95{
  outline-color: rgb(52 211 153 / 0.95);
}

.outline-emerald-50{
  outline-color: #ecfdf5;
}

.outline-emerald-50\/0{
  outline-color: rgb(236 253 245 / 0);
}

.outline-emerald-50\/10{
  outline-color: rgb(236 253 245 / 0.1);
}

.outline-emerald-50\/100{
  outline-color: rgb(236 253 245 / 1);
}

.outline-emerald-50\/20{
  outline-color: rgb(236 253 245 / 0.2);
}

.outline-emerald-50\/25{
  outline-color: rgb(236 253 245 / 0.25);
}

.outline-emerald-50\/30{
  outline-color: rgb(236 253 245 / 0.3);
}

.outline-emerald-50\/40{
  outline-color: rgb(236 253 245 / 0.4);
}

.outline-emerald-50\/5{
  outline-color: rgb(236 253 245 / 0.05);
}

.outline-emerald-50\/50{
  outline-color: rgb(236 253 245 / 0.5);
}

.outline-emerald-50\/60{
  outline-color: rgb(236 253 245 / 0.6);
}

.outline-emerald-50\/70{
  outline-color: rgb(236 253 245 / 0.7);
}

.outline-emerald-50\/75{
  outline-color: rgb(236 253 245 / 0.75);
}

.outline-emerald-50\/80{
  outline-color: rgb(236 253 245 / 0.8);
}

.outline-emerald-50\/90{
  outline-color: rgb(236 253 245 / 0.9);
}

.outline-emerald-50\/95{
  outline-color: rgb(236 253 245 / 0.95);
}

.outline-emerald-500{
  outline-color: #10b981;
}

.outline-emerald-500\/0{
  outline-color: rgb(16 185 129 / 0);
}

.outline-emerald-500\/10{
  outline-color: rgb(16 185 129 / 0.1);
}

.outline-emerald-500\/100{
  outline-color: rgb(16 185 129 / 1);
}

.outline-emerald-500\/20{
  outline-color: rgb(16 185 129 / 0.2);
}

.outline-emerald-500\/25{
  outline-color: rgb(16 185 129 / 0.25);
}

.outline-emerald-500\/30{
  outline-color: rgb(16 185 129 / 0.3);
}

.outline-emerald-500\/40{
  outline-color: rgb(16 185 129 / 0.4);
}

.outline-emerald-500\/5{
  outline-color: rgb(16 185 129 / 0.05);
}

.outline-emerald-500\/50{
  outline-color: rgb(16 185 129 / 0.5);
}

.outline-emerald-500\/60{
  outline-color: rgb(16 185 129 / 0.6);
}

.outline-emerald-500\/70{
  outline-color: rgb(16 185 129 / 0.7);
}

.outline-emerald-500\/75{
  outline-color: rgb(16 185 129 / 0.75);
}

.outline-emerald-500\/80{
  outline-color: rgb(16 185 129 / 0.8);
}

.outline-emerald-500\/90{
  outline-color: rgb(16 185 129 / 0.9);
}

.outline-emerald-500\/95{
  outline-color: rgb(16 185 129 / 0.95);
}

.outline-emerald-600{
  outline-color: #059669;
}

.outline-emerald-600\/0{
  outline-color: rgb(5 150 105 / 0);
}

.outline-emerald-600\/10{
  outline-color: rgb(5 150 105 / 0.1);
}

.outline-emerald-600\/100{
  outline-color: rgb(5 150 105 / 1);
}

.outline-emerald-600\/20{
  outline-color: rgb(5 150 105 / 0.2);
}

.outline-emerald-600\/25{
  outline-color: rgb(5 150 105 / 0.25);
}

.outline-emerald-600\/30{
  outline-color: rgb(5 150 105 / 0.3);
}

.outline-emerald-600\/40{
  outline-color: rgb(5 150 105 / 0.4);
}

.outline-emerald-600\/5{
  outline-color: rgb(5 150 105 / 0.05);
}

.outline-emerald-600\/50{
  outline-color: rgb(5 150 105 / 0.5);
}

.outline-emerald-600\/60{
  outline-color: rgb(5 150 105 / 0.6);
}

.outline-emerald-600\/70{
  outline-color: rgb(5 150 105 / 0.7);
}

.outline-emerald-600\/75{
  outline-color: rgb(5 150 105 / 0.75);
}

.outline-emerald-600\/80{
  outline-color: rgb(5 150 105 / 0.8);
}

.outline-emerald-600\/90{
  outline-color: rgb(5 150 105 / 0.9);
}

.outline-emerald-600\/95{
  outline-color: rgb(5 150 105 / 0.95);
}

.outline-emerald-700{
  outline-color: #047857;
}

.outline-emerald-700\/0{
  outline-color: rgb(4 120 87 / 0);
}

.outline-emerald-700\/10{
  outline-color: rgb(4 120 87 / 0.1);
}

.outline-emerald-700\/100{
  outline-color: rgb(4 120 87 / 1);
}

.outline-emerald-700\/20{
  outline-color: rgb(4 120 87 / 0.2);
}

.outline-emerald-700\/25{
  outline-color: rgb(4 120 87 / 0.25);
}

.outline-emerald-700\/30{
  outline-color: rgb(4 120 87 / 0.3);
}

.outline-emerald-700\/40{
  outline-color: rgb(4 120 87 / 0.4);
}

.outline-emerald-700\/5{
  outline-color: rgb(4 120 87 / 0.05);
}

.outline-emerald-700\/50{
  outline-color: rgb(4 120 87 / 0.5);
}

.outline-emerald-700\/60{
  outline-color: rgb(4 120 87 / 0.6);
}

.outline-emerald-700\/70{
  outline-color: rgb(4 120 87 / 0.7);
}

.outline-emerald-700\/75{
  outline-color: rgb(4 120 87 / 0.75);
}

.outline-emerald-700\/80{
  outline-color: rgb(4 120 87 / 0.8);
}

.outline-emerald-700\/90{
  outline-color: rgb(4 120 87 / 0.9);
}

.outline-emerald-700\/95{
  outline-color: rgb(4 120 87 / 0.95);
}

.outline-emerald-800{
  outline-color: #065f46;
}

.outline-emerald-800\/0{
  outline-color: rgb(6 95 70 / 0);
}

.outline-emerald-800\/10{
  outline-color: rgb(6 95 70 / 0.1);
}

.outline-emerald-800\/100{
  outline-color: rgb(6 95 70 / 1);
}

.outline-emerald-800\/20{
  outline-color: rgb(6 95 70 / 0.2);
}

.outline-emerald-800\/25{
  outline-color: rgb(6 95 70 / 0.25);
}

.outline-emerald-800\/30{
  outline-color: rgb(6 95 70 / 0.3);
}

.outline-emerald-800\/40{
  outline-color: rgb(6 95 70 / 0.4);
}

.outline-emerald-800\/5{
  outline-color: rgb(6 95 70 / 0.05);
}

.outline-emerald-800\/50{
  outline-color: rgb(6 95 70 / 0.5);
}

.outline-emerald-800\/60{
  outline-color: rgb(6 95 70 / 0.6);
}

.outline-emerald-800\/70{
  outline-color: rgb(6 95 70 / 0.7);
}

.outline-emerald-800\/75{
  outline-color: rgb(6 95 70 / 0.75);
}

.outline-emerald-800\/80{
  outline-color: rgb(6 95 70 / 0.8);
}

.outline-emerald-800\/90{
  outline-color: rgb(6 95 70 / 0.9);
}

.outline-emerald-800\/95{
  outline-color: rgb(6 95 70 / 0.95);
}

.outline-emerald-900{
  outline-color: #064e3b;
}

.outline-emerald-900\/0{
  outline-color: rgb(6 78 59 / 0);
}

.outline-emerald-900\/10{
  outline-color: rgb(6 78 59 / 0.1);
}

.outline-emerald-900\/100{
  outline-color: rgb(6 78 59 / 1);
}

.outline-emerald-900\/20{
  outline-color: rgb(6 78 59 / 0.2);
}

.outline-emerald-900\/25{
  outline-color: rgb(6 78 59 / 0.25);
}

.outline-emerald-900\/30{
  outline-color: rgb(6 78 59 / 0.3);
}

.outline-emerald-900\/40{
  outline-color: rgb(6 78 59 / 0.4);
}

.outline-emerald-900\/5{
  outline-color: rgb(6 78 59 / 0.05);
}

.outline-emerald-900\/50{
  outline-color: rgb(6 78 59 / 0.5);
}

.outline-emerald-900\/60{
  outline-color: rgb(6 78 59 / 0.6);
}

.outline-emerald-900\/70{
  outline-color: rgb(6 78 59 / 0.7);
}

.outline-emerald-900\/75{
  outline-color: rgb(6 78 59 / 0.75);
}

.outline-emerald-900\/80{
  outline-color: rgb(6 78 59 / 0.8);
}

.outline-emerald-900\/90{
  outline-color: rgb(6 78 59 / 0.9);
}

.outline-emerald-900\/95{
  outline-color: rgb(6 78 59 / 0.95);
}

.outline-emerald-950{
  outline-color: #022c22;
}

.outline-emerald-950\/0{
  outline-color: rgb(2 44 34 / 0);
}

.outline-emerald-950\/10{
  outline-color: rgb(2 44 34 / 0.1);
}

.outline-emerald-950\/100{
  outline-color: rgb(2 44 34 / 1);
}

.outline-emerald-950\/20{
  outline-color: rgb(2 44 34 / 0.2);
}

.outline-emerald-950\/25{
  outline-color: rgb(2 44 34 / 0.25);
}

.outline-emerald-950\/30{
  outline-color: rgb(2 44 34 / 0.3);
}

.outline-emerald-950\/40{
  outline-color: rgb(2 44 34 / 0.4);
}

.outline-emerald-950\/5{
  outline-color: rgb(2 44 34 / 0.05);
}

.outline-emerald-950\/50{
  outline-color: rgb(2 44 34 / 0.5);
}

.outline-emerald-950\/60{
  outline-color: rgb(2 44 34 / 0.6);
}

.outline-emerald-950\/70{
  outline-color: rgb(2 44 34 / 0.7);
}

.outline-emerald-950\/75{
  outline-color: rgb(2 44 34 / 0.75);
}

.outline-emerald-950\/80{
  outline-color: rgb(2 44 34 / 0.8);
}

.outline-emerald-950\/90{
  outline-color: rgb(2 44 34 / 0.9);
}

.outline-emerald-950\/95{
  outline-color: rgb(2 44 34 / 0.95);
}

.outline-event-text-100{
  outline-color: #033942;
}

.outline-event-text-100\/0{
  outline-color: rgb(3 57 66 / 0);
}

.outline-event-text-100\/10{
  outline-color: rgb(3 57 66 / 0.1);
}

.outline-event-text-100\/100{
  outline-color: rgb(3 57 66 / 1);
}

.outline-event-text-100\/20{
  outline-color: rgb(3 57 66 / 0.2);
}

.outline-event-text-100\/25{
  outline-color: rgb(3 57 66 / 0.25);
}

.outline-event-text-100\/30{
  outline-color: rgb(3 57 66 / 0.3);
}

.outline-event-text-100\/40{
  outline-color: rgb(3 57 66 / 0.4);
}

.outline-event-text-100\/5{
  outline-color: rgb(3 57 66 / 0.05);
}

.outline-event-text-100\/50{
  outline-color: rgb(3 57 66 / 0.5);
}

.outline-event-text-100\/60{
  outline-color: rgb(3 57 66 / 0.6);
}

.outline-event-text-100\/70{
  outline-color: rgb(3 57 66 / 0.7);
}

.outline-event-text-100\/75{
  outline-color: rgb(3 57 66 / 0.75);
}

.outline-event-text-100\/80{
  outline-color: rgb(3 57 66 / 0.8);
}

.outline-event-text-100\/90{
  outline-color: rgb(3 57 66 / 0.9);
}

.outline-event-text-100\/95{
  outline-color: rgb(3 57 66 / 0.95);
}

.outline-event-text-200{
  outline-color: #383b44;
}

.outline-event-text-200\/0{
  outline-color: rgb(56 59 68 / 0);
}

.outline-event-text-200\/10{
  outline-color: rgb(56 59 68 / 0.1);
}

.outline-event-text-200\/100{
  outline-color: rgb(56 59 68 / 1);
}

.outline-event-text-200\/20{
  outline-color: rgb(56 59 68 / 0.2);
}

.outline-event-text-200\/25{
  outline-color: rgb(56 59 68 / 0.25);
}

.outline-event-text-200\/30{
  outline-color: rgb(56 59 68 / 0.3);
}

.outline-event-text-200\/40{
  outline-color: rgb(56 59 68 / 0.4);
}

.outline-event-text-200\/5{
  outline-color: rgb(56 59 68 / 0.05);
}

.outline-event-text-200\/50{
  outline-color: rgb(56 59 68 / 0.5);
}

.outline-event-text-200\/60{
  outline-color: rgb(56 59 68 / 0.6);
}

.outline-event-text-200\/70{
  outline-color: rgb(56 59 68 / 0.7);
}

.outline-event-text-200\/75{
  outline-color: rgb(56 59 68 / 0.75);
}

.outline-event-text-200\/80{
  outline-color: rgb(56 59 68 / 0.8);
}

.outline-event-text-200\/90{
  outline-color: rgb(56 59 68 / 0.9);
}

.outline-event-text-200\/95{
  outline-color: rgb(56 59 68 / 0.95);
}

.outline-fuchsia-100{
  outline-color: #fae8ff;
}

.outline-fuchsia-100\/0{
  outline-color: rgb(250 232 255 / 0);
}

.outline-fuchsia-100\/10{
  outline-color: rgb(250 232 255 / 0.1);
}

.outline-fuchsia-100\/100{
  outline-color: rgb(250 232 255 / 1);
}

.outline-fuchsia-100\/20{
  outline-color: rgb(250 232 255 / 0.2);
}

.outline-fuchsia-100\/25{
  outline-color: rgb(250 232 255 / 0.25);
}

.outline-fuchsia-100\/30{
  outline-color: rgb(250 232 255 / 0.3);
}

.outline-fuchsia-100\/40{
  outline-color: rgb(250 232 255 / 0.4);
}

.outline-fuchsia-100\/5{
  outline-color: rgb(250 232 255 / 0.05);
}

.outline-fuchsia-100\/50{
  outline-color: rgb(250 232 255 / 0.5);
}

.outline-fuchsia-100\/60{
  outline-color: rgb(250 232 255 / 0.6);
}

.outline-fuchsia-100\/70{
  outline-color: rgb(250 232 255 / 0.7);
}

.outline-fuchsia-100\/75{
  outline-color: rgb(250 232 255 / 0.75);
}

.outline-fuchsia-100\/80{
  outline-color: rgb(250 232 255 / 0.8);
}

.outline-fuchsia-100\/90{
  outline-color: rgb(250 232 255 / 0.9);
}

.outline-fuchsia-100\/95{
  outline-color: rgb(250 232 255 / 0.95);
}

.outline-fuchsia-200{
  outline-color: #f5d0fe;
}

.outline-fuchsia-200\/0{
  outline-color: rgb(245 208 254 / 0);
}

.outline-fuchsia-200\/10{
  outline-color: rgb(245 208 254 / 0.1);
}

.outline-fuchsia-200\/100{
  outline-color: rgb(245 208 254 / 1);
}

.outline-fuchsia-200\/20{
  outline-color: rgb(245 208 254 / 0.2);
}

.outline-fuchsia-200\/25{
  outline-color: rgb(245 208 254 / 0.25);
}

.outline-fuchsia-200\/30{
  outline-color: rgb(245 208 254 / 0.3);
}

.outline-fuchsia-200\/40{
  outline-color: rgb(245 208 254 / 0.4);
}

.outline-fuchsia-200\/5{
  outline-color: rgb(245 208 254 / 0.05);
}

.outline-fuchsia-200\/50{
  outline-color: rgb(245 208 254 / 0.5);
}

.outline-fuchsia-200\/60{
  outline-color: rgb(245 208 254 / 0.6);
}

.outline-fuchsia-200\/70{
  outline-color: rgb(245 208 254 / 0.7);
}

.outline-fuchsia-200\/75{
  outline-color: rgb(245 208 254 / 0.75);
}

.outline-fuchsia-200\/80{
  outline-color: rgb(245 208 254 / 0.8);
}

.outline-fuchsia-200\/90{
  outline-color: rgb(245 208 254 / 0.9);
}

.outline-fuchsia-200\/95{
  outline-color: rgb(245 208 254 / 0.95);
}

.outline-fuchsia-300{
  outline-color: #f0abfc;
}

.outline-fuchsia-300\/0{
  outline-color: rgb(240 171 252 / 0);
}

.outline-fuchsia-300\/10{
  outline-color: rgb(240 171 252 / 0.1);
}

.outline-fuchsia-300\/100{
  outline-color: rgb(240 171 252 / 1);
}

.outline-fuchsia-300\/20{
  outline-color: rgb(240 171 252 / 0.2);
}

.outline-fuchsia-300\/25{
  outline-color: rgb(240 171 252 / 0.25);
}

.outline-fuchsia-300\/30{
  outline-color: rgb(240 171 252 / 0.3);
}

.outline-fuchsia-300\/40{
  outline-color: rgb(240 171 252 / 0.4);
}

.outline-fuchsia-300\/5{
  outline-color: rgb(240 171 252 / 0.05);
}

.outline-fuchsia-300\/50{
  outline-color: rgb(240 171 252 / 0.5);
}

.outline-fuchsia-300\/60{
  outline-color: rgb(240 171 252 / 0.6);
}

.outline-fuchsia-300\/70{
  outline-color: rgb(240 171 252 / 0.7);
}

.outline-fuchsia-300\/75{
  outline-color: rgb(240 171 252 / 0.75);
}

.outline-fuchsia-300\/80{
  outline-color: rgb(240 171 252 / 0.8);
}

.outline-fuchsia-300\/90{
  outline-color: rgb(240 171 252 / 0.9);
}

.outline-fuchsia-300\/95{
  outline-color: rgb(240 171 252 / 0.95);
}

.outline-fuchsia-400{
  outline-color: #e879f9;
}

.outline-fuchsia-400\/0{
  outline-color: rgb(232 121 249 / 0);
}

.outline-fuchsia-400\/10{
  outline-color: rgb(232 121 249 / 0.1);
}

.outline-fuchsia-400\/100{
  outline-color: rgb(232 121 249 / 1);
}

.outline-fuchsia-400\/20{
  outline-color: rgb(232 121 249 / 0.2);
}

.outline-fuchsia-400\/25{
  outline-color: rgb(232 121 249 / 0.25);
}

.outline-fuchsia-400\/30{
  outline-color: rgb(232 121 249 / 0.3);
}

.outline-fuchsia-400\/40{
  outline-color: rgb(232 121 249 / 0.4);
}

.outline-fuchsia-400\/5{
  outline-color: rgb(232 121 249 / 0.05);
}

.outline-fuchsia-400\/50{
  outline-color: rgb(232 121 249 / 0.5);
}

.outline-fuchsia-400\/60{
  outline-color: rgb(232 121 249 / 0.6);
}

.outline-fuchsia-400\/70{
  outline-color: rgb(232 121 249 / 0.7);
}

.outline-fuchsia-400\/75{
  outline-color: rgb(232 121 249 / 0.75);
}

.outline-fuchsia-400\/80{
  outline-color: rgb(232 121 249 / 0.8);
}

.outline-fuchsia-400\/90{
  outline-color: rgb(232 121 249 / 0.9);
}

.outline-fuchsia-400\/95{
  outline-color: rgb(232 121 249 / 0.95);
}

.outline-fuchsia-50{
  outline-color: #fdf4ff;
}

.outline-fuchsia-50\/0{
  outline-color: rgb(253 244 255 / 0);
}

.outline-fuchsia-50\/10{
  outline-color: rgb(253 244 255 / 0.1);
}

.outline-fuchsia-50\/100{
  outline-color: rgb(253 244 255 / 1);
}

.outline-fuchsia-50\/20{
  outline-color: rgb(253 244 255 / 0.2);
}

.outline-fuchsia-50\/25{
  outline-color: rgb(253 244 255 / 0.25);
}

.outline-fuchsia-50\/30{
  outline-color: rgb(253 244 255 / 0.3);
}

.outline-fuchsia-50\/40{
  outline-color: rgb(253 244 255 / 0.4);
}

.outline-fuchsia-50\/5{
  outline-color: rgb(253 244 255 / 0.05);
}

.outline-fuchsia-50\/50{
  outline-color: rgb(253 244 255 / 0.5);
}

.outline-fuchsia-50\/60{
  outline-color: rgb(253 244 255 / 0.6);
}

.outline-fuchsia-50\/70{
  outline-color: rgb(253 244 255 / 0.7);
}

.outline-fuchsia-50\/75{
  outline-color: rgb(253 244 255 / 0.75);
}

.outline-fuchsia-50\/80{
  outline-color: rgb(253 244 255 / 0.8);
}

.outline-fuchsia-50\/90{
  outline-color: rgb(253 244 255 / 0.9);
}

.outline-fuchsia-50\/95{
  outline-color: rgb(253 244 255 / 0.95);
}

.outline-fuchsia-500{
  outline-color: #d946ef;
}

.outline-fuchsia-500\/0{
  outline-color: rgb(217 70 239 / 0);
}

.outline-fuchsia-500\/10{
  outline-color: rgb(217 70 239 / 0.1);
}

.outline-fuchsia-500\/100{
  outline-color: rgb(217 70 239 / 1);
}

.outline-fuchsia-500\/20{
  outline-color: rgb(217 70 239 / 0.2);
}

.outline-fuchsia-500\/25{
  outline-color: rgb(217 70 239 / 0.25);
}

.outline-fuchsia-500\/30{
  outline-color: rgb(217 70 239 / 0.3);
}

.outline-fuchsia-500\/40{
  outline-color: rgb(217 70 239 / 0.4);
}

.outline-fuchsia-500\/5{
  outline-color: rgb(217 70 239 / 0.05);
}

.outline-fuchsia-500\/50{
  outline-color: rgb(217 70 239 / 0.5);
}

.outline-fuchsia-500\/60{
  outline-color: rgb(217 70 239 / 0.6);
}

.outline-fuchsia-500\/70{
  outline-color: rgb(217 70 239 / 0.7);
}

.outline-fuchsia-500\/75{
  outline-color: rgb(217 70 239 / 0.75);
}

.outline-fuchsia-500\/80{
  outline-color: rgb(217 70 239 / 0.8);
}

.outline-fuchsia-500\/90{
  outline-color: rgb(217 70 239 / 0.9);
}

.outline-fuchsia-500\/95{
  outline-color: rgb(217 70 239 / 0.95);
}

.outline-fuchsia-600{
  outline-color: #c026d3;
}

.outline-fuchsia-600\/0{
  outline-color: rgb(192 38 211 / 0);
}

.outline-fuchsia-600\/10{
  outline-color: rgb(192 38 211 / 0.1);
}

.outline-fuchsia-600\/100{
  outline-color: rgb(192 38 211 / 1);
}

.outline-fuchsia-600\/20{
  outline-color: rgb(192 38 211 / 0.2);
}

.outline-fuchsia-600\/25{
  outline-color: rgb(192 38 211 / 0.25);
}

.outline-fuchsia-600\/30{
  outline-color: rgb(192 38 211 / 0.3);
}

.outline-fuchsia-600\/40{
  outline-color: rgb(192 38 211 / 0.4);
}

.outline-fuchsia-600\/5{
  outline-color: rgb(192 38 211 / 0.05);
}

.outline-fuchsia-600\/50{
  outline-color: rgb(192 38 211 / 0.5);
}

.outline-fuchsia-600\/60{
  outline-color: rgb(192 38 211 / 0.6);
}

.outline-fuchsia-600\/70{
  outline-color: rgb(192 38 211 / 0.7);
}

.outline-fuchsia-600\/75{
  outline-color: rgb(192 38 211 / 0.75);
}

.outline-fuchsia-600\/80{
  outline-color: rgb(192 38 211 / 0.8);
}

.outline-fuchsia-600\/90{
  outline-color: rgb(192 38 211 / 0.9);
}

.outline-fuchsia-600\/95{
  outline-color: rgb(192 38 211 / 0.95);
}

.outline-fuchsia-700{
  outline-color: #a21caf;
}

.outline-fuchsia-700\/0{
  outline-color: rgb(162 28 175 / 0);
}

.outline-fuchsia-700\/10{
  outline-color: rgb(162 28 175 / 0.1);
}

.outline-fuchsia-700\/100{
  outline-color: rgb(162 28 175 / 1);
}

.outline-fuchsia-700\/20{
  outline-color: rgb(162 28 175 / 0.2);
}

.outline-fuchsia-700\/25{
  outline-color: rgb(162 28 175 / 0.25);
}

.outline-fuchsia-700\/30{
  outline-color: rgb(162 28 175 / 0.3);
}

.outline-fuchsia-700\/40{
  outline-color: rgb(162 28 175 / 0.4);
}

.outline-fuchsia-700\/5{
  outline-color: rgb(162 28 175 / 0.05);
}

.outline-fuchsia-700\/50{
  outline-color: rgb(162 28 175 / 0.5);
}

.outline-fuchsia-700\/60{
  outline-color: rgb(162 28 175 / 0.6);
}

.outline-fuchsia-700\/70{
  outline-color: rgb(162 28 175 / 0.7);
}

.outline-fuchsia-700\/75{
  outline-color: rgb(162 28 175 / 0.75);
}

.outline-fuchsia-700\/80{
  outline-color: rgb(162 28 175 / 0.8);
}

.outline-fuchsia-700\/90{
  outline-color: rgb(162 28 175 / 0.9);
}

.outline-fuchsia-700\/95{
  outline-color: rgb(162 28 175 / 0.95);
}

.outline-fuchsia-800{
  outline-color: #86198f;
}

.outline-fuchsia-800\/0{
  outline-color: rgb(134 25 143 / 0);
}

.outline-fuchsia-800\/10{
  outline-color: rgb(134 25 143 / 0.1);
}

.outline-fuchsia-800\/100{
  outline-color: rgb(134 25 143 / 1);
}

.outline-fuchsia-800\/20{
  outline-color: rgb(134 25 143 / 0.2);
}

.outline-fuchsia-800\/25{
  outline-color: rgb(134 25 143 / 0.25);
}

.outline-fuchsia-800\/30{
  outline-color: rgb(134 25 143 / 0.3);
}

.outline-fuchsia-800\/40{
  outline-color: rgb(134 25 143 / 0.4);
}

.outline-fuchsia-800\/5{
  outline-color: rgb(134 25 143 / 0.05);
}

.outline-fuchsia-800\/50{
  outline-color: rgb(134 25 143 / 0.5);
}

.outline-fuchsia-800\/60{
  outline-color: rgb(134 25 143 / 0.6);
}

.outline-fuchsia-800\/70{
  outline-color: rgb(134 25 143 / 0.7);
}

.outline-fuchsia-800\/75{
  outline-color: rgb(134 25 143 / 0.75);
}

.outline-fuchsia-800\/80{
  outline-color: rgb(134 25 143 / 0.8);
}

.outline-fuchsia-800\/90{
  outline-color: rgb(134 25 143 / 0.9);
}

.outline-fuchsia-800\/95{
  outline-color: rgb(134 25 143 / 0.95);
}

.outline-fuchsia-900{
  outline-color: #701a75;
}

.outline-fuchsia-900\/0{
  outline-color: rgb(112 26 117 / 0);
}

.outline-fuchsia-900\/10{
  outline-color: rgb(112 26 117 / 0.1);
}

.outline-fuchsia-900\/100{
  outline-color: rgb(112 26 117 / 1);
}

.outline-fuchsia-900\/20{
  outline-color: rgb(112 26 117 / 0.2);
}

.outline-fuchsia-900\/25{
  outline-color: rgb(112 26 117 / 0.25);
}

.outline-fuchsia-900\/30{
  outline-color: rgb(112 26 117 / 0.3);
}

.outline-fuchsia-900\/40{
  outline-color: rgb(112 26 117 / 0.4);
}

.outline-fuchsia-900\/5{
  outline-color: rgb(112 26 117 / 0.05);
}

.outline-fuchsia-900\/50{
  outline-color: rgb(112 26 117 / 0.5);
}

.outline-fuchsia-900\/60{
  outline-color: rgb(112 26 117 / 0.6);
}

.outline-fuchsia-900\/70{
  outline-color: rgb(112 26 117 / 0.7);
}

.outline-fuchsia-900\/75{
  outline-color: rgb(112 26 117 / 0.75);
}

.outline-fuchsia-900\/80{
  outline-color: rgb(112 26 117 / 0.8);
}

.outline-fuchsia-900\/90{
  outline-color: rgb(112 26 117 / 0.9);
}

.outline-fuchsia-900\/95{
  outline-color: rgb(112 26 117 / 0.95);
}

.outline-fuchsia-950{
  outline-color: #4a044e;
}

.outline-fuchsia-950\/0{
  outline-color: rgb(74 4 78 / 0);
}

.outline-fuchsia-950\/10{
  outline-color: rgb(74 4 78 / 0.1);
}

.outline-fuchsia-950\/100{
  outline-color: rgb(74 4 78 / 1);
}

.outline-fuchsia-950\/20{
  outline-color: rgb(74 4 78 / 0.2);
}

.outline-fuchsia-950\/25{
  outline-color: rgb(74 4 78 / 0.25);
}

.outline-fuchsia-950\/30{
  outline-color: rgb(74 4 78 / 0.3);
}

.outline-fuchsia-950\/40{
  outline-color: rgb(74 4 78 / 0.4);
}

.outline-fuchsia-950\/5{
  outline-color: rgb(74 4 78 / 0.05);
}

.outline-fuchsia-950\/50{
  outline-color: rgb(74 4 78 / 0.5);
}

.outline-fuchsia-950\/60{
  outline-color: rgb(74 4 78 / 0.6);
}

.outline-fuchsia-950\/70{
  outline-color: rgb(74 4 78 / 0.7);
}

.outline-fuchsia-950\/75{
  outline-color: rgb(74 4 78 / 0.75);
}

.outline-fuchsia-950\/80{
  outline-color: rgb(74 4 78 / 0.8);
}

.outline-fuchsia-950\/90{
  outline-color: rgb(74 4 78 / 0.9);
}

.outline-fuchsia-950\/95{
  outline-color: rgb(74 4 78 / 0.95);
}

.outline-gray-100{
  outline-color: #f3f4f6;
}

.outline-gray-100\/0{
  outline-color: rgb(243 244 246 / 0);
}

.outline-gray-100\/10{
  outline-color: rgb(243 244 246 / 0.1);
}

.outline-gray-100\/100{
  outline-color: rgb(243 244 246 / 1);
}

.outline-gray-100\/20{
  outline-color: rgb(243 244 246 / 0.2);
}

.outline-gray-100\/25{
  outline-color: rgb(243 244 246 / 0.25);
}

.outline-gray-100\/30{
  outline-color: rgb(243 244 246 / 0.3);
}

.outline-gray-100\/40{
  outline-color: rgb(243 244 246 / 0.4);
}

.outline-gray-100\/5{
  outline-color: rgb(243 244 246 / 0.05);
}

.outline-gray-100\/50{
  outline-color: rgb(243 244 246 / 0.5);
}

.outline-gray-100\/60{
  outline-color: rgb(243 244 246 / 0.6);
}

.outline-gray-100\/70{
  outline-color: rgb(243 244 246 / 0.7);
}

.outline-gray-100\/75{
  outline-color: rgb(243 244 246 / 0.75);
}

.outline-gray-100\/80{
  outline-color: rgb(243 244 246 / 0.8);
}

.outline-gray-100\/90{
  outline-color: rgb(243 244 246 / 0.9);
}

.outline-gray-100\/95{
  outline-color: rgb(243 244 246 / 0.95);
}

.outline-gray-200{
  outline-color: #e5e7eb;
}

.outline-gray-200\/0{
  outline-color: rgb(229 231 235 / 0);
}

.outline-gray-200\/10{
  outline-color: rgb(229 231 235 / 0.1);
}

.outline-gray-200\/100{
  outline-color: rgb(229 231 235 / 1);
}

.outline-gray-200\/20{
  outline-color: rgb(229 231 235 / 0.2);
}

.outline-gray-200\/25{
  outline-color: rgb(229 231 235 / 0.25);
}

.outline-gray-200\/30{
  outline-color: rgb(229 231 235 / 0.3);
}

.outline-gray-200\/40{
  outline-color: rgb(229 231 235 / 0.4);
}

.outline-gray-200\/5{
  outline-color: rgb(229 231 235 / 0.05);
}

.outline-gray-200\/50{
  outline-color: rgb(229 231 235 / 0.5);
}

.outline-gray-200\/60{
  outline-color: rgb(229 231 235 / 0.6);
}

.outline-gray-200\/70{
  outline-color: rgb(229 231 235 / 0.7);
}

.outline-gray-200\/75{
  outline-color: rgb(229 231 235 / 0.75);
}

.outline-gray-200\/80{
  outline-color: rgb(229 231 235 / 0.8);
}

.outline-gray-200\/90{
  outline-color: rgb(229 231 235 / 0.9);
}

.outline-gray-200\/95{
  outline-color: rgb(229 231 235 / 0.95);
}

.outline-gray-300{
  outline-color: #d1d5db;
}

.outline-gray-300\/0{
  outline-color: rgb(209 213 219 / 0);
}

.outline-gray-300\/10{
  outline-color: rgb(209 213 219 / 0.1);
}

.outline-gray-300\/100{
  outline-color: rgb(209 213 219 / 1);
}

.outline-gray-300\/20{
  outline-color: rgb(209 213 219 / 0.2);
}

.outline-gray-300\/25{
  outline-color: rgb(209 213 219 / 0.25);
}

.outline-gray-300\/30{
  outline-color: rgb(209 213 219 / 0.3);
}

.outline-gray-300\/40{
  outline-color: rgb(209 213 219 / 0.4);
}

.outline-gray-300\/5{
  outline-color: rgb(209 213 219 / 0.05);
}

.outline-gray-300\/50{
  outline-color: rgb(209 213 219 / 0.5);
}

.outline-gray-300\/60{
  outline-color: rgb(209 213 219 / 0.6);
}

.outline-gray-300\/70{
  outline-color: rgb(209 213 219 / 0.7);
}

.outline-gray-300\/75{
  outline-color: rgb(209 213 219 / 0.75);
}

.outline-gray-300\/80{
  outline-color: rgb(209 213 219 / 0.8);
}

.outline-gray-300\/90{
  outline-color: rgb(209 213 219 / 0.9);
}

.outline-gray-300\/95{
  outline-color: rgb(209 213 219 / 0.95);
}

.outline-gray-400{
  outline-color: #9ca3af;
}

.outline-gray-400\/0{
  outline-color: rgb(156 163 175 / 0);
}

.outline-gray-400\/10{
  outline-color: rgb(156 163 175 / 0.1);
}

.outline-gray-400\/100{
  outline-color: rgb(156 163 175 / 1);
}

.outline-gray-400\/20{
  outline-color: rgb(156 163 175 / 0.2);
}

.outline-gray-400\/25{
  outline-color: rgb(156 163 175 / 0.25);
}

.outline-gray-400\/30{
  outline-color: rgb(156 163 175 / 0.3);
}

.outline-gray-400\/40{
  outline-color: rgb(156 163 175 / 0.4);
}

.outline-gray-400\/5{
  outline-color: rgb(156 163 175 / 0.05);
}

.outline-gray-400\/50{
  outline-color: rgb(156 163 175 / 0.5);
}

.outline-gray-400\/60{
  outline-color: rgb(156 163 175 / 0.6);
}

.outline-gray-400\/70{
  outline-color: rgb(156 163 175 / 0.7);
}

.outline-gray-400\/75{
  outline-color: rgb(156 163 175 / 0.75);
}

.outline-gray-400\/80{
  outline-color: rgb(156 163 175 / 0.8);
}

.outline-gray-400\/90{
  outline-color: rgb(156 163 175 / 0.9);
}

.outline-gray-400\/95{
  outline-color: rgb(156 163 175 / 0.95);
}

.outline-gray-50{
  outline-color: #f9fafb;
}

.outline-gray-50\/0{
  outline-color: rgb(249 250 251 / 0);
}

.outline-gray-50\/10{
  outline-color: rgb(249 250 251 / 0.1);
}

.outline-gray-50\/100{
  outline-color: rgb(249 250 251 / 1);
}

.outline-gray-50\/20{
  outline-color: rgb(249 250 251 / 0.2);
}

.outline-gray-50\/25{
  outline-color: rgb(249 250 251 / 0.25);
}

.outline-gray-50\/30{
  outline-color: rgb(249 250 251 / 0.3);
}

.outline-gray-50\/40{
  outline-color: rgb(249 250 251 / 0.4);
}

.outline-gray-50\/5{
  outline-color: rgb(249 250 251 / 0.05);
}

.outline-gray-50\/50{
  outline-color: rgb(249 250 251 / 0.5);
}

.outline-gray-50\/60{
  outline-color: rgb(249 250 251 / 0.6);
}

.outline-gray-50\/70{
  outline-color: rgb(249 250 251 / 0.7);
}

.outline-gray-50\/75{
  outline-color: rgb(249 250 251 / 0.75);
}

.outline-gray-50\/80{
  outline-color: rgb(249 250 251 / 0.8);
}

.outline-gray-50\/90{
  outline-color: rgb(249 250 251 / 0.9);
}

.outline-gray-50\/95{
  outline-color: rgb(249 250 251 / 0.95);
}

.outline-gray-500{
  outline-color: #6b7280;
}

.outline-gray-500\/0{
  outline-color: rgb(107 114 128 / 0);
}

.outline-gray-500\/10{
  outline-color: rgb(107 114 128 / 0.1);
}

.outline-gray-500\/100{
  outline-color: rgb(107 114 128 / 1);
}

.outline-gray-500\/20{
  outline-color: rgb(107 114 128 / 0.2);
}

.outline-gray-500\/25{
  outline-color: rgb(107 114 128 / 0.25);
}

.outline-gray-500\/30{
  outline-color: rgb(107 114 128 / 0.3);
}

.outline-gray-500\/40{
  outline-color: rgb(107 114 128 / 0.4);
}

.outline-gray-500\/5{
  outline-color: rgb(107 114 128 / 0.05);
}

.outline-gray-500\/50{
  outline-color: rgb(107 114 128 / 0.5);
}

.outline-gray-500\/60{
  outline-color: rgb(107 114 128 / 0.6);
}

.outline-gray-500\/70{
  outline-color: rgb(107 114 128 / 0.7);
}

.outline-gray-500\/75{
  outline-color: rgb(107 114 128 / 0.75);
}

.outline-gray-500\/80{
  outline-color: rgb(107 114 128 / 0.8);
}

.outline-gray-500\/90{
  outline-color: rgb(107 114 128 / 0.9);
}

.outline-gray-500\/95{
  outline-color: rgb(107 114 128 / 0.95);
}

.outline-gray-600{
  outline-color: #4b5563;
}

.outline-gray-600\/0{
  outline-color: rgb(75 85 99 / 0);
}

.outline-gray-600\/10{
  outline-color: rgb(75 85 99 / 0.1);
}

.outline-gray-600\/100{
  outline-color: rgb(75 85 99 / 1);
}

.outline-gray-600\/20{
  outline-color: rgb(75 85 99 / 0.2);
}

.outline-gray-600\/25{
  outline-color: rgb(75 85 99 / 0.25);
}

.outline-gray-600\/30{
  outline-color: rgb(75 85 99 / 0.3);
}

.outline-gray-600\/40{
  outline-color: rgb(75 85 99 / 0.4);
}

.outline-gray-600\/5{
  outline-color: rgb(75 85 99 / 0.05);
}

.outline-gray-600\/50{
  outline-color: rgb(75 85 99 / 0.5);
}

.outline-gray-600\/60{
  outline-color: rgb(75 85 99 / 0.6);
}

.outline-gray-600\/70{
  outline-color: rgb(75 85 99 / 0.7);
}

.outline-gray-600\/75{
  outline-color: rgb(75 85 99 / 0.75);
}

.outline-gray-600\/80{
  outline-color: rgb(75 85 99 / 0.8);
}

.outline-gray-600\/90{
  outline-color: rgb(75 85 99 / 0.9);
}

.outline-gray-600\/95{
  outline-color: rgb(75 85 99 / 0.95);
}

.outline-gray-700{
  outline-color: #374151;
}

.outline-gray-700\/0{
  outline-color: rgb(55 65 81 / 0);
}

.outline-gray-700\/10{
  outline-color: rgb(55 65 81 / 0.1);
}

.outline-gray-700\/100{
  outline-color: rgb(55 65 81 / 1);
}

.outline-gray-700\/20{
  outline-color: rgb(55 65 81 / 0.2);
}

.outline-gray-700\/25{
  outline-color: rgb(55 65 81 / 0.25);
}

.outline-gray-700\/30{
  outline-color: rgb(55 65 81 / 0.3);
}

.outline-gray-700\/40{
  outline-color: rgb(55 65 81 / 0.4);
}

.outline-gray-700\/5{
  outline-color: rgb(55 65 81 / 0.05);
}

.outline-gray-700\/50{
  outline-color: rgb(55 65 81 / 0.5);
}

.outline-gray-700\/60{
  outline-color: rgb(55 65 81 / 0.6);
}

.outline-gray-700\/70{
  outline-color: rgb(55 65 81 / 0.7);
}

.outline-gray-700\/75{
  outline-color: rgb(55 65 81 / 0.75);
}

.outline-gray-700\/80{
  outline-color: rgb(55 65 81 / 0.8);
}

.outline-gray-700\/90{
  outline-color: rgb(55 65 81 / 0.9);
}

.outline-gray-700\/95{
  outline-color: rgb(55 65 81 / 0.95);
}

.outline-gray-800{
  outline-color: #1f2937;
}

.outline-gray-800\/0{
  outline-color: rgb(31 41 55 / 0);
}

.outline-gray-800\/10{
  outline-color: rgb(31 41 55 / 0.1);
}

.outline-gray-800\/100{
  outline-color: rgb(31 41 55 / 1);
}

.outline-gray-800\/20{
  outline-color: rgb(31 41 55 / 0.2);
}

.outline-gray-800\/25{
  outline-color: rgb(31 41 55 / 0.25);
}

.outline-gray-800\/30{
  outline-color: rgb(31 41 55 / 0.3);
}

.outline-gray-800\/40{
  outline-color: rgb(31 41 55 / 0.4);
}

.outline-gray-800\/5{
  outline-color: rgb(31 41 55 / 0.05);
}

.outline-gray-800\/50{
  outline-color: rgb(31 41 55 / 0.5);
}

.outline-gray-800\/60{
  outline-color: rgb(31 41 55 / 0.6);
}

.outline-gray-800\/70{
  outline-color: rgb(31 41 55 / 0.7);
}

.outline-gray-800\/75{
  outline-color: rgb(31 41 55 / 0.75);
}

.outline-gray-800\/80{
  outline-color: rgb(31 41 55 / 0.8);
}

.outline-gray-800\/90{
  outline-color: rgb(31 41 55 / 0.9);
}

.outline-gray-800\/95{
  outline-color: rgb(31 41 55 / 0.95);
}

.outline-gray-900{
  outline-color: #111827;
}

.outline-gray-900\/0{
  outline-color: rgb(17 24 39 / 0);
}

.outline-gray-900\/10{
  outline-color: rgb(17 24 39 / 0.1);
}

.outline-gray-900\/100{
  outline-color: rgb(17 24 39 / 1);
}

.outline-gray-900\/20{
  outline-color: rgb(17 24 39 / 0.2);
}

.outline-gray-900\/25{
  outline-color: rgb(17 24 39 / 0.25);
}

.outline-gray-900\/30{
  outline-color: rgb(17 24 39 / 0.3);
}

.outline-gray-900\/40{
  outline-color: rgb(17 24 39 / 0.4);
}

.outline-gray-900\/5{
  outline-color: rgb(17 24 39 / 0.05);
}

.outline-gray-900\/50{
  outline-color: rgb(17 24 39 / 0.5);
}

.outline-gray-900\/60{
  outline-color: rgb(17 24 39 / 0.6);
}

.outline-gray-900\/70{
  outline-color: rgb(17 24 39 / 0.7);
}

.outline-gray-900\/75{
  outline-color: rgb(17 24 39 / 0.75);
}

.outline-gray-900\/80{
  outline-color: rgb(17 24 39 / 0.8);
}

.outline-gray-900\/90{
  outline-color: rgb(17 24 39 / 0.9);
}

.outline-gray-900\/95{
  outline-color: rgb(17 24 39 / 0.95);
}

.outline-gray-950{
  outline-color: #030712;
}

.outline-gray-950\/0{
  outline-color: rgb(3 7 18 / 0);
}

.outline-gray-950\/10{
  outline-color: rgb(3 7 18 / 0.1);
}

.outline-gray-950\/100{
  outline-color: rgb(3 7 18 / 1);
}

.outline-gray-950\/20{
  outline-color: rgb(3 7 18 / 0.2);
}

.outline-gray-950\/25{
  outline-color: rgb(3 7 18 / 0.25);
}

.outline-gray-950\/30{
  outline-color: rgb(3 7 18 / 0.3);
}

.outline-gray-950\/40{
  outline-color: rgb(3 7 18 / 0.4);
}

.outline-gray-950\/5{
  outline-color: rgb(3 7 18 / 0.05);
}

.outline-gray-950\/50{
  outline-color: rgb(3 7 18 / 0.5);
}

.outline-gray-950\/60{
  outline-color: rgb(3 7 18 / 0.6);
}

.outline-gray-950\/70{
  outline-color: rgb(3 7 18 / 0.7);
}

.outline-gray-950\/75{
  outline-color: rgb(3 7 18 / 0.75);
}

.outline-gray-950\/80{
  outline-color: rgb(3 7 18 / 0.8);
}

.outline-gray-950\/90{
  outline-color: rgb(3 7 18 / 0.9);
}

.outline-gray-950\/95{
  outline-color: rgb(3 7 18 / 0.95);
}

.outline-green-100{
  outline-color: #dcfce7;
}

.outline-green-100\/0{
  outline-color: rgb(220 252 231 / 0);
}

.outline-green-100\/10{
  outline-color: rgb(220 252 231 / 0.1);
}

.outline-green-100\/100{
  outline-color: rgb(220 252 231 / 1);
}

.outline-green-100\/20{
  outline-color: rgb(220 252 231 / 0.2);
}

.outline-green-100\/25{
  outline-color: rgb(220 252 231 / 0.25);
}

.outline-green-100\/30{
  outline-color: rgb(220 252 231 / 0.3);
}

.outline-green-100\/40{
  outline-color: rgb(220 252 231 / 0.4);
}

.outline-green-100\/5{
  outline-color: rgb(220 252 231 / 0.05);
}

.outline-green-100\/50{
  outline-color: rgb(220 252 231 / 0.5);
}

.outline-green-100\/60{
  outline-color: rgb(220 252 231 / 0.6);
}

.outline-green-100\/70{
  outline-color: rgb(220 252 231 / 0.7);
}

.outline-green-100\/75{
  outline-color: rgb(220 252 231 / 0.75);
}

.outline-green-100\/80{
  outline-color: rgb(220 252 231 / 0.8);
}

.outline-green-100\/90{
  outline-color: rgb(220 252 231 / 0.9);
}

.outline-green-100\/95{
  outline-color: rgb(220 252 231 / 0.95);
}

.outline-green-200{
  outline-color: #bbf7d0;
}

.outline-green-200\/0{
  outline-color: rgb(187 247 208 / 0);
}

.outline-green-200\/10{
  outline-color: rgb(187 247 208 / 0.1);
}

.outline-green-200\/100{
  outline-color: rgb(187 247 208 / 1);
}

.outline-green-200\/20{
  outline-color: rgb(187 247 208 / 0.2);
}

.outline-green-200\/25{
  outline-color: rgb(187 247 208 / 0.25);
}

.outline-green-200\/30{
  outline-color: rgb(187 247 208 / 0.3);
}

.outline-green-200\/40{
  outline-color: rgb(187 247 208 / 0.4);
}

.outline-green-200\/5{
  outline-color: rgb(187 247 208 / 0.05);
}

.outline-green-200\/50{
  outline-color: rgb(187 247 208 / 0.5);
}

.outline-green-200\/60{
  outline-color: rgb(187 247 208 / 0.6);
}

.outline-green-200\/70{
  outline-color: rgb(187 247 208 / 0.7);
}

.outline-green-200\/75{
  outline-color: rgb(187 247 208 / 0.75);
}

.outline-green-200\/80{
  outline-color: rgb(187 247 208 / 0.8);
}

.outline-green-200\/90{
  outline-color: rgb(187 247 208 / 0.9);
}

.outline-green-200\/95{
  outline-color: rgb(187 247 208 / 0.95);
}

.outline-green-300{
  outline-color: #86efac;
}

.outline-green-300\/0{
  outline-color: rgb(134 239 172 / 0);
}

.outline-green-300\/10{
  outline-color: rgb(134 239 172 / 0.1);
}

.outline-green-300\/100{
  outline-color: rgb(134 239 172 / 1);
}

.outline-green-300\/20{
  outline-color: rgb(134 239 172 / 0.2);
}

.outline-green-300\/25{
  outline-color: rgb(134 239 172 / 0.25);
}

.outline-green-300\/30{
  outline-color: rgb(134 239 172 / 0.3);
}

.outline-green-300\/40{
  outline-color: rgb(134 239 172 / 0.4);
}

.outline-green-300\/5{
  outline-color: rgb(134 239 172 / 0.05);
}

.outline-green-300\/50{
  outline-color: rgb(134 239 172 / 0.5);
}

.outline-green-300\/60{
  outline-color: rgb(134 239 172 / 0.6);
}

.outline-green-300\/70{
  outline-color: rgb(134 239 172 / 0.7);
}

.outline-green-300\/75{
  outline-color: rgb(134 239 172 / 0.75);
}

.outline-green-300\/80{
  outline-color: rgb(134 239 172 / 0.8);
}

.outline-green-300\/90{
  outline-color: rgb(134 239 172 / 0.9);
}

.outline-green-300\/95{
  outline-color: rgb(134 239 172 / 0.95);
}

.outline-green-400{
  outline-color: #4ade80;
}

.outline-green-400\/0{
  outline-color: rgb(74 222 128 / 0);
}

.outline-green-400\/10{
  outline-color: rgb(74 222 128 / 0.1);
}

.outline-green-400\/100{
  outline-color: rgb(74 222 128 / 1);
}

.outline-green-400\/20{
  outline-color: rgb(74 222 128 / 0.2);
}

.outline-green-400\/25{
  outline-color: rgb(74 222 128 / 0.25);
}

.outline-green-400\/30{
  outline-color: rgb(74 222 128 / 0.3);
}

.outline-green-400\/40{
  outline-color: rgb(74 222 128 / 0.4);
}

.outline-green-400\/5{
  outline-color: rgb(74 222 128 / 0.05);
}

.outline-green-400\/50{
  outline-color: rgb(74 222 128 / 0.5);
}

.outline-green-400\/60{
  outline-color: rgb(74 222 128 / 0.6);
}

.outline-green-400\/70{
  outline-color: rgb(74 222 128 / 0.7);
}

.outline-green-400\/75{
  outline-color: rgb(74 222 128 / 0.75);
}

.outline-green-400\/80{
  outline-color: rgb(74 222 128 / 0.8);
}

.outline-green-400\/90{
  outline-color: rgb(74 222 128 / 0.9);
}

.outline-green-400\/95{
  outline-color: rgb(74 222 128 / 0.95);
}

.outline-green-50{
  outline-color: #f0fdf4;
}

.outline-green-50\/0{
  outline-color: rgb(240 253 244 / 0);
}

.outline-green-50\/10{
  outline-color: rgb(240 253 244 / 0.1);
}

.outline-green-50\/100{
  outline-color: rgb(240 253 244 / 1);
}

.outline-green-50\/20{
  outline-color: rgb(240 253 244 / 0.2);
}

.outline-green-50\/25{
  outline-color: rgb(240 253 244 / 0.25);
}

.outline-green-50\/30{
  outline-color: rgb(240 253 244 / 0.3);
}

.outline-green-50\/40{
  outline-color: rgb(240 253 244 / 0.4);
}

.outline-green-50\/5{
  outline-color: rgb(240 253 244 / 0.05);
}

.outline-green-50\/50{
  outline-color: rgb(240 253 244 / 0.5);
}

.outline-green-50\/60{
  outline-color: rgb(240 253 244 / 0.6);
}

.outline-green-50\/70{
  outline-color: rgb(240 253 244 / 0.7);
}

.outline-green-50\/75{
  outline-color: rgb(240 253 244 / 0.75);
}

.outline-green-50\/80{
  outline-color: rgb(240 253 244 / 0.8);
}

.outline-green-50\/90{
  outline-color: rgb(240 253 244 / 0.9);
}

.outline-green-50\/95{
  outline-color: rgb(240 253 244 / 0.95);
}

.outline-green-500{
  outline-color: #22c55e;
}

.outline-green-500\/0{
  outline-color: rgb(34 197 94 / 0);
}

.outline-green-500\/10{
  outline-color: rgb(34 197 94 / 0.1);
}

.outline-green-500\/100{
  outline-color: rgb(34 197 94 / 1);
}

.outline-green-500\/20{
  outline-color: rgb(34 197 94 / 0.2);
}

.outline-green-500\/25{
  outline-color: rgb(34 197 94 / 0.25);
}

.outline-green-500\/30{
  outline-color: rgb(34 197 94 / 0.3);
}

.outline-green-500\/40{
  outline-color: rgb(34 197 94 / 0.4);
}

.outline-green-500\/5{
  outline-color: rgb(34 197 94 / 0.05);
}

.outline-green-500\/50{
  outline-color: rgb(34 197 94 / 0.5);
}

.outline-green-500\/60{
  outline-color: rgb(34 197 94 / 0.6);
}

.outline-green-500\/70{
  outline-color: rgb(34 197 94 / 0.7);
}

.outline-green-500\/75{
  outline-color: rgb(34 197 94 / 0.75);
}

.outline-green-500\/80{
  outline-color: rgb(34 197 94 / 0.8);
}

.outline-green-500\/90{
  outline-color: rgb(34 197 94 / 0.9);
}

.outline-green-500\/95{
  outline-color: rgb(34 197 94 / 0.95);
}

.outline-green-600{
  outline-color: #16a34a;
}

.outline-green-600\/0{
  outline-color: rgb(22 163 74 / 0);
}

.outline-green-600\/10{
  outline-color: rgb(22 163 74 / 0.1);
}

.outline-green-600\/100{
  outline-color: rgb(22 163 74 / 1);
}

.outline-green-600\/20{
  outline-color: rgb(22 163 74 / 0.2);
}

.outline-green-600\/25{
  outline-color: rgb(22 163 74 / 0.25);
}

.outline-green-600\/30{
  outline-color: rgb(22 163 74 / 0.3);
}

.outline-green-600\/40{
  outline-color: rgb(22 163 74 / 0.4);
}

.outline-green-600\/5{
  outline-color: rgb(22 163 74 / 0.05);
}

.outline-green-600\/50{
  outline-color: rgb(22 163 74 / 0.5);
}

.outline-green-600\/60{
  outline-color: rgb(22 163 74 / 0.6);
}

.outline-green-600\/70{
  outline-color: rgb(22 163 74 / 0.7);
}

.outline-green-600\/75{
  outline-color: rgb(22 163 74 / 0.75);
}

.outline-green-600\/80{
  outline-color: rgb(22 163 74 / 0.8);
}

.outline-green-600\/90{
  outline-color: rgb(22 163 74 / 0.9);
}

.outline-green-600\/95{
  outline-color: rgb(22 163 74 / 0.95);
}

.outline-green-700{
  outline-color: #15803d;
}

.outline-green-700\/0{
  outline-color: rgb(21 128 61 / 0);
}

.outline-green-700\/10{
  outline-color: rgb(21 128 61 / 0.1);
}

.outline-green-700\/100{
  outline-color: rgb(21 128 61 / 1);
}

.outline-green-700\/20{
  outline-color: rgb(21 128 61 / 0.2);
}

.outline-green-700\/25{
  outline-color: rgb(21 128 61 / 0.25);
}

.outline-green-700\/30{
  outline-color: rgb(21 128 61 / 0.3);
}

.outline-green-700\/40{
  outline-color: rgb(21 128 61 / 0.4);
}

.outline-green-700\/5{
  outline-color: rgb(21 128 61 / 0.05);
}

.outline-green-700\/50{
  outline-color: rgb(21 128 61 / 0.5);
}

.outline-green-700\/60{
  outline-color: rgb(21 128 61 / 0.6);
}

.outline-green-700\/70{
  outline-color: rgb(21 128 61 / 0.7);
}

.outline-green-700\/75{
  outline-color: rgb(21 128 61 / 0.75);
}

.outline-green-700\/80{
  outline-color: rgb(21 128 61 / 0.8);
}

.outline-green-700\/90{
  outline-color: rgb(21 128 61 / 0.9);
}

.outline-green-700\/95{
  outline-color: rgb(21 128 61 / 0.95);
}

.outline-green-800{
  outline-color: #166534;
}

.outline-green-800\/0{
  outline-color: rgb(22 101 52 / 0);
}

.outline-green-800\/10{
  outline-color: rgb(22 101 52 / 0.1);
}

.outline-green-800\/100{
  outline-color: rgb(22 101 52 / 1);
}

.outline-green-800\/20{
  outline-color: rgb(22 101 52 / 0.2);
}

.outline-green-800\/25{
  outline-color: rgb(22 101 52 / 0.25);
}

.outline-green-800\/30{
  outline-color: rgb(22 101 52 / 0.3);
}

.outline-green-800\/40{
  outline-color: rgb(22 101 52 / 0.4);
}

.outline-green-800\/5{
  outline-color: rgb(22 101 52 / 0.05);
}

.outline-green-800\/50{
  outline-color: rgb(22 101 52 / 0.5);
}

.outline-green-800\/60{
  outline-color: rgb(22 101 52 / 0.6);
}

.outline-green-800\/70{
  outline-color: rgb(22 101 52 / 0.7);
}

.outline-green-800\/75{
  outline-color: rgb(22 101 52 / 0.75);
}

.outline-green-800\/80{
  outline-color: rgb(22 101 52 / 0.8);
}

.outline-green-800\/90{
  outline-color: rgb(22 101 52 / 0.9);
}

.outline-green-800\/95{
  outline-color: rgb(22 101 52 / 0.95);
}

.outline-green-900{
  outline-color: #14532d;
}

.outline-green-900\/0{
  outline-color: rgb(20 83 45 / 0);
}

.outline-green-900\/10{
  outline-color: rgb(20 83 45 / 0.1);
}

.outline-green-900\/100{
  outline-color: rgb(20 83 45 / 1);
}

.outline-green-900\/20{
  outline-color: rgb(20 83 45 / 0.2);
}

.outline-green-900\/25{
  outline-color: rgb(20 83 45 / 0.25);
}

.outline-green-900\/30{
  outline-color: rgb(20 83 45 / 0.3);
}

.outline-green-900\/40{
  outline-color: rgb(20 83 45 / 0.4);
}

.outline-green-900\/5{
  outline-color: rgb(20 83 45 / 0.05);
}

.outline-green-900\/50{
  outline-color: rgb(20 83 45 / 0.5);
}

.outline-green-900\/60{
  outline-color: rgb(20 83 45 / 0.6);
}

.outline-green-900\/70{
  outline-color: rgb(20 83 45 / 0.7);
}

.outline-green-900\/75{
  outline-color: rgb(20 83 45 / 0.75);
}

.outline-green-900\/80{
  outline-color: rgb(20 83 45 / 0.8);
}

.outline-green-900\/90{
  outline-color: rgb(20 83 45 / 0.9);
}

.outline-green-900\/95{
  outline-color: rgb(20 83 45 / 0.95);
}

.outline-green-950{
  outline-color: #052e16;
}

.outline-green-950\/0{
  outline-color: rgb(5 46 22 / 0);
}

.outline-green-950\/10{
  outline-color: rgb(5 46 22 / 0.1);
}

.outline-green-950\/100{
  outline-color: rgb(5 46 22 / 1);
}

.outline-green-950\/20{
  outline-color: rgb(5 46 22 / 0.2);
}

.outline-green-950\/25{
  outline-color: rgb(5 46 22 / 0.25);
}

.outline-green-950\/30{
  outline-color: rgb(5 46 22 / 0.3);
}

.outline-green-950\/40{
  outline-color: rgb(5 46 22 / 0.4);
}

.outline-green-950\/5{
  outline-color: rgb(5 46 22 / 0.05);
}

.outline-green-950\/50{
  outline-color: rgb(5 46 22 / 0.5);
}

.outline-green-950\/60{
  outline-color: rgb(5 46 22 / 0.6);
}

.outline-green-950\/70{
  outline-color: rgb(5 46 22 / 0.7);
}

.outline-green-950\/75{
  outline-color: rgb(5 46 22 / 0.75);
}

.outline-green-950\/80{
  outline-color: rgb(5 46 22 / 0.8);
}

.outline-green-950\/90{
  outline-color: rgb(5 46 22 / 0.9);
}

.outline-green-950\/95{
  outline-color: rgb(5 46 22 / 0.95);
}

.outline-indigo-100{
  outline-color: #e0e7ff;
}

.outline-indigo-100\/0{
  outline-color: rgb(224 231 255 / 0);
}

.outline-indigo-100\/10{
  outline-color: rgb(224 231 255 / 0.1);
}

.outline-indigo-100\/100{
  outline-color: rgb(224 231 255 / 1);
}

.outline-indigo-100\/20{
  outline-color: rgb(224 231 255 / 0.2);
}

.outline-indigo-100\/25{
  outline-color: rgb(224 231 255 / 0.25);
}

.outline-indigo-100\/30{
  outline-color: rgb(224 231 255 / 0.3);
}

.outline-indigo-100\/40{
  outline-color: rgb(224 231 255 / 0.4);
}

.outline-indigo-100\/5{
  outline-color: rgb(224 231 255 / 0.05);
}

.outline-indigo-100\/50{
  outline-color: rgb(224 231 255 / 0.5);
}

.outline-indigo-100\/60{
  outline-color: rgb(224 231 255 / 0.6);
}

.outline-indigo-100\/70{
  outline-color: rgb(224 231 255 / 0.7);
}

.outline-indigo-100\/75{
  outline-color: rgb(224 231 255 / 0.75);
}

.outline-indigo-100\/80{
  outline-color: rgb(224 231 255 / 0.8);
}

.outline-indigo-100\/90{
  outline-color: rgb(224 231 255 / 0.9);
}

.outline-indigo-100\/95{
  outline-color: rgb(224 231 255 / 0.95);
}

.outline-indigo-200{
  outline-color: #c7d2fe;
}

.outline-indigo-200\/0{
  outline-color: rgb(199 210 254 / 0);
}

.outline-indigo-200\/10{
  outline-color: rgb(199 210 254 / 0.1);
}

.outline-indigo-200\/100{
  outline-color: rgb(199 210 254 / 1);
}

.outline-indigo-200\/20{
  outline-color: rgb(199 210 254 / 0.2);
}

.outline-indigo-200\/25{
  outline-color: rgb(199 210 254 / 0.25);
}

.outline-indigo-200\/30{
  outline-color: rgb(199 210 254 / 0.3);
}

.outline-indigo-200\/40{
  outline-color: rgb(199 210 254 / 0.4);
}

.outline-indigo-200\/5{
  outline-color: rgb(199 210 254 / 0.05);
}

.outline-indigo-200\/50{
  outline-color: rgb(199 210 254 / 0.5);
}

.outline-indigo-200\/60{
  outline-color: rgb(199 210 254 / 0.6);
}

.outline-indigo-200\/70{
  outline-color: rgb(199 210 254 / 0.7);
}

.outline-indigo-200\/75{
  outline-color: rgb(199 210 254 / 0.75);
}

.outline-indigo-200\/80{
  outline-color: rgb(199 210 254 / 0.8);
}

.outline-indigo-200\/90{
  outline-color: rgb(199 210 254 / 0.9);
}

.outline-indigo-200\/95{
  outline-color: rgb(199 210 254 / 0.95);
}

.outline-indigo-300{
  outline-color: #a5b4fc;
}

.outline-indigo-300\/0{
  outline-color: rgb(165 180 252 / 0);
}

.outline-indigo-300\/10{
  outline-color: rgb(165 180 252 / 0.1);
}

.outline-indigo-300\/100{
  outline-color: rgb(165 180 252 / 1);
}

.outline-indigo-300\/20{
  outline-color: rgb(165 180 252 / 0.2);
}

.outline-indigo-300\/25{
  outline-color: rgb(165 180 252 / 0.25);
}

.outline-indigo-300\/30{
  outline-color: rgb(165 180 252 / 0.3);
}

.outline-indigo-300\/40{
  outline-color: rgb(165 180 252 / 0.4);
}

.outline-indigo-300\/5{
  outline-color: rgb(165 180 252 / 0.05);
}

.outline-indigo-300\/50{
  outline-color: rgb(165 180 252 / 0.5);
}

.outline-indigo-300\/60{
  outline-color: rgb(165 180 252 / 0.6);
}

.outline-indigo-300\/70{
  outline-color: rgb(165 180 252 / 0.7);
}

.outline-indigo-300\/75{
  outline-color: rgb(165 180 252 / 0.75);
}

.outline-indigo-300\/80{
  outline-color: rgb(165 180 252 / 0.8);
}

.outline-indigo-300\/90{
  outline-color: rgb(165 180 252 / 0.9);
}

.outline-indigo-300\/95{
  outline-color: rgb(165 180 252 / 0.95);
}

.outline-indigo-400{
  outline-color: #818cf8;
}

.outline-indigo-400\/0{
  outline-color: rgb(129 140 248 / 0);
}

.outline-indigo-400\/10{
  outline-color: rgb(129 140 248 / 0.1);
}

.outline-indigo-400\/100{
  outline-color: rgb(129 140 248 / 1);
}

.outline-indigo-400\/20{
  outline-color: rgb(129 140 248 / 0.2);
}

.outline-indigo-400\/25{
  outline-color: rgb(129 140 248 / 0.25);
}

.outline-indigo-400\/30{
  outline-color: rgb(129 140 248 / 0.3);
}

.outline-indigo-400\/40{
  outline-color: rgb(129 140 248 / 0.4);
}

.outline-indigo-400\/5{
  outline-color: rgb(129 140 248 / 0.05);
}

.outline-indigo-400\/50{
  outline-color: rgb(129 140 248 / 0.5);
}

.outline-indigo-400\/60{
  outline-color: rgb(129 140 248 / 0.6);
}

.outline-indigo-400\/70{
  outline-color: rgb(129 140 248 / 0.7);
}

.outline-indigo-400\/75{
  outline-color: rgb(129 140 248 / 0.75);
}

.outline-indigo-400\/80{
  outline-color: rgb(129 140 248 / 0.8);
}

.outline-indigo-400\/90{
  outline-color: rgb(129 140 248 / 0.9);
}

.outline-indigo-400\/95{
  outline-color: rgb(129 140 248 / 0.95);
}

.outline-indigo-50{
  outline-color: #eef2ff;
}

.outline-indigo-50\/0{
  outline-color: rgb(238 242 255 / 0);
}

.outline-indigo-50\/10{
  outline-color: rgb(238 242 255 / 0.1);
}

.outline-indigo-50\/100{
  outline-color: rgb(238 242 255 / 1);
}

.outline-indigo-50\/20{
  outline-color: rgb(238 242 255 / 0.2);
}

.outline-indigo-50\/25{
  outline-color: rgb(238 242 255 / 0.25);
}

.outline-indigo-50\/30{
  outline-color: rgb(238 242 255 / 0.3);
}

.outline-indigo-50\/40{
  outline-color: rgb(238 242 255 / 0.4);
}

.outline-indigo-50\/5{
  outline-color: rgb(238 242 255 / 0.05);
}

.outline-indigo-50\/50{
  outline-color: rgb(238 242 255 / 0.5);
}

.outline-indigo-50\/60{
  outline-color: rgb(238 242 255 / 0.6);
}

.outline-indigo-50\/70{
  outline-color: rgb(238 242 255 / 0.7);
}

.outline-indigo-50\/75{
  outline-color: rgb(238 242 255 / 0.75);
}

.outline-indigo-50\/80{
  outline-color: rgb(238 242 255 / 0.8);
}

.outline-indigo-50\/90{
  outline-color: rgb(238 242 255 / 0.9);
}

.outline-indigo-50\/95{
  outline-color: rgb(238 242 255 / 0.95);
}

.outline-indigo-500{
  outline-color: #6366f1;
}

.outline-indigo-500\/0{
  outline-color: rgb(99 102 241 / 0);
}

.outline-indigo-500\/10{
  outline-color: rgb(99 102 241 / 0.1);
}

.outline-indigo-500\/100{
  outline-color: rgb(99 102 241 / 1);
}

.outline-indigo-500\/20{
  outline-color: rgb(99 102 241 / 0.2);
}

.outline-indigo-500\/25{
  outline-color: rgb(99 102 241 / 0.25);
}

.outline-indigo-500\/30{
  outline-color: rgb(99 102 241 / 0.3);
}

.outline-indigo-500\/40{
  outline-color: rgb(99 102 241 / 0.4);
}

.outline-indigo-500\/5{
  outline-color: rgb(99 102 241 / 0.05);
}

.outline-indigo-500\/50{
  outline-color: rgb(99 102 241 / 0.5);
}

.outline-indigo-500\/60{
  outline-color: rgb(99 102 241 / 0.6);
}

.outline-indigo-500\/70{
  outline-color: rgb(99 102 241 / 0.7);
}

.outline-indigo-500\/75{
  outline-color: rgb(99 102 241 / 0.75);
}

.outline-indigo-500\/80{
  outline-color: rgb(99 102 241 / 0.8);
}

.outline-indigo-500\/90{
  outline-color: rgb(99 102 241 / 0.9);
}

.outline-indigo-500\/95{
  outline-color: rgb(99 102 241 / 0.95);
}

.outline-indigo-600{
  outline-color: #4f46e5;
}

.outline-indigo-600\/0{
  outline-color: rgb(79 70 229 / 0);
}

.outline-indigo-600\/10{
  outline-color: rgb(79 70 229 / 0.1);
}

.outline-indigo-600\/100{
  outline-color: rgb(79 70 229 / 1);
}

.outline-indigo-600\/20{
  outline-color: rgb(79 70 229 / 0.2);
}

.outline-indigo-600\/25{
  outline-color: rgb(79 70 229 / 0.25);
}

.outline-indigo-600\/30{
  outline-color: rgb(79 70 229 / 0.3);
}

.outline-indigo-600\/40{
  outline-color: rgb(79 70 229 / 0.4);
}

.outline-indigo-600\/5{
  outline-color: rgb(79 70 229 / 0.05);
}

.outline-indigo-600\/50{
  outline-color: rgb(79 70 229 / 0.5);
}

.outline-indigo-600\/60{
  outline-color: rgb(79 70 229 / 0.6);
}

.outline-indigo-600\/70{
  outline-color: rgb(79 70 229 / 0.7);
}

.outline-indigo-600\/75{
  outline-color: rgb(79 70 229 / 0.75);
}

.outline-indigo-600\/80{
  outline-color: rgb(79 70 229 / 0.8);
}

.outline-indigo-600\/90{
  outline-color: rgb(79 70 229 / 0.9);
}

.outline-indigo-600\/95{
  outline-color: rgb(79 70 229 / 0.95);
}

.outline-indigo-700{
  outline-color: #4338ca;
}

.outline-indigo-700\/0{
  outline-color: rgb(67 56 202 / 0);
}

.outline-indigo-700\/10{
  outline-color: rgb(67 56 202 / 0.1);
}

.outline-indigo-700\/100{
  outline-color: rgb(67 56 202 / 1);
}

.outline-indigo-700\/20{
  outline-color: rgb(67 56 202 / 0.2);
}

.outline-indigo-700\/25{
  outline-color: rgb(67 56 202 / 0.25);
}

.outline-indigo-700\/30{
  outline-color: rgb(67 56 202 / 0.3);
}

.outline-indigo-700\/40{
  outline-color: rgb(67 56 202 / 0.4);
}

.outline-indigo-700\/5{
  outline-color: rgb(67 56 202 / 0.05);
}

.outline-indigo-700\/50{
  outline-color: rgb(67 56 202 / 0.5);
}

.outline-indigo-700\/60{
  outline-color: rgb(67 56 202 / 0.6);
}

.outline-indigo-700\/70{
  outline-color: rgb(67 56 202 / 0.7);
}

.outline-indigo-700\/75{
  outline-color: rgb(67 56 202 / 0.75);
}

.outline-indigo-700\/80{
  outline-color: rgb(67 56 202 / 0.8);
}

.outline-indigo-700\/90{
  outline-color: rgb(67 56 202 / 0.9);
}

.outline-indigo-700\/95{
  outline-color: rgb(67 56 202 / 0.95);
}

.outline-indigo-800{
  outline-color: #3730a3;
}

.outline-indigo-800\/0{
  outline-color: rgb(55 48 163 / 0);
}

.outline-indigo-800\/10{
  outline-color: rgb(55 48 163 / 0.1);
}

.outline-indigo-800\/100{
  outline-color: rgb(55 48 163 / 1);
}

.outline-indigo-800\/20{
  outline-color: rgb(55 48 163 / 0.2);
}

.outline-indigo-800\/25{
  outline-color: rgb(55 48 163 / 0.25);
}

.outline-indigo-800\/30{
  outline-color: rgb(55 48 163 / 0.3);
}

.outline-indigo-800\/40{
  outline-color: rgb(55 48 163 / 0.4);
}

.outline-indigo-800\/5{
  outline-color: rgb(55 48 163 / 0.05);
}

.outline-indigo-800\/50{
  outline-color: rgb(55 48 163 / 0.5);
}

.outline-indigo-800\/60{
  outline-color: rgb(55 48 163 / 0.6);
}

.outline-indigo-800\/70{
  outline-color: rgb(55 48 163 / 0.7);
}

.outline-indigo-800\/75{
  outline-color: rgb(55 48 163 / 0.75);
}

.outline-indigo-800\/80{
  outline-color: rgb(55 48 163 / 0.8);
}

.outline-indigo-800\/90{
  outline-color: rgb(55 48 163 / 0.9);
}

.outline-indigo-800\/95{
  outline-color: rgb(55 48 163 / 0.95);
}

.outline-indigo-900{
  outline-color: #312e81;
}

.outline-indigo-900\/0{
  outline-color: rgb(49 46 129 / 0);
}

.outline-indigo-900\/10{
  outline-color: rgb(49 46 129 / 0.1);
}

.outline-indigo-900\/100{
  outline-color: rgb(49 46 129 / 1);
}

.outline-indigo-900\/20{
  outline-color: rgb(49 46 129 / 0.2);
}

.outline-indigo-900\/25{
  outline-color: rgb(49 46 129 / 0.25);
}

.outline-indigo-900\/30{
  outline-color: rgb(49 46 129 / 0.3);
}

.outline-indigo-900\/40{
  outline-color: rgb(49 46 129 / 0.4);
}

.outline-indigo-900\/5{
  outline-color: rgb(49 46 129 / 0.05);
}

.outline-indigo-900\/50{
  outline-color: rgb(49 46 129 / 0.5);
}

.outline-indigo-900\/60{
  outline-color: rgb(49 46 129 / 0.6);
}

.outline-indigo-900\/70{
  outline-color: rgb(49 46 129 / 0.7);
}

.outline-indigo-900\/75{
  outline-color: rgb(49 46 129 / 0.75);
}

.outline-indigo-900\/80{
  outline-color: rgb(49 46 129 / 0.8);
}

.outline-indigo-900\/90{
  outline-color: rgb(49 46 129 / 0.9);
}

.outline-indigo-900\/95{
  outline-color: rgb(49 46 129 / 0.95);
}

.outline-indigo-950{
  outline-color: #1e1b4b;
}

.outline-indigo-950\/0{
  outline-color: rgb(30 27 75 / 0);
}

.outline-indigo-950\/10{
  outline-color: rgb(30 27 75 / 0.1);
}

.outline-indigo-950\/100{
  outline-color: rgb(30 27 75 / 1);
}

.outline-indigo-950\/20{
  outline-color: rgb(30 27 75 / 0.2);
}

.outline-indigo-950\/25{
  outline-color: rgb(30 27 75 / 0.25);
}

.outline-indigo-950\/30{
  outline-color: rgb(30 27 75 / 0.3);
}

.outline-indigo-950\/40{
  outline-color: rgb(30 27 75 / 0.4);
}

.outline-indigo-950\/5{
  outline-color: rgb(30 27 75 / 0.05);
}

.outline-indigo-950\/50{
  outline-color: rgb(30 27 75 / 0.5);
}

.outline-indigo-950\/60{
  outline-color: rgb(30 27 75 / 0.6);
}

.outline-indigo-950\/70{
  outline-color: rgb(30 27 75 / 0.7);
}

.outline-indigo-950\/75{
  outline-color: rgb(30 27 75 / 0.75);
}

.outline-indigo-950\/80{
  outline-color: rgb(30 27 75 / 0.8);
}

.outline-indigo-950\/90{
  outline-color: rgb(30 27 75 / 0.9);
}

.outline-indigo-950\/95{
  outline-color: rgb(30 27 75 / 0.95);
}

.outline-inherit{
  outline-color: inherit;
}

.outline-lime-100{
  outline-color: #ecfccb;
}

.outline-lime-100\/0{
  outline-color: rgb(236 252 203 / 0);
}

.outline-lime-100\/10{
  outline-color: rgb(236 252 203 / 0.1);
}

.outline-lime-100\/100{
  outline-color: rgb(236 252 203 / 1);
}

.outline-lime-100\/20{
  outline-color: rgb(236 252 203 / 0.2);
}

.outline-lime-100\/25{
  outline-color: rgb(236 252 203 / 0.25);
}

.outline-lime-100\/30{
  outline-color: rgb(236 252 203 / 0.3);
}

.outline-lime-100\/40{
  outline-color: rgb(236 252 203 / 0.4);
}

.outline-lime-100\/5{
  outline-color: rgb(236 252 203 / 0.05);
}

.outline-lime-100\/50{
  outline-color: rgb(236 252 203 / 0.5);
}

.outline-lime-100\/60{
  outline-color: rgb(236 252 203 / 0.6);
}

.outline-lime-100\/70{
  outline-color: rgb(236 252 203 / 0.7);
}

.outline-lime-100\/75{
  outline-color: rgb(236 252 203 / 0.75);
}

.outline-lime-100\/80{
  outline-color: rgb(236 252 203 / 0.8);
}

.outline-lime-100\/90{
  outline-color: rgb(236 252 203 / 0.9);
}

.outline-lime-100\/95{
  outline-color: rgb(236 252 203 / 0.95);
}

.outline-lime-200{
  outline-color: #d9f99d;
}

.outline-lime-200\/0{
  outline-color: rgb(217 249 157 / 0);
}

.outline-lime-200\/10{
  outline-color: rgb(217 249 157 / 0.1);
}

.outline-lime-200\/100{
  outline-color: rgb(217 249 157 / 1);
}

.outline-lime-200\/20{
  outline-color: rgb(217 249 157 / 0.2);
}

.outline-lime-200\/25{
  outline-color: rgb(217 249 157 / 0.25);
}

.outline-lime-200\/30{
  outline-color: rgb(217 249 157 / 0.3);
}

.outline-lime-200\/40{
  outline-color: rgb(217 249 157 / 0.4);
}

.outline-lime-200\/5{
  outline-color: rgb(217 249 157 / 0.05);
}

.outline-lime-200\/50{
  outline-color: rgb(217 249 157 / 0.5);
}

.outline-lime-200\/60{
  outline-color: rgb(217 249 157 / 0.6);
}

.outline-lime-200\/70{
  outline-color: rgb(217 249 157 / 0.7);
}

.outline-lime-200\/75{
  outline-color: rgb(217 249 157 / 0.75);
}

.outline-lime-200\/80{
  outline-color: rgb(217 249 157 / 0.8);
}

.outline-lime-200\/90{
  outline-color: rgb(217 249 157 / 0.9);
}

.outline-lime-200\/95{
  outline-color: rgb(217 249 157 / 0.95);
}

.outline-lime-300{
  outline-color: #bef264;
}

.outline-lime-300\/0{
  outline-color: rgb(190 242 100 / 0);
}

.outline-lime-300\/10{
  outline-color: rgb(190 242 100 / 0.1);
}

.outline-lime-300\/100{
  outline-color: rgb(190 242 100 / 1);
}

.outline-lime-300\/20{
  outline-color: rgb(190 242 100 / 0.2);
}

.outline-lime-300\/25{
  outline-color: rgb(190 242 100 / 0.25);
}

.outline-lime-300\/30{
  outline-color: rgb(190 242 100 / 0.3);
}

.outline-lime-300\/40{
  outline-color: rgb(190 242 100 / 0.4);
}

.outline-lime-300\/5{
  outline-color: rgb(190 242 100 / 0.05);
}

.outline-lime-300\/50{
  outline-color: rgb(190 242 100 / 0.5);
}

.outline-lime-300\/60{
  outline-color: rgb(190 242 100 / 0.6);
}

.outline-lime-300\/70{
  outline-color: rgb(190 242 100 / 0.7);
}

.outline-lime-300\/75{
  outline-color: rgb(190 242 100 / 0.75);
}

.outline-lime-300\/80{
  outline-color: rgb(190 242 100 / 0.8);
}

.outline-lime-300\/90{
  outline-color: rgb(190 242 100 / 0.9);
}

.outline-lime-300\/95{
  outline-color: rgb(190 242 100 / 0.95);
}

.outline-lime-400{
  outline-color: #a3e635;
}

.outline-lime-400\/0{
  outline-color: rgb(163 230 53 / 0);
}

.outline-lime-400\/10{
  outline-color: rgb(163 230 53 / 0.1);
}

.outline-lime-400\/100{
  outline-color: rgb(163 230 53 / 1);
}

.outline-lime-400\/20{
  outline-color: rgb(163 230 53 / 0.2);
}

.outline-lime-400\/25{
  outline-color: rgb(163 230 53 / 0.25);
}

.outline-lime-400\/30{
  outline-color: rgb(163 230 53 / 0.3);
}

.outline-lime-400\/40{
  outline-color: rgb(163 230 53 / 0.4);
}

.outline-lime-400\/5{
  outline-color: rgb(163 230 53 / 0.05);
}

.outline-lime-400\/50{
  outline-color: rgb(163 230 53 / 0.5);
}

.outline-lime-400\/60{
  outline-color: rgb(163 230 53 / 0.6);
}

.outline-lime-400\/70{
  outline-color: rgb(163 230 53 / 0.7);
}

.outline-lime-400\/75{
  outline-color: rgb(163 230 53 / 0.75);
}

.outline-lime-400\/80{
  outline-color: rgb(163 230 53 / 0.8);
}

.outline-lime-400\/90{
  outline-color: rgb(163 230 53 / 0.9);
}

.outline-lime-400\/95{
  outline-color: rgb(163 230 53 / 0.95);
}

.outline-lime-50{
  outline-color: #f7fee7;
}

.outline-lime-50\/0{
  outline-color: rgb(247 254 231 / 0);
}

.outline-lime-50\/10{
  outline-color: rgb(247 254 231 / 0.1);
}

.outline-lime-50\/100{
  outline-color: rgb(247 254 231 / 1);
}

.outline-lime-50\/20{
  outline-color: rgb(247 254 231 / 0.2);
}

.outline-lime-50\/25{
  outline-color: rgb(247 254 231 / 0.25);
}

.outline-lime-50\/30{
  outline-color: rgb(247 254 231 / 0.3);
}

.outline-lime-50\/40{
  outline-color: rgb(247 254 231 / 0.4);
}

.outline-lime-50\/5{
  outline-color: rgb(247 254 231 / 0.05);
}

.outline-lime-50\/50{
  outline-color: rgb(247 254 231 / 0.5);
}

.outline-lime-50\/60{
  outline-color: rgb(247 254 231 / 0.6);
}

.outline-lime-50\/70{
  outline-color: rgb(247 254 231 / 0.7);
}

.outline-lime-50\/75{
  outline-color: rgb(247 254 231 / 0.75);
}

.outline-lime-50\/80{
  outline-color: rgb(247 254 231 / 0.8);
}

.outline-lime-50\/90{
  outline-color: rgb(247 254 231 / 0.9);
}

.outline-lime-50\/95{
  outline-color: rgb(247 254 231 / 0.95);
}

.outline-lime-500{
  outline-color: #84cc16;
}

.outline-lime-500\/0{
  outline-color: rgb(132 204 22 / 0);
}

.outline-lime-500\/10{
  outline-color: rgb(132 204 22 / 0.1);
}

.outline-lime-500\/100{
  outline-color: rgb(132 204 22 / 1);
}

.outline-lime-500\/20{
  outline-color: rgb(132 204 22 / 0.2);
}

.outline-lime-500\/25{
  outline-color: rgb(132 204 22 / 0.25);
}

.outline-lime-500\/30{
  outline-color: rgb(132 204 22 / 0.3);
}

.outline-lime-500\/40{
  outline-color: rgb(132 204 22 / 0.4);
}

.outline-lime-500\/5{
  outline-color: rgb(132 204 22 / 0.05);
}

.outline-lime-500\/50{
  outline-color: rgb(132 204 22 / 0.5);
}

.outline-lime-500\/60{
  outline-color: rgb(132 204 22 / 0.6);
}

.outline-lime-500\/70{
  outline-color: rgb(132 204 22 / 0.7);
}

.outline-lime-500\/75{
  outline-color: rgb(132 204 22 / 0.75);
}

.outline-lime-500\/80{
  outline-color: rgb(132 204 22 / 0.8);
}

.outline-lime-500\/90{
  outline-color: rgb(132 204 22 / 0.9);
}

.outline-lime-500\/95{
  outline-color: rgb(132 204 22 / 0.95);
}

.outline-lime-600{
  outline-color: #65a30d;
}

.outline-lime-600\/0{
  outline-color: rgb(101 163 13 / 0);
}

.outline-lime-600\/10{
  outline-color: rgb(101 163 13 / 0.1);
}

.outline-lime-600\/100{
  outline-color: rgb(101 163 13 / 1);
}

.outline-lime-600\/20{
  outline-color: rgb(101 163 13 / 0.2);
}

.outline-lime-600\/25{
  outline-color: rgb(101 163 13 / 0.25);
}

.outline-lime-600\/30{
  outline-color: rgb(101 163 13 / 0.3);
}

.outline-lime-600\/40{
  outline-color: rgb(101 163 13 / 0.4);
}

.outline-lime-600\/5{
  outline-color: rgb(101 163 13 / 0.05);
}

.outline-lime-600\/50{
  outline-color: rgb(101 163 13 / 0.5);
}

.outline-lime-600\/60{
  outline-color: rgb(101 163 13 / 0.6);
}

.outline-lime-600\/70{
  outline-color: rgb(101 163 13 / 0.7);
}

.outline-lime-600\/75{
  outline-color: rgb(101 163 13 / 0.75);
}

.outline-lime-600\/80{
  outline-color: rgb(101 163 13 / 0.8);
}

.outline-lime-600\/90{
  outline-color: rgb(101 163 13 / 0.9);
}

.outline-lime-600\/95{
  outline-color: rgb(101 163 13 / 0.95);
}

.outline-lime-700{
  outline-color: #4d7c0f;
}

.outline-lime-700\/0{
  outline-color: rgb(77 124 15 / 0);
}

.outline-lime-700\/10{
  outline-color: rgb(77 124 15 / 0.1);
}

.outline-lime-700\/100{
  outline-color: rgb(77 124 15 / 1);
}

.outline-lime-700\/20{
  outline-color: rgb(77 124 15 / 0.2);
}

.outline-lime-700\/25{
  outline-color: rgb(77 124 15 / 0.25);
}

.outline-lime-700\/30{
  outline-color: rgb(77 124 15 / 0.3);
}

.outline-lime-700\/40{
  outline-color: rgb(77 124 15 / 0.4);
}

.outline-lime-700\/5{
  outline-color: rgb(77 124 15 / 0.05);
}

.outline-lime-700\/50{
  outline-color: rgb(77 124 15 / 0.5);
}

.outline-lime-700\/60{
  outline-color: rgb(77 124 15 / 0.6);
}

.outline-lime-700\/70{
  outline-color: rgb(77 124 15 / 0.7);
}

.outline-lime-700\/75{
  outline-color: rgb(77 124 15 / 0.75);
}

.outline-lime-700\/80{
  outline-color: rgb(77 124 15 / 0.8);
}

.outline-lime-700\/90{
  outline-color: rgb(77 124 15 / 0.9);
}

.outline-lime-700\/95{
  outline-color: rgb(77 124 15 / 0.95);
}

.outline-lime-800{
  outline-color: #3f6212;
}

.outline-lime-800\/0{
  outline-color: rgb(63 98 18 / 0);
}

.outline-lime-800\/10{
  outline-color: rgb(63 98 18 / 0.1);
}

.outline-lime-800\/100{
  outline-color: rgb(63 98 18 / 1);
}

.outline-lime-800\/20{
  outline-color: rgb(63 98 18 / 0.2);
}

.outline-lime-800\/25{
  outline-color: rgb(63 98 18 / 0.25);
}

.outline-lime-800\/30{
  outline-color: rgb(63 98 18 / 0.3);
}

.outline-lime-800\/40{
  outline-color: rgb(63 98 18 / 0.4);
}

.outline-lime-800\/5{
  outline-color: rgb(63 98 18 / 0.05);
}

.outline-lime-800\/50{
  outline-color: rgb(63 98 18 / 0.5);
}

.outline-lime-800\/60{
  outline-color: rgb(63 98 18 / 0.6);
}

.outline-lime-800\/70{
  outline-color: rgb(63 98 18 / 0.7);
}

.outline-lime-800\/75{
  outline-color: rgb(63 98 18 / 0.75);
}

.outline-lime-800\/80{
  outline-color: rgb(63 98 18 / 0.8);
}

.outline-lime-800\/90{
  outline-color: rgb(63 98 18 / 0.9);
}

.outline-lime-800\/95{
  outline-color: rgb(63 98 18 / 0.95);
}

.outline-lime-900{
  outline-color: #365314;
}

.outline-lime-900\/0{
  outline-color: rgb(54 83 20 / 0);
}

.outline-lime-900\/10{
  outline-color: rgb(54 83 20 / 0.1);
}

.outline-lime-900\/100{
  outline-color: rgb(54 83 20 / 1);
}

.outline-lime-900\/20{
  outline-color: rgb(54 83 20 / 0.2);
}

.outline-lime-900\/25{
  outline-color: rgb(54 83 20 / 0.25);
}

.outline-lime-900\/30{
  outline-color: rgb(54 83 20 / 0.3);
}

.outline-lime-900\/40{
  outline-color: rgb(54 83 20 / 0.4);
}

.outline-lime-900\/5{
  outline-color: rgb(54 83 20 / 0.05);
}

.outline-lime-900\/50{
  outline-color: rgb(54 83 20 / 0.5);
}

.outline-lime-900\/60{
  outline-color: rgb(54 83 20 / 0.6);
}

.outline-lime-900\/70{
  outline-color: rgb(54 83 20 / 0.7);
}

.outline-lime-900\/75{
  outline-color: rgb(54 83 20 / 0.75);
}

.outline-lime-900\/80{
  outline-color: rgb(54 83 20 / 0.8);
}

.outline-lime-900\/90{
  outline-color: rgb(54 83 20 / 0.9);
}

.outline-lime-900\/95{
  outline-color: rgb(54 83 20 / 0.95);
}

.outline-lime-950{
  outline-color: #1a2e05;
}

.outline-lime-950\/0{
  outline-color: rgb(26 46 5 / 0);
}

.outline-lime-950\/10{
  outline-color: rgb(26 46 5 / 0.1);
}

.outline-lime-950\/100{
  outline-color: rgb(26 46 5 / 1);
}

.outline-lime-950\/20{
  outline-color: rgb(26 46 5 / 0.2);
}

.outline-lime-950\/25{
  outline-color: rgb(26 46 5 / 0.25);
}

.outline-lime-950\/30{
  outline-color: rgb(26 46 5 / 0.3);
}

.outline-lime-950\/40{
  outline-color: rgb(26 46 5 / 0.4);
}

.outline-lime-950\/5{
  outline-color: rgb(26 46 5 / 0.05);
}

.outline-lime-950\/50{
  outline-color: rgb(26 46 5 / 0.5);
}

.outline-lime-950\/60{
  outline-color: rgb(26 46 5 / 0.6);
}

.outline-lime-950\/70{
  outline-color: rgb(26 46 5 / 0.7);
}

.outline-lime-950\/75{
  outline-color: rgb(26 46 5 / 0.75);
}

.outline-lime-950\/80{
  outline-color: rgb(26 46 5 / 0.8);
}

.outline-lime-950\/90{
  outline-color: rgb(26 46 5 / 0.9);
}

.outline-lime-950\/95{
  outline-color: rgb(26 46 5 / 0.95);
}

.outline-neutral-100{
  outline-color: #f5f5f5;
}

.outline-neutral-100\/0{
  outline-color: rgb(245 245 245 / 0);
}

.outline-neutral-100\/10{
  outline-color: rgb(245 245 245 / 0.1);
}

.outline-neutral-100\/100{
  outline-color: rgb(245 245 245 / 1);
}

.outline-neutral-100\/20{
  outline-color: rgb(245 245 245 / 0.2);
}

.outline-neutral-100\/25{
  outline-color: rgb(245 245 245 / 0.25);
}

.outline-neutral-100\/30{
  outline-color: rgb(245 245 245 / 0.3);
}

.outline-neutral-100\/40{
  outline-color: rgb(245 245 245 / 0.4);
}

.outline-neutral-100\/5{
  outline-color: rgb(245 245 245 / 0.05);
}

.outline-neutral-100\/50{
  outline-color: rgb(245 245 245 / 0.5);
}

.outline-neutral-100\/60{
  outline-color: rgb(245 245 245 / 0.6);
}

.outline-neutral-100\/70{
  outline-color: rgb(245 245 245 / 0.7);
}

.outline-neutral-100\/75{
  outline-color: rgb(245 245 245 / 0.75);
}

.outline-neutral-100\/80{
  outline-color: rgb(245 245 245 / 0.8);
}

.outline-neutral-100\/90{
  outline-color: rgb(245 245 245 / 0.9);
}

.outline-neutral-100\/95{
  outline-color: rgb(245 245 245 / 0.95);
}

.outline-neutral-200{
  outline-color: #e5e5e5;
}

.outline-neutral-200\/0{
  outline-color: rgb(229 229 229 / 0);
}

.outline-neutral-200\/10{
  outline-color: rgb(229 229 229 / 0.1);
}

.outline-neutral-200\/100{
  outline-color: rgb(229 229 229 / 1);
}

.outline-neutral-200\/20{
  outline-color: rgb(229 229 229 / 0.2);
}

.outline-neutral-200\/25{
  outline-color: rgb(229 229 229 / 0.25);
}

.outline-neutral-200\/30{
  outline-color: rgb(229 229 229 / 0.3);
}

.outline-neutral-200\/40{
  outline-color: rgb(229 229 229 / 0.4);
}

.outline-neutral-200\/5{
  outline-color: rgb(229 229 229 / 0.05);
}

.outline-neutral-200\/50{
  outline-color: rgb(229 229 229 / 0.5);
}

.outline-neutral-200\/60{
  outline-color: rgb(229 229 229 / 0.6);
}

.outline-neutral-200\/70{
  outline-color: rgb(229 229 229 / 0.7);
}

.outline-neutral-200\/75{
  outline-color: rgb(229 229 229 / 0.75);
}

.outline-neutral-200\/80{
  outline-color: rgb(229 229 229 / 0.8);
}

.outline-neutral-200\/90{
  outline-color: rgb(229 229 229 / 0.9);
}

.outline-neutral-200\/95{
  outline-color: rgb(229 229 229 / 0.95);
}

.outline-neutral-300{
  outline-color: #d4d4d4;
}

.outline-neutral-300\/0{
  outline-color: rgb(212 212 212 / 0);
}

.outline-neutral-300\/10{
  outline-color: rgb(212 212 212 / 0.1);
}

.outline-neutral-300\/100{
  outline-color: rgb(212 212 212 / 1);
}

.outline-neutral-300\/20{
  outline-color: rgb(212 212 212 / 0.2);
}

.outline-neutral-300\/25{
  outline-color: rgb(212 212 212 / 0.25);
}

.outline-neutral-300\/30{
  outline-color: rgb(212 212 212 / 0.3);
}

.outline-neutral-300\/40{
  outline-color: rgb(212 212 212 / 0.4);
}

.outline-neutral-300\/5{
  outline-color: rgb(212 212 212 / 0.05);
}

.outline-neutral-300\/50{
  outline-color: rgb(212 212 212 / 0.5);
}

.outline-neutral-300\/60{
  outline-color: rgb(212 212 212 / 0.6);
}

.outline-neutral-300\/70{
  outline-color: rgb(212 212 212 / 0.7);
}

.outline-neutral-300\/75{
  outline-color: rgb(212 212 212 / 0.75);
}

.outline-neutral-300\/80{
  outline-color: rgb(212 212 212 / 0.8);
}

.outline-neutral-300\/90{
  outline-color: rgb(212 212 212 / 0.9);
}

.outline-neutral-300\/95{
  outline-color: rgb(212 212 212 / 0.95);
}

.outline-neutral-400{
  outline-color: #a3a3a3;
}

.outline-neutral-400\/0{
  outline-color: rgb(163 163 163 / 0);
}

.outline-neutral-400\/10{
  outline-color: rgb(163 163 163 / 0.1);
}

.outline-neutral-400\/100{
  outline-color: rgb(163 163 163 / 1);
}

.outline-neutral-400\/20{
  outline-color: rgb(163 163 163 / 0.2);
}

.outline-neutral-400\/25{
  outline-color: rgb(163 163 163 / 0.25);
}

.outline-neutral-400\/30{
  outline-color: rgb(163 163 163 / 0.3);
}

.outline-neutral-400\/40{
  outline-color: rgb(163 163 163 / 0.4);
}

.outline-neutral-400\/5{
  outline-color: rgb(163 163 163 / 0.05);
}

.outline-neutral-400\/50{
  outline-color: rgb(163 163 163 / 0.5);
}

.outline-neutral-400\/60{
  outline-color: rgb(163 163 163 / 0.6);
}

.outline-neutral-400\/70{
  outline-color: rgb(163 163 163 / 0.7);
}

.outline-neutral-400\/75{
  outline-color: rgb(163 163 163 / 0.75);
}

.outline-neutral-400\/80{
  outline-color: rgb(163 163 163 / 0.8);
}

.outline-neutral-400\/90{
  outline-color: rgb(163 163 163 / 0.9);
}

.outline-neutral-400\/95{
  outline-color: rgb(163 163 163 / 0.95);
}

.outline-neutral-50{
  outline-color: #fafafa;
}

.outline-neutral-50\/0{
  outline-color: rgb(250 250 250 / 0);
}

.outline-neutral-50\/10{
  outline-color: rgb(250 250 250 / 0.1);
}

.outline-neutral-50\/100{
  outline-color: rgb(250 250 250 / 1);
}

.outline-neutral-50\/20{
  outline-color: rgb(250 250 250 / 0.2);
}

.outline-neutral-50\/25{
  outline-color: rgb(250 250 250 / 0.25);
}

.outline-neutral-50\/30{
  outline-color: rgb(250 250 250 / 0.3);
}

.outline-neutral-50\/40{
  outline-color: rgb(250 250 250 / 0.4);
}

.outline-neutral-50\/5{
  outline-color: rgb(250 250 250 / 0.05);
}

.outline-neutral-50\/50{
  outline-color: rgb(250 250 250 / 0.5);
}

.outline-neutral-50\/60{
  outline-color: rgb(250 250 250 / 0.6);
}

.outline-neutral-50\/70{
  outline-color: rgb(250 250 250 / 0.7);
}

.outline-neutral-50\/75{
  outline-color: rgb(250 250 250 / 0.75);
}

.outline-neutral-50\/80{
  outline-color: rgb(250 250 250 / 0.8);
}

.outline-neutral-50\/90{
  outline-color: rgb(250 250 250 / 0.9);
}

.outline-neutral-50\/95{
  outline-color: rgb(250 250 250 / 0.95);
}

.outline-neutral-500{
  outline-color: #737373;
}

.outline-neutral-500\/0{
  outline-color: rgb(115 115 115 / 0);
}

.outline-neutral-500\/10{
  outline-color: rgb(115 115 115 / 0.1);
}

.outline-neutral-500\/100{
  outline-color: rgb(115 115 115 / 1);
}

.outline-neutral-500\/20{
  outline-color: rgb(115 115 115 / 0.2);
}

.outline-neutral-500\/25{
  outline-color: rgb(115 115 115 / 0.25);
}

.outline-neutral-500\/30{
  outline-color: rgb(115 115 115 / 0.3);
}

.outline-neutral-500\/40{
  outline-color: rgb(115 115 115 / 0.4);
}

.outline-neutral-500\/5{
  outline-color: rgb(115 115 115 / 0.05);
}

.outline-neutral-500\/50{
  outline-color: rgb(115 115 115 / 0.5);
}

.outline-neutral-500\/60{
  outline-color: rgb(115 115 115 / 0.6);
}

.outline-neutral-500\/70{
  outline-color: rgb(115 115 115 / 0.7);
}

.outline-neutral-500\/75{
  outline-color: rgb(115 115 115 / 0.75);
}

.outline-neutral-500\/80{
  outline-color: rgb(115 115 115 / 0.8);
}

.outline-neutral-500\/90{
  outline-color: rgb(115 115 115 / 0.9);
}

.outline-neutral-500\/95{
  outline-color: rgb(115 115 115 / 0.95);
}

.outline-neutral-600{
  outline-color: #525252;
}

.outline-neutral-600\/0{
  outline-color: rgb(82 82 82 / 0);
}

.outline-neutral-600\/10{
  outline-color: rgb(82 82 82 / 0.1);
}

.outline-neutral-600\/100{
  outline-color: rgb(82 82 82 / 1);
}

.outline-neutral-600\/20{
  outline-color: rgb(82 82 82 / 0.2);
}

.outline-neutral-600\/25{
  outline-color: rgb(82 82 82 / 0.25);
}

.outline-neutral-600\/30{
  outline-color: rgb(82 82 82 / 0.3);
}

.outline-neutral-600\/40{
  outline-color: rgb(82 82 82 / 0.4);
}

.outline-neutral-600\/5{
  outline-color: rgb(82 82 82 / 0.05);
}

.outline-neutral-600\/50{
  outline-color: rgb(82 82 82 / 0.5);
}

.outline-neutral-600\/60{
  outline-color: rgb(82 82 82 / 0.6);
}

.outline-neutral-600\/70{
  outline-color: rgb(82 82 82 / 0.7);
}

.outline-neutral-600\/75{
  outline-color: rgb(82 82 82 / 0.75);
}

.outline-neutral-600\/80{
  outline-color: rgb(82 82 82 / 0.8);
}

.outline-neutral-600\/90{
  outline-color: rgb(82 82 82 / 0.9);
}

.outline-neutral-600\/95{
  outline-color: rgb(82 82 82 / 0.95);
}

.outline-neutral-700{
  outline-color: #404040;
}

.outline-neutral-700\/0{
  outline-color: rgb(64 64 64 / 0);
}

.outline-neutral-700\/10{
  outline-color: rgb(64 64 64 / 0.1);
}

.outline-neutral-700\/100{
  outline-color: rgb(64 64 64 / 1);
}

.outline-neutral-700\/20{
  outline-color: rgb(64 64 64 / 0.2);
}

.outline-neutral-700\/25{
  outline-color: rgb(64 64 64 / 0.25);
}

.outline-neutral-700\/30{
  outline-color: rgb(64 64 64 / 0.3);
}

.outline-neutral-700\/40{
  outline-color: rgb(64 64 64 / 0.4);
}

.outline-neutral-700\/5{
  outline-color: rgb(64 64 64 / 0.05);
}

.outline-neutral-700\/50{
  outline-color: rgb(64 64 64 / 0.5);
}

.outline-neutral-700\/60{
  outline-color: rgb(64 64 64 / 0.6);
}

.outline-neutral-700\/70{
  outline-color: rgb(64 64 64 / 0.7);
}

.outline-neutral-700\/75{
  outline-color: rgb(64 64 64 / 0.75);
}

.outline-neutral-700\/80{
  outline-color: rgb(64 64 64 / 0.8);
}

.outline-neutral-700\/90{
  outline-color: rgb(64 64 64 / 0.9);
}

.outline-neutral-700\/95{
  outline-color: rgb(64 64 64 / 0.95);
}

.outline-neutral-800{
  outline-color: #262626;
}

.outline-neutral-800\/0{
  outline-color: rgb(38 38 38 / 0);
}

.outline-neutral-800\/10{
  outline-color: rgb(38 38 38 / 0.1);
}

.outline-neutral-800\/100{
  outline-color: rgb(38 38 38 / 1);
}

.outline-neutral-800\/20{
  outline-color: rgb(38 38 38 / 0.2);
}

.outline-neutral-800\/25{
  outline-color: rgb(38 38 38 / 0.25);
}

.outline-neutral-800\/30{
  outline-color: rgb(38 38 38 / 0.3);
}

.outline-neutral-800\/40{
  outline-color: rgb(38 38 38 / 0.4);
}

.outline-neutral-800\/5{
  outline-color: rgb(38 38 38 / 0.05);
}

.outline-neutral-800\/50{
  outline-color: rgb(38 38 38 / 0.5);
}

.outline-neutral-800\/60{
  outline-color: rgb(38 38 38 / 0.6);
}

.outline-neutral-800\/70{
  outline-color: rgb(38 38 38 / 0.7);
}

.outline-neutral-800\/75{
  outline-color: rgb(38 38 38 / 0.75);
}

.outline-neutral-800\/80{
  outline-color: rgb(38 38 38 / 0.8);
}

.outline-neutral-800\/90{
  outline-color: rgb(38 38 38 / 0.9);
}

.outline-neutral-800\/95{
  outline-color: rgb(38 38 38 / 0.95);
}

.outline-neutral-900{
  outline-color: #171717;
}

.outline-neutral-900\/0{
  outline-color: rgb(23 23 23 / 0);
}

.outline-neutral-900\/10{
  outline-color: rgb(23 23 23 / 0.1);
}

.outline-neutral-900\/100{
  outline-color: rgb(23 23 23 / 1);
}

.outline-neutral-900\/20{
  outline-color: rgb(23 23 23 / 0.2);
}

.outline-neutral-900\/25{
  outline-color: rgb(23 23 23 / 0.25);
}

.outline-neutral-900\/30{
  outline-color: rgb(23 23 23 / 0.3);
}

.outline-neutral-900\/40{
  outline-color: rgb(23 23 23 / 0.4);
}

.outline-neutral-900\/5{
  outline-color: rgb(23 23 23 / 0.05);
}

.outline-neutral-900\/50{
  outline-color: rgb(23 23 23 / 0.5);
}

.outline-neutral-900\/60{
  outline-color: rgb(23 23 23 / 0.6);
}

.outline-neutral-900\/70{
  outline-color: rgb(23 23 23 / 0.7);
}

.outline-neutral-900\/75{
  outline-color: rgb(23 23 23 / 0.75);
}

.outline-neutral-900\/80{
  outline-color: rgb(23 23 23 / 0.8);
}

.outline-neutral-900\/90{
  outline-color: rgb(23 23 23 / 0.9);
}

.outline-neutral-900\/95{
  outline-color: rgb(23 23 23 / 0.95);
}

.outline-neutral-950{
  outline-color: #0a0a0a;
}

.outline-neutral-950\/0{
  outline-color: rgb(10 10 10 / 0);
}

.outline-neutral-950\/10{
  outline-color: rgb(10 10 10 / 0.1);
}

.outline-neutral-950\/100{
  outline-color: rgb(10 10 10 / 1);
}

.outline-neutral-950\/20{
  outline-color: rgb(10 10 10 / 0.2);
}

.outline-neutral-950\/25{
  outline-color: rgb(10 10 10 / 0.25);
}

.outline-neutral-950\/30{
  outline-color: rgb(10 10 10 / 0.3);
}

.outline-neutral-950\/40{
  outline-color: rgb(10 10 10 / 0.4);
}

.outline-neutral-950\/5{
  outline-color: rgb(10 10 10 / 0.05);
}

.outline-neutral-950\/50{
  outline-color: rgb(10 10 10 / 0.5);
}

.outline-neutral-950\/60{
  outline-color: rgb(10 10 10 / 0.6);
}

.outline-neutral-950\/70{
  outline-color: rgb(10 10 10 / 0.7);
}

.outline-neutral-950\/75{
  outline-color: rgb(10 10 10 / 0.75);
}

.outline-neutral-950\/80{
  outline-color: rgb(10 10 10 / 0.8);
}

.outline-neutral-950\/90{
  outline-color: rgb(10 10 10 / 0.9);
}

.outline-neutral-950\/95{
  outline-color: rgb(10 10 10 / 0.95);
}

.outline-orange-100{
  outline-color: #ffedd5;
}

.outline-orange-100\/0{
  outline-color: rgb(255 237 213 / 0);
}

.outline-orange-100\/10{
  outline-color: rgb(255 237 213 / 0.1);
}

.outline-orange-100\/100{
  outline-color: rgb(255 237 213 / 1);
}

.outline-orange-100\/20{
  outline-color: rgb(255 237 213 / 0.2);
}

.outline-orange-100\/25{
  outline-color: rgb(255 237 213 / 0.25);
}

.outline-orange-100\/30{
  outline-color: rgb(255 237 213 / 0.3);
}

.outline-orange-100\/40{
  outline-color: rgb(255 237 213 / 0.4);
}

.outline-orange-100\/5{
  outline-color: rgb(255 237 213 / 0.05);
}

.outline-orange-100\/50{
  outline-color: rgb(255 237 213 / 0.5);
}

.outline-orange-100\/60{
  outline-color: rgb(255 237 213 / 0.6);
}

.outline-orange-100\/70{
  outline-color: rgb(255 237 213 / 0.7);
}

.outline-orange-100\/75{
  outline-color: rgb(255 237 213 / 0.75);
}

.outline-orange-100\/80{
  outline-color: rgb(255 237 213 / 0.8);
}

.outline-orange-100\/90{
  outline-color: rgb(255 237 213 / 0.9);
}

.outline-orange-100\/95{
  outline-color: rgb(255 237 213 / 0.95);
}

.outline-orange-200{
  outline-color: #fed7aa;
}

.outline-orange-200\/0{
  outline-color: rgb(254 215 170 / 0);
}

.outline-orange-200\/10{
  outline-color: rgb(254 215 170 / 0.1);
}

.outline-orange-200\/100{
  outline-color: rgb(254 215 170 / 1);
}

.outline-orange-200\/20{
  outline-color: rgb(254 215 170 / 0.2);
}

.outline-orange-200\/25{
  outline-color: rgb(254 215 170 / 0.25);
}

.outline-orange-200\/30{
  outline-color: rgb(254 215 170 / 0.3);
}

.outline-orange-200\/40{
  outline-color: rgb(254 215 170 / 0.4);
}

.outline-orange-200\/5{
  outline-color: rgb(254 215 170 / 0.05);
}

.outline-orange-200\/50{
  outline-color: rgb(254 215 170 / 0.5);
}

.outline-orange-200\/60{
  outline-color: rgb(254 215 170 / 0.6);
}

.outline-orange-200\/70{
  outline-color: rgb(254 215 170 / 0.7);
}

.outline-orange-200\/75{
  outline-color: rgb(254 215 170 / 0.75);
}

.outline-orange-200\/80{
  outline-color: rgb(254 215 170 / 0.8);
}

.outline-orange-200\/90{
  outline-color: rgb(254 215 170 / 0.9);
}

.outline-orange-200\/95{
  outline-color: rgb(254 215 170 / 0.95);
}

.outline-orange-300{
  outline-color: #fdba74;
}

.outline-orange-300\/0{
  outline-color: rgb(253 186 116 / 0);
}

.outline-orange-300\/10{
  outline-color: rgb(253 186 116 / 0.1);
}

.outline-orange-300\/100{
  outline-color: rgb(253 186 116 / 1);
}

.outline-orange-300\/20{
  outline-color: rgb(253 186 116 / 0.2);
}

.outline-orange-300\/25{
  outline-color: rgb(253 186 116 / 0.25);
}

.outline-orange-300\/30{
  outline-color: rgb(253 186 116 / 0.3);
}

.outline-orange-300\/40{
  outline-color: rgb(253 186 116 / 0.4);
}

.outline-orange-300\/5{
  outline-color: rgb(253 186 116 / 0.05);
}

.outline-orange-300\/50{
  outline-color: rgb(253 186 116 / 0.5);
}

.outline-orange-300\/60{
  outline-color: rgb(253 186 116 / 0.6);
}

.outline-orange-300\/70{
  outline-color: rgb(253 186 116 / 0.7);
}

.outline-orange-300\/75{
  outline-color: rgb(253 186 116 / 0.75);
}

.outline-orange-300\/80{
  outline-color: rgb(253 186 116 / 0.8);
}

.outline-orange-300\/90{
  outline-color: rgb(253 186 116 / 0.9);
}

.outline-orange-300\/95{
  outline-color: rgb(253 186 116 / 0.95);
}

.outline-orange-400{
  outline-color: #fb923c;
}

.outline-orange-400\/0{
  outline-color: rgb(251 146 60 / 0);
}

.outline-orange-400\/10{
  outline-color: rgb(251 146 60 / 0.1);
}

.outline-orange-400\/100{
  outline-color: rgb(251 146 60 / 1);
}

.outline-orange-400\/20{
  outline-color: rgb(251 146 60 / 0.2);
}

.outline-orange-400\/25{
  outline-color: rgb(251 146 60 / 0.25);
}

.outline-orange-400\/30{
  outline-color: rgb(251 146 60 / 0.3);
}

.outline-orange-400\/40{
  outline-color: rgb(251 146 60 / 0.4);
}

.outline-orange-400\/5{
  outline-color: rgb(251 146 60 / 0.05);
}

.outline-orange-400\/50{
  outline-color: rgb(251 146 60 / 0.5);
}

.outline-orange-400\/60{
  outline-color: rgb(251 146 60 / 0.6);
}

.outline-orange-400\/70{
  outline-color: rgb(251 146 60 / 0.7);
}

.outline-orange-400\/75{
  outline-color: rgb(251 146 60 / 0.75);
}

.outline-orange-400\/80{
  outline-color: rgb(251 146 60 / 0.8);
}

.outline-orange-400\/90{
  outline-color: rgb(251 146 60 / 0.9);
}

.outline-orange-400\/95{
  outline-color: rgb(251 146 60 / 0.95);
}

.outline-orange-50{
  outline-color: #fff7ed;
}

.outline-orange-50\/0{
  outline-color: rgb(255 247 237 / 0);
}

.outline-orange-50\/10{
  outline-color: rgb(255 247 237 / 0.1);
}

.outline-orange-50\/100{
  outline-color: rgb(255 247 237 / 1);
}

.outline-orange-50\/20{
  outline-color: rgb(255 247 237 / 0.2);
}

.outline-orange-50\/25{
  outline-color: rgb(255 247 237 / 0.25);
}

.outline-orange-50\/30{
  outline-color: rgb(255 247 237 / 0.3);
}

.outline-orange-50\/40{
  outline-color: rgb(255 247 237 / 0.4);
}

.outline-orange-50\/5{
  outline-color: rgb(255 247 237 / 0.05);
}

.outline-orange-50\/50{
  outline-color: rgb(255 247 237 / 0.5);
}

.outline-orange-50\/60{
  outline-color: rgb(255 247 237 / 0.6);
}

.outline-orange-50\/70{
  outline-color: rgb(255 247 237 / 0.7);
}

.outline-orange-50\/75{
  outline-color: rgb(255 247 237 / 0.75);
}

.outline-orange-50\/80{
  outline-color: rgb(255 247 237 / 0.8);
}

.outline-orange-50\/90{
  outline-color: rgb(255 247 237 / 0.9);
}

.outline-orange-50\/95{
  outline-color: rgb(255 247 237 / 0.95);
}

.outline-orange-500{
  outline-color: #f97316;
}

.outline-orange-500\/0{
  outline-color: rgb(249 115 22 / 0);
}

.outline-orange-500\/10{
  outline-color: rgb(249 115 22 / 0.1);
}

.outline-orange-500\/100{
  outline-color: rgb(249 115 22 / 1);
}

.outline-orange-500\/20{
  outline-color: rgb(249 115 22 / 0.2);
}

.outline-orange-500\/25{
  outline-color: rgb(249 115 22 / 0.25);
}

.outline-orange-500\/30{
  outline-color: rgb(249 115 22 / 0.3);
}

.outline-orange-500\/40{
  outline-color: rgb(249 115 22 / 0.4);
}

.outline-orange-500\/5{
  outline-color: rgb(249 115 22 / 0.05);
}

.outline-orange-500\/50{
  outline-color: rgb(249 115 22 / 0.5);
}

.outline-orange-500\/60{
  outline-color: rgb(249 115 22 / 0.6);
}

.outline-orange-500\/70{
  outline-color: rgb(249 115 22 / 0.7);
}

.outline-orange-500\/75{
  outline-color: rgb(249 115 22 / 0.75);
}

.outline-orange-500\/80{
  outline-color: rgb(249 115 22 / 0.8);
}

.outline-orange-500\/90{
  outline-color: rgb(249 115 22 / 0.9);
}

.outline-orange-500\/95{
  outline-color: rgb(249 115 22 / 0.95);
}

.outline-orange-600{
  outline-color: #ea580c;
}

.outline-orange-600\/0{
  outline-color: rgb(234 88 12 / 0);
}

.outline-orange-600\/10{
  outline-color: rgb(234 88 12 / 0.1);
}

.outline-orange-600\/100{
  outline-color: rgb(234 88 12 / 1);
}

.outline-orange-600\/20{
  outline-color: rgb(234 88 12 / 0.2);
}

.outline-orange-600\/25{
  outline-color: rgb(234 88 12 / 0.25);
}

.outline-orange-600\/30{
  outline-color: rgb(234 88 12 / 0.3);
}

.outline-orange-600\/40{
  outline-color: rgb(234 88 12 / 0.4);
}

.outline-orange-600\/5{
  outline-color: rgb(234 88 12 / 0.05);
}

.outline-orange-600\/50{
  outline-color: rgb(234 88 12 / 0.5);
}

.outline-orange-600\/60{
  outline-color: rgb(234 88 12 / 0.6);
}

.outline-orange-600\/70{
  outline-color: rgb(234 88 12 / 0.7);
}

.outline-orange-600\/75{
  outline-color: rgb(234 88 12 / 0.75);
}

.outline-orange-600\/80{
  outline-color: rgb(234 88 12 / 0.8);
}

.outline-orange-600\/90{
  outline-color: rgb(234 88 12 / 0.9);
}

.outline-orange-600\/95{
  outline-color: rgb(234 88 12 / 0.95);
}

.outline-orange-700{
  outline-color: #c2410c;
}

.outline-orange-700\/0{
  outline-color: rgb(194 65 12 / 0);
}

.outline-orange-700\/10{
  outline-color: rgb(194 65 12 / 0.1);
}

.outline-orange-700\/100{
  outline-color: rgb(194 65 12 / 1);
}

.outline-orange-700\/20{
  outline-color: rgb(194 65 12 / 0.2);
}

.outline-orange-700\/25{
  outline-color: rgb(194 65 12 / 0.25);
}

.outline-orange-700\/30{
  outline-color: rgb(194 65 12 / 0.3);
}

.outline-orange-700\/40{
  outline-color: rgb(194 65 12 / 0.4);
}

.outline-orange-700\/5{
  outline-color: rgb(194 65 12 / 0.05);
}

.outline-orange-700\/50{
  outline-color: rgb(194 65 12 / 0.5);
}

.outline-orange-700\/60{
  outline-color: rgb(194 65 12 / 0.6);
}

.outline-orange-700\/70{
  outline-color: rgb(194 65 12 / 0.7);
}

.outline-orange-700\/75{
  outline-color: rgb(194 65 12 / 0.75);
}

.outline-orange-700\/80{
  outline-color: rgb(194 65 12 / 0.8);
}

.outline-orange-700\/90{
  outline-color: rgb(194 65 12 / 0.9);
}

.outline-orange-700\/95{
  outline-color: rgb(194 65 12 / 0.95);
}

.outline-orange-800{
  outline-color: #9a3412;
}

.outline-orange-800\/0{
  outline-color: rgb(154 52 18 / 0);
}

.outline-orange-800\/10{
  outline-color: rgb(154 52 18 / 0.1);
}

.outline-orange-800\/100{
  outline-color: rgb(154 52 18 / 1);
}

.outline-orange-800\/20{
  outline-color: rgb(154 52 18 / 0.2);
}

.outline-orange-800\/25{
  outline-color: rgb(154 52 18 / 0.25);
}

.outline-orange-800\/30{
  outline-color: rgb(154 52 18 / 0.3);
}

.outline-orange-800\/40{
  outline-color: rgb(154 52 18 / 0.4);
}

.outline-orange-800\/5{
  outline-color: rgb(154 52 18 / 0.05);
}

.outline-orange-800\/50{
  outline-color: rgb(154 52 18 / 0.5);
}

.outline-orange-800\/60{
  outline-color: rgb(154 52 18 / 0.6);
}

.outline-orange-800\/70{
  outline-color: rgb(154 52 18 / 0.7);
}

.outline-orange-800\/75{
  outline-color: rgb(154 52 18 / 0.75);
}

.outline-orange-800\/80{
  outline-color: rgb(154 52 18 / 0.8);
}

.outline-orange-800\/90{
  outline-color: rgb(154 52 18 / 0.9);
}

.outline-orange-800\/95{
  outline-color: rgb(154 52 18 / 0.95);
}

.outline-orange-900{
  outline-color: #7c2d12;
}

.outline-orange-900\/0{
  outline-color: rgb(124 45 18 / 0);
}

.outline-orange-900\/10{
  outline-color: rgb(124 45 18 / 0.1);
}

.outline-orange-900\/100{
  outline-color: rgb(124 45 18 / 1);
}

.outline-orange-900\/20{
  outline-color: rgb(124 45 18 / 0.2);
}

.outline-orange-900\/25{
  outline-color: rgb(124 45 18 / 0.25);
}

.outline-orange-900\/30{
  outline-color: rgb(124 45 18 / 0.3);
}

.outline-orange-900\/40{
  outline-color: rgb(124 45 18 / 0.4);
}

.outline-orange-900\/5{
  outline-color: rgb(124 45 18 / 0.05);
}

.outline-orange-900\/50{
  outline-color: rgb(124 45 18 / 0.5);
}

.outline-orange-900\/60{
  outline-color: rgb(124 45 18 / 0.6);
}

.outline-orange-900\/70{
  outline-color: rgb(124 45 18 / 0.7);
}

.outline-orange-900\/75{
  outline-color: rgb(124 45 18 / 0.75);
}

.outline-orange-900\/80{
  outline-color: rgb(124 45 18 / 0.8);
}

.outline-orange-900\/90{
  outline-color: rgb(124 45 18 / 0.9);
}

.outline-orange-900\/95{
  outline-color: rgb(124 45 18 / 0.95);
}

.outline-orange-950{
  outline-color: #431407;
}

.outline-orange-950\/0{
  outline-color: rgb(67 20 7 / 0);
}

.outline-orange-950\/10{
  outline-color: rgb(67 20 7 / 0.1);
}

.outline-orange-950\/100{
  outline-color: rgb(67 20 7 / 1);
}

.outline-orange-950\/20{
  outline-color: rgb(67 20 7 / 0.2);
}

.outline-orange-950\/25{
  outline-color: rgb(67 20 7 / 0.25);
}

.outline-orange-950\/30{
  outline-color: rgb(67 20 7 / 0.3);
}

.outline-orange-950\/40{
  outline-color: rgb(67 20 7 / 0.4);
}

.outline-orange-950\/5{
  outline-color: rgb(67 20 7 / 0.05);
}

.outline-orange-950\/50{
  outline-color: rgb(67 20 7 / 0.5);
}

.outline-orange-950\/60{
  outline-color: rgb(67 20 7 / 0.6);
}

.outline-orange-950\/70{
  outline-color: rgb(67 20 7 / 0.7);
}

.outline-orange-950\/75{
  outline-color: rgb(67 20 7 / 0.75);
}

.outline-orange-950\/80{
  outline-color: rgb(67 20 7 / 0.8);
}

.outline-orange-950\/90{
  outline-color: rgb(67 20 7 / 0.9);
}

.outline-orange-950\/95{
  outline-color: rgb(67 20 7 / 0.95);
}

.outline-pink-100{
  outline-color: #fce7f3;
}

.outline-pink-100\/0{
  outline-color: rgb(252 231 243 / 0);
}

.outline-pink-100\/10{
  outline-color: rgb(252 231 243 / 0.1);
}

.outline-pink-100\/100{
  outline-color: rgb(252 231 243 / 1);
}

.outline-pink-100\/20{
  outline-color: rgb(252 231 243 / 0.2);
}

.outline-pink-100\/25{
  outline-color: rgb(252 231 243 / 0.25);
}

.outline-pink-100\/30{
  outline-color: rgb(252 231 243 / 0.3);
}

.outline-pink-100\/40{
  outline-color: rgb(252 231 243 / 0.4);
}

.outline-pink-100\/5{
  outline-color: rgb(252 231 243 / 0.05);
}

.outline-pink-100\/50{
  outline-color: rgb(252 231 243 / 0.5);
}

.outline-pink-100\/60{
  outline-color: rgb(252 231 243 / 0.6);
}

.outline-pink-100\/70{
  outline-color: rgb(252 231 243 / 0.7);
}

.outline-pink-100\/75{
  outline-color: rgb(252 231 243 / 0.75);
}

.outline-pink-100\/80{
  outline-color: rgb(252 231 243 / 0.8);
}

.outline-pink-100\/90{
  outline-color: rgb(252 231 243 / 0.9);
}

.outline-pink-100\/95{
  outline-color: rgb(252 231 243 / 0.95);
}

.outline-pink-200{
  outline-color: #fbcfe8;
}

.outline-pink-200\/0{
  outline-color: rgb(251 207 232 / 0);
}

.outline-pink-200\/10{
  outline-color: rgb(251 207 232 / 0.1);
}

.outline-pink-200\/100{
  outline-color: rgb(251 207 232 / 1);
}

.outline-pink-200\/20{
  outline-color: rgb(251 207 232 / 0.2);
}

.outline-pink-200\/25{
  outline-color: rgb(251 207 232 / 0.25);
}

.outline-pink-200\/30{
  outline-color: rgb(251 207 232 / 0.3);
}

.outline-pink-200\/40{
  outline-color: rgb(251 207 232 / 0.4);
}

.outline-pink-200\/5{
  outline-color: rgb(251 207 232 / 0.05);
}

.outline-pink-200\/50{
  outline-color: rgb(251 207 232 / 0.5);
}

.outline-pink-200\/60{
  outline-color: rgb(251 207 232 / 0.6);
}

.outline-pink-200\/70{
  outline-color: rgb(251 207 232 / 0.7);
}

.outline-pink-200\/75{
  outline-color: rgb(251 207 232 / 0.75);
}

.outline-pink-200\/80{
  outline-color: rgb(251 207 232 / 0.8);
}

.outline-pink-200\/90{
  outline-color: rgb(251 207 232 / 0.9);
}

.outline-pink-200\/95{
  outline-color: rgb(251 207 232 / 0.95);
}

.outline-pink-300{
  outline-color: #f9a8d4;
}

.outline-pink-300\/0{
  outline-color: rgb(249 168 212 / 0);
}

.outline-pink-300\/10{
  outline-color: rgb(249 168 212 / 0.1);
}

.outline-pink-300\/100{
  outline-color: rgb(249 168 212 / 1);
}

.outline-pink-300\/20{
  outline-color: rgb(249 168 212 / 0.2);
}

.outline-pink-300\/25{
  outline-color: rgb(249 168 212 / 0.25);
}

.outline-pink-300\/30{
  outline-color: rgb(249 168 212 / 0.3);
}

.outline-pink-300\/40{
  outline-color: rgb(249 168 212 / 0.4);
}

.outline-pink-300\/5{
  outline-color: rgb(249 168 212 / 0.05);
}

.outline-pink-300\/50{
  outline-color: rgb(249 168 212 / 0.5);
}

.outline-pink-300\/60{
  outline-color: rgb(249 168 212 / 0.6);
}

.outline-pink-300\/70{
  outline-color: rgb(249 168 212 / 0.7);
}

.outline-pink-300\/75{
  outline-color: rgb(249 168 212 / 0.75);
}

.outline-pink-300\/80{
  outline-color: rgb(249 168 212 / 0.8);
}

.outline-pink-300\/90{
  outline-color: rgb(249 168 212 / 0.9);
}

.outline-pink-300\/95{
  outline-color: rgb(249 168 212 / 0.95);
}

.outline-pink-400{
  outline-color: #f472b6;
}

.outline-pink-400\/0{
  outline-color: rgb(244 114 182 / 0);
}

.outline-pink-400\/10{
  outline-color: rgb(244 114 182 / 0.1);
}

.outline-pink-400\/100{
  outline-color: rgb(244 114 182 / 1);
}

.outline-pink-400\/20{
  outline-color: rgb(244 114 182 / 0.2);
}

.outline-pink-400\/25{
  outline-color: rgb(244 114 182 / 0.25);
}

.outline-pink-400\/30{
  outline-color: rgb(244 114 182 / 0.3);
}

.outline-pink-400\/40{
  outline-color: rgb(244 114 182 / 0.4);
}

.outline-pink-400\/5{
  outline-color: rgb(244 114 182 / 0.05);
}

.outline-pink-400\/50{
  outline-color: rgb(244 114 182 / 0.5);
}

.outline-pink-400\/60{
  outline-color: rgb(244 114 182 / 0.6);
}

.outline-pink-400\/70{
  outline-color: rgb(244 114 182 / 0.7);
}

.outline-pink-400\/75{
  outline-color: rgb(244 114 182 / 0.75);
}

.outline-pink-400\/80{
  outline-color: rgb(244 114 182 / 0.8);
}

.outline-pink-400\/90{
  outline-color: rgb(244 114 182 / 0.9);
}

.outline-pink-400\/95{
  outline-color: rgb(244 114 182 / 0.95);
}

.outline-pink-50{
  outline-color: #fdf2f8;
}

.outline-pink-50\/0{
  outline-color: rgb(253 242 248 / 0);
}

.outline-pink-50\/10{
  outline-color: rgb(253 242 248 / 0.1);
}

.outline-pink-50\/100{
  outline-color: rgb(253 242 248 / 1);
}

.outline-pink-50\/20{
  outline-color: rgb(253 242 248 / 0.2);
}

.outline-pink-50\/25{
  outline-color: rgb(253 242 248 / 0.25);
}

.outline-pink-50\/30{
  outline-color: rgb(253 242 248 / 0.3);
}

.outline-pink-50\/40{
  outline-color: rgb(253 242 248 / 0.4);
}

.outline-pink-50\/5{
  outline-color: rgb(253 242 248 / 0.05);
}

.outline-pink-50\/50{
  outline-color: rgb(253 242 248 / 0.5);
}

.outline-pink-50\/60{
  outline-color: rgb(253 242 248 / 0.6);
}

.outline-pink-50\/70{
  outline-color: rgb(253 242 248 / 0.7);
}

.outline-pink-50\/75{
  outline-color: rgb(253 242 248 / 0.75);
}

.outline-pink-50\/80{
  outline-color: rgb(253 242 248 / 0.8);
}

.outline-pink-50\/90{
  outline-color: rgb(253 242 248 / 0.9);
}

.outline-pink-50\/95{
  outline-color: rgb(253 242 248 / 0.95);
}

.outline-pink-500{
  outline-color: #ec4899;
}

.outline-pink-500\/0{
  outline-color: rgb(236 72 153 / 0);
}

.outline-pink-500\/10{
  outline-color: rgb(236 72 153 / 0.1);
}

.outline-pink-500\/100{
  outline-color: rgb(236 72 153 / 1);
}

.outline-pink-500\/20{
  outline-color: rgb(236 72 153 / 0.2);
}

.outline-pink-500\/25{
  outline-color: rgb(236 72 153 / 0.25);
}

.outline-pink-500\/30{
  outline-color: rgb(236 72 153 / 0.3);
}

.outline-pink-500\/40{
  outline-color: rgb(236 72 153 / 0.4);
}

.outline-pink-500\/5{
  outline-color: rgb(236 72 153 / 0.05);
}

.outline-pink-500\/50{
  outline-color: rgb(236 72 153 / 0.5);
}

.outline-pink-500\/60{
  outline-color: rgb(236 72 153 / 0.6);
}

.outline-pink-500\/70{
  outline-color: rgb(236 72 153 / 0.7);
}

.outline-pink-500\/75{
  outline-color: rgb(236 72 153 / 0.75);
}

.outline-pink-500\/80{
  outline-color: rgb(236 72 153 / 0.8);
}

.outline-pink-500\/90{
  outline-color: rgb(236 72 153 / 0.9);
}

.outline-pink-500\/95{
  outline-color: rgb(236 72 153 / 0.95);
}

.outline-pink-600{
  outline-color: #db2777;
}

.outline-pink-600\/0{
  outline-color: rgb(219 39 119 / 0);
}

.outline-pink-600\/10{
  outline-color: rgb(219 39 119 / 0.1);
}

.outline-pink-600\/100{
  outline-color: rgb(219 39 119 / 1);
}

.outline-pink-600\/20{
  outline-color: rgb(219 39 119 / 0.2);
}

.outline-pink-600\/25{
  outline-color: rgb(219 39 119 / 0.25);
}

.outline-pink-600\/30{
  outline-color: rgb(219 39 119 / 0.3);
}

.outline-pink-600\/40{
  outline-color: rgb(219 39 119 / 0.4);
}

.outline-pink-600\/5{
  outline-color: rgb(219 39 119 / 0.05);
}

.outline-pink-600\/50{
  outline-color: rgb(219 39 119 / 0.5);
}

.outline-pink-600\/60{
  outline-color: rgb(219 39 119 / 0.6);
}

.outline-pink-600\/70{
  outline-color: rgb(219 39 119 / 0.7);
}

.outline-pink-600\/75{
  outline-color: rgb(219 39 119 / 0.75);
}

.outline-pink-600\/80{
  outline-color: rgb(219 39 119 / 0.8);
}

.outline-pink-600\/90{
  outline-color: rgb(219 39 119 / 0.9);
}

.outline-pink-600\/95{
  outline-color: rgb(219 39 119 / 0.95);
}

.outline-pink-700{
  outline-color: #be185d;
}

.outline-pink-700\/0{
  outline-color: rgb(190 24 93 / 0);
}

.outline-pink-700\/10{
  outline-color: rgb(190 24 93 / 0.1);
}

.outline-pink-700\/100{
  outline-color: rgb(190 24 93 / 1);
}

.outline-pink-700\/20{
  outline-color: rgb(190 24 93 / 0.2);
}

.outline-pink-700\/25{
  outline-color: rgb(190 24 93 / 0.25);
}

.outline-pink-700\/30{
  outline-color: rgb(190 24 93 / 0.3);
}

.outline-pink-700\/40{
  outline-color: rgb(190 24 93 / 0.4);
}

.outline-pink-700\/5{
  outline-color: rgb(190 24 93 / 0.05);
}

.outline-pink-700\/50{
  outline-color: rgb(190 24 93 / 0.5);
}

.outline-pink-700\/60{
  outline-color: rgb(190 24 93 / 0.6);
}

.outline-pink-700\/70{
  outline-color: rgb(190 24 93 / 0.7);
}

.outline-pink-700\/75{
  outline-color: rgb(190 24 93 / 0.75);
}

.outline-pink-700\/80{
  outline-color: rgb(190 24 93 / 0.8);
}

.outline-pink-700\/90{
  outline-color: rgb(190 24 93 / 0.9);
}

.outline-pink-700\/95{
  outline-color: rgb(190 24 93 / 0.95);
}

.outline-pink-800{
  outline-color: #9d174d;
}

.outline-pink-800\/0{
  outline-color: rgb(157 23 77 / 0);
}

.outline-pink-800\/10{
  outline-color: rgb(157 23 77 / 0.1);
}

.outline-pink-800\/100{
  outline-color: rgb(157 23 77 / 1);
}

.outline-pink-800\/20{
  outline-color: rgb(157 23 77 / 0.2);
}

.outline-pink-800\/25{
  outline-color: rgb(157 23 77 / 0.25);
}

.outline-pink-800\/30{
  outline-color: rgb(157 23 77 / 0.3);
}

.outline-pink-800\/40{
  outline-color: rgb(157 23 77 / 0.4);
}

.outline-pink-800\/5{
  outline-color: rgb(157 23 77 / 0.05);
}

.outline-pink-800\/50{
  outline-color: rgb(157 23 77 / 0.5);
}

.outline-pink-800\/60{
  outline-color: rgb(157 23 77 / 0.6);
}

.outline-pink-800\/70{
  outline-color: rgb(157 23 77 / 0.7);
}

.outline-pink-800\/75{
  outline-color: rgb(157 23 77 / 0.75);
}

.outline-pink-800\/80{
  outline-color: rgb(157 23 77 / 0.8);
}

.outline-pink-800\/90{
  outline-color: rgb(157 23 77 / 0.9);
}

.outline-pink-800\/95{
  outline-color: rgb(157 23 77 / 0.95);
}

.outline-pink-900{
  outline-color: #831843;
}

.outline-pink-900\/0{
  outline-color: rgb(131 24 67 / 0);
}

.outline-pink-900\/10{
  outline-color: rgb(131 24 67 / 0.1);
}

.outline-pink-900\/100{
  outline-color: rgb(131 24 67 / 1);
}

.outline-pink-900\/20{
  outline-color: rgb(131 24 67 / 0.2);
}

.outline-pink-900\/25{
  outline-color: rgb(131 24 67 / 0.25);
}

.outline-pink-900\/30{
  outline-color: rgb(131 24 67 / 0.3);
}

.outline-pink-900\/40{
  outline-color: rgb(131 24 67 / 0.4);
}

.outline-pink-900\/5{
  outline-color: rgb(131 24 67 / 0.05);
}

.outline-pink-900\/50{
  outline-color: rgb(131 24 67 / 0.5);
}

.outline-pink-900\/60{
  outline-color: rgb(131 24 67 / 0.6);
}

.outline-pink-900\/70{
  outline-color: rgb(131 24 67 / 0.7);
}

.outline-pink-900\/75{
  outline-color: rgb(131 24 67 / 0.75);
}

.outline-pink-900\/80{
  outline-color: rgb(131 24 67 / 0.8);
}

.outline-pink-900\/90{
  outline-color: rgb(131 24 67 / 0.9);
}

.outline-pink-900\/95{
  outline-color: rgb(131 24 67 / 0.95);
}

.outline-pink-950{
  outline-color: #500724;
}

.outline-pink-950\/0{
  outline-color: rgb(80 7 36 / 0);
}

.outline-pink-950\/10{
  outline-color: rgb(80 7 36 / 0.1);
}

.outline-pink-950\/100{
  outline-color: rgb(80 7 36 / 1);
}

.outline-pink-950\/20{
  outline-color: rgb(80 7 36 / 0.2);
}

.outline-pink-950\/25{
  outline-color: rgb(80 7 36 / 0.25);
}

.outline-pink-950\/30{
  outline-color: rgb(80 7 36 / 0.3);
}

.outline-pink-950\/40{
  outline-color: rgb(80 7 36 / 0.4);
}

.outline-pink-950\/5{
  outline-color: rgb(80 7 36 / 0.05);
}

.outline-pink-950\/50{
  outline-color: rgb(80 7 36 / 0.5);
}

.outline-pink-950\/60{
  outline-color: rgb(80 7 36 / 0.6);
}

.outline-pink-950\/70{
  outline-color: rgb(80 7 36 / 0.7);
}

.outline-pink-950\/75{
  outline-color: rgb(80 7 36 / 0.75);
}

.outline-pink-950\/80{
  outline-color: rgb(80 7 36 / 0.8);
}

.outline-pink-950\/90{
  outline-color: rgb(80 7 36 / 0.9);
}

.outline-pink-950\/95{
  outline-color: rgb(80 7 36 / 0.95);
}

.outline-purple-100{
  outline-color: #f3e8ff;
}

.outline-purple-100\/0{
  outline-color: rgb(243 232 255 / 0);
}

.outline-purple-100\/10{
  outline-color: rgb(243 232 255 / 0.1);
}

.outline-purple-100\/100{
  outline-color: rgb(243 232 255 / 1);
}

.outline-purple-100\/20{
  outline-color: rgb(243 232 255 / 0.2);
}

.outline-purple-100\/25{
  outline-color: rgb(243 232 255 / 0.25);
}

.outline-purple-100\/30{
  outline-color: rgb(243 232 255 / 0.3);
}

.outline-purple-100\/40{
  outline-color: rgb(243 232 255 / 0.4);
}

.outline-purple-100\/5{
  outline-color: rgb(243 232 255 / 0.05);
}

.outline-purple-100\/50{
  outline-color: rgb(243 232 255 / 0.5);
}

.outline-purple-100\/60{
  outline-color: rgb(243 232 255 / 0.6);
}

.outline-purple-100\/70{
  outline-color: rgb(243 232 255 / 0.7);
}

.outline-purple-100\/75{
  outline-color: rgb(243 232 255 / 0.75);
}

.outline-purple-100\/80{
  outline-color: rgb(243 232 255 / 0.8);
}

.outline-purple-100\/90{
  outline-color: rgb(243 232 255 / 0.9);
}

.outline-purple-100\/95{
  outline-color: rgb(243 232 255 / 0.95);
}

.outline-purple-200{
  outline-color: #e9d5ff;
}

.outline-purple-200\/0{
  outline-color: rgb(233 213 255 / 0);
}

.outline-purple-200\/10{
  outline-color: rgb(233 213 255 / 0.1);
}

.outline-purple-200\/100{
  outline-color: rgb(233 213 255 / 1);
}

.outline-purple-200\/20{
  outline-color: rgb(233 213 255 / 0.2);
}

.outline-purple-200\/25{
  outline-color: rgb(233 213 255 / 0.25);
}

.outline-purple-200\/30{
  outline-color: rgb(233 213 255 / 0.3);
}

.outline-purple-200\/40{
  outline-color: rgb(233 213 255 / 0.4);
}

.outline-purple-200\/5{
  outline-color: rgb(233 213 255 / 0.05);
}

.outline-purple-200\/50{
  outline-color: rgb(233 213 255 / 0.5);
}

.outline-purple-200\/60{
  outline-color: rgb(233 213 255 / 0.6);
}

.outline-purple-200\/70{
  outline-color: rgb(233 213 255 / 0.7);
}

.outline-purple-200\/75{
  outline-color: rgb(233 213 255 / 0.75);
}

.outline-purple-200\/80{
  outline-color: rgb(233 213 255 / 0.8);
}

.outline-purple-200\/90{
  outline-color: rgb(233 213 255 / 0.9);
}

.outline-purple-200\/95{
  outline-color: rgb(233 213 255 / 0.95);
}

.outline-purple-300{
  outline-color: #d8b4fe;
}

.outline-purple-300\/0{
  outline-color: rgb(216 180 254 / 0);
}

.outline-purple-300\/10{
  outline-color: rgb(216 180 254 / 0.1);
}

.outline-purple-300\/100{
  outline-color: rgb(216 180 254 / 1);
}

.outline-purple-300\/20{
  outline-color: rgb(216 180 254 / 0.2);
}

.outline-purple-300\/25{
  outline-color: rgb(216 180 254 / 0.25);
}

.outline-purple-300\/30{
  outline-color: rgb(216 180 254 / 0.3);
}

.outline-purple-300\/40{
  outline-color: rgb(216 180 254 / 0.4);
}

.outline-purple-300\/5{
  outline-color: rgb(216 180 254 / 0.05);
}

.outline-purple-300\/50{
  outline-color: rgb(216 180 254 / 0.5);
}

.outline-purple-300\/60{
  outline-color: rgb(216 180 254 / 0.6);
}

.outline-purple-300\/70{
  outline-color: rgb(216 180 254 / 0.7);
}

.outline-purple-300\/75{
  outline-color: rgb(216 180 254 / 0.75);
}

.outline-purple-300\/80{
  outline-color: rgb(216 180 254 / 0.8);
}

.outline-purple-300\/90{
  outline-color: rgb(216 180 254 / 0.9);
}

.outline-purple-300\/95{
  outline-color: rgb(216 180 254 / 0.95);
}

.outline-purple-400{
  outline-color: #c084fc;
}

.outline-purple-400\/0{
  outline-color: rgb(192 132 252 / 0);
}

.outline-purple-400\/10{
  outline-color: rgb(192 132 252 / 0.1);
}

.outline-purple-400\/100{
  outline-color: rgb(192 132 252 / 1);
}

.outline-purple-400\/20{
  outline-color: rgb(192 132 252 / 0.2);
}

.outline-purple-400\/25{
  outline-color: rgb(192 132 252 / 0.25);
}

.outline-purple-400\/30{
  outline-color: rgb(192 132 252 / 0.3);
}

.outline-purple-400\/40{
  outline-color: rgb(192 132 252 / 0.4);
}

.outline-purple-400\/5{
  outline-color: rgb(192 132 252 / 0.05);
}

.outline-purple-400\/50{
  outline-color: rgb(192 132 252 / 0.5);
}

.outline-purple-400\/60{
  outline-color: rgb(192 132 252 / 0.6);
}

.outline-purple-400\/70{
  outline-color: rgb(192 132 252 / 0.7);
}

.outline-purple-400\/75{
  outline-color: rgb(192 132 252 / 0.75);
}

.outline-purple-400\/80{
  outline-color: rgb(192 132 252 / 0.8);
}

.outline-purple-400\/90{
  outline-color: rgb(192 132 252 / 0.9);
}

.outline-purple-400\/95{
  outline-color: rgb(192 132 252 / 0.95);
}

.outline-purple-50{
  outline-color: #faf5ff;
}

.outline-purple-50\/0{
  outline-color: rgb(250 245 255 / 0);
}

.outline-purple-50\/10{
  outline-color: rgb(250 245 255 / 0.1);
}

.outline-purple-50\/100{
  outline-color: rgb(250 245 255 / 1);
}

.outline-purple-50\/20{
  outline-color: rgb(250 245 255 / 0.2);
}

.outline-purple-50\/25{
  outline-color: rgb(250 245 255 / 0.25);
}

.outline-purple-50\/30{
  outline-color: rgb(250 245 255 / 0.3);
}

.outline-purple-50\/40{
  outline-color: rgb(250 245 255 / 0.4);
}

.outline-purple-50\/5{
  outline-color: rgb(250 245 255 / 0.05);
}

.outline-purple-50\/50{
  outline-color: rgb(250 245 255 / 0.5);
}

.outline-purple-50\/60{
  outline-color: rgb(250 245 255 / 0.6);
}

.outline-purple-50\/70{
  outline-color: rgb(250 245 255 / 0.7);
}

.outline-purple-50\/75{
  outline-color: rgb(250 245 255 / 0.75);
}

.outline-purple-50\/80{
  outline-color: rgb(250 245 255 / 0.8);
}

.outline-purple-50\/90{
  outline-color: rgb(250 245 255 / 0.9);
}

.outline-purple-50\/95{
  outline-color: rgb(250 245 255 / 0.95);
}

.outline-purple-500{
  outline-color: #a855f7;
}

.outline-purple-500\/0{
  outline-color: rgb(168 85 247 / 0);
}

.outline-purple-500\/10{
  outline-color: rgb(168 85 247 / 0.1);
}

.outline-purple-500\/100{
  outline-color: rgb(168 85 247 / 1);
}

.outline-purple-500\/20{
  outline-color: rgb(168 85 247 / 0.2);
}

.outline-purple-500\/25{
  outline-color: rgb(168 85 247 / 0.25);
}

.outline-purple-500\/30{
  outline-color: rgb(168 85 247 / 0.3);
}

.outline-purple-500\/40{
  outline-color: rgb(168 85 247 / 0.4);
}

.outline-purple-500\/5{
  outline-color: rgb(168 85 247 / 0.05);
}

.outline-purple-500\/50{
  outline-color: rgb(168 85 247 / 0.5);
}

.outline-purple-500\/60{
  outline-color: rgb(168 85 247 / 0.6);
}

.outline-purple-500\/70{
  outline-color: rgb(168 85 247 / 0.7);
}

.outline-purple-500\/75{
  outline-color: rgb(168 85 247 / 0.75);
}

.outline-purple-500\/80{
  outline-color: rgb(168 85 247 / 0.8);
}

.outline-purple-500\/90{
  outline-color: rgb(168 85 247 / 0.9);
}

.outline-purple-500\/95{
  outline-color: rgb(168 85 247 / 0.95);
}

.outline-purple-600{
  outline-color: #9333ea;
}

.outline-purple-600\/0{
  outline-color: rgb(147 51 234 / 0);
}

.outline-purple-600\/10{
  outline-color: rgb(147 51 234 / 0.1);
}

.outline-purple-600\/100{
  outline-color: rgb(147 51 234 / 1);
}

.outline-purple-600\/20{
  outline-color: rgb(147 51 234 / 0.2);
}

.outline-purple-600\/25{
  outline-color: rgb(147 51 234 / 0.25);
}

.outline-purple-600\/30{
  outline-color: rgb(147 51 234 / 0.3);
}

.outline-purple-600\/40{
  outline-color: rgb(147 51 234 / 0.4);
}

.outline-purple-600\/5{
  outline-color: rgb(147 51 234 / 0.05);
}

.outline-purple-600\/50{
  outline-color: rgb(147 51 234 / 0.5);
}

.outline-purple-600\/60{
  outline-color: rgb(147 51 234 / 0.6);
}

.outline-purple-600\/70{
  outline-color: rgb(147 51 234 / 0.7);
}

.outline-purple-600\/75{
  outline-color: rgb(147 51 234 / 0.75);
}

.outline-purple-600\/80{
  outline-color: rgb(147 51 234 / 0.8);
}

.outline-purple-600\/90{
  outline-color: rgb(147 51 234 / 0.9);
}

.outline-purple-600\/95{
  outline-color: rgb(147 51 234 / 0.95);
}

.outline-purple-700{
  outline-color: #7e22ce;
}

.outline-purple-700\/0{
  outline-color: rgb(126 34 206 / 0);
}

.outline-purple-700\/10{
  outline-color: rgb(126 34 206 / 0.1);
}

.outline-purple-700\/100{
  outline-color: rgb(126 34 206 / 1);
}

.outline-purple-700\/20{
  outline-color: rgb(126 34 206 / 0.2);
}

.outline-purple-700\/25{
  outline-color: rgb(126 34 206 / 0.25);
}

.outline-purple-700\/30{
  outline-color: rgb(126 34 206 / 0.3);
}

.outline-purple-700\/40{
  outline-color: rgb(126 34 206 / 0.4);
}

.outline-purple-700\/5{
  outline-color: rgb(126 34 206 / 0.05);
}

.outline-purple-700\/50{
  outline-color: rgb(126 34 206 / 0.5);
}

.outline-purple-700\/60{
  outline-color: rgb(126 34 206 / 0.6);
}

.outline-purple-700\/70{
  outline-color: rgb(126 34 206 / 0.7);
}

.outline-purple-700\/75{
  outline-color: rgb(126 34 206 / 0.75);
}

.outline-purple-700\/80{
  outline-color: rgb(126 34 206 / 0.8);
}

.outline-purple-700\/90{
  outline-color: rgb(126 34 206 / 0.9);
}

.outline-purple-700\/95{
  outline-color: rgb(126 34 206 / 0.95);
}

.outline-purple-800{
  outline-color: #6b21a8;
}

.outline-purple-800\/0{
  outline-color: rgb(107 33 168 / 0);
}

.outline-purple-800\/10{
  outline-color: rgb(107 33 168 / 0.1);
}

.outline-purple-800\/100{
  outline-color: rgb(107 33 168 / 1);
}

.outline-purple-800\/20{
  outline-color: rgb(107 33 168 / 0.2);
}

.outline-purple-800\/25{
  outline-color: rgb(107 33 168 / 0.25);
}

.outline-purple-800\/30{
  outline-color: rgb(107 33 168 / 0.3);
}

.outline-purple-800\/40{
  outline-color: rgb(107 33 168 / 0.4);
}

.outline-purple-800\/5{
  outline-color: rgb(107 33 168 / 0.05);
}

.outline-purple-800\/50{
  outline-color: rgb(107 33 168 / 0.5);
}

.outline-purple-800\/60{
  outline-color: rgb(107 33 168 / 0.6);
}

.outline-purple-800\/70{
  outline-color: rgb(107 33 168 / 0.7);
}

.outline-purple-800\/75{
  outline-color: rgb(107 33 168 / 0.75);
}

.outline-purple-800\/80{
  outline-color: rgb(107 33 168 / 0.8);
}

.outline-purple-800\/90{
  outline-color: rgb(107 33 168 / 0.9);
}

.outline-purple-800\/95{
  outline-color: rgb(107 33 168 / 0.95);
}

.outline-purple-900{
  outline-color: #581c87;
}

.outline-purple-900\/0{
  outline-color: rgb(88 28 135 / 0);
}

.outline-purple-900\/10{
  outline-color: rgb(88 28 135 / 0.1);
}

.outline-purple-900\/100{
  outline-color: rgb(88 28 135 / 1);
}

.outline-purple-900\/20{
  outline-color: rgb(88 28 135 / 0.2);
}

.outline-purple-900\/25{
  outline-color: rgb(88 28 135 / 0.25);
}

.outline-purple-900\/30{
  outline-color: rgb(88 28 135 / 0.3);
}

.outline-purple-900\/40{
  outline-color: rgb(88 28 135 / 0.4);
}

.outline-purple-900\/5{
  outline-color: rgb(88 28 135 / 0.05);
}

.outline-purple-900\/50{
  outline-color: rgb(88 28 135 / 0.5);
}

.outline-purple-900\/60{
  outline-color: rgb(88 28 135 / 0.6);
}

.outline-purple-900\/70{
  outline-color: rgb(88 28 135 / 0.7);
}

.outline-purple-900\/75{
  outline-color: rgb(88 28 135 / 0.75);
}

.outline-purple-900\/80{
  outline-color: rgb(88 28 135 / 0.8);
}

.outline-purple-900\/90{
  outline-color: rgb(88 28 135 / 0.9);
}

.outline-purple-900\/95{
  outline-color: rgb(88 28 135 / 0.95);
}

.outline-purple-950{
  outline-color: #3b0764;
}

.outline-purple-950\/0{
  outline-color: rgb(59 7 100 / 0);
}

.outline-purple-950\/10{
  outline-color: rgb(59 7 100 / 0.1);
}

.outline-purple-950\/100{
  outline-color: rgb(59 7 100 / 1);
}

.outline-purple-950\/20{
  outline-color: rgb(59 7 100 / 0.2);
}

.outline-purple-950\/25{
  outline-color: rgb(59 7 100 / 0.25);
}

.outline-purple-950\/30{
  outline-color: rgb(59 7 100 / 0.3);
}

.outline-purple-950\/40{
  outline-color: rgb(59 7 100 / 0.4);
}

.outline-purple-950\/5{
  outline-color: rgb(59 7 100 / 0.05);
}

.outline-purple-950\/50{
  outline-color: rgb(59 7 100 / 0.5);
}

.outline-purple-950\/60{
  outline-color: rgb(59 7 100 / 0.6);
}

.outline-purple-950\/70{
  outline-color: rgb(59 7 100 / 0.7);
}

.outline-purple-950\/75{
  outline-color: rgb(59 7 100 / 0.75);
}

.outline-purple-950\/80{
  outline-color: rgb(59 7 100 / 0.8);
}

.outline-purple-950\/90{
  outline-color: rgb(59 7 100 / 0.9);
}

.outline-purple-950\/95{
  outline-color: rgb(59 7 100 / 0.95);
}

.outline-red-100{
  outline-color: #fee2e2;
}

.outline-red-100\/0{
  outline-color: rgb(254 226 226 / 0);
}

.outline-red-100\/10{
  outline-color: rgb(254 226 226 / 0.1);
}

.outline-red-100\/100{
  outline-color: rgb(254 226 226 / 1);
}

.outline-red-100\/20{
  outline-color: rgb(254 226 226 / 0.2);
}

.outline-red-100\/25{
  outline-color: rgb(254 226 226 / 0.25);
}

.outline-red-100\/30{
  outline-color: rgb(254 226 226 / 0.3);
}

.outline-red-100\/40{
  outline-color: rgb(254 226 226 / 0.4);
}

.outline-red-100\/5{
  outline-color: rgb(254 226 226 / 0.05);
}

.outline-red-100\/50{
  outline-color: rgb(254 226 226 / 0.5);
}

.outline-red-100\/60{
  outline-color: rgb(254 226 226 / 0.6);
}

.outline-red-100\/70{
  outline-color: rgb(254 226 226 / 0.7);
}

.outline-red-100\/75{
  outline-color: rgb(254 226 226 / 0.75);
}

.outline-red-100\/80{
  outline-color: rgb(254 226 226 / 0.8);
}

.outline-red-100\/90{
  outline-color: rgb(254 226 226 / 0.9);
}

.outline-red-100\/95{
  outline-color: rgb(254 226 226 / 0.95);
}

.outline-red-200{
  outline-color: #fecaca;
}

.outline-red-200\/0{
  outline-color: rgb(254 202 202 / 0);
}

.outline-red-200\/10{
  outline-color: rgb(254 202 202 / 0.1);
}

.outline-red-200\/100{
  outline-color: rgb(254 202 202 / 1);
}

.outline-red-200\/20{
  outline-color: rgb(254 202 202 / 0.2);
}

.outline-red-200\/25{
  outline-color: rgb(254 202 202 / 0.25);
}

.outline-red-200\/30{
  outline-color: rgb(254 202 202 / 0.3);
}

.outline-red-200\/40{
  outline-color: rgb(254 202 202 / 0.4);
}

.outline-red-200\/5{
  outline-color: rgb(254 202 202 / 0.05);
}

.outline-red-200\/50{
  outline-color: rgb(254 202 202 / 0.5);
}

.outline-red-200\/60{
  outline-color: rgb(254 202 202 / 0.6);
}

.outline-red-200\/70{
  outline-color: rgb(254 202 202 / 0.7);
}

.outline-red-200\/75{
  outline-color: rgb(254 202 202 / 0.75);
}

.outline-red-200\/80{
  outline-color: rgb(254 202 202 / 0.8);
}

.outline-red-200\/90{
  outline-color: rgb(254 202 202 / 0.9);
}

.outline-red-200\/95{
  outline-color: rgb(254 202 202 / 0.95);
}

.outline-red-300{
  outline-color: #fca5a5;
}

.outline-red-300\/0{
  outline-color: rgb(252 165 165 / 0);
}

.outline-red-300\/10{
  outline-color: rgb(252 165 165 / 0.1);
}

.outline-red-300\/100{
  outline-color: rgb(252 165 165 / 1);
}

.outline-red-300\/20{
  outline-color: rgb(252 165 165 / 0.2);
}

.outline-red-300\/25{
  outline-color: rgb(252 165 165 / 0.25);
}

.outline-red-300\/30{
  outline-color: rgb(252 165 165 / 0.3);
}

.outline-red-300\/40{
  outline-color: rgb(252 165 165 / 0.4);
}

.outline-red-300\/5{
  outline-color: rgb(252 165 165 / 0.05);
}

.outline-red-300\/50{
  outline-color: rgb(252 165 165 / 0.5);
}

.outline-red-300\/60{
  outline-color: rgb(252 165 165 / 0.6);
}

.outline-red-300\/70{
  outline-color: rgb(252 165 165 / 0.7);
}

.outline-red-300\/75{
  outline-color: rgb(252 165 165 / 0.75);
}

.outline-red-300\/80{
  outline-color: rgb(252 165 165 / 0.8);
}

.outline-red-300\/90{
  outline-color: rgb(252 165 165 / 0.9);
}

.outline-red-300\/95{
  outline-color: rgb(252 165 165 / 0.95);
}

.outline-red-400{
  outline-color: #f87171;
}

.outline-red-400\/0{
  outline-color: rgb(248 113 113 / 0);
}

.outline-red-400\/10{
  outline-color: rgb(248 113 113 / 0.1);
}

.outline-red-400\/100{
  outline-color: rgb(248 113 113 / 1);
}

.outline-red-400\/20{
  outline-color: rgb(248 113 113 / 0.2);
}

.outline-red-400\/25{
  outline-color: rgb(248 113 113 / 0.25);
}

.outline-red-400\/30{
  outline-color: rgb(248 113 113 / 0.3);
}

.outline-red-400\/40{
  outline-color: rgb(248 113 113 / 0.4);
}

.outline-red-400\/5{
  outline-color: rgb(248 113 113 / 0.05);
}

.outline-red-400\/50{
  outline-color: rgb(248 113 113 / 0.5);
}

.outline-red-400\/60{
  outline-color: rgb(248 113 113 / 0.6);
}

.outline-red-400\/70{
  outline-color: rgb(248 113 113 / 0.7);
}

.outline-red-400\/75{
  outline-color: rgb(248 113 113 / 0.75);
}

.outline-red-400\/80{
  outline-color: rgb(248 113 113 / 0.8);
}

.outline-red-400\/90{
  outline-color: rgb(248 113 113 / 0.9);
}

.outline-red-400\/95{
  outline-color: rgb(248 113 113 / 0.95);
}

.outline-red-50{
  outline-color: #fef2f2;
}

.outline-red-50\/0{
  outline-color: rgb(254 242 242 / 0);
}

.outline-red-50\/10{
  outline-color: rgb(254 242 242 / 0.1);
}

.outline-red-50\/100{
  outline-color: rgb(254 242 242 / 1);
}

.outline-red-50\/20{
  outline-color: rgb(254 242 242 / 0.2);
}

.outline-red-50\/25{
  outline-color: rgb(254 242 242 / 0.25);
}

.outline-red-50\/30{
  outline-color: rgb(254 242 242 / 0.3);
}

.outline-red-50\/40{
  outline-color: rgb(254 242 242 / 0.4);
}

.outline-red-50\/5{
  outline-color: rgb(254 242 242 / 0.05);
}

.outline-red-50\/50{
  outline-color: rgb(254 242 242 / 0.5);
}

.outline-red-50\/60{
  outline-color: rgb(254 242 242 / 0.6);
}

.outline-red-50\/70{
  outline-color: rgb(254 242 242 / 0.7);
}

.outline-red-50\/75{
  outline-color: rgb(254 242 242 / 0.75);
}

.outline-red-50\/80{
  outline-color: rgb(254 242 242 / 0.8);
}

.outline-red-50\/90{
  outline-color: rgb(254 242 242 / 0.9);
}

.outline-red-50\/95{
  outline-color: rgb(254 242 242 / 0.95);
}

.outline-red-500{
  outline-color: #ef4444;
}

.outline-red-500\/0{
  outline-color: rgb(239 68 68 / 0);
}

.outline-red-500\/10{
  outline-color: rgb(239 68 68 / 0.1);
}

.outline-red-500\/100{
  outline-color: rgb(239 68 68 / 1);
}

.outline-red-500\/20{
  outline-color: rgb(239 68 68 / 0.2);
}

.outline-red-500\/25{
  outline-color: rgb(239 68 68 / 0.25);
}

.outline-red-500\/30{
  outline-color: rgb(239 68 68 / 0.3);
}

.outline-red-500\/40{
  outline-color: rgb(239 68 68 / 0.4);
}

.outline-red-500\/5{
  outline-color: rgb(239 68 68 / 0.05);
}

.outline-red-500\/50{
  outline-color: rgb(239 68 68 / 0.5);
}

.outline-red-500\/60{
  outline-color: rgb(239 68 68 / 0.6);
}

.outline-red-500\/70{
  outline-color: rgb(239 68 68 / 0.7);
}

.outline-red-500\/75{
  outline-color: rgb(239 68 68 / 0.75);
}

.outline-red-500\/80{
  outline-color: rgb(239 68 68 / 0.8);
}

.outline-red-500\/90{
  outline-color: rgb(239 68 68 / 0.9);
}

.outline-red-500\/95{
  outline-color: rgb(239 68 68 / 0.95);
}

.outline-red-600{
  outline-color: #dc2626;
}

.outline-red-600\/0{
  outline-color: rgb(220 38 38 / 0);
}

.outline-red-600\/10{
  outline-color: rgb(220 38 38 / 0.1);
}

.outline-red-600\/100{
  outline-color: rgb(220 38 38 / 1);
}

.outline-red-600\/20{
  outline-color: rgb(220 38 38 / 0.2);
}

.outline-red-600\/25{
  outline-color: rgb(220 38 38 / 0.25);
}

.outline-red-600\/30{
  outline-color: rgb(220 38 38 / 0.3);
}

.outline-red-600\/40{
  outline-color: rgb(220 38 38 / 0.4);
}

.outline-red-600\/5{
  outline-color: rgb(220 38 38 / 0.05);
}

.outline-red-600\/50{
  outline-color: rgb(220 38 38 / 0.5);
}

.outline-red-600\/60{
  outline-color: rgb(220 38 38 / 0.6);
}

.outline-red-600\/70{
  outline-color: rgb(220 38 38 / 0.7);
}

.outline-red-600\/75{
  outline-color: rgb(220 38 38 / 0.75);
}

.outline-red-600\/80{
  outline-color: rgb(220 38 38 / 0.8);
}

.outline-red-600\/90{
  outline-color: rgb(220 38 38 / 0.9);
}

.outline-red-600\/95{
  outline-color: rgb(220 38 38 / 0.95);
}

.outline-red-700{
  outline-color: #b91c1c;
}

.outline-red-700\/0{
  outline-color: rgb(185 28 28 / 0);
}

.outline-red-700\/10{
  outline-color: rgb(185 28 28 / 0.1);
}

.outline-red-700\/100{
  outline-color: rgb(185 28 28 / 1);
}

.outline-red-700\/20{
  outline-color: rgb(185 28 28 / 0.2);
}

.outline-red-700\/25{
  outline-color: rgb(185 28 28 / 0.25);
}

.outline-red-700\/30{
  outline-color: rgb(185 28 28 / 0.3);
}

.outline-red-700\/40{
  outline-color: rgb(185 28 28 / 0.4);
}

.outline-red-700\/5{
  outline-color: rgb(185 28 28 / 0.05);
}

.outline-red-700\/50{
  outline-color: rgb(185 28 28 / 0.5);
}

.outline-red-700\/60{
  outline-color: rgb(185 28 28 / 0.6);
}

.outline-red-700\/70{
  outline-color: rgb(185 28 28 / 0.7);
}

.outline-red-700\/75{
  outline-color: rgb(185 28 28 / 0.75);
}

.outline-red-700\/80{
  outline-color: rgb(185 28 28 / 0.8);
}

.outline-red-700\/90{
  outline-color: rgb(185 28 28 / 0.9);
}

.outline-red-700\/95{
  outline-color: rgb(185 28 28 / 0.95);
}

.outline-red-800{
  outline-color: #991b1b;
}

.outline-red-800\/0{
  outline-color: rgb(153 27 27 / 0);
}

.outline-red-800\/10{
  outline-color: rgb(153 27 27 / 0.1);
}

.outline-red-800\/100{
  outline-color: rgb(153 27 27 / 1);
}

.outline-red-800\/20{
  outline-color: rgb(153 27 27 / 0.2);
}

.outline-red-800\/25{
  outline-color: rgb(153 27 27 / 0.25);
}

.outline-red-800\/30{
  outline-color: rgb(153 27 27 / 0.3);
}

.outline-red-800\/40{
  outline-color: rgb(153 27 27 / 0.4);
}

.outline-red-800\/5{
  outline-color: rgb(153 27 27 / 0.05);
}

.outline-red-800\/50{
  outline-color: rgb(153 27 27 / 0.5);
}

.outline-red-800\/60{
  outline-color: rgb(153 27 27 / 0.6);
}

.outline-red-800\/70{
  outline-color: rgb(153 27 27 / 0.7);
}

.outline-red-800\/75{
  outline-color: rgb(153 27 27 / 0.75);
}

.outline-red-800\/80{
  outline-color: rgb(153 27 27 / 0.8);
}

.outline-red-800\/90{
  outline-color: rgb(153 27 27 / 0.9);
}

.outline-red-800\/95{
  outline-color: rgb(153 27 27 / 0.95);
}

.outline-red-900{
  outline-color: #7f1d1d;
}

.outline-red-900\/0{
  outline-color: rgb(127 29 29 / 0);
}

.outline-red-900\/10{
  outline-color: rgb(127 29 29 / 0.1);
}

.outline-red-900\/100{
  outline-color: rgb(127 29 29 / 1);
}

.outline-red-900\/20{
  outline-color: rgb(127 29 29 / 0.2);
}

.outline-red-900\/25{
  outline-color: rgb(127 29 29 / 0.25);
}

.outline-red-900\/30{
  outline-color: rgb(127 29 29 / 0.3);
}

.outline-red-900\/40{
  outline-color: rgb(127 29 29 / 0.4);
}

.outline-red-900\/5{
  outline-color: rgb(127 29 29 / 0.05);
}

.outline-red-900\/50{
  outline-color: rgb(127 29 29 / 0.5);
}

.outline-red-900\/60{
  outline-color: rgb(127 29 29 / 0.6);
}

.outline-red-900\/70{
  outline-color: rgb(127 29 29 / 0.7);
}

.outline-red-900\/75{
  outline-color: rgb(127 29 29 / 0.75);
}

.outline-red-900\/80{
  outline-color: rgb(127 29 29 / 0.8);
}

.outline-red-900\/90{
  outline-color: rgb(127 29 29 / 0.9);
}

.outline-red-900\/95{
  outline-color: rgb(127 29 29 / 0.95);
}

.outline-red-950{
  outline-color: #450a0a;
}

.outline-red-950\/0{
  outline-color: rgb(69 10 10 / 0);
}

.outline-red-950\/10{
  outline-color: rgb(69 10 10 / 0.1);
}

.outline-red-950\/100{
  outline-color: rgb(69 10 10 / 1);
}

.outline-red-950\/20{
  outline-color: rgb(69 10 10 / 0.2);
}

.outline-red-950\/25{
  outline-color: rgb(69 10 10 / 0.25);
}

.outline-red-950\/30{
  outline-color: rgb(69 10 10 / 0.3);
}

.outline-red-950\/40{
  outline-color: rgb(69 10 10 / 0.4);
}

.outline-red-950\/5{
  outline-color: rgb(69 10 10 / 0.05);
}

.outline-red-950\/50{
  outline-color: rgb(69 10 10 / 0.5);
}

.outline-red-950\/60{
  outline-color: rgb(69 10 10 / 0.6);
}

.outline-red-950\/70{
  outline-color: rgb(69 10 10 / 0.7);
}

.outline-red-950\/75{
  outline-color: rgb(69 10 10 / 0.75);
}

.outline-red-950\/80{
  outline-color: rgb(69 10 10 / 0.8);
}

.outline-red-950\/90{
  outline-color: rgb(69 10 10 / 0.9);
}

.outline-red-950\/95{
  outline-color: rgb(69 10 10 / 0.95);
}

.outline-rose-100{
  outline-color: #ffe4e6;
}

.outline-rose-100\/0{
  outline-color: rgb(255 228 230 / 0);
}

.outline-rose-100\/10{
  outline-color: rgb(255 228 230 / 0.1);
}

.outline-rose-100\/100{
  outline-color: rgb(255 228 230 / 1);
}

.outline-rose-100\/20{
  outline-color: rgb(255 228 230 / 0.2);
}

.outline-rose-100\/25{
  outline-color: rgb(255 228 230 / 0.25);
}

.outline-rose-100\/30{
  outline-color: rgb(255 228 230 / 0.3);
}

.outline-rose-100\/40{
  outline-color: rgb(255 228 230 / 0.4);
}

.outline-rose-100\/5{
  outline-color: rgb(255 228 230 / 0.05);
}

.outline-rose-100\/50{
  outline-color: rgb(255 228 230 / 0.5);
}

.outline-rose-100\/60{
  outline-color: rgb(255 228 230 / 0.6);
}

.outline-rose-100\/70{
  outline-color: rgb(255 228 230 / 0.7);
}

.outline-rose-100\/75{
  outline-color: rgb(255 228 230 / 0.75);
}

.outline-rose-100\/80{
  outline-color: rgb(255 228 230 / 0.8);
}

.outline-rose-100\/90{
  outline-color: rgb(255 228 230 / 0.9);
}

.outline-rose-100\/95{
  outline-color: rgb(255 228 230 / 0.95);
}

.outline-rose-200{
  outline-color: #fecdd3;
}

.outline-rose-200\/0{
  outline-color: rgb(254 205 211 / 0);
}

.outline-rose-200\/10{
  outline-color: rgb(254 205 211 / 0.1);
}

.outline-rose-200\/100{
  outline-color: rgb(254 205 211 / 1);
}

.outline-rose-200\/20{
  outline-color: rgb(254 205 211 / 0.2);
}

.outline-rose-200\/25{
  outline-color: rgb(254 205 211 / 0.25);
}

.outline-rose-200\/30{
  outline-color: rgb(254 205 211 / 0.3);
}

.outline-rose-200\/40{
  outline-color: rgb(254 205 211 / 0.4);
}

.outline-rose-200\/5{
  outline-color: rgb(254 205 211 / 0.05);
}

.outline-rose-200\/50{
  outline-color: rgb(254 205 211 / 0.5);
}

.outline-rose-200\/60{
  outline-color: rgb(254 205 211 / 0.6);
}

.outline-rose-200\/70{
  outline-color: rgb(254 205 211 / 0.7);
}

.outline-rose-200\/75{
  outline-color: rgb(254 205 211 / 0.75);
}

.outline-rose-200\/80{
  outline-color: rgb(254 205 211 / 0.8);
}

.outline-rose-200\/90{
  outline-color: rgb(254 205 211 / 0.9);
}

.outline-rose-200\/95{
  outline-color: rgb(254 205 211 / 0.95);
}

.outline-rose-300{
  outline-color: #fda4af;
}

.outline-rose-300\/0{
  outline-color: rgb(253 164 175 / 0);
}

.outline-rose-300\/10{
  outline-color: rgb(253 164 175 / 0.1);
}

.outline-rose-300\/100{
  outline-color: rgb(253 164 175 / 1);
}

.outline-rose-300\/20{
  outline-color: rgb(253 164 175 / 0.2);
}

.outline-rose-300\/25{
  outline-color: rgb(253 164 175 / 0.25);
}

.outline-rose-300\/30{
  outline-color: rgb(253 164 175 / 0.3);
}

.outline-rose-300\/40{
  outline-color: rgb(253 164 175 / 0.4);
}

.outline-rose-300\/5{
  outline-color: rgb(253 164 175 / 0.05);
}

.outline-rose-300\/50{
  outline-color: rgb(253 164 175 / 0.5);
}

.outline-rose-300\/60{
  outline-color: rgb(253 164 175 / 0.6);
}

.outline-rose-300\/70{
  outline-color: rgb(253 164 175 / 0.7);
}

.outline-rose-300\/75{
  outline-color: rgb(253 164 175 / 0.75);
}

.outline-rose-300\/80{
  outline-color: rgb(253 164 175 / 0.8);
}

.outline-rose-300\/90{
  outline-color: rgb(253 164 175 / 0.9);
}

.outline-rose-300\/95{
  outline-color: rgb(253 164 175 / 0.95);
}

.outline-rose-400{
  outline-color: #fb7185;
}

.outline-rose-400\/0{
  outline-color: rgb(251 113 133 / 0);
}

.outline-rose-400\/10{
  outline-color: rgb(251 113 133 / 0.1);
}

.outline-rose-400\/100{
  outline-color: rgb(251 113 133 / 1);
}

.outline-rose-400\/20{
  outline-color: rgb(251 113 133 / 0.2);
}

.outline-rose-400\/25{
  outline-color: rgb(251 113 133 / 0.25);
}

.outline-rose-400\/30{
  outline-color: rgb(251 113 133 / 0.3);
}

.outline-rose-400\/40{
  outline-color: rgb(251 113 133 / 0.4);
}

.outline-rose-400\/5{
  outline-color: rgb(251 113 133 / 0.05);
}

.outline-rose-400\/50{
  outline-color: rgb(251 113 133 / 0.5);
}

.outline-rose-400\/60{
  outline-color: rgb(251 113 133 / 0.6);
}

.outline-rose-400\/70{
  outline-color: rgb(251 113 133 / 0.7);
}

.outline-rose-400\/75{
  outline-color: rgb(251 113 133 / 0.75);
}

.outline-rose-400\/80{
  outline-color: rgb(251 113 133 / 0.8);
}

.outline-rose-400\/90{
  outline-color: rgb(251 113 133 / 0.9);
}

.outline-rose-400\/95{
  outline-color: rgb(251 113 133 / 0.95);
}

.outline-rose-50{
  outline-color: #fff1f2;
}

.outline-rose-50\/0{
  outline-color: rgb(255 241 242 / 0);
}

.outline-rose-50\/10{
  outline-color: rgb(255 241 242 / 0.1);
}

.outline-rose-50\/100{
  outline-color: rgb(255 241 242 / 1);
}

.outline-rose-50\/20{
  outline-color: rgb(255 241 242 / 0.2);
}

.outline-rose-50\/25{
  outline-color: rgb(255 241 242 / 0.25);
}

.outline-rose-50\/30{
  outline-color: rgb(255 241 242 / 0.3);
}

.outline-rose-50\/40{
  outline-color: rgb(255 241 242 / 0.4);
}

.outline-rose-50\/5{
  outline-color: rgb(255 241 242 / 0.05);
}

.outline-rose-50\/50{
  outline-color: rgb(255 241 242 / 0.5);
}

.outline-rose-50\/60{
  outline-color: rgb(255 241 242 / 0.6);
}

.outline-rose-50\/70{
  outline-color: rgb(255 241 242 / 0.7);
}

.outline-rose-50\/75{
  outline-color: rgb(255 241 242 / 0.75);
}

.outline-rose-50\/80{
  outline-color: rgb(255 241 242 / 0.8);
}

.outline-rose-50\/90{
  outline-color: rgb(255 241 242 / 0.9);
}

.outline-rose-50\/95{
  outline-color: rgb(255 241 242 / 0.95);
}

.outline-rose-500{
  outline-color: #f43f5e;
}

.outline-rose-500\/0{
  outline-color: rgb(244 63 94 / 0);
}

.outline-rose-500\/10{
  outline-color: rgb(244 63 94 / 0.1);
}

.outline-rose-500\/100{
  outline-color: rgb(244 63 94 / 1);
}

.outline-rose-500\/20{
  outline-color: rgb(244 63 94 / 0.2);
}

.outline-rose-500\/25{
  outline-color: rgb(244 63 94 / 0.25);
}

.outline-rose-500\/30{
  outline-color: rgb(244 63 94 / 0.3);
}

.outline-rose-500\/40{
  outline-color: rgb(244 63 94 / 0.4);
}

.outline-rose-500\/5{
  outline-color: rgb(244 63 94 / 0.05);
}

.outline-rose-500\/50{
  outline-color: rgb(244 63 94 / 0.5);
}

.outline-rose-500\/60{
  outline-color: rgb(244 63 94 / 0.6);
}

.outline-rose-500\/70{
  outline-color: rgb(244 63 94 / 0.7);
}

.outline-rose-500\/75{
  outline-color: rgb(244 63 94 / 0.75);
}

.outline-rose-500\/80{
  outline-color: rgb(244 63 94 / 0.8);
}

.outline-rose-500\/90{
  outline-color: rgb(244 63 94 / 0.9);
}

.outline-rose-500\/95{
  outline-color: rgb(244 63 94 / 0.95);
}

.outline-rose-600{
  outline-color: #e11d48;
}

.outline-rose-600\/0{
  outline-color: rgb(225 29 72 / 0);
}

.outline-rose-600\/10{
  outline-color: rgb(225 29 72 / 0.1);
}

.outline-rose-600\/100{
  outline-color: rgb(225 29 72 / 1);
}

.outline-rose-600\/20{
  outline-color: rgb(225 29 72 / 0.2);
}

.outline-rose-600\/25{
  outline-color: rgb(225 29 72 / 0.25);
}

.outline-rose-600\/30{
  outline-color: rgb(225 29 72 / 0.3);
}

.outline-rose-600\/40{
  outline-color: rgb(225 29 72 / 0.4);
}

.outline-rose-600\/5{
  outline-color: rgb(225 29 72 / 0.05);
}

.outline-rose-600\/50{
  outline-color: rgb(225 29 72 / 0.5);
}

.outline-rose-600\/60{
  outline-color: rgb(225 29 72 / 0.6);
}

.outline-rose-600\/70{
  outline-color: rgb(225 29 72 / 0.7);
}

.outline-rose-600\/75{
  outline-color: rgb(225 29 72 / 0.75);
}

.outline-rose-600\/80{
  outline-color: rgb(225 29 72 / 0.8);
}

.outline-rose-600\/90{
  outline-color: rgb(225 29 72 / 0.9);
}

.outline-rose-600\/95{
  outline-color: rgb(225 29 72 / 0.95);
}

.outline-rose-700{
  outline-color: #be123c;
}

.outline-rose-700\/0{
  outline-color: rgb(190 18 60 / 0);
}

.outline-rose-700\/10{
  outline-color: rgb(190 18 60 / 0.1);
}

.outline-rose-700\/100{
  outline-color: rgb(190 18 60 / 1);
}

.outline-rose-700\/20{
  outline-color: rgb(190 18 60 / 0.2);
}

.outline-rose-700\/25{
  outline-color: rgb(190 18 60 / 0.25);
}

.outline-rose-700\/30{
  outline-color: rgb(190 18 60 / 0.3);
}

.outline-rose-700\/40{
  outline-color: rgb(190 18 60 / 0.4);
}

.outline-rose-700\/5{
  outline-color: rgb(190 18 60 / 0.05);
}

.outline-rose-700\/50{
  outline-color: rgb(190 18 60 / 0.5);
}

.outline-rose-700\/60{
  outline-color: rgb(190 18 60 / 0.6);
}

.outline-rose-700\/70{
  outline-color: rgb(190 18 60 / 0.7);
}

.outline-rose-700\/75{
  outline-color: rgb(190 18 60 / 0.75);
}

.outline-rose-700\/80{
  outline-color: rgb(190 18 60 / 0.8);
}

.outline-rose-700\/90{
  outline-color: rgb(190 18 60 / 0.9);
}

.outline-rose-700\/95{
  outline-color: rgb(190 18 60 / 0.95);
}

.outline-rose-800{
  outline-color: #9f1239;
}

.outline-rose-800\/0{
  outline-color: rgb(159 18 57 / 0);
}

.outline-rose-800\/10{
  outline-color: rgb(159 18 57 / 0.1);
}

.outline-rose-800\/100{
  outline-color: rgb(159 18 57 / 1);
}

.outline-rose-800\/20{
  outline-color: rgb(159 18 57 / 0.2);
}

.outline-rose-800\/25{
  outline-color: rgb(159 18 57 / 0.25);
}

.outline-rose-800\/30{
  outline-color: rgb(159 18 57 / 0.3);
}

.outline-rose-800\/40{
  outline-color: rgb(159 18 57 / 0.4);
}

.outline-rose-800\/5{
  outline-color: rgb(159 18 57 / 0.05);
}

.outline-rose-800\/50{
  outline-color: rgb(159 18 57 / 0.5);
}

.outline-rose-800\/60{
  outline-color: rgb(159 18 57 / 0.6);
}

.outline-rose-800\/70{
  outline-color: rgb(159 18 57 / 0.7);
}

.outline-rose-800\/75{
  outline-color: rgb(159 18 57 / 0.75);
}

.outline-rose-800\/80{
  outline-color: rgb(159 18 57 / 0.8);
}

.outline-rose-800\/90{
  outline-color: rgb(159 18 57 / 0.9);
}

.outline-rose-800\/95{
  outline-color: rgb(159 18 57 / 0.95);
}

.outline-rose-900{
  outline-color: #881337;
}

.outline-rose-900\/0{
  outline-color: rgb(136 19 55 / 0);
}

.outline-rose-900\/10{
  outline-color: rgb(136 19 55 / 0.1);
}

.outline-rose-900\/100{
  outline-color: rgb(136 19 55 / 1);
}

.outline-rose-900\/20{
  outline-color: rgb(136 19 55 / 0.2);
}

.outline-rose-900\/25{
  outline-color: rgb(136 19 55 / 0.25);
}

.outline-rose-900\/30{
  outline-color: rgb(136 19 55 / 0.3);
}

.outline-rose-900\/40{
  outline-color: rgb(136 19 55 / 0.4);
}

.outline-rose-900\/5{
  outline-color: rgb(136 19 55 / 0.05);
}

.outline-rose-900\/50{
  outline-color: rgb(136 19 55 / 0.5);
}

.outline-rose-900\/60{
  outline-color: rgb(136 19 55 / 0.6);
}

.outline-rose-900\/70{
  outline-color: rgb(136 19 55 / 0.7);
}

.outline-rose-900\/75{
  outline-color: rgb(136 19 55 / 0.75);
}

.outline-rose-900\/80{
  outline-color: rgb(136 19 55 / 0.8);
}

.outline-rose-900\/90{
  outline-color: rgb(136 19 55 / 0.9);
}

.outline-rose-900\/95{
  outline-color: rgb(136 19 55 / 0.95);
}

.outline-rose-950{
  outline-color: #4c0519;
}

.outline-rose-950\/0{
  outline-color: rgb(76 5 25 / 0);
}

.outline-rose-950\/10{
  outline-color: rgb(76 5 25 / 0.1);
}

.outline-rose-950\/100{
  outline-color: rgb(76 5 25 / 1);
}

.outline-rose-950\/20{
  outline-color: rgb(76 5 25 / 0.2);
}

.outline-rose-950\/25{
  outline-color: rgb(76 5 25 / 0.25);
}

.outline-rose-950\/30{
  outline-color: rgb(76 5 25 / 0.3);
}

.outline-rose-950\/40{
  outline-color: rgb(76 5 25 / 0.4);
}

.outline-rose-950\/5{
  outline-color: rgb(76 5 25 / 0.05);
}

.outline-rose-950\/50{
  outline-color: rgb(76 5 25 / 0.5);
}

.outline-rose-950\/60{
  outline-color: rgb(76 5 25 / 0.6);
}

.outline-rose-950\/70{
  outline-color: rgb(76 5 25 / 0.7);
}

.outline-rose-950\/75{
  outline-color: rgb(76 5 25 / 0.75);
}

.outline-rose-950\/80{
  outline-color: rgb(76 5 25 / 0.8);
}

.outline-rose-950\/90{
  outline-color: rgb(76 5 25 / 0.9);
}

.outline-rose-950\/95{
  outline-color: rgb(76 5 25 / 0.95);
}

.outline-sky-100{
  outline-color: #e0f2fe;
}

.outline-sky-100\/0{
  outline-color: rgb(224 242 254 / 0);
}

.outline-sky-100\/10{
  outline-color: rgb(224 242 254 / 0.1);
}

.outline-sky-100\/100{
  outline-color: rgb(224 242 254 / 1);
}

.outline-sky-100\/20{
  outline-color: rgb(224 242 254 / 0.2);
}

.outline-sky-100\/25{
  outline-color: rgb(224 242 254 / 0.25);
}

.outline-sky-100\/30{
  outline-color: rgb(224 242 254 / 0.3);
}

.outline-sky-100\/40{
  outline-color: rgb(224 242 254 / 0.4);
}

.outline-sky-100\/5{
  outline-color: rgb(224 242 254 / 0.05);
}

.outline-sky-100\/50{
  outline-color: rgb(224 242 254 / 0.5);
}

.outline-sky-100\/60{
  outline-color: rgb(224 242 254 / 0.6);
}

.outline-sky-100\/70{
  outline-color: rgb(224 242 254 / 0.7);
}

.outline-sky-100\/75{
  outline-color: rgb(224 242 254 / 0.75);
}

.outline-sky-100\/80{
  outline-color: rgb(224 242 254 / 0.8);
}

.outline-sky-100\/90{
  outline-color: rgb(224 242 254 / 0.9);
}

.outline-sky-100\/95{
  outline-color: rgb(224 242 254 / 0.95);
}

.outline-sky-200{
  outline-color: #bae6fd;
}

.outline-sky-200\/0{
  outline-color: rgb(186 230 253 / 0);
}

.outline-sky-200\/10{
  outline-color: rgb(186 230 253 / 0.1);
}

.outline-sky-200\/100{
  outline-color: rgb(186 230 253 / 1);
}

.outline-sky-200\/20{
  outline-color: rgb(186 230 253 / 0.2);
}

.outline-sky-200\/25{
  outline-color: rgb(186 230 253 / 0.25);
}

.outline-sky-200\/30{
  outline-color: rgb(186 230 253 / 0.3);
}

.outline-sky-200\/40{
  outline-color: rgb(186 230 253 / 0.4);
}

.outline-sky-200\/5{
  outline-color: rgb(186 230 253 / 0.05);
}

.outline-sky-200\/50{
  outline-color: rgb(186 230 253 / 0.5);
}

.outline-sky-200\/60{
  outline-color: rgb(186 230 253 / 0.6);
}

.outline-sky-200\/70{
  outline-color: rgb(186 230 253 / 0.7);
}

.outline-sky-200\/75{
  outline-color: rgb(186 230 253 / 0.75);
}

.outline-sky-200\/80{
  outline-color: rgb(186 230 253 / 0.8);
}

.outline-sky-200\/90{
  outline-color: rgb(186 230 253 / 0.9);
}

.outline-sky-200\/95{
  outline-color: rgb(186 230 253 / 0.95);
}

.outline-sky-300{
  outline-color: #7dd3fc;
}

.outline-sky-300\/0{
  outline-color: rgb(125 211 252 / 0);
}

.outline-sky-300\/10{
  outline-color: rgb(125 211 252 / 0.1);
}

.outline-sky-300\/100{
  outline-color: rgb(125 211 252 / 1);
}

.outline-sky-300\/20{
  outline-color: rgb(125 211 252 / 0.2);
}

.outline-sky-300\/25{
  outline-color: rgb(125 211 252 / 0.25);
}

.outline-sky-300\/30{
  outline-color: rgb(125 211 252 / 0.3);
}

.outline-sky-300\/40{
  outline-color: rgb(125 211 252 / 0.4);
}

.outline-sky-300\/5{
  outline-color: rgb(125 211 252 / 0.05);
}

.outline-sky-300\/50{
  outline-color: rgb(125 211 252 / 0.5);
}

.outline-sky-300\/60{
  outline-color: rgb(125 211 252 / 0.6);
}

.outline-sky-300\/70{
  outline-color: rgb(125 211 252 / 0.7);
}

.outline-sky-300\/75{
  outline-color: rgb(125 211 252 / 0.75);
}

.outline-sky-300\/80{
  outline-color: rgb(125 211 252 / 0.8);
}

.outline-sky-300\/90{
  outline-color: rgb(125 211 252 / 0.9);
}

.outline-sky-300\/95{
  outline-color: rgb(125 211 252 / 0.95);
}

.outline-sky-400{
  outline-color: #38bdf8;
}

.outline-sky-400\/0{
  outline-color: rgb(56 189 248 / 0);
}

.outline-sky-400\/10{
  outline-color: rgb(56 189 248 / 0.1);
}

.outline-sky-400\/100{
  outline-color: rgb(56 189 248 / 1);
}

.outline-sky-400\/20{
  outline-color: rgb(56 189 248 / 0.2);
}

.outline-sky-400\/25{
  outline-color: rgb(56 189 248 / 0.25);
}

.outline-sky-400\/30{
  outline-color: rgb(56 189 248 / 0.3);
}

.outline-sky-400\/40{
  outline-color: rgb(56 189 248 / 0.4);
}

.outline-sky-400\/5{
  outline-color: rgb(56 189 248 / 0.05);
}

.outline-sky-400\/50{
  outline-color: rgb(56 189 248 / 0.5);
}

.outline-sky-400\/60{
  outline-color: rgb(56 189 248 / 0.6);
}

.outline-sky-400\/70{
  outline-color: rgb(56 189 248 / 0.7);
}

.outline-sky-400\/75{
  outline-color: rgb(56 189 248 / 0.75);
}

.outline-sky-400\/80{
  outline-color: rgb(56 189 248 / 0.8);
}

.outline-sky-400\/90{
  outline-color: rgb(56 189 248 / 0.9);
}

.outline-sky-400\/95{
  outline-color: rgb(56 189 248 / 0.95);
}

.outline-sky-50{
  outline-color: #f0f9ff;
}

.outline-sky-50\/0{
  outline-color: rgb(240 249 255 / 0);
}

.outline-sky-50\/10{
  outline-color: rgb(240 249 255 / 0.1);
}

.outline-sky-50\/100{
  outline-color: rgb(240 249 255 / 1);
}

.outline-sky-50\/20{
  outline-color: rgb(240 249 255 / 0.2);
}

.outline-sky-50\/25{
  outline-color: rgb(240 249 255 / 0.25);
}

.outline-sky-50\/30{
  outline-color: rgb(240 249 255 / 0.3);
}

.outline-sky-50\/40{
  outline-color: rgb(240 249 255 / 0.4);
}

.outline-sky-50\/5{
  outline-color: rgb(240 249 255 / 0.05);
}

.outline-sky-50\/50{
  outline-color: rgb(240 249 255 / 0.5);
}

.outline-sky-50\/60{
  outline-color: rgb(240 249 255 / 0.6);
}

.outline-sky-50\/70{
  outline-color: rgb(240 249 255 / 0.7);
}

.outline-sky-50\/75{
  outline-color: rgb(240 249 255 / 0.75);
}

.outline-sky-50\/80{
  outline-color: rgb(240 249 255 / 0.8);
}

.outline-sky-50\/90{
  outline-color: rgb(240 249 255 / 0.9);
}

.outline-sky-50\/95{
  outline-color: rgb(240 249 255 / 0.95);
}

.outline-sky-500{
  outline-color: #0ea5e9;
}

.outline-sky-500\/0{
  outline-color: rgb(14 165 233 / 0);
}

.outline-sky-500\/10{
  outline-color: rgb(14 165 233 / 0.1);
}

.outline-sky-500\/100{
  outline-color: rgb(14 165 233 / 1);
}

.outline-sky-500\/20{
  outline-color: rgb(14 165 233 / 0.2);
}

.outline-sky-500\/25{
  outline-color: rgb(14 165 233 / 0.25);
}

.outline-sky-500\/30{
  outline-color: rgb(14 165 233 / 0.3);
}

.outline-sky-500\/40{
  outline-color: rgb(14 165 233 / 0.4);
}

.outline-sky-500\/5{
  outline-color: rgb(14 165 233 / 0.05);
}

.outline-sky-500\/50{
  outline-color: rgb(14 165 233 / 0.5);
}

.outline-sky-500\/60{
  outline-color: rgb(14 165 233 / 0.6);
}

.outline-sky-500\/70{
  outline-color: rgb(14 165 233 / 0.7);
}

.outline-sky-500\/75{
  outline-color: rgb(14 165 233 / 0.75);
}

.outline-sky-500\/80{
  outline-color: rgb(14 165 233 / 0.8);
}

.outline-sky-500\/90{
  outline-color: rgb(14 165 233 / 0.9);
}

.outline-sky-500\/95{
  outline-color: rgb(14 165 233 / 0.95);
}

.outline-sky-600{
  outline-color: #0284c7;
}

.outline-sky-600\/0{
  outline-color: rgb(2 132 199 / 0);
}

.outline-sky-600\/10{
  outline-color: rgb(2 132 199 / 0.1);
}

.outline-sky-600\/100{
  outline-color: rgb(2 132 199 / 1);
}

.outline-sky-600\/20{
  outline-color: rgb(2 132 199 / 0.2);
}

.outline-sky-600\/25{
  outline-color: rgb(2 132 199 / 0.25);
}

.outline-sky-600\/30{
  outline-color: rgb(2 132 199 / 0.3);
}

.outline-sky-600\/40{
  outline-color: rgb(2 132 199 / 0.4);
}

.outline-sky-600\/5{
  outline-color: rgb(2 132 199 / 0.05);
}

.outline-sky-600\/50{
  outline-color: rgb(2 132 199 / 0.5);
}

.outline-sky-600\/60{
  outline-color: rgb(2 132 199 / 0.6);
}

.outline-sky-600\/70{
  outline-color: rgb(2 132 199 / 0.7);
}

.outline-sky-600\/75{
  outline-color: rgb(2 132 199 / 0.75);
}

.outline-sky-600\/80{
  outline-color: rgb(2 132 199 / 0.8);
}

.outline-sky-600\/90{
  outline-color: rgb(2 132 199 / 0.9);
}

.outline-sky-600\/95{
  outline-color: rgb(2 132 199 / 0.95);
}

.outline-sky-700{
  outline-color: #0369a1;
}

.outline-sky-700\/0{
  outline-color: rgb(3 105 161 / 0);
}

.outline-sky-700\/10{
  outline-color: rgb(3 105 161 / 0.1);
}

.outline-sky-700\/100{
  outline-color: rgb(3 105 161 / 1);
}

.outline-sky-700\/20{
  outline-color: rgb(3 105 161 / 0.2);
}

.outline-sky-700\/25{
  outline-color: rgb(3 105 161 / 0.25);
}

.outline-sky-700\/30{
  outline-color: rgb(3 105 161 / 0.3);
}

.outline-sky-700\/40{
  outline-color: rgb(3 105 161 / 0.4);
}

.outline-sky-700\/5{
  outline-color: rgb(3 105 161 / 0.05);
}

.outline-sky-700\/50{
  outline-color: rgb(3 105 161 / 0.5);
}

.outline-sky-700\/60{
  outline-color: rgb(3 105 161 / 0.6);
}

.outline-sky-700\/70{
  outline-color: rgb(3 105 161 / 0.7);
}

.outline-sky-700\/75{
  outline-color: rgb(3 105 161 / 0.75);
}

.outline-sky-700\/80{
  outline-color: rgb(3 105 161 / 0.8);
}

.outline-sky-700\/90{
  outline-color: rgb(3 105 161 / 0.9);
}

.outline-sky-700\/95{
  outline-color: rgb(3 105 161 / 0.95);
}

.outline-sky-800{
  outline-color: #075985;
}

.outline-sky-800\/0{
  outline-color: rgb(7 89 133 / 0);
}

.outline-sky-800\/10{
  outline-color: rgb(7 89 133 / 0.1);
}

.outline-sky-800\/100{
  outline-color: rgb(7 89 133 / 1);
}

.outline-sky-800\/20{
  outline-color: rgb(7 89 133 / 0.2);
}

.outline-sky-800\/25{
  outline-color: rgb(7 89 133 / 0.25);
}

.outline-sky-800\/30{
  outline-color: rgb(7 89 133 / 0.3);
}

.outline-sky-800\/40{
  outline-color: rgb(7 89 133 / 0.4);
}

.outline-sky-800\/5{
  outline-color: rgb(7 89 133 / 0.05);
}

.outline-sky-800\/50{
  outline-color: rgb(7 89 133 / 0.5);
}

.outline-sky-800\/60{
  outline-color: rgb(7 89 133 / 0.6);
}

.outline-sky-800\/70{
  outline-color: rgb(7 89 133 / 0.7);
}

.outline-sky-800\/75{
  outline-color: rgb(7 89 133 / 0.75);
}

.outline-sky-800\/80{
  outline-color: rgb(7 89 133 / 0.8);
}

.outline-sky-800\/90{
  outline-color: rgb(7 89 133 / 0.9);
}

.outline-sky-800\/95{
  outline-color: rgb(7 89 133 / 0.95);
}

.outline-sky-900{
  outline-color: #0c4a6e;
}

.outline-sky-900\/0{
  outline-color: rgb(12 74 110 / 0);
}

.outline-sky-900\/10{
  outline-color: rgb(12 74 110 / 0.1);
}

.outline-sky-900\/100{
  outline-color: rgb(12 74 110 / 1);
}

.outline-sky-900\/20{
  outline-color: rgb(12 74 110 / 0.2);
}

.outline-sky-900\/25{
  outline-color: rgb(12 74 110 / 0.25);
}

.outline-sky-900\/30{
  outline-color: rgb(12 74 110 / 0.3);
}

.outline-sky-900\/40{
  outline-color: rgb(12 74 110 / 0.4);
}

.outline-sky-900\/5{
  outline-color: rgb(12 74 110 / 0.05);
}

.outline-sky-900\/50{
  outline-color: rgb(12 74 110 / 0.5);
}

.outline-sky-900\/60{
  outline-color: rgb(12 74 110 / 0.6);
}

.outline-sky-900\/70{
  outline-color: rgb(12 74 110 / 0.7);
}

.outline-sky-900\/75{
  outline-color: rgb(12 74 110 / 0.75);
}

.outline-sky-900\/80{
  outline-color: rgb(12 74 110 / 0.8);
}

.outline-sky-900\/90{
  outline-color: rgb(12 74 110 / 0.9);
}

.outline-sky-900\/95{
  outline-color: rgb(12 74 110 / 0.95);
}

.outline-sky-950{
  outline-color: #082f49;
}

.outline-sky-950\/0{
  outline-color: rgb(8 47 73 / 0);
}

.outline-sky-950\/10{
  outline-color: rgb(8 47 73 / 0.1);
}

.outline-sky-950\/100{
  outline-color: rgb(8 47 73 / 1);
}

.outline-sky-950\/20{
  outline-color: rgb(8 47 73 / 0.2);
}

.outline-sky-950\/25{
  outline-color: rgb(8 47 73 / 0.25);
}

.outline-sky-950\/30{
  outline-color: rgb(8 47 73 / 0.3);
}

.outline-sky-950\/40{
  outline-color: rgb(8 47 73 / 0.4);
}

.outline-sky-950\/5{
  outline-color: rgb(8 47 73 / 0.05);
}

.outline-sky-950\/50{
  outline-color: rgb(8 47 73 / 0.5);
}

.outline-sky-950\/60{
  outline-color: rgb(8 47 73 / 0.6);
}

.outline-sky-950\/70{
  outline-color: rgb(8 47 73 / 0.7);
}

.outline-sky-950\/75{
  outline-color: rgb(8 47 73 / 0.75);
}

.outline-sky-950\/80{
  outline-color: rgb(8 47 73 / 0.8);
}

.outline-sky-950\/90{
  outline-color: rgb(8 47 73 / 0.9);
}

.outline-sky-950\/95{
  outline-color: rgb(8 47 73 / 0.95);
}

.outline-slate-100{
  outline-color: #f1f5f9;
}

.outline-slate-100\/0{
  outline-color: rgb(241 245 249 / 0);
}

.outline-slate-100\/10{
  outline-color: rgb(241 245 249 / 0.1);
}

.outline-slate-100\/100{
  outline-color: rgb(241 245 249 / 1);
}

.outline-slate-100\/20{
  outline-color: rgb(241 245 249 / 0.2);
}

.outline-slate-100\/25{
  outline-color: rgb(241 245 249 / 0.25);
}

.outline-slate-100\/30{
  outline-color: rgb(241 245 249 / 0.3);
}

.outline-slate-100\/40{
  outline-color: rgb(241 245 249 / 0.4);
}

.outline-slate-100\/5{
  outline-color: rgb(241 245 249 / 0.05);
}

.outline-slate-100\/50{
  outline-color: rgb(241 245 249 / 0.5);
}

.outline-slate-100\/60{
  outline-color: rgb(241 245 249 / 0.6);
}

.outline-slate-100\/70{
  outline-color: rgb(241 245 249 / 0.7);
}

.outline-slate-100\/75{
  outline-color: rgb(241 245 249 / 0.75);
}

.outline-slate-100\/80{
  outline-color: rgb(241 245 249 / 0.8);
}

.outline-slate-100\/90{
  outline-color: rgb(241 245 249 / 0.9);
}

.outline-slate-100\/95{
  outline-color: rgb(241 245 249 / 0.95);
}

.outline-slate-200{
  outline-color: #e2e8f0;
}

.outline-slate-200\/0{
  outline-color: rgb(226 232 240 / 0);
}

.outline-slate-200\/10{
  outline-color: rgb(226 232 240 / 0.1);
}

.outline-slate-200\/100{
  outline-color: rgb(226 232 240 / 1);
}

.outline-slate-200\/20{
  outline-color: rgb(226 232 240 / 0.2);
}

.outline-slate-200\/25{
  outline-color: rgb(226 232 240 / 0.25);
}

.outline-slate-200\/30{
  outline-color: rgb(226 232 240 / 0.3);
}

.outline-slate-200\/40{
  outline-color: rgb(226 232 240 / 0.4);
}

.outline-slate-200\/5{
  outline-color: rgb(226 232 240 / 0.05);
}

.outline-slate-200\/50{
  outline-color: rgb(226 232 240 / 0.5);
}

.outline-slate-200\/60{
  outline-color: rgb(226 232 240 / 0.6);
}

.outline-slate-200\/70{
  outline-color: rgb(226 232 240 / 0.7);
}

.outline-slate-200\/75{
  outline-color: rgb(226 232 240 / 0.75);
}

.outline-slate-200\/80{
  outline-color: rgb(226 232 240 / 0.8);
}

.outline-slate-200\/90{
  outline-color: rgb(226 232 240 / 0.9);
}

.outline-slate-200\/95{
  outline-color: rgb(226 232 240 / 0.95);
}

.outline-slate-300{
  outline-color: #cbd5e1;
}

.outline-slate-300\/0{
  outline-color: rgb(203 213 225 / 0);
}

.outline-slate-300\/10{
  outline-color: rgb(203 213 225 / 0.1);
}

.outline-slate-300\/100{
  outline-color: rgb(203 213 225 / 1);
}

.outline-slate-300\/20{
  outline-color: rgb(203 213 225 / 0.2);
}

.outline-slate-300\/25{
  outline-color: rgb(203 213 225 / 0.25);
}

.outline-slate-300\/30{
  outline-color: rgb(203 213 225 / 0.3);
}

.outline-slate-300\/40{
  outline-color: rgb(203 213 225 / 0.4);
}

.outline-slate-300\/5{
  outline-color: rgb(203 213 225 / 0.05);
}

.outline-slate-300\/50{
  outline-color: rgb(203 213 225 / 0.5);
}

.outline-slate-300\/60{
  outline-color: rgb(203 213 225 / 0.6);
}

.outline-slate-300\/70{
  outline-color: rgb(203 213 225 / 0.7);
}

.outline-slate-300\/75{
  outline-color: rgb(203 213 225 / 0.75);
}

.outline-slate-300\/80{
  outline-color: rgb(203 213 225 / 0.8);
}

.outline-slate-300\/90{
  outline-color: rgb(203 213 225 / 0.9);
}

.outline-slate-300\/95{
  outline-color: rgb(203 213 225 / 0.95);
}

.outline-slate-400{
  outline-color: #94a3b8;
}

.outline-slate-400\/0{
  outline-color: rgb(148 163 184 / 0);
}

.outline-slate-400\/10{
  outline-color: rgb(148 163 184 / 0.1);
}

.outline-slate-400\/100{
  outline-color: rgb(148 163 184 / 1);
}

.outline-slate-400\/20{
  outline-color: rgb(148 163 184 / 0.2);
}

.outline-slate-400\/25{
  outline-color: rgb(148 163 184 / 0.25);
}

.outline-slate-400\/30{
  outline-color: rgb(148 163 184 / 0.3);
}

.outline-slate-400\/40{
  outline-color: rgb(148 163 184 / 0.4);
}

.outline-slate-400\/5{
  outline-color: rgb(148 163 184 / 0.05);
}

.outline-slate-400\/50{
  outline-color: rgb(148 163 184 / 0.5);
}

.outline-slate-400\/60{
  outline-color: rgb(148 163 184 / 0.6);
}

.outline-slate-400\/70{
  outline-color: rgb(148 163 184 / 0.7);
}

.outline-slate-400\/75{
  outline-color: rgb(148 163 184 / 0.75);
}

.outline-slate-400\/80{
  outline-color: rgb(148 163 184 / 0.8);
}

.outline-slate-400\/90{
  outline-color: rgb(148 163 184 / 0.9);
}

.outline-slate-400\/95{
  outline-color: rgb(148 163 184 / 0.95);
}

.outline-slate-50{
  outline-color: #f8fafc;
}

.outline-slate-50\/0{
  outline-color: rgb(248 250 252 / 0);
}

.outline-slate-50\/10{
  outline-color: rgb(248 250 252 / 0.1);
}

.outline-slate-50\/100{
  outline-color: rgb(248 250 252 / 1);
}

.outline-slate-50\/20{
  outline-color: rgb(248 250 252 / 0.2);
}

.outline-slate-50\/25{
  outline-color: rgb(248 250 252 / 0.25);
}

.outline-slate-50\/30{
  outline-color: rgb(248 250 252 / 0.3);
}

.outline-slate-50\/40{
  outline-color: rgb(248 250 252 / 0.4);
}

.outline-slate-50\/5{
  outline-color: rgb(248 250 252 / 0.05);
}

.outline-slate-50\/50{
  outline-color: rgb(248 250 252 / 0.5);
}

.outline-slate-50\/60{
  outline-color: rgb(248 250 252 / 0.6);
}

.outline-slate-50\/70{
  outline-color: rgb(248 250 252 / 0.7);
}

.outline-slate-50\/75{
  outline-color: rgb(248 250 252 / 0.75);
}

.outline-slate-50\/80{
  outline-color: rgb(248 250 252 / 0.8);
}

.outline-slate-50\/90{
  outline-color: rgb(248 250 252 / 0.9);
}

.outline-slate-50\/95{
  outline-color: rgb(248 250 252 / 0.95);
}

.outline-slate-500{
  outline-color: #64748b;
}

.outline-slate-500\/0{
  outline-color: rgb(100 116 139 / 0);
}

.outline-slate-500\/10{
  outline-color: rgb(100 116 139 / 0.1);
}

.outline-slate-500\/100{
  outline-color: rgb(100 116 139 / 1);
}

.outline-slate-500\/20{
  outline-color: rgb(100 116 139 / 0.2);
}

.outline-slate-500\/25{
  outline-color: rgb(100 116 139 / 0.25);
}

.outline-slate-500\/30{
  outline-color: rgb(100 116 139 / 0.3);
}

.outline-slate-500\/40{
  outline-color: rgb(100 116 139 / 0.4);
}

.outline-slate-500\/5{
  outline-color: rgb(100 116 139 / 0.05);
}

.outline-slate-500\/50{
  outline-color: rgb(100 116 139 / 0.5);
}

.outline-slate-500\/60{
  outline-color: rgb(100 116 139 / 0.6);
}

.outline-slate-500\/70{
  outline-color: rgb(100 116 139 / 0.7);
}

.outline-slate-500\/75{
  outline-color: rgb(100 116 139 / 0.75);
}

.outline-slate-500\/80{
  outline-color: rgb(100 116 139 / 0.8);
}

.outline-slate-500\/90{
  outline-color: rgb(100 116 139 / 0.9);
}

.outline-slate-500\/95{
  outline-color: rgb(100 116 139 / 0.95);
}

.outline-slate-600{
  outline-color: #475569;
}

.outline-slate-600\/0{
  outline-color: rgb(71 85 105 / 0);
}

.outline-slate-600\/10{
  outline-color: rgb(71 85 105 / 0.1);
}

.outline-slate-600\/100{
  outline-color: rgb(71 85 105 / 1);
}

.outline-slate-600\/20{
  outline-color: rgb(71 85 105 / 0.2);
}

.outline-slate-600\/25{
  outline-color: rgb(71 85 105 / 0.25);
}

.outline-slate-600\/30{
  outline-color: rgb(71 85 105 / 0.3);
}

.outline-slate-600\/40{
  outline-color: rgb(71 85 105 / 0.4);
}

.outline-slate-600\/5{
  outline-color: rgb(71 85 105 / 0.05);
}

.outline-slate-600\/50{
  outline-color: rgb(71 85 105 / 0.5);
}

.outline-slate-600\/60{
  outline-color: rgb(71 85 105 / 0.6);
}

.outline-slate-600\/70{
  outline-color: rgb(71 85 105 / 0.7);
}

.outline-slate-600\/75{
  outline-color: rgb(71 85 105 / 0.75);
}

.outline-slate-600\/80{
  outline-color: rgb(71 85 105 / 0.8);
}

.outline-slate-600\/90{
  outline-color: rgb(71 85 105 / 0.9);
}

.outline-slate-600\/95{
  outline-color: rgb(71 85 105 / 0.95);
}

.outline-slate-700{
  outline-color: #334155;
}

.outline-slate-700\/0{
  outline-color: rgb(51 65 85 / 0);
}

.outline-slate-700\/10{
  outline-color: rgb(51 65 85 / 0.1);
}

.outline-slate-700\/100{
  outline-color: rgb(51 65 85 / 1);
}

.outline-slate-700\/20{
  outline-color: rgb(51 65 85 / 0.2);
}

.outline-slate-700\/25{
  outline-color: rgb(51 65 85 / 0.25);
}

.outline-slate-700\/30{
  outline-color: rgb(51 65 85 / 0.3);
}

.outline-slate-700\/40{
  outline-color: rgb(51 65 85 / 0.4);
}

.outline-slate-700\/5{
  outline-color: rgb(51 65 85 / 0.05);
}

.outline-slate-700\/50{
  outline-color: rgb(51 65 85 / 0.5);
}

.outline-slate-700\/60{
  outline-color: rgb(51 65 85 / 0.6);
}

.outline-slate-700\/70{
  outline-color: rgb(51 65 85 / 0.7);
}

.outline-slate-700\/75{
  outline-color: rgb(51 65 85 / 0.75);
}

.outline-slate-700\/80{
  outline-color: rgb(51 65 85 / 0.8);
}

.outline-slate-700\/90{
  outline-color: rgb(51 65 85 / 0.9);
}

.outline-slate-700\/95{
  outline-color: rgb(51 65 85 / 0.95);
}

.outline-slate-800{
  outline-color: #1e293b;
}

.outline-slate-800\/0{
  outline-color: rgb(30 41 59 / 0);
}

.outline-slate-800\/10{
  outline-color: rgb(30 41 59 / 0.1);
}

.outline-slate-800\/100{
  outline-color: rgb(30 41 59 / 1);
}

.outline-slate-800\/20{
  outline-color: rgb(30 41 59 / 0.2);
}

.outline-slate-800\/25{
  outline-color: rgb(30 41 59 / 0.25);
}

.outline-slate-800\/30{
  outline-color: rgb(30 41 59 / 0.3);
}

.outline-slate-800\/40{
  outline-color: rgb(30 41 59 / 0.4);
}

.outline-slate-800\/5{
  outline-color: rgb(30 41 59 / 0.05);
}

.outline-slate-800\/50{
  outline-color: rgb(30 41 59 / 0.5);
}

.outline-slate-800\/60{
  outline-color: rgb(30 41 59 / 0.6);
}

.outline-slate-800\/70{
  outline-color: rgb(30 41 59 / 0.7);
}

.outline-slate-800\/75{
  outline-color: rgb(30 41 59 / 0.75);
}

.outline-slate-800\/80{
  outline-color: rgb(30 41 59 / 0.8);
}

.outline-slate-800\/90{
  outline-color: rgb(30 41 59 / 0.9);
}

.outline-slate-800\/95{
  outline-color: rgb(30 41 59 / 0.95);
}

.outline-slate-900{
  outline-color: #0f172a;
}

.outline-slate-900\/0{
  outline-color: rgb(15 23 42 / 0);
}

.outline-slate-900\/10{
  outline-color: rgb(15 23 42 / 0.1);
}

.outline-slate-900\/100{
  outline-color: rgb(15 23 42 / 1);
}

.outline-slate-900\/20{
  outline-color: rgb(15 23 42 / 0.2);
}

.outline-slate-900\/25{
  outline-color: rgb(15 23 42 / 0.25);
}

.outline-slate-900\/30{
  outline-color: rgb(15 23 42 / 0.3);
}

.outline-slate-900\/40{
  outline-color: rgb(15 23 42 / 0.4);
}

.outline-slate-900\/5{
  outline-color: rgb(15 23 42 / 0.05);
}

.outline-slate-900\/50{
  outline-color: rgb(15 23 42 / 0.5);
}

.outline-slate-900\/60{
  outline-color: rgb(15 23 42 / 0.6);
}

.outline-slate-900\/70{
  outline-color: rgb(15 23 42 / 0.7);
}

.outline-slate-900\/75{
  outline-color: rgb(15 23 42 / 0.75);
}

.outline-slate-900\/80{
  outline-color: rgb(15 23 42 / 0.8);
}

.outline-slate-900\/90{
  outline-color: rgb(15 23 42 / 0.9);
}

.outline-slate-900\/95{
  outline-color: rgb(15 23 42 / 0.95);
}

.outline-slate-950{
  outline-color: #020617;
}

.outline-slate-950\/0{
  outline-color: rgb(2 6 23 / 0);
}

.outline-slate-950\/10{
  outline-color: rgb(2 6 23 / 0.1);
}

.outline-slate-950\/100{
  outline-color: rgb(2 6 23 / 1);
}

.outline-slate-950\/20{
  outline-color: rgb(2 6 23 / 0.2);
}

.outline-slate-950\/25{
  outline-color: rgb(2 6 23 / 0.25);
}

.outline-slate-950\/30{
  outline-color: rgb(2 6 23 / 0.3);
}

.outline-slate-950\/40{
  outline-color: rgb(2 6 23 / 0.4);
}

.outline-slate-950\/5{
  outline-color: rgb(2 6 23 / 0.05);
}

.outline-slate-950\/50{
  outline-color: rgb(2 6 23 / 0.5);
}

.outline-slate-950\/60{
  outline-color: rgb(2 6 23 / 0.6);
}

.outline-slate-950\/70{
  outline-color: rgb(2 6 23 / 0.7);
}

.outline-slate-950\/75{
  outline-color: rgb(2 6 23 / 0.75);
}

.outline-slate-950\/80{
  outline-color: rgb(2 6 23 / 0.8);
}

.outline-slate-950\/90{
  outline-color: rgb(2 6 23 / 0.9);
}

.outline-slate-950\/95{
  outline-color: rgb(2 6 23 / 0.95);
}

.outline-stone-100{
  outline-color: #f5f5f4;
}

.outline-stone-100\/0{
  outline-color: rgb(245 245 244 / 0);
}

.outline-stone-100\/10{
  outline-color: rgb(245 245 244 / 0.1);
}

.outline-stone-100\/100{
  outline-color: rgb(245 245 244 / 1);
}

.outline-stone-100\/20{
  outline-color: rgb(245 245 244 / 0.2);
}

.outline-stone-100\/25{
  outline-color: rgb(245 245 244 / 0.25);
}

.outline-stone-100\/30{
  outline-color: rgb(245 245 244 / 0.3);
}

.outline-stone-100\/40{
  outline-color: rgb(245 245 244 / 0.4);
}

.outline-stone-100\/5{
  outline-color: rgb(245 245 244 / 0.05);
}

.outline-stone-100\/50{
  outline-color: rgb(245 245 244 / 0.5);
}

.outline-stone-100\/60{
  outline-color: rgb(245 245 244 / 0.6);
}

.outline-stone-100\/70{
  outline-color: rgb(245 245 244 / 0.7);
}

.outline-stone-100\/75{
  outline-color: rgb(245 245 244 / 0.75);
}

.outline-stone-100\/80{
  outline-color: rgb(245 245 244 / 0.8);
}

.outline-stone-100\/90{
  outline-color: rgb(245 245 244 / 0.9);
}

.outline-stone-100\/95{
  outline-color: rgb(245 245 244 / 0.95);
}

.outline-stone-200{
  outline-color: #e7e5e4;
}

.outline-stone-200\/0{
  outline-color: rgb(231 229 228 / 0);
}

.outline-stone-200\/10{
  outline-color: rgb(231 229 228 / 0.1);
}

.outline-stone-200\/100{
  outline-color: rgb(231 229 228 / 1);
}

.outline-stone-200\/20{
  outline-color: rgb(231 229 228 / 0.2);
}

.outline-stone-200\/25{
  outline-color: rgb(231 229 228 / 0.25);
}

.outline-stone-200\/30{
  outline-color: rgb(231 229 228 / 0.3);
}

.outline-stone-200\/40{
  outline-color: rgb(231 229 228 / 0.4);
}

.outline-stone-200\/5{
  outline-color: rgb(231 229 228 / 0.05);
}

.outline-stone-200\/50{
  outline-color: rgb(231 229 228 / 0.5);
}

.outline-stone-200\/60{
  outline-color: rgb(231 229 228 / 0.6);
}

.outline-stone-200\/70{
  outline-color: rgb(231 229 228 / 0.7);
}

.outline-stone-200\/75{
  outline-color: rgb(231 229 228 / 0.75);
}

.outline-stone-200\/80{
  outline-color: rgb(231 229 228 / 0.8);
}

.outline-stone-200\/90{
  outline-color: rgb(231 229 228 / 0.9);
}

.outline-stone-200\/95{
  outline-color: rgb(231 229 228 / 0.95);
}

.outline-stone-300{
  outline-color: #d6d3d1;
}

.outline-stone-300\/0{
  outline-color: rgb(214 211 209 / 0);
}

.outline-stone-300\/10{
  outline-color: rgb(214 211 209 / 0.1);
}

.outline-stone-300\/100{
  outline-color: rgb(214 211 209 / 1);
}

.outline-stone-300\/20{
  outline-color: rgb(214 211 209 / 0.2);
}

.outline-stone-300\/25{
  outline-color: rgb(214 211 209 / 0.25);
}

.outline-stone-300\/30{
  outline-color: rgb(214 211 209 / 0.3);
}

.outline-stone-300\/40{
  outline-color: rgb(214 211 209 / 0.4);
}

.outline-stone-300\/5{
  outline-color: rgb(214 211 209 / 0.05);
}

.outline-stone-300\/50{
  outline-color: rgb(214 211 209 / 0.5);
}

.outline-stone-300\/60{
  outline-color: rgb(214 211 209 / 0.6);
}

.outline-stone-300\/70{
  outline-color: rgb(214 211 209 / 0.7);
}

.outline-stone-300\/75{
  outline-color: rgb(214 211 209 / 0.75);
}

.outline-stone-300\/80{
  outline-color: rgb(214 211 209 / 0.8);
}

.outline-stone-300\/90{
  outline-color: rgb(214 211 209 / 0.9);
}

.outline-stone-300\/95{
  outline-color: rgb(214 211 209 / 0.95);
}

.outline-stone-400{
  outline-color: #a8a29e;
}

.outline-stone-400\/0{
  outline-color: rgb(168 162 158 / 0);
}

.outline-stone-400\/10{
  outline-color: rgb(168 162 158 / 0.1);
}

.outline-stone-400\/100{
  outline-color: rgb(168 162 158 / 1);
}

.outline-stone-400\/20{
  outline-color: rgb(168 162 158 / 0.2);
}

.outline-stone-400\/25{
  outline-color: rgb(168 162 158 / 0.25);
}

.outline-stone-400\/30{
  outline-color: rgb(168 162 158 / 0.3);
}

.outline-stone-400\/40{
  outline-color: rgb(168 162 158 / 0.4);
}

.outline-stone-400\/5{
  outline-color: rgb(168 162 158 / 0.05);
}

.outline-stone-400\/50{
  outline-color: rgb(168 162 158 / 0.5);
}

.outline-stone-400\/60{
  outline-color: rgb(168 162 158 / 0.6);
}

.outline-stone-400\/70{
  outline-color: rgb(168 162 158 / 0.7);
}

.outline-stone-400\/75{
  outline-color: rgb(168 162 158 / 0.75);
}

.outline-stone-400\/80{
  outline-color: rgb(168 162 158 / 0.8);
}

.outline-stone-400\/90{
  outline-color: rgb(168 162 158 / 0.9);
}

.outline-stone-400\/95{
  outline-color: rgb(168 162 158 / 0.95);
}

.outline-stone-50{
  outline-color: #fafaf9;
}

.outline-stone-50\/0{
  outline-color: rgb(250 250 249 / 0);
}

.outline-stone-50\/10{
  outline-color: rgb(250 250 249 / 0.1);
}

.outline-stone-50\/100{
  outline-color: rgb(250 250 249 / 1);
}

.outline-stone-50\/20{
  outline-color: rgb(250 250 249 / 0.2);
}

.outline-stone-50\/25{
  outline-color: rgb(250 250 249 / 0.25);
}

.outline-stone-50\/30{
  outline-color: rgb(250 250 249 / 0.3);
}

.outline-stone-50\/40{
  outline-color: rgb(250 250 249 / 0.4);
}

.outline-stone-50\/5{
  outline-color: rgb(250 250 249 / 0.05);
}

.outline-stone-50\/50{
  outline-color: rgb(250 250 249 / 0.5);
}

.outline-stone-50\/60{
  outline-color: rgb(250 250 249 / 0.6);
}

.outline-stone-50\/70{
  outline-color: rgb(250 250 249 / 0.7);
}

.outline-stone-50\/75{
  outline-color: rgb(250 250 249 / 0.75);
}

.outline-stone-50\/80{
  outline-color: rgb(250 250 249 / 0.8);
}

.outline-stone-50\/90{
  outline-color: rgb(250 250 249 / 0.9);
}

.outline-stone-50\/95{
  outline-color: rgb(250 250 249 / 0.95);
}

.outline-stone-500{
  outline-color: #78716c;
}

.outline-stone-500\/0{
  outline-color: rgb(120 113 108 / 0);
}

.outline-stone-500\/10{
  outline-color: rgb(120 113 108 / 0.1);
}

.outline-stone-500\/100{
  outline-color: rgb(120 113 108 / 1);
}

.outline-stone-500\/20{
  outline-color: rgb(120 113 108 / 0.2);
}

.outline-stone-500\/25{
  outline-color: rgb(120 113 108 / 0.25);
}

.outline-stone-500\/30{
  outline-color: rgb(120 113 108 / 0.3);
}

.outline-stone-500\/40{
  outline-color: rgb(120 113 108 / 0.4);
}

.outline-stone-500\/5{
  outline-color: rgb(120 113 108 / 0.05);
}

.outline-stone-500\/50{
  outline-color: rgb(120 113 108 / 0.5);
}

.outline-stone-500\/60{
  outline-color: rgb(120 113 108 / 0.6);
}

.outline-stone-500\/70{
  outline-color: rgb(120 113 108 / 0.7);
}

.outline-stone-500\/75{
  outline-color: rgb(120 113 108 / 0.75);
}

.outline-stone-500\/80{
  outline-color: rgb(120 113 108 / 0.8);
}

.outline-stone-500\/90{
  outline-color: rgb(120 113 108 / 0.9);
}

.outline-stone-500\/95{
  outline-color: rgb(120 113 108 / 0.95);
}

.outline-stone-600{
  outline-color: #57534e;
}

.outline-stone-600\/0{
  outline-color: rgb(87 83 78 / 0);
}

.outline-stone-600\/10{
  outline-color: rgb(87 83 78 / 0.1);
}

.outline-stone-600\/100{
  outline-color: rgb(87 83 78 / 1);
}

.outline-stone-600\/20{
  outline-color: rgb(87 83 78 / 0.2);
}

.outline-stone-600\/25{
  outline-color: rgb(87 83 78 / 0.25);
}

.outline-stone-600\/30{
  outline-color: rgb(87 83 78 / 0.3);
}

.outline-stone-600\/40{
  outline-color: rgb(87 83 78 / 0.4);
}

.outline-stone-600\/5{
  outline-color: rgb(87 83 78 / 0.05);
}

.outline-stone-600\/50{
  outline-color: rgb(87 83 78 / 0.5);
}

.outline-stone-600\/60{
  outline-color: rgb(87 83 78 / 0.6);
}

.outline-stone-600\/70{
  outline-color: rgb(87 83 78 / 0.7);
}

.outline-stone-600\/75{
  outline-color: rgb(87 83 78 / 0.75);
}

.outline-stone-600\/80{
  outline-color: rgb(87 83 78 / 0.8);
}

.outline-stone-600\/90{
  outline-color: rgb(87 83 78 / 0.9);
}

.outline-stone-600\/95{
  outline-color: rgb(87 83 78 / 0.95);
}

.outline-stone-700{
  outline-color: #44403c;
}

.outline-stone-700\/0{
  outline-color: rgb(68 64 60 / 0);
}

.outline-stone-700\/10{
  outline-color: rgb(68 64 60 / 0.1);
}

.outline-stone-700\/100{
  outline-color: rgb(68 64 60 / 1);
}

.outline-stone-700\/20{
  outline-color: rgb(68 64 60 / 0.2);
}

.outline-stone-700\/25{
  outline-color: rgb(68 64 60 / 0.25);
}

.outline-stone-700\/30{
  outline-color: rgb(68 64 60 / 0.3);
}

.outline-stone-700\/40{
  outline-color: rgb(68 64 60 / 0.4);
}

.outline-stone-700\/5{
  outline-color: rgb(68 64 60 / 0.05);
}

.outline-stone-700\/50{
  outline-color: rgb(68 64 60 / 0.5);
}

.outline-stone-700\/60{
  outline-color: rgb(68 64 60 / 0.6);
}

.outline-stone-700\/70{
  outline-color: rgb(68 64 60 / 0.7);
}

.outline-stone-700\/75{
  outline-color: rgb(68 64 60 / 0.75);
}

.outline-stone-700\/80{
  outline-color: rgb(68 64 60 / 0.8);
}

.outline-stone-700\/90{
  outline-color: rgb(68 64 60 / 0.9);
}

.outline-stone-700\/95{
  outline-color: rgb(68 64 60 / 0.95);
}

.outline-stone-800{
  outline-color: #292524;
}

.outline-stone-800\/0{
  outline-color: rgb(41 37 36 / 0);
}

.outline-stone-800\/10{
  outline-color: rgb(41 37 36 / 0.1);
}

.outline-stone-800\/100{
  outline-color: rgb(41 37 36 / 1);
}

.outline-stone-800\/20{
  outline-color: rgb(41 37 36 / 0.2);
}

.outline-stone-800\/25{
  outline-color: rgb(41 37 36 / 0.25);
}

.outline-stone-800\/30{
  outline-color: rgb(41 37 36 / 0.3);
}

.outline-stone-800\/40{
  outline-color: rgb(41 37 36 / 0.4);
}

.outline-stone-800\/5{
  outline-color: rgb(41 37 36 / 0.05);
}

.outline-stone-800\/50{
  outline-color: rgb(41 37 36 / 0.5);
}

.outline-stone-800\/60{
  outline-color: rgb(41 37 36 / 0.6);
}

.outline-stone-800\/70{
  outline-color: rgb(41 37 36 / 0.7);
}

.outline-stone-800\/75{
  outline-color: rgb(41 37 36 / 0.75);
}

.outline-stone-800\/80{
  outline-color: rgb(41 37 36 / 0.8);
}

.outline-stone-800\/90{
  outline-color: rgb(41 37 36 / 0.9);
}

.outline-stone-800\/95{
  outline-color: rgb(41 37 36 / 0.95);
}

.outline-stone-900{
  outline-color: #1c1917;
}

.outline-stone-900\/0{
  outline-color: rgb(28 25 23 / 0);
}

.outline-stone-900\/10{
  outline-color: rgb(28 25 23 / 0.1);
}

.outline-stone-900\/100{
  outline-color: rgb(28 25 23 / 1);
}

.outline-stone-900\/20{
  outline-color: rgb(28 25 23 / 0.2);
}

.outline-stone-900\/25{
  outline-color: rgb(28 25 23 / 0.25);
}

.outline-stone-900\/30{
  outline-color: rgb(28 25 23 / 0.3);
}

.outline-stone-900\/40{
  outline-color: rgb(28 25 23 / 0.4);
}

.outline-stone-900\/5{
  outline-color: rgb(28 25 23 / 0.05);
}

.outline-stone-900\/50{
  outline-color: rgb(28 25 23 / 0.5);
}

.outline-stone-900\/60{
  outline-color: rgb(28 25 23 / 0.6);
}

.outline-stone-900\/70{
  outline-color: rgb(28 25 23 / 0.7);
}

.outline-stone-900\/75{
  outline-color: rgb(28 25 23 / 0.75);
}

.outline-stone-900\/80{
  outline-color: rgb(28 25 23 / 0.8);
}

.outline-stone-900\/90{
  outline-color: rgb(28 25 23 / 0.9);
}

.outline-stone-900\/95{
  outline-color: rgb(28 25 23 / 0.95);
}

.outline-stone-950{
  outline-color: #0c0a09;
}

.outline-stone-950\/0{
  outline-color: rgb(12 10 9 / 0);
}

.outline-stone-950\/10{
  outline-color: rgb(12 10 9 / 0.1);
}

.outline-stone-950\/100{
  outline-color: rgb(12 10 9 / 1);
}

.outline-stone-950\/20{
  outline-color: rgb(12 10 9 / 0.2);
}

.outline-stone-950\/25{
  outline-color: rgb(12 10 9 / 0.25);
}

.outline-stone-950\/30{
  outline-color: rgb(12 10 9 / 0.3);
}

.outline-stone-950\/40{
  outline-color: rgb(12 10 9 / 0.4);
}

.outline-stone-950\/5{
  outline-color: rgb(12 10 9 / 0.05);
}

.outline-stone-950\/50{
  outline-color: rgb(12 10 9 / 0.5);
}

.outline-stone-950\/60{
  outline-color: rgb(12 10 9 / 0.6);
}

.outline-stone-950\/70{
  outline-color: rgb(12 10 9 / 0.7);
}

.outline-stone-950\/75{
  outline-color: rgb(12 10 9 / 0.75);
}

.outline-stone-950\/80{
  outline-color: rgb(12 10 9 / 0.8);
}

.outline-stone-950\/90{
  outline-color: rgb(12 10 9 / 0.9);
}

.outline-stone-950\/95{
  outline-color: rgb(12 10 9 / 0.95);
}

.outline-teal-100{
  outline-color: #ccfbf1;
}

.outline-teal-100\/0{
  outline-color: rgb(204 251 241 / 0);
}

.outline-teal-100\/10{
  outline-color: rgb(204 251 241 / 0.1);
}

.outline-teal-100\/100{
  outline-color: rgb(204 251 241 / 1);
}

.outline-teal-100\/20{
  outline-color: rgb(204 251 241 / 0.2);
}

.outline-teal-100\/25{
  outline-color: rgb(204 251 241 / 0.25);
}

.outline-teal-100\/30{
  outline-color: rgb(204 251 241 / 0.3);
}

.outline-teal-100\/40{
  outline-color: rgb(204 251 241 / 0.4);
}

.outline-teal-100\/5{
  outline-color: rgb(204 251 241 / 0.05);
}

.outline-teal-100\/50{
  outline-color: rgb(204 251 241 / 0.5);
}

.outline-teal-100\/60{
  outline-color: rgb(204 251 241 / 0.6);
}

.outline-teal-100\/70{
  outline-color: rgb(204 251 241 / 0.7);
}

.outline-teal-100\/75{
  outline-color: rgb(204 251 241 / 0.75);
}

.outline-teal-100\/80{
  outline-color: rgb(204 251 241 / 0.8);
}

.outline-teal-100\/90{
  outline-color: rgb(204 251 241 / 0.9);
}

.outline-teal-100\/95{
  outline-color: rgb(204 251 241 / 0.95);
}

.outline-teal-200{
  outline-color: #99f6e4;
}

.outline-teal-200\/0{
  outline-color: rgb(153 246 228 / 0);
}

.outline-teal-200\/10{
  outline-color: rgb(153 246 228 / 0.1);
}

.outline-teal-200\/100{
  outline-color: rgb(153 246 228 / 1);
}

.outline-teal-200\/20{
  outline-color: rgb(153 246 228 / 0.2);
}

.outline-teal-200\/25{
  outline-color: rgb(153 246 228 / 0.25);
}

.outline-teal-200\/30{
  outline-color: rgb(153 246 228 / 0.3);
}

.outline-teal-200\/40{
  outline-color: rgb(153 246 228 / 0.4);
}

.outline-teal-200\/5{
  outline-color: rgb(153 246 228 / 0.05);
}

.outline-teal-200\/50{
  outline-color: rgb(153 246 228 / 0.5);
}

.outline-teal-200\/60{
  outline-color: rgb(153 246 228 / 0.6);
}

.outline-teal-200\/70{
  outline-color: rgb(153 246 228 / 0.7);
}

.outline-teal-200\/75{
  outline-color: rgb(153 246 228 / 0.75);
}

.outline-teal-200\/80{
  outline-color: rgb(153 246 228 / 0.8);
}

.outline-teal-200\/90{
  outline-color: rgb(153 246 228 / 0.9);
}

.outline-teal-200\/95{
  outline-color: rgb(153 246 228 / 0.95);
}

.outline-teal-300{
  outline-color: #5eead4;
}

.outline-teal-300\/0{
  outline-color: rgb(94 234 212 / 0);
}

.outline-teal-300\/10{
  outline-color: rgb(94 234 212 / 0.1);
}

.outline-teal-300\/100{
  outline-color: rgb(94 234 212 / 1);
}

.outline-teal-300\/20{
  outline-color: rgb(94 234 212 / 0.2);
}

.outline-teal-300\/25{
  outline-color: rgb(94 234 212 / 0.25);
}

.outline-teal-300\/30{
  outline-color: rgb(94 234 212 / 0.3);
}

.outline-teal-300\/40{
  outline-color: rgb(94 234 212 / 0.4);
}

.outline-teal-300\/5{
  outline-color: rgb(94 234 212 / 0.05);
}

.outline-teal-300\/50{
  outline-color: rgb(94 234 212 / 0.5);
}

.outline-teal-300\/60{
  outline-color: rgb(94 234 212 / 0.6);
}

.outline-teal-300\/70{
  outline-color: rgb(94 234 212 / 0.7);
}

.outline-teal-300\/75{
  outline-color: rgb(94 234 212 / 0.75);
}

.outline-teal-300\/80{
  outline-color: rgb(94 234 212 / 0.8);
}

.outline-teal-300\/90{
  outline-color: rgb(94 234 212 / 0.9);
}

.outline-teal-300\/95{
  outline-color: rgb(94 234 212 / 0.95);
}

.outline-teal-400{
  outline-color: #2dd4bf;
}

.outline-teal-400\/0{
  outline-color: rgb(45 212 191 / 0);
}

.outline-teal-400\/10{
  outline-color: rgb(45 212 191 / 0.1);
}

.outline-teal-400\/100{
  outline-color: rgb(45 212 191 / 1);
}

.outline-teal-400\/20{
  outline-color: rgb(45 212 191 / 0.2);
}

.outline-teal-400\/25{
  outline-color: rgb(45 212 191 / 0.25);
}

.outline-teal-400\/30{
  outline-color: rgb(45 212 191 / 0.3);
}

.outline-teal-400\/40{
  outline-color: rgb(45 212 191 / 0.4);
}

.outline-teal-400\/5{
  outline-color: rgb(45 212 191 / 0.05);
}

.outline-teal-400\/50{
  outline-color: rgb(45 212 191 / 0.5);
}

.outline-teal-400\/60{
  outline-color: rgb(45 212 191 / 0.6);
}

.outline-teal-400\/70{
  outline-color: rgb(45 212 191 / 0.7);
}

.outline-teal-400\/75{
  outline-color: rgb(45 212 191 / 0.75);
}

.outline-teal-400\/80{
  outline-color: rgb(45 212 191 / 0.8);
}

.outline-teal-400\/90{
  outline-color: rgb(45 212 191 / 0.9);
}

.outline-teal-400\/95{
  outline-color: rgb(45 212 191 / 0.95);
}

.outline-teal-50{
  outline-color: #f0fdfa;
}

.outline-teal-50\/0{
  outline-color: rgb(240 253 250 / 0);
}

.outline-teal-50\/10{
  outline-color: rgb(240 253 250 / 0.1);
}

.outline-teal-50\/100{
  outline-color: rgb(240 253 250 / 1);
}

.outline-teal-50\/20{
  outline-color: rgb(240 253 250 / 0.2);
}

.outline-teal-50\/25{
  outline-color: rgb(240 253 250 / 0.25);
}

.outline-teal-50\/30{
  outline-color: rgb(240 253 250 / 0.3);
}

.outline-teal-50\/40{
  outline-color: rgb(240 253 250 / 0.4);
}

.outline-teal-50\/5{
  outline-color: rgb(240 253 250 / 0.05);
}

.outline-teal-50\/50{
  outline-color: rgb(240 253 250 / 0.5);
}

.outline-teal-50\/60{
  outline-color: rgb(240 253 250 / 0.6);
}

.outline-teal-50\/70{
  outline-color: rgb(240 253 250 / 0.7);
}

.outline-teal-50\/75{
  outline-color: rgb(240 253 250 / 0.75);
}

.outline-teal-50\/80{
  outline-color: rgb(240 253 250 / 0.8);
}

.outline-teal-50\/90{
  outline-color: rgb(240 253 250 / 0.9);
}

.outline-teal-50\/95{
  outline-color: rgb(240 253 250 / 0.95);
}

.outline-teal-500{
  outline-color: #14b8a6;
}

.outline-teal-500\/0{
  outline-color: rgb(20 184 166 / 0);
}

.outline-teal-500\/10{
  outline-color: rgb(20 184 166 / 0.1);
}

.outline-teal-500\/100{
  outline-color: rgb(20 184 166 / 1);
}

.outline-teal-500\/20{
  outline-color: rgb(20 184 166 / 0.2);
}

.outline-teal-500\/25{
  outline-color: rgb(20 184 166 / 0.25);
}

.outline-teal-500\/30{
  outline-color: rgb(20 184 166 / 0.3);
}

.outline-teal-500\/40{
  outline-color: rgb(20 184 166 / 0.4);
}

.outline-teal-500\/5{
  outline-color: rgb(20 184 166 / 0.05);
}

.outline-teal-500\/50{
  outline-color: rgb(20 184 166 / 0.5);
}

.outline-teal-500\/60{
  outline-color: rgb(20 184 166 / 0.6);
}

.outline-teal-500\/70{
  outline-color: rgb(20 184 166 / 0.7);
}

.outline-teal-500\/75{
  outline-color: rgb(20 184 166 / 0.75);
}

.outline-teal-500\/80{
  outline-color: rgb(20 184 166 / 0.8);
}

.outline-teal-500\/90{
  outline-color: rgb(20 184 166 / 0.9);
}

.outline-teal-500\/95{
  outline-color: rgb(20 184 166 / 0.95);
}

.outline-teal-600{
  outline-color: #0d9488;
}

.outline-teal-600\/0{
  outline-color: rgb(13 148 136 / 0);
}

.outline-teal-600\/10{
  outline-color: rgb(13 148 136 / 0.1);
}

.outline-teal-600\/100{
  outline-color: rgb(13 148 136 / 1);
}

.outline-teal-600\/20{
  outline-color: rgb(13 148 136 / 0.2);
}

.outline-teal-600\/25{
  outline-color: rgb(13 148 136 / 0.25);
}

.outline-teal-600\/30{
  outline-color: rgb(13 148 136 / 0.3);
}

.outline-teal-600\/40{
  outline-color: rgb(13 148 136 / 0.4);
}

.outline-teal-600\/5{
  outline-color: rgb(13 148 136 / 0.05);
}

.outline-teal-600\/50{
  outline-color: rgb(13 148 136 / 0.5);
}

.outline-teal-600\/60{
  outline-color: rgb(13 148 136 / 0.6);
}

.outline-teal-600\/70{
  outline-color: rgb(13 148 136 / 0.7);
}

.outline-teal-600\/75{
  outline-color: rgb(13 148 136 / 0.75);
}

.outline-teal-600\/80{
  outline-color: rgb(13 148 136 / 0.8);
}

.outline-teal-600\/90{
  outline-color: rgb(13 148 136 / 0.9);
}

.outline-teal-600\/95{
  outline-color: rgb(13 148 136 / 0.95);
}

.outline-teal-700{
  outline-color: #0f766e;
}

.outline-teal-700\/0{
  outline-color: rgb(15 118 110 / 0);
}

.outline-teal-700\/10{
  outline-color: rgb(15 118 110 / 0.1);
}

.outline-teal-700\/100{
  outline-color: rgb(15 118 110 / 1);
}

.outline-teal-700\/20{
  outline-color: rgb(15 118 110 / 0.2);
}

.outline-teal-700\/25{
  outline-color: rgb(15 118 110 / 0.25);
}

.outline-teal-700\/30{
  outline-color: rgb(15 118 110 / 0.3);
}

.outline-teal-700\/40{
  outline-color: rgb(15 118 110 / 0.4);
}

.outline-teal-700\/5{
  outline-color: rgb(15 118 110 / 0.05);
}

.outline-teal-700\/50{
  outline-color: rgb(15 118 110 / 0.5);
}

.outline-teal-700\/60{
  outline-color: rgb(15 118 110 / 0.6);
}

.outline-teal-700\/70{
  outline-color: rgb(15 118 110 / 0.7);
}

.outline-teal-700\/75{
  outline-color: rgb(15 118 110 / 0.75);
}

.outline-teal-700\/80{
  outline-color: rgb(15 118 110 / 0.8);
}

.outline-teal-700\/90{
  outline-color: rgb(15 118 110 / 0.9);
}

.outline-teal-700\/95{
  outline-color: rgb(15 118 110 / 0.95);
}

.outline-teal-800{
  outline-color: #115e59;
}

.outline-teal-800\/0{
  outline-color: rgb(17 94 89 / 0);
}

.outline-teal-800\/10{
  outline-color: rgb(17 94 89 / 0.1);
}

.outline-teal-800\/100{
  outline-color: rgb(17 94 89 / 1);
}

.outline-teal-800\/20{
  outline-color: rgb(17 94 89 / 0.2);
}

.outline-teal-800\/25{
  outline-color: rgb(17 94 89 / 0.25);
}

.outline-teal-800\/30{
  outline-color: rgb(17 94 89 / 0.3);
}

.outline-teal-800\/40{
  outline-color: rgb(17 94 89 / 0.4);
}

.outline-teal-800\/5{
  outline-color: rgb(17 94 89 / 0.05);
}

.outline-teal-800\/50{
  outline-color: rgb(17 94 89 / 0.5);
}

.outline-teal-800\/60{
  outline-color: rgb(17 94 89 / 0.6);
}

.outline-teal-800\/70{
  outline-color: rgb(17 94 89 / 0.7);
}

.outline-teal-800\/75{
  outline-color: rgb(17 94 89 / 0.75);
}

.outline-teal-800\/80{
  outline-color: rgb(17 94 89 / 0.8);
}

.outline-teal-800\/90{
  outline-color: rgb(17 94 89 / 0.9);
}

.outline-teal-800\/95{
  outline-color: rgb(17 94 89 / 0.95);
}

.outline-teal-900{
  outline-color: #134e4a;
}

.outline-teal-900\/0{
  outline-color: rgb(19 78 74 / 0);
}

.outline-teal-900\/10{
  outline-color: rgb(19 78 74 / 0.1);
}

.outline-teal-900\/100{
  outline-color: rgb(19 78 74 / 1);
}

.outline-teal-900\/20{
  outline-color: rgb(19 78 74 / 0.2);
}

.outline-teal-900\/25{
  outline-color: rgb(19 78 74 / 0.25);
}

.outline-teal-900\/30{
  outline-color: rgb(19 78 74 / 0.3);
}

.outline-teal-900\/40{
  outline-color: rgb(19 78 74 / 0.4);
}

.outline-teal-900\/5{
  outline-color: rgb(19 78 74 / 0.05);
}

.outline-teal-900\/50{
  outline-color: rgb(19 78 74 / 0.5);
}

.outline-teal-900\/60{
  outline-color: rgb(19 78 74 / 0.6);
}

.outline-teal-900\/70{
  outline-color: rgb(19 78 74 / 0.7);
}

.outline-teal-900\/75{
  outline-color: rgb(19 78 74 / 0.75);
}

.outline-teal-900\/80{
  outline-color: rgb(19 78 74 / 0.8);
}

.outline-teal-900\/90{
  outline-color: rgb(19 78 74 / 0.9);
}

.outline-teal-900\/95{
  outline-color: rgb(19 78 74 / 0.95);
}

.outline-teal-950{
  outline-color: #042f2e;
}

.outline-teal-950\/0{
  outline-color: rgb(4 47 46 / 0);
}

.outline-teal-950\/10{
  outline-color: rgb(4 47 46 / 0.1);
}

.outline-teal-950\/100{
  outline-color: rgb(4 47 46 / 1);
}

.outline-teal-950\/20{
  outline-color: rgb(4 47 46 / 0.2);
}

.outline-teal-950\/25{
  outline-color: rgb(4 47 46 / 0.25);
}

.outline-teal-950\/30{
  outline-color: rgb(4 47 46 / 0.3);
}

.outline-teal-950\/40{
  outline-color: rgb(4 47 46 / 0.4);
}

.outline-teal-950\/5{
  outline-color: rgb(4 47 46 / 0.05);
}

.outline-teal-950\/50{
  outline-color: rgb(4 47 46 / 0.5);
}

.outline-teal-950\/60{
  outline-color: rgb(4 47 46 / 0.6);
}

.outline-teal-950\/70{
  outline-color: rgb(4 47 46 / 0.7);
}

.outline-teal-950\/75{
  outline-color: rgb(4 47 46 / 0.75);
}

.outline-teal-950\/80{
  outline-color: rgb(4 47 46 / 0.8);
}

.outline-teal-950\/90{
  outline-color: rgb(4 47 46 / 0.9);
}

.outline-teal-950\/95{
  outline-color: rgb(4 47 46 / 0.95);
}

.outline-transparent{
  outline-color: transparent;
}

.outline-transparent\/0{
  outline-color: rgb(0 0 0 / 0);
}

.outline-transparent\/10{
  outline-color: rgb(0 0 0 / 0.1);
}

.outline-transparent\/100{
  outline-color: rgb(0 0 0 / 1);
}

.outline-transparent\/20{
  outline-color: rgb(0 0 0 / 0.2);
}

.outline-transparent\/25{
  outline-color: rgb(0 0 0 / 0.25);
}

.outline-transparent\/30{
  outline-color: rgb(0 0 0 / 0.3);
}

.outline-transparent\/40{
  outline-color: rgb(0 0 0 / 0.4);
}

.outline-transparent\/5{
  outline-color: rgb(0 0 0 / 0.05);
}

.outline-transparent\/50{
  outline-color: rgb(0 0 0 / 0.5);
}

.outline-transparent\/60{
  outline-color: rgb(0 0 0 / 0.6);
}

.outline-transparent\/70{
  outline-color: rgb(0 0 0 / 0.7);
}

.outline-transparent\/75{
  outline-color: rgb(0 0 0 / 0.75);
}

.outline-transparent\/80{
  outline-color: rgb(0 0 0 / 0.8);
}

.outline-transparent\/90{
  outline-color: rgb(0 0 0 / 0.9);
}

.outline-transparent\/95{
  outline-color: rgb(0 0 0 / 0.95);
}

.outline-violet-100{
  outline-color: #ede9fe;
}

.outline-violet-100\/0{
  outline-color: rgb(237 233 254 / 0);
}

.outline-violet-100\/10{
  outline-color: rgb(237 233 254 / 0.1);
}

.outline-violet-100\/100{
  outline-color: rgb(237 233 254 / 1);
}

.outline-violet-100\/20{
  outline-color: rgb(237 233 254 / 0.2);
}

.outline-violet-100\/25{
  outline-color: rgb(237 233 254 / 0.25);
}

.outline-violet-100\/30{
  outline-color: rgb(237 233 254 / 0.3);
}

.outline-violet-100\/40{
  outline-color: rgb(237 233 254 / 0.4);
}

.outline-violet-100\/5{
  outline-color: rgb(237 233 254 / 0.05);
}

.outline-violet-100\/50{
  outline-color: rgb(237 233 254 / 0.5);
}

.outline-violet-100\/60{
  outline-color: rgb(237 233 254 / 0.6);
}

.outline-violet-100\/70{
  outline-color: rgb(237 233 254 / 0.7);
}

.outline-violet-100\/75{
  outline-color: rgb(237 233 254 / 0.75);
}

.outline-violet-100\/80{
  outline-color: rgb(237 233 254 / 0.8);
}

.outline-violet-100\/90{
  outline-color: rgb(237 233 254 / 0.9);
}

.outline-violet-100\/95{
  outline-color: rgb(237 233 254 / 0.95);
}

.outline-violet-200{
  outline-color: #ddd6fe;
}

.outline-violet-200\/0{
  outline-color: rgb(221 214 254 / 0);
}

.outline-violet-200\/10{
  outline-color: rgb(221 214 254 / 0.1);
}

.outline-violet-200\/100{
  outline-color: rgb(221 214 254 / 1);
}

.outline-violet-200\/20{
  outline-color: rgb(221 214 254 / 0.2);
}

.outline-violet-200\/25{
  outline-color: rgb(221 214 254 / 0.25);
}

.outline-violet-200\/30{
  outline-color: rgb(221 214 254 / 0.3);
}

.outline-violet-200\/40{
  outline-color: rgb(221 214 254 / 0.4);
}

.outline-violet-200\/5{
  outline-color: rgb(221 214 254 / 0.05);
}

.outline-violet-200\/50{
  outline-color: rgb(221 214 254 / 0.5);
}

.outline-violet-200\/60{
  outline-color: rgb(221 214 254 / 0.6);
}

.outline-violet-200\/70{
  outline-color: rgb(221 214 254 / 0.7);
}

.outline-violet-200\/75{
  outline-color: rgb(221 214 254 / 0.75);
}

.outline-violet-200\/80{
  outline-color: rgb(221 214 254 / 0.8);
}

.outline-violet-200\/90{
  outline-color: rgb(221 214 254 / 0.9);
}

.outline-violet-200\/95{
  outline-color: rgb(221 214 254 / 0.95);
}

.outline-violet-300{
  outline-color: #c4b5fd;
}

.outline-violet-300\/0{
  outline-color: rgb(196 181 253 / 0);
}

.outline-violet-300\/10{
  outline-color: rgb(196 181 253 / 0.1);
}

.outline-violet-300\/100{
  outline-color: rgb(196 181 253 / 1);
}

.outline-violet-300\/20{
  outline-color: rgb(196 181 253 / 0.2);
}

.outline-violet-300\/25{
  outline-color: rgb(196 181 253 / 0.25);
}

.outline-violet-300\/30{
  outline-color: rgb(196 181 253 / 0.3);
}

.outline-violet-300\/40{
  outline-color: rgb(196 181 253 / 0.4);
}

.outline-violet-300\/5{
  outline-color: rgb(196 181 253 / 0.05);
}

.outline-violet-300\/50{
  outline-color: rgb(196 181 253 / 0.5);
}

.outline-violet-300\/60{
  outline-color: rgb(196 181 253 / 0.6);
}

.outline-violet-300\/70{
  outline-color: rgb(196 181 253 / 0.7);
}

.outline-violet-300\/75{
  outline-color: rgb(196 181 253 / 0.75);
}

.outline-violet-300\/80{
  outline-color: rgb(196 181 253 / 0.8);
}

.outline-violet-300\/90{
  outline-color: rgb(196 181 253 / 0.9);
}

.outline-violet-300\/95{
  outline-color: rgb(196 181 253 / 0.95);
}

.outline-violet-400{
  outline-color: #a78bfa;
}

.outline-violet-400\/0{
  outline-color: rgb(167 139 250 / 0);
}

.outline-violet-400\/10{
  outline-color: rgb(167 139 250 / 0.1);
}

.outline-violet-400\/100{
  outline-color: rgb(167 139 250 / 1);
}

.outline-violet-400\/20{
  outline-color: rgb(167 139 250 / 0.2);
}

.outline-violet-400\/25{
  outline-color: rgb(167 139 250 / 0.25);
}

.outline-violet-400\/30{
  outline-color: rgb(167 139 250 / 0.3);
}

.outline-violet-400\/40{
  outline-color: rgb(167 139 250 / 0.4);
}

.outline-violet-400\/5{
  outline-color: rgb(167 139 250 / 0.05);
}

.outline-violet-400\/50{
  outline-color: rgb(167 139 250 / 0.5);
}

.outline-violet-400\/60{
  outline-color: rgb(167 139 250 / 0.6);
}

.outline-violet-400\/70{
  outline-color: rgb(167 139 250 / 0.7);
}

.outline-violet-400\/75{
  outline-color: rgb(167 139 250 / 0.75);
}

.outline-violet-400\/80{
  outline-color: rgb(167 139 250 / 0.8);
}

.outline-violet-400\/90{
  outline-color: rgb(167 139 250 / 0.9);
}

.outline-violet-400\/95{
  outline-color: rgb(167 139 250 / 0.95);
}

.outline-violet-50{
  outline-color: #f5f3ff;
}

.outline-violet-50\/0{
  outline-color: rgb(245 243 255 / 0);
}

.outline-violet-50\/10{
  outline-color: rgb(245 243 255 / 0.1);
}

.outline-violet-50\/100{
  outline-color: rgb(245 243 255 / 1);
}

.outline-violet-50\/20{
  outline-color: rgb(245 243 255 / 0.2);
}

.outline-violet-50\/25{
  outline-color: rgb(245 243 255 / 0.25);
}

.outline-violet-50\/30{
  outline-color: rgb(245 243 255 / 0.3);
}

.outline-violet-50\/40{
  outline-color: rgb(245 243 255 / 0.4);
}

.outline-violet-50\/5{
  outline-color: rgb(245 243 255 / 0.05);
}

.outline-violet-50\/50{
  outline-color: rgb(245 243 255 / 0.5);
}

.outline-violet-50\/60{
  outline-color: rgb(245 243 255 / 0.6);
}

.outline-violet-50\/70{
  outline-color: rgb(245 243 255 / 0.7);
}

.outline-violet-50\/75{
  outline-color: rgb(245 243 255 / 0.75);
}

.outline-violet-50\/80{
  outline-color: rgb(245 243 255 / 0.8);
}

.outline-violet-50\/90{
  outline-color: rgb(245 243 255 / 0.9);
}

.outline-violet-50\/95{
  outline-color: rgb(245 243 255 / 0.95);
}

.outline-violet-500{
  outline-color: #8b5cf6;
}

.outline-violet-500\/0{
  outline-color: rgb(139 92 246 / 0);
}

.outline-violet-500\/10{
  outline-color: rgb(139 92 246 / 0.1);
}

.outline-violet-500\/100{
  outline-color: rgb(139 92 246 / 1);
}

.outline-violet-500\/20{
  outline-color: rgb(139 92 246 / 0.2);
}

.outline-violet-500\/25{
  outline-color: rgb(139 92 246 / 0.25);
}

.outline-violet-500\/30{
  outline-color: rgb(139 92 246 / 0.3);
}

.outline-violet-500\/40{
  outline-color: rgb(139 92 246 / 0.4);
}

.outline-violet-500\/5{
  outline-color: rgb(139 92 246 / 0.05);
}

.outline-violet-500\/50{
  outline-color: rgb(139 92 246 / 0.5);
}

.outline-violet-500\/60{
  outline-color: rgb(139 92 246 / 0.6);
}

.outline-violet-500\/70{
  outline-color: rgb(139 92 246 / 0.7);
}

.outline-violet-500\/75{
  outline-color: rgb(139 92 246 / 0.75);
}

.outline-violet-500\/80{
  outline-color: rgb(139 92 246 / 0.8);
}

.outline-violet-500\/90{
  outline-color: rgb(139 92 246 / 0.9);
}

.outline-violet-500\/95{
  outline-color: rgb(139 92 246 / 0.95);
}

.outline-violet-600{
  outline-color: #7c3aed;
}

.outline-violet-600\/0{
  outline-color: rgb(124 58 237 / 0);
}

.outline-violet-600\/10{
  outline-color: rgb(124 58 237 / 0.1);
}

.outline-violet-600\/100{
  outline-color: rgb(124 58 237 / 1);
}

.outline-violet-600\/20{
  outline-color: rgb(124 58 237 / 0.2);
}

.outline-violet-600\/25{
  outline-color: rgb(124 58 237 / 0.25);
}

.outline-violet-600\/30{
  outline-color: rgb(124 58 237 / 0.3);
}

.outline-violet-600\/40{
  outline-color: rgb(124 58 237 / 0.4);
}

.outline-violet-600\/5{
  outline-color: rgb(124 58 237 / 0.05);
}

.outline-violet-600\/50{
  outline-color: rgb(124 58 237 / 0.5);
}

.outline-violet-600\/60{
  outline-color: rgb(124 58 237 / 0.6);
}

.outline-violet-600\/70{
  outline-color: rgb(124 58 237 / 0.7);
}

.outline-violet-600\/75{
  outline-color: rgb(124 58 237 / 0.75);
}

.outline-violet-600\/80{
  outline-color: rgb(124 58 237 / 0.8);
}

.outline-violet-600\/90{
  outline-color: rgb(124 58 237 / 0.9);
}

.outline-violet-600\/95{
  outline-color: rgb(124 58 237 / 0.95);
}

.outline-violet-700{
  outline-color: #6d28d9;
}

.outline-violet-700\/0{
  outline-color: rgb(109 40 217 / 0);
}

.outline-violet-700\/10{
  outline-color: rgb(109 40 217 / 0.1);
}

.outline-violet-700\/100{
  outline-color: rgb(109 40 217 / 1);
}

.outline-violet-700\/20{
  outline-color: rgb(109 40 217 / 0.2);
}

.outline-violet-700\/25{
  outline-color: rgb(109 40 217 / 0.25);
}

.outline-violet-700\/30{
  outline-color: rgb(109 40 217 / 0.3);
}

.outline-violet-700\/40{
  outline-color: rgb(109 40 217 / 0.4);
}

.outline-violet-700\/5{
  outline-color: rgb(109 40 217 / 0.05);
}

.outline-violet-700\/50{
  outline-color: rgb(109 40 217 / 0.5);
}

.outline-violet-700\/60{
  outline-color: rgb(109 40 217 / 0.6);
}

.outline-violet-700\/70{
  outline-color: rgb(109 40 217 / 0.7);
}

.outline-violet-700\/75{
  outline-color: rgb(109 40 217 / 0.75);
}

.outline-violet-700\/80{
  outline-color: rgb(109 40 217 / 0.8);
}

.outline-violet-700\/90{
  outline-color: rgb(109 40 217 / 0.9);
}

.outline-violet-700\/95{
  outline-color: rgb(109 40 217 / 0.95);
}

.outline-violet-800{
  outline-color: #5b21b6;
}

.outline-violet-800\/0{
  outline-color: rgb(91 33 182 / 0);
}

.outline-violet-800\/10{
  outline-color: rgb(91 33 182 / 0.1);
}

.outline-violet-800\/100{
  outline-color: rgb(91 33 182 / 1);
}

.outline-violet-800\/20{
  outline-color: rgb(91 33 182 / 0.2);
}

.outline-violet-800\/25{
  outline-color: rgb(91 33 182 / 0.25);
}

.outline-violet-800\/30{
  outline-color: rgb(91 33 182 / 0.3);
}

.outline-violet-800\/40{
  outline-color: rgb(91 33 182 / 0.4);
}

.outline-violet-800\/5{
  outline-color: rgb(91 33 182 / 0.05);
}

.outline-violet-800\/50{
  outline-color: rgb(91 33 182 / 0.5);
}

.outline-violet-800\/60{
  outline-color: rgb(91 33 182 / 0.6);
}

.outline-violet-800\/70{
  outline-color: rgb(91 33 182 / 0.7);
}

.outline-violet-800\/75{
  outline-color: rgb(91 33 182 / 0.75);
}

.outline-violet-800\/80{
  outline-color: rgb(91 33 182 / 0.8);
}

.outline-violet-800\/90{
  outline-color: rgb(91 33 182 / 0.9);
}

.outline-violet-800\/95{
  outline-color: rgb(91 33 182 / 0.95);
}

.outline-violet-900{
  outline-color: #4c1d95;
}

.outline-violet-900\/0{
  outline-color: rgb(76 29 149 / 0);
}

.outline-violet-900\/10{
  outline-color: rgb(76 29 149 / 0.1);
}

.outline-violet-900\/100{
  outline-color: rgb(76 29 149 / 1);
}

.outline-violet-900\/20{
  outline-color: rgb(76 29 149 / 0.2);
}

.outline-violet-900\/25{
  outline-color: rgb(76 29 149 / 0.25);
}

.outline-violet-900\/30{
  outline-color: rgb(76 29 149 / 0.3);
}

.outline-violet-900\/40{
  outline-color: rgb(76 29 149 / 0.4);
}

.outline-violet-900\/5{
  outline-color: rgb(76 29 149 / 0.05);
}

.outline-violet-900\/50{
  outline-color: rgb(76 29 149 / 0.5);
}

.outline-violet-900\/60{
  outline-color: rgb(76 29 149 / 0.6);
}

.outline-violet-900\/70{
  outline-color: rgb(76 29 149 / 0.7);
}

.outline-violet-900\/75{
  outline-color: rgb(76 29 149 / 0.75);
}

.outline-violet-900\/80{
  outline-color: rgb(76 29 149 / 0.8);
}

.outline-violet-900\/90{
  outline-color: rgb(76 29 149 / 0.9);
}

.outline-violet-900\/95{
  outline-color: rgb(76 29 149 / 0.95);
}

.outline-violet-950{
  outline-color: #2e1065;
}

.outline-violet-950\/0{
  outline-color: rgb(46 16 101 / 0);
}

.outline-violet-950\/10{
  outline-color: rgb(46 16 101 / 0.1);
}

.outline-violet-950\/100{
  outline-color: rgb(46 16 101 / 1);
}

.outline-violet-950\/20{
  outline-color: rgb(46 16 101 / 0.2);
}

.outline-violet-950\/25{
  outline-color: rgb(46 16 101 / 0.25);
}

.outline-violet-950\/30{
  outline-color: rgb(46 16 101 / 0.3);
}

.outline-violet-950\/40{
  outline-color: rgb(46 16 101 / 0.4);
}

.outline-violet-950\/5{
  outline-color: rgb(46 16 101 / 0.05);
}

.outline-violet-950\/50{
  outline-color: rgb(46 16 101 / 0.5);
}

.outline-violet-950\/60{
  outline-color: rgb(46 16 101 / 0.6);
}

.outline-violet-950\/70{
  outline-color: rgb(46 16 101 / 0.7);
}

.outline-violet-950\/75{
  outline-color: rgb(46 16 101 / 0.75);
}

.outline-violet-950\/80{
  outline-color: rgb(46 16 101 / 0.8);
}

.outline-violet-950\/90{
  outline-color: rgb(46 16 101 / 0.9);
}

.outline-violet-950\/95{
  outline-color: rgb(46 16 101 / 0.95);
}

.outline-white{
  outline-color: #fff;
}

.outline-white\/0{
  outline-color: rgb(255 255 255 / 0);
}

.outline-white\/10{
  outline-color: rgb(255 255 255 / 0.1);
}

.outline-white\/100{
  outline-color: rgb(255 255 255 / 1);
}

.outline-white\/20{
  outline-color: rgb(255 255 255 / 0.2);
}

.outline-white\/25{
  outline-color: rgb(255 255 255 / 0.25);
}

.outline-white\/30{
  outline-color: rgb(255 255 255 / 0.3);
}

.outline-white\/40{
  outline-color: rgb(255 255 255 / 0.4);
}

.outline-white\/5{
  outline-color: rgb(255 255 255 / 0.05);
}

.outline-white\/50{
  outline-color: rgb(255 255 255 / 0.5);
}

.outline-white\/60{
  outline-color: rgb(255 255 255 / 0.6);
}

.outline-white\/70{
  outline-color: rgb(255 255 255 / 0.7);
}

.outline-white\/75{
  outline-color: rgb(255 255 255 / 0.75);
}

.outline-white\/80{
  outline-color: rgb(255 255 255 / 0.8);
}

.outline-white\/90{
  outline-color: rgb(255 255 255 / 0.9);
}

.outline-white\/95{
  outline-color: rgb(255 255 255 / 0.95);
}

.outline-yellow-100{
  outline-color: #fef9c3;
}

.outline-yellow-100\/0{
  outline-color: rgb(254 249 195 / 0);
}

.outline-yellow-100\/10{
  outline-color: rgb(254 249 195 / 0.1);
}

.outline-yellow-100\/100{
  outline-color: rgb(254 249 195 / 1);
}

.outline-yellow-100\/20{
  outline-color: rgb(254 249 195 / 0.2);
}

.outline-yellow-100\/25{
  outline-color: rgb(254 249 195 / 0.25);
}

.outline-yellow-100\/30{
  outline-color: rgb(254 249 195 / 0.3);
}

.outline-yellow-100\/40{
  outline-color: rgb(254 249 195 / 0.4);
}

.outline-yellow-100\/5{
  outline-color: rgb(254 249 195 / 0.05);
}

.outline-yellow-100\/50{
  outline-color: rgb(254 249 195 / 0.5);
}

.outline-yellow-100\/60{
  outline-color: rgb(254 249 195 / 0.6);
}

.outline-yellow-100\/70{
  outline-color: rgb(254 249 195 / 0.7);
}

.outline-yellow-100\/75{
  outline-color: rgb(254 249 195 / 0.75);
}

.outline-yellow-100\/80{
  outline-color: rgb(254 249 195 / 0.8);
}

.outline-yellow-100\/90{
  outline-color: rgb(254 249 195 / 0.9);
}

.outline-yellow-100\/95{
  outline-color: rgb(254 249 195 / 0.95);
}

.outline-yellow-200{
  outline-color: #fef08a;
}

.outline-yellow-200\/0{
  outline-color: rgb(254 240 138 / 0);
}

.outline-yellow-200\/10{
  outline-color: rgb(254 240 138 / 0.1);
}

.outline-yellow-200\/100{
  outline-color: rgb(254 240 138 / 1);
}

.outline-yellow-200\/20{
  outline-color: rgb(254 240 138 / 0.2);
}

.outline-yellow-200\/25{
  outline-color: rgb(254 240 138 / 0.25);
}

.outline-yellow-200\/30{
  outline-color: rgb(254 240 138 / 0.3);
}

.outline-yellow-200\/40{
  outline-color: rgb(254 240 138 / 0.4);
}

.outline-yellow-200\/5{
  outline-color: rgb(254 240 138 / 0.05);
}

.outline-yellow-200\/50{
  outline-color: rgb(254 240 138 / 0.5);
}

.outline-yellow-200\/60{
  outline-color: rgb(254 240 138 / 0.6);
}

.outline-yellow-200\/70{
  outline-color: rgb(254 240 138 / 0.7);
}

.outline-yellow-200\/75{
  outline-color: rgb(254 240 138 / 0.75);
}

.outline-yellow-200\/80{
  outline-color: rgb(254 240 138 / 0.8);
}

.outline-yellow-200\/90{
  outline-color: rgb(254 240 138 / 0.9);
}

.outline-yellow-200\/95{
  outline-color: rgb(254 240 138 / 0.95);
}

.outline-yellow-300{
  outline-color: #fde047;
}

.outline-yellow-300\/0{
  outline-color: rgb(253 224 71 / 0);
}

.outline-yellow-300\/10{
  outline-color: rgb(253 224 71 / 0.1);
}

.outline-yellow-300\/100{
  outline-color: rgb(253 224 71 / 1);
}

.outline-yellow-300\/20{
  outline-color: rgb(253 224 71 / 0.2);
}

.outline-yellow-300\/25{
  outline-color: rgb(253 224 71 / 0.25);
}

.outline-yellow-300\/30{
  outline-color: rgb(253 224 71 / 0.3);
}

.outline-yellow-300\/40{
  outline-color: rgb(253 224 71 / 0.4);
}

.outline-yellow-300\/5{
  outline-color: rgb(253 224 71 / 0.05);
}

.outline-yellow-300\/50{
  outline-color: rgb(253 224 71 / 0.5);
}

.outline-yellow-300\/60{
  outline-color: rgb(253 224 71 / 0.6);
}

.outline-yellow-300\/70{
  outline-color: rgb(253 224 71 / 0.7);
}

.outline-yellow-300\/75{
  outline-color: rgb(253 224 71 / 0.75);
}

.outline-yellow-300\/80{
  outline-color: rgb(253 224 71 / 0.8);
}

.outline-yellow-300\/90{
  outline-color: rgb(253 224 71 / 0.9);
}

.outline-yellow-300\/95{
  outline-color: rgb(253 224 71 / 0.95);
}

.outline-yellow-400{
  outline-color: #facc15;
}

.outline-yellow-400\/0{
  outline-color: rgb(250 204 21 / 0);
}

.outline-yellow-400\/10{
  outline-color: rgb(250 204 21 / 0.1);
}

.outline-yellow-400\/100{
  outline-color: rgb(250 204 21 / 1);
}

.outline-yellow-400\/20{
  outline-color: rgb(250 204 21 / 0.2);
}

.outline-yellow-400\/25{
  outline-color: rgb(250 204 21 / 0.25);
}

.outline-yellow-400\/30{
  outline-color: rgb(250 204 21 / 0.3);
}

.outline-yellow-400\/40{
  outline-color: rgb(250 204 21 / 0.4);
}

.outline-yellow-400\/5{
  outline-color: rgb(250 204 21 / 0.05);
}

.outline-yellow-400\/50{
  outline-color: rgb(250 204 21 / 0.5);
}

.outline-yellow-400\/60{
  outline-color: rgb(250 204 21 / 0.6);
}

.outline-yellow-400\/70{
  outline-color: rgb(250 204 21 / 0.7);
}

.outline-yellow-400\/75{
  outline-color: rgb(250 204 21 / 0.75);
}

.outline-yellow-400\/80{
  outline-color: rgb(250 204 21 / 0.8);
}

.outline-yellow-400\/90{
  outline-color: rgb(250 204 21 / 0.9);
}

.outline-yellow-400\/95{
  outline-color: rgb(250 204 21 / 0.95);
}

.outline-yellow-50{
  outline-color: #fefce8;
}

.outline-yellow-50\/0{
  outline-color: rgb(254 252 232 / 0);
}

.outline-yellow-50\/10{
  outline-color: rgb(254 252 232 / 0.1);
}

.outline-yellow-50\/100{
  outline-color: rgb(254 252 232 / 1);
}

.outline-yellow-50\/20{
  outline-color: rgb(254 252 232 / 0.2);
}

.outline-yellow-50\/25{
  outline-color: rgb(254 252 232 / 0.25);
}

.outline-yellow-50\/30{
  outline-color: rgb(254 252 232 / 0.3);
}

.outline-yellow-50\/40{
  outline-color: rgb(254 252 232 / 0.4);
}

.outline-yellow-50\/5{
  outline-color: rgb(254 252 232 / 0.05);
}

.outline-yellow-50\/50{
  outline-color: rgb(254 252 232 / 0.5);
}

.outline-yellow-50\/60{
  outline-color: rgb(254 252 232 / 0.6);
}

.outline-yellow-50\/70{
  outline-color: rgb(254 252 232 / 0.7);
}

.outline-yellow-50\/75{
  outline-color: rgb(254 252 232 / 0.75);
}

.outline-yellow-50\/80{
  outline-color: rgb(254 252 232 / 0.8);
}

.outline-yellow-50\/90{
  outline-color: rgb(254 252 232 / 0.9);
}

.outline-yellow-50\/95{
  outline-color: rgb(254 252 232 / 0.95);
}

.outline-yellow-500{
  outline-color: #eab308;
}

.outline-yellow-500\/0{
  outline-color: rgb(234 179 8 / 0);
}

.outline-yellow-500\/10{
  outline-color: rgb(234 179 8 / 0.1);
}

.outline-yellow-500\/100{
  outline-color: rgb(234 179 8 / 1);
}

.outline-yellow-500\/20{
  outline-color: rgb(234 179 8 / 0.2);
}

.outline-yellow-500\/25{
  outline-color: rgb(234 179 8 / 0.25);
}

.outline-yellow-500\/30{
  outline-color: rgb(234 179 8 / 0.3);
}

.outline-yellow-500\/40{
  outline-color: rgb(234 179 8 / 0.4);
}

.outline-yellow-500\/5{
  outline-color: rgb(234 179 8 / 0.05);
}

.outline-yellow-500\/50{
  outline-color: rgb(234 179 8 / 0.5);
}

.outline-yellow-500\/60{
  outline-color: rgb(234 179 8 / 0.6);
}

.outline-yellow-500\/70{
  outline-color: rgb(234 179 8 / 0.7);
}

.outline-yellow-500\/75{
  outline-color: rgb(234 179 8 / 0.75);
}

.outline-yellow-500\/80{
  outline-color: rgb(234 179 8 / 0.8);
}

.outline-yellow-500\/90{
  outline-color: rgb(234 179 8 / 0.9);
}

.outline-yellow-500\/95{
  outline-color: rgb(234 179 8 / 0.95);
}

.outline-yellow-600{
  outline-color: #ca8a04;
}

.outline-yellow-600\/0{
  outline-color: rgb(202 138 4 / 0);
}

.outline-yellow-600\/10{
  outline-color: rgb(202 138 4 / 0.1);
}

.outline-yellow-600\/100{
  outline-color: rgb(202 138 4 / 1);
}

.outline-yellow-600\/20{
  outline-color: rgb(202 138 4 / 0.2);
}

.outline-yellow-600\/25{
  outline-color: rgb(202 138 4 / 0.25);
}

.outline-yellow-600\/30{
  outline-color: rgb(202 138 4 / 0.3);
}

.outline-yellow-600\/40{
  outline-color: rgb(202 138 4 / 0.4);
}

.outline-yellow-600\/5{
  outline-color: rgb(202 138 4 / 0.05);
}

.outline-yellow-600\/50{
  outline-color: rgb(202 138 4 / 0.5);
}

.outline-yellow-600\/60{
  outline-color: rgb(202 138 4 / 0.6);
}

.outline-yellow-600\/70{
  outline-color: rgb(202 138 4 / 0.7);
}

.outline-yellow-600\/75{
  outline-color: rgb(202 138 4 / 0.75);
}

.outline-yellow-600\/80{
  outline-color: rgb(202 138 4 / 0.8);
}

.outline-yellow-600\/90{
  outline-color: rgb(202 138 4 / 0.9);
}

.outline-yellow-600\/95{
  outline-color: rgb(202 138 4 / 0.95);
}

.outline-yellow-700{
  outline-color: #a16207;
}

.outline-yellow-700\/0{
  outline-color: rgb(161 98 7 / 0);
}

.outline-yellow-700\/10{
  outline-color: rgb(161 98 7 / 0.1);
}

.outline-yellow-700\/100{
  outline-color: rgb(161 98 7 / 1);
}

.outline-yellow-700\/20{
  outline-color: rgb(161 98 7 / 0.2);
}

.outline-yellow-700\/25{
  outline-color: rgb(161 98 7 / 0.25);
}

.outline-yellow-700\/30{
  outline-color: rgb(161 98 7 / 0.3);
}

.outline-yellow-700\/40{
  outline-color: rgb(161 98 7 / 0.4);
}

.outline-yellow-700\/5{
  outline-color: rgb(161 98 7 / 0.05);
}

.outline-yellow-700\/50{
  outline-color: rgb(161 98 7 / 0.5);
}

.outline-yellow-700\/60{
  outline-color: rgb(161 98 7 / 0.6);
}

.outline-yellow-700\/70{
  outline-color: rgb(161 98 7 / 0.7);
}

.outline-yellow-700\/75{
  outline-color: rgb(161 98 7 / 0.75);
}

.outline-yellow-700\/80{
  outline-color: rgb(161 98 7 / 0.8);
}

.outline-yellow-700\/90{
  outline-color: rgb(161 98 7 / 0.9);
}

.outline-yellow-700\/95{
  outline-color: rgb(161 98 7 / 0.95);
}

.outline-yellow-800{
  outline-color: #854d0e;
}

.outline-yellow-800\/0{
  outline-color: rgb(133 77 14 / 0);
}

.outline-yellow-800\/10{
  outline-color: rgb(133 77 14 / 0.1);
}

.outline-yellow-800\/100{
  outline-color: rgb(133 77 14 / 1);
}

.outline-yellow-800\/20{
  outline-color: rgb(133 77 14 / 0.2);
}

.outline-yellow-800\/25{
  outline-color: rgb(133 77 14 / 0.25);
}

.outline-yellow-800\/30{
  outline-color: rgb(133 77 14 / 0.3);
}

.outline-yellow-800\/40{
  outline-color: rgb(133 77 14 / 0.4);
}

.outline-yellow-800\/5{
  outline-color: rgb(133 77 14 / 0.05);
}

.outline-yellow-800\/50{
  outline-color: rgb(133 77 14 / 0.5);
}

.outline-yellow-800\/60{
  outline-color: rgb(133 77 14 / 0.6);
}

.outline-yellow-800\/70{
  outline-color: rgb(133 77 14 / 0.7);
}

.outline-yellow-800\/75{
  outline-color: rgb(133 77 14 / 0.75);
}

.outline-yellow-800\/80{
  outline-color: rgb(133 77 14 / 0.8);
}

.outline-yellow-800\/90{
  outline-color: rgb(133 77 14 / 0.9);
}

.outline-yellow-800\/95{
  outline-color: rgb(133 77 14 / 0.95);
}

.outline-yellow-900{
  outline-color: #713f12;
}

.outline-yellow-900\/0{
  outline-color: rgb(113 63 18 / 0);
}

.outline-yellow-900\/10{
  outline-color: rgb(113 63 18 / 0.1);
}

.outline-yellow-900\/100{
  outline-color: rgb(113 63 18 / 1);
}

.outline-yellow-900\/20{
  outline-color: rgb(113 63 18 / 0.2);
}

.outline-yellow-900\/25{
  outline-color: rgb(113 63 18 / 0.25);
}

.outline-yellow-900\/30{
  outline-color: rgb(113 63 18 / 0.3);
}

.outline-yellow-900\/40{
  outline-color: rgb(113 63 18 / 0.4);
}

.outline-yellow-900\/5{
  outline-color: rgb(113 63 18 / 0.05);
}

.outline-yellow-900\/50{
  outline-color: rgb(113 63 18 / 0.5);
}

.outline-yellow-900\/60{
  outline-color: rgb(113 63 18 / 0.6);
}

.outline-yellow-900\/70{
  outline-color: rgb(113 63 18 / 0.7);
}

.outline-yellow-900\/75{
  outline-color: rgb(113 63 18 / 0.75);
}

.outline-yellow-900\/80{
  outline-color: rgb(113 63 18 / 0.8);
}

.outline-yellow-900\/90{
  outline-color: rgb(113 63 18 / 0.9);
}

.outline-yellow-900\/95{
  outline-color: rgb(113 63 18 / 0.95);
}

.outline-yellow-950{
  outline-color: #422006;
}

.outline-yellow-950\/0{
  outline-color: rgb(66 32 6 / 0);
}

.outline-yellow-950\/10{
  outline-color: rgb(66 32 6 / 0.1);
}

.outline-yellow-950\/100{
  outline-color: rgb(66 32 6 / 1);
}

.outline-yellow-950\/20{
  outline-color: rgb(66 32 6 / 0.2);
}

.outline-yellow-950\/25{
  outline-color: rgb(66 32 6 / 0.25);
}

.outline-yellow-950\/30{
  outline-color: rgb(66 32 6 / 0.3);
}

.outline-yellow-950\/40{
  outline-color: rgb(66 32 6 / 0.4);
}

.outline-yellow-950\/5{
  outline-color: rgb(66 32 6 / 0.05);
}

.outline-yellow-950\/50{
  outline-color: rgb(66 32 6 / 0.5);
}

.outline-yellow-950\/60{
  outline-color: rgb(66 32 6 / 0.6);
}

.outline-yellow-950\/70{
  outline-color: rgb(66 32 6 / 0.7);
}

.outline-yellow-950\/75{
  outline-color: rgb(66 32 6 / 0.75);
}

.outline-yellow-950\/80{
  outline-color: rgb(66 32 6 / 0.8);
}

.outline-yellow-950\/90{
  outline-color: rgb(66 32 6 / 0.9);
}

.outline-yellow-950\/95{
  outline-color: rgb(66 32 6 / 0.95);
}

.outline-zinc-100{
  outline-color: #f4f4f5;
}

.outline-zinc-100\/0{
  outline-color: rgb(244 244 245 / 0);
}

.outline-zinc-100\/10{
  outline-color: rgb(244 244 245 / 0.1);
}

.outline-zinc-100\/100{
  outline-color: rgb(244 244 245 / 1);
}

.outline-zinc-100\/20{
  outline-color: rgb(244 244 245 / 0.2);
}

.outline-zinc-100\/25{
  outline-color: rgb(244 244 245 / 0.25);
}

.outline-zinc-100\/30{
  outline-color: rgb(244 244 245 / 0.3);
}

.outline-zinc-100\/40{
  outline-color: rgb(244 244 245 / 0.4);
}

.outline-zinc-100\/5{
  outline-color: rgb(244 244 245 / 0.05);
}

.outline-zinc-100\/50{
  outline-color: rgb(244 244 245 / 0.5);
}

.outline-zinc-100\/60{
  outline-color: rgb(244 244 245 / 0.6);
}

.outline-zinc-100\/70{
  outline-color: rgb(244 244 245 / 0.7);
}

.outline-zinc-100\/75{
  outline-color: rgb(244 244 245 / 0.75);
}

.outline-zinc-100\/80{
  outline-color: rgb(244 244 245 / 0.8);
}

.outline-zinc-100\/90{
  outline-color: rgb(244 244 245 / 0.9);
}

.outline-zinc-100\/95{
  outline-color: rgb(244 244 245 / 0.95);
}

.outline-zinc-200{
  outline-color: #e4e4e7;
}

.outline-zinc-200\/0{
  outline-color: rgb(228 228 231 / 0);
}

.outline-zinc-200\/10{
  outline-color: rgb(228 228 231 / 0.1);
}

.outline-zinc-200\/100{
  outline-color: rgb(228 228 231 / 1);
}

.outline-zinc-200\/20{
  outline-color: rgb(228 228 231 / 0.2);
}

.outline-zinc-200\/25{
  outline-color: rgb(228 228 231 / 0.25);
}

.outline-zinc-200\/30{
  outline-color: rgb(228 228 231 / 0.3);
}

.outline-zinc-200\/40{
  outline-color: rgb(228 228 231 / 0.4);
}

.outline-zinc-200\/5{
  outline-color: rgb(228 228 231 / 0.05);
}

.outline-zinc-200\/50{
  outline-color: rgb(228 228 231 / 0.5);
}

.outline-zinc-200\/60{
  outline-color: rgb(228 228 231 / 0.6);
}

.outline-zinc-200\/70{
  outline-color: rgb(228 228 231 / 0.7);
}

.outline-zinc-200\/75{
  outline-color: rgb(228 228 231 / 0.75);
}

.outline-zinc-200\/80{
  outline-color: rgb(228 228 231 / 0.8);
}

.outline-zinc-200\/90{
  outline-color: rgb(228 228 231 / 0.9);
}

.outline-zinc-200\/95{
  outline-color: rgb(228 228 231 / 0.95);
}

.outline-zinc-300{
  outline-color: #d4d4d8;
}

.outline-zinc-300\/0{
  outline-color: rgb(212 212 216 / 0);
}

.outline-zinc-300\/10{
  outline-color: rgb(212 212 216 / 0.1);
}

.outline-zinc-300\/100{
  outline-color: rgb(212 212 216 / 1);
}

.outline-zinc-300\/20{
  outline-color: rgb(212 212 216 / 0.2);
}

.outline-zinc-300\/25{
  outline-color: rgb(212 212 216 / 0.25);
}

.outline-zinc-300\/30{
  outline-color: rgb(212 212 216 / 0.3);
}

.outline-zinc-300\/40{
  outline-color: rgb(212 212 216 / 0.4);
}

.outline-zinc-300\/5{
  outline-color: rgb(212 212 216 / 0.05);
}

.outline-zinc-300\/50{
  outline-color: rgb(212 212 216 / 0.5);
}

.outline-zinc-300\/60{
  outline-color: rgb(212 212 216 / 0.6);
}

.outline-zinc-300\/70{
  outline-color: rgb(212 212 216 / 0.7);
}

.outline-zinc-300\/75{
  outline-color: rgb(212 212 216 / 0.75);
}

.outline-zinc-300\/80{
  outline-color: rgb(212 212 216 / 0.8);
}

.outline-zinc-300\/90{
  outline-color: rgb(212 212 216 / 0.9);
}

.outline-zinc-300\/95{
  outline-color: rgb(212 212 216 / 0.95);
}

.outline-zinc-400{
  outline-color: #a1a1aa;
}

.outline-zinc-400\/0{
  outline-color: rgb(161 161 170 / 0);
}

.outline-zinc-400\/10{
  outline-color: rgb(161 161 170 / 0.1);
}

.outline-zinc-400\/100{
  outline-color: rgb(161 161 170 / 1);
}

.outline-zinc-400\/20{
  outline-color: rgb(161 161 170 / 0.2);
}

.outline-zinc-400\/25{
  outline-color: rgb(161 161 170 / 0.25);
}

.outline-zinc-400\/30{
  outline-color: rgb(161 161 170 / 0.3);
}

.outline-zinc-400\/40{
  outline-color: rgb(161 161 170 / 0.4);
}

.outline-zinc-400\/5{
  outline-color: rgb(161 161 170 / 0.05);
}

.outline-zinc-400\/50{
  outline-color: rgb(161 161 170 / 0.5);
}

.outline-zinc-400\/60{
  outline-color: rgb(161 161 170 / 0.6);
}

.outline-zinc-400\/70{
  outline-color: rgb(161 161 170 / 0.7);
}

.outline-zinc-400\/75{
  outline-color: rgb(161 161 170 / 0.75);
}

.outline-zinc-400\/80{
  outline-color: rgb(161 161 170 / 0.8);
}

.outline-zinc-400\/90{
  outline-color: rgb(161 161 170 / 0.9);
}

.outline-zinc-400\/95{
  outline-color: rgb(161 161 170 / 0.95);
}

.outline-zinc-50{
  outline-color: #fafafa;
}

.outline-zinc-50\/0{
  outline-color: rgb(250 250 250 / 0);
}

.outline-zinc-50\/10{
  outline-color: rgb(250 250 250 / 0.1);
}

.outline-zinc-50\/100{
  outline-color: rgb(250 250 250 / 1);
}

.outline-zinc-50\/20{
  outline-color: rgb(250 250 250 / 0.2);
}

.outline-zinc-50\/25{
  outline-color: rgb(250 250 250 / 0.25);
}

.outline-zinc-50\/30{
  outline-color: rgb(250 250 250 / 0.3);
}

.outline-zinc-50\/40{
  outline-color: rgb(250 250 250 / 0.4);
}

.outline-zinc-50\/5{
  outline-color: rgb(250 250 250 / 0.05);
}

.outline-zinc-50\/50{
  outline-color: rgb(250 250 250 / 0.5);
}

.outline-zinc-50\/60{
  outline-color: rgb(250 250 250 / 0.6);
}

.outline-zinc-50\/70{
  outline-color: rgb(250 250 250 / 0.7);
}

.outline-zinc-50\/75{
  outline-color: rgb(250 250 250 / 0.75);
}

.outline-zinc-50\/80{
  outline-color: rgb(250 250 250 / 0.8);
}

.outline-zinc-50\/90{
  outline-color: rgb(250 250 250 / 0.9);
}

.outline-zinc-50\/95{
  outline-color: rgb(250 250 250 / 0.95);
}

.outline-zinc-500{
  outline-color: #71717a;
}

.outline-zinc-500\/0{
  outline-color: rgb(113 113 122 / 0);
}

.outline-zinc-500\/10{
  outline-color: rgb(113 113 122 / 0.1);
}

.outline-zinc-500\/100{
  outline-color: rgb(113 113 122 / 1);
}

.outline-zinc-500\/20{
  outline-color: rgb(113 113 122 / 0.2);
}

.outline-zinc-500\/25{
  outline-color: rgb(113 113 122 / 0.25);
}

.outline-zinc-500\/30{
  outline-color: rgb(113 113 122 / 0.3);
}

.outline-zinc-500\/40{
  outline-color: rgb(113 113 122 / 0.4);
}

.outline-zinc-500\/5{
  outline-color: rgb(113 113 122 / 0.05);
}

.outline-zinc-500\/50{
  outline-color: rgb(113 113 122 / 0.5);
}

.outline-zinc-500\/60{
  outline-color: rgb(113 113 122 / 0.6);
}

.outline-zinc-500\/70{
  outline-color: rgb(113 113 122 / 0.7);
}

.outline-zinc-500\/75{
  outline-color: rgb(113 113 122 / 0.75);
}

.outline-zinc-500\/80{
  outline-color: rgb(113 113 122 / 0.8);
}

.outline-zinc-500\/90{
  outline-color: rgb(113 113 122 / 0.9);
}

.outline-zinc-500\/95{
  outline-color: rgb(113 113 122 / 0.95);
}

.outline-zinc-600{
  outline-color: #52525b;
}

.outline-zinc-600\/0{
  outline-color: rgb(82 82 91 / 0);
}

.outline-zinc-600\/10{
  outline-color: rgb(82 82 91 / 0.1);
}

.outline-zinc-600\/100{
  outline-color: rgb(82 82 91 / 1);
}

.outline-zinc-600\/20{
  outline-color: rgb(82 82 91 / 0.2);
}

.outline-zinc-600\/25{
  outline-color: rgb(82 82 91 / 0.25);
}

.outline-zinc-600\/30{
  outline-color: rgb(82 82 91 / 0.3);
}

.outline-zinc-600\/40{
  outline-color: rgb(82 82 91 / 0.4);
}

.outline-zinc-600\/5{
  outline-color: rgb(82 82 91 / 0.05);
}

.outline-zinc-600\/50{
  outline-color: rgb(82 82 91 / 0.5);
}

.outline-zinc-600\/60{
  outline-color: rgb(82 82 91 / 0.6);
}

.outline-zinc-600\/70{
  outline-color: rgb(82 82 91 / 0.7);
}

.outline-zinc-600\/75{
  outline-color: rgb(82 82 91 / 0.75);
}

.outline-zinc-600\/80{
  outline-color: rgb(82 82 91 / 0.8);
}

.outline-zinc-600\/90{
  outline-color: rgb(82 82 91 / 0.9);
}

.outline-zinc-600\/95{
  outline-color: rgb(82 82 91 / 0.95);
}

.outline-zinc-700{
  outline-color: #3f3f46;
}

.outline-zinc-700\/0{
  outline-color: rgb(63 63 70 / 0);
}

.outline-zinc-700\/10{
  outline-color: rgb(63 63 70 / 0.1);
}

.outline-zinc-700\/100{
  outline-color: rgb(63 63 70 / 1);
}

.outline-zinc-700\/20{
  outline-color: rgb(63 63 70 / 0.2);
}

.outline-zinc-700\/25{
  outline-color: rgb(63 63 70 / 0.25);
}

.outline-zinc-700\/30{
  outline-color: rgb(63 63 70 / 0.3);
}

.outline-zinc-700\/40{
  outline-color: rgb(63 63 70 / 0.4);
}

.outline-zinc-700\/5{
  outline-color: rgb(63 63 70 / 0.05);
}

.outline-zinc-700\/50{
  outline-color: rgb(63 63 70 / 0.5);
}

.outline-zinc-700\/60{
  outline-color: rgb(63 63 70 / 0.6);
}

.outline-zinc-700\/70{
  outline-color: rgb(63 63 70 / 0.7);
}

.outline-zinc-700\/75{
  outline-color: rgb(63 63 70 / 0.75);
}

.outline-zinc-700\/80{
  outline-color: rgb(63 63 70 / 0.8);
}

.outline-zinc-700\/90{
  outline-color: rgb(63 63 70 / 0.9);
}

.outline-zinc-700\/95{
  outline-color: rgb(63 63 70 / 0.95);
}

.outline-zinc-800{
  outline-color: #27272a;
}

.outline-zinc-800\/0{
  outline-color: rgb(39 39 42 / 0);
}

.outline-zinc-800\/10{
  outline-color: rgb(39 39 42 / 0.1);
}

.outline-zinc-800\/100{
  outline-color: rgb(39 39 42 / 1);
}

.outline-zinc-800\/20{
  outline-color: rgb(39 39 42 / 0.2);
}

.outline-zinc-800\/25{
  outline-color: rgb(39 39 42 / 0.25);
}

.outline-zinc-800\/30{
  outline-color: rgb(39 39 42 / 0.3);
}

.outline-zinc-800\/40{
  outline-color: rgb(39 39 42 / 0.4);
}

.outline-zinc-800\/5{
  outline-color: rgb(39 39 42 / 0.05);
}

.outline-zinc-800\/50{
  outline-color: rgb(39 39 42 / 0.5);
}

.outline-zinc-800\/60{
  outline-color: rgb(39 39 42 / 0.6);
}

.outline-zinc-800\/70{
  outline-color: rgb(39 39 42 / 0.7);
}

.outline-zinc-800\/75{
  outline-color: rgb(39 39 42 / 0.75);
}

.outline-zinc-800\/80{
  outline-color: rgb(39 39 42 / 0.8);
}

.outline-zinc-800\/90{
  outline-color: rgb(39 39 42 / 0.9);
}

.outline-zinc-800\/95{
  outline-color: rgb(39 39 42 / 0.95);
}

.outline-zinc-900{
  outline-color: #18181b;
}

.outline-zinc-900\/0{
  outline-color: rgb(24 24 27 / 0);
}

.outline-zinc-900\/10{
  outline-color: rgb(24 24 27 / 0.1);
}

.outline-zinc-900\/100{
  outline-color: rgb(24 24 27 / 1);
}

.outline-zinc-900\/20{
  outline-color: rgb(24 24 27 / 0.2);
}

.outline-zinc-900\/25{
  outline-color: rgb(24 24 27 / 0.25);
}

.outline-zinc-900\/30{
  outline-color: rgb(24 24 27 / 0.3);
}

.outline-zinc-900\/40{
  outline-color: rgb(24 24 27 / 0.4);
}

.outline-zinc-900\/5{
  outline-color: rgb(24 24 27 / 0.05);
}

.outline-zinc-900\/50{
  outline-color: rgb(24 24 27 / 0.5);
}

.outline-zinc-900\/60{
  outline-color: rgb(24 24 27 / 0.6);
}

.outline-zinc-900\/70{
  outline-color: rgb(24 24 27 / 0.7);
}

.outline-zinc-900\/75{
  outline-color: rgb(24 24 27 / 0.75);
}

.outline-zinc-900\/80{
  outline-color: rgb(24 24 27 / 0.8);
}

.outline-zinc-900\/90{
  outline-color: rgb(24 24 27 / 0.9);
}

.outline-zinc-900\/95{
  outline-color: rgb(24 24 27 / 0.95);
}

.outline-zinc-950{
  outline-color: #09090b;
}

.outline-zinc-950\/0{
  outline-color: rgb(9 9 11 / 0);
}

.outline-zinc-950\/10{
  outline-color: rgb(9 9 11 / 0.1);
}

.outline-zinc-950\/100{
  outline-color: rgb(9 9 11 / 1);
}

.outline-zinc-950\/20{
  outline-color: rgb(9 9 11 / 0.2);
}

.outline-zinc-950\/25{
  outline-color: rgb(9 9 11 / 0.25);
}

.outline-zinc-950\/30{
  outline-color: rgb(9 9 11 / 0.3);
}

.outline-zinc-950\/40{
  outline-color: rgb(9 9 11 / 0.4);
}

.outline-zinc-950\/5{
  outline-color: rgb(9 9 11 / 0.05);
}

.outline-zinc-950\/50{
  outline-color: rgb(9 9 11 / 0.5);
}

.outline-zinc-950\/60{
  outline-color: rgb(9 9 11 / 0.6);
}

.outline-zinc-950\/70{
  outline-color: rgb(9 9 11 / 0.7);
}

.outline-zinc-950\/75{
  outline-color: rgb(9 9 11 / 0.75);
}

.outline-zinc-950\/80{
  outline-color: rgb(9 9 11 / 0.8);
}

.outline-zinc-950\/90{
  outline-color: rgb(9 9 11 / 0.9);
}

.outline-zinc-950\/95{
  outline-color: rgb(9 9 11 / 0.95);
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + 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);
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4{
  --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(4px + 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);
}

.ring-8{
  --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(8px + 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);
}

.ring-inset{
  --tw-ring-inset: inset;
}

.ring-amber-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity));
}

.ring-amber-100\/0{
  --tw-ring-color: rgb(254 243 199 / 0);
}

.ring-amber-100\/10{
  --tw-ring-color: rgb(254 243 199 / 0.1);
}

.ring-amber-100\/100{
  --tw-ring-color: rgb(254 243 199 / 1);
}

.ring-amber-100\/20{
  --tw-ring-color: rgb(254 243 199 / 0.2);
}

.ring-amber-100\/25{
  --tw-ring-color: rgb(254 243 199 / 0.25);
}

.ring-amber-100\/30{
  --tw-ring-color: rgb(254 243 199 / 0.3);
}

.ring-amber-100\/40{
  --tw-ring-color: rgb(254 243 199 / 0.4);
}

.ring-amber-100\/5{
  --tw-ring-color: rgb(254 243 199 / 0.05);
}

.ring-amber-100\/50{
  --tw-ring-color: rgb(254 243 199 / 0.5);
}

.ring-amber-100\/60{
  --tw-ring-color: rgb(254 243 199 / 0.6);
}

.ring-amber-100\/70{
  --tw-ring-color: rgb(254 243 199 / 0.7);
}

.ring-amber-100\/75{
  --tw-ring-color: rgb(254 243 199 / 0.75);
}

.ring-amber-100\/80{
  --tw-ring-color: rgb(254 243 199 / 0.8);
}

.ring-amber-100\/90{
  --tw-ring-color: rgb(254 243 199 / 0.9);
}

.ring-amber-100\/95{
  --tw-ring-color: rgb(254 243 199 / 0.95);
}

.ring-amber-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity));
}

.ring-amber-200\/0{
  --tw-ring-color: rgb(253 230 138 / 0);
}

.ring-amber-200\/10{
  --tw-ring-color: rgb(253 230 138 / 0.1);
}

.ring-amber-200\/100{
  --tw-ring-color: rgb(253 230 138 / 1);
}

.ring-amber-200\/20{
  --tw-ring-color: rgb(253 230 138 / 0.2);
}

.ring-amber-200\/25{
  --tw-ring-color: rgb(253 230 138 / 0.25);
}

.ring-amber-200\/30{
  --tw-ring-color: rgb(253 230 138 / 0.3);
}

.ring-amber-200\/40{
  --tw-ring-color: rgb(253 230 138 / 0.4);
}

.ring-amber-200\/5{
  --tw-ring-color: rgb(253 230 138 / 0.05);
}

.ring-amber-200\/50{
  --tw-ring-color: rgb(253 230 138 / 0.5);
}

.ring-amber-200\/60{
  --tw-ring-color: rgb(253 230 138 / 0.6);
}

.ring-amber-200\/70{
  --tw-ring-color: rgb(253 230 138 / 0.7);
}

.ring-amber-200\/75{
  --tw-ring-color: rgb(253 230 138 / 0.75);
}

.ring-amber-200\/80{
  --tw-ring-color: rgb(253 230 138 / 0.8);
}

.ring-amber-200\/90{
  --tw-ring-color: rgb(253 230 138 / 0.9);
}

.ring-amber-200\/95{
  --tw-ring-color: rgb(253 230 138 / 0.95);
}

.ring-amber-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity));
}

.ring-amber-300\/0{
  --tw-ring-color: rgb(252 211 77 / 0);
}

.ring-amber-300\/10{
  --tw-ring-color: rgb(252 211 77 / 0.1);
}

.ring-amber-300\/100{
  --tw-ring-color: rgb(252 211 77 / 1);
}

.ring-amber-300\/20{
  --tw-ring-color: rgb(252 211 77 / 0.2);
}

.ring-amber-300\/25{
  --tw-ring-color: rgb(252 211 77 / 0.25);
}

.ring-amber-300\/30{
  --tw-ring-color: rgb(252 211 77 / 0.3);
}

.ring-amber-300\/40{
  --tw-ring-color: rgb(252 211 77 / 0.4);
}

.ring-amber-300\/5{
  --tw-ring-color: rgb(252 211 77 / 0.05);
}

.ring-amber-300\/50{
  --tw-ring-color: rgb(252 211 77 / 0.5);
}

.ring-amber-300\/60{
  --tw-ring-color: rgb(252 211 77 / 0.6);
}

.ring-amber-300\/70{
  --tw-ring-color: rgb(252 211 77 / 0.7);
}

.ring-amber-300\/75{
  --tw-ring-color: rgb(252 211 77 / 0.75);
}

.ring-amber-300\/80{
  --tw-ring-color: rgb(252 211 77 / 0.8);
}

.ring-amber-300\/90{
  --tw-ring-color: rgb(252 211 77 / 0.9);
}

.ring-amber-300\/95{
  --tw-ring-color: rgb(252 211 77 / 0.95);
}

.ring-amber-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity));
}

.ring-amber-400\/0{
  --tw-ring-color: rgb(251 191 36 / 0);
}

.ring-amber-400\/10{
  --tw-ring-color: rgb(251 191 36 / 0.1);
}

.ring-amber-400\/100{
  --tw-ring-color: rgb(251 191 36 / 1);
}

.ring-amber-400\/20{
  --tw-ring-color: rgb(251 191 36 / 0.2);
}

.ring-amber-400\/25{
  --tw-ring-color: rgb(251 191 36 / 0.25);
}

.ring-amber-400\/30{
  --tw-ring-color: rgb(251 191 36 / 0.3);
}

.ring-amber-400\/40{
  --tw-ring-color: rgb(251 191 36 / 0.4);
}

.ring-amber-400\/5{
  --tw-ring-color: rgb(251 191 36 / 0.05);
}

.ring-amber-400\/50{
  --tw-ring-color: rgb(251 191 36 / 0.5);
}

.ring-amber-400\/60{
  --tw-ring-color: rgb(251 191 36 / 0.6);
}

.ring-amber-400\/70{
  --tw-ring-color: rgb(251 191 36 / 0.7);
}

.ring-amber-400\/75{
  --tw-ring-color: rgb(251 191 36 / 0.75);
}

.ring-amber-400\/80{
  --tw-ring-color: rgb(251 191 36 / 0.8);
}

.ring-amber-400\/90{
  --tw-ring-color: rgb(251 191 36 / 0.9);
}

.ring-amber-400\/95{
  --tw-ring-color: rgb(251 191 36 / 0.95);
}

.ring-amber-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity));
}

.ring-amber-50\/0{
  --tw-ring-color: rgb(255 251 235 / 0);
}

.ring-amber-50\/10{
  --tw-ring-color: rgb(255 251 235 / 0.1);
}

.ring-amber-50\/100{
  --tw-ring-color: rgb(255 251 235 / 1);
}

.ring-amber-50\/20{
  --tw-ring-color: rgb(255 251 235 / 0.2);
}

.ring-amber-50\/25{
  --tw-ring-color: rgb(255 251 235 / 0.25);
}

.ring-amber-50\/30{
  --tw-ring-color: rgb(255 251 235 / 0.3);
}

.ring-amber-50\/40{
  --tw-ring-color: rgb(255 251 235 / 0.4);
}

.ring-amber-50\/5{
  --tw-ring-color: rgb(255 251 235 / 0.05);
}

.ring-amber-50\/50{
  --tw-ring-color: rgb(255 251 235 / 0.5);
}

.ring-amber-50\/60{
  --tw-ring-color: rgb(255 251 235 / 0.6);
}

.ring-amber-50\/70{
  --tw-ring-color: rgb(255 251 235 / 0.7);
}

.ring-amber-50\/75{
  --tw-ring-color: rgb(255 251 235 / 0.75);
}

.ring-amber-50\/80{
  --tw-ring-color: rgb(255 251 235 / 0.8);
}

.ring-amber-50\/90{
  --tw-ring-color: rgb(255 251 235 / 0.9);
}

.ring-amber-50\/95{
  --tw-ring-color: rgb(255 251 235 / 0.95);
}

.ring-amber-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity));
}

.ring-amber-500\/0{
  --tw-ring-color: rgb(245 158 11 / 0);
}

.ring-amber-500\/10{
  --tw-ring-color: rgb(245 158 11 / 0.1);
}

.ring-amber-500\/100{
  --tw-ring-color: rgb(245 158 11 / 1);
}

.ring-amber-500\/20{
  --tw-ring-color: rgb(245 158 11 / 0.2);
}

.ring-amber-500\/25{
  --tw-ring-color: rgb(245 158 11 / 0.25);
}

.ring-amber-500\/30{
  --tw-ring-color: rgb(245 158 11 / 0.3);
}

.ring-amber-500\/40{
  --tw-ring-color: rgb(245 158 11 / 0.4);
}

.ring-amber-500\/5{
  --tw-ring-color: rgb(245 158 11 / 0.05);
}

.ring-amber-500\/50{
  --tw-ring-color: rgb(245 158 11 / 0.5);
}

.ring-amber-500\/60{
  --tw-ring-color: rgb(245 158 11 / 0.6);
}

.ring-amber-500\/70{
  --tw-ring-color: rgb(245 158 11 / 0.7);
}

.ring-amber-500\/75{
  --tw-ring-color: rgb(245 158 11 / 0.75);
}

.ring-amber-500\/80{
  --tw-ring-color: rgb(245 158 11 / 0.8);
}

.ring-amber-500\/90{
  --tw-ring-color: rgb(245 158 11 / 0.9);
}

.ring-amber-500\/95{
  --tw-ring-color: rgb(245 158 11 / 0.95);
}

.ring-amber-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity));
}

.ring-amber-600\/0{
  --tw-ring-color: rgb(217 119 6 / 0);
}

.ring-amber-600\/10{
  --tw-ring-color: rgb(217 119 6 / 0.1);
}

.ring-amber-600\/100{
  --tw-ring-color: rgb(217 119 6 / 1);
}

.ring-amber-600\/20{
  --tw-ring-color: rgb(217 119 6 / 0.2);
}

.ring-amber-600\/25{
  --tw-ring-color: rgb(217 119 6 / 0.25);
}

.ring-amber-600\/30{
  --tw-ring-color: rgb(217 119 6 / 0.3);
}

.ring-amber-600\/40{
  --tw-ring-color: rgb(217 119 6 / 0.4);
}

.ring-amber-600\/5{
  --tw-ring-color: rgb(217 119 6 / 0.05);
}

.ring-amber-600\/50{
  --tw-ring-color: rgb(217 119 6 / 0.5);
}

.ring-amber-600\/60{
  --tw-ring-color: rgb(217 119 6 / 0.6);
}

.ring-amber-600\/70{
  --tw-ring-color: rgb(217 119 6 / 0.7);
}

.ring-amber-600\/75{
  --tw-ring-color: rgb(217 119 6 / 0.75);
}

.ring-amber-600\/80{
  --tw-ring-color: rgb(217 119 6 / 0.8);
}

.ring-amber-600\/90{
  --tw-ring-color: rgb(217 119 6 / 0.9);
}

.ring-amber-600\/95{
  --tw-ring-color: rgb(217 119 6 / 0.95);
}

.ring-amber-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity));
}

.ring-amber-700\/0{
  --tw-ring-color: rgb(180 83 9 / 0);
}

.ring-amber-700\/10{
  --tw-ring-color: rgb(180 83 9 / 0.1);
}

.ring-amber-700\/100{
  --tw-ring-color: rgb(180 83 9 / 1);
}

.ring-amber-700\/20{
  --tw-ring-color: rgb(180 83 9 / 0.2);
}

.ring-amber-700\/25{
  --tw-ring-color: rgb(180 83 9 / 0.25);
}

.ring-amber-700\/30{
  --tw-ring-color: rgb(180 83 9 / 0.3);
}

.ring-amber-700\/40{
  --tw-ring-color: rgb(180 83 9 / 0.4);
}

.ring-amber-700\/5{
  --tw-ring-color: rgb(180 83 9 / 0.05);
}

.ring-amber-700\/50{
  --tw-ring-color: rgb(180 83 9 / 0.5);
}

.ring-amber-700\/60{
  --tw-ring-color: rgb(180 83 9 / 0.6);
}

.ring-amber-700\/70{
  --tw-ring-color: rgb(180 83 9 / 0.7);
}

.ring-amber-700\/75{
  --tw-ring-color: rgb(180 83 9 / 0.75);
}

.ring-amber-700\/80{
  --tw-ring-color: rgb(180 83 9 / 0.8);
}

.ring-amber-700\/90{
  --tw-ring-color: rgb(180 83 9 / 0.9);
}

.ring-amber-700\/95{
  --tw-ring-color: rgb(180 83 9 / 0.95);
}

.ring-amber-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity));
}

.ring-amber-800\/0{
  --tw-ring-color: rgb(146 64 14 / 0);
}

.ring-amber-800\/10{
  --tw-ring-color: rgb(146 64 14 / 0.1);
}

.ring-amber-800\/100{
  --tw-ring-color: rgb(146 64 14 / 1);
}

.ring-amber-800\/20{
  --tw-ring-color: rgb(146 64 14 / 0.2);
}

.ring-amber-800\/25{
  --tw-ring-color: rgb(146 64 14 / 0.25);
}

.ring-amber-800\/30{
  --tw-ring-color: rgb(146 64 14 / 0.3);
}

.ring-amber-800\/40{
  --tw-ring-color: rgb(146 64 14 / 0.4);
}

.ring-amber-800\/5{
  --tw-ring-color: rgb(146 64 14 / 0.05);
}

.ring-amber-800\/50{
  --tw-ring-color: rgb(146 64 14 / 0.5);
}

.ring-amber-800\/60{
  --tw-ring-color: rgb(146 64 14 / 0.6);
}

.ring-amber-800\/70{
  --tw-ring-color: rgb(146 64 14 / 0.7);
}

.ring-amber-800\/75{
  --tw-ring-color: rgb(146 64 14 / 0.75);
}

.ring-amber-800\/80{
  --tw-ring-color: rgb(146 64 14 / 0.8);
}

.ring-amber-800\/90{
  --tw-ring-color: rgb(146 64 14 / 0.9);
}

.ring-amber-800\/95{
  --tw-ring-color: rgb(146 64 14 / 0.95);
}

.ring-amber-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity));
}

.ring-amber-900\/0{
  --tw-ring-color: rgb(120 53 15 / 0);
}

.ring-amber-900\/10{
  --tw-ring-color: rgb(120 53 15 / 0.1);
}

.ring-amber-900\/100{
  --tw-ring-color: rgb(120 53 15 / 1);
}

.ring-amber-900\/20{
  --tw-ring-color: rgb(120 53 15 / 0.2);
}

.ring-amber-900\/25{
  --tw-ring-color: rgb(120 53 15 / 0.25);
}

.ring-amber-900\/30{
  --tw-ring-color: rgb(120 53 15 / 0.3);
}

.ring-amber-900\/40{
  --tw-ring-color: rgb(120 53 15 / 0.4);
}

.ring-amber-900\/5{
  --tw-ring-color: rgb(120 53 15 / 0.05);
}

.ring-amber-900\/50{
  --tw-ring-color: rgb(120 53 15 / 0.5);
}

.ring-amber-900\/60{
  --tw-ring-color: rgb(120 53 15 / 0.6);
}

.ring-amber-900\/70{
  --tw-ring-color: rgb(120 53 15 / 0.7);
}

.ring-amber-900\/75{
  --tw-ring-color: rgb(120 53 15 / 0.75);
}

.ring-amber-900\/80{
  --tw-ring-color: rgb(120 53 15 / 0.8);
}

.ring-amber-900\/90{
  --tw-ring-color: rgb(120 53 15 / 0.9);
}

.ring-amber-900\/95{
  --tw-ring-color: rgb(120 53 15 / 0.95);
}

.ring-amber-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 26 3 / var(--tw-ring-opacity));
}

.ring-amber-950\/0{
  --tw-ring-color: rgb(69 26 3 / 0);
}

.ring-amber-950\/10{
  --tw-ring-color: rgb(69 26 3 / 0.1);
}

.ring-amber-950\/100{
  --tw-ring-color: rgb(69 26 3 / 1);
}

.ring-amber-950\/20{
  --tw-ring-color: rgb(69 26 3 / 0.2);
}

.ring-amber-950\/25{
  --tw-ring-color: rgb(69 26 3 / 0.25);
}

.ring-amber-950\/30{
  --tw-ring-color: rgb(69 26 3 / 0.3);
}

.ring-amber-950\/40{
  --tw-ring-color: rgb(69 26 3 / 0.4);
}

.ring-amber-950\/5{
  --tw-ring-color: rgb(69 26 3 / 0.05);
}

.ring-amber-950\/50{
  --tw-ring-color: rgb(69 26 3 / 0.5);
}

.ring-amber-950\/60{
  --tw-ring-color: rgb(69 26 3 / 0.6);
}

.ring-amber-950\/70{
  --tw-ring-color: rgb(69 26 3 / 0.7);
}

.ring-amber-950\/75{
  --tw-ring-color: rgb(69 26 3 / 0.75);
}

.ring-amber-950\/80{
  --tw-ring-color: rgb(69 26 3 / 0.8);
}

.ring-amber-950\/90{
  --tw-ring-color: rgb(69 26 3 / 0.9);
}

.ring-amber-950\/95{
  --tw-ring-color: rgb(69 26 3 / 0.95);
}

.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-black\/0{
  --tw-ring-color: rgb(0 0 0 / 0);
}

.ring-black\/10{
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.ring-black\/100{
  --tw-ring-color: rgb(0 0 0 / 1);
}

.ring-black\/20{
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.ring-black\/25{
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.ring-black\/30{
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.ring-black\/40{
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.ring-black\/5{
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.ring-black\/50{
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.ring-black\/60{
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.ring-black\/70{
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.ring-black\/75{
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.ring-black\/80{
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.ring-black\/90{
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.ring-black\/95{
  --tw-ring-color: rgb(0 0 0 / 0.95);
}

.ring-blue-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity));
}

.ring-blue-100\/0{
  --tw-ring-color: rgb(219 234 254 / 0);
}

.ring-blue-100\/10{
  --tw-ring-color: rgb(219 234 254 / 0.1);
}

.ring-blue-100\/100{
  --tw-ring-color: rgb(219 234 254 / 1);
}

.ring-blue-100\/20{
  --tw-ring-color: rgb(219 234 254 / 0.2);
}

.ring-blue-100\/25{
  --tw-ring-color: rgb(219 234 254 / 0.25);
}

.ring-blue-100\/30{
  --tw-ring-color: rgb(219 234 254 / 0.3);
}

.ring-blue-100\/40{
  --tw-ring-color: rgb(219 234 254 / 0.4);
}

.ring-blue-100\/5{
  --tw-ring-color: rgb(219 234 254 / 0.05);
}

.ring-blue-100\/50{
  --tw-ring-color: rgb(219 234 254 / 0.5);
}

.ring-blue-100\/60{
  --tw-ring-color: rgb(219 234 254 / 0.6);
}

.ring-blue-100\/70{
  --tw-ring-color: rgb(219 234 254 / 0.7);
}

.ring-blue-100\/75{
  --tw-ring-color: rgb(219 234 254 / 0.75);
}

.ring-blue-100\/80{
  --tw-ring-color: rgb(219 234 254 / 0.8);
}

.ring-blue-100\/90{
  --tw-ring-color: rgb(219 234 254 / 0.9);
}

.ring-blue-100\/95{
  --tw-ring-color: rgb(219 234 254 / 0.95);
}

.ring-blue-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}

.ring-blue-200\/0{
  --tw-ring-color: rgb(191 219 254 / 0);
}

.ring-blue-200\/10{
  --tw-ring-color: rgb(191 219 254 / 0.1);
}

.ring-blue-200\/100{
  --tw-ring-color: rgb(191 219 254 / 1);
}

.ring-blue-200\/20{
  --tw-ring-color: rgb(191 219 254 / 0.2);
}

.ring-blue-200\/25{
  --tw-ring-color: rgb(191 219 254 / 0.25);
}

.ring-blue-200\/30{
  --tw-ring-color: rgb(191 219 254 / 0.3);
}

.ring-blue-200\/40{
  --tw-ring-color: rgb(191 219 254 / 0.4);
}

.ring-blue-200\/5{
  --tw-ring-color: rgb(191 219 254 / 0.05);
}

.ring-blue-200\/50{
  --tw-ring-color: rgb(191 219 254 / 0.5);
}

.ring-blue-200\/60{
  --tw-ring-color: rgb(191 219 254 / 0.6);
}

.ring-blue-200\/70{
  --tw-ring-color: rgb(191 219 254 / 0.7);
}

.ring-blue-200\/75{
  --tw-ring-color: rgb(191 219 254 / 0.75);
}

.ring-blue-200\/80{
  --tw-ring-color: rgb(191 219 254 / 0.8);
}

.ring-blue-200\/90{
  --tw-ring-color: rgb(191 219 254 / 0.9);
}

.ring-blue-200\/95{
  --tw-ring-color: rgb(191 219 254 / 0.95);
}

.ring-blue-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}

.ring-blue-300\/0{
  --tw-ring-color: rgb(147 197 253 / 0);
}

.ring-blue-300\/10{
  --tw-ring-color: rgb(147 197 253 / 0.1);
}

.ring-blue-300\/100{
  --tw-ring-color: rgb(147 197 253 / 1);
}

.ring-blue-300\/20{
  --tw-ring-color: rgb(147 197 253 / 0.2);
}

.ring-blue-300\/25{
  --tw-ring-color: rgb(147 197 253 / 0.25);
}

.ring-blue-300\/30{
  --tw-ring-color: rgb(147 197 253 / 0.3);
}

.ring-blue-300\/40{
  --tw-ring-color: rgb(147 197 253 / 0.4);
}

.ring-blue-300\/5{
  --tw-ring-color: rgb(147 197 253 / 0.05);
}

.ring-blue-300\/50{
  --tw-ring-color: rgb(147 197 253 / 0.5);
}

.ring-blue-300\/60{
  --tw-ring-color: rgb(147 197 253 / 0.6);
}

.ring-blue-300\/70{
  --tw-ring-color: rgb(147 197 253 / 0.7);
}

.ring-blue-300\/75{
  --tw-ring-color: rgb(147 197 253 / 0.75);
}

.ring-blue-300\/80{
  --tw-ring-color: rgb(147 197 253 / 0.8);
}

.ring-blue-300\/90{
  --tw-ring-color: rgb(147 197 253 / 0.9);
}

.ring-blue-300\/95{
  --tw-ring-color: rgb(147 197 253 / 0.95);
}

.ring-blue-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
}

.ring-blue-400\/0{
  --tw-ring-color: rgb(96 165 250 / 0);
}

.ring-blue-400\/10{
  --tw-ring-color: rgb(96 165 250 / 0.1);
}

.ring-blue-400\/100{
  --tw-ring-color: rgb(96 165 250 / 1);
}

.ring-blue-400\/20{
  --tw-ring-color: rgb(96 165 250 / 0.2);
}

.ring-blue-400\/25{
  --tw-ring-color: rgb(96 165 250 / 0.25);
}

.ring-blue-400\/30{
  --tw-ring-color: rgb(96 165 250 / 0.3);
}

.ring-blue-400\/40{
  --tw-ring-color: rgb(96 165 250 / 0.4);
}

.ring-blue-400\/5{
  --tw-ring-color: rgb(96 165 250 / 0.05);
}

.ring-blue-400\/50{
  --tw-ring-color: rgb(96 165 250 / 0.5);
}

.ring-blue-400\/60{
  --tw-ring-color: rgb(96 165 250 / 0.6);
}

.ring-blue-400\/70{
  --tw-ring-color: rgb(96 165 250 / 0.7);
}

.ring-blue-400\/75{
  --tw-ring-color: rgb(96 165 250 / 0.75);
}

.ring-blue-400\/80{
  --tw-ring-color: rgb(96 165 250 / 0.8);
}

.ring-blue-400\/90{
  --tw-ring-color: rgb(96 165 250 / 0.9);
}

.ring-blue-400\/95{
  --tw-ring-color: rgb(96 165 250 / 0.95);
}

.ring-blue-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity));
}

.ring-blue-50\/0{
  --tw-ring-color: rgb(239 246 255 / 0);
}

.ring-blue-50\/10{
  --tw-ring-color: rgb(239 246 255 / 0.1);
}

.ring-blue-50\/100{
  --tw-ring-color: rgb(239 246 255 / 1);
}

.ring-blue-50\/20{
  --tw-ring-color: rgb(239 246 255 / 0.2);
}

.ring-blue-50\/25{
  --tw-ring-color: rgb(239 246 255 / 0.25);
}

.ring-blue-50\/30{
  --tw-ring-color: rgb(239 246 255 / 0.3);
}

.ring-blue-50\/40{
  --tw-ring-color: rgb(239 246 255 / 0.4);
}

.ring-blue-50\/5{
  --tw-ring-color: rgb(239 246 255 / 0.05);
}

.ring-blue-50\/50{
  --tw-ring-color: rgb(239 246 255 / 0.5);
}

.ring-blue-50\/60{
  --tw-ring-color: rgb(239 246 255 / 0.6);
}

.ring-blue-50\/70{
  --tw-ring-color: rgb(239 246 255 / 0.7);
}

.ring-blue-50\/75{
  --tw-ring-color: rgb(239 246 255 / 0.75);
}

.ring-blue-50\/80{
  --tw-ring-color: rgb(239 246 255 / 0.8);
}

.ring-blue-50\/90{
  --tw-ring-color: rgb(239 246 255 / 0.9);
}

.ring-blue-50\/95{
  --tw-ring-color: rgb(239 246 255 / 0.95);
}

.ring-blue-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.ring-blue-500\/0{
  --tw-ring-color: rgb(59 130 246 / 0);
}

.ring-blue-500\/10{
  --tw-ring-color: rgb(59 130 246 / 0.1);
}

.ring-blue-500\/100{
  --tw-ring-color: rgb(59 130 246 / 1);
}

.ring-blue-500\/20{
  --tw-ring-color: rgb(59 130 246 / 0.2);
}

.ring-blue-500\/25{
  --tw-ring-color: rgb(59 130 246 / 0.25);
}

.ring-blue-500\/30{
  --tw-ring-color: rgb(59 130 246 / 0.3);
}

.ring-blue-500\/40{
  --tw-ring-color: rgb(59 130 246 / 0.4);
}

.ring-blue-500\/5{
  --tw-ring-color: rgb(59 130 246 / 0.05);
}

.ring-blue-500\/50{
  --tw-ring-color: rgb(59 130 246 / 0.5);
}

.ring-blue-500\/60{
  --tw-ring-color: rgb(59 130 246 / 0.6);
}

.ring-blue-500\/70{
  --tw-ring-color: rgb(59 130 246 / 0.7);
}

.ring-blue-500\/75{
  --tw-ring-color: rgb(59 130 246 / 0.75);
}

.ring-blue-500\/80{
  --tw-ring-color: rgb(59 130 246 / 0.8);
}

.ring-blue-500\/90{
  --tw-ring-color: rgb(59 130 246 / 0.9);
}

.ring-blue-500\/95{
  --tw-ring-color: rgb(59 130 246 / 0.95);
}

.ring-blue-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}

.ring-blue-600\/0{
  --tw-ring-color: rgb(37 99 235 / 0);
}

.ring-blue-600\/10{
  --tw-ring-color: rgb(37 99 235 / 0.1);
}

.ring-blue-600\/100{
  --tw-ring-color: rgb(37 99 235 / 1);
}

.ring-blue-600\/20{
  --tw-ring-color: rgb(37 99 235 / 0.2);
}

.ring-blue-600\/25{
  --tw-ring-color: rgb(37 99 235 / 0.25);
}

.ring-blue-600\/30{
  --tw-ring-color: rgb(37 99 235 / 0.3);
}

.ring-blue-600\/40{
  --tw-ring-color: rgb(37 99 235 / 0.4);
}

.ring-blue-600\/5{
  --tw-ring-color: rgb(37 99 235 / 0.05);
}

.ring-blue-600\/50{
  --tw-ring-color: rgb(37 99 235 / 0.5);
}

.ring-blue-600\/60{
  --tw-ring-color: rgb(37 99 235 / 0.6);
}

.ring-blue-600\/70{
  --tw-ring-color: rgb(37 99 235 / 0.7);
}

.ring-blue-600\/75{
  --tw-ring-color: rgb(37 99 235 / 0.75);
}

.ring-blue-600\/80{
  --tw-ring-color: rgb(37 99 235 / 0.8);
}

.ring-blue-600\/90{
  --tw-ring-color: rgb(37 99 235 / 0.9);
}

.ring-blue-600\/95{
  --tw-ring-color: rgb(37 99 235 / 0.95);
}

.ring-blue-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity));
}

.ring-blue-700\/0{
  --tw-ring-color: rgb(29 78 216 / 0);
}

.ring-blue-700\/10{
  --tw-ring-color: rgb(29 78 216 / 0.1);
}

.ring-blue-700\/100{
  --tw-ring-color: rgb(29 78 216 / 1);
}

.ring-blue-700\/20{
  --tw-ring-color: rgb(29 78 216 / 0.2);
}

.ring-blue-700\/25{
  --tw-ring-color: rgb(29 78 216 / 0.25);
}

.ring-blue-700\/30{
  --tw-ring-color: rgb(29 78 216 / 0.3);
}

.ring-blue-700\/40{
  --tw-ring-color: rgb(29 78 216 / 0.4);
}

.ring-blue-700\/5{
  --tw-ring-color: rgb(29 78 216 / 0.05);
}

.ring-blue-700\/50{
  --tw-ring-color: rgb(29 78 216 / 0.5);
}

.ring-blue-700\/60{
  --tw-ring-color: rgb(29 78 216 / 0.6);
}

.ring-blue-700\/70{
  --tw-ring-color: rgb(29 78 216 / 0.7);
}

.ring-blue-700\/75{
  --tw-ring-color: rgb(29 78 216 / 0.75);
}

.ring-blue-700\/80{
  --tw-ring-color: rgb(29 78 216 / 0.8);
}

.ring-blue-700\/90{
  --tw-ring-color: rgb(29 78 216 / 0.9);
}

.ring-blue-700\/95{
  --tw-ring-color: rgb(29 78 216 / 0.95);
}

.ring-blue-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
}

.ring-blue-800\/0{
  --tw-ring-color: rgb(30 64 175 / 0);
}

.ring-blue-800\/10{
  --tw-ring-color: rgb(30 64 175 / 0.1);
}

.ring-blue-800\/100{
  --tw-ring-color: rgb(30 64 175 / 1);
}

.ring-blue-800\/20{
  --tw-ring-color: rgb(30 64 175 / 0.2);
}

.ring-blue-800\/25{
  --tw-ring-color: rgb(30 64 175 / 0.25);
}

.ring-blue-800\/30{
  --tw-ring-color: rgb(30 64 175 / 0.3);
}

.ring-blue-800\/40{
  --tw-ring-color: rgb(30 64 175 / 0.4);
}

.ring-blue-800\/5{
  --tw-ring-color: rgb(30 64 175 / 0.05);
}

.ring-blue-800\/50{
  --tw-ring-color: rgb(30 64 175 / 0.5);
}

.ring-blue-800\/60{
  --tw-ring-color: rgb(30 64 175 / 0.6);
}

.ring-blue-800\/70{
  --tw-ring-color: rgb(30 64 175 / 0.7);
}

.ring-blue-800\/75{
  --tw-ring-color: rgb(30 64 175 / 0.75);
}

.ring-blue-800\/80{
  --tw-ring-color: rgb(30 64 175 / 0.8);
}

.ring-blue-800\/90{
  --tw-ring-color: rgb(30 64 175 / 0.9);
}

.ring-blue-800\/95{
  --tw-ring-color: rgb(30 64 175 / 0.95);
}

.ring-blue-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity));
}

.ring-blue-900\/0{
  --tw-ring-color: rgb(30 58 138 / 0);
}

.ring-blue-900\/10{
  --tw-ring-color: rgb(30 58 138 / 0.1);
}

.ring-blue-900\/100{
  --tw-ring-color: rgb(30 58 138 / 1);
}

.ring-blue-900\/20{
  --tw-ring-color: rgb(30 58 138 / 0.2);
}

.ring-blue-900\/25{
  --tw-ring-color: rgb(30 58 138 / 0.25);
}

.ring-blue-900\/30{
  --tw-ring-color: rgb(30 58 138 / 0.3);
}

.ring-blue-900\/40{
  --tw-ring-color: rgb(30 58 138 / 0.4);
}

.ring-blue-900\/5{
  --tw-ring-color: rgb(30 58 138 / 0.05);
}

.ring-blue-900\/50{
  --tw-ring-color: rgb(30 58 138 / 0.5);
}

.ring-blue-900\/60{
  --tw-ring-color: rgb(30 58 138 / 0.6);
}

.ring-blue-900\/70{
  --tw-ring-color: rgb(30 58 138 / 0.7);
}

.ring-blue-900\/75{
  --tw-ring-color: rgb(30 58 138 / 0.75);
}

.ring-blue-900\/80{
  --tw-ring-color: rgb(30 58 138 / 0.8);
}

.ring-blue-900\/90{
  --tw-ring-color: rgb(30 58 138 / 0.9);
}

.ring-blue-900\/95{
  --tw-ring-color: rgb(30 58 138 / 0.95);
}

.ring-blue-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 37 84 / var(--tw-ring-opacity));
}

.ring-blue-950\/0{
  --tw-ring-color: rgb(23 37 84 / 0);
}

.ring-blue-950\/10{
  --tw-ring-color: rgb(23 37 84 / 0.1);
}

.ring-blue-950\/100{
  --tw-ring-color: rgb(23 37 84 / 1);
}

.ring-blue-950\/20{
  --tw-ring-color: rgb(23 37 84 / 0.2);
}

.ring-blue-950\/25{
  --tw-ring-color: rgb(23 37 84 / 0.25);
}

.ring-blue-950\/30{
  --tw-ring-color: rgb(23 37 84 / 0.3);
}

.ring-blue-950\/40{
  --tw-ring-color: rgb(23 37 84 / 0.4);
}

.ring-blue-950\/5{
  --tw-ring-color: rgb(23 37 84 / 0.05);
}

.ring-blue-950\/50{
  --tw-ring-color: rgb(23 37 84 / 0.5);
}

.ring-blue-950\/60{
  --tw-ring-color: rgb(23 37 84 / 0.6);
}

.ring-blue-950\/70{
  --tw-ring-color: rgb(23 37 84 / 0.7);
}

.ring-blue-950\/75{
  --tw-ring-color: rgb(23 37 84 / 0.75);
}

.ring-blue-950\/80{
  --tw-ring-color: rgb(23 37 84 / 0.8);
}

.ring-blue-950\/90{
  --tw-ring-color: rgb(23 37 84 / 0.9);
}

.ring-blue-950\/95{
  --tw-ring-color: rgb(23 37 84 / 0.95);
}

.ring-current{
  --tw-ring-color: currentColor;
}

.ring-cyan-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity));
}

.ring-cyan-100\/0{
  --tw-ring-color: rgb(207 250 254 / 0);
}

.ring-cyan-100\/10{
  --tw-ring-color: rgb(207 250 254 / 0.1);
}

.ring-cyan-100\/100{
  --tw-ring-color: rgb(207 250 254 / 1);
}

.ring-cyan-100\/20{
  --tw-ring-color: rgb(207 250 254 / 0.2);
}

.ring-cyan-100\/25{
  --tw-ring-color: rgb(207 250 254 / 0.25);
}

.ring-cyan-100\/30{
  --tw-ring-color: rgb(207 250 254 / 0.3);
}

.ring-cyan-100\/40{
  --tw-ring-color: rgb(207 250 254 / 0.4);
}

.ring-cyan-100\/5{
  --tw-ring-color: rgb(207 250 254 / 0.05);
}

.ring-cyan-100\/50{
  --tw-ring-color: rgb(207 250 254 / 0.5);
}

.ring-cyan-100\/60{
  --tw-ring-color: rgb(207 250 254 / 0.6);
}

.ring-cyan-100\/70{
  --tw-ring-color: rgb(207 250 254 / 0.7);
}

.ring-cyan-100\/75{
  --tw-ring-color: rgb(207 250 254 / 0.75);
}

.ring-cyan-100\/80{
  --tw-ring-color: rgb(207 250 254 / 0.8);
}

.ring-cyan-100\/90{
  --tw-ring-color: rgb(207 250 254 / 0.9);
}

.ring-cyan-100\/95{
  --tw-ring-color: rgb(207 250 254 / 0.95);
}

.ring-cyan-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity));
}

.ring-cyan-200\/0{
  --tw-ring-color: rgb(165 243 252 / 0);
}

.ring-cyan-200\/10{
  --tw-ring-color: rgb(165 243 252 / 0.1);
}

.ring-cyan-200\/100{
  --tw-ring-color: rgb(165 243 252 / 1);
}

.ring-cyan-200\/20{
  --tw-ring-color: rgb(165 243 252 / 0.2);
}

.ring-cyan-200\/25{
  --tw-ring-color: rgb(165 243 252 / 0.25);
}

.ring-cyan-200\/30{
  --tw-ring-color: rgb(165 243 252 / 0.3);
}

.ring-cyan-200\/40{
  --tw-ring-color: rgb(165 243 252 / 0.4);
}

.ring-cyan-200\/5{
  --tw-ring-color: rgb(165 243 252 / 0.05);
}

.ring-cyan-200\/50{
  --tw-ring-color: rgb(165 243 252 / 0.5);
}

.ring-cyan-200\/60{
  --tw-ring-color: rgb(165 243 252 / 0.6);
}

.ring-cyan-200\/70{
  --tw-ring-color: rgb(165 243 252 / 0.7);
}

.ring-cyan-200\/75{
  --tw-ring-color: rgb(165 243 252 / 0.75);
}

.ring-cyan-200\/80{
  --tw-ring-color: rgb(165 243 252 / 0.8);
}

.ring-cyan-200\/90{
  --tw-ring-color: rgb(165 243 252 / 0.9);
}

.ring-cyan-200\/95{
  --tw-ring-color: rgb(165 243 252 / 0.95);
}

.ring-cyan-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity));
}

.ring-cyan-300\/0{
  --tw-ring-color: rgb(103 232 249 / 0);
}

.ring-cyan-300\/10{
  --tw-ring-color: rgb(103 232 249 / 0.1);
}

.ring-cyan-300\/100{
  --tw-ring-color: rgb(103 232 249 / 1);
}

.ring-cyan-300\/20{
  --tw-ring-color: rgb(103 232 249 / 0.2);
}

.ring-cyan-300\/25{
  --tw-ring-color: rgb(103 232 249 / 0.25);
}

.ring-cyan-300\/30{
  --tw-ring-color: rgb(103 232 249 / 0.3);
}

.ring-cyan-300\/40{
  --tw-ring-color: rgb(103 232 249 / 0.4);
}

.ring-cyan-300\/5{
  --tw-ring-color: rgb(103 232 249 / 0.05);
}

.ring-cyan-300\/50{
  --tw-ring-color: rgb(103 232 249 / 0.5);
}

.ring-cyan-300\/60{
  --tw-ring-color: rgb(103 232 249 / 0.6);
}

.ring-cyan-300\/70{
  --tw-ring-color: rgb(103 232 249 / 0.7);
}

.ring-cyan-300\/75{
  --tw-ring-color: rgb(103 232 249 / 0.75);
}

.ring-cyan-300\/80{
  --tw-ring-color: rgb(103 232 249 / 0.8);
}

.ring-cyan-300\/90{
  --tw-ring-color: rgb(103 232 249 / 0.9);
}

.ring-cyan-300\/95{
  --tw-ring-color: rgb(103 232 249 / 0.95);
}

.ring-cyan-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity));
}

.ring-cyan-400\/0{
  --tw-ring-color: rgb(34 211 238 / 0);
}

.ring-cyan-400\/10{
  --tw-ring-color: rgb(34 211 238 / 0.1);
}

.ring-cyan-400\/100{
  --tw-ring-color: rgb(34 211 238 / 1);
}

.ring-cyan-400\/20{
  --tw-ring-color: rgb(34 211 238 / 0.2);
}

.ring-cyan-400\/25{
  --tw-ring-color: rgb(34 211 238 / 0.25);
}

.ring-cyan-400\/30{
  --tw-ring-color: rgb(34 211 238 / 0.3);
}

.ring-cyan-400\/40{
  --tw-ring-color: rgb(34 211 238 / 0.4);
}

.ring-cyan-400\/5{
  --tw-ring-color: rgb(34 211 238 / 0.05);
}

.ring-cyan-400\/50{
  --tw-ring-color: rgb(34 211 238 / 0.5);
}

.ring-cyan-400\/60{
  --tw-ring-color: rgb(34 211 238 / 0.6);
}

.ring-cyan-400\/70{
  --tw-ring-color: rgb(34 211 238 / 0.7);
}

.ring-cyan-400\/75{
  --tw-ring-color: rgb(34 211 238 / 0.75);
}

.ring-cyan-400\/80{
  --tw-ring-color: rgb(34 211 238 / 0.8);
}

.ring-cyan-400\/90{
  --tw-ring-color: rgb(34 211 238 / 0.9);
}

.ring-cyan-400\/95{
  --tw-ring-color: rgb(34 211 238 / 0.95);
}

.ring-cyan-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity));
}

.ring-cyan-50\/0{
  --tw-ring-color: rgb(236 254 255 / 0);
}

.ring-cyan-50\/10{
  --tw-ring-color: rgb(236 254 255 / 0.1);
}

.ring-cyan-50\/100{
  --tw-ring-color: rgb(236 254 255 / 1);
}

.ring-cyan-50\/20{
  --tw-ring-color: rgb(236 254 255 / 0.2);
}

.ring-cyan-50\/25{
  --tw-ring-color: rgb(236 254 255 / 0.25);
}

.ring-cyan-50\/30{
  --tw-ring-color: rgb(236 254 255 / 0.3);
}

.ring-cyan-50\/40{
  --tw-ring-color: rgb(236 254 255 / 0.4);
}

.ring-cyan-50\/5{
  --tw-ring-color: rgb(236 254 255 / 0.05);
}

.ring-cyan-50\/50{
  --tw-ring-color: rgb(236 254 255 / 0.5);
}

.ring-cyan-50\/60{
  --tw-ring-color: rgb(236 254 255 / 0.6);
}

.ring-cyan-50\/70{
  --tw-ring-color: rgb(236 254 255 / 0.7);
}

.ring-cyan-50\/75{
  --tw-ring-color: rgb(236 254 255 / 0.75);
}

.ring-cyan-50\/80{
  --tw-ring-color: rgb(236 254 255 / 0.8);
}

.ring-cyan-50\/90{
  --tw-ring-color: rgb(236 254 255 / 0.9);
}

.ring-cyan-50\/95{
  --tw-ring-color: rgb(236 254 255 / 0.95);
}

.ring-cyan-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity));
}

.ring-cyan-500\/0{
  --tw-ring-color: rgb(6 182 212 / 0);
}

.ring-cyan-500\/10{
  --tw-ring-color: rgb(6 182 212 / 0.1);
}

.ring-cyan-500\/100{
  --tw-ring-color: rgb(6 182 212 / 1);
}

.ring-cyan-500\/20{
  --tw-ring-color: rgb(6 182 212 / 0.2);
}

.ring-cyan-500\/25{
  --tw-ring-color: rgb(6 182 212 / 0.25);
}

.ring-cyan-500\/30{
  --tw-ring-color: rgb(6 182 212 / 0.3);
}

.ring-cyan-500\/40{
  --tw-ring-color: rgb(6 182 212 / 0.4);
}

.ring-cyan-500\/5{
  --tw-ring-color: rgb(6 182 212 / 0.05);
}

.ring-cyan-500\/50{
  --tw-ring-color: rgb(6 182 212 / 0.5);
}

.ring-cyan-500\/60{
  --tw-ring-color: rgb(6 182 212 / 0.6);
}

.ring-cyan-500\/70{
  --tw-ring-color: rgb(6 182 212 / 0.7);
}

.ring-cyan-500\/75{
  --tw-ring-color: rgb(6 182 212 / 0.75);
}

.ring-cyan-500\/80{
  --tw-ring-color: rgb(6 182 212 / 0.8);
}

.ring-cyan-500\/90{
  --tw-ring-color: rgb(6 182 212 / 0.9);
}

.ring-cyan-500\/95{
  --tw-ring-color: rgb(6 182 212 / 0.95);
}

.ring-cyan-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity));
}

.ring-cyan-600\/0{
  --tw-ring-color: rgb(8 145 178 / 0);
}

.ring-cyan-600\/10{
  --tw-ring-color: rgb(8 145 178 / 0.1);
}

.ring-cyan-600\/100{
  --tw-ring-color: rgb(8 145 178 / 1);
}

.ring-cyan-600\/20{
  --tw-ring-color: rgb(8 145 178 / 0.2);
}

.ring-cyan-600\/25{
  --tw-ring-color: rgb(8 145 178 / 0.25);
}

.ring-cyan-600\/30{
  --tw-ring-color: rgb(8 145 178 / 0.3);
}

.ring-cyan-600\/40{
  --tw-ring-color: rgb(8 145 178 / 0.4);
}

.ring-cyan-600\/5{
  --tw-ring-color: rgb(8 145 178 / 0.05);
}

.ring-cyan-600\/50{
  --tw-ring-color: rgb(8 145 178 / 0.5);
}

.ring-cyan-600\/60{
  --tw-ring-color: rgb(8 145 178 / 0.6);
}

.ring-cyan-600\/70{
  --tw-ring-color: rgb(8 145 178 / 0.7);
}

.ring-cyan-600\/75{
  --tw-ring-color: rgb(8 145 178 / 0.75);
}

.ring-cyan-600\/80{
  --tw-ring-color: rgb(8 145 178 / 0.8);
}

.ring-cyan-600\/90{
  --tw-ring-color: rgb(8 145 178 / 0.9);
}

.ring-cyan-600\/95{
  --tw-ring-color: rgb(8 145 178 / 0.95);
}

.ring-cyan-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity));
}

.ring-cyan-700\/0{
  --tw-ring-color: rgb(14 116 144 / 0);
}

.ring-cyan-700\/10{
  --tw-ring-color: rgb(14 116 144 / 0.1);
}

.ring-cyan-700\/100{
  --tw-ring-color: rgb(14 116 144 / 1);
}

.ring-cyan-700\/20{
  --tw-ring-color: rgb(14 116 144 / 0.2);
}

.ring-cyan-700\/25{
  --tw-ring-color: rgb(14 116 144 / 0.25);
}

.ring-cyan-700\/30{
  --tw-ring-color: rgb(14 116 144 / 0.3);
}

.ring-cyan-700\/40{
  --tw-ring-color: rgb(14 116 144 / 0.4);
}

.ring-cyan-700\/5{
  --tw-ring-color: rgb(14 116 144 / 0.05);
}

.ring-cyan-700\/50{
  --tw-ring-color: rgb(14 116 144 / 0.5);
}

.ring-cyan-700\/60{
  --tw-ring-color: rgb(14 116 144 / 0.6);
}

.ring-cyan-700\/70{
  --tw-ring-color: rgb(14 116 144 / 0.7);
}

.ring-cyan-700\/75{
  --tw-ring-color: rgb(14 116 144 / 0.75);
}

.ring-cyan-700\/80{
  --tw-ring-color: rgb(14 116 144 / 0.8);
}

.ring-cyan-700\/90{
  --tw-ring-color: rgb(14 116 144 / 0.9);
}

.ring-cyan-700\/95{
  --tw-ring-color: rgb(14 116 144 / 0.95);
}

.ring-cyan-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity));
}

.ring-cyan-800\/0{
  --tw-ring-color: rgb(21 94 117 / 0);
}

.ring-cyan-800\/10{
  --tw-ring-color: rgb(21 94 117 / 0.1);
}

.ring-cyan-800\/100{
  --tw-ring-color: rgb(21 94 117 / 1);
}

.ring-cyan-800\/20{
  --tw-ring-color: rgb(21 94 117 / 0.2);
}

.ring-cyan-800\/25{
  --tw-ring-color: rgb(21 94 117 / 0.25);
}

.ring-cyan-800\/30{
  --tw-ring-color: rgb(21 94 117 / 0.3);
}

.ring-cyan-800\/40{
  --tw-ring-color: rgb(21 94 117 / 0.4);
}

.ring-cyan-800\/5{
  --tw-ring-color: rgb(21 94 117 / 0.05);
}

.ring-cyan-800\/50{
  --tw-ring-color: rgb(21 94 117 / 0.5);
}

.ring-cyan-800\/60{
  --tw-ring-color: rgb(21 94 117 / 0.6);
}

.ring-cyan-800\/70{
  --tw-ring-color: rgb(21 94 117 / 0.7);
}

.ring-cyan-800\/75{
  --tw-ring-color: rgb(21 94 117 / 0.75);
}

.ring-cyan-800\/80{
  --tw-ring-color: rgb(21 94 117 / 0.8);
}

.ring-cyan-800\/90{
  --tw-ring-color: rgb(21 94 117 / 0.9);
}

.ring-cyan-800\/95{
  --tw-ring-color: rgb(21 94 117 / 0.95);
}

.ring-cyan-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity));
}

.ring-cyan-900\/0{
  --tw-ring-color: rgb(22 78 99 / 0);
}

.ring-cyan-900\/10{
  --tw-ring-color: rgb(22 78 99 / 0.1);
}

.ring-cyan-900\/100{
  --tw-ring-color: rgb(22 78 99 / 1);
}

.ring-cyan-900\/20{
  --tw-ring-color: rgb(22 78 99 / 0.2);
}

.ring-cyan-900\/25{
  --tw-ring-color: rgb(22 78 99 / 0.25);
}

.ring-cyan-900\/30{
  --tw-ring-color: rgb(22 78 99 / 0.3);
}

.ring-cyan-900\/40{
  --tw-ring-color: rgb(22 78 99 / 0.4);
}

.ring-cyan-900\/5{
  --tw-ring-color: rgb(22 78 99 / 0.05);
}

.ring-cyan-900\/50{
  --tw-ring-color: rgb(22 78 99 / 0.5);
}

.ring-cyan-900\/60{
  --tw-ring-color: rgb(22 78 99 / 0.6);
}

.ring-cyan-900\/70{
  --tw-ring-color: rgb(22 78 99 / 0.7);
}

.ring-cyan-900\/75{
  --tw-ring-color: rgb(22 78 99 / 0.75);
}

.ring-cyan-900\/80{
  --tw-ring-color: rgb(22 78 99 / 0.8);
}

.ring-cyan-900\/90{
  --tw-ring-color: rgb(22 78 99 / 0.9);
}

.ring-cyan-900\/95{
  --tw-ring-color: rgb(22 78 99 / 0.95);
}

.ring-cyan-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 51 68 / var(--tw-ring-opacity));
}

.ring-cyan-950\/0{
  --tw-ring-color: rgb(8 51 68 / 0);
}

.ring-cyan-950\/10{
  --tw-ring-color: rgb(8 51 68 / 0.1);
}

.ring-cyan-950\/100{
  --tw-ring-color: rgb(8 51 68 / 1);
}

.ring-cyan-950\/20{
  --tw-ring-color: rgb(8 51 68 / 0.2);
}

.ring-cyan-950\/25{
  --tw-ring-color: rgb(8 51 68 / 0.25);
}

.ring-cyan-950\/30{
  --tw-ring-color: rgb(8 51 68 / 0.3);
}

.ring-cyan-950\/40{
  --tw-ring-color: rgb(8 51 68 / 0.4);
}

.ring-cyan-950\/5{
  --tw-ring-color: rgb(8 51 68 / 0.05);
}

.ring-cyan-950\/50{
  --tw-ring-color: rgb(8 51 68 / 0.5);
}

.ring-cyan-950\/60{
  --tw-ring-color: rgb(8 51 68 / 0.6);
}

.ring-cyan-950\/70{
  --tw-ring-color: rgb(8 51 68 / 0.7);
}

.ring-cyan-950\/75{
  --tw-ring-color: rgb(8 51 68 / 0.75);
}

.ring-cyan-950\/80{
  --tw-ring-color: rgb(8 51 68 / 0.8);
}

.ring-cyan-950\/90{
  --tw-ring-color: rgb(8 51 68 / 0.9);
}

.ring-cyan-950\/95{
  --tw-ring-color: rgb(8 51 68 / 0.95);
}

.ring-emerald-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity));
}

.ring-emerald-100\/0{
  --tw-ring-color: rgb(209 250 229 / 0);
}

.ring-emerald-100\/10{
  --tw-ring-color: rgb(209 250 229 / 0.1);
}

.ring-emerald-100\/100{
  --tw-ring-color: rgb(209 250 229 / 1);
}

.ring-emerald-100\/20{
  --tw-ring-color: rgb(209 250 229 / 0.2);
}

.ring-emerald-100\/25{
  --tw-ring-color: rgb(209 250 229 / 0.25);
}

.ring-emerald-100\/30{
  --tw-ring-color: rgb(209 250 229 / 0.3);
}

.ring-emerald-100\/40{
  --tw-ring-color: rgb(209 250 229 / 0.4);
}

.ring-emerald-100\/5{
  --tw-ring-color: rgb(209 250 229 / 0.05);
}

.ring-emerald-100\/50{
  --tw-ring-color: rgb(209 250 229 / 0.5);
}

.ring-emerald-100\/60{
  --tw-ring-color: rgb(209 250 229 / 0.6);
}

.ring-emerald-100\/70{
  --tw-ring-color: rgb(209 250 229 / 0.7);
}

.ring-emerald-100\/75{
  --tw-ring-color: rgb(209 250 229 / 0.75);
}

.ring-emerald-100\/80{
  --tw-ring-color: rgb(209 250 229 / 0.8);
}

.ring-emerald-100\/90{
  --tw-ring-color: rgb(209 250 229 / 0.9);
}

.ring-emerald-100\/95{
  --tw-ring-color: rgb(209 250 229 / 0.95);
}

.ring-emerald-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity));
}

.ring-emerald-200\/0{
  --tw-ring-color: rgb(167 243 208 / 0);
}

.ring-emerald-200\/10{
  --tw-ring-color: rgb(167 243 208 / 0.1);
}

.ring-emerald-200\/100{
  --tw-ring-color: rgb(167 243 208 / 1);
}

.ring-emerald-200\/20{
  --tw-ring-color: rgb(167 243 208 / 0.2);
}

.ring-emerald-200\/25{
  --tw-ring-color: rgb(167 243 208 / 0.25);
}

.ring-emerald-200\/30{
  --tw-ring-color: rgb(167 243 208 / 0.3);
}

.ring-emerald-200\/40{
  --tw-ring-color: rgb(167 243 208 / 0.4);
}

.ring-emerald-200\/5{
  --tw-ring-color: rgb(167 243 208 / 0.05);
}

.ring-emerald-200\/50{
  --tw-ring-color: rgb(167 243 208 / 0.5);
}

.ring-emerald-200\/60{
  --tw-ring-color: rgb(167 243 208 / 0.6);
}

.ring-emerald-200\/70{
  --tw-ring-color: rgb(167 243 208 / 0.7);
}

.ring-emerald-200\/75{
  --tw-ring-color: rgb(167 243 208 / 0.75);
}

.ring-emerald-200\/80{
  --tw-ring-color: rgb(167 243 208 / 0.8);
}

.ring-emerald-200\/90{
  --tw-ring-color: rgb(167 243 208 / 0.9);
}

.ring-emerald-200\/95{
  --tw-ring-color: rgb(167 243 208 / 0.95);
}

.ring-emerald-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity));
}

.ring-emerald-300\/0{
  --tw-ring-color: rgb(110 231 183 / 0);
}

.ring-emerald-300\/10{
  --tw-ring-color: rgb(110 231 183 / 0.1);
}

.ring-emerald-300\/100{
  --tw-ring-color: rgb(110 231 183 / 1);
}

.ring-emerald-300\/20{
  --tw-ring-color: rgb(110 231 183 / 0.2);
}

.ring-emerald-300\/25{
  --tw-ring-color: rgb(110 231 183 / 0.25);
}

.ring-emerald-300\/30{
  --tw-ring-color: rgb(110 231 183 / 0.3);
}

.ring-emerald-300\/40{
  --tw-ring-color: rgb(110 231 183 / 0.4);
}

.ring-emerald-300\/5{
  --tw-ring-color: rgb(110 231 183 / 0.05);
}

.ring-emerald-300\/50{
  --tw-ring-color: rgb(110 231 183 / 0.5);
}

.ring-emerald-300\/60{
  --tw-ring-color: rgb(110 231 183 / 0.6);
}

.ring-emerald-300\/70{
  --tw-ring-color: rgb(110 231 183 / 0.7);
}

.ring-emerald-300\/75{
  --tw-ring-color: rgb(110 231 183 / 0.75);
}

.ring-emerald-300\/80{
  --tw-ring-color: rgb(110 231 183 / 0.8);
}

.ring-emerald-300\/90{
  --tw-ring-color: rgb(110 231 183 / 0.9);
}

.ring-emerald-300\/95{
  --tw-ring-color: rgb(110 231 183 / 0.95);
}

.ring-emerald-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity));
}

.ring-emerald-400\/0{
  --tw-ring-color: rgb(52 211 153 / 0);
}

.ring-emerald-400\/10{
  --tw-ring-color: rgb(52 211 153 / 0.1);
}

.ring-emerald-400\/100{
  --tw-ring-color: rgb(52 211 153 / 1);
}

.ring-emerald-400\/20{
  --tw-ring-color: rgb(52 211 153 / 0.2);
}

.ring-emerald-400\/25{
  --tw-ring-color: rgb(52 211 153 / 0.25);
}

.ring-emerald-400\/30{
  --tw-ring-color: rgb(52 211 153 / 0.3);
}

.ring-emerald-400\/40{
  --tw-ring-color: rgb(52 211 153 / 0.4);
}

.ring-emerald-400\/5{
  --tw-ring-color: rgb(52 211 153 / 0.05);
}

.ring-emerald-400\/50{
  --tw-ring-color: rgb(52 211 153 / 0.5);
}

.ring-emerald-400\/60{
  --tw-ring-color: rgb(52 211 153 / 0.6);
}

.ring-emerald-400\/70{
  --tw-ring-color: rgb(52 211 153 / 0.7);
}

.ring-emerald-400\/75{
  --tw-ring-color: rgb(52 211 153 / 0.75);
}

.ring-emerald-400\/80{
  --tw-ring-color: rgb(52 211 153 / 0.8);
}

.ring-emerald-400\/90{
  --tw-ring-color: rgb(52 211 153 / 0.9);
}

.ring-emerald-400\/95{
  --tw-ring-color: rgb(52 211 153 / 0.95);
}

.ring-emerald-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity));
}

.ring-emerald-50\/0{
  --tw-ring-color: rgb(236 253 245 / 0);
}

.ring-emerald-50\/10{
  --tw-ring-color: rgb(236 253 245 / 0.1);
}

.ring-emerald-50\/100{
  --tw-ring-color: rgb(236 253 245 / 1);
}

.ring-emerald-50\/20{
  --tw-ring-color: rgb(236 253 245 / 0.2);
}

.ring-emerald-50\/25{
  --tw-ring-color: rgb(236 253 245 / 0.25);
}

.ring-emerald-50\/30{
  --tw-ring-color: rgb(236 253 245 / 0.3);
}

.ring-emerald-50\/40{
  --tw-ring-color: rgb(236 253 245 / 0.4);
}

.ring-emerald-50\/5{
  --tw-ring-color: rgb(236 253 245 / 0.05);
}

.ring-emerald-50\/50{
  --tw-ring-color: rgb(236 253 245 / 0.5);
}

.ring-emerald-50\/60{
  --tw-ring-color: rgb(236 253 245 / 0.6);
}

.ring-emerald-50\/70{
  --tw-ring-color: rgb(236 253 245 / 0.7);
}

.ring-emerald-50\/75{
  --tw-ring-color: rgb(236 253 245 / 0.75);
}

.ring-emerald-50\/80{
  --tw-ring-color: rgb(236 253 245 / 0.8);
}

.ring-emerald-50\/90{
  --tw-ring-color: rgb(236 253 245 / 0.9);
}

.ring-emerald-50\/95{
  --tw-ring-color: rgb(236 253 245 / 0.95);
}

.ring-emerald-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
}

.ring-emerald-500\/0{
  --tw-ring-color: rgb(16 185 129 / 0);
}

.ring-emerald-500\/10{
  --tw-ring-color: rgb(16 185 129 / 0.1);
}

.ring-emerald-500\/100{
  --tw-ring-color: rgb(16 185 129 / 1);
}

.ring-emerald-500\/20{
  --tw-ring-color: rgb(16 185 129 / 0.2);
}

.ring-emerald-500\/25{
  --tw-ring-color: rgb(16 185 129 / 0.25);
}

.ring-emerald-500\/30{
  --tw-ring-color: rgb(16 185 129 / 0.3);
}

.ring-emerald-500\/40{
  --tw-ring-color: rgb(16 185 129 / 0.4);
}

.ring-emerald-500\/5{
  --tw-ring-color: rgb(16 185 129 / 0.05);
}

.ring-emerald-500\/50{
  --tw-ring-color: rgb(16 185 129 / 0.5);
}

.ring-emerald-500\/60{
  --tw-ring-color: rgb(16 185 129 / 0.6);
}

.ring-emerald-500\/70{
  --tw-ring-color: rgb(16 185 129 / 0.7);
}

.ring-emerald-500\/75{
  --tw-ring-color: rgb(16 185 129 / 0.75);
}

.ring-emerald-500\/80{
  --tw-ring-color: rgb(16 185 129 / 0.8);
}

.ring-emerald-500\/90{
  --tw-ring-color: rgb(16 185 129 / 0.9);
}

.ring-emerald-500\/95{
  --tw-ring-color: rgb(16 185 129 / 0.95);
}

.ring-emerald-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity));
}

.ring-emerald-600\/0{
  --tw-ring-color: rgb(5 150 105 / 0);
}

.ring-emerald-600\/10{
  --tw-ring-color: rgb(5 150 105 / 0.1);
}

.ring-emerald-600\/100{
  --tw-ring-color: rgb(5 150 105 / 1);
}

.ring-emerald-600\/20{
  --tw-ring-color: rgb(5 150 105 / 0.2);
}

.ring-emerald-600\/25{
  --tw-ring-color: rgb(5 150 105 / 0.25);
}

.ring-emerald-600\/30{
  --tw-ring-color: rgb(5 150 105 / 0.3);
}

.ring-emerald-600\/40{
  --tw-ring-color: rgb(5 150 105 / 0.4);
}

.ring-emerald-600\/5{
  --tw-ring-color: rgb(5 150 105 / 0.05);
}

.ring-emerald-600\/50{
  --tw-ring-color: rgb(5 150 105 / 0.5);
}

.ring-emerald-600\/60{
  --tw-ring-color: rgb(5 150 105 / 0.6);
}

.ring-emerald-600\/70{
  --tw-ring-color: rgb(5 150 105 / 0.7);
}

.ring-emerald-600\/75{
  --tw-ring-color: rgb(5 150 105 / 0.75);
}

.ring-emerald-600\/80{
  --tw-ring-color: rgb(5 150 105 / 0.8);
}

.ring-emerald-600\/90{
  --tw-ring-color: rgb(5 150 105 / 0.9);
}

.ring-emerald-600\/95{
  --tw-ring-color: rgb(5 150 105 / 0.95);
}

.ring-emerald-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity));
}

.ring-emerald-700\/0{
  --tw-ring-color: rgb(4 120 87 / 0);
}

.ring-emerald-700\/10{
  --tw-ring-color: rgb(4 120 87 / 0.1);
}

.ring-emerald-700\/100{
  --tw-ring-color: rgb(4 120 87 / 1);
}

.ring-emerald-700\/20{
  --tw-ring-color: rgb(4 120 87 / 0.2);
}

.ring-emerald-700\/25{
  --tw-ring-color: rgb(4 120 87 / 0.25);
}

.ring-emerald-700\/30{
  --tw-ring-color: rgb(4 120 87 / 0.3);
}

.ring-emerald-700\/40{
  --tw-ring-color: rgb(4 120 87 / 0.4);
}

.ring-emerald-700\/5{
  --tw-ring-color: rgb(4 120 87 / 0.05);
}

.ring-emerald-700\/50{
  --tw-ring-color: rgb(4 120 87 / 0.5);
}

.ring-emerald-700\/60{
  --tw-ring-color: rgb(4 120 87 / 0.6);
}

.ring-emerald-700\/70{
  --tw-ring-color: rgb(4 120 87 / 0.7);
}

.ring-emerald-700\/75{
  --tw-ring-color: rgb(4 120 87 / 0.75);
}

.ring-emerald-700\/80{
  --tw-ring-color: rgb(4 120 87 / 0.8);
}

.ring-emerald-700\/90{
  --tw-ring-color: rgb(4 120 87 / 0.9);
}

.ring-emerald-700\/95{
  --tw-ring-color: rgb(4 120 87 / 0.95);
}

.ring-emerald-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity));
}

.ring-emerald-800\/0{
  --tw-ring-color: rgb(6 95 70 / 0);
}

.ring-emerald-800\/10{
  --tw-ring-color: rgb(6 95 70 / 0.1);
}

.ring-emerald-800\/100{
  --tw-ring-color: rgb(6 95 70 / 1);
}

.ring-emerald-800\/20{
  --tw-ring-color: rgb(6 95 70 / 0.2);
}

.ring-emerald-800\/25{
  --tw-ring-color: rgb(6 95 70 / 0.25);
}

.ring-emerald-800\/30{
  --tw-ring-color: rgb(6 95 70 / 0.3);
}

.ring-emerald-800\/40{
  --tw-ring-color: rgb(6 95 70 / 0.4);
}

.ring-emerald-800\/5{
  --tw-ring-color: rgb(6 95 70 / 0.05);
}

.ring-emerald-800\/50{
  --tw-ring-color: rgb(6 95 70 / 0.5);
}

.ring-emerald-800\/60{
  --tw-ring-color: rgb(6 95 70 / 0.6);
}

.ring-emerald-800\/70{
  --tw-ring-color: rgb(6 95 70 / 0.7);
}

.ring-emerald-800\/75{
  --tw-ring-color: rgb(6 95 70 / 0.75);
}

.ring-emerald-800\/80{
  --tw-ring-color: rgb(6 95 70 / 0.8);
}

.ring-emerald-800\/90{
  --tw-ring-color: rgb(6 95 70 / 0.9);
}

.ring-emerald-800\/95{
  --tw-ring-color: rgb(6 95 70 / 0.95);
}

.ring-emerald-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity));
}

.ring-emerald-900\/0{
  --tw-ring-color: rgb(6 78 59 / 0);
}

.ring-emerald-900\/10{
  --tw-ring-color: rgb(6 78 59 / 0.1);
}

.ring-emerald-900\/100{
  --tw-ring-color: rgb(6 78 59 / 1);
}

.ring-emerald-900\/20{
  --tw-ring-color: rgb(6 78 59 / 0.2);
}

.ring-emerald-900\/25{
  --tw-ring-color: rgb(6 78 59 / 0.25);
}

.ring-emerald-900\/30{
  --tw-ring-color: rgb(6 78 59 / 0.3);
}

.ring-emerald-900\/40{
  --tw-ring-color: rgb(6 78 59 / 0.4);
}

.ring-emerald-900\/5{
  --tw-ring-color: rgb(6 78 59 / 0.05);
}

.ring-emerald-900\/50{
  --tw-ring-color: rgb(6 78 59 / 0.5);
}

.ring-emerald-900\/60{
  --tw-ring-color: rgb(6 78 59 / 0.6);
}

.ring-emerald-900\/70{
  --tw-ring-color: rgb(6 78 59 / 0.7);
}

.ring-emerald-900\/75{
  --tw-ring-color: rgb(6 78 59 / 0.75);
}

.ring-emerald-900\/80{
  --tw-ring-color: rgb(6 78 59 / 0.8);
}

.ring-emerald-900\/90{
  --tw-ring-color: rgb(6 78 59 / 0.9);
}

.ring-emerald-900\/95{
  --tw-ring-color: rgb(6 78 59 / 0.95);
}

.ring-emerald-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 44 34 / var(--tw-ring-opacity));
}

.ring-emerald-950\/0{
  --tw-ring-color: rgb(2 44 34 / 0);
}

.ring-emerald-950\/10{
  --tw-ring-color: rgb(2 44 34 / 0.1);
}

.ring-emerald-950\/100{
  --tw-ring-color: rgb(2 44 34 / 1);
}

.ring-emerald-950\/20{
  --tw-ring-color: rgb(2 44 34 / 0.2);
}

.ring-emerald-950\/25{
  --tw-ring-color: rgb(2 44 34 / 0.25);
}

.ring-emerald-950\/30{
  --tw-ring-color: rgb(2 44 34 / 0.3);
}

.ring-emerald-950\/40{
  --tw-ring-color: rgb(2 44 34 / 0.4);
}

.ring-emerald-950\/5{
  --tw-ring-color: rgb(2 44 34 / 0.05);
}

.ring-emerald-950\/50{
  --tw-ring-color: rgb(2 44 34 / 0.5);
}

.ring-emerald-950\/60{
  --tw-ring-color: rgb(2 44 34 / 0.6);
}

.ring-emerald-950\/70{
  --tw-ring-color: rgb(2 44 34 / 0.7);
}

.ring-emerald-950\/75{
  --tw-ring-color: rgb(2 44 34 / 0.75);
}

.ring-emerald-950\/80{
  --tw-ring-color: rgb(2 44 34 / 0.8);
}

.ring-emerald-950\/90{
  --tw-ring-color: rgb(2 44 34 / 0.9);
}

.ring-emerald-950\/95{
  --tw-ring-color: rgb(2 44 34 / 0.95);
}

.ring-event-text-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 57 66 / var(--tw-ring-opacity));
}

.ring-event-text-100\/0{
  --tw-ring-color: rgb(3 57 66 / 0);
}

.ring-event-text-100\/10{
  --tw-ring-color: rgb(3 57 66 / 0.1);
}

.ring-event-text-100\/100{
  --tw-ring-color: rgb(3 57 66 / 1);
}

.ring-event-text-100\/20{
  --tw-ring-color: rgb(3 57 66 / 0.2);
}

.ring-event-text-100\/25{
  --tw-ring-color: rgb(3 57 66 / 0.25);
}

.ring-event-text-100\/30{
  --tw-ring-color: rgb(3 57 66 / 0.3);
}

.ring-event-text-100\/40{
  --tw-ring-color: rgb(3 57 66 / 0.4);
}

.ring-event-text-100\/5{
  --tw-ring-color: rgb(3 57 66 / 0.05);
}

.ring-event-text-100\/50{
  --tw-ring-color: rgb(3 57 66 / 0.5);
}

.ring-event-text-100\/60{
  --tw-ring-color: rgb(3 57 66 / 0.6);
}

.ring-event-text-100\/70{
  --tw-ring-color: rgb(3 57 66 / 0.7);
}

.ring-event-text-100\/75{
  --tw-ring-color: rgb(3 57 66 / 0.75);
}

.ring-event-text-100\/80{
  --tw-ring-color: rgb(3 57 66 / 0.8);
}

.ring-event-text-100\/90{
  --tw-ring-color: rgb(3 57 66 / 0.9);
}

.ring-event-text-100\/95{
  --tw-ring-color: rgb(3 57 66 / 0.95);
}

.ring-event-text-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 59 68 / var(--tw-ring-opacity));
}

.ring-event-text-200\/0{
  --tw-ring-color: rgb(56 59 68 / 0);
}

.ring-event-text-200\/10{
  --tw-ring-color: rgb(56 59 68 / 0.1);
}

.ring-event-text-200\/100{
  --tw-ring-color: rgb(56 59 68 / 1);
}

.ring-event-text-200\/20{
  --tw-ring-color: rgb(56 59 68 / 0.2);
}

.ring-event-text-200\/25{
  --tw-ring-color: rgb(56 59 68 / 0.25);
}

.ring-event-text-200\/30{
  --tw-ring-color: rgb(56 59 68 / 0.3);
}

.ring-event-text-200\/40{
  --tw-ring-color: rgb(56 59 68 / 0.4);
}

.ring-event-text-200\/5{
  --tw-ring-color: rgb(56 59 68 / 0.05);
}

.ring-event-text-200\/50{
  --tw-ring-color: rgb(56 59 68 / 0.5);
}

.ring-event-text-200\/60{
  --tw-ring-color: rgb(56 59 68 / 0.6);
}

.ring-event-text-200\/70{
  --tw-ring-color: rgb(56 59 68 / 0.7);
}

.ring-event-text-200\/75{
  --tw-ring-color: rgb(56 59 68 / 0.75);
}

.ring-event-text-200\/80{
  --tw-ring-color: rgb(56 59 68 / 0.8);
}

.ring-event-text-200\/90{
  --tw-ring-color: rgb(56 59 68 / 0.9);
}

.ring-event-text-200\/95{
  --tw-ring-color: rgb(56 59 68 / 0.95);
}

.ring-fuchsia-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity));
}

.ring-fuchsia-100\/0{
  --tw-ring-color: rgb(250 232 255 / 0);
}

.ring-fuchsia-100\/10{
  --tw-ring-color: rgb(250 232 255 / 0.1);
}

.ring-fuchsia-100\/100{
  --tw-ring-color: rgb(250 232 255 / 1);
}

.ring-fuchsia-100\/20{
  --tw-ring-color: rgb(250 232 255 / 0.2);
}

.ring-fuchsia-100\/25{
  --tw-ring-color: rgb(250 232 255 / 0.25);
}

.ring-fuchsia-100\/30{
  --tw-ring-color: rgb(250 232 255 / 0.3);
}

.ring-fuchsia-100\/40{
  --tw-ring-color: rgb(250 232 255 / 0.4);
}

.ring-fuchsia-100\/5{
  --tw-ring-color: rgb(250 232 255 / 0.05);
}

.ring-fuchsia-100\/50{
  --tw-ring-color: rgb(250 232 255 / 0.5);
}

.ring-fuchsia-100\/60{
  --tw-ring-color: rgb(250 232 255 / 0.6);
}

.ring-fuchsia-100\/70{
  --tw-ring-color: rgb(250 232 255 / 0.7);
}

.ring-fuchsia-100\/75{
  --tw-ring-color: rgb(250 232 255 / 0.75);
}

.ring-fuchsia-100\/80{
  --tw-ring-color: rgb(250 232 255 / 0.8);
}

.ring-fuchsia-100\/90{
  --tw-ring-color: rgb(250 232 255 / 0.9);
}

.ring-fuchsia-100\/95{
  --tw-ring-color: rgb(250 232 255 / 0.95);
}

.ring-fuchsia-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity));
}

.ring-fuchsia-200\/0{
  --tw-ring-color: rgb(245 208 254 / 0);
}

.ring-fuchsia-200\/10{
  --tw-ring-color: rgb(245 208 254 / 0.1);
}

.ring-fuchsia-200\/100{
  --tw-ring-color: rgb(245 208 254 / 1);
}

.ring-fuchsia-200\/20{
  --tw-ring-color: rgb(245 208 254 / 0.2);
}

.ring-fuchsia-200\/25{
  --tw-ring-color: rgb(245 208 254 / 0.25);
}

.ring-fuchsia-200\/30{
  --tw-ring-color: rgb(245 208 254 / 0.3);
}

.ring-fuchsia-200\/40{
  --tw-ring-color: rgb(245 208 254 / 0.4);
}

.ring-fuchsia-200\/5{
  --tw-ring-color: rgb(245 208 254 / 0.05);
}

.ring-fuchsia-200\/50{
  --tw-ring-color: rgb(245 208 254 / 0.5);
}

.ring-fuchsia-200\/60{
  --tw-ring-color: rgb(245 208 254 / 0.6);
}

.ring-fuchsia-200\/70{
  --tw-ring-color: rgb(245 208 254 / 0.7);
}

.ring-fuchsia-200\/75{
  --tw-ring-color: rgb(245 208 254 / 0.75);
}

.ring-fuchsia-200\/80{
  --tw-ring-color: rgb(245 208 254 / 0.8);
}

.ring-fuchsia-200\/90{
  --tw-ring-color: rgb(245 208 254 / 0.9);
}

.ring-fuchsia-200\/95{
  --tw-ring-color: rgb(245 208 254 / 0.95);
}

.ring-fuchsia-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity));
}

.ring-fuchsia-300\/0{
  --tw-ring-color: rgb(240 171 252 / 0);
}

.ring-fuchsia-300\/10{
  --tw-ring-color: rgb(240 171 252 / 0.1);
}

.ring-fuchsia-300\/100{
  --tw-ring-color: rgb(240 171 252 / 1);
}

.ring-fuchsia-300\/20{
  --tw-ring-color: rgb(240 171 252 / 0.2);
}

.ring-fuchsia-300\/25{
  --tw-ring-color: rgb(240 171 252 / 0.25);
}

.ring-fuchsia-300\/30{
  --tw-ring-color: rgb(240 171 252 / 0.3);
}

.ring-fuchsia-300\/40{
  --tw-ring-color: rgb(240 171 252 / 0.4);
}

.ring-fuchsia-300\/5{
  --tw-ring-color: rgb(240 171 252 / 0.05);
}

.ring-fuchsia-300\/50{
  --tw-ring-color: rgb(240 171 252 / 0.5);
}

.ring-fuchsia-300\/60{
  --tw-ring-color: rgb(240 171 252 / 0.6);
}

.ring-fuchsia-300\/70{
  --tw-ring-color: rgb(240 171 252 / 0.7);
}

.ring-fuchsia-300\/75{
  --tw-ring-color: rgb(240 171 252 / 0.75);
}

.ring-fuchsia-300\/80{
  --tw-ring-color: rgb(240 171 252 / 0.8);
}

.ring-fuchsia-300\/90{
  --tw-ring-color: rgb(240 171 252 / 0.9);
}

.ring-fuchsia-300\/95{
  --tw-ring-color: rgb(240 171 252 / 0.95);
}

.ring-fuchsia-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity));
}

.ring-fuchsia-400\/0{
  --tw-ring-color: rgb(232 121 249 / 0);
}

.ring-fuchsia-400\/10{
  --tw-ring-color: rgb(232 121 249 / 0.1);
}

.ring-fuchsia-400\/100{
  --tw-ring-color: rgb(232 121 249 / 1);
}

.ring-fuchsia-400\/20{
  --tw-ring-color: rgb(232 121 249 / 0.2);
}

.ring-fuchsia-400\/25{
  --tw-ring-color: rgb(232 121 249 / 0.25);
}

.ring-fuchsia-400\/30{
  --tw-ring-color: rgb(232 121 249 / 0.3);
}

.ring-fuchsia-400\/40{
  --tw-ring-color: rgb(232 121 249 / 0.4);
}

.ring-fuchsia-400\/5{
  --tw-ring-color: rgb(232 121 249 / 0.05);
}

.ring-fuchsia-400\/50{
  --tw-ring-color: rgb(232 121 249 / 0.5);
}

.ring-fuchsia-400\/60{
  --tw-ring-color: rgb(232 121 249 / 0.6);
}

.ring-fuchsia-400\/70{
  --tw-ring-color: rgb(232 121 249 / 0.7);
}

.ring-fuchsia-400\/75{
  --tw-ring-color: rgb(232 121 249 / 0.75);
}

.ring-fuchsia-400\/80{
  --tw-ring-color: rgb(232 121 249 / 0.8);
}

.ring-fuchsia-400\/90{
  --tw-ring-color: rgb(232 121 249 / 0.9);
}

.ring-fuchsia-400\/95{
  --tw-ring-color: rgb(232 121 249 / 0.95);
}

.ring-fuchsia-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity));
}

.ring-fuchsia-50\/0{
  --tw-ring-color: rgb(253 244 255 / 0);
}

.ring-fuchsia-50\/10{
  --tw-ring-color: rgb(253 244 255 / 0.1);
}

.ring-fuchsia-50\/100{
  --tw-ring-color: rgb(253 244 255 / 1);
}

.ring-fuchsia-50\/20{
  --tw-ring-color: rgb(253 244 255 / 0.2);
}

.ring-fuchsia-50\/25{
  --tw-ring-color: rgb(253 244 255 / 0.25);
}

.ring-fuchsia-50\/30{
  --tw-ring-color: rgb(253 244 255 / 0.3);
}

.ring-fuchsia-50\/40{
  --tw-ring-color: rgb(253 244 255 / 0.4);
}

.ring-fuchsia-50\/5{
  --tw-ring-color: rgb(253 244 255 / 0.05);
}

.ring-fuchsia-50\/50{
  --tw-ring-color: rgb(253 244 255 / 0.5);
}

.ring-fuchsia-50\/60{
  --tw-ring-color: rgb(253 244 255 / 0.6);
}

.ring-fuchsia-50\/70{
  --tw-ring-color: rgb(253 244 255 / 0.7);
}

.ring-fuchsia-50\/75{
  --tw-ring-color: rgb(253 244 255 / 0.75);
}

.ring-fuchsia-50\/80{
  --tw-ring-color: rgb(253 244 255 / 0.8);
}

.ring-fuchsia-50\/90{
  --tw-ring-color: rgb(253 244 255 / 0.9);
}

.ring-fuchsia-50\/95{
  --tw-ring-color: rgb(253 244 255 / 0.95);
}

.ring-fuchsia-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity));
}

.ring-fuchsia-500\/0{
  --tw-ring-color: rgb(217 70 239 / 0);
}

.ring-fuchsia-500\/10{
  --tw-ring-color: rgb(217 70 239 / 0.1);
}

.ring-fuchsia-500\/100{
  --tw-ring-color: rgb(217 70 239 / 1);
}

.ring-fuchsia-500\/20{
  --tw-ring-color: rgb(217 70 239 / 0.2);
}

.ring-fuchsia-500\/25{
  --tw-ring-color: rgb(217 70 239 / 0.25);
}

.ring-fuchsia-500\/30{
  --tw-ring-color: rgb(217 70 239 / 0.3);
}

.ring-fuchsia-500\/40{
  --tw-ring-color: rgb(217 70 239 / 0.4);
}

.ring-fuchsia-500\/5{
  --tw-ring-color: rgb(217 70 239 / 0.05);
}

.ring-fuchsia-500\/50{
  --tw-ring-color: rgb(217 70 239 / 0.5);
}

.ring-fuchsia-500\/60{
  --tw-ring-color: rgb(217 70 239 / 0.6);
}

.ring-fuchsia-500\/70{
  --tw-ring-color: rgb(217 70 239 / 0.7);
}

.ring-fuchsia-500\/75{
  --tw-ring-color: rgb(217 70 239 / 0.75);
}

.ring-fuchsia-500\/80{
  --tw-ring-color: rgb(217 70 239 / 0.8);
}

.ring-fuchsia-500\/90{
  --tw-ring-color: rgb(217 70 239 / 0.9);
}

.ring-fuchsia-500\/95{
  --tw-ring-color: rgb(217 70 239 / 0.95);
}

.ring-fuchsia-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity));
}

.ring-fuchsia-600\/0{
  --tw-ring-color: rgb(192 38 211 / 0);
}

.ring-fuchsia-600\/10{
  --tw-ring-color: rgb(192 38 211 / 0.1);
}

.ring-fuchsia-600\/100{
  --tw-ring-color: rgb(192 38 211 / 1);
}

.ring-fuchsia-600\/20{
  --tw-ring-color: rgb(192 38 211 / 0.2);
}

.ring-fuchsia-600\/25{
  --tw-ring-color: rgb(192 38 211 / 0.25);
}

.ring-fuchsia-600\/30{
  --tw-ring-color: rgb(192 38 211 / 0.3);
}

.ring-fuchsia-600\/40{
  --tw-ring-color: rgb(192 38 211 / 0.4);
}

.ring-fuchsia-600\/5{
  --tw-ring-color: rgb(192 38 211 / 0.05);
}

.ring-fuchsia-600\/50{
  --tw-ring-color: rgb(192 38 211 / 0.5);
}

.ring-fuchsia-600\/60{
  --tw-ring-color: rgb(192 38 211 / 0.6);
}

.ring-fuchsia-600\/70{
  --tw-ring-color: rgb(192 38 211 / 0.7);
}

.ring-fuchsia-600\/75{
  --tw-ring-color: rgb(192 38 211 / 0.75);
}

.ring-fuchsia-600\/80{
  --tw-ring-color: rgb(192 38 211 / 0.8);
}

.ring-fuchsia-600\/90{
  --tw-ring-color: rgb(192 38 211 / 0.9);
}

.ring-fuchsia-600\/95{
  --tw-ring-color: rgb(192 38 211 / 0.95);
}

.ring-fuchsia-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity));
}

.ring-fuchsia-700\/0{
  --tw-ring-color: rgb(162 28 175 / 0);
}

.ring-fuchsia-700\/10{
  --tw-ring-color: rgb(162 28 175 / 0.1);
}

.ring-fuchsia-700\/100{
  --tw-ring-color: rgb(162 28 175 / 1);
}

.ring-fuchsia-700\/20{
  --tw-ring-color: rgb(162 28 175 / 0.2);
}

.ring-fuchsia-700\/25{
  --tw-ring-color: rgb(162 28 175 / 0.25);
}

.ring-fuchsia-700\/30{
  --tw-ring-color: rgb(162 28 175 / 0.3);
}

.ring-fuchsia-700\/40{
  --tw-ring-color: rgb(162 28 175 / 0.4);
}

.ring-fuchsia-700\/5{
  --tw-ring-color: rgb(162 28 175 / 0.05);
}

.ring-fuchsia-700\/50{
  --tw-ring-color: rgb(162 28 175 / 0.5);
}

.ring-fuchsia-700\/60{
  --tw-ring-color: rgb(162 28 175 / 0.6);
}

.ring-fuchsia-700\/70{
  --tw-ring-color: rgb(162 28 175 / 0.7);
}

.ring-fuchsia-700\/75{
  --tw-ring-color: rgb(162 28 175 / 0.75);
}

.ring-fuchsia-700\/80{
  --tw-ring-color: rgb(162 28 175 / 0.8);
}

.ring-fuchsia-700\/90{
  --tw-ring-color: rgb(162 28 175 / 0.9);
}

.ring-fuchsia-700\/95{
  --tw-ring-color: rgb(162 28 175 / 0.95);
}

.ring-fuchsia-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity));
}

.ring-fuchsia-800\/0{
  --tw-ring-color: rgb(134 25 143 / 0);
}

.ring-fuchsia-800\/10{
  --tw-ring-color: rgb(134 25 143 / 0.1);
}

.ring-fuchsia-800\/100{
  --tw-ring-color: rgb(134 25 143 / 1);
}

.ring-fuchsia-800\/20{
  --tw-ring-color: rgb(134 25 143 / 0.2);
}

.ring-fuchsia-800\/25{
  --tw-ring-color: rgb(134 25 143 / 0.25);
}

.ring-fuchsia-800\/30{
  --tw-ring-color: rgb(134 25 143 / 0.3);
}

.ring-fuchsia-800\/40{
  --tw-ring-color: rgb(134 25 143 / 0.4);
}

.ring-fuchsia-800\/5{
  --tw-ring-color: rgb(134 25 143 / 0.05);
}

.ring-fuchsia-800\/50{
  --tw-ring-color: rgb(134 25 143 / 0.5);
}

.ring-fuchsia-800\/60{
  --tw-ring-color: rgb(134 25 143 / 0.6);
}

.ring-fuchsia-800\/70{
  --tw-ring-color: rgb(134 25 143 / 0.7);
}

.ring-fuchsia-800\/75{
  --tw-ring-color: rgb(134 25 143 / 0.75);
}

.ring-fuchsia-800\/80{
  --tw-ring-color: rgb(134 25 143 / 0.8);
}

.ring-fuchsia-800\/90{
  --tw-ring-color: rgb(134 25 143 / 0.9);
}

.ring-fuchsia-800\/95{
  --tw-ring-color: rgb(134 25 143 / 0.95);
}

.ring-fuchsia-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity));
}

.ring-fuchsia-900\/0{
  --tw-ring-color: rgb(112 26 117 / 0);
}

.ring-fuchsia-900\/10{
  --tw-ring-color: rgb(112 26 117 / 0.1);
}

.ring-fuchsia-900\/100{
  --tw-ring-color: rgb(112 26 117 / 1);
}

.ring-fuchsia-900\/20{
  --tw-ring-color: rgb(112 26 117 / 0.2);
}

.ring-fuchsia-900\/25{
  --tw-ring-color: rgb(112 26 117 / 0.25);
}

.ring-fuchsia-900\/30{
  --tw-ring-color: rgb(112 26 117 / 0.3);
}

.ring-fuchsia-900\/40{
  --tw-ring-color: rgb(112 26 117 / 0.4);
}

.ring-fuchsia-900\/5{
  --tw-ring-color: rgb(112 26 117 / 0.05);
}

.ring-fuchsia-900\/50{
  --tw-ring-color: rgb(112 26 117 / 0.5);
}

.ring-fuchsia-900\/60{
  --tw-ring-color: rgb(112 26 117 / 0.6);
}

.ring-fuchsia-900\/70{
  --tw-ring-color: rgb(112 26 117 / 0.7);
}

.ring-fuchsia-900\/75{
  --tw-ring-color: rgb(112 26 117 / 0.75);
}

.ring-fuchsia-900\/80{
  --tw-ring-color: rgb(112 26 117 / 0.8);
}

.ring-fuchsia-900\/90{
  --tw-ring-color: rgb(112 26 117 / 0.9);
}

.ring-fuchsia-900\/95{
  --tw-ring-color: rgb(112 26 117 / 0.95);
}

.ring-fuchsia-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 4 78 / var(--tw-ring-opacity));
}

.ring-fuchsia-950\/0{
  --tw-ring-color: rgb(74 4 78 / 0);
}

.ring-fuchsia-950\/10{
  --tw-ring-color: rgb(74 4 78 / 0.1);
}

.ring-fuchsia-950\/100{
  --tw-ring-color: rgb(74 4 78 / 1);
}

.ring-fuchsia-950\/20{
  --tw-ring-color: rgb(74 4 78 / 0.2);
}

.ring-fuchsia-950\/25{
  --tw-ring-color: rgb(74 4 78 / 0.25);
}

.ring-fuchsia-950\/30{
  --tw-ring-color: rgb(74 4 78 / 0.3);
}

.ring-fuchsia-950\/40{
  --tw-ring-color: rgb(74 4 78 / 0.4);
}

.ring-fuchsia-950\/5{
  --tw-ring-color: rgb(74 4 78 / 0.05);
}

.ring-fuchsia-950\/50{
  --tw-ring-color: rgb(74 4 78 / 0.5);
}

.ring-fuchsia-950\/60{
  --tw-ring-color: rgb(74 4 78 / 0.6);
}

.ring-fuchsia-950\/70{
  --tw-ring-color: rgb(74 4 78 / 0.7);
}

.ring-fuchsia-950\/75{
  --tw-ring-color: rgb(74 4 78 / 0.75);
}

.ring-fuchsia-950\/80{
  --tw-ring-color: rgb(74 4 78 / 0.8);
}

.ring-fuchsia-950\/90{
  --tw-ring-color: rgb(74 4 78 / 0.9);
}

.ring-fuchsia-950\/95{
  --tw-ring-color: rgb(74 4 78 / 0.95);
}

.ring-gray-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity));
}

.ring-gray-100\/0{
  --tw-ring-color: rgb(243 244 246 / 0);
}

.ring-gray-100\/10{
  --tw-ring-color: rgb(243 244 246 / 0.1);
}

.ring-gray-100\/100{
  --tw-ring-color: rgb(243 244 246 / 1);
}

.ring-gray-100\/20{
  --tw-ring-color: rgb(243 244 246 / 0.2);
}

.ring-gray-100\/25{
  --tw-ring-color: rgb(243 244 246 / 0.25);
}

.ring-gray-100\/30{
  --tw-ring-color: rgb(243 244 246 / 0.3);
}

.ring-gray-100\/40{
  --tw-ring-color: rgb(243 244 246 / 0.4);
}

.ring-gray-100\/5{
  --tw-ring-color: rgb(243 244 246 / 0.05);
}

.ring-gray-100\/50{
  --tw-ring-color: rgb(243 244 246 / 0.5);
}

.ring-gray-100\/60{
  --tw-ring-color: rgb(243 244 246 / 0.6);
}

.ring-gray-100\/70{
  --tw-ring-color: rgb(243 244 246 / 0.7);
}

.ring-gray-100\/75{
  --tw-ring-color: rgb(243 244 246 / 0.75);
}

.ring-gray-100\/80{
  --tw-ring-color: rgb(243 244 246 / 0.8);
}

.ring-gray-100\/90{
  --tw-ring-color: rgb(243 244 246 / 0.9);
}

.ring-gray-100\/95{
  --tw-ring-color: rgb(243 244 246 / 0.95);
}

.ring-gray-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.ring-gray-200\/0{
  --tw-ring-color: rgb(229 231 235 / 0);
}

.ring-gray-200\/10{
  --tw-ring-color: rgb(229 231 235 / 0.1);
}

.ring-gray-200\/100{
  --tw-ring-color: rgb(229 231 235 / 1);
}

.ring-gray-200\/20{
  --tw-ring-color: rgb(229 231 235 / 0.2);
}

.ring-gray-200\/25{
  --tw-ring-color: rgb(229 231 235 / 0.25);
}

.ring-gray-200\/30{
  --tw-ring-color: rgb(229 231 235 / 0.3);
}

.ring-gray-200\/40{
  --tw-ring-color: rgb(229 231 235 / 0.4);
}

.ring-gray-200\/5{
  --tw-ring-color: rgb(229 231 235 / 0.05);
}

.ring-gray-200\/50{
  --tw-ring-color: rgb(229 231 235 / 0.5);
}

.ring-gray-200\/60{
  --tw-ring-color: rgb(229 231 235 / 0.6);
}

.ring-gray-200\/70{
  --tw-ring-color: rgb(229 231 235 / 0.7);
}

.ring-gray-200\/75{
  --tw-ring-color: rgb(229 231 235 / 0.75);
}

.ring-gray-200\/80{
  --tw-ring-color: rgb(229 231 235 / 0.8);
}

.ring-gray-200\/90{
  --tw-ring-color: rgb(229 231 235 / 0.9);
}

.ring-gray-200\/95{
  --tw-ring-color: rgb(229 231 235 / 0.95);
}

.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.ring-gray-300\/0{
  --tw-ring-color: rgb(209 213 219 / 0);
}

.ring-gray-300\/10{
  --tw-ring-color: rgb(209 213 219 / 0.1);
}

.ring-gray-300\/100{
  --tw-ring-color: rgb(209 213 219 / 1);
}

.ring-gray-300\/20{
  --tw-ring-color: rgb(209 213 219 / 0.2);
}

.ring-gray-300\/25{
  --tw-ring-color: rgb(209 213 219 / 0.25);
}

.ring-gray-300\/30{
  --tw-ring-color: rgb(209 213 219 / 0.3);
}

.ring-gray-300\/40{
  --tw-ring-color: rgb(209 213 219 / 0.4);
}

.ring-gray-300\/5{
  --tw-ring-color: rgb(209 213 219 / 0.05);
}

.ring-gray-300\/50{
  --tw-ring-color: rgb(209 213 219 / 0.5);
}

.ring-gray-300\/60{
  --tw-ring-color: rgb(209 213 219 / 0.6);
}

.ring-gray-300\/70{
  --tw-ring-color: rgb(209 213 219 / 0.7);
}

.ring-gray-300\/75{
  --tw-ring-color: rgb(209 213 219 / 0.75);
}

.ring-gray-300\/80{
  --tw-ring-color: rgb(209 213 219 / 0.8);
}

.ring-gray-300\/90{
  --tw-ring-color: rgb(209 213 219 / 0.9);
}

.ring-gray-300\/95{
  --tw-ring-color: rgb(209 213 219 / 0.95);
}

.ring-gray-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
}

.ring-gray-400\/0{
  --tw-ring-color: rgb(156 163 175 / 0);
}

.ring-gray-400\/10{
  --tw-ring-color: rgb(156 163 175 / 0.1);
}

.ring-gray-400\/100{
  --tw-ring-color: rgb(156 163 175 / 1);
}

.ring-gray-400\/20{
  --tw-ring-color: rgb(156 163 175 / 0.2);
}

.ring-gray-400\/25{
  --tw-ring-color: rgb(156 163 175 / 0.25);
}

.ring-gray-400\/30{
  --tw-ring-color: rgb(156 163 175 / 0.3);
}

.ring-gray-400\/40{
  --tw-ring-color: rgb(156 163 175 / 0.4);
}

.ring-gray-400\/5{
  --tw-ring-color: rgb(156 163 175 / 0.05);
}

.ring-gray-400\/50{
  --tw-ring-color: rgb(156 163 175 / 0.5);
}

.ring-gray-400\/60{
  --tw-ring-color: rgb(156 163 175 / 0.6);
}

.ring-gray-400\/70{
  --tw-ring-color: rgb(156 163 175 / 0.7);
}

.ring-gray-400\/75{
  --tw-ring-color: rgb(156 163 175 / 0.75);
}

.ring-gray-400\/80{
  --tw-ring-color: rgb(156 163 175 / 0.8);
}

.ring-gray-400\/90{
  --tw-ring-color: rgb(156 163 175 / 0.9);
}

.ring-gray-400\/95{
  --tw-ring-color: rgb(156 163 175 / 0.95);
}

.ring-gray-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity));
}

.ring-gray-50\/0{
  --tw-ring-color: rgb(249 250 251 / 0);
}

.ring-gray-50\/10{
  --tw-ring-color: rgb(249 250 251 / 0.1);
}

.ring-gray-50\/100{
  --tw-ring-color: rgb(249 250 251 / 1);
}

.ring-gray-50\/20{
  --tw-ring-color: rgb(249 250 251 / 0.2);
}

.ring-gray-50\/25{
  --tw-ring-color: rgb(249 250 251 / 0.25);
}

.ring-gray-50\/30{
  --tw-ring-color: rgb(249 250 251 / 0.3);
}

.ring-gray-50\/40{
  --tw-ring-color: rgb(249 250 251 / 0.4);
}

.ring-gray-50\/5{
  --tw-ring-color: rgb(249 250 251 / 0.05);
}

.ring-gray-50\/50{
  --tw-ring-color: rgb(249 250 251 / 0.5);
}

.ring-gray-50\/60{
  --tw-ring-color: rgb(249 250 251 / 0.6);
}

.ring-gray-50\/70{
  --tw-ring-color: rgb(249 250 251 / 0.7);
}

.ring-gray-50\/75{
  --tw-ring-color: rgb(249 250 251 / 0.75);
}

.ring-gray-50\/80{
  --tw-ring-color: rgb(249 250 251 / 0.8);
}

.ring-gray-50\/90{
  --tw-ring-color: rgb(249 250 251 / 0.9);
}

.ring-gray-50\/95{
  --tw-ring-color: rgb(249 250 251 / 0.95);
}

.ring-gray-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}

.ring-gray-500\/0{
  --tw-ring-color: rgb(107 114 128 / 0);
}

.ring-gray-500\/10{
  --tw-ring-color: rgb(107 114 128 / 0.1);
}

.ring-gray-500\/100{
  --tw-ring-color: rgb(107 114 128 / 1);
}

.ring-gray-500\/20{
  --tw-ring-color: rgb(107 114 128 / 0.2);
}

.ring-gray-500\/25{
  --tw-ring-color: rgb(107 114 128 / 0.25);
}

.ring-gray-500\/30{
  --tw-ring-color: rgb(107 114 128 / 0.3);
}

.ring-gray-500\/40{
  --tw-ring-color: rgb(107 114 128 / 0.4);
}

.ring-gray-500\/5{
  --tw-ring-color: rgb(107 114 128 / 0.05);
}

.ring-gray-500\/50{
  --tw-ring-color: rgb(107 114 128 / 0.5);
}

.ring-gray-500\/60{
  --tw-ring-color: rgb(107 114 128 / 0.6);
}

.ring-gray-500\/70{
  --tw-ring-color: rgb(107 114 128 / 0.7);
}

.ring-gray-500\/75{
  --tw-ring-color: rgb(107 114 128 / 0.75);
}

.ring-gray-500\/80{
  --tw-ring-color: rgb(107 114 128 / 0.8);
}

.ring-gray-500\/90{
  --tw-ring-color: rgb(107 114 128 / 0.9);
}

.ring-gray-500\/95{
  --tw-ring-color: rgb(107 114 128 / 0.95);
}

.ring-gray-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
}

.ring-gray-600\/0{
  --tw-ring-color: rgb(75 85 99 / 0);
}

.ring-gray-600\/10{
  --tw-ring-color: rgb(75 85 99 / 0.1);
}

.ring-gray-600\/100{
  --tw-ring-color: rgb(75 85 99 / 1);
}

.ring-gray-600\/20{
  --tw-ring-color: rgb(75 85 99 / 0.2);
}

.ring-gray-600\/25{
  --tw-ring-color: rgb(75 85 99 / 0.25);
}

.ring-gray-600\/30{
  --tw-ring-color: rgb(75 85 99 / 0.3);
}

.ring-gray-600\/40{
  --tw-ring-color: rgb(75 85 99 / 0.4);
}

.ring-gray-600\/5{
  --tw-ring-color: rgb(75 85 99 / 0.05);
}

.ring-gray-600\/50{
  --tw-ring-color: rgb(75 85 99 / 0.5);
}

.ring-gray-600\/60{
  --tw-ring-color: rgb(75 85 99 / 0.6);
}

.ring-gray-600\/70{
  --tw-ring-color: rgb(75 85 99 / 0.7);
}

.ring-gray-600\/75{
  --tw-ring-color: rgb(75 85 99 / 0.75);
}

.ring-gray-600\/80{
  --tw-ring-color: rgb(75 85 99 / 0.8);
}

.ring-gray-600\/90{
  --tw-ring-color: rgb(75 85 99 / 0.9);
}

.ring-gray-600\/95{
  --tw-ring-color: rgb(75 85 99 / 0.95);
}

.ring-gray-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
}

.ring-gray-700\/0{
  --tw-ring-color: rgb(55 65 81 / 0);
}

.ring-gray-700\/10{
  --tw-ring-color: rgb(55 65 81 / 0.1);
}

.ring-gray-700\/100{
  --tw-ring-color: rgb(55 65 81 / 1);
}

.ring-gray-700\/20{
  --tw-ring-color: rgb(55 65 81 / 0.2);
}

.ring-gray-700\/25{
  --tw-ring-color: rgb(55 65 81 / 0.25);
}

.ring-gray-700\/30{
  --tw-ring-color: rgb(55 65 81 / 0.3);
}

.ring-gray-700\/40{
  --tw-ring-color: rgb(55 65 81 / 0.4);
}

.ring-gray-700\/5{
  --tw-ring-color: rgb(55 65 81 / 0.05);
}

.ring-gray-700\/50{
  --tw-ring-color: rgb(55 65 81 / 0.5);
}

.ring-gray-700\/60{
  --tw-ring-color: rgb(55 65 81 / 0.6);
}

.ring-gray-700\/70{
  --tw-ring-color: rgb(55 65 81 / 0.7);
}

.ring-gray-700\/75{
  --tw-ring-color: rgb(55 65 81 / 0.75);
}

.ring-gray-700\/80{
  --tw-ring-color: rgb(55 65 81 / 0.8);
}

.ring-gray-700\/90{
  --tw-ring-color: rgb(55 65 81 / 0.9);
}

.ring-gray-700\/95{
  --tw-ring-color: rgb(55 65 81 / 0.95);
}

.ring-gray-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity));
}

.ring-gray-800\/0{
  --tw-ring-color: rgb(31 41 55 / 0);
}

.ring-gray-800\/10{
  --tw-ring-color: rgb(31 41 55 / 0.1);
}

.ring-gray-800\/100{
  --tw-ring-color: rgb(31 41 55 / 1);
}

.ring-gray-800\/20{
  --tw-ring-color: rgb(31 41 55 / 0.2);
}

.ring-gray-800\/25{
  --tw-ring-color: rgb(31 41 55 / 0.25);
}

.ring-gray-800\/30{
  --tw-ring-color: rgb(31 41 55 / 0.3);
}

.ring-gray-800\/40{
  --tw-ring-color: rgb(31 41 55 / 0.4);
}

.ring-gray-800\/5{
  --tw-ring-color: rgb(31 41 55 / 0.05);
}

.ring-gray-800\/50{
  --tw-ring-color: rgb(31 41 55 / 0.5);
}

.ring-gray-800\/60{
  --tw-ring-color: rgb(31 41 55 / 0.6);
}

.ring-gray-800\/70{
  --tw-ring-color: rgb(31 41 55 / 0.7);
}

.ring-gray-800\/75{
  --tw-ring-color: rgb(31 41 55 / 0.75);
}

.ring-gray-800\/80{
  --tw-ring-color: rgb(31 41 55 / 0.8);
}

.ring-gray-800\/90{
  --tw-ring-color: rgb(31 41 55 / 0.9);
}

.ring-gray-800\/95{
  --tw-ring-color: rgb(31 41 55 / 0.95);
}

.ring-gray-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
}

.ring-gray-900\/0{
  --tw-ring-color: rgb(17 24 39 / 0);
}

.ring-gray-900\/10{
  --tw-ring-color: rgb(17 24 39 / 0.1);
}

.ring-gray-900\/100{
  --tw-ring-color: rgb(17 24 39 / 1);
}

.ring-gray-900\/20{
  --tw-ring-color: rgb(17 24 39 / 0.2);
}

.ring-gray-900\/25{
  --tw-ring-color: rgb(17 24 39 / 0.25);
}

.ring-gray-900\/30{
  --tw-ring-color: rgb(17 24 39 / 0.3);
}

.ring-gray-900\/40{
  --tw-ring-color: rgb(17 24 39 / 0.4);
}

.ring-gray-900\/5{
  --tw-ring-color: rgb(17 24 39 / 0.05);
}

.ring-gray-900\/50{
  --tw-ring-color: rgb(17 24 39 / 0.5);
}

.ring-gray-900\/60{
  --tw-ring-color: rgb(17 24 39 / 0.6);
}

.ring-gray-900\/70{
  --tw-ring-color: rgb(17 24 39 / 0.7);
}

.ring-gray-900\/75{
  --tw-ring-color: rgb(17 24 39 / 0.75);
}

.ring-gray-900\/80{
  --tw-ring-color: rgb(17 24 39 / 0.8);
}

.ring-gray-900\/90{
  --tw-ring-color: rgb(17 24 39 / 0.9);
}

.ring-gray-900\/95{
  --tw-ring-color: rgb(17 24 39 / 0.95);
}

.ring-gray-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity));
}

.ring-gray-950\/0{
  --tw-ring-color: rgb(3 7 18 / 0);
}

.ring-gray-950\/10{
  --tw-ring-color: rgb(3 7 18 / 0.1);
}

.ring-gray-950\/100{
  --tw-ring-color: rgb(3 7 18 / 1);
}

.ring-gray-950\/20{
  --tw-ring-color: rgb(3 7 18 / 0.2);
}

.ring-gray-950\/25{
  --tw-ring-color: rgb(3 7 18 / 0.25);
}

.ring-gray-950\/30{
  --tw-ring-color: rgb(3 7 18 / 0.3);
}

.ring-gray-950\/40{
  --tw-ring-color: rgb(3 7 18 / 0.4);
}

.ring-gray-950\/5{
  --tw-ring-color: rgb(3 7 18 / 0.05);
}

.ring-gray-950\/50{
  --tw-ring-color: rgb(3 7 18 / 0.5);
}

.ring-gray-950\/60{
  --tw-ring-color: rgb(3 7 18 / 0.6);
}

.ring-gray-950\/70{
  --tw-ring-color: rgb(3 7 18 / 0.7);
}

.ring-gray-950\/75{
  --tw-ring-color: rgb(3 7 18 / 0.75);
}

.ring-gray-950\/80{
  --tw-ring-color: rgb(3 7 18 / 0.8);
}

.ring-gray-950\/90{
  --tw-ring-color: rgb(3 7 18 / 0.9);
}

.ring-gray-950\/95{
  --tw-ring-color: rgb(3 7 18 / 0.95);
}

.ring-green-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity));
}

.ring-green-100\/0{
  --tw-ring-color: rgb(220 252 231 / 0);
}

.ring-green-100\/10{
  --tw-ring-color: rgb(220 252 231 / 0.1);
}

.ring-green-100\/100{
  --tw-ring-color: rgb(220 252 231 / 1);
}

.ring-green-100\/20{
  --tw-ring-color: rgb(220 252 231 / 0.2);
}

.ring-green-100\/25{
  --tw-ring-color: rgb(220 252 231 / 0.25);
}

.ring-green-100\/30{
  --tw-ring-color: rgb(220 252 231 / 0.3);
}

.ring-green-100\/40{
  --tw-ring-color: rgb(220 252 231 / 0.4);
}

.ring-green-100\/5{
  --tw-ring-color: rgb(220 252 231 / 0.05);
}

.ring-green-100\/50{
  --tw-ring-color: rgb(220 252 231 / 0.5);
}

.ring-green-100\/60{
  --tw-ring-color: rgb(220 252 231 / 0.6);
}

.ring-green-100\/70{
  --tw-ring-color: rgb(220 252 231 / 0.7);
}

.ring-green-100\/75{
  --tw-ring-color: rgb(220 252 231 / 0.75);
}

.ring-green-100\/80{
  --tw-ring-color: rgb(220 252 231 / 0.8);
}

.ring-green-100\/90{
  --tw-ring-color: rgb(220 252 231 / 0.9);
}

.ring-green-100\/95{
  --tw-ring-color: rgb(220 252 231 / 0.95);
}

.ring-green-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity));
}

.ring-green-200\/0{
  --tw-ring-color: rgb(187 247 208 / 0);
}

.ring-green-200\/10{
  --tw-ring-color: rgb(187 247 208 / 0.1);
}

.ring-green-200\/100{
  --tw-ring-color: rgb(187 247 208 / 1);
}

.ring-green-200\/20{
  --tw-ring-color: rgb(187 247 208 / 0.2);
}

.ring-green-200\/25{
  --tw-ring-color: rgb(187 247 208 / 0.25);
}

.ring-green-200\/30{
  --tw-ring-color: rgb(187 247 208 / 0.3);
}

.ring-green-200\/40{
  --tw-ring-color: rgb(187 247 208 / 0.4);
}

.ring-green-200\/5{
  --tw-ring-color: rgb(187 247 208 / 0.05);
}

.ring-green-200\/50{
  --tw-ring-color: rgb(187 247 208 / 0.5);
}

.ring-green-200\/60{
  --tw-ring-color: rgb(187 247 208 / 0.6);
}

.ring-green-200\/70{
  --tw-ring-color: rgb(187 247 208 / 0.7);
}

.ring-green-200\/75{
  --tw-ring-color: rgb(187 247 208 / 0.75);
}

.ring-green-200\/80{
  --tw-ring-color: rgb(187 247 208 / 0.8);
}

.ring-green-200\/90{
  --tw-ring-color: rgb(187 247 208 / 0.9);
}

.ring-green-200\/95{
  --tw-ring-color: rgb(187 247 208 / 0.95);
}

.ring-green-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity));
}

.ring-green-300\/0{
  --tw-ring-color: rgb(134 239 172 / 0);
}

.ring-green-300\/10{
  --tw-ring-color: rgb(134 239 172 / 0.1);
}

.ring-green-300\/100{
  --tw-ring-color: rgb(134 239 172 / 1);
}

.ring-green-300\/20{
  --tw-ring-color: rgb(134 239 172 / 0.2);
}

.ring-green-300\/25{
  --tw-ring-color: rgb(134 239 172 / 0.25);
}

.ring-green-300\/30{
  --tw-ring-color: rgb(134 239 172 / 0.3);
}

.ring-green-300\/40{
  --tw-ring-color: rgb(134 239 172 / 0.4);
}

.ring-green-300\/5{
  --tw-ring-color: rgb(134 239 172 / 0.05);
}

.ring-green-300\/50{
  --tw-ring-color: rgb(134 239 172 / 0.5);
}

.ring-green-300\/60{
  --tw-ring-color: rgb(134 239 172 / 0.6);
}

.ring-green-300\/70{
  --tw-ring-color: rgb(134 239 172 / 0.7);
}

.ring-green-300\/75{
  --tw-ring-color: rgb(134 239 172 / 0.75);
}

.ring-green-300\/80{
  --tw-ring-color: rgb(134 239 172 / 0.8);
}

.ring-green-300\/90{
  --tw-ring-color: rgb(134 239 172 / 0.9);
}

.ring-green-300\/95{
  --tw-ring-color: rgb(134 239 172 / 0.95);
}

.ring-green-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity));
}

.ring-green-400\/0{
  --tw-ring-color: rgb(74 222 128 / 0);
}

.ring-green-400\/10{
  --tw-ring-color: rgb(74 222 128 / 0.1);
}

.ring-green-400\/100{
  --tw-ring-color: rgb(74 222 128 / 1);
}

.ring-green-400\/20{
  --tw-ring-color: rgb(74 222 128 / 0.2);
}

.ring-green-400\/25{
  --tw-ring-color: rgb(74 222 128 / 0.25);
}

.ring-green-400\/30{
  --tw-ring-color: rgb(74 222 128 / 0.3);
}

.ring-green-400\/40{
  --tw-ring-color: rgb(74 222 128 / 0.4);
}

.ring-green-400\/5{
  --tw-ring-color: rgb(74 222 128 / 0.05);
}

.ring-green-400\/50{
  --tw-ring-color: rgb(74 222 128 / 0.5);
}

.ring-green-400\/60{
  --tw-ring-color: rgb(74 222 128 / 0.6);
}

.ring-green-400\/70{
  --tw-ring-color: rgb(74 222 128 / 0.7);
}

.ring-green-400\/75{
  --tw-ring-color: rgb(74 222 128 / 0.75);
}

.ring-green-400\/80{
  --tw-ring-color: rgb(74 222 128 / 0.8);
}

.ring-green-400\/90{
  --tw-ring-color: rgb(74 222 128 / 0.9);
}

.ring-green-400\/95{
  --tw-ring-color: rgb(74 222 128 / 0.95);
}

.ring-green-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity));
}

.ring-green-50\/0{
  --tw-ring-color: rgb(240 253 244 / 0);
}

.ring-green-50\/10{
  --tw-ring-color: rgb(240 253 244 / 0.1);
}

.ring-green-50\/100{
  --tw-ring-color: rgb(240 253 244 / 1);
}

.ring-green-50\/20{
  --tw-ring-color: rgb(240 253 244 / 0.2);
}

.ring-green-50\/25{
  --tw-ring-color: rgb(240 253 244 / 0.25);
}

.ring-green-50\/30{
  --tw-ring-color: rgb(240 253 244 / 0.3);
}

.ring-green-50\/40{
  --tw-ring-color: rgb(240 253 244 / 0.4);
}

.ring-green-50\/5{
  --tw-ring-color: rgb(240 253 244 / 0.05);
}

.ring-green-50\/50{
  --tw-ring-color: rgb(240 253 244 / 0.5);
}

.ring-green-50\/60{
  --tw-ring-color: rgb(240 253 244 / 0.6);
}

.ring-green-50\/70{
  --tw-ring-color: rgb(240 253 244 / 0.7);
}

.ring-green-50\/75{
  --tw-ring-color: rgb(240 253 244 / 0.75);
}

.ring-green-50\/80{
  --tw-ring-color: rgb(240 253 244 / 0.8);
}

.ring-green-50\/90{
  --tw-ring-color: rgb(240 253 244 / 0.9);
}

.ring-green-50\/95{
  --tw-ring-color: rgb(240 253 244 / 0.95);
}

.ring-green-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
}

.ring-green-500\/0{
  --tw-ring-color: rgb(34 197 94 / 0);
}

.ring-green-500\/10{
  --tw-ring-color: rgb(34 197 94 / 0.1);
}

.ring-green-500\/100{
  --tw-ring-color: rgb(34 197 94 / 1);
}

.ring-green-500\/20{
  --tw-ring-color: rgb(34 197 94 / 0.2);
}

.ring-green-500\/25{
  --tw-ring-color: rgb(34 197 94 / 0.25);
}

.ring-green-500\/30{
  --tw-ring-color: rgb(34 197 94 / 0.3);
}

.ring-green-500\/40{
  --tw-ring-color: rgb(34 197 94 / 0.4);
}

.ring-green-500\/5{
  --tw-ring-color: rgb(34 197 94 / 0.05);
}

.ring-green-500\/50{
  --tw-ring-color: rgb(34 197 94 / 0.5);
}

.ring-green-500\/60{
  --tw-ring-color: rgb(34 197 94 / 0.6);
}

.ring-green-500\/70{
  --tw-ring-color: rgb(34 197 94 / 0.7);
}

.ring-green-500\/75{
  --tw-ring-color: rgb(34 197 94 / 0.75);
}

.ring-green-500\/80{
  --tw-ring-color: rgb(34 197 94 / 0.8);
}

.ring-green-500\/90{
  --tw-ring-color: rgb(34 197 94 / 0.9);
}

.ring-green-500\/95{
  --tw-ring-color: rgb(34 197 94 / 0.95);
}

.ring-green-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity));
}

.ring-green-600\/0{
  --tw-ring-color: rgb(22 163 74 / 0);
}

.ring-green-600\/10{
  --tw-ring-color: rgb(22 163 74 / 0.1);
}

.ring-green-600\/100{
  --tw-ring-color: rgb(22 163 74 / 1);
}

.ring-green-600\/20{
  --tw-ring-color: rgb(22 163 74 / 0.2);
}

.ring-green-600\/25{
  --tw-ring-color: rgb(22 163 74 / 0.25);
}

.ring-green-600\/30{
  --tw-ring-color: rgb(22 163 74 / 0.3);
}

.ring-green-600\/40{
  --tw-ring-color: rgb(22 163 74 / 0.4);
}

.ring-green-600\/5{
  --tw-ring-color: rgb(22 163 74 / 0.05);
}

.ring-green-600\/50{
  --tw-ring-color: rgb(22 163 74 / 0.5);
}

.ring-green-600\/60{
  --tw-ring-color: rgb(22 163 74 / 0.6);
}

.ring-green-600\/70{
  --tw-ring-color: rgb(22 163 74 / 0.7);
}

.ring-green-600\/75{
  --tw-ring-color: rgb(22 163 74 / 0.75);
}

.ring-green-600\/80{
  --tw-ring-color: rgb(22 163 74 / 0.8);
}

.ring-green-600\/90{
  --tw-ring-color: rgb(22 163 74 / 0.9);
}

.ring-green-600\/95{
  --tw-ring-color: rgb(22 163 74 / 0.95);
}

.ring-green-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity));
}

.ring-green-700\/0{
  --tw-ring-color: rgb(21 128 61 / 0);
}

.ring-green-700\/10{
  --tw-ring-color: rgb(21 128 61 / 0.1);
}

.ring-green-700\/100{
  --tw-ring-color: rgb(21 128 61 / 1);
}

.ring-green-700\/20{
  --tw-ring-color: rgb(21 128 61 / 0.2);
}

.ring-green-700\/25{
  --tw-ring-color: rgb(21 128 61 / 0.25);
}

.ring-green-700\/30{
  --tw-ring-color: rgb(21 128 61 / 0.3);
}

.ring-green-700\/40{
  --tw-ring-color: rgb(21 128 61 / 0.4);
}

.ring-green-700\/5{
  --tw-ring-color: rgb(21 128 61 / 0.05);
}

.ring-green-700\/50{
  --tw-ring-color: rgb(21 128 61 / 0.5);
}

.ring-green-700\/60{
  --tw-ring-color: rgb(21 128 61 / 0.6);
}

.ring-green-700\/70{
  --tw-ring-color: rgb(21 128 61 / 0.7);
}

.ring-green-700\/75{
  --tw-ring-color: rgb(21 128 61 / 0.75);
}

.ring-green-700\/80{
  --tw-ring-color: rgb(21 128 61 / 0.8);
}

.ring-green-700\/90{
  --tw-ring-color: rgb(21 128 61 / 0.9);
}

.ring-green-700\/95{
  --tw-ring-color: rgb(21 128 61 / 0.95);
}

.ring-green-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity));
}

.ring-green-800\/0{
  --tw-ring-color: rgb(22 101 52 / 0);
}

.ring-green-800\/10{
  --tw-ring-color: rgb(22 101 52 / 0.1);
}

.ring-green-800\/100{
  --tw-ring-color: rgb(22 101 52 / 1);
}

.ring-green-800\/20{
  --tw-ring-color: rgb(22 101 52 / 0.2);
}

.ring-green-800\/25{
  --tw-ring-color: rgb(22 101 52 / 0.25);
}

.ring-green-800\/30{
  --tw-ring-color: rgb(22 101 52 / 0.3);
}

.ring-green-800\/40{
  --tw-ring-color: rgb(22 101 52 / 0.4);
}

.ring-green-800\/5{
  --tw-ring-color: rgb(22 101 52 / 0.05);
}

.ring-green-800\/50{
  --tw-ring-color: rgb(22 101 52 / 0.5);
}

.ring-green-800\/60{
  --tw-ring-color: rgb(22 101 52 / 0.6);
}

.ring-green-800\/70{
  --tw-ring-color: rgb(22 101 52 / 0.7);
}

.ring-green-800\/75{
  --tw-ring-color: rgb(22 101 52 / 0.75);
}

.ring-green-800\/80{
  --tw-ring-color: rgb(22 101 52 / 0.8);
}

.ring-green-800\/90{
  --tw-ring-color: rgb(22 101 52 / 0.9);
}

.ring-green-800\/95{
  --tw-ring-color: rgb(22 101 52 / 0.95);
}

.ring-green-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity));
}

.ring-green-900\/0{
  --tw-ring-color: rgb(20 83 45 / 0);
}

.ring-green-900\/10{
  --tw-ring-color: rgb(20 83 45 / 0.1);
}

.ring-green-900\/100{
  --tw-ring-color: rgb(20 83 45 / 1);
}

.ring-green-900\/20{
  --tw-ring-color: rgb(20 83 45 / 0.2);
}

.ring-green-900\/25{
  --tw-ring-color: rgb(20 83 45 / 0.25);
}

.ring-green-900\/30{
  --tw-ring-color: rgb(20 83 45 / 0.3);
}

.ring-green-900\/40{
  --tw-ring-color: rgb(20 83 45 / 0.4);
}

.ring-green-900\/5{
  --tw-ring-color: rgb(20 83 45 / 0.05);
}

.ring-green-900\/50{
  --tw-ring-color: rgb(20 83 45 / 0.5);
}

.ring-green-900\/60{
  --tw-ring-color: rgb(20 83 45 / 0.6);
}

.ring-green-900\/70{
  --tw-ring-color: rgb(20 83 45 / 0.7);
}

.ring-green-900\/75{
  --tw-ring-color: rgb(20 83 45 / 0.75);
}

.ring-green-900\/80{
  --tw-ring-color: rgb(20 83 45 / 0.8);
}

.ring-green-900\/90{
  --tw-ring-color: rgb(20 83 45 / 0.9);
}

.ring-green-900\/95{
  --tw-ring-color: rgb(20 83 45 / 0.95);
}

.ring-green-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 46 22 / var(--tw-ring-opacity));
}

.ring-green-950\/0{
  --tw-ring-color: rgb(5 46 22 / 0);
}

.ring-green-950\/10{
  --tw-ring-color: rgb(5 46 22 / 0.1);
}

.ring-green-950\/100{
  --tw-ring-color: rgb(5 46 22 / 1);
}

.ring-green-950\/20{
  --tw-ring-color: rgb(5 46 22 / 0.2);
}

.ring-green-950\/25{
  --tw-ring-color: rgb(5 46 22 / 0.25);
}

.ring-green-950\/30{
  --tw-ring-color: rgb(5 46 22 / 0.3);
}

.ring-green-950\/40{
  --tw-ring-color: rgb(5 46 22 / 0.4);
}

.ring-green-950\/5{
  --tw-ring-color: rgb(5 46 22 / 0.05);
}

.ring-green-950\/50{
  --tw-ring-color: rgb(5 46 22 / 0.5);
}

.ring-green-950\/60{
  --tw-ring-color: rgb(5 46 22 / 0.6);
}

.ring-green-950\/70{
  --tw-ring-color: rgb(5 46 22 / 0.7);
}

.ring-green-950\/75{
  --tw-ring-color: rgb(5 46 22 / 0.75);
}

.ring-green-950\/80{
  --tw-ring-color: rgb(5 46 22 / 0.8);
}

.ring-green-950\/90{
  --tw-ring-color: rgb(5 46 22 / 0.9);
}

.ring-green-950\/95{
  --tw-ring-color: rgb(5 46 22 / 0.95);
}

.ring-indigo-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity));
}

.ring-indigo-100\/0{
  --tw-ring-color: rgb(224 231 255 / 0);
}

.ring-indigo-100\/10{
  --tw-ring-color: rgb(224 231 255 / 0.1);
}

.ring-indigo-100\/100{
  --tw-ring-color: rgb(224 231 255 / 1);
}

.ring-indigo-100\/20{
  --tw-ring-color: rgb(224 231 255 / 0.2);
}

.ring-indigo-100\/25{
  --tw-ring-color: rgb(224 231 255 / 0.25);
}

.ring-indigo-100\/30{
  --tw-ring-color: rgb(224 231 255 / 0.3);
}

.ring-indigo-100\/40{
  --tw-ring-color: rgb(224 231 255 / 0.4);
}

.ring-indigo-100\/5{
  --tw-ring-color: rgb(224 231 255 / 0.05);
}

.ring-indigo-100\/50{
  --tw-ring-color: rgb(224 231 255 / 0.5);
}

.ring-indigo-100\/60{
  --tw-ring-color: rgb(224 231 255 / 0.6);
}

.ring-indigo-100\/70{
  --tw-ring-color: rgb(224 231 255 / 0.7);
}

.ring-indigo-100\/75{
  --tw-ring-color: rgb(224 231 255 / 0.75);
}

.ring-indigo-100\/80{
  --tw-ring-color: rgb(224 231 255 / 0.8);
}

.ring-indigo-100\/90{
  --tw-ring-color: rgb(224 231 255 / 0.9);
}

.ring-indigo-100\/95{
  --tw-ring-color: rgb(224 231 255 / 0.95);
}

.ring-indigo-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}

.ring-indigo-200\/0{
  --tw-ring-color: rgb(199 210 254 / 0);
}

.ring-indigo-200\/10{
  --tw-ring-color: rgb(199 210 254 / 0.1);
}

.ring-indigo-200\/100{
  --tw-ring-color: rgb(199 210 254 / 1);
}

.ring-indigo-200\/20{
  --tw-ring-color: rgb(199 210 254 / 0.2);
}

.ring-indigo-200\/25{
  --tw-ring-color: rgb(199 210 254 / 0.25);
}

.ring-indigo-200\/30{
  --tw-ring-color: rgb(199 210 254 / 0.3);
}

.ring-indigo-200\/40{
  --tw-ring-color: rgb(199 210 254 / 0.4);
}

.ring-indigo-200\/5{
  --tw-ring-color: rgb(199 210 254 / 0.05);
}

.ring-indigo-200\/50{
  --tw-ring-color: rgb(199 210 254 / 0.5);
}

.ring-indigo-200\/60{
  --tw-ring-color: rgb(199 210 254 / 0.6);
}

.ring-indigo-200\/70{
  --tw-ring-color: rgb(199 210 254 / 0.7);
}

.ring-indigo-200\/75{
  --tw-ring-color: rgb(199 210 254 / 0.75);
}

.ring-indigo-200\/80{
  --tw-ring-color: rgb(199 210 254 / 0.8);
}

.ring-indigo-200\/90{
  --tw-ring-color: rgb(199 210 254 / 0.9);
}

.ring-indigo-200\/95{
  --tw-ring-color: rgb(199 210 254 / 0.95);
}

.ring-indigo-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity));
}

.ring-indigo-300\/0{
  --tw-ring-color: rgb(165 180 252 / 0);
}

.ring-indigo-300\/10{
  --tw-ring-color: rgb(165 180 252 / 0.1);
}

.ring-indigo-300\/100{
  --tw-ring-color: rgb(165 180 252 / 1);
}

.ring-indigo-300\/20{
  --tw-ring-color: rgb(165 180 252 / 0.2);
}

.ring-indigo-300\/25{
  --tw-ring-color: rgb(165 180 252 / 0.25);
}

.ring-indigo-300\/30{
  --tw-ring-color: rgb(165 180 252 / 0.3);
}

.ring-indigo-300\/40{
  --tw-ring-color: rgb(165 180 252 / 0.4);
}

.ring-indigo-300\/5{
  --tw-ring-color: rgb(165 180 252 / 0.05);
}

.ring-indigo-300\/50{
  --tw-ring-color: rgb(165 180 252 / 0.5);
}

.ring-indigo-300\/60{
  --tw-ring-color: rgb(165 180 252 / 0.6);
}

.ring-indigo-300\/70{
  --tw-ring-color: rgb(165 180 252 / 0.7);
}

.ring-indigo-300\/75{
  --tw-ring-color: rgb(165 180 252 / 0.75);
}

.ring-indigo-300\/80{
  --tw-ring-color: rgb(165 180 252 / 0.8);
}

.ring-indigo-300\/90{
  --tw-ring-color: rgb(165 180 252 / 0.9);
}

.ring-indigo-300\/95{
  --tw-ring-color: rgb(165 180 252 / 0.95);
}

.ring-indigo-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity));
}

.ring-indigo-400\/0{
  --tw-ring-color: rgb(129 140 248 / 0);
}

.ring-indigo-400\/10{
  --tw-ring-color: rgb(129 140 248 / 0.1);
}

.ring-indigo-400\/100{
  --tw-ring-color: rgb(129 140 248 / 1);
}

.ring-indigo-400\/20{
  --tw-ring-color: rgb(129 140 248 / 0.2);
}

.ring-indigo-400\/25{
  --tw-ring-color: rgb(129 140 248 / 0.25);
}

.ring-indigo-400\/30{
  --tw-ring-color: rgb(129 140 248 / 0.3);
}

.ring-indigo-400\/40{
  --tw-ring-color: rgb(129 140 248 / 0.4);
}

.ring-indigo-400\/5{
  --tw-ring-color: rgb(129 140 248 / 0.05);
}

.ring-indigo-400\/50{
  --tw-ring-color: rgb(129 140 248 / 0.5);
}

.ring-indigo-400\/60{
  --tw-ring-color: rgb(129 140 248 / 0.6);
}

.ring-indigo-400\/70{
  --tw-ring-color: rgb(129 140 248 / 0.7);
}

.ring-indigo-400\/75{
  --tw-ring-color: rgb(129 140 248 / 0.75);
}

.ring-indigo-400\/80{
  --tw-ring-color: rgb(129 140 248 / 0.8);
}

.ring-indigo-400\/90{
  --tw-ring-color: rgb(129 140 248 / 0.9);
}

.ring-indigo-400\/95{
  --tw-ring-color: rgb(129 140 248 / 0.95);
}

.ring-indigo-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity));
}

.ring-indigo-50\/0{
  --tw-ring-color: rgb(238 242 255 / 0);
}

.ring-indigo-50\/10{
  --tw-ring-color: rgb(238 242 255 / 0.1);
}

.ring-indigo-50\/100{
  --tw-ring-color: rgb(238 242 255 / 1);
}

.ring-indigo-50\/20{
  --tw-ring-color: rgb(238 242 255 / 0.2);
}

.ring-indigo-50\/25{
  --tw-ring-color: rgb(238 242 255 / 0.25);
}

.ring-indigo-50\/30{
  --tw-ring-color: rgb(238 242 255 / 0.3);
}

.ring-indigo-50\/40{
  --tw-ring-color: rgb(238 242 255 / 0.4);
}

.ring-indigo-50\/5{
  --tw-ring-color: rgb(238 242 255 / 0.05);
}

.ring-indigo-50\/50{
  --tw-ring-color: rgb(238 242 255 / 0.5);
}

.ring-indigo-50\/60{
  --tw-ring-color: rgb(238 242 255 / 0.6);
}

.ring-indigo-50\/70{
  --tw-ring-color: rgb(238 242 255 / 0.7);
}

.ring-indigo-50\/75{
  --tw-ring-color: rgb(238 242 255 / 0.75);
}

.ring-indigo-50\/80{
  --tw-ring-color: rgb(238 242 255 / 0.8);
}

.ring-indigo-50\/90{
  --tw-ring-color: rgb(238 242 255 / 0.9);
}

.ring-indigo-50\/95{
  --tw-ring-color: rgb(238 242 255 / 0.95);
}

.ring-indigo-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.ring-indigo-500\/0{
  --tw-ring-color: rgb(99 102 241 / 0);
}

.ring-indigo-500\/10{
  --tw-ring-color: rgb(99 102 241 / 0.1);
}

.ring-indigo-500\/100{
  --tw-ring-color: rgb(99 102 241 / 1);
}

.ring-indigo-500\/20{
  --tw-ring-color: rgb(99 102 241 / 0.2);
}

.ring-indigo-500\/25{
  --tw-ring-color: rgb(99 102 241 / 0.25);
}

.ring-indigo-500\/30{
  --tw-ring-color: rgb(99 102 241 / 0.3);
}

.ring-indigo-500\/40{
  --tw-ring-color: rgb(99 102 241 / 0.4);
}

.ring-indigo-500\/5{
  --tw-ring-color: rgb(99 102 241 / 0.05);
}

.ring-indigo-500\/50{
  --tw-ring-color: rgb(99 102 241 / 0.5);
}

.ring-indigo-500\/60{
  --tw-ring-color: rgb(99 102 241 / 0.6);
}

.ring-indigo-500\/70{
  --tw-ring-color: rgb(99 102 241 / 0.7);
}

.ring-indigo-500\/75{
  --tw-ring-color: rgb(99 102 241 / 0.75);
}

.ring-indigo-500\/80{
  --tw-ring-color: rgb(99 102 241 / 0.8);
}

.ring-indigo-500\/90{
  --tw-ring-color: rgb(99 102 241 / 0.9);
}

.ring-indigo-500\/95{
  --tw-ring-color: rgb(99 102 241 / 0.95);
}

.ring-indigo-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}

.ring-indigo-600\/0{
  --tw-ring-color: rgb(79 70 229 / 0);
}

.ring-indigo-600\/10{
  --tw-ring-color: rgb(79 70 229 / 0.1);
}

.ring-indigo-600\/100{
  --tw-ring-color: rgb(79 70 229 / 1);
}

.ring-indigo-600\/20{
  --tw-ring-color: rgb(79 70 229 / 0.2);
}

.ring-indigo-600\/25{
  --tw-ring-color: rgb(79 70 229 / 0.25);
}

.ring-indigo-600\/30{
  --tw-ring-color: rgb(79 70 229 / 0.3);
}

.ring-indigo-600\/40{
  --tw-ring-color: rgb(79 70 229 / 0.4);
}

.ring-indigo-600\/5{
  --tw-ring-color: rgb(79 70 229 / 0.05);
}

.ring-indigo-600\/50{
  --tw-ring-color: rgb(79 70 229 / 0.5);
}

.ring-indigo-600\/60{
  --tw-ring-color: rgb(79 70 229 / 0.6);
}

.ring-indigo-600\/70{
  --tw-ring-color: rgb(79 70 229 / 0.7);
}

.ring-indigo-600\/75{
  --tw-ring-color: rgb(79 70 229 / 0.75);
}

.ring-indigo-600\/80{
  --tw-ring-color: rgb(79 70 229 / 0.8);
}

.ring-indigo-600\/90{
  --tw-ring-color: rgb(79 70 229 / 0.9);
}

.ring-indigo-600\/95{
  --tw-ring-color: rgb(79 70 229 / 0.95);
}

.ring-indigo-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity));
}

.ring-indigo-700\/0{
  --tw-ring-color: rgb(67 56 202 / 0);
}

.ring-indigo-700\/10{
  --tw-ring-color: rgb(67 56 202 / 0.1);
}

.ring-indigo-700\/100{
  --tw-ring-color: rgb(67 56 202 / 1);
}

.ring-indigo-700\/20{
  --tw-ring-color: rgb(67 56 202 / 0.2);
}

.ring-indigo-700\/25{
  --tw-ring-color: rgb(67 56 202 / 0.25);
}

.ring-indigo-700\/30{
  --tw-ring-color: rgb(67 56 202 / 0.3);
}

.ring-indigo-700\/40{
  --tw-ring-color: rgb(67 56 202 / 0.4);
}

.ring-indigo-700\/5{
  --tw-ring-color: rgb(67 56 202 / 0.05);
}

.ring-indigo-700\/50{
  --tw-ring-color: rgb(67 56 202 / 0.5);
}

.ring-indigo-700\/60{
  --tw-ring-color: rgb(67 56 202 / 0.6);
}

.ring-indigo-700\/70{
  --tw-ring-color: rgb(67 56 202 / 0.7);
}

.ring-indigo-700\/75{
  --tw-ring-color: rgb(67 56 202 / 0.75);
}

.ring-indigo-700\/80{
  --tw-ring-color: rgb(67 56 202 / 0.8);
}

.ring-indigo-700\/90{
  --tw-ring-color: rgb(67 56 202 / 0.9);
}

.ring-indigo-700\/95{
  --tw-ring-color: rgb(67 56 202 / 0.95);
}

.ring-indigo-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity));
}

.ring-indigo-800\/0{
  --tw-ring-color: rgb(55 48 163 / 0);
}

.ring-indigo-800\/10{
  --tw-ring-color: rgb(55 48 163 / 0.1);
}

.ring-indigo-800\/100{
  --tw-ring-color: rgb(55 48 163 / 1);
}

.ring-indigo-800\/20{
  --tw-ring-color: rgb(55 48 163 / 0.2);
}

.ring-indigo-800\/25{
  --tw-ring-color: rgb(55 48 163 / 0.25);
}

.ring-indigo-800\/30{
  --tw-ring-color: rgb(55 48 163 / 0.3);
}

.ring-indigo-800\/40{
  --tw-ring-color: rgb(55 48 163 / 0.4);
}

.ring-indigo-800\/5{
  --tw-ring-color: rgb(55 48 163 / 0.05);
}

.ring-indigo-800\/50{
  --tw-ring-color: rgb(55 48 163 / 0.5);
}

.ring-indigo-800\/60{
  --tw-ring-color: rgb(55 48 163 / 0.6);
}

.ring-indigo-800\/70{
  --tw-ring-color: rgb(55 48 163 / 0.7);
}

.ring-indigo-800\/75{
  --tw-ring-color: rgb(55 48 163 / 0.75);
}

.ring-indigo-800\/80{
  --tw-ring-color: rgb(55 48 163 / 0.8);
}

.ring-indigo-800\/90{
  --tw-ring-color: rgb(55 48 163 / 0.9);
}

.ring-indigo-800\/95{
  --tw-ring-color: rgb(55 48 163 / 0.95);
}

.ring-indigo-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity));
}

.ring-indigo-900\/0{
  --tw-ring-color: rgb(49 46 129 / 0);
}

.ring-indigo-900\/10{
  --tw-ring-color: rgb(49 46 129 / 0.1);
}

.ring-indigo-900\/100{
  --tw-ring-color: rgb(49 46 129 / 1);
}

.ring-indigo-900\/20{
  --tw-ring-color: rgb(49 46 129 / 0.2);
}

.ring-indigo-900\/25{
  --tw-ring-color: rgb(49 46 129 / 0.25);
}

.ring-indigo-900\/30{
  --tw-ring-color: rgb(49 46 129 / 0.3);
}

.ring-indigo-900\/40{
  --tw-ring-color: rgb(49 46 129 / 0.4);
}

.ring-indigo-900\/5{
  --tw-ring-color: rgb(49 46 129 / 0.05);
}

.ring-indigo-900\/50{
  --tw-ring-color: rgb(49 46 129 / 0.5);
}

.ring-indigo-900\/60{
  --tw-ring-color: rgb(49 46 129 / 0.6);
}

.ring-indigo-900\/70{
  --tw-ring-color: rgb(49 46 129 / 0.7);
}

.ring-indigo-900\/75{
  --tw-ring-color: rgb(49 46 129 / 0.75);
}

.ring-indigo-900\/80{
  --tw-ring-color: rgb(49 46 129 / 0.8);
}

.ring-indigo-900\/90{
  --tw-ring-color: rgb(49 46 129 / 0.9);
}

.ring-indigo-900\/95{
  --tw-ring-color: rgb(49 46 129 / 0.95);
}

.ring-indigo-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 27 75 / var(--tw-ring-opacity));
}

.ring-indigo-950\/0{
  --tw-ring-color: rgb(30 27 75 / 0);
}

.ring-indigo-950\/10{
  --tw-ring-color: rgb(30 27 75 / 0.1);
}

.ring-indigo-950\/100{
  --tw-ring-color: rgb(30 27 75 / 1);
}

.ring-indigo-950\/20{
  --tw-ring-color: rgb(30 27 75 / 0.2);
}

.ring-indigo-950\/25{
  --tw-ring-color: rgb(30 27 75 / 0.25);
}

.ring-indigo-950\/30{
  --tw-ring-color: rgb(30 27 75 / 0.3);
}

.ring-indigo-950\/40{
  --tw-ring-color: rgb(30 27 75 / 0.4);
}

.ring-indigo-950\/5{
  --tw-ring-color: rgb(30 27 75 / 0.05);
}

.ring-indigo-950\/50{
  --tw-ring-color: rgb(30 27 75 / 0.5);
}

.ring-indigo-950\/60{
  --tw-ring-color: rgb(30 27 75 / 0.6);
}

.ring-indigo-950\/70{
  --tw-ring-color: rgb(30 27 75 / 0.7);
}

.ring-indigo-950\/75{
  --tw-ring-color: rgb(30 27 75 / 0.75);
}

.ring-indigo-950\/80{
  --tw-ring-color: rgb(30 27 75 / 0.8);
}

.ring-indigo-950\/90{
  --tw-ring-color: rgb(30 27 75 / 0.9);
}

.ring-indigo-950\/95{
  --tw-ring-color: rgb(30 27 75 / 0.95);
}

.ring-inherit{
  --tw-ring-color: inherit;
}

.ring-lime-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity));
}

.ring-lime-100\/0{
  --tw-ring-color: rgb(236 252 203 / 0);
}

.ring-lime-100\/10{
  --tw-ring-color: rgb(236 252 203 / 0.1);
}

.ring-lime-100\/100{
  --tw-ring-color: rgb(236 252 203 / 1);
}

.ring-lime-100\/20{
  --tw-ring-color: rgb(236 252 203 / 0.2);
}

.ring-lime-100\/25{
  --tw-ring-color: rgb(236 252 203 / 0.25);
}

.ring-lime-100\/30{
  --tw-ring-color: rgb(236 252 203 / 0.3);
}

.ring-lime-100\/40{
  --tw-ring-color: rgb(236 252 203 / 0.4);
}

.ring-lime-100\/5{
  --tw-ring-color: rgb(236 252 203 / 0.05);
}

.ring-lime-100\/50{
  --tw-ring-color: rgb(236 252 203 / 0.5);
}

.ring-lime-100\/60{
  --tw-ring-color: rgb(236 252 203 / 0.6);
}

.ring-lime-100\/70{
  --tw-ring-color: rgb(236 252 203 / 0.7);
}

.ring-lime-100\/75{
  --tw-ring-color: rgb(236 252 203 / 0.75);
}

.ring-lime-100\/80{
  --tw-ring-color: rgb(236 252 203 / 0.8);
}

.ring-lime-100\/90{
  --tw-ring-color: rgb(236 252 203 / 0.9);
}

.ring-lime-100\/95{
  --tw-ring-color: rgb(236 252 203 / 0.95);
}

.ring-lime-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity));
}

.ring-lime-200\/0{
  --tw-ring-color: rgb(217 249 157 / 0);
}

.ring-lime-200\/10{
  --tw-ring-color: rgb(217 249 157 / 0.1);
}

.ring-lime-200\/100{
  --tw-ring-color: rgb(217 249 157 / 1);
}

.ring-lime-200\/20{
  --tw-ring-color: rgb(217 249 157 / 0.2);
}

.ring-lime-200\/25{
  --tw-ring-color: rgb(217 249 157 / 0.25);
}

.ring-lime-200\/30{
  --tw-ring-color: rgb(217 249 157 / 0.3);
}

.ring-lime-200\/40{
  --tw-ring-color: rgb(217 249 157 / 0.4);
}

.ring-lime-200\/5{
  --tw-ring-color: rgb(217 249 157 / 0.05);
}

.ring-lime-200\/50{
  --tw-ring-color: rgb(217 249 157 / 0.5);
}

.ring-lime-200\/60{
  --tw-ring-color: rgb(217 249 157 / 0.6);
}

.ring-lime-200\/70{
  --tw-ring-color: rgb(217 249 157 / 0.7);
}

.ring-lime-200\/75{
  --tw-ring-color: rgb(217 249 157 / 0.75);
}

.ring-lime-200\/80{
  --tw-ring-color: rgb(217 249 157 / 0.8);
}

.ring-lime-200\/90{
  --tw-ring-color: rgb(217 249 157 / 0.9);
}

.ring-lime-200\/95{
  --tw-ring-color: rgb(217 249 157 / 0.95);
}

.ring-lime-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity));
}

.ring-lime-300\/0{
  --tw-ring-color: rgb(190 242 100 / 0);
}

.ring-lime-300\/10{
  --tw-ring-color: rgb(190 242 100 / 0.1);
}

.ring-lime-300\/100{
  --tw-ring-color: rgb(190 242 100 / 1);
}

.ring-lime-300\/20{
  --tw-ring-color: rgb(190 242 100 / 0.2);
}

.ring-lime-300\/25{
  --tw-ring-color: rgb(190 242 100 / 0.25);
}

.ring-lime-300\/30{
  --tw-ring-color: rgb(190 242 100 / 0.3);
}

.ring-lime-300\/40{
  --tw-ring-color: rgb(190 242 100 / 0.4);
}

.ring-lime-300\/5{
  --tw-ring-color: rgb(190 242 100 / 0.05);
}

.ring-lime-300\/50{
  --tw-ring-color: rgb(190 242 100 / 0.5);
}

.ring-lime-300\/60{
  --tw-ring-color: rgb(190 242 100 / 0.6);
}

.ring-lime-300\/70{
  --tw-ring-color: rgb(190 242 100 / 0.7);
}

.ring-lime-300\/75{
  --tw-ring-color: rgb(190 242 100 / 0.75);
}

.ring-lime-300\/80{
  --tw-ring-color: rgb(190 242 100 / 0.8);
}

.ring-lime-300\/90{
  --tw-ring-color: rgb(190 242 100 / 0.9);
}

.ring-lime-300\/95{
  --tw-ring-color: rgb(190 242 100 / 0.95);
}

.ring-lime-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity));
}

.ring-lime-400\/0{
  --tw-ring-color: rgb(163 230 53 / 0);
}

.ring-lime-400\/10{
  --tw-ring-color: rgb(163 230 53 / 0.1);
}

.ring-lime-400\/100{
  --tw-ring-color: rgb(163 230 53 / 1);
}

.ring-lime-400\/20{
  --tw-ring-color: rgb(163 230 53 / 0.2);
}

.ring-lime-400\/25{
  --tw-ring-color: rgb(163 230 53 / 0.25);
}

.ring-lime-400\/30{
  --tw-ring-color: rgb(163 230 53 / 0.3);
}

.ring-lime-400\/40{
  --tw-ring-color: rgb(163 230 53 / 0.4);
}

.ring-lime-400\/5{
  --tw-ring-color: rgb(163 230 53 / 0.05);
}

.ring-lime-400\/50{
  --tw-ring-color: rgb(163 230 53 / 0.5);
}

.ring-lime-400\/60{
  --tw-ring-color: rgb(163 230 53 / 0.6);
}

.ring-lime-400\/70{
  --tw-ring-color: rgb(163 230 53 / 0.7);
}

.ring-lime-400\/75{
  --tw-ring-color: rgb(163 230 53 / 0.75);
}

.ring-lime-400\/80{
  --tw-ring-color: rgb(163 230 53 / 0.8);
}

.ring-lime-400\/90{
  --tw-ring-color: rgb(163 230 53 / 0.9);
}

.ring-lime-400\/95{
  --tw-ring-color: rgb(163 230 53 / 0.95);
}

.ring-lime-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 254 231 / var(--tw-ring-opacity));
}

.ring-lime-50\/0{
  --tw-ring-color: rgb(247 254 231 / 0);
}

.ring-lime-50\/10{
  --tw-ring-color: rgb(247 254 231 / 0.1);
}

.ring-lime-50\/100{
  --tw-ring-color: rgb(247 254 231 / 1);
}

.ring-lime-50\/20{
  --tw-ring-color: rgb(247 254 231 / 0.2);
}

.ring-lime-50\/25{
  --tw-ring-color: rgb(247 254 231 / 0.25);
}

.ring-lime-50\/30{
  --tw-ring-color: rgb(247 254 231 / 0.3);
}

.ring-lime-50\/40{
  --tw-ring-color: rgb(247 254 231 / 0.4);
}

.ring-lime-50\/5{
  --tw-ring-color: rgb(247 254 231 / 0.05);
}

.ring-lime-50\/50{
  --tw-ring-color: rgb(247 254 231 / 0.5);
}

.ring-lime-50\/60{
  --tw-ring-color: rgb(247 254 231 / 0.6);
}

.ring-lime-50\/70{
  --tw-ring-color: rgb(247 254 231 / 0.7);
}

.ring-lime-50\/75{
  --tw-ring-color: rgb(247 254 231 / 0.75);
}

.ring-lime-50\/80{
  --tw-ring-color: rgb(247 254 231 / 0.8);
}

.ring-lime-50\/90{
  --tw-ring-color: rgb(247 254 231 / 0.9);
}

.ring-lime-50\/95{
  --tw-ring-color: rgb(247 254 231 / 0.95);
}

.ring-lime-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity));
}

.ring-lime-500\/0{
  --tw-ring-color: rgb(132 204 22 / 0);
}

.ring-lime-500\/10{
  --tw-ring-color: rgb(132 204 22 / 0.1);
}

.ring-lime-500\/100{
  --tw-ring-color: rgb(132 204 22 / 1);
}

.ring-lime-500\/20{
  --tw-ring-color: rgb(132 204 22 / 0.2);
}

.ring-lime-500\/25{
  --tw-ring-color: rgb(132 204 22 / 0.25);
}

.ring-lime-500\/30{
  --tw-ring-color: rgb(132 204 22 / 0.3);
}

.ring-lime-500\/40{
  --tw-ring-color: rgb(132 204 22 / 0.4);
}

.ring-lime-500\/5{
  --tw-ring-color: rgb(132 204 22 / 0.05);
}

.ring-lime-500\/50{
  --tw-ring-color: rgb(132 204 22 / 0.5);
}

.ring-lime-500\/60{
  --tw-ring-color: rgb(132 204 22 / 0.6);
}

.ring-lime-500\/70{
  --tw-ring-color: rgb(132 204 22 / 0.7);
}

.ring-lime-500\/75{
  --tw-ring-color: rgb(132 204 22 / 0.75);
}

.ring-lime-500\/80{
  --tw-ring-color: rgb(132 204 22 / 0.8);
}

.ring-lime-500\/90{
  --tw-ring-color: rgb(132 204 22 / 0.9);
}

.ring-lime-500\/95{
  --tw-ring-color: rgb(132 204 22 / 0.95);
}

.ring-lime-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity));
}

.ring-lime-600\/0{
  --tw-ring-color: rgb(101 163 13 / 0);
}

.ring-lime-600\/10{
  --tw-ring-color: rgb(101 163 13 / 0.1);
}

.ring-lime-600\/100{
  --tw-ring-color: rgb(101 163 13 / 1);
}

.ring-lime-600\/20{
  --tw-ring-color: rgb(101 163 13 / 0.2);
}

.ring-lime-600\/25{
  --tw-ring-color: rgb(101 163 13 / 0.25);
}

.ring-lime-600\/30{
  --tw-ring-color: rgb(101 163 13 / 0.3);
}

.ring-lime-600\/40{
  --tw-ring-color: rgb(101 163 13 / 0.4);
}

.ring-lime-600\/5{
  --tw-ring-color: rgb(101 163 13 / 0.05);
}

.ring-lime-600\/50{
  --tw-ring-color: rgb(101 163 13 / 0.5);
}

.ring-lime-600\/60{
  --tw-ring-color: rgb(101 163 13 / 0.6);
}

.ring-lime-600\/70{
  --tw-ring-color: rgb(101 163 13 / 0.7);
}

.ring-lime-600\/75{
  --tw-ring-color: rgb(101 163 13 / 0.75);
}

.ring-lime-600\/80{
  --tw-ring-color: rgb(101 163 13 / 0.8);
}

.ring-lime-600\/90{
  --tw-ring-color: rgb(101 163 13 / 0.9);
}

.ring-lime-600\/95{
  --tw-ring-color: rgb(101 163 13 / 0.95);
}

.ring-lime-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity));
}

.ring-lime-700\/0{
  --tw-ring-color: rgb(77 124 15 / 0);
}

.ring-lime-700\/10{
  --tw-ring-color: rgb(77 124 15 / 0.1);
}

.ring-lime-700\/100{
  --tw-ring-color: rgb(77 124 15 / 1);
}

.ring-lime-700\/20{
  --tw-ring-color: rgb(77 124 15 / 0.2);
}

.ring-lime-700\/25{
  --tw-ring-color: rgb(77 124 15 / 0.25);
}

.ring-lime-700\/30{
  --tw-ring-color: rgb(77 124 15 / 0.3);
}

.ring-lime-700\/40{
  --tw-ring-color: rgb(77 124 15 / 0.4);
}

.ring-lime-700\/5{
  --tw-ring-color: rgb(77 124 15 / 0.05);
}

.ring-lime-700\/50{
  --tw-ring-color: rgb(77 124 15 / 0.5);
}

.ring-lime-700\/60{
  --tw-ring-color: rgb(77 124 15 / 0.6);
}

.ring-lime-700\/70{
  --tw-ring-color: rgb(77 124 15 / 0.7);
}

.ring-lime-700\/75{
  --tw-ring-color: rgb(77 124 15 / 0.75);
}

.ring-lime-700\/80{
  --tw-ring-color: rgb(77 124 15 / 0.8);
}

.ring-lime-700\/90{
  --tw-ring-color: rgb(77 124 15 / 0.9);
}

.ring-lime-700\/95{
  --tw-ring-color: rgb(77 124 15 / 0.95);
}

.ring-lime-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity));
}

.ring-lime-800\/0{
  --tw-ring-color: rgb(63 98 18 / 0);
}

.ring-lime-800\/10{
  --tw-ring-color: rgb(63 98 18 / 0.1);
}

.ring-lime-800\/100{
  --tw-ring-color: rgb(63 98 18 / 1);
}

.ring-lime-800\/20{
  --tw-ring-color: rgb(63 98 18 / 0.2);
}

.ring-lime-800\/25{
  --tw-ring-color: rgb(63 98 18 / 0.25);
}

.ring-lime-800\/30{
  --tw-ring-color: rgb(63 98 18 / 0.3);
}

.ring-lime-800\/40{
  --tw-ring-color: rgb(63 98 18 / 0.4);
}

.ring-lime-800\/5{
  --tw-ring-color: rgb(63 98 18 / 0.05);
}

.ring-lime-800\/50{
  --tw-ring-color: rgb(63 98 18 / 0.5);
}

.ring-lime-800\/60{
  --tw-ring-color: rgb(63 98 18 / 0.6);
}

.ring-lime-800\/70{
  --tw-ring-color: rgb(63 98 18 / 0.7);
}

.ring-lime-800\/75{
  --tw-ring-color: rgb(63 98 18 / 0.75);
}

.ring-lime-800\/80{
  --tw-ring-color: rgb(63 98 18 / 0.8);
}

.ring-lime-800\/90{
  --tw-ring-color: rgb(63 98 18 / 0.9);
}

.ring-lime-800\/95{
  --tw-ring-color: rgb(63 98 18 / 0.95);
}

.ring-lime-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 83 20 / var(--tw-ring-opacity));
}

.ring-lime-900\/0{
  --tw-ring-color: rgb(54 83 20 / 0);
}

.ring-lime-900\/10{
  --tw-ring-color: rgb(54 83 20 / 0.1);
}

.ring-lime-900\/100{
  --tw-ring-color: rgb(54 83 20 / 1);
}

.ring-lime-900\/20{
  --tw-ring-color: rgb(54 83 20 / 0.2);
}

.ring-lime-900\/25{
  --tw-ring-color: rgb(54 83 20 / 0.25);
}

.ring-lime-900\/30{
  --tw-ring-color: rgb(54 83 20 / 0.3);
}

.ring-lime-900\/40{
  --tw-ring-color: rgb(54 83 20 / 0.4);
}

.ring-lime-900\/5{
  --tw-ring-color: rgb(54 83 20 / 0.05);
}

.ring-lime-900\/50{
  --tw-ring-color: rgb(54 83 20 / 0.5);
}

.ring-lime-900\/60{
  --tw-ring-color: rgb(54 83 20 / 0.6);
}

.ring-lime-900\/70{
  --tw-ring-color: rgb(54 83 20 / 0.7);
}

.ring-lime-900\/75{
  --tw-ring-color: rgb(54 83 20 / 0.75);
}

.ring-lime-900\/80{
  --tw-ring-color: rgb(54 83 20 / 0.8);
}

.ring-lime-900\/90{
  --tw-ring-color: rgb(54 83 20 / 0.9);
}

.ring-lime-900\/95{
  --tw-ring-color: rgb(54 83 20 / 0.95);
}

.ring-lime-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 46 5 / var(--tw-ring-opacity));
}

.ring-lime-950\/0{
  --tw-ring-color: rgb(26 46 5 / 0);
}

.ring-lime-950\/10{
  --tw-ring-color: rgb(26 46 5 / 0.1);
}

.ring-lime-950\/100{
  --tw-ring-color: rgb(26 46 5 / 1);
}

.ring-lime-950\/20{
  --tw-ring-color: rgb(26 46 5 / 0.2);
}

.ring-lime-950\/25{
  --tw-ring-color: rgb(26 46 5 / 0.25);
}

.ring-lime-950\/30{
  --tw-ring-color: rgb(26 46 5 / 0.3);
}

.ring-lime-950\/40{
  --tw-ring-color: rgb(26 46 5 / 0.4);
}

.ring-lime-950\/5{
  --tw-ring-color: rgb(26 46 5 / 0.05);
}

.ring-lime-950\/50{
  --tw-ring-color: rgb(26 46 5 / 0.5);
}

.ring-lime-950\/60{
  --tw-ring-color: rgb(26 46 5 / 0.6);
}

.ring-lime-950\/70{
  --tw-ring-color: rgb(26 46 5 / 0.7);
}

.ring-lime-950\/75{
  --tw-ring-color: rgb(26 46 5 / 0.75);
}

.ring-lime-950\/80{
  --tw-ring-color: rgb(26 46 5 / 0.8);
}

.ring-lime-950\/90{
  --tw-ring-color: rgb(26 46 5 / 0.9);
}

.ring-lime-950\/95{
  --tw-ring-color: rgb(26 46 5 / 0.95);
}

.ring-neutral-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity));
}

.ring-neutral-100\/0{
  --tw-ring-color: rgb(245 245 245 / 0);
}

.ring-neutral-100\/10{
  --tw-ring-color: rgb(245 245 245 / 0.1);
}

.ring-neutral-100\/100{
  --tw-ring-color: rgb(245 245 245 / 1);
}

.ring-neutral-100\/20{
  --tw-ring-color: rgb(245 245 245 / 0.2);
}

.ring-neutral-100\/25{
  --tw-ring-color: rgb(245 245 245 / 0.25);
}

.ring-neutral-100\/30{
  --tw-ring-color: rgb(245 245 245 / 0.3);
}

.ring-neutral-100\/40{
  --tw-ring-color: rgb(245 245 245 / 0.4);
}

.ring-neutral-100\/5{
  --tw-ring-color: rgb(245 245 245 / 0.05);
}

.ring-neutral-100\/50{
  --tw-ring-color: rgb(245 245 245 / 0.5);
}

.ring-neutral-100\/60{
  --tw-ring-color: rgb(245 245 245 / 0.6);
}

.ring-neutral-100\/70{
  --tw-ring-color: rgb(245 245 245 / 0.7);
}

.ring-neutral-100\/75{
  --tw-ring-color: rgb(245 245 245 / 0.75);
}

.ring-neutral-100\/80{
  --tw-ring-color: rgb(245 245 245 / 0.8);
}

.ring-neutral-100\/90{
  --tw-ring-color: rgb(245 245 245 / 0.9);
}

.ring-neutral-100\/95{
  --tw-ring-color: rgb(245 245 245 / 0.95);
}

.ring-neutral-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity));
}

.ring-neutral-200\/0{
  --tw-ring-color: rgb(229 229 229 / 0);
}

.ring-neutral-200\/10{
  --tw-ring-color: rgb(229 229 229 / 0.1);
}

.ring-neutral-200\/100{
  --tw-ring-color: rgb(229 229 229 / 1);
}

.ring-neutral-200\/20{
  --tw-ring-color: rgb(229 229 229 / 0.2);
}

.ring-neutral-200\/25{
  --tw-ring-color: rgb(229 229 229 / 0.25);
}

.ring-neutral-200\/30{
  --tw-ring-color: rgb(229 229 229 / 0.3);
}

.ring-neutral-200\/40{
  --tw-ring-color: rgb(229 229 229 / 0.4);
}

.ring-neutral-200\/5{
  --tw-ring-color: rgb(229 229 229 / 0.05);
}

.ring-neutral-200\/50{
  --tw-ring-color: rgb(229 229 229 / 0.5);
}

.ring-neutral-200\/60{
  --tw-ring-color: rgb(229 229 229 / 0.6);
}

.ring-neutral-200\/70{
  --tw-ring-color: rgb(229 229 229 / 0.7);
}

.ring-neutral-200\/75{
  --tw-ring-color: rgb(229 229 229 / 0.75);
}

.ring-neutral-200\/80{
  --tw-ring-color: rgb(229 229 229 / 0.8);
}

.ring-neutral-200\/90{
  --tw-ring-color: rgb(229 229 229 / 0.9);
}

.ring-neutral-200\/95{
  --tw-ring-color: rgb(229 229 229 / 0.95);
}

.ring-neutral-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity));
}

.ring-neutral-300\/0{
  --tw-ring-color: rgb(212 212 212 / 0);
}

.ring-neutral-300\/10{
  --tw-ring-color: rgb(212 212 212 / 0.1);
}

.ring-neutral-300\/100{
  --tw-ring-color: rgb(212 212 212 / 1);
}

.ring-neutral-300\/20{
  --tw-ring-color: rgb(212 212 212 / 0.2);
}

.ring-neutral-300\/25{
  --tw-ring-color: rgb(212 212 212 / 0.25);
}

.ring-neutral-300\/30{
  --tw-ring-color: rgb(212 212 212 / 0.3);
}

.ring-neutral-300\/40{
  --tw-ring-color: rgb(212 212 212 / 0.4);
}

.ring-neutral-300\/5{
  --tw-ring-color: rgb(212 212 212 / 0.05);
}

.ring-neutral-300\/50{
  --tw-ring-color: rgb(212 212 212 / 0.5);
}

.ring-neutral-300\/60{
  --tw-ring-color: rgb(212 212 212 / 0.6);
}

.ring-neutral-300\/70{
  --tw-ring-color: rgb(212 212 212 / 0.7);
}

.ring-neutral-300\/75{
  --tw-ring-color: rgb(212 212 212 / 0.75);
}

.ring-neutral-300\/80{
  --tw-ring-color: rgb(212 212 212 / 0.8);
}

.ring-neutral-300\/90{
  --tw-ring-color: rgb(212 212 212 / 0.9);
}

.ring-neutral-300\/95{
  --tw-ring-color: rgb(212 212 212 / 0.95);
}

.ring-neutral-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity));
}

.ring-neutral-400\/0{
  --tw-ring-color: rgb(163 163 163 / 0);
}

.ring-neutral-400\/10{
  --tw-ring-color: rgb(163 163 163 / 0.1);
}

.ring-neutral-400\/100{
  --tw-ring-color: rgb(163 163 163 / 1);
}

.ring-neutral-400\/20{
  --tw-ring-color: rgb(163 163 163 / 0.2);
}

.ring-neutral-400\/25{
  --tw-ring-color: rgb(163 163 163 / 0.25);
}

.ring-neutral-400\/30{
  --tw-ring-color: rgb(163 163 163 / 0.3);
}

.ring-neutral-400\/40{
  --tw-ring-color: rgb(163 163 163 / 0.4);
}

.ring-neutral-400\/5{
  --tw-ring-color: rgb(163 163 163 / 0.05);
}

.ring-neutral-400\/50{
  --tw-ring-color: rgb(163 163 163 / 0.5);
}

.ring-neutral-400\/60{
  --tw-ring-color: rgb(163 163 163 / 0.6);
}

.ring-neutral-400\/70{
  --tw-ring-color: rgb(163 163 163 / 0.7);
}

.ring-neutral-400\/75{
  --tw-ring-color: rgb(163 163 163 / 0.75);
}

.ring-neutral-400\/80{
  --tw-ring-color: rgb(163 163 163 / 0.8);
}

.ring-neutral-400\/90{
  --tw-ring-color: rgb(163 163 163 / 0.9);
}

.ring-neutral-400\/95{
  --tw-ring-color: rgb(163 163 163 / 0.95);
}

.ring-neutral-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity));
}

.ring-neutral-50\/0{
  --tw-ring-color: rgb(250 250 250 / 0);
}

.ring-neutral-50\/10{
  --tw-ring-color: rgb(250 250 250 / 0.1);
}

.ring-neutral-50\/100{
  --tw-ring-color: rgb(250 250 250 / 1);
}

.ring-neutral-50\/20{
  --tw-ring-color: rgb(250 250 250 / 0.2);
}

.ring-neutral-50\/25{
  --tw-ring-color: rgb(250 250 250 / 0.25);
}

.ring-neutral-50\/30{
  --tw-ring-color: rgb(250 250 250 / 0.3);
}

.ring-neutral-50\/40{
  --tw-ring-color: rgb(250 250 250 / 0.4);
}

.ring-neutral-50\/5{
  --tw-ring-color: rgb(250 250 250 / 0.05);
}

.ring-neutral-50\/50{
  --tw-ring-color: rgb(250 250 250 / 0.5);
}

.ring-neutral-50\/60{
  --tw-ring-color: rgb(250 250 250 / 0.6);
}

.ring-neutral-50\/70{
  --tw-ring-color: rgb(250 250 250 / 0.7);
}

.ring-neutral-50\/75{
  --tw-ring-color: rgb(250 250 250 / 0.75);
}

.ring-neutral-50\/80{
  --tw-ring-color: rgb(250 250 250 / 0.8);
}

.ring-neutral-50\/90{
  --tw-ring-color: rgb(250 250 250 / 0.9);
}

.ring-neutral-50\/95{
  --tw-ring-color: rgb(250 250 250 / 0.95);
}

.ring-neutral-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity));
}

.ring-neutral-500\/0{
  --tw-ring-color: rgb(115 115 115 / 0);
}

.ring-neutral-500\/10{
  --tw-ring-color: rgb(115 115 115 / 0.1);
}

.ring-neutral-500\/100{
  --tw-ring-color: rgb(115 115 115 / 1);
}

.ring-neutral-500\/20{
  --tw-ring-color: rgb(115 115 115 / 0.2);
}

.ring-neutral-500\/25{
  --tw-ring-color: rgb(115 115 115 / 0.25);
}

.ring-neutral-500\/30{
  --tw-ring-color: rgb(115 115 115 / 0.3);
}

.ring-neutral-500\/40{
  --tw-ring-color: rgb(115 115 115 / 0.4);
}

.ring-neutral-500\/5{
  --tw-ring-color: rgb(115 115 115 / 0.05);
}

.ring-neutral-500\/50{
  --tw-ring-color: rgb(115 115 115 / 0.5);
}

.ring-neutral-500\/60{
  --tw-ring-color: rgb(115 115 115 / 0.6);
}

.ring-neutral-500\/70{
  --tw-ring-color: rgb(115 115 115 / 0.7);
}

.ring-neutral-500\/75{
  --tw-ring-color: rgb(115 115 115 / 0.75);
}

.ring-neutral-500\/80{
  --tw-ring-color: rgb(115 115 115 / 0.8);
}

.ring-neutral-500\/90{
  --tw-ring-color: rgb(115 115 115 / 0.9);
}

.ring-neutral-500\/95{
  --tw-ring-color: rgb(115 115 115 / 0.95);
}

.ring-neutral-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity));
}

.ring-neutral-600\/0{
  --tw-ring-color: rgb(82 82 82 / 0);
}

.ring-neutral-600\/10{
  --tw-ring-color: rgb(82 82 82 / 0.1);
}

.ring-neutral-600\/100{
  --tw-ring-color: rgb(82 82 82 / 1);
}

.ring-neutral-600\/20{
  --tw-ring-color: rgb(82 82 82 / 0.2);
}

.ring-neutral-600\/25{
  --tw-ring-color: rgb(82 82 82 / 0.25);
}

.ring-neutral-600\/30{
  --tw-ring-color: rgb(82 82 82 / 0.3);
}

.ring-neutral-600\/40{
  --tw-ring-color: rgb(82 82 82 / 0.4);
}

.ring-neutral-600\/5{
  --tw-ring-color: rgb(82 82 82 / 0.05);
}

.ring-neutral-600\/50{
  --tw-ring-color: rgb(82 82 82 / 0.5);
}

.ring-neutral-600\/60{
  --tw-ring-color: rgb(82 82 82 / 0.6);
}

.ring-neutral-600\/70{
  --tw-ring-color: rgb(82 82 82 / 0.7);
}

.ring-neutral-600\/75{
  --tw-ring-color: rgb(82 82 82 / 0.75);
}

.ring-neutral-600\/80{
  --tw-ring-color: rgb(82 82 82 / 0.8);
}

.ring-neutral-600\/90{
  --tw-ring-color: rgb(82 82 82 / 0.9);
}

.ring-neutral-600\/95{
  --tw-ring-color: rgb(82 82 82 / 0.95);
}

.ring-neutral-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity));
}

.ring-neutral-700\/0{
  --tw-ring-color: rgb(64 64 64 / 0);
}

.ring-neutral-700\/10{
  --tw-ring-color: rgb(64 64 64 / 0.1);
}

.ring-neutral-700\/100{
  --tw-ring-color: rgb(64 64 64 / 1);
}

.ring-neutral-700\/20{
  --tw-ring-color: rgb(64 64 64 / 0.2);
}

.ring-neutral-700\/25{
  --tw-ring-color: rgb(64 64 64 / 0.25);
}

.ring-neutral-700\/30{
  --tw-ring-color: rgb(64 64 64 / 0.3);
}

.ring-neutral-700\/40{
  --tw-ring-color: rgb(64 64 64 / 0.4);
}

.ring-neutral-700\/5{
  --tw-ring-color: rgb(64 64 64 / 0.05);
}

.ring-neutral-700\/50{
  --tw-ring-color: rgb(64 64 64 / 0.5);
}

.ring-neutral-700\/60{
  --tw-ring-color: rgb(64 64 64 / 0.6);
}

.ring-neutral-700\/70{
  --tw-ring-color: rgb(64 64 64 / 0.7);
}

.ring-neutral-700\/75{
  --tw-ring-color: rgb(64 64 64 / 0.75);
}

.ring-neutral-700\/80{
  --tw-ring-color: rgb(64 64 64 / 0.8);
}

.ring-neutral-700\/90{
  --tw-ring-color: rgb(64 64 64 / 0.9);
}

.ring-neutral-700\/95{
  --tw-ring-color: rgb(64 64 64 / 0.95);
}

.ring-neutral-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity));
}

.ring-neutral-800\/0{
  --tw-ring-color: rgb(38 38 38 / 0);
}

.ring-neutral-800\/10{
  --tw-ring-color: rgb(38 38 38 / 0.1);
}

.ring-neutral-800\/100{
  --tw-ring-color: rgb(38 38 38 / 1);
}

.ring-neutral-800\/20{
  --tw-ring-color: rgb(38 38 38 / 0.2);
}

.ring-neutral-800\/25{
  --tw-ring-color: rgb(38 38 38 / 0.25);
}

.ring-neutral-800\/30{
  --tw-ring-color: rgb(38 38 38 / 0.3);
}

.ring-neutral-800\/40{
  --tw-ring-color: rgb(38 38 38 / 0.4);
}

.ring-neutral-800\/5{
  --tw-ring-color: rgb(38 38 38 / 0.05);
}

.ring-neutral-800\/50{
  --tw-ring-color: rgb(38 38 38 / 0.5);
}

.ring-neutral-800\/60{
  --tw-ring-color: rgb(38 38 38 / 0.6);
}

.ring-neutral-800\/70{
  --tw-ring-color: rgb(38 38 38 / 0.7);
}

.ring-neutral-800\/75{
  --tw-ring-color: rgb(38 38 38 / 0.75);
}

.ring-neutral-800\/80{
  --tw-ring-color: rgb(38 38 38 / 0.8);
}

.ring-neutral-800\/90{
  --tw-ring-color: rgb(38 38 38 / 0.9);
}

.ring-neutral-800\/95{
  --tw-ring-color: rgb(38 38 38 / 0.95);
}

.ring-neutral-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity));
}

.ring-neutral-900\/0{
  --tw-ring-color: rgb(23 23 23 / 0);
}

.ring-neutral-900\/10{
  --tw-ring-color: rgb(23 23 23 / 0.1);
}

.ring-neutral-900\/100{
  --tw-ring-color: rgb(23 23 23 / 1);
}

.ring-neutral-900\/20{
  --tw-ring-color: rgb(23 23 23 / 0.2);
}

.ring-neutral-900\/25{
  --tw-ring-color: rgb(23 23 23 / 0.25);
}

.ring-neutral-900\/30{
  --tw-ring-color: rgb(23 23 23 / 0.3);
}

.ring-neutral-900\/40{
  --tw-ring-color: rgb(23 23 23 / 0.4);
}

.ring-neutral-900\/5{
  --tw-ring-color: rgb(23 23 23 / 0.05);
}

.ring-neutral-900\/50{
  --tw-ring-color: rgb(23 23 23 / 0.5);
}

.ring-neutral-900\/60{
  --tw-ring-color: rgb(23 23 23 / 0.6);
}

.ring-neutral-900\/70{
  --tw-ring-color: rgb(23 23 23 / 0.7);
}

.ring-neutral-900\/75{
  --tw-ring-color: rgb(23 23 23 / 0.75);
}

.ring-neutral-900\/80{
  --tw-ring-color: rgb(23 23 23 / 0.8);
}

.ring-neutral-900\/90{
  --tw-ring-color: rgb(23 23 23 / 0.9);
}

.ring-neutral-900\/95{
  --tw-ring-color: rgb(23 23 23 / 0.95);
}

.ring-neutral-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 10 10 / var(--tw-ring-opacity));
}

.ring-neutral-950\/0{
  --tw-ring-color: rgb(10 10 10 / 0);
}

.ring-neutral-950\/10{
  --tw-ring-color: rgb(10 10 10 / 0.1);
}

.ring-neutral-950\/100{
  --tw-ring-color: rgb(10 10 10 / 1);
}

.ring-neutral-950\/20{
  --tw-ring-color: rgb(10 10 10 / 0.2);
}

.ring-neutral-950\/25{
  --tw-ring-color: rgb(10 10 10 / 0.25);
}

.ring-neutral-950\/30{
  --tw-ring-color: rgb(10 10 10 / 0.3);
}

.ring-neutral-950\/40{
  --tw-ring-color: rgb(10 10 10 / 0.4);
}

.ring-neutral-950\/5{
  --tw-ring-color: rgb(10 10 10 / 0.05);
}

.ring-neutral-950\/50{
  --tw-ring-color: rgb(10 10 10 / 0.5);
}

.ring-neutral-950\/60{
  --tw-ring-color: rgb(10 10 10 / 0.6);
}

.ring-neutral-950\/70{
  --tw-ring-color: rgb(10 10 10 / 0.7);
}

.ring-neutral-950\/75{
  --tw-ring-color: rgb(10 10 10 / 0.75);
}

.ring-neutral-950\/80{
  --tw-ring-color: rgb(10 10 10 / 0.8);
}

.ring-neutral-950\/90{
  --tw-ring-color: rgb(10 10 10 / 0.9);
}

.ring-neutral-950\/95{
  --tw-ring-color: rgb(10 10 10 / 0.95);
}

.ring-orange-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity));
}

.ring-orange-100\/0{
  --tw-ring-color: rgb(255 237 213 / 0);
}

.ring-orange-100\/10{
  --tw-ring-color: rgb(255 237 213 / 0.1);
}

.ring-orange-100\/100{
  --tw-ring-color: rgb(255 237 213 / 1);
}

.ring-orange-100\/20{
  --tw-ring-color: rgb(255 237 213 / 0.2);
}

.ring-orange-100\/25{
  --tw-ring-color: rgb(255 237 213 / 0.25);
}

.ring-orange-100\/30{
  --tw-ring-color: rgb(255 237 213 / 0.3);
}

.ring-orange-100\/40{
  --tw-ring-color: rgb(255 237 213 / 0.4);
}

.ring-orange-100\/5{
  --tw-ring-color: rgb(255 237 213 / 0.05);
}

.ring-orange-100\/50{
  --tw-ring-color: rgb(255 237 213 / 0.5);
}

.ring-orange-100\/60{
  --tw-ring-color: rgb(255 237 213 / 0.6);
}

.ring-orange-100\/70{
  --tw-ring-color: rgb(255 237 213 / 0.7);
}

.ring-orange-100\/75{
  --tw-ring-color: rgb(255 237 213 / 0.75);
}

.ring-orange-100\/80{
  --tw-ring-color: rgb(255 237 213 / 0.8);
}

.ring-orange-100\/90{
  --tw-ring-color: rgb(255 237 213 / 0.9);
}

.ring-orange-100\/95{
  --tw-ring-color: rgb(255 237 213 / 0.95);
}

.ring-orange-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity));
}

.ring-orange-200\/0{
  --tw-ring-color: rgb(254 215 170 / 0);
}

.ring-orange-200\/10{
  --tw-ring-color: rgb(254 215 170 / 0.1);
}

.ring-orange-200\/100{
  --tw-ring-color: rgb(254 215 170 / 1);
}

.ring-orange-200\/20{
  --tw-ring-color: rgb(254 215 170 / 0.2);
}

.ring-orange-200\/25{
  --tw-ring-color: rgb(254 215 170 / 0.25);
}

.ring-orange-200\/30{
  --tw-ring-color: rgb(254 215 170 / 0.3);
}

.ring-orange-200\/40{
  --tw-ring-color: rgb(254 215 170 / 0.4);
}

.ring-orange-200\/5{
  --tw-ring-color: rgb(254 215 170 / 0.05);
}

.ring-orange-200\/50{
  --tw-ring-color: rgb(254 215 170 / 0.5);
}

.ring-orange-200\/60{
  --tw-ring-color: rgb(254 215 170 / 0.6);
}

.ring-orange-200\/70{
  --tw-ring-color: rgb(254 215 170 / 0.7);
}

.ring-orange-200\/75{
  --tw-ring-color: rgb(254 215 170 / 0.75);
}

.ring-orange-200\/80{
  --tw-ring-color: rgb(254 215 170 / 0.8);
}

.ring-orange-200\/90{
  --tw-ring-color: rgb(254 215 170 / 0.9);
}

.ring-orange-200\/95{
  --tw-ring-color: rgb(254 215 170 / 0.95);
}

.ring-orange-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity));
}

.ring-orange-300\/0{
  --tw-ring-color: rgb(253 186 116 / 0);
}

.ring-orange-300\/10{
  --tw-ring-color: rgb(253 186 116 / 0.1);
}

.ring-orange-300\/100{
  --tw-ring-color: rgb(253 186 116 / 1);
}

.ring-orange-300\/20{
  --tw-ring-color: rgb(253 186 116 / 0.2);
}

.ring-orange-300\/25{
  --tw-ring-color: rgb(253 186 116 / 0.25);
}

.ring-orange-300\/30{
  --tw-ring-color: rgb(253 186 116 / 0.3);
}

.ring-orange-300\/40{
  --tw-ring-color: rgb(253 186 116 / 0.4);
}

.ring-orange-300\/5{
  --tw-ring-color: rgb(253 186 116 / 0.05);
}

.ring-orange-300\/50{
  --tw-ring-color: rgb(253 186 116 / 0.5);
}

.ring-orange-300\/60{
  --tw-ring-color: rgb(253 186 116 / 0.6);
}

.ring-orange-300\/70{
  --tw-ring-color: rgb(253 186 116 / 0.7);
}

.ring-orange-300\/75{
  --tw-ring-color: rgb(253 186 116 / 0.75);
}

.ring-orange-300\/80{
  --tw-ring-color: rgb(253 186 116 / 0.8);
}

.ring-orange-300\/90{
  --tw-ring-color: rgb(253 186 116 / 0.9);
}

.ring-orange-300\/95{
  --tw-ring-color: rgb(253 186 116 / 0.95);
}

.ring-orange-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity));
}

.ring-orange-400\/0{
  --tw-ring-color: rgb(251 146 60 / 0);
}

.ring-orange-400\/10{
  --tw-ring-color: rgb(251 146 60 / 0.1);
}

.ring-orange-400\/100{
  --tw-ring-color: rgb(251 146 60 / 1);
}

.ring-orange-400\/20{
  --tw-ring-color: rgb(251 146 60 / 0.2);
}

.ring-orange-400\/25{
  --tw-ring-color: rgb(251 146 60 / 0.25);
}

.ring-orange-400\/30{
  --tw-ring-color: rgb(251 146 60 / 0.3);
}

.ring-orange-400\/40{
  --tw-ring-color: rgb(251 146 60 / 0.4);
}

.ring-orange-400\/5{
  --tw-ring-color: rgb(251 146 60 / 0.05);
}

.ring-orange-400\/50{
  --tw-ring-color: rgb(251 146 60 / 0.5);
}

.ring-orange-400\/60{
  --tw-ring-color: rgb(251 146 60 / 0.6);
}

.ring-orange-400\/70{
  --tw-ring-color: rgb(251 146 60 / 0.7);
}

.ring-orange-400\/75{
  --tw-ring-color: rgb(251 146 60 / 0.75);
}

.ring-orange-400\/80{
  --tw-ring-color: rgb(251 146 60 / 0.8);
}

.ring-orange-400\/90{
  --tw-ring-color: rgb(251 146 60 / 0.9);
}

.ring-orange-400\/95{
  --tw-ring-color: rgb(251 146 60 / 0.95);
}

.ring-orange-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity));
}

.ring-orange-50\/0{
  --tw-ring-color: rgb(255 247 237 / 0);
}

.ring-orange-50\/10{
  --tw-ring-color: rgb(255 247 237 / 0.1);
}

.ring-orange-50\/100{
  --tw-ring-color: rgb(255 247 237 / 1);
}

.ring-orange-50\/20{
  --tw-ring-color: rgb(255 247 237 / 0.2);
}

.ring-orange-50\/25{
  --tw-ring-color: rgb(255 247 237 / 0.25);
}

.ring-orange-50\/30{
  --tw-ring-color: rgb(255 247 237 / 0.3);
}

.ring-orange-50\/40{
  --tw-ring-color: rgb(255 247 237 / 0.4);
}

.ring-orange-50\/5{
  --tw-ring-color: rgb(255 247 237 / 0.05);
}

.ring-orange-50\/50{
  --tw-ring-color: rgb(255 247 237 / 0.5);
}

.ring-orange-50\/60{
  --tw-ring-color: rgb(255 247 237 / 0.6);
}

.ring-orange-50\/70{
  --tw-ring-color: rgb(255 247 237 / 0.7);
}

.ring-orange-50\/75{
  --tw-ring-color: rgb(255 247 237 / 0.75);
}

.ring-orange-50\/80{
  --tw-ring-color: rgb(255 247 237 / 0.8);
}

.ring-orange-50\/90{
  --tw-ring-color: rgb(255 247 237 / 0.9);
}

.ring-orange-50\/95{
  --tw-ring-color: rgb(255 247 237 / 0.95);
}

.ring-orange-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity));
}

.ring-orange-500\/0{
  --tw-ring-color: rgb(249 115 22 / 0);
}

.ring-orange-500\/10{
  --tw-ring-color: rgb(249 115 22 / 0.1);
}

.ring-orange-500\/100{
  --tw-ring-color: rgb(249 115 22 / 1);
}

.ring-orange-500\/20{
  --tw-ring-color: rgb(249 115 22 / 0.2);
}

.ring-orange-500\/25{
  --tw-ring-color: rgb(249 115 22 / 0.25);
}

.ring-orange-500\/30{
  --tw-ring-color: rgb(249 115 22 / 0.3);
}

.ring-orange-500\/40{
  --tw-ring-color: rgb(249 115 22 / 0.4);
}

.ring-orange-500\/5{
  --tw-ring-color: rgb(249 115 22 / 0.05);
}

.ring-orange-500\/50{
  --tw-ring-color: rgb(249 115 22 / 0.5);
}

.ring-orange-500\/60{
  --tw-ring-color: rgb(249 115 22 / 0.6);
}

.ring-orange-500\/70{
  --tw-ring-color: rgb(249 115 22 / 0.7);
}

.ring-orange-500\/75{
  --tw-ring-color: rgb(249 115 22 / 0.75);
}

.ring-orange-500\/80{
  --tw-ring-color: rgb(249 115 22 / 0.8);
}

.ring-orange-500\/90{
  --tw-ring-color: rgb(249 115 22 / 0.9);
}

.ring-orange-500\/95{
  --tw-ring-color: rgb(249 115 22 / 0.95);
}

.ring-orange-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity));
}

.ring-orange-600\/0{
  --tw-ring-color: rgb(234 88 12 / 0);
}

.ring-orange-600\/10{
  --tw-ring-color: rgb(234 88 12 / 0.1);
}

.ring-orange-600\/100{
  --tw-ring-color: rgb(234 88 12 / 1);
}

.ring-orange-600\/20{
  --tw-ring-color: rgb(234 88 12 / 0.2);
}

.ring-orange-600\/25{
  --tw-ring-color: rgb(234 88 12 / 0.25);
}

.ring-orange-600\/30{
  --tw-ring-color: rgb(234 88 12 / 0.3);
}

.ring-orange-600\/40{
  --tw-ring-color: rgb(234 88 12 / 0.4);
}

.ring-orange-600\/5{
  --tw-ring-color: rgb(234 88 12 / 0.05);
}

.ring-orange-600\/50{
  --tw-ring-color: rgb(234 88 12 / 0.5);
}

.ring-orange-600\/60{
  --tw-ring-color: rgb(234 88 12 / 0.6);
}

.ring-orange-600\/70{
  --tw-ring-color: rgb(234 88 12 / 0.7);
}

.ring-orange-600\/75{
  --tw-ring-color: rgb(234 88 12 / 0.75);
}

.ring-orange-600\/80{
  --tw-ring-color: rgb(234 88 12 / 0.8);
}

.ring-orange-600\/90{
  --tw-ring-color: rgb(234 88 12 / 0.9);
}

.ring-orange-600\/95{
  --tw-ring-color: rgb(234 88 12 / 0.95);
}

.ring-orange-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity));
}

.ring-orange-700\/0{
  --tw-ring-color: rgb(194 65 12 / 0);
}

.ring-orange-700\/10{
  --tw-ring-color: rgb(194 65 12 / 0.1);
}

.ring-orange-700\/100{
  --tw-ring-color: rgb(194 65 12 / 1);
}

.ring-orange-700\/20{
  --tw-ring-color: rgb(194 65 12 / 0.2);
}

.ring-orange-700\/25{
  --tw-ring-color: rgb(194 65 12 / 0.25);
}

.ring-orange-700\/30{
  --tw-ring-color: rgb(194 65 12 / 0.3);
}

.ring-orange-700\/40{
  --tw-ring-color: rgb(194 65 12 / 0.4);
}

.ring-orange-700\/5{
  --tw-ring-color: rgb(194 65 12 / 0.05);
}

.ring-orange-700\/50{
  --tw-ring-color: rgb(194 65 12 / 0.5);
}

.ring-orange-700\/60{
  --tw-ring-color: rgb(194 65 12 / 0.6);
}

.ring-orange-700\/70{
  --tw-ring-color: rgb(194 65 12 / 0.7);
}

.ring-orange-700\/75{
  --tw-ring-color: rgb(194 65 12 / 0.75);
}

.ring-orange-700\/80{
  --tw-ring-color: rgb(194 65 12 / 0.8);
}

.ring-orange-700\/90{
  --tw-ring-color: rgb(194 65 12 / 0.9);
}

.ring-orange-700\/95{
  --tw-ring-color: rgb(194 65 12 / 0.95);
}

.ring-orange-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity));
}

.ring-orange-800\/0{
  --tw-ring-color: rgb(154 52 18 / 0);
}

.ring-orange-800\/10{
  --tw-ring-color: rgb(154 52 18 / 0.1);
}

.ring-orange-800\/100{
  --tw-ring-color: rgb(154 52 18 / 1);
}

.ring-orange-800\/20{
  --tw-ring-color: rgb(154 52 18 / 0.2);
}

.ring-orange-800\/25{
  --tw-ring-color: rgb(154 52 18 / 0.25);
}

.ring-orange-800\/30{
  --tw-ring-color: rgb(154 52 18 / 0.3);
}

.ring-orange-800\/40{
  --tw-ring-color: rgb(154 52 18 / 0.4);
}

.ring-orange-800\/5{
  --tw-ring-color: rgb(154 52 18 / 0.05);
}

.ring-orange-800\/50{
  --tw-ring-color: rgb(154 52 18 / 0.5);
}

.ring-orange-800\/60{
  --tw-ring-color: rgb(154 52 18 / 0.6);
}

.ring-orange-800\/70{
  --tw-ring-color: rgb(154 52 18 / 0.7);
}

.ring-orange-800\/75{
  --tw-ring-color: rgb(154 52 18 / 0.75);
}

.ring-orange-800\/80{
  --tw-ring-color: rgb(154 52 18 / 0.8);
}

.ring-orange-800\/90{
  --tw-ring-color: rgb(154 52 18 / 0.9);
}

.ring-orange-800\/95{
  --tw-ring-color: rgb(154 52 18 / 0.95);
}

.ring-orange-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity));
}

.ring-orange-900\/0{
  --tw-ring-color: rgb(124 45 18 / 0);
}

.ring-orange-900\/10{
  --tw-ring-color: rgb(124 45 18 / 0.1);
}

.ring-orange-900\/100{
  --tw-ring-color: rgb(124 45 18 / 1);
}

.ring-orange-900\/20{
  --tw-ring-color: rgb(124 45 18 / 0.2);
}

.ring-orange-900\/25{
  --tw-ring-color: rgb(124 45 18 / 0.25);
}

.ring-orange-900\/30{
  --tw-ring-color: rgb(124 45 18 / 0.3);
}

.ring-orange-900\/40{
  --tw-ring-color: rgb(124 45 18 / 0.4);
}

.ring-orange-900\/5{
  --tw-ring-color: rgb(124 45 18 / 0.05);
}

.ring-orange-900\/50{
  --tw-ring-color: rgb(124 45 18 / 0.5);
}

.ring-orange-900\/60{
  --tw-ring-color: rgb(124 45 18 / 0.6);
}

.ring-orange-900\/70{
  --tw-ring-color: rgb(124 45 18 / 0.7);
}

.ring-orange-900\/75{
  --tw-ring-color: rgb(124 45 18 / 0.75);
}

.ring-orange-900\/80{
  --tw-ring-color: rgb(124 45 18 / 0.8);
}

.ring-orange-900\/90{
  --tw-ring-color: rgb(124 45 18 / 0.9);
}

.ring-orange-900\/95{
  --tw-ring-color: rgb(124 45 18 / 0.95);
}

.ring-orange-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 20 7 / var(--tw-ring-opacity));
}

.ring-orange-950\/0{
  --tw-ring-color: rgb(67 20 7 / 0);
}

.ring-orange-950\/10{
  --tw-ring-color: rgb(67 20 7 / 0.1);
}

.ring-orange-950\/100{
  --tw-ring-color: rgb(67 20 7 / 1);
}

.ring-orange-950\/20{
  --tw-ring-color: rgb(67 20 7 / 0.2);
}

.ring-orange-950\/25{
  --tw-ring-color: rgb(67 20 7 / 0.25);
}

.ring-orange-950\/30{
  --tw-ring-color: rgb(67 20 7 / 0.3);
}

.ring-orange-950\/40{
  --tw-ring-color: rgb(67 20 7 / 0.4);
}

.ring-orange-950\/5{
  --tw-ring-color: rgb(67 20 7 / 0.05);
}

.ring-orange-950\/50{
  --tw-ring-color: rgb(67 20 7 / 0.5);
}

.ring-orange-950\/60{
  --tw-ring-color: rgb(67 20 7 / 0.6);
}

.ring-orange-950\/70{
  --tw-ring-color: rgb(67 20 7 / 0.7);
}

.ring-orange-950\/75{
  --tw-ring-color: rgb(67 20 7 / 0.75);
}

.ring-orange-950\/80{
  --tw-ring-color: rgb(67 20 7 / 0.8);
}

.ring-orange-950\/90{
  --tw-ring-color: rgb(67 20 7 / 0.9);
}

.ring-orange-950\/95{
  --tw-ring-color: rgb(67 20 7 / 0.95);
}

.ring-pink-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity));
}

.ring-pink-100\/0{
  --tw-ring-color: rgb(252 231 243 / 0);
}

.ring-pink-100\/10{
  --tw-ring-color: rgb(252 231 243 / 0.1);
}

.ring-pink-100\/100{
  --tw-ring-color: rgb(252 231 243 / 1);
}

.ring-pink-100\/20{
  --tw-ring-color: rgb(252 231 243 / 0.2);
}

.ring-pink-100\/25{
  --tw-ring-color: rgb(252 231 243 / 0.25);
}

.ring-pink-100\/30{
  --tw-ring-color: rgb(252 231 243 / 0.3);
}

.ring-pink-100\/40{
  --tw-ring-color: rgb(252 231 243 / 0.4);
}

.ring-pink-100\/5{
  --tw-ring-color: rgb(252 231 243 / 0.05);
}

.ring-pink-100\/50{
  --tw-ring-color: rgb(252 231 243 / 0.5);
}

.ring-pink-100\/60{
  --tw-ring-color: rgb(252 231 243 / 0.6);
}

.ring-pink-100\/70{
  --tw-ring-color: rgb(252 231 243 / 0.7);
}

.ring-pink-100\/75{
  --tw-ring-color: rgb(252 231 243 / 0.75);
}

.ring-pink-100\/80{
  --tw-ring-color: rgb(252 231 243 / 0.8);
}

.ring-pink-100\/90{
  --tw-ring-color: rgb(252 231 243 / 0.9);
}

.ring-pink-100\/95{
  --tw-ring-color: rgb(252 231 243 / 0.95);
}

.ring-pink-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity));
}

.ring-pink-200\/0{
  --tw-ring-color: rgb(251 207 232 / 0);
}

.ring-pink-200\/10{
  --tw-ring-color: rgb(251 207 232 / 0.1);
}

.ring-pink-200\/100{
  --tw-ring-color: rgb(251 207 232 / 1);
}

.ring-pink-200\/20{
  --tw-ring-color: rgb(251 207 232 / 0.2);
}

.ring-pink-200\/25{
  --tw-ring-color: rgb(251 207 232 / 0.25);
}

.ring-pink-200\/30{
  --tw-ring-color: rgb(251 207 232 / 0.3);
}

.ring-pink-200\/40{
  --tw-ring-color: rgb(251 207 232 / 0.4);
}

.ring-pink-200\/5{
  --tw-ring-color: rgb(251 207 232 / 0.05);
}

.ring-pink-200\/50{
  --tw-ring-color: rgb(251 207 232 / 0.5);
}

.ring-pink-200\/60{
  --tw-ring-color: rgb(251 207 232 / 0.6);
}

.ring-pink-200\/70{
  --tw-ring-color: rgb(251 207 232 / 0.7);
}

.ring-pink-200\/75{
  --tw-ring-color: rgb(251 207 232 / 0.75);
}

.ring-pink-200\/80{
  --tw-ring-color: rgb(251 207 232 / 0.8);
}

.ring-pink-200\/90{
  --tw-ring-color: rgb(251 207 232 / 0.9);
}

.ring-pink-200\/95{
  --tw-ring-color: rgb(251 207 232 / 0.95);
}

.ring-pink-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity));
}

.ring-pink-300\/0{
  --tw-ring-color: rgb(249 168 212 / 0);
}

.ring-pink-300\/10{
  --tw-ring-color: rgb(249 168 212 / 0.1);
}

.ring-pink-300\/100{
  --tw-ring-color: rgb(249 168 212 / 1);
}

.ring-pink-300\/20{
  --tw-ring-color: rgb(249 168 212 / 0.2);
}

.ring-pink-300\/25{
  --tw-ring-color: rgb(249 168 212 / 0.25);
}

.ring-pink-300\/30{
  --tw-ring-color: rgb(249 168 212 / 0.3);
}

.ring-pink-300\/40{
  --tw-ring-color: rgb(249 168 212 / 0.4);
}

.ring-pink-300\/5{
  --tw-ring-color: rgb(249 168 212 / 0.05);
}

.ring-pink-300\/50{
  --tw-ring-color: rgb(249 168 212 / 0.5);
}

.ring-pink-300\/60{
  --tw-ring-color: rgb(249 168 212 / 0.6);
}

.ring-pink-300\/70{
  --tw-ring-color: rgb(249 168 212 / 0.7);
}

.ring-pink-300\/75{
  --tw-ring-color: rgb(249 168 212 / 0.75);
}

.ring-pink-300\/80{
  --tw-ring-color: rgb(249 168 212 / 0.8);
}

.ring-pink-300\/90{
  --tw-ring-color: rgb(249 168 212 / 0.9);
}

.ring-pink-300\/95{
  --tw-ring-color: rgb(249 168 212 / 0.95);
}

.ring-pink-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity));
}

.ring-pink-400\/0{
  --tw-ring-color: rgb(244 114 182 / 0);
}

.ring-pink-400\/10{
  --tw-ring-color: rgb(244 114 182 / 0.1);
}

.ring-pink-400\/100{
  --tw-ring-color: rgb(244 114 182 / 1);
}

.ring-pink-400\/20{
  --tw-ring-color: rgb(244 114 182 / 0.2);
}

.ring-pink-400\/25{
  --tw-ring-color: rgb(244 114 182 / 0.25);
}

.ring-pink-400\/30{
  --tw-ring-color: rgb(244 114 182 / 0.3);
}

.ring-pink-400\/40{
  --tw-ring-color: rgb(244 114 182 / 0.4);
}

.ring-pink-400\/5{
  --tw-ring-color: rgb(244 114 182 / 0.05);
}

.ring-pink-400\/50{
  --tw-ring-color: rgb(244 114 182 / 0.5);
}

.ring-pink-400\/60{
  --tw-ring-color: rgb(244 114 182 / 0.6);
}

.ring-pink-400\/70{
  --tw-ring-color: rgb(244 114 182 / 0.7);
}

.ring-pink-400\/75{
  --tw-ring-color: rgb(244 114 182 / 0.75);
}

.ring-pink-400\/80{
  --tw-ring-color: rgb(244 114 182 / 0.8);
}

.ring-pink-400\/90{
  --tw-ring-color: rgb(244 114 182 / 0.9);
}

.ring-pink-400\/95{
  --tw-ring-color: rgb(244 114 182 / 0.95);
}

.ring-pink-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity));
}

.ring-pink-50\/0{
  --tw-ring-color: rgb(253 242 248 / 0);
}

.ring-pink-50\/10{
  --tw-ring-color: rgb(253 242 248 / 0.1);
}

.ring-pink-50\/100{
  --tw-ring-color: rgb(253 242 248 / 1);
}

.ring-pink-50\/20{
  --tw-ring-color: rgb(253 242 248 / 0.2);
}

.ring-pink-50\/25{
  --tw-ring-color: rgb(253 242 248 / 0.25);
}

.ring-pink-50\/30{
  --tw-ring-color: rgb(253 242 248 / 0.3);
}

.ring-pink-50\/40{
  --tw-ring-color: rgb(253 242 248 / 0.4);
}

.ring-pink-50\/5{
  --tw-ring-color: rgb(253 242 248 / 0.05);
}

.ring-pink-50\/50{
  --tw-ring-color: rgb(253 242 248 / 0.5);
}

.ring-pink-50\/60{
  --tw-ring-color: rgb(253 242 248 / 0.6);
}

.ring-pink-50\/70{
  --tw-ring-color: rgb(253 242 248 / 0.7);
}

.ring-pink-50\/75{
  --tw-ring-color: rgb(253 242 248 / 0.75);
}

.ring-pink-50\/80{
  --tw-ring-color: rgb(253 242 248 / 0.8);
}

.ring-pink-50\/90{
  --tw-ring-color: rgb(253 242 248 / 0.9);
}

.ring-pink-50\/95{
  --tw-ring-color: rgb(253 242 248 / 0.95);
}

.ring-pink-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity));
}

.ring-pink-500\/0{
  --tw-ring-color: rgb(236 72 153 / 0);
}

.ring-pink-500\/10{
  --tw-ring-color: rgb(236 72 153 / 0.1);
}

.ring-pink-500\/100{
  --tw-ring-color: rgb(236 72 153 / 1);
}

.ring-pink-500\/20{
  --tw-ring-color: rgb(236 72 153 / 0.2);
}

.ring-pink-500\/25{
  --tw-ring-color: rgb(236 72 153 / 0.25);
}

.ring-pink-500\/30{
  --tw-ring-color: rgb(236 72 153 / 0.3);
}

.ring-pink-500\/40{
  --tw-ring-color: rgb(236 72 153 / 0.4);
}

.ring-pink-500\/5{
  --tw-ring-color: rgb(236 72 153 / 0.05);
}

.ring-pink-500\/50{
  --tw-ring-color: rgb(236 72 153 / 0.5);
}

.ring-pink-500\/60{
  --tw-ring-color: rgb(236 72 153 / 0.6);
}

.ring-pink-500\/70{
  --tw-ring-color: rgb(236 72 153 / 0.7);
}

.ring-pink-500\/75{
  --tw-ring-color: rgb(236 72 153 / 0.75);
}

.ring-pink-500\/80{
  --tw-ring-color: rgb(236 72 153 / 0.8);
}

.ring-pink-500\/90{
  --tw-ring-color: rgb(236 72 153 / 0.9);
}

.ring-pink-500\/95{
  --tw-ring-color: rgb(236 72 153 / 0.95);
}

.ring-pink-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity));
}

.ring-pink-600\/0{
  --tw-ring-color: rgb(219 39 119 / 0);
}

.ring-pink-600\/10{
  --tw-ring-color: rgb(219 39 119 / 0.1);
}

.ring-pink-600\/100{
  --tw-ring-color: rgb(219 39 119 / 1);
}

.ring-pink-600\/20{
  --tw-ring-color: rgb(219 39 119 / 0.2);
}

.ring-pink-600\/25{
  --tw-ring-color: rgb(219 39 119 / 0.25);
}

.ring-pink-600\/30{
  --tw-ring-color: rgb(219 39 119 / 0.3);
}

.ring-pink-600\/40{
  --tw-ring-color: rgb(219 39 119 / 0.4);
}

.ring-pink-600\/5{
  --tw-ring-color: rgb(219 39 119 / 0.05);
}

.ring-pink-600\/50{
  --tw-ring-color: rgb(219 39 119 / 0.5);
}

.ring-pink-600\/60{
  --tw-ring-color: rgb(219 39 119 / 0.6);
}

.ring-pink-600\/70{
  --tw-ring-color: rgb(219 39 119 / 0.7);
}

.ring-pink-600\/75{
  --tw-ring-color: rgb(219 39 119 / 0.75);
}

.ring-pink-600\/80{
  --tw-ring-color: rgb(219 39 119 / 0.8);
}

.ring-pink-600\/90{
  --tw-ring-color: rgb(219 39 119 / 0.9);
}

.ring-pink-600\/95{
  --tw-ring-color: rgb(219 39 119 / 0.95);
}

.ring-pink-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity));
}

.ring-pink-700\/0{
  --tw-ring-color: rgb(190 24 93 / 0);
}

.ring-pink-700\/10{
  --tw-ring-color: rgb(190 24 93 / 0.1);
}

.ring-pink-700\/100{
  --tw-ring-color: rgb(190 24 93 / 1);
}

.ring-pink-700\/20{
  --tw-ring-color: rgb(190 24 93 / 0.2);
}

.ring-pink-700\/25{
  --tw-ring-color: rgb(190 24 93 / 0.25);
}

.ring-pink-700\/30{
  --tw-ring-color: rgb(190 24 93 / 0.3);
}

.ring-pink-700\/40{
  --tw-ring-color: rgb(190 24 93 / 0.4);
}

.ring-pink-700\/5{
  --tw-ring-color: rgb(190 24 93 / 0.05);
}

.ring-pink-700\/50{
  --tw-ring-color: rgb(190 24 93 / 0.5);
}

.ring-pink-700\/60{
  --tw-ring-color: rgb(190 24 93 / 0.6);
}

.ring-pink-700\/70{
  --tw-ring-color: rgb(190 24 93 / 0.7);
}

.ring-pink-700\/75{
  --tw-ring-color: rgb(190 24 93 / 0.75);
}

.ring-pink-700\/80{
  --tw-ring-color: rgb(190 24 93 / 0.8);
}

.ring-pink-700\/90{
  --tw-ring-color: rgb(190 24 93 / 0.9);
}

.ring-pink-700\/95{
  --tw-ring-color: rgb(190 24 93 / 0.95);
}

.ring-pink-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity));
}

.ring-pink-800\/0{
  --tw-ring-color: rgb(157 23 77 / 0);
}

.ring-pink-800\/10{
  --tw-ring-color: rgb(157 23 77 / 0.1);
}

.ring-pink-800\/100{
  --tw-ring-color: rgb(157 23 77 / 1);
}

.ring-pink-800\/20{
  --tw-ring-color: rgb(157 23 77 / 0.2);
}

.ring-pink-800\/25{
  --tw-ring-color: rgb(157 23 77 / 0.25);
}

.ring-pink-800\/30{
  --tw-ring-color: rgb(157 23 77 / 0.3);
}

.ring-pink-800\/40{
  --tw-ring-color: rgb(157 23 77 / 0.4);
}

.ring-pink-800\/5{
  --tw-ring-color: rgb(157 23 77 / 0.05);
}

.ring-pink-800\/50{
  --tw-ring-color: rgb(157 23 77 / 0.5);
}

.ring-pink-800\/60{
  --tw-ring-color: rgb(157 23 77 / 0.6);
}

.ring-pink-800\/70{
  --tw-ring-color: rgb(157 23 77 / 0.7);
}

.ring-pink-800\/75{
  --tw-ring-color: rgb(157 23 77 / 0.75);
}

.ring-pink-800\/80{
  --tw-ring-color: rgb(157 23 77 / 0.8);
}

.ring-pink-800\/90{
  --tw-ring-color: rgb(157 23 77 / 0.9);
}

.ring-pink-800\/95{
  --tw-ring-color: rgb(157 23 77 / 0.95);
}

.ring-pink-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity));
}

.ring-pink-900\/0{
  --tw-ring-color: rgb(131 24 67 / 0);
}

.ring-pink-900\/10{
  --tw-ring-color: rgb(131 24 67 / 0.1);
}

.ring-pink-900\/100{
  --tw-ring-color: rgb(131 24 67 / 1);
}

.ring-pink-900\/20{
  --tw-ring-color: rgb(131 24 67 / 0.2);
}

.ring-pink-900\/25{
  --tw-ring-color: rgb(131 24 67 / 0.25);
}

.ring-pink-900\/30{
  --tw-ring-color: rgb(131 24 67 / 0.3);
}

.ring-pink-900\/40{
  --tw-ring-color: rgb(131 24 67 / 0.4);
}

.ring-pink-900\/5{
  --tw-ring-color: rgb(131 24 67 / 0.05);
}

.ring-pink-900\/50{
  --tw-ring-color: rgb(131 24 67 / 0.5);
}

.ring-pink-900\/60{
  --tw-ring-color: rgb(131 24 67 / 0.6);
}

.ring-pink-900\/70{
  --tw-ring-color: rgb(131 24 67 / 0.7);
}

.ring-pink-900\/75{
  --tw-ring-color: rgb(131 24 67 / 0.75);
}

.ring-pink-900\/80{
  --tw-ring-color: rgb(131 24 67 / 0.8);
}

.ring-pink-900\/90{
  --tw-ring-color: rgb(131 24 67 / 0.9);
}

.ring-pink-900\/95{
  --tw-ring-color: rgb(131 24 67 / 0.95);
}

.ring-pink-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 7 36 / var(--tw-ring-opacity));
}

.ring-pink-950\/0{
  --tw-ring-color: rgb(80 7 36 / 0);
}

.ring-pink-950\/10{
  --tw-ring-color: rgb(80 7 36 / 0.1);
}

.ring-pink-950\/100{
  --tw-ring-color: rgb(80 7 36 / 1);
}

.ring-pink-950\/20{
  --tw-ring-color: rgb(80 7 36 / 0.2);
}

.ring-pink-950\/25{
  --tw-ring-color: rgb(80 7 36 / 0.25);
}

.ring-pink-950\/30{
  --tw-ring-color: rgb(80 7 36 / 0.3);
}

.ring-pink-950\/40{
  --tw-ring-color: rgb(80 7 36 / 0.4);
}

.ring-pink-950\/5{
  --tw-ring-color: rgb(80 7 36 / 0.05);
}

.ring-pink-950\/50{
  --tw-ring-color: rgb(80 7 36 / 0.5);
}

.ring-pink-950\/60{
  --tw-ring-color: rgb(80 7 36 / 0.6);
}

.ring-pink-950\/70{
  --tw-ring-color: rgb(80 7 36 / 0.7);
}

.ring-pink-950\/75{
  --tw-ring-color: rgb(80 7 36 / 0.75);
}

.ring-pink-950\/80{
  --tw-ring-color: rgb(80 7 36 / 0.8);
}

.ring-pink-950\/90{
  --tw-ring-color: rgb(80 7 36 / 0.9);
}

.ring-pink-950\/95{
  --tw-ring-color: rgb(80 7 36 / 0.95);
}

.ring-purple-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity));
}

.ring-purple-100\/0{
  --tw-ring-color: rgb(243 232 255 / 0);
}

.ring-purple-100\/10{
  --tw-ring-color: rgb(243 232 255 / 0.1);
}

.ring-purple-100\/100{
  --tw-ring-color: rgb(243 232 255 / 1);
}

.ring-purple-100\/20{
  --tw-ring-color: rgb(243 232 255 / 0.2);
}

.ring-purple-100\/25{
  --tw-ring-color: rgb(243 232 255 / 0.25);
}

.ring-purple-100\/30{
  --tw-ring-color: rgb(243 232 255 / 0.3);
}

.ring-purple-100\/40{
  --tw-ring-color: rgb(243 232 255 / 0.4);
}

.ring-purple-100\/5{
  --tw-ring-color: rgb(243 232 255 / 0.05);
}

.ring-purple-100\/50{
  --tw-ring-color: rgb(243 232 255 / 0.5);
}

.ring-purple-100\/60{
  --tw-ring-color: rgb(243 232 255 / 0.6);
}

.ring-purple-100\/70{
  --tw-ring-color: rgb(243 232 255 / 0.7);
}

.ring-purple-100\/75{
  --tw-ring-color: rgb(243 232 255 / 0.75);
}

.ring-purple-100\/80{
  --tw-ring-color: rgb(243 232 255 / 0.8);
}

.ring-purple-100\/90{
  --tw-ring-color: rgb(243 232 255 / 0.9);
}

.ring-purple-100\/95{
  --tw-ring-color: rgb(243 232 255 / 0.95);
}

.ring-purple-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity));
}

.ring-purple-200\/0{
  --tw-ring-color: rgb(233 213 255 / 0);
}

.ring-purple-200\/10{
  --tw-ring-color: rgb(233 213 255 / 0.1);
}

.ring-purple-200\/100{
  --tw-ring-color: rgb(233 213 255 / 1);
}

.ring-purple-200\/20{
  --tw-ring-color: rgb(233 213 255 / 0.2);
}

.ring-purple-200\/25{
  --tw-ring-color: rgb(233 213 255 / 0.25);
}

.ring-purple-200\/30{
  --tw-ring-color: rgb(233 213 255 / 0.3);
}

.ring-purple-200\/40{
  --tw-ring-color: rgb(233 213 255 / 0.4);
}

.ring-purple-200\/5{
  --tw-ring-color: rgb(233 213 255 / 0.05);
}

.ring-purple-200\/50{
  --tw-ring-color: rgb(233 213 255 / 0.5);
}

.ring-purple-200\/60{
  --tw-ring-color: rgb(233 213 255 / 0.6);
}

.ring-purple-200\/70{
  --tw-ring-color: rgb(233 213 255 / 0.7);
}

.ring-purple-200\/75{
  --tw-ring-color: rgb(233 213 255 / 0.75);
}

.ring-purple-200\/80{
  --tw-ring-color: rgb(233 213 255 / 0.8);
}

.ring-purple-200\/90{
  --tw-ring-color: rgb(233 213 255 / 0.9);
}

.ring-purple-200\/95{
  --tw-ring-color: rgb(233 213 255 / 0.95);
}

.ring-purple-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity));
}

.ring-purple-300\/0{
  --tw-ring-color: rgb(216 180 254 / 0);
}

.ring-purple-300\/10{
  --tw-ring-color: rgb(216 180 254 / 0.1);
}

.ring-purple-300\/100{
  --tw-ring-color: rgb(216 180 254 / 1);
}

.ring-purple-300\/20{
  --tw-ring-color: rgb(216 180 254 / 0.2);
}

.ring-purple-300\/25{
  --tw-ring-color: rgb(216 180 254 / 0.25);
}

.ring-purple-300\/30{
  --tw-ring-color: rgb(216 180 254 / 0.3);
}

.ring-purple-300\/40{
  --tw-ring-color: rgb(216 180 254 / 0.4);
}

.ring-purple-300\/5{
  --tw-ring-color: rgb(216 180 254 / 0.05);
}

.ring-purple-300\/50{
  --tw-ring-color: rgb(216 180 254 / 0.5);
}

.ring-purple-300\/60{
  --tw-ring-color: rgb(216 180 254 / 0.6);
}

.ring-purple-300\/70{
  --tw-ring-color: rgb(216 180 254 / 0.7);
}

.ring-purple-300\/75{
  --tw-ring-color: rgb(216 180 254 / 0.75);
}

.ring-purple-300\/80{
  --tw-ring-color: rgb(216 180 254 / 0.8);
}

.ring-purple-300\/90{
  --tw-ring-color: rgb(216 180 254 / 0.9);
}

.ring-purple-300\/95{
  --tw-ring-color: rgb(216 180 254 / 0.95);
}

.ring-purple-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity));
}

.ring-purple-400\/0{
  --tw-ring-color: rgb(192 132 252 / 0);
}

.ring-purple-400\/10{
  --tw-ring-color: rgb(192 132 252 / 0.1);
}

.ring-purple-400\/100{
  --tw-ring-color: rgb(192 132 252 / 1);
}

.ring-purple-400\/20{
  --tw-ring-color: rgb(192 132 252 / 0.2);
}

.ring-purple-400\/25{
  --tw-ring-color: rgb(192 132 252 / 0.25);
}

.ring-purple-400\/30{
  --tw-ring-color: rgb(192 132 252 / 0.3);
}

.ring-purple-400\/40{
  --tw-ring-color: rgb(192 132 252 / 0.4);
}

.ring-purple-400\/5{
  --tw-ring-color: rgb(192 132 252 / 0.05);
}

.ring-purple-400\/50{
  --tw-ring-color: rgb(192 132 252 / 0.5);
}

.ring-purple-400\/60{
  --tw-ring-color: rgb(192 132 252 / 0.6);
}

.ring-purple-400\/70{
  --tw-ring-color: rgb(192 132 252 / 0.7);
}

.ring-purple-400\/75{
  --tw-ring-color: rgb(192 132 252 / 0.75);
}

.ring-purple-400\/80{
  --tw-ring-color: rgb(192 132 252 / 0.8);
}

.ring-purple-400\/90{
  --tw-ring-color: rgb(192 132 252 / 0.9);
}

.ring-purple-400\/95{
  --tw-ring-color: rgb(192 132 252 / 0.95);
}

.ring-purple-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 245 255 / var(--tw-ring-opacity));
}

.ring-purple-50\/0{
  --tw-ring-color: rgb(250 245 255 / 0);
}

.ring-purple-50\/10{
  --tw-ring-color: rgb(250 245 255 / 0.1);
}

.ring-purple-50\/100{
  --tw-ring-color: rgb(250 245 255 / 1);
}

.ring-purple-50\/20{
  --tw-ring-color: rgb(250 245 255 / 0.2);
}

.ring-purple-50\/25{
  --tw-ring-color: rgb(250 245 255 / 0.25);
}

.ring-purple-50\/30{
  --tw-ring-color: rgb(250 245 255 / 0.3);
}

.ring-purple-50\/40{
  --tw-ring-color: rgb(250 245 255 / 0.4);
}

.ring-purple-50\/5{
  --tw-ring-color: rgb(250 245 255 / 0.05);
}

.ring-purple-50\/50{
  --tw-ring-color: rgb(250 245 255 / 0.5);
}

.ring-purple-50\/60{
  --tw-ring-color: rgb(250 245 255 / 0.6);
}

.ring-purple-50\/70{
  --tw-ring-color: rgb(250 245 255 / 0.7);
}

.ring-purple-50\/75{
  --tw-ring-color: rgb(250 245 255 / 0.75);
}

.ring-purple-50\/80{
  --tw-ring-color: rgb(250 245 255 / 0.8);
}

.ring-purple-50\/90{
  --tw-ring-color: rgb(250 245 255 / 0.9);
}

.ring-purple-50\/95{
  --tw-ring-color: rgb(250 245 255 / 0.95);
}

.ring-purple-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity));
}

.ring-purple-500\/0{
  --tw-ring-color: rgb(168 85 247 / 0);
}

.ring-purple-500\/10{
  --tw-ring-color: rgb(168 85 247 / 0.1);
}

.ring-purple-500\/100{
  --tw-ring-color: rgb(168 85 247 / 1);
}

.ring-purple-500\/20{
  --tw-ring-color: rgb(168 85 247 / 0.2);
}

.ring-purple-500\/25{
  --tw-ring-color: rgb(168 85 247 / 0.25);
}

.ring-purple-500\/30{
  --tw-ring-color: rgb(168 85 247 / 0.3);
}

.ring-purple-500\/40{
  --tw-ring-color: rgb(168 85 247 / 0.4);
}

.ring-purple-500\/5{
  --tw-ring-color: rgb(168 85 247 / 0.05);
}

.ring-purple-500\/50{
  --tw-ring-color: rgb(168 85 247 / 0.5);
}

.ring-purple-500\/60{
  --tw-ring-color: rgb(168 85 247 / 0.6);
}

.ring-purple-500\/70{
  --tw-ring-color: rgb(168 85 247 / 0.7);
}

.ring-purple-500\/75{
  --tw-ring-color: rgb(168 85 247 / 0.75);
}

.ring-purple-500\/80{
  --tw-ring-color: rgb(168 85 247 / 0.8);
}

.ring-purple-500\/90{
  --tw-ring-color: rgb(168 85 247 / 0.9);
}

.ring-purple-500\/95{
  --tw-ring-color: rgb(168 85 247 / 0.95);
}

.ring-purple-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity));
}

.ring-purple-600\/0{
  --tw-ring-color: rgb(147 51 234 / 0);
}

.ring-purple-600\/10{
  --tw-ring-color: rgb(147 51 234 / 0.1);
}

.ring-purple-600\/100{
  --tw-ring-color: rgb(147 51 234 / 1);
}

.ring-purple-600\/20{
  --tw-ring-color: rgb(147 51 234 / 0.2);
}

.ring-purple-600\/25{
  --tw-ring-color: rgb(147 51 234 / 0.25);
}

.ring-purple-600\/30{
  --tw-ring-color: rgb(147 51 234 / 0.3);
}

.ring-purple-600\/40{
  --tw-ring-color: rgb(147 51 234 / 0.4);
}

.ring-purple-600\/5{
  --tw-ring-color: rgb(147 51 234 / 0.05);
}

.ring-purple-600\/50{
  --tw-ring-color: rgb(147 51 234 / 0.5);
}

.ring-purple-600\/60{
  --tw-ring-color: rgb(147 51 234 / 0.6);
}

.ring-purple-600\/70{
  --tw-ring-color: rgb(147 51 234 / 0.7);
}

.ring-purple-600\/75{
  --tw-ring-color: rgb(147 51 234 / 0.75);
}

.ring-purple-600\/80{
  --tw-ring-color: rgb(147 51 234 / 0.8);
}

.ring-purple-600\/90{
  --tw-ring-color: rgb(147 51 234 / 0.9);
}

.ring-purple-600\/95{
  --tw-ring-color: rgb(147 51 234 / 0.95);
}

.ring-purple-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(126 34 206 / var(--tw-ring-opacity));
}

.ring-purple-700\/0{
  --tw-ring-color: rgb(126 34 206 / 0);
}

.ring-purple-700\/10{
  --tw-ring-color: rgb(126 34 206 / 0.1);
}

.ring-purple-700\/100{
  --tw-ring-color: rgb(126 34 206 / 1);
}

.ring-purple-700\/20{
  --tw-ring-color: rgb(126 34 206 / 0.2);
}

.ring-purple-700\/25{
  --tw-ring-color: rgb(126 34 206 / 0.25);
}

.ring-purple-700\/30{
  --tw-ring-color: rgb(126 34 206 / 0.3);
}

.ring-purple-700\/40{
  --tw-ring-color: rgb(126 34 206 / 0.4);
}

.ring-purple-700\/5{
  --tw-ring-color: rgb(126 34 206 / 0.05);
}

.ring-purple-700\/50{
  --tw-ring-color: rgb(126 34 206 / 0.5);
}

.ring-purple-700\/60{
  --tw-ring-color: rgb(126 34 206 / 0.6);
}

.ring-purple-700\/70{
  --tw-ring-color: rgb(126 34 206 / 0.7);
}

.ring-purple-700\/75{
  --tw-ring-color: rgb(126 34 206 / 0.75);
}

.ring-purple-700\/80{
  --tw-ring-color: rgb(126 34 206 / 0.8);
}

.ring-purple-700\/90{
  --tw-ring-color: rgb(126 34 206 / 0.9);
}

.ring-purple-700\/95{
  --tw-ring-color: rgb(126 34 206 / 0.95);
}

.ring-purple-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity));
}

.ring-purple-800\/0{
  --tw-ring-color: rgb(107 33 168 / 0);
}

.ring-purple-800\/10{
  --tw-ring-color: rgb(107 33 168 / 0.1);
}

.ring-purple-800\/100{
  --tw-ring-color: rgb(107 33 168 / 1);
}

.ring-purple-800\/20{
  --tw-ring-color: rgb(107 33 168 / 0.2);
}

.ring-purple-800\/25{
  --tw-ring-color: rgb(107 33 168 / 0.25);
}

.ring-purple-800\/30{
  --tw-ring-color: rgb(107 33 168 / 0.3);
}

.ring-purple-800\/40{
  --tw-ring-color: rgb(107 33 168 / 0.4);
}

.ring-purple-800\/5{
  --tw-ring-color: rgb(107 33 168 / 0.05);
}

.ring-purple-800\/50{
  --tw-ring-color: rgb(107 33 168 / 0.5);
}

.ring-purple-800\/60{
  --tw-ring-color: rgb(107 33 168 / 0.6);
}

.ring-purple-800\/70{
  --tw-ring-color: rgb(107 33 168 / 0.7);
}

.ring-purple-800\/75{
  --tw-ring-color: rgb(107 33 168 / 0.75);
}

.ring-purple-800\/80{
  --tw-ring-color: rgb(107 33 168 / 0.8);
}

.ring-purple-800\/90{
  --tw-ring-color: rgb(107 33 168 / 0.9);
}

.ring-purple-800\/95{
  --tw-ring-color: rgb(107 33 168 / 0.95);
}

.ring-purple-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity));
}

.ring-purple-900\/0{
  --tw-ring-color: rgb(88 28 135 / 0);
}

.ring-purple-900\/10{
  --tw-ring-color: rgb(88 28 135 / 0.1);
}

.ring-purple-900\/100{
  --tw-ring-color: rgb(88 28 135 / 1);
}

.ring-purple-900\/20{
  --tw-ring-color: rgb(88 28 135 / 0.2);
}

.ring-purple-900\/25{
  --tw-ring-color: rgb(88 28 135 / 0.25);
}

.ring-purple-900\/30{
  --tw-ring-color: rgb(88 28 135 / 0.3);
}

.ring-purple-900\/40{
  --tw-ring-color: rgb(88 28 135 / 0.4);
}

.ring-purple-900\/5{
  --tw-ring-color: rgb(88 28 135 / 0.05);
}

.ring-purple-900\/50{
  --tw-ring-color: rgb(88 28 135 / 0.5);
}

.ring-purple-900\/60{
  --tw-ring-color: rgb(88 28 135 / 0.6);
}

.ring-purple-900\/70{
  --tw-ring-color: rgb(88 28 135 / 0.7);
}

.ring-purple-900\/75{
  --tw-ring-color: rgb(88 28 135 / 0.75);
}

.ring-purple-900\/80{
  --tw-ring-color: rgb(88 28 135 / 0.8);
}

.ring-purple-900\/90{
  --tw-ring-color: rgb(88 28 135 / 0.9);
}

.ring-purple-900\/95{
  --tw-ring-color: rgb(88 28 135 / 0.95);
}

.ring-purple-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 7 100 / var(--tw-ring-opacity));
}

.ring-purple-950\/0{
  --tw-ring-color: rgb(59 7 100 / 0);
}

.ring-purple-950\/10{
  --tw-ring-color: rgb(59 7 100 / 0.1);
}

.ring-purple-950\/100{
  --tw-ring-color: rgb(59 7 100 / 1);
}

.ring-purple-950\/20{
  --tw-ring-color: rgb(59 7 100 / 0.2);
}

.ring-purple-950\/25{
  --tw-ring-color: rgb(59 7 100 / 0.25);
}

.ring-purple-950\/30{
  --tw-ring-color: rgb(59 7 100 / 0.3);
}

.ring-purple-950\/40{
  --tw-ring-color: rgb(59 7 100 / 0.4);
}

.ring-purple-950\/5{
  --tw-ring-color: rgb(59 7 100 / 0.05);
}

.ring-purple-950\/50{
  --tw-ring-color: rgb(59 7 100 / 0.5);
}

.ring-purple-950\/60{
  --tw-ring-color: rgb(59 7 100 / 0.6);
}

.ring-purple-950\/70{
  --tw-ring-color: rgb(59 7 100 / 0.7);
}

.ring-purple-950\/75{
  --tw-ring-color: rgb(59 7 100 / 0.75);
}

.ring-purple-950\/80{
  --tw-ring-color: rgb(59 7 100 / 0.8);
}

.ring-purple-950\/90{
  --tw-ring-color: rgb(59 7 100 / 0.9);
}

.ring-purple-950\/95{
  --tw-ring-color: rgb(59 7 100 / 0.95);
}

.ring-red-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity));
}

.ring-red-100\/0{
  --tw-ring-color: rgb(254 226 226 / 0);
}

.ring-red-100\/10{
  --tw-ring-color: rgb(254 226 226 / 0.1);
}

.ring-red-100\/100{
  --tw-ring-color: rgb(254 226 226 / 1);
}

.ring-red-100\/20{
  --tw-ring-color: rgb(254 226 226 / 0.2);
}

.ring-red-100\/25{
  --tw-ring-color: rgb(254 226 226 / 0.25);
}

.ring-red-100\/30{
  --tw-ring-color: rgb(254 226 226 / 0.3);
}

.ring-red-100\/40{
  --tw-ring-color: rgb(254 226 226 / 0.4);
}

.ring-red-100\/5{
  --tw-ring-color: rgb(254 226 226 / 0.05);
}

.ring-red-100\/50{
  --tw-ring-color: rgb(254 226 226 / 0.5);
}

.ring-red-100\/60{
  --tw-ring-color: rgb(254 226 226 / 0.6);
}

.ring-red-100\/70{
  --tw-ring-color: rgb(254 226 226 / 0.7);
}

.ring-red-100\/75{
  --tw-ring-color: rgb(254 226 226 / 0.75);
}

.ring-red-100\/80{
  --tw-ring-color: rgb(254 226 226 / 0.8);
}

.ring-red-100\/90{
  --tw-ring-color: rgb(254 226 226 / 0.9);
}

.ring-red-100\/95{
  --tw-ring-color: rgb(254 226 226 / 0.95);
}

.ring-red-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity));
}

.ring-red-200\/0{
  --tw-ring-color: rgb(254 202 202 / 0);
}

.ring-red-200\/10{
  --tw-ring-color: rgb(254 202 202 / 0.1);
}

.ring-red-200\/100{
  --tw-ring-color: rgb(254 202 202 / 1);
}

.ring-red-200\/20{
  --tw-ring-color: rgb(254 202 202 / 0.2);
}

.ring-red-200\/25{
  --tw-ring-color: rgb(254 202 202 / 0.25);
}

.ring-red-200\/30{
  --tw-ring-color: rgb(254 202 202 / 0.3);
}

.ring-red-200\/40{
  --tw-ring-color: rgb(254 202 202 / 0.4);
}

.ring-red-200\/5{
  --tw-ring-color: rgb(254 202 202 / 0.05);
}

.ring-red-200\/50{
  --tw-ring-color: rgb(254 202 202 / 0.5);
}

.ring-red-200\/60{
  --tw-ring-color: rgb(254 202 202 / 0.6);
}

.ring-red-200\/70{
  --tw-ring-color: rgb(254 202 202 / 0.7);
}

.ring-red-200\/75{
  --tw-ring-color: rgb(254 202 202 / 0.75);
}

.ring-red-200\/80{
  --tw-ring-color: rgb(254 202 202 / 0.8);
}

.ring-red-200\/90{
  --tw-ring-color: rgb(254 202 202 / 0.9);
}

.ring-red-200\/95{
  --tw-ring-color: rgb(254 202 202 / 0.95);
}

.ring-red-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity));
}

.ring-red-300\/0{
  --tw-ring-color: rgb(252 165 165 / 0);
}

.ring-red-300\/10{
  --tw-ring-color: rgb(252 165 165 / 0.1);
}

.ring-red-300\/100{
  --tw-ring-color: rgb(252 165 165 / 1);
}

.ring-red-300\/20{
  --tw-ring-color: rgb(252 165 165 / 0.2);
}

.ring-red-300\/25{
  --tw-ring-color: rgb(252 165 165 / 0.25);
}

.ring-red-300\/30{
  --tw-ring-color: rgb(252 165 165 / 0.3);
}

.ring-red-300\/40{
  --tw-ring-color: rgb(252 165 165 / 0.4);
}

.ring-red-300\/5{
  --tw-ring-color: rgb(252 165 165 / 0.05);
}

.ring-red-300\/50{
  --tw-ring-color: rgb(252 165 165 / 0.5);
}

.ring-red-300\/60{
  --tw-ring-color: rgb(252 165 165 / 0.6);
}

.ring-red-300\/70{
  --tw-ring-color: rgb(252 165 165 / 0.7);
}

.ring-red-300\/75{
  --tw-ring-color: rgb(252 165 165 / 0.75);
}

.ring-red-300\/80{
  --tw-ring-color: rgb(252 165 165 / 0.8);
}

.ring-red-300\/90{
  --tw-ring-color: rgb(252 165 165 / 0.9);
}

.ring-red-300\/95{
  --tw-ring-color: rgb(252 165 165 / 0.95);
}

.ring-red-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
}

.ring-red-400\/0{
  --tw-ring-color: rgb(248 113 113 / 0);
}

.ring-red-400\/10{
  --tw-ring-color: rgb(248 113 113 / 0.1);
}

.ring-red-400\/100{
  --tw-ring-color: rgb(248 113 113 / 1);
}

.ring-red-400\/20{
  --tw-ring-color: rgb(248 113 113 / 0.2);
}

.ring-red-400\/25{
  --tw-ring-color: rgb(248 113 113 / 0.25);
}

.ring-red-400\/30{
  --tw-ring-color: rgb(248 113 113 / 0.3);
}

.ring-red-400\/40{
  --tw-ring-color: rgb(248 113 113 / 0.4);
}

.ring-red-400\/5{
  --tw-ring-color: rgb(248 113 113 / 0.05);
}

.ring-red-400\/50{
  --tw-ring-color: rgb(248 113 113 / 0.5);
}

.ring-red-400\/60{
  --tw-ring-color: rgb(248 113 113 / 0.6);
}

.ring-red-400\/70{
  --tw-ring-color: rgb(248 113 113 / 0.7);
}

.ring-red-400\/75{
  --tw-ring-color: rgb(248 113 113 / 0.75);
}

.ring-red-400\/80{
  --tw-ring-color: rgb(248 113 113 / 0.8);
}

.ring-red-400\/90{
  --tw-ring-color: rgb(248 113 113 / 0.9);
}

.ring-red-400\/95{
  --tw-ring-color: rgb(248 113 113 / 0.95);
}

.ring-red-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity));
}

.ring-red-50\/0{
  --tw-ring-color: rgb(254 242 242 / 0);
}

.ring-red-50\/10{
  --tw-ring-color: rgb(254 242 242 / 0.1);
}

.ring-red-50\/100{
  --tw-ring-color: rgb(254 242 242 / 1);
}

.ring-red-50\/20{
  --tw-ring-color: rgb(254 242 242 / 0.2);
}

.ring-red-50\/25{
  --tw-ring-color: rgb(254 242 242 / 0.25);
}

.ring-red-50\/30{
  --tw-ring-color: rgb(254 242 242 / 0.3);
}

.ring-red-50\/40{
  --tw-ring-color: rgb(254 242 242 / 0.4);
}

.ring-red-50\/5{
  --tw-ring-color: rgb(254 242 242 / 0.05);
}

.ring-red-50\/50{
  --tw-ring-color: rgb(254 242 242 / 0.5);
}

.ring-red-50\/60{
  --tw-ring-color: rgb(254 242 242 / 0.6);
}

.ring-red-50\/70{
  --tw-ring-color: rgb(254 242 242 / 0.7);
}

.ring-red-50\/75{
  --tw-ring-color: rgb(254 242 242 / 0.75);
}

.ring-red-50\/80{
  --tw-ring-color: rgb(254 242 242 / 0.8);
}

.ring-red-50\/90{
  --tw-ring-color: rgb(254 242 242 / 0.9);
}

.ring-red-50\/95{
  --tw-ring-color: rgb(254 242 242 / 0.95);
}

.ring-red-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.ring-red-500\/0{
  --tw-ring-color: rgb(239 68 68 / 0);
}

.ring-red-500\/10{
  --tw-ring-color: rgb(239 68 68 / 0.1);
}

.ring-red-500\/100{
  --tw-ring-color: rgb(239 68 68 / 1);
}

.ring-red-500\/20{
  --tw-ring-color: rgb(239 68 68 / 0.2);
}

.ring-red-500\/25{
  --tw-ring-color: rgb(239 68 68 / 0.25);
}

.ring-red-500\/30{
  --tw-ring-color: rgb(239 68 68 / 0.3);
}

.ring-red-500\/40{
  --tw-ring-color: rgb(239 68 68 / 0.4);
}

.ring-red-500\/5{
  --tw-ring-color: rgb(239 68 68 / 0.05);
}

.ring-red-500\/50{
  --tw-ring-color: rgb(239 68 68 / 0.5);
}

.ring-red-500\/60{
  --tw-ring-color: rgb(239 68 68 / 0.6);
}

.ring-red-500\/70{
  --tw-ring-color: rgb(239 68 68 / 0.7);
}

.ring-red-500\/75{
  --tw-ring-color: rgb(239 68 68 / 0.75);
}

.ring-red-500\/80{
  --tw-ring-color: rgb(239 68 68 / 0.8);
}

.ring-red-500\/90{
  --tw-ring-color: rgb(239 68 68 / 0.9);
}

.ring-red-500\/95{
  --tw-ring-color: rgb(239 68 68 / 0.95);
}

.ring-red-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
}

.ring-red-600\/0{
  --tw-ring-color: rgb(220 38 38 / 0);
}

.ring-red-600\/10{
  --tw-ring-color: rgb(220 38 38 / 0.1);
}

.ring-red-600\/100{
  --tw-ring-color: rgb(220 38 38 / 1);
}

.ring-red-600\/20{
  --tw-ring-color: rgb(220 38 38 / 0.2);
}

.ring-red-600\/25{
  --tw-ring-color: rgb(220 38 38 / 0.25);
}

.ring-red-600\/30{
  --tw-ring-color: rgb(220 38 38 / 0.3);
}

.ring-red-600\/40{
  --tw-ring-color: rgb(220 38 38 / 0.4);
}

.ring-red-600\/5{
  --tw-ring-color: rgb(220 38 38 / 0.05);
}

.ring-red-600\/50{
  --tw-ring-color: rgb(220 38 38 / 0.5);
}

.ring-red-600\/60{
  --tw-ring-color: rgb(220 38 38 / 0.6);
}

.ring-red-600\/70{
  --tw-ring-color: rgb(220 38 38 / 0.7);
}

.ring-red-600\/75{
  --tw-ring-color: rgb(220 38 38 / 0.75);
}

.ring-red-600\/80{
  --tw-ring-color: rgb(220 38 38 / 0.8);
}

.ring-red-600\/90{
  --tw-ring-color: rgb(220 38 38 / 0.9);
}

.ring-red-600\/95{
  --tw-ring-color: rgb(220 38 38 / 0.95);
}

.ring-red-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity));
}

.ring-red-700\/0{
  --tw-ring-color: rgb(185 28 28 / 0);
}

.ring-red-700\/10{
  --tw-ring-color: rgb(185 28 28 / 0.1);
}

.ring-red-700\/100{
  --tw-ring-color: rgb(185 28 28 / 1);
}

.ring-red-700\/20{
  --tw-ring-color: rgb(185 28 28 / 0.2);
}

.ring-red-700\/25{
  --tw-ring-color: rgb(185 28 28 / 0.25);
}

.ring-red-700\/30{
  --tw-ring-color: rgb(185 28 28 / 0.3);
}

.ring-red-700\/40{
  --tw-ring-color: rgb(185 28 28 / 0.4);
}

.ring-red-700\/5{
  --tw-ring-color: rgb(185 28 28 / 0.05);
}

.ring-red-700\/50{
  --tw-ring-color: rgb(185 28 28 / 0.5);
}

.ring-red-700\/60{
  --tw-ring-color: rgb(185 28 28 / 0.6);
}

.ring-red-700\/70{
  --tw-ring-color: rgb(185 28 28 / 0.7);
}

.ring-red-700\/75{
  --tw-ring-color: rgb(185 28 28 / 0.75);
}

.ring-red-700\/80{
  --tw-ring-color: rgb(185 28 28 / 0.8);
}

.ring-red-700\/90{
  --tw-ring-color: rgb(185 28 28 / 0.9);
}

.ring-red-700\/95{
  --tw-ring-color: rgb(185 28 28 / 0.95);
}

.ring-red-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity));
}

.ring-red-800\/0{
  --tw-ring-color: rgb(153 27 27 / 0);
}

.ring-red-800\/10{
  --tw-ring-color: rgb(153 27 27 / 0.1);
}

.ring-red-800\/100{
  --tw-ring-color: rgb(153 27 27 / 1);
}

.ring-red-800\/20{
  --tw-ring-color: rgb(153 27 27 / 0.2);
}

.ring-red-800\/25{
  --tw-ring-color: rgb(153 27 27 / 0.25);
}

.ring-red-800\/30{
  --tw-ring-color: rgb(153 27 27 / 0.3);
}

.ring-red-800\/40{
  --tw-ring-color: rgb(153 27 27 / 0.4);
}

.ring-red-800\/5{
  --tw-ring-color: rgb(153 27 27 / 0.05);
}

.ring-red-800\/50{
  --tw-ring-color: rgb(153 27 27 / 0.5);
}

.ring-red-800\/60{
  --tw-ring-color: rgb(153 27 27 / 0.6);
}

.ring-red-800\/70{
  --tw-ring-color: rgb(153 27 27 / 0.7);
}

.ring-red-800\/75{
  --tw-ring-color: rgb(153 27 27 / 0.75);
}

.ring-red-800\/80{
  --tw-ring-color: rgb(153 27 27 / 0.8);
}

.ring-red-800\/90{
  --tw-ring-color: rgb(153 27 27 / 0.9);
}

.ring-red-800\/95{
  --tw-ring-color: rgb(153 27 27 / 0.95);
}

.ring-red-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity));
}

.ring-red-900\/0{
  --tw-ring-color: rgb(127 29 29 / 0);
}

.ring-red-900\/10{
  --tw-ring-color: rgb(127 29 29 / 0.1);
}

.ring-red-900\/100{
  --tw-ring-color: rgb(127 29 29 / 1);
}

.ring-red-900\/20{
  --tw-ring-color: rgb(127 29 29 / 0.2);
}

.ring-red-900\/25{
  --tw-ring-color: rgb(127 29 29 / 0.25);
}

.ring-red-900\/30{
  --tw-ring-color: rgb(127 29 29 / 0.3);
}

.ring-red-900\/40{
  --tw-ring-color: rgb(127 29 29 / 0.4);
}

.ring-red-900\/5{
  --tw-ring-color: rgb(127 29 29 / 0.05);
}

.ring-red-900\/50{
  --tw-ring-color: rgb(127 29 29 / 0.5);
}

.ring-red-900\/60{
  --tw-ring-color: rgb(127 29 29 / 0.6);
}

.ring-red-900\/70{
  --tw-ring-color: rgb(127 29 29 / 0.7);
}

.ring-red-900\/75{
  --tw-ring-color: rgb(127 29 29 / 0.75);
}

.ring-red-900\/80{
  --tw-ring-color: rgb(127 29 29 / 0.8);
}

.ring-red-900\/90{
  --tw-ring-color: rgb(127 29 29 / 0.9);
}

.ring-red-900\/95{
  --tw-ring-color: rgb(127 29 29 / 0.95);
}

.ring-red-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 10 10 / var(--tw-ring-opacity));
}

.ring-red-950\/0{
  --tw-ring-color: rgb(69 10 10 / 0);
}

.ring-red-950\/10{
  --tw-ring-color: rgb(69 10 10 / 0.1);
}

.ring-red-950\/100{
  --tw-ring-color: rgb(69 10 10 / 1);
}

.ring-red-950\/20{
  --tw-ring-color: rgb(69 10 10 / 0.2);
}

.ring-red-950\/25{
  --tw-ring-color: rgb(69 10 10 / 0.25);
}

.ring-red-950\/30{
  --tw-ring-color: rgb(69 10 10 / 0.3);
}

.ring-red-950\/40{
  --tw-ring-color: rgb(69 10 10 / 0.4);
}

.ring-red-950\/5{
  --tw-ring-color: rgb(69 10 10 / 0.05);
}

.ring-red-950\/50{
  --tw-ring-color: rgb(69 10 10 / 0.5);
}

.ring-red-950\/60{
  --tw-ring-color: rgb(69 10 10 / 0.6);
}

.ring-red-950\/70{
  --tw-ring-color: rgb(69 10 10 / 0.7);
}

.ring-red-950\/75{
  --tw-ring-color: rgb(69 10 10 / 0.75);
}

.ring-red-950\/80{
  --tw-ring-color: rgb(69 10 10 / 0.8);
}

.ring-red-950\/90{
  --tw-ring-color: rgb(69 10 10 / 0.9);
}

.ring-red-950\/95{
  --tw-ring-color: rgb(69 10 10 / 0.95);
}

.ring-rose-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity));
}

.ring-rose-100\/0{
  --tw-ring-color: rgb(255 228 230 / 0);
}

.ring-rose-100\/10{
  --tw-ring-color: rgb(255 228 230 / 0.1);
}

.ring-rose-100\/100{
  --tw-ring-color: rgb(255 228 230 / 1);
}

.ring-rose-100\/20{
  --tw-ring-color: rgb(255 228 230 / 0.2);
}

.ring-rose-100\/25{
  --tw-ring-color: rgb(255 228 230 / 0.25);
}

.ring-rose-100\/30{
  --tw-ring-color: rgb(255 228 230 / 0.3);
}

.ring-rose-100\/40{
  --tw-ring-color: rgb(255 228 230 / 0.4);
}

.ring-rose-100\/5{
  --tw-ring-color: rgb(255 228 230 / 0.05);
}

.ring-rose-100\/50{
  --tw-ring-color: rgb(255 228 230 / 0.5);
}

.ring-rose-100\/60{
  --tw-ring-color: rgb(255 228 230 / 0.6);
}

.ring-rose-100\/70{
  --tw-ring-color: rgb(255 228 230 / 0.7);
}

.ring-rose-100\/75{
  --tw-ring-color: rgb(255 228 230 / 0.75);
}

.ring-rose-100\/80{
  --tw-ring-color: rgb(255 228 230 / 0.8);
}

.ring-rose-100\/90{
  --tw-ring-color: rgb(255 228 230 / 0.9);
}

.ring-rose-100\/95{
  --tw-ring-color: rgb(255 228 230 / 0.95);
}

.ring-rose-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity));
}

.ring-rose-200\/0{
  --tw-ring-color: rgb(254 205 211 / 0);
}

.ring-rose-200\/10{
  --tw-ring-color: rgb(254 205 211 / 0.1);
}

.ring-rose-200\/100{
  --tw-ring-color: rgb(254 205 211 / 1);
}

.ring-rose-200\/20{
  --tw-ring-color: rgb(254 205 211 / 0.2);
}

.ring-rose-200\/25{
  --tw-ring-color: rgb(254 205 211 / 0.25);
}

.ring-rose-200\/30{
  --tw-ring-color: rgb(254 205 211 / 0.3);
}

.ring-rose-200\/40{
  --tw-ring-color: rgb(254 205 211 / 0.4);
}

.ring-rose-200\/5{
  --tw-ring-color: rgb(254 205 211 / 0.05);
}

.ring-rose-200\/50{
  --tw-ring-color: rgb(254 205 211 / 0.5);
}

.ring-rose-200\/60{
  --tw-ring-color: rgb(254 205 211 / 0.6);
}

.ring-rose-200\/70{
  --tw-ring-color: rgb(254 205 211 / 0.7);
}

.ring-rose-200\/75{
  --tw-ring-color: rgb(254 205 211 / 0.75);
}

.ring-rose-200\/80{
  --tw-ring-color: rgb(254 205 211 / 0.8);
}

.ring-rose-200\/90{
  --tw-ring-color: rgb(254 205 211 / 0.9);
}

.ring-rose-200\/95{
  --tw-ring-color: rgb(254 205 211 / 0.95);
}

.ring-rose-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity));
}

.ring-rose-300\/0{
  --tw-ring-color: rgb(253 164 175 / 0);
}

.ring-rose-300\/10{
  --tw-ring-color: rgb(253 164 175 / 0.1);
}

.ring-rose-300\/100{
  --tw-ring-color: rgb(253 164 175 / 1);
}

.ring-rose-300\/20{
  --tw-ring-color: rgb(253 164 175 / 0.2);
}

.ring-rose-300\/25{
  --tw-ring-color: rgb(253 164 175 / 0.25);
}

.ring-rose-300\/30{
  --tw-ring-color: rgb(253 164 175 / 0.3);
}

.ring-rose-300\/40{
  --tw-ring-color: rgb(253 164 175 / 0.4);
}

.ring-rose-300\/5{
  --tw-ring-color: rgb(253 164 175 / 0.05);
}

.ring-rose-300\/50{
  --tw-ring-color: rgb(253 164 175 / 0.5);
}

.ring-rose-300\/60{
  --tw-ring-color: rgb(253 164 175 / 0.6);
}

.ring-rose-300\/70{
  --tw-ring-color: rgb(253 164 175 / 0.7);
}

.ring-rose-300\/75{
  --tw-ring-color: rgb(253 164 175 / 0.75);
}

.ring-rose-300\/80{
  --tw-ring-color: rgb(253 164 175 / 0.8);
}

.ring-rose-300\/90{
  --tw-ring-color: rgb(253 164 175 / 0.9);
}

.ring-rose-300\/95{
  --tw-ring-color: rgb(253 164 175 / 0.95);
}

.ring-rose-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity));
}

.ring-rose-400\/0{
  --tw-ring-color: rgb(251 113 133 / 0);
}

.ring-rose-400\/10{
  --tw-ring-color: rgb(251 113 133 / 0.1);
}

.ring-rose-400\/100{
  --tw-ring-color: rgb(251 113 133 / 1);
}

.ring-rose-400\/20{
  --tw-ring-color: rgb(251 113 133 / 0.2);
}

.ring-rose-400\/25{
  --tw-ring-color: rgb(251 113 133 / 0.25);
}

.ring-rose-400\/30{
  --tw-ring-color: rgb(251 113 133 / 0.3);
}

.ring-rose-400\/40{
  --tw-ring-color: rgb(251 113 133 / 0.4);
}

.ring-rose-400\/5{
  --tw-ring-color: rgb(251 113 133 / 0.05);
}

.ring-rose-400\/50{
  --tw-ring-color: rgb(251 113 133 / 0.5);
}

.ring-rose-400\/60{
  --tw-ring-color: rgb(251 113 133 / 0.6);
}

.ring-rose-400\/70{
  --tw-ring-color: rgb(251 113 133 / 0.7);
}

.ring-rose-400\/75{
  --tw-ring-color: rgb(251 113 133 / 0.75);
}

.ring-rose-400\/80{
  --tw-ring-color: rgb(251 113 133 / 0.8);
}

.ring-rose-400\/90{
  --tw-ring-color: rgb(251 113 133 / 0.9);
}

.ring-rose-400\/95{
  --tw-ring-color: rgb(251 113 133 / 0.95);
}

.ring-rose-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity));
}

.ring-rose-50\/0{
  --tw-ring-color: rgb(255 241 242 / 0);
}

.ring-rose-50\/10{
  --tw-ring-color: rgb(255 241 242 / 0.1);
}

.ring-rose-50\/100{
  --tw-ring-color: rgb(255 241 242 / 1);
}

.ring-rose-50\/20{
  --tw-ring-color: rgb(255 241 242 / 0.2);
}

.ring-rose-50\/25{
  --tw-ring-color: rgb(255 241 242 / 0.25);
}

.ring-rose-50\/30{
  --tw-ring-color: rgb(255 241 242 / 0.3);
}

.ring-rose-50\/40{
  --tw-ring-color: rgb(255 241 242 / 0.4);
}

.ring-rose-50\/5{
  --tw-ring-color: rgb(255 241 242 / 0.05);
}

.ring-rose-50\/50{
  --tw-ring-color: rgb(255 241 242 / 0.5);
}

.ring-rose-50\/60{
  --tw-ring-color: rgb(255 241 242 / 0.6);
}

.ring-rose-50\/70{
  --tw-ring-color: rgb(255 241 242 / 0.7);
}

.ring-rose-50\/75{
  --tw-ring-color: rgb(255 241 242 / 0.75);
}

.ring-rose-50\/80{
  --tw-ring-color: rgb(255 241 242 / 0.8);
}

.ring-rose-50\/90{
  --tw-ring-color: rgb(255 241 242 / 0.9);
}

.ring-rose-50\/95{
  --tw-ring-color: rgb(255 241 242 / 0.95);
}

.ring-rose-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity));
}

.ring-rose-500\/0{
  --tw-ring-color: rgb(244 63 94 / 0);
}

.ring-rose-500\/10{
  --tw-ring-color: rgb(244 63 94 / 0.1);
}

.ring-rose-500\/100{
  --tw-ring-color: rgb(244 63 94 / 1);
}

.ring-rose-500\/20{
  --tw-ring-color: rgb(244 63 94 / 0.2);
}

.ring-rose-500\/25{
  --tw-ring-color: rgb(244 63 94 / 0.25);
}

.ring-rose-500\/30{
  --tw-ring-color: rgb(244 63 94 / 0.3);
}

.ring-rose-500\/40{
  --tw-ring-color: rgb(244 63 94 / 0.4);
}

.ring-rose-500\/5{
  --tw-ring-color: rgb(244 63 94 / 0.05);
}

.ring-rose-500\/50{
  --tw-ring-color: rgb(244 63 94 / 0.5);
}

.ring-rose-500\/60{
  --tw-ring-color: rgb(244 63 94 / 0.6);
}

.ring-rose-500\/70{
  --tw-ring-color: rgb(244 63 94 / 0.7);
}

.ring-rose-500\/75{
  --tw-ring-color: rgb(244 63 94 / 0.75);
}

.ring-rose-500\/80{
  --tw-ring-color: rgb(244 63 94 / 0.8);
}

.ring-rose-500\/90{
  --tw-ring-color: rgb(244 63 94 / 0.9);
}

.ring-rose-500\/95{
  --tw-ring-color: rgb(244 63 94 / 0.95);
}

.ring-rose-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity));
}

.ring-rose-600\/0{
  --tw-ring-color: rgb(225 29 72 / 0);
}

.ring-rose-600\/10{
  --tw-ring-color: rgb(225 29 72 / 0.1);
}

.ring-rose-600\/100{
  --tw-ring-color: rgb(225 29 72 / 1);
}

.ring-rose-600\/20{
  --tw-ring-color: rgb(225 29 72 / 0.2);
}

.ring-rose-600\/25{
  --tw-ring-color: rgb(225 29 72 / 0.25);
}

.ring-rose-600\/30{
  --tw-ring-color: rgb(225 29 72 / 0.3);
}

.ring-rose-600\/40{
  --tw-ring-color: rgb(225 29 72 / 0.4);
}

.ring-rose-600\/5{
  --tw-ring-color: rgb(225 29 72 / 0.05);
}

.ring-rose-600\/50{
  --tw-ring-color: rgb(225 29 72 / 0.5);
}

.ring-rose-600\/60{
  --tw-ring-color: rgb(225 29 72 / 0.6);
}

.ring-rose-600\/70{
  --tw-ring-color: rgb(225 29 72 / 0.7);
}

.ring-rose-600\/75{
  --tw-ring-color: rgb(225 29 72 / 0.75);
}

.ring-rose-600\/80{
  --tw-ring-color: rgb(225 29 72 / 0.8);
}

.ring-rose-600\/90{
  --tw-ring-color: rgb(225 29 72 / 0.9);
}

.ring-rose-600\/95{
  --tw-ring-color: rgb(225 29 72 / 0.95);
}

.ring-rose-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity));
}

.ring-rose-700\/0{
  --tw-ring-color: rgb(190 18 60 / 0);
}

.ring-rose-700\/10{
  --tw-ring-color: rgb(190 18 60 / 0.1);
}

.ring-rose-700\/100{
  --tw-ring-color: rgb(190 18 60 / 1);
}

.ring-rose-700\/20{
  --tw-ring-color: rgb(190 18 60 / 0.2);
}

.ring-rose-700\/25{
  --tw-ring-color: rgb(190 18 60 / 0.25);
}

.ring-rose-700\/30{
  --tw-ring-color: rgb(190 18 60 / 0.3);
}

.ring-rose-700\/40{
  --tw-ring-color: rgb(190 18 60 / 0.4);
}

.ring-rose-700\/5{
  --tw-ring-color: rgb(190 18 60 / 0.05);
}

.ring-rose-700\/50{
  --tw-ring-color: rgb(190 18 60 / 0.5);
}

.ring-rose-700\/60{
  --tw-ring-color: rgb(190 18 60 / 0.6);
}

.ring-rose-700\/70{
  --tw-ring-color: rgb(190 18 60 / 0.7);
}

.ring-rose-700\/75{
  --tw-ring-color: rgb(190 18 60 / 0.75);
}

.ring-rose-700\/80{
  --tw-ring-color: rgb(190 18 60 / 0.8);
}

.ring-rose-700\/90{
  --tw-ring-color: rgb(190 18 60 / 0.9);
}

.ring-rose-700\/95{
  --tw-ring-color: rgb(190 18 60 / 0.95);
}

.ring-rose-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity));
}

.ring-rose-800\/0{
  --tw-ring-color: rgb(159 18 57 / 0);
}

.ring-rose-800\/10{
  --tw-ring-color: rgb(159 18 57 / 0.1);
}

.ring-rose-800\/100{
  --tw-ring-color: rgb(159 18 57 / 1);
}

.ring-rose-800\/20{
  --tw-ring-color: rgb(159 18 57 / 0.2);
}

.ring-rose-800\/25{
  --tw-ring-color: rgb(159 18 57 / 0.25);
}

.ring-rose-800\/30{
  --tw-ring-color: rgb(159 18 57 / 0.3);
}

.ring-rose-800\/40{
  --tw-ring-color: rgb(159 18 57 / 0.4);
}

.ring-rose-800\/5{
  --tw-ring-color: rgb(159 18 57 / 0.05);
}

.ring-rose-800\/50{
  --tw-ring-color: rgb(159 18 57 / 0.5);
}

.ring-rose-800\/60{
  --tw-ring-color: rgb(159 18 57 / 0.6);
}

.ring-rose-800\/70{
  --tw-ring-color: rgb(159 18 57 / 0.7);
}

.ring-rose-800\/75{
  --tw-ring-color: rgb(159 18 57 / 0.75);
}

.ring-rose-800\/80{
  --tw-ring-color: rgb(159 18 57 / 0.8);
}

.ring-rose-800\/90{
  --tw-ring-color: rgb(159 18 57 / 0.9);
}

.ring-rose-800\/95{
  --tw-ring-color: rgb(159 18 57 / 0.95);
}

.ring-rose-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity));
}

.ring-rose-900\/0{
  --tw-ring-color: rgb(136 19 55 / 0);
}

.ring-rose-900\/10{
  --tw-ring-color: rgb(136 19 55 / 0.1);
}

.ring-rose-900\/100{
  --tw-ring-color: rgb(136 19 55 / 1);
}

.ring-rose-900\/20{
  --tw-ring-color: rgb(136 19 55 / 0.2);
}

.ring-rose-900\/25{
  --tw-ring-color: rgb(136 19 55 / 0.25);
}

.ring-rose-900\/30{
  --tw-ring-color: rgb(136 19 55 / 0.3);
}

.ring-rose-900\/40{
  --tw-ring-color: rgb(136 19 55 / 0.4);
}

.ring-rose-900\/5{
  --tw-ring-color: rgb(136 19 55 / 0.05);
}

.ring-rose-900\/50{
  --tw-ring-color: rgb(136 19 55 / 0.5);
}

.ring-rose-900\/60{
  --tw-ring-color: rgb(136 19 55 / 0.6);
}

.ring-rose-900\/70{
  --tw-ring-color: rgb(136 19 55 / 0.7);
}

.ring-rose-900\/75{
  --tw-ring-color: rgb(136 19 55 / 0.75);
}

.ring-rose-900\/80{
  --tw-ring-color: rgb(136 19 55 / 0.8);
}

.ring-rose-900\/90{
  --tw-ring-color: rgb(136 19 55 / 0.9);
}

.ring-rose-900\/95{
  --tw-ring-color: rgb(136 19 55 / 0.95);
}

.ring-rose-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 5 25 / var(--tw-ring-opacity));
}

.ring-rose-950\/0{
  --tw-ring-color: rgb(76 5 25 / 0);
}

.ring-rose-950\/10{
  --tw-ring-color: rgb(76 5 25 / 0.1);
}

.ring-rose-950\/100{
  --tw-ring-color: rgb(76 5 25 / 1);
}

.ring-rose-950\/20{
  --tw-ring-color: rgb(76 5 25 / 0.2);
}

.ring-rose-950\/25{
  --tw-ring-color: rgb(76 5 25 / 0.25);
}

.ring-rose-950\/30{
  --tw-ring-color: rgb(76 5 25 / 0.3);
}

.ring-rose-950\/40{
  --tw-ring-color: rgb(76 5 25 / 0.4);
}

.ring-rose-950\/5{
  --tw-ring-color: rgb(76 5 25 / 0.05);
}

.ring-rose-950\/50{
  --tw-ring-color: rgb(76 5 25 / 0.5);
}

.ring-rose-950\/60{
  --tw-ring-color: rgb(76 5 25 / 0.6);
}

.ring-rose-950\/70{
  --tw-ring-color: rgb(76 5 25 / 0.7);
}

.ring-rose-950\/75{
  --tw-ring-color: rgb(76 5 25 / 0.75);
}

.ring-rose-950\/80{
  --tw-ring-color: rgb(76 5 25 / 0.8);
}

.ring-rose-950\/90{
  --tw-ring-color: rgb(76 5 25 / 0.9);
}

.ring-rose-950\/95{
  --tw-ring-color: rgb(76 5 25 / 0.95);
}

.ring-sky-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity));
}

.ring-sky-100\/0{
  --tw-ring-color: rgb(224 242 254 / 0);
}

.ring-sky-100\/10{
  --tw-ring-color: rgb(224 242 254 / 0.1);
}

.ring-sky-100\/100{
  --tw-ring-color: rgb(224 242 254 / 1);
}

.ring-sky-100\/20{
  --tw-ring-color: rgb(224 242 254 / 0.2);
}

.ring-sky-100\/25{
  --tw-ring-color: rgb(224 242 254 / 0.25);
}

.ring-sky-100\/30{
  --tw-ring-color: rgb(224 242 254 / 0.3);
}

.ring-sky-100\/40{
  --tw-ring-color: rgb(224 242 254 / 0.4);
}

.ring-sky-100\/5{
  --tw-ring-color: rgb(224 242 254 / 0.05);
}

.ring-sky-100\/50{
  --tw-ring-color: rgb(224 242 254 / 0.5);
}

.ring-sky-100\/60{
  --tw-ring-color: rgb(224 242 254 / 0.6);
}

.ring-sky-100\/70{
  --tw-ring-color: rgb(224 242 254 / 0.7);
}

.ring-sky-100\/75{
  --tw-ring-color: rgb(224 242 254 / 0.75);
}

.ring-sky-100\/80{
  --tw-ring-color: rgb(224 242 254 / 0.8);
}

.ring-sky-100\/90{
  --tw-ring-color: rgb(224 242 254 / 0.9);
}

.ring-sky-100\/95{
  --tw-ring-color: rgb(224 242 254 / 0.95);
}

.ring-sky-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity));
}

.ring-sky-200\/0{
  --tw-ring-color: rgb(186 230 253 / 0);
}

.ring-sky-200\/10{
  --tw-ring-color: rgb(186 230 253 / 0.1);
}

.ring-sky-200\/100{
  --tw-ring-color: rgb(186 230 253 / 1);
}

.ring-sky-200\/20{
  --tw-ring-color: rgb(186 230 253 / 0.2);
}

.ring-sky-200\/25{
  --tw-ring-color: rgb(186 230 253 / 0.25);
}

.ring-sky-200\/30{
  --tw-ring-color: rgb(186 230 253 / 0.3);
}

.ring-sky-200\/40{
  --tw-ring-color: rgb(186 230 253 / 0.4);
}

.ring-sky-200\/5{
  --tw-ring-color: rgb(186 230 253 / 0.05);
}

.ring-sky-200\/50{
  --tw-ring-color: rgb(186 230 253 / 0.5);
}

.ring-sky-200\/60{
  --tw-ring-color: rgb(186 230 253 / 0.6);
}

.ring-sky-200\/70{
  --tw-ring-color: rgb(186 230 253 / 0.7);
}

.ring-sky-200\/75{
  --tw-ring-color: rgb(186 230 253 / 0.75);
}

.ring-sky-200\/80{
  --tw-ring-color: rgb(186 230 253 / 0.8);
}

.ring-sky-200\/90{
  --tw-ring-color: rgb(186 230 253 / 0.9);
}

.ring-sky-200\/95{
  --tw-ring-color: rgb(186 230 253 / 0.95);
}

.ring-sky-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity));
}

.ring-sky-300\/0{
  --tw-ring-color: rgb(125 211 252 / 0);
}

.ring-sky-300\/10{
  --tw-ring-color: rgb(125 211 252 / 0.1);
}

.ring-sky-300\/100{
  --tw-ring-color: rgb(125 211 252 / 1);
}

.ring-sky-300\/20{
  --tw-ring-color: rgb(125 211 252 / 0.2);
}

.ring-sky-300\/25{
  --tw-ring-color: rgb(125 211 252 / 0.25);
}

.ring-sky-300\/30{
  --tw-ring-color: rgb(125 211 252 / 0.3);
}

.ring-sky-300\/40{
  --tw-ring-color: rgb(125 211 252 / 0.4);
}

.ring-sky-300\/5{
  --tw-ring-color: rgb(125 211 252 / 0.05);
}

.ring-sky-300\/50{
  --tw-ring-color: rgb(125 211 252 / 0.5);
}

.ring-sky-300\/60{
  --tw-ring-color: rgb(125 211 252 / 0.6);
}

.ring-sky-300\/70{
  --tw-ring-color: rgb(125 211 252 / 0.7);
}

.ring-sky-300\/75{
  --tw-ring-color: rgb(125 211 252 / 0.75);
}

.ring-sky-300\/80{
  --tw-ring-color: rgb(125 211 252 / 0.8);
}

.ring-sky-300\/90{
  --tw-ring-color: rgb(125 211 252 / 0.9);
}

.ring-sky-300\/95{
  --tw-ring-color: rgb(125 211 252 / 0.95);
}

.ring-sky-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity));
}

.ring-sky-400\/0{
  --tw-ring-color: rgb(56 189 248 / 0);
}

.ring-sky-400\/10{
  --tw-ring-color: rgb(56 189 248 / 0.1);
}

.ring-sky-400\/100{
  --tw-ring-color: rgb(56 189 248 / 1);
}

.ring-sky-400\/20{
  --tw-ring-color: rgb(56 189 248 / 0.2);
}

.ring-sky-400\/25{
  --tw-ring-color: rgb(56 189 248 / 0.25);
}

.ring-sky-400\/30{
  --tw-ring-color: rgb(56 189 248 / 0.3);
}

.ring-sky-400\/40{
  --tw-ring-color: rgb(56 189 248 / 0.4);
}

.ring-sky-400\/5{
  --tw-ring-color: rgb(56 189 248 / 0.05);
}

.ring-sky-400\/50{
  --tw-ring-color: rgb(56 189 248 / 0.5);
}

.ring-sky-400\/60{
  --tw-ring-color: rgb(56 189 248 / 0.6);
}

.ring-sky-400\/70{
  --tw-ring-color: rgb(56 189 248 / 0.7);
}

.ring-sky-400\/75{
  --tw-ring-color: rgb(56 189 248 / 0.75);
}

.ring-sky-400\/80{
  --tw-ring-color: rgb(56 189 248 / 0.8);
}

.ring-sky-400\/90{
  --tw-ring-color: rgb(56 189 248 / 0.9);
}

.ring-sky-400\/95{
  --tw-ring-color: rgb(56 189 248 / 0.95);
}

.ring-sky-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity));
}

.ring-sky-50\/0{
  --tw-ring-color: rgb(240 249 255 / 0);
}

.ring-sky-50\/10{
  --tw-ring-color: rgb(240 249 255 / 0.1);
}

.ring-sky-50\/100{
  --tw-ring-color: rgb(240 249 255 / 1);
}

.ring-sky-50\/20{
  --tw-ring-color: rgb(240 249 255 / 0.2);
}

.ring-sky-50\/25{
  --tw-ring-color: rgb(240 249 255 / 0.25);
}

.ring-sky-50\/30{
  --tw-ring-color: rgb(240 249 255 / 0.3);
}

.ring-sky-50\/40{
  --tw-ring-color: rgb(240 249 255 / 0.4);
}

.ring-sky-50\/5{
  --tw-ring-color: rgb(240 249 255 / 0.05);
}

.ring-sky-50\/50{
  --tw-ring-color: rgb(240 249 255 / 0.5);
}

.ring-sky-50\/60{
  --tw-ring-color: rgb(240 249 255 / 0.6);
}

.ring-sky-50\/70{
  --tw-ring-color: rgb(240 249 255 / 0.7);
}

.ring-sky-50\/75{
  --tw-ring-color: rgb(240 249 255 / 0.75);
}

.ring-sky-50\/80{
  --tw-ring-color: rgb(240 249 255 / 0.8);
}

.ring-sky-50\/90{
  --tw-ring-color: rgb(240 249 255 / 0.9);
}

.ring-sky-50\/95{
  --tw-ring-color: rgb(240 249 255 / 0.95);
}

.ring-sky-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
}

.ring-sky-500\/0{
  --tw-ring-color: rgb(14 165 233 / 0);
}

.ring-sky-500\/10{
  --tw-ring-color: rgb(14 165 233 / 0.1);
}

.ring-sky-500\/100{
  --tw-ring-color: rgb(14 165 233 / 1);
}

.ring-sky-500\/20{
  --tw-ring-color: rgb(14 165 233 / 0.2);
}

.ring-sky-500\/25{
  --tw-ring-color: rgb(14 165 233 / 0.25);
}

.ring-sky-500\/30{
  --tw-ring-color: rgb(14 165 233 / 0.3);
}

.ring-sky-500\/40{
  --tw-ring-color: rgb(14 165 233 / 0.4);
}

.ring-sky-500\/5{
  --tw-ring-color: rgb(14 165 233 / 0.05);
}

.ring-sky-500\/50{
  --tw-ring-color: rgb(14 165 233 / 0.5);
}

.ring-sky-500\/60{
  --tw-ring-color: rgb(14 165 233 / 0.6);
}

.ring-sky-500\/70{
  --tw-ring-color: rgb(14 165 233 / 0.7);
}

.ring-sky-500\/75{
  --tw-ring-color: rgb(14 165 233 / 0.75);
}

.ring-sky-500\/80{
  --tw-ring-color: rgb(14 165 233 / 0.8);
}

.ring-sky-500\/90{
  --tw-ring-color: rgb(14 165 233 / 0.9);
}

.ring-sky-500\/95{
  --tw-ring-color: rgb(14 165 233 / 0.95);
}

.ring-sky-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity));
}

.ring-sky-600\/0{
  --tw-ring-color: rgb(2 132 199 / 0);
}

.ring-sky-600\/10{
  --tw-ring-color: rgb(2 132 199 / 0.1);
}

.ring-sky-600\/100{
  --tw-ring-color: rgb(2 132 199 / 1);
}

.ring-sky-600\/20{
  --tw-ring-color: rgb(2 132 199 / 0.2);
}

.ring-sky-600\/25{
  --tw-ring-color: rgb(2 132 199 / 0.25);
}

.ring-sky-600\/30{
  --tw-ring-color: rgb(2 132 199 / 0.3);
}

.ring-sky-600\/40{
  --tw-ring-color: rgb(2 132 199 / 0.4);
}

.ring-sky-600\/5{
  --tw-ring-color: rgb(2 132 199 / 0.05);
}

.ring-sky-600\/50{
  --tw-ring-color: rgb(2 132 199 / 0.5);
}

.ring-sky-600\/60{
  --tw-ring-color: rgb(2 132 199 / 0.6);
}

.ring-sky-600\/70{
  --tw-ring-color: rgb(2 132 199 / 0.7);
}

.ring-sky-600\/75{
  --tw-ring-color: rgb(2 132 199 / 0.75);
}

.ring-sky-600\/80{
  --tw-ring-color: rgb(2 132 199 / 0.8);
}

.ring-sky-600\/90{
  --tw-ring-color: rgb(2 132 199 / 0.9);
}

.ring-sky-600\/95{
  --tw-ring-color: rgb(2 132 199 / 0.95);
}

.ring-sky-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity));
}

.ring-sky-700\/0{
  --tw-ring-color: rgb(3 105 161 / 0);
}

.ring-sky-700\/10{
  --tw-ring-color: rgb(3 105 161 / 0.1);
}

.ring-sky-700\/100{
  --tw-ring-color: rgb(3 105 161 / 1);
}

.ring-sky-700\/20{
  --tw-ring-color: rgb(3 105 161 / 0.2);
}

.ring-sky-700\/25{
  --tw-ring-color: rgb(3 105 161 / 0.25);
}

.ring-sky-700\/30{
  --tw-ring-color: rgb(3 105 161 / 0.3);
}

.ring-sky-700\/40{
  --tw-ring-color: rgb(3 105 161 / 0.4);
}

.ring-sky-700\/5{
  --tw-ring-color: rgb(3 105 161 / 0.05);
}

.ring-sky-700\/50{
  --tw-ring-color: rgb(3 105 161 / 0.5);
}

.ring-sky-700\/60{
  --tw-ring-color: rgb(3 105 161 / 0.6);
}

.ring-sky-700\/70{
  --tw-ring-color: rgb(3 105 161 / 0.7);
}

.ring-sky-700\/75{
  --tw-ring-color: rgb(3 105 161 / 0.75);
}

.ring-sky-700\/80{
  --tw-ring-color: rgb(3 105 161 / 0.8);
}

.ring-sky-700\/90{
  --tw-ring-color: rgb(3 105 161 / 0.9);
}

.ring-sky-700\/95{
  --tw-ring-color: rgb(3 105 161 / 0.95);
}

.ring-sky-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity));
}

.ring-sky-800\/0{
  --tw-ring-color: rgb(7 89 133 / 0);
}

.ring-sky-800\/10{
  --tw-ring-color: rgb(7 89 133 / 0.1);
}

.ring-sky-800\/100{
  --tw-ring-color: rgb(7 89 133 / 1);
}

.ring-sky-800\/20{
  --tw-ring-color: rgb(7 89 133 / 0.2);
}

.ring-sky-800\/25{
  --tw-ring-color: rgb(7 89 133 / 0.25);
}

.ring-sky-800\/30{
  --tw-ring-color: rgb(7 89 133 / 0.3);
}

.ring-sky-800\/40{
  --tw-ring-color: rgb(7 89 133 / 0.4);
}

.ring-sky-800\/5{
  --tw-ring-color: rgb(7 89 133 / 0.05);
}

.ring-sky-800\/50{
  --tw-ring-color: rgb(7 89 133 / 0.5);
}

.ring-sky-800\/60{
  --tw-ring-color: rgb(7 89 133 / 0.6);
}

.ring-sky-800\/70{
  --tw-ring-color: rgb(7 89 133 / 0.7);
}

.ring-sky-800\/75{
  --tw-ring-color: rgb(7 89 133 / 0.75);
}

.ring-sky-800\/80{
  --tw-ring-color: rgb(7 89 133 / 0.8);
}

.ring-sky-800\/90{
  --tw-ring-color: rgb(7 89 133 / 0.9);
}

.ring-sky-800\/95{
  --tw-ring-color: rgb(7 89 133 / 0.95);
}

.ring-sky-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity));
}

.ring-sky-900\/0{
  --tw-ring-color: rgb(12 74 110 / 0);
}

.ring-sky-900\/10{
  --tw-ring-color: rgb(12 74 110 / 0.1);
}

.ring-sky-900\/100{
  --tw-ring-color: rgb(12 74 110 / 1);
}

.ring-sky-900\/20{
  --tw-ring-color: rgb(12 74 110 / 0.2);
}

.ring-sky-900\/25{
  --tw-ring-color: rgb(12 74 110 / 0.25);
}

.ring-sky-900\/30{
  --tw-ring-color: rgb(12 74 110 / 0.3);
}

.ring-sky-900\/40{
  --tw-ring-color: rgb(12 74 110 / 0.4);
}

.ring-sky-900\/5{
  --tw-ring-color: rgb(12 74 110 / 0.05);
}

.ring-sky-900\/50{
  --tw-ring-color: rgb(12 74 110 / 0.5);
}

.ring-sky-900\/60{
  --tw-ring-color: rgb(12 74 110 / 0.6);
}

.ring-sky-900\/70{
  --tw-ring-color: rgb(12 74 110 / 0.7);
}

.ring-sky-900\/75{
  --tw-ring-color: rgb(12 74 110 / 0.75);
}

.ring-sky-900\/80{
  --tw-ring-color: rgb(12 74 110 / 0.8);
}

.ring-sky-900\/90{
  --tw-ring-color: rgb(12 74 110 / 0.9);
}

.ring-sky-900\/95{
  --tw-ring-color: rgb(12 74 110 / 0.95);
}

.ring-sky-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 47 73 / var(--tw-ring-opacity));
}

.ring-sky-950\/0{
  --tw-ring-color: rgb(8 47 73 / 0);
}

.ring-sky-950\/10{
  --tw-ring-color: rgb(8 47 73 / 0.1);
}

.ring-sky-950\/100{
  --tw-ring-color: rgb(8 47 73 / 1);
}

.ring-sky-950\/20{
  --tw-ring-color: rgb(8 47 73 / 0.2);
}

.ring-sky-950\/25{
  --tw-ring-color: rgb(8 47 73 / 0.25);
}

.ring-sky-950\/30{
  --tw-ring-color: rgb(8 47 73 / 0.3);
}

.ring-sky-950\/40{
  --tw-ring-color: rgb(8 47 73 / 0.4);
}

.ring-sky-950\/5{
  --tw-ring-color: rgb(8 47 73 / 0.05);
}

.ring-sky-950\/50{
  --tw-ring-color: rgb(8 47 73 / 0.5);
}

.ring-sky-950\/60{
  --tw-ring-color: rgb(8 47 73 / 0.6);
}

.ring-sky-950\/70{
  --tw-ring-color: rgb(8 47 73 / 0.7);
}

.ring-sky-950\/75{
  --tw-ring-color: rgb(8 47 73 / 0.75);
}

.ring-sky-950\/80{
  --tw-ring-color: rgb(8 47 73 / 0.8);
}

.ring-sky-950\/90{
  --tw-ring-color: rgb(8 47 73 / 0.9);
}

.ring-sky-950\/95{
  --tw-ring-color: rgb(8 47 73 / 0.95);
}

.ring-slate-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity));
}

.ring-slate-100\/0{
  --tw-ring-color: rgb(241 245 249 / 0);
}

.ring-slate-100\/10{
  --tw-ring-color: rgb(241 245 249 / 0.1);
}

.ring-slate-100\/100{
  --tw-ring-color: rgb(241 245 249 / 1);
}

.ring-slate-100\/20{
  --tw-ring-color: rgb(241 245 249 / 0.2);
}

.ring-slate-100\/25{
  --tw-ring-color: rgb(241 245 249 / 0.25);
}

.ring-slate-100\/30{
  --tw-ring-color: rgb(241 245 249 / 0.3);
}

.ring-slate-100\/40{
  --tw-ring-color: rgb(241 245 249 / 0.4);
}

.ring-slate-100\/5{
  --tw-ring-color: rgb(241 245 249 / 0.05);
}

.ring-slate-100\/50{
  --tw-ring-color: rgb(241 245 249 / 0.5);
}

.ring-slate-100\/60{
  --tw-ring-color: rgb(241 245 249 / 0.6);
}

.ring-slate-100\/70{
  --tw-ring-color: rgb(241 245 249 / 0.7);
}

.ring-slate-100\/75{
  --tw-ring-color: rgb(241 245 249 / 0.75);
}

.ring-slate-100\/80{
  --tw-ring-color: rgb(241 245 249 / 0.8);
}

.ring-slate-100\/90{
  --tw-ring-color: rgb(241 245 249 / 0.9);
}

.ring-slate-100\/95{
  --tw-ring-color: rgb(241 245 249 / 0.95);
}

.ring-slate-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity));
}

.ring-slate-200\/0{
  --tw-ring-color: rgb(226 232 240 / 0);
}

.ring-slate-200\/10{
  --tw-ring-color: rgb(226 232 240 / 0.1);
}

.ring-slate-200\/100{
  --tw-ring-color: rgb(226 232 240 / 1);
}

.ring-slate-200\/20{
  --tw-ring-color: rgb(226 232 240 / 0.2);
}

.ring-slate-200\/25{
  --tw-ring-color: rgb(226 232 240 / 0.25);
}

.ring-slate-200\/30{
  --tw-ring-color: rgb(226 232 240 / 0.3);
}

.ring-slate-200\/40{
  --tw-ring-color: rgb(226 232 240 / 0.4);
}

.ring-slate-200\/5{
  --tw-ring-color: rgb(226 232 240 / 0.05);
}

.ring-slate-200\/50{
  --tw-ring-color: rgb(226 232 240 / 0.5);
}

.ring-slate-200\/60{
  --tw-ring-color: rgb(226 232 240 / 0.6);
}

.ring-slate-200\/70{
  --tw-ring-color: rgb(226 232 240 / 0.7);
}

.ring-slate-200\/75{
  --tw-ring-color: rgb(226 232 240 / 0.75);
}

.ring-slate-200\/80{
  --tw-ring-color: rgb(226 232 240 / 0.8);
}

.ring-slate-200\/90{
  --tw-ring-color: rgb(226 232 240 / 0.9);
}

.ring-slate-200\/95{
  --tw-ring-color: rgb(226 232 240 / 0.95);
}

.ring-slate-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity));
}

.ring-slate-300\/0{
  --tw-ring-color: rgb(203 213 225 / 0);
}

.ring-slate-300\/10{
  --tw-ring-color: rgb(203 213 225 / 0.1);
}

.ring-slate-300\/100{
  --tw-ring-color: rgb(203 213 225 / 1);
}

.ring-slate-300\/20{
  --tw-ring-color: rgb(203 213 225 / 0.2);
}

.ring-slate-300\/25{
  --tw-ring-color: rgb(203 213 225 / 0.25);
}

.ring-slate-300\/30{
  --tw-ring-color: rgb(203 213 225 / 0.3);
}

.ring-slate-300\/40{
  --tw-ring-color: rgb(203 213 225 / 0.4);
}

.ring-slate-300\/5{
  --tw-ring-color: rgb(203 213 225 / 0.05);
}

.ring-slate-300\/50{
  --tw-ring-color: rgb(203 213 225 / 0.5);
}

.ring-slate-300\/60{
  --tw-ring-color: rgb(203 213 225 / 0.6);
}

.ring-slate-300\/70{
  --tw-ring-color: rgb(203 213 225 / 0.7);
}

.ring-slate-300\/75{
  --tw-ring-color: rgb(203 213 225 / 0.75);
}

.ring-slate-300\/80{
  --tw-ring-color: rgb(203 213 225 / 0.8);
}

.ring-slate-300\/90{
  --tw-ring-color: rgb(203 213 225 / 0.9);
}

.ring-slate-300\/95{
  --tw-ring-color: rgb(203 213 225 / 0.95);
}

.ring-slate-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity));
}

.ring-slate-400\/0{
  --tw-ring-color: rgb(148 163 184 / 0);
}

.ring-slate-400\/10{
  --tw-ring-color: rgb(148 163 184 / 0.1);
}

.ring-slate-400\/100{
  --tw-ring-color: rgb(148 163 184 / 1);
}

.ring-slate-400\/20{
  --tw-ring-color: rgb(148 163 184 / 0.2);
}

.ring-slate-400\/25{
  --tw-ring-color: rgb(148 163 184 / 0.25);
}

.ring-slate-400\/30{
  --tw-ring-color: rgb(148 163 184 / 0.3);
}

.ring-slate-400\/40{
  --tw-ring-color: rgb(148 163 184 / 0.4);
}

.ring-slate-400\/5{
  --tw-ring-color: rgb(148 163 184 / 0.05);
}

.ring-slate-400\/50{
  --tw-ring-color: rgb(148 163 184 / 0.5);
}

.ring-slate-400\/60{
  --tw-ring-color: rgb(148 163 184 / 0.6);
}

.ring-slate-400\/70{
  --tw-ring-color: rgb(148 163 184 / 0.7);
}

.ring-slate-400\/75{
  --tw-ring-color: rgb(148 163 184 / 0.75);
}

.ring-slate-400\/80{
  --tw-ring-color: rgb(148 163 184 / 0.8);
}

.ring-slate-400\/90{
  --tw-ring-color: rgb(148 163 184 / 0.9);
}

.ring-slate-400\/95{
  --tw-ring-color: rgb(148 163 184 / 0.95);
}

.ring-slate-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity));
}

.ring-slate-50\/0{
  --tw-ring-color: rgb(248 250 252 / 0);
}

.ring-slate-50\/10{
  --tw-ring-color: rgb(248 250 252 / 0.1);
}

.ring-slate-50\/100{
  --tw-ring-color: rgb(248 250 252 / 1);
}

.ring-slate-50\/20{
  --tw-ring-color: rgb(248 250 252 / 0.2);
}

.ring-slate-50\/25{
  --tw-ring-color: rgb(248 250 252 / 0.25);
}

.ring-slate-50\/30{
  --tw-ring-color: rgb(248 250 252 / 0.3);
}

.ring-slate-50\/40{
  --tw-ring-color: rgb(248 250 252 / 0.4);
}

.ring-slate-50\/5{
  --tw-ring-color: rgb(248 250 252 / 0.05);
}

.ring-slate-50\/50{
  --tw-ring-color: rgb(248 250 252 / 0.5);
}

.ring-slate-50\/60{
  --tw-ring-color: rgb(248 250 252 / 0.6);
}

.ring-slate-50\/70{
  --tw-ring-color: rgb(248 250 252 / 0.7);
}

.ring-slate-50\/75{
  --tw-ring-color: rgb(248 250 252 / 0.75);
}

.ring-slate-50\/80{
  --tw-ring-color: rgb(248 250 252 / 0.8);
}

.ring-slate-50\/90{
  --tw-ring-color: rgb(248 250 252 / 0.9);
}

.ring-slate-50\/95{
  --tw-ring-color: rgb(248 250 252 / 0.95);
}

.ring-slate-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity));
}

.ring-slate-500\/0{
  --tw-ring-color: rgb(100 116 139 / 0);
}

.ring-slate-500\/10{
  --tw-ring-color: rgb(100 116 139 / 0.1);
}

.ring-slate-500\/100{
  --tw-ring-color: rgb(100 116 139 / 1);
}

.ring-slate-500\/20{
  --tw-ring-color: rgb(100 116 139 / 0.2);
}

.ring-slate-500\/25{
  --tw-ring-color: rgb(100 116 139 / 0.25);
}

.ring-slate-500\/30{
  --tw-ring-color: rgb(100 116 139 / 0.3);
}

.ring-slate-500\/40{
  --tw-ring-color: rgb(100 116 139 / 0.4);
}

.ring-slate-500\/5{
  --tw-ring-color: rgb(100 116 139 / 0.05);
}

.ring-slate-500\/50{
  --tw-ring-color: rgb(100 116 139 / 0.5);
}

.ring-slate-500\/60{
  --tw-ring-color: rgb(100 116 139 / 0.6);
}

.ring-slate-500\/70{
  --tw-ring-color: rgb(100 116 139 / 0.7);
}

.ring-slate-500\/75{
  --tw-ring-color: rgb(100 116 139 / 0.75);
}

.ring-slate-500\/80{
  --tw-ring-color: rgb(100 116 139 / 0.8);
}

.ring-slate-500\/90{
  --tw-ring-color: rgb(100 116 139 / 0.9);
}

.ring-slate-500\/95{
  --tw-ring-color: rgb(100 116 139 / 0.95);
}

.ring-slate-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity));
}

.ring-slate-600\/0{
  --tw-ring-color: rgb(71 85 105 / 0);
}

.ring-slate-600\/10{
  --tw-ring-color: rgb(71 85 105 / 0.1);
}

.ring-slate-600\/100{
  --tw-ring-color: rgb(71 85 105 / 1);
}

.ring-slate-600\/20{
  --tw-ring-color: rgb(71 85 105 / 0.2);
}

.ring-slate-600\/25{
  --tw-ring-color: rgb(71 85 105 / 0.25);
}

.ring-slate-600\/30{
  --tw-ring-color: rgb(71 85 105 / 0.3);
}

.ring-slate-600\/40{
  --tw-ring-color: rgb(71 85 105 / 0.4);
}

.ring-slate-600\/5{
  --tw-ring-color: rgb(71 85 105 / 0.05);
}

.ring-slate-600\/50{
  --tw-ring-color: rgb(71 85 105 / 0.5);
}

.ring-slate-600\/60{
  --tw-ring-color: rgb(71 85 105 / 0.6);
}

.ring-slate-600\/70{
  --tw-ring-color: rgb(71 85 105 / 0.7);
}

.ring-slate-600\/75{
  --tw-ring-color: rgb(71 85 105 / 0.75);
}

.ring-slate-600\/80{
  --tw-ring-color: rgb(71 85 105 / 0.8);
}

.ring-slate-600\/90{
  --tw-ring-color: rgb(71 85 105 / 0.9);
}

.ring-slate-600\/95{
  --tw-ring-color: rgb(71 85 105 / 0.95);
}

.ring-slate-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity));
}

.ring-slate-700\/0{
  --tw-ring-color: rgb(51 65 85 / 0);
}

.ring-slate-700\/10{
  --tw-ring-color: rgb(51 65 85 / 0.1);
}

.ring-slate-700\/100{
  --tw-ring-color: rgb(51 65 85 / 1);
}

.ring-slate-700\/20{
  --tw-ring-color: rgb(51 65 85 / 0.2);
}

.ring-slate-700\/25{
  --tw-ring-color: rgb(51 65 85 / 0.25);
}

.ring-slate-700\/30{
  --tw-ring-color: rgb(51 65 85 / 0.3);
}

.ring-slate-700\/40{
  --tw-ring-color: rgb(51 65 85 / 0.4);
}

.ring-slate-700\/5{
  --tw-ring-color: rgb(51 65 85 / 0.05);
}

.ring-slate-700\/50{
  --tw-ring-color: rgb(51 65 85 / 0.5);
}

.ring-slate-700\/60{
  --tw-ring-color: rgb(51 65 85 / 0.6);
}

.ring-slate-700\/70{
  --tw-ring-color: rgb(51 65 85 / 0.7);
}

.ring-slate-700\/75{
  --tw-ring-color: rgb(51 65 85 / 0.75);
}

.ring-slate-700\/80{
  --tw-ring-color: rgb(51 65 85 / 0.8);
}

.ring-slate-700\/90{
  --tw-ring-color: rgb(51 65 85 / 0.9);
}

.ring-slate-700\/95{
  --tw-ring-color: rgb(51 65 85 / 0.95);
}

.ring-slate-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity));
}

.ring-slate-800\/0{
  --tw-ring-color: rgb(30 41 59 / 0);
}

.ring-slate-800\/10{
  --tw-ring-color: rgb(30 41 59 / 0.1);
}

.ring-slate-800\/100{
  --tw-ring-color: rgb(30 41 59 / 1);
}

.ring-slate-800\/20{
  --tw-ring-color: rgb(30 41 59 / 0.2);
}

.ring-slate-800\/25{
  --tw-ring-color: rgb(30 41 59 / 0.25);
}

.ring-slate-800\/30{
  --tw-ring-color: rgb(30 41 59 / 0.3);
}

.ring-slate-800\/40{
  --tw-ring-color: rgb(30 41 59 / 0.4);
}

.ring-slate-800\/5{
  --tw-ring-color: rgb(30 41 59 / 0.05);
}

.ring-slate-800\/50{
  --tw-ring-color: rgb(30 41 59 / 0.5);
}

.ring-slate-800\/60{
  --tw-ring-color: rgb(30 41 59 / 0.6);
}

.ring-slate-800\/70{
  --tw-ring-color: rgb(30 41 59 / 0.7);
}

.ring-slate-800\/75{
  --tw-ring-color: rgb(30 41 59 / 0.75);
}

.ring-slate-800\/80{
  --tw-ring-color: rgb(30 41 59 / 0.8);
}

.ring-slate-800\/90{
  --tw-ring-color: rgb(30 41 59 / 0.9);
}

.ring-slate-800\/95{
  --tw-ring-color: rgb(30 41 59 / 0.95);
}

.ring-slate-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity));
}

.ring-slate-900\/0{
  --tw-ring-color: rgb(15 23 42 / 0);
}

.ring-slate-900\/10{
  --tw-ring-color: rgb(15 23 42 / 0.1);
}

.ring-slate-900\/100{
  --tw-ring-color: rgb(15 23 42 / 1);
}

.ring-slate-900\/20{
  --tw-ring-color: rgb(15 23 42 / 0.2);
}

.ring-slate-900\/25{
  --tw-ring-color: rgb(15 23 42 / 0.25);
}

.ring-slate-900\/30{
  --tw-ring-color: rgb(15 23 42 / 0.3);
}

.ring-slate-900\/40{
  --tw-ring-color: rgb(15 23 42 / 0.4);
}

.ring-slate-900\/5{
  --tw-ring-color: rgb(15 23 42 / 0.05);
}

.ring-slate-900\/50{
  --tw-ring-color: rgb(15 23 42 / 0.5);
}

.ring-slate-900\/60{
  --tw-ring-color: rgb(15 23 42 / 0.6);
}

.ring-slate-900\/70{
  --tw-ring-color: rgb(15 23 42 / 0.7);
}

.ring-slate-900\/75{
  --tw-ring-color: rgb(15 23 42 / 0.75);
}

.ring-slate-900\/80{
  --tw-ring-color: rgb(15 23 42 / 0.8);
}

.ring-slate-900\/90{
  --tw-ring-color: rgb(15 23 42 / 0.9);
}

.ring-slate-900\/95{
  --tw-ring-color: rgb(15 23 42 / 0.95);
}

.ring-slate-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity));
}

.ring-slate-950\/0{
  --tw-ring-color: rgb(2 6 23 / 0);
}

.ring-slate-950\/10{
  --tw-ring-color: rgb(2 6 23 / 0.1);
}

.ring-slate-950\/100{
  --tw-ring-color: rgb(2 6 23 / 1);
}

.ring-slate-950\/20{
  --tw-ring-color: rgb(2 6 23 / 0.2);
}

.ring-slate-950\/25{
  --tw-ring-color: rgb(2 6 23 / 0.25);
}

.ring-slate-950\/30{
  --tw-ring-color: rgb(2 6 23 / 0.3);
}

.ring-slate-950\/40{
  --tw-ring-color: rgb(2 6 23 / 0.4);
}

.ring-slate-950\/5{
  --tw-ring-color: rgb(2 6 23 / 0.05);
}

.ring-slate-950\/50{
  --tw-ring-color: rgb(2 6 23 / 0.5);
}

.ring-slate-950\/60{
  --tw-ring-color: rgb(2 6 23 / 0.6);
}

.ring-slate-950\/70{
  --tw-ring-color: rgb(2 6 23 / 0.7);
}

.ring-slate-950\/75{
  --tw-ring-color: rgb(2 6 23 / 0.75);
}

.ring-slate-950\/80{
  --tw-ring-color: rgb(2 6 23 / 0.8);
}

.ring-slate-950\/90{
  --tw-ring-color: rgb(2 6 23 / 0.9);
}

.ring-slate-950\/95{
  --tw-ring-color: rgb(2 6 23 / 0.95);
}

.ring-stone-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity));
}

.ring-stone-100\/0{
  --tw-ring-color: rgb(245 245 244 / 0);
}

.ring-stone-100\/10{
  --tw-ring-color: rgb(245 245 244 / 0.1);
}

.ring-stone-100\/100{
  --tw-ring-color: rgb(245 245 244 / 1);
}

.ring-stone-100\/20{
  --tw-ring-color: rgb(245 245 244 / 0.2);
}

.ring-stone-100\/25{
  --tw-ring-color: rgb(245 245 244 / 0.25);
}

.ring-stone-100\/30{
  --tw-ring-color: rgb(245 245 244 / 0.3);
}

.ring-stone-100\/40{
  --tw-ring-color: rgb(245 245 244 / 0.4);
}

.ring-stone-100\/5{
  --tw-ring-color: rgb(245 245 244 / 0.05);
}

.ring-stone-100\/50{
  --tw-ring-color: rgb(245 245 244 / 0.5);
}

.ring-stone-100\/60{
  --tw-ring-color: rgb(245 245 244 / 0.6);
}

.ring-stone-100\/70{
  --tw-ring-color: rgb(245 245 244 / 0.7);
}

.ring-stone-100\/75{
  --tw-ring-color: rgb(245 245 244 / 0.75);
}

.ring-stone-100\/80{
  --tw-ring-color: rgb(245 245 244 / 0.8);
}

.ring-stone-100\/90{
  --tw-ring-color: rgb(245 245 244 / 0.9);
}

.ring-stone-100\/95{
  --tw-ring-color: rgb(245 245 244 / 0.95);
}

.ring-stone-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity));
}

.ring-stone-200\/0{
  --tw-ring-color: rgb(231 229 228 / 0);
}

.ring-stone-200\/10{
  --tw-ring-color: rgb(231 229 228 / 0.1);
}

.ring-stone-200\/100{
  --tw-ring-color: rgb(231 229 228 / 1);
}

.ring-stone-200\/20{
  --tw-ring-color: rgb(231 229 228 / 0.2);
}

.ring-stone-200\/25{
  --tw-ring-color: rgb(231 229 228 / 0.25);
}

.ring-stone-200\/30{
  --tw-ring-color: rgb(231 229 228 / 0.3);
}

.ring-stone-200\/40{
  --tw-ring-color: rgb(231 229 228 / 0.4);
}

.ring-stone-200\/5{
  --tw-ring-color: rgb(231 229 228 / 0.05);
}

.ring-stone-200\/50{
  --tw-ring-color: rgb(231 229 228 / 0.5);
}

.ring-stone-200\/60{
  --tw-ring-color: rgb(231 229 228 / 0.6);
}

.ring-stone-200\/70{
  --tw-ring-color: rgb(231 229 228 / 0.7);
}

.ring-stone-200\/75{
  --tw-ring-color: rgb(231 229 228 / 0.75);
}

.ring-stone-200\/80{
  --tw-ring-color: rgb(231 229 228 / 0.8);
}

.ring-stone-200\/90{
  --tw-ring-color: rgb(231 229 228 / 0.9);
}

.ring-stone-200\/95{
  --tw-ring-color: rgb(231 229 228 / 0.95);
}

.ring-stone-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity));
}

.ring-stone-300\/0{
  --tw-ring-color: rgb(214 211 209 / 0);
}

.ring-stone-300\/10{
  --tw-ring-color: rgb(214 211 209 / 0.1);
}

.ring-stone-300\/100{
  --tw-ring-color: rgb(214 211 209 / 1);
}

.ring-stone-300\/20{
  --tw-ring-color: rgb(214 211 209 / 0.2);
}

.ring-stone-300\/25{
  --tw-ring-color: rgb(214 211 209 / 0.25);
}

.ring-stone-300\/30{
  --tw-ring-color: rgb(214 211 209 / 0.3);
}

.ring-stone-300\/40{
  --tw-ring-color: rgb(214 211 209 / 0.4);
}

.ring-stone-300\/5{
  --tw-ring-color: rgb(214 211 209 / 0.05);
}

.ring-stone-300\/50{
  --tw-ring-color: rgb(214 211 209 / 0.5);
}

.ring-stone-300\/60{
  --tw-ring-color: rgb(214 211 209 / 0.6);
}

.ring-stone-300\/70{
  --tw-ring-color: rgb(214 211 209 / 0.7);
}

.ring-stone-300\/75{
  --tw-ring-color: rgb(214 211 209 / 0.75);
}

.ring-stone-300\/80{
  --tw-ring-color: rgb(214 211 209 / 0.8);
}

.ring-stone-300\/90{
  --tw-ring-color: rgb(214 211 209 / 0.9);
}

.ring-stone-300\/95{
  --tw-ring-color: rgb(214 211 209 / 0.95);
}

.ring-stone-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity));
}

.ring-stone-400\/0{
  --tw-ring-color: rgb(168 162 158 / 0);
}

.ring-stone-400\/10{
  --tw-ring-color: rgb(168 162 158 / 0.1);
}

.ring-stone-400\/100{
  --tw-ring-color: rgb(168 162 158 / 1);
}

.ring-stone-400\/20{
  --tw-ring-color: rgb(168 162 158 / 0.2);
}

.ring-stone-400\/25{
  --tw-ring-color: rgb(168 162 158 / 0.25);
}

.ring-stone-400\/30{
  --tw-ring-color: rgb(168 162 158 / 0.3);
}

.ring-stone-400\/40{
  --tw-ring-color: rgb(168 162 158 / 0.4);
}

.ring-stone-400\/5{
  --tw-ring-color: rgb(168 162 158 / 0.05);
}

.ring-stone-400\/50{
  --tw-ring-color: rgb(168 162 158 / 0.5);
}

.ring-stone-400\/60{
  --tw-ring-color: rgb(168 162 158 / 0.6);
}

.ring-stone-400\/70{
  --tw-ring-color: rgb(168 162 158 / 0.7);
}

.ring-stone-400\/75{
  --tw-ring-color: rgb(168 162 158 / 0.75);
}

.ring-stone-400\/80{
  --tw-ring-color: rgb(168 162 158 / 0.8);
}

.ring-stone-400\/90{
  --tw-ring-color: rgb(168 162 158 / 0.9);
}

.ring-stone-400\/95{
  --tw-ring-color: rgb(168 162 158 / 0.95);
}

.ring-stone-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 249 / var(--tw-ring-opacity));
}

.ring-stone-50\/0{
  --tw-ring-color: rgb(250 250 249 / 0);
}

.ring-stone-50\/10{
  --tw-ring-color: rgb(250 250 249 / 0.1);
}

.ring-stone-50\/100{
  --tw-ring-color: rgb(250 250 249 / 1);
}

.ring-stone-50\/20{
  --tw-ring-color: rgb(250 250 249 / 0.2);
}

.ring-stone-50\/25{
  --tw-ring-color: rgb(250 250 249 / 0.25);
}

.ring-stone-50\/30{
  --tw-ring-color: rgb(250 250 249 / 0.3);
}

.ring-stone-50\/40{
  --tw-ring-color: rgb(250 250 249 / 0.4);
}

.ring-stone-50\/5{
  --tw-ring-color: rgb(250 250 249 / 0.05);
}

.ring-stone-50\/50{
  --tw-ring-color: rgb(250 250 249 / 0.5);
}

.ring-stone-50\/60{
  --tw-ring-color: rgb(250 250 249 / 0.6);
}

.ring-stone-50\/70{
  --tw-ring-color: rgb(250 250 249 / 0.7);
}

.ring-stone-50\/75{
  --tw-ring-color: rgb(250 250 249 / 0.75);
}

.ring-stone-50\/80{
  --tw-ring-color: rgb(250 250 249 / 0.8);
}

.ring-stone-50\/90{
  --tw-ring-color: rgb(250 250 249 / 0.9);
}

.ring-stone-50\/95{
  --tw-ring-color: rgb(250 250 249 / 0.95);
}

.ring-stone-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity));
}

.ring-stone-500\/0{
  --tw-ring-color: rgb(120 113 108 / 0);
}

.ring-stone-500\/10{
  --tw-ring-color: rgb(120 113 108 / 0.1);
}

.ring-stone-500\/100{
  --tw-ring-color: rgb(120 113 108 / 1);
}

.ring-stone-500\/20{
  --tw-ring-color: rgb(120 113 108 / 0.2);
}

.ring-stone-500\/25{
  --tw-ring-color: rgb(120 113 108 / 0.25);
}

.ring-stone-500\/30{
  --tw-ring-color: rgb(120 113 108 / 0.3);
}

.ring-stone-500\/40{
  --tw-ring-color: rgb(120 113 108 / 0.4);
}

.ring-stone-500\/5{
  --tw-ring-color: rgb(120 113 108 / 0.05);
}

.ring-stone-500\/50{
  --tw-ring-color: rgb(120 113 108 / 0.5);
}

.ring-stone-500\/60{
  --tw-ring-color: rgb(120 113 108 / 0.6);
}

.ring-stone-500\/70{
  --tw-ring-color: rgb(120 113 108 / 0.7);
}

.ring-stone-500\/75{
  --tw-ring-color: rgb(120 113 108 / 0.75);
}

.ring-stone-500\/80{
  --tw-ring-color: rgb(120 113 108 / 0.8);
}

.ring-stone-500\/90{
  --tw-ring-color: rgb(120 113 108 / 0.9);
}

.ring-stone-500\/95{
  --tw-ring-color: rgb(120 113 108 / 0.95);
}

.ring-stone-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity));
}

.ring-stone-600\/0{
  --tw-ring-color: rgb(87 83 78 / 0);
}

.ring-stone-600\/10{
  --tw-ring-color: rgb(87 83 78 / 0.1);
}

.ring-stone-600\/100{
  --tw-ring-color: rgb(87 83 78 / 1);
}

.ring-stone-600\/20{
  --tw-ring-color: rgb(87 83 78 / 0.2);
}

.ring-stone-600\/25{
  --tw-ring-color: rgb(87 83 78 / 0.25);
}

.ring-stone-600\/30{
  --tw-ring-color: rgb(87 83 78 / 0.3);
}

.ring-stone-600\/40{
  --tw-ring-color: rgb(87 83 78 / 0.4);
}

.ring-stone-600\/5{
  --tw-ring-color: rgb(87 83 78 / 0.05);
}

.ring-stone-600\/50{
  --tw-ring-color: rgb(87 83 78 / 0.5);
}

.ring-stone-600\/60{
  --tw-ring-color: rgb(87 83 78 / 0.6);
}

.ring-stone-600\/70{
  --tw-ring-color: rgb(87 83 78 / 0.7);
}

.ring-stone-600\/75{
  --tw-ring-color: rgb(87 83 78 / 0.75);
}

.ring-stone-600\/80{
  --tw-ring-color: rgb(87 83 78 / 0.8);
}

.ring-stone-600\/90{
  --tw-ring-color: rgb(87 83 78 / 0.9);
}

.ring-stone-600\/95{
  --tw-ring-color: rgb(87 83 78 / 0.95);
}

.ring-stone-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity));
}

.ring-stone-700\/0{
  --tw-ring-color: rgb(68 64 60 / 0);
}

.ring-stone-700\/10{
  --tw-ring-color: rgb(68 64 60 / 0.1);
}

.ring-stone-700\/100{
  --tw-ring-color: rgb(68 64 60 / 1);
}

.ring-stone-700\/20{
  --tw-ring-color: rgb(68 64 60 / 0.2);
}

.ring-stone-700\/25{
  --tw-ring-color: rgb(68 64 60 / 0.25);
}

.ring-stone-700\/30{
  --tw-ring-color: rgb(68 64 60 / 0.3);
}

.ring-stone-700\/40{
  --tw-ring-color: rgb(68 64 60 / 0.4);
}

.ring-stone-700\/5{
  --tw-ring-color: rgb(68 64 60 / 0.05);
}

.ring-stone-700\/50{
  --tw-ring-color: rgb(68 64 60 / 0.5);
}

.ring-stone-700\/60{
  --tw-ring-color: rgb(68 64 60 / 0.6);
}

.ring-stone-700\/70{
  --tw-ring-color: rgb(68 64 60 / 0.7);
}

.ring-stone-700\/75{
  --tw-ring-color: rgb(68 64 60 / 0.75);
}

.ring-stone-700\/80{
  --tw-ring-color: rgb(68 64 60 / 0.8);
}

.ring-stone-700\/90{
  --tw-ring-color: rgb(68 64 60 / 0.9);
}

.ring-stone-700\/95{
  --tw-ring-color: rgb(68 64 60 / 0.95);
}

.ring-stone-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity));
}

.ring-stone-800\/0{
  --tw-ring-color: rgb(41 37 36 / 0);
}

.ring-stone-800\/10{
  --tw-ring-color: rgb(41 37 36 / 0.1);
}

.ring-stone-800\/100{
  --tw-ring-color: rgb(41 37 36 / 1);
}

.ring-stone-800\/20{
  --tw-ring-color: rgb(41 37 36 / 0.2);
}

.ring-stone-800\/25{
  --tw-ring-color: rgb(41 37 36 / 0.25);
}

.ring-stone-800\/30{
  --tw-ring-color: rgb(41 37 36 / 0.3);
}

.ring-stone-800\/40{
  --tw-ring-color: rgb(41 37 36 / 0.4);
}

.ring-stone-800\/5{
  --tw-ring-color: rgb(41 37 36 / 0.05);
}

.ring-stone-800\/50{
  --tw-ring-color: rgb(41 37 36 / 0.5);
}

.ring-stone-800\/60{
  --tw-ring-color: rgb(41 37 36 / 0.6);
}

.ring-stone-800\/70{
  --tw-ring-color: rgb(41 37 36 / 0.7);
}

.ring-stone-800\/75{
  --tw-ring-color: rgb(41 37 36 / 0.75);
}

.ring-stone-800\/80{
  --tw-ring-color: rgb(41 37 36 / 0.8);
}

.ring-stone-800\/90{
  --tw-ring-color: rgb(41 37 36 / 0.9);
}

.ring-stone-800\/95{
  --tw-ring-color: rgb(41 37 36 / 0.95);
}

.ring-stone-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity));
}

.ring-stone-900\/0{
  --tw-ring-color: rgb(28 25 23 / 0);
}

.ring-stone-900\/10{
  --tw-ring-color: rgb(28 25 23 / 0.1);
}

.ring-stone-900\/100{
  --tw-ring-color: rgb(28 25 23 / 1);
}

.ring-stone-900\/20{
  --tw-ring-color: rgb(28 25 23 / 0.2);
}

.ring-stone-900\/25{
  --tw-ring-color: rgb(28 25 23 / 0.25);
}

.ring-stone-900\/30{
  --tw-ring-color: rgb(28 25 23 / 0.3);
}

.ring-stone-900\/40{
  --tw-ring-color: rgb(28 25 23 / 0.4);
}

.ring-stone-900\/5{
  --tw-ring-color: rgb(28 25 23 / 0.05);
}

.ring-stone-900\/50{
  --tw-ring-color: rgb(28 25 23 / 0.5);
}

.ring-stone-900\/60{
  --tw-ring-color: rgb(28 25 23 / 0.6);
}

.ring-stone-900\/70{
  --tw-ring-color: rgb(28 25 23 / 0.7);
}

.ring-stone-900\/75{
  --tw-ring-color: rgb(28 25 23 / 0.75);
}

.ring-stone-900\/80{
  --tw-ring-color: rgb(28 25 23 / 0.8);
}

.ring-stone-900\/90{
  --tw-ring-color: rgb(28 25 23 / 0.9);
}

.ring-stone-900\/95{
  --tw-ring-color: rgb(28 25 23 / 0.95);
}

.ring-stone-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 10 9 / var(--tw-ring-opacity));
}

.ring-stone-950\/0{
  --tw-ring-color: rgb(12 10 9 / 0);
}

.ring-stone-950\/10{
  --tw-ring-color: rgb(12 10 9 / 0.1);
}

.ring-stone-950\/100{
  --tw-ring-color: rgb(12 10 9 / 1);
}

.ring-stone-950\/20{
  --tw-ring-color: rgb(12 10 9 / 0.2);
}

.ring-stone-950\/25{
  --tw-ring-color: rgb(12 10 9 / 0.25);
}

.ring-stone-950\/30{
  --tw-ring-color: rgb(12 10 9 / 0.3);
}

.ring-stone-950\/40{
  --tw-ring-color: rgb(12 10 9 / 0.4);
}

.ring-stone-950\/5{
  --tw-ring-color: rgb(12 10 9 / 0.05);
}

.ring-stone-950\/50{
  --tw-ring-color: rgb(12 10 9 / 0.5);
}

.ring-stone-950\/60{
  --tw-ring-color: rgb(12 10 9 / 0.6);
}

.ring-stone-950\/70{
  --tw-ring-color: rgb(12 10 9 / 0.7);
}

.ring-stone-950\/75{
  --tw-ring-color: rgb(12 10 9 / 0.75);
}

.ring-stone-950\/80{
  --tw-ring-color: rgb(12 10 9 / 0.8);
}

.ring-stone-950\/90{
  --tw-ring-color: rgb(12 10 9 / 0.9);
}

.ring-stone-950\/95{
  --tw-ring-color: rgb(12 10 9 / 0.95);
}

.ring-teal-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity));
}

.ring-teal-100\/0{
  --tw-ring-color: rgb(204 251 241 / 0);
}

.ring-teal-100\/10{
  --tw-ring-color: rgb(204 251 241 / 0.1);
}

.ring-teal-100\/100{
  --tw-ring-color: rgb(204 251 241 / 1);
}

.ring-teal-100\/20{
  --tw-ring-color: rgb(204 251 241 / 0.2);
}

.ring-teal-100\/25{
  --tw-ring-color: rgb(204 251 241 / 0.25);
}

.ring-teal-100\/30{
  --tw-ring-color: rgb(204 251 241 / 0.3);
}

.ring-teal-100\/40{
  --tw-ring-color: rgb(204 251 241 / 0.4);
}

.ring-teal-100\/5{
  --tw-ring-color: rgb(204 251 241 / 0.05);
}

.ring-teal-100\/50{
  --tw-ring-color: rgb(204 251 241 / 0.5);
}

.ring-teal-100\/60{
  --tw-ring-color: rgb(204 251 241 / 0.6);
}

.ring-teal-100\/70{
  --tw-ring-color: rgb(204 251 241 / 0.7);
}

.ring-teal-100\/75{
  --tw-ring-color: rgb(204 251 241 / 0.75);
}

.ring-teal-100\/80{
  --tw-ring-color: rgb(204 251 241 / 0.8);
}

.ring-teal-100\/90{
  --tw-ring-color: rgb(204 251 241 / 0.9);
}

.ring-teal-100\/95{
  --tw-ring-color: rgb(204 251 241 / 0.95);
}

.ring-teal-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity));
}

.ring-teal-200\/0{
  --tw-ring-color: rgb(153 246 228 / 0);
}

.ring-teal-200\/10{
  --tw-ring-color: rgb(153 246 228 / 0.1);
}

.ring-teal-200\/100{
  --tw-ring-color: rgb(153 246 228 / 1);
}

.ring-teal-200\/20{
  --tw-ring-color: rgb(153 246 228 / 0.2);
}

.ring-teal-200\/25{
  --tw-ring-color: rgb(153 246 228 / 0.25);
}

.ring-teal-200\/30{
  --tw-ring-color: rgb(153 246 228 / 0.3);
}

.ring-teal-200\/40{
  --tw-ring-color: rgb(153 246 228 / 0.4);
}

.ring-teal-200\/5{
  --tw-ring-color: rgb(153 246 228 / 0.05);
}

.ring-teal-200\/50{
  --tw-ring-color: rgb(153 246 228 / 0.5);
}

.ring-teal-200\/60{
  --tw-ring-color: rgb(153 246 228 / 0.6);
}

.ring-teal-200\/70{
  --tw-ring-color: rgb(153 246 228 / 0.7);
}

.ring-teal-200\/75{
  --tw-ring-color: rgb(153 246 228 / 0.75);
}

.ring-teal-200\/80{
  --tw-ring-color: rgb(153 246 228 / 0.8);
}

.ring-teal-200\/90{
  --tw-ring-color: rgb(153 246 228 / 0.9);
}

.ring-teal-200\/95{
  --tw-ring-color: rgb(153 246 228 / 0.95);
}

.ring-teal-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity));
}

.ring-teal-300\/0{
  --tw-ring-color: rgb(94 234 212 / 0);
}

.ring-teal-300\/10{
  --tw-ring-color: rgb(94 234 212 / 0.1);
}

.ring-teal-300\/100{
  --tw-ring-color: rgb(94 234 212 / 1);
}

.ring-teal-300\/20{
  --tw-ring-color: rgb(94 234 212 / 0.2);
}

.ring-teal-300\/25{
  --tw-ring-color: rgb(94 234 212 / 0.25);
}

.ring-teal-300\/30{
  --tw-ring-color: rgb(94 234 212 / 0.3);
}

.ring-teal-300\/40{
  --tw-ring-color: rgb(94 234 212 / 0.4);
}

.ring-teal-300\/5{
  --tw-ring-color: rgb(94 234 212 / 0.05);
}

.ring-teal-300\/50{
  --tw-ring-color: rgb(94 234 212 / 0.5);
}

.ring-teal-300\/60{
  --tw-ring-color: rgb(94 234 212 / 0.6);
}

.ring-teal-300\/70{
  --tw-ring-color: rgb(94 234 212 / 0.7);
}

.ring-teal-300\/75{
  --tw-ring-color: rgb(94 234 212 / 0.75);
}

.ring-teal-300\/80{
  --tw-ring-color: rgb(94 234 212 / 0.8);
}

.ring-teal-300\/90{
  --tw-ring-color: rgb(94 234 212 / 0.9);
}

.ring-teal-300\/95{
  --tw-ring-color: rgb(94 234 212 / 0.95);
}

.ring-teal-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity));
}

.ring-teal-400\/0{
  --tw-ring-color: rgb(45 212 191 / 0);
}

.ring-teal-400\/10{
  --tw-ring-color: rgb(45 212 191 / 0.1);
}

.ring-teal-400\/100{
  --tw-ring-color: rgb(45 212 191 / 1);
}

.ring-teal-400\/20{
  --tw-ring-color: rgb(45 212 191 / 0.2);
}

.ring-teal-400\/25{
  --tw-ring-color: rgb(45 212 191 / 0.25);
}

.ring-teal-400\/30{
  --tw-ring-color: rgb(45 212 191 / 0.3);
}

.ring-teal-400\/40{
  --tw-ring-color: rgb(45 212 191 / 0.4);
}

.ring-teal-400\/5{
  --tw-ring-color: rgb(45 212 191 / 0.05);
}

.ring-teal-400\/50{
  --tw-ring-color: rgb(45 212 191 / 0.5);
}

.ring-teal-400\/60{
  --tw-ring-color: rgb(45 212 191 / 0.6);
}

.ring-teal-400\/70{
  --tw-ring-color: rgb(45 212 191 / 0.7);
}

.ring-teal-400\/75{
  --tw-ring-color: rgb(45 212 191 / 0.75);
}

.ring-teal-400\/80{
  --tw-ring-color: rgb(45 212 191 / 0.8);
}

.ring-teal-400\/90{
  --tw-ring-color: rgb(45 212 191 / 0.9);
}

.ring-teal-400\/95{
  --tw-ring-color: rgb(45 212 191 / 0.95);
}

.ring-teal-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity));
}

.ring-teal-50\/0{
  --tw-ring-color: rgb(240 253 250 / 0);
}

.ring-teal-50\/10{
  --tw-ring-color: rgb(240 253 250 / 0.1);
}

.ring-teal-50\/100{
  --tw-ring-color: rgb(240 253 250 / 1);
}

.ring-teal-50\/20{
  --tw-ring-color: rgb(240 253 250 / 0.2);
}

.ring-teal-50\/25{
  --tw-ring-color: rgb(240 253 250 / 0.25);
}

.ring-teal-50\/30{
  --tw-ring-color: rgb(240 253 250 / 0.3);
}

.ring-teal-50\/40{
  --tw-ring-color: rgb(240 253 250 / 0.4);
}

.ring-teal-50\/5{
  --tw-ring-color: rgb(240 253 250 / 0.05);
}

.ring-teal-50\/50{
  --tw-ring-color: rgb(240 253 250 / 0.5);
}

.ring-teal-50\/60{
  --tw-ring-color: rgb(240 253 250 / 0.6);
}

.ring-teal-50\/70{
  --tw-ring-color: rgb(240 253 250 / 0.7);
}

.ring-teal-50\/75{
  --tw-ring-color: rgb(240 253 250 / 0.75);
}

.ring-teal-50\/80{
  --tw-ring-color: rgb(240 253 250 / 0.8);
}

.ring-teal-50\/90{
  --tw-ring-color: rgb(240 253 250 / 0.9);
}

.ring-teal-50\/95{
  --tw-ring-color: rgb(240 253 250 / 0.95);
}

.ring-teal-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity));
}

.ring-teal-500\/0{
  --tw-ring-color: rgb(20 184 166 / 0);
}

.ring-teal-500\/10{
  --tw-ring-color: rgb(20 184 166 / 0.1);
}

.ring-teal-500\/100{
  --tw-ring-color: rgb(20 184 166 / 1);
}

.ring-teal-500\/20{
  --tw-ring-color: rgb(20 184 166 / 0.2);
}

.ring-teal-500\/25{
  --tw-ring-color: rgb(20 184 166 / 0.25);
}

.ring-teal-500\/30{
  --tw-ring-color: rgb(20 184 166 / 0.3);
}

.ring-teal-500\/40{
  --tw-ring-color: rgb(20 184 166 / 0.4);
}

.ring-teal-500\/5{
  --tw-ring-color: rgb(20 184 166 / 0.05);
}

.ring-teal-500\/50{
  --tw-ring-color: rgb(20 184 166 / 0.5);
}

.ring-teal-500\/60{
  --tw-ring-color: rgb(20 184 166 / 0.6);
}

.ring-teal-500\/70{
  --tw-ring-color: rgb(20 184 166 / 0.7);
}

.ring-teal-500\/75{
  --tw-ring-color: rgb(20 184 166 / 0.75);
}

.ring-teal-500\/80{
  --tw-ring-color: rgb(20 184 166 / 0.8);
}

.ring-teal-500\/90{
  --tw-ring-color: rgb(20 184 166 / 0.9);
}

.ring-teal-500\/95{
  --tw-ring-color: rgb(20 184 166 / 0.95);
}

.ring-teal-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity));
}

.ring-teal-600\/0{
  --tw-ring-color: rgb(13 148 136 / 0);
}

.ring-teal-600\/10{
  --tw-ring-color: rgb(13 148 136 / 0.1);
}

.ring-teal-600\/100{
  --tw-ring-color: rgb(13 148 136 / 1);
}

.ring-teal-600\/20{
  --tw-ring-color: rgb(13 148 136 / 0.2);
}

.ring-teal-600\/25{
  --tw-ring-color: rgb(13 148 136 / 0.25);
}

.ring-teal-600\/30{
  --tw-ring-color: rgb(13 148 136 / 0.3);
}

.ring-teal-600\/40{
  --tw-ring-color: rgb(13 148 136 / 0.4);
}

.ring-teal-600\/5{
  --tw-ring-color: rgb(13 148 136 / 0.05);
}

.ring-teal-600\/50{
  --tw-ring-color: rgb(13 148 136 / 0.5);
}

.ring-teal-600\/60{
  --tw-ring-color: rgb(13 148 136 / 0.6);
}

.ring-teal-600\/70{
  --tw-ring-color: rgb(13 148 136 / 0.7);
}

.ring-teal-600\/75{
  --tw-ring-color: rgb(13 148 136 / 0.75);
}

.ring-teal-600\/80{
  --tw-ring-color: rgb(13 148 136 / 0.8);
}

.ring-teal-600\/90{
  --tw-ring-color: rgb(13 148 136 / 0.9);
}

.ring-teal-600\/95{
  --tw-ring-color: rgb(13 148 136 / 0.95);
}

.ring-teal-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity));
}

.ring-teal-700\/0{
  --tw-ring-color: rgb(15 118 110 / 0);
}

.ring-teal-700\/10{
  --tw-ring-color: rgb(15 118 110 / 0.1);
}

.ring-teal-700\/100{
  --tw-ring-color: rgb(15 118 110 / 1);
}

.ring-teal-700\/20{
  --tw-ring-color: rgb(15 118 110 / 0.2);
}

.ring-teal-700\/25{
  --tw-ring-color: rgb(15 118 110 / 0.25);
}

.ring-teal-700\/30{
  --tw-ring-color: rgb(15 118 110 / 0.3);
}

.ring-teal-700\/40{
  --tw-ring-color: rgb(15 118 110 / 0.4);
}

.ring-teal-700\/5{
  --tw-ring-color: rgb(15 118 110 / 0.05);
}

.ring-teal-700\/50{
  --tw-ring-color: rgb(15 118 110 / 0.5);
}

.ring-teal-700\/60{
  --tw-ring-color: rgb(15 118 110 / 0.6);
}

.ring-teal-700\/70{
  --tw-ring-color: rgb(15 118 110 / 0.7);
}

.ring-teal-700\/75{
  --tw-ring-color: rgb(15 118 110 / 0.75);
}

.ring-teal-700\/80{
  --tw-ring-color: rgb(15 118 110 / 0.8);
}

.ring-teal-700\/90{
  --tw-ring-color: rgb(15 118 110 / 0.9);
}

.ring-teal-700\/95{
  --tw-ring-color: rgb(15 118 110 / 0.95);
}

.ring-teal-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity));
}

.ring-teal-800\/0{
  --tw-ring-color: rgb(17 94 89 / 0);
}

.ring-teal-800\/10{
  --tw-ring-color: rgb(17 94 89 / 0.1);
}

.ring-teal-800\/100{
  --tw-ring-color: rgb(17 94 89 / 1);
}

.ring-teal-800\/20{
  --tw-ring-color: rgb(17 94 89 / 0.2);
}

.ring-teal-800\/25{
  --tw-ring-color: rgb(17 94 89 / 0.25);
}

.ring-teal-800\/30{
  --tw-ring-color: rgb(17 94 89 / 0.3);
}

.ring-teal-800\/40{
  --tw-ring-color: rgb(17 94 89 / 0.4);
}

.ring-teal-800\/5{
  --tw-ring-color: rgb(17 94 89 / 0.05);
}

.ring-teal-800\/50{
  --tw-ring-color: rgb(17 94 89 / 0.5);
}

.ring-teal-800\/60{
  --tw-ring-color: rgb(17 94 89 / 0.6);
}

.ring-teal-800\/70{
  --tw-ring-color: rgb(17 94 89 / 0.7);
}

.ring-teal-800\/75{
  --tw-ring-color: rgb(17 94 89 / 0.75);
}

.ring-teal-800\/80{
  --tw-ring-color: rgb(17 94 89 / 0.8);
}

.ring-teal-800\/90{
  --tw-ring-color: rgb(17 94 89 / 0.9);
}

.ring-teal-800\/95{
  --tw-ring-color: rgb(17 94 89 / 0.95);
}

.ring-teal-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity));
}

.ring-teal-900\/0{
  --tw-ring-color: rgb(19 78 74 / 0);
}

.ring-teal-900\/10{
  --tw-ring-color: rgb(19 78 74 / 0.1);
}

.ring-teal-900\/100{
  --tw-ring-color: rgb(19 78 74 / 1);
}

.ring-teal-900\/20{
  --tw-ring-color: rgb(19 78 74 / 0.2);
}

.ring-teal-900\/25{
  --tw-ring-color: rgb(19 78 74 / 0.25);
}

.ring-teal-900\/30{
  --tw-ring-color: rgb(19 78 74 / 0.3);
}

.ring-teal-900\/40{
  --tw-ring-color: rgb(19 78 74 / 0.4);
}

.ring-teal-900\/5{
  --tw-ring-color: rgb(19 78 74 / 0.05);
}

.ring-teal-900\/50{
  --tw-ring-color: rgb(19 78 74 / 0.5);
}

.ring-teal-900\/60{
  --tw-ring-color: rgb(19 78 74 / 0.6);
}

.ring-teal-900\/70{
  --tw-ring-color: rgb(19 78 74 / 0.7);
}

.ring-teal-900\/75{
  --tw-ring-color: rgb(19 78 74 / 0.75);
}

.ring-teal-900\/80{
  --tw-ring-color: rgb(19 78 74 / 0.8);
}

.ring-teal-900\/90{
  --tw-ring-color: rgb(19 78 74 / 0.9);
}

.ring-teal-900\/95{
  --tw-ring-color: rgb(19 78 74 / 0.95);
}

.ring-teal-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 47 46 / var(--tw-ring-opacity));
}

.ring-teal-950\/0{
  --tw-ring-color: rgb(4 47 46 / 0);
}

.ring-teal-950\/10{
  --tw-ring-color: rgb(4 47 46 / 0.1);
}

.ring-teal-950\/100{
  --tw-ring-color: rgb(4 47 46 / 1);
}

.ring-teal-950\/20{
  --tw-ring-color: rgb(4 47 46 / 0.2);
}

.ring-teal-950\/25{
  --tw-ring-color: rgb(4 47 46 / 0.25);
}

.ring-teal-950\/30{
  --tw-ring-color: rgb(4 47 46 / 0.3);
}

.ring-teal-950\/40{
  --tw-ring-color: rgb(4 47 46 / 0.4);
}

.ring-teal-950\/5{
  --tw-ring-color: rgb(4 47 46 / 0.05);
}

.ring-teal-950\/50{
  --tw-ring-color: rgb(4 47 46 / 0.5);
}

.ring-teal-950\/60{
  --tw-ring-color: rgb(4 47 46 / 0.6);
}

.ring-teal-950\/70{
  --tw-ring-color: rgb(4 47 46 / 0.7);
}

.ring-teal-950\/75{
  --tw-ring-color: rgb(4 47 46 / 0.75);
}

.ring-teal-950\/80{
  --tw-ring-color: rgb(4 47 46 / 0.8);
}

.ring-teal-950\/90{
  --tw-ring-color: rgb(4 47 46 / 0.9);
}

.ring-teal-950\/95{
  --tw-ring-color: rgb(4 47 46 / 0.95);
}

.ring-transparent{
  --tw-ring-color: transparent;
}

.ring-transparent\/0{
  --tw-ring-color: rgb(0 0 0 / 0);
}

.ring-transparent\/10{
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.ring-transparent\/100{
  --tw-ring-color: rgb(0 0 0 / 1);
}

.ring-transparent\/20{
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.ring-transparent\/25{
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.ring-transparent\/30{
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.ring-transparent\/40{
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.ring-transparent\/5{
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.ring-transparent\/50{
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.ring-transparent\/60{
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.ring-transparent\/70{
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.ring-transparent\/75{
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.ring-transparent\/80{
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.ring-transparent\/90{
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.ring-transparent\/95{
  --tw-ring-color: rgb(0 0 0 / 0.95);
}

.ring-violet-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity));
}

.ring-violet-100\/0{
  --tw-ring-color: rgb(237 233 254 / 0);
}

.ring-violet-100\/10{
  --tw-ring-color: rgb(237 233 254 / 0.1);
}

.ring-violet-100\/100{
  --tw-ring-color: rgb(237 233 254 / 1);
}

.ring-violet-100\/20{
  --tw-ring-color: rgb(237 233 254 / 0.2);
}

.ring-violet-100\/25{
  --tw-ring-color: rgb(237 233 254 / 0.25);
}

.ring-violet-100\/30{
  --tw-ring-color: rgb(237 233 254 / 0.3);
}

.ring-violet-100\/40{
  --tw-ring-color: rgb(237 233 254 / 0.4);
}

.ring-violet-100\/5{
  --tw-ring-color: rgb(237 233 254 / 0.05);
}

.ring-violet-100\/50{
  --tw-ring-color: rgb(237 233 254 / 0.5);
}

.ring-violet-100\/60{
  --tw-ring-color: rgb(237 233 254 / 0.6);
}

.ring-violet-100\/70{
  --tw-ring-color: rgb(237 233 254 / 0.7);
}

.ring-violet-100\/75{
  --tw-ring-color: rgb(237 233 254 / 0.75);
}

.ring-violet-100\/80{
  --tw-ring-color: rgb(237 233 254 / 0.8);
}

.ring-violet-100\/90{
  --tw-ring-color: rgb(237 233 254 / 0.9);
}

.ring-violet-100\/95{
  --tw-ring-color: rgb(237 233 254 / 0.95);
}

.ring-violet-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity));
}

.ring-violet-200\/0{
  --tw-ring-color: rgb(221 214 254 / 0);
}

.ring-violet-200\/10{
  --tw-ring-color: rgb(221 214 254 / 0.1);
}

.ring-violet-200\/100{
  --tw-ring-color: rgb(221 214 254 / 1);
}

.ring-violet-200\/20{
  --tw-ring-color: rgb(221 214 254 / 0.2);
}

.ring-violet-200\/25{
  --tw-ring-color: rgb(221 214 254 / 0.25);
}

.ring-violet-200\/30{
  --tw-ring-color: rgb(221 214 254 / 0.3);
}

.ring-violet-200\/40{
  --tw-ring-color: rgb(221 214 254 / 0.4);
}

.ring-violet-200\/5{
  --tw-ring-color: rgb(221 214 254 / 0.05);
}

.ring-violet-200\/50{
  --tw-ring-color: rgb(221 214 254 / 0.5);
}

.ring-violet-200\/60{
  --tw-ring-color: rgb(221 214 254 / 0.6);
}

.ring-violet-200\/70{
  --tw-ring-color: rgb(221 214 254 / 0.7);
}

.ring-violet-200\/75{
  --tw-ring-color: rgb(221 214 254 / 0.75);
}

.ring-violet-200\/80{
  --tw-ring-color: rgb(221 214 254 / 0.8);
}

.ring-violet-200\/90{
  --tw-ring-color: rgb(221 214 254 / 0.9);
}

.ring-violet-200\/95{
  --tw-ring-color: rgb(221 214 254 / 0.95);
}

.ring-violet-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity));
}

.ring-violet-300\/0{
  --tw-ring-color: rgb(196 181 253 / 0);
}

.ring-violet-300\/10{
  --tw-ring-color: rgb(196 181 253 / 0.1);
}

.ring-violet-300\/100{
  --tw-ring-color: rgb(196 181 253 / 1);
}

.ring-violet-300\/20{
  --tw-ring-color: rgb(196 181 253 / 0.2);
}

.ring-violet-300\/25{
  --tw-ring-color: rgb(196 181 253 / 0.25);
}

.ring-violet-300\/30{
  --tw-ring-color: rgb(196 181 253 / 0.3);
}

.ring-violet-300\/40{
  --tw-ring-color: rgb(196 181 253 / 0.4);
}

.ring-violet-300\/5{
  --tw-ring-color: rgb(196 181 253 / 0.05);
}

.ring-violet-300\/50{
  --tw-ring-color: rgb(196 181 253 / 0.5);
}

.ring-violet-300\/60{
  --tw-ring-color: rgb(196 181 253 / 0.6);
}

.ring-violet-300\/70{
  --tw-ring-color: rgb(196 181 253 / 0.7);
}

.ring-violet-300\/75{
  --tw-ring-color: rgb(196 181 253 / 0.75);
}

.ring-violet-300\/80{
  --tw-ring-color: rgb(196 181 253 / 0.8);
}

.ring-violet-300\/90{
  --tw-ring-color: rgb(196 181 253 / 0.9);
}

.ring-violet-300\/95{
  --tw-ring-color: rgb(196 181 253 / 0.95);
}

.ring-violet-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity));
}

.ring-violet-400\/0{
  --tw-ring-color: rgb(167 139 250 / 0);
}

.ring-violet-400\/10{
  --tw-ring-color: rgb(167 139 250 / 0.1);
}

.ring-violet-400\/100{
  --tw-ring-color: rgb(167 139 250 / 1);
}

.ring-violet-400\/20{
  --tw-ring-color: rgb(167 139 250 / 0.2);
}

.ring-violet-400\/25{
  --tw-ring-color: rgb(167 139 250 / 0.25);
}

.ring-violet-400\/30{
  --tw-ring-color: rgb(167 139 250 / 0.3);
}

.ring-violet-400\/40{
  --tw-ring-color: rgb(167 139 250 / 0.4);
}

.ring-violet-400\/5{
  --tw-ring-color: rgb(167 139 250 / 0.05);
}

.ring-violet-400\/50{
  --tw-ring-color: rgb(167 139 250 / 0.5);
}

.ring-violet-400\/60{
  --tw-ring-color: rgb(167 139 250 / 0.6);
}

.ring-violet-400\/70{
  --tw-ring-color: rgb(167 139 250 / 0.7);
}

.ring-violet-400\/75{
  --tw-ring-color: rgb(167 139 250 / 0.75);
}

.ring-violet-400\/80{
  --tw-ring-color: rgb(167 139 250 / 0.8);
}

.ring-violet-400\/90{
  --tw-ring-color: rgb(167 139 250 / 0.9);
}

.ring-violet-400\/95{
  --tw-ring-color: rgb(167 139 250 / 0.95);
}

.ring-violet-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity));
}

.ring-violet-50\/0{
  --tw-ring-color: rgb(245 243 255 / 0);
}

.ring-violet-50\/10{
  --tw-ring-color: rgb(245 243 255 / 0.1);
}

.ring-violet-50\/100{
  --tw-ring-color: rgb(245 243 255 / 1);
}

.ring-violet-50\/20{
  --tw-ring-color: rgb(245 243 255 / 0.2);
}

.ring-violet-50\/25{
  --tw-ring-color: rgb(245 243 255 / 0.25);
}

.ring-violet-50\/30{
  --tw-ring-color: rgb(245 243 255 / 0.3);
}

.ring-violet-50\/40{
  --tw-ring-color: rgb(245 243 255 / 0.4);
}

.ring-violet-50\/5{
  --tw-ring-color: rgb(245 243 255 / 0.05);
}

.ring-violet-50\/50{
  --tw-ring-color: rgb(245 243 255 / 0.5);
}

.ring-violet-50\/60{
  --tw-ring-color: rgb(245 243 255 / 0.6);
}

.ring-violet-50\/70{
  --tw-ring-color: rgb(245 243 255 / 0.7);
}

.ring-violet-50\/75{
  --tw-ring-color: rgb(245 243 255 / 0.75);
}

.ring-violet-50\/80{
  --tw-ring-color: rgb(245 243 255 / 0.8);
}

.ring-violet-50\/90{
  --tw-ring-color: rgb(245 243 255 / 0.9);
}

.ring-violet-50\/95{
  --tw-ring-color: rgb(245 243 255 / 0.95);
}

.ring-violet-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity));
}

.ring-violet-500\/0{
  --tw-ring-color: rgb(139 92 246 / 0);
}

.ring-violet-500\/10{
  --tw-ring-color: rgb(139 92 246 / 0.1);
}

.ring-violet-500\/100{
  --tw-ring-color: rgb(139 92 246 / 1);
}

.ring-violet-500\/20{
  --tw-ring-color: rgb(139 92 246 / 0.2);
}

.ring-violet-500\/25{
  --tw-ring-color: rgb(139 92 246 / 0.25);
}

.ring-violet-500\/30{
  --tw-ring-color: rgb(139 92 246 / 0.3);
}

.ring-violet-500\/40{
  --tw-ring-color: rgb(139 92 246 / 0.4);
}

.ring-violet-500\/5{
  --tw-ring-color: rgb(139 92 246 / 0.05);
}

.ring-violet-500\/50{
  --tw-ring-color: rgb(139 92 246 / 0.5);
}

.ring-violet-500\/60{
  --tw-ring-color: rgb(139 92 246 / 0.6);
}

.ring-violet-500\/70{
  --tw-ring-color: rgb(139 92 246 / 0.7);
}

.ring-violet-500\/75{
  --tw-ring-color: rgb(139 92 246 / 0.75);
}

.ring-violet-500\/80{
  --tw-ring-color: rgb(139 92 246 / 0.8);
}

.ring-violet-500\/90{
  --tw-ring-color: rgb(139 92 246 / 0.9);
}

.ring-violet-500\/95{
  --tw-ring-color: rgb(139 92 246 / 0.95);
}

.ring-violet-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity));
}

.ring-violet-600\/0{
  --tw-ring-color: rgb(124 58 237 / 0);
}

.ring-violet-600\/10{
  --tw-ring-color: rgb(124 58 237 / 0.1);
}

.ring-violet-600\/100{
  --tw-ring-color: rgb(124 58 237 / 1);
}

.ring-violet-600\/20{
  --tw-ring-color: rgb(124 58 237 / 0.2);
}

.ring-violet-600\/25{
  --tw-ring-color: rgb(124 58 237 / 0.25);
}

.ring-violet-600\/30{
  --tw-ring-color: rgb(124 58 237 / 0.3);
}

.ring-violet-600\/40{
  --tw-ring-color: rgb(124 58 237 / 0.4);
}

.ring-violet-600\/5{
  --tw-ring-color: rgb(124 58 237 / 0.05);
}

.ring-violet-600\/50{
  --tw-ring-color: rgb(124 58 237 / 0.5);
}

.ring-violet-600\/60{
  --tw-ring-color: rgb(124 58 237 / 0.6);
}

.ring-violet-600\/70{
  --tw-ring-color: rgb(124 58 237 / 0.7);
}

.ring-violet-600\/75{
  --tw-ring-color: rgb(124 58 237 / 0.75);
}

.ring-violet-600\/80{
  --tw-ring-color: rgb(124 58 237 / 0.8);
}

.ring-violet-600\/90{
  --tw-ring-color: rgb(124 58 237 / 0.9);
}

.ring-violet-600\/95{
  --tw-ring-color: rgb(124 58 237 / 0.95);
}

.ring-violet-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity));
}

.ring-violet-700\/0{
  --tw-ring-color: rgb(109 40 217 / 0);
}

.ring-violet-700\/10{
  --tw-ring-color: rgb(109 40 217 / 0.1);
}

.ring-violet-700\/100{
  --tw-ring-color: rgb(109 40 217 / 1);
}

.ring-violet-700\/20{
  --tw-ring-color: rgb(109 40 217 / 0.2);
}

.ring-violet-700\/25{
  --tw-ring-color: rgb(109 40 217 / 0.25);
}

.ring-violet-700\/30{
  --tw-ring-color: rgb(109 40 217 / 0.3);
}

.ring-violet-700\/40{
  --tw-ring-color: rgb(109 40 217 / 0.4);
}

.ring-violet-700\/5{
  --tw-ring-color: rgb(109 40 217 / 0.05);
}

.ring-violet-700\/50{
  --tw-ring-color: rgb(109 40 217 / 0.5);
}

.ring-violet-700\/60{
  --tw-ring-color: rgb(109 40 217 / 0.6);
}

.ring-violet-700\/70{
  --tw-ring-color: rgb(109 40 217 / 0.7);
}

.ring-violet-700\/75{
  --tw-ring-color: rgb(109 40 217 / 0.75);
}

.ring-violet-700\/80{
  --tw-ring-color: rgb(109 40 217 / 0.8);
}

.ring-violet-700\/90{
  --tw-ring-color: rgb(109 40 217 / 0.9);
}

.ring-violet-700\/95{
  --tw-ring-color: rgb(109 40 217 / 0.95);
}

.ring-violet-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity));
}

.ring-violet-800\/0{
  --tw-ring-color: rgb(91 33 182 / 0);
}

.ring-violet-800\/10{
  --tw-ring-color: rgb(91 33 182 / 0.1);
}

.ring-violet-800\/100{
  --tw-ring-color: rgb(91 33 182 / 1);
}

.ring-violet-800\/20{
  --tw-ring-color: rgb(91 33 182 / 0.2);
}

.ring-violet-800\/25{
  --tw-ring-color: rgb(91 33 182 / 0.25);
}

.ring-violet-800\/30{
  --tw-ring-color: rgb(91 33 182 / 0.3);
}

.ring-violet-800\/40{
  --tw-ring-color: rgb(91 33 182 / 0.4);
}

.ring-violet-800\/5{
  --tw-ring-color: rgb(91 33 182 / 0.05);
}

.ring-violet-800\/50{
  --tw-ring-color: rgb(91 33 182 / 0.5);
}

.ring-violet-800\/60{
  --tw-ring-color: rgb(91 33 182 / 0.6);
}

.ring-violet-800\/70{
  --tw-ring-color: rgb(91 33 182 / 0.7);
}

.ring-violet-800\/75{
  --tw-ring-color: rgb(91 33 182 / 0.75);
}

.ring-violet-800\/80{
  --tw-ring-color: rgb(91 33 182 / 0.8);
}

.ring-violet-800\/90{
  --tw-ring-color: rgb(91 33 182 / 0.9);
}

.ring-violet-800\/95{
  --tw-ring-color: rgb(91 33 182 / 0.95);
}

.ring-violet-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity));
}

.ring-violet-900\/0{
  --tw-ring-color: rgb(76 29 149 / 0);
}

.ring-violet-900\/10{
  --tw-ring-color: rgb(76 29 149 / 0.1);
}

.ring-violet-900\/100{
  --tw-ring-color: rgb(76 29 149 / 1);
}

.ring-violet-900\/20{
  --tw-ring-color: rgb(76 29 149 / 0.2);
}

.ring-violet-900\/25{
  --tw-ring-color: rgb(76 29 149 / 0.25);
}

.ring-violet-900\/30{
  --tw-ring-color: rgb(76 29 149 / 0.3);
}

.ring-violet-900\/40{
  --tw-ring-color: rgb(76 29 149 / 0.4);
}

.ring-violet-900\/5{
  --tw-ring-color: rgb(76 29 149 / 0.05);
}

.ring-violet-900\/50{
  --tw-ring-color: rgb(76 29 149 / 0.5);
}

.ring-violet-900\/60{
  --tw-ring-color: rgb(76 29 149 / 0.6);
}

.ring-violet-900\/70{
  --tw-ring-color: rgb(76 29 149 / 0.7);
}

.ring-violet-900\/75{
  --tw-ring-color: rgb(76 29 149 / 0.75);
}

.ring-violet-900\/80{
  --tw-ring-color: rgb(76 29 149 / 0.8);
}

.ring-violet-900\/90{
  --tw-ring-color: rgb(76 29 149 / 0.9);
}

.ring-violet-900\/95{
  --tw-ring-color: rgb(76 29 149 / 0.95);
}

.ring-violet-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 101 / var(--tw-ring-opacity));
}

.ring-violet-950\/0{
  --tw-ring-color: rgb(46 16 101 / 0);
}

.ring-violet-950\/10{
  --tw-ring-color: rgb(46 16 101 / 0.1);
}

.ring-violet-950\/100{
  --tw-ring-color: rgb(46 16 101 / 1);
}

.ring-violet-950\/20{
  --tw-ring-color: rgb(46 16 101 / 0.2);
}

.ring-violet-950\/25{
  --tw-ring-color: rgb(46 16 101 / 0.25);
}

.ring-violet-950\/30{
  --tw-ring-color: rgb(46 16 101 / 0.3);
}

.ring-violet-950\/40{
  --tw-ring-color: rgb(46 16 101 / 0.4);
}

.ring-violet-950\/5{
  --tw-ring-color: rgb(46 16 101 / 0.05);
}

.ring-violet-950\/50{
  --tw-ring-color: rgb(46 16 101 / 0.5);
}

.ring-violet-950\/60{
  --tw-ring-color: rgb(46 16 101 / 0.6);
}

.ring-violet-950\/70{
  --tw-ring-color: rgb(46 16 101 / 0.7);
}

.ring-violet-950\/75{
  --tw-ring-color: rgb(46 16 101 / 0.75);
}

.ring-violet-950\/80{
  --tw-ring-color: rgb(46 16 101 / 0.8);
}

.ring-violet-950\/90{
  --tw-ring-color: rgb(46 16 101 / 0.9);
}

.ring-violet-950\/95{
  --tw-ring-color: rgb(46 16 101 / 0.95);
}

.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.ring-white\/0{
  --tw-ring-color: rgb(255 255 255 / 0);
}

.ring-white\/10{
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.ring-white\/100{
  --tw-ring-color: rgb(255 255 255 / 1);
}

.ring-white\/20{
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.ring-white\/25{
  --tw-ring-color: rgb(255 255 255 / 0.25);
}

.ring-white\/30{
  --tw-ring-color: rgb(255 255 255 / 0.3);
}

.ring-white\/40{
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.ring-white\/5{
  --tw-ring-color: rgb(255 255 255 / 0.05);
}

.ring-white\/50{
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.ring-white\/60{
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

.ring-white\/70{
  --tw-ring-color: rgb(255 255 255 / 0.7);
}

.ring-white\/75{
  --tw-ring-color: rgb(255 255 255 / 0.75);
}

.ring-white\/80{
  --tw-ring-color: rgb(255 255 255 / 0.8);
}

.ring-white\/90{
  --tw-ring-color: rgb(255 255 255 / 0.9);
}

.ring-white\/95{
  --tw-ring-color: rgb(255 255 255 / 0.95);
}

.ring-yellow-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity));
}

.ring-yellow-100\/0{
  --tw-ring-color: rgb(254 249 195 / 0);
}

.ring-yellow-100\/10{
  --tw-ring-color: rgb(254 249 195 / 0.1);
}

.ring-yellow-100\/100{
  --tw-ring-color: rgb(254 249 195 / 1);
}

.ring-yellow-100\/20{
  --tw-ring-color: rgb(254 249 195 / 0.2);
}

.ring-yellow-100\/25{
  --tw-ring-color: rgb(254 249 195 / 0.25);
}

.ring-yellow-100\/30{
  --tw-ring-color: rgb(254 249 195 / 0.3);
}

.ring-yellow-100\/40{
  --tw-ring-color: rgb(254 249 195 / 0.4);
}

.ring-yellow-100\/5{
  --tw-ring-color: rgb(254 249 195 / 0.05);
}

.ring-yellow-100\/50{
  --tw-ring-color: rgb(254 249 195 / 0.5);
}

.ring-yellow-100\/60{
  --tw-ring-color: rgb(254 249 195 / 0.6);
}

.ring-yellow-100\/70{
  --tw-ring-color: rgb(254 249 195 / 0.7);
}

.ring-yellow-100\/75{
  --tw-ring-color: rgb(254 249 195 / 0.75);
}

.ring-yellow-100\/80{
  --tw-ring-color: rgb(254 249 195 / 0.8);
}

.ring-yellow-100\/90{
  --tw-ring-color: rgb(254 249 195 / 0.9);
}

.ring-yellow-100\/95{
  --tw-ring-color: rgb(254 249 195 / 0.95);
}

.ring-yellow-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity));
}

.ring-yellow-200\/0{
  --tw-ring-color: rgb(254 240 138 / 0);
}

.ring-yellow-200\/10{
  --tw-ring-color: rgb(254 240 138 / 0.1);
}

.ring-yellow-200\/100{
  --tw-ring-color: rgb(254 240 138 / 1);
}

.ring-yellow-200\/20{
  --tw-ring-color: rgb(254 240 138 / 0.2);
}

.ring-yellow-200\/25{
  --tw-ring-color: rgb(254 240 138 / 0.25);
}

.ring-yellow-200\/30{
  --tw-ring-color: rgb(254 240 138 / 0.3);
}

.ring-yellow-200\/40{
  --tw-ring-color: rgb(254 240 138 / 0.4);
}

.ring-yellow-200\/5{
  --tw-ring-color: rgb(254 240 138 / 0.05);
}

.ring-yellow-200\/50{
  --tw-ring-color: rgb(254 240 138 / 0.5);
}

.ring-yellow-200\/60{
  --tw-ring-color: rgb(254 240 138 / 0.6);
}

.ring-yellow-200\/70{
  --tw-ring-color: rgb(254 240 138 / 0.7);
}

.ring-yellow-200\/75{
  --tw-ring-color: rgb(254 240 138 / 0.75);
}

.ring-yellow-200\/80{
  --tw-ring-color: rgb(254 240 138 / 0.8);
}

.ring-yellow-200\/90{
  --tw-ring-color: rgb(254 240 138 / 0.9);
}

.ring-yellow-200\/95{
  --tw-ring-color: rgb(254 240 138 / 0.95);
}

.ring-yellow-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity));
}

.ring-yellow-300\/0{
  --tw-ring-color: rgb(253 224 71 / 0);
}

.ring-yellow-300\/10{
  --tw-ring-color: rgb(253 224 71 / 0.1);
}

.ring-yellow-300\/100{
  --tw-ring-color: rgb(253 224 71 / 1);
}

.ring-yellow-300\/20{
  --tw-ring-color: rgb(253 224 71 / 0.2);
}

.ring-yellow-300\/25{
  --tw-ring-color: rgb(253 224 71 / 0.25);
}

.ring-yellow-300\/30{
  --tw-ring-color: rgb(253 224 71 / 0.3);
}

.ring-yellow-300\/40{
  --tw-ring-color: rgb(253 224 71 / 0.4);
}

.ring-yellow-300\/5{
  --tw-ring-color: rgb(253 224 71 / 0.05);
}

.ring-yellow-300\/50{
  --tw-ring-color: rgb(253 224 71 / 0.5);
}

.ring-yellow-300\/60{
  --tw-ring-color: rgb(253 224 71 / 0.6);
}

.ring-yellow-300\/70{
  --tw-ring-color: rgb(253 224 71 / 0.7);
}

.ring-yellow-300\/75{
  --tw-ring-color: rgb(253 224 71 / 0.75);
}

.ring-yellow-300\/80{
  --tw-ring-color: rgb(253 224 71 / 0.8);
}

.ring-yellow-300\/90{
  --tw-ring-color: rgb(253 224 71 / 0.9);
}

.ring-yellow-300\/95{
  --tw-ring-color: rgb(253 224 71 / 0.95);
}

.ring-yellow-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity));
}

.ring-yellow-400\/0{
  --tw-ring-color: rgb(250 204 21 / 0);
}

.ring-yellow-400\/10{
  --tw-ring-color: rgb(250 204 21 / 0.1);
}

.ring-yellow-400\/100{
  --tw-ring-color: rgb(250 204 21 / 1);
}

.ring-yellow-400\/20{
  --tw-ring-color: rgb(250 204 21 / 0.2);
}

.ring-yellow-400\/25{
  --tw-ring-color: rgb(250 204 21 / 0.25);
}

.ring-yellow-400\/30{
  --tw-ring-color: rgb(250 204 21 / 0.3);
}

.ring-yellow-400\/40{
  --tw-ring-color: rgb(250 204 21 / 0.4);
}

.ring-yellow-400\/5{
  --tw-ring-color: rgb(250 204 21 / 0.05);
}

.ring-yellow-400\/50{
  --tw-ring-color: rgb(250 204 21 / 0.5);
}

.ring-yellow-400\/60{
  --tw-ring-color: rgb(250 204 21 / 0.6);
}

.ring-yellow-400\/70{
  --tw-ring-color: rgb(250 204 21 / 0.7);
}

.ring-yellow-400\/75{
  --tw-ring-color: rgb(250 204 21 / 0.75);
}

.ring-yellow-400\/80{
  --tw-ring-color: rgb(250 204 21 / 0.8);
}

.ring-yellow-400\/90{
  --tw-ring-color: rgb(250 204 21 / 0.9);
}

.ring-yellow-400\/95{
  --tw-ring-color: rgb(250 204 21 / 0.95);
}

.ring-yellow-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity));
}

.ring-yellow-50\/0{
  --tw-ring-color: rgb(254 252 232 / 0);
}

.ring-yellow-50\/10{
  --tw-ring-color: rgb(254 252 232 / 0.1);
}

.ring-yellow-50\/100{
  --tw-ring-color: rgb(254 252 232 / 1);
}

.ring-yellow-50\/20{
  --tw-ring-color: rgb(254 252 232 / 0.2);
}

.ring-yellow-50\/25{
  --tw-ring-color: rgb(254 252 232 / 0.25);
}

.ring-yellow-50\/30{
  --tw-ring-color: rgb(254 252 232 / 0.3);
}

.ring-yellow-50\/40{
  --tw-ring-color: rgb(254 252 232 / 0.4);
}

.ring-yellow-50\/5{
  --tw-ring-color: rgb(254 252 232 / 0.05);
}

.ring-yellow-50\/50{
  --tw-ring-color: rgb(254 252 232 / 0.5);
}

.ring-yellow-50\/60{
  --tw-ring-color: rgb(254 252 232 / 0.6);
}

.ring-yellow-50\/70{
  --tw-ring-color: rgb(254 252 232 / 0.7);
}

.ring-yellow-50\/75{
  --tw-ring-color: rgb(254 252 232 / 0.75);
}

.ring-yellow-50\/80{
  --tw-ring-color: rgb(254 252 232 / 0.8);
}

.ring-yellow-50\/90{
  --tw-ring-color: rgb(254 252 232 / 0.9);
}

.ring-yellow-50\/95{
  --tw-ring-color: rgb(254 252 232 / 0.95);
}

.ring-yellow-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
}

.ring-yellow-500\/0{
  --tw-ring-color: rgb(234 179 8 / 0);
}

.ring-yellow-500\/10{
  --tw-ring-color: rgb(234 179 8 / 0.1);
}

.ring-yellow-500\/100{
  --tw-ring-color: rgb(234 179 8 / 1);
}

.ring-yellow-500\/20{
  --tw-ring-color: rgb(234 179 8 / 0.2);
}

.ring-yellow-500\/25{
  --tw-ring-color: rgb(234 179 8 / 0.25);
}

.ring-yellow-500\/30{
  --tw-ring-color: rgb(234 179 8 / 0.3);
}

.ring-yellow-500\/40{
  --tw-ring-color: rgb(234 179 8 / 0.4);
}

.ring-yellow-500\/5{
  --tw-ring-color: rgb(234 179 8 / 0.05);
}

.ring-yellow-500\/50{
  --tw-ring-color: rgb(234 179 8 / 0.5);
}

.ring-yellow-500\/60{
  --tw-ring-color: rgb(234 179 8 / 0.6);
}

.ring-yellow-500\/70{
  --tw-ring-color: rgb(234 179 8 / 0.7);
}

.ring-yellow-500\/75{
  --tw-ring-color: rgb(234 179 8 / 0.75);
}

.ring-yellow-500\/80{
  --tw-ring-color: rgb(234 179 8 / 0.8);
}

.ring-yellow-500\/90{
  --tw-ring-color: rgb(234 179 8 / 0.9);
}

.ring-yellow-500\/95{
  --tw-ring-color: rgb(234 179 8 / 0.95);
}

.ring-yellow-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity));
}

.ring-yellow-600\/0{
  --tw-ring-color: rgb(202 138 4 / 0);
}

.ring-yellow-600\/10{
  --tw-ring-color: rgb(202 138 4 / 0.1);
}

.ring-yellow-600\/100{
  --tw-ring-color: rgb(202 138 4 / 1);
}

.ring-yellow-600\/20{
  --tw-ring-color: rgb(202 138 4 / 0.2);
}

.ring-yellow-600\/25{
  --tw-ring-color: rgb(202 138 4 / 0.25);
}

.ring-yellow-600\/30{
  --tw-ring-color: rgb(202 138 4 / 0.3);
}

.ring-yellow-600\/40{
  --tw-ring-color: rgb(202 138 4 / 0.4);
}

.ring-yellow-600\/5{
  --tw-ring-color: rgb(202 138 4 / 0.05);
}

.ring-yellow-600\/50{
  --tw-ring-color: rgb(202 138 4 / 0.5);
}

.ring-yellow-600\/60{
  --tw-ring-color: rgb(202 138 4 / 0.6);
}

.ring-yellow-600\/70{
  --tw-ring-color: rgb(202 138 4 / 0.7);
}

.ring-yellow-600\/75{
  --tw-ring-color: rgb(202 138 4 / 0.75);
}

.ring-yellow-600\/80{
  --tw-ring-color: rgb(202 138 4 / 0.8);
}

.ring-yellow-600\/90{
  --tw-ring-color: rgb(202 138 4 / 0.9);
}

.ring-yellow-600\/95{
  --tw-ring-color: rgb(202 138 4 / 0.95);
}

.ring-yellow-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity));
}

.ring-yellow-700\/0{
  --tw-ring-color: rgb(161 98 7 / 0);
}

.ring-yellow-700\/10{
  --tw-ring-color: rgb(161 98 7 / 0.1);
}

.ring-yellow-700\/100{
  --tw-ring-color: rgb(161 98 7 / 1);
}

.ring-yellow-700\/20{
  --tw-ring-color: rgb(161 98 7 / 0.2);
}

.ring-yellow-700\/25{
  --tw-ring-color: rgb(161 98 7 / 0.25);
}

.ring-yellow-700\/30{
  --tw-ring-color: rgb(161 98 7 / 0.3);
}

.ring-yellow-700\/40{
  --tw-ring-color: rgb(161 98 7 / 0.4);
}

.ring-yellow-700\/5{
  --tw-ring-color: rgb(161 98 7 / 0.05);
}

.ring-yellow-700\/50{
  --tw-ring-color: rgb(161 98 7 / 0.5);
}

.ring-yellow-700\/60{
  --tw-ring-color: rgb(161 98 7 / 0.6);
}

.ring-yellow-700\/70{
  --tw-ring-color: rgb(161 98 7 / 0.7);
}

.ring-yellow-700\/75{
  --tw-ring-color: rgb(161 98 7 / 0.75);
}

.ring-yellow-700\/80{
  --tw-ring-color: rgb(161 98 7 / 0.8);
}

.ring-yellow-700\/90{
  --tw-ring-color: rgb(161 98 7 / 0.9);
}

.ring-yellow-700\/95{
  --tw-ring-color: rgb(161 98 7 / 0.95);
}

.ring-yellow-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity));
}

.ring-yellow-800\/0{
  --tw-ring-color: rgb(133 77 14 / 0);
}

.ring-yellow-800\/10{
  --tw-ring-color: rgb(133 77 14 / 0.1);
}

.ring-yellow-800\/100{
  --tw-ring-color: rgb(133 77 14 / 1);
}

.ring-yellow-800\/20{
  --tw-ring-color: rgb(133 77 14 / 0.2);
}

.ring-yellow-800\/25{
  --tw-ring-color: rgb(133 77 14 / 0.25);
}

.ring-yellow-800\/30{
  --tw-ring-color: rgb(133 77 14 / 0.3);
}

.ring-yellow-800\/40{
  --tw-ring-color: rgb(133 77 14 / 0.4);
}

.ring-yellow-800\/5{
  --tw-ring-color: rgb(133 77 14 / 0.05);
}

.ring-yellow-800\/50{
  --tw-ring-color: rgb(133 77 14 / 0.5);
}

.ring-yellow-800\/60{
  --tw-ring-color: rgb(133 77 14 / 0.6);
}

.ring-yellow-800\/70{
  --tw-ring-color: rgb(133 77 14 / 0.7);
}

.ring-yellow-800\/75{
  --tw-ring-color: rgb(133 77 14 / 0.75);
}

.ring-yellow-800\/80{
  --tw-ring-color: rgb(133 77 14 / 0.8);
}

.ring-yellow-800\/90{
  --tw-ring-color: rgb(133 77 14 / 0.9);
}

.ring-yellow-800\/95{
  --tw-ring-color: rgb(133 77 14 / 0.95);
}

.ring-yellow-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity));
}

.ring-yellow-900\/0{
  --tw-ring-color: rgb(113 63 18 / 0);
}

.ring-yellow-900\/10{
  --tw-ring-color: rgb(113 63 18 / 0.1);
}

.ring-yellow-900\/100{
  --tw-ring-color: rgb(113 63 18 / 1);
}

.ring-yellow-900\/20{
  --tw-ring-color: rgb(113 63 18 / 0.2);
}

.ring-yellow-900\/25{
  --tw-ring-color: rgb(113 63 18 / 0.25);
}

.ring-yellow-900\/30{
  --tw-ring-color: rgb(113 63 18 / 0.3);
}

.ring-yellow-900\/40{
  --tw-ring-color: rgb(113 63 18 / 0.4);
}

.ring-yellow-900\/5{
  --tw-ring-color: rgb(113 63 18 / 0.05);
}

.ring-yellow-900\/50{
  --tw-ring-color: rgb(113 63 18 / 0.5);
}

.ring-yellow-900\/60{
  --tw-ring-color: rgb(113 63 18 / 0.6);
}

.ring-yellow-900\/70{
  --tw-ring-color: rgb(113 63 18 / 0.7);
}

.ring-yellow-900\/75{
  --tw-ring-color: rgb(113 63 18 / 0.75);
}

.ring-yellow-900\/80{
  --tw-ring-color: rgb(113 63 18 / 0.8);
}

.ring-yellow-900\/90{
  --tw-ring-color: rgb(113 63 18 / 0.9);
}

.ring-yellow-900\/95{
  --tw-ring-color: rgb(113 63 18 / 0.95);
}

.ring-yellow-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity));
}

.ring-yellow-950\/0{
  --tw-ring-color: rgb(66 32 6 / 0);
}

.ring-yellow-950\/10{
  --tw-ring-color: rgb(66 32 6 / 0.1);
}

.ring-yellow-950\/100{
  --tw-ring-color: rgb(66 32 6 / 1);
}

.ring-yellow-950\/20{
  --tw-ring-color: rgb(66 32 6 / 0.2);
}

.ring-yellow-950\/25{
  --tw-ring-color: rgb(66 32 6 / 0.25);
}

.ring-yellow-950\/30{
  --tw-ring-color: rgb(66 32 6 / 0.3);
}

.ring-yellow-950\/40{
  --tw-ring-color: rgb(66 32 6 / 0.4);
}

.ring-yellow-950\/5{
  --tw-ring-color: rgb(66 32 6 / 0.05);
}

.ring-yellow-950\/50{
  --tw-ring-color: rgb(66 32 6 / 0.5);
}

.ring-yellow-950\/60{
  --tw-ring-color: rgb(66 32 6 / 0.6);
}

.ring-yellow-950\/70{
  --tw-ring-color: rgb(66 32 6 / 0.7);
}

.ring-yellow-950\/75{
  --tw-ring-color: rgb(66 32 6 / 0.75);
}

.ring-yellow-950\/80{
  --tw-ring-color: rgb(66 32 6 / 0.8);
}

.ring-yellow-950\/90{
  --tw-ring-color: rgb(66 32 6 / 0.9);
}

.ring-yellow-950\/95{
  --tw-ring-color: rgb(66 32 6 / 0.95);
}

.ring-zinc-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity));
}

.ring-zinc-100\/0{
  --tw-ring-color: rgb(244 244 245 / 0);
}

.ring-zinc-100\/10{
  --tw-ring-color: rgb(244 244 245 / 0.1);
}

.ring-zinc-100\/100{
  --tw-ring-color: rgb(244 244 245 / 1);
}

.ring-zinc-100\/20{
  --tw-ring-color: rgb(244 244 245 / 0.2);
}

.ring-zinc-100\/25{
  --tw-ring-color: rgb(244 244 245 / 0.25);
}

.ring-zinc-100\/30{
  --tw-ring-color: rgb(244 244 245 / 0.3);
}

.ring-zinc-100\/40{
  --tw-ring-color: rgb(244 244 245 / 0.4);
}

.ring-zinc-100\/5{
  --tw-ring-color: rgb(244 244 245 / 0.05);
}

.ring-zinc-100\/50{
  --tw-ring-color: rgb(244 244 245 / 0.5);
}

.ring-zinc-100\/60{
  --tw-ring-color: rgb(244 244 245 / 0.6);
}

.ring-zinc-100\/70{
  --tw-ring-color: rgb(244 244 245 / 0.7);
}

.ring-zinc-100\/75{
  --tw-ring-color: rgb(244 244 245 / 0.75);
}

.ring-zinc-100\/80{
  --tw-ring-color: rgb(244 244 245 / 0.8);
}

.ring-zinc-100\/90{
  --tw-ring-color: rgb(244 244 245 / 0.9);
}

.ring-zinc-100\/95{
  --tw-ring-color: rgb(244 244 245 / 0.95);
}

.ring-zinc-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity));
}

.ring-zinc-200\/0{
  --tw-ring-color: rgb(228 228 231 / 0);
}

.ring-zinc-200\/10{
  --tw-ring-color: rgb(228 228 231 / 0.1);
}

.ring-zinc-200\/100{
  --tw-ring-color: rgb(228 228 231 / 1);
}

.ring-zinc-200\/20{
  --tw-ring-color: rgb(228 228 231 / 0.2);
}

.ring-zinc-200\/25{
  --tw-ring-color: rgb(228 228 231 / 0.25);
}

.ring-zinc-200\/30{
  --tw-ring-color: rgb(228 228 231 / 0.3);
}

.ring-zinc-200\/40{
  --tw-ring-color: rgb(228 228 231 / 0.4);
}

.ring-zinc-200\/5{
  --tw-ring-color: rgb(228 228 231 / 0.05);
}

.ring-zinc-200\/50{
  --tw-ring-color: rgb(228 228 231 / 0.5);
}

.ring-zinc-200\/60{
  --tw-ring-color: rgb(228 228 231 / 0.6);
}

.ring-zinc-200\/70{
  --tw-ring-color: rgb(228 228 231 / 0.7);
}

.ring-zinc-200\/75{
  --tw-ring-color: rgb(228 228 231 / 0.75);
}

.ring-zinc-200\/80{
  --tw-ring-color: rgb(228 228 231 / 0.8);
}

.ring-zinc-200\/90{
  --tw-ring-color: rgb(228 228 231 / 0.9);
}

.ring-zinc-200\/95{
  --tw-ring-color: rgb(228 228 231 / 0.95);
}

.ring-zinc-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity));
}

.ring-zinc-300\/0{
  --tw-ring-color: rgb(212 212 216 / 0);
}

.ring-zinc-300\/10{
  --tw-ring-color: rgb(212 212 216 / 0.1);
}

.ring-zinc-300\/100{
  --tw-ring-color: rgb(212 212 216 / 1);
}

.ring-zinc-300\/20{
  --tw-ring-color: rgb(212 212 216 / 0.2);
}

.ring-zinc-300\/25{
  --tw-ring-color: rgb(212 212 216 / 0.25);
}

.ring-zinc-300\/30{
  --tw-ring-color: rgb(212 212 216 / 0.3);
}

.ring-zinc-300\/40{
  --tw-ring-color: rgb(212 212 216 / 0.4);
}

.ring-zinc-300\/5{
  --tw-ring-color: rgb(212 212 216 / 0.05);
}

.ring-zinc-300\/50{
  --tw-ring-color: rgb(212 212 216 / 0.5);
}

.ring-zinc-300\/60{
  --tw-ring-color: rgb(212 212 216 / 0.6);
}

.ring-zinc-300\/70{
  --tw-ring-color: rgb(212 212 216 / 0.7);
}

.ring-zinc-300\/75{
  --tw-ring-color: rgb(212 212 216 / 0.75);
}

.ring-zinc-300\/80{
  --tw-ring-color: rgb(212 212 216 / 0.8);
}

.ring-zinc-300\/90{
  --tw-ring-color: rgb(212 212 216 / 0.9);
}

.ring-zinc-300\/95{
  --tw-ring-color: rgb(212 212 216 / 0.95);
}

.ring-zinc-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity));
}

.ring-zinc-400\/0{
  --tw-ring-color: rgb(161 161 170 / 0);
}

.ring-zinc-400\/10{
  --tw-ring-color: rgb(161 161 170 / 0.1);
}

.ring-zinc-400\/100{
  --tw-ring-color: rgb(161 161 170 / 1);
}

.ring-zinc-400\/20{
  --tw-ring-color: rgb(161 161 170 / 0.2);
}

.ring-zinc-400\/25{
  --tw-ring-color: rgb(161 161 170 / 0.25);
}

.ring-zinc-400\/30{
  --tw-ring-color: rgb(161 161 170 / 0.3);
}

.ring-zinc-400\/40{
  --tw-ring-color: rgb(161 161 170 / 0.4);
}

.ring-zinc-400\/5{
  --tw-ring-color: rgb(161 161 170 / 0.05);
}

.ring-zinc-400\/50{
  --tw-ring-color: rgb(161 161 170 / 0.5);
}

.ring-zinc-400\/60{
  --tw-ring-color: rgb(161 161 170 / 0.6);
}

.ring-zinc-400\/70{
  --tw-ring-color: rgb(161 161 170 / 0.7);
}

.ring-zinc-400\/75{
  --tw-ring-color: rgb(161 161 170 / 0.75);
}

.ring-zinc-400\/80{
  --tw-ring-color: rgb(161 161 170 / 0.8);
}

.ring-zinc-400\/90{
  --tw-ring-color: rgb(161 161 170 / 0.9);
}

.ring-zinc-400\/95{
  --tw-ring-color: rgb(161 161 170 / 0.95);
}

.ring-zinc-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity));
}

.ring-zinc-50\/0{
  --tw-ring-color: rgb(250 250 250 / 0);
}

.ring-zinc-50\/10{
  --tw-ring-color: rgb(250 250 250 / 0.1);
}

.ring-zinc-50\/100{
  --tw-ring-color: rgb(250 250 250 / 1);
}

.ring-zinc-50\/20{
  --tw-ring-color: rgb(250 250 250 / 0.2);
}

.ring-zinc-50\/25{
  --tw-ring-color: rgb(250 250 250 / 0.25);
}

.ring-zinc-50\/30{
  --tw-ring-color: rgb(250 250 250 / 0.3);
}

.ring-zinc-50\/40{
  --tw-ring-color: rgb(250 250 250 / 0.4);
}

.ring-zinc-50\/5{
  --tw-ring-color: rgb(250 250 250 / 0.05);
}

.ring-zinc-50\/50{
  --tw-ring-color: rgb(250 250 250 / 0.5);
}

.ring-zinc-50\/60{
  --tw-ring-color: rgb(250 250 250 / 0.6);
}

.ring-zinc-50\/70{
  --tw-ring-color: rgb(250 250 250 / 0.7);
}

.ring-zinc-50\/75{
  --tw-ring-color: rgb(250 250 250 / 0.75);
}

.ring-zinc-50\/80{
  --tw-ring-color: rgb(250 250 250 / 0.8);
}

.ring-zinc-50\/90{
  --tw-ring-color: rgb(250 250 250 / 0.9);
}

.ring-zinc-50\/95{
  --tw-ring-color: rgb(250 250 250 / 0.95);
}

.ring-zinc-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity));
}

.ring-zinc-500\/0{
  --tw-ring-color: rgb(113 113 122 / 0);
}

.ring-zinc-500\/10{
  --tw-ring-color: rgb(113 113 122 / 0.1);
}

.ring-zinc-500\/100{
  --tw-ring-color: rgb(113 113 122 / 1);
}

.ring-zinc-500\/20{
  --tw-ring-color: rgb(113 113 122 / 0.2);
}

.ring-zinc-500\/25{
  --tw-ring-color: rgb(113 113 122 / 0.25);
}

.ring-zinc-500\/30{
  --tw-ring-color: rgb(113 113 122 / 0.3);
}

.ring-zinc-500\/40{
  --tw-ring-color: rgb(113 113 122 / 0.4);
}

.ring-zinc-500\/5{
  --tw-ring-color: rgb(113 113 122 / 0.05);
}

.ring-zinc-500\/50{
  --tw-ring-color: rgb(113 113 122 / 0.5);
}

.ring-zinc-500\/60{
  --tw-ring-color: rgb(113 113 122 / 0.6);
}

.ring-zinc-500\/70{
  --tw-ring-color: rgb(113 113 122 / 0.7);
}

.ring-zinc-500\/75{
  --tw-ring-color: rgb(113 113 122 / 0.75);
}

.ring-zinc-500\/80{
  --tw-ring-color: rgb(113 113 122 / 0.8);
}

.ring-zinc-500\/90{
  --tw-ring-color: rgb(113 113 122 / 0.9);
}

.ring-zinc-500\/95{
  --tw-ring-color: rgb(113 113 122 / 0.95);
}

.ring-zinc-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity));
}

.ring-zinc-600\/0{
  --tw-ring-color: rgb(82 82 91 / 0);
}

.ring-zinc-600\/10{
  --tw-ring-color: rgb(82 82 91 / 0.1);
}

.ring-zinc-600\/100{
  --tw-ring-color: rgb(82 82 91 / 1);
}

.ring-zinc-600\/20{
  --tw-ring-color: rgb(82 82 91 / 0.2);
}

.ring-zinc-600\/25{
  --tw-ring-color: rgb(82 82 91 / 0.25);
}

.ring-zinc-600\/30{
  --tw-ring-color: rgb(82 82 91 / 0.3);
}

.ring-zinc-600\/40{
  --tw-ring-color: rgb(82 82 91 / 0.4);
}

.ring-zinc-600\/5{
  --tw-ring-color: rgb(82 82 91 / 0.05);
}

.ring-zinc-600\/50{
  --tw-ring-color: rgb(82 82 91 / 0.5);
}

.ring-zinc-600\/60{
  --tw-ring-color: rgb(82 82 91 / 0.6);
}

.ring-zinc-600\/70{
  --tw-ring-color: rgb(82 82 91 / 0.7);
}

.ring-zinc-600\/75{
  --tw-ring-color: rgb(82 82 91 / 0.75);
}

.ring-zinc-600\/80{
  --tw-ring-color: rgb(82 82 91 / 0.8);
}

.ring-zinc-600\/90{
  --tw-ring-color: rgb(82 82 91 / 0.9);
}

.ring-zinc-600\/95{
  --tw-ring-color: rgb(82 82 91 / 0.95);
}

.ring-zinc-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity));
}

.ring-zinc-700\/0{
  --tw-ring-color: rgb(63 63 70 / 0);
}

.ring-zinc-700\/10{
  --tw-ring-color: rgb(63 63 70 / 0.1);
}

.ring-zinc-700\/100{
  --tw-ring-color: rgb(63 63 70 / 1);
}

.ring-zinc-700\/20{
  --tw-ring-color: rgb(63 63 70 / 0.2);
}

.ring-zinc-700\/25{
  --tw-ring-color: rgb(63 63 70 / 0.25);
}

.ring-zinc-700\/30{
  --tw-ring-color: rgb(63 63 70 / 0.3);
}

.ring-zinc-700\/40{
  --tw-ring-color: rgb(63 63 70 / 0.4);
}

.ring-zinc-700\/5{
  --tw-ring-color: rgb(63 63 70 / 0.05);
}

.ring-zinc-700\/50{
  --tw-ring-color: rgb(63 63 70 / 0.5);
}

.ring-zinc-700\/60{
  --tw-ring-color: rgb(63 63 70 / 0.6);
}

.ring-zinc-700\/70{
  --tw-ring-color: rgb(63 63 70 / 0.7);
}

.ring-zinc-700\/75{
  --tw-ring-color: rgb(63 63 70 / 0.75);
}

.ring-zinc-700\/80{
  --tw-ring-color: rgb(63 63 70 / 0.8);
}

.ring-zinc-700\/90{
  --tw-ring-color: rgb(63 63 70 / 0.9);
}

.ring-zinc-700\/95{
  --tw-ring-color: rgb(63 63 70 / 0.95);
}

.ring-zinc-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity));
}

.ring-zinc-800\/0{
  --tw-ring-color: rgb(39 39 42 / 0);
}

.ring-zinc-800\/10{
  --tw-ring-color: rgb(39 39 42 / 0.1);
}

.ring-zinc-800\/100{
  --tw-ring-color: rgb(39 39 42 / 1);
}

.ring-zinc-800\/20{
  --tw-ring-color: rgb(39 39 42 / 0.2);
}

.ring-zinc-800\/25{
  --tw-ring-color: rgb(39 39 42 / 0.25);
}

.ring-zinc-800\/30{
  --tw-ring-color: rgb(39 39 42 / 0.3);
}

.ring-zinc-800\/40{
  --tw-ring-color: rgb(39 39 42 / 0.4);
}

.ring-zinc-800\/5{
  --tw-ring-color: rgb(39 39 42 / 0.05);
}

.ring-zinc-800\/50{
  --tw-ring-color: rgb(39 39 42 / 0.5);
}

.ring-zinc-800\/60{
  --tw-ring-color: rgb(39 39 42 / 0.6);
}

.ring-zinc-800\/70{
  --tw-ring-color: rgb(39 39 42 / 0.7);
}

.ring-zinc-800\/75{
  --tw-ring-color: rgb(39 39 42 / 0.75);
}

.ring-zinc-800\/80{
  --tw-ring-color: rgb(39 39 42 / 0.8);
}

.ring-zinc-800\/90{
  --tw-ring-color: rgb(39 39 42 / 0.9);
}

.ring-zinc-800\/95{
  --tw-ring-color: rgb(39 39 42 / 0.95);
}

.ring-zinc-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity));
}

.ring-zinc-900\/0{
  --tw-ring-color: rgb(24 24 27 / 0);
}

.ring-zinc-900\/10{
  --tw-ring-color: rgb(24 24 27 / 0.1);
}

.ring-zinc-900\/100{
  --tw-ring-color: rgb(24 24 27 / 1);
}

.ring-zinc-900\/20{
  --tw-ring-color: rgb(24 24 27 / 0.2);
}

.ring-zinc-900\/25{
  --tw-ring-color: rgb(24 24 27 / 0.25);
}

.ring-zinc-900\/30{
  --tw-ring-color: rgb(24 24 27 / 0.3);
}

.ring-zinc-900\/40{
  --tw-ring-color: rgb(24 24 27 / 0.4);
}

.ring-zinc-900\/5{
  --tw-ring-color: rgb(24 24 27 / 0.05);
}

.ring-zinc-900\/50{
  --tw-ring-color: rgb(24 24 27 / 0.5);
}

.ring-zinc-900\/60{
  --tw-ring-color: rgb(24 24 27 / 0.6);
}

.ring-zinc-900\/70{
  --tw-ring-color: rgb(24 24 27 / 0.7);
}

.ring-zinc-900\/75{
  --tw-ring-color: rgb(24 24 27 / 0.75);
}

.ring-zinc-900\/80{
  --tw-ring-color: rgb(24 24 27 / 0.8);
}

.ring-zinc-900\/90{
  --tw-ring-color: rgb(24 24 27 / 0.9);
}

.ring-zinc-900\/95{
  --tw-ring-color: rgb(24 24 27 / 0.95);
}

.ring-zinc-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 9 11 / var(--tw-ring-opacity));
}

.ring-zinc-950\/0{
  --tw-ring-color: rgb(9 9 11 / 0);
}

.ring-zinc-950\/10{
  --tw-ring-color: rgb(9 9 11 / 0.1);
}

.ring-zinc-950\/100{
  --tw-ring-color: rgb(9 9 11 / 1);
}

.ring-zinc-950\/20{
  --tw-ring-color: rgb(9 9 11 / 0.2);
}

.ring-zinc-950\/25{
  --tw-ring-color: rgb(9 9 11 / 0.25);
}

.ring-zinc-950\/30{
  --tw-ring-color: rgb(9 9 11 / 0.3);
}

.ring-zinc-950\/40{
  --tw-ring-color: rgb(9 9 11 / 0.4);
}

.ring-zinc-950\/5{
  --tw-ring-color: rgb(9 9 11 / 0.05);
}

.ring-zinc-950\/50{
  --tw-ring-color: rgb(9 9 11 / 0.5);
}

.ring-zinc-950\/60{
  --tw-ring-color: rgb(9 9 11 / 0.6);
}

.ring-zinc-950\/70{
  --tw-ring-color: rgb(9 9 11 / 0.7);
}

.ring-zinc-950\/75{
  --tw-ring-color: rgb(9 9 11 / 0.75);
}

.ring-zinc-950\/80{
  --tw-ring-color: rgb(9 9 11 / 0.8);
}

.ring-zinc-950\/90{
  --tw-ring-color: rgb(9 9 11 / 0.9);
}

.ring-zinc-950\/95{
  --tw-ring-color: rgb(9 9 11 / 0.95);
}

.ring-opacity-0{
  --tw-ring-opacity: 0;
}

.ring-opacity-10{
  --tw-ring-opacity: 0.1;
}

.ring-opacity-100{
  --tw-ring-opacity: 1;
}

.ring-opacity-20{
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25{
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30{
  --tw-ring-opacity: 0.3;
}

.ring-opacity-40{
  --tw-ring-opacity: 0.4;
}

.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}

.ring-opacity-50{
  --tw-ring-opacity: 0.5;
}

.ring-opacity-60{
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70{
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75{
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80{
  --tw-ring-opacity: 0.8;
}

.ring-opacity-90{
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95{
  --tw-ring-opacity: 0.95;
}

.ring-offset-0{
  --tw-ring-offset-width: 0px;
}

.ring-offset-1{
  --tw-ring-offset-width: 1px;
}

.ring-offset-2{
  --tw-ring-offset-width: 2px;
}

.ring-offset-4{
  --tw-ring-offset-width: 4px;
}

.ring-offset-8{
  --tw-ring-offset-width: 8px;
}

.ring-offset-amber-100{
  --tw-ring-offset-color: #fef3c7;
}

.ring-offset-amber-100\/0{
  --tw-ring-offset-color: rgb(254 243 199 / 0);
}

.ring-offset-amber-100\/10{
  --tw-ring-offset-color: rgb(254 243 199 / 0.1);
}

.ring-offset-amber-100\/100{
  --tw-ring-offset-color: rgb(254 243 199 / 1);
}

.ring-offset-amber-100\/20{
  --tw-ring-offset-color: rgb(254 243 199 / 0.2);
}

.ring-offset-amber-100\/25{
  --tw-ring-offset-color: rgb(254 243 199 / 0.25);
}

.ring-offset-amber-100\/30{
  --tw-ring-offset-color: rgb(254 243 199 / 0.3);
}

.ring-offset-amber-100\/40{
  --tw-ring-offset-color: rgb(254 243 199 / 0.4);
}

.ring-offset-amber-100\/5{
  --tw-ring-offset-color: rgb(254 243 199 / 0.05);
}

.ring-offset-amber-100\/50{
  --tw-ring-offset-color: rgb(254 243 199 / 0.5);
}

.ring-offset-amber-100\/60{
  --tw-ring-offset-color: rgb(254 243 199 / 0.6);
}

.ring-offset-amber-100\/70{
  --tw-ring-offset-color: rgb(254 243 199 / 0.7);
}

.ring-offset-amber-100\/75{
  --tw-ring-offset-color: rgb(254 243 199 / 0.75);
}

.ring-offset-amber-100\/80{
  --tw-ring-offset-color: rgb(254 243 199 / 0.8);
}

.ring-offset-amber-100\/90{
  --tw-ring-offset-color: rgb(254 243 199 / 0.9);
}

.ring-offset-amber-100\/95{
  --tw-ring-offset-color: rgb(254 243 199 / 0.95);
}

.ring-offset-amber-200{
  --tw-ring-offset-color: #fde68a;
}

.ring-offset-amber-200\/0{
  --tw-ring-offset-color: rgb(253 230 138 / 0);
}

.ring-offset-amber-200\/10{
  --tw-ring-offset-color: rgb(253 230 138 / 0.1);
}

.ring-offset-amber-200\/100{
  --tw-ring-offset-color: rgb(253 230 138 / 1);
}

.ring-offset-amber-200\/20{
  --tw-ring-offset-color: rgb(253 230 138 / 0.2);
}

.ring-offset-amber-200\/25{
  --tw-ring-offset-color: rgb(253 230 138 / 0.25);
}

.ring-offset-amber-200\/30{
  --tw-ring-offset-color: rgb(253 230 138 / 0.3);
}

.ring-offset-amber-200\/40{
  --tw-ring-offset-color: rgb(253 230 138 / 0.4);
}

.ring-offset-amber-200\/5{
  --tw-ring-offset-color: rgb(253 230 138 / 0.05);
}

.ring-offset-amber-200\/50{
  --tw-ring-offset-color: rgb(253 230 138 / 0.5);
}

.ring-offset-amber-200\/60{
  --tw-ring-offset-color: rgb(253 230 138 / 0.6);
}

.ring-offset-amber-200\/70{
  --tw-ring-offset-color: rgb(253 230 138 / 0.7);
}

.ring-offset-amber-200\/75{
  --tw-ring-offset-color: rgb(253 230 138 / 0.75);
}

.ring-offset-amber-200\/80{
  --tw-ring-offset-color: rgb(253 230 138 / 0.8);
}

.ring-offset-amber-200\/90{
  --tw-ring-offset-color: rgb(253 230 138 / 0.9);
}

.ring-offset-amber-200\/95{
  --tw-ring-offset-color: rgb(253 230 138 / 0.95);
}

.ring-offset-amber-300{
  --tw-ring-offset-color: #fcd34d;
}

.ring-offset-amber-300\/0{
  --tw-ring-offset-color: rgb(252 211 77 / 0);
}

.ring-offset-amber-300\/10{
  --tw-ring-offset-color: rgb(252 211 77 / 0.1);
}

.ring-offset-amber-300\/100{
  --tw-ring-offset-color: rgb(252 211 77 / 1);
}

.ring-offset-amber-300\/20{
  --tw-ring-offset-color: rgb(252 211 77 / 0.2);
}

.ring-offset-amber-300\/25{
  --tw-ring-offset-color: rgb(252 211 77 / 0.25);
}

.ring-offset-amber-300\/30{
  --tw-ring-offset-color: rgb(252 211 77 / 0.3);
}

.ring-offset-amber-300\/40{
  --tw-ring-offset-color: rgb(252 211 77 / 0.4);
}

.ring-offset-amber-300\/5{
  --tw-ring-offset-color: rgb(252 211 77 / 0.05);
}

.ring-offset-amber-300\/50{
  --tw-ring-offset-color: rgb(252 211 77 / 0.5);
}

.ring-offset-amber-300\/60{
  --tw-ring-offset-color: rgb(252 211 77 / 0.6);
}

.ring-offset-amber-300\/70{
  --tw-ring-offset-color: rgb(252 211 77 / 0.7);
}

.ring-offset-amber-300\/75{
  --tw-ring-offset-color: rgb(252 211 77 / 0.75);
}

.ring-offset-amber-300\/80{
  --tw-ring-offset-color: rgb(252 211 77 / 0.8);
}

.ring-offset-amber-300\/90{
  --tw-ring-offset-color: rgb(252 211 77 / 0.9);
}

.ring-offset-amber-300\/95{
  --tw-ring-offset-color: rgb(252 211 77 / 0.95);
}

.ring-offset-amber-400{
  --tw-ring-offset-color: #fbbf24;
}

.ring-offset-amber-400\/0{
  --tw-ring-offset-color: rgb(251 191 36 / 0);
}

.ring-offset-amber-400\/10{
  --tw-ring-offset-color: rgb(251 191 36 / 0.1);
}

.ring-offset-amber-400\/100{
  --tw-ring-offset-color: rgb(251 191 36 / 1);
}

.ring-offset-amber-400\/20{
  --tw-ring-offset-color: rgb(251 191 36 / 0.2);
}

.ring-offset-amber-400\/25{
  --tw-ring-offset-color: rgb(251 191 36 / 0.25);
}

.ring-offset-amber-400\/30{
  --tw-ring-offset-color: rgb(251 191 36 / 0.3);
}

.ring-offset-amber-400\/40{
  --tw-ring-offset-color: rgb(251 191 36 / 0.4);
}

.ring-offset-amber-400\/5{
  --tw-ring-offset-color: rgb(251 191 36 / 0.05);
}

.ring-offset-amber-400\/50{
  --tw-ring-offset-color: rgb(251 191 36 / 0.5);
}

.ring-offset-amber-400\/60{
  --tw-ring-offset-color: rgb(251 191 36 / 0.6);
}

.ring-offset-amber-400\/70{
  --tw-ring-offset-color: rgb(251 191 36 / 0.7);
}

.ring-offset-amber-400\/75{
  --tw-ring-offset-color: rgb(251 191 36 / 0.75);
}

.ring-offset-amber-400\/80{
  --tw-ring-offset-color: rgb(251 191 36 / 0.8);
}

.ring-offset-amber-400\/90{
  --tw-ring-offset-color: rgb(251 191 36 / 0.9);
}

.ring-offset-amber-400\/95{
  --tw-ring-offset-color: rgb(251 191 36 / 0.95);
}

.ring-offset-amber-50{
  --tw-ring-offset-color: #fffbeb;
}

.ring-offset-amber-50\/0{
  --tw-ring-offset-color: rgb(255 251 235 / 0);
}

.ring-offset-amber-50\/10{
  --tw-ring-offset-color: rgb(255 251 235 / 0.1);
}

.ring-offset-amber-50\/100{
  --tw-ring-offset-color: rgb(255 251 235 / 1);
}

.ring-offset-amber-50\/20{
  --tw-ring-offset-color: rgb(255 251 235 / 0.2);
}

.ring-offset-amber-50\/25{
  --tw-ring-offset-color: rgb(255 251 235 / 0.25);
}

.ring-offset-amber-50\/30{
  --tw-ring-offset-color: rgb(255 251 235 / 0.3);
}

.ring-offset-amber-50\/40{
  --tw-ring-offset-color: rgb(255 251 235 / 0.4);
}

.ring-offset-amber-50\/5{
  --tw-ring-offset-color: rgb(255 251 235 / 0.05);
}

.ring-offset-amber-50\/50{
  --tw-ring-offset-color: rgb(255 251 235 / 0.5);
}

.ring-offset-amber-50\/60{
  --tw-ring-offset-color: rgb(255 251 235 / 0.6);
}

.ring-offset-amber-50\/70{
  --tw-ring-offset-color: rgb(255 251 235 / 0.7);
}

.ring-offset-amber-50\/75{
  --tw-ring-offset-color: rgb(255 251 235 / 0.75);
}

.ring-offset-amber-50\/80{
  --tw-ring-offset-color: rgb(255 251 235 / 0.8);
}

.ring-offset-amber-50\/90{
  --tw-ring-offset-color: rgb(255 251 235 / 0.9);
}

.ring-offset-amber-50\/95{
  --tw-ring-offset-color: rgb(255 251 235 / 0.95);
}

.ring-offset-amber-500{
  --tw-ring-offset-color: #f59e0b;
}

.ring-offset-amber-500\/0{
  --tw-ring-offset-color: rgb(245 158 11 / 0);
}

.ring-offset-amber-500\/10{
  --tw-ring-offset-color: rgb(245 158 11 / 0.1);
}

.ring-offset-amber-500\/100{
  --tw-ring-offset-color: rgb(245 158 11 / 1);
}

.ring-offset-amber-500\/20{
  --tw-ring-offset-color: rgb(245 158 11 / 0.2);
}

.ring-offset-amber-500\/25{
  --tw-ring-offset-color: rgb(245 158 11 / 0.25);
}

.ring-offset-amber-500\/30{
  --tw-ring-offset-color: rgb(245 158 11 / 0.3);
}

.ring-offset-amber-500\/40{
  --tw-ring-offset-color: rgb(245 158 11 / 0.4);
}

.ring-offset-amber-500\/5{
  --tw-ring-offset-color: rgb(245 158 11 / 0.05);
}

.ring-offset-amber-500\/50{
  --tw-ring-offset-color: rgb(245 158 11 / 0.5);
}

.ring-offset-amber-500\/60{
  --tw-ring-offset-color: rgb(245 158 11 / 0.6);
}

.ring-offset-amber-500\/70{
  --tw-ring-offset-color: rgb(245 158 11 / 0.7);
}

.ring-offset-amber-500\/75{
  --tw-ring-offset-color: rgb(245 158 11 / 0.75);
}

.ring-offset-amber-500\/80{
  --tw-ring-offset-color: rgb(245 158 11 / 0.8);
}

.ring-offset-amber-500\/90{
  --tw-ring-offset-color: rgb(245 158 11 / 0.9);
}

.ring-offset-amber-500\/95{
  --tw-ring-offset-color: rgb(245 158 11 / 0.95);
}

.ring-offset-amber-600{
  --tw-ring-offset-color: #d97706;
}

.ring-offset-amber-600\/0{
  --tw-ring-offset-color: rgb(217 119 6 / 0);
}

.ring-offset-amber-600\/10{
  --tw-ring-offset-color: rgb(217 119 6 / 0.1);
}

.ring-offset-amber-600\/100{
  --tw-ring-offset-color: rgb(217 119 6 / 1);
}

.ring-offset-amber-600\/20{
  --tw-ring-offset-color: rgb(217 119 6 / 0.2);
}

.ring-offset-amber-600\/25{
  --tw-ring-offset-color: rgb(217 119 6 / 0.25);
}

.ring-offset-amber-600\/30{
  --tw-ring-offset-color: rgb(217 119 6 / 0.3);
}

.ring-offset-amber-600\/40{
  --tw-ring-offset-color: rgb(217 119 6 / 0.4);
}

.ring-offset-amber-600\/5{
  --tw-ring-offset-color: rgb(217 119 6 / 0.05);
}

.ring-offset-amber-600\/50{
  --tw-ring-offset-color: rgb(217 119 6 / 0.5);
}

.ring-offset-amber-600\/60{
  --tw-ring-offset-color: rgb(217 119 6 / 0.6);
}

.ring-offset-amber-600\/70{
  --tw-ring-offset-color: rgb(217 119 6 / 0.7);
}

.ring-offset-amber-600\/75{
  --tw-ring-offset-color: rgb(217 119 6 / 0.75);
}

.ring-offset-amber-600\/80{
  --tw-ring-offset-color: rgb(217 119 6 / 0.8);
}

.ring-offset-amber-600\/90{
  --tw-ring-offset-color: rgb(217 119 6 / 0.9);
}

.ring-offset-amber-600\/95{
  --tw-ring-offset-color: rgb(217 119 6 / 0.95);
}

.ring-offset-amber-700{
  --tw-ring-offset-color: #b45309;
}

.ring-offset-amber-700\/0{
  --tw-ring-offset-color: rgb(180 83 9 / 0);
}

.ring-offset-amber-700\/10{
  --tw-ring-offset-color: rgb(180 83 9 / 0.1);
}

.ring-offset-amber-700\/100{
  --tw-ring-offset-color: rgb(180 83 9 / 1);
}

.ring-offset-amber-700\/20{
  --tw-ring-offset-color: rgb(180 83 9 / 0.2);
}

.ring-offset-amber-700\/25{
  --tw-ring-offset-color: rgb(180 83 9 / 0.25);
}

.ring-offset-amber-700\/30{
  --tw-ring-offset-color: rgb(180 83 9 / 0.3);
}

.ring-offset-amber-700\/40{
  --tw-ring-offset-color: rgb(180 83 9 / 0.4);
}

.ring-offset-amber-700\/5{
  --tw-ring-offset-color: rgb(180 83 9 / 0.05);
}

.ring-offset-amber-700\/50{
  --tw-ring-offset-color: rgb(180 83 9 / 0.5);
}

.ring-offset-amber-700\/60{
  --tw-ring-offset-color: rgb(180 83 9 / 0.6);
}

.ring-offset-amber-700\/70{
  --tw-ring-offset-color: rgb(180 83 9 / 0.7);
}

.ring-offset-amber-700\/75{
  --tw-ring-offset-color: rgb(180 83 9 / 0.75);
}

.ring-offset-amber-700\/80{
  --tw-ring-offset-color: rgb(180 83 9 / 0.8);
}

.ring-offset-amber-700\/90{
  --tw-ring-offset-color: rgb(180 83 9 / 0.9);
}

.ring-offset-amber-700\/95{
  --tw-ring-offset-color: rgb(180 83 9 / 0.95);
}

.ring-offset-amber-800{
  --tw-ring-offset-color: #92400e;
}

.ring-offset-amber-800\/0{
  --tw-ring-offset-color: rgb(146 64 14 / 0);
}

.ring-offset-amber-800\/10{
  --tw-ring-offset-color: rgb(146 64 14 / 0.1);
}

.ring-offset-amber-800\/100{
  --tw-ring-offset-color: rgb(146 64 14 / 1);
}

.ring-offset-amber-800\/20{
  --tw-ring-offset-color: rgb(146 64 14 / 0.2);
}

.ring-offset-amber-800\/25{
  --tw-ring-offset-color: rgb(146 64 14 / 0.25);
}

.ring-offset-amber-800\/30{
  --tw-ring-offset-color: rgb(146 64 14 / 0.3);
}

.ring-offset-amber-800\/40{
  --tw-ring-offset-color: rgb(146 64 14 / 0.4);
}

.ring-offset-amber-800\/5{
  --tw-ring-offset-color: rgb(146 64 14 / 0.05);
}

.ring-offset-amber-800\/50{
  --tw-ring-offset-color: rgb(146 64 14 / 0.5);
}

.ring-offset-amber-800\/60{
  --tw-ring-offset-color: rgb(146 64 14 / 0.6);
}

.ring-offset-amber-800\/70{
  --tw-ring-offset-color: rgb(146 64 14 / 0.7);
}

.ring-offset-amber-800\/75{
  --tw-ring-offset-color: rgb(146 64 14 / 0.75);
}

.ring-offset-amber-800\/80{
  --tw-ring-offset-color: rgb(146 64 14 / 0.8);
}

.ring-offset-amber-800\/90{
  --tw-ring-offset-color: rgb(146 64 14 / 0.9);
}

.ring-offset-amber-800\/95{
  --tw-ring-offset-color: rgb(146 64 14 / 0.95);
}

.ring-offset-amber-900{
  --tw-ring-offset-color: #78350f;
}

.ring-offset-amber-900\/0{
  --tw-ring-offset-color: rgb(120 53 15 / 0);
}

.ring-offset-amber-900\/10{
  --tw-ring-offset-color: rgb(120 53 15 / 0.1);
}

.ring-offset-amber-900\/100{
  --tw-ring-offset-color: rgb(120 53 15 / 1);
}

.ring-offset-amber-900\/20{
  --tw-ring-offset-color: rgb(120 53 15 / 0.2);
}

.ring-offset-amber-900\/25{
  --tw-ring-offset-color: rgb(120 53 15 / 0.25);
}

.ring-offset-amber-900\/30{
  --tw-ring-offset-color: rgb(120 53 15 / 0.3);
}

.ring-offset-amber-900\/40{
  --tw-ring-offset-color: rgb(120 53 15 / 0.4);
}

.ring-offset-amber-900\/5{
  --tw-ring-offset-color: rgb(120 53 15 / 0.05);
}

.ring-offset-amber-900\/50{
  --tw-ring-offset-color: rgb(120 53 15 / 0.5);
}

.ring-offset-amber-900\/60{
  --tw-ring-offset-color: rgb(120 53 15 / 0.6);
}

.ring-offset-amber-900\/70{
  --tw-ring-offset-color: rgb(120 53 15 / 0.7);
}

.ring-offset-amber-900\/75{
  --tw-ring-offset-color: rgb(120 53 15 / 0.75);
}

.ring-offset-amber-900\/80{
  --tw-ring-offset-color: rgb(120 53 15 / 0.8);
}

.ring-offset-amber-900\/90{
  --tw-ring-offset-color: rgb(120 53 15 / 0.9);
}

.ring-offset-amber-900\/95{
  --tw-ring-offset-color: rgb(120 53 15 / 0.95);
}

.ring-offset-amber-950{
  --tw-ring-offset-color: #451a03;
}

.ring-offset-amber-950\/0{
  --tw-ring-offset-color: rgb(69 26 3 / 0);
}

.ring-offset-amber-950\/10{
  --tw-ring-offset-color: rgb(69 26 3 / 0.1);
}

.ring-offset-amber-950\/100{
  --tw-ring-offset-color: rgb(69 26 3 / 1);
}

.ring-offset-amber-950\/20{
  --tw-ring-offset-color: rgb(69 26 3 / 0.2);
}

.ring-offset-amber-950\/25{
  --tw-ring-offset-color: rgb(69 26 3 / 0.25);
}

.ring-offset-amber-950\/30{
  --tw-ring-offset-color: rgb(69 26 3 / 0.3);
}

.ring-offset-amber-950\/40{
  --tw-ring-offset-color: rgb(69 26 3 / 0.4);
}

.ring-offset-amber-950\/5{
  --tw-ring-offset-color: rgb(69 26 3 / 0.05);
}

.ring-offset-amber-950\/50{
  --tw-ring-offset-color: rgb(69 26 3 / 0.5);
}

.ring-offset-amber-950\/60{
  --tw-ring-offset-color: rgb(69 26 3 / 0.6);
}

.ring-offset-amber-950\/70{
  --tw-ring-offset-color: rgb(69 26 3 / 0.7);
}

.ring-offset-amber-950\/75{
  --tw-ring-offset-color: rgb(69 26 3 / 0.75);
}

.ring-offset-amber-950\/80{
  --tw-ring-offset-color: rgb(69 26 3 / 0.8);
}

.ring-offset-amber-950\/90{
  --tw-ring-offset-color: rgb(69 26 3 / 0.9);
}

.ring-offset-amber-950\/95{
  --tw-ring-offset-color: rgb(69 26 3 / 0.95);
}

.ring-offset-black{
  --tw-ring-offset-color: #000;
}

.ring-offset-black\/0{
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}

.ring-offset-black\/10{
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}

.ring-offset-black\/100{
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}

.ring-offset-black\/20{
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}

.ring-offset-black\/25{
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}

.ring-offset-black\/30{
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}

.ring-offset-black\/40{
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}

.ring-offset-black\/5{
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}

.ring-offset-black\/50{
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}

.ring-offset-black\/60{
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}

.ring-offset-black\/70{
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}

.ring-offset-black\/75{
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}

.ring-offset-black\/80{
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}

.ring-offset-black\/90{
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}

.ring-offset-black\/95{
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}

.ring-offset-blue-100{
  --tw-ring-offset-color: #dbeafe;
}

.ring-offset-blue-100\/0{
  --tw-ring-offset-color: rgb(219 234 254 / 0);
}

.ring-offset-blue-100\/10{
  --tw-ring-offset-color: rgb(219 234 254 / 0.1);
}

.ring-offset-blue-100\/100{
  --tw-ring-offset-color: rgb(219 234 254 / 1);
}

.ring-offset-blue-100\/20{
  --tw-ring-offset-color: rgb(219 234 254 / 0.2);
}

.ring-offset-blue-100\/25{
  --tw-ring-offset-color: rgb(219 234 254 / 0.25);
}

.ring-offset-blue-100\/30{
  --tw-ring-offset-color: rgb(219 234 254 / 0.3);
}

.ring-offset-blue-100\/40{
  --tw-ring-offset-color: rgb(219 234 254 / 0.4);
}

.ring-offset-blue-100\/5{
  --tw-ring-offset-color: rgb(219 234 254 / 0.05);
}

.ring-offset-blue-100\/50{
  --tw-ring-offset-color: rgb(219 234 254 / 0.5);
}

.ring-offset-blue-100\/60{
  --tw-ring-offset-color: rgb(219 234 254 / 0.6);
}

.ring-offset-blue-100\/70{
  --tw-ring-offset-color: rgb(219 234 254 / 0.7);
}

.ring-offset-blue-100\/75{
  --tw-ring-offset-color: rgb(219 234 254 / 0.75);
}

.ring-offset-blue-100\/80{
  --tw-ring-offset-color: rgb(219 234 254 / 0.8);
}

.ring-offset-blue-100\/90{
  --tw-ring-offset-color: rgb(219 234 254 / 0.9);
}

.ring-offset-blue-100\/95{
  --tw-ring-offset-color: rgb(219 234 254 / 0.95);
}

.ring-offset-blue-200{
  --tw-ring-offset-color: #bfdbfe;
}

.ring-offset-blue-200\/0{
  --tw-ring-offset-color: rgb(191 219 254 / 0);
}

.ring-offset-blue-200\/10{
  --tw-ring-offset-color: rgb(191 219 254 / 0.1);
}

.ring-offset-blue-200\/100{
  --tw-ring-offset-color: rgb(191 219 254 / 1);
}

.ring-offset-blue-200\/20{
  --tw-ring-offset-color: rgb(191 219 254 / 0.2);
}

.ring-offset-blue-200\/25{
  --tw-ring-offset-color: rgb(191 219 254 / 0.25);
}

.ring-offset-blue-200\/30{
  --tw-ring-offset-color: rgb(191 219 254 / 0.3);
}

.ring-offset-blue-200\/40{
  --tw-ring-offset-color: rgb(191 219 254 / 0.4);
}

.ring-offset-blue-200\/5{
  --tw-ring-offset-color: rgb(191 219 254 / 0.05);
}

.ring-offset-blue-200\/50{
  --tw-ring-offset-color: rgb(191 219 254 / 0.5);
}

.ring-offset-blue-200\/60{
  --tw-ring-offset-color: rgb(191 219 254 / 0.6);
}

.ring-offset-blue-200\/70{
  --tw-ring-offset-color: rgb(191 219 254 / 0.7);
}

.ring-offset-blue-200\/75{
  --tw-ring-offset-color: rgb(191 219 254 / 0.75);
}

.ring-offset-blue-200\/80{
  --tw-ring-offset-color: rgb(191 219 254 / 0.8);
}

.ring-offset-blue-200\/90{
  --tw-ring-offset-color: rgb(191 219 254 / 0.9);
}

.ring-offset-blue-200\/95{
  --tw-ring-offset-color: rgb(191 219 254 / 0.95);
}

.ring-offset-blue-300{
  --tw-ring-offset-color: #93c5fd;
}

.ring-offset-blue-300\/0{
  --tw-ring-offset-color: rgb(147 197 253 / 0);
}

.ring-offset-blue-300\/10{
  --tw-ring-offset-color: rgb(147 197 253 / 0.1);
}

.ring-offset-blue-300\/100{
  --tw-ring-offset-color: rgb(147 197 253 / 1);
}

.ring-offset-blue-300\/20{
  --tw-ring-offset-color: rgb(147 197 253 / 0.2);
}

.ring-offset-blue-300\/25{
  --tw-ring-offset-color: rgb(147 197 253 / 0.25);
}

.ring-offset-blue-300\/30{
  --tw-ring-offset-color: rgb(147 197 253 / 0.3);
}

.ring-offset-blue-300\/40{
  --tw-ring-offset-color: rgb(147 197 253 / 0.4);
}

.ring-offset-blue-300\/5{
  --tw-ring-offset-color: rgb(147 197 253 / 0.05);
}

.ring-offset-blue-300\/50{
  --tw-ring-offset-color: rgb(147 197 253 / 0.5);
}

.ring-offset-blue-300\/60{
  --tw-ring-offset-color: rgb(147 197 253 / 0.6);
}

.ring-offset-blue-300\/70{
  --tw-ring-offset-color: rgb(147 197 253 / 0.7);
}

.ring-offset-blue-300\/75{
  --tw-ring-offset-color: rgb(147 197 253 / 0.75);
}

.ring-offset-blue-300\/80{
  --tw-ring-offset-color: rgb(147 197 253 / 0.8);
}

.ring-offset-blue-300\/90{
  --tw-ring-offset-color: rgb(147 197 253 / 0.9);
}

.ring-offset-blue-300\/95{
  --tw-ring-offset-color: rgb(147 197 253 / 0.95);
}

.ring-offset-blue-400{
  --tw-ring-offset-color: #60a5fa;
}

.ring-offset-blue-400\/0{
  --tw-ring-offset-color: rgb(96 165 250 / 0);
}

.ring-offset-blue-400\/10{
  --tw-ring-offset-color: rgb(96 165 250 / 0.1);
}

.ring-offset-blue-400\/100{
  --tw-ring-offset-color: rgb(96 165 250 / 1);
}

.ring-offset-blue-400\/20{
  --tw-ring-offset-color: rgb(96 165 250 / 0.2);
}

.ring-offset-blue-400\/25{
  --tw-ring-offset-color: rgb(96 165 250 / 0.25);
}

.ring-offset-blue-400\/30{
  --tw-ring-offset-color: rgb(96 165 250 / 0.3);
}

.ring-offset-blue-400\/40{
  --tw-ring-offset-color: rgb(96 165 250 / 0.4);
}

.ring-offset-blue-400\/5{
  --tw-ring-offset-color: rgb(96 165 250 / 0.05);
}

.ring-offset-blue-400\/50{
  --tw-ring-offset-color: rgb(96 165 250 / 0.5);
}

.ring-offset-blue-400\/60{
  --tw-ring-offset-color: rgb(96 165 250 / 0.6);
}

.ring-offset-blue-400\/70{
  --tw-ring-offset-color: rgb(96 165 250 / 0.7);
}

.ring-offset-blue-400\/75{
  --tw-ring-offset-color: rgb(96 165 250 / 0.75);
}

.ring-offset-blue-400\/80{
  --tw-ring-offset-color: rgb(96 165 250 / 0.8);
}

.ring-offset-blue-400\/90{
  --tw-ring-offset-color: rgb(96 165 250 / 0.9);
}

.ring-offset-blue-400\/95{
  --tw-ring-offset-color: rgb(96 165 250 / 0.95);
}

.ring-offset-blue-50{
  --tw-ring-offset-color: #eff6ff;
}

.ring-offset-blue-50\/0{
  --tw-ring-offset-color: rgb(239 246 255 / 0);
}

.ring-offset-blue-50\/10{
  --tw-ring-offset-color: rgb(239 246 255 / 0.1);
}

.ring-offset-blue-50\/100{
  --tw-ring-offset-color: rgb(239 246 255 / 1);
}

.ring-offset-blue-50\/20{
  --tw-ring-offset-color: rgb(239 246 255 / 0.2);
}

.ring-offset-blue-50\/25{
  --tw-ring-offset-color: rgb(239 246 255 / 0.25);
}

.ring-offset-blue-50\/30{
  --tw-ring-offset-color: rgb(239 246 255 / 0.3);
}

.ring-offset-blue-50\/40{
  --tw-ring-offset-color: rgb(239 246 255 / 0.4);
}

.ring-offset-blue-50\/5{
  --tw-ring-offset-color: rgb(239 246 255 / 0.05);
}

.ring-offset-blue-50\/50{
  --tw-ring-offset-color: rgb(239 246 255 / 0.5);
}

.ring-offset-blue-50\/60{
  --tw-ring-offset-color: rgb(239 246 255 / 0.6);
}

.ring-offset-blue-50\/70{
  --tw-ring-offset-color: rgb(239 246 255 / 0.7);
}

.ring-offset-blue-50\/75{
  --tw-ring-offset-color: rgb(239 246 255 / 0.75);
}

.ring-offset-blue-50\/80{
  --tw-ring-offset-color: rgb(239 246 255 / 0.8);
}

.ring-offset-blue-50\/90{
  --tw-ring-offset-color: rgb(239 246 255 / 0.9);
}

.ring-offset-blue-50\/95{
  --tw-ring-offset-color: rgb(239 246 255 / 0.95);
}

.ring-offset-blue-500{
  --tw-ring-offset-color: #3b82f6;
}

.ring-offset-blue-500\/0{
  --tw-ring-offset-color: rgb(59 130 246 / 0);
}

.ring-offset-blue-500\/10{
  --tw-ring-offset-color: rgb(59 130 246 / 0.1);
}

.ring-offset-blue-500\/100{
  --tw-ring-offset-color: rgb(59 130 246 / 1);
}

.ring-offset-blue-500\/20{
  --tw-ring-offset-color: rgb(59 130 246 / 0.2);
}

.ring-offset-blue-500\/25{
  --tw-ring-offset-color: rgb(59 130 246 / 0.25);
}

.ring-offset-blue-500\/30{
  --tw-ring-offset-color: rgb(59 130 246 / 0.3);
}

.ring-offset-blue-500\/40{
  --tw-ring-offset-color: rgb(59 130 246 / 0.4);
}

.ring-offset-blue-500\/5{
  --tw-ring-offset-color: rgb(59 130 246 / 0.05);
}

.ring-offset-blue-500\/50{
  --tw-ring-offset-color: rgb(59 130 246 / 0.5);
}

.ring-offset-blue-500\/60{
  --tw-ring-offset-color: rgb(59 130 246 / 0.6);
}

.ring-offset-blue-500\/70{
  --tw-ring-offset-color: rgb(59 130 246 / 0.7);
}

.ring-offset-blue-500\/75{
  --tw-ring-offset-color: rgb(59 130 246 / 0.75);
}

.ring-offset-blue-500\/80{
  --tw-ring-offset-color: rgb(59 130 246 / 0.8);
}

.ring-offset-blue-500\/90{
  --tw-ring-offset-color: rgb(59 130 246 / 0.9);
}

.ring-offset-blue-500\/95{
  --tw-ring-offset-color: rgb(59 130 246 / 0.95);
}

.ring-offset-blue-600{
  --tw-ring-offset-color: #2563eb;
}

.ring-offset-blue-600\/0{
  --tw-ring-offset-color: rgb(37 99 235 / 0);
}

.ring-offset-blue-600\/10{
  --tw-ring-offset-color: rgb(37 99 235 / 0.1);
}

.ring-offset-blue-600\/100{
  --tw-ring-offset-color: rgb(37 99 235 / 1);
}

.ring-offset-blue-600\/20{
  --tw-ring-offset-color: rgb(37 99 235 / 0.2);
}

.ring-offset-blue-600\/25{
  --tw-ring-offset-color: rgb(37 99 235 / 0.25);
}

.ring-offset-blue-600\/30{
  --tw-ring-offset-color: rgb(37 99 235 / 0.3);
}

.ring-offset-blue-600\/40{
  --tw-ring-offset-color: rgb(37 99 235 / 0.4);
}

.ring-offset-blue-600\/5{
  --tw-ring-offset-color: rgb(37 99 235 / 0.05);
}

.ring-offset-blue-600\/50{
  --tw-ring-offset-color: rgb(37 99 235 / 0.5);
}

.ring-offset-blue-600\/60{
  --tw-ring-offset-color: rgb(37 99 235 / 0.6);
}

.ring-offset-blue-600\/70{
  --tw-ring-offset-color: rgb(37 99 235 / 0.7);
}

.ring-offset-blue-600\/75{
  --tw-ring-offset-color: rgb(37 99 235 / 0.75);
}

.ring-offset-blue-600\/80{
  --tw-ring-offset-color: rgb(37 99 235 / 0.8);
}

.ring-offset-blue-600\/90{
  --tw-ring-offset-color: rgb(37 99 235 / 0.9);
}

.ring-offset-blue-600\/95{
  --tw-ring-offset-color: rgb(37 99 235 / 0.95);
}

.ring-offset-blue-700{
  --tw-ring-offset-color: #1d4ed8;
}

.ring-offset-blue-700\/0{
  --tw-ring-offset-color: rgb(29 78 216 / 0);
}

.ring-offset-blue-700\/10{
  --tw-ring-offset-color: rgb(29 78 216 / 0.1);
}

.ring-offset-blue-700\/100{
  --tw-ring-offset-color: rgb(29 78 216 / 1);
}

.ring-offset-blue-700\/20{
  --tw-ring-offset-color: rgb(29 78 216 / 0.2);
}

.ring-offset-blue-700\/25{
  --tw-ring-offset-color: rgb(29 78 216 / 0.25);
}

.ring-offset-blue-700\/30{
  --tw-ring-offset-color: rgb(29 78 216 / 0.3);
}

.ring-offset-blue-700\/40{
  --tw-ring-offset-color: rgb(29 78 216 / 0.4);
}

.ring-offset-blue-700\/5{
  --tw-ring-offset-color: rgb(29 78 216 / 0.05);
}

.ring-offset-blue-700\/50{
  --tw-ring-offset-color: rgb(29 78 216 / 0.5);
}

.ring-offset-blue-700\/60{
  --tw-ring-offset-color: rgb(29 78 216 / 0.6);
}

.ring-offset-blue-700\/70{
  --tw-ring-offset-color: rgb(29 78 216 / 0.7);
}

.ring-offset-blue-700\/75{
  --tw-ring-offset-color: rgb(29 78 216 / 0.75);
}

.ring-offset-blue-700\/80{
  --tw-ring-offset-color: rgb(29 78 216 / 0.8);
}

.ring-offset-blue-700\/90{
  --tw-ring-offset-color: rgb(29 78 216 / 0.9);
}

.ring-offset-blue-700\/95{
  --tw-ring-offset-color: rgb(29 78 216 / 0.95);
}

.ring-offset-blue-800{
  --tw-ring-offset-color: #1e40af;
}

.ring-offset-blue-800\/0{
  --tw-ring-offset-color: rgb(30 64 175 / 0);
}

.ring-offset-blue-800\/10{
  --tw-ring-offset-color: rgb(30 64 175 / 0.1);
}

.ring-offset-blue-800\/100{
  --tw-ring-offset-color: rgb(30 64 175 / 1);
}

.ring-offset-blue-800\/20{
  --tw-ring-offset-color: rgb(30 64 175 / 0.2);
}

.ring-offset-blue-800\/25{
  --tw-ring-offset-color: rgb(30 64 175 / 0.25);
}

.ring-offset-blue-800\/30{
  --tw-ring-offset-color: rgb(30 64 175 / 0.3);
}

.ring-offset-blue-800\/40{
  --tw-ring-offset-color: rgb(30 64 175 / 0.4);
}

.ring-offset-blue-800\/5{
  --tw-ring-offset-color: rgb(30 64 175 / 0.05);
}

.ring-offset-blue-800\/50{
  --tw-ring-offset-color: rgb(30 64 175 / 0.5);
}

.ring-offset-blue-800\/60{
  --tw-ring-offset-color: rgb(30 64 175 / 0.6);
}

.ring-offset-blue-800\/70{
  --tw-ring-offset-color: rgb(30 64 175 / 0.7);
}

.ring-offset-blue-800\/75{
  --tw-ring-offset-color: rgb(30 64 175 / 0.75);
}

.ring-offset-blue-800\/80{
  --tw-ring-offset-color: rgb(30 64 175 / 0.8);
}

.ring-offset-blue-800\/90{
  --tw-ring-offset-color: rgb(30 64 175 / 0.9);
}

.ring-offset-blue-800\/95{
  --tw-ring-offset-color: rgb(30 64 175 / 0.95);
}

.ring-offset-blue-900{
  --tw-ring-offset-color: #1e3a8a;
}

.ring-offset-blue-900\/0{
  --tw-ring-offset-color: rgb(30 58 138 / 0);
}

.ring-offset-blue-900\/10{
  --tw-ring-offset-color: rgb(30 58 138 / 0.1);
}

.ring-offset-blue-900\/100{
  --tw-ring-offset-color: rgb(30 58 138 / 1);
}

.ring-offset-blue-900\/20{
  --tw-ring-offset-color: rgb(30 58 138 / 0.2);
}

.ring-offset-blue-900\/25{
  --tw-ring-offset-color: rgb(30 58 138 / 0.25);
}

.ring-offset-blue-900\/30{
  --tw-ring-offset-color: rgb(30 58 138 / 0.3);
}

.ring-offset-blue-900\/40{
  --tw-ring-offset-color: rgb(30 58 138 / 0.4);
}

.ring-offset-blue-900\/5{
  --tw-ring-offset-color: rgb(30 58 138 / 0.05);
}

.ring-offset-blue-900\/50{
  --tw-ring-offset-color: rgb(30 58 138 / 0.5);
}

.ring-offset-blue-900\/60{
  --tw-ring-offset-color: rgb(30 58 138 / 0.6);
}

.ring-offset-blue-900\/70{
  --tw-ring-offset-color: rgb(30 58 138 / 0.7);
}

.ring-offset-blue-900\/75{
  --tw-ring-offset-color: rgb(30 58 138 / 0.75);
}

.ring-offset-blue-900\/80{
  --tw-ring-offset-color: rgb(30 58 138 / 0.8);
}

.ring-offset-blue-900\/90{
  --tw-ring-offset-color: rgb(30 58 138 / 0.9);
}

.ring-offset-blue-900\/95{
  --tw-ring-offset-color: rgb(30 58 138 / 0.95);
}

.ring-offset-blue-950{
  --tw-ring-offset-color: #172554;
}

.ring-offset-blue-950\/0{
  --tw-ring-offset-color: rgb(23 37 84 / 0);
}

.ring-offset-blue-950\/10{
  --tw-ring-offset-color: rgb(23 37 84 / 0.1);
}

.ring-offset-blue-950\/100{
  --tw-ring-offset-color: rgb(23 37 84 / 1);
}

.ring-offset-blue-950\/20{
  --tw-ring-offset-color: rgb(23 37 84 / 0.2);
}

.ring-offset-blue-950\/25{
  --tw-ring-offset-color: rgb(23 37 84 / 0.25);
}

.ring-offset-blue-950\/30{
  --tw-ring-offset-color: rgb(23 37 84 / 0.3);
}

.ring-offset-blue-950\/40{
  --tw-ring-offset-color: rgb(23 37 84 / 0.4);
}

.ring-offset-blue-950\/5{
  --tw-ring-offset-color: rgb(23 37 84 / 0.05);
}

.ring-offset-blue-950\/50{
  --tw-ring-offset-color: rgb(23 37 84 / 0.5);
}

.ring-offset-blue-950\/60{
  --tw-ring-offset-color: rgb(23 37 84 / 0.6);
}

.ring-offset-blue-950\/70{
  --tw-ring-offset-color: rgb(23 37 84 / 0.7);
}

.ring-offset-blue-950\/75{
  --tw-ring-offset-color: rgb(23 37 84 / 0.75);
}

.ring-offset-blue-950\/80{
  --tw-ring-offset-color: rgb(23 37 84 / 0.8);
}

.ring-offset-blue-950\/90{
  --tw-ring-offset-color: rgb(23 37 84 / 0.9);
}

.ring-offset-blue-950\/95{
  --tw-ring-offset-color: rgb(23 37 84 / 0.95);
}

.ring-offset-current{
  --tw-ring-offset-color: currentColor;
}

.ring-offset-cyan-100{
  --tw-ring-offset-color: #cffafe;
}

.ring-offset-cyan-100\/0{
  --tw-ring-offset-color: rgb(207 250 254 / 0);
}

.ring-offset-cyan-100\/10{
  --tw-ring-offset-color: rgb(207 250 254 / 0.1);
}

.ring-offset-cyan-100\/100{
  --tw-ring-offset-color: rgb(207 250 254 / 1);
}

.ring-offset-cyan-100\/20{
  --tw-ring-offset-color: rgb(207 250 254 / 0.2);
}

.ring-offset-cyan-100\/25{
  --tw-ring-offset-color: rgb(207 250 254 / 0.25);
}

.ring-offset-cyan-100\/30{
  --tw-ring-offset-color: rgb(207 250 254 / 0.3);
}

.ring-offset-cyan-100\/40{
  --tw-ring-offset-color: rgb(207 250 254 / 0.4);
}

.ring-offset-cyan-100\/5{
  --tw-ring-offset-color: rgb(207 250 254 / 0.05);
}

.ring-offset-cyan-100\/50{
  --tw-ring-offset-color: rgb(207 250 254 / 0.5);
}

.ring-offset-cyan-100\/60{
  --tw-ring-offset-color: rgb(207 250 254 / 0.6);
}

.ring-offset-cyan-100\/70{
  --tw-ring-offset-color: rgb(207 250 254 / 0.7);
}

.ring-offset-cyan-100\/75{
  --tw-ring-offset-color: rgb(207 250 254 / 0.75);
}

.ring-offset-cyan-100\/80{
  --tw-ring-offset-color: rgb(207 250 254 / 0.8);
}

.ring-offset-cyan-100\/90{
  --tw-ring-offset-color: rgb(207 250 254 / 0.9);
}

.ring-offset-cyan-100\/95{
  --tw-ring-offset-color: rgb(207 250 254 / 0.95);
}

.ring-offset-cyan-200{
  --tw-ring-offset-color: #a5f3fc;
}

.ring-offset-cyan-200\/0{
  --tw-ring-offset-color: rgb(165 243 252 / 0);
}

.ring-offset-cyan-200\/10{
  --tw-ring-offset-color: rgb(165 243 252 / 0.1);
}

.ring-offset-cyan-200\/100{
  --tw-ring-offset-color: rgb(165 243 252 / 1);
}

.ring-offset-cyan-200\/20{
  --tw-ring-offset-color: rgb(165 243 252 / 0.2);
}

.ring-offset-cyan-200\/25{
  --tw-ring-offset-color: rgb(165 243 252 / 0.25);
}

.ring-offset-cyan-200\/30{
  --tw-ring-offset-color: rgb(165 243 252 / 0.3);
}

.ring-offset-cyan-200\/40{
  --tw-ring-offset-color: rgb(165 243 252 / 0.4);
}

.ring-offset-cyan-200\/5{
  --tw-ring-offset-color: rgb(165 243 252 / 0.05);
}

.ring-offset-cyan-200\/50{
  --tw-ring-offset-color: rgb(165 243 252 / 0.5);
}

.ring-offset-cyan-200\/60{
  --tw-ring-offset-color: rgb(165 243 252 / 0.6);
}

.ring-offset-cyan-200\/70{
  --tw-ring-offset-color: rgb(165 243 252 / 0.7);
}

.ring-offset-cyan-200\/75{
  --tw-ring-offset-color: rgb(165 243 252 / 0.75);
}

.ring-offset-cyan-200\/80{
  --tw-ring-offset-color: rgb(165 243 252 / 0.8);
}

.ring-offset-cyan-200\/90{
  --tw-ring-offset-color: rgb(165 243 252 / 0.9);
}

.ring-offset-cyan-200\/95{
  --tw-ring-offset-color: rgb(165 243 252 / 0.95);
}

.ring-offset-cyan-300{
  --tw-ring-offset-color: #67e8f9;
}

.ring-offset-cyan-300\/0{
  --tw-ring-offset-color: rgb(103 232 249 / 0);
}

.ring-offset-cyan-300\/10{
  --tw-ring-offset-color: rgb(103 232 249 / 0.1);
}

.ring-offset-cyan-300\/100{
  --tw-ring-offset-color: rgb(103 232 249 / 1);
}

.ring-offset-cyan-300\/20{
  --tw-ring-offset-color: rgb(103 232 249 / 0.2);
}

.ring-offset-cyan-300\/25{
  --tw-ring-offset-color: rgb(103 232 249 / 0.25);
}

.ring-offset-cyan-300\/30{
  --tw-ring-offset-color: rgb(103 232 249 / 0.3);
}

.ring-offset-cyan-300\/40{
  --tw-ring-offset-color: rgb(103 232 249 / 0.4);
}

.ring-offset-cyan-300\/5{
  --tw-ring-offset-color: rgb(103 232 249 / 0.05);
}

.ring-offset-cyan-300\/50{
  --tw-ring-offset-color: rgb(103 232 249 / 0.5);
}

.ring-offset-cyan-300\/60{
  --tw-ring-offset-color: rgb(103 232 249 / 0.6);
}

.ring-offset-cyan-300\/70{
  --tw-ring-offset-color: rgb(103 232 249 / 0.7);
}

.ring-offset-cyan-300\/75{
  --tw-ring-offset-color: rgb(103 232 249 / 0.75);
}

.ring-offset-cyan-300\/80{
  --tw-ring-offset-color: rgb(103 232 249 / 0.8);
}

.ring-offset-cyan-300\/90{
  --tw-ring-offset-color: rgb(103 232 249 / 0.9);
}

.ring-offset-cyan-300\/95{
  --tw-ring-offset-color: rgb(103 232 249 / 0.95);
}

.ring-offset-cyan-400{
  --tw-ring-offset-color: #22d3ee;
}

.ring-offset-cyan-400\/0{
  --tw-ring-offset-color: rgb(34 211 238 / 0);
}

.ring-offset-cyan-400\/10{
  --tw-ring-offset-color: rgb(34 211 238 / 0.1);
}

.ring-offset-cyan-400\/100{
  --tw-ring-offset-color: rgb(34 211 238 / 1);
}

.ring-offset-cyan-400\/20{
  --tw-ring-offset-color: rgb(34 211 238 / 0.2);
}

.ring-offset-cyan-400\/25{
  --tw-ring-offset-color: rgb(34 211 238 / 0.25);
}

.ring-offset-cyan-400\/30{
  --tw-ring-offset-color: rgb(34 211 238 / 0.3);
}

.ring-offset-cyan-400\/40{
  --tw-ring-offset-color: rgb(34 211 238 / 0.4);
}

.ring-offset-cyan-400\/5{
  --tw-ring-offset-color: rgb(34 211 238 / 0.05);
}

.ring-offset-cyan-400\/50{
  --tw-ring-offset-color: rgb(34 211 238 / 0.5);
}

.ring-offset-cyan-400\/60{
  --tw-ring-offset-color: rgb(34 211 238 / 0.6);
}

.ring-offset-cyan-400\/70{
  --tw-ring-offset-color: rgb(34 211 238 / 0.7);
}

.ring-offset-cyan-400\/75{
  --tw-ring-offset-color: rgb(34 211 238 / 0.75);
}

.ring-offset-cyan-400\/80{
  --tw-ring-offset-color: rgb(34 211 238 / 0.8);
}

.ring-offset-cyan-400\/90{
  --tw-ring-offset-color: rgb(34 211 238 / 0.9);
}

.ring-offset-cyan-400\/95{
  --tw-ring-offset-color: rgb(34 211 238 / 0.95);
}

.ring-offset-cyan-50{
  --tw-ring-offset-color: #ecfeff;
}

.ring-offset-cyan-50\/0{
  --tw-ring-offset-color: rgb(236 254 255 / 0);
}

.ring-offset-cyan-50\/10{
  --tw-ring-offset-color: rgb(236 254 255 / 0.1);
}

.ring-offset-cyan-50\/100{
  --tw-ring-offset-color: rgb(236 254 255 / 1);
}

.ring-offset-cyan-50\/20{
  --tw-ring-offset-color: rgb(236 254 255 / 0.2);
}

.ring-offset-cyan-50\/25{
  --tw-ring-offset-color: rgb(236 254 255 / 0.25);
}

.ring-offset-cyan-50\/30{
  --tw-ring-offset-color: rgb(236 254 255 / 0.3);
}

.ring-offset-cyan-50\/40{
  --tw-ring-offset-color: rgb(236 254 255 / 0.4);
}

.ring-offset-cyan-50\/5{
  --tw-ring-offset-color: rgb(236 254 255 / 0.05);
}

.ring-offset-cyan-50\/50{
  --tw-ring-offset-color: rgb(236 254 255 / 0.5);
}

.ring-offset-cyan-50\/60{
  --tw-ring-offset-color: rgb(236 254 255 / 0.6);
}

.ring-offset-cyan-50\/70{
  --tw-ring-offset-color: rgb(236 254 255 / 0.7);
}

.ring-offset-cyan-50\/75{
  --tw-ring-offset-color: rgb(236 254 255 / 0.75);
}

.ring-offset-cyan-50\/80{
  --tw-ring-offset-color: rgb(236 254 255 / 0.8);
}

.ring-offset-cyan-50\/90{
  --tw-ring-offset-color: rgb(236 254 255 / 0.9);
}

.ring-offset-cyan-50\/95{
  --tw-ring-offset-color: rgb(236 254 255 / 0.95);
}

.ring-offset-cyan-500{
  --tw-ring-offset-color: #06b6d4;
}

.ring-offset-cyan-500\/0{
  --tw-ring-offset-color: rgb(6 182 212 / 0);
}

.ring-offset-cyan-500\/10{
  --tw-ring-offset-color: rgb(6 182 212 / 0.1);
}

.ring-offset-cyan-500\/100{
  --tw-ring-offset-color: rgb(6 182 212 / 1);
}

.ring-offset-cyan-500\/20{
  --tw-ring-offset-color: rgb(6 182 212 / 0.2);
}

.ring-offset-cyan-500\/25{
  --tw-ring-offset-color: rgb(6 182 212 / 0.25);
}

.ring-offset-cyan-500\/30{
  --tw-ring-offset-color: rgb(6 182 212 / 0.3);
}

.ring-offset-cyan-500\/40{
  --tw-ring-offset-color: rgb(6 182 212 / 0.4);
}

.ring-offset-cyan-500\/5{
  --tw-ring-offset-color: rgb(6 182 212 / 0.05);
}

.ring-offset-cyan-500\/50{
  --tw-ring-offset-color: rgb(6 182 212 / 0.5);
}

.ring-offset-cyan-500\/60{
  --tw-ring-offset-color: rgb(6 182 212 / 0.6);
}

.ring-offset-cyan-500\/70{
  --tw-ring-offset-color: rgb(6 182 212 / 0.7);
}

.ring-offset-cyan-500\/75{
  --tw-ring-offset-color: rgb(6 182 212 / 0.75);
}

.ring-offset-cyan-500\/80{
  --tw-ring-offset-color: rgb(6 182 212 / 0.8);
}

.ring-offset-cyan-500\/90{
  --tw-ring-offset-color: rgb(6 182 212 / 0.9);
}

.ring-offset-cyan-500\/95{
  --tw-ring-offset-color: rgb(6 182 212 / 0.95);
}

.ring-offset-cyan-600{
  --tw-ring-offset-color: #0891b2;
}

.ring-offset-cyan-600\/0{
  --tw-ring-offset-color: rgb(8 145 178 / 0);
}

.ring-offset-cyan-600\/10{
  --tw-ring-offset-color: rgb(8 145 178 / 0.1);
}

.ring-offset-cyan-600\/100{
  --tw-ring-offset-color: rgb(8 145 178 / 1);
}

.ring-offset-cyan-600\/20{
  --tw-ring-offset-color: rgb(8 145 178 / 0.2);
}

.ring-offset-cyan-600\/25{
  --tw-ring-offset-color: rgb(8 145 178 / 0.25);
}

.ring-offset-cyan-600\/30{
  --tw-ring-offset-color: rgb(8 145 178 / 0.3);
}

.ring-offset-cyan-600\/40{
  --tw-ring-offset-color: rgb(8 145 178 / 0.4);
}

.ring-offset-cyan-600\/5{
  --tw-ring-offset-color: rgb(8 145 178 / 0.05);
}

.ring-offset-cyan-600\/50{
  --tw-ring-offset-color: rgb(8 145 178 / 0.5);
}

.ring-offset-cyan-600\/60{
  --tw-ring-offset-color: rgb(8 145 178 / 0.6);
}

.ring-offset-cyan-600\/70{
  --tw-ring-offset-color: rgb(8 145 178 / 0.7);
}

.ring-offset-cyan-600\/75{
  --tw-ring-offset-color: rgb(8 145 178 / 0.75);
}

.ring-offset-cyan-600\/80{
  --tw-ring-offset-color: rgb(8 145 178 / 0.8);
}

.ring-offset-cyan-600\/90{
  --tw-ring-offset-color: rgb(8 145 178 / 0.9);
}

.ring-offset-cyan-600\/95{
  --tw-ring-offset-color: rgb(8 145 178 / 0.95);
}

.ring-offset-cyan-700{
  --tw-ring-offset-color: #0e7490;
}

.ring-offset-cyan-700\/0{
  --tw-ring-offset-color: rgb(14 116 144 / 0);
}

.ring-offset-cyan-700\/10{
  --tw-ring-offset-color: rgb(14 116 144 / 0.1);
}

.ring-offset-cyan-700\/100{
  --tw-ring-offset-color: rgb(14 116 144 / 1);
}

.ring-offset-cyan-700\/20{
  --tw-ring-offset-color: rgb(14 116 144 / 0.2);
}

.ring-offset-cyan-700\/25{
  --tw-ring-offset-color: rgb(14 116 144 / 0.25);
}

.ring-offset-cyan-700\/30{
  --tw-ring-offset-color: rgb(14 116 144 / 0.3);
}

.ring-offset-cyan-700\/40{
  --tw-ring-offset-color: rgb(14 116 144 / 0.4);
}

.ring-offset-cyan-700\/5{
  --tw-ring-offset-color: rgb(14 116 144 / 0.05);
}

.ring-offset-cyan-700\/50{
  --tw-ring-offset-color: rgb(14 116 144 / 0.5);
}

.ring-offset-cyan-700\/60{
  --tw-ring-offset-color: rgb(14 116 144 / 0.6);
}

.ring-offset-cyan-700\/70{
  --tw-ring-offset-color: rgb(14 116 144 / 0.7);
}

.ring-offset-cyan-700\/75{
  --tw-ring-offset-color: rgb(14 116 144 / 0.75);
}

.ring-offset-cyan-700\/80{
  --tw-ring-offset-color: rgb(14 116 144 / 0.8);
}

.ring-offset-cyan-700\/90{
  --tw-ring-offset-color: rgb(14 116 144 / 0.9);
}

.ring-offset-cyan-700\/95{
  --tw-ring-offset-color: rgb(14 116 144 / 0.95);
}

.ring-offset-cyan-800{
  --tw-ring-offset-color: #155e75;
}

.ring-offset-cyan-800\/0{
  --tw-ring-offset-color: rgb(21 94 117 / 0);
}

.ring-offset-cyan-800\/10{
  --tw-ring-offset-color: rgb(21 94 117 / 0.1);
}

.ring-offset-cyan-800\/100{
  --tw-ring-offset-color: rgb(21 94 117 / 1);
}

.ring-offset-cyan-800\/20{
  --tw-ring-offset-color: rgb(21 94 117 / 0.2);
}

.ring-offset-cyan-800\/25{
  --tw-ring-offset-color: rgb(21 94 117 / 0.25);
}

.ring-offset-cyan-800\/30{
  --tw-ring-offset-color: rgb(21 94 117 / 0.3);
}

.ring-offset-cyan-800\/40{
  --tw-ring-offset-color: rgb(21 94 117 / 0.4);
}

.ring-offset-cyan-800\/5{
  --tw-ring-offset-color: rgb(21 94 117 / 0.05);
}

.ring-offset-cyan-800\/50{
  --tw-ring-offset-color: rgb(21 94 117 / 0.5);
}

.ring-offset-cyan-800\/60{
  --tw-ring-offset-color: rgb(21 94 117 / 0.6);
}

.ring-offset-cyan-800\/70{
  --tw-ring-offset-color: rgb(21 94 117 / 0.7);
}

.ring-offset-cyan-800\/75{
  --tw-ring-offset-color: rgb(21 94 117 / 0.75);
}

.ring-offset-cyan-800\/80{
  --tw-ring-offset-color: rgb(21 94 117 / 0.8);
}

.ring-offset-cyan-800\/90{
  --tw-ring-offset-color: rgb(21 94 117 / 0.9);
}

.ring-offset-cyan-800\/95{
  --tw-ring-offset-color: rgb(21 94 117 / 0.95);
}

.ring-offset-cyan-900{
  --tw-ring-offset-color: #164e63;
}

.ring-offset-cyan-900\/0{
  --tw-ring-offset-color: rgb(22 78 99 / 0);
}

.ring-offset-cyan-900\/10{
  --tw-ring-offset-color: rgb(22 78 99 / 0.1);
}

.ring-offset-cyan-900\/100{
  --tw-ring-offset-color: rgb(22 78 99 / 1);
}

.ring-offset-cyan-900\/20{
  --tw-ring-offset-color: rgb(22 78 99 / 0.2);
}

.ring-offset-cyan-900\/25{
  --tw-ring-offset-color: rgb(22 78 99 / 0.25);
}

.ring-offset-cyan-900\/30{
  --tw-ring-offset-color: rgb(22 78 99 / 0.3);
}

.ring-offset-cyan-900\/40{
  --tw-ring-offset-color: rgb(22 78 99 / 0.4);
}

.ring-offset-cyan-900\/5{
  --tw-ring-offset-color: rgb(22 78 99 / 0.05);
}

.ring-offset-cyan-900\/50{
  --tw-ring-offset-color: rgb(22 78 99 / 0.5);
}

.ring-offset-cyan-900\/60{
  --tw-ring-offset-color: rgb(22 78 99 / 0.6);
}

.ring-offset-cyan-900\/70{
  --tw-ring-offset-color: rgb(22 78 99 / 0.7);
}

.ring-offset-cyan-900\/75{
  --tw-ring-offset-color: rgb(22 78 99 / 0.75);
}

.ring-offset-cyan-900\/80{
  --tw-ring-offset-color: rgb(22 78 99 / 0.8);
}

.ring-offset-cyan-900\/90{
  --tw-ring-offset-color: rgb(22 78 99 / 0.9);
}

.ring-offset-cyan-900\/95{
  --tw-ring-offset-color: rgb(22 78 99 / 0.95);
}

.ring-offset-cyan-950{
  --tw-ring-offset-color: #083344;
}

.ring-offset-cyan-950\/0{
  --tw-ring-offset-color: rgb(8 51 68 / 0);
}

.ring-offset-cyan-950\/10{
  --tw-ring-offset-color: rgb(8 51 68 / 0.1);
}

.ring-offset-cyan-950\/100{
  --tw-ring-offset-color: rgb(8 51 68 / 1);
}

.ring-offset-cyan-950\/20{
  --tw-ring-offset-color: rgb(8 51 68 / 0.2);
}

.ring-offset-cyan-950\/25{
  --tw-ring-offset-color: rgb(8 51 68 / 0.25);
}

.ring-offset-cyan-950\/30{
  --tw-ring-offset-color: rgb(8 51 68 / 0.3);
}

.ring-offset-cyan-950\/40{
  --tw-ring-offset-color: rgb(8 51 68 / 0.4);
}

.ring-offset-cyan-950\/5{
  --tw-ring-offset-color: rgb(8 51 68 / 0.05);
}

.ring-offset-cyan-950\/50{
  --tw-ring-offset-color: rgb(8 51 68 / 0.5);
}

.ring-offset-cyan-950\/60{
  --tw-ring-offset-color: rgb(8 51 68 / 0.6);
}

.ring-offset-cyan-950\/70{
  --tw-ring-offset-color: rgb(8 51 68 / 0.7);
}

.ring-offset-cyan-950\/75{
  --tw-ring-offset-color: rgb(8 51 68 / 0.75);
}

.ring-offset-cyan-950\/80{
  --tw-ring-offset-color: rgb(8 51 68 / 0.8);
}

.ring-offset-cyan-950\/90{
  --tw-ring-offset-color: rgb(8 51 68 / 0.9);
}

.ring-offset-cyan-950\/95{
  --tw-ring-offset-color: rgb(8 51 68 / 0.95);
}

.ring-offset-emerald-100{
  --tw-ring-offset-color: #d1fae5;
}

.ring-offset-emerald-100\/0{
  --tw-ring-offset-color: rgb(209 250 229 / 0);
}

.ring-offset-emerald-100\/10{
  --tw-ring-offset-color: rgb(209 250 229 / 0.1);
}

.ring-offset-emerald-100\/100{
  --tw-ring-offset-color: rgb(209 250 229 / 1);
}

.ring-offset-emerald-100\/20{
  --tw-ring-offset-color: rgb(209 250 229 / 0.2);
}

.ring-offset-emerald-100\/25{
  --tw-ring-offset-color: rgb(209 250 229 / 0.25);
}

.ring-offset-emerald-100\/30{
  --tw-ring-offset-color: rgb(209 250 229 / 0.3);
}

.ring-offset-emerald-100\/40{
  --tw-ring-offset-color: rgb(209 250 229 / 0.4);
}

.ring-offset-emerald-100\/5{
  --tw-ring-offset-color: rgb(209 250 229 / 0.05);
}

.ring-offset-emerald-100\/50{
  --tw-ring-offset-color: rgb(209 250 229 / 0.5);
}

.ring-offset-emerald-100\/60{
  --tw-ring-offset-color: rgb(209 250 229 / 0.6);
}

.ring-offset-emerald-100\/70{
  --tw-ring-offset-color: rgb(209 250 229 / 0.7);
}

.ring-offset-emerald-100\/75{
  --tw-ring-offset-color: rgb(209 250 229 / 0.75);
}

.ring-offset-emerald-100\/80{
  --tw-ring-offset-color: rgb(209 250 229 / 0.8);
}

.ring-offset-emerald-100\/90{
  --tw-ring-offset-color: rgb(209 250 229 / 0.9);
}

.ring-offset-emerald-100\/95{
  --tw-ring-offset-color: rgb(209 250 229 / 0.95);
}

.ring-offset-emerald-200{
  --tw-ring-offset-color: #a7f3d0;
}

.ring-offset-emerald-200\/0{
  --tw-ring-offset-color: rgb(167 243 208 / 0);
}

.ring-offset-emerald-200\/10{
  --tw-ring-offset-color: rgb(167 243 208 / 0.1);
}

.ring-offset-emerald-200\/100{
  --tw-ring-offset-color: rgb(167 243 208 / 1);
}

.ring-offset-emerald-200\/20{
  --tw-ring-offset-color: rgb(167 243 208 / 0.2);
}

.ring-offset-emerald-200\/25{
  --tw-ring-offset-color: rgb(167 243 208 / 0.25);
}

.ring-offset-emerald-200\/30{
  --tw-ring-offset-color: rgb(167 243 208 / 0.3);
}

.ring-offset-emerald-200\/40{
  --tw-ring-offset-color: rgb(167 243 208 / 0.4);
}

.ring-offset-emerald-200\/5{
  --tw-ring-offset-color: rgb(167 243 208 / 0.05);
}

.ring-offset-emerald-200\/50{
  --tw-ring-offset-color: rgb(167 243 208 / 0.5);
}

.ring-offset-emerald-200\/60{
  --tw-ring-offset-color: rgb(167 243 208 / 0.6);
}

.ring-offset-emerald-200\/70{
  --tw-ring-offset-color: rgb(167 243 208 / 0.7);
}

.ring-offset-emerald-200\/75{
  --tw-ring-offset-color: rgb(167 243 208 / 0.75);
}

.ring-offset-emerald-200\/80{
  --tw-ring-offset-color: rgb(167 243 208 / 0.8);
}

.ring-offset-emerald-200\/90{
  --tw-ring-offset-color: rgb(167 243 208 / 0.9);
}

.ring-offset-emerald-200\/95{
  --tw-ring-offset-color: rgb(167 243 208 / 0.95);
}

.ring-offset-emerald-300{
  --tw-ring-offset-color: #6ee7b7;
}

.ring-offset-emerald-300\/0{
  --tw-ring-offset-color: rgb(110 231 183 / 0);
}

.ring-offset-emerald-300\/10{
  --tw-ring-offset-color: rgb(110 231 183 / 0.1);
}

.ring-offset-emerald-300\/100{
  --tw-ring-offset-color: rgb(110 231 183 / 1);
}

.ring-offset-emerald-300\/20{
  --tw-ring-offset-color: rgb(110 231 183 / 0.2);
}

.ring-offset-emerald-300\/25{
  --tw-ring-offset-color: rgb(110 231 183 / 0.25);
}

.ring-offset-emerald-300\/30{
  --tw-ring-offset-color: rgb(110 231 183 / 0.3);
}

.ring-offset-emerald-300\/40{
  --tw-ring-offset-color: rgb(110 231 183 / 0.4);
}

.ring-offset-emerald-300\/5{
  --tw-ring-offset-color: rgb(110 231 183 / 0.05);
}

.ring-offset-emerald-300\/50{
  --tw-ring-offset-color: rgb(110 231 183 / 0.5);
}

.ring-offset-emerald-300\/60{
  --tw-ring-offset-color: rgb(110 231 183 / 0.6);
}

.ring-offset-emerald-300\/70{
  --tw-ring-offset-color: rgb(110 231 183 / 0.7);
}

.ring-offset-emerald-300\/75{
  --tw-ring-offset-color: rgb(110 231 183 / 0.75);
}

.ring-offset-emerald-300\/80{
  --tw-ring-offset-color: rgb(110 231 183 / 0.8);
}

.ring-offset-emerald-300\/90{
  --tw-ring-offset-color: rgb(110 231 183 / 0.9);
}

.ring-offset-emerald-300\/95{
  --tw-ring-offset-color: rgb(110 231 183 / 0.95);
}

.ring-offset-emerald-400{
  --tw-ring-offset-color: #34d399;
}

.ring-offset-emerald-400\/0{
  --tw-ring-offset-color: rgb(52 211 153 / 0);
}

.ring-offset-emerald-400\/10{
  --tw-ring-offset-color: rgb(52 211 153 / 0.1);
}

.ring-offset-emerald-400\/100{
  --tw-ring-offset-color: rgb(52 211 153 / 1);
}

.ring-offset-emerald-400\/20{
  --tw-ring-offset-color: rgb(52 211 153 / 0.2);
}

.ring-offset-emerald-400\/25{
  --tw-ring-offset-color: rgb(52 211 153 / 0.25);
}

.ring-offset-emerald-400\/30{
  --tw-ring-offset-color: rgb(52 211 153 / 0.3);
}

.ring-offset-emerald-400\/40{
  --tw-ring-offset-color: rgb(52 211 153 / 0.4);
}

.ring-offset-emerald-400\/5{
  --tw-ring-offset-color: rgb(52 211 153 / 0.05);
}

.ring-offset-emerald-400\/50{
  --tw-ring-offset-color: rgb(52 211 153 / 0.5);
}

.ring-offset-emerald-400\/60{
  --tw-ring-offset-color: rgb(52 211 153 / 0.6);
}

.ring-offset-emerald-400\/70{
  --tw-ring-offset-color: rgb(52 211 153 / 0.7);
}

.ring-offset-emerald-400\/75{
  --tw-ring-offset-color: rgb(52 211 153 / 0.75);
}

.ring-offset-emerald-400\/80{
  --tw-ring-offset-color: rgb(52 211 153 / 0.8);
}

.ring-offset-emerald-400\/90{
  --tw-ring-offset-color: rgb(52 211 153 / 0.9);
}

.ring-offset-emerald-400\/95{
  --tw-ring-offset-color: rgb(52 211 153 / 0.95);
}

.ring-offset-emerald-50{
  --tw-ring-offset-color: #ecfdf5;
}

.ring-offset-emerald-50\/0{
  --tw-ring-offset-color: rgb(236 253 245 / 0);
}

.ring-offset-emerald-50\/10{
  --tw-ring-offset-color: rgb(236 253 245 / 0.1);
}

.ring-offset-emerald-50\/100{
  --tw-ring-offset-color: rgb(236 253 245 / 1);
}

.ring-offset-emerald-50\/20{
  --tw-ring-offset-color: rgb(236 253 245 / 0.2);
}

.ring-offset-emerald-50\/25{
  --tw-ring-offset-color: rgb(236 253 245 / 0.25);
}

.ring-offset-emerald-50\/30{
  --tw-ring-offset-color: rgb(236 253 245 / 0.3);
}

.ring-offset-emerald-50\/40{
  --tw-ring-offset-color: rgb(236 253 245 / 0.4);
}

.ring-offset-emerald-50\/5{
  --tw-ring-offset-color: rgb(236 253 245 / 0.05);
}

.ring-offset-emerald-50\/50{
  --tw-ring-offset-color: rgb(236 253 245 / 0.5);
}

.ring-offset-emerald-50\/60{
  --tw-ring-offset-color: rgb(236 253 245 / 0.6);
}

.ring-offset-emerald-50\/70{
  --tw-ring-offset-color: rgb(236 253 245 / 0.7);
}

.ring-offset-emerald-50\/75{
  --tw-ring-offset-color: rgb(236 253 245 / 0.75);
}

.ring-offset-emerald-50\/80{
  --tw-ring-offset-color: rgb(236 253 245 / 0.8);
}

.ring-offset-emerald-50\/90{
  --tw-ring-offset-color: rgb(236 253 245 / 0.9);
}

.ring-offset-emerald-50\/95{
  --tw-ring-offset-color: rgb(236 253 245 / 0.95);
}

.ring-offset-emerald-500{
  --tw-ring-offset-color: #10b981;
}

.ring-offset-emerald-500\/0{
  --tw-ring-offset-color: rgb(16 185 129 / 0);
}

.ring-offset-emerald-500\/10{
  --tw-ring-offset-color: rgb(16 185 129 / 0.1);
}

.ring-offset-emerald-500\/100{
  --tw-ring-offset-color: rgb(16 185 129 / 1);
}

.ring-offset-emerald-500\/20{
  --tw-ring-offset-color: rgb(16 185 129 / 0.2);
}

.ring-offset-emerald-500\/25{
  --tw-ring-offset-color: rgb(16 185 129 / 0.25);
}

.ring-offset-emerald-500\/30{
  --tw-ring-offset-color: rgb(16 185 129 / 0.3);
}

.ring-offset-emerald-500\/40{
  --tw-ring-offset-color: rgb(16 185 129 / 0.4);
}

.ring-offset-emerald-500\/5{
  --tw-ring-offset-color: rgb(16 185 129 / 0.05);
}

.ring-offset-emerald-500\/50{
  --tw-ring-offset-color: rgb(16 185 129 / 0.5);
}

.ring-offset-emerald-500\/60{
  --tw-ring-offset-color: rgb(16 185 129 / 0.6);
}

.ring-offset-emerald-500\/70{
  --tw-ring-offset-color: rgb(16 185 129 / 0.7);
}

.ring-offset-emerald-500\/75{
  --tw-ring-offset-color: rgb(16 185 129 / 0.75);
}

.ring-offset-emerald-500\/80{
  --tw-ring-offset-color: rgb(16 185 129 / 0.8);
}

.ring-offset-emerald-500\/90{
  --tw-ring-offset-color: rgb(16 185 129 / 0.9);
}

.ring-offset-emerald-500\/95{
  --tw-ring-offset-color: rgb(16 185 129 / 0.95);
}

.ring-offset-emerald-600{
  --tw-ring-offset-color: #059669;
}

.ring-offset-emerald-600\/0{
  --tw-ring-offset-color: rgb(5 150 105 / 0);
}

.ring-offset-emerald-600\/10{
  --tw-ring-offset-color: rgb(5 150 105 / 0.1);
}

.ring-offset-emerald-600\/100{
  --tw-ring-offset-color: rgb(5 150 105 / 1);
}

.ring-offset-emerald-600\/20{
  --tw-ring-offset-color: rgb(5 150 105 / 0.2);
}

.ring-offset-emerald-600\/25{
  --tw-ring-offset-color: rgb(5 150 105 / 0.25);
}

.ring-offset-emerald-600\/30{
  --tw-ring-offset-color: rgb(5 150 105 / 0.3);
}

.ring-offset-emerald-600\/40{
  --tw-ring-offset-color: rgb(5 150 105 / 0.4);
}

.ring-offset-emerald-600\/5{
  --tw-ring-offset-color: rgb(5 150 105 / 0.05);
}

.ring-offset-emerald-600\/50{
  --tw-ring-offset-color: rgb(5 150 105 / 0.5);
}

.ring-offset-emerald-600\/60{
  --tw-ring-offset-color: rgb(5 150 105 / 0.6);
}

.ring-offset-emerald-600\/70{
  --tw-ring-offset-color: rgb(5 150 105 / 0.7);
}

.ring-offset-emerald-600\/75{
  --tw-ring-offset-color: rgb(5 150 105 / 0.75);
}

.ring-offset-emerald-600\/80{
  --tw-ring-offset-color: rgb(5 150 105 / 0.8);
}

.ring-offset-emerald-600\/90{
  --tw-ring-offset-color: rgb(5 150 105 / 0.9);
}

.ring-offset-emerald-600\/95{
  --tw-ring-offset-color: rgb(5 150 105 / 0.95);
}

.ring-offset-emerald-700{
  --tw-ring-offset-color: #047857;
}

.ring-offset-emerald-700\/0{
  --tw-ring-offset-color: rgb(4 120 87 / 0);
}

.ring-offset-emerald-700\/10{
  --tw-ring-offset-color: rgb(4 120 87 / 0.1);
}

.ring-offset-emerald-700\/100{
  --tw-ring-offset-color: rgb(4 120 87 / 1);
}

.ring-offset-emerald-700\/20{
  --tw-ring-offset-color: rgb(4 120 87 / 0.2);
}

.ring-offset-emerald-700\/25{
  --tw-ring-offset-color: rgb(4 120 87 / 0.25);
}

.ring-offset-emerald-700\/30{
  --tw-ring-offset-color: rgb(4 120 87 / 0.3);
}

.ring-offset-emerald-700\/40{
  --tw-ring-offset-color: rgb(4 120 87 / 0.4);
}

.ring-offset-emerald-700\/5{
  --tw-ring-offset-color: rgb(4 120 87 / 0.05);
}

.ring-offset-emerald-700\/50{
  --tw-ring-offset-color: rgb(4 120 87 / 0.5);
}

.ring-offset-emerald-700\/60{
  --tw-ring-offset-color: rgb(4 120 87 / 0.6);
}

.ring-offset-emerald-700\/70{
  --tw-ring-offset-color: rgb(4 120 87 / 0.7);
}

.ring-offset-emerald-700\/75{
  --tw-ring-offset-color: rgb(4 120 87 / 0.75);
}

.ring-offset-emerald-700\/80{
  --tw-ring-offset-color: rgb(4 120 87 / 0.8);
}

.ring-offset-emerald-700\/90{
  --tw-ring-offset-color: rgb(4 120 87 / 0.9);
}

.ring-offset-emerald-700\/95{
  --tw-ring-offset-color: rgb(4 120 87 / 0.95);
}

.ring-offset-emerald-800{
  --tw-ring-offset-color: #065f46;
}

.ring-offset-emerald-800\/0{
  --tw-ring-offset-color: rgb(6 95 70 / 0);
}

.ring-offset-emerald-800\/10{
  --tw-ring-offset-color: rgb(6 95 70 / 0.1);
}

.ring-offset-emerald-800\/100{
  --tw-ring-offset-color: rgb(6 95 70 / 1);
}

.ring-offset-emerald-800\/20{
  --tw-ring-offset-color: rgb(6 95 70 / 0.2);
}

.ring-offset-emerald-800\/25{
  --tw-ring-offset-color: rgb(6 95 70 / 0.25);
}

.ring-offset-emerald-800\/30{
  --tw-ring-offset-color: rgb(6 95 70 / 0.3);
}

.ring-offset-emerald-800\/40{
  --tw-ring-offset-color: rgb(6 95 70 / 0.4);
}

.ring-offset-emerald-800\/5{
  --tw-ring-offset-color: rgb(6 95 70 / 0.05);
}

.ring-offset-emerald-800\/50{
  --tw-ring-offset-color: rgb(6 95 70 / 0.5);
}

.ring-offset-emerald-800\/60{
  --tw-ring-offset-color: rgb(6 95 70 / 0.6);
}

.ring-offset-emerald-800\/70{
  --tw-ring-offset-color: rgb(6 95 70 / 0.7);
}

.ring-offset-emerald-800\/75{
  --tw-ring-offset-color: rgb(6 95 70 / 0.75);
}

.ring-offset-emerald-800\/80{
  --tw-ring-offset-color: rgb(6 95 70 / 0.8);
}

.ring-offset-emerald-800\/90{
  --tw-ring-offset-color: rgb(6 95 70 / 0.9);
}

.ring-offset-emerald-800\/95{
  --tw-ring-offset-color: rgb(6 95 70 / 0.95);
}

.ring-offset-emerald-900{
  --tw-ring-offset-color: #064e3b;
}

.ring-offset-emerald-900\/0{
  --tw-ring-offset-color: rgb(6 78 59 / 0);
}

.ring-offset-emerald-900\/10{
  --tw-ring-offset-color: rgb(6 78 59 / 0.1);
}

.ring-offset-emerald-900\/100{
  --tw-ring-offset-color: rgb(6 78 59 / 1);
}

.ring-offset-emerald-900\/20{
  --tw-ring-offset-color: rgb(6 78 59 / 0.2);
}

.ring-offset-emerald-900\/25{
  --tw-ring-offset-color: rgb(6 78 59 / 0.25);
}

.ring-offset-emerald-900\/30{
  --tw-ring-offset-color: rgb(6 78 59 / 0.3);
}

.ring-offset-emerald-900\/40{
  --tw-ring-offset-color: rgb(6 78 59 / 0.4);
}

.ring-offset-emerald-900\/5{
  --tw-ring-offset-color: rgb(6 78 59 / 0.05);
}

.ring-offset-emerald-900\/50{
  --tw-ring-offset-color: rgb(6 78 59 / 0.5);
}

.ring-offset-emerald-900\/60{
  --tw-ring-offset-color: rgb(6 78 59 / 0.6);
}

.ring-offset-emerald-900\/70{
  --tw-ring-offset-color: rgb(6 78 59 / 0.7);
}

.ring-offset-emerald-900\/75{
  --tw-ring-offset-color: rgb(6 78 59 / 0.75);
}

.ring-offset-emerald-900\/80{
  --tw-ring-offset-color: rgb(6 78 59 / 0.8);
}

.ring-offset-emerald-900\/90{
  --tw-ring-offset-color: rgb(6 78 59 / 0.9);
}

.ring-offset-emerald-900\/95{
  --tw-ring-offset-color: rgb(6 78 59 / 0.95);
}

.ring-offset-emerald-950{
  --tw-ring-offset-color: #022c22;
}

.ring-offset-emerald-950\/0{
  --tw-ring-offset-color: rgb(2 44 34 / 0);
}

.ring-offset-emerald-950\/10{
  --tw-ring-offset-color: rgb(2 44 34 / 0.1);
}

.ring-offset-emerald-950\/100{
  --tw-ring-offset-color: rgb(2 44 34 / 1);
}

.ring-offset-emerald-950\/20{
  --tw-ring-offset-color: rgb(2 44 34 / 0.2);
}

.ring-offset-emerald-950\/25{
  --tw-ring-offset-color: rgb(2 44 34 / 0.25);
}

.ring-offset-emerald-950\/30{
  --tw-ring-offset-color: rgb(2 44 34 / 0.3);
}

.ring-offset-emerald-950\/40{
  --tw-ring-offset-color: rgb(2 44 34 / 0.4);
}

.ring-offset-emerald-950\/5{
  --tw-ring-offset-color: rgb(2 44 34 / 0.05);
}

.ring-offset-emerald-950\/50{
  --tw-ring-offset-color: rgb(2 44 34 / 0.5);
}

.ring-offset-emerald-950\/60{
  --tw-ring-offset-color: rgb(2 44 34 / 0.6);
}

.ring-offset-emerald-950\/70{
  --tw-ring-offset-color: rgb(2 44 34 / 0.7);
}

.ring-offset-emerald-950\/75{
  --tw-ring-offset-color: rgb(2 44 34 / 0.75);
}

.ring-offset-emerald-950\/80{
  --tw-ring-offset-color: rgb(2 44 34 / 0.8);
}

.ring-offset-emerald-950\/90{
  --tw-ring-offset-color: rgb(2 44 34 / 0.9);
}

.ring-offset-emerald-950\/95{
  --tw-ring-offset-color: rgb(2 44 34 / 0.95);
}

.ring-offset-event-text-100{
  --tw-ring-offset-color: #033942;
}

.ring-offset-event-text-100\/0{
  --tw-ring-offset-color: rgb(3 57 66 / 0);
}

.ring-offset-event-text-100\/10{
  --tw-ring-offset-color: rgb(3 57 66 / 0.1);
}

.ring-offset-event-text-100\/100{
  --tw-ring-offset-color: rgb(3 57 66 / 1);
}

.ring-offset-event-text-100\/20{
  --tw-ring-offset-color: rgb(3 57 66 / 0.2);
}

.ring-offset-event-text-100\/25{
  --tw-ring-offset-color: rgb(3 57 66 / 0.25);
}

.ring-offset-event-text-100\/30{
  --tw-ring-offset-color: rgb(3 57 66 / 0.3);
}

.ring-offset-event-text-100\/40{
  --tw-ring-offset-color: rgb(3 57 66 / 0.4);
}

.ring-offset-event-text-100\/5{
  --tw-ring-offset-color: rgb(3 57 66 / 0.05);
}

.ring-offset-event-text-100\/50{
  --tw-ring-offset-color: rgb(3 57 66 / 0.5);
}

.ring-offset-event-text-100\/60{
  --tw-ring-offset-color: rgb(3 57 66 / 0.6);
}

.ring-offset-event-text-100\/70{
  --tw-ring-offset-color: rgb(3 57 66 / 0.7);
}

.ring-offset-event-text-100\/75{
  --tw-ring-offset-color: rgb(3 57 66 / 0.75);
}

.ring-offset-event-text-100\/80{
  --tw-ring-offset-color: rgb(3 57 66 / 0.8);
}

.ring-offset-event-text-100\/90{
  --tw-ring-offset-color: rgb(3 57 66 / 0.9);
}

.ring-offset-event-text-100\/95{
  --tw-ring-offset-color: rgb(3 57 66 / 0.95);
}

.ring-offset-event-text-200{
  --tw-ring-offset-color: #383b44;
}

.ring-offset-event-text-200\/0{
  --tw-ring-offset-color: rgb(56 59 68 / 0);
}

.ring-offset-event-text-200\/10{
  --tw-ring-offset-color: rgb(56 59 68 / 0.1);
}

.ring-offset-event-text-200\/100{
  --tw-ring-offset-color: rgb(56 59 68 / 1);
}

.ring-offset-event-text-200\/20{
  --tw-ring-offset-color: rgb(56 59 68 / 0.2);
}

.ring-offset-event-text-200\/25{
  --tw-ring-offset-color: rgb(56 59 68 / 0.25);
}

.ring-offset-event-text-200\/30{
  --tw-ring-offset-color: rgb(56 59 68 / 0.3);
}

.ring-offset-event-text-200\/40{
  --tw-ring-offset-color: rgb(56 59 68 / 0.4);
}

.ring-offset-event-text-200\/5{
  --tw-ring-offset-color: rgb(56 59 68 / 0.05);
}

.ring-offset-event-text-200\/50{
  --tw-ring-offset-color: rgb(56 59 68 / 0.5);
}

.ring-offset-event-text-200\/60{
  --tw-ring-offset-color: rgb(56 59 68 / 0.6);
}

.ring-offset-event-text-200\/70{
  --tw-ring-offset-color: rgb(56 59 68 / 0.7);
}

.ring-offset-event-text-200\/75{
  --tw-ring-offset-color: rgb(56 59 68 / 0.75);
}

.ring-offset-event-text-200\/80{
  --tw-ring-offset-color: rgb(56 59 68 / 0.8);
}

.ring-offset-event-text-200\/90{
  --tw-ring-offset-color: rgb(56 59 68 / 0.9);
}

.ring-offset-event-text-200\/95{
  --tw-ring-offset-color: rgb(56 59 68 / 0.95);
}

.ring-offset-fuchsia-100{
  --tw-ring-offset-color: #fae8ff;
}

.ring-offset-fuchsia-100\/0{
  --tw-ring-offset-color: rgb(250 232 255 / 0);
}

.ring-offset-fuchsia-100\/10{
  --tw-ring-offset-color: rgb(250 232 255 / 0.1);
}

.ring-offset-fuchsia-100\/100{
  --tw-ring-offset-color: rgb(250 232 255 / 1);
}

.ring-offset-fuchsia-100\/20{
  --tw-ring-offset-color: rgb(250 232 255 / 0.2);
}

.ring-offset-fuchsia-100\/25{
  --tw-ring-offset-color: rgb(250 232 255 / 0.25);
}

.ring-offset-fuchsia-100\/30{
  --tw-ring-offset-color: rgb(250 232 255 / 0.3);
}

.ring-offset-fuchsia-100\/40{
  --tw-ring-offset-color: rgb(250 232 255 / 0.4);
}

.ring-offset-fuchsia-100\/5{
  --tw-ring-offset-color: rgb(250 232 255 / 0.05);
}

.ring-offset-fuchsia-100\/50{
  --tw-ring-offset-color: rgb(250 232 255 / 0.5);
}

.ring-offset-fuchsia-100\/60{
  --tw-ring-offset-color: rgb(250 232 255 / 0.6);
}

.ring-offset-fuchsia-100\/70{
  --tw-ring-offset-color: rgb(250 232 255 / 0.7);
}

.ring-offset-fuchsia-100\/75{
  --tw-ring-offset-color: rgb(250 232 255 / 0.75);
}

.ring-offset-fuchsia-100\/80{
  --tw-ring-offset-color: rgb(250 232 255 / 0.8);
}

.ring-offset-fuchsia-100\/90{
  --tw-ring-offset-color: rgb(250 232 255 / 0.9);
}

.ring-offset-fuchsia-100\/95{
  --tw-ring-offset-color: rgb(250 232 255 / 0.95);
}

.ring-offset-fuchsia-200{
  --tw-ring-offset-color: #f5d0fe;
}

.ring-offset-fuchsia-200\/0{
  --tw-ring-offset-color: rgb(245 208 254 / 0);
}

.ring-offset-fuchsia-200\/10{
  --tw-ring-offset-color: rgb(245 208 254 / 0.1);
}

.ring-offset-fuchsia-200\/100{
  --tw-ring-offset-color: rgb(245 208 254 / 1);
}

.ring-offset-fuchsia-200\/20{
  --tw-ring-offset-color: rgb(245 208 254 / 0.2);
}

.ring-offset-fuchsia-200\/25{
  --tw-ring-offset-color: rgb(245 208 254 / 0.25);
}

.ring-offset-fuchsia-200\/30{
  --tw-ring-offset-color: rgb(245 208 254 / 0.3);
}

.ring-offset-fuchsia-200\/40{
  --tw-ring-offset-color: rgb(245 208 254 / 0.4);
}

.ring-offset-fuchsia-200\/5{
  --tw-ring-offset-color: rgb(245 208 254 / 0.05);
}

.ring-offset-fuchsia-200\/50{
  --tw-ring-offset-color: rgb(245 208 254 / 0.5);
}

.ring-offset-fuchsia-200\/60{
  --tw-ring-offset-color: rgb(245 208 254 / 0.6);
}

.ring-offset-fuchsia-200\/70{
  --tw-ring-offset-color: rgb(245 208 254 / 0.7);
}

.ring-offset-fuchsia-200\/75{
  --tw-ring-offset-color: rgb(245 208 254 / 0.75);
}

.ring-offset-fuchsia-200\/80{
  --tw-ring-offset-color: rgb(245 208 254 / 0.8);
}

.ring-offset-fuchsia-200\/90{
  --tw-ring-offset-color: rgb(245 208 254 / 0.9);
}

.ring-offset-fuchsia-200\/95{
  --tw-ring-offset-color: rgb(245 208 254 / 0.95);
}

.ring-offset-fuchsia-300{
  --tw-ring-offset-color: #f0abfc;
}

.ring-offset-fuchsia-300\/0{
  --tw-ring-offset-color: rgb(240 171 252 / 0);
}

.ring-offset-fuchsia-300\/10{
  --tw-ring-offset-color: rgb(240 171 252 / 0.1);
}

.ring-offset-fuchsia-300\/100{
  --tw-ring-offset-color: rgb(240 171 252 / 1);
}

.ring-offset-fuchsia-300\/20{
  --tw-ring-offset-color: rgb(240 171 252 / 0.2);
}

.ring-offset-fuchsia-300\/25{
  --tw-ring-offset-color: rgb(240 171 252 / 0.25);
}

.ring-offset-fuchsia-300\/30{
  --tw-ring-offset-color: rgb(240 171 252 / 0.3);
}

.ring-offset-fuchsia-300\/40{
  --tw-ring-offset-color: rgb(240 171 252 / 0.4);
}

.ring-offset-fuchsia-300\/5{
  --tw-ring-offset-color: rgb(240 171 252 / 0.05);
}

.ring-offset-fuchsia-300\/50{
  --tw-ring-offset-color: rgb(240 171 252 / 0.5);
}

.ring-offset-fuchsia-300\/60{
  --tw-ring-offset-color: rgb(240 171 252 / 0.6);
}

.ring-offset-fuchsia-300\/70{
  --tw-ring-offset-color: rgb(240 171 252 / 0.7);
}

.ring-offset-fuchsia-300\/75{
  --tw-ring-offset-color: rgb(240 171 252 / 0.75);
}

.ring-offset-fuchsia-300\/80{
  --tw-ring-offset-color: rgb(240 171 252 / 0.8);
}

.ring-offset-fuchsia-300\/90{
  --tw-ring-offset-color: rgb(240 171 252 / 0.9);
}

.ring-offset-fuchsia-300\/95{
  --tw-ring-offset-color: rgb(240 171 252 / 0.95);
}

.ring-offset-fuchsia-400{
  --tw-ring-offset-color: #e879f9;
}

.ring-offset-fuchsia-400\/0{
  --tw-ring-offset-color: rgb(232 121 249 / 0);
}

.ring-offset-fuchsia-400\/10{
  --tw-ring-offset-color: rgb(232 121 249 / 0.1);
}

.ring-offset-fuchsia-400\/100{
  --tw-ring-offset-color: rgb(232 121 249 / 1);
}

.ring-offset-fuchsia-400\/20{
  --tw-ring-offset-color: rgb(232 121 249 / 0.2);
}

.ring-offset-fuchsia-400\/25{
  --tw-ring-offset-color: rgb(232 121 249 / 0.25);
}

.ring-offset-fuchsia-400\/30{
  --tw-ring-offset-color: rgb(232 121 249 / 0.3);
}

.ring-offset-fuchsia-400\/40{
  --tw-ring-offset-color: rgb(232 121 249 / 0.4);
}

.ring-offset-fuchsia-400\/5{
  --tw-ring-offset-color: rgb(232 121 249 / 0.05);
}

.ring-offset-fuchsia-400\/50{
  --tw-ring-offset-color: rgb(232 121 249 / 0.5);
}

.ring-offset-fuchsia-400\/60{
  --tw-ring-offset-color: rgb(232 121 249 / 0.6);
}

.ring-offset-fuchsia-400\/70{
  --tw-ring-offset-color: rgb(232 121 249 / 0.7);
}

.ring-offset-fuchsia-400\/75{
  --tw-ring-offset-color: rgb(232 121 249 / 0.75);
}

.ring-offset-fuchsia-400\/80{
  --tw-ring-offset-color: rgb(232 121 249 / 0.8);
}

.ring-offset-fuchsia-400\/90{
  --tw-ring-offset-color: rgb(232 121 249 / 0.9);
}

.ring-offset-fuchsia-400\/95{
  --tw-ring-offset-color: rgb(232 121 249 / 0.95);
}

.ring-offset-fuchsia-50{
  --tw-ring-offset-color: #fdf4ff;
}

.ring-offset-fuchsia-50\/0{
  --tw-ring-offset-color: rgb(253 244 255 / 0);
}

.ring-offset-fuchsia-50\/10{
  --tw-ring-offset-color: rgb(253 244 255 / 0.1);
}

.ring-offset-fuchsia-50\/100{
  --tw-ring-offset-color: rgb(253 244 255 / 1);
}

.ring-offset-fuchsia-50\/20{
  --tw-ring-offset-color: rgb(253 244 255 / 0.2);
}

.ring-offset-fuchsia-50\/25{
  --tw-ring-offset-color: rgb(253 244 255 / 0.25);
}

.ring-offset-fuchsia-50\/30{
  --tw-ring-offset-color: rgb(253 244 255 / 0.3);
}

.ring-offset-fuchsia-50\/40{
  --tw-ring-offset-color: rgb(253 244 255 / 0.4);
}

.ring-offset-fuchsia-50\/5{
  --tw-ring-offset-color: rgb(253 244 255 / 0.05);
}

.ring-offset-fuchsia-50\/50{
  --tw-ring-offset-color: rgb(253 244 255 / 0.5);
}

.ring-offset-fuchsia-50\/60{
  --tw-ring-offset-color: rgb(253 244 255 / 0.6);
}

.ring-offset-fuchsia-50\/70{
  --tw-ring-offset-color: rgb(253 244 255 / 0.7);
}

.ring-offset-fuchsia-50\/75{
  --tw-ring-offset-color: rgb(253 244 255 / 0.75);
}

.ring-offset-fuchsia-50\/80{
  --tw-ring-offset-color: rgb(253 244 255 / 0.8);
}

.ring-offset-fuchsia-50\/90{
  --tw-ring-offset-color: rgb(253 244 255 / 0.9);
}

.ring-offset-fuchsia-50\/95{
  --tw-ring-offset-color: rgb(253 244 255 / 0.95);
}

.ring-offset-fuchsia-500{
  --tw-ring-offset-color: #d946ef;
}

.ring-offset-fuchsia-500\/0{
  --tw-ring-offset-color: rgb(217 70 239 / 0);
}

.ring-offset-fuchsia-500\/10{
  --tw-ring-offset-color: rgb(217 70 239 / 0.1);
}

.ring-offset-fuchsia-500\/100{
  --tw-ring-offset-color: rgb(217 70 239 / 1);
}

.ring-offset-fuchsia-500\/20{
  --tw-ring-offset-color: rgb(217 70 239 / 0.2);
}

.ring-offset-fuchsia-500\/25{
  --tw-ring-offset-color: rgb(217 70 239 / 0.25);
}

.ring-offset-fuchsia-500\/30{
  --tw-ring-offset-color: rgb(217 70 239 / 0.3);
}

.ring-offset-fuchsia-500\/40{
  --tw-ring-offset-color: rgb(217 70 239 / 0.4);
}

.ring-offset-fuchsia-500\/5{
  --tw-ring-offset-color: rgb(217 70 239 / 0.05);
}

.ring-offset-fuchsia-500\/50{
  --tw-ring-offset-color: rgb(217 70 239 / 0.5);
}

.ring-offset-fuchsia-500\/60{
  --tw-ring-offset-color: rgb(217 70 239 / 0.6);
}

.ring-offset-fuchsia-500\/70{
  --tw-ring-offset-color: rgb(217 70 239 / 0.7);
}

.ring-offset-fuchsia-500\/75{
  --tw-ring-offset-color: rgb(217 70 239 / 0.75);
}

.ring-offset-fuchsia-500\/80{
  --tw-ring-offset-color: rgb(217 70 239 / 0.8);
}

.ring-offset-fuchsia-500\/90{
  --tw-ring-offset-color: rgb(217 70 239 / 0.9);
}

.ring-offset-fuchsia-500\/95{
  --tw-ring-offset-color: rgb(217 70 239 / 0.95);
}

.ring-offset-fuchsia-600{
  --tw-ring-offset-color: #c026d3;
}

.ring-offset-fuchsia-600\/0{
  --tw-ring-offset-color: rgb(192 38 211 / 0);
}

.ring-offset-fuchsia-600\/10{
  --tw-ring-offset-color: rgb(192 38 211 / 0.1);
}

.ring-offset-fuchsia-600\/100{
  --tw-ring-offset-color: rgb(192 38 211 / 1);
}

.ring-offset-fuchsia-600\/20{
  --tw-ring-offset-color: rgb(192 38 211 / 0.2);
}

.ring-offset-fuchsia-600\/25{
  --tw-ring-offset-color: rgb(192 38 211 / 0.25);
}

.ring-offset-fuchsia-600\/30{
  --tw-ring-offset-color: rgb(192 38 211 / 0.3);
}

.ring-offset-fuchsia-600\/40{
  --tw-ring-offset-color: rgb(192 38 211 / 0.4);
}

.ring-offset-fuchsia-600\/5{
  --tw-ring-offset-color: rgb(192 38 211 / 0.05);
}

.ring-offset-fuchsia-600\/50{
  --tw-ring-offset-color: rgb(192 38 211 / 0.5);
}

.ring-offset-fuchsia-600\/60{
  --tw-ring-offset-color: rgb(192 38 211 / 0.6);
}

.ring-offset-fuchsia-600\/70{
  --tw-ring-offset-color: rgb(192 38 211 / 0.7);
}

.ring-offset-fuchsia-600\/75{
  --tw-ring-offset-color: rgb(192 38 211 / 0.75);
}

.ring-offset-fuchsia-600\/80{
  --tw-ring-offset-color: rgb(192 38 211 / 0.8);
}

.ring-offset-fuchsia-600\/90{
  --tw-ring-offset-color: rgb(192 38 211 / 0.9);
}

.ring-offset-fuchsia-600\/95{
  --tw-ring-offset-color: rgb(192 38 211 / 0.95);
}

.ring-offset-fuchsia-700{
  --tw-ring-offset-color: #a21caf;
}

.ring-offset-fuchsia-700\/0{
  --tw-ring-offset-color: rgb(162 28 175 / 0);
}

.ring-offset-fuchsia-700\/10{
  --tw-ring-offset-color: rgb(162 28 175 / 0.1);
}

.ring-offset-fuchsia-700\/100{
  --tw-ring-offset-color: rgb(162 28 175 / 1);
}

.ring-offset-fuchsia-700\/20{
  --tw-ring-offset-color: rgb(162 28 175 / 0.2);
}

.ring-offset-fuchsia-700\/25{
  --tw-ring-offset-color: rgb(162 28 175 / 0.25);
}

.ring-offset-fuchsia-700\/30{
  --tw-ring-offset-color: rgb(162 28 175 / 0.3);
}

.ring-offset-fuchsia-700\/40{
  --tw-ring-offset-color: rgb(162 28 175 / 0.4);
}

.ring-offset-fuchsia-700\/5{
  --tw-ring-offset-color: rgb(162 28 175 / 0.05);
}

.ring-offset-fuchsia-700\/50{
  --tw-ring-offset-color: rgb(162 28 175 / 0.5);
}

.ring-offset-fuchsia-700\/60{
  --tw-ring-offset-color: rgb(162 28 175 / 0.6);
}

.ring-offset-fuchsia-700\/70{
  --tw-ring-offset-color: rgb(162 28 175 / 0.7);
}

.ring-offset-fuchsia-700\/75{
  --tw-ring-offset-color: rgb(162 28 175 / 0.75);
}

.ring-offset-fuchsia-700\/80{
  --tw-ring-offset-color: rgb(162 28 175 / 0.8);
}

.ring-offset-fuchsia-700\/90{
  --tw-ring-offset-color: rgb(162 28 175 / 0.9);
}

.ring-offset-fuchsia-700\/95{
  --tw-ring-offset-color: rgb(162 28 175 / 0.95);
}

.ring-offset-fuchsia-800{
  --tw-ring-offset-color: #86198f;
}

.ring-offset-fuchsia-800\/0{
  --tw-ring-offset-color: rgb(134 25 143 / 0);
}

.ring-offset-fuchsia-800\/10{
  --tw-ring-offset-color: rgb(134 25 143 / 0.1);
}

.ring-offset-fuchsia-800\/100{
  --tw-ring-offset-color: rgb(134 25 143 / 1);
}

.ring-offset-fuchsia-800\/20{
  --tw-ring-offset-color: rgb(134 25 143 / 0.2);
}

.ring-offset-fuchsia-800\/25{
  --tw-ring-offset-color: rgb(134 25 143 / 0.25);
}

.ring-offset-fuchsia-800\/30{
  --tw-ring-offset-color: rgb(134 25 143 / 0.3);
}

.ring-offset-fuchsia-800\/40{
  --tw-ring-offset-color: rgb(134 25 143 / 0.4);
}

.ring-offset-fuchsia-800\/5{
  --tw-ring-offset-color: rgb(134 25 143 / 0.05);
}

.ring-offset-fuchsia-800\/50{
  --tw-ring-offset-color: rgb(134 25 143 / 0.5);
}

.ring-offset-fuchsia-800\/60{
  --tw-ring-offset-color: rgb(134 25 143 / 0.6);
}

.ring-offset-fuchsia-800\/70{
  --tw-ring-offset-color: rgb(134 25 143 / 0.7);
}

.ring-offset-fuchsia-800\/75{
  --tw-ring-offset-color: rgb(134 25 143 / 0.75);
}

.ring-offset-fuchsia-800\/80{
  --tw-ring-offset-color: rgb(134 25 143 / 0.8);
}

.ring-offset-fuchsia-800\/90{
  --tw-ring-offset-color: rgb(134 25 143 / 0.9);
}

.ring-offset-fuchsia-800\/95{
  --tw-ring-offset-color: rgb(134 25 143 / 0.95);
}

.ring-offset-fuchsia-900{
  --tw-ring-offset-color: #701a75;
}

.ring-offset-fuchsia-900\/0{
  --tw-ring-offset-color: rgb(112 26 117 / 0);
}

.ring-offset-fuchsia-900\/10{
  --tw-ring-offset-color: rgb(112 26 117 / 0.1);
}

.ring-offset-fuchsia-900\/100{
  --tw-ring-offset-color: rgb(112 26 117 / 1);
}

.ring-offset-fuchsia-900\/20{
  --tw-ring-offset-color: rgb(112 26 117 / 0.2);
}

.ring-offset-fuchsia-900\/25{
  --tw-ring-offset-color: rgb(112 26 117 / 0.25);
}

.ring-offset-fuchsia-900\/30{
  --tw-ring-offset-color: rgb(112 26 117 / 0.3);
}

.ring-offset-fuchsia-900\/40{
  --tw-ring-offset-color: rgb(112 26 117 / 0.4);
}

.ring-offset-fuchsia-900\/5{
  --tw-ring-offset-color: rgb(112 26 117 / 0.05);
}

.ring-offset-fuchsia-900\/50{
  --tw-ring-offset-color: rgb(112 26 117 / 0.5);
}

.ring-offset-fuchsia-900\/60{
  --tw-ring-offset-color: rgb(112 26 117 / 0.6);
}

.ring-offset-fuchsia-900\/70{
  --tw-ring-offset-color: rgb(112 26 117 / 0.7);
}

.ring-offset-fuchsia-900\/75{
  --tw-ring-offset-color: rgb(112 26 117 / 0.75);
}

.ring-offset-fuchsia-900\/80{
  --tw-ring-offset-color: rgb(112 26 117 / 0.8);
}

.ring-offset-fuchsia-900\/90{
  --tw-ring-offset-color: rgb(112 26 117 / 0.9);
}

.ring-offset-fuchsia-900\/95{
  --tw-ring-offset-color: rgb(112 26 117 / 0.95);
}

.ring-offset-fuchsia-950{
  --tw-ring-offset-color: #4a044e;
}

.ring-offset-fuchsia-950\/0{
  --tw-ring-offset-color: rgb(74 4 78 / 0);
}

.ring-offset-fuchsia-950\/10{
  --tw-ring-offset-color: rgb(74 4 78 / 0.1);
}

.ring-offset-fuchsia-950\/100{
  --tw-ring-offset-color: rgb(74 4 78 / 1);
}

.ring-offset-fuchsia-950\/20{
  --tw-ring-offset-color: rgb(74 4 78 / 0.2);
}

.ring-offset-fuchsia-950\/25{
  --tw-ring-offset-color: rgb(74 4 78 / 0.25);
}

.ring-offset-fuchsia-950\/30{
  --tw-ring-offset-color: rgb(74 4 78 / 0.3);
}

.ring-offset-fuchsia-950\/40{
  --tw-ring-offset-color: rgb(74 4 78 / 0.4);
}

.ring-offset-fuchsia-950\/5{
  --tw-ring-offset-color: rgb(74 4 78 / 0.05);
}

.ring-offset-fuchsia-950\/50{
  --tw-ring-offset-color: rgb(74 4 78 / 0.5);
}

.ring-offset-fuchsia-950\/60{
  --tw-ring-offset-color: rgb(74 4 78 / 0.6);
}

.ring-offset-fuchsia-950\/70{
  --tw-ring-offset-color: rgb(74 4 78 / 0.7);
}

.ring-offset-fuchsia-950\/75{
  --tw-ring-offset-color: rgb(74 4 78 / 0.75);
}

.ring-offset-fuchsia-950\/80{
  --tw-ring-offset-color: rgb(74 4 78 / 0.8);
}

.ring-offset-fuchsia-950\/90{
  --tw-ring-offset-color: rgb(74 4 78 / 0.9);
}

.ring-offset-fuchsia-950\/95{
  --tw-ring-offset-color: rgb(74 4 78 / 0.95);
}

.ring-offset-gray-100{
  --tw-ring-offset-color: #f3f4f6;
}

.ring-offset-gray-100\/0{
  --tw-ring-offset-color: rgb(243 244 246 / 0);
}

.ring-offset-gray-100\/10{
  --tw-ring-offset-color: rgb(243 244 246 / 0.1);
}

.ring-offset-gray-100\/100{
  --tw-ring-offset-color: rgb(243 244 246 / 1);
}

.ring-offset-gray-100\/20{
  --tw-ring-offset-color: rgb(243 244 246 / 0.2);
}

.ring-offset-gray-100\/25{
  --tw-ring-offset-color: rgb(243 244 246 / 0.25);
}

.ring-offset-gray-100\/30{
  --tw-ring-offset-color: rgb(243 244 246 / 0.3);
}

.ring-offset-gray-100\/40{
  --tw-ring-offset-color: rgb(243 244 246 / 0.4);
}

.ring-offset-gray-100\/5{
  --tw-ring-offset-color: rgb(243 244 246 / 0.05);
}

.ring-offset-gray-100\/50{
  --tw-ring-offset-color: rgb(243 244 246 / 0.5);
}

.ring-offset-gray-100\/60{
  --tw-ring-offset-color: rgb(243 244 246 / 0.6);
}

.ring-offset-gray-100\/70{
  --tw-ring-offset-color: rgb(243 244 246 / 0.7);
}

.ring-offset-gray-100\/75{
  --tw-ring-offset-color: rgb(243 244 246 / 0.75);
}

.ring-offset-gray-100\/80{
  --tw-ring-offset-color: rgb(243 244 246 / 0.8);
}

.ring-offset-gray-100\/90{
  --tw-ring-offset-color: rgb(243 244 246 / 0.9);
}

.ring-offset-gray-100\/95{
  --tw-ring-offset-color: rgb(243 244 246 / 0.95);
}

.ring-offset-gray-200{
  --tw-ring-offset-color: #e5e7eb;
}

.ring-offset-gray-200\/0{
  --tw-ring-offset-color: rgb(229 231 235 / 0);
}

.ring-offset-gray-200\/10{
  --tw-ring-offset-color: rgb(229 231 235 / 0.1);
}

.ring-offset-gray-200\/100{
  --tw-ring-offset-color: rgb(229 231 235 / 1);
}

.ring-offset-gray-200\/20{
  --tw-ring-offset-color: rgb(229 231 235 / 0.2);
}

.ring-offset-gray-200\/25{
  --tw-ring-offset-color: rgb(229 231 235 / 0.25);
}

.ring-offset-gray-200\/30{
  --tw-ring-offset-color: rgb(229 231 235 / 0.3);
}

.ring-offset-gray-200\/40{
  --tw-ring-offset-color: rgb(229 231 235 / 0.4);
}

.ring-offset-gray-200\/5{
  --tw-ring-offset-color: rgb(229 231 235 / 0.05);
}

.ring-offset-gray-200\/50{
  --tw-ring-offset-color: rgb(229 231 235 / 0.5);
}

.ring-offset-gray-200\/60{
  --tw-ring-offset-color: rgb(229 231 235 / 0.6);
}

.ring-offset-gray-200\/70{
  --tw-ring-offset-color: rgb(229 231 235 / 0.7);
}

.ring-offset-gray-200\/75{
  --tw-ring-offset-color: rgb(229 231 235 / 0.75);
}

.ring-offset-gray-200\/80{
  --tw-ring-offset-color: rgb(229 231 235 / 0.8);
}

.ring-offset-gray-200\/90{
  --tw-ring-offset-color: rgb(229 231 235 / 0.9);
}

.ring-offset-gray-200\/95{
  --tw-ring-offset-color: rgb(229 231 235 / 0.95);
}

.ring-offset-gray-300{
  --tw-ring-offset-color: #d1d5db;
}

.ring-offset-gray-300\/0{
  --tw-ring-offset-color: rgb(209 213 219 / 0);
}

.ring-offset-gray-300\/10{
  --tw-ring-offset-color: rgb(209 213 219 / 0.1);
}

.ring-offset-gray-300\/100{
  --tw-ring-offset-color: rgb(209 213 219 / 1);
}

.ring-offset-gray-300\/20{
  --tw-ring-offset-color: rgb(209 213 219 / 0.2);
}

.ring-offset-gray-300\/25{
  --tw-ring-offset-color: rgb(209 213 219 / 0.25);
}

.ring-offset-gray-300\/30{
  --tw-ring-offset-color: rgb(209 213 219 / 0.3);
}

.ring-offset-gray-300\/40{
  --tw-ring-offset-color: rgb(209 213 219 / 0.4);
}

.ring-offset-gray-300\/5{
  --tw-ring-offset-color: rgb(209 213 219 / 0.05);
}

.ring-offset-gray-300\/50{
  --tw-ring-offset-color: rgb(209 213 219 / 0.5);
}

.ring-offset-gray-300\/60{
  --tw-ring-offset-color: rgb(209 213 219 / 0.6);
}

.ring-offset-gray-300\/70{
  --tw-ring-offset-color: rgb(209 213 219 / 0.7);
}

.ring-offset-gray-300\/75{
  --tw-ring-offset-color: rgb(209 213 219 / 0.75);
}

.ring-offset-gray-300\/80{
  --tw-ring-offset-color: rgb(209 213 219 / 0.8);
}

.ring-offset-gray-300\/90{
  --tw-ring-offset-color: rgb(209 213 219 / 0.9);
}

.ring-offset-gray-300\/95{
  --tw-ring-offset-color: rgb(209 213 219 / 0.95);
}

.ring-offset-gray-400{
  --tw-ring-offset-color: #9ca3af;
}

.ring-offset-gray-400\/0{
  --tw-ring-offset-color: rgb(156 163 175 / 0);
}

.ring-offset-gray-400\/10{
  --tw-ring-offset-color: rgb(156 163 175 / 0.1);
}

.ring-offset-gray-400\/100{
  --tw-ring-offset-color: rgb(156 163 175 / 1);
}

.ring-offset-gray-400\/20{
  --tw-ring-offset-color: rgb(156 163 175 / 0.2);
}

.ring-offset-gray-400\/25{
  --tw-ring-offset-color: rgb(156 163 175 / 0.25);
}

.ring-offset-gray-400\/30{
  --tw-ring-offset-color: rgb(156 163 175 / 0.3);
}

.ring-offset-gray-400\/40{
  --tw-ring-offset-color: rgb(156 163 175 / 0.4);
}

.ring-offset-gray-400\/5{
  --tw-ring-offset-color: rgb(156 163 175 / 0.05);
}

.ring-offset-gray-400\/50{
  --tw-ring-offset-color: rgb(156 163 175 / 0.5);
}

.ring-offset-gray-400\/60{
  --tw-ring-offset-color: rgb(156 163 175 / 0.6);
}

.ring-offset-gray-400\/70{
  --tw-ring-offset-color: rgb(156 163 175 / 0.7);
}

.ring-offset-gray-400\/75{
  --tw-ring-offset-color: rgb(156 163 175 / 0.75);
}

.ring-offset-gray-400\/80{
  --tw-ring-offset-color: rgb(156 163 175 / 0.8);
}

.ring-offset-gray-400\/90{
  --tw-ring-offset-color: rgb(156 163 175 / 0.9);
}

.ring-offset-gray-400\/95{
  --tw-ring-offset-color: rgb(156 163 175 / 0.95);
}

.ring-offset-gray-50{
  --tw-ring-offset-color: #f9fafb;
}

.ring-offset-gray-50\/0{
  --tw-ring-offset-color: rgb(249 250 251 / 0);
}

.ring-offset-gray-50\/10{
  --tw-ring-offset-color: rgb(249 250 251 / 0.1);
}

.ring-offset-gray-50\/100{
  --tw-ring-offset-color: rgb(249 250 251 / 1);
}

.ring-offset-gray-50\/20{
  --tw-ring-offset-color: rgb(249 250 251 / 0.2);
}

.ring-offset-gray-50\/25{
  --tw-ring-offset-color: rgb(249 250 251 / 0.25);
}

.ring-offset-gray-50\/30{
  --tw-ring-offset-color: rgb(249 250 251 / 0.3);
}

.ring-offset-gray-50\/40{
  --tw-ring-offset-color: rgb(249 250 251 / 0.4);
}

.ring-offset-gray-50\/5{
  --tw-ring-offset-color: rgb(249 250 251 / 0.05);
}

.ring-offset-gray-50\/50{
  --tw-ring-offset-color: rgb(249 250 251 / 0.5);
}

.ring-offset-gray-50\/60{
  --tw-ring-offset-color: rgb(249 250 251 / 0.6);
}

.ring-offset-gray-50\/70{
  --tw-ring-offset-color: rgb(249 250 251 / 0.7);
}

.ring-offset-gray-50\/75{
  --tw-ring-offset-color: rgb(249 250 251 / 0.75);
}

.ring-offset-gray-50\/80{
  --tw-ring-offset-color: rgb(249 250 251 / 0.8);
}

.ring-offset-gray-50\/90{
  --tw-ring-offset-color: rgb(249 250 251 / 0.9);
}

.ring-offset-gray-50\/95{
  --tw-ring-offset-color: rgb(249 250 251 / 0.95);
}

.ring-offset-gray-500{
  --tw-ring-offset-color: #6b7280;
}

.ring-offset-gray-500\/0{
  --tw-ring-offset-color: rgb(107 114 128 / 0);
}

.ring-offset-gray-500\/10{
  --tw-ring-offset-color: rgb(107 114 128 / 0.1);
}

.ring-offset-gray-500\/100{
  --tw-ring-offset-color: rgb(107 114 128 / 1);
}

.ring-offset-gray-500\/20{
  --tw-ring-offset-color: rgb(107 114 128 / 0.2);
}

.ring-offset-gray-500\/25{
  --tw-ring-offset-color: rgb(107 114 128 / 0.25);
}

.ring-offset-gray-500\/30{
  --tw-ring-offset-color: rgb(107 114 128 / 0.3);
}

.ring-offset-gray-500\/40{
  --tw-ring-offset-color: rgb(107 114 128 / 0.4);
}

.ring-offset-gray-500\/5{
  --tw-ring-offset-color: rgb(107 114 128 / 0.05);
}

.ring-offset-gray-500\/50{
  --tw-ring-offset-color: rgb(107 114 128 / 0.5);
}

.ring-offset-gray-500\/60{
  --tw-ring-offset-color: rgb(107 114 128 / 0.6);
}

.ring-offset-gray-500\/70{
  --tw-ring-offset-color: rgb(107 114 128 / 0.7);
}

.ring-offset-gray-500\/75{
  --tw-ring-offset-color: rgb(107 114 128 / 0.75);
}

.ring-offset-gray-500\/80{
  --tw-ring-offset-color: rgb(107 114 128 / 0.8);
}

.ring-offset-gray-500\/90{
  --tw-ring-offset-color: rgb(107 114 128 / 0.9);
}

.ring-offset-gray-500\/95{
  --tw-ring-offset-color: rgb(107 114 128 / 0.95);
}

.ring-offset-gray-600{
  --tw-ring-offset-color: #4b5563;
}

.ring-offset-gray-600\/0{
  --tw-ring-offset-color: rgb(75 85 99 / 0);
}

.ring-offset-gray-600\/10{
  --tw-ring-offset-color: rgb(75 85 99 / 0.1);
}

.ring-offset-gray-600\/100{
  --tw-ring-offset-color: rgb(75 85 99 / 1);
}

.ring-offset-gray-600\/20{
  --tw-ring-offset-color: rgb(75 85 99 / 0.2);
}

.ring-offset-gray-600\/25{
  --tw-ring-offset-color: rgb(75 85 99 / 0.25);
}

.ring-offset-gray-600\/30{
  --tw-ring-offset-color: rgb(75 85 99 / 0.3);
}

.ring-offset-gray-600\/40{
  --tw-ring-offset-color: rgb(75 85 99 / 0.4);
}

.ring-offset-gray-600\/5{
  --tw-ring-offset-color: rgb(75 85 99 / 0.05);
}

.ring-offset-gray-600\/50{
  --tw-ring-offset-color: rgb(75 85 99 / 0.5);
}

.ring-offset-gray-600\/60{
  --tw-ring-offset-color: rgb(75 85 99 / 0.6);
}

.ring-offset-gray-600\/70{
  --tw-ring-offset-color: rgb(75 85 99 / 0.7);
}

.ring-offset-gray-600\/75{
  --tw-ring-offset-color: rgb(75 85 99 / 0.75);
}

.ring-offset-gray-600\/80{
  --tw-ring-offset-color: rgb(75 85 99 / 0.8);
}

.ring-offset-gray-600\/90{
  --tw-ring-offset-color: rgb(75 85 99 / 0.9);
}

.ring-offset-gray-600\/95{
  --tw-ring-offset-color: rgb(75 85 99 / 0.95);
}

.ring-offset-gray-700{
  --tw-ring-offset-color: #374151;
}

.ring-offset-gray-700\/0{
  --tw-ring-offset-color: rgb(55 65 81 / 0);
}

.ring-offset-gray-700\/10{
  --tw-ring-offset-color: rgb(55 65 81 / 0.1);
}

.ring-offset-gray-700\/100{
  --tw-ring-offset-color: rgb(55 65 81 / 1);
}

.ring-offset-gray-700\/20{
  --tw-ring-offset-color: rgb(55 65 81 / 0.2);
}

.ring-offset-gray-700\/25{
  --tw-ring-offset-color: rgb(55 65 81 / 0.25);
}

.ring-offset-gray-700\/30{
  --tw-ring-offset-color: rgb(55 65 81 / 0.3);
}

.ring-offset-gray-700\/40{
  --tw-ring-offset-color: rgb(55 65 81 / 0.4);
}

.ring-offset-gray-700\/5{
  --tw-ring-offset-color: rgb(55 65 81 / 0.05);
}

.ring-offset-gray-700\/50{
  --tw-ring-offset-color: rgb(55 65 81 / 0.5);
}

.ring-offset-gray-700\/60{
  --tw-ring-offset-color: rgb(55 65 81 / 0.6);
}

.ring-offset-gray-700\/70{
  --tw-ring-offset-color: rgb(55 65 81 / 0.7);
}

.ring-offset-gray-700\/75{
  --tw-ring-offset-color: rgb(55 65 81 / 0.75);
}

.ring-offset-gray-700\/80{
  --tw-ring-offset-color: rgb(55 65 81 / 0.8);
}

.ring-offset-gray-700\/90{
  --tw-ring-offset-color: rgb(55 65 81 / 0.9);
}

.ring-offset-gray-700\/95{
  --tw-ring-offset-color: rgb(55 65 81 / 0.95);
}

.ring-offset-gray-800{
  --tw-ring-offset-color: #1f2937;
}

.ring-offset-gray-800\/0{
  --tw-ring-offset-color: rgb(31 41 55 / 0);
}

.ring-offset-gray-800\/10{
  --tw-ring-offset-color: rgb(31 41 55 / 0.1);
}

.ring-offset-gray-800\/100{
  --tw-ring-offset-color: rgb(31 41 55 / 1);
}

.ring-offset-gray-800\/20{
  --tw-ring-offset-color: rgb(31 41 55 / 0.2);
}

.ring-offset-gray-800\/25{
  --tw-ring-offset-color: rgb(31 41 55 / 0.25);
}

.ring-offset-gray-800\/30{
  --tw-ring-offset-color: rgb(31 41 55 / 0.3);
}

.ring-offset-gray-800\/40{
  --tw-ring-offset-color: rgb(31 41 55 / 0.4);
}

.ring-offset-gray-800\/5{
  --tw-ring-offset-color: rgb(31 41 55 / 0.05);
}

.ring-offset-gray-800\/50{
  --tw-ring-offset-color: rgb(31 41 55 / 0.5);
}

.ring-offset-gray-800\/60{
  --tw-ring-offset-color: rgb(31 41 55 / 0.6);
}

.ring-offset-gray-800\/70{
  --tw-ring-offset-color: rgb(31 41 55 / 0.7);
}

.ring-offset-gray-800\/75{
  --tw-ring-offset-color: rgb(31 41 55 / 0.75);
}

.ring-offset-gray-800\/80{
  --tw-ring-offset-color: rgb(31 41 55 / 0.8);
}

.ring-offset-gray-800\/90{
  --tw-ring-offset-color: rgb(31 41 55 / 0.9);
}

.ring-offset-gray-800\/95{
  --tw-ring-offset-color: rgb(31 41 55 / 0.95);
}

.ring-offset-gray-900{
  --tw-ring-offset-color: #111827;
}

.ring-offset-gray-900\/0{
  --tw-ring-offset-color: rgb(17 24 39 / 0);
}

.ring-offset-gray-900\/10{
  --tw-ring-offset-color: rgb(17 24 39 / 0.1);
}

.ring-offset-gray-900\/100{
  --tw-ring-offset-color: rgb(17 24 39 / 1);
}

.ring-offset-gray-900\/20{
  --tw-ring-offset-color: rgb(17 24 39 / 0.2);
}

.ring-offset-gray-900\/25{
  --tw-ring-offset-color: rgb(17 24 39 / 0.25);
}

.ring-offset-gray-900\/30{
  --tw-ring-offset-color: rgb(17 24 39 / 0.3);
}

.ring-offset-gray-900\/40{
  --tw-ring-offset-color: rgb(17 24 39 / 0.4);
}

.ring-offset-gray-900\/5{
  --tw-ring-offset-color: rgb(17 24 39 / 0.05);
}

.ring-offset-gray-900\/50{
  --tw-ring-offset-color: rgb(17 24 39 / 0.5);
}

.ring-offset-gray-900\/60{
  --tw-ring-offset-color: rgb(17 24 39 / 0.6);
}

.ring-offset-gray-900\/70{
  --tw-ring-offset-color: rgb(17 24 39 / 0.7);
}

.ring-offset-gray-900\/75{
  --tw-ring-offset-color: rgb(17 24 39 / 0.75);
}

.ring-offset-gray-900\/80{
  --tw-ring-offset-color: rgb(17 24 39 / 0.8);
}

.ring-offset-gray-900\/90{
  --tw-ring-offset-color: rgb(17 24 39 / 0.9);
}

.ring-offset-gray-900\/95{
  --tw-ring-offset-color: rgb(17 24 39 / 0.95);
}

.ring-offset-gray-950{
  --tw-ring-offset-color: #030712;
}

.ring-offset-gray-950\/0{
  --tw-ring-offset-color: rgb(3 7 18 / 0);
}

.ring-offset-gray-950\/10{
  --tw-ring-offset-color: rgb(3 7 18 / 0.1);
}

.ring-offset-gray-950\/100{
  --tw-ring-offset-color: rgb(3 7 18 / 1);
}

.ring-offset-gray-950\/20{
  --tw-ring-offset-color: rgb(3 7 18 / 0.2);
}

.ring-offset-gray-950\/25{
  --tw-ring-offset-color: rgb(3 7 18 / 0.25);
}

.ring-offset-gray-950\/30{
  --tw-ring-offset-color: rgb(3 7 18 / 0.3);
}

.ring-offset-gray-950\/40{
  --tw-ring-offset-color: rgb(3 7 18 / 0.4);
}

.ring-offset-gray-950\/5{
  --tw-ring-offset-color: rgb(3 7 18 / 0.05);
}

.ring-offset-gray-950\/50{
  --tw-ring-offset-color: rgb(3 7 18 / 0.5);
}

.ring-offset-gray-950\/60{
  --tw-ring-offset-color: rgb(3 7 18 / 0.6);
}

.ring-offset-gray-950\/70{
  --tw-ring-offset-color: rgb(3 7 18 / 0.7);
}

.ring-offset-gray-950\/75{
  --tw-ring-offset-color: rgb(3 7 18 / 0.75);
}

.ring-offset-gray-950\/80{
  --tw-ring-offset-color: rgb(3 7 18 / 0.8);
}

.ring-offset-gray-950\/90{
  --tw-ring-offset-color: rgb(3 7 18 / 0.9);
}

.ring-offset-gray-950\/95{
  --tw-ring-offset-color: rgb(3 7 18 / 0.95);
}

.ring-offset-green-100{
  --tw-ring-offset-color: #dcfce7;
}

.ring-offset-green-100\/0{
  --tw-ring-offset-color: rgb(220 252 231 / 0);
}

.ring-offset-green-100\/10{
  --tw-ring-offset-color: rgb(220 252 231 / 0.1);
}

.ring-offset-green-100\/100{
  --tw-ring-offset-color: rgb(220 252 231 / 1);
}

.ring-offset-green-100\/20{
  --tw-ring-offset-color: rgb(220 252 231 / 0.2);
}

.ring-offset-green-100\/25{
  --tw-ring-offset-color: rgb(220 252 231 / 0.25);
}

.ring-offset-green-100\/30{
  --tw-ring-offset-color: rgb(220 252 231 / 0.3);
}

.ring-offset-green-100\/40{
  --tw-ring-offset-color: rgb(220 252 231 / 0.4);
}

.ring-offset-green-100\/5{
  --tw-ring-offset-color: rgb(220 252 231 / 0.05);
}

.ring-offset-green-100\/50{
  --tw-ring-offset-color: rgb(220 252 231 / 0.5);
}

.ring-offset-green-100\/60{
  --tw-ring-offset-color: rgb(220 252 231 / 0.6);
}

.ring-offset-green-100\/70{
  --tw-ring-offset-color: rgb(220 252 231 / 0.7);
}

.ring-offset-green-100\/75{
  --tw-ring-offset-color: rgb(220 252 231 / 0.75);
}

.ring-offset-green-100\/80{
  --tw-ring-offset-color: rgb(220 252 231 / 0.8);
}

.ring-offset-green-100\/90{
  --tw-ring-offset-color: rgb(220 252 231 / 0.9);
}

.ring-offset-green-100\/95{
  --tw-ring-offset-color: rgb(220 252 231 / 0.95);
}

.ring-offset-green-200{
  --tw-ring-offset-color: #bbf7d0;
}

.ring-offset-green-200\/0{
  --tw-ring-offset-color: rgb(187 247 208 / 0);
}

.ring-offset-green-200\/10{
  --tw-ring-offset-color: rgb(187 247 208 / 0.1);
}

.ring-offset-green-200\/100{
  --tw-ring-offset-color: rgb(187 247 208 / 1);
}

.ring-offset-green-200\/20{
  --tw-ring-offset-color: rgb(187 247 208 / 0.2);
}

.ring-offset-green-200\/25{
  --tw-ring-offset-color: rgb(187 247 208 / 0.25);
}

.ring-offset-green-200\/30{
  --tw-ring-offset-color: rgb(187 247 208 / 0.3);
}

.ring-offset-green-200\/40{
  --tw-ring-offset-color: rgb(187 247 208 / 0.4);
}

.ring-offset-green-200\/5{
  --tw-ring-offset-color: rgb(187 247 208 / 0.05);
}

.ring-offset-green-200\/50{
  --tw-ring-offset-color: rgb(187 247 208 / 0.5);
}

.ring-offset-green-200\/60{
  --tw-ring-offset-color: rgb(187 247 208 / 0.6);
}

.ring-offset-green-200\/70{
  --tw-ring-offset-color: rgb(187 247 208 / 0.7);
}

.ring-offset-green-200\/75{
  --tw-ring-offset-color: rgb(187 247 208 / 0.75);
}

.ring-offset-green-200\/80{
  --tw-ring-offset-color: rgb(187 247 208 / 0.8);
}

.ring-offset-green-200\/90{
  --tw-ring-offset-color: rgb(187 247 208 / 0.9);
}

.ring-offset-green-200\/95{
  --tw-ring-offset-color: rgb(187 247 208 / 0.95);
}

.ring-offset-green-300{
  --tw-ring-offset-color: #86efac;
}

.ring-offset-green-300\/0{
  --tw-ring-offset-color: rgb(134 239 172 / 0);
}

.ring-offset-green-300\/10{
  --tw-ring-offset-color: rgb(134 239 172 / 0.1);
}

.ring-offset-green-300\/100{
  --tw-ring-offset-color: rgb(134 239 172 / 1);
}

.ring-offset-green-300\/20{
  --tw-ring-offset-color: rgb(134 239 172 / 0.2);
}

.ring-offset-green-300\/25{
  --tw-ring-offset-color: rgb(134 239 172 / 0.25);
}

.ring-offset-green-300\/30{
  --tw-ring-offset-color: rgb(134 239 172 / 0.3);
}

.ring-offset-green-300\/40{
  --tw-ring-offset-color: rgb(134 239 172 / 0.4);
}

.ring-offset-green-300\/5{
  --tw-ring-offset-color: rgb(134 239 172 / 0.05);
}

.ring-offset-green-300\/50{
  --tw-ring-offset-color: rgb(134 239 172 / 0.5);
}

.ring-offset-green-300\/60{
  --tw-ring-offset-color: rgb(134 239 172 / 0.6);
}

.ring-offset-green-300\/70{
  --tw-ring-offset-color: rgb(134 239 172 / 0.7);
}

.ring-offset-green-300\/75{
  --tw-ring-offset-color: rgb(134 239 172 / 0.75);
}

.ring-offset-green-300\/80{
  --tw-ring-offset-color: rgb(134 239 172 / 0.8);
}

.ring-offset-green-300\/90{
  --tw-ring-offset-color: rgb(134 239 172 / 0.9);
}

.ring-offset-green-300\/95{
  --tw-ring-offset-color: rgb(134 239 172 / 0.95);
}

.ring-offset-green-400{
  --tw-ring-offset-color: #4ade80;
}

.ring-offset-green-400\/0{
  --tw-ring-offset-color: rgb(74 222 128 / 0);
}

.ring-offset-green-400\/10{
  --tw-ring-offset-color: rgb(74 222 128 / 0.1);
}

.ring-offset-green-400\/100{
  --tw-ring-offset-color: rgb(74 222 128 / 1);
}

.ring-offset-green-400\/20{
  --tw-ring-offset-color: rgb(74 222 128 / 0.2);
}

.ring-offset-green-400\/25{
  --tw-ring-offset-color: rgb(74 222 128 / 0.25);
}

.ring-offset-green-400\/30{
  --tw-ring-offset-color: rgb(74 222 128 / 0.3);
}

.ring-offset-green-400\/40{
  --tw-ring-offset-color: rgb(74 222 128 / 0.4);
}

.ring-offset-green-400\/5{
  --tw-ring-offset-color: rgb(74 222 128 / 0.05);
}

.ring-offset-green-400\/50{
  --tw-ring-offset-color: rgb(74 222 128 / 0.5);
}

.ring-offset-green-400\/60{
  --tw-ring-offset-color: rgb(74 222 128 / 0.6);
}

.ring-offset-green-400\/70{
  --tw-ring-offset-color: rgb(74 222 128 / 0.7);
}

.ring-offset-green-400\/75{
  --tw-ring-offset-color: rgb(74 222 128 / 0.75);
}

.ring-offset-green-400\/80{
  --tw-ring-offset-color: rgb(74 222 128 / 0.8);
}

.ring-offset-green-400\/90{
  --tw-ring-offset-color: rgb(74 222 128 / 0.9);
}

.ring-offset-green-400\/95{
  --tw-ring-offset-color: rgb(74 222 128 / 0.95);
}

.ring-offset-green-50{
  --tw-ring-offset-color: #f0fdf4;
}

.ring-offset-green-50\/0{
  --tw-ring-offset-color: rgb(240 253 244 / 0);
}

.ring-offset-green-50\/10{
  --tw-ring-offset-color: rgb(240 253 244 / 0.1);
}

.ring-offset-green-50\/100{
  --tw-ring-offset-color: rgb(240 253 244 / 1);
}

.ring-offset-green-50\/20{
  --tw-ring-offset-color: rgb(240 253 244 / 0.2);
}

.ring-offset-green-50\/25{
  --tw-ring-offset-color: rgb(240 253 244 / 0.25);
}

.ring-offset-green-50\/30{
  --tw-ring-offset-color: rgb(240 253 244 / 0.3);
}

.ring-offset-green-50\/40{
  --tw-ring-offset-color: rgb(240 253 244 / 0.4);
}

.ring-offset-green-50\/5{
  --tw-ring-offset-color: rgb(240 253 244 / 0.05);
}

.ring-offset-green-50\/50{
  --tw-ring-offset-color: rgb(240 253 244 / 0.5);
}

.ring-offset-green-50\/60{
  --tw-ring-offset-color: rgb(240 253 244 / 0.6);
}

.ring-offset-green-50\/70{
  --tw-ring-offset-color: rgb(240 253 244 / 0.7);
}

.ring-offset-green-50\/75{
  --tw-ring-offset-color: rgb(240 253 244 / 0.75);
}

.ring-offset-green-50\/80{
  --tw-ring-offset-color: rgb(240 253 244 / 0.8);
}

.ring-offset-green-50\/90{
  --tw-ring-offset-color: rgb(240 253 244 / 0.9);
}

.ring-offset-green-50\/95{
  --tw-ring-offset-color: rgb(240 253 244 / 0.95);
}

.ring-offset-green-500{
  --tw-ring-offset-color: #22c55e;
}

.ring-offset-green-500\/0{
  --tw-ring-offset-color: rgb(34 197 94 / 0);
}

.ring-offset-green-500\/10{
  --tw-ring-offset-color: rgb(34 197 94 / 0.1);
}

.ring-offset-green-500\/100{
  --tw-ring-offset-color: rgb(34 197 94 / 1);
}

.ring-offset-green-500\/20{
  --tw-ring-offset-color: rgb(34 197 94 / 0.2);
}

.ring-offset-green-500\/25{
  --tw-ring-offset-color: rgb(34 197 94 / 0.25);
}

.ring-offset-green-500\/30{
  --tw-ring-offset-color: rgb(34 197 94 / 0.3);
}

.ring-offset-green-500\/40{
  --tw-ring-offset-color: rgb(34 197 94 / 0.4);
}

.ring-offset-green-500\/5{
  --tw-ring-offset-color: rgb(34 197 94 / 0.05);
}

.ring-offset-green-500\/50{
  --tw-ring-offset-color: rgb(34 197 94 / 0.5);
}

.ring-offset-green-500\/60{
  --tw-ring-offset-color: rgb(34 197 94 / 0.6);
}

.ring-offset-green-500\/70{
  --tw-ring-offset-color: rgb(34 197 94 / 0.7);
}

.ring-offset-green-500\/75{
  --tw-ring-offset-color: rgb(34 197 94 / 0.75);
}

.ring-offset-green-500\/80{
  --tw-ring-offset-color: rgb(34 197 94 / 0.8);
}

.ring-offset-green-500\/90{
  --tw-ring-offset-color: rgb(34 197 94 / 0.9);
}

.ring-offset-green-500\/95{
  --tw-ring-offset-color: rgb(34 197 94 / 0.95);
}

.ring-offset-green-600{
  --tw-ring-offset-color: #16a34a;
}

.ring-offset-green-600\/0{
  --tw-ring-offset-color: rgb(22 163 74 / 0);
}

.ring-offset-green-600\/10{
  --tw-ring-offset-color: rgb(22 163 74 / 0.1);
}

.ring-offset-green-600\/100{
  --tw-ring-offset-color: rgb(22 163 74 / 1);
}

.ring-offset-green-600\/20{
  --tw-ring-offset-color: rgb(22 163 74 / 0.2);
}

.ring-offset-green-600\/25{
  --tw-ring-offset-color: rgb(22 163 74 / 0.25);
}

.ring-offset-green-600\/30{
  --tw-ring-offset-color: rgb(22 163 74 / 0.3);
}

.ring-offset-green-600\/40{
  --tw-ring-offset-color: rgb(22 163 74 / 0.4);
}

.ring-offset-green-600\/5{
  --tw-ring-offset-color: rgb(22 163 74 / 0.05);
}

.ring-offset-green-600\/50{
  --tw-ring-offset-color: rgb(22 163 74 / 0.5);
}

.ring-offset-green-600\/60{
  --tw-ring-offset-color: rgb(22 163 74 / 0.6);
}

.ring-offset-green-600\/70{
  --tw-ring-offset-color: rgb(22 163 74 / 0.7);
}

.ring-offset-green-600\/75{
  --tw-ring-offset-color: rgb(22 163 74 / 0.75);
}

.ring-offset-green-600\/80{
  --tw-ring-offset-color: rgb(22 163 74 / 0.8);
}

.ring-offset-green-600\/90{
  --tw-ring-offset-color: rgb(22 163 74 / 0.9);
}

.ring-offset-green-600\/95{
  --tw-ring-offset-color: rgb(22 163 74 / 0.95);
}

.ring-offset-green-700{
  --tw-ring-offset-color: #15803d;
}

.ring-offset-green-700\/0{
  --tw-ring-offset-color: rgb(21 128 61 / 0);
}

.ring-offset-green-700\/10{
  --tw-ring-offset-color: rgb(21 128 61 / 0.1);
}

.ring-offset-green-700\/100{
  --tw-ring-offset-color: rgb(21 128 61 / 1);
}

.ring-offset-green-700\/20{
  --tw-ring-offset-color: rgb(21 128 61 / 0.2);
}

.ring-offset-green-700\/25{
  --tw-ring-offset-color: rgb(21 128 61 / 0.25);
}

.ring-offset-green-700\/30{
  --tw-ring-offset-color: rgb(21 128 61 / 0.3);
}

.ring-offset-green-700\/40{
  --tw-ring-offset-color: rgb(21 128 61 / 0.4);
}

.ring-offset-green-700\/5{
  --tw-ring-offset-color: rgb(21 128 61 / 0.05);
}

.ring-offset-green-700\/50{
  --tw-ring-offset-color: rgb(21 128 61 / 0.5);
}

.ring-offset-green-700\/60{
  --tw-ring-offset-color: rgb(21 128 61 / 0.6);
}

.ring-offset-green-700\/70{
  --tw-ring-offset-color: rgb(21 128 61 / 0.7);
}

.ring-offset-green-700\/75{
  --tw-ring-offset-color: rgb(21 128 61 / 0.75);
}

.ring-offset-green-700\/80{
  --tw-ring-offset-color: rgb(21 128 61 / 0.8);
}

.ring-offset-green-700\/90{
  --tw-ring-offset-color: rgb(21 128 61 / 0.9);
}

.ring-offset-green-700\/95{
  --tw-ring-offset-color: rgb(21 128 61 / 0.95);
}

.ring-offset-green-800{
  --tw-ring-offset-color: #166534;
}

.ring-offset-green-800\/0{
  --tw-ring-offset-color: rgb(22 101 52 / 0);
}

.ring-offset-green-800\/10{
  --tw-ring-offset-color: rgb(22 101 52 / 0.1);
}

.ring-offset-green-800\/100{
  --tw-ring-offset-color: rgb(22 101 52 / 1);
}

.ring-offset-green-800\/20{
  --tw-ring-offset-color: rgb(22 101 52 / 0.2);
}

.ring-offset-green-800\/25{
  --tw-ring-offset-color: rgb(22 101 52 / 0.25);
}

.ring-offset-green-800\/30{
  --tw-ring-offset-color: rgb(22 101 52 / 0.3);
}

.ring-offset-green-800\/40{
  --tw-ring-offset-color: rgb(22 101 52 / 0.4);
}

.ring-offset-green-800\/5{
  --tw-ring-offset-color: rgb(22 101 52 / 0.05);
}

.ring-offset-green-800\/50{
  --tw-ring-offset-color: rgb(22 101 52 / 0.5);
}

.ring-offset-green-800\/60{
  --tw-ring-offset-color: rgb(22 101 52 / 0.6);
}

.ring-offset-green-800\/70{
  --tw-ring-offset-color: rgb(22 101 52 / 0.7);
}

.ring-offset-green-800\/75{
  --tw-ring-offset-color: rgb(22 101 52 / 0.75);
}

.ring-offset-green-800\/80{
  --tw-ring-offset-color: rgb(22 101 52 / 0.8);
}

.ring-offset-green-800\/90{
  --tw-ring-offset-color: rgb(22 101 52 / 0.9);
}

.ring-offset-green-800\/95{
  --tw-ring-offset-color: rgb(22 101 52 / 0.95);
}

.ring-offset-green-900{
  --tw-ring-offset-color: #14532d;
}

.ring-offset-green-900\/0{
  --tw-ring-offset-color: rgb(20 83 45 / 0);
}

.ring-offset-green-900\/10{
  --tw-ring-offset-color: rgb(20 83 45 / 0.1);
}

.ring-offset-green-900\/100{
  --tw-ring-offset-color: rgb(20 83 45 / 1);
}

.ring-offset-green-900\/20{
  --tw-ring-offset-color: rgb(20 83 45 / 0.2);
}

.ring-offset-green-900\/25{
  --tw-ring-offset-color: rgb(20 83 45 / 0.25);
}

.ring-offset-green-900\/30{
  --tw-ring-offset-color: rgb(20 83 45 / 0.3);
}

.ring-offset-green-900\/40{
  --tw-ring-offset-color: rgb(20 83 45 / 0.4);
}

.ring-offset-green-900\/5{
  --tw-ring-offset-color: rgb(20 83 45 / 0.05);
}

.ring-offset-green-900\/50{
  --tw-ring-offset-color: rgb(20 83 45 / 0.5);
}

.ring-offset-green-900\/60{
  --tw-ring-offset-color: rgb(20 83 45 / 0.6);
}

.ring-offset-green-900\/70{
  --tw-ring-offset-color: rgb(20 83 45 / 0.7);
}

.ring-offset-green-900\/75{
  --tw-ring-offset-color: rgb(20 83 45 / 0.75);
}

.ring-offset-green-900\/80{
  --tw-ring-offset-color: rgb(20 83 45 / 0.8);
}

.ring-offset-green-900\/90{
  --tw-ring-offset-color: rgb(20 83 45 / 0.9);
}

.ring-offset-green-900\/95{
  --tw-ring-offset-color: rgb(20 83 45 / 0.95);
}

.ring-offset-green-950{
  --tw-ring-offset-color: #052e16;
}

.ring-offset-green-950\/0{
  --tw-ring-offset-color: rgb(5 46 22 / 0);
}

.ring-offset-green-950\/10{
  --tw-ring-offset-color: rgb(5 46 22 / 0.1);
}

.ring-offset-green-950\/100{
  --tw-ring-offset-color: rgb(5 46 22 / 1);
}

.ring-offset-green-950\/20{
  --tw-ring-offset-color: rgb(5 46 22 / 0.2);
}

.ring-offset-green-950\/25{
  --tw-ring-offset-color: rgb(5 46 22 / 0.25);
}

.ring-offset-green-950\/30{
  --tw-ring-offset-color: rgb(5 46 22 / 0.3);
}

.ring-offset-green-950\/40{
  --tw-ring-offset-color: rgb(5 46 22 / 0.4);
}

.ring-offset-green-950\/5{
  --tw-ring-offset-color: rgb(5 46 22 / 0.05);
}

.ring-offset-green-950\/50{
  --tw-ring-offset-color: rgb(5 46 22 / 0.5);
}

.ring-offset-green-950\/60{
  --tw-ring-offset-color: rgb(5 46 22 / 0.6);
}

.ring-offset-green-950\/70{
  --tw-ring-offset-color: rgb(5 46 22 / 0.7);
}

.ring-offset-green-950\/75{
  --tw-ring-offset-color: rgb(5 46 22 / 0.75);
}

.ring-offset-green-950\/80{
  --tw-ring-offset-color: rgb(5 46 22 / 0.8);
}

.ring-offset-green-950\/90{
  --tw-ring-offset-color: rgb(5 46 22 / 0.9);
}

.ring-offset-green-950\/95{
  --tw-ring-offset-color: rgb(5 46 22 / 0.95);
}

.ring-offset-indigo-100{
  --tw-ring-offset-color: #e0e7ff;
}

.ring-offset-indigo-100\/0{
  --tw-ring-offset-color: rgb(224 231 255 / 0);
}

.ring-offset-indigo-100\/10{
  --tw-ring-offset-color: rgb(224 231 255 / 0.1);
}

.ring-offset-indigo-100\/100{
  --tw-ring-offset-color: rgb(224 231 255 / 1);
}

.ring-offset-indigo-100\/20{
  --tw-ring-offset-color: rgb(224 231 255 / 0.2);
}

.ring-offset-indigo-100\/25{
  --tw-ring-offset-color: rgb(224 231 255 / 0.25);
}

.ring-offset-indigo-100\/30{
  --tw-ring-offset-color: rgb(224 231 255 / 0.3);
}

.ring-offset-indigo-100\/40{
  --tw-ring-offset-color: rgb(224 231 255 / 0.4);
}

.ring-offset-indigo-100\/5{
  --tw-ring-offset-color: rgb(224 231 255 / 0.05);
}

.ring-offset-indigo-100\/50{
  --tw-ring-offset-color: rgb(224 231 255 / 0.5);
}

.ring-offset-indigo-100\/60{
  --tw-ring-offset-color: rgb(224 231 255 / 0.6);
}

.ring-offset-indigo-100\/70{
  --tw-ring-offset-color: rgb(224 231 255 / 0.7);
}

.ring-offset-indigo-100\/75{
  --tw-ring-offset-color: rgb(224 231 255 / 0.75);
}

.ring-offset-indigo-100\/80{
  --tw-ring-offset-color: rgb(224 231 255 / 0.8);
}

.ring-offset-indigo-100\/90{
  --tw-ring-offset-color: rgb(224 231 255 / 0.9);
}

.ring-offset-indigo-100\/95{
  --tw-ring-offset-color: rgb(224 231 255 / 0.95);
}

.ring-offset-indigo-200{
  --tw-ring-offset-color: #c7d2fe;
}

.ring-offset-indigo-200\/0{
  --tw-ring-offset-color: rgb(199 210 254 / 0);
}

.ring-offset-indigo-200\/10{
  --tw-ring-offset-color: rgb(199 210 254 / 0.1);
}

.ring-offset-indigo-200\/100{
  --tw-ring-offset-color: rgb(199 210 254 / 1);
}

.ring-offset-indigo-200\/20{
  --tw-ring-offset-color: rgb(199 210 254 / 0.2);
}

.ring-offset-indigo-200\/25{
  --tw-ring-offset-color: rgb(199 210 254 / 0.25);
}

.ring-offset-indigo-200\/30{
  --tw-ring-offset-color: rgb(199 210 254 / 0.3);
}

.ring-offset-indigo-200\/40{
  --tw-ring-offset-color: rgb(199 210 254 / 0.4);
}

.ring-offset-indigo-200\/5{
  --tw-ring-offset-color: rgb(199 210 254 / 0.05);
}

.ring-offset-indigo-200\/50{
  --tw-ring-offset-color: rgb(199 210 254 / 0.5);
}

.ring-offset-indigo-200\/60{
  --tw-ring-offset-color: rgb(199 210 254 / 0.6);
}

.ring-offset-indigo-200\/70{
  --tw-ring-offset-color: rgb(199 210 254 / 0.7);
}

.ring-offset-indigo-200\/75{
  --tw-ring-offset-color: rgb(199 210 254 / 0.75);
}

.ring-offset-indigo-200\/80{
  --tw-ring-offset-color: rgb(199 210 254 / 0.8);
}

.ring-offset-indigo-200\/90{
  --tw-ring-offset-color: rgb(199 210 254 / 0.9);
}

.ring-offset-indigo-200\/95{
  --tw-ring-offset-color: rgb(199 210 254 / 0.95);
}

.ring-offset-indigo-300{
  --tw-ring-offset-color: #a5b4fc;
}

.ring-offset-indigo-300\/0{
  --tw-ring-offset-color: rgb(165 180 252 / 0);
}

.ring-offset-indigo-300\/10{
  --tw-ring-offset-color: rgb(165 180 252 / 0.1);
}

.ring-offset-indigo-300\/100{
  --tw-ring-offset-color: rgb(165 180 252 / 1);
}

.ring-offset-indigo-300\/20{
  --tw-ring-offset-color: rgb(165 180 252 / 0.2);
}

.ring-offset-indigo-300\/25{
  --tw-ring-offset-color: rgb(165 180 252 / 0.25);
}

.ring-offset-indigo-300\/30{
  --tw-ring-offset-color: rgb(165 180 252 / 0.3);
}

.ring-offset-indigo-300\/40{
  --tw-ring-offset-color: rgb(165 180 252 / 0.4);
}

.ring-offset-indigo-300\/5{
  --tw-ring-offset-color: rgb(165 180 252 / 0.05);
}

.ring-offset-indigo-300\/50{
  --tw-ring-offset-color: rgb(165 180 252 / 0.5);
}

.ring-offset-indigo-300\/60{
  --tw-ring-offset-color: rgb(165 180 252 / 0.6);
}

.ring-offset-indigo-300\/70{
  --tw-ring-offset-color: rgb(165 180 252 / 0.7);
}

.ring-offset-indigo-300\/75{
  --tw-ring-offset-color: rgb(165 180 252 / 0.75);
}

.ring-offset-indigo-300\/80{
  --tw-ring-offset-color: rgb(165 180 252 / 0.8);
}

.ring-offset-indigo-300\/90{
  --tw-ring-offset-color: rgb(165 180 252 / 0.9);
}

.ring-offset-indigo-300\/95{
  --tw-ring-offset-color: rgb(165 180 252 / 0.95);
}

.ring-offset-indigo-400{
  --tw-ring-offset-color: #818cf8;
}

.ring-offset-indigo-400\/0{
  --tw-ring-offset-color: rgb(129 140 248 / 0);
}

.ring-offset-indigo-400\/10{
  --tw-ring-offset-color: rgb(129 140 248 / 0.1);
}

.ring-offset-indigo-400\/100{
  --tw-ring-offset-color: rgb(129 140 248 / 1);
}

.ring-offset-indigo-400\/20{
  --tw-ring-offset-color: rgb(129 140 248 / 0.2);
}

.ring-offset-indigo-400\/25{
  --tw-ring-offset-color: rgb(129 140 248 / 0.25);
}

.ring-offset-indigo-400\/30{
  --tw-ring-offset-color: rgb(129 140 248 / 0.3);
}

.ring-offset-indigo-400\/40{
  --tw-ring-offset-color: rgb(129 140 248 / 0.4);
}

.ring-offset-indigo-400\/5{
  --tw-ring-offset-color: rgb(129 140 248 / 0.05);
}

.ring-offset-indigo-400\/50{
  --tw-ring-offset-color: rgb(129 140 248 / 0.5);
}

.ring-offset-indigo-400\/60{
  --tw-ring-offset-color: rgb(129 140 248 / 0.6);
}

.ring-offset-indigo-400\/70{
  --tw-ring-offset-color: rgb(129 140 248 / 0.7);
}

.ring-offset-indigo-400\/75{
  --tw-ring-offset-color: rgb(129 140 248 / 0.75);
}

.ring-offset-indigo-400\/80{
  --tw-ring-offset-color: rgb(129 140 248 / 0.8);
}

.ring-offset-indigo-400\/90{
  --tw-ring-offset-color: rgb(129 140 248 / 0.9);
}

.ring-offset-indigo-400\/95{
  --tw-ring-offset-color: rgb(129 140 248 / 0.95);
}

.ring-offset-indigo-50{
  --tw-ring-offset-color: #eef2ff;
}

.ring-offset-indigo-50\/0{
  --tw-ring-offset-color: rgb(238 242 255 / 0);
}

.ring-offset-indigo-50\/10{
  --tw-ring-offset-color: rgb(238 242 255 / 0.1);
}

.ring-offset-indigo-50\/100{
  --tw-ring-offset-color: rgb(238 242 255 / 1);
}

.ring-offset-indigo-50\/20{
  --tw-ring-offset-color: rgb(238 242 255 / 0.2);
}

.ring-offset-indigo-50\/25{
  --tw-ring-offset-color: rgb(238 242 255 / 0.25);
}

.ring-offset-indigo-50\/30{
  --tw-ring-offset-color: rgb(238 242 255 / 0.3);
}

.ring-offset-indigo-50\/40{
  --tw-ring-offset-color: rgb(238 242 255 / 0.4);
}

.ring-offset-indigo-50\/5{
  --tw-ring-offset-color: rgb(238 242 255 / 0.05);
}

.ring-offset-indigo-50\/50{
  --tw-ring-offset-color: rgb(238 242 255 / 0.5);
}

.ring-offset-indigo-50\/60{
  --tw-ring-offset-color: rgb(238 242 255 / 0.6);
}

.ring-offset-indigo-50\/70{
  --tw-ring-offset-color: rgb(238 242 255 / 0.7);
}

.ring-offset-indigo-50\/75{
  --tw-ring-offset-color: rgb(238 242 255 / 0.75);
}

.ring-offset-indigo-50\/80{
  --tw-ring-offset-color: rgb(238 242 255 / 0.8);
}

.ring-offset-indigo-50\/90{
  --tw-ring-offset-color: rgb(238 242 255 / 0.9);
}

.ring-offset-indigo-50\/95{
  --tw-ring-offset-color: rgb(238 242 255 / 0.95);
}

.ring-offset-indigo-500{
  --tw-ring-offset-color: #6366f1;
}

.ring-offset-indigo-500\/0{
  --tw-ring-offset-color: rgb(99 102 241 / 0);
}

.ring-offset-indigo-500\/10{
  --tw-ring-offset-color: rgb(99 102 241 / 0.1);
}

.ring-offset-indigo-500\/100{
  --tw-ring-offset-color: rgb(99 102 241 / 1);
}

.ring-offset-indigo-500\/20{
  --tw-ring-offset-color: rgb(99 102 241 / 0.2);
}

.ring-offset-indigo-500\/25{
  --tw-ring-offset-color: rgb(99 102 241 / 0.25);
}

.ring-offset-indigo-500\/30{
  --tw-ring-offset-color: rgb(99 102 241 / 0.3);
}

.ring-offset-indigo-500\/40{
  --tw-ring-offset-color: rgb(99 102 241 / 0.4);
}

.ring-offset-indigo-500\/5{
  --tw-ring-offset-color: rgb(99 102 241 / 0.05);
}

.ring-offset-indigo-500\/50{
  --tw-ring-offset-color: rgb(99 102 241 / 0.5);
}

.ring-offset-indigo-500\/60{
  --tw-ring-offset-color: rgb(99 102 241 / 0.6);
}

.ring-offset-indigo-500\/70{
  --tw-ring-offset-color: rgb(99 102 241 / 0.7);
}

.ring-offset-indigo-500\/75{
  --tw-ring-offset-color: rgb(99 102 241 / 0.75);
}

.ring-offset-indigo-500\/80{
  --tw-ring-offset-color: rgb(99 102 241 / 0.8);
}

.ring-offset-indigo-500\/90{
  --tw-ring-offset-color: rgb(99 102 241 / 0.9);
}

.ring-offset-indigo-500\/95{
  --tw-ring-offset-color: rgb(99 102 241 / 0.95);
}

.ring-offset-indigo-600{
  --tw-ring-offset-color: #4f46e5;
}

.ring-offset-indigo-600\/0{
  --tw-ring-offset-color: rgb(79 70 229 / 0);
}

.ring-offset-indigo-600\/10{
  --tw-ring-offset-color: rgb(79 70 229 / 0.1);
}

.ring-offset-indigo-600\/100{
  --tw-ring-offset-color: rgb(79 70 229 / 1);
}

.ring-offset-indigo-600\/20{
  --tw-ring-offset-color: rgb(79 70 229 / 0.2);
}

.ring-offset-indigo-600\/25{
  --tw-ring-offset-color: rgb(79 70 229 / 0.25);
}

.ring-offset-indigo-600\/30{
  --tw-ring-offset-color: rgb(79 70 229 / 0.3);
}

.ring-offset-indigo-600\/40{
  --tw-ring-offset-color: rgb(79 70 229 / 0.4);
}

.ring-offset-indigo-600\/5{
  --tw-ring-offset-color: rgb(79 70 229 / 0.05);
}

.ring-offset-indigo-600\/50{
  --tw-ring-offset-color: rgb(79 70 229 / 0.5);
}

.ring-offset-indigo-600\/60{
  --tw-ring-offset-color: rgb(79 70 229 / 0.6);
}

.ring-offset-indigo-600\/70{
  --tw-ring-offset-color: rgb(79 70 229 / 0.7);
}

.ring-offset-indigo-600\/75{
  --tw-ring-offset-color: rgb(79 70 229 / 0.75);
}

.ring-offset-indigo-600\/80{
  --tw-ring-offset-color: rgb(79 70 229 / 0.8);
}

.ring-offset-indigo-600\/90{
  --tw-ring-offset-color: rgb(79 70 229 / 0.9);
}

.ring-offset-indigo-600\/95{
  --tw-ring-offset-color: rgb(79 70 229 / 0.95);
}

.ring-offset-indigo-700{
  --tw-ring-offset-color: #4338ca;
}

.ring-offset-indigo-700\/0{
  --tw-ring-offset-color: rgb(67 56 202 / 0);
}

.ring-offset-indigo-700\/10{
  --tw-ring-offset-color: rgb(67 56 202 / 0.1);
}

.ring-offset-indigo-700\/100{
  --tw-ring-offset-color: rgb(67 56 202 / 1);
}

.ring-offset-indigo-700\/20{
  --tw-ring-offset-color: rgb(67 56 202 / 0.2);
}

.ring-offset-indigo-700\/25{
  --tw-ring-offset-color: rgb(67 56 202 / 0.25);
}

.ring-offset-indigo-700\/30{
  --tw-ring-offset-color: rgb(67 56 202 / 0.3);
}

.ring-offset-indigo-700\/40{
  --tw-ring-offset-color: rgb(67 56 202 / 0.4);
}

.ring-offset-indigo-700\/5{
  --tw-ring-offset-color: rgb(67 56 202 / 0.05);
}

.ring-offset-indigo-700\/50{
  --tw-ring-offset-color: rgb(67 56 202 / 0.5);
}

.ring-offset-indigo-700\/60{
  --tw-ring-offset-color: rgb(67 56 202 / 0.6);
}

.ring-offset-indigo-700\/70{
  --tw-ring-offset-color: rgb(67 56 202 / 0.7);
}

.ring-offset-indigo-700\/75{
  --tw-ring-offset-color: rgb(67 56 202 / 0.75);
}

.ring-offset-indigo-700\/80{
  --tw-ring-offset-color: rgb(67 56 202 / 0.8);
}

.ring-offset-indigo-700\/90{
  --tw-ring-offset-color: rgb(67 56 202 / 0.9);
}

.ring-offset-indigo-700\/95{
  --tw-ring-offset-color: rgb(67 56 202 / 0.95);
}

.ring-offset-indigo-800{
  --tw-ring-offset-color: #3730a3;
}

.ring-offset-indigo-800\/0{
  --tw-ring-offset-color: rgb(55 48 163 / 0);
}

.ring-offset-indigo-800\/10{
  --tw-ring-offset-color: rgb(55 48 163 / 0.1);
}

.ring-offset-indigo-800\/100{
  --tw-ring-offset-color: rgb(55 48 163 / 1);
}

.ring-offset-indigo-800\/20{
  --tw-ring-offset-color: rgb(55 48 163 / 0.2);
}

.ring-offset-indigo-800\/25{
  --tw-ring-offset-color: rgb(55 48 163 / 0.25);
}

.ring-offset-indigo-800\/30{
  --tw-ring-offset-color: rgb(55 48 163 / 0.3);
}

.ring-offset-indigo-800\/40{
  --tw-ring-offset-color: rgb(55 48 163 / 0.4);
}

.ring-offset-indigo-800\/5{
  --tw-ring-offset-color: rgb(55 48 163 / 0.05);
}

.ring-offset-indigo-800\/50{
  --tw-ring-offset-color: rgb(55 48 163 / 0.5);
}

.ring-offset-indigo-800\/60{
  --tw-ring-offset-color: rgb(55 48 163 / 0.6);
}

.ring-offset-indigo-800\/70{
  --tw-ring-offset-color: rgb(55 48 163 / 0.7);
}

.ring-offset-indigo-800\/75{
  --tw-ring-offset-color: rgb(55 48 163 / 0.75);
}

.ring-offset-indigo-800\/80{
  --tw-ring-offset-color: rgb(55 48 163 / 0.8);
}

.ring-offset-indigo-800\/90{
  --tw-ring-offset-color: rgb(55 48 163 / 0.9);
}

.ring-offset-indigo-800\/95{
  --tw-ring-offset-color: rgb(55 48 163 / 0.95);
}

.ring-offset-indigo-900{
  --tw-ring-offset-color: #312e81;
}

.ring-offset-indigo-900\/0{
  --tw-ring-offset-color: rgb(49 46 129 / 0);
}

.ring-offset-indigo-900\/10{
  --tw-ring-offset-color: rgb(49 46 129 / 0.1);
}

.ring-offset-indigo-900\/100{
  --tw-ring-offset-color: rgb(49 46 129 / 1);
}

.ring-offset-indigo-900\/20{
  --tw-ring-offset-color: rgb(49 46 129 / 0.2);
}

.ring-offset-indigo-900\/25{
  --tw-ring-offset-color: rgb(49 46 129 / 0.25);
}

.ring-offset-indigo-900\/30{
  --tw-ring-offset-color: rgb(49 46 129 / 0.3);
}

.ring-offset-indigo-900\/40{
  --tw-ring-offset-color: rgb(49 46 129 / 0.4);
}

.ring-offset-indigo-900\/5{
  --tw-ring-offset-color: rgb(49 46 129 / 0.05);
}

.ring-offset-indigo-900\/50{
  --tw-ring-offset-color: rgb(49 46 129 / 0.5);
}

.ring-offset-indigo-900\/60{
  --tw-ring-offset-color: rgb(49 46 129 / 0.6);
}

.ring-offset-indigo-900\/70{
  --tw-ring-offset-color: rgb(49 46 129 / 0.7);
}

.ring-offset-indigo-900\/75{
  --tw-ring-offset-color: rgb(49 46 129 / 0.75);
}

.ring-offset-indigo-900\/80{
  --tw-ring-offset-color: rgb(49 46 129 / 0.8);
}

.ring-offset-indigo-900\/90{
  --tw-ring-offset-color: rgb(49 46 129 / 0.9);
}

.ring-offset-indigo-900\/95{
  --tw-ring-offset-color: rgb(49 46 129 / 0.95);
}

.ring-offset-indigo-950{
  --tw-ring-offset-color: #1e1b4b;
}

.ring-offset-indigo-950\/0{
  --tw-ring-offset-color: rgb(30 27 75 / 0);
}

.ring-offset-indigo-950\/10{
  --tw-ring-offset-color: rgb(30 27 75 / 0.1);
}

.ring-offset-indigo-950\/100{
  --tw-ring-offset-color: rgb(30 27 75 / 1);
}

.ring-offset-indigo-950\/20{
  --tw-ring-offset-color: rgb(30 27 75 / 0.2);
}

.ring-offset-indigo-950\/25{
  --tw-ring-offset-color: rgb(30 27 75 / 0.25);
}

.ring-offset-indigo-950\/30{
  --tw-ring-offset-color: rgb(30 27 75 / 0.3);
}

.ring-offset-indigo-950\/40{
  --tw-ring-offset-color: rgb(30 27 75 / 0.4);
}

.ring-offset-indigo-950\/5{
  --tw-ring-offset-color: rgb(30 27 75 / 0.05);
}

.ring-offset-indigo-950\/50{
  --tw-ring-offset-color: rgb(30 27 75 / 0.5);
}

.ring-offset-indigo-950\/60{
  --tw-ring-offset-color: rgb(30 27 75 / 0.6);
}

.ring-offset-indigo-950\/70{
  --tw-ring-offset-color: rgb(30 27 75 / 0.7);
}

.ring-offset-indigo-950\/75{
  --tw-ring-offset-color: rgb(30 27 75 / 0.75);
}

.ring-offset-indigo-950\/80{
  --tw-ring-offset-color: rgb(30 27 75 / 0.8);
}

.ring-offset-indigo-950\/90{
  --tw-ring-offset-color: rgb(30 27 75 / 0.9);
}

.ring-offset-indigo-950\/95{
  --tw-ring-offset-color: rgb(30 27 75 / 0.95);
}

.ring-offset-inherit{
  --tw-ring-offset-color: inherit;
}

.ring-offset-lime-100{
  --tw-ring-offset-color: #ecfccb;
}

.ring-offset-lime-100\/0{
  --tw-ring-offset-color: rgb(236 252 203 / 0);
}

.ring-offset-lime-100\/10{
  --tw-ring-offset-color: rgb(236 252 203 / 0.1);
}

.ring-offset-lime-100\/100{
  --tw-ring-offset-color: rgb(236 252 203 / 1);
}

.ring-offset-lime-100\/20{
  --tw-ring-offset-color: rgb(236 252 203 / 0.2);
}

.ring-offset-lime-100\/25{
  --tw-ring-offset-color: rgb(236 252 203 / 0.25);
}

.ring-offset-lime-100\/30{
  --tw-ring-offset-color: rgb(236 252 203 / 0.3);
}

.ring-offset-lime-100\/40{
  --tw-ring-offset-color: rgb(236 252 203 / 0.4);
}

.ring-offset-lime-100\/5{
  --tw-ring-offset-color: rgb(236 252 203 / 0.05);
}

.ring-offset-lime-100\/50{
  --tw-ring-offset-color: rgb(236 252 203 / 0.5);
}

.ring-offset-lime-100\/60{
  --tw-ring-offset-color: rgb(236 252 203 / 0.6);
}

.ring-offset-lime-100\/70{
  --tw-ring-offset-color: rgb(236 252 203 / 0.7);
}

.ring-offset-lime-100\/75{
  --tw-ring-offset-color: rgb(236 252 203 / 0.75);
}

.ring-offset-lime-100\/80{
  --tw-ring-offset-color: rgb(236 252 203 / 0.8);
}

.ring-offset-lime-100\/90{
  --tw-ring-offset-color: rgb(236 252 203 / 0.9);
}

.ring-offset-lime-100\/95{
  --tw-ring-offset-color: rgb(236 252 203 / 0.95);
}

.ring-offset-lime-200{
  --tw-ring-offset-color: #d9f99d;
}

.ring-offset-lime-200\/0{
  --tw-ring-offset-color: rgb(217 249 157 / 0);
}

.ring-offset-lime-200\/10{
  --tw-ring-offset-color: rgb(217 249 157 / 0.1);
}

.ring-offset-lime-200\/100{
  --tw-ring-offset-color: rgb(217 249 157 / 1);
}

.ring-offset-lime-200\/20{
  --tw-ring-offset-color: rgb(217 249 157 / 0.2);
}

.ring-offset-lime-200\/25{
  --tw-ring-offset-color: rgb(217 249 157 / 0.25);
}

.ring-offset-lime-200\/30{
  --tw-ring-offset-color: rgb(217 249 157 / 0.3);
}

.ring-offset-lime-200\/40{
  --tw-ring-offset-color: rgb(217 249 157 / 0.4);
}

.ring-offset-lime-200\/5{
  --tw-ring-offset-color: rgb(217 249 157 / 0.05);
}

.ring-offset-lime-200\/50{
  --tw-ring-offset-color: rgb(217 249 157 / 0.5);
}

.ring-offset-lime-200\/60{
  --tw-ring-offset-color: rgb(217 249 157 / 0.6);
}

.ring-offset-lime-200\/70{
  --tw-ring-offset-color: rgb(217 249 157 / 0.7);
}

.ring-offset-lime-200\/75{
  --tw-ring-offset-color: rgb(217 249 157 / 0.75);
}

.ring-offset-lime-200\/80{
  --tw-ring-offset-color: rgb(217 249 157 / 0.8);
}

.ring-offset-lime-200\/90{
  --tw-ring-offset-color: rgb(217 249 157 / 0.9);
}

.ring-offset-lime-200\/95{
  --tw-ring-offset-color: rgb(217 249 157 / 0.95);
}

.ring-offset-lime-300{
  --tw-ring-offset-color: #bef264;
}

.ring-offset-lime-300\/0{
  --tw-ring-offset-color: rgb(190 242 100 / 0);
}

.ring-offset-lime-300\/10{
  --tw-ring-offset-color: rgb(190 242 100 / 0.1);
}

.ring-offset-lime-300\/100{
  --tw-ring-offset-color: rgb(190 242 100 / 1);
}

.ring-offset-lime-300\/20{
  --tw-ring-offset-color: rgb(190 242 100 / 0.2);
}

.ring-offset-lime-300\/25{
  --tw-ring-offset-color: rgb(190 242 100 / 0.25);
}

.ring-offset-lime-300\/30{
  --tw-ring-offset-color: rgb(190 242 100 / 0.3);
}

.ring-offset-lime-300\/40{
  --tw-ring-offset-color: rgb(190 242 100 / 0.4);
}

.ring-offset-lime-300\/5{
  --tw-ring-offset-color: rgb(190 242 100 / 0.05);
}

.ring-offset-lime-300\/50{
  --tw-ring-offset-color: rgb(190 242 100 / 0.5);
}

.ring-offset-lime-300\/60{
  --tw-ring-offset-color: rgb(190 242 100 / 0.6);
}

.ring-offset-lime-300\/70{
  --tw-ring-offset-color: rgb(190 242 100 / 0.7);
}

.ring-offset-lime-300\/75{
  --tw-ring-offset-color: rgb(190 242 100 / 0.75);
}

.ring-offset-lime-300\/80{
  --tw-ring-offset-color: rgb(190 242 100 / 0.8);
}

.ring-offset-lime-300\/90{
  --tw-ring-offset-color: rgb(190 242 100 / 0.9);
}

.ring-offset-lime-300\/95{
  --tw-ring-offset-color: rgb(190 242 100 / 0.95);
}

.ring-offset-lime-400{
  --tw-ring-offset-color: #a3e635;
}

.ring-offset-lime-400\/0{
  --tw-ring-offset-color: rgb(163 230 53 / 0);
}

.ring-offset-lime-400\/10{
  --tw-ring-offset-color: rgb(163 230 53 / 0.1);
}

.ring-offset-lime-400\/100{
  --tw-ring-offset-color: rgb(163 230 53 / 1);
}

.ring-offset-lime-400\/20{
  --tw-ring-offset-color: rgb(163 230 53 / 0.2);
}

.ring-offset-lime-400\/25{
  --tw-ring-offset-color: rgb(163 230 53 / 0.25);
}

.ring-offset-lime-400\/30{
  --tw-ring-offset-color: rgb(163 230 53 / 0.3);
}

.ring-offset-lime-400\/40{
  --tw-ring-offset-color: rgb(163 230 53 / 0.4);
}

.ring-offset-lime-400\/5{
  --tw-ring-offset-color: rgb(163 230 53 / 0.05);
}

.ring-offset-lime-400\/50{
  --tw-ring-offset-color: rgb(163 230 53 / 0.5);
}

.ring-offset-lime-400\/60{
  --tw-ring-offset-color: rgb(163 230 53 / 0.6);
}

.ring-offset-lime-400\/70{
  --tw-ring-offset-color: rgb(163 230 53 / 0.7);
}

.ring-offset-lime-400\/75{
  --tw-ring-offset-color: rgb(163 230 53 / 0.75);
}

.ring-offset-lime-400\/80{
  --tw-ring-offset-color: rgb(163 230 53 / 0.8);
}

.ring-offset-lime-400\/90{
  --tw-ring-offset-color: rgb(163 230 53 / 0.9);
}

.ring-offset-lime-400\/95{
  --tw-ring-offset-color: rgb(163 230 53 / 0.95);
}

.ring-offset-lime-50{
  --tw-ring-offset-color: #f7fee7;
}

.ring-offset-lime-50\/0{
  --tw-ring-offset-color: rgb(247 254 231 / 0);
}

.ring-offset-lime-50\/10{
  --tw-ring-offset-color: rgb(247 254 231 / 0.1);
}

.ring-offset-lime-50\/100{
  --tw-ring-offset-color: rgb(247 254 231 / 1);
}

.ring-offset-lime-50\/20{
  --tw-ring-offset-color: rgb(247 254 231 / 0.2);
}

.ring-offset-lime-50\/25{
  --tw-ring-offset-color: rgb(247 254 231 / 0.25);
}

.ring-offset-lime-50\/30{
  --tw-ring-offset-color: rgb(247 254 231 / 0.3);
}

.ring-offset-lime-50\/40{
  --tw-ring-offset-color: rgb(247 254 231 / 0.4);
}

.ring-offset-lime-50\/5{
  --tw-ring-offset-color: rgb(247 254 231 / 0.05);
}

.ring-offset-lime-50\/50{
  --tw-ring-offset-color: rgb(247 254 231 / 0.5);
}

.ring-offset-lime-50\/60{
  --tw-ring-offset-color: rgb(247 254 231 / 0.6);
}

.ring-offset-lime-50\/70{
  --tw-ring-offset-color: rgb(247 254 231 / 0.7);
}

.ring-offset-lime-50\/75{
  --tw-ring-offset-color: rgb(247 254 231 / 0.75);
}

.ring-offset-lime-50\/80{
  --tw-ring-offset-color: rgb(247 254 231 / 0.8);
}

.ring-offset-lime-50\/90{
  --tw-ring-offset-color: rgb(247 254 231 / 0.9);
}

.ring-offset-lime-50\/95{
  --tw-ring-offset-color: rgb(247 254 231 / 0.95);
}

.ring-offset-lime-500{
  --tw-ring-offset-color: #84cc16;
}

.ring-offset-lime-500\/0{
  --tw-ring-offset-color: rgb(132 204 22 / 0);
}

.ring-offset-lime-500\/10{
  --tw-ring-offset-color: rgb(132 204 22 / 0.1);
}

.ring-offset-lime-500\/100{
  --tw-ring-offset-color: rgb(132 204 22 / 1);
}

.ring-offset-lime-500\/20{
  --tw-ring-offset-color: rgb(132 204 22 / 0.2);
}

.ring-offset-lime-500\/25{
  --tw-ring-offset-color: rgb(132 204 22 / 0.25);
}

.ring-offset-lime-500\/30{
  --tw-ring-offset-color: rgb(132 204 22 / 0.3);
}

.ring-offset-lime-500\/40{
  --tw-ring-offset-color: rgb(132 204 22 / 0.4);
}

.ring-offset-lime-500\/5{
  --tw-ring-offset-color: rgb(132 204 22 / 0.05);
}

.ring-offset-lime-500\/50{
  --tw-ring-offset-color: rgb(132 204 22 / 0.5);
}

.ring-offset-lime-500\/60{
  --tw-ring-offset-color: rgb(132 204 22 / 0.6);
}

.ring-offset-lime-500\/70{
  --tw-ring-offset-color: rgb(132 204 22 / 0.7);
}

.ring-offset-lime-500\/75{
  --tw-ring-offset-color: rgb(132 204 22 / 0.75);
}

.ring-offset-lime-500\/80{
  --tw-ring-offset-color: rgb(132 204 22 / 0.8);
}

.ring-offset-lime-500\/90{
  --tw-ring-offset-color: rgb(132 204 22 / 0.9);
}

.ring-offset-lime-500\/95{
  --tw-ring-offset-color: rgb(132 204 22 / 0.95);
}

.ring-offset-lime-600{
  --tw-ring-offset-color: #65a30d;
}

.ring-offset-lime-600\/0{
  --tw-ring-offset-color: rgb(101 163 13 / 0);
}

.ring-offset-lime-600\/10{
  --tw-ring-offset-color: rgb(101 163 13 / 0.1);
}

.ring-offset-lime-600\/100{
  --tw-ring-offset-color: rgb(101 163 13 / 1);
}

.ring-offset-lime-600\/20{
  --tw-ring-offset-color: rgb(101 163 13 / 0.2);
}

.ring-offset-lime-600\/25{
  --tw-ring-offset-color: rgb(101 163 13 / 0.25);
}

.ring-offset-lime-600\/30{
  --tw-ring-offset-color: rgb(101 163 13 / 0.3);
}

.ring-offset-lime-600\/40{
  --tw-ring-offset-color: rgb(101 163 13 / 0.4);
}

.ring-offset-lime-600\/5{
  --tw-ring-offset-color: rgb(101 163 13 / 0.05);
}

.ring-offset-lime-600\/50{
  --tw-ring-offset-color: rgb(101 163 13 / 0.5);
}

.ring-offset-lime-600\/60{
  --tw-ring-offset-color: rgb(101 163 13 / 0.6);
}

.ring-offset-lime-600\/70{
  --tw-ring-offset-color: rgb(101 163 13 / 0.7);
}

.ring-offset-lime-600\/75{
  --tw-ring-offset-color: rgb(101 163 13 / 0.75);
}

.ring-offset-lime-600\/80{
  --tw-ring-offset-color: rgb(101 163 13 / 0.8);
}

.ring-offset-lime-600\/90{
  --tw-ring-offset-color: rgb(101 163 13 / 0.9);
}

.ring-offset-lime-600\/95{
  --tw-ring-offset-color: rgb(101 163 13 / 0.95);
}

.ring-offset-lime-700{
  --tw-ring-offset-color: #4d7c0f;
}

.ring-offset-lime-700\/0{
  --tw-ring-offset-color: rgb(77 124 15 / 0);
}

.ring-offset-lime-700\/10{
  --tw-ring-offset-color: rgb(77 124 15 / 0.1);
}

.ring-offset-lime-700\/100{
  --tw-ring-offset-color: rgb(77 124 15 / 1);
}

.ring-offset-lime-700\/20{
  --tw-ring-offset-color: rgb(77 124 15 / 0.2);
}

.ring-offset-lime-700\/25{
  --tw-ring-offset-color: rgb(77 124 15 / 0.25);
}

.ring-offset-lime-700\/30{
  --tw-ring-offset-color: rgb(77 124 15 / 0.3);
}

.ring-offset-lime-700\/40{
  --tw-ring-offset-color: rgb(77 124 15 / 0.4);
}

.ring-offset-lime-700\/5{
  --tw-ring-offset-color: rgb(77 124 15 / 0.05);
}

.ring-offset-lime-700\/50{
  --tw-ring-offset-color: rgb(77 124 15 / 0.5);
}

.ring-offset-lime-700\/60{
  --tw-ring-offset-color: rgb(77 124 15 / 0.6);
}

.ring-offset-lime-700\/70{
  --tw-ring-offset-color: rgb(77 124 15 / 0.7);
}

.ring-offset-lime-700\/75{
  --tw-ring-offset-color: rgb(77 124 15 / 0.75);
}

.ring-offset-lime-700\/80{
  --tw-ring-offset-color: rgb(77 124 15 / 0.8);
}

.ring-offset-lime-700\/90{
  --tw-ring-offset-color: rgb(77 124 15 / 0.9);
}

.ring-offset-lime-700\/95{
  --tw-ring-offset-color: rgb(77 124 15 / 0.95);
}

.ring-offset-lime-800{
  --tw-ring-offset-color: #3f6212;
}

.ring-offset-lime-800\/0{
  --tw-ring-offset-color: rgb(63 98 18 / 0);
}

.ring-offset-lime-800\/10{
  --tw-ring-offset-color: rgb(63 98 18 / 0.1);
}

.ring-offset-lime-800\/100{
  --tw-ring-offset-color: rgb(63 98 18 / 1);
}

.ring-offset-lime-800\/20{
  --tw-ring-offset-color: rgb(63 98 18 / 0.2);
}

.ring-offset-lime-800\/25{
  --tw-ring-offset-color: rgb(63 98 18 / 0.25);
}

.ring-offset-lime-800\/30{
  --tw-ring-offset-color: rgb(63 98 18 / 0.3);
}

.ring-offset-lime-800\/40{
  --tw-ring-offset-color: rgb(63 98 18 / 0.4);
}

.ring-offset-lime-800\/5{
  --tw-ring-offset-color: rgb(63 98 18 / 0.05);
}

.ring-offset-lime-800\/50{
  --tw-ring-offset-color: rgb(63 98 18 / 0.5);
}

.ring-offset-lime-800\/60{
  --tw-ring-offset-color: rgb(63 98 18 / 0.6);
}

.ring-offset-lime-800\/70{
  --tw-ring-offset-color: rgb(63 98 18 / 0.7);
}

.ring-offset-lime-800\/75{
  --tw-ring-offset-color: rgb(63 98 18 / 0.75);
}

.ring-offset-lime-800\/80{
  --tw-ring-offset-color: rgb(63 98 18 / 0.8);
}

.ring-offset-lime-800\/90{
  --tw-ring-offset-color: rgb(63 98 18 / 0.9);
}

.ring-offset-lime-800\/95{
  --tw-ring-offset-color: rgb(63 98 18 / 0.95);
}

.ring-offset-lime-900{
  --tw-ring-offset-color: #365314;
}

.ring-offset-lime-900\/0{
  --tw-ring-offset-color: rgb(54 83 20 / 0);
}

.ring-offset-lime-900\/10{
  --tw-ring-offset-color: rgb(54 83 20 / 0.1);
}

.ring-offset-lime-900\/100{
  --tw-ring-offset-color: rgb(54 83 20 / 1);
}

.ring-offset-lime-900\/20{
  --tw-ring-offset-color: rgb(54 83 20 / 0.2);
}

.ring-offset-lime-900\/25{
  --tw-ring-offset-color: rgb(54 83 20 / 0.25);
}

.ring-offset-lime-900\/30{
  --tw-ring-offset-color: rgb(54 83 20 / 0.3);
}

.ring-offset-lime-900\/40{
  --tw-ring-offset-color: rgb(54 83 20 / 0.4);
}

.ring-offset-lime-900\/5{
  --tw-ring-offset-color: rgb(54 83 20 / 0.05);
}

.ring-offset-lime-900\/50{
  --tw-ring-offset-color: rgb(54 83 20 / 0.5);
}

.ring-offset-lime-900\/60{
  --tw-ring-offset-color: rgb(54 83 20 / 0.6);
}

.ring-offset-lime-900\/70{
  --tw-ring-offset-color: rgb(54 83 20 / 0.7);
}

.ring-offset-lime-900\/75{
  --tw-ring-offset-color: rgb(54 83 20 / 0.75);
}

.ring-offset-lime-900\/80{
  --tw-ring-offset-color: rgb(54 83 20 / 0.8);
}

.ring-offset-lime-900\/90{
  --tw-ring-offset-color: rgb(54 83 20 / 0.9);
}

.ring-offset-lime-900\/95{
  --tw-ring-offset-color: rgb(54 83 20 / 0.95);
}

.ring-offset-lime-950{
  --tw-ring-offset-color: #1a2e05;
}

.ring-offset-lime-950\/0{
  --tw-ring-offset-color: rgb(26 46 5 / 0);
}

.ring-offset-lime-950\/10{
  --tw-ring-offset-color: rgb(26 46 5 / 0.1);
}

.ring-offset-lime-950\/100{
  --tw-ring-offset-color: rgb(26 46 5 / 1);
}

.ring-offset-lime-950\/20{
  --tw-ring-offset-color: rgb(26 46 5 / 0.2);
}

.ring-offset-lime-950\/25{
  --tw-ring-offset-color: rgb(26 46 5 / 0.25);
}

.ring-offset-lime-950\/30{
  --tw-ring-offset-color: rgb(26 46 5 / 0.3);
}

.ring-offset-lime-950\/40{
  --tw-ring-offset-color: rgb(26 46 5 / 0.4);
}

.ring-offset-lime-950\/5{
  --tw-ring-offset-color: rgb(26 46 5 / 0.05);
}

.ring-offset-lime-950\/50{
  --tw-ring-offset-color: rgb(26 46 5 / 0.5);
}

.ring-offset-lime-950\/60{
  --tw-ring-offset-color: rgb(26 46 5 / 0.6);
}

.ring-offset-lime-950\/70{
  --tw-ring-offset-color: rgb(26 46 5 / 0.7);
}

.ring-offset-lime-950\/75{
  --tw-ring-offset-color: rgb(26 46 5 / 0.75);
}

.ring-offset-lime-950\/80{
  --tw-ring-offset-color: rgb(26 46 5 / 0.8);
}

.ring-offset-lime-950\/90{
  --tw-ring-offset-color: rgb(26 46 5 / 0.9);
}

.ring-offset-lime-950\/95{
  --tw-ring-offset-color: rgb(26 46 5 / 0.95);
}

.ring-offset-neutral-100{
  --tw-ring-offset-color: #f5f5f5;
}

.ring-offset-neutral-100\/0{
  --tw-ring-offset-color: rgb(245 245 245 / 0);
}

.ring-offset-neutral-100\/10{
  --tw-ring-offset-color: rgb(245 245 245 / 0.1);
}

.ring-offset-neutral-100\/100{
  --tw-ring-offset-color: rgb(245 245 245 / 1);
}

.ring-offset-neutral-100\/20{
  --tw-ring-offset-color: rgb(245 245 245 / 0.2);
}

.ring-offset-neutral-100\/25{
  --tw-ring-offset-color: rgb(245 245 245 / 0.25);
}

.ring-offset-neutral-100\/30{
  --tw-ring-offset-color: rgb(245 245 245 / 0.3);
}

.ring-offset-neutral-100\/40{
  --tw-ring-offset-color: rgb(245 245 245 / 0.4);
}

.ring-offset-neutral-100\/5{
  --tw-ring-offset-color: rgb(245 245 245 / 0.05);
}

.ring-offset-neutral-100\/50{
  --tw-ring-offset-color: rgb(245 245 245 / 0.5);
}

.ring-offset-neutral-100\/60{
  --tw-ring-offset-color: rgb(245 245 245 / 0.6);
}

.ring-offset-neutral-100\/70{
  --tw-ring-offset-color: rgb(245 245 245 / 0.7);
}

.ring-offset-neutral-100\/75{
  --tw-ring-offset-color: rgb(245 245 245 / 0.75);
}

.ring-offset-neutral-100\/80{
  --tw-ring-offset-color: rgb(245 245 245 / 0.8);
}

.ring-offset-neutral-100\/90{
  --tw-ring-offset-color: rgb(245 245 245 / 0.9);
}

.ring-offset-neutral-100\/95{
  --tw-ring-offset-color: rgb(245 245 245 / 0.95);
}

.ring-offset-neutral-200{
  --tw-ring-offset-color: #e5e5e5;
}

.ring-offset-neutral-200\/0{
  --tw-ring-offset-color: rgb(229 229 229 / 0);
}

.ring-offset-neutral-200\/10{
  --tw-ring-offset-color: rgb(229 229 229 / 0.1);
}

.ring-offset-neutral-200\/100{
  --tw-ring-offset-color: rgb(229 229 229 / 1);
}

.ring-offset-neutral-200\/20{
  --tw-ring-offset-color: rgb(229 229 229 / 0.2);
}

.ring-offset-neutral-200\/25{
  --tw-ring-offset-color: rgb(229 229 229 / 0.25);
}

.ring-offset-neutral-200\/30{
  --tw-ring-offset-color: rgb(229 229 229 / 0.3);
}

.ring-offset-neutral-200\/40{
  --tw-ring-offset-color: rgb(229 229 229 / 0.4);
}

.ring-offset-neutral-200\/5{
  --tw-ring-offset-color: rgb(229 229 229 / 0.05);
}

.ring-offset-neutral-200\/50{
  --tw-ring-offset-color: rgb(229 229 229 / 0.5);
}

.ring-offset-neutral-200\/60{
  --tw-ring-offset-color: rgb(229 229 229 / 0.6);
}

.ring-offset-neutral-200\/70{
  --tw-ring-offset-color: rgb(229 229 229 / 0.7);
}

.ring-offset-neutral-200\/75{
  --tw-ring-offset-color: rgb(229 229 229 / 0.75);
}

.ring-offset-neutral-200\/80{
  --tw-ring-offset-color: rgb(229 229 229 / 0.8);
}

.ring-offset-neutral-200\/90{
  --tw-ring-offset-color: rgb(229 229 229 / 0.9);
}

.ring-offset-neutral-200\/95{
  --tw-ring-offset-color: rgb(229 229 229 / 0.95);
}

.ring-offset-neutral-300{
  --tw-ring-offset-color: #d4d4d4;
}

.ring-offset-neutral-300\/0{
  --tw-ring-offset-color: rgb(212 212 212 / 0);
}

.ring-offset-neutral-300\/10{
  --tw-ring-offset-color: rgb(212 212 212 / 0.1);
}

.ring-offset-neutral-300\/100{
  --tw-ring-offset-color: rgb(212 212 212 / 1);
}

.ring-offset-neutral-300\/20{
  --tw-ring-offset-color: rgb(212 212 212 / 0.2);
}

.ring-offset-neutral-300\/25{
  --tw-ring-offset-color: rgb(212 212 212 / 0.25);
}

.ring-offset-neutral-300\/30{
  --tw-ring-offset-color: rgb(212 212 212 / 0.3);
}

.ring-offset-neutral-300\/40{
  --tw-ring-offset-color: rgb(212 212 212 / 0.4);
}

.ring-offset-neutral-300\/5{
  --tw-ring-offset-color: rgb(212 212 212 / 0.05);
}

.ring-offset-neutral-300\/50{
  --tw-ring-offset-color: rgb(212 212 212 / 0.5);
}

.ring-offset-neutral-300\/60{
  --tw-ring-offset-color: rgb(212 212 212 / 0.6);
}

.ring-offset-neutral-300\/70{
  --tw-ring-offset-color: rgb(212 212 212 / 0.7);
}

.ring-offset-neutral-300\/75{
  --tw-ring-offset-color: rgb(212 212 212 / 0.75);
}

.ring-offset-neutral-300\/80{
  --tw-ring-offset-color: rgb(212 212 212 / 0.8);
}

.ring-offset-neutral-300\/90{
  --tw-ring-offset-color: rgb(212 212 212 / 0.9);
}

.ring-offset-neutral-300\/95{
  --tw-ring-offset-color: rgb(212 212 212 / 0.95);
}

.ring-offset-neutral-400{
  --tw-ring-offset-color: #a3a3a3;
}

.ring-offset-neutral-400\/0{
  --tw-ring-offset-color: rgb(163 163 163 / 0);
}

.ring-offset-neutral-400\/10{
  --tw-ring-offset-color: rgb(163 163 163 / 0.1);
}

.ring-offset-neutral-400\/100{
  --tw-ring-offset-color: rgb(163 163 163 / 1);
}

.ring-offset-neutral-400\/20{
  --tw-ring-offset-color: rgb(163 163 163 / 0.2);
}

.ring-offset-neutral-400\/25{
  --tw-ring-offset-color: rgb(163 163 163 / 0.25);
}

.ring-offset-neutral-400\/30{
  --tw-ring-offset-color: rgb(163 163 163 / 0.3);
}

.ring-offset-neutral-400\/40{
  --tw-ring-offset-color: rgb(163 163 163 / 0.4);
}

.ring-offset-neutral-400\/5{
  --tw-ring-offset-color: rgb(163 163 163 / 0.05);
}

.ring-offset-neutral-400\/50{
  --tw-ring-offset-color: rgb(163 163 163 / 0.5);
}

.ring-offset-neutral-400\/60{
  --tw-ring-offset-color: rgb(163 163 163 / 0.6);
}

.ring-offset-neutral-400\/70{
  --tw-ring-offset-color: rgb(163 163 163 / 0.7);
}

.ring-offset-neutral-400\/75{
  --tw-ring-offset-color: rgb(163 163 163 / 0.75);
}

.ring-offset-neutral-400\/80{
  --tw-ring-offset-color: rgb(163 163 163 / 0.8);
}

.ring-offset-neutral-400\/90{
  --tw-ring-offset-color: rgb(163 163 163 / 0.9);
}

.ring-offset-neutral-400\/95{
  --tw-ring-offset-color: rgb(163 163 163 / 0.95);
}

.ring-offset-neutral-50{
  --tw-ring-offset-color: #fafafa;
}

.ring-offset-neutral-50\/0{
  --tw-ring-offset-color: rgb(250 250 250 / 0);
}

.ring-offset-neutral-50\/10{
  --tw-ring-offset-color: rgb(250 250 250 / 0.1);
}

.ring-offset-neutral-50\/100{
  --tw-ring-offset-color: rgb(250 250 250 / 1);
}

.ring-offset-neutral-50\/20{
  --tw-ring-offset-color: rgb(250 250 250 / 0.2);
}

.ring-offset-neutral-50\/25{
  --tw-ring-offset-color: rgb(250 250 250 / 0.25);
}

.ring-offset-neutral-50\/30{
  --tw-ring-offset-color: rgb(250 250 250 / 0.3);
}

.ring-offset-neutral-50\/40{
  --tw-ring-offset-color: rgb(250 250 250 / 0.4);
}

.ring-offset-neutral-50\/5{
  --tw-ring-offset-color: rgb(250 250 250 / 0.05);
}

.ring-offset-neutral-50\/50{
  --tw-ring-offset-color: rgb(250 250 250 / 0.5);
}

.ring-offset-neutral-50\/60{
  --tw-ring-offset-color: rgb(250 250 250 / 0.6);
}

.ring-offset-neutral-50\/70{
  --tw-ring-offset-color: rgb(250 250 250 / 0.7);
}

.ring-offset-neutral-50\/75{
  --tw-ring-offset-color: rgb(250 250 250 / 0.75);
}

.ring-offset-neutral-50\/80{
  --tw-ring-offset-color: rgb(250 250 250 / 0.8);
}

.ring-offset-neutral-50\/90{
  --tw-ring-offset-color: rgb(250 250 250 / 0.9);
}

.ring-offset-neutral-50\/95{
  --tw-ring-offset-color: rgb(250 250 250 / 0.95);
}

.ring-offset-neutral-500{
  --tw-ring-offset-color: #737373;
}

.ring-offset-neutral-500\/0{
  --tw-ring-offset-color: rgb(115 115 115 / 0);
}

.ring-offset-neutral-500\/10{
  --tw-ring-offset-color: rgb(115 115 115 / 0.1);
}

.ring-offset-neutral-500\/100{
  --tw-ring-offset-color: rgb(115 115 115 / 1);
}

.ring-offset-neutral-500\/20{
  --tw-ring-offset-color: rgb(115 115 115 / 0.2);
}

.ring-offset-neutral-500\/25{
  --tw-ring-offset-color: rgb(115 115 115 / 0.25);
}

.ring-offset-neutral-500\/30{
  --tw-ring-offset-color: rgb(115 115 115 / 0.3);
}

.ring-offset-neutral-500\/40{
  --tw-ring-offset-color: rgb(115 115 115 / 0.4);
}

.ring-offset-neutral-500\/5{
  --tw-ring-offset-color: rgb(115 115 115 / 0.05);
}

.ring-offset-neutral-500\/50{
  --tw-ring-offset-color: rgb(115 115 115 / 0.5);
}

.ring-offset-neutral-500\/60{
  --tw-ring-offset-color: rgb(115 115 115 / 0.6);
}

.ring-offset-neutral-500\/70{
  --tw-ring-offset-color: rgb(115 115 115 / 0.7);
}

.ring-offset-neutral-500\/75{
  --tw-ring-offset-color: rgb(115 115 115 / 0.75);
}

.ring-offset-neutral-500\/80{
  --tw-ring-offset-color: rgb(115 115 115 / 0.8);
}

.ring-offset-neutral-500\/90{
  --tw-ring-offset-color: rgb(115 115 115 / 0.9);
}

.ring-offset-neutral-500\/95{
  --tw-ring-offset-color: rgb(115 115 115 / 0.95);
}

.ring-offset-neutral-600{
  --tw-ring-offset-color: #525252;
}

.ring-offset-neutral-600\/0{
  --tw-ring-offset-color: rgb(82 82 82 / 0);
}

.ring-offset-neutral-600\/10{
  --tw-ring-offset-color: rgb(82 82 82 / 0.1);
}

.ring-offset-neutral-600\/100{
  --tw-ring-offset-color: rgb(82 82 82 / 1);
}

.ring-offset-neutral-600\/20{
  --tw-ring-offset-color: rgb(82 82 82 / 0.2);
}

.ring-offset-neutral-600\/25{
  --tw-ring-offset-color: rgb(82 82 82 / 0.25);
}

.ring-offset-neutral-600\/30{
  --tw-ring-offset-color: rgb(82 82 82 / 0.3);
}

.ring-offset-neutral-600\/40{
  --tw-ring-offset-color: rgb(82 82 82 / 0.4);
}

.ring-offset-neutral-600\/5{
  --tw-ring-offset-color: rgb(82 82 82 / 0.05);
}

.ring-offset-neutral-600\/50{
  --tw-ring-offset-color: rgb(82 82 82 / 0.5);
}

.ring-offset-neutral-600\/60{
  --tw-ring-offset-color: rgb(82 82 82 / 0.6);
}

.ring-offset-neutral-600\/70{
  --tw-ring-offset-color: rgb(82 82 82 / 0.7);
}

.ring-offset-neutral-600\/75{
  --tw-ring-offset-color: rgb(82 82 82 / 0.75);
}

.ring-offset-neutral-600\/80{
  --tw-ring-offset-color: rgb(82 82 82 / 0.8);
}

.ring-offset-neutral-600\/90{
  --tw-ring-offset-color: rgb(82 82 82 / 0.9);
}

.ring-offset-neutral-600\/95{
  --tw-ring-offset-color: rgb(82 82 82 / 0.95);
}

.ring-offset-neutral-700{
  --tw-ring-offset-color: #404040;
}

.ring-offset-neutral-700\/0{
  --tw-ring-offset-color: rgb(64 64 64 / 0);
}

.ring-offset-neutral-700\/10{
  --tw-ring-offset-color: rgb(64 64 64 / 0.1);
}

.ring-offset-neutral-700\/100{
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}

.ring-offset-neutral-700\/20{
  --tw-ring-offset-color: rgb(64 64 64 / 0.2);
}

.ring-offset-neutral-700\/25{
  --tw-ring-offset-color: rgb(64 64 64 / 0.25);
}

.ring-offset-neutral-700\/30{
  --tw-ring-offset-color: rgb(64 64 64 / 0.3);
}

.ring-offset-neutral-700\/40{
  --tw-ring-offset-color: rgb(64 64 64 / 0.4);
}

.ring-offset-neutral-700\/5{
  --tw-ring-offset-color: rgb(64 64 64 / 0.05);
}

.ring-offset-neutral-700\/50{
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}

.ring-offset-neutral-700\/60{
  --tw-ring-offset-color: rgb(64 64 64 / 0.6);
}

.ring-offset-neutral-700\/70{
  --tw-ring-offset-color: rgb(64 64 64 / 0.7);
}

.ring-offset-neutral-700\/75{
  --tw-ring-offset-color: rgb(64 64 64 / 0.75);
}

.ring-offset-neutral-700\/80{
  --tw-ring-offset-color: rgb(64 64 64 / 0.8);
}

.ring-offset-neutral-700\/90{
  --tw-ring-offset-color: rgb(64 64 64 / 0.9);
}

.ring-offset-neutral-700\/95{
  --tw-ring-offset-color: rgb(64 64 64 / 0.95);
}

.ring-offset-neutral-800{
  --tw-ring-offset-color: #262626;
}

.ring-offset-neutral-800\/0{
  --tw-ring-offset-color: rgb(38 38 38 / 0);
}

.ring-offset-neutral-800\/10{
  --tw-ring-offset-color: rgb(38 38 38 / 0.1);
}

.ring-offset-neutral-800\/100{
  --tw-ring-offset-color: rgb(38 38 38 / 1);
}

.ring-offset-neutral-800\/20{
  --tw-ring-offset-color: rgb(38 38 38 / 0.2);
}

.ring-offset-neutral-800\/25{
  --tw-ring-offset-color: rgb(38 38 38 / 0.25);
}

.ring-offset-neutral-800\/30{
  --tw-ring-offset-color: rgb(38 38 38 / 0.3);
}

.ring-offset-neutral-800\/40{
  --tw-ring-offset-color: rgb(38 38 38 / 0.4);
}

.ring-offset-neutral-800\/5{
  --tw-ring-offset-color: rgb(38 38 38 / 0.05);
}

.ring-offset-neutral-800\/50{
  --tw-ring-offset-color: rgb(38 38 38 / 0.5);
}

.ring-offset-neutral-800\/60{
  --tw-ring-offset-color: rgb(38 38 38 / 0.6);
}

.ring-offset-neutral-800\/70{
  --tw-ring-offset-color: rgb(38 38 38 / 0.7);
}

.ring-offset-neutral-800\/75{
  --tw-ring-offset-color: rgb(38 38 38 / 0.75);
}

.ring-offset-neutral-800\/80{
  --tw-ring-offset-color: rgb(38 38 38 / 0.8);
}

.ring-offset-neutral-800\/90{
  --tw-ring-offset-color: rgb(38 38 38 / 0.9);
}

.ring-offset-neutral-800\/95{
  --tw-ring-offset-color: rgb(38 38 38 / 0.95);
}

.ring-offset-neutral-900{
  --tw-ring-offset-color: #171717;
}

.ring-offset-neutral-900\/0{
  --tw-ring-offset-color: rgb(23 23 23 / 0);
}

.ring-offset-neutral-900\/10{
  --tw-ring-offset-color: rgb(23 23 23 / 0.1);
}

.ring-offset-neutral-900\/100{
  --tw-ring-offset-color: rgb(23 23 23 / 1);
}

.ring-offset-neutral-900\/20{
  --tw-ring-offset-color: rgb(23 23 23 / 0.2);
}

.ring-offset-neutral-900\/25{
  --tw-ring-offset-color: rgb(23 23 23 / 0.25);
}

.ring-offset-neutral-900\/30{
  --tw-ring-offset-color: rgb(23 23 23 / 0.3);
}

.ring-offset-neutral-900\/40{
  --tw-ring-offset-color: rgb(23 23 23 / 0.4);
}

.ring-offset-neutral-900\/5{
  --tw-ring-offset-color: rgb(23 23 23 / 0.05);
}

.ring-offset-neutral-900\/50{
  --tw-ring-offset-color: rgb(23 23 23 / 0.5);
}

.ring-offset-neutral-900\/60{
  --tw-ring-offset-color: rgb(23 23 23 / 0.6);
}

.ring-offset-neutral-900\/70{
  --tw-ring-offset-color: rgb(23 23 23 / 0.7);
}

.ring-offset-neutral-900\/75{
  --tw-ring-offset-color: rgb(23 23 23 / 0.75);
}

.ring-offset-neutral-900\/80{
  --tw-ring-offset-color: rgb(23 23 23 / 0.8);
}

.ring-offset-neutral-900\/90{
  --tw-ring-offset-color: rgb(23 23 23 / 0.9);
}

.ring-offset-neutral-900\/95{
  --tw-ring-offset-color: rgb(23 23 23 / 0.95);
}

.ring-offset-neutral-950{
  --tw-ring-offset-color: #0a0a0a;
}

.ring-offset-neutral-950\/0{
  --tw-ring-offset-color: rgb(10 10 10 / 0);
}

.ring-offset-neutral-950\/10{
  --tw-ring-offset-color: rgb(10 10 10 / 0.1);
}

.ring-offset-neutral-950\/100{
  --tw-ring-offset-color: rgb(10 10 10 / 1);
}

.ring-offset-neutral-950\/20{
  --tw-ring-offset-color: rgb(10 10 10 / 0.2);
}

.ring-offset-neutral-950\/25{
  --tw-ring-offset-color: rgb(10 10 10 / 0.25);
}

.ring-offset-neutral-950\/30{
  --tw-ring-offset-color: rgb(10 10 10 / 0.3);
}

.ring-offset-neutral-950\/40{
  --tw-ring-offset-color: rgb(10 10 10 / 0.4);
}

.ring-offset-neutral-950\/5{
  --tw-ring-offset-color: rgb(10 10 10 / 0.05);
}

.ring-offset-neutral-950\/50{
  --tw-ring-offset-color: rgb(10 10 10 / 0.5);
}

.ring-offset-neutral-950\/60{
  --tw-ring-offset-color: rgb(10 10 10 / 0.6);
}

.ring-offset-neutral-950\/70{
  --tw-ring-offset-color: rgb(10 10 10 / 0.7);
}

.ring-offset-neutral-950\/75{
  --tw-ring-offset-color: rgb(10 10 10 / 0.75);
}

.ring-offset-neutral-950\/80{
  --tw-ring-offset-color: rgb(10 10 10 / 0.8);
}

.ring-offset-neutral-950\/90{
  --tw-ring-offset-color: rgb(10 10 10 / 0.9);
}

.ring-offset-neutral-950\/95{
  --tw-ring-offset-color: rgb(10 10 10 / 0.95);
}

.ring-offset-orange-100{
  --tw-ring-offset-color: #ffedd5;
}

.ring-offset-orange-100\/0{
  --tw-ring-offset-color: rgb(255 237 213 / 0);
}

.ring-offset-orange-100\/10{
  --tw-ring-offset-color: rgb(255 237 213 / 0.1);
}

.ring-offset-orange-100\/100{
  --tw-ring-offset-color: rgb(255 237 213 / 1);
}

.ring-offset-orange-100\/20{
  --tw-ring-offset-color: rgb(255 237 213 / 0.2);
}

.ring-offset-orange-100\/25{
  --tw-ring-offset-color: rgb(255 237 213 / 0.25);
}

.ring-offset-orange-100\/30{
  --tw-ring-offset-color: rgb(255 237 213 / 0.3);
}

.ring-offset-orange-100\/40{
  --tw-ring-offset-color: rgb(255 237 213 / 0.4);
}

.ring-offset-orange-100\/5{
  --tw-ring-offset-color: rgb(255 237 213 / 0.05);
}

.ring-offset-orange-100\/50{
  --tw-ring-offset-color: rgb(255 237 213 / 0.5);
}

.ring-offset-orange-100\/60{
  --tw-ring-offset-color: rgb(255 237 213 / 0.6);
}

.ring-offset-orange-100\/70{
  --tw-ring-offset-color: rgb(255 237 213 / 0.7);
}

.ring-offset-orange-100\/75{
  --tw-ring-offset-color: rgb(255 237 213 / 0.75);
}

.ring-offset-orange-100\/80{
  --tw-ring-offset-color: rgb(255 237 213 / 0.8);
}

.ring-offset-orange-100\/90{
  --tw-ring-offset-color: rgb(255 237 213 / 0.9);
}

.ring-offset-orange-100\/95{
  --tw-ring-offset-color: rgb(255 237 213 / 0.95);
}

.ring-offset-orange-200{
  --tw-ring-offset-color: #fed7aa;
}

.ring-offset-orange-200\/0{
  --tw-ring-offset-color: rgb(254 215 170 / 0);
}

.ring-offset-orange-200\/10{
  --tw-ring-offset-color: rgb(254 215 170 / 0.1);
}

.ring-offset-orange-200\/100{
  --tw-ring-offset-color: rgb(254 215 170 / 1);
}

.ring-offset-orange-200\/20{
  --tw-ring-offset-color: rgb(254 215 170 / 0.2);
}

.ring-offset-orange-200\/25{
  --tw-ring-offset-color: rgb(254 215 170 / 0.25);
}

.ring-offset-orange-200\/30{
  --tw-ring-offset-color: rgb(254 215 170 / 0.3);
}

.ring-offset-orange-200\/40{
  --tw-ring-offset-color: rgb(254 215 170 / 0.4);
}

.ring-offset-orange-200\/5{
  --tw-ring-offset-color: rgb(254 215 170 / 0.05);
}

.ring-offset-orange-200\/50{
  --tw-ring-offset-color: rgb(254 215 170 / 0.5);
}

.ring-offset-orange-200\/60{
  --tw-ring-offset-color: rgb(254 215 170 / 0.6);
}

.ring-offset-orange-200\/70{
  --tw-ring-offset-color: rgb(254 215 170 / 0.7);
}

.ring-offset-orange-200\/75{
  --tw-ring-offset-color: rgb(254 215 170 / 0.75);
}

.ring-offset-orange-200\/80{
  --tw-ring-offset-color: rgb(254 215 170 / 0.8);
}

.ring-offset-orange-200\/90{
  --tw-ring-offset-color: rgb(254 215 170 / 0.9);
}

.ring-offset-orange-200\/95{
  --tw-ring-offset-color: rgb(254 215 170 / 0.95);
}

.ring-offset-orange-300{
  --tw-ring-offset-color: #fdba74;
}

.ring-offset-orange-300\/0{
  --tw-ring-offset-color: rgb(253 186 116 / 0);
}

.ring-offset-orange-300\/10{
  --tw-ring-offset-color: rgb(253 186 116 / 0.1);
}

.ring-offset-orange-300\/100{
  --tw-ring-offset-color: rgb(253 186 116 / 1);
}

.ring-offset-orange-300\/20{
  --tw-ring-offset-color: rgb(253 186 116 / 0.2);
}

.ring-offset-orange-300\/25{
  --tw-ring-offset-color: rgb(253 186 116 / 0.25);
}

.ring-offset-orange-300\/30{
  --tw-ring-offset-color: rgb(253 186 116 / 0.3);
}

.ring-offset-orange-300\/40{
  --tw-ring-offset-color: rgb(253 186 116 / 0.4);
}

.ring-offset-orange-300\/5{
  --tw-ring-offset-color: rgb(253 186 116 / 0.05);
}

.ring-offset-orange-300\/50{
  --tw-ring-offset-color: rgb(253 186 116 / 0.5);
}

.ring-offset-orange-300\/60{
  --tw-ring-offset-color: rgb(253 186 116 / 0.6);
}

.ring-offset-orange-300\/70{
  --tw-ring-offset-color: rgb(253 186 116 / 0.7);
}

.ring-offset-orange-300\/75{
  --tw-ring-offset-color: rgb(253 186 116 / 0.75);
}

.ring-offset-orange-300\/80{
  --tw-ring-offset-color: rgb(253 186 116 / 0.8);
}

.ring-offset-orange-300\/90{
  --tw-ring-offset-color: rgb(253 186 116 / 0.9);
}

.ring-offset-orange-300\/95{
  --tw-ring-offset-color: rgb(253 186 116 / 0.95);
}

.ring-offset-orange-400{
  --tw-ring-offset-color: #fb923c;
}

.ring-offset-orange-400\/0{
  --tw-ring-offset-color: rgb(251 146 60 / 0);
}

.ring-offset-orange-400\/10{
  --tw-ring-offset-color: rgb(251 146 60 / 0.1);
}

.ring-offset-orange-400\/100{
  --tw-ring-offset-color: rgb(251 146 60 / 1);
}

.ring-offset-orange-400\/20{
  --tw-ring-offset-color: rgb(251 146 60 / 0.2);
}

.ring-offset-orange-400\/25{
  --tw-ring-offset-color: rgb(251 146 60 / 0.25);
}

.ring-offset-orange-400\/30{
  --tw-ring-offset-color: rgb(251 146 60 / 0.3);
}

.ring-offset-orange-400\/40{
  --tw-ring-offset-color: rgb(251 146 60 / 0.4);
}

.ring-offset-orange-400\/5{
  --tw-ring-offset-color: rgb(251 146 60 / 0.05);
}

.ring-offset-orange-400\/50{
  --tw-ring-offset-color: rgb(251 146 60 / 0.5);
}

.ring-offset-orange-400\/60{
  --tw-ring-offset-color: rgb(251 146 60 / 0.6);
}

.ring-offset-orange-400\/70{
  --tw-ring-offset-color: rgb(251 146 60 / 0.7);
}

.ring-offset-orange-400\/75{
  --tw-ring-offset-color: rgb(251 146 60 / 0.75);
}

.ring-offset-orange-400\/80{
  --tw-ring-offset-color: rgb(251 146 60 / 0.8);
}

.ring-offset-orange-400\/90{
  --tw-ring-offset-color: rgb(251 146 60 / 0.9);
}

.ring-offset-orange-400\/95{
  --tw-ring-offset-color: rgb(251 146 60 / 0.95);
}

.ring-offset-orange-50{
  --tw-ring-offset-color: #fff7ed;
}

.ring-offset-orange-50\/0{
  --tw-ring-offset-color: rgb(255 247 237 / 0);
}

.ring-offset-orange-50\/10{
  --tw-ring-offset-color: rgb(255 247 237 / 0.1);
}

.ring-offset-orange-50\/100{
  --tw-ring-offset-color: rgb(255 247 237 / 1);
}

.ring-offset-orange-50\/20{
  --tw-ring-offset-color: rgb(255 247 237 / 0.2);
}

.ring-offset-orange-50\/25{
  --tw-ring-offset-color: rgb(255 247 237 / 0.25);
}

.ring-offset-orange-50\/30{
  --tw-ring-offset-color: rgb(255 247 237 / 0.3);
}

.ring-offset-orange-50\/40{
  --tw-ring-offset-color: rgb(255 247 237 / 0.4);
}

.ring-offset-orange-50\/5{
  --tw-ring-offset-color: rgb(255 247 237 / 0.05);
}

.ring-offset-orange-50\/50{
  --tw-ring-offset-color: rgb(255 247 237 / 0.5);
}

.ring-offset-orange-50\/60{
  --tw-ring-offset-color: rgb(255 247 237 / 0.6);
}

.ring-offset-orange-50\/70{
  --tw-ring-offset-color: rgb(255 247 237 / 0.7);
}

.ring-offset-orange-50\/75{
  --tw-ring-offset-color: rgb(255 247 237 / 0.75);
}

.ring-offset-orange-50\/80{
  --tw-ring-offset-color: rgb(255 247 237 / 0.8);
}

.ring-offset-orange-50\/90{
  --tw-ring-offset-color: rgb(255 247 237 / 0.9);
}

.ring-offset-orange-50\/95{
  --tw-ring-offset-color: rgb(255 247 237 / 0.95);
}

.ring-offset-orange-500{
  --tw-ring-offset-color: #f97316;
}

.ring-offset-orange-500\/0{
  --tw-ring-offset-color: rgb(249 115 22 / 0);
}

.ring-offset-orange-500\/10{
  --tw-ring-offset-color: rgb(249 115 22 / 0.1);
}

.ring-offset-orange-500\/100{
  --tw-ring-offset-color: rgb(249 115 22 / 1);
}

.ring-offset-orange-500\/20{
  --tw-ring-offset-color: rgb(249 115 22 / 0.2);
}

.ring-offset-orange-500\/25{
  --tw-ring-offset-color: rgb(249 115 22 / 0.25);
}

.ring-offset-orange-500\/30{
  --tw-ring-offset-color: rgb(249 115 22 / 0.3);
}

.ring-offset-orange-500\/40{
  --tw-ring-offset-color: rgb(249 115 22 / 0.4);
}

.ring-offset-orange-500\/5{
  --tw-ring-offset-color: rgb(249 115 22 / 0.05);
}

.ring-offset-orange-500\/50{
  --tw-ring-offset-color: rgb(249 115 22 / 0.5);
}

.ring-offset-orange-500\/60{
  --tw-ring-offset-color: rgb(249 115 22 / 0.6);
}

.ring-offset-orange-500\/70{
  --tw-ring-offset-color: rgb(249 115 22 / 0.7);
}

.ring-offset-orange-500\/75{
  --tw-ring-offset-color: rgb(249 115 22 / 0.75);
}

.ring-offset-orange-500\/80{
  --tw-ring-offset-color: rgb(249 115 22 / 0.8);
}

.ring-offset-orange-500\/90{
  --tw-ring-offset-color: rgb(249 115 22 / 0.9);
}

.ring-offset-orange-500\/95{
  --tw-ring-offset-color: rgb(249 115 22 / 0.95);
}

.ring-offset-orange-600{
  --tw-ring-offset-color: #ea580c;
}

.ring-offset-orange-600\/0{
  --tw-ring-offset-color: rgb(234 88 12 / 0);
}

.ring-offset-orange-600\/10{
  --tw-ring-offset-color: rgb(234 88 12 / 0.1);
}

.ring-offset-orange-600\/100{
  --tw-ring-offset-color: rgb(234 88 12 / 1);
}

.ring-offset-orange-600\/20{
  --tw-ring-offset-color: rgb(234 88 12 / 0.2);
}

.ring-offset-orange-600\/25{
  --tw-ring-offset-color: rgb(234 88 12 / 0.25);
}

.ring-offset-orange-600\/30{
  --tw-ring-offset-color: rgb(234 88 12 / 0.3);
}

.ring-offset-orange-600\/40{
  --tw-ring-offset-color: rgb(234 88 12 / 0.4);
}

.ring-offset-orange-600\/5{
  --tw-ring-offset-color: rgb(234 88 12 / 0.05);
}

.ring-offset-orange-600\/50{
  --tw-ring-offset-color: rgb(234 88 12 / 0.5);
}

.ring-offset-orange-600\/60{
  --tw-ring-offset-color: rgb(234 88 12 / 0.6);
}

.ring-offset-orange-600\/70{
  --tw-ring-offset-color: rgb(234 88 12 / 0.7);
}

.ring-offset-orange-600\/75{
  --tw-ring-offset-color: rgb(234 88 12 / 0.75);
}

.ring-offset-orange-600\/80{
  --tw-ring-offset-color: rgb(234 88 12 / 0.8);
}

.ring-offset-orange-600\/90{
  --tw-ring-offset-color: rgb(234 88 12 / 0.9);
}

.ring-offset-orange-600\/95{
  --tw-ring-offset-color: rgb(234 88 12 / 0.95);
}

.ring-offset-orange-700{
  --tw-ring-offset-color: #c2410c;
}

.ring-offset-orange-700\/0{
  --tw-ring-offset-color: rgb(194 65 12 / 0);
}

.ring-offset-orange-700\/10{
  --tw-ring-offset-color: rgb(194 65 12 / 0.1);
}

.ring-offset-orange-700\/100{
  --tw-ring-offset-color: rgb(194 65 12 / 1);
}

.ring-offset-orange-700\/20{
  --tw-ring-offset-color: rgb(194 65 12 / 0.2);
}

.ring-offset-orange-700\/25{
  --tw-ring-offset-color: rgb(194 65 12 / 0.25);
}

.ring-offset-orange-700\/30{
  --tw-ring-offset-color: rgb(194 65 12 / 0.3);
}

.ring-offset-orange-700\/40{
  --tw-ring-offset-color: rgb(194 65 12 / 0.4);
}

.ring-offset-orange-700\/5{
  --tw-ring-offset-color: rgb(194 65 12 / 0.05);
}

.ring-offset-orange-700\/50{
  --tw-ring-offset-color: rgb(194 65 12 / 0.5);
}

.ring-offset-orange-700\/60{
  --tw-ring-offset-color: rgb(194 65 12 / 0.6);
}

.ring-offset-orange-700\/70{
  --tw-ring-offset-color: rgb(194 65 12 / 0.7);
}

.ring-offset-orange-700\/75{
  --tw-ring-offset-color: rgb(194 65 12 / 0.75);
}

.ring-offset-orange-700\/80{
  --tw-ring-offset-color: rgb(194 65 12 / 0.8);
}

.ring-offset-orange-700\/90{
  --tw-ring-offset-color: rgb(194 65 12 / 0.9);
}

.ring-offset-orange-700\/95{
  --tw-ring-offset-color: rgb(194 65 12 / 0.95);
}

.ring-offset-orange-800{
  --tw-ring-offset-color: #9a3412;
}

.ring-offset-orange-800\/0{
  --tw-ring-offset-color: rgb(154 52 18 / 0);
}

.ring-offset-orange-800\/10{
  --tw-ring-offset-color: rgb(154 52 18 / 0.1);
}

.ring-offset-orange-800\/100{
  --tw-ring-offset-color: rgb(154 52 18 / 1);
}

.ring-offset-orange-800\/20{
  --tw-ring-offset-color: rgb(154 52 18 / 0.2);
}

.ring-offset-orange-800\/25{
  --tw-ring-offset-color: rgb(154 52 18 / 0.25);
}

.ring-offset-orange-800\/30{
  --tw-ring-offset-color: rgb(154 52 18 / 0.3);
}

.ring-offset-orange-800\/40{
  --tw-ring-offset-color: rgb(154 52 18 / 0.4);
}

.ring-offset-orange-800\/5{
  --tw-ring-offset-color: rgb(154 52 18 / 0.05);
}

.ring-offset-orange-800\/50{
  --tw-ring-offset-color: rgb(154 52 18 / 0.5);
}

.ring-offset-orange-800\/60{
  --tw-ring-offset-color: rgb(154 52 18 / 0.6);
}

.ring-offset-orange-800\/70{
  --tw-ring-offset-color: rgb(154 52 18 / 0.7);
}

.ring-offset-orange-800\/75{
  --tw-ring-offset-color: rgb(154 52 18 / 0.75);
}

.ring-offset-orange-800\/80{
  --tw-ring-offset-color: rgb(154 52 18 / 0.8);
}

.ring-offset-orange-800\/90{
  --tw-ring-offset-color: rgb(154 52 18 / 0.9);
}

.ring-offset-orange-800\/95{
  --tw-ring-offset-color: rgb(154 52 18 / 0.95);
}

.ring-offset-orange-900{
  --tw-ring-offset-color: #7c2d12;
}

.ring-offset-orange-900\/0{
  --tw-ring-offset-color: rgb(124 45 18 / 0);
}

.ring-offset-orange-900\/10{
  --tw-ring-offset-color: rgb(124 45 18 / 0.1);
}

.ring-offset-orange-900\/100{
  --tw-ring-offset-color: rgb(124 45 18 / 1);
}

.ring-offset-orange-900\/20{
  --tw-ring-offset-color: rgb(124 45 18 / 0.2);
}

.ring-offset-orange-900\/25{
  --tw-ring-offset-color: rgb(124 45 18 / 0.25);
}

.ring-offset-orange-900\/30{
  --tw-ring-offset-color: rgb(124 45 18 / 0.3);
}

.ring-offset-orange-900\/40{
  --tw-ring-offset-color: rgb(124 45 18 / 0.4);
}

.ring-offset-orange-900\/5{
  --tw-ring-offset-color: rgb(124 45 18 / 0.05);
}

.ring-offset-orange-900\/50{
  --tw-ring-offset-color: rgb(124 45 18 / 0.5);
}

.ring-offset-orange-900\/60{
  --tw-ring-offset-color: rgb(124 45 18 / 0.6);
}

.ring-offset-orange-900\/70{
  --tw-ring-offset-color: rgb(124 45 18 / 0.7);
}

.ring-offset-orange-900\/75{
  --tw-ring-offset-color: rgb(124 45 18 / 0.75);
}

.ring-offset-orange-900\/80{
  --tw-ring-offset-color: rgb(124 45 18 / 0.8);
}

.ring-offset-orange-900\/90{
  --tw-ring-offset-color: rgb(124 45 18 / 0.9);
}

.ring-offset-orange-900\/95{
  --tw-ring-offset-color: rgb(124 45 18 / 0.95);
}

.ring-offset-orange-950{
  --tw-ring-offset-color: #431407;
}

.ring-offset-orange-950\/0{
  --tw-ring-offset-color: rgb(67 20 7 / 0);
}

.ring-offset-orange-950\/10{
  --tw-ring-offset-color: rgb(67 20 7 / 0.1);
}

.ring-offset-orange-950\/100{
  --tw-ring-offset-color: rgb(67 20 7 / 1);
}

.ring-offset-orange-950\/20{
  --tw-ring-offset-color: rgb(67 20 7 / 0.2);
}

.ring-offset-orange-950\/25{
  --tw-ring-offset-color: rgb(67 20 7 / 0.25);
}

.ring-offset-orange-950\/30{
  --tw-ring-offset-color: rgb(67 20 7 / 0.3);
}

.ring-offset-orange-950\/40{
  --tw-ring-offset-color: rgb(67 20 7 / 0.4);
}

.ring-offset-orange-950\/5{
  --tw-ring-offset-color: rgb(67 20 7 / 0.05);
}

.ring-offset-orange-950\/50{
  --tw-ring-offset-color: rgb(67 20 7 / 0.5);
}

.ring-offset-orange-950\/60{
  --tw-ring-offset-color: rgb(67 20 7 / 0.6);
}

.ring-offset-orange-950\/70{
  --tw-ring-offset-color: rgb(67 20 7 / 0.7);
}

.ring-offset-orange-950\/75{
  --tw-ring-offset-color: rgb(67 20 7 / 0.75);
}

.ring-offset-orange-950\/80{
  --tw-ring-offset-color: rgb(67 20 7 / 0.8);
}

.ring-offset-orange-950\/90{
  --tw-ring-offset-color: rgb(67 20 7 / 0.9);
}

.ring-offset-orange-950\/95{
  --tw-ring-offset-color: rgb(67 20 7 / 0.95);
}

.ring-offset-pink-100{
  --tw-ring-offset-color: #fce7f3;
}

.ring-offset-pink-100\/0{
  --tw-ring-offset-color: rgb(252 231 243 / 0);
}

.ring-offset-pink-100\/10{
  --tw-ring-offset-color: rgb(252 231 243 / 0.1);
}

.ring-offset-pink-100\/100{
  --tw-ring-offset-color: rgb(252 231 243 / 1);
}

.ring-offset-pink-100\/20{
  --tw-ring-offset-color: rgb(252 231 243 / 0.2);
}

.ring-offset-pink-100\/25{
  --tw-ring-offset-color: rgb(252 231 243 / 0.25);
}

.ring-offset-pink-100\/30{
  --tw-ring-offset-color: rgb(252 231 243 / 0.3);
}

.ring-offset-pink-100\/40{
  --tw-ring-offset-color: rgb(252 231 243 / 0.4);
}

.ring-offset-pink-100\/5{
  --tw-ring-offset-color: rgb(252 231 243 / 0.05);
}

.ring-offset-pink-100\/50{
  --tw-ring-offset-color: rgb(252 231 243 / 0.5);
}

.ring-offset-pink-100\/60{
  --tw-ring-offset-color: rgb(252 231 243 / 0.6);
}

.ring-offset-pink-100\/70{
  --tw-ring-offset-color: rgb(252 231 243 / 0.7);
}

.ring-offset-pink-100\/75{
  --tw-ring-offset-color: rgb(252 231 243 / 0.75);
}

.ring-offset-pink-100\/80{
  --tw-ring-offset-color: rgb(252 231 243 / 0.8);
}

.ring-offset-pink-100\/90{
  --tw-ring-offset-color: rgb(252 231 243 / 0.9);
}

.ring-offset-pink-100\/95{
  --tw-ring-offset-color: rgb(252 231 243 / 0.95);
}

.ring-offset-pink-200{
  --tw-ring-offset-color: #fbcfe8;
}

.ring-offset-pink-200\/0{
  --tw-ring-offset-color: rgb(251 207 232 / 0);
}

.ring-offset-pink-200\/10{
  --tw-ring-offset-color: rgb(251 207 232 / 0.1);
}

.ring-offset-pink-200\/100{
  --tw-ring-offset-color: rgb(251 207 232 / 1);
}

.ring-offset-pink-200\/20{
  --tw-ring-offset-color: rgb(251 207 232 / 0.2);
}

.ring-offset-pink-200\/25{
  --tw-ring-offset-color: rgb(251 207 232 / 0.25);
}

.ring-offset-pink-200\/30{
  --tw-ring-offset-color: rgb(251 207 232 / 0.3);
}

.ring-offset-pink-200\/40{
  --tw-ring-offset-color: rgb(251 207 232 / 0.4);
}

.ring-offset-pink-200\/5{
  --tw-ring-offset-color: rgb(251 207 232 / 0.05);
}

.ring-offset-pink-200\/50{
  --tw-ring-offset-color: rgb(251 207 232 / 0.5);
}

.ring-offset-pink-200\/60{
  --tw-ring-offset-color: rgb(251 207 232 / 0.6);
}

.ring-offset-pink-200\/70{
  --tw-ring-offset-color: rgb(251 207 232 / 0.7);
}

.ring-offset-pink-200\/75{
  --tw-ring-offset-color: rgb(251 207 232 / 0.75);
}

.ring-offset-pink-200\/80{
  --tw-ring-offset-color: rgb(251 207 232 / 0.8);
}

.ring-offset-pink-200\/90{
  --tw-ring-offset-color: rgb(251 207 232 / 0.9);
}

.ring-offset-pink-200\/95{
  --tw-ring-offset-color: rgb(251 207 232 / 0.95);
}

.ring-offset-pink-300{
  --tw-ring-offset-color: #f9a8d4;
}

.ring-offset-pink-300\/0{
  --tw-ring-offset-color: rgb(249 168 212 / 0);
}

.ring-offset-pink-300\/10{
  --tw-ring-offset-color: rgb(249 168 212 / 0.1);
}

.ring-offset-pink-300\/100{
  --tw-ring-offset-color: rgb(249 168 212 / 1);
}

.ring-offset-pink-300\/20{
  --tw-ring-offset-color: rgb(249 168 212 / 0.2);
}

.ring-offset-pink-300\/25{
  --tw-ring-offset-color: rgb(249 168 212 / 0.25);
}

.ring-offset-pink-300\/30{
  --tw-ring-offset-color: rgb(249 168 212 / 0.3);
}

.ring-offset-pink-300\/40{
  --tw-ring-offset-color: rgb(249 168 212 / 0.4);
}

.ring-offset-pink-300\/5{
  --tw-ring-offset-color: rgb(249 168 212 / 0.05);
}

.ring-offset-pink-300\/50{
  --tw-ring-offset-color: rgb(249 168 212 / 0.5);
}

.ring-offset-pink-300\/60{
  --tw-ring-offset-color: rgb(249 168 212 / 0.6);
}

.ring-offset-pink-300\/70{
  --tw-ring-offset-color: rgb(249 168 212 / 0.7);
}

.ring-offset-pink-300\/75{
  --tw-ring-offset-color: rgb(249 168 212 / 0.75);
}

.ring-offset-pink-300\/80{
  --tw-ring-offset-color: rgb(249 168 212 / 0.8);
}

.ring-offset-pink-300\/90{
  --tw-ring-offset-color: rgb(249 168 212 / 0.9);
}

.ring-offset-pink-300\/95{
  --tw-ring-offset-color: rgb(249 168 212 / 0.95);
}

.ring-offset-pink-400{
  --tw-ring-offset-color: #f472b6;
}

.ring-offset-pink-400\/0{
  --tw-ring-offset-color: rgb(244 114 182 / 0);
}

.ring-offset-pink-400\/10{
  --tw-ring-offset-color: rgb(244 114 182 / 0.1);
}

.ring-offset-pink-400\/100{
  --tw-ring-offset-color: rgb(244 114 182 / 1);
}

.ring-offset-pink-400\/20{
  --tw-ring-offset-color: rgb(244 114 182 / 0.2);
}

.ring-offset-pink-400\/25{
  --tw-ring-offset-color: rgb(244 114 182 / 0.25);
}

.ring-offset-pink-400\/30{
  --tw-ring-offset-color: rgb(244 114 182 / 0.3);
}

.ring-offset-pink-400\/40{
  --tw-ring-offset-color: rgb(244 114 182 / 0.4);
}

.ring-offset-pink-400\/5{
  --tw-ring-offset-color: rgb(244 114 182 / 0.05);
}

.ring-offset-pink-400\/50{
  --tw-ring-offset-color: rgb(244 114 182 / 0.5);
}

.ring-offset-pink-400\/60{
  --tw-ring-offset-color: rgb(244 114 182 / 0.6);
}

.ring-offset-pink-400\/70{
  --tw-ring-offset-color: rgb(244 114 182 / 0.7);
}

.ring-offset-pink-400\/75{
  --tw-ring-offset-color: rgb(244 114 182 / 0.75);
}

.ring-offset-pink-400\/80{
  --tw-ring-offset-color: rgb(244 114 182 / 0.8);
}

.ring-offset-pink-400\/90{
  --tw-ring-offset-color: rgb(244 114 182 / 0.9);
}

.ring-offset-pink-400\/95{
  --tw-ring-offset-color: rgb(244 114 182 / 0.95);
}

.ring-offset-pink-50{
  --tw-ring-offset-color: #fdf2f8;
}

.ring-offset-pink-50\/0{
  --tw-ring-offset-color: rgb(253 242 248 / 0);
}

.ring-offset-pink-50\/10{
  --tw-ring-offset-color: rgb(253 242 248 / 0.1);
}

.ring-offset-pink-50\/100{
  --tw-ring-offset-color: rgb(253 242 248 / 1);
}

.ring-offset-pink-50\/20{
  --tw-ring-offset-color: rgb(253 242 248 / 0.2);
}

.ring-offset-pink-50\/25{
  --tw-ring-offset-color: rgb(253 242 248 / 0.25);
}

.ring-offset-pink-50\/30{
  --tw-ring-offset-color: rgb(253 242 248 / 0.3);
}

.ring-offset-pink-50\/40{
  --tw-ring-offset-color: rgb(253 242 248 / 0.4);
}

.ring-offset-pink-50\/5{
  --tw-ring-offset-color: rgb(253 242 248 / 0.05);
}

.ring-offset-pink-50\/50{
  --tw-ring-offset-color: rgb(253 242 248 / 0.5);
}

.ring-offset-pink-50\/60{
  --tw-ring-offset-color: rgb(253 242 248 / 0.6);
}

.ring-offset-pink-50\/70{
  --tw-ring-offset-color: rgb(253 242 248 / 0.7);
}

.ring-offset-pink-50\/75{
  --tw-ring-offset-color: rgb(253 242 248 / 0.75);
}

.ring-offset-pink-50\/80{
  --tw-ring-offset-color: rgb(253 242 248 / 0.8);
}

.ring-offset-pink-50\/90{
  --tw-ring-offset-color: rgb(253 242 248 / 0.9);
}

.ring-offset-pink-50\/95{
  --tw-ring-offset-color: rgb(253 242 248 / 0.95);
}

.ring-offset-pink-500{
  --tw-ring-offset-color: #ec4899;
}

.ring-offset-pink-500\/0{
  --tw-ring-offset-color: rgb(236 72 153 / 0);
}

.ring-offset-pink-500\/10{
  --tw-ring-offset-color: rgb(236 72 153 / 0.1);
}

.ring-offset-pink-500\/100{
  --tw-ring-offset-color: rgb(236 72 153 / 1);
}

.ring-offset-pink-500\/20{
  --tw-ring-offset-color: rgb(236 72 153 / 0.2);
}

.ring-offset-pink-500\/25{
  --tw-ring-offset-color: rgb(236 72 153 / 0.25);
}

.ring-offset-pink-500\/30{
  --tw-ring-offset-color: rgb(236 72 153 / 0.3);
}

.ring-offset-pink-500\/40{
  --tw-ring-offset-color: rgb(236 72 153 / 0.4);
}

.ring-offset-pink-500\/5{
  --tw-ring-offset-color: rgb(236 72 153 / 0.05);
}

.ring-offset-pink-500\/50{
  --tw-ring-offset-color: rgb(236 72 153 / 0.5);
}

.ring-offset-pink-500\/60{
  --tw-ring-offset-color: rgb(236 72 153 / 0.6);
}

.ring-offset-pink-500\/70{
  --tw-ring-offset-color: rgb(236 72 153 / 0.7);
}

.ring-offset-pink-500\/75{
  --tw-ring-offset-color: rgb(236 72 153 / 0.75);
}

.ring-offset-pink-500\/80{
  --tw-ring-offset-color: rgb(236 72 153 / 0.8);
}

.ring-offset-pink-500\/90{
  --tw-ring-offset-color: rgb(236 72 153 / 0.9);
}

.ring-offset-pink-500\/95{
  --tw-ring-offset-color: rgb(236 72 153 / 0.95);
}

.ring-offset-pink-600{
  --tw-ring-offset-color: #db2777;
}

.ring-offset-pink-600\/0{
  --tw-ring-offset-color: rgb(219 39 119 / 0);
}

.ring-offset-pink-600\/10{
  --tw-ring-offset-color: rgb(219 39 119 / 0.1);
}

.ring-offset-pink-600\/100{
  --tw-ring-offset-color: rgb(219 39 119 / 1);
}

.ring-offset-pink-600\/20{
  --tw-ring-offset-color: rgb(219 39 119 / 0.2);
}

.ring-offset-pink-600\/25{
  --tw-ring-offset-color: rgb(219 39 119 / 0.25);
}

.ring-offset-pink-600\/30{
  --tw-ring-offset-color: rgb(219 39 119 / 0.3);
}

.ring-offset-pink-600\/40{
  --tw-ring-offset-color: rgb(219 39 119 / 0.4);
}

.ring-offset-pink-600\/5{
  --tw-ring-offset-color: rgb(219 39 119 / 0.05);
}

.ring-offset-pink-600\/50{
  --tw-ring-offset-color: rgb(219 39 119 / 0.5);
}

.ring-offset-pink-600\/60{
  --tw-ring-offset-color: rgb(219 39 119 / 0.6);
}

.ring-offset-pink-600\/70{
  --tw-ring-offset-color: rgb(219 39 119 / 0.7);
}

.ring-offset-pink-600\/75{
  --tw-ring-offset-color: rgb(219 39 119 / 0.75);
}

.ring-offset-pink-600\/80{
  --tw-ring-offset-color: rgb(219 39 119 / 0.8);
}

.ring-offset-pink-600\/90{
  --tw-ring-offset-color: rgb(219 39 119 / 0.9);
}

.ring-offset-pink-600\/95{
  --tw-ring-offset-color: rgb(219 39 119 / 0.95);
}

.ring-offset-pink-700{
  --tw-ring-offset-color: #be185d;
}

.ring-offset-pink-700\/0{
  --tw-ring-offset-color: rgb(190 24 93 / 0);
}

.ring-offset-pink-700\/10{
  --tw-ring-offset-color: rgb(190 24 93 / 0.1);
}

.ring-offset-pink-700\/100{
  --tw-ring-offset-color: rgb(190 24 93 / 1);
}

.ring-offset-pink-700\/20{
  --tw-ring-offset-color: rgb(190 24 93 / 0.2);
}

.ring-offset-pink-700\/25{
  --tw-ring-offset-color: rgb(190 24 93 / 0.25);
}

.ring-offset-pink-700\/30{
  --tw-ring-offset-color: rgb(190 24 93 / 0.3);
}

.ring-offset-pink-700\/40{
  --tw-ring-offset-color: rgb(190 24 93 / 0.4);
}

.ring-offset-pink-700\/5{
  --tw-ring-offset-color: rgb(190 24 93 / 0.05);
}

.ring-offset-pink-700\/50{
  --tw-ring-offset-color: rgb(190 24 93 / 0.5);
}

.ring-offset-pink-700\/60{
  --tw-ring-offset-color: rgb(190 24 93 / 0.6);
}

.ring-offset-pink-700\/70{
  --tw-ring-offset-color: rgb(190 24 93 / 0.7);
}

.ring-offset-pink-700\/75{
  --tw-ring-offset-color: rgb(190 24 93 / 0.75);
}

.ring-offset-pink-700\/80{
  --tw-ring-offset-color: rgb(190 24 93 / 0.8);
}

.ring-offset-pink-700\/90{
  --tw-ring-offset-color: rgb(190 24 93 / 0.9);
}

.ring-offset-pink-700\/95{
  --tw-ring-offset-color: rgb(190 24 93 / 0.95);
}

.ring-offset-pink-800{
  --tw-ring-offset-color: #9d174d;
}

.ring-offset-pink-800\/0{
  --tw-ring-offset-color: rgb(157 23 77 / 0);
}

.ring-offset-pink-800\/10{
  --tw-ring-offset-color: rgb(157 23 77 / 0.1);
}

.ring-offset-pink-800\/100{
  --tw-ring-offset-color: rgb(157 23 77 / 1);
}

.ring-offset-pink-800\/20{
  --tw-ring-offset-color: rgb(157 23 77 / 0.2);
}

.ring-offset-pink-800\/25{
  --tw-ring-offset-color: rgb(157 23 77 / 0.25);
}

.ring-offset-pink-800\/30{
  --tw-ring-offset-color: rgb(157 23 77 / 0.3);
}

.ring-offset-pink-800\/40{
  --tw-ring-offset-color: rgb(157 23 77 / 0.4);
}

.ring-offset-pink-800\/5{
  --tw-ring-offset-color: rgb(157 23 77 / 0.05);
}

.ring-offset-pink-800\/50{
  --tw-ring-offset-color: rgb(157 23 77 / 0.5);
}

.ring-offset-pink-800\/60{
  --tw-ring-offset-color: rgb(157 23 77 / 0.6);
}

.ring-offset-pink-800\/70{
  --tw-ring-offset-color: rgb(157 23 77 / 0.7);
}

.ring-offset-pink-800\/75{
  --tw-ring-offset-color: rgb(157 23 77 / 0.75);
}

.ring-offset-pink-800\/80{
  --tw-ring-offset-color: rgb(157 23 77 / 0.8);
}

.ring-offset-pink-800\/90{
  --tw-ring-offset-color: rgb(157 23 77 / 0.9);
}

.ring-offset-pink-800\/95{
  --tw-ring-offset-color: rgb(157 23 77 / 0.95);
}

.ring-offset-pink-900{
  --tw-ring-offset-color: #831843;
}

.ring-offset-pink-900\/0{
  --tw-ring-offset-color: rgb(131 24 67 / 0);
}

.ring-offset-pink-900\/10{
  --tw-ring-offset-color: rgb(131 24 67 / 0.1);
}

.ring-offset-pink-900\/100{
  --tw-ring-offset-color: rgb(131 24 67 / 1);
}

.ring-offset-pink-900\/20{
  --tw-ring-offset-color: rgb(131 24 67 / 0.2);
}

.ring-offset-pink-900\/25{
  --tw-ring-offset-color: rgb(131 24 67 / 0.25);
}

.ring-offset-pink-900\/30{
  --tw-ring-offset-color: rgb(131 24 67 / 0.3);
}

.ring-offset-pink-900\/40{
  --tw-ring-offset-color: rgb(131 24 67 / 0.4);
}

.ring-offset-pink-900\/5{
  --tw-ring-offset-color: rgb(131 24 67 / 0.05);
}

.ring-offset-pink-900\/50{
  --tw-ring-offset-color: rgb(131 24 67 / 0.5);
}

.ring-offset-pink-900\/60{
  --tw-ring-offset-color: rgb(131 24 67 / 0.6);
}

.ring-offset-pink-900\/70{
  --tw-ring-offset-color: rgb(131 24 67 / 0.7);
}

.ring-offset-pink-900\/75{
  --tw-ring-offset-color: rgb(131 24 67 / 0.75);
}

.ring-offset-pink-900\/80{
  --tw-ring-offset-color: rgb(131 24 67 / 0.8);
}

.ring-offset-pink-900\/90{
  --tw-ring-offset-color: rgb(131 24 67 / 0.9);
}

.ring-offset-pink-900\/95{
  --tw-ring-offset-color: rgb(131 24 67 / 0.95);
}

.ring-offset-pink-950{
  --tw-ring-offset-color: #500724;
}

.ring-offset-pink-950\/0{
  --tw-ring-offset-color: rgb(80 7 36 / 0);
}

.ring-offset-pink-950\/10{
  --tw-ring-offset-color: rgb(80 7 36 / 0.1);
}

.ring-offset-pink-950\/100{
  --tw-ring-offset-color: rgb(80 7 36 / 1);
}

.ring-offset-pink-950\/20{
  --tw-ring-offset-color: rgb(80 7 36 / 0.2);
}

.ring-offset-pink-950\/25{
  --tw-ring-offset-color: rgb(80 7 36 / 0.25);
}

.ring-offset-pink-950\/30{
  --tw-ring-offset-color: rgb(80 7 36 / 0.3);
}

.ring-offset-pink-950\/40{
  --tw-ring-offset-color: rgb(80 7 36 / 0.4);
}

.ring-offset-pink-950\/5{
  --tw-ring-offset-color: rgb(80 7 36 / 0.05);
}

.ring-offset-pink-950\/50{
  --tw-ring-offset-color: rgb(80 7 36 / 0.5);
}

.ring-offset-pink-950\/60{
  --tw-ring-offset-color: rgb(80 7 36 / 0.6);
}

.ring-offset-pink-950\/70{
  --tw-ring-offset-color: rgb(80 7 36 / 0.7);
}

.ring-offset-pink-950\/75{
  --tw-ring-offset-color: rgb(80 7 36 / 0.75);
}

.ring-offset-pink-950\/80{
  --tw-ring-offset-color: rgb(80 7 36 / 0.8);
}

.ring-offset-pink-950\/90{
  --tw-ring-offset-color: rgb(80 7 36 / 0.9);
}

.ring-offset-pink-950\/95{
  --tw-ring-offset-color: rgb(80 7 36 / 0.95);
}

.ring-offset-purple-100{
  --tw-ring-offset-color: #f3e8ff;
}

.ring-offset-purple-100\/0{
  --tw-ring-offset-color: rgb(243 232 255 / 0);
}

.ring-offset-purple-100\/10{
  --tw-ring-offset-color: rgb(243 232 255 / 0.1);
}

.ring-offset-purple-100\/100{
  --tw-ring-offset-color: rgb(243 232 255 / 1);
}

.ring-offset-purple-100\/20{
  --tw-ring-offset-color: rgb(243 232 255 / 0.2);
}

.ring-offset-purple-100\/25{
  --tw-ring-offset-color: rgb(243 232 255 / 0.25);
}

.ring-offset-purple-100\/30{
  --tw-ring-offset-color: rgb(243 232 255 / 0.3);
}

.ring-offset-purple-100\/40{
  --tw-ring-offset-color: rgb(243 232 255 / 0.4);
}

.ring-offset-purple-100\/5{
  --tw-ring-offset-color: rgb(243 232 255 / 0.05);
}

.ring-offset-purple-100\/50{
  --tw-ring-offset-color: rgb(243 232 255 / 0.5);
}

.ring-offset-purple-100\/60{
  --tw-ring-offset-color: rgb(243 232 255 / 0.6);
}

.ring-offset-purple-100\/70{
  --tw-ring-offset-color: rgb(243 232 255 / 0.7);
}

.ring-offset-purple-100\/75{
  --tw-ring-offset-color: rgb(243 232 255 / 0.75);
}

.ring-offset-purple-100\/80{
  --tw-ring-offset-color: rgb(243 232 255 / 0.8);
}

.ring-offset-purple-100\/90{
  --tw-ring-offset-color: rgb(243 232 255 / 0.9);
}

.ring-offset-purple-100\/95{
  --tw-ring-offset-color: rgb(243 232 255 / 0.95);
}

.ring-offset-purple-200{
  --tw-ring-offset-color: #e9d5ff;
}

.ring-offset-purple-200\/0{
  --tw-ring-offset-color: rgb(233 213 255 / 0);
}

.ring-offset-purple-200\/10{
  --tw-ring-offset-color: rgb(233 213 255 / 0.1);
}

.ring-offset-purple-200\/100{
  --tw-ring-offset-color: rgb(233 213 255 / 1);
}

.ring-offset-purple-200\/20{
  --tw-ring-offset-color: rgb(233 213 255 / 0.2);
}

.ring-offset-purple-200\/25{
  --tw-ring-offset-color: rgb(233 213 255 / 0.25);
}

.ring-offset-purple-200\/30{
  --tw-ring-offset-color: rgb(233 213 255 / 0.3);
}

.ring-offset-purple-200\/40{
  --tw-ring-offset-color: rgb(233 213 255 / 0.4);
}

.ring-offset-purple-200\/5{
  --tw-ring-offset-color: rgb(233 213 255 / 0.05);
}

.ring-offset-purple-200\/50{
  --tw-ring-offset-color: rgb(233 213 255 / 0.5);
}

.ring-offset-purple-200\/60{
  --tw-ring-offset-color: rgb(233 213 255 / 0.6);
}

.ring-offset-purple-200\/70{
  --tw-ring-offset-color: rgb(233 213 255 / 0.7);
}

.ring-offset-purple-200\/75{
  --tw-ring-offset-color: rgb(233 213 255 / 0.75);
}

.ring-offset-purple-200\/80{
  --tw-ring-offset-color: rgb(233 213 255 / 0.8);
}

.ring-offset-purple-200\/90{
  --tw-ring-offset-color: rgb(233 213 255 / 0.9);
}

.ring-offset-purple-200\/95{
  --tw-ring-offset-color: rgb(233 213 255 / 0.95);
}

.ring-offset-purple-300{
  --tw-ring-offset-color: #d8b4fe;
}

.ring-offset-purple-300\/0{
  --tw-ring-offset-color: rgb(216 180 254 / 0);
}

.ring-offset-purple-300\/10{
  --tw-ring-offset-color: rgb(216 180 254 / 0.1);
}

.ring-offset-purple-300\/100{
  --tw-ring-offset-color: rgb(216 180 254 / 1);
}

.ring-offset-purple-300\/20{
  --tw-ring-offset-color: rgb(216 180 254 / 0.2);
}

.ring-offset-purple-300\/25{
  --tw-ring-offset-color: rgb(216 180 254 / 0.25);
}

.ring-offset-purple-300\/30{
  --tw-ring-offset-color: rgb(216 180 254 / 0.3);
}

.ring-offset-purple-300\/40{
  --tw-ring-offset-color: rgb(216 180 254 / 0.4);
}

.ring-offset-purple-300\/5{
  --tw-ring-offset-color: rgb(216 180 254 / 0.05);
}

.ring-offset-purple-300\/50{
  --tw-ring-offset-color: rgb(216 180 254 / 0.5);
}

.ring-offset-purple-300\/60{
  --tw-ring-offset-color: rgb(216 180 254 / 0.6);
}

.ring-offset-purple-300\/70{
  --tw-ring-offset-color: rgb(216 180 254 / 0.7);
}

.ring-offset-purple-300\/75{
  --tw-ring-offset-color: rgb(216 180 254 / 0.75);
}

.ring-offset-purple-300\/80{
  --tw-ring-offset-color: rgb(216 180 254 / 0.8);
}

.ring-offset-purple-300\/90{
  --tw-ring-offset-color: rgb(216 180 254 / 0.9);
}

.ring-offset-purple-300\/95{
  --tw-ring-offset-color: rgb(216 180 254 / 0.95);
}

.ring-offset-purple-400{
  --tw-ring-offset-color: #c084fc;
}

.ring-offset-purple-400\/0{
  --tw-ring-offset-color: rgb(192 132 252 / 0);
}

.ring-offset-purple-400\/10{
  --tw-ring-offset-color: rgb(192 132 252 / 0.1);
}

.ring-offset-purple-400\/100{
  --tw-ring-offset-color: rgb(192 132 252 / 1);
}

.ring-offset-purple-400\/20{
  --tw-ring-offset-color: rgb(192 132 252 / 0.2);
}

.ring-offset-purple-400\/25{
  --tw-ring-offset-color: rgb(192 132 252 / 0.25);
}

.ring-offset-purple-400\/30{
  --tw-ring-offset-color: rgb(192 132 252 / 0.3);
}

.ring-offset-purple-400\/40{
  --tw-ring-offset-color: rgb(192 132 252 / 0.4);
}

.ring-offset-purple-400\/5{
  --tw-ring-offset-color: rgb(192 132 252 / 0.05);
}

.ring-offset-purple-400\/50{
  --tw-ring-offset-color: rgb(192 132 252 / 0.5);
}

.ring-offset-purple-400\/60{
  --tw-ring-offset-color: rgb(192 132 252 / 0.6);
}

.ring-offset-purple-400\/70{
  --tw-ring-offset-color: rgb(192 132 252 / 0.7);
}

.ring-offset-purple-400\/75{
  --tw-ring-offset-color: rgb(192 132 252 / 0.75);
}

.ring-offset-purple-400\/80{
  --tw-ring-offset-color: rgb(192 132 252 / 0.8);
}

.ring-offset-purple-400\/90{
  --tw-ring-offset-color: rgb(192 132 252 / 0.9);
}

.ring-offset-purple-400\/95{
  --tw-ring-offset-color: rgb(192 132 252 / 0.95);
}

.ring-offset-purple-50{
  --tw-ring-offset-color: #faf5ff;
}

.ring-offset-purple-50\/0{
  --tw-ring-offset-color: rgb(250 245 255 / 0);
}

.ring-offset-purple-50\/10{
  --tw-ring-offset-color: rgb(250 245 255 / 0.1);
}

.ring-offset-purple-50\/100{
  --tw-ring-offset-color: rgb(250 245 255 / 1);
}

.ring-offset-purple-50\/20{
  --tw-ring-offset-color: rgb(250 245 255 / 0.2);
}

.ring-offset-purple-50\/25{
  --tw-ring-offset-color: rgb(250 245 255 / 0.25);
}

.ring-offset-purple-50\/30{
  --tw-ring-offset-color: rgb(250 245 255 / 0.3);
}

.ring-offset-purple-50\/40{
  --tw-ring-offset-color: rgb(250 245 255 / 0.4);
}

.ring-offset-purple-50\/5{
  --tw-ring-offset-color: rgb(250 245 255 / 0.05);
}

.ring-offset-purple-50\/50{
  --tw-ring-offset-color: rgb(250 245 255 / 0.5);
}

.ring-offset-purple-50\/60{
  --tw-ring-offset-color: rgb(250 245 255 / 0.6);
}

.ring-offset-purple-50\/70{
  --tw-ring-offset-color: rgb(250 245 255 / 0.7);
}

.ring-offset-purple-50\/75{
  --tw-ring-offset-color: rgb(250 245 255 / 0.75);
}

.ring-offset-purple-50\/80{
  --tw-ring-offset-color: rgb(250 245 255 / 0.8);
}

.ring-offset-purple-50\/90{
  --tw-ring-offset-color: rgb(250 245 255 / 0.9);
}

.ring-offset-purple-50\/95{
  --tw-ring-offset-color: rgb(250 245 255 / 0.95);
}

.ring-offset-purple-500{
  --tw-ring-offset-color: #a855f7;
}

.ring-offset-purple-500\/0{
  --tw-ring-offset-color: rgb(168 85 247 / 0);
}

.ring-offset-purple-500\/10{
  --tw-ring-offset-color: rgb(168 85 247 / 0.1);
}

.ring-offset-purple-500\/100{
  --tw-ring-offset-color: rgb(168 85 247 / 1);
}

.ring-offset-purple-500\/20{
  --tw-ring-offset-color: rgb(168 85 247 / 0.2);
}

.ring-offset-purple-500\/25{
  --tw-ring-offset-color: rgb(168 85 247 / 0.25);
}

.ring-offset-purple-500\/30{
  --tw-ring-offset-color: rgb(168 85 247 / 0.3);
}

.ring-offset-purple-500\/40{
  --tw-ring-offset-color: rgb(168 85 247 / 0.4);
}

.ring-offset-purple-500\/5{
  --tw-ring-offset-color: rgb(168 85 247 / 0.05);
}

.ring-offset-purple-500\/50{
  --tw-ring-offset-color: rgb(168 85 247 / 0.5);
}

.ring-offset-purple-500\/60{
  --tw-ring-offset-color: rgb(168 85 247 / 0.6);
}

.ring-offset-purple-500\/70{
  --tw-ring-offset-color: rgb(168 85 247 / 0.7);
}

.ring-offset-purple-500\/75{
  --tw-ring-offset-color: rgb(168 85 247 / 0.75);
}

.ring-offset-purple-500\/80{
  --tw-ring-offset-color: rgb(168 85 247 / 0.8);
}

.ring-offset-purple-500\/90{
  --tw-ring-offset-color: rgb(168 85 247 / 0.9);
}

.ring-offset-purple-500\/95{
  --tw-ring-offset-color: rgb(168 85 247 / 0.95);
}

.ring-offset-purple-600{
  --tw-ring-offset-color: #9333ea;
}

.ring-offset-purple-600\/0{
  --tw-ring-offset-color: rgb(147 51 234 / 0);
}

.ring-offset-purple-600\/10{
  --tw-ring-offset-color: rgb(147 51 234 / 0.1);
}

.ring-offset-purple-600\/100{
  --tw-ring-offset-color: rgb(147 51 234 / 1);
}

.ring-offset-purple-600\/20{
  --tw-ring-offset-color: rgb(147 51 234 / 0.2);
}

.ring-offset-purple-600\/25{
  --tw-ring-offset-color: rgb(147 51 234 / 0.25);
}

.ring-offset-purple-600\/30{
  --tw-ring-offset-color: rgb(147 51 234 / 0.3);
}

.ring-offset-purple-600\/40{
  --tw-ring-offset-color: rgb(147 51 234 / 0.4);
}

.ring-offset-purple-600\/5{
  --tw-ring-offset-color: rgb(147 51 234 / 0.05);
}

.ring-offset-purple-600\/50{
  --tw-ring-offset-color: rgb(147 51 234 / 0.5);
}

.ring-offset-purple-600\/60{
  --tw-ring-offset-color: rgb(147 51 234 / 0.6);
}

.ring-offset-purple-600\/70{
  --tw-ring-offset-color: rgb(147 51 234 / 0.7);
}

.ring-offset-purple-600\/75{
  --tw-ring-offset-color: rgb(147 51 234 / 0.75);
}

.ring-offset-purple-600\/80{
  --tw-ring-offset-color: rgb(147 51 234 / 0.8);
}

.ring-offset-purple-600\/90{
  --tw-ring-offset-color: rgb(147 51 234 / 0.9);
}

.ring-offset-purple-600\/95{
  --tw-ring-offset-color: rgb(147 51 234 / 0.95);
}

.ring-offset-purple-700{
  --tw-ring-offset-color: #7e22ce;
}

.ring-offset-purple-700\/0{
  --tw-ring-offset-color: rgb(126 34 206 / 0);
}

.ring-offset-purple-700\/10{
  --tw-ring-offset-color: rgb(126 34 206 / 0.1);
}

.ring-offset-purple-700\/100{
  --tw-ring-offset-color: rgb(126 34 206 / 1);
}

.ring-offset-purple-700\/20{
  --tw-ring-offset-color: rgb(126 34 206 / 0.2);
}

.ring-offset-purple-700\/25{
  --tw-ring-offset-color: rgb(126 34 206 / 0.25);
}

.ring-offset-purple-700\/30{
  --tw-ring-offset-color: rgb(126 34 206 / 0.3);
}

.ring-offset-purple-700\/40{
  --tw-ring-offset-color: rgb(126 34 206 / 0.4);
}

.ring-offset-purple-700\/5{
  --tw-ring-offset-color: rgb(126 34 206 / 0.05);
}

.ring-offset-purple-700\/50{
  --tw-ring-offset-color: rgb(126 34 206 / 0.5);
}

.ring-offset-purple-700\/60{
  --tw-ring-offset-color: rgb(126 34 206 / 0.6);
}

.ring-offset-purple-700\/70{
  --tw-ring-offset-color: rgb(126 34 206 / 0.7);
}

.ring-offset-purple-700\/75{
  --tw-ring-offset-color: rgb(126 34 206 / 0.75);
}

.ring-offset-purple-700\/80{
  --tw-ring-offset-color: rgb(126 34 206 / 0.8);
}

.ring-offset-purple-700\/90{
  --tw-ring-offset-color: rgb(126 34 206 / 0.9);
}

.ring-offset-purple-700\/95{
  --tw-ring-offset-color: rgb(126 34 206 / 0.95);
}

.ring-offset-purple-800{
  --tw-ring-offset-color: #6b21a8;
}

.ring-offset-purple-800\/0{
  --tw-ring-offset-color: rgb(107 33 168 / 0);
}

.ring-offset-purple-800\/10{
  --tw-ring-offset-color: rgb(107 33 168 / 0.1);
}

.ring-offset-purple-800\/100{
  --tw-ring-offset-color: rgb(107 33 168 / 1);
}

.ring-offset-purple-800\/20{
  --tw-ring-offset-color: rgb(107 33 168 / 0.2);
}

.ring-offset-purple-800\/25{
  --tw-ring-offset-color: rgb(107 33 168 / 0.25);
}

.ring-offset-purple-800\/30{
  --tw-ring-offset-color: rgb(107 33 168 / 0.3);
}

.ring-offset-purple-800\/40{
  --tw-ring-offset-color: rgb(107 33 168 / 0.4);
}

.ring-offset-purple-800\/5{
  --tw-ring-offset-color: rgb(107 33 168 / 0.05);
}

.ring-offset-purple-800\/50{
  --tw-ring-offset-color: rgb(107 33 168 / 0.5);
}

.ring-offset-purple-800\/60{
  --tw-ring-offset-color: rgb(107 33 168 / 0.6);
}

.ring-offset-purple-800\/70{
  --tw-ring-offset-color: rgb(107 33 168 / 0.7);
}

.ring-offset-purple-800\/75{
  --tw-ring-offset-color: rgb(107 33 168 / 0.75);
}

.ring-offset-purple-800\/80{
  --tw-ring-offset-color: rgb(107 33 168 / 0.8);
}

.ring-offset-purple-800\/90{
  --tw-ring-offset-color: rgb(107 33 168 / 0.9);
}

.ring-offset-purple-800\/95{
  --tw-ring-offset-color: rgb(107 33 168 / 0.95);
}

.ring-offset-purple-900{
  --tw-ring-offset-color: #581c87;
}

.ring-offset-purple-900\/0{
  --tw-ring-offset-color: rgb(88 28 135 / 0);
}

.ring-offset-purple-900\/10{
  --tw-ring-offset-color: rgb(88 28 135 / 0.1);
}

.ring-offset-purple-900\/100{
  --tw-ring-offset-color: rgb(88 28 135 / 1);
}

.ring-offset-purple-900\/20{
  --tw-ring-offset-color: rgb(88 28 135 / 0.2);
}

.ring-offset-purple-900\/25{
  --tw-ring-offset-color: rgb(88 28 135 / 0.25);
}

.ring-offset-purple-900\/30{
  --tw-ring-offset-color: rgb(88 28 135 / 0.3);
}

.ring-offset-purple-900\/40{
  --tw-ring-offset-color: rgb(88 28 135 / 0.4);
}

.ring-offset-purple-900\/5{
  --tw-ring-offset-color: rgb(88 28 135 / 0.05);
}

.ring-offset-purple-900\/50{
  --tw-ring-offset-color: rgb(88 28 135 / 0.5);
}

.ring-offset-purple-900\/60{
  --tw-ring-offset-color: rgb(88 28 135 / 0.6);
}

.ring-offset-purple-900\/70{
  --tw-ring-offset-color: rgb(88 28 135 / 0.7);
}

.ring-offset-purple-900\/75{
  --tw-ring-offset-color: rgb(88 28 135 / 0.75);
}

.ring-offset-purple-900\/80{
  --tw-ring-offset-color: rgb(88 28 135 / 0.8);
}

.ring-offset-purple-900\/90{
  --tw-ring-offset-color: rgb(88 28 135 / 0.9);
}

.ring-offset-purple-900\/95{
  --tw-ring-offset-color: rgb(88 28 135 / 0.95);
}

.ring-offset-purple-950{
  --tw-ring-offset-color: #3b0764;
}

.ring-offset-purple-950\/0{
  --tw-ring-offset-color: rgb(59 7 100 / 0);
}

.ring-offset-purple-950\/10{
  --tw-ring-offset-color: rgb(59 7 100 / 0.1);
}

.ring-offset-purple-950\/100{
  --tw-ring-offset-color: rgb(59 7 100 / 1);
}

.ring-offset-purple-950\/20{
  --tw-ring-offset-color: rgb(59 7 100 / 0.2);
}

.ring-offset-purple-950\/25{
  --tw-ring-offset-color: rgb(59 7 100 / 0.25);
}

.ring-offset-purple-950\/30{
  --tw-ring-offset-color: rgb(59 7 100 / 0.3);
}

.ring-offset-purple-950\/40{
  --tw-ring-offset-color: rgb(59 7 100 / 0.4);
}

.ring-offset-purple-950\/5{
  --tw-ring-offset-color: rgb(59 7 100 / 0.05);
}

.ring-offset-purple-950\/50{
  --tw-ring-offset-color: rgb(59 7 100 / 0.5);
}

.ring-offset-purple-950\/60{
  --tw-ring-offset-color: rgb(59 7 100 / 0.6);
}

.ring-offset-purple-950\/70{
  --tw-ring-offset-color: rgb(59 7 100 / 0.7);
}

.ring-offset-purple-950\/75{
  --tw-ring-offset-color: rgb(59 7 100 / 0.75);
}

.ring-offset-purple-950\/80{
  --tw-ring-offset-color: rgb(59 7 100 / 0.8);
}

.ring-offset-purple-950\/90{
  --tw-ring-offset-color: rgb(59 7 100 / 0.9);
}

.ring-offset-purple-950\/95{
  --tw-ring-offset-color: rgb(59 7 100 / 0.95);
}

.ring-offset-red-100{
  --tw-ring-offset-color: #fee2e2;
}

.ring-offset-red-100\/0{
  --tw-ring-offset-color: rgb(254 226 226 / 0);
}

.ring-offset-red-100\/10{
  --tw-ring-offset-color: rgb(254 226 226 / 0.1);
}

.ring-offset-red-100\/100{
  --tw-ring-offset-color: rgb(254 226 226 / 1);
}

.ring-offset-red-100\/20{
  --tw-ring-offset-color: rgb(254 226 226 / 0.2);
}

.ring-offset-red-100\/25{
  --tw-ring-offset-color: rgb(254 226 226 / 0.25);
}

.ring-offset-red-100\/30{
  --tw-ring-offset-color: rgb(254 226 226 / 0.3);
}

.ring-offset-red-100\/40{
  --tw-ring-offset-color: rgb(254 226 226 / 0.4);
}

.ring-offset-red-100\/5{
  --tw-ring-offset-color: rgb(254 226 226 / 0.05);
}

.ring-offset-red-100\/50{
  --tw-ring-offset-color: rgb(254 226 226 / 0.5);
}

.ring-offset-red-100\/60{
  --tw-ring-offset-color: rgb(254 226 226 / 0.6);
}

.ring-offset-red-100\/70{
  --tw-ring-offset-color: rgb(254 226 226 / 0.7);
}

.ring-offset-red-100\/75{
  --tw-ring-offset-color: rgb(254 226 226 / 0.75);
}

.ring-offset-red-100\/80{
  --tw-ring-offset-color: rgb(254 226 226 / 0.8);
}

.ring-offset-red-100\/90{
  --tw-ring-offset-color: rgb(254 226 226 / 0.9);
}

.ring-offset-red-100\/95{
  --tw-ring-offset-color: rgb(254 226 226 / 0.95);
}

.ring-offset-red-200{
  --tw-ring-offset-color: #fecaca;
}

.ring-offset-red-200\/0{
  --tw-ring-offset-color: rgb(254 202 202 / 0);
}

.ring-offset-red-200\/10{
  --tw-ring-offset-color: rgb(254 202 202 / 0.1);
}

.ring-offset-red-200\/100{
  --tw-ring-offset-color: rgb(254 202 202 / 1);
}

.ring-offset-red-200\/20{
  --tw-ring-offset-color: rgb(254 202 202 / 0.2);
}

.ring-offset-red-200\/25{
  --tw-ring-offset-color: rgb(254 202 202 / 0.25);
}

.ring-offset-red-200\/30{
  --tw-ring-offset-color: rgb(254 202 202 / 0.3);
}

.ring-offset-red-200\/40{
  --tw-ring-offset-color: rgb(254 202 202 / 0.4);
}

.ring-offset-red-200\/5{
  --tw-ring-offset-color: rgb(254 202 202 / 0.05);
}

.ring-offset-red-200\/50{
  --tw-ring-offset-color: rgb(254 202 202 / 0.5);
}

.ring-offset-red-200\/60{
  --tw-ring-offset-color: rgb(254 202 202 / 0.6);
}

.ring-offset-red-200\/70{
  --tw-ring-offset-color: rgb(254 202 202 / 0.7);
}

.ring-offset-red-200\/75{
  --tw-ring-offset-color: rgb(254 202 202 / 0.75);
}

.ring-offset-red-200\/80{
  --tw-ring-offset-color: rgb(254 202 202 / 0.8);
}

.ring-offset-red-200\/90{
  --tw-ring-offset-color: rgb(254 202 202 / 0.9);
}

.ring-offset-red-200\/95{
  --tw-ring-offset-color: rgb(254 202 202 / 0.95);
}

.ring-offset-red-300{
  --tw-ring-offset-color: #fca5a5;
}

.ring-offset-red-300\/0{
  --tw-ring-offset-color: rgb(252 165 165 / 0);
}

.ring-offset-red-300\/10{
  --tw-ring-offset-color: rgb(252 165 165 / 0.1);
}

.ring-offset-red-300\/100{
  --tw-ring-offset-color: rgb(252 165 165 / 1);
}

.ring-offset-red-300\/20{
  --tw-ring-offset-color: rgb(252 165 165 / 0.2);
}

.ring-offset-red-300\/25{
  --tw-ring-offset-color: rgb(252 165 165 / 0.25);
}

.ring-offset-red-300\/30{
  --tw-ring-offset-color: rgb(252 165 165 / 0.3);
}

.ring-offset-red-300\/40{
  --tw-ring-offset-color: rgb(252 165 165 / 0.4);
}

.ring-offset-red-300\/5{
  --tw-ring-offset-color: rgb(252 165 165 / 0.05);
}

.ring-offset-red-300\/50{
  --tw-ring-offset-color: rgb(252 165 165 / 0.5);
}

.ring-offset-red-300\/60{
  --tw-ring-offset-color: rgb(252 165 165 / 0.6);
}

.ring-offset-red-300\/70{
  --tw-ring-offset-color: rgb(252 165 165 / 0.7);
}

.ring-offset-red-300\/75{
  --tw-ring-offset-color: rgb(252 165 165 / 0.75);
}

.ring-offset-red-300\/80{
  --tw-ring-offset-color: rgb(252 165 165 / 0.8);
}

.ring-offset-red-300\/90{
  --tw-ring-offset-color: rgb(252 165 165 / 0.9);
}

.ring-offset-red-300\/95{
  --tw-ring-offset-color: rgb(252 165 165 / 0.95);
}

.ring-offset-red-400{
  --tw-ring-offset-color: #f87171;
}

.ring-offset-red-400\/0{
  --tw-ring-offset-color: rgb(248 113 113 / 0);
}

.ring-offset-red-400\/10{
  --tw-ring-offset-color: rgb(248 113 113 / 0.1);
}

.ring-offset-red-400\/100{
  --tw-ring-offset-color: rgb(248 113 113 / 1);
}

.ring-offset-red-400\/20{
  --tw-ring-offset-color: rgb(248 113 113 / 0.2);
}

.ring-offset-red-400\/25{
  --tw-ring-offset-color: rgb(248 113 113 / 0.25);
}

.ring-offset-red-400\/30{
  --tw-ring-offset-color: rgb(248 113 113 / 0.3);
}

.ring-offset-red-400\/40{
  --tw-ring-offset-color: rgb(248 113 113 / 0.4);
}

.ring-offset-red-400\/5{
  --tw-ring-offset-color: rgb(248 113 113 / 0.05);
}

.ring-offset-red-400\/50{
  --tw-ring-offset-color: rgb(248 113 113 / 0.5);
}

.ring-offset-red-400\/60{
  --tw-ring-offset-color: rgb(248 113 113 / 0.6);
}

.ring-offset-red-400\/70{
  --tw-ring-offset-color: rgb(248 113 113 / 0.7);
}

.ring-offset-red-400\/75{
  --tw-ring-offset-color: rgb(248 113 113 / 0.75);
}

.ring-offset-red-400\/80{
  --tw-ring-offset-color: rgb(248 113 113 / 0.8);
}

.ring-offset-red-400\/90{
  --tw-ring-offset-color: rgb(248 113 113 / 0.9);
}

.ring-offset-red-400\/95{
  --tw-ring-offset-color: rgb(248 113 113 / 0.95);
}

.ring-offset-red-50{
  --tw-ring-offset-color: #fef2f2;
}

.ring-offset-red-50\/0{
  --tw-ring-offset-color: rgb(254 242 242 / 0);
}

.ring-offset-red-50\/10{
  --tw-ring-offset-color: rgb(254 242 242 / 0.1);
}

.ring-offset-red-50\/100{
  --tw-ring-offset-color: rgb(254 242 242 / 1);
}

.ring-offset-red-50\/20{
  --tw-ring-offset-color: rgb(254 242 242 / 0.2);
}

.ring-offset-red-50\/25{
  --tw-ring-offset-color: rgb(254 242 242 / 0.25);
}

.ring-offset-red-50\/30{
  --tw-ring-offset-color: rgb(254 242 242 / 0.3);
}

.ring-offset-red-50\/40{
  --tw-ring-offset-color: rgb(254 242 242 / 0.4);
}

.ring-offset-red-50\/5{
  --tw-ring-offset-color: rgb(254 242 242 / 0.05);
}

.ring-offset-red-50\/50{
  --tw-ring-offset-color: rgb(254 242 242 / 0.5);
}

.ring-offset-red-50\/60{
  --tw-ring-offset-color: rgb(254 242 242 / 0.6);
}

.ring-offset-red-50\/70{
  --tw-ring-offset-color: rgb(254 242 242 / 0.7);
}

.ring-offset-red-50\/75{
  --tw-ring-offset-color: rgb(254 242 242 / 0.75);
}

.ring-offset-red-50\/80{
  --tw-ring-offset-color: rgb(254 242 242 / 0.8);
}

.ring-offset-red-50\/90{
  --tw-ring-offset-color: rgb(254 242 242 / 0.9);
}

.ring-offset-red-50\/95{
  --tw-ring-offset-color: rgb(254 242 242 / 0.95);
}

.ring-offset-red-500{
  --tw-ring-offset-color: #ef4444;
}

.ring-offset-red-500\/0{
  --tw-ring-offset-color: rgb(239 68 68 / 0);
}

.ring-offset-red-500\/10{
  --tw-ring-offset-color: rgb(239 68 68 / 0.1);
}

.ring-offset-red-500\/100{
  --tw-ring-offset-color: rgb(239 68 68 / 1);
}

.ring-offset-red-500\/20{
  --tw-ring-offset-color: rgb(239 68 68 / 0.2);
}

.ring-offset-red-500\/25{
  --tw-ring-offset-color: rgb(239 68 68 / 0.25);
}

.ring-offset-red-500\/30{
  --tw-ring-offset-color: rgb(239 68 68 / 0.3);
}

.ring-offset-red-500\/40{
  --tw-ring-offset-color: rgb(239 68 68 / 0.4);
}

.ring-offset-red-500\/5{
  --tw-ring-offset-color: rgb(239 68 68 / 0.05);
}

.ring-offset-red-500\/50{
  --tw-ring-offset-color: rgb(239 68 68 / 0.5);
}

.ring-offset-red-500\/60{
  --tw-ring-offset-color: rgb(239 68 68 / 0.6);
}

.ring-offset-red-500\/70{
  --tw-ring-offset-color: rgb(239 68 68 / 0.7);
}

.ring-offset-red-500\/75{
  --tw-ring-offset-color: rgb(239 68 68 / 0.75);
}

.ring-offset-red-500\/80{
  --tw-ring-offset-color: rgb(239 68 68 / 0.8);
}

.ring-offset-red-500\/90{
  --tw-ring-offset-color: rgb(239 68 68 / 0.9);
}

.ring-offset-red-500\/95{
  --tw-ring-offset-color: rgb(239 68 68 / 0.95);
}

.ring-offset-red-600{
  --tw-ring-offset-color: #dc2626;
}

.ring-offset-red-600\/0{
  --tw-ring-offset-color: rgb(220 38 38 / 0);
}

.ring-offset-red-600\/10{
  --tw-ring-offset-color: rgb(220 38 38 / 0.1);
}

.ring-offset-red-600\/100{
  --tw-ring-offset-color: rgb(220 38 38 / 1);
}

.ring-offset-red-600\/20{
  --tw-ring-offset-color: rgb(220 38 38 / 0.2);
}

.ring-offset-red-600\/25{
  --tw-ring-offset-color: rgb(220 38 38 / 0.25);
}

.ring-offset-red-600\/30{
  --tw-ring-offset-color: rgb(220 38 38 / 0.3);
}

.ring-offset-red-600\/40{
  --tw-ring-offset-color: rgb(220 38 38 / 0.4);
}

.ring-offset-red-600\/5{
  --tw-ring-offset-color: rgb(220 38 38 / 0.05);
}

.ring-offset-red-600\/50{
  --tw-ring-offset-color: rgb(220 38 38 / 0.5);
}

.ring-offset-red-600\/60{
  --tw-ring-offset-color: rgb(220 38 38 / 0.6);
}

.ring-offset-red-600\/70{
  --tw-ring-offset-color: rgb(220 38 38 / 0.7);
}

.ring-offset-red-600\/75{
  --tw-ring-offset-color: rgb(220 38 38 / 0.75);
}

.ring-offset-red-600\/80{
  --tw-ring-offset-color: rgb(220 38 38 / 0.8);
}

.ring-offset-red-600\/90{
  --tw-ring-offset-color: rgb(220 38 38 / 0.9);
}

.ring-offset-red-600\/95{
  --tw-ring-offset-color: rgb(220 38 38 / 0.95);
}

.ring-offset-red-700{
  --tw-ring-offset-color: #b91c1c;
}

.ring-offset-red-700\/0{
  --tw-ring-offset-color: rgb(185 28 28 / 0);
}

.ring-offset-red-700\/10{
  --tw-ring-offset-color: rgb(185 28 28 / 0.1);
}

.ring-offset-red-700\/100{
  --tw-ring-offset-color: rgb(185 28 28 / 1);
}

.ring-offset-red-700\/20{
  --tw-ring-offset-color: rgb(185 28 28 / 0.2);
}

.ring-offset-red-700\/25{
  --tw-ring-offset-color: rgb(185 28 28 / 0.25);
}

.ring-offset-red-700\/30{
  --tw-ring-offset-color: rgb(185 28 28 / 0.3);
}

.ring-offset-red-700\/40{
  --tw-ring-offset-color: rgb(185 28 28 / 0.4);
}

.ring-offset-red-700\/5{
  --tw-ring-offset-color: rgb(185 28 28 / 0.05);
}

.ring-offset-red-700\/50{
  --tw-ring-offset-color: rgb(185 28 28 / 0.5);
}

.ring-offset-red-700\/60{
  --tw-ring-offset-color: rgb(185 28 28 / 0.6);
}

.ring-offset-red-700\/70{
  --tw-ring-offset-color: rgb(185 28 28 / 0.7);
}

.ring-offset-red-700\/75{
  --tw-ring-offset-color: rgb(185 28 28 / 0.75);
}

.ring-offset-red-700\/80{
  --tw-ring-offset-color: rgb(185 28 28 / 0.8);
}

.ring-offset-red-700\/90{
  --tw-ring-offset-color: rgb(185 28 28 / 0.9);
}

.ring-offset-red-700\/95{
  --tw-ring-offset-color: rgb(185 28 28 / 0.95);
}

.ring-offset-red-800{
  --tw-ring-offset-color: #991b1b;
}

.ring-offset-red-800\/0{
  --tw-ring-offset-color: rgb(153 27 27 / 0);
}

.ring-offset-red-800\/10{
  --tw-ring-offset-color: rgb(153 27 27 / 0.1);
}

.ring-offset-red-800\/100{
  --tw-ring-offset-color: rgb(153 27 27 / 1);
}

.ring-offset-red-800\/20{
  --tw-ring-offset-color: rgb(153 27 27 / 0.2);
}

.ring-offset-red-800\/25{
  --tw-ring-offset-color: rgb(153 27 27 / 0.25);
}

.ring-offset-red-800\/30{
  --tw-ring-offset-color: rgb(153 27 27 / 0.3);
}

.ring-offset-red-800\/40{
  --tw-ring-offset-color: rgb(153 27 27 / 0.4);
}

.ring-offset-red-800\/5{
  --tw-ring-offset-color: rgb(153 27 27 / 0.05);
}

.ring-offset-red-800\/50{
  --tw-ring-offset-color: rgb(153 27 27 / 0.5);
}

.ring-offset-red-800\/60{
  --tw-ring-offset-color: rgb(153 27 27 / 0.6);
}

.ring-offset-red-800\/70{
  --tw-ring-offset-color: rgb(153 27 27 / 0.7);
}

.ring-offset-red-800\/75{
  --tw-ring-offset-color: rgb(153 27 27 / 0.75);
}

.ring-offset-red-800\/80{
  --tw-ring-offset-color: rgb(153 27 27 / 0.8);
}

.ring-offset-red-800\/90{
  --tw-ring-offset-color: rgb(153 27 27 / 0.9);
}

.ring-offset-red-800\/95{
  --tw-ring-offset-color: rgb(153 27 27 / 0.95);
}

.ring-offset-red-900{
  --tw-ring-offset-color: #7f1d1d;
}

.ring-offset-red-900\/0{
  --tw-ring-offset-color: rgb(127 29 29 / 0);
}

.ring-offset-red-900\/10{
  --tw-ring-offset-color: rgb(127 29 29 / 0.1);
}

.ring-offset-red-900\/100{
  --tw-ring-offset-color: rgb(127 29 29 / 1);
}

.ring-offset-red-900\/20{
  --tw-ring-offset-color: rgb(127 29 29 / 0.2);
}

.ring-offset-red-900\/25{
  --tw-ring-offset-color: rgb(127 29 29 / 0.25);
}

.ring-offset-red-900\/30{
  --tw-ring-offset-color: rgb(127 29 29 / 0.3);
}

.ring-offset-red-900\/40{
  --tw-ring-offset-color: rgb(127 29 29 / 0.4);
}

.ring-offset-red-900\/5{
  --tw-ring-offset-color: rgb(127 29 29 / 0.05);
}

.ring-offset-red-900\/50{
  --tw-ring-offset-color: rgb(127 29 29 / 0.5);
}

.ring-offset-red-900\/60{
  --tw-ring-offset-color: rgb(127 29 29 / 0.6);
}

.ring-offset-red-900\/70{
  --tw-ring-offset-color: rgb(127 29 29 / 0.7);
}

.ring-offset-red-900\/75{
  --tw-ring-offset-color: rgb(127 29 29 / 0.75);
}

.ring-offset-red-900\/80{
  --tw-ring-offset-color: rgb(127 29 29 / 0.8);
}

.ring-offset-red-900\/90{
  --tw-ring-offset-color: rgb(127 29 29 / 0.9);
}

.ring-offset-red-900\/95{
  --tw-ring-offset-color: rgb(127 29 29 / 0.95);
}

.ring-offset-red-950{
  --tw-ring-offset-color: #450a0a;
}

.ring-offset-red-950\/0{
  --tw-ring-offset-color: rgb(69 10 10 / 0);
}

.ring-offset-red-950\/10{
  --tw-ring-offset-color: rgb(69 10 10 / 0.1);
}

.ring-offset-red-950\/100{
  --tw-ring-offset-color: rgb(69 10 10 / 1);
}

.ring-offset-red-950\/20{
  --tw-ring-offset-color: rgb(69 10 10 / 0.2);
}

.ring-offset-red-950\/25{
  --tw-ring-offset-color: rgb(69 10 10 / 0.25);
}

.ring-offset-red-950\/30{
  --tw-ring-offset-color: rgb(69 10 10 / 0.3);
}

.ring-offset-red-950\/40{
  --tw-ring-offset-color: rgb(69 10 10 / 0.4);
}

.ring-offset-red-950\/5{
  --tw-ring-offset-color: rgb(69 10 10 / 0.05);
}

.ring-offset-red-950\/50{
  --tw-ring-offset-color: rgb(69 10 10 / 0.5);
}

.ring-offset-red-950\/60{
  --tw-ring-offset-color: rgb(69 10 10 / 0.6);
}

.ring-offset-red-950\/70{
  --tw-ring-offset-color: rgb(69 10 10 / 0.7);
}

.ring-offset-red-950\/75{
  --tw-ring-offset-color: rgb(69 10 10 / 0.75);
}

.ring-offset-red-950\/80{
  --tw-ring-offset-color: rgb(69 10 10 / 0.8);
}

.ring-offset-red-950\/90{
  --tw-ring-offset-color: rgb(69 10 10 / 0.9);
}

.ring-offset-red-950\/95{
  --tw-ring-offset-color: rgb(69 10 10 / 0.95);
}

.ring-offset-rose-100{
  --tw-ring-offset-color: #ffe4e6;
}

.ring-offset-rose-100\/0{
  --tw-ring-offset-color: rgb(255 228 230 / 0);
}

.ring-offset-rose-100\/10{
  --tw-ring-offset-color: rgb(255 228 230 / 0.1);
}

.ring-offset-rose-100\/100{
  --tw-ring-offset-color: rgb(255 228 230 / 1);
}

.ring-offset-rose-100\/20{
  --tw-ring-offset-color: rgb(255 228 230 / 0.2);
}

.ring-offset-rose-100\/25{
  --tw-ring-offset-color: rgb(255 228 230 / 0.25);
}

.ring-offset-rose-100\/30{
  --tw-ring-offset-color: rgb(255 228 230 / 0.3);
}

.ring-offset-rose-100\/40{
  --tw-ring-offset-color: rgb(255 228 230 / 0.4);
}

.ring-offset-rose-100\/5{
  --tw-ring-offset-color: rgb(255 228 230 / 0.05);
}

.ring-offset-rose-100\/50{
  --tw-ring-offset-color: rgb(255 228 230 / 0.5);
}

.ring-offset-rose-100\/60{
  --tw-ring-offset-color: rgb(255 228 230 / 0.6);
}

.ring-offset-rose-100\/70{
  --tw-ring-offset-color: rgb(255 228 230 / 0.7);
}

.ring-offset-rose-100\/75{
  --tw-ring-offset-color: rgb(255 228 230 / 0.75);
}

.ring-offset-rose-100\/80{
  --tw-ring-offset-color: rgb(255 228 230 / 0.8);
}

.ring-offset-rose-100\/90{
  --tw-ring-offset-color: rgb(255 228 230 / 0.9);
}

.ring-offset-rose-100\/95{
  --tw-ring-offset-color: rgb(255 228 230 / 0.95);
}

.ring-offset-rose-200{
  --tw-ring-offset-color: #fecdd3;
}

.ring-offset-rose-200\/0{
  --tw-ring-offset-color: rgb(254 205 211 / 0);
}

.ring-offset-rose-200\/10{
  --tw-ring-offset-color: rgb(254 205 211 / 0.1);
}

.ring-offset-rose-200\/100{
  --tw-ring-offset-color: rgb(254 205 211 / 1);
}

.ring-offset-rose-200\/20{
  --tw-ring-offset-color: rgb(254 205 211 / 0.2);
}

.ring-offset-rose-200\/25{
  --tw-ring-offset-color: rgb(254 205 211 / 0.25);
}

.ring-offset-rose-200\/30{
  --tw-ring-offset-color: rgb(254 205 211 / 0.3);
}

.ring-offset-rose-200\/40{
  --tw-ring-offset-color: rgb(254 205 211 / 0.4);
}

.ring-offset-rose-200\/5{
  --tw-ring-offset-color: rgb(254 205 211 / 0.05);
}

.ring-offset-rose-200\/50{
  --tw-ring-offset-color: rgb(254 205 211 / 0.5);
}

.ring-offset-rose-200\/60{
  --tw-ring-offset-color: rgb(254 205 211 / 0.6);
}

.ring-offset-rose-200\/70{
  --tw-ring-offset-color: rgb(254 205 211 / 0.7);
}

.ring-offset-rose-200\/75{
  --tw-ring-offset-color: rgb(254 205 211 / 0.75);
}

.ring-offset-rose-200\/80{
  --tw-ring-offset-color: rgb(254 205 211 / 0.8);
}

.ring-offset-rose-200\/90{
  --tw-ring-offset-color: rgb(254 205 211 / 0.9);
}

.ring-offset-rose-200\/95{
  --tw-ring-offset-color: rgb(254 205 211 / 0.95);
}

.ring-offset-rose-300{
  --tw-ring-offset-color: #fda4af;
}

.ring-offset-rose-300\/0{
  --tw-ring-offset-color: rgb(253 164 175 / 0);
}

.ring-offset-rose-300\/10{
  --tw-ring-offset-color: rgb(253 164 175 / 0.1);
}

.ring-offset-rose-300\/100{
  --tw-ring-offset-color: rgb(253 164 175 / 1);
}

.ring-offset-rose-300\/20{
  --tw-ring-offset-color: rgb(253 164 175 / 0.2);
}

.ring-offset-rose-300\/25{
  --tw-ring-offset-color: rgb(253 164 175 / 0.25);
}

.ring-offset-rose-300\/30{
  --tw-ring-offset-color: rgb(253 164 175 / 0.3);
}

.ring-offset-rose-300\/40{
  --tw-ring-offset-color: rgb(253 164 175 / 0.4);
}

.ring-offset-rose-300\/5{
  --tw-ring-offset-color: rgb(253 164 175 / 0.05);
}

.ring-offset-rose-300\/50{
  --tw-ring-offset-color: rgb(253 164 175 / 0.5);
}

.ring-offset-rose-300\/60{
  --tw-ring-offset-color: rgb(253 164 175 / 0.6);
}

.ring-offset-rose-300\/70{
  --tw-ring-offset-color: rgb(253 164 175 / 0.7);
}

.ring-offset-rose-300\/75{
  --tw-ring-offset-color: rgb(253 164 175 / 0.75);
}

.ring-offset-rose-300\/80{
  --tw-ring-offset-color: rgb(253 164 175 / 0.8);
}

.ring-offset-rose-300\/90{
  --tw-ring-offset-color: rgb(253 164 175 / 0.9);
}

.ring-offset-rose-300\/95{
  --tw-ring-offset-color: rgb(253 164 175 / 0.95);
}

.ring-offset-rose-400{
  --tw-ring-offset-color: #fb7185;
}

.ring-offset-rose-400\/0{
  --tw-ring-offset-color: rgb(251 113 133 / 0);
}

.ring-offset-rose-400\/10{
  --tw-ring-offset-color: rgb(251 113 133 / 0.1);
}

.ring-offset-rose-400\/100{
  --tw-ring-offset-color: rgb(251 113 133 / 1);
}

.ring-offset-rose-400\/20{
  --tw-ring-offset-color: rgb(251 113 133 / 0.2);
}

.ring-offset-rose-400\/25{
  --tw-ring-offset-color: rgb(251 113 133 / 0.25);
}

.ring-offset-rose-400\/30{
  --tw-ring-offset-color: rgb(251 113 133 / 0.3);
}

.ring-offset-rose-400\/40{
  --tw-ring-offset-color: rgb(251 113 133 / 0.4);
}

.ring-offset-rose-400\/5{
  --tw-ring-offset-color: rgb(251 113 133 / 0.05);
}

.ring-offset-rose-400\/50{
  --tw-ring-offset-color: rgb(251 113 133 / 0.5);
}

.ring-offset-rose-400\/60{
  --tw-ring-offset-color: rgb(251 113 133 / 0.6);
}

.ring-offset-rose-400\/70{
  --tw-ring-offset-color: rgb(251 113 133 / 0.7);
}

.ring-offset-rose-400\/75{
  --tw-ring-offset-color: rgb(251 113 133 / 0.75);
}

.ring-offset-rose-400\/80{
  --tw-ring-offset-color: rgb(251 113 133 / 0.8);
}

.ring-offset-rose-400\/90{
  --tw-ring-offset-color: rgb(251 113 133 / 0.9);
}

.ring-offset-rose-400\/95{
  --tw-ring-offset-color: rgb(251 113 133 / 0.95);
}

.ring-offset-rose-50{
  --tw-ring-offset-color: #fff1f2;
}

.ring-offset-rose-50\/0{
  --tw-ring-offset-color: rgb(255 241 242 / 0);
}

.ring-offset-rose-50\/10{
  --tw-ring-offset-color: rgb(255 241 242 / 0.1);
}

.ring-offset-rose-50\/100{
  --tw-ring-offset-color: rgb(255 241 242 / 1);
}

.ring-offset-rose-50\/20{
  --tw-ring-offset-color: rgb(255 241 242 / 0.2);
}

.ring-offset-rose-50\/25{
  --tw-ring-offset-color: rgb(255 241 242 / 0.25);
}

.ring-offset-rose-50\/30{
  --tw-ring-offset-color: rgb(255 241 242 / 0.3);
}

.ring-offset-rose-50\/40{
  --tw-ring-offset-color: rgb(255 241 242 / 0.4);
}

.ring-offset-rose-50\/5{
  --tw-ring-offset-color: rgb(255 241 242 / 0.05);
}

.ring-offset-rose-50\/50{
  --tw-ring-offset-color: rgb(255 241 242 / 0.5);
}

.ring-offset-rose-50\/60{
  --tw-ring-offset-color: rgb(255 241 242 / 0.6);
}

.ring-offset-rose-50\/70{
  --tw-ring-offset-color: rgb(255 241 242 / 0.7);
}

.ring-offset-rose-50\/75{
  --tw-ring-offset-color: rgb(255 241 242 / 0.75);
}

.ring-offset-rose-50\/80{
  --tw-ring-offset-color: rgb(255 241 242 / 0.8);
}

.ring-offset-rose-50\/90{
  --tw-ring-offset-color: rgb(255 241 242 / 0.9);
}

.ring-offset-rose-50\/95{
  --tw-ring-offset-color: rgb(255 241 242 / 0.95);
}

.ring-offset-rose-500{
  --tw-ring-offset-color: #f43f5e;
}

.ring-offset-rose-500\/0{
  --tw-ring-offset-color: rgb(244 63 94 / 0);
}

.ring-offset-rose-500\/10{
  --tw-ring-offset-color: rgb(244 63 94 / 0.1);
}

.ring-offset-rose-500\/100{
  --tw-ring-offset-color: rgb(244 63 94 / 1);
}

.ring-offset-rose-500\/20{
  --tw-ring-offset-color: rgb(244 63 94 / 0.2);
}

.ring-offset-rose-500\/25{
  --tw-ring-offset-color: rgb(244 63 94 / 0.25);
}

.ring-offset-rose-500\/30{
  --tw-ring-offset-color: rgb(244 63 94 / 0.3);
}

.ring-offset-rose-500\/40{
  --tw-ring-offset-color: rgb(244 63 94 / 0.4);
}

.ring-offset-rose-500\/5{
  --tw-ring-offset-color: rgb(244 63 94 / 0.05);
}

.ring-offset-rose-500\/50{
  --tw-ring-offset-color: rgb(244 63 94 / 0.5);
}

.ring-offset-rose-500\/60{
  --tw-ring-offset-color: rgb(244 63 94 / 0.6);
}

.ring-offset-rose-500\/70{
  --tw-ring-offset-color: rgb(244 63 94 / 0.7);
}

.ring-offset-rose-500\/75{
  --tw-ring-offset-color: rgb(244 63 94 / 0.75);
}

.ring-offset-rose-500\/80{
  --tw-ring-offset-color: rgb(244 63 94 / 0.8);
}

.ring-offset-rose-500\/90{
  --tw-ring-offset-color: rgb(244 63 94 / 0.9);
}

.ring-offset-rose-500\/95{
  --tw-ring-offset-color: rgb(244 63 94 / 0.95);
}

.ring-offset-rose-600{
  --tw-ring-offset-color: #e11d48;
}

.ring-offset-rose-600\/0{
  --tw-ring-offset-color: rgb(225 29 72 / 0);
}

.ring-offset-rose-600\/10{
  --tw-ring-offset-color: rgb(225 29 72 / 0.1);
}

.ring-offset-rose-600\/100{
  --tw-ring-offset-color: rgb(225 29 72 / 1);
}

.ring-offset-rose-600\/20{
  --tw-ring-offset-color: rgb(225 29 72 / 0.2);
}

.ring-offset-rose-600\/25{
  --tw-ring-offset-color: rgb(225 29 72 / 0.25);
}

.ring-offset-rose-600\/30{
  --tw-ring-offset-color: rgb(225 29 72 / 0.3);
}

.ring-offset-rose-600\/40{
  --tw-ring-offset-color: rgb(225 29 72 / 0.4);
}

.ring-offset-rose-600\/5{
  --tw-ring-offset-color: rgb(225 29 72 / 0.05);
}

.ring-offset-rose-600\/50{
  --tw-ring-offset-color: rgb(225 29 72 / 0.5);
}

.ring-offset-rose-600\/60{
  --tw-ring-offset-color: rgb(225 29 72 / 0.6);
}

.ring-offset-rose-600\/70{
  --tw-ring-offset-color: rgb(225 29 72 / 0.7);
}

.ring-offset-rose-600\/75{
  --tw-ring-offset-color: rgb(225 29 72 / 0.75);
}

.ring-offset-rose-600\/80{
  --tw-ring-offset-color: rgb(225 29 72 / 0.8);
}

.ring-offset-rose-600\/90{
  --tw-ring-offset-color: rgb(225 29 72 / 0.9);
}

.ring-offset-rose-600\/95{
  --tw-ring-offset-color: rgb(225 29 72 / 0.95);
}

.ring-offset-rose-700{
  --tw-ring-offset-color: #be123c;
}

.ring-offset-rose-700\/0{
  --tw-ring-offset-color: rgb(190 18 60 / 0);
}

.ring-offset-rose-700\/10{
  --tw-ring-offset-color: rgb(190 18 60 / 0.1);
}

.ring-offset-rose-700\/100{
  --tw-ring-offset-color: rgb(190 18 60 / 1);
}

.ring-offset-rose-700\/20{
  --tw-ring-offset-color: rgb(190 18 60 / 0.2);
}

.ring-offset-rose-700\/25{
  --tw-ring-offset-color: rgb(190 18 60 / 0.25);
}

.ring-offset-rose-700\/30{
  --tw-ring-offset-color: rgb(190 18 60 / 0.3);
}

.ring-offset-rose-700\/40{
  --tw-ring-offset-color: rgb(190 18 60 / 0.4);
}

.ring-offset-rose-700\/5{
  --tw-ring-offset-color: rgb(190 18 60 / 0.05);
}

.ring-offset-rose-700\/50{
  --tw-ring-offset-color: rgb(190 18 60 / 0.5);
}

.ring-offset-rose-700\/60{
  --tw-ring-offset-color: rgb(190 18 60 / 0.6);
}

.ring-offset-rose-700\/70{
  --tw-ring-offset-color: rgb(190 18 60 / 0.7);
}

.ring-offset-rose-700\/75{
  --tw-ring-offset-color: rgb(190 18 60 / 0.75);
}

.ring-offset-rose-700\/80{
  --tw-ring-offset-color: rgb(190 18 60 / 0.8);
}

.ring-offset-rose-700\/90{
  --tw-ring-offset-color: rgb(190 18 60 / 0.9);
}

.ring-offset-rose-700\/95{
  --tw-ring-offset-color: rgb(190 18 60 / 0.95);
}

.ring-offset-rose-800{
  --tw-ring-offset-color: #9f1239;
}

.ring-offset-rose-800\/0{
  --tw-ring-offset-color: rgb(159 18 57 / 0);
}

.ring-offset-rose-800\/10{
  --tw-ring-offset-color: rgb(159 18 57 / 0.1);
}

.ring-offset-rose-800\/100{
  --tw-ring-offset-color: rgb(159 18 57 / 1);
}

.ring-offset-rose-800\/20{
  --tw-ring-offset-color: rgb(159 18 57 / 0.2);
}

.ring-offset-rose-800\/25{
  --tw-ring-offset-color: rgb(159 18 57 / 0.25);
}

.ring-offset-rose-800\/30{
  --tw-ring-offset-color: rgb(159 18 57 / 0.3);
}

.ring-offset-rose-800\/40{
  --tw-ring-offset-color: rgb(159 18 57 / 0.4);
}

.ring-offset-rose-800\/5{
  --tw-ring-offset-color: rgb(159 18 57 / 0.05);
}

.ring-offset-rose-800\/50{
  --tw-ring-offset-color: rgb(159 18 57 / 0.5);
}

.ring-offset-rose-800\/60{
  --tw-ring-offset-color: rgb(159 18 57 / 0.6);
}

.ring-offset-rose-800\/70{
  --tw-ring-offset-color: rgb(159 18 57 / 0.7);
}

.ring-offset-rose-800\/75{
  --tw-ring-offset-color: rgb(159 18 57 / 0.75);
}

.ring-offset-rose-800\/80{
  --tw-ring-offset-color: rgb(159 18 57 / 0.8);
}

.ring-offset-rose-800\/90{
  --tw-ring-offset-color: rgb(159 18 57 / 0.9);
}

.ring-offset-rose-800\/95{
  --tw-ring-offset-color: rgb(159 18 57 / 0.95);
}

.ring-offset-rose-900{
  --tw-ring-offset-color: #881337;
}

.ring-offset-rose-900\/0{
  --tw-ring-offset-color: rgb(136 19 55 / 0);
}

.ring-offset-rose-900\/10{
  --tw-ring-offset-color: rgb(136 19 55 / 0.1);
}

.ring-offset-rose-900\/100{
  --tw-ring-offset-color: rgb(136 19 55 / 1);
}

.ring-offset-rose-900\/20{
  --tw-ring-offset-color: rgb(136 19 55 / 0.2);
}

.ring-offset-rose-900\/25{
  --tw-ring-offset-color: rgb(136 19 55 / 0.25);
}

.ring-offset-rose-900\/30{
  --tw-ring-offset-color: rgb(136 19 55 / 0.3);
}

.ring-offset-rose-900\/40{
  --tw-ring-offset-color: rgb(136 19 55 / 0.4);
}

.ring-offset-rose-900\/5{
  --tw-ring-offset-color: rgb(136 19 55 / 0.05);
}

.ring-offset-rose-900\/50{
  --tw-ring-offset-color: rgb(136 19 55 / 0.5);
}

.ring-offset-rose-900\/60{
  --tw-ring-offset-color: rgb(136 19 55 / 0.6);
}

.ring-offset-rose-900\/70{
  --tw-ring-offset-color: rgb(136 19 55 / 0.7);
}

.ring-offset-rose-900\/75{
  --tw-ring-offset-color: rgb(136 19 55 / 0.75);
}

.ring-offset-rose-900\/80{
  --tw-ring-offset-color: rgb(136 19 55 / 0.8);
}

.ring-offset-rose-900\/90{
  --tw-ring-offset-color: rgb(136 19 55 / 0.9);
}

.ring-offset-rose-900\/95{
  --tw-ring-offset-color: rgb(136 19 55 / 0.95);
}

.ring-offset-rose-950{
  --tw-ring-offset-color: #4c0519;
}

.ring-offset-rose-950\/0{
  --tw-ring-offset-color: rgb(76 5 25 / 0);
}

.ring-offset-rose-950\/10{
  --tw-ring-offset-color: rgb(76 5 25 / 0.1);
}

.ring-offset-rose-950\/100{
  --tw-ring-offset-color: rgb(76 5 25 / 1);
}

.ring-offset-rose-950\/20{
  --tw-ring-offset-color: rgb(76 5 25 / 0.2);
}

.ring-offset-rose-950\/25{
  --tw-ring-offset-color: rgb(76 5 25 / 0.25);
}

.ring-offset-rose-950\/30{
  --tw-ring-offset-color: rgb(76 5 25 / 0.3);
}

.ring-offset-rose-950\/40{
  --tw-ring-offset-color: rgb(76 5 25 / 0.4);
}

.ring-offset-rose-950\/5{
  --tw-ring-offset-color: rgb(76 5 25 / 0.05);
}

.ring-offset-rose-950\/50{
  --tw-ring-offset-color: rgb(76 5 25 / 0.5);
}

.ring-offset-rose-950\/60{
  --tw-ring-offset-color: rgb(76 5 25 / 0.6);
}

.ring-offset-rose-950\/70{
  --tw-ring-offset-color: rgb(76 5 25 / 0.7);
}

.ring-offset-rose-950\/75{
  --tw-ring-offset-color: rgb(76 5 25 / 0.75);
}

.ring-offset-rose-950\/80{
  --tw-ring-offset-color: rgb(76 5 25 / 0.8);
}

.ring-offset-rose-950\/90{
  --tw-ring-offset-color: rgb(76 5 25 / 0.9);
}

.ring-offset-rose-950\/95{
  --tw-ring-offset-color: rgb(76 5 25 / 0.95);
}

.ring-offset-sky-100{
  --tw-ring-offset-color: #e0f2fe;
}

.ring-offset-sky-100\/0{
  --tw-ring-offset-color: rgb(224 242 254 / 0);
}

.ring-offset-sky-100\/10{
  --tw-ring-offset-color: rgb(224 242 254 / 0.1);
}

.ring-offset-sky-100\/100{
  --tw-ring-offset-color: rgb(224 242 254 / 1);
}

.ring-offset-sky-100\/20{
  --tw-ring-offset-color: rgb(224 242 254 / 0.2);
}

.ring-offset-sky-100\/25{
  --tw-ring-offset-color: rgb(224 242 254 / 0.25);
}

.ring-offset-sky-100\/30{
  --tw-ring-offset-color: rgb(224 242 254 / 0.3);
}

.ring-offset-sky-100\/40{
  --tw-ring-offset-color: rgb(224 242 254 / 0.4);
}

.ring-offset-sky-100\/5{
  --tw-ring-offset-color: rgb(224 242 254 / 0.05);
}

.ring-offset-sky-100\/50{
  --tw-ring-offset-color: rgb(224 242 254 / 0.5);
}

.ring-offset-sky-100\/60{
  --tw-ring-offset-color: rgb(224 242 254 / 0.6);
}

.ring-offset-sky-100\/70{
  --tw-ring-offset-color: rgb(224 242 254 / 0.7);
}

.ring-offset-sky-100\/75{
  --tw-ring-offset-color: rgb(224 242 254 / 0.75);
}

.ring-offset-sky-100\/80{
  --tw-ring-offset-color: rgb(224 242 254 / 0.8);
}

.ring-offset-sky-100\/90{
  --tw-ring-offset-color: rgb(224 242 254 / 0.9);
}

.ring-offset-sky-100\/95{
  --tw-ring-offset-color: rgb(224 242 254 / 0.95);
}

.ring-offset-sky-200{
  --tw-ring-offset-color: #bae6fd;
}

.ring-offset-sky-200\/0{
  --tw-ring-offset-color: rgb(186 230 253 / 0);
}

.ring-offset-sky-200\/10{
  --tw-ring-offset-color: rgb(186 230 253 / 0.1);
}

.ring-offset-sky-200\/100{
  --tw-ring-offset-color: rgb(186 230 253 / 1);
}

.ring-offset-sky-200\/20{
  --tw-ring-offset-color: rgb(186 230 253 / 0.2);
}

.ring-offset-sky-200\/25{
  --tw-ring-offset-color: rgb(186 230 253 / 0.25);
}

.ring-offset-sky-200\/30{
  --tw-ring-offset-color: rgb(186 230 253 / 0.3);
}

.ring-offset-sky-200\/40{
  --tw-ring-offset-color: rgb(186 230 253 / 0.4);
}

.ring-offset-sky-200\/5{
  --tw-ring-offset-color: rgb(186 230 253 / 0.05);
}

.ring-offset-sky-200\/50{
  --tw-ring-offset-color: rgb(186 230 253 / 0.5);
}

.ring-offset-sky-200\/60{
  --tw-ring-offset-color: rgb(186 230 253 / 0.6);
}

.ring-offset-sky-200\/70{
  --tw-ring-offset-color: rgb(186 230 253 / 0.7);
}

.ring-offset-sky-200\/75{
  --tw-ring-offset-color: rgb(186 230 253 / 0.75);
}

.ring-offset-sky-200\/80{
  --tw-ring-offset-color: rgb(186 230 253 / 0.8);
}

.ring-offset-sky-200\/90{
  --tw-ring-offset-color: rgb(186 230 253 / 0.9);
}

.ring-offset-sky-200\/95{
  --tw-ring-offset-color: rgb(186 230 253 / 0.95);
}

.ring-offset-sky-300{
  --tw-ring-offset-color: #7dd3fc;
}

.ring-offset-sky-300\/0{
  --tw-ring-offset-color: rgb(125 211 252 / 0);
}

.ring-offset-sky-300\/10{
  --tw-ring-offset-color: rgb(125 211 252 / 0.1);
}

.ring-offset-sky-300\/100{
  --tw-ring-offset-color: rgb(125 211 252 / 1);
}

.ring-offset-sky-300\/20{
  --tw-ring-offset-color: rgb(125 211 252 / 0.2);
}

.ring-offset-sky-300\/25{
  --tw-ring-offset-color: rgb(125 211 252 / 0.25);
}

.ring-offset-sky-300\/30{
  --tw-ring-offset-color: rgb(125 211 252 / 0.3);
}

.ring-offset-sky-300\/40{
  --tw-ring-offset-color: rgb(125 211 252 / 0.4);
}

.ring-offset-sky-300\/5{
  --tw-ring-offset-color: rgb(125 211 252 / 0.05);
}

.ring-offset-sky-300\/50{
  --tw-ring-offset-color: rgb(125 211 252 / 0.5);
}

.ring-offset-sky-300\/60{
  --tw-ring-offset-color: rgb(125 211 252 / 0.6);
}

.ring-offset-sky-300\/70{
  --tw-ring-offset-color: rgb(125 211 252 / 0.7);
}

.ring-offset-sky-300\/75{
  --tw-ring-offset-color: rgb(125 211 252 / 0.75);
}

.ring-offset-sky-300\/80{
  --tw-ring-offset-color: rgb(125 211 252 / 0.8);
}

.ring-offset-sky-300\/90{
  --tw-ring-offset-color: rgb(125 211 252 / 0.9);
}

.ring-offset-sky-300\/95{
  --tw-ring-offset-color: rgb(125 211 252 / 0.95);
}

.ring-offset-sky-400{
  --tw-ring-offset-color: #38bdf8;
}

.ring-offset-sky-400\/0{
  --tw-ring-offset-color: rgb(56 189 248 / 0);
}

.ring-offset-sky-400\/10{
  --tw-ring-offset-color: rgb(56 189 248 / 0.1);
}

.ring-offset-sky-400\/100{
  --tw-ring-offset-color: rgb(56 189 248 / 1);
}

.ring-offset-sky-400\/20{
  --tw-ring-offset-color: rgb(56 189 248 / 0.2);
}

.ring-offset-sky-400\/25{
  --tw-ring-offset-color: rgb(56 189 248 / 0.25);
}

.ring-offset-sky-400\/30{
  --tw-ring-offset-color: rgb(56 189 248 / 0.3);
}

.ring-offset-sky-400\/40{
  --tw-ring-offset-color: rgb(56 189 248 / 0.4);
}

.ring-offset-sky-400\/5{
  --tw-ring-offset-color: rgb(56 189 248 / 0.05);
}

.ring-offset-sky-400\/50{
  --tw-ring-offset-color: rgb(56 189 248 / 0.5);
}

.ring-offset-sky-400\/60{
  --tw-ring-offset-color: rgb(56 189 248 / 0.6);
}

.ring-offset-sky-400\/70{
  --tw-ring-offset-color: rgb(56 189 248 / 0.7);
}

.ring-offset-sky-400\/75{
  --tw-ring-offset-color: rgb(56 189 248 / 0.75);
}

.ring-offset-sky-400\/80{
  --tw-ring-offset-color: rgb(56 189 248 / 0.8);
}

.ring-offset-sky-400\/90{
  --tw-ring-offset-color: rgb(56 189 248 / 0.9);
}

.ring-offset-sky-400\/95{
  --tw-ring-offset-color: rgb(56 189 248 / 0.95);
}

.ring-offset-sky-50{
  --tw-ring-offset-color: #f0f9ff;
}

.ring-offset-sky-50\/0{
  --tw-ring-offset-color: rgb(240 249 255 / 0);
}

.ring-offset-sky-50\/10{
  --tw-ring-offset-color: rgb(240 249 255 / 0.1);
}

.ring-offset-sky-50\/100{
  --tw-ring-offset-color: rgb(240 249 255 / 1);
}

.ring-offset-sky-50\/20{
  --tw-ring-offset-color: rgb(240 249 255 / 0.2);
}

.ring-offset-sky-50\/25{
  --tw-ring-offset-color: rgb(240 249 255 / 0.25);
}

.ring-offset-sky-50\/30{
  --tw-ring-offset-color: rgb(240 249 255 / 0.3);
}

.ring-offset-sky-50\/40{
  --tw-ring-offset-color: rgb(240 249 255 / 0.4);
}

.ring-offset-sky-50\/5{
  --tw-ring-offset-color: rgb(240 249 255 / 0.05);
}

.ring-offset-sky-50\/50{
  --tw-ring-offset-color: rgb(240 249 255 / 0.5);
}

.ring-offset-sky-50\/60{
  --tw-ring-offset-color: rgb(240 249 255 / 0.6);
}

.ring-offset-sky-50\/70{
  --tw-ring-offset-color: rgb(240 249 255 / 0.7);
}

.ring-offset-sky-50\/75{
  --tw-ring-offset-color: rgb(240 249 255 / 0.75);
}

.ring-offset-sky-50\/80{
  --tw-ring-offset-color: rgb(240 249 255 / 0.8);
}

.ring-offset-sky-50\/90{
  --tw-ring-offset-color: rgb(240 249 255 / 0.9);
}

.ring-offset-sky-50\/95{
  --tw-ring-offset-color: rgb(240 249 255 / 0.95);
}

.ring-offset-sky-500{
  --tw-ring-offset-color: #0ea5e9;
}

.ring-offset-sky-500\/0{
  --tw-ring-offset-color: rgb(14 165 233 / 0);
}

.ring-offset-sky-500\/10{
  --tw-ring-offset-color: rgb(14 165 233 / 0.1);
}

.ring-offset-sky-500\/100{
  --tw-ring-offset-color: rgb(14 165 233 / 1);
}

.ring-offset-sky-500\/20{
  --tw-ring-offset-color: rgb(14 165 233 / 0.2);
}

.ring-offset-sky-500\/25{
  --tw-ring-offset-color: rgb(14 165 233 / 0.25);
}

.ring-offset-sky-500\/30{
  --tw-ring-offset-color: rgb(14 165 233 / 0.3);
}

.ring-offset-sky-500\/40{
  --tw-ring-offset-color: rgb(14 165 233 / 0.4);
}

.ring-offset-sky-500\/5{
  --tw-ring-offset-color: rgb(14 165 233 / 0.05);
}

.ring-offset-sky-500\/50{
  --tw-ring-offset-color: rgb(14 165 233 / 0.5);
}

.ring-offset-sky-500\/60{
  --tw-ring-offset-color: rgb(14 165 233 / 0.6);
}

.ring-offset-sky-500\/70{
  --tw-ring-offset-color: rgb(14 165 233 / 0.7);
}

.ring-offset-sky-500\/75{
  --tw-ring-offset-color: rgb(14 165 233 / 0.75);
}

.ring-offset-sky-500\/80{
  --tw-ring-offset-color: rgb(14 165 233 / 0.8);
}

.ring-offset-sky-500\/90{
  --tw-ring-offset-color: rgb(14 165 233 / 0.9);
}

.ring-offset-sky-500\/95{
  --tw-ring-offset-color: rgb(14 165 233 / 0.95);
}

.ring-offset-sky-600{
  --tw-ring-offset-color: #0284c7;
}

.ring-offset-sky-600\/0{
  --tw-ring-offset-color: rgb(2 132 199 / 0);
}

.ring-offset-sky-600\/10{
  --tw-ring-offset-color: rgb(2 132 199 / 0.1);
}

.ring-offset-sky-600\/100{
  --tw-ring-offset-color: rgb(2 132 199 / 1);
}

.ring-offset-sky-600\/20{
  --tw-ring-offset-color: rgb(2 132 199 / 0.2);
}

.ring-offset-sky-600\/25{
  --tw-ring-offset-color: rgb(2 132 199 / 0.25);
}

.ring-offset-sky-600\/30{
  --tw-ring-offset-color: rgb(2 132 199 / 0.3);
}

.ring-offset-sky-600\/40{
  --tw-ring-offset-color: rgb(2 132 199 / 0.4);
}

.ring-offset-sky-600\/5{
  --tw-ring-offset-color: rgb(2 132 199 / 0.05);
}

.ring-offset-sky-600\/50{
  --tw-ring-offset-color: rgb(2 132 199 / 0.5);
}

.ring-offset-sky-600\/60{
  --tw-ring-offset-color: rgb(2 132 199 / 0.6);
}

.ring-offset-sky-600\/70{
  --tw-ring-offset-color: rgb(2 132 199 / 0.7);
}

.ring-offset-sky-600\/75{
  --tw-ring-offset-color: rgb(2 132 199 / 0.75);
}

.ring-offset-sky-600\/80{
  --tw-ring-offset-color: rgb(2 132 199 / 0.8);
}

.ring-offset-sky-600\/90{
  --tw-ring-offset-color: rgb(2 132 199 / 0.9);
}

.ring-offset-sky-600\/95{
  --tw-ring-offset-color: rgb(2 132 199 / 0.95);
}

.ring-offset-sky-700{
  --tw-ring-offset-color: #0369a1;
}

.ring-offset-sky-700\/0{
  --tw-ring-offset-color: rgb(3 105 161 / 0);
}

.ring-offset-sky-700\/10{
  --tw-ring-offset-color: rgb(3 105 161 / 0.1);
}

.ring-offset-sky-700\/100{
  --tw-ring-offset-color: rgb(3 105 161 / 1);
}

.ring-offset-sky-700\/20{
  --tw-ring-offset-color: rgb(3 105 161 / 0.2);
}

.ring-offset-sky-700\/25{
  --tw-ring-offset-color: rgb(3 105 161 / 0.25);
}

.ring-offset-sky-700\/30{
  --tw-ring-offset-color: rgb(3 105 161 / 0.3);
}

.ring-offset-sky-700\/40{
  --tw-ring-offset-color: rgb(3 105 161 / 0.4);
}

.ring-offset-sky-700\/5{
  --tw-ring-offset-color: rgb(3 105 161 / 0.05);
}

.ring-offset-sky-700\/50{
  --tw-ring-offset-color: rgb(3 105 161 / 0.5);
}

.ring-offset-sky-700\/60{
  --tw-ring-offset-color: rgb(3 105 161 / 0.6);
}

.ring-offset-sky-700\/70{
  --tw-ring-offset-color: rgb(3 105 161 / 0.7);
}

.ring-offset-sky-700\/75{
  --tw-ring-offset-color: rgb(3 105 161 / 0.75);
}

.ring-offset-sky-700\/80{
  --tw-ring-offset-color: rgb(3 105 161 / 0.8);
}

.ring-offset-sky-700\/90{
  --tw-ring-offset-color: rgb(3 105 161 / 0.9);
}

.ring-offset-sky-700\/95{
  --tw-ring-offset-color: rgb(3 105 161 / 0.95);
}

.ring-offset-sky-800{
  --tw-ring-offset-color: #075985;
}

.ring-offset-sky-800\/0{
  --tw-ring-offset-color: rgb(7 89 133 / 0);
}

.ring-offset-sky-800\/10{
  --tw-ring-offset-color: rgb(7 89 133 / 0.1);
}

.ring-offset-sky-800\/100{
  --tw-ring-offset-color: rgb(7 89 133 / 1);
}

.ring-offset-sky-800\/20{
  --tw-ring-offset-color: rgb(7 89 133 / 0.2);
}

.ring-offset-sky-800\/25{
  --tw-ring-offset-color: rgb(7 89 133 / 0.25);
}

.ring-offset-sky-800\/30{
  --tw-ring-offset-color: rgb(7 89 133 / 0.3);
}

.ring-offset-sky-800\/40{
  --tw-ring-offset-color: rgb(7 89 133 / 0.4);
}

.ring-offset-sky-800\/5{
  --tw-ring-offset-color: rgb(7 89 133 / 0.05);
}

.ring-offset-sky-800\/50{
  --tw-ring-offset-color: rgb(7 89 133 / 0.5);
}

.ring-offset-sky-800\/60{
  --tw-ring-offset-color: rgb(7 89 133 / 0.6);
}

.ring-offset-sky-800\/70{
  --tw-ring-offset-color: rgb(7 89 133 / 0.7);
}

.ring-offset-sky-800\/75{
  --tw-ring-offset-color: rgb(7 89 133 / 0.75);
}

.ring-offset-sky-800\/80{
  --tw-ring-offset-color: rgb(7 89 133 / 0.8);
}

.ring-offset-sky-800\/90{
  --tw-ring-offset-color: rgb(7 89 133 / 0.9);
}

.ring-offset-sky-800\/95{
  --tw-ring-offset-color: rgb(7 89 133 / 0.95);
}

.ring-offset-sky-900{
  --tw-ring-offset-color: #0c4a6e;
}

.ring-offset-sky-900\/0{
  --tw-ring-offset-color: rgb(12 74 110 / 0);
}

.ring-offset-sky-900\/10{
  --tw-ring-offset-color: rgb(12 74 110 / 0.1);
}

.ring-offset-sky-900\/100{
  --tw-ring-offset-color: rgb(12 74 110 / 1);
}

.ring-offset-sky-900\/20{
  --tw-ring-offset-color: rgb(12 74 110 / 0.2);
}

.ring-offset-sky-900\/25{
  --tw-ring-offset-color: rgb(12 74 110 / 0.25);
}

.ring-offset-sky-900\/30{
  --tw-ring-offset-color: rgb(12 74 110 / 0.3);
}

.ring-offset-sky-900\/40{
  --tw-ring-offset-color: rgb(12 74 110 / 0.4);
}

.ring-offset-sky-900\/5{
  --tw-ring-offset-color: rgb(12 74 110 / 0.05);
}

.ring-offset-sky-900\/50{
  --tw-ring-offset-color: rgb(12 74 110 / 0.5);
}

.ring-offset-sky-900\/60{
  --tw-ring-offset-color: rgb(12 74 110 / 0.6);
}

.ring-offset-sky-900\/70{
  --tw-ring-offset-color: rgb(12 74 110 / 0.7);
}

.ring-offset-sky-900\/75{
  --tw-ring-offset-color: rgb(12 74 110 / 0.75);
}

.ring-offset-sky-900\/80{
  --tw-ring-offset-color: rgb(12 74 110 / 0.8);
}

.ring-offset-sky-900\/90{
  --tw-ring-offset-color: rgb(12 74 110 / 0.9);
}

.ring-offset-sky-900\/95{
  --tw-ring-offset-color: rgb(12 74 110 / 0.95);
}

.ring-offset-sky-950{
  --tw-ring-offset-color: #082f49;
}

.ring-offset-sky-950\/0{
  --tw-ring-offset-color: rgb(8 47 73 / 0);
}

.ring-offset-sky-950\/10{
  --tw-ring-offset-color: rgb(8 47 73 / 0.1);
}

.ring-offset-sky-950\/100{
  --tw-ring-offset-color: rgb(8 47 73 / 1);
}

.ring-offset-sky-950\/20{
  --tw-ring-offset-color: rgb(8 47 73 / 0.2);
}

.ring-offset-sky-950\/25{
  --tw-ring-offset-color: rgb(8 47 73 / 0.25);
}

.ring-offset-sky-950\/30{
  --tw-ring-offset-color: rgb(8 47 73 / 0.3);
}

.ring-offset-sky-950\/40{
  --tw-ring-offset-color: rgb(8 47 73 / 0.4);
}

.ring-offset-sky-950\/5{
  --tw-ring-offset-color: rgb(8 47 73 / 0.05);
}

.ring-offset-sky-950\/50{
  --tw-ring-offset-color: rgb(8 47 73 / 0.5);
}

.ring-offset-sky-950\/60{
  --tw-ring-offset-color: rgb(8 47 73 / 0.6);
}

.ring-offset-sky-950\/70{
  --tw-ring-offset-color: rgb(8 47 73 / 0.7);
}

.ring-offset-sky-950\/75{
  --tw-ring-offset-color: rgb(8 47 73 / 0.75);
}

.ring-offset-sky-950\/80{
  --tw-ring-offset-color: rgb(8 47 73 / 0.8);
}

.ring-offset-sky-950\/90{
  --tw-ring-offset-color: rgb(8 47 73 / 0.9);
}

.ring-offset-sky-950\/95{
  --tw-ring-offset-color: rgb(8 47 73 / 0.95);
}

.ring-offset-slate-100{
  --tw-ring-offset-color: #f1f5f9;
}

.ring-offset-slate-100\/0{
  --tw-ring-offset-color: rgb(241 245 249 / 0);
}

.ring-offset-slate-100\/10{
  --tw-ring-offset-color: rgb(241 245 249 / 0.1);
}

.ring-offset-slate-100\/100{
  --tw-ring-offset-color: rgb(241 245 249 / 1);
}

.ring-offset-slate-100\/20{
  --tw-ring-offset-color: rgb(241 245 249 / 0.2);
}

.ring-offset-slate-100\/25{
  --tw-ring-offset-color: rgb(241 245 249 / 0.25);
}

.ring-offset-slate-100\/30{
  --tw-ring-offset-color: rgb(241 245 249 / 0.3);
}

.ring-offset-slate-100\/40{
  --tw-ring-offset-color: rgb(241 245 249 / 0.4);
}

.ring-offset-slate-100\/5{
  --tw-ring-offset-color: rgb(241 245 249 / 0.05);
}

.ring-offset-slate-100\/50{
  --tw-ring-offset-color: rgb(241 245 249 / 0.5);
}

.ring-offset-slate-100\/60{
  --tw-ring-offset-color: rgb(241 245 249 / 0.6);
}

.ring-offset-slate-100\/70{
  --tw-ring-offset-color: rgb(241 245 249 / 0.7);
}

.ring-offset-slate-100\/75{
  --tw-ring-offset-color: rgb(241 245 249 / 0.75);
}

.ring-offset-slate-100\/80{
  --tw-ring-offset-color: rgb(241 245 249 / 0.8);
}

.ring-offset-slate-100\/90{
  --tw-ring-offset-color: rgb(241 245 249 / 0.9);
}

.ring-offset-slate-100\/95{
  --tw-ring-offset-color: rgb(241 245 249 / 0.95);
}

.ring-offset-slate-200{
  --tw-ring-offset-color: #e2e8f0;
}

.ring-offset-slate-200\/0{
  --tw-ring-offset-color: rgb(226 232 240 / 0);
}

.ring-offset-slate-200\/10{
  --tw-ring-offset-color: rgb(226 232 240 / 0.1);
}

.ring-offset-slate-200\/100{
  --tw-ring-offset-color: rgb(226 232 240 / 1);
}

.ring-offset-slate-200\/20{
  --tw-ring-offset-color: rgb(226 232 240 / 0.2);
}

.ring-offset-slate-200\/25{
  --tw-ring-offset-color: rgb(226 232 240 / 0.25);
}

.ring-offset-slate-200\/30{
  --tw-ring-offset-color: rgb(226 232 240 / 0.3);
}

.ring-offset-slate-200\/40{
  --tw-ring-offset-color: rgb(226 232 240 / 0.4);
}

.ring-offset-slate-200\/5{
  --tw-ring-offset-color: rgb(226 232 240 / 0.05);
}

.ring-offset-slate-200\/50{
  --tw-ring-offset-color: rgb(226 232 240 / 0.5);
}

.ring-offset-slate-200\/60{
  --tw-ring-offset-color: rgb(226 232 240 / 0.6);
}

.ring-offset-slate-200\/70{
  --tw-ring-offset-color: rgb(226 232 240 / 0.7);
}

.ring-offset-slate-200\/75{
  --tw-ring-offset-color: rgb(226 232 240 / 0.75);
}

.ring-offset-slate-200\/80{
  --tw-ring-offset-color: rgb(226 232 240 / 0.8);
}

.ring-offset-slate-200\/90{
  --tw-ring-offset-color: rgb(226 232 240 / 0.9);
}

.ring-offset-slate-200\/95{
  --tw-ring-offset-color: rgb(226 232 240 / 0.95);
}

.ring-offset-slate-300{
  --tw-ring-offset-color: #cbd5e1;
}

.ring-offset-slate-300\/0{
  --tw-ring-offset-color: rgb(203 213 225 / 0);
}

.ring-offset-slate-300\/10{
  --tw-ring-offset-color: rgb(203 213 225 / 0.1);
}

.ring-offset-slate-300\/100{
  --tw-ring-offset-color: rgb(203 213 225 / 1);
}

.ring-offset-slate-300\/20{
  --tw-ring-offset-color: rgb(203 213 225 / 0.2);
}

.ring-offset-slate-300\/25{
  --tw-ring-offset-color: rgb(203 213 225 / 0.25);
}

.ring-offset-slate-300\/30{
  --tw-ring-offset-color: rgb(203 213 225 / 0.3);
}

.ring-offset-slate-300\/40{
  --tw-ring-offset-color: rgb(203 213 225 / 0.4);
}

.ring-offset-slate-300\/5{
  --tw-ring-offset-color: rgb(203 213 225 / 0.05);
}

.ring-offset-slate-300\/50{
  --tw-ring-offset-color: rgb(203 213 225 / 0.5);
}

.ring-offset-slate-300\/60{
  --tw-ring-offset-color: rgb(203 213 225 / 0.6);
}

.ring-offset-slate-300\/70{
  --tw-ring-offset-color: rgb(203 213 225 / 0.7);
}

.ring-offset-slate-300\/75{
  --tw-ring-offset-color: rgb(203 213 225 / 0.75);
}

.ring-offset-slate-300\/80{
  --tw-ring-offset-color: rgb(203 213 225 / 0.8);
}

.ring-offset-slate-300\/90{
  --tw-ring-offset-color: rgb(203 213 225 / 0.9);
}

.ring-offset-slate-300\/95{
  --tw-ring-offset-color: rgb(203 213 225 / 0.95);
}

.ring-offset-slate-400{
  --tw-ring-offset-color: #94a3b8;
}

.ring-offset-slate-400\/0{
  --tw-ring-offset-color: rgb(148 163 184 / 0);
}

.ring-offset-slate-400\/10{
  --tw-ring-offset-color: rgb(148 163 184 / 0.1);
}

.ring-offset-slate-400\/100{
  --tw-ring-offset-color: rgb(148 163 184 / 1);
}

.ring-offset-slate-400\/20{
  --tw-ring-offset-color: rgb(148 163 184 / 0.2);
}

.ring-offset-slate-400\/25{
  --tw-ring-offset-color: rgb(148 163 184 / 0.25);
}

.ring-offset-slate-400\/30{
  --tw-ring-offset-color: rgb(148 163 184 / 0.3);
}

.ring-offset-slate-400\/40{
  --tw-ring-offset-color: rgb(148 163 184 / 0.4);
}

.ring-offset-slate-400\/5{
  --tw-ring-offset-color: rgb(148 163 184 / 0.05);
}

.ring-offset-slate-400\/50{
  --tw-ring-offset-color: rgb(148 163 184 / 0.5);
}

.ring-offset-slate-400\/60{
  --tw-ring-offset-color: rgb(148 163 184 / 0.6);
}

.ring-offset-slate-400\/70{
  --tw-ring-offset-color: rgb(148 163 184 / 0.7);
}

.ring-offset-slate-400\/75{
  --tw-ring-offset-color: rgb(148 163 184 / 0.75);
}

.ring-offset-slate-400\/80{
  --tw-ring-offset-color: rgb(148 163 184 / 0.8);
}

.ring-offset-slate-400\/90{
  --tw-ring-offset-color: rgb(148 163 184 / 0.9);
}

.ring-offset-slate-400\/95{
  --tw-ring-offset-color: rgb(148 163 184 / 0.95);
}

.ring-offset-slate-50{
  --tw-ring-offset-color: #f8fafc;
}

.ring-offset-slate-50\/0{
  --tw-ring-offset-color: rgb(248 250 252 / 0);
}

.ring-offset-slate-50\/10{
  --tw-ring-offset-color: rgb(248 250 252 / 0.1);
}

.ring-offset-slate-50\/100{
  --tw-ring-offset-color: rgb(248 250 252 / 1);
}

.ring-offset-slate-50\/20{
  --tw-ring-offset-color: rgb(248 250 252 / 0.2);
}

.ring-offset-slate-50\/25{
  --tw-ring-offset-color: rgb(248 250 252 / 0.25);
}

.ring-offset-slate-50\/30{
  --tw-ring-offset-color: rgb(248 250 252 / 0.3);
}

.ring-offset-slate-50\/40{
  --tw-ring-offset-color: rgb(248 250 252 / 0.4);
}

.ring-offset-slate-50\/5{
  --tw-ring-offset-color: rgb(248 250 252 / 0.05);
}

.ring-offset-slate-50\/50{
  --tw-ring-offset-color: rgb(248 250 252 / 0.5);
}

.ring-offset-slate-50\/60{
  --tw-ring-offset-color: rgb(248 250 252 / 0.6);
}

.ring-offset-slate-50\/70{
  --tw-ring-offset-color: rgb(248 250 252 / 0.7);
}

.ring-offset-slate-50\/75{
  --tw-ring-offset-color: rgb(248 250 252 / 0.75);
}

.ring-offset-slate-50\/80{
  --tw-ring-offset-color: rgb(248 250 252 / 0.8);
}

.ring-offset-slate-50\/90{
  --tw-ring-offset-color: rgb(248 250 252 / 0.9);
}

.ring-offset-slate-50\/95{
  --tw-ring-offset-color: rgb(248 250 252 / 0.95);
}

.ring-offset-slate-500{
  --tw-ring-offset-color: #64748b;
}

.ring-offset-slate-500\/0{
  --tw-ring-offset-color: rgb(100 116 139 / 0);
}

.ring-offset-slate-500\/10{
  --tw-ring-offset-color: rgb(100 116 139 / 0.1);
}

.ring-offset-slate-500\/100{
  --tw-ring-offset-color: rgb(100 116 139 / 1);
}

.ring-offset-slate-500\/20{
  --tw-ring-offset-color: rgb(100 116 139 / 0.2);
}

.ring-offset-slate-500\/25{
  --tw-ring-offset-color: rgb(100 116 139 / 0.25);
}

.ring-offset-slate-500\/30{
  --tw-ring-offset-color: rgb(100 116 139 / 0.3);
}

.ring-offset-slate-500\/40{
  --tw-ring-offset-color: rgb(100 116 139 / 0.4);
}

.ring-offset-slate-500\/5{
  --tw-ring-offset-color: rgb(100 116 139 / 0.05);
}

.ring-offset-slate-500\/50{
  --tw-ring-offset-color: rgb(100 116 139 / 0.5);
}

.ring-offset-slate-500\/60{
  --tw-ring-offset-color: rgb(100 116 139 / 0.6);
}

.ring-offset-slate-500\/70{
  --tw-ring-offset-color: rgb(100 116 139 / 0.7);
}

.ring-offset-slate-500\/75{
  --tw-ring-offset-color: rgb(100 116 139 / 0.75);
}

.ring-offset-slate-500\/80{
  --tw-ring-offset-color: rgb(100 116 139 / 0.8);
}

.ring-offset-slate-500\/90{
  --tw-ring-offset-color: rgb(100 116 139 / 0.9);
}

.ring-offset-slate-500\/95{
  --tw-ring-offset-color: rgb(100 116 139 / 0.95);
}

.ring-offset-slate-600{
  --tw-ring-offset-color: #475569;
}

.ring-offset-slate-600\/0{
  --tw-ring-offset-color: rgb(71 85 105 / 0);
}

.ring-offset-slate-600\/10{
  --tw-ring-offset-color: rgb(71 85 105 / 0.1);
}

.ring-offset-slate-600\/100{
  --tw-ring-offset-color: rgb(71 85 105 / 1);
}

.ring-offset-slate-600\/20{
  --tw-ring-offset-color: rgb(71 85 105 / 0.2);
}

.ring-offset-slate-600\/25{
  --tw-ring-offset-color: rgb(71 85 105 / 0.25);
}

.ring-offset-slate-600\/30{
  --tw-ring-offset-color: rgb(71 85 105 / 0.3);
}

.ring-offset-slate-600\/40{
  --tw-ring-offset-color: rgb(71 85 105 / 0.4);
}

.ring-offset-slate-600\/5{
  --tw-ring-offset-color: rgb(71 85 105 / 0.05);
}

.ring-offset-slate-600\/50{
  --tw-ring-offset-color: rgb(71 85 105 / 0.5);
}

.ring-offset-slate-600\/60{
  --tw-ring-offset-color: rgb(71 85 105 / 0.6);
}

.ring-offset-slate-600\/70{
  --tw-ring-offset-color: rgb(71 85 105 / 0.7);
}

.ring-offset-slate-600\/75{
  --tw-ring-offset-color: rgb(71 85 105 / 0.75);
}

.ring-offset-slate-600\/80{
  --tw-ring-offset-color: rgb(71 85 105 / 0.8);
}

.ring-offset-slate-600\/90{
  --tw-ring-offset-color: rgb(71 85 105 / 0.9);
}

.ring-offset-slate-600\/95{
  --tw-ring-offset-color: rgb(71 85 105 / 0.95);
}

.ring-offset-slate-700{
  --tw-ring-offset-color: #334155;
}

.ring-offset-slate-700\/0{
  --tw-ring-offset-color: rgb(51 65 85 / 0);
}

.ring-offset-slate-700\/10{
  --tw-ring-offset-color: rgb(51 65 85 / 0.1);
}

.ring-offset-slate-700\/100{
  --tw-ring-offset-color: rgb(51 65 85 / 1);
}

.ring-offset-slate-700\/20{
  --tw-ring-offset-color: rgb(51 65 85 / 0.2);
}

.ring-offset-slate-700\/25{
  --tw-ring-offset-color: rgb(51 65 85 / 0.25);
}

.ring-offset-slate-700\/30{
  --tw-ring-offset-color: rgb(51 65 85 / 0.3);
}

.ring-offset-slate-700\/40{
  --tw-ring-offset-color: rgb(51 65 85 / 0.4);
}

.ring-offset-slate-700\/5{
  --tw-ring-offset-color: rgb(51 65 85 / 0.05);
}

.ring-offset-slate-700\/50{
  --tw-ring-offset-color: rgb(51 65 85 / 0.5);
}

.ring-offset-slate-700\/60{
  --tw-ring-offset-color: rgb(51 65 85 / 0.6);
}

.ring-offset-slate-700\/70{
  --tw-ring-offset-color: rgb(51 65 85 / 0.7);
}

.ring-offset-slate-700\/75{
  --tw-ring-offset-color: rgb(51 65 85 / 0.75);
}

.ring-offset-slate-700\/80{
  --tw-ring-offset-color: rgb(51 65 85 / 0.8);
}

.ring-offset-slate-700\/90{
  --tw-ring-offset-color: rgb(51 65 85 / 0.9);
}

.ring-offset-slate-700\/95{
  --tw-ring-offset-color: rgb(51 65 85 / 0.95);
}

.ring-offset-slate-800{
  --tw-ring-offset-color: #1e293b;
}

.ring-offset-slate-800\/0{
  --tw-ring-offset-color: rgb(30 41 59 / 0);
}

.ring-offset-slate-800\/10{
  --tw-ring-offset-color: rgb(30 41 59 / 0.1);
}

.ring-offset-slate-800\/100{
  --tw-ring-offset-color: rgb(30 41 59 / 1);
}

.ring-offset-slate-800\/20{
  --tw-ring-offset-color: rgb(30 41 59 / 0.2);
}

.ring-offset-slate-800\/25{
  --tw-ring-offset-color: rgb(30 41 59 / 0.25);
}

.ring-offset-slate-800\/30{
  --tw-ring-offset-color: rgb(30 41 59 / 0.3);
}

.ring-offset-slate-800\/40{
  --tw-ring-offset-color: rgb(30 41 59 / 0.4);
}

.ring-offset-slate-800\/5{
  --tw-ring-offset-color: rgb(30 41 59 / 0.05);
}

.ring-offset-slate-800\/50{
  --tw-ring-offset-color: rgb(30 41 59 / 0.5);
}

.ring-offset-slate-800\/60{
  --tw-ring-offset-color: rgb(30 41 59 / 0.6);
}

.ring-offset-slate-800\/70{
  --tw-ring-offset-color: rgb(30 41 59 / 0.7);
}

.ring-offset-slate-800\/75{
  --tw-ring-offset-color: rgb(30 41 59 / 0.75);
}

.ring-offset-slate-800\/80{
  --tw-ring-offset-color: rgb(30 41 59 / 0.8);
}

.ring-offset-slate-800\/90{
  --tw-ring-offset-color: rgb(30 41 59 / 0.9);
}

.ring-offset-slate-800\/95{
  --tw-ring-offset-color: rgb(30 41 59 / 0.95);
}

.ring-offset-slate-900{
  --tw-ring-offset-color: #0f172a;
}

.ring-offset-slate-900\/0{
  --tw-ring-offset-color: rgb(15 23 42 / 0);
}

.ring-offset-slate-900\/10{
  --tw-ring-offset-color: rgb(15 23 42 / 0.1);
}

.ring-offset-slate-900\/100{
  --tw-ring-offset-color: rgb(15 23 42 / 1);
}

.ring-offset-slate-900\/20{
  --tw-ring-offset-color: rgb(15 23 42 / 0.2);
}

.ring-offset-slate-900\/25{
  --tw-ring-offset-color: rgb(15 23 42 / 0.25);
}

.ring-offset-slate-900\/30{
  --tw-ring-offset-color: rgb(15 23 42 / 0.3);
}

.ring-offset-slate-900\/40{
  --tw-ring-offset-color: rgb(15 23 42 / 0.4);
}

.ring-offset-slate-900\/5{
  --tw-ring-offset-color: rgb(15 23 42 / 0.05);
}

.ring-offset-slate-900\/50{
  --tw-ring-offset-color: rgb(15 23 42 / 0.5);
}

.ring-offset-slate-900\/60{
  --tw-ring-offset-color: rgb(15 23 42 / 0.6);
}

.ring-offset-slate-900\/70{
  --tw-ring-offset-color: rgb(15 23 42 / 0.7);
}

.ring-offset-slate-900\/75{
  --tw-ring-offset-color: rgb(15 23 42 / 0.75);
}

.ring-offset-slate-900\/80{
  --tw-ring-offset-color: rgb(15 23 42 / 0.8);
}

.ring-offset-slate-900\/90{
  --tw-ring-offset-color: rgb(15 23 42 / 0.9);
}

.ring-offset-slate-900\/95{
  --tw-ring-offset-color: rgb(15 23 42 / 0.95);
}

.ring-offset-slate-950{
  --tw-ring-offset-color: #020617;
}

.ring-offset-slate-950\/0{
  --tw-ring-offset-color: rgb(2 6 23 / 0);
}

.ring-offset-slate-950\/10{
  --tw-ring-offset-color: rgb(2 6 23 / 0.1);
}

.ring-offset-slate-950\/100{
  --tw-ring-offset-color: rgb(2 6 23 / 1);
}

.ring-offset-slate-950\/20{
  --tw-ring-offset-color: rgb(2 6 23 / 0.2);
}

.ring-offset-slate-950\/25{
  --tw-ring-offset-color: rgb(2 6 23 / 0.25);
}

.ring-offset-slate-950\/30{
  --tw-ring-offset-color: rgb(2 6 23 / 0.3);
}

.ring-offset-slate-950\/40{
  --tw-ring-offset-color: rgb(2 6 23 / 0.4);
}

.ring-offset-slate-950\/5{
  --tw-ring-offset-color: rgb(2 6 23 / 0.05);
}

.ring-offset-slate-950\/50{
  --tw-ring-offset-color: rgb(2 6 23 / 0.5);
}

.ring-offset-slate-950\/60{
  --tw-ring-offset-color: rgb(2 6 23 / 0.6);
}

.ring-offset-slate-950\/70{
  --tw-ring-offset-color: rgb(2 6 23 / 0.7);
}

.ring-offset-slate-950\/75{
  --tw-ring-offset-color: rgb(2 6 23 / 0.75);
}

.ring-offset-slate-950\/80{
  --tw-ring-offset-color: rgb(2 6 23 / 0.8);
}

.ring-offset-slate-950\/90{
  --tw-ring-offset-color: rgb(2 6 23 / 0.9);
}

.ring-offset-slate-950\/95{
  --tw-ring-offset-color: rgb(2 6 23 / 0.95);
}

.ring-offset-stone-100{
  --tw-ring-offset-color: #f5f5f4;
}

.ring-offset-stone-100\/0{
  --tw-ring-offset-color: rgb(245 245 244 / 0);
}

.ring-offset-stone-100\/10{
  --tw-ring-offset-color: rgb(245 245 244 / 0.1);
}

.ring-offset-stone-100\/100{
  --tw-ring-offset-color: rgb(245 245 244 / 1);
}

.ring-offset-stone-100\/20{
  --tw-ring-offset-color: rgb(245 245 244 / 0.2);
}

.ring-offset-stone-100\/25{
  --tw-ring-offset-color: rgb(245 245 244 / 0.25);
}

.ring-offset-stone-100\/30{
  --tw-ring-offset-color: rgb(245 245 244 / 0.3);
}

.ring-offset-stone-100\/40{
  --tw-ring-offset-color: rgb(245 245 244 / 0.4);
}

.ring-offset-stone-100\/5{
  --tw-ring-offset-color: rgb(245 245 244 / 0.05);
}

.ring-offset-stone-100\/50{
  --tw-ring-offset-color: rgb(245 245 244 / 0.5);
}

.ring-offset-stone-100\/60{
  --tw-ring-offset-color: rgb(245 245 244 / 0.6);
}

.ring-offset-stone-100\/70{
  --tw-ring-offset-color: rgb(245 245 244 / 0.7);
}

.ring-offset-stone-100\/75{
  --tw-ring-offset-color: rgb(245 245 244 / 0.75);
}

.ring-offset-stone-100\/80{
  --tw-ring-offset-color: rgb(245 245 244 / 0.8);
}

.ring-offset-stone-100\/90{
  --tw-ring-offset-color: rgb(245 245 244 / 0.9);
}

.ring-offset-stone-100\/95{
  --tw-ring-offset-color: rgb(245 245 244 / 0.95);
}

.ring-offset-stone-200{
  --tw-ring-offset-color: #e7e5e4;
}

.ring-offset-stone-200\/0{
  --tw-ring-offset-color: rgb(231 229 228 / 0);
}

.ring-offset-stone-200\/10{
  --tw-ring-offset-color: rgb(231 229 228 / 0.1);
}

.ring-offset-stone-200\/100{
  --tw-ring-offset-color: rgb(231 229 228 / 1);
}

.ring-offset-stone-200\/20{
  --tw-ring-offset-color: rgb(231 229 228 / 0.2);
}

.ring-offset-stone-200\/25{
  --tw-ring-offset-color: rgb(231 229 228 / 0.25);
}

.ring-offset-stone-200\/30{
  --tw-ring-offset-color: rgb(231 229 228 / 0.3);
}

.ring-offset-stone-200\/40{
  --tw-ring-offset-color: rgb(231 229 228 / 0.4);
}

.ring-offset-stone-200\/5{
  --tw-ring-offset-color: rgb(231 229 228 / 0.05);
}

.ring-offset-stone-200\/50{
  --tw-ring-offset-color: rgb(231 229 228 / 0.5);
}

.ring-offset-stone-200\/60{
  --tw-ring-offset-color: rgb(231 229 228 / 0.6);
}

.ring-offset-stone-200\/70{
  --tw-ring-offset-color: rgb(231 229 228 / 0.7);
}

.ring-offset-stone-200\/75{
  --tw-ring-offset-color: rgb(231 229 228 / 0.75);
}

.ring-offset-stone-200\/80{
  --tw-ring-offset-color: rgb(231 229 228 / 0.8);
}

.ring-offset-stone-200\/90{
  --tw-ring-offset-color: rgb(231 229 228 / 0.9);
}

.ring-offset-stone-200\/95{
  --tw-ring-offset-color: rgb(231 229 228 / 0.95);
}

.ring-offset-stone-300{
  --tw-ring-offset-color: #d6d3d1;
}

.ring-offset-stone-300\/0{
  --tw-ring-offset-color: rgb(214 211 209 / 0);
}

.ring-offset-stone-300\/10{
  --tw-ring-offset-color: rgb(214 211 209 / 0.1);
}

.ring-offset-stone-300\/100{
  --tw-ring-offset-color: rgb(214 211 209 / 1);
}

.ring-offset-stone-300\/20{
  --tw-ring-offset-color: rgb(214 211 209 / 0.2);
}

.ring-offset-stone-300\/25{
  --tw-ring-offset-color: rgb(214 211 209 / 0.25);
}

.ring-offset-stone-300\/30{
  --tw-ring-offset-color: rgb(214 211 209 / 0.3);
}

.ring-offset-stone-300\/40{
  --tw-ring-offset-color: rgb(214 211 209 / 0.4);
}

.ring-offset-stone-300\/5{
  --tw-ring-offset-color: rgb(214 211 209 / 0.05);
}

.ring-offset-stone-300\/50{
  --tw-ring-offset-color: rgb(214 211 209 / 0.5);
}

.ring-offset-stone-300\/60{
  --tw-ring-offset-color: rgb(214 211 209 / 0.6);
}

.ring-offset-stone-300\/70{
  --tw-ring-offset-color: rgb(214 211 209 / 0.7);
}

.ring-offset-stone-300\/75{
  --tw-ring-offset-color: rgb(214 211 209 / 0.75);
}

.ring-offset-stone-300\/80{
  --tw-ring-offset-color: rgb(214 211 209 / 0.8);
}

.ring-offset-stone-300\/90{
  --tw-ring-offset-color: rgb(214 211 209 / 0.9);
}

.ring-offset-stone-300\/95{
  --tw-ring-offset-color: rgb(214 211 209 / 0.95);
}

.ring-offset-stone-400{
  --tw-ring-offset-color: #a8a29e;
}

.ring-offset-stone-400\/0{
  --tw-ring-offset-color: rgb(168 162 158 / 0);
}

.ring-offset-stone-400\/10{
  --tw-ring-offset-color: rgb(168 162 158 / 0.1);
}

.ring-offset-stone-400\/100{
  --tw-ring-offset-color: rgb(168 162 158 / 1);
}

.ring-offset-stone-400\/20{
  --tw-ring-offset-color: rgb(168 162 158 / 0.2);
}

.ring-offset-stone-400\/25{
  --tw-ring-offset-color: rgb(168 162 158 / 0.25);
}

.ring-offset-stone-400\/30{
  --tw-ring-offset-color: rgb(168 162 158 / 0.3);
}

.ring-offset-stone-400\/40{
  --tw-ring-offset-color: rgb(168 162 158 / 0.4);
}

.ring-offset-stone-400\/5{
  --tw-ring-offset-color: rgb(168 162 158 / 0.05);
}

.ring-offset-stone-400\/50{
  --tw-ring-offset-color: rgb(168 162 158 / 0.5);
}

.ring-offset-stone-400\/60{
  --tw-ring-offset-color: rgb(168 162 158 / 0.6);
}

.ring-offset-stone-400\/70{
  --tw-ring-offset-color: rgb(168 162 158 / 0.7);
}

.ring-offset-stone-400\/75{
  --tw-ring-offset-color: rgb(168 162 158 / 0.75);
}

.ring-offset-stone-400\/80{
  --tw-ring-offset-color: rgb(168 162 158 / 0.8);
}

.ring-offset-stone-400\/90{
  --tw-ring-offset-color: rgb(168 162 158 / 0.9);
}

.ring-offset-stone-400\/95{
  --tw-ring-offset-color: rgb(168 162 158 / 0.95);
}

.ring-offset-stone-50{
  --tw-ring-offset-color: #fafaf9;
}

.ring-offset-stone-50\/0{
  --tw-ring-offset-color: rgb(250 250 249 / 0);
}

.ring-offset-stone-50\/10{
  --tw-ring-offset-color: rgb(250 250 249 / 0.1);
}

.ring-offset-stone-50\/100{
  --tw-ring-offset-color: rgb(250 250 249 / 1);
}

.ring-offset-stone-50\/20{
  --tw-ring-offset-color: rgb(250 250 249 / 0.2);
}

.ring-offset-stone-50\/25{
  --tw-ring-offset-color: rgb(250 250 249 / 0.25);
}

.ring-offset-stone-50\/30{
  --tw-ring-offset-color: rgb(250 250 249 / 0.3);
}

.ring-offset-stone-50\/40{
  --tw-ring-offset-color: rgb(250 250 249 / 0.4);
}

.ring-offset-stone-50\/5{
  --tw-ring-offset-color: rgb(250 250 249 / 0.05);
}

.ring-offset-stone-50\/50{
  --tw-ring-offset-color: rgb(250 250 249 / 0.5);
}

.ring-offset-stone-50\/60{
  --tw-ring-offset-color: rgb(250 250 249 / 0.6);
}

.ring-offset-stone-50\/70{
  --tw-ring-offset-color: rgb(250 250 249 / 0.7);
}

.ring-offset-stone-50\/75{
  --tw-ring-offset-color: rgb(250 250 249 / 0.75);
}

.ring-offset-stone-50\/80{
  --tw-ring-offset-color: rgb(250 250 249 / 0.8);
}

.ring-offset-stone-50\/90{
  --tw-ring-offset-color: rgb(250 250 249 / 0.9);
}

.ring-offset-stone-50\/95{
  --tw-ring-offset-color: rgb(250 250 249 / 0.95);
}

.ring-offset-stone-500{
  --tw-ring-offset-color: #78716c;
}

.ring-offset-stone-500\/0{
  --tw-ring-offset-color: rgb(120 113 108 / 0);
}

.ring-offset-stone-500\/10{
  --tw-ring-offset-color: rgb(120 113 108 / 0.1);
}

.ring-offset-stone-500\/100{
  --tw-ring-offset-color: rgb(120 113 108 / 1);
}

.ring-offset-stone-500\/20{
  --tw-ring-offset-color: rgb(120 113 108 / 0.2);
}

.ring-offset-stone-500\/25{
  --tw-ring-offset-color: rgb(120 113 108 / 0.25);
}

.ring-offset-stone-500\/30{
  --tw-ring-offset-color: rgb(120 113 108 / 0.3);
}

.ring-offset-stone-500\/40{
  --tw-ring-offset-color: rgb(120 113 108 / 0.4);
}

.ring-offset-stone-500\/5{
  --tw-ring-offset-color: rgb(120 113 108 / 0.05);
}

.ring-offset-stone-500\/50{
  --tw-ring-offset-color: rgb(120 113 108 / 0.5);
}

.ring-offset-stone-500\/60{
  --tw-ring-offset-color: rgb(120 113 108 / 0.6);
}

.ring-offset-stone-500\/70{
  --tw-ring-offset-color: rgb(120 113 108 / 0.7);
}

.ring-offset-stone-500\/75{
  --tw-ring-offset-color: rgb(120 113 108 / 0.75);
}

.ring-offset-stone-500\/80{
  --tw-ring-offset-color: rgb(120 113 108 / 0.8);
}

.ring-offset-stone-500\/90{
  --tw-ring-offset-color: rgb(120 113 108 / 0.9);
}

.ring-offset-stone-500\/95{
  --tw-ring-offset-color: rgb(120 113 108 / 0.95);
}

.ring-offset-stone-600{
  --tw-ring-offset-color: #57534e;
}

.ring-offset-stone-600\/0{
  --tw-ring-offset-color: rgb(87 83 78 / 0);
}

.ring-offset-stone-600\/10{
  --tw-ring-offset-color: rgb(87 83 78 / 0.1);
}

.ring-offset-stone-600\/100{
  --tw-ring-offset-color: rgb(87 83 78 / 1);
}

.ring-offset-stone-600\/20{
  --tw-ring-offset-color: rgb(87 83 78 / 0.2);
}

.ring-offset-stone-600\/25{
  --tw-ring-offset-color: rgb(87 83 78 / 0.25);
}

.ring-offset-stone-600\/30{
  --tw-ring-offset-color: rgb(87 83 78 / 0.3);
}

.ring-offset-stone-600\/40{
  --tw-ring-offset-color: rgb(87 83 78 / 0.4);
}

.ring-offset-stone-600\/5{
  --tw-ring-offset-color: rgb(87 83 78 / 0.05);
}

.ring-offset-stone-600\/50{
  --tw-ring-offset-color: rgb(87 83 78 / 0.5);
}

.ring-offset-stone-600\/60{
  --tw-ring-offset-color: rgb(87 83 78 / 0.6);
}

.ring-offset-stone-600\/70{
  --tw-ring-offset-color: rgb(87 83 78 / 0.7);
}

.ring-offset-stone-600\/75{
  --tw-ring-offset-color: rgb(87 83 78 / 0.75);
}

.ring-offset-stone-600\/80{
  --tw-ring-offset-color: rgb(87 83 78 / 0.8);
}

.ring-offset-stone-600\/90{
  --tw-ring-offset-color: rgb(87 83 78 / 0.9);
}

.ring-offset-stone-600\/95{
  --tw-ring-offset-color: rgb(87 83 78 / 0.95);
}

.ring-offset-stone-700{
  --tw-ring-offset-color: #44403c;
}

.ring-offset-stone-700\/0{
  --tw-ring-offset-color: rgb(68 64 60 / 0);
}

.ring-offset-stone-700\/10{
  --tw-ring-offset-color: rgb(68 64 60 / 0.1);
}

.ring-offset-stone-700\/100{
  --tw-ring-offset-color: rgb(68 64 60 / 1);
}

.ring-offset-stone-700\/20{
  --tw-ring-offset-color: rgb(68 64 60 / 0.2);
}

.ring-offset-stone-700\/25{
  --tw-ring-offset-color: rgb(68 64 60 / 0.25);
}

.ring-offset-stone-700\/30{
  --tw-ring-offset-color: rgb(68 64 60 / 0.3);
}

.ring-offset-stone-700\/40{
  --tw-ring-offset-color: rgb(68 64 60 / 0.4);
}

.ring-offset-stone-700\/5{
  --tw-ring-offset-color: rgb(68 64 60 / 0.05);
}

.ring-offset-stone-700\/50{
  --tw-ring-offset-color: rgb(68 64 60 / 0.5);
}

.ring-offset-stone-700\/60{
  --tw-ring-offset-color: rgb(68 64 60 / 0.6);
}

.ring-offset-stone-700\/70{
  --tw-ring-offset-color: rgb(68 64 60 / 0.7);
}

.ring-offset-stone-700\/75{
  --tw-ring-offset-color: rgb(68 64 60 / 0.75);
}

.ring-offset-stone-700\/80{
  --tw-ring-offset-color: rgb(68 64 60 / 0.8);
}

.ring-offset-stone-700\/90{
  --tw-ring-offset-color: rgb(68 64 60 / 0.9);
}

.ring-offset-stone-700\/95{
  --tw-ring-offset-color: rgb(68 64 60 / 0.95);
}

.ring-offset-stone-800{
  --tw-ring-offset-color: #292524;
}

.ring-offset-stone-800\/0{
  --tw-ring-offset-color: rgb(41 37 36 / 0);
}

.ring-offset-stone-800\/10{
  --tw-ring-offset-color: rgb(41 37 36 / 0.1);
}

.ring-offset-stone-800\/100{
  --tw-ring-offset-color: rgb(41 37 36 / 1);
}

.ring-offset-stone-800\/20{
  --tw-ring-offset-color: rgb(41 37 36 / 0.2);
}

.ring-offset-stone-800\/25{
  --tw-ring-offset-color: rgb(41 37 36 / 0.25);
}

.ring-offset-stone-800\/30{
  --tw-ring-offset-color: rgb(41 37 36 / 0.3);
}

.ring-offset-stone-800\/40{
  --tw-ring-offset-color: rgb(41 37 36 / 0.4);
}

.ring-offset-stone-800\/5{
  --tw-ring-offset-color: rgb(41 37 36 / 0.05);
}

.ring-offset-stone-800\/50{
  --tw-ring-offset-color: rgb(41 37 36 / 0.5);
}

.ring-offset-stone-800\/60{
  --tw-ring-offset-color: rgb(41 37 36 / 0.6);
}

.ring-offset-stone-800\/70{
  --tw-ring-offset-color: rgb(41 37 36 / 0.7);
}

.ring-offset-stone-800\/75{
  --tw-ring-offset-color: rgb(41 37 36 / 0.75);
}

.ring-offset-stone-800\/80{
  --tw-ring-offset-color: rgb(41 37 36 / 0.8);
}

.ring-offset-stone-800\/90{
  --tw-ring-offset-color: rgb(41 37 36 / 0.9);
}

.ring-offset-stone-800\/95{
  --tw-ring-offset-color: rgb(41 37 36 / 0.95);
}

.ring-offset-stone-900{
  --tw-ring-offset-color: #1c1917;
}

.ring-offset-stone-900\/0{
  --tw-ring-offset-color: rgb(28 25 23 / 0);
}

.ring-offset-stone-900\/10{
  --tw-ring-offset-color: rgb(28 25 23 / 0.1);
}

.ring-offset-stone-900\/100{
  --tw-ring-offset-color: rgb(28 25 23 / 1);
}

.ring-offset-stone-900\/20{
  --tw-ring-offset-color: rgb(28 25 23 / 0.2);
}

.ring-offset-stone-900\/25{
  --tw-ring-offset-color: rgb(28 25 23 / 0.25);
}

.ring-offset-stone-900\/30{
  --tw-ring-offset-color: rgb(28 25 23 / 0.3);
}

.ring-offset-stone-900\/40{
  --tw-ring-offset-color: rgb(28 25 23 / 0.4);
}

.ring-offset-stone-900\/5{
  --tw-ring-offset-color: rgb(28 25 23 / 0.05);
}

.ring-offset-stone-900\/50{
  --tw-ring-offset-color: rgb(28 25 23 / 0.5);
}

.ring-offset-stone-900\/60{
  --tw-ring-offset-color: rgb(28 25 23 / 0.6);
}

.ring-offset-stone-900\/70{
  --tw-ring-offset-color: rgb(28 25 23 / 0.7);
}

.ring-offset-stone-900\/75{
  --tw-ring-offset-color: rgb(28 25 23 / 0.75);
}

.ring-offset-stone-900\/80{
  --tw-ring-offset-color: rgb(28 25 23 / 0.8);
}

.ring-offset-stone-900\/90{
  --tw-ring-offset-color: rgb(28 25 23 / 0.9);
}

.ring-offset-stone-900\/95{
  --tw-ring-offset-color: rgb(28 25 23 / 0.95);
}

.ring-offset-stone-950{
  --tw-ring-offset-color: #0c0a09;
}

.ring-offset-stone-950\/0{
  --tw-ring-offset-color: rgb(12 10 9 / 0);
}

.ring-offset-stone-950\/10{
  --tw-ring-offset-color: rgb(12 10 9 / 0.1);
}

.ring-offset-stone-950\/100{
  --tw-ring-offset-color: rgb(12 10 9 / 1);
}

.ring-offset-stone-950\/20{
  --tw-ring-offset-color: rgb(12 10 9 / 0.2);
}

.ring-offset-stone-950\/25{
  --tw-ring-offset-color: rgb(12 10 9 / 0.25);
}

.ring-offset-stone-950\/30{
  --tw-ring-offset-color: rgb(12 10 9 / 0.3);
}

.ring-offset-stone-950\/40{
  --tw-ring-offset-color: rgb(12 10 9 / 0.4);
}

.ring-offset-stone-950\/5{
  --tw-ring-offset-color: rgb(12 10 9 / 0.05);
}

.ring-offset-stone-950\/50{
  --tw-ring-offset-color: rgb(12 10 9 / 0.5);
}

.ring-offset-stone-950\/60{
  --tw-ring-offset-color: rgb(12 10 9 / 0.6);
}

.ring-offset-stone-950\/70{
  --tw-ring-offset-color: rgb(12 10 9 / 0.7);
}

.ring-offset-stone-950\/75{
  --tw-ring-offset-color: rgb(12 10 9 / 0.75);
}

.ring-offset-stone-950\/80{
  --tw-ring-offset-color: rgb(12 10 9 / 0.8);
}

.ring-offset-stone-950\/90{
  --tw-ring-offset-color: rgb(12 10 9 / 0.9);
}

.ring-offset-stone-950\/95{
  --tw-ring-offset-color: rgb(12 10 9 / 0.95);
}

.ring-offset-teal-100{
  --tw-ring-offset-color: #ccfbf1;
}

.ring-offset-teal-100\/0{
  --tw-ring-offset-color: rgb(204 251 241 / 0);
}

.ring-offset-teal-100\/10{
  --tw-ring-offset-color: rgb(204 251 241 / 0.1);
}

.ring-offset-teal-100\/100{
  --tw-ring-offset-color: rgb(204 251 241 / 1);
}

.ring-offset-teal-100\/20{
  --tw-ring-offset-color: rgb(204 251 241 / 0.2);
}

.ring-offset-teal-100\/25{
  --tw-ring-offset-color: rgb(204 251 241 / 0.25);
}

.ring-offset-teal-100\/30{
  --tw-ring-offset-color: rgb(204 251 241 / 0.3);
}

.ring-offset-teal-100\/40{
  --tw-ring-offset-color: rgb(204 251 241 / 0.4);
}

.ring-offset-teal-100\/5{
  --tw-ring-offset-color: rgb(204 251 241 / 0.05);
}

.ring-offset-teal-100\/50{
  --tw-ring-offset-color: rgb(204 251 241 / 0.5);
}

.ring-offset-teal-100\/60{
  --tw-ring-offset-color: rgb(204 251 241 / 0.6);
}

.ring-offset-teal-100\/70{
  --tw-ring-offset-color: rgb(204 251 241 / 0.7);
}

.ring-offset-teal-100\/75{
  --tw-ring-offset-color: rgb(204 251 241 / 0.75);
}

.ring-offset-teal-100\/80{
  --tw-ring-offset-color: rgb(204 251 241 / 0.8);
}

.ring-offset-teal-100\/90{
  --tw-ring-offset-color: rgb(204 251 241 / 0.9);
}

.ring-offset-teal-100\/95{
  --tw-ring-offset-color: rgb(204 251 241 / 0.95);
}

.ring-offset-teal-200{
  --tw-ring-offset-color: #99f6e4;
}

.ring-offset-teal-200\/0{
  --tw-ring-offset-color: rgb(153 246 228 / 0);
}

.ring-offset-teal-200\/10{
  --tw-ring-offset-color: rgb(153 246 228 / 0.1);
}

.ring-offset-teal-200\/100{
  --tw-ring-offset-color: rgb(153 246 228 / 1);
}

.ring-offset-teal-200\/20{
  --tw-ring-offset-color: rgb(153 246 228 / 0.2);
}

.ring-offset-teal-200\/25{
  --tw-ring-offset-color: rgb(153 246 228 / 0.25);
}

.ring-offset-teal-200\/30{
  --tw-ring-offset-color: rgb(153 246 228 / 0.3);
}

.ring-offset-teal-200\/40{
  --tw-ring-offset-color: rgb(153 246 228 / 0.4);
}

.ring-offset-teal-200\/5{
  --tw-ring-offset-color: rgb(153 246 228 / 0.05);
}

.ring-offset-teal-200\/50{
  --tw-ring-offset-color: rgb(153 246 228 / 0.5);
}

.ring-offset-teal-200\/60{
  --tw-ring-offset-color: rgb(153 246 228 / 0.6);
}

.ring-offset-teal-200\/70{
  --tw-ring-offset-color: rgb(153 246 228 / 0.7);
}

.ring-offset-teal-200\/75{
  --tw-ring-offset-color: rgb(153 246 228 / 0.75);
}

.ring-offset-teal-200\/80{
  --tw-ring-offset-color: rgb(153 246 228 / 0.8);
}

.ring-offset-teal-200\/90{
  --tw-ring-offset-color: rgb(153 246 228 / 0.9);
}

.ring-offset-teal-200\/95{
  --tw-ring-offset-color: rgb(153 246 228 / 0.95);
}

.ring-offset-teal-300{
  --tw-ring-offset-color: #5eead4;
}

.ring-offset-teal-300\/0{
  --tw-ring-offset-color: rgb(94 234 212 / 0);
}

.ring-offset-teal-300\/10{
  --tw-ring-offset-color: rgb(94 234 212 / 0.1);
}

.ring-offset-teal-300\/100{
  --tw-ring-offset-color: rgb(94 234 212 / 1);
}

.ring-offset-teal-300\/20{
  --tw-ring-offset-color: rgb(94 234 212 / 0.2);
}

.ring-offset-teal-300\/25{
  --tw-ring-offset-color: rgb(94 234 212 / 0.25);
}

.ring-offset-teal-300\/30{
  --tw-ring-offset-color: rgb(94 234 212 / 0.3);
}

.ring-offset-teal-300\/40{
  --tw-ring-offset-color: rgb(94 234 212 / 0.4);
}

.ring-offset-teal-300\/5{
  --tw-ring-offset-color: rgb(94 234 212 / 0.05);
}

.ring-offset-teal-300\/50{
  --tw-ring-offset-color: rgb(94 234 212 / 0.5);
}

.ring-offset-teal-300\/60{
  --tw-ring-offset-color: rgb(94 234 212 / 0.6);
}

.ring-offset-teal-300\/70{
  --tw-ring-offset-color: rgb(94 234 212 / 0.7);
}

.ring-offset-teal-300\/75{
  --tw-ring-offset-color: rgb(94 234 212 / 0.75);
}

.ring-offset-teal-300\/80{
  --tw-ring-offset-color: rgb(94 234 212 / 0.8);
}

.ring-offset-teal-300\/90{
  --tw-ring-offset-color: rgb(94 234 212 / 0.9);
}

.ring-offset-teal-300\/95{
  --tw-ring-offset-color: rgb(94 234 212 / 0.95);
}

.ring-offset-teal-400{
  --tw-ring-offset-color: #2dd4bf;
}

.ring-offset-teal-400\/0{
  --tw-ring-offset-color: rgb(45 212 191 / 0);
}

.ring-offset-teal-400\/10{
  --tw-ring-offset-color: rgb(45 212 191 / 0.1);
}

.ring-offset-teal-400\/100{
  --tw-ring-offset-color: rgb(45 212 191 / 1);
}

.ring-offset-teal-400\/20{
  --tw-ring-offset-color: rgb(45 212 191 / 0.2);
}

.ring-offset-teal-400\/25{
  --tw-ring-offset-color: rgb(45 212 191 / 0.25);
}

.ring-offset-teal-400\/30{
  --tw-ring-offset-color: rgb(45 212 191 / 0.3);
}

.ring-offset-teal-400\/40{
  --tw-ring-offset-color: rgb(45 212 191 / 0.4);
}

.ring-offset-teal-400\/5{
  --tw-ring-offset-color: rgb(45 212 191 / 0.05);
}

.ring-offset-teal-400\/50{
  --tw-ring-offset-color: rgb(45 212 191 / 0.5);
}

.ring-offset-teal-400\/60{
  --tw-ring-offset-color: rgb(45 212 191 / 0.6);
}

.ring-offset-teal-400\/70{
  --tw-ring-offset-color: rgb(45 212 191 / 0.7);
}

.ring-offset-teal-400\/75{
  --tw-ring-offset-color: rgb(45 212 191 / 0.75);
}

.ring-offset-teal-400\/80{
  --tw-ring-offset-color: rgb(45 212 191 / 0.8);
}

.ring-offset-teal-400\/90{
  --tw-ring-offset-color: rgb(45 212 191 / 0.9);
}

.ring-offset-teal-400\/95{
  --tw-ring-offset-color: rgb(45 212 191 / 0.95);
}

.ring-offset-teal-50{
  --tw-ring-offset-color: #f0fdfa;
}

.ring-offset-teal-50\/0{
  --tw-ring-offset-color: rgb(240 253 250 / 0);
}

.ring-offset-teal-50\/10{
  --tw-ring-offset-color: rgb(240 253 250 / 0.1);
}

.ring-offset-teal-50\/100{
  --tw-ring-offset-color: rgb(240 253 250 / 1);
}

.ring-offset-teal-50\/20{
  --tw-ring-offset-color: rgb(240 253 250 / 0.2);
}

.ring-offset-teal-50\/25{
  --tw-ring-offset-color: rgb(240 253 250 / 0.25);
}

.ring-offset-teal-50\/30{
  --tw-ring-offset-color: rgb(240 253 250 / 0.3);
}

.ring-offset-teal-50\/40{
  --tw-ring-offset-color: rgb(240 253 250 / 0.4);
}

.ring-offset-teal-50\/5{
  --tw-ring-offset-color: rgb(240 253 250 / 0.05);
}

.ring-offset-teal-50\/50{
  --tw-ring-offset-color: rgb(240 253 250 / 0.5);
}

.ring-offset-teal-50\/60{
  --tw-ring-offset-color: rgb(240 253 250 / 0.6);
}

.ring-offset-teal-50\/70{
  --tw-ring-offset-color: rgb(240 253 250 / 0.7);
}

.ring-offset-teal-50\/75{
  --tw-ring-offset-color: rgb(240 253 250 / 0.75);
}

.ring-offset-teal-50\/80{
  --tw-ring-offset-color: rgb(240 253 250 / 0.8);
}

.ring-offset-teal-50\/90{
  --tw-ring-offset-color: rgb(240 253 250 / 0.9);
}

.ring-offset-teal-50\/95{
  --tw-ring-offset-color: rgb(240 253 250 / 0.95);
}

.ring-offset-teal-500{
  --tw-ring-offset-color: #14b8a6;
}

.ring-offset-teal-500\/0{
  --tw-ring-offset-color: rgb(20 184 166 / 0);
}

.ring-offset-teal-500\/10{
  --tw-ring-offset-color: rgb(20 184 166 / 0.1);
}

.ring-offset-teal-500\/100{
  --tw-ring-offset-color: rgb(20 184 166 / 1);
}

.ring-offset-teal-500\/20{
  --tw-ring-offset-color: rgb(20 184 166 / 0.2);
}

.ring-offset-teal-500\/25{
  --tw-ring-offset-color: rgb(20 184 166 / 0.25);
}

.ring-offset-teal-500\/30{
  --tw-ring-offset-color: rgb(20 184 166 / 0.3);
}

.ring-offset-teal-500\/40{
  --tw-ring-offset-color: rgb(20 184 166 / 0.4);
}

.ring-offset-teal-500\/5{
  --tw-ring-offset-color: rgb(20 184 166 / 0.05);
}

.ring-offset-teal-500\/50{
  --tw-ring-offset-color: rgb(20 184 166 / 0.5);
}

.ring-offset-teal-500\/60{
  --tw-ring-offset-color: rgb(20 184 166 / 0.6);
}

.ring-offset-teal-500\/70{
  --tw-ring-offset-color: rgb(20 184 166 / 0.7);
}

.ring-offset-teal-500\/75{
  --tw-ring-offset-color: rgb(20 184 166 / 0.75);
}

.ring-offset-teal-500\/80{
  --tw-ring-offset-color: rgb(20 184 166 / 0.8);
}

.ring-offset-teal-500\/90{
  --tw-ring-offset-color: rgb(20 184 166 / 0.9);
}

.ring-offset-teal-500\/95{
  --tw-ring-offset-color: rgb(20 184 166 / 0.95);
}

.ring-offset-teal-600{
  --tw-ring-offset-color: #0d9488;
}

.ring-offset-teal-600\/0{
  --tw-ring-offset-color: rgb(13 148 136 / 0);
}

.ring-offset-teal-600\/10{
  --tw-ring-offset-color: rgb(13 148 136 / 0.1);
}

.ring-offset-teal-600\/100{
  --tw-ring-offset-color: rgb(13 148 136 / 1);
}

.ring-offset-teal-600\/20{
  --tw-ring-offset-color: rgb(13 148 136 / 0.2);
}

.ring-offset-teal-600\/25{
  --tw-ring-offset-color: rgb(13 148 136 / 0.25);
}

.ring-offset-teal-600\/30{
  --tw-ring-offset-color: rgb(13 148 136 / 0.3);
}

.ring-offset-teal-600\/40{
  --tw-ring-offset-color: rgb(13 148 136 / 0.4);
}

.ring-offset-teal-600\/5{
  --tw-ring-offset-color: rgb(13 148 136 / 0.05);
}

.ring-offset-teal-600\/50{
  --tw-ring-offset-color: rgb(13 148 136 / 0.5);
}

.ring-offset-teal-600\/60{
  --tw-ring-offset-color: rgb(13 148 136 / 0.6);
}

.ring-offset-teal-600\/70{
  --tw-ring-offset-color: rgb(13 148 136 / 0.7);
}

.ring-offset-teal-600\/75{
  --tw-ring-offset-color: rgb(13 148 136 / 0.75);
}

.ring-offset-teal-600\/80{
  --tw-ring-offset-color: rgb(13 148 136 / 0.8);
}

.ring-offset-teal-600\/90{
  --tw-ring-offset-color: rgb(13 148 136 / 0.9);
}

.ring-offset-teal-600\/95{
  --tw-ring-offset-color: rgb(13 148 136 / 0.95);
}

.ring-offset-teal-700{
  --tw-ring-offset-color: #0f766e;
}

.ring-offset-teal-700\/0{
  --tw-ring-offset-color: rgb(15 118 110 / 0);
}

.ring-offset-teal-700\/10{
  --tw-ring-offset-color: rgb(15 118 110 / 0.1);
}

.ring-offset-teal-700\/100{
  --tw-ring-offset-color: rgb(15 118 110 / 1);
}

.ring-offset-teal-700\/20{
  --tw-ring-offset-color: rgb(15 118 110 / 0.2);
}

.ring-offset-teal-700\/25{
  --tw-ring-offset-color: rgb(15 118 110 / 0.25);
}

.ring-offset-teal-700\/30{
  --tw-ring-offset-color: rgb(15 118 110 / 0.3);
}

.ring-offset-teal-700\/40{
  --tw-ring-offset-color: rgb(15 118 110 / 0.4);
}

.ring-offset-teal-700\/5{
  --tw-ring-offset-color: rgb(15 118 110 / 0.05);
}

.ring-offset-teal-700\/50{
  --tw-ring-offset-color: rgb(15 118 110 / 0.5);
}

.ring-offset-teal-700\/60{
  --tw-ring-offset-color: rgb(15 118 110 / 0.6);
}

.ring-offset-teal-700\/70{
  --tw-ring-offset-color: rgb(15 118 110 / 0.7);
}

.ring-offset-teal-700\/75{
  --tw-ring-offset-color: rgb(15 118 110 / 0.75);
}

.ring-offset-teal-700\/80{
  --tw-ring-offset-color: rgb(15 118 110 / 0.8);
}

.ring-offset-teal-700\/90{
  --tw-ring-offset-color: rgb(15 118 110 / 0.9);
}

.ring-offset-teal-700\/95{
  --tw-ring-offset-color: rgb(15 118 110 / 0.95);
}

.ring-offset-teal-800{
  --tw-ring-offset-color: #115e59;
}

.ring-offset-teal-800\/0{
  --tw-ring-offset-color: rgb(17 94 89 / 0);
}

.ring-offset-teal-800\/10{
  --tw-ring-offset-color: rgb(17 94 89 / 0.1);
}

.ring-offset-teal-800\/100{
  --tw-ring-offset-color: rgb(17 94 89 / 1);
}

.ring-offset-teal-800\/20{
  --tw-ring-offset-color: rgb(17 94 89 / 0.2);
}

.ring-offset-teal-800\/25{
  --tw-ring-offset-color: rgb(17 94 89 / 0.25);
}

.ring-offset-teal-800\/30{
  --tw-ring-offset-color: rgb(17 94 89 / 0.3);
}

.ring-offset-teal-800\/40{
  --tw-ring-offset-color: rgb(17 94 89 / 0.4);
}

.ring-offset-teal-800\/5{
  --tw-ring-offset-color: rgb(17 94 89 / 0.05);
}

.ring-offset-teal-800\/50{
  --tw-ring-offset-color: rgb(17 94 89 / 0.5);
}

.ring-offset-teal-800\/60{
  --tw-ring-offset-color: rgb(17 94 89 / 0.6);
}

.ring-offset-teal-800\/70{
  --tw-ring-offset-color: rgb(17 94 89 / 0.7);
}

.ring-offset-teal-800\/75{
  --tw-ring-offset-color: rgb(17 94 89 / 0.75);
}

.ring-offset-teal-800\/80{
  --tw-ring-offset-color: rgb(17 94 89 / 0.8);
}

.ring-offset-teal-800\/90{
  --tw-ring-offset-color: rgb(17 94 89 / 0.9);
}

.ring-offset-teal-800\/95{
  --tw-ring-offset-color: rgb(17 94 89 / 0.95);
}

.ring-offset-teal-900{
  --tw-ring-offset-color: #134e4a;
}

.ring-offset-teal-900\/0{
  --tw-ring-offset-color: rgb(19 78 74 / 0);
}

.ring-offset-teal-900\/10{
  --tw-ring-offset-color: rgb(19 78 74 / 0.1);
}

.ring-offset-teal-900\/100{
  --tw-ring-offset-color: rgb(19 78 74 / 1);
}

.ring-offset-teal-900\/20{
  --tw-ring-offset-color: rgb(19 78 74 / 0.2);
}

.ring-offset-teal-900\/25{
  --tw-ring-offset-color: rgb(19 78 74 / 0.25);
}

.ring-offset-teal-900\/30{
  --tw-ring-offset-color: rgb(19 78 74 / 0.3);
}

.ring-offset-teal-900\/40{
  --tw-ring-offset-color: rgb(19 78 74 / 0.4);
}

.ring-offset-teal-900\/5{
  --tw-ring-offset-color: rgb(19 78 74 / 0.05);
}

.ring-offset-teal-900\/50{
  --tw-ring-offset-color: rgb(19 78 74 / 0.5);
}

.ring-offset-teal-900\/60{
  --tw-ring-offset-color: rgb(19 78 74 / 0.6);
}

.ring-offset-teal-900\/70{
  --tw-ring-offset-color: rgb(19 78 74 / 0.7);
}

.ring-offset-teal-900\/75{
  --tw-ring-offset-color: rgb(19 78 74 / 0.75);
}

.ring-offset-teal-900\/80{
  --tw-ring-offset-color: rgb(19 78 74 / 0.8);
}

.ring-offset-teal-900\/90{
  --tw-ring-offset-color: rgb(19 78 74 / 0.9);
}

.ring-offset-teal-900\/95{
  --tw-ring-offset-color: rgb(19 78 74 / 0.95);
}

.ring-offset-teal-950{
  --tw-ring-offset-color: #042f2e;
}

.ring-offset-teal-950\/0{
  --tw-ring-offset-color: rgb(4 47 46 / 0);
}

.ring-offset-teal-950\/10{
  --tw-ring-offset-color: rgb(4 47 46 / 0.1);
}

.ring-offset-teal-950\/100{
  --tw-ring-offset-color: rgb(4 47 46 / 1);
}

.ring-offset-teal-950\/20{
  --tw-ring-offset-color: rgb(4 47 46 / 0.2);
}

.ring-offset-teal-950\/25{
  --tw-ring-offset-color: rgb(4 47 46 / 0.25);
}

.ring-offset-teal-950\/30{
  --tw-ring-offset-color: rgb(4 47 46 / 0.3);
}

.ring-offset-teal-950\/40{
  --tw-ring-offset-color: rgb(4 47 46 / 0.4);
}

.ring-offset-teal-950\/5{
  --tw-ring-offset-color: rgb(4 47 46 / 0.05);
}

.ring-offset-teal-950\/50{
  --tw-ring-offset-color: rgb(4 47 46 / 0.5);
}

.ring-offset-teal-950\/60{
  --tw-ring-offset-color: rgb(4 47 46 / 0.6);
}

.ring-offset-teal-950\/70{
  --tw-ring-offset-color: rgb(4 47 46 / 0.7);
}

.ring-offset-teal-950\/75{
  --tw-ring-offset-color: rgb(4 47 46 / 0.75);
}

.ring-offset-teal-950\/80{
  --tw-ring-offset-color: rgb(4 47 46 / 0.8);
}

.ring-offset-teal-950\/90{
  --tw-ring-offset-color: rgb(4 47 46 / 0.9);
}

.ring-offset-teal-950\/95{
  --tw-ring-offset-color: rgb(4 47 46 / 0.95);
}

.ring-offset-transparent{
  --tw-ring-offset-color: transparent;
}

.ring-offset-transparent\/0{
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}

.ring-offset-transparent\/10{
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}

.ring-offset-transparent\/100{
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}

.ring-offset-transparent\/20{
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}

.ring-offset-transparent\/25{
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}

.ring-offset-transparent\/30{
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}

.ring-offset-transparent\/40{
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}

.ring-offset-transparent\/5{
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}

.ring-offset-transparent\/50{
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}

.ring-offset-transparent\/60{
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}

.ring-offset-transparent\/70{
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}

.ring-offset-transparent\/75{
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}

.ring-offset-transparent\/80{
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}

.ring-offset-transparent\/90{
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}

.ring-offset-transparent\/95{
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}

.ring-offset-violet-100{
  --tw-ring-offset-color: #ede9fe;
}

.ring-offset-violet-100\/0{
  --tw-ring-offset-color: rgb(237 233 254 / 0);
}

.ring-offset-violet-100\/10{
  --tw-ring-offset-color: rgb(237 233 254 / 0.1);
}

.ring-offset-violet-100\/100{
  --tw-ring-offset-color: rgb(237 233 254 / 1);
}

.ring-offset-violet-100\/20{
  --tw-ring-offset-color: rgb(237 233 254 / 0.2);
}

.ring-offset-violet-100\/25{
  --tw-ring-offset-color: rgb(237 233 254 / 0.25);
}

.ring-offset-violet-100\/30{
  --tw-ring-offset-color: rgb(237 233 254 / 0.3);
}

.ring-offset-violet-100\/40{
  --tw-ring-offset-color: rgb(237 233 254 / 0.4);
}

.ring-offset-violet-100\/5{
  --tw-ring-offset-color: rgb(237 233 254 / 0.05);
}

.ring-offset-violet-100\/50{
  --tw-ring-offset-color: rgb(237 233 254 / 0.5);
}

.ring-offset-violet-100\/60{
  --tw-ring-offset-color: rgb(237 233 254 / 0.6);
}

.ring-offset-violet-100\/70{
  --tw-ring-offset-color: rgb(237 233 254 / 0.7);
}

.ring-offset-violet-100\/75{
  --tw-ring-offset-color: rgb(237 233 254 / 0.75);
}

.ring-offset-violet-100\/80{
  --tw-ring-offset-color: rgb(237 233 254 / 0.8);
}

.ring-offset-violet-100\/90{
  --tw-ring-offset-color: rgb(237 233 254 / 0.9);
}

.ring-offset-violet-100\/95{
  --tw-ring-offset-color: rgb(237 233 254 / 0.95);
}

.ring-offset-violet-200{
  --tw-ring-offset-color: #ddd6fe;
}

.ring-offset-violet-200\/0{
  --tw-ring-offset-color: rgb(221 214 254 / 0);
}

.ring-offset-violet-200\/10{
  --tw-ring-offset-color: rgb(221 214 254 / 0.1);
}

.ring-offset-violet-200\/100{
  --tw-ring-offset-color: rgb(221 214 254 / 1);
}

.ring-offset-violet-200\/20{
  --tw-ring-offset-color: rgb(221 214 254 / 0.2);
}

.ring-offset-violet-200\/25{
  --tw-ring-offset-color: rgb(221 214 254 / 0.25);
}

.ring-offset-violet-200\/30{
  --tw-ring-offset-color: rgb(221 214 254 / 0.3);
}

.ring-offset-violet-200\/40{
  --tw-ring-offset-color: rgb(221 214 254 / 0.4);
}

.ring-offset-violet-200\/5{
  --tw-ring-offset-color: rgb(221 214 254 / 0.05);
}

.ring-offset-violet-200\/50{
  --tw-ring-offset-color: rgb(221 214 254 / 0.5);
}

.ring-offset-violet-200\/60{
  --tw-ring-offset-color: rgb(221 214 254 / 0.6);
}

.ring-offset-violet-200\/70{
  --tw-ring-offset-color: rgb(221 214 254 / 0.7);
}

.ring-offset-violet-200\/75{
  --tw-ring-offset-color: rgb(221 214 254 / 0.75);
}

.ring-offset-violet-200\/80{
  --tw-ring-offset-color: rgb(221 214 254 / 0.8);
}

.ring-offset-violet-200\/90{
  --tw-ring-offset-color: rgb(221 214 254 / 0.9);
}

.ring-offset-violet-200\/95{
  --tw-ring-offset-color: rgb(221 214 254 / 0.95);
}

.ring-offset-violet-300{
  --tw-ring-offset-color: #c4b5fd;
}

.ring-offset-violet-300\/0{
  --tw-ring-offset-color: rgb(196 181 253 / 0);
}

.ring-offset-violet-300\/10{
  --tw-ring-offset-color: rgb(196 181 253 / 0.1);
}

.ring-offset-violet-300\/100{
  --tw-ring-offset-color: rgb(196 181 253 / 1);
}

.ring-offset-violet-300\/20{
  --tw-ring-offset-color: rgb(196 181 253 / 0.2);
}

.ring-offset-violet-300\/25{
  --tw-ring-offset-color: rgb(196 181 253 / 0.25);
}

.ring-offset-violet-300\/30{
  --tw-ring-offset-color: rgb(196 181 253 / 0.3);
}

.ring-offset-violet-300\/40{
  --tw-ring-offset-color: rgb(196 181 253 / 0.4);
}

.ring-offset-violet-300\/5{
  --tw-ring-offset-color: rgb(196 181 253 / 0.05);
}

.ring-offset-violet-300\/50{
  --tw-ring-offset-color: rgb(196 181 253 / 0.5);
}

.ring-offset-violet-300\/60{
  --tw-ring-offset-color: rgb(196 181 253 / 0.6);
}

.ring-offset-violet-300\/70{
  --tw-ring-offset-color: rgb(196 181 253 / 0.7);
}

.ring-offset-violet-300\/75{
  --tw-ring-offset-color: rgb(196 181 253 / 0.75);
}

.ring-offset-violet-300\/80{
  --tw-ring-offset-color: rgb(196 181 253 / 0.8);
}

.ring-offset-violet-300\/90{
  --tw-ring-offset-color: rgb(196 181 253 / 0.9);
}

.ring-offset-violet-300\/95{
  --tw-ring-offset-color: rgb(196 181 253 / 0.95);
}

.ring-offset-violet-400{
  --tw-ring-offset-color: #a78bfa;
}

.ring-offset-violet-400\/0{
  --tw-ring-offset-color: rgb(167 139 250 / 0);
}

.ring-offset-violet-400\/10{
  --tw-ring-offset-color: rgb(167 139 250 / 0.1);
}

.ring-offset-violet-400\/100{
  --tw-ring-offset-color: rgb(167 139 250 / 1);
}

.ring-offset-violet-400\/20{
  --tw-ring-offset-color: rgb(167 139 250 / 0.2);
}

.ring-offset-violet-400\/25{
  --tw-ring-offset-color: rgb(167 139 250 / 0.25);
}

.ring-offset-violet-400\/30{
  --tw-ring-offset-color: rgb(167 139 250 / 0.3);
}

.ring-offset-violet-400\/40{
  --tw-ring-offset-color: rgb(167 139 250 / 0.4);
}

.ring-offset-violet-400\/5{
  --tw-ring-offset-color: rgb(167 139 250 / 0.05);
}

.ring-offset-violet-400\/50{
  --tw-ring-offset-color: rgb(167 139 250 / 0.5);
}

.ring-offset-violet-400\/60{
  --tw-ring-offset-color: rgb(167 139 250 / 0.6);
}

.ring-offset-violet-400\/70{
  --tw-ring-offset-color: rgb(167 139 250 / 0.7);
}

.ring-offset-violet-400\/75{
  --tw-ring-offset-color: rgb(167 139 250 / 0.75);
}

.ring-offset-violet-400\/80{
  --tw-ring-offset-color: rgb(167 139 250 / 0.8);
}

.ring-offset-violet-400\/90{
  --tw-ring-offset-color: rgb(167 139 250 / 0.9);
}

.ring-offset-violet-400\/95{
  --tw-ring-offset-color: rgb(167 139 250 / 0.95);
}

.ring-offset-violet-50{
  --tw-ring-offset-color: #f5f3ff;
}

.ring-offset-violet-50\/0{
  --tw-ring-offset-color: rgb(245 243 255 / 0);
}

.ring-offset-violet-50\/10{
  --tw-ring-offset-color: rgb(245 243 255 / 0.1);
}

.ring-offset-violet-50\/100{
  --tw-ring-offset-color: rgb(245 243 255 / 1);
}

.ring-offset-violet-50\/20{
  --tw-ring-offset-color: rgb(245 243 255 / 0.2);
}

.ring-offset-violet-50\/25{
  --tw-ring-offset-color: rgb(245 243 255 / 0.25);
}

.ring-offset-violet-50\/30{
  --tw-ring-offset-color: rgb(245 243 255 / 0.3);
}

.ring-offset-violet-50\/40{
  --tw-ring-offset-color: rgb(245 243 255 / 0.4);
}

.ring-offset-violet-50\/5{
  --tw-ring-offset-color: rgb(245 243 255 / 0.05);
}

.ring-offset-violet-50\/50{
  --tw-ring-offset-color: rgb(245 243 255 / 0.5);
}

.ring-offset-violet-50\/60{
  --tw-ring-offset-color: rgb(245 243 255 / 0.6);
}

.ring-offset-violet-50\/70{
  --tw-ring-offset-color: rgb(245 243 255 / 0.7);
}

.ring-offset-violet-50\/75{
  --tw-ring-offset-color: rgb(245 243 255 / 0.75);
}

.ring-offset-violet-50\/80{
  --tw-ring-offset-color: rgb(245 243 255 / 0.8);
}

.ring-offset-violet-50\/90{
  --tw-ring-offset-color: rgb(245 243 255 / 0.9);
}

.ring-offset-violet-50\/95{
  --tw-ring-offset-color: rgb(245 243 255 / 0.95);
}

.ring-offset-violet-500{
  --tw-ring-offset-color: #8b5cf6;
}

.ring-offset-violet-500\/0{
  --tw-ring-offset-color: rgb(139 92 246 / 0);
}

.ring-offset-violet-500\/10{
  --tw-ring-offset-color: rgb(139 92 246 / 0.1);
}

.ring-offset-violet-500\/100{
  --tw-ring-offset-color: rgb(139 92 246 / 1);
}

.ring-offset-violet-500\/20{
  --tw-ring-offset-color: rgb(139 92 246 / 0.2);
}

.ring-offset-violet-500\/25{
  --tw-ring-offset-color: rgb(139 92 246 / 0.25);
}

.ring-offset-violet-500\/30{
  --tw-ring-offset-color: rgb(139 92 246 / 0.3);
}

.ring-offset-violet-500\/40{
  --tw-ring-offset-color: rgb(139 92 246 / 0.4);
}

.ring-offset-violet-500\/5{
  --tw-ring-offset-color: rgb(139 92 246 / 0.05);
}

.ring-offset-violet-500\/50{
  --tw-ring-offset-color: rgb(139 92 246 / 0.5);
}

.ring-offset-violet-500\/60{
  --tw-ring-offset-color: rgb(139 92 246 / 0.6);
}

.ring-offset-violet-500\/70{
  --tw-ring-offset-color: rgb(139 92 246 / 0.7);
}

.ring-offset-violet-500\/75{
  --tw-ring-offset-color: rgb(139 92 246 / 0.75);
}

.ring-offset-violet-500\/80{
  --tw-ring-offset-color: rgb(139 92 246 / 0.8);
}

.ring-offset-violet-500\/90{
  --tw-ring-offset-color: rgb(139 92 246 / 0.9);
}

.ring-offset-violet-500\/95{
  --tw-ring-offset-color: rgb(139 92 246 / 0.95);
}

.ring-offset-violet-600{
  --tw-ring-offset-color: #7c3aed;
}

.ring-offset-violet-600\/0{
  --tw-ring-offset-color: rgb(124 58 237 / 0);
}

.ring-offset-violet-600\/10{
  --tw-ring-offset-color: rgb(124 58 237 / 0.1);
}

.ring-offset-violet-600\/100{
  --tw-ring-offset-color: rgb(124 58 237 / 1);
}

.ring-offset-violet-600\/20{
  --tw-ring-offset-color: rgb(124 58 237 / 0.2);
}

.ring-offset-violet-600\/25{
  --tw-ring-offset-color: rgb(124 58 237 / 0.25);
}

.ring-offset-violet-600\/30{
  --tw-ring-offset-color: rgb(124 58 237 / 0.3);
}

.ring-offset-violet-600\/40{
  --tw-ring-offset-color: rgb(124 58 237 / 0.4);
}

.ring-offset-violet-600\/5{
  --tw-ring-offset-color: rgb(124 58 237 / 0.05);
}

.ring-offset-violet-600\/50{
  --tw-ring-offset-color: rgb(124 58 237 / 0.5);
}

.ring-offset-violet-600\/60{
  --tw-ring-offset-color: rgb(124 58 237 / 0.6);
}

.ring-offset-violet-600\/70{
  --tw-ring-offset-color: rgb(124 58 237 / 0.7);
}

.ring-offset-violet-600\/75{
  --tw-ring-offset-color: rgb(124 58 237 / 0.75);
}

.ring-offset-violet-600\/80{
  --tw-ring-offset-color: rgb(124 58 237 / 0.8);
}

.ring-offset-violet-600\/90{
  --tw-ring-offset-color: rgb(124 58 237 / 0.9);
}

.ring-offset-violet-600\/95{
  --tw-ring-offset-color: rgb(124 58 237 / 0.95);
}

.ring-offset-violet-700{
  --tw-ring-offset-color: #6d28d9;
}

.ring-offset-violet-700\/0{
  --tw-ring-offset-color: rgb(109 40 217 / 0);
}

.ring-offset-violet-700\/10{
  --tw-ring-offset-color: rgb(109 40 217 / 0.1);
}

.ring-offset-violet-700\/100{
  --tw-ring-offset-color: rgb(109 40 217 / 1);
}

.ring-offset-violet-700\/20{
  --tw-ring-offset-color: rgb(109 40 217 / 0.2);
}

.ring-offset-violet-700\/25{
  --tw-ring-offset-color: rgb(109 40 217 / 0.25);
}

.ring-offset-violet-700\/30{
  --tw-ring-offset-color: rgb(109 40 217 / 0.3);
}

.ring-offset-violet-700\/40{
  --tw-ring-offset-color: rgb(109 40 217 / 0.4);
}

.ring-offset-violet-700\/5{
  --tw-ring-offset-color: rgb(109 40 217 / 0.05);
}

.ring-offset-violet-700\/50{
  --tw-ring-offset-color: rgb(109 40 217 / 0.5);
}

.ring-offset-violet-700\/60{
  --tw-ring-offset-color: rgb(109 40 217 / 0.6);
}

.ring-offset-violet-700\/70{
  --tw-ring-offset-color: rgb(109 40 217 / 0.7);
}

.ring-offset-violet-700\/75{
  --tw-ring-offset-color: rgb(109 40 217 / 0.75);
}

.ring-offset-violet-700\/80{
  --tw-ring-offset-color: rgb(109 40 217 / 0.8);
}

.ring-offset-violet-700\/90{
  --tw-ring-offset-color: rgb(109 40 217 / 0.9);
}

.ring-offset-violet-700\/95{
  --tw-ring-offset-color: rgb(109 40 217 / 0.95);
}

.ring-offset-violet-800{
  --tw-ring-offset-color: #5b21b6;
}

.ring-offset-violet-800\/0{
  --tw-ring-offset-color: rgb(91 33 182 / 0);
}

.ring-offset-violet-800\/10{
  --tw-ring-offset-color: rgb(91 33 182 / 0.1);
}

.ring-offset-violet-800\/100{
  --tw-ring-offset-color: rgb(91 33 182 / 1);
}

.ring-offset-violet-800\/20{
  --tw-ring-offset-color: rgb(91 33 182 / 0.2);
}

.ring-offset-violet-800\/25{
  --tw-ring-offset-color: rgb(91 33 182 / 0.25);
}

.ring-offset-violet-800\/30{
  --tw-ring-offset-color: rgb(91 33 182 / 0.3);
}

.ring-offset-violet-800\/40{
  --tw-ring-offset-color: rgb(91 33 182 / 0.4);
}

.ring-offset-violet-800\/5{
  --tw-ring-offset-color: rgb(91 33 182 / 0.05);
}

.ring-offset-violet-800\/50{
  --tw-ring-offset-color: rgb(91 33 182 / 0.5);
}

.ring-offset-violet-800\/60{
  --tw-ring-offset-color: rgb(91 33 182 / 0.6);
}

.ring-offset-violet-800\/70{
  --tw-ring-offset-color: rgb(91 33 182 / 0.7);
}

.ring-offset-violet-800\/75{
  --tw-ring-offset-color: rgb(91 33 182 / 0.75);
}

.ring-offset-violet-800\/80{
  --tw-ring-offset-color: rgb(91 33 182 / 0.8);
}

.ring-offset-violet-800\/90{
  --tw-ring-offset-color: rgb(91 33 182 / 0.9);
}

.ring-offset-violet-800\/95{
  --tw-ring-offset-color: rgb(91 33 182 / 0.95);
}

.ring-offset-violet-900{
  --tw-ring-offset-color: #4c1d95;
}

.ring-offset-violet-900\/0{
  --tw-ring-offset-color: rgb(76 29 149 / 0);
}

.ring-offset-violet-900\/10{
  --tw-ring-offset-color: rgb(76 29 149 / 0.1);
}

.ring-offset-violet-900\/100{
  --tw-ring-offset-color: rgb(76 29 149 / 1);
}

.ring-offset-violet-900\/20{
  --tw-ring-offset-color: rgb(76 29 149 / 0.2);
}

.ring-offset-violet-900\/25{
  --tw-ring-offset-color: rgb(76 29 149 / 0.25);
}

.ring-offset-violet-900\/30{
  --tw-ring-offset-color: rgb(76 29 149 / 0.3);
}

.ring-offset-violet-900\/40{
  --tw-ring-offset-color: rgb(76 29 149 / 0.4);
}

.ring-offset-violet-900\/5{
  --tw-ring-offset-color: rgb(76 29 149 / 0.05);
}

.ring-offset-violet-900\/50{
  --tw-ring-offset-color: rgb(76 29 149 / 0.5);
}

.ring-offset-violet-900\/60{
  --tw-ring-offset-color: rgb(76 29 149 / 0.6);
}

.ring-offset-violet-900\/70{
  --tw-ring-offset-color: rgb(76 29 149 / 0.7);
}

.ring-offset-violet-900\/75{
  --tw-ring-offset-color: rgb(76 29 149 / 0.75);
}

.ring-offset-violet-900\/80{
  --tw-ring-offset-color: rgb(76 29 149 / 0.8);
}

.ring-offset-violet-900\/90{
  --tw-ring-offset-color: rgb(76 29 149 / 0.9);
}

.ring-offset-violet-900\/95{
  --tw-ring-offset-color: rgb(76 29 149 / 0.95);
}

.ring-offset-violet-950{
  --tw-ring-offset-color: #2e1065;
}

.ring-offset-violet-950\/0{
  --tw-ring-offset-color: rgb(46 16 101 / 0);
}

.ring-offset-violet-950\/10{
  --tw-ring-offset-color: rgb(46 16 101 / 0.1);
}

.ring-offset-violet-950\/100{
  --tw-ring-offset-color: rgb(46 16 101 / 1);
}

.ring-offset-violet-950\/20{
  --tw-ring-offset-color: rgb(46 16 101 / 0.2);
}

.ring-offset-violet-950\/25{
  --tw-ring-offset-color: rgb(46 16 101 / 0.25);
}

.ring-offset-violet-950\/30{
  --tw-ring-offset-color: rgb(46 16 101 / 0.3);
}

.ring-offset-violet-950\/40{
  --tw-ring-offset-color: rgb(46 16 101 / 0.4);
}

.ring-offset-violet-950\/5{
  --tw-ring-offset-color: rgb(46 16 101 / 0.05);
}

.ring-offset-violet-950\/50{
  --tw-ring-offset-color: rgb(46 16 101 / 0.5);
}

.ring-offset-violet-950\/60{
  --tw-ring-offset-color: rgb(46 16 101 / 0.6);
}

.ring-offset-violet-950\/70{
  --tw-ring-offset-color: rgb(46 16 101 / 0.7);
}

.ring-offset-violet-950\/75{
  --tw-ring-offset-color: rgb(46 16 101 / 0.75);
}

.ring-offset-violet-950\/80{
  --tw-ring-offset-color: rgb(46 16 101 / 0.8);
}

.ring-offset-violet-950\/90{
  --tw-ring-offset-color: rgb(46 16 101 / 0.9);
}

.ring-offset-violet-950\/95{
  --tw-ring-offset-color: rgb(46 16 101 / 0.95);
}

.ring-offset-white{
  --tw-ring-offset-color: #fff;
}

.ring-offset-white\/0{
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}

.ring-offset-white\/10{
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}

.ring-offset-white\/100{
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}

.ring-offset-white\/20{
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}

.ring-offset-white\/25{
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}

.ring-offset-white\/30{
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}

.ring-offset-white\/40{
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}

.ring-offset-white\/5{
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}

.ring-offset-white\/50{
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}

.ring-offset-white\/60{
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}

.ring-offset-white\/70{
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}

.ring-offset-white\/75{
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}

.ring-offset-white\/80{
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}

.ring-offset-white\/90{
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}

.ring-offset-white\/95{
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}

.ring-offset-yellow-100{
  --tw-ring-offset-color: #fef9c3;
}

.ring-offset-yellow-100\/0{
  --tw-ring-offset-color: rgb(254 249 195 / 0);
}

.ring-offset-yellow-100\/10{
  --tw-ring-offset-color: rgb(254 249 195 / 0.1);
}

.ring-offset-yellow-100\/100{
  --tw-ring-offset-color: rgb(254 249 195 / 1);
}

.ring-offset-yellow-100\/20{
  --tw-ring-offset-color: rgb(254 249 195 / 0.2);
}

.ring-offset-yellow-100\/25{
  --tw-ring-offset-color: rgb(254 249 195 / 0.25);
}

.ring-offset-yellow-100\/30{
  --tw-ring-offset-color: rgb(254 249 195 / 0.3);
}

.ring-offset-yellow-100\/40{
  --tw-ring-offset-color: rgb(254 249 195 / 0.4);
}

.ring-offset-yellow-100\/5{
  --tw-ring-offset-color: rgb(254 249 195 / 0.05);
}

.ring-offset-yellow-100\/50{
  --tw-ring-offset-color: rgb(254 249 195 / 0.5);
}

.ring-offset-yellow-100\/60{
  --tw-ring-offset-color: rgb(254 249 195 / 0.6);
}

.ring-offset-yellow-100\/70{
  --tw-ring-offset-color: rgb(254 249 195 / 0.7);
}

.ring-offset-yellow-100\/75{
  --tw-ring-offset-color: rgb(254 249 195 / 0.75);
}

.ring-offset-yellow-100\/80{
  --tw-ring-offset-color: rgb(254 249 195 / 0.8);
}

.ring-offset-yellow-100\/90{
  --tw-ring-offset-color: rgb(254 249 195 / 0.9);
}

.ring-offset-yellow-100\/95{
  --tw-ring-offset-color: rgb(254 249 195 / 0.95);
}

.ring-offset-yellow-200{
  --tw-ring-offset-color: #fef08a;
}

.ring-offset-yellow-200\/0{
  --tw-ring-offset-color: rgb(254 240 138 / 0);
}

.ring-offset-yellow-200\/10{
  --tw-ring-offset-color: rgb(254 240 138 / 0.1);
}

.ring-offset-yellow-200\/100{
  --tw-ring-offset-color: rgb(254 240 138 / 1);
}

.ring-offset-yellow-200\/20{
  --tw-ring-offset-color: rgb(254 240 138 / 0.2);
}

.ring-offset-yellow-200\/25{
  --tw-ring-offset-color: rgb(254 240 138 / 0.25);
}

.ring-offset-yellow-200\/30{
  --tw-ring-offset-color: rgb(254 240 138 / 0.3);
}

.ring-offset-yellow-200\/40{
  --tw-ring-offset-color: rgb(254 240 138 / 0.4);
}

.ring-offset-yellow-200\/5{
  --tw-ring-offset-color: rgb(254 240 138 / 0.05);
}

.ring-offset-yellow-200\/50{
  --tw-ring-offset-color: rgb(254 240 138 / 0.5);
}

.ring-offset-yellow-200\/60{
  --tw-ring-offset-color: rgb(254 240 138 / 0.6);
}

.ring-offset-yellow-200\/70{
  --tw-ring-offset-color: rgb(254 240 138 / 0.7);
}

.ring-offset-yellow-200\/75{
  --tw-ring-offset-color: rgb(254 240 138 / 0.75);
}

.ring-offset-yellow-200\/80{
  --tw-ring-offset-color: rgb(254 240 138 / 0.8);
}

.ring-offset-yellow-200\/90{
  --tw-ring-offset-color: rgb(254 240 138 / 0.9);
}

.ring-offset-yellow-200\/95{
  --tw-ring-offset-color: rgb(254 240 138 / 0.95);
}

.ring-offset-yellow-300{
  --tw-ring-offset-color: #fde047;
}

.ring-offset-yellow-300\/0{
  --tw-ring-offset-color: rgb(253 224 71 / 0);
}

.ring-offset-yellow-300\/10{
  --tw-ring-offset-color: rgb(253 224 71 / 0.1);
}

.ring-offset-yellow-300\/100{
  --tw-ring-offset-color: rgb(253 224 71 / 1);
}

.ring-offset-yellow-300\/20{
  --tw-ring-offset-color: rgb(253 224 71 / 0.2);
}

.ring-offset-yellow-300\/25{
  --tw-ring-offset-color: rgb(253 224 71 / 0.25);
}

.ring-offset-yellow-300\/30{
  --tw-ring-offset-color: rgb(253 224 71 / 0.3);
}

.ring-offset-yellow-300\/40{
  --tw-ring-offset-color: rgb(253 224 71 / 0.4);
}

.ring-offset-yellow-300\/5{
  --tw-ring-offset-color: rgb(253 224 71 / 0.05);
}

.ring-offset-yellow-300\/50{
  --tw-ring-offset-color: rgb(253 224 71 / 0.5);
}

.ring-offset-yellow-300\/60{
  --tw-ring-offset-color: rgb(253 224 71 / 0.6);
}

.ring-offset-yellow-300\/70{
  --tw-ring-offset-color: rgb(253 224 71 / 0.7);
}

.ring-offset-yellow-300\/75{
  --tw-ring-offset-color: rgb(253 224 71 / 0.75);
}

.ring-offset-yellow-300\/80{
  --tw-ring-offset-color: rgb(253 224 71 / 0.8);
}

.ring-offset-yellow-300\/90{
  --tw-ring-offset-color: rgb(253 224 71 / 0.9);
}

.ring-offset-yellow-300\/95{
  --tw-ring-offset-color: rgb(253 224 71 / 0.95);
}

.ring-offset-yellow-400{
  --tw-ring-offset-color: #facc15;
}

.ring-offset-yellow-400\/0{
  --tw-ring-offset-color: rgb(250 204 21 / 0);
}

.ring-offset-yellow-400\/10{
  --tw-ring-offset-color: rgb(250 204 21 / 0.1);
}

.ring-offset-yellow-400\/100{
  --tw-ring-offset-color: rgb(250 204 21 / 1);
}

.ring-offset-yellow-400\/20{
  --tw-ring-offset-color: rgb(250 204 21 / 0.2);
}

.ring-offset-yellow-400\/25{
  --tw-ring-offset-color: rgb(250 204 21 / 0.25);
}

.ring-offset-yellow-400\/30{
  --tw-ring-offset-color: rgb(250 204 21 / 0.3);
}

.ring-offset-yellow-400\/40{
  --tw-ring-offset-color: rgb(250 204 21 / 0.4);
}

.ring-offset-yellow-400\/5{
  --tw-ring-offset-color: rgb(250 204 21 / 0.05);
}

.ring-offset-yellow-400\/50{
  --tw-ring-offset-color: rgb(250 204 21 / 0.5);
}

.ring-offset-yellow-400\/60{
  --tw-ring-offset-color: rgb(250 204 21 / 0.6);
}

.ring-offset-yellow-400\/70{
  --tw-ring-offset-color: rgb(250 204 21 / 0.7);
}

.ring-offset-yellow-400\/75{
  --tw-ring-offset-color: rgb(250 204 21 / 0.75);
}

.ring-offset-yellow-400\/80{
  --tw-ring-offset-color: rgb(250 204 21 / 0.8);
}

.ring-offset-yellow-400\/90{
  --tw-ring-offset-color: rgb(250 204 21 / 0.9);
}

.ring-offset-yellow-400\/95{
  --tw-ring-offset-color: rgb(250 204 21 / 0.95);
}

.ring-offset-yellow-50{
  --tw-ring-offset-color: #fefce8;
}

.ring-offset-yellow-50\/0{
  --tw-ring-offset-color: rgb(254 252 232 / 0);
}

.ring-offset-yellow-50\/10{
  --tw-ring-offset-color: rgb(254 252 232 / 0.1);
}

.ring-offset-yellow-50\/100{
  --tw-ring-offset-color: rgb(254 252 232 / 1);
}

.ring-offset-yellow-50\/20{
  --tw-ring-offset-color: rgb(254 252 232 / 0.2);
}

.ring-offset-yellow-50\/25{
  --tw-ring-offset-color: rgb(254 252 232 / 0.25);
}

.ring-offset-yellow-50\/30{
  --tw-ring-offset-color: rgb(254 252 232 / 0.3);
}

.ring-offset-yellow-50\/40{
  --tw-ring-offset-color: rgb(254 252 232 / 0.4);
}

.ring-offset-yellow-50\/5{
  --tw-ring-offset-color: rgb(254 252 232 / 0.05);
}

.ring-offset-yellow-50\/50{
  --tw-ring-offset-color: rgb(254 252 232 / 0.5);
}

.ring-offset-yellow-50\/60{
  --tw-ring-offset-color: rgb(254 252 232 / 0.6);
}

.ring-offset-yellow-50\/70{
  --tw-ring-offset-color: rgb(254 252 232 / 0.7);
}

.ring-offset-yellow-50\/75{
  --tw-ring-offset-color: rgb(254 252 232 / 0.75);
}

.ring-offset-yellow-50\/80{
  --tw-ring-offset-color: rgb(254 252 232 / 0.8);
}

.ring-offset-yellow-50\/90{
  --tw-ring-offset-color: rgb(254 252 232 / 0.9);
}

.ring-offset-yellow-50\/95{
  --tw-ring-offset-color: rgb(254 252 232 / 0.95);
}

.ring-offset-yellow-500{
  --tw-ring-offset-color: #eab308;
}

.ring-offset-yellow-500\/0{
  --tw-ring-offset-color: rgb(234 179 8 / 0);
}

.ring-offset-yellow-500\/10{
  --tw-ring-offset-color: rgb(234 179 8 / 0.1);
}

.ring-offset-yellow-500\/100{
  --tw-ring-offset-color: rgb(234 179 8 / 1);
}

.ring-offset-yellow-500\/20{
  --tw-ring-offset-color: rgb(234 179 8 / 0.2);
}

.ring-offset-yellow-500\/25{
  --tw-ring-offset-color: rgb(234 179 8 / 0.25);
}

.ring-offset-yellow-500\/30{
  --tw-ring-offset-color: rgb(234 179 8 / 0.3);
}

.ring-offset-yellow-500\/40{
  --tw-ring-offset-color: rgb(234 179 8 / 0.4);
}

.ring-offset-yellow-500\/5{
  --tw-ring-offset-color: rgb(234 179 8 / 0.05);
}

.ring-offset-yellow-500\/50{
  --tw-ring-offset-color: rgb(234 179 8 / 0.5);
}

.ring-offset-yellow-500\/60{
  --tw-ring-offset-color: rgb(234 179 8 / 0.6);
}

.ring-offset-yellow-500\/70{
  --tw-ring-offset-color: rgb(234 179 8 / 0.7);
}

.ring-offset-yellow-500\/75{
  --tw-ring-offset-color: rgb(234 179 8 / 0.75);
}

.ring-offset-yellow-500\/80{
  --tw-ring-offset-color: rgb(234 179 8 / 0.8);
}

.ring-offset-yellow-500\/90{
  --tw-ring-offset-color: rgb(234 179 8 / 0.9);
}

.ring-offset-yellow-500\/95{
  --tw-ring-offset-color: rgb(234 179 8 / 0.95);
}

.ring-offset-yellow-600{
  --tw-ring-offset-color: #ca8a04;
}

.ring-offset-yellow-600\/0{
  --tw-ring-offset-color: rgb(202 138 4 / 0);
}

.ring-offset-yellow-600\/10{
  --tw-ring-offset-color: rgb(202 138 4 / 0.1);
}

.ring-offset-yellow-600\/100{
  --tw-ring-offset-color: rgb(202 138 4 / 1);
}

.ring-offset-yellow-600\/20{
  --tw-ring-offset-color: rgb(202 138 4 / 0.2);
}

.ring-offset-yellow-600\/25{
  --tw-ring-offset-color: rgb(202 138 4 / 0.25);
}

.ring-offset-yellow-600\/30{
  --tw-ring-offset-color: rgb(202 138 4 / 0.3);
}

.ring-offset-yellow-600\/40{
  --tw-ring-offset-color: rgb(202 138 4 / 0.4);
}

.ring-offset-yellow-600\/5{
  --tw-ring-offset-color: rgb(202 138 4 / 0.05);
}

.ring-offset-yellow-600\/50{
  --tw-ring-offset-color: rgb(202 138 4 / 0.5);
}

.ring-offset-yellow-600\/60{
  --tw-ring-offset-color: rgb(202 138 4 / 0.6);
}

.ring-offset-yellow-600\/70{
  --tw-ring-offset-color: rgb(202 138 4 / 0.7);
}

.ring-offset-yellow-600\/75{
  --tw-ring-offset-color: rgb(202 138 4 / 0.75);
}

.ring-offset-yellow-600\/80{
  --tw-ring-offset-color: rgb(202 138 4 / 0.8);
}

.ring-offset-yellow-600\/90{
  --tw-ring-offset-color: rgb(202 138 4 / 0.9);
}

.ring-offset-yellow-600\/95{
  --tw-ring-offset-color: rgb(202 138 4 / 0.95);
}

.ring-offset-yellow-700{
  --tw-ring-offset-color: #a16207;
}

.ring-offset-yellow-700\/0{
  --tw-ring-offset-color: rgb(161 98 7 / 0);
}

.ring-offset-yellow-700\/10{
  --tw-ring-offset-color: rgb(161 98 7 / 0.1);
}

.ring-offset-yellow-700\/100{
  --tw-ring-offset-color: rgb(161 98 7 / 1);
}

.ring-offset-yellow-700\/20{
  --tw-ring-offset-color: rgb(161 98 7 / 0.2);
}

.ring-offset-yellow-700\/25{
  --tw-ring-offset-color: rgb(161 98 7 / 0.25);
}

.ring-offset-yellow-700\/30{
  --tw-ring-offset-color: rgb(161 98 7 / 0.3);
}

.ring-offset-yellow-700\/40{
  --tw-ring-offset-color: rgb(161 98 7 / 0.4);
}

.ring-offset-yellow-700\/5{
  --tw-ring-offset-color: rgb(161 98 7 / 0.05);
}

.ring-offset-yellow-700\/50{
  --tw-ring-offset-color: rgb(161 98 7 / 0.5);
}

.ring-offset-yellow-700\/60{
  --tw-ring-offset-color: rgb(161 98 7 / 0.6);
}

.ring-offset-yellow-700\/70{
  --tw-ring-offset-color: rgb(161 98 7 / 0.7);
}

.ring-offset-yellow-700\/75{
  --tw-ring-offset-color: rgb(161 98 7 / 0.75);
}

.ring-offset-yellow-700\/80{
  --tw-ring-offset-color: rgb(161 98 7 / 0.8);
}

.ring-offset-yellow-700\/90{
  --tw-ring-offset-color: rgb(161 98 7 / 0.9);
}

.ring-offset-yellow-700\/95{
  --tw-ring-offset-color: rgb(161 98 7 / 0.95);
}

.ring-offset-yellow-800{
  --tw-ring-offset-color: #854d0e;
}

.ring-offset-yellow-800\/0{
  --tw-ring-offset-color: rgb(133 77 14 / 0);
}

.ring-offset-yellow-800\/10{
  --tw-ring-offset-color: rgb(133 77 14 / 0.1);
}

.ring-offset-yellow-800\/100{
  --tw-ring-offset-color: rgb(133 77 14 / 1);
}

.ring-offset-yellow-800\/20{
  --tw-ring-offset-color: rgb(133 77 14 / 0.2);
}

.ring-offset-yellow-800\/25{
  --tw-ring-offset-color: rgb(133 77 14 / 0.25);
}

.ring-offset-yellow-800\/30{
  --tw-ring-offset-color: rgb(133 77 14 / 0.3);
}

.ring-offset-yellow-800\/40{
  --tw-ring-offset-color: rgb(133 77 14 / 0.4);
}

.ring-offset-yellow-800\/5{
  --tw-ring-offset-color: rgb(133 77 14 / 0.05);
}

.ring-offset-yellow-800\/50{
  --tw-ring-offset-color: rgb(133 77 14 / 0.5);
}

.ring-offset-yellow-800\/60{
  --tw-ring-offset-color: rgb(133 77 14 / 0.6);
}

.ring-offset-yellow-800\/70{
  --tw-ring-offset-color: rgb(133 77 14 / 0.7);
}

.ring-offset-yellow-800\/75{
  --tw-ring-offset-color: rgb(133 77 14 / 0.75);
}

.ring-offset-yellow-800\/80{
  --tw-ring-offset-color: rgb(133 77 14 / 0.8);
}

.ring-offset-yellow-800\/90{
  --tw-ring-offset-color: rgb(133 77 14 / 0.9);
}

.ring-offset-yellow-800\/95{
  --tw-ring-offset-color: rgb(133 77 14 / 0.95);
}

.ring-offset-yellow-900{
  --tw-ring-offset-color: #713f12;
}

.ring-offset-yellow-900\/0{
  --tw-ring-offset-color: rgb(113 63 18 / 0);
}

.ring-offset-yellow-900\/10{
  --tw-ring-offset-color: rgb(113 63 18 / 0.1);
}

.ring-offset-yellow-900\/100{
  --tw-ring-offset-color: rgb(113 63 18 / 1);
}

.ring-offset-yellow-900\/20{
  --tw-ring-offset-color: rgb(113 63 18 / 0.2);
}

.ring-offset-yellow-900\/25{
  --tw-ring-offset-color: rgb(113 63 18 / 0.25);
}

.ring-offset-yellow-900\/30{
  --tw-ring-offset-color: rgb(113 63 18 / 0.3);
}

.ring-offset-yellow-900\/40{
  --tw-ring-offset-color: rgb(113 63 18 / 0.4);
}

.ring-offset-yellow-900\/5{
  --tw-ring-offset-color: rgb(113 63 18 / 0.05);
}

.ring-offset-yellow-900\/50{
  --tw-ring-offset-color: rgb(113 63 18 / 0.5);
}

.ring-offset-yellow-900\/60{
  --tw-ring-offset-color: rgb(113 63 18 / 0.6);
}

.ring-offset-yellow-900\/70{
  --tw-ring-offset-color: rgb(113 63 18 / 0.7);
}

.ring-offset-yellow-900\/75{
  --tw-ring-offset-color: rgb(113 63 18 / 0.75);
}

.ring-offset-yellow-900\/80{
  --tw-ring-offset-color: rgb(113 63 18 / 0.8);
}

.ring-offset-yellow-900\/90{
  --tw-ring-offset-color: rgb(113 63 18 / 0.9);
}

.ring-offset-yellow-900\/95{
  --tw-ring-offset-color: rgb(113 63 18 / 0.95);
}

.ring-offset-yellow-950{
  --tw-ring-offset-color: #422006;
}

.ring-offset-yellow-950\/0{
  --tw-ring-offset-color: rgb(66 32 6 / 0);
}

.ring-offset-yellow-950\/10{
  --tw-ring-offset-color: rgb(66 32 6 / 0.1);
}

.ring-offset-yellow-950\/100{
  --tw-ring-offset-color: rgb(66 32 6 / 1);
}

.ring-offset-yellow-950\/20{
  --tw-ring-offset-color: rgb(66 32 6 / 0.2);
}

.ring-offset-yellow-950\/25{
  --tw-ring-offset-color: rgb(66 32 6 / 0.25);
}

.ring-offset-yellow-950\/30{
  --tw-ring-offset-color: rgb(66 32 6 / 0.3);
}

.ring-offset-yellow-950\/40{
  --tw-ring-offset-color: rgb(66 32 6 / 0.4);
}

.ring-offset-yellow-950\/5{
  --tw-ring-offset-color: rgb(66 32 6 / 0.05);
}

.ring-offset-yellow-950\/50{
  --tw-ring-offset-color: rgb(66 32 6 / 0.5);
}

.ring-offset-yellow-950\/60{
  --tw-ring-offset-color: rgb(66 32 6 / 0.6);
}

.ring-offset-yellow-950\/70{
  --tw-ring-offset-color: rgb(66 32 6 / 0.7);
}

.ring-offset-yellow-950\/75{
  --tw-ring-offset-color: rgb(66 32 6 / 0.75);
}

.ring-offset-yellow-950\/80{
  --tw-ring-offset-color: rgb(66 32 6 / 0.8);
}

.ring-offset-yellow-950\/90{
  --tw-ring-offset-color: rgb(66 32 6 / 0.9);
}

.ring-offset-yellow-950\/95{
  --tw-ring-offset-color: rgb(66 32 6 / 0.95);
}

.ring-offset-zinc-100{
  --tw-ring-offset-color: #f4f4f5;
}

.ring-offset-zinc-100\/0{
  --tw-ring-offset-color: rgb(244 244 245 / 0);
}

.ring-offset-zinc-100\/10{
  --tw-ring-offset-color: rgb(244 244 245 / 0.1);
}

.ring-offset-zinc-100\/100{
  --tw-ring-offset-color: rgb(244 244 245 / 1);
}

.ring-offset-zinc-100\/20{
  --tw-ring-offset-color: rgb(244 244 245 / 0.2);
}

.ring-offset-zinc-100\/25{
  --tw-ring-offset-color: rgb(244 244 245 / 0.25);
}

.ring-offset-zinc-100\/30{
  --tw-ring-offset-color: rgb(244 244 245 / 0.3);
}

.ring-offset-zinc-100\/40{
  --tw-ring-offset-color: rgb(244 244 245 / 0.4);
}

.ring-offset-zinc-100\/5{
  --tw-ring-offset-color: rgb(244 244 245 / 0.05);
}

.ring-offset-zinc-100\/50{
  --tw-ring-offset-color: rgb(244 244 245 / 0.5);
}

.ring-offset-zinc-100\/60{
  --tw-ring-offset-color: rgb(244 244 245 / 0.6);
}

.ring-offset-zinc-100\/70{
  --tw-ring-offset-color: rgb(244 244 245 / 0.7);
}

.ring-offset-zinc-100\/75{
  --tw-ring-offset-color: rgb(244 244 245 / 0.75);
}

.ring-offset-zinc-100\/80{
  --tw-ring-offset-color: rgb(244 244 245 / 0.8);
}

.ring-offset-zinc-100\/90{
  --tw-ring-offset-color: rgb(244 244 245 / 0.9);
}

.ring-offset-zinc-100\/95{
  --tw-ring-offset-color: rgb(244 244 245 / 0.95);
}

.ring-offset-zinc-200{
  --tw-ring-offset-color: #e4e4e7;
}

.ring-offset-zinc-200\/0{
  --tw-ring-offset-color: rgb(228 228 231 / 0);
}

.ring-offset-zinc-200\/10{
  --tw-ring-offset-color: rgb(228 228 231 / 0.1);
}

.ring-offset-zinc-200\/100{
  --tw-ring-offset-color: rgb(228 228 231 / 1);
}

.ring-offset-zinc-200\/20{
  --tw-ring-offset-color: rgb(228 228 231 / 0.2);
}

.ring-offset-zinc-200\/25{
  --tw-ring-offset-color: rgb(228 228 231 / 0.25);
}

.ring-offset-zinc-200\/30{
  --tw-ring-offset-color: rgb(228 228 231 / 0.3);
}

.ring-offset-zinc-200\/40{
  --tw-ring-offset-color: rgb(228 228 231 / 0.4);
}

.ring-offset-zinc-200\/5{
  --tw-ring-offset-color: rgb(228 228 231 / 0.05);
}

.ring-offset-zinc-200\/50{
  --tw-ring-offset-color: rgb(228 228 231 / 0.5);
}

.ring-offset-zinc-200\/60{
  --tw-ring-offset-color: rgb(228 228 231 / 0.6);
}

.ring-offset-zinc-200\/70{
  --tw-ring-offset-color: rgb(228 228 231 / 0.7);
}

.ring-offset-zinc-200\/75{
  --tw-ring-offset-color: rgb(228 228 231 / 0.75);
}

.ring-offset-zinc-200\/80{
  --tw-ring-offset-color: rgb(228 228 231 / 0.8);
}

.ring-offset-zinc-200\/90{
  --tw-ring-offset-color: rgb(228 228 231 / 0.9);
}

.ring-offset-zinc-200\/95{
  --tw-ring-offset-color: rgb(228 228 231 / 0.95);
}

.ring-offset-zinc-300{
  --tw-ring-offset-color: #d4d4d8;
}

.ring-offset-zinc-300\/0{
  --tw-ring-offset-color: rgb(212 212 216 / 0);
}

.ring-offset-zinc-300\/10{
  --tw-ring-offset-color: rgb(212 212 216 / 0.1);
}

.ring-offset-zinc-300\/100{
  --tw-ring-offset-color: rgb(212 212 216 / 1);
}

.ring-offset-zinc-300\/20{
  --tw-ring-offset-color: rgb(212 212 216 / 0.2);
}

.ring-offset-zinc-300\/25{
  --tw-ring-offset-color: rgb(212 212 216 / 0.25);
}

.ring-offset-zinc-300\/30{
  --tw-ring-offset-color: rgb(212 212 216 / 0.3);
}

.ring-offset-zinc-300\/40{
  --tw-ring-offset-color: rgb(212 212 216 / 0.4);
}

.ring-offset-zinc-300\/5{
  --tw-ring-offset-color: rgb(212 212 216 / 0.05);
}

.ring-offset-zinc-300\/50{
  --tw-ring-offset-color: rgb(212 212 216 / 0.5);
}

.ring-offset-zinc-300\/60{
  --tw-ring-offset-color: rgb(212 212 216 / 0.6);
}

.ring-offset-zinc-300\/70{
  --tw-ring-offset-color: rgb(212 212 216 / 0.7);
}

.ring-offset-zinc-300\/75{
  --tw-ring-offset-color: rgb(212 212 216 / 0.75);
}

.ring-offset-zinc-300\/80{
  --tw-ring-offset-color: rgb(212 212 216 / 0.8);
}

.ring-offset-zinc-300\/90{
  --tw-ring-offset-color: rgb(212 212 216 / 0.9);
}

.ring-offset-zinc-300\/95{
  --tw-ring-offset-color: rgb(212 212 216 / 0.95);
}

.ring-offset-zinc-400{
  --tw-ring-offset-color: #a1a1aa;
}

.ring-offset-zinc-400\/0{
  --tw-ring-offset-color: rgb(161 161 170 / 0);
}

.ring-offset-zinc-400\/10{
  --tw-ring-offset-color: rgb(161 161 170 / 0.1);
}

.ring-offset-zinc-400\/100{
  --tw-ring-offset-color: rgb(161 161 170 / 1);
}

.ring-offset-zinc-400\/20{
  --tw-ring-offset-color: rgb(161 161 170 / 0.2);
}

.ring-offset-zinc-400\/25{
  --tw-ring-offset-color: rgb(161 161 170 / 0.25);
}

.ring-offset-zinc-400\/30{
  --tw-ring-offset-color: rgb(161 161 170 / 0.3);
}

.ring-offset-zinc-400\/40{
  --tw-ring-offset-color: rgb(161 161 170 / 0.4);
}

.ring-offset-zinc-400\/5{
  --tw-ring-offset-color: rgb(161 161 170 / 0.05);
}

.ring-offset-zinc-400\/50{
  --tw-ring-offset-color: rgb(161 161 170 / 0.5);
}

.ring-offset-zinc-400\/60{
  --tw-ring-offset-color: rgb(161 161 170 / 0.6);
}

.ring-offset-zinc-400\/70{
  --tw-ring-offset-color: rgb(161 161 170 / 0.7);
}

.ring-offset-zinc-400\/75{
  --tw-ring-offset-color: rgb(161 161 170 / 0.75);
}

.ring-offset-zinc-400\/80{
  --tw-ring-offset-color: rgb(161 161 170 / 0.8);
}

.ring-offset-zinc-400\/90{
  --tw-ring-offset-color: rgb(161 161 170 / 0.9);
}

.ring-offset-zinc-400\/95{
  --tw-ring-offset-color: rgb(161 161 170 / 0.95);
}

.ring-offset-zinc-50{
  --tw-ring-offset-color: #fafafa;
}

.ring-offset-zinc-50\/0{
  --tw-ring-offset-color: rgb(250 250 250 / 0);
}

.ring-offset-zinc-50\/10{
  --tw-ring-offset-color: rgb(250 250 250 / 0.1);
}

.ring-offset-zinc-50\/100{
  --tw-ring-offset-color: rgb(250 250 250 / 1);
}

.ring-offset-zinc-50\/20{
  --tw-ring-offset-color: rgb(250 250 250 / 0.2);
}

.ring-offset-zinc-50\/25{
  --tw-ring-offset-color: rgb(250 250 250 / 0.25);
}

.ring-offset-zinc-50\/30{
  --tw-ring-offset-color: rgb(250 250 250 / 0.3);
}

.ring-offset-zinc-50\/40{
  --tw-ring-offset-color: rgb(250 250 250 / 0.4);
}

.ring-offset-zinc-50\/5{
  --tw-ring-offset-color: rgb(250 250 250 / 0.05);
}

.ring-offset-zinc-50\/50{
  --tw-ring-offset-color: rgb(250 250 250 / 0.5);
}

.ring-offset-zinc-50\/60{
  --tw-ring-offset-color: rgb(250 250 250 / 0.6);
}

.ring-offset-zinc-50\/70{
  --tw-ring-offset-color: rgb(250 250 250 / 0.7);
}

.ring-offset-zinc-50\/75{
  --tw-ring-offset-color: rgb(250 250 250 / 0.75);
}

.ring-offset-zinc-50\/80{
  --tw-ring-offset-color: rgb(250 250 250 / 0.8);
}

.ring-offset-zinc-50\/90{
  --tw-ring-offset-color: rgb(250 250 250 / 0.9);
}

.ring-offset-zinc-50\/95{
  --tw-ring-offset-color: rgb(250 250 250 / 0.95);
}

.ring-offset-zinc-500{
  --tw-ring-offset-color: #71717a;
}

.ring-offset-zinc-500\/0{
  --tw-ring-offset-color: rgb(113 113 122 / 0);
}

.ring-offset-zinc-500\/10{
  --tw-ring-offset-color: rgb(113 113 122 / 0.1);
}

.ring-offset-zinc-500\/100{
  --tw-ring-offset-color: rgb(113 113 122 / 1);
}

.ring-offset-zinc-500\/20{
  --tw-ring-offset-color: rgb(113 113 122 / 0.2);
}

.ring-offset-zinc-500\/25{
  --tw-ring-offset-color: rgb(113 113 122 / 0.25);
}

.ring-offset-zinc-500\/30{
  --tw-ring-offset-color: rgb(113 113 122 / 0.3);
}

.ring-offset-zinc-500\/40{
  --tw-ring-offset-color: rgb(113 113 122 / 0.4);
}

.ring-offset-zinc-500\/5{
  --tw-ring-offset-color: rgb(113 113 122 / 0.05);
}

.ring-offset-zinc-500\/50{
  --tw-ring-offset-color: rgb(113 113 122 / 0.5);
}

.ring-offset-zinc-500\/60{
  --tw-ring-offset-color: rgb(113 113 122 / 0.6);
}

.ring-offset-zinc-500\/70{
  --tw-ring-offset-color: rgb(113 113 122 / 0.7);
}

.ring-offset-zinc-500\/75{
  --tw-ring-offset-color: rgb(113 113 122 / 0.75);
}

.ring-offset-zinc-500\/80{
  --tw-ring-offset-color: rgb(113 113 122 / 0.8);
}

.ring-offset-zinc-500\/90{
  --tw-ring-offset-color: rgb(113 113 122 / 0.9);
}

.ring-offset-zinc-500\/95{
  --tw-ring-offset-color: rgb(113 113 122 / 0.95);
}

.ring-offset-zinc-600{
  --tw-ring-offset-color: #52525b;
}

.ring-offset-zinc-600\/0{
  --tw-ring-offset-color: rgb(82 82 91 / 0);
}

.ring-offset-zinc-600\/10{
  --tw-ring-offset-color: rgb(82 82 91 / 0.1);
}

.ring-offset-zinc-600\/100{
  --tw-ring-offset-color: rgb(82 82 91 / 1);
}

.ring-offset-zinc-600\/20{
  --tw-ring-offset-color: rgb(82 82 91 / 0.2);
}

.ring-offset-zinc-600\/25{
  --tw-ring-offset-color: rgb(82 82 91 / 0.25);
}

.ring-offset-zinc-600\/30{
  --tw-ring-offset-color: rgb(82 82 91 / 0.3);
}

.ring-offset-zinc-600\/40{
  --tw-ring-offset-color: rgb(82 82 91 / 0.4);
}

.ring-offset-zinc-600\/5{
  --tw-ring-offset-color: rgb(82 82 91 / 0.05);
}

.ring-offset-zinc-600\/50{
  --tw-ring-offset-color: rgb(82 82 91 / 0.5);
}

.ring-offset-zinc-600\/60{
  --tw-ring-offset-color: rgb(82 82 91 / 0.6);
}

.ring-offset-zinc-600\/70{
  --tw-ring-offset-color: rgb(82 82 91 / 0.7);
}

.ring-offset-zinc-600\/75{
  --tw-ring-offset-color: rgb(82 82 91 / 0.75);
}

.ring-offset-zinc-600\/80{
  --tw-ring-offset-color: rgb(82 82 91 / 0.8);
}

.ring-offset-zinc-600\/90{
  --tw-ring-offset-color: rgb(82 82 91 / 0.9);
}

.ring-offset-zinc-600\/95{
  --tw-ring-offset-color: rgb(82 82 91 / 0.95);
}

.ring-offset-zinc-700{
  --tw-ring-offset-color: #3f3f46;
}

.ring-offset-zinc-700\/0{
  --tw-ring-offset-color: rgb(63 63 70 / 0);
}

.ring-offset-zinc-700\/10{
  --tw-ring-offset-color: rgb(63 63 70 / 0.1);
}

.ring-offset-zinc-700\/100{
  --tw-ring-offset-color: rgb(63 63 70 / 1);
}

.ring-offset-zinc-700\/20{
  --tw-ring-offset-color: rgb(63 63 70 / 0.2);
}

.ring-offset-zinc-700\/25{
  --tw-ring-offset-color: rgb(63 63 70 / 0.25);
}

.ring-offset-zinc-700\/30{
  --tw-ring-offset-color: rgb(63 63 70 / 0.3);
}

.ring-offset-zinc-700\/40{
  --tw-ring-offset-color: rgb(63 63 70 / 0.4);
}

.ring-offset-zinc-700\/5{
  --tw-ring-offset-color: rgb(63 63 70 / 0.05);
}

.ring-offset-zinc-700\/50{
  --tw-ring-offset-color: rgb(63 63 70 / 0.5);
}

.ring-offset-zinc-700\/60{
  --tw-ring-offset-color: rgb(63 63 70 / 0.6);
}

.ring-offset-zinc-700\/70{
  --tw-ring-offset-color: rgb(63 63 70 / 0.7);
}

.ring-offset-zinc-700\/75{
  --tw-ring-offset-color: rgb(63 63 70 / 0.75);
}

.ring-offset-zinc-700\/80{
  --tw-ring-offset-color: rgb(63 63 70 / 0.8);
}

.ring-offset-zinc-700\/90{
  --tw-ring-offset-color: rgb(63 63 70 / 0.9);
}

.ring-offset-zinc-700\/95{
  --tw-ring-offset-color: rgb(63 63 70 / 0.95);
}

.ring-offset-zinc-800{
  --tw-ring-offset-color: #27272a;
}

.ring-offset-zinc-800\/0{
  --tw-ring-offset-color: rgb(39 39 42 / 0);
}

.ring-offset-zinc-800\/10{
  --tw-ring-offset-color: rgb(39 39 42 / 0.1);
}

.ring-offset-zinc-800\/100{
  --tw-ring-offset-color: rgb(39 39 42 / 1);
}

.ring-offset-zinc-800\/20{
  --tw-ring-offset-color: rgb(39 39 42 / 0.2);
}

.ring-offset-zinc-800\/25{
  --tw-ring-offset-color: rgb(39 39 42 / 0.25);
}

.ring-offset-zinc-800\/30{
  --tw-ring-offset-color: rgb(39 39 42 / 0.3);
}

.ring-offset-zinc-800\/40{
  --tw-ring-offset-color: rgb(39 39 42 / 0.4);
}

.ring-offset-zinc-800\/5{
  --tw-ring-offset-color: rgb(39 39 42 / 0.05);
}

.ring-offset-zinc-800\/50{
  --tw-ring-offset-color: rgb(39 39 42 / 0.5);
}

.ring-offset-zinc-800\/60{
  --tw-ring-offset-color: rgb(39 39 42 / 0.6);
}

.ring-offset-zinc-800\/70{
  --tw-ring-offset-color: rgb(39 39 42 / 0.7);
}

.ring-offset-zinc-800\/75{
  --tw-ring-offset-color: rgb(39 39 42 / 0.75);
}

.ring-offset-zinc-800\/80{
  --tw-ring-offset-color: rgb(39 39 42 / 0.8);
}

.ring-offset-zinc-800\/90{
  --tw-ring-offset-color: rgb(39 39 42 / 0.9);
}

.ring-offset-zinc-800\/95{
  --tw-ring-offset-color: rgb(39 39 42 / 0.95);
}

.ring-offset-zinc-900{
  --tw-ring-offset-color: #18181b;
}

.ring-offset-zinc-900\/0{
  --tw-ring-offset-color: rgb(24 24 27 / 0);
}

.ring-offset-zinc-900\/10{
  --tw-ring-offset-color: rgb(24 24 27 / 0.1);
}

.ring-offset-zinc-900\/100{
  --tw-ring-offset-color: rgb(24 24 27 / 1);
}

.ring-offset-zinc-900\/20{
  --tw-ring-offset-color: rgb(24 24 27 / 0.2);
}

.ring-offset-zinc-900\/25{
  --tw-ring-offset-color: rgb(24 24 27 / 0.25);
}

.ring-offset-zinc-900\/30{
  --tw-ring-offset-color: rgb(24 24 27 / 0.3);
}

.ring-offset-zinc-900\/40{
  --tw-ring-offset-color: rgb(24 24 27 / 0.4);
}

.ring-offset-zinc-900\/5{
  --tw-ring-offset-color: rgb(24 24 27 / 0.05);
}

.ring-offset-zinc-900\/50{
  --tw-ring-offset-color: rgb(24 24 27 / 0.5);
}

.ring-offset-zinc-900\/60{
  --tw-ring-offset-color: rgb(24 24 27 / 0.6);
}

.ring-offset-zinc-900\/70{
  --tw-ring-offset-color: rgb(24 24 27 / 0.7);
}

.ring-offset-zinc-900\/75{
  --tw-ring-offset-color: rgb(24 24 27 / 0.75);
}

.ring-offset-zinc-900\/80{
  --tw-ring-offset-color: rgb(24 24 27 / 0.8);
}

.ring-offset-zinc-900\/90{
  --tw-ring-offset-color: rgb(24 24 27 / 0.9);
}

.ring-offset-zinc-900\/95{
  --tw-ring-offset-color: rgb(24 24 27 / 0.95);
}

.ring-offset-zinc-950{
  --tw-ring-offset-color: #09090b;
}

.ring-offset-zinc-950\/0{
  --tw-ring-offset-color: rgb(9 9 11 / 0);
}

.ring-offset-zinc-950\/10{
  --tw-ring-offset-color: rgb(9 9 11 / 0.1);
}

.ring-offset-zinc-950\/100{
  --tw-ring-offset-color: rgb(9 9 11 / 1);
}

.ring-offset-zinc-950\/20{
  --tw-ring-offset-color: rgb(9 9 11 / 0.2);
}

.ring-offset-zinc-950\/25{
  --tw-ring-offset-color: rgb(9 9 11 / 0.25);
}

.ring-offset-zinc-950\/30{
  --tw-ring-offset-color: rgb(9 9 11 / 0.3);
}

.ring-offset-zinc-950\/40{
  --tw-ring-offset-color: rgb(9 9 11 / 0.4);
}

.ring-offset-zinc-950\/5{
  --tw-ring-offset-color: rgb(9 9 11 / 0.05);
}

.ring-offset-zinc-950\/50{
  --tw-ring-offset-color: rgb(9 9 11 / 0.5);
}

.ring-offset-zinc-950\/60{
  --tw-ring-offset-color: rgb(9 9 11 / 0.6);
}

.ring-offset-zinc-950\/70{
  --tw-ring-offset-color: rgb(9 9 11 / 0.7);
}

.ring-offset-zinc-950\/75{
  --tw-ring-offset-color: rgb(9 9 11 / 0.75);
}

.ring-offset-zinc-950\/80{
  --tw-ring-offset-color: rgb(9 9 11 / 0.8);
}

.ring-offset-zinc-950\/90{
  --tw-ring-offset-color: rgb(9 9 11 / 0.9);
}

.ring-offset-zinc-950\/95{
  --tw-ring-offset-color: rgb(9 9 11 / 0.95);
}

.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);
}

.brightness-0{
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-100{
  --tw-brightness: brightness(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);
}

.brightness-105{
  --tw-brightness: brightness(1.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);
}

.brightness-110{
  --tw-brightness: brightness(1.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);
}

.brightness-125{
  --tw-brightness: brightness(1.25);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-150{
  --tw-brightness: brightness(1.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-200{
  --tw-brightness: brightness(2);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-50{
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-75{
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-90{
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-95{
  --tw-brightness: brightness(.95);
  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);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.-hue-rotate-0{
  --tw-hue-rotate: hue-rotate(-0deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.-hue-rotate-15{
  --tw-hue-rotate: hue-rotate(-15deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.-hue-rotate-180{
  --tw-hue-rotate: hue-rotate(-180deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.-hue-rotate-30{
  --tw-hue-rotate: hue-rotate(-30deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.-hue-rotate-60{
  --tw-hue-rotate: hue-rotate(-60deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.-hue-rotate-90{
  --tw-hue-rotate: hue-rotate(-90deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hue-rotate-0{
  --tw-hue-rotate: hue-rotate(0deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hue-rotate-15{
  --tw-hue-rotate: hue-rotate(15deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hue-rotate-180{
  --tw-hue-rotate: hue-rotate(180deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hue-rotate-30{
  --tw-hue-rotate: hue-rotate(30deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hue-rotate-60{
  --tw-hue-rotate: hue-rotate(60deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hue-rotate-90{
  --tw-hue-rotate: hue-rotate(90deg);
  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);
}

.invert{
  --tw-invert: invert(100%);
  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);
}

.sepia{
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter-none{
  filter: none;
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-0{
  --tw-backdrop-brightness: brightness(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-100{
  --tw-backdrop-brightness: brightness(1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-105{
  --tw-backdrop-brightness: brightness(1.05);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-110{
  --tw-backdrop-brightness: brightness(1.1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-125{
  --tw-backdrop-brightness: brightness(1.25);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-150{
  --tw-backdrop-brightness: brightness(1.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-200{
  --tw-backdrop-brightness: brightness(2);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-50{
  --tw-backdrop-brightness: brightness(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-75{
  --tw-backdrop-brightness: brightness(.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-90{
  --tw-backdrop-brightness: brightness(.9);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-95{
  --tw-backdrop-brightness: brightness(.95);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-invert{
  --tw-backdrop-invert: invert(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none{
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.content-\[\'this-is-also-valid\]-weirdly-enough\'\]{
  --tw-content: 'this-is-also-valid]-weirdly-enough';
  content: var(--tw-content);
}

@tailwind forms;

@tailwind typography;

@tailwind aspect-ratio;

/* .element {
    background-image: url('../assets/background_1.svg');
    background-repeat: no-repeat;
    background-size: 100% 50%;
} */

/* Width and Heights */

.h-01 {
  height: 1px;
}

.h-040 {
  height: 40px;
}

.h-44 {
  height: 44px;
}

.h-046 {
  height: 46px;
}

.h-048 {
  height: 48px;
}

.h-72 {
  height: 72px;
}

.h-096 {
  height: 96px;
}

.h-188 {
  height: 188px;
}

.h-302 {
  height: 302px;
}

.w-040 {
  width: 40px;
}

.w-046 {
  width: 46px;
}

.w-048 {
  width: 48px;
}

.w-116 {
  width: 116px;
}

.w-152 {
  width: 152px;
}

.w-292 {
  width: 292px;
}

.w-361 {
  width: 361px;
}

.w-420 {
  width: 420px;
}

.mt-42 {
  margin-top: 42px;
}

.text-title{
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  line-height: normal;
  letter-spacing: -0.09px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(3 57 66 / var(--tw-text-opacity));
}

table td {
  border: 0;
  padding: 15px;
  margin: 0 1%;
  width: 30%;
  font-size: 14px;
}

table tr td:first-child {
  background-color: #fff;
  padding-left: 0;
}

.table tbody tr:nth-child(2n) {
  background: #f4f5f9 !important;
}

.table tr:nth-child(2n) {
  background-color: #f5f5f5 !important;
}

.key_selling_points {
  padding: 76px 0;
  background-blend-mode: darken;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: rgba(3, 57, 66, .75);
}

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 26px;
    padding-left: 26px;
  }

  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 769px){
    .sm\:container{
      max-width: 769px;
    }
  }

  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
      padding-right: 40px;
      padding-left: 40px;
    }
  }

  @media (min-width: 1025px){
    .sm\:container{
      max-width: 1025px;
    }
  }

  @media (min-width: 1440px){
    .sm\:container{
      max-width: 1440px;
    }
  }
}

.hover\:bg-\[\#D1D1D1\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 209 / var(--tw-bg-opacity));
}

.hover\:font-bold:hover{
  font-weight: 700;
}

.before\:hover\:text-center:hover::before{
  content: var(--tw-content);
  text-align: center;
}

.hover\:before\:text-center:hover::before{
  content: var(--tw-content);
  text-align: center;
}

.focus\:hover\:text-center:hover:focus{
  text-align: center;
}

.hover\:focus\:text-center:focus:hover{
  text-align: center;
}

@media (min-width: 640px){
  .sm\:w-\[80\%\]{
    width: 80%;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:max-w-\[443px\]{
    max-width: 443px;
  }

  .sm\:max-w-\[60\%\]{
    max-width: 60%;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:text-md{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0px;
    font-weight: 500;
  }

  .sm\:underline{
    text-decoration-line: underline;
  }
}

@media (min-width: 768px){
  .md\:text-\[50px\]{
    font-size: 50px;
  }
}

@media (min-width: 1024px){
  .lg\:block{
    display: block;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:text-md{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0px;
    font-weight: 500;
  }
}

@media (prefers-color-scheme: dark){
  @media (min-width: 1024px){
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover{
      paint-order: markers;
    }
  }
}

@media (min-width: 1025px){
  .lg2\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .lg2\:w-full{
    width: 100%;
  }

  .lg2\:max-w-\[350px\]{
    max-width: 350px;
  }

  .lg2\:max-w-\[60\%\]{
    max-width: 60%;
  }

  .lg2\:max-w-full{
    max-width: 100%;
  }

  .lg2\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg2\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg2\:gap-10{
    gap: 40px;
  }

  .lg2\:gap-6{
    gap: 24px;
  }
}
